: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);
}


@media (max-width: 2200px) {
  .e-con>.e-con-inner, .custom-container {
    max-width: 1500px !important;
  }
}
@media (max-width: 1670px) {
    .e-con>.e-con-inner, .custom-container {
    	max-width: 1300px !important;
  	}
	.mega-menu-technology {
		width: 22% !important;
	}
	.mega-menu-links {
		width: 75% !important;
	}
}
@media (max-width: 1440px) {
	.sercounter .elementor-counter span.elementor-counter-number {
		font-size: 45px;
	}
	.e-con>.e-con-inner, .custom-container {
		max-width: 1300px !important;
	}
}
@media (max-width: 1366px) {
	.e-con>.e-con-inner, .custom-container {
		max-width: 1280px !important;
	}
}
@media (max-width: 1280px) {
  .e-con>.e-con-inner, .custom-container {
    max-width: 1150px !important;
  }
}
.custom-container {
    padding: 0 10px;
    margin: 0 auto;
}
.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 {
    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 {
    display: inline-flex;
    transition: inherit;
}
.themebtn:after {
    border-radius: 3px;
    content: "";
    height: 100%;
    inset-inline-start: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.themebtn:hover {
    transform: scale(1.1);
}
.themebtn:hover:before {
    opacity:1;
}
.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; }
}

.home .page-header, footer {
    display:none;
}

/* Counter Number */
.count_number .elementor-counter .elementor-counter-title {
    text-align: center;
}
.stats_bg_wrap {
    background-position: bottom right !important;
}
/* .stats_bg_wrap:hover {
    -webkit-animation: bgeffect 3s ease infinite alternate;
} */
@-webkit-keyframes bgeffect {
  0% {
      background-size: 100%;
  }
  100% {
    background-size: 140%;
  }
}
/* Counter Number */

/* Custom Header */
header#masthead {
    display: none;
}
.custom-theme-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    transition: all 0.5s;
    background:transparent;
}
.custom-theme-header:hover, .scroll-down .custom-theme-header, .scroll-up .custom-theme-header {
    background: #0E0057;
}
.custom-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul#menu-custom-main-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#menu-custom-main-menu li {
    margin: 0 15px;
}
ul#menu-custom-main-menu a {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    padding: 21px 0px;
    transition: all 0.5s;
    position: relative;
    display: block;
}
ul#menu-custom-main-menu a:before {
    position: absolute;
    content: '';
    bottom: 13px;
    left: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background: #ffffff;
    transition: all 0.7s;
}
ul#menu-custom-main-menu a:hover:before {
    width: 100%;
}
.custom-menu-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.custhdrcall {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none !important;
    position: relative;
    padding: 0 30px 0 22px;
    line-height: 22px;
    display: block;
    position: relative;
    top: 2px;
    margin-left: 30px;
}
.custhdrcall:before {
    position: absolute;
    content: '';
    left: 0;
    top: -2px;
    width: 13px;
    height: 25px;
    background: url(https://www.ikf.co.in/wp-content/uploads/hdr-mobileicon.svg) no-repeat;
}
.custhdrcall:after {
    position: absolute;
    content: '';
    bottom: -6px;
    left: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background: #ffffff;
    transition: all 0.7s;
}
.custhdrcall:hover:after {
    width: 153px;
}
.custhdrcall:hover {
    color: #ffffff !important;
}
.custom-menu-links li#menu-item-55140 {
    position: relative;
}
.custom-menu-links li#menu-item-55140 a {
    padding-right: 18px;
}
.custom-menu-links li#menu-item-55140:before {
    position: absolute;
    content:'';
    right: 0;
    left: auto;
    top: 31px;
    width: 10px;
    height: 2px;
    background: #ffffff;
}
.custom-menu-links li#menu-item-55140:after {
    position: absolute;
    content:'';
    right: 0;
    left: auto;
    top: 31px;
    width: 10px;
    height: 2px;
    background: #ffffff;
    transition: all 0.5s;
    transform: rotate(90deg);
}
.custom-menu-links li#menu-item-55140:hover:after {
    transform: rotate(0deg);
}
.scroll-up .custom-menu-links li#menu-item-55140:after {
    top: 30px;
}
/* Custom Header */

/* Home Blog CSS */
.home-blog-slider .home-blog-item {
    display: block;
    position: relative;
    text-decoration: none !important;
}
.home-blog-img {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
	border-radius: 12px;
}
.home-blog-img img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transition: all 0.8s;
    transform: scale(1);
}
.home-blog-item:hover .home-blog-img img {
    transform: scale(1.2);
}
.home-blog-slider h4 {
    text-decoration: none !important;
    font-size: 20px;
    line-height: 30px;
    color: var(--primary);
}
.home-blog-img:after {
    position: absolute;
    content: '';
    right: 12px;
    top: 12px;
    width: 40px;
    height: 40px;
    background: #ffffff url(https://www.ikf.co.in/wp-content/uploads/themearrow.svg) no-repeat center;
    border-radius: 100%;
    transition: all 0.5s;
}
.home-blog-item:hover .home-blog-img:after {
    transform: rotate(45deg);
}
.home-blog-slider .swiper-wrapper {
    padding-bottom: 60px;
}
.home-blog-slider  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent linear-gradient(90deg, #17008A 0%, #8100BA 100%) 0% 0% no-repeat padding-box;
}
.homeclient-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}
/* Home Blog CSS */
/* Footer */
.theme-footer {
    overflow: hidden;
    position: relative;
    background: url(https://www.ikf.co.in/wp-content/uploads/wave-graphic.svg) no-repeat 150% 100%;
    background-size: 80%;
    font-size: 16px;
    z-index: 99;
	background-color: #fff;
}
.ftrtopcta {
    background: url(https://www.ikf.co.in/wp-content/uploads/cta-bg.jpg) no-repeat center;
    padding: 80px 0;
    color: #ffffff;
	z-index: 99;
}
.cta-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cta-text h2 {
    font-size: 48px;
    text-align:center;
    color: #ffffff;
    line-height: 58px;
    font-weight: 600 !important;
	margin-bottom:20px;
}
.cta-text p {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    max-width: 925px;
	margin-bottom: 20px;
}
.ctabutton-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}
.ctabutton-wrap a:first-child {
    margin-right: 25px;
}
.ftr-social {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    border-bottom: 2px solid #8100ba12;
    margin-bottom: 60px;
    align-items: center;
}
.ftr-socil-icons {
    width: 80%;
}
.seo-rm-btn {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.ftr-socil-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}
.ftr-socil-icons ul li a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #BFC1D2;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 19px;
}
.ftr-socil-icons ul li a:hover {
    background: #e8d1f3;
}
.seormbtn {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #17008A;
    padding-right: 35px;
}
.seormbtn:after {
    position: absolute;
    content: '';
    right: 0;
    top: 11px;
    width: 17px;
    height: 9px;
    background: url('https://www.ikf.co.in/wp-content/uploads/downarrow.svg') no-repeat center;
}
.theme-footer .ftrboxtitle {
    font-size: 20px;
    line-height: 28px;
    color: #17008A;
    margin-bottom: 15px !important;
	display:block;
	font-weight:600;
}
.theme-main-footer {
    display: flex;
    justify-content: space-between;
}
.footer-address {
    width: 33%;
}
.footer-conectwithus {
    width: 23%;
}
.footer-company {
    width: 16%;
}
.footer-services {
    width: 22%;
}
.theme-main-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.theme-copyright {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 60px;
    align-items: center;
}
.theme-copyright ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.theme-main-footer a {
    display: block;
    color: #25242A;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 32px;
}
.ftrpolicy a {
    text-decoration: none !important;
    font-size: 14px;
    color: #25242A;
    padding-right: 25px;
    position: relative;
    line-height: 15px;
    display: block;
}
.ftrpolicy li:last-child a {
    padding-right: 0;
}
.ftrpolicy a:after {
    position: absolute;
    background: #25242A;
    content: '';
    right: 12px;
    top: 0;
    width: 1px;
    height: 100%;
}
.ftrpolicy li:last-child a:after {
    display: none;
}
.copyrighttxt {
    font-size: 14px;
    line-height: 32px;
    color: #25242A;
}
.footer-address p {
    max-width: 360px;
}
.theme-main-footer a:hover, .ftrpolicy a:hover {
  color: var(--secoundery) !important;
}
.citypagestab {
    display: block;
    color: #25242A;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
}
.citypagestab:after {
    position: absolute;
    content: '';
    top: 13px;
    right: 0;
    width: 14px;
    height: 8px;
    background: url(https://www.ikf.co.in/wp-content/uploads/downarrow.svg) no-repeat;
    background-size: 100%;
    transition: all 0.5s;
    transform: rotate(0deg);
}
.citypagestab.activecitytablink:after {
    transform: rotate(180deg);
}
.cityacctxt ul {
    margin-bottom: 15px;
    list-style: disc;
    padding-left: 20px;
}
.cityacctxt ul li a {
    font-size: 14px;
    line-height: 25px;
}
/* Footer */


h2.sticy_we_do_h2 {
    position: absolute;
    left: 0;
    right: 0;
    width: max-content;
    color: #17008A;
}

.sticy_we_do {
    width: 0 !important;
}
  
.section {
  width: 100%;
  height: 100vh;
  display: flex;
}
.services_wraper {
  width: 100%;
  display: flex;
  overflow: hidden;
  position:relative;
}
.colbox {
  flex: 1 0 0%;
  position: relative;
}
.right-content {
  min-height: auto;
  margin: 0 0 80px 0;
}
.title_text {
  height: 100vh;
  justify-content: center;
  align-items: center;
  top:0 !important;
}
.card {
  width: 90%;
  height: 90%;
  max-width: 400px;
  max-height: 500px;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.content_text_left .elementor-heading-title,
.content_text_left h3 {
    color: #17008A;
    font-size: 48px;
    line-height: 57px;
    font-weight: 600 !important;
}
.content_text_left p{
    color: #25242A;
    font-size: 26px;
    line-height: 36px;
}

.service_content p.service_content_data {
    color: #25242A;
    font-size: 20px;
    line-height: 36px;
    margin: 20px 0 10px;
}

.service_content_text ul.services_links li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.service_content_text ul.services_links {
    padding: 0;
    margin: 0 0 20px;
}

.service_content_text ul.services_links li:after {
    content: '';
    background: transparent linear-gradient(90deg, var(--unnamed-color-17008a) 0%, var(--unnamed-color-8100ba) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #17008A 0%, #8100BA 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 1px;
    opacity: 0.4;
}
.service_content_text.content_text p.service_content_data {
    margin: 20px 0 10px;
}
.service_content_text ul.services_links li a {
    position: relative;
    text-decoration: none;
    color: #17008A;
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 63px;
    font-weight: 500;
}
.service_content_text ul.services_links li a:after {
    content: '';
    position: absolute;
    height: 28px;
    background: url(https://www.ikf.co.in/wp-content/uploads/arow_right.svg);
    width: 28px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.colbox {
    padding-top: 120px;
}
h2.sticy_we_do_h2 {
    margin-top: 120px;
}
.service_content_withimg{
  display:none;
}
.service_content_img.right-image img {
    width: 100%;
    border-radius: 12px;
}
.service_content_text ul.services_links li a:hover {
    color: #a327dd;
}
.service_content_text ul.services_links li h4 {
    margin: 0 !important;
}
.home_casestudy {
    background: url(https://www.ikf.co.in/wp-content/uploads/what_we_do_bg.svg);
    background-position: left -171px center;
    background-attachment: fixed;
    background-repeat:no-repeat;
}
.card.active_card {
    position: static;
    visibility: visible !important;
    transform: inherit !important;
}
.card.active_card.active_now {
    position: absolute;
}
.home-blog-img img,
.serclients-slider .swiper-slide img,
.serpageclientslider .swiper-slide img,
.serfullimg .elementor-widget-container img,
article.cb_services > a img,
.other_service_city .elementor-posts-container .elementor-post__thumbnail img,
.workslider .swiper-slide img{
    border-radius: 12px;
}
.serfaq span.elementor-accordion-icon-opened svg path {
    stroke: #8100ba;
}
.serfaq span.elementor-accordion-icon-closed svg path{
    fill: #8100ba;
}
.serpageclientslider .elementor-swiper-button i {
    color: #8100ba;
}
.serclients-slider .swiper-slide img{
    border-color: #8100ba !important;
    margin-bottom: 2px;
}
body .cb_citypages .elementor-post__read-more:hover{
	color: #8100ba !important;
}

body .tabsformenqcareer .elementor-tabs-wrapper:before {
    border: 1px solid #8100ba !important;
}

a.themebtn:hover, a.themebtn:focus {
    color: #fff;
    outline:none;
}
.enquiry-form textarea{
	resize: none;
}
.input_button.themebtn {
    padding: 0;
}
.input_button.themebtn input {
    border-radius: 0;
    background: transparent !important;
}
.input_button.themebtn input.wpcf7-submit:hover{
	background: transparent !important;
}

.tabs-names.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title a{
    position:relative;
}
.tabs-names.elementor-widget-tabs .elementor-tab-title:hover,
.elementor-widget-tabs .elementor-tab-title a:hover,
.tabs-names.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a{
    color: #17008a !important;
    border: 0px !important;
}
body .tabs-names.elementor-widget-tabs .elementor-tab-title:after,
body .elementor-widget-tabs .elementor-tab-title a:after{
    content: '';
    background: transparent linear-gradient(90deg, var(--unnamed-color-17008a) 0%, var(--unnamed-color-8100ba) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #17008a 0%, #8100ba 100%) 0% 0% no-repeat padding-box;
    width: 0% !important;
    height: 1px !important;
    position: absolute;
    top:auto  !important;
    left: 0;
    bottom: 1px;
    opacity: .4;
    display:block !important;
}

body .tabs-names.elementor-widget-tabs .elementor-tab-title.elementor-active:after,
body .elementor-widget-tabs .elementor-tab-title.elementor-active a:after{
    content: '';
    background: transparent linear-gradient(90deg, var(--unnamed-color-17008a) 0%, var(--unnamed-color-8100ba) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #17008a 0%, #8100ba 100%) 0% 0% no-repeat padding-box;
    width: 100% !important;
    height: 1px;
    position: absolute;
    left: 0;
    top:auto  !important;
    bottom: 1px;
    opacity: .4;
    top: auto;
    display:block !important;
}
body .new_contact_form .enquiry-form ul .submit-btn-wrap input,
body .new_contact_form .enquiry-form ul .submit-btn-wrap input#formSubmit:hover{
	background:none !important;
}
.serfaq .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #b398d6 !important;
}

a.co-pagelink img{
    filter:brightness(0) !important;
}
a.co-pagelink {
    background-color: #8100ba;
    background: #8100ba url(https://www.ikf.co.in/wp-content/uploads/form-white-arrow1.svg) no-repeat center center !important;
    background-size: 20px !important;
}
a.co-pagelink:hover {
    background-color: #210089 !important;
}
.other_service_city .elementor-posts-container .elementor-post__thumbnail img {
    border-radius: 12px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    color: #210088 !important;
}
body .curent-opening-item ul li {
    background: url(https://www.ikf.co.in/wp-content/uploads/location-icon-1.svg) no-repeat left center !important;
    background-size: 18px !important;
}
html body ul li.co-years {
    background: url(https://www.ikf.co.in/wp-content/uploads/experience-icon-1.svg) no-repeat left center !important;
    background-size: 18px !important;
}
html body ul li.co-time {
    background: url(https://www.ikf.co.in/wp-content/uploads/time-icon-1.svg) no-repeat left center !important;
    background-size: 18px !important;
}
body .curent-opening-item:hover {
    border: 1px solid #8100ba !important;
}
/* .contactus-form-section .formstitle span.elementor-heading-title {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 31px !important;
} */
.contactus-form-section li.submit-btn-wrap.fullwidth {
    text-align: center;
}

@media(max-width:1290px){
/*     a.custhdrcall {
        font-size: 0;
    } */
}
@media(max-width:1280px){
	.custom-theme-header .custom-container {
		max-width: 100% !important;
		padding: 0 20px;
	}
}
@media(max-width:1200px){
    .custom-theme-header .custom-menu-links {
        display: none;
    }
    .header-icons_menu {
        margin: -10px 71px 0 0;
    }
	.header_icons_menu_lp {
		margin-right: 20px;
	}
    .header-icons_menu .header-icons li a {
        width: 40px;
        height: 40px;
        background: #fff0 linear-gradient(90deg, var(--unnamed-color-17008a) 0%, var(--unnamed-color-8100ba) 100%) 0% 0% no-repeat padding-box;
        background: #fff0 linear-gradient(90deg, #17008A 0%, #8100BA 100%) 0% 0% no-repeat padding-box;
        border: 1px solid #FFF;
        border-radius: 20px;
        display: flex;
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
        align-items: center;
        justify-content: center;
    }
    .header-icons_menu .header-icons li {
        margin: 0 15px 0 0;
    }
	.header-icons li:nth-child(2) a img {
		margin: -2px -5px 0 0;
	}
	.header-icons li:nth-child(1) a img {
		margin: -1px -1px 0 0;
	}
	.rmp-menu-additional-content a {
		margin: 0 5px 0;
	}
}
@media(max-width:1080px){
	
   .theme-footer {
        padding: 0 10px;
    }

    .theme-footer .footer-address {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .theme-footer .theme-main-footer {
        flex-wrap: wrap;
    }

    .theme-footer .footer-conectwithus {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .theme-footer .footer-conectwithus h4.hide_mobile_conectwithus {
        display: none;
    }

    .theme-footer .footer-conectwithus h4 {
        width: 100%;
    }

    .footer-services {
        width: 70%;
        display: flex;
        justify-content: space-between;
    }

    .theme-footer .footer-address .footer-address_box {
        width: 100%;
    }

    .footer-services .footer-services_box h4 {
        margin-top: 0 !important;
    }
	.theme-footer .footer-conectwithus {
		align-items: center;
		display: flex;
	}
	.theme-footer .ftrboxtitle {
		margin: 0 !important;
	}
	.theme-footer .footer-conectwithus > p {
		margin: 0 0 0 20px !important;
	}
	.theme-footer .footer-conectwithus {
		margin: 0 0 30px;
	}
}

@media(max-width:1024px){
	.prod-post-card {
		width: 48% !important;
	}
	.ppc_client_testimonial_box .ppc_client_testimonial_para:before, .ppc_client_testimonial_box .ppc_client_testimonial_para:after {
		display:none !important;
	}
	.overview-inner-wrap h2 {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	.overview-sec {
		padding: 30px 10px !important;
	}
	section.ind-cat-sec {
		padding: 20px 10px 10px !important;
	}
	.testimonial-sec {
        padding: 30px 20px !important;
    }
	.custom-theme-header .custom-container {
        padding: 0 10px !important;
    }
	button#rmp_menu_trigger-19394 {
		right: 10px;
	}
	.custom-theme-header {
		padding-left: 10px;
	}
    .cta-text h2 {
        font-size: 40px;
        line-height: 50px;
     
    }
    .cta-text p {
        font-size: 20px;
        line-height: 30px;
    }
    .cta-text{
        padding: 0 10px;
    }
    .ftrtopcta{
        padding:60px 0;
    }
    .theme-footer {
        padding: 0 10px;
    }
}
@media(max-width:999px){
    .services_wraper .colbox.title_text {
        display: none;
        padding: 0;
    }

    .service_content_withimg {
        display: block;
    }

    .service_content_withimg h3 {
        margin: 0;
        font-size: 35px;
        line-height: 45px;
    }

    .service_content_withimg p {
        font-weight: 400;
    	color: #25242A;
		font-size: 20px;
		line-height: 36px;
		margin: 5px 0 10px;
    }
    .services_wraper .sticy_we_do {
        width: auto !important;
        position: static !important;
        margin: 40px 0 15px;
    }

    .services_wraper .sticy_we_do h2.sticy_we_do_h2 {
        position: static !important;
        margin: 0;
    }

    .services_wraper .colbox {
        padding: 0;
    }

    .services_wraper {
        display: block;
    }
    .service_content.right-content {
        margin: 30px 0 0;
    }
}
@media(max-width:800px){
    .theme-copyright {
        flex-direction: column;
        align-items: start;
        padding: 30px 0 40px;
    }
    .theme-copyright .copyrighttxt {
        margin-bottom: 10px;
    }
    .ftr-social {
        padding: 15px 0;
        margin-bottom: 30px;
    }
    .seo-rm-btn {
        width: 150px;
    }
}
@media(max-width:767px){
	section.ind-cat-sec {
		padding: 0 10px !important;
	}
	section.ind-cat-sec .cust-container {
		padding: 0 10px !important;
	}
	.prod-post-card {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.testimonial-sec {
		padding: 10px 20px  !important;
	}
	.overview-sec .couner_stats_home {
		padding: 0;
	}
	.overview-sec {
		padding: 10px 10px !important;
	}
	.overview-inner-wrap h2 {
		font-size: 25px !important;
		line-height: 35px !important;
	}
	.service_content p.service_content_data, .ov-content p {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	.footer-company .themeftr-menu {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-company .themeftr-menu li {
		width: 50%;
	}
    .ftrtopcta{
        padding:45px 0;
    }
    .cta-text h2 {
        font-size: 35px;
        line-height: 45px;
     
    }
    .home-blog-slider .swiper-pagination {
        text-align: left;
    }
    .blogButton {
        position: absolute;
        bottom: 20px;
    }
    .theme-footer .footer-address {
        flex-wrap: wrap;
    }
    .theme-footer .footer-address .footer-address_box {
        width: 100%;
    }
    .footer-services {
        width: 100%;
    }
    .footer-company {
        width: 100%;
        margin-bottom: 25px;
    }

    .theme-footer h4 {
        margin-bottom: 10px !important;
    }

    .home_casestudy .e-con-inner {
        padding-bottom: 0;
    }
	.theme-footer {
		padding-bottom: 60px;
	}

}
@media(max-width:620px){
    .footer-services {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .footer-services .footer-services_box:nth-child(2) {
        margin: 0px 0 0;
    }
	.theme-footer .footer-conectwithus span.ftrboxtitle {
		width: 100%;
	}
	.theme-footer .footer-conectwithus>p {
		margin: 0 20px 0 0 !important;
	}
}
@media(max-width:420px){
    .ftr-socil-icons a {
        margin: 0 10px 0 0 !important;
        width: 30px  !important;
        height: 30px !important;
    }
    .ftr-socil-icons a img {
        width: 15px;
        height: 15px;
    }
    .seo-rm-btn {
        width: 160px;
    }
	.ctabutton-wrap a.themebtn {
    	padding: 6px 17px;
		font-size: 15px;
	}
	.ctabutton-wrap a.themebtn:nth-child(1) {
		margin-right: 10px;
	}
	.service_content_text ul.services_links li a {
        font-size: 20px;
        line-height: 59px;
    }
	html #rmp-menu-19394 li.menu-item-has-children > .rmp-menu-item-link {
		padding: 20px 40px 20px 70px !important;
	}
}
@media(max-width:390px){
    .home-blog-slider .swiper-pagination span.swiper-pagination-bullet {
        margin: 0 4px;
        width: 8px;
        height: 8px;
    }
	#rmp_menu_trigger-19394.is-active {
        right: 25px;
        top: 26px;
    }
}
@media(max-width:370px){
    .ctabutton-wrap a:first-child {
        margin-right: 10px;
    }
    .ctabutton-wrap a.themebtn {
        font-size: 14px;
        padding: 6px 16px;
    }
}

.vapi-widget-wrapper > div {
    bottom: 80px !important;
    right: 10px !important;
}
.mobile-image {
    width: 100% !important;
    height: 500px !important;
    object-fit: cover;
}
.moboptsec .titleglowwhite {
    bottom: 100px !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
}

.moboptsec .banner-pop-form {
    bottom: 40px !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    text-align: center;
}


.catsubtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
	margin:10px 0;
}

.catsubtitle span {
    color: #FECB1A;
    font-weight: 600;
}
.single-cb_keywordpages .ms-options-wrap > .ms-options > ul label {
	padding-left: 30px !important;
}
.keywords-list{
	padding:15px 20px;
	margin:0;
}
ol.keywords-list li {
    margin-bottom: 8px;
}
.service_form p {
    margin-bottom: 25px !important;
}
.single-cb_keywordpages .page-header h1 {
	font-size: 50px !important;
	line-height: 60px !important;
	max-width: 80%;
	border-bottom: 2px solid #FCBA0A;
	padding-bottom: 30px;
}
/* .single-cb_keywordpages section.page-header {
	height: 100%;
} */
.single-cb_keywordpages .page-header .cust-container {
	padding-top: 200px;
	padding-bottom: 200px;
}
.single-cb_keywordpages h1.entry-title {
	display:none;
}
.single-cb_keywordpages section.elementor-section.elementor-top-section > .elementor-container {
	width: 100%;
	padding-left: 10vw !important;
	padding-right: 10vw !important;
	margin: 0 auto;
	max-width:100%;
}
.faq_sec .elementor-tab-title {
	padding: 35px 40px !important;
}

.faq_sec .elementor-accordion-item {
	border: 0 !important;
}
.faq_sec .elementor-tab-content {
	border: 0 !important;
	padding: 50px 150px 50px 40px!important;
}
.faq_sec h3{
	color:#00165D;
	font-size:28px;
	line-height:36px;
}
.faq_sec .elementor-accordion-icon svg {
	width: 27px !important;
	height: 14px !important;
}
.faq_sec .elementor-accordion .elementor-tab-title {
	padding: 20px 40px !important;
}
.faq_sec .elementor-accordion .elementor-tab-title.elementor-active {
	background: #ffffff;
	padding-bottom: 0 !important;
	padding-top: 35px !important;
}
.faq_sec .elementor-accordion .elementor-tab-title.elementor-active a.elementor-accordion-title {
	color: #00165D;
}
.faq_sec .elementor-tab-content.elementor-active {
	padding-top: 30px !important;
}
.faq_sec .elementor-accordion .elementor-tab-title a.elementor-accordion-title {
	display: inline-block;
	position: relative;
}
.faq_sec .elementor-accordion .elementor-tab-title a.elementor-accordion-title:before {
	position: absolute;
	content: '';
	right: -200% !important;
	top: 20px;
	width: 200%;
	height: 1px;
	background: #d1d1d1;
	left: auto;
	margin-right: -20px;
}
.faq_sec .elementor-accordion .elementor-tab-title {
	overflow: hidden;
}
.faq_sec .elementor-accordion .elementor-tab-title {
	position: relative;
}
.faq_sec .elementor-accordion .elementor-tab-title:after {
	position: absolute;
	content: '';
	right: 0;
	height: 100%;
	left: auto;
	background: #f5f5f6;
	width: 100px;
	z-index: 1;
}
.faq_sec .elementor-accordion .elementor-tab-title span.elementor-accordion-icon.elementor-accordion-icon-right {
	position: relative;
	z-index: 9;
	top: 10px;
}
.faq_sec .elementor-accordion .elementor-tab-title.elementor-active a.elementor-accordion-title:before {
	display: none;
}
.faq_sec .elementor-accordion .elementor-tab-title.elementor-active:after {
	display: none;
}
.service_form .enquiry-form ul li {
	width: 33% !important;
}
.service_form .enquiry-form ul li.fullwidth {
    width: 100% !important;
}
.service_form .enquiry-form ul li.popfullwidth {
	width: 100% !important;
}

.service_form .enquiry-form ul li.submit-btn-wrap {
	width: 100% !important;
}
.service_form  .ms-options ul li {
	width: 100% !important;
}
.sales_sec a {
	color: #FEC501;
}
/* 
.service_form .enquiry-form ul li.submit-btn-wrap input#formSubmit {
color: #ffffff;
}

.service_form .formsubmitbtn:before {
border-color: #ffffff;
background: url(https://www.ikf.co.in/wp-content/uploads/form-white-arrow1.svg) no-repeat !important;
background-position: center center !important;
right: 0.5vw !important;
}

.service_form .formsubmitbtn:hover:before {
border-color: #ffffff !important;
} */

@media (max-width:1440px) {
	.single-cb_keywordpages section.elementor-section.elementor-top-section > .elementor-container {
		padding-left: 5vw !important;
		padding-right: 5vw !important;
	}
}
@media(max-width:1024px) {
	.faq_sec .elementor-accordion .elementor-tab-title a.elementor-accordion-title {
		font-size: 20px !important;
	}
	.faq_sec .elementor-accordion .elementor-tab-title:after {
		display: none;
	}
	.faq_sec .elementor-accordion .elementor-tab-title a.elementor-accordion-title:before {
		display: none;
	}
	.faq_sec .elementor-accordion .elementor-tab-title {
		padding: 15px 20px !important;
	}
	.faq_sec .elementor-accordion-icon svg {
		width: 18px !important;
	}
	.faq_sec .elementor-accordion .elementor-tab-title.elementor-active {
		padding-top: 20px !important;
	}
	.faq_sec .elementor-tab-content.elementor-active {
		padding: 20px !important;
	}
	.service_form p {
		margin-bottom: 0px !important;
	}
	.faq_sec .elementor-tab-content.elementor-active {
		padding-bottom: 30px !important;
	}
	.faq_sec .elementor-accordion .elementor-tab-title.elementor-active {
		padding: 20px 35px 0px 20px !important;
	}
	.faq_sec .elementor-accordion .elementor-tab-title span.elementor-accordion-icon.elementor-accordion-icon-right {
		top: 13px;
	}
	.faq_sec .elementor-accordion .elementor-tab-title:after{
		display:none;
	}
	.kp-collaborate {
		position: relative;
	}
	.kp-collaborate:before {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #001459ba;
	}
	.single-cb_keywordpages .page-header .cust-container {
		padding-top: 150px;
		padding-bottom: 130px;
	}
	.single-cb_keywordpages section.elementor-section.elementor-top-section > .elementor-container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.single-cb_keywordpages .page-header h1 {
		max-width: 100%;
		font-size: 40px !important;
		line-height: 50px !important;
	}
}
@media(max-width:800px){
	.service_form .enquiry-form ul li {
        width: 100% !important;
        margin-bottom: 20px;
    }
}
@media(max-width:767px){
	.faq_sec .elementor-accordion .elementor-tab-title.elementor-active {
		margin-top:10px;
	}
	.faq_sec .elementor-accordion .elementor-tab-title a.elementor-accordion-title {
		line-height: 30px;
		padding-right: 20px;
	}
	.faq_sec .elementor-tab-content.elementor-active {
		font-size: 16px !important;
	}
	.faq_sec .elementor-accordion .elementor-tab-title span.elementor-accordion-icon.elementor-accordion-icon-right {
		top: 28px;
	}
	.faq_sec .elementor-accordion .elementor-tab-title {
		padding: 10px 25px 0px 0 !important;
	}
	.faq_sec .elementor-accordion .elementor-tab-title.elementor-active {
		padding: 0px 35px 0px 20px !important;
	}
	html body.single-cb_keywordpages section h2.elementor-heading-title.elementor-size-default {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.sales_sec a {
		display: block;
	}
	.single-cb_keywordpages .page-header .breadcrumbs {bottom: -60px;}
	.single-cb_keywordpages .page-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	.single-cb_keywordpages section.page-header {
		padding-bottom: 80px !important;
	}
	.single-cb_keywordpages .page-header h1 {
		font-size: 30px !important;
		line-height: 40px !important;
		padding-bottom: 10px;
	}
	.faq_sec .elementor-tab-content {
		padding: 20px !important;
	}
	.faq_sec .elementor-tab-content h3 {
		font-size: 22px !important;
		line-height: 30px !important;
	}
	.faq_sec .elementor-tab-title {
		padding: 0 5px 20px !important;
	}
	.service_form_sec .elementor-image-box-wrapper {
		display: flex;
	}
	.service_form_sec figure.elementor-image-box-img {
		width: 9% !important;
		margin-top: 13px !important;
	}
	.catsubtitle {
    margin: 10px 0 0;
}
}


span.digit_head {
    font-family: "Roboto", Sans-serif;
}

.postid-32280 button#rmp_menu_trigger-19394 {
	display: none;
}
html section .lpsechead h2.elementor-heading-title.elementor-size-default, html section .lpsechead h3.elementor-heading-title.elementor-size-default {
	font-weight: 600 !important;
	font-size: 30px !important;
	line-height: 40px !important;
}
.ftrsmaltxt {
	line-height:18px !important;	
}
body.postid-31829 button#rmp_menu_trigger-19394 {
	display:none;
}
body.postid-31829 .statscol span.elementor-counter-number-prefix {
	display: none;
}
body.postid-31829 .statscol .elementor-counter-title {
	text-align: left !important;
}
.social-logos-grid .gallery-icon.landscape {
	box-shadow: 0px 0px 15px #0000001c;
}
.social_lp_banner h1 {
	font-size: 40px !important;
}
.social_diff_sec .elementor-widget-container {
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content:center;
}

.statscol .elementor-widget-wrap.elementor-element-populated {
	padding: 30px !important;
}
/* thank you page css  */
section#thankyou-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 99;
}
section#thank-you-sec {
	height: 85vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 999;
	position: relative;
}
.thank-you-content-wrap h2 {
	color: #004084;
	font-size: 75px;
	line-height: 85px;
	margin-bottom: 20px;
}
.thank-you-content-wrap span {
	color: #001F68;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	display: inline-block;
}
.thank-you-content-wrap p {
	font-family: "Roboto Slab", Sans-serif;
	font-size: 22px;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: 0px;
}
.thank-you-content-wrap a {
	color: #000000;
	transition: color 0.3s;
}
.thank-you-content-wrap a:hover {
	color: #d69202;
}
/* thank you page css end  */
.single-e-landing-page.postid-30943 h1.elementor-heading-title {
	font-size: 3vw !important
}
.single-e-landing-page.postid-30943 button#rmp_menu_trigger-19394 {
	display: none;
}
.lptabs .elementor-tab-content p {
	display: none;
}
.lptabs .gallery {
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.stickybtnexp {
	position: fixed;
	right: -83px;
	top: 40%;
	transition: all;
	transform: rotate(-90deg);
	z-index: 99;
	height: 50px;
	width: auto !important;
}
.stickybtnexp a {
	background: #004084;
	padding: 10px 20px;
	font-size: 15px;
	color: #ffffff !important;
	font-weight: 400 !important;
/* 	font-family: 'GraphikRegular' !important; */
	display: block;
	height: 50px;
}
.stickybtnexp a:hover {
	background: #d69202;
	color: #ffffff !important;
}
ul.web-lp-form li input#formSubmit:hover {
	background: #D69202 !important;
}
.single-e-landing-page.postid-30943 span.elementor-counter-number-prefix {
	display: none;
}
.single-e-landing-page.postid-30943 .elementor-counter-title {
	text-align: left !important;
/* 	font-family: 'GraphikRegular' !important; */
}
.statscol {
	box-shadow: 0px 10px 60px 0px rgba(76, 76, 76, 0.1);
}
.single-e-landing-page.postid-30943, p, h1, h2, h3, h4, h5, h6 {
	/* 	font-family: 'GraphikRegular' !important; */
/* 	font-weight: 400 !important; */
}

.medfont, .medfont .elementor-heading-title, .medfont h2, .medfont h3, .medfont h4 {
/* 	font-family: 'GraphikMedium' !important; */
}

.single-e-landing-page.postid-30943 .gallery-icon {
	border:0px;
}
.lptabs .elementor-tab-content, .lptabs .elementor-tab-title {
/* 	font-family: 'GraphikRegular' !important; */
	font-weight: 400 !important;
	transition:all 0.5s
}
ul.web-lp-form {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.web-lp-form li {
	width: 32%;
}
ul.web-lp-form li p {
	margin-bottom: 7%;
}
ul.web-lp-form li:last-child p, ul.web-lp-form li:nth-child(4) p {
	margin-bottom: 2%;
}
ul.web-lp-form li input, ul.web-lp-form li textarea {
	background: whitesmoke !important;
	border: 0 !important;
}
ul.web-lp-form li input#formSubmit {
	height: 52px;
	background: #004084 !important;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 16px !important;
}
ul.web-lp-form li.popfullwidth {
	width: 66%;
}
.lptabs .elementor-tabs-wrapper {
	border-bottom: 1px solid #ddd;
}
.lptabs .elementor-tab-title {
	border-bottom: 3px solid #d6920200 !important;
}
.lptabs .elementor-tab-title.elementor-active {
	border-bottom: 3px solid #8100BA !important;
}

.blog_side_box a {
	color: #FEC501;
	text-decoration: none !important;
/* 	font-family: 'GraphikRegular' !important; */
}
.blog_side_box_head h2{
	position: relative;
}

.blog_side_box_head h2:before {
	position: absolute;
	content: '';
	width: 13px;
	height: 66px;
	background-color: #FEC501;
	left: -28px;
	top: 8px;
}

@media (max-width:1600px) {
	.single-e-landing-page.postid-30943 h1.elementor-heading-title {
		font-size: 50px !important
	}
}
@media (max-width:1280px) {
	.postid-31519 button#rmp_menu_trigger-19394 {
		display: none;
	}
	.casestudyul li {
		width: 30% !important;
	}
}
@media (max-width:1024px) {
	.cardbgslide {background-image: none !important;background-color: #0b1b55 !important;}

	.wyg-inner-txt p {
		max-width: 100% !important;
	}
	.blog_side_box_head h2:before {
		left: -20px !important;
	}
	.blog_side_box .elementor-widget-wrap{
		background-size: 48% !important;
	} 
	.social_lp_banner h1 {
		font-size: 55px !important;
		line-height: 65px !important;
		margin-bottom: 20px !important;
	}
	.howbox br {
		display: none;
	}
	.howbox .elementor-widget-container {
		min-height: 255px;
	}
	.thank-you-content-wrap h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.thank-you-content-wrap span {
		font-size: 25px;
		line-height: 34px;
	}
	.thank-you-content-wrap p {
		font-size: 20px;
	}
}
@media (max-width:820px) {
	.blog_side_box_head h2:before {
		height: 100px !important;
	}
}

@media (max-width:767px) {
	
	.blog_side_box_head h3{
		position: relative;
	}

	.blog_side_box_head h3:before {
		position: absolute;
		content: '';
		width: 13px;
		height: 85%;
		background-color: #FEC501;
		left: -18px;
		top: 5px;
	}
	.social_lp_banner h1 {
		font-size: 25px !important;
		line-height: 35px !important;
		margin-bottom: 0px !important;
	}
	.howbox .elementor-widget-container {
		min-height: auto !important;
		padding: 8% !important;
	}
	.lptabs .elementor-tab-title {
		position: relative;
	}
	.lptabs .elementor-tab-title:before {
		position: absolute;
		content: '';
		right: 0;
		top: 27px;
		width: 25px;
		height: 1px;
		background: black;
	}
	.lptabs .elementor-tab-title:after {
		position: absolute;
		content: '';
		right: 12px;
		top: 15px;
		width: 1px;
		height: 25px;
		background: black;
	}
	.lptabs .elementor-tab-title.elementor-active:after {
		display:none;
	}
	ul.web-lp-form li textarea {
		height: 100px !important;
	}
	.lptabs .elementor-tab-title {
		border-bottom: 3px solid #e9e9e98c !important;
	}
	.statscol .elementor-counter-number-wrapper {
		text-align: center !important;
		display: block !important;
	}
	.statscol .elementor-counter-title {
		text-align: center !important;
		display: flex;
		justify-content: center;
	}
	.stickybtnexp a {
		padding: 5px 14px !important;
		font-size: 13px !important;
	}
	.single-e-landing-page.postid-30943 .elementor-image-gallery .gallery-item, .single-e-landing-page.postid-31829 .elementor-image-gallery .gallery-item {
		width: 50%;
	}
	.lptabs .elementor-tab-title {
		padding-left: 0 !important;
	}
	.lptabs .gallery-item {
		max-width: 50% !important;
	}
	.lptabs .gallery {
		flex-wrap: wrap;
	}
	html .e-landing-page-template.single-e-landing-page h2.elementor-heading-title br {
		display:none !important;
	}
	html .e-landing-page-template.single-e-landing-page h2.elementor-heading-title {
		font-size: 35px !important;
		line-height: 45px !important;
		font-weight: 600 !important;
	}
	ul.web-lp-form li.popfullwidth {
		margin-bottom: 10px;
	}
	ul.web-lp-form li {
		width: 100% !important;
	}
	.single-e-landing-page.postid-30943 h1.elementor-heading-title {
		font-size: 35px !important;
	}
	.thank-you-content-wrap h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.thank-you-content-wrap span {
		font-size: 22px;
		line-height: 28px;
	}
	.thank-you-content-wrap p {
		line-height: 28px;
	}
	.thank-you-content-wrap p a {
		display: inline-block;
	}
}

/* .smadvcol .elementor-widget-container {
min-height: 315px;
} */
.elementor-widget-container {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
/* .steps_box .elementor-widget-container {
min-height: 325px;
} */
.stepsboxsec .elementor-widget-heading {
	height: 100px;
	background-color: #17008a;
	border-top-right-radius: 35px;
}
/* application new service page css */
ul.wwd-app-list {
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr); 
	column-gap: 50px; 
	row-gap: 30px;    
}

ul.wwd-app-list li {
	border: 2px dotted #17008A;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	position: relative;
}

.wwd-card {
	width: 100%;
	background-color: #f0eff9;
	border-radius: 35px;
	padding: 43px 20px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wwd-card span {
	font-size: 18px;
	line-height: 24px;
	color: #25242A;
	display: block;
	width: 100%;
}
ul.wwd-app-list li:before {
	border: 2px solid #17008A;
	position: absolute;
	content: '';
	left: -2px;
	right: 0px;
	top: -2px;
	width: 101.3%;
	height: 102.5%;
	border-radius: 35px;
	z-index: -1;
}

ul.wwd-app-list li:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: -2px;
	width: 85%;
	height: 103%;
	background: #ffffff;
	margin: 0 auto;
	z-index: -1;
}
/*     .ttu-slider figure.swiper-slide-inner img {
border: 1px solid #8100ba !important;
border-radius: 15px;
} */
.ttu-slider .elementor-swiper-button.elementor-swiper-button-prev {
	left: -50px !important;
}
.ttu-slider .elementor-swiper-button.elementor-swiper-button-next {
	right: -50px !important;
}
.ttu-slider .elementor-image-carousel-wrapper {
	padding: 0 5px;
}
.database-tab-sec .elementor-widget-container img {
	width: 100%;
}
.database-tab-sec button.e-n-tab-title {
	position: relative;
}

.database-tab-sec button.e-n-tab-title:after {
	position: absolute;
	content: '';
	height: 30px;
	width: 1px;
	background-color: #cfced6;
	right: -25px;
}
.database-tab-sec button.e-n-tab-title:last-child:after{
	display: none;
}
.database-tab-sec button.e-n-tab-title {
	justify-content: flex-start;
	margin-bottom: 20px !important;
	margin-top: 0 !important;
	padding-top: 0;
	/*     border-bottom: 1px solid #0e0057 !important; */
}
.our-tech:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 70%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	margin: 0 auto;
}
.our-tech figure.swiper-slide-inner img {
	width: 100%;
}

.database-tab-sec .e-n-tabs-mobile .elementor-element.e-child {
	justify-content: center !important;
}

@media (max-width: 1536px) {
	ul.wwd-app-list {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 40px; 
		row-gap: 20px; 
	}
	ul.wwd-app-list li:before{
		width: 101.1%;
		height: 102.7%;
	}
}
@media (max-width: 1024px) {
	.our-tech .elementor-image-carousel-wrapper {
		padding-bottom: 40px;
	}
	html .our-tech .ttu-slider .elementor-image-carousel-wrapper .elementor-swiper-button {
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto !important;
		bottom: -15px !important;
		top: auto !important;
		transform: translateY(0px);
		width:30px;
	}
	html .our-tech .ttu-slider .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
		left: -70px !important;
	}
	html .our-tech .ttu-slider .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next {
		right: -70px !important;
	}
	ul.wwd-app-list {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px; 
		row-gap: 20px; 
	}
	.database-tab-sec button.e-n-tab-title:after{
		right: -5px;
	}
	.relatedspostgrid .elementor-heading-title {
		margin-bottom: 10px;
	}

	.industry_client_testimonial_box {
		padding-bottom: 60px;
	}

	.industry_client_testimonial_wrap .industry_client_btn.swiper-button-prev {
		left: 50% !important;
		top: auto !important;
		bottom: 0;
		margin-left: -60px;
	}

	.industry_client_testimonial_wrap .industry_client_btn.swiper-button-next {
		right: 50% !important;
		top: auto !important;
		bottom: 0;
		margin-right: -60px;
	}

	.service_img_tab .service_tab_list {
		width: 100% !important;
	}

	.service_img_tab .service_tab_images {
		display: none;
	}


	.service_img_tab .service_tab_list .service_tab .active_service_link {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;}

	.service_img_tab .service_tab_list .service_tab button .service_tab_title {
		width: 100%;
		display: block;
	}

	.service_img_tab .service_tab_list .service_tab .active_service_link p {
		width: 60%;
		padding-right: 30px;
	}

	.service_img_tab .service_tab_list .service_tab .active_service_link img {
		display:block;
	}
}


@media (max-width: 767px) {
	/* 	.smadvcol .elementor-image-box-description br {
	display:none;
}
	.smadvcol .elementor-widget-container {
	min-height: auto !important;
}
	.steps_box .elementor-widget-container {
	min-height: auto !important;
} */
	.sercounter .elementor-counter-title{
		margin-top:0 !important;
	}
	.database-tab-sec button.e-n-tab-title{
		position:relative;
		border-bottom: 1px solid #0e0057 !important;
	}
	.database-tab-sec button.e-n-tab-title:after{
		position: absolute;
		content: '';
		right: 15px;
		top: 8px;
		transition: all .3s ease-in-out;
		font-size: 18px;
		background: #464749;
		width: 24px;
		height: 2px;
	}	
	.database-tab-sec button.e-n-tab-title:before{
		content: "";
		position: absolute;
		right: 26px;
		top: -2px;
		transition: all .3s ease-in-out;
		font-size: 18px;
		background: #464749;
		width: 2px;
		height: 24px;
		transition: all 0.5s;
	}
	.database-tab-sec button.e-n-tab-title[aria-selected="true"]:before {
		transform: rotate(90deg);
		background-color
	}
	.database-tab-sec button.e-n-tab-title:last-child:after {
		display: block !important;
	}
	.database-tab-sec .e-active.elementor-element {
		margin-bottom: 20px;
	}
	.wwd-card {
		padding: 10px;
	}
	ul.wwd-app-list {
		grid-template-columns: repeat(2, 1fr); 
		column-gap: 15px; 
		row-gap: 15px; 
	}
	.wwd-card span{
		font-size:16px;
	}
}
@media (max-width: 480px) {
	ul.wwd-app-list {
		grid-template-columns: repeat(1, 1fr); 
		column-gap: 15px; 
		row-gap: 15px; 
	}
}

/* application new service page css end */

.city_banner {
	margin-top: 0 !important;
}
.email-span {
	font-weight: 900;
	color: #fec501;
	display: inline-block;
	margin-left: 5px;
}
.enquiry-form ul li.fullwidth span.wpcf7-not-valid-tip {
	margin: 10px;
	display: inline-block;
}
.enquiry-form ul li.fullwidth span.wpcf7-list-item {
	margin: 0;
}
.lead-mg-form .elementor-widget-container,
.lead-mg-form .elementor-shortcode,
.lead-mg-form div,
.lead-mg-form .screen-reader-response,
.lead-mg-form form.wpcf7-form.invalid,
.lead-mg-form form.wpcf7-form.sent{
	height: 100%;
}
.lead-mg-form .wpcf7-response-output {
	height: auto;
	color: #ffffff;
	position: absolute;
	bottom: -55px;
	left: 0;
}
/* .enquiry-form ul li:nth-child(1) {
width: 50%;
} */
.blog_frm_cls ul {
	display: block;
}
.blog_frm_cls ul li {
	float: left;
	padding: 0;
	width:auto;
}
.blog_frm_cls ul li input#formSubmit {
	background-color: #fec501 !important;
	margin: 0 0 0 -50px !important;
	/* 	height: 52px; */
	color: #00165d !important;
	text-transform: capitalize;
	z-index: 1;
	position: relative;
	border: 1px solid #fec501;
	padding: 12.5px 30px;
}
.blog_frm_cls ul li input {
	/* 	height: 41px !important; */
}

.blog_frm_cls ul li input#formSubmit:hover {
	background-color: #ffffff !important;
}
.blog_frm_cls ul li.fullwidth label {
	display: block;
}
.blog_frm_cls ul li.fullwidth label span {
	color: #ffffff;
	font-size:12px;
}
.blog_frm_cls ul li span.wpcf7-not-valid-tip {
	margin-top: 10px;
}
.blog_frm_cls ul li input {
	border-radius: 100px;
}
.workslider .swiper-button-next {
	right: -60px;
}
.workslider .swiper-button-prev{
	left:-60px;
}
.seomumbaistep .elementor-widget-container {
	text-align: left !important;
}
.blue_text strong {
	color: #00165D;
}
.city_contant_slider .city_slider_content h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300 !important;
	text-align:left;
}

.city_contant_slider .city_slider_content p {
	font-size: 16px;
	line-height: 28px;
	text-align:left;
}

.city_contant_slider  .swiper-slide-inner {
	text-align: left;
}
.city_contant_slider .swiper-slide-active .swiper-slide-inner,
.city_contant_slider .swiper-slide-active + div .swiper-slide-inner,
.city_contant_slider .swiper-slide-active + div + div .swiper-slide-inner{
	padding-right: 30px;
}

.city_contant_slider .swiper-slide-active .swiper-slide-inner,
.city_contant_slider .swiper-slide-active + div .swiper-slide-inner,
.city_contant_slider .swiper-slide-active + div + div .swiper-slide-inner{
	border-right: 1px solid rgb(112 112 112 / 50%);
}

.other_service_city .elementor-post__read-more {
	position: relative;
}

.other_service_city .elementor-post__read-more:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 14px;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/arrow-blue.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	right: -18px;
	top: 5px;
	transform: rotate(180deg);
}
.city_slider_arrow .elementor-swiper-button-prev {
	left: -50px !important;
}

.city_slider_arrow .elementor-swiper-button-next {
	right: -50px !important;
}
.single-cb_citypages h2.elementor-heading-title.elementor-size-default {
	font-size: 30px !important;
	line-height: 40px !important;
}
.city_banner .elementor-counter-title {
	font-size: 16px !important;
	line-height: 26px !important;
	letter-spacing: -0.26px !important;
}
body .city_banner .elementor-counter-number {
	font-size: 39px !important;
	line-height: 45px !important;
	font-weight: 600 !important;
}
.city_banner .elementor-counter-number-suffix {
	line-height: 43px !important;
	font-weight: 600 !important;
}
.city_banner_title  h1::before {
	width: 0;
}
.city_banner .city_banner_title  h1 {
	font-weight: 600 !important;
	font-size: 50px !important;
	line-height: 60px !important;
}
.city_banner .city_banner_title h1 span {
	font-size: 50px !important;
	line-height: 60px !important;
}
/* .city_banner_icon .elementor-widget-container {
background-color: #FEC501;
width: 54px;
height: 54px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
} */
.steps_box p {
	font-size: 16px;
	line-height: 28px;
}
.steps_box h3 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 10px;
}
.team_bring_to_table figure.swiper-slide-inner {
	background: #F5F5F6;
	border: 0 !important;
	padding: 0px 25px 25px 25px;
}
.team_bring_to_table figure.swiper-slide-inner h3 {
	font-size: 22px !important;
	line-height: 30px;
	margin: 0 0 10px;
	font-weight: bold !important;
}

.team_bring_to_table figure.swiper-slide-inner:after {
	content: '';
	position: absolute;
	height: 32px;
	background: #fff;
	width: 100%;
	top: 0;
	left: 0;
}

.team_bring_to_table figure.swiper-slide-inner img {
	z-index: 5;
	position: relative;
}
.team_bring_to_table .swiper-button-disabled {
	display:none !important;
}
.rel-case-study-wrap {
	overflow: hidden;
}

.casestudyul {
	list-style: none;
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 40px;
	padding: 50px 0;
}

.casestudyul li {
	width: 31%;
}

.case-study-category {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #00165D;
	margin:15px 0 5px;
	background-color: #fff;
	z-index: 0;
}

.case-study-category:before {
	position: absolute;
	content: '';
	background: #000000;
	width: 80%;
	right: 0;
	left: 0;
	top: 10px;
	height: 1px;
	z-index: 0;
}

.casestudyul h2 {
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 10px;
}

.casestudyexp p {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.case-study-category span {
	background: #ffffff;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 20px;
}

.single-cb_casestudies .page-header {
	height: auto !important;
	padding-bottom:30px;
}
.single-cb_casestudies .page-header .breadcrumbs {
	bottom: 0;
}
.single-cb_casestudies .page-header .page-banner {
	padding: 40px 0 50px;
}

.pickupslider {
	overflow:hidden;
}

.pickupslider .pickup-card {
	position: relative;
}

.pickupslider .pickup-card h4,.pickupslider .pickup-card h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300 !important;
	text-align: left;
	margin: 20px 20px 20px 0;
}

.pickupslider .pickup-card span {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	display: inline-block;
	padding-right: 15px;
}


.pickupslider .swiper-slide-active .pickup-card,
.pickupslider .swiper-slide-active + div .pickup-card,
.pickupslider .swiper-slide-active + div + div .pickup-card{
	border-right: 1px solid rgb(112 112 112 / 50%);
}
.pickupslider .swiper-button-next:after,.pickupslider  .swiper-button-prev:after {
	color: #00165D;
	font-size: 25px;
	font-weight:800;
}

.pickupslider .swiper-button-prev{
	left:-50px;
}
.pickupslider .swiper-button-next{
	right:-50px;
}

.blog_frm_cls .wpcf7-spinner {
	position: relative;
	bottom: 32px;
	right: -50px;
	background: #f8c727;
}

.blog_frm_cls ul li span.wpcf7-not-valid-tip {
	line-height: 12px;
}
.blog_frm_cls ul li input.wpcf7-email {
	height: auto !important;
	padding: 10px 20px !important;
}
.blog_frm_cls ul li p {
	line-height: 0;
	/*     margin: 0 !important; */
}
.blog_frm_cls ul li.fullwidth label input[type="checkbox"] {
	height: 30px;
}
.sales_sec .elementor-widget-text-editor a:hover {
	color: #fff !important;
}

.cb_citypages .elementor-post__read-more:hover {
	color:#FEC501 !important;
}

#popuenq .enquiry-form ul li p .wpcf7-spinner {
	right: 80px;
	bottom: 30px;
}
.enquiry-form span.wpcf7-spinner {
	bottom: 35px;
	right: 50%;
	margin-right: -110px;
}
.cb_services .elementor-post__read-more:hover {
	color:#FECB1A !important;
}


.thank-youpagetxt a:hover {
	color: #fff;
	text-decoration: underline !important;
}
.cta-links:hover {
	color: #7F00B9 !important;
}
.lptabs .elementor-tab-title:hover {
	color: #7F00B9 !important;
}

.system_box .elementor-icon-box-icon {
	/*     background-image: url(https://www.ikf.co.in/wp-content/uploads/system_circle_bg.svg); */
	background-repeat: no-repeat;
	background-size: 100%;
	width: 107px;
	height: 107px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 1s;
}

.system_box .elementor-icon-box-icon:before {
	position: absolute;
	content: '';
	width: 155px;
	height: 155px;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/system_arrow-2.svg);
	background-repeat: no-repeat;
	top: -24px;
	left: -22px;
	background-size: 100%;
	opacity: 0;
	transition: all 1s;
	transform: rotate(-90deg);
}
.system_box.animated.fadeIn .elementor-icon-box-icon:before {
	transform: rotate(0deg);
	opacity:1;
	transition: all 1s;
	transition-delay:1s;

}
.system_box .elementor-icon-box-content {
	opacity: 0;
	transition: all 1s;
}

.system_box.animated.fadeIn .elementor-icon-box-content {
	opacity: 1;
	transition: all 1s;
	transition-delay: 1s;
}

.system_box_even .elementor-icon-box-icon {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/system_circle_bg2.svg);
	transition: all 1s;
}

.system_box_even .elementor-icon-box-icon:before {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/system_arrow.svg);
	top: auto;
	bottom: -23px;
	transform: rotate(90deg);
}
.system_box  .elementor-icon-box-title {
	padding: 0 10px;
}

.system_box .elementor-icon {
	opacity: 0;
	transition: all 1s;
}
.system_box.animated.fadeIn .elementor-icon-box-icon {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/system_circle_bg.svg);
	transition: all 1s;
	transition-delay: 0.5s;
}

.system_box.animated.fadeIn .elementor-icon-box-icon .elementor-icon {
	opacity: 1;
	transition: all 1s;
	transition-delay: 0.7s;
}

.telephony_mob_img {
	display: none;
}




.case_study_tab_slider .case_study_slider_box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 20px #190B4324;
	border-radius: 10px;
	padding: 20px;
}

.case_study_tab_slider .case_study_slider_box .case_study_slider_img img {
	width: 100%;
}

.case_study_tab_slider .case_study_slider_box .case_study_slider_icon {
	margin: 20px 0;
	line-height: 0;
}

.case_study_tab_slider .case_study_slider_box .case_study_slider_img {
	line-height: 0;
}

.case_study_tab_slider .case_study_slider_box .case_study_slider_para {
	color: #25242A;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.38px;
}


.case_study_tab_slider .swiper-slide {
	opacity: 0;
}

.case_study_tab_slider .swiper-slide-active,
.case_study_tab_slider .swiper-slide-active+div,
.case_study_tab_slider .swiper-slide-active+div+div {
	opacity: 1;
}

.case_study_tab_slider .swiper-button-next:after,
.case_study_tab_slider .swiper-button-prev:after,
.service_city_slider_btn.swiper-button-prev:after,
.service_city_slider_btn.swiper-button-next:after,
.other_service_slider_btn.swiper-button-prev:after,
.other_service_slider_btn.swiper-button-next:after{
	content: '';
	background-image: url(https://www.ikf.co.in/wp-content/uploads/arrow-blue.svg);
	position: absolute;
	width: 13px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.case_study_tab_slider .swiper-button-prev,
.service_city_slider_btn.swiper-button-prev:after,
.other_service_slider_btn.swiper-button-prev:after{
	left: -60px;
}

.case_study_tab_slider .swiper-button-next,
.service_city_slider_btn.swiper-button-next:after,
.other_service_slider_btn.swiper-button-next:after{
	transform: rotate(180deg);
	right: -60px;
}

.service_case_study_tab .e-n-tabs-heading {
	background-color: #F0EFF9;
	margin: 0 auto;
	border-radius: 19px;
}

.other_service_slider_btn.swiper-button-prev:after,
.other_service_slider_btn.swiper-button-next:after {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/white-arrow1.svg);
}

.service_case_study_tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"],.service_case_study_tab .e-n-tabs-heading .e-n-tab-title:hover {
	background: linear-gradient(90deg, rgba(23,0,138,1) 0%, rgba(129,0,186,1) 100%) !important;
	background-color: transparent !important;
}

.case_study_tab_slider .case_study_slider_box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 20px #190B4324;
	border-radius: 10px;
	padding: 20px;
}

.case_study_tab_slider .case_study_slider_box .case_study_slider_img img {
	width: 100%;
}

.case_study_tab_slider .case_study_slider_box .case_study_slider_icon {
	margin: 20px 0;
	line-height: 0;
}

.case_study_tab_slider .case_study_slider_box .case_study_slider_img {
	line-height: 0;
}

.case_study_tab_slider .case_study_slider_box .case_study_slider_para {
	color: #25242A;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.38px;
}


.case_study_tab_slider .swiper-slide {
	opacity: 0;
}

.case_study_tab_slider .swiper-slide-active,
.case_study_tab_slider .swiper-slide-active+div,
.case_study_tab_slider .swiper-slide-active+div+div {
	opacity: 1;
}

.case_study_tab_slider .swiper-button-next:after,
.case_study_tab_slider .swiper-button-prev:after {
	content: '';
	background-image: url(https://www.ikf.co.in/wp-content/uploads/arrow-blue.svg);
	position: absolute;
	width: 13px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.case_study_tab_slider .swiper-button-prev {
	left: -60px;
}

.case_study_tab_slider .swiper-button-next {
	transform: rotate(180deg);
	right: -60px;
}

.service_case_study_tab .e-n-tabs-heading .e-n-tab-title {
	position: relative;
}

.service_case_study_tab .e-n-tabs-heading .e-n-tab-title:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	background-color: #fff;
	right: 0;
	z-index: 1;
}

.service_case_study_tab .e-n-tabs-heading .e-n-tab-title:hover:after {
	width: 0;
}

.service_case_study_tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:after {
	width: 0;
	background-color: transparent;
	z-index:0;
}

.service_case_study_tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	background-color: transparent;
	right: 0;
	z-index:0;

}

.industry_client_testimonial_box {
	text-align: center;
}

.industry_client_testimonial_box .industry_client_testimonial_para {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-align:center;
	margin-bottom: 20px;
	position:relative;
}

.industry_client_testimonial_box .client_name h3 {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400 !important;
	margin: 0;
}

.industry_client_testimonial_box .client_name span {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	display: inline-block;
}

.industry_client_testimonial_box .client_img {
	height: 55px;
	width: 55px;
	border-radius: 100%;
}

.industry_client_testimonial_box .industry_client_testimonial_img {
	display: inline-flex;
	gap: 0 30px;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
	border-top: 2px solid #8100ba91;
	width: 100%;
	max-width: 450px;
}

.industry_client_testimonial .swiper-slide {
	opacity: 0;
}

.industry_client_testimonial .swiper-slide-active {
	opacity: 1;
}


.industry_client_testimonial_wrap .industry_client_btn.swiper-button-prev::after,
.industry_client_testimonial_wrap .industry_client_btn.swiper-button-next::after {
	color: #fff !important;
	font-size: 35px;
}


.industry_client_testimonial_wrap  .industry_client_btn.swiper-button-prev {
	left: -60px;
	top: 80%;
}

.industry_client_testimonial_wrap .industry_client_btn.swiper-button-next {
	right: -60px;
	top: 80%;
}

.industry_client_testimonial_box .industry_client_testimonial_para:before,
.industry_client_testimonial_box .industry_client_testimonial_para:after {
	position: absolute;
	content: '';
	width: 42px;
	height: 28px;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/qoute-top.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	left: -60px;
	top: 0px;
}

.industry_client_testimonial_box .industry_client_testimonial_para:after {
	right: -60px;
	left: auto;
	bottom: 0;
	top: auto;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/qoute-down.svg);
}
.industry_client_testimonial_box .client_name {
	text-align: left;
}

.service_city_slider_img img,.other_service_slider_img img {
	width: 100%;
}

.service_city_slider_img,.other_service_slider_img {
	position: relative;
}

.service_city_slider_name {
	color: #25242A;
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
}

.service_city_slider_img:after,.other_service_slider_img:after,
.service_city_slider_img:before,.other_service_slider_img:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #fff;
	right: 15px;
	top: 15px;
}

.service_city_slider_img:before,.other_service_slider_img:before {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/link-arrow.svg);
	background-color: transparent;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	transition:all 0.4s;
}

.service_city_slider_box a:hover .service_city_slider_img:before,
.other_service_slider_box a:hover .other_service_slider_img:before{
	transform:rotate(45deg);
	transition:all 0.4s;
}

.service_city_slider_wrap .swiper-slide {
	opacity: 0;
}

.service_city_slider_wrap .swiper-slide-active,.service_city_slider_wrap .swiper-slide-active + div,.service_city_slider_wrap .swiper-slide-active + div + div {
	opacity: 1;
}

.other_service_slider_wrap  .swiper-slide {
	opacity: 0;
}

.other_service_slider_wrap .swiper-slide-active,
.other_service_slider_wrap .swiper-slide-active + div,
.other_service_slider_wrap .swiper-slide-active + div + div,
.other_service_slider_wrap .swiper-slide-active + div + div + div{
	opacity: 1;
}

.other_service_slider_box .other_service_slider_name {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}

.service_faq_accord .elementor-accordion-item {
	border-bottom: 1px solid #70707042 !important;
}

.service-process-wrapper .career-section-title {
	font-size: 36px;
	font-weight: bold;
	color: #3a168d;
	margin-bottom: 30px;
}

.service-process-wrapper .accordion-item {
	margin-bottom: 20px;
	border-radius: 12px;
	background-color: #F0EFF9;
	overflow: hidden;
}

.service-process-wrapper .accordion-toggle {
	width: 100%;
	text-align: left;
	padding: 25px 90px 25px 20px;
	background-color: #F0EFF9;
	color: #17008A;
	font-size: 26px;
	line-height: 33px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background 0.3s;
	position: relative;
	border-radius: 15px;
}

.service-process-wrapper .accordion-toggle:hover {
	/* background: #F0EFF9 !important; */
	color: #29107D !important;
}

.service-process-wrapper .accordion-item.accordion_active .accordion-toggle:hover {
	/* background: #F0EFF9 !important; */
	color: #29107D !important;
}

.service-process-wrapper .accordion-toggle .arrow {
	font-size: 18px;
	transition: transform 0.3s;
	display: none;
}

.service-process-wrapper .accordion-item.accordion_active .accordion-toggle .arrow {
	transform: rotate(180deg);
}

.service-process-wrapper .accordion-content {
	display: none;
	padding: 20px 20px 20px;
	/* background: #F0EFF9; */
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.service-process-wrapper .accordion-item.accordion_active .accordion-content {
	display: flex;
	margin-top: -60px;
	gap: 40px;
}

.service-process-wrapper .responsibilities-list,
.service-process-wrapper .eligibility-list {
	list-style: none;
	padding-left: 0;
	margin-top: 10px;
}

.service-process-wrapper .responsibilities-list>li,
.service-process-wrapper .eligibility-list>li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}

.service-process-wrapper .responsibilities-list>li::before,
.service-process-wrapper .eligibility-list>li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #6a4fd4;
	font-size: 18px;
}

.service-process-wrapper .accordion-item .accordion-content h4 {
	font-size: 18px;
	line-height: 40px;
	font-weight: 700;
	color: #000;
	margin-top: 15px;
}

.service-process-wrapper .career-note {
	margin: 20px 0 0;
}

.service-process-wrapper ul.responsibilities-list>li::before,
.service-process-wrapper .eligibility-list>li::before {
	position: absolute;
	content: "";
	left: 0;
	background: transparent linear-gradient(180deg, #3AAAFF 0%, #E737FF 100%) 0% 0% no-repeat padding-box;
	width: 9px;
	height: 9px;
	border-radius: 20px;
	top: 8px;
}

.service-process-wrapper .accordion-item.accordion_active button.accordion-toggle {
	/* background: #F0EFF9 !important; */
	color: #29107D !important;
	opacity: 1;
	font-size: 0;
}

.service-process-wrapper .accordion-item button.accordion-toggle:after {
	position: absolute;
	content: '';
	height: 44px;
	width: 44px;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/downarrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45%;
	right: 20px;
	top: 16px;
	background-color: #FFFFFF;
	box-shadow: 0px 6px 6px #1B0B4A30;
	border-radius: 100%;
}

.service-process-wrapper .accordion-item.accordion_active button.accordion-toggle:after {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/downarrow.svg);
	transform: rotate(179deg);
	box-shadow: 0px -6px 6px #1B0B4A30;
}

.responsibilities-list ul.sub-points-list,
.eligibility-list ul.sub-points-list {
	margin: 0px;
	list-style-type: none;
}

.responsibilities-list ul.sub-points-list>li,
.eligibility-list ul.sub-points-list>li {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	position: relative;
	padding-left: 20px;
	margin-bottom: 6px;
}

.sub-points-list li:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 2px;
	background-color: #29107D;
	left: 4px;
	top: 11px;
}

.service-process-wrapper .accordion-content .accordion_img {
	width: 40%;
}

.service-process-wrapper .accordion-content .accordion_content_text {
	width: 57%;
}

.service-process-wrapper .accordion-content .accordion_img img {
	border-radius: 20px;
}

.service-process-wrapper .accordion-content .accordion_content_text h3 {
	color: #17008A;
	font-size: 26px;
	line-height: 30px;
}

.service-process-wrapper .accordion-content .accordion_content_text .accordion_content_para {
	color: #25242A;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.38px;
}


.cloud_telephony ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


.cloud_telephony {
	min-height: 450px;
	display: flex;
	align-items: start;
	justify-content: center;
}

.telephony_center {
	position: absolute;
	width: 350px;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.telephony_center:after {
	position: absolute;
	content: '';
	background-image: url(https://www.ikf.co.in/wp-content/uploads/telephony_icon_bg.png);
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	scale: 0;
	transition: all 1s ease;
}

.telephony_img {
	background-color: #fff;
	box-shadow: 5px 5px 15px #d1d1d1;
	width: 230px;
	height: 230px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	scale: 0;
	transition: all 1s;
}

.cloud_telephony ul li {
	position: absolute;
	z-index: 1;
}

ul.telephony_icon_list li:nth-child(1) {
	top: 50px;
	left: 75px;
}

ul.telephony_icon_list li:nth-child(2) {
	top: 45px;
	right: 68px;
}

ul.telephony_icon_list li:nth-child(3) {
	left: 20px;
	bottom: 120px;
}

ul.telephony_icon_list li:nth-child(4) {
	right: 20px;
	bottom: 120px;
}

ul.telephony_icon_list li:nth-child(5) {
	bottom: 20px;
	left: 0;
	right: 0;
	width: 40px;
	margin: 0 auto;
}

ul.telephony_text_ul li:nth-child(1) {
	left: 180px;
	top: 0;
	text-align: right;
}

ul.telephony_text_ul li {
	max-width: 380px;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	opacity: 0;
	transition: all 1s;
}

ul.telephony_text_ul li strong {
	font-size: 24px;
	line-height: 34px;
	display: block;
	font-weight: 600;
	letter-spacing: 0.6px;
}

ul.telephony_text_ul li:nth-child(2) {
	top: 0;
	right: 180px;
}

ul.telephony_text_ul li:nth-child(3) {
	top: 170px;
	left: 180px;
	text-align: right;
}

ul.telephony_text_ul li:nth-child(4) {
	right: 180px;
	top: 170px;
}

ul.telephony_text_ul li:nth-child(5) {
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 390px;
}

ul.telephony_icon_list li {
	scale: 0;
	transition: all 1s ease;
}



.telephony_effect.telephony_effect_active .telephony_text_ul li:nth-child(1) {
	left: 0;
}

.telephony_effect.telephony_effect_active .telephony_text_ul li:nth-child(2) {
	right: 0;
}

.telephony_effect.telephony_effect_active .telephony_text_ul li:nth-child(3) {
	left: -20px;
}

.telephony_effect.telephony_effect_active .telephony_text_ul li:nth-child(4) {
	right: -20px;
}

.telephony_effect.telephony_effect_active .telephony_img {
	scale: 1;
	transition: all 1s ease;
	transition-delay: 0.5s;
}

.telephony_effect.telephony_effect_active .telephony_center:after {
	scale: 1;
	transition: all 1s ease;
	transition-delay: 1s;
}

.telephony_effect.telephony_effect_active ul.telephony_icon_list li {
	scale: 1;
	transition: all 1s ease;
	transition-delay: 1.5s;
}

.telephony_effect.telephony_effect_active ul.telephony_text_ul li {
	opacity: 1;
	transition: all 1s ease;
	transition-delay: 2s;
}

.manufacturing_infograph ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.manufacturing_infograph {
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	max-width: 1340px;
	margin: 0 auto;
	width: 100%;
}

.infograph_center {
	position: absolute;
	width: 380px;
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	scale: 0;
	transition: all 1s;
}

.manufacturing_infograph ul li {
	position: absolute;
	z-index: 0;
}

.infograph_text_ul li {
	max-width: 450px;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
	transition: all 1s;
	display: flex;
	flex-flow: row-reverse;
	gap: 0 30px;
	z-index: 0;
	opacity: 0;
	transition: all 1s ease;
	align-items:center;
}

.infograph_text_ul li:nth-child(1) {
	left: 180px;
	top: 0;
	text-align: right;
}

.infograph_text_ul li:nth-child(2) {
	top: 0;
	right: 180px;
}

.infograph_text_ul li:nth-child(3) {
	top: 150px;
	left: 180px;
	text-align: right;
}

.infograph_text_ul li:nth-child(4) {
	right: 180px;
	top: 150px;
}

.infograph_text_ul li:nth-child(5) {
	bottom: 20px;
	left: 180px;
	text-align: right;
}

.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(1),
.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(3),
.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(5) {
	left: 0;
}

.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(2),
.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(4),
.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(6) {
	right: 0;
}


.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(3) .infograph_mob_img,
.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(4) .infograph_mob_img {
	background-color: #17008A;
}



.telephony_effect.telephony_effect_active .infograph_center{
	scale: 1;
	transition: all 1s ease;
	transition-delay: 0.5s;
}


.telephony_effect.telephony_effect_active .infograph_text_ul li {
	opacity: 1;
	transition: all 1s ease;
	transition-delay: 1s;
}

a.elementor-accordion-title:focus {
	outline-width: 0 !important;
}

.service_faq_accord .elementor-accordion-item {
	position: relative;
}
.service_faq_accord .elementor-accordion-icon {
	position: absolute;
	right: 0;
	top: 40%;
}
.service_faq_accord .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon {
	top: 17% !important;
}

.ppc_client_testimonial_box {
	text-align: center;
}

.ppc_client_testimonial_box .ppc_client_testimonial_para {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.ppc_client_testimonial_box .client_name h3 {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400 !important;
	margin: 0;
}

.ppc_client_testimonial_box .client_name span {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	display: inline-block;
}

.ppc_client_testimonial_box .client_img {
	height: 55px;
	width: 55px;
	border-radius: 100%;
}

.ppc_client_testimonial_box .client_img img {
	border-radius: 100%;
}

.ppc_client_testimonial_box .ppc_client_testimonial_img {
	display: inline-flex;
	gap: 0 30px;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
	border-top: 2px solid #8100ba91;
	width: 100%;
	max-width: 450px;
}

.ppc_client_testimonial .swiper-slide {
	opacity: 0;
}

.ppc_client_testimonial .swiper-slide-active {
	opacity: 1;
}


.ppc_client_testimonial_wrap .ppc_client_btn.swiper-button-prev::after,
.ppc_client_testimonial_wrap .ppc_client_btn.swiper-button-next::after {
	color: #fff !important;
	font-size: 35px;
}


.ppc_client_testimonial_wrap .ppc_client_btn.swiper-button-prev {
	left: 50%;
	top: auto;
	margin-left: -400px;
	bottom: 0;
}

.ppc_client_testimonial_wrap .ppc_client_btn.swiper-button-next {
	right:  50%;
	top: auto;
	margin-right: -400px;
	bottom: 0;
}

.ppc_client_testimonial_box .ppc_client_testimonial_para:before,
.ppc_client_testimonial_box .ppc_client_testimonial_para:after {
	position: absolute;
	content: '';
	width: 42px;
	height: 28px;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/qoute-top.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	left: -60px;
	top: 0px;
}

.ppc_client_testimonial_box .ppc_client_testimonial_para:after {
	right: -60px;
	left: auto;
	bottom: 0;
	top: auto;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/qoute-down.svg);
}

.ppc_client_testimonial_box .client_name {
	text-align: left;
}

.ppc_post_wrap .swiper-slide-active {
	transform: rotate(-5deg);
}

.ppc_post_wrap .swiper-slide-active + div {
	transform: rotate(-3deg);
}

.ppc_post_wrap .swiper-slide-active + div + div {
	transform: rotate(3deg);
}

.ppc_post_wrap .swiper-slide-active + div + div + div {
	transform: rotate(5deg);
}



@media (max-width: 1670px) {
	.manufacturing_infograph{
		max-width: 1150px;
		min-height: 420px;
	}
	.infograph_text_ul li {
		max-width: 340px;
	}

	.infograph_text_ul li:nth-child(1) {
		top: 20px;
	}

	.infograph_text_ul li:nth-child(2) {
		top: 10px;
	}
/* 	.infograph_text_ul li:nth-child(2)::after {
		top: 50px;
	}
 */
	.infograph_text_ul li:nth-child(3),
	.infograph_text_ul li:nth-child(4) {
		top: 140px;
	}
/* 	.infograph_text_ul li:nth-child(3)::after,
	.infograph_text_ul li:nth-child(4)::after {
		top: 50px;
	}
	.infograph_text_ul li:nth-child(5),
	.infograph_text_ul li:nth-child(6) {
		bottom: 20px;
	}
	.infograph_text_ul li:nth-child(5)::after,
	.infograph_text_ul li:nth-child(6)::after {
		top: 67px;
	} */
}

@media(max-width:1320px){
	div#ast-desktop-header .ast-builder-grid-row {
		grid-column-gap: 0 !important;
	}
	
}



@media (max-width: 1160px) {
	.manufacturing_infograph{
		max-width: 1150px;
		min-height: 420px;
	}
	.infograph_text_ul li {
		scale: 0.85;
	}
	.infograph_text_ul li:nth-child(5),.infograph_text_ul li:nth-child(6) {
		bottom: 0px;
	}
	.infograph_text_ul li:nth-child(1),.infograph_text_ul li:nth-child(2) {
		top: 20px;
	}

	.infograph_text_ul li:nth-child(3),.infograph_text_ul li:nth-child(4) {
		top: 150px;
	}
	.telephony_effect.telephony_effect_active .infograph_center {
		scale: 0.9;
	}
	.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(3) {
		left: -30px;
	}

	.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(4) {
		right: -30px;
	}
}


@media(max-width:1024px){
	.blog-call-to-action-section h2:after {
		display: none;
	}
	.blog-call-to-action-section {
		padding-bottom: 60px !important;
	}
	.lead-mg-form .wpcf7-response-output {
		margin-bottom: 0 !important;
	}

	.blog_frm_cls ul li{
		width:auto !important;
		margin-bottom:0 !important;
	}
	.workslider .swiper-button-prev {
		left: -80px;
		right: 0;
		margin: 0 auto;
		bottom:0px;
		top:auto;

	}
	.workslider .swiper-button-next{
		left:0;
		right:-80px;
		margin:0 auto;
		bottom:0px;
		top:auto;
	}
	.workslider{
		padding-bottom:80px;
	}
	body .city_banner .elementor-counter-title {
		margin-bottom: 20px !important;
	}
	body .city_banner .elementor-widget-image {
		margin-right: 0;
	}

	body .homebannertitle.city_banner .city_banner_title  h1.elementor-heading-title {
		font-size: 40px !important;
		line-height: 50px !important;
	}

	body .homebannertitle.city_banner .city_banner_title h1.elementor-heading-title span {
		font-size: 40px !important;
		line-height: 50px !important;
	}
	.casestudyul h2 {
		font-size: 22px !important;
		line-height: 32px !important;
	}
	.casestudyul li {
		width: 47%;
	}
	.casestudyul {
		padding: 10px 10px !important;
	}
	.other_case_study_slide h4 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.pickupslider {
		padding-bottom: 60px;
	}

	.pickupslider .swiper-button-prev {
		left: 50%;
		bottom: 0;
		top: auto;
		margin-left: -50px;
	}

	.pickupslider .swiper-button-next {
		right: 50%;
		bottom: 0;
		top: auto;
		margin-right: -50px;
	}
	.pickupslider .swiper-slide-active + div + div .pickup-card {
		border: 0;
	}
	.ser-client-sec .serclients-slider {
		padding: 0 0 90px !important;
	}

	.ser-client-sec .serclients-slider .swiper-button-prev,.ser-client-sec .serclients-slider .swiper-button-next {
		bottom: 20px ;
		top: auto !important;
	}

	.ser-client-sec .serclients-slider .swiper-button-prev {
		left: 50% !important;
		margin-left: -60px;
	}

	.ser-client-sec .serclients-slider .swiper-button-next {
		right: 50% !important;
		margin-right: -60px;
	}
	ul.telephony_text_ul li {
		max-width: 260px !important;
	}
	ul.telephony_text_ul li:nth-child(5) {
		max-width: 400px !important;
	}
	.telephony_effect.fadeIn .telephony_text_ul li:nth-child(3) {
		left: 0 !important;
	}

	.telephony_effect.fadeIn .telephony_text_ul li:nth-child(4) {
		right: 0 !important;
	}
	ul.feedback_ul {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px 0;
	}

	ul.feedback_ul li {
		width: 25% !important;
	}
	.service_city_slider,.other_service_slider {
		padding-bottom: 80px;
	}

	.service_city_slider .service_city_slider_btn.swiper-button-prev,
	.other_service_slider .other_service_slider_btn.swiper-button-prev{
		top: auto;
		bottom: 0;
		left: 50%;
		margin-left: 0;
	}

	.service_city_slider .service_city_slider_btn.swiper-button-next,
	.other_service_slider .other_service_slider_btn.swiper-button-next{
		top: auto;
		bottom: 0;
		right: 50%;
		margin-right: 0;
	}
	.service_city_slider_name {
		font-size: 18px !important;
		line-height: 25px !important;
	}
	.case_study_tab_slider {
		padding-bottom: 70px;
	}

	.case_study_tab_slider .swiper-button-next {
		top: auto;
		bottom: 0;
		right: 50%;
		margin-right: -60px;
	}

	.case_study_tab_slider .swiper-button-prev {
		top: auto;
		bottom: 0;
		left: 50%;
		margin-left: -60px;
	}
	.service-process-wrapper .accordion-item.accordion_active .accordion-content {
		padding-top: 60px !important;
	}
	.service-process-wrapper .accordion-item button.accordion-toggle:after {
		top: auto !important;
	}
	.service_faq_accord .elementor-accordion-title {
		padding-right: 30px !important;
		display: inline-block;
	}
	.service_faq_accord .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon {
		top: 7% !important;
	}
	.infograph_text_ul li:nth-last-child(1):after,.infograph_text_ul li:nth-last-child(2):after{
		height:0;
	}
	.ppc_client_testimonial_wrap .ppc_client_btn.swiper-button-prev {
		margin-left: -100px;
	}

	.ppc_client_testimonial_wrap .ppc_client_btn.swiper-button-next {
		margin-right: -100px;
	}

	.ppc_client_testimonial {
		padding-bottom: 70px;
	}

}


@media(max-width:820px){
	.blog_frm_cls ul li {
		width: 100% !important;
		float: none !important;
	}

	.blog_frm_cls ul li input#formSubmit {
		margin: 20px 0 0 !important;
	}

	.blog_frm_cls .wpcf7-spinner {
		right: auto !important;
		left: 120px;
	}
	ul.telephony_text_ul li strong {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	ul.telephony_text_ul li {
		font-size: 15px !important;
		line-height: 20px !important;
	}
	.telephony_center {
		scale: 0.8;
	}
	ul.telephony_text_ul li {
		max-width: 210px !important;
	}
	.cloud_telephony {
		min-height: 400px !important;
	}
	ul.feedback_ul .feedback_text {
		font-size: 16px;
		padding: 0 20px;
	}
	ul.feedback_ul li:after {
		background-position: top right -3px;
	}
	ul.feedback_ul li {
		height: 256px !important; 
	}
	.feedback_icon_box {
		top: 16px !important;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.manufacturing_infograph {
		max-width: 100%;
		overflow: visible;
		flex-flow: column;
	}

	.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(1),
	.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(3), 
	.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(5) {
		left: -80px;
		justify-content:right !important;
	}

	.infograph_text_ul li,.infograph_text_ul li:nth-child(2n) {
		flex-flow: column;
	}
	.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(2),
	.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(4), 
	.telephony_effect.telephony_effect_active .infograph_text_ul li:nth-child(6) {
		right: -130px;
	}

	.infograph_center {
		scale: 1 !important;
		position: relative !important;
	}

	.infograph_text_ul  li {
		max-width: 100% !important;
		text-align: center!important;
		scale: 1 !important;
		width: 50%;
		align-items: center;
		flex-flow: column !important;
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		bottom: auto !important;
		right: auto !important;
		padding-bottom: 10px;
	}

	.infograph_text_ul li div {
		width: 100%;
	}

	.infograph_text_ul {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 0;
	}

	.infograph_text_ul li .infograph_mob_img {
		margin-bottom: 10px;
		display:none;
	}

	.infograph_text_ul li:after {
		background-color: #8100BA;
		bottom: -10px;
		top: auto !important;
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto;
	}

	.infograph_img_bg {
		scale: 1 !important;
	}

	.infograph_img_top {
		scale: 0.9;
		top: 30px;
	}

	.infograph_img:after {
		width: 370px;
		height: 370px;
		top: -6px;
	}


}

@media(max-width:767px){
	.city_banner .elementor-container h1 {
		margin-top: 20px !important;
	}

	.city_contant_slider .swiper-slide-active .swiper-slide-inner,
	.city_contant_slider .swiper-slide-active + div .swiper-slide-inner,
	.city_contant_slider .swiper-slide-active + div + div .swiper-slide-inner{
		padding-right: 0px !important;
		border-right: 0px solid rgb(112 112 112 / 50%) !important;
	}
	body .city_banner .city_banner_title   h1.elementor-heading-title {
		font-size: 28px !important;
		line-height: 38px !important;
	}

	body .city_banner .city_banner_title  h1.elementor-heading-title span {
		font-size: 28px !important;
		line-height: 38px !important;
	}
	body .city_banner .elementor-counter-number {
		font-size: 25px !important;
	}
	html .city_banner .city_banner_icon img {
		width: 50px !important;
	}
	.casestudyul li {
		width: 100% !important;
	}
	.pickupslider .swiper-slide-active .pickup-card,
	.pickupslider .swiper-slide-active + div .pickup-card, .pickupslider .swiper-slide-active + div + div .pickup-card {
		border: 0;
	}
	.pickupslider .pickup-card,.pickupslider .pickup-card h3,.pickupslider .pickup-card span {
		text-align: center !important;
		padding:0 !important;
	}
	.ftrpolicy a {
		line-height: 25px !important;
	}

	ul.feedback_ul li {
		width: 25% !important;
		height: auto !important;
		flex-wrap: wrap;
		align-items: start !important;
	}

	ul.feedback_ul li:after {
		height: 0 !important;
	}

	.feedback_icon_box {
		background: transparent linear-gradient(90deg, #17008A 0%, #8100BA 100%) 0% 0% no-repeat padding-box;
		width: 75px !important;
		height: 75px !important;
		border-radius: 100%;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: relative !important;
		top: 0 !important;
	}

	.feedback_icon_box img {
		width: auto !important;
	}

	ul.feedback_ul .feedback_text {
		margin-top: 20px !important;
		padding: 0;
		max-width: 100% !important;
		text-align: center !important;
		width: 100%;
	}

	.telephony_center {
		display: none !important;
	}

	ul.telephony_text_ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.telephony_mob_img {
		display: block;
		background: transparent linear-gradient(90deg, #17008A 0%, #8100BA 100%) 0% 0% no-repeat padding-box;
		width: 60px;
		height: 60px;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom:15px;
	}
	ul.feedback_ul .feedback_text strong {
		display: block;
		width: 100%;
	}

	ul.telephony_text_ul li {
		opacity: 1 !important;
		text-align: left !important;
		width: 48% !important;
		max-width: 100% !important;
		position: static !important;
		margin-bottom: 30px !important;
		/* 		display: flex;
		flex-wrap: wrap;
		gap: 5px 0px;
		align-items: start;
		padding-left: 80px; */
	}

	ul.telephony_text_ul li:nth-child(5) {
		max-width: 100% !important;
		width: 100% !important;
	}

	.telephony_mob_img img {
		width: 30px;
	}

	ul.telephony_text_ul li strong {
		font-size: 17px !important;
		line-height: 22px !important;
		margin-bottom: 10px;
	}
	.service_img_tab .service_tab_list .service_tab button {
		flex-flow: column;
	}

	.service_img_tab .service_tab_list .service_tab button img {
		width: 100% !important;
	}

	.service_img_tab .service_tab_list .service_tab button p {
		width: 100% !important;
		padding-right: 0 !important;
	}
	.service-process-wrapper .accordion-toggle {
		font-size: 18px;
		line-height: 28px;
	}
	.service_case_study_tab .e-n-tabs-heading .e-n-tab-title {
		position: relative;
	}

	.service_case_study_tab .e-n-tabs-heading .e-n-tab-title:after,.service_case_study_tab .e-n-tabs-heading .e-n-tab-title:before {
		position: absolute;
		content: '';
		width: 20px !important;
		height: 2px !important;
		background-color: #000 !important;
		right: 20px !important;
		transition:all 0.4s;
	}

	.service_case_study_tab .e-n-tabs-heading .e-n-tab-title:before {
		transform: rotate(90deg);
	}

	.service_case_study_tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:before {
		transform: rotate(0deg);
		transition:all 0.4s;
		background-color: #fff !important;
		z-index: 1;
	}

	.service-process-wrapper .accordion-item.accordion_active .accordion-content {
		flex-flow: column;
		gap: 20px !important;
		/* 		padding-top: 60px !important; */
	}

	.service-process-wrapper .accordion-content .accordion_img,
	.service-process-wrapper .accordion-content .accordion_content_text {
		width: 100% !important;
	}
	.service-process-wrapper .accordion-content .accordion_content_text h3 {
		font-size: 23px;
	}
	.infograph_text_ul li:nth-last-child(2):after{
		height:1px;
	}
}

@media(max-width:580px){
	ul.feedback_ul li {
		width: 50% !important;
	}
	ul.feedback_ul li:last-child {
		width: 100% !important;
	}
	.feedback_icon_box {
		width: 60px !important;
		height: 60px !important;
		padding: 15px;
	}
	.manufacturing_infograph .infograph_center {
		display: none;
	}

	.manufacturing_infograph ul {
		display: block;
	}

	.manufacturing_infograph ul li {
		width: 100%;
		margin-bottom: 20px;
		/* 		text-align: left !important; */
		/* 		align-items: start; */
		opacity:1 !important;
		transition-delay: 0s !important;
	}

}


@media(max-width:480px){
	.blog_frm_cls ul li input#formSubmit {
		/* 		margin: 0 0 0 -40px !important; */
	}

	ul.feedback_ul .feedback_text {
		text-align: left;
		font-size: 15px;
	}
	ul.feedback_ul {
		gap: 15px 0  !important;
	}
	.feedback_icon_box {
		right: auto !important;
		margin: 0 !important;
	}
	ul.telephony_text_ul li {
		width: 100% !important;
		padding-left: 80px;
		position:relative !important;
		top:0 !important;
		left:0 !important;
	}
	.telephony_mob_img {
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media(max-width:460px){
	.blog_frm_cls ul li {
		width: 100% !important;
	}

	.blog_frm_cls ul li input#formSubmit {
		/* 		margin:  0 !important; */
	}
	.enquiry-form ul {
		margin: 0 auto 30px auto;
	}
}


span.trip {
    color: #D9A417;
}
.tf-yrs-intro p {
    line-height: 38px;
}
.ctabtnlinkpop {
    cursor: pointer;
}
.ai-agent-chat-avatar{
	height: 60px !important;
    width: 60px !important;
}
.ai-agent-chat-avatar-tooltip {
    font-size: 14px;
}
.elementor-38626 .right-boxes-sec  .elementor-element.elementor-element-39d5cfb .elementor-heading-title {
    font-weight: 800 !important;
}
.elementor-page-28866 h1,
.elementor-page-28866 h2,
.elementor-page-28866 h3,
.elementor-page-28866 h4,
.elementor-page-28866 h5,
.elementor-page-28866 h6,
.why_attend_ul li strong,
ul.chatgpt_head_menu li a,
.elementor-page-28866 .why_attend_ul li{
	font-family: 'Poppins' !important;
}
.bloglistingwrap li:nth-child(4n+3) {
	top: 0vw !important;
}

.sticky_btn a.elementor-button {
	border-radius: 10px 10px 0 0 !important;
}

.sticky_btn {
	position: fixed;
	right: -58px;
	top: 30%;
	transform: rotate(-90deg);
	z-index: 99999;
	border-radius: 10px 10px 0 0 !important;
	box-shadow: 0px 0px 10px #00000061;
}

section.gpt_footer {
	border-bottom: 1px solid #b8b7b8;
}
/* section.gpt_footer .elementor-widget-social-icons span.elementor-grid-item .elementor-social-icon {
background: #0357b1 !important;
}
*/
.gpt_footer_bottom  .elementor-widget-container a {
	color: #454545;
}

.gpt_footer_bottom .elementor-widget-container a:hover {
	color: #dcac3e !important;
}

ul.chatgpt_head_menu {
	display:flex;
	list-style:none;
	margin:0;
	padding:0;
}
ul.chatgpt_head_menu  li{
	margin-right:30px;
}
ul.chatgpt_head_menu  li a{
	font-size:15px;
	color:#454545;
}

a.book_btn {
	font-size: 15px;
	line-height: 20px;
	background-color: #18c399;
	border-radius: 50px;
	padding: 10px 20px;
	color: #ffffff;
}
.gpt_team_text strong {
	font-size: 24px !important;
	color:#ffffff !important;
}

.gpt_team_text h3 {
	font-size: 16px;
	color:#ffffff !important;

}
/* .gpt_banner_text p {
font-size:15px;
max-width:240px;
line-height:20px;
margin-bottom: 0;
}

.gpt_banner_text h4{
font-size:20px;
line-height:30px;
margin:0 0 5px;
} */
.why_attend_ul{
	margin:0;
	list-style:none;
}

.why_attend_ul li{
	font-size:18px;
	color:#454545;
	margin-bottom:10px;
	position:relative;
	padding-left:20px;
	max-width:400px;
	line-height:30px;
}
.why_attend_ul li:before{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	background-color:#0357B1;
	border-radius:50px;
	left:0;
	top:12px;
}

.why_attend_ul li strong{
	font-size:18px;
	color:#0357B1;
	font-weight:600;
}
.chat_banner_sec{
	position:relative;
	width:100%;
}
.chat_banner_sec figcaption{
	position:absolute;
	bottom:0;
	width:100%;
}

.chat_banner_sec figcaption a.book_btn{
	position:absolute;
	right:30%;;
	bottom:180px;
}
.gpt_banner_text {
	max-width: 350px;
	text-align: left;
	background-color:#18c399;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	padding:10px 30px 10px 50px;
	color:#ffffff;
	position:absolute;
	bottom:40px;
	top:auto !important;
}

.gpt_banner_text h4 {
	color: #ffffff;
}
.speaker_counter {
	position: relative;
}

.speaker_counter:before {
	position: absolute;
	content: '';
	background-image: url(https://www.ikf.co.in/wp-content/uploads/bg-circle.png);
	background-repeat:no-repeat;
	height: 180px;
	width: 180px;
	border-radius: 100%;
	z-index: -1;
	top:-50px;
	left:60px;
	right:50px;
}

.takeways_box {
	background-color: #FFFFFF;
	border-radius: 10px;
	margin: 0 20px 0 0;

}
.takeways_box .elementor-image-box-wrapper {
	padding: 20px 0 30px;
	min-height: 240px;
}
.gpt_footer_bottom ul.chatgpt_head_menu li a{
	font-size:16px !important;
}

.gpt_footer_bottom ul.chatgpt_head_menu li{
	margin-right:25px !important;
}

.takeways_box p.elementor-image-box-description {
	/*     max-width: 210px; */
	font-weight:600 !important;
}

.takeways_box .elementor-image-box-content {
	display:flex;
	justify-content:center;
}
/* img.chat_banner_text_img {
height: 500px !important;
width: 700px !important;
position:absolute;
top:auto !important;
bottom:200px;
} */


.register_btn a.elementor-button-link:hover {
	background-color: #dcac3e !important;
}
.gpt_cont_no a:hover,.gpt_cont_no1 a:hover  {
	color: #dcac3e !important;
}


.postid-28866 button#rmp_menu_trigger-19394 {
	display: none;
}
.takeways_box  .elementor-image-box-wrapper {
	box-shadow: 2px 10px 12px #a6caf185;
}
.chatgpt_head_menu a:hover {
	color: #dcac3e !important;
}
.gpt_cont_no .elementor-image-box-wrapper a img {
	width: 28px !important;
	max-width: 28px !important;
	position: relative;
	right: 15px;
}

.homebannertitle h2, .homebannertitle h1,.homebannertitle h1 span {
	font-size: 3.4vw !important;
}

.postid-46428 section.page-header,.postid-46428 header#masthead,.postid-46428 .site-footer,.postid-46428 .sticky-cta-bar  {
    display: none !important;
}

.website-audit-lead-form ul .submit-btn-wrap span.wpcf7-spinner {
    right: 46%;
    bottom: -5px;
}
.website-audit-lead-form  .wpcf7-not-valid-tip {
    margin: 0 !important;
}

.website-audit-lead-form input#formSubmit {
/*     color: #00165D !important;
    background: #feca19 !important;
	transition:all 0.4s;
	border: 1px solid transparent; */
}

.website-audit-lead-form input#formSubmit:hover {
/*     color: #00165D !important;
    background: #ffffff !important;
	border: 1px solid #feca19;
	transition:all 0.4s; */
}
.banner-pop-form {
    line-height: 0;
}

.page-id-46568 .page-header {
    height: 60vh;
}

.loadmore-btn input[type=button]:hover {
    background: transparent  !important;
}

@media(max-width:1366px){
	.gpt_header ul.chatgpt_head_menu li {
		margin-right: 15px !important;
	}
}

@media(max-width:1200px){
	.city_slider_arrow {
		padding-bottom: 60px;
	}

	.city_slider_arrow .elementor-swiper-button-prev {
		top: auto !important;
		bottom: -10px;
		left: 50% !important;
		margin-left: -50px !important;
	}
	.city_slider_arrow .elementor-swiper-button-next {
		top: auto !important;
		bottom: -10px;
		right: 50% !important;
		margin-right: -50px !important;
	}
	
	
	.city_contant_slider .swiper-slide-active + div .swiper-slide-inner,
	.city_contant_slider .swiper-slide-active + div + div .swiper-slide-inner{
		padding-right: 30px;
		border-right: 0px solid rgb(112 112 112 / 50%) !important;
	}
}

@media(max-width:1024px){
	.careerpage-form li.submit-btn-wrap {
		margin-top: 20px;
	}
	.homebannertitle h2, .homebannertitle h1, .homebannertitle h1 span {
		font-size: 4vw !important;
		line-height: 4.5vw !important;
	}
	.gpt_team_text .elementor-widget-container {
		padding: 15px 0px 15px 35px !important;
	}
	.gpt_footer .gpt_cont_no1,.gpt_footer .elementor-widget-text-editor {
		width: 100% !important;
		max-width: 100% !important;
		/* text-align:center; */
	}
	.gpt_header .elementor-container {
		justify-content: space-between;
	}
	.gpt_cont_no  .elementor-image-box-img img{
		width: 60px;
		height: 30px;
	}
	.gpt_cont_no  .elementor-image-box-content {
		display: none;
	}
	.takeways_box  .elementor-widget-container {
		background-position: -91px -83px !important;
	}
	.speaker_counter:before {
		left: 13px !important;
	}
	.elementor-element.gpt_team_text {
		width: 50% !important;
		max-width: 380px !important;
	}
	.elementor-element.gpt_cont_no {
		width: 50px !important;
	}
	.gpt_cont_no .elementor-image-box-wrapper a img{
		right:0;
	}

}

@media(max-width:767px){
	.bannersubtitle p {
        line-height: 23px !important;
    }
	body .homebannertitle h2,body .homebannertitle h1,body .homebannertitle h1 span {
		font-size: 8vw !important;
		line-height: 9.5vw !important;
	}
	.sticky_btn {
		top: 30% !important;
		right: -50px !important;
	}

	.sticky_btn a.elementor-button {
		padding: 10px 15px !important;
	}
	.client-testi-overview h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.gpt_footer .gpt_cont_no1,.gpt_footer .elementor-widget-text-editor {
		text-align:center;
	}
	.gpt_cont_no1  .elementor-image-box-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 300px!important;
		margin: 0 auto;
	}

	.gpt_cont_no1   .elementor-image-box-content {
		width: auto !important;
	}

	.gpt_cont_no1  figure.elementor-image-box-img {
		width: auto !important;
	}

	.gpt_cont_no1  figure.elementor-image-box-img {
		width: auto !important;
	}

	.gpt_cont_no1  figure.elementor-image-box-img {
		min-width: 50px !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.agenda-sec p.elementor-image-box-description {
		max-width: 250px;
		margin: 0 auto;
	}
	.agenda-sec h3.elementor-image-box-title br {
		display: none;
	}
	.agenda-sec h3.elementor-image-box-title  {
		max-width:350px;
		margin:0 auto;
	}
	.speaker_counter  .elementor-counter-title {
		padding: 0 30px;
	}
	.cust_font_fam h2.elementor-heading-title.elementor-size-default {
		font-size: 30px !important;
		line-height: 33px !important;
	}
	.speaker_counter:before {
		left: 0 !important;
		height: 150px !important;
		width: 150px !important;
		background-size: 100%;
		top: -30px !important;
		right: 0;
		margin: 0 auto;
	}
	.takeways_box {
		margin-bottom: 30px !important;
		margin-right:0 !important
	}
	.why_attend_sec .elementor-container {
		flex-direction: column-reverse;
	}
	.why_attend_ul li{
		max-width:100% !important;
	}
	.elementor-element.gpt_team_text {
		width: 100% !important;
		max-width: 100% !important;
	}
	.website-audit-lead-form ul .submit-btn-wrap span.wpcf7-spinner {
		right: 40% !important;
	}

}
@media(max-width:767px){
	.gpt_cont_no .elementor-image-box-wrapper a img{
		right:15px;
	}
	body .blogauthbox .circlebtn {
        padding: 35px 105px 30px 0vw !important;
    }
	
	
}

@media(max-width:520px){
	.ldt-sec h2.elementor-heading-title.elementor-size-default br {
		display: none;
	}
	.ldt-sec h2.elementor-heading-title.elementor-size-default {
		line-height: 40px !important;
	}
	.gpt_team_text .elementor-widget-container {
		padding: 10px 15px !important;
	}
	body .city_banner .city_banner_title   h1.elementor-heading-title {
		font-size: 28px !important;
		line-height: 38px !important;
	}

	 body .city_banner .city_banner_title  h1.elementor-heading-title span {
		font-size: 28px !important;
		line-height: 38px !important;
	}
}


.additional-info {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        background-color: #f5f5f5;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        margin-top: 40px;
        font-family: 'Arial', sans-serif;
    }

    .info-card {
        flex: 1;
        min-width: 280px;
        background: #ffffff;
        color: #333333;
        border-radius: 10px;
        padding: 20px;
        display: flex;
        align-items: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .info-card-icon {
        font-size: 2em;
        margin-right: 15px;
        color: #6c757d;
    }

    .info-card-content {
        display: flex;
        flex-direction: column;
    }

    .info-card-content a {
        color: #007BFF;
        font-weight: bold;
        text-decoration: none;
        margin-top: 8px;
    }

    .info-card-content a:hover {
        text-decoration: underline;
    }

.thank-you-content a {
    color: #FECB1A;
}
.thank-you-content a:hover {
    text-decoration: underline !important;
}
.serstatssec > .elementor-container {
    padding: 0 10px;
}
.ytp-chrome-top-buttons {
    display: none !important;
}
.increase-sales-content a {
    color: #FEC501;
    text-decoration: underline !important;
}
a.consultation-btn {
    background-color: #ffffff;
    padding: 8px 15px;
    border-radius: 30px;
    color: #8100BA;
    font-size: 16px;
    line-height: 17px;
}

body.home .ai-agent-chat-avatar-container, .home .ai-agent-chat-animation-container.isOpened {
	display: none;
}
/* blog css */
ul.outer-list {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

ul.outer-list > li {
	padding-left: 40px;
	position: relative;
}

ul.outer-list > li:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #fcc707;
	left:0;
	top: 5px;
}

ul.outer-list > li a {
	color: #0170b9;
	text-decoration: none !important;
}
/* blog css end */
.postid-23824 .elementor-widget-container img.emoji {
	width: 15px;
}
.remove_up_file {
	cursor: pointer;
	position: absolute;
	right: 61px;
	top: 13px;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f6;
	line-height: 0;
	padding-top: 4px;
	border-radius: 100%;
	z-index:99;
}
.page-id-35876 .remove_up_file {
	right: 60px;
    top: 10px;
    width: 32px;
    height: 32px;
    background: #0c155c;
    color: #fff;
}
.uploadcheck {
	position: relative;
}
.allow-file-size {
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
	color: green;
}
.blog-call-to-action-section h2 span {
	color: #fec501;
	font-size: 17px !important;
	line-height: 48px;
}
.blog-call-to-action-section h2 {
	position: relative;
	font-size: 28px !important;
	line-height: 38px !important;
}
.blog-call-to-action-section h2:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 133px;
	background: #fec501;
	left: -40px;
	top: 8px;
}
.blog-call-to-action-section p a {
	color: #fff;
	text-decoration: none !important;
}
.blog-call-to-action-section p a{
	color: #fec501 !important;
}

.blog-call-to-action-section p a:hover {
	color: #fff !important;
}
.blog-call-to-action-section.bg_img_center_right.blog-call-to-action-small h2 {
	font-size: 20px !important;
}

.blog-call-to-action-section.bg_img_center_right.blog-call-to-action-small h2 span {
	font-size: 28px;
}
.blog-call-to-action-section.bg_img_center_right.blog-call-to-action-small h2 span.call-to-action-link {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	line-height: 28px;
	width: 100%;
    display: inline-block;
}

.blog-call-to-action-section.bg_img_center_right.blog-call-to-action-small h2 span.call-to-action-link a {
	color: #fec501;
	text-decoration: none;
}

.blog-call-to-action-section.bg_img_center_right.blog-call-to-action-small h2 span.call-to-action-link a:hover {
	color: #fff;
}
/* body.post-template-default.single.single-post .detailMeta_content {
display: none;
} */
.current-openings-wrap .curent-opening-item {
	border: 1px solid #fff;
}
.career-header .curent-opening-item:hover {
	border: none !important;
	box-shadow: none;
	transition: none;
}
.thank-youpagetxt {
	font-size: 22px;
	line-height: 30px;
}
.career-banner-social {
	position: absolute;
	right: 0px;
	top: -32px;
	font-weight: bold;
	color: #fff;
}
.hdrenqbtn.applynow {
	display: inline-block !important;
}
.career-banner-social ul {
	display: flex;
	margin-left: 0;
	width: 250px;
	justify-content: space-around;
}
.career-banner-social li::marker {
	font-size: 0;
}
.career-banner-social ul li {
	position: relative;
	top: -3px;
}
.services-wrap .elementor-column h4.elementor-heading-title.elementor-size-default a {
	font-family: 'GraphikMedium';
	padding-left:40px;
	position:relative;
	display:inline-block;
}
.services-wrap .elementor-column .elementor-widget-wrap {
	background-color: #f5f5f6;
	margin-right: 40px;
	padding: 25px !important;
	border-radius: 15px;
}
.services-wrap .elementor-column h4.elementor-heading-title.elementor-size-default a:before{
	position:absolute;
	content:'';
	background-image:url(https://www.ikf.co.in/wp-content/uploads/wd.svg);
	height:20px;
	width:20px;
	left:0;
	top: 0;
	background-position: center;
	background-repeat:no-repeat;
}
.services-wrap .elementor-column:nth-child(2) h4.elementor-heading-title.elementor-size-default a:before{
	background-image:url(https://www.ikf.co.in/wp-content/uploads/Digital-Marketing.svg);   
}
.services-wrap .elementor-column:nth-child(3) h4.elementor-heading-title.elementor-size-default a:before{
	background-image:url(https://www.ikf.co.in/wp-content/uploads/bc.svg);   
}
.services-wrap .elementor-column:nth-child(4) h4.elementor-heading-title.elementor-size-default a:before{
	background-image:url(https://www.ikf.co.in/wp-content/uploads/ad.svg);   
}
.services-wrap .elementor-column:nth-child(4) h4.elementor-heading-title{
	line-height:30px;
}
.services-wrap .elementor-column h4.elementor-heading-title{
	position:relative;
	padding-bottom:20px;
	position:relative;
}
.services-wrap .elementor-column h4.elementor-heading-title:after{
	position:absolute;
	content:'';
	height:1px;
	width:100%;
	background-color:#ffffff;
	bottom:0;
	left:0;
}
.services-wrap .elementor-column .elementor-posts-container article.elementor-post {
	padding-left: 30px;
	position:relative;
}
.services-wrap .elementor-column .elementor-posts-container article.elementor-post:after {
	position:absolute;
	content:'';
	height:8px;
	width:11px;
	background-image:url(https://www.ikf.co.in/wp-content/uploads/small-blue-arw.svg);
	top: 18px;
	left:0;
}
.sitemap-title .elementor-heading-title {
	font-family: var(--mainfont);
}
.company-wrap.services-wrap .elementor-column h4.elementor-heading-title {
	padding-bottom: 0;
}
.company-wrap.services-wrap .elementor-column h4.elementor-heading-title:after {
	display: none;
}
.company-wrap.services-wrap .elementor-column .elementor-widget-wrap {
	padding: 15px !important;
	align-content:center !important;
}
.about a:before {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/about.svg) !important;
}
.client a:before {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/clients.svg) !important;
}
.careers a:before {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/Career.svg) !important;
}
.blog a:before {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/blog.svg) !important;
	top:4px !important;
}
.contact a:before {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/contact.svg) !important;
}
.privacy a:before {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/privacy.svg) !important;
}
.terms a:before {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/terms.svg) !important;
}
.services-wrap.company-wrap .elementor-column h4.elementor-heading-title.elementor-size-default a:after {
	position:absolute;
	content:'';
	height: 8px;
	width: 11px;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/small-blue-arw.svg);
	top: 9px;
	right: 0;
}
.services-wrap.company-wrap .elementor-column h4.elementor-heading-title.elementor-size-default a{
	display:block;
}



.single-cb_services span.linksdivider:nth-child(2) + span + span,
.single-cb_services span.linksdivider:nth-child(2) + span {
	display: none;
}
.tax-service_category div#breadcrumbs span.linksdivider:nth-child(2)+span, .tax-service_category div#breadcrumbs span.linksdivider:nth-child(2)+span+span {
	display: none;
}
.single-cb_careers div#popup-overlay, .single-cb_careers div#exit-popup {
	display: none !important;
}
.page-id-35876 #exit-popup, .page-id-35876 div#popup-overlay {
	display: none !important;
}
.serclients-slider .swiper-wrapper {
	justify-content: unset !important;
}

.serclients-slider {
	overflow: hidden;
	padding: 0 50px;
}

.serclients-slider:before,
.serclients-slider:after {
	content: '';
	position: absolute;
	background: #f5f5f6;
	height: 100%;
	width: 50px;
	top: 0;
	z-index: 4;
	left: 0;
}
.serclients-slider:before{
	left: auto;
	right:0;
}
.serpageclientslider .elementor-swiper-button i {
	color: #192c6c;
}
.service_form.darkform .wpcf7-response-output {
	color: #ffffff;
}
.service_form.darkform span.wpcf7-spinner {
	position: absolute;
	margin-top: 5px;
    margin-left: 30px;
	right: auto !important;
	bottom: auto !important;
	background: #ddd;
}
/* Notifications Start */
.notofications-pop {
	display: none;
	position: absolute;
	right: 8px;
	top: 53px;
	width: 235px;
	z-index: 9;
	background: #F2F2F2 0% 0% no-repeat padding-box;
	box-shadow: 0px 20px 20px #00000029;
	border: 1px solid #D4D4D4;
	padding: 15px;
	border-radius: 5px;
}
.activenotification {
	display:block !important;
}
.notofications-pop:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #F2F2F2;
	transform: rotate(45deg);
	top: -21px;
	right: -5px;
}
.notification-icon p {
	margin: 0;
}
.notofications-pop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.notofications-pop ul li {
	padding: 7px 0;
	margin: 0 !important;
	border-bottom: 1px solid #fff;
	display: flex !important;
}
.notofications-pop span {
	font-size: 14px;
	color: #00165D;
	line-height: 20px;
	font-family: var(--mainfont);
}
.not-th {
	width: 34px;
	margin-right: 10px;
}
.not-txt {
	width: 80%;
}
.not-txt span {
	font-size: 13px;
}
.not-txt p {
	font-size: 12px;
	line-height: 18px;
	display: block;
}
/* Notifications End */

.cta-icons:nth-child(3) span, .cta-icons:nth-child(4) span, .cta-icons:nth-child(5) span {
	top: 7px;
	position: relative;
}
/* Mobile Menu Start */
ul.mob-menu-cta {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
ul.mob-menu-cta li {
	margin: 0 15px;
}
.menu-item-has-children.rmp-menu-item {
	background: #FFFFFF1A;
	margin-bottom: 13px !important;
	border-radius: 10px !important;
	padding: 0 3px;
}
ul.rmp-submenu.rmp-submenu-depth-1 {
	background: #FFFFFF1A;
	margin-bottom: 3px !important;
	border-radius: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
html #rmp-menu-19394 li.menu-item-has-children > .rmp-menu-item-link, li#rmp-menu-item-57763 .rmp-menu-item-link, li#rmp-menu-item-57764 .rmp-menu-item-link, 
html #rmp-menu-19394 li#rmp-menu-item-64642 .rmp-menu-item-link {
	background: url('https://www.ikf.co.in/wp-content/uploads/application-icon.svg') no-repeat  !important;
	font-size: 18px !important;
	line-height: 35px !important;
	border-radius: 10px !important;
	padding: 20px 20px 20px 70px !important;
	height: auto !important;
	background-position: 15px center !important;
}
li#rmp-menu-item-57763, li#rmp-menu-item-57764 {
    background: #FFFFFF1A;
    margin-bottom: 13px !important;
    border-radius: 10px !important;
    padding: 0 3px;
}
div#rmp-menu-additional-content-19394 {
    display: flex !important;
}
#rmp-menu-wrap-19394 {
	padding: 0 20px 20px;
}
html .rmp-menu-subarrow {
	z-index: 9;
	width: 32px;
	height: 32px;
	background: #8558CF !important;
	box-shadow: 0px 6px 6px #00000040;
	border-radius: 100%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	right: 8px !important;
	top: 20px !important;
}
#rmp-menu-wrap-19394 .rmp-menu-item-link .rmp-font-icon {
	line-height: 0;
	height: auto;
}
#rmp-menu-wrap-19394 {
	padding: 0 20px 20px !important;
}
#rmp-menu-title-link {
	background: #FFFFFF1A !important;
	border-radius: 10px;
	padding: 10px 20px;
}
div#rmp-menu-title-19394 {
	padding: 20px;
}
#rmp-menu-title-link img.rmp-menu-title-image {
	margin: 0;
	max-width: 78px;
}
.rmp_menu_trigger.rmp-menu-trigger-boring.rmp-mobile-device-menu.is-active {
	right: 20px !important;
	top: 25px !important;
}
#rmp-menu-19394 li#rmp-menu-item-21217.menu-item-has-children > .rmp-menu-item-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/digital-marketing-icon.svg) no-repeat !important;
	background-position: 15px center !important;
}
#rmp-menu-19394 li#rmp-menu-item-21218.menu-item-has-children > .rmp-menu-item-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/branding-icon.svg) no-repeat !important;
	background-position: 15px center !important;
}
#rmp-menu-19394 li#rmp-menu-item-21219.menu-item-has-children > .rmp-menu-item-link, #rmp-menu-19394 li#rmp-menu-item-64642.menu-item-has-children > .rmp-menu-item-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/application-icon.svg) no-repeat !important;
	background-position: 15px center !important;
}
#rmp-menu-19394 li#rmp-menu-item-39805.menu-item-has-children > .rmp-menu-item-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/company-icon.svg) no-repeat !important;
	background-position: 15px center !important;
}
/* Mobile Menu End */


.tripclass {
	background: #fec501;
	padding: 5px 10px;
	color: #ffffff;
	border-radius: 5px;
}
.serfaq .elementor-accordion-item {
	border-bottom: 2px solid #7070702e !important;
}
.serfaq .elementor-tab-title .elementor-accordion-icon svg {
	width: 30px !important;
	height: 30px !important;
}
.serfaq .elementor-accordion-icon.elementor-accordion-icon-right {
	top: 25px !important;
	position: relative;
}
.serclients-slider .swiper-wrapper {
	justify-content:center;
}
.serclients-slider .swiper-slide img {
	border: 1px solid #000;
	padding: 11px;
	background: #ffffff;
}
.formbtnleft input#formSubmit {
	margin: 0 !important;
}
/* .darkform input#formSubmit{
color: #00165D !important;
background: #feca19 !important;
}
.darkform input#formSubmit:hover{
color: #00165D !important;
background: #ffffff !important;
} */

.right-boxes-card h3 {
	font-size: 24px;
	line-height: 36px;
	color: var(--primary);
	margin-bottom: 10px;
}
ul.right-boxes-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/tickbg.png);
	background-repeat: no-repeat;
	display: flex
		;
	background-size: 100%;
}
.right-boxes-card p {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}
.right-boxes-card p span {
	font-family: var(--mainfont) !important;
}
.right-boxes-card {
	text-align: center;
}
.right-boxes-list li {
	width: 25%;
	padding-top: 40px;
}
.right-boxes-card img {
	width: 75px;
	height: 75px;
	object-fit: contain;
	margin-bottom: 50px;
}
.right-boxes-list li:nth-child(1) .right-boxes-card img {
	position: relative;
	left: 10px;
}
.right-boxes-list li:nth-child(4) .right-boxes-card img {
	position: relative;
	left: -10px;
}
.right-boxes-list li:nth-child(1) .right-boxes-card p{
	width:100%;
	max-width:240px;
	margin:0 auto;
}
.right-boxes-list li:nth-child(2) .right-boxes-card p{
	width:100%;
	max-width:240px;
	margin:0 auto;
}
.right-boxes-list li:nth-child(3) .right-boxes-card p{
	width:100%;
	max-width:240px;
	margin:0 auto;
}
.right-boxes-list li:nth-child(4) .right-boxes-card p{
	width:100%;
	max-width:240px;
	margin:0 auto;
}
.sercounter .elementor-counter-title {
	text-align: left !important;
	font-family: var(--mainfont) !important;
	margin-top: 5px !important;
	justify-content: flex-start !important;
}
.sercounter span.elementor-counter-number-prefix {
	display:none !important;
}

/* #exit-popup {
display: none;
position: fixed;
top: 50px;
left: 0;
right: 0;
margin: 0 auto;
padding: 35px;
background: #ffffff url(https://www.ikf.co.in/wp-content/uploads/exit-popup-img.png) no-repeat 125% center;
z-index: 1000;
max-width: 680px;
min-height: 430px;
z-index: 9999999;
border-radius: 10px;
} */

#exit-popup {
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 35px;
	background: #ffffff url(https://www.ikf.co.in/wp-content/uploads/exit-popup-2024.png) no-repeat 125% center;
	z-index: 1000;
	max-width: 680px;
	min-height: 430px;
	z-index: 9999999;
	border-radius: 10px;
}
#popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999999;
}
#close-popup {
	right: 5px;
	top: 5px;
	position: absolute;
	z-index: 9;
}
#exit-popup h2 {
	font-size: 50px;
	line-height: 60px;
	color: #00165D;
	margin: 50px 0 20px;
	font-family: var(--mainfont) !important;
}
#exit-popup span {
	font-size: 24px;
	line-height: 33px;
	color: #000000;
	display: block;
	max-width: 306px;
	font-style: italic;
	margin-bottom: 15px;
}
#exit-popup p {
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}
#exit-popup p strong {
	font-size: 27px;
	line-height: 34px;
}
#exit-popup a:hover{background: #fff;}
.contact-page-form {
	position: relative;
}
.contact-page-form:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	top: 0;
	left: -100%;
}
.contact-page-form .enquiry-form ul li {
	width: 32%;
	padding: 0 0px 0 0px;
	margin: 0 0 20px 0;
}
.page-id-23 .contact-page-form .enquiry-form ul li {
	margin-bottom: 5px;
}
.contact-page-form .enquiry-form ul li input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	padding: 15px !important;
}
.contact-page-form .enquiry-form ul li.twothird {
	width: 100%;
}

.prevbtn {
	margin-bottom: 40px;
}
.thembtn {
	background: #00175d;
	padding: 15px 40px;
	border-radius: 50px;
	color: #ffffff;
	font-size: 16px;
}
.thembtn:hover {
	background: #feca19;
}

.video img {
	display:none;
}
#popuenq input.wpcf7-text {
	background: url(https://www.ikf.co.in/wp-content/uploads/about-icon.svg) no-repeat 15px center;
}
#popuenq input.wpcf7-email {
	background: url(https://www.ikf.co.in/wp-content/uploads/email-icon.svg) no-repeat 15px center;
}
#popuenq input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.onlynumallow {
	background: url(https://www.ikf.co.in/wp-content/uploads/call-icon-1.svg) no-repeat 15px center;
}
#popuenq textarea.wpcf7-textarea {
	background: url(https://www.ikf.co.in/wp-content/uploads/message-icon.svg) no-repeat 15px 12px;
	height: 80px;
	padding-left: 40px !important;
}
#popuenq .enquiry-form input.wpcf7-text, #popuenq .enquiry-form input.wpcf7-email, #popuenq .popup-wrap .enquiry-form ul li textarea {
	border: 1px solid #DDDDDD !important;
	border-radius: 5px !important;
	padding-left: 40px !important;
}
#popuenq .enquiry-form ul li p {
	margin-bottom: 15px;
}
input.wpcf7-submit {
	background: #17008A !important;
	border-radius: 30px !important;
	margin: 0 auto !important;
	display: block !important;
	font-family: var(--mainfont);
	color: #fff;
}
input.wpcf7-submit:hover {
	background: #7F00B9 !important;
	color: #fff !important;
}
.infoicon {
	width: 56px;
	height: 56px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 10px #00000014;
	border: 2px solid #DCDCE5;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popdesc {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #878787;
}
header .custom-logo-link img {
	height: 74px !important;
}
header#masthead:before {
	background: transparent linear-gradient(90deg, #FFFFFF 0%, #F2F2F2 80%, #F2F2F2 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 36px;
}

section#footer-address h3.elementor-image-box-title {
	color: #000;
	font-family: 'SFProDisplay-Medium' !important;
}
.accordion-list .answer a.fancybox.circlebtn.mauto.careerpopupbtn {
	position: absolute;
	right: 125px;
	top: -64px;
	background: #0170b9;
	padding: 12px;
	font-size: medium;
	border-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	color: #ffffff;
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
	border-radius: 2px;
	padding-top: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 15px !important;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
}
.job-description-content ul.job-description-list > li{font-size: 20px;}
div#enquirypopup .careerbtn.formsubmitbtn:before {
	top: -12px;
	left: 81px;
}

.careerpage-form li.submit-btn-wrap.fullwidth::marker {
	color: #fff;
}
div#enquirypopup li.submit-btn-wrap.fullwidth::marker {
	color: #fff;
}
div#enquirypopup .careerbtn.formsubmitbtn input#formSubmit {
	padding-top: 10px;
}
div#wpcf7-f17521-p19328-o2 .enquiry-form.career-form li.uploadcheck {
	width: 50%;
}
.careerbtn.formsubmitbtn:before {
	top: -10px;
}

.page-id-17861 .enquiry-form.career-form ul {
	justify-content: flex-start;
}
.page.page-id-17861 .formsubmitbtn:hover:before {
	width: 72px;
	height: 72px;
}

.page-id-17861 .enquiry-form.career-form ul li input[type="radio"] {
	margin-left: 15px;
}
iframe#kiwi-big-iframe-wrapper {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
	top: 57px !important;
}
.header-hover ul.hdr-top li a, .scroll-up ul.hdr-top li a {
	color: #00165D;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 15px 10px 25px 10px;
	line-height: 15px;
}
.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
	flex-wrap: wrap;
}
ul.hdr-top {
	margin: 5px 10px 15px 0;
	padding: 0;
	display: flex;
	list-style: none;
}
ul.hdr-top li {
	margin-left: 20px;
	position: relative;
}
ul.hdr-top li a {
	color: #000000;
	font-size: 15px;
}
ul.hdr-top li a:hover {
	color: #dfaa0a;
}

ul.hdr-top li:last-child:after {
	display: none;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-2 {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-right: 0;
}
.header-icons li:first-child {
	display: none;
}
.header-icons li:nth-child(2) {
	display: none;
}
.header-icons {
	justify-content: flex-end;
	width: auto;
	top: -5px;
	position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary {
	padding-right: 0;
}

.careerbtn.formsubmitbtn:before {
	right: -45px !important;
}
.campain_snipp_sec figure.swiper-slide-inner {
	width: 17.8vw;
}

.contact-page-form:before{
	display:none !important;
}
.contactus-form-section input#formSubmit {
	color: #ffffff;
	/* 	border: 1px solid #feca19; */
}
.contactus-form-section .enquiry-form ul .submit-btn-wrap .formsubmitbtn:before {
	background: url("https://www.ikf.co.in/wp-content/themes/astra-child/assets/images/arrow-white.svg") no-repeat;
	background-position: center center;
}
.contactus-form-section .enquiry-form ul .submit-btn-wrap .formsubmitbtn:hover:before {
	border: 1px solid #ffffff;
}
.ast-blog-single-style-1 .entry-content p {
	margin-bottom: 0.5em;
}
.career-description p a:hover {
	color: #fff !important;
}
.expertise-sec p.elementor-heading-title.elementor-size-default a:hover {
	color: #ffc500;
}

.service-single-text li .screenshot p button.serviceLink {
	background: none;
	color: #00000091;
	font-size: inherit;
	padding: 0;
	text-decoration: underline;
}

.service-single-text li .screenshot p button.serviceLink:hover {
	color: #FCBA0A;
}
.service-single-text li a:hover span, .service-single-text li a:hover button.serviceLink {
	color: #000;
}
ul.boxList li {
	position: relative;
}

ul.boxList li:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	left: -18px;
	border: 1px solid;
	top: 9px;
}

/*saurabh css start*/
ul.key_takeaway_ul li {
	font-size: 16px !important;
	line-height: 28px;
}

ul.key_takeaway_ul li a {
	color: #FCBA0A;
	font-weight: 700;
	text-decoration: none !important;
}
.elementor-tab-content .gallery-columns-4 .gallery-icon {
	border:none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 25px;
	background: #ffffff;
}
input#formcountrycode {
	display: none;
}
.agencyhomesec .agencypara .elementor-widget-container a, .home .career-description .elementor-widget-container a {
	color: inherit;
}

.agencyhomesec .agencypara .elementor-widget-container a:hover, .home .career-description .elementor-widget-container a:hover {
	color: #EDAF0D !important;
}

.mega-hdrenqbtn .mega-menu-link {
	background: #FEC501 !important;
	padding: 11px 16px 7px !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	line-height: 17px !important;
	color: #00165D !important;
	font-family: var(--mainfont) !important;
	position: relative !important;
	top: -6px !important;
	margin-left: 5px !important;
	border-bottom: 0 !important;
}
.mega-hdrenqbtn .mega-menu-link:hover {
	background: #00165D !important;
	color: #ffffff !important;
}
.mega-hdrcalbtn a {
	background: #00165D !important;
	padding: 11px 16px 11px !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	line-height: 17px !important;
	color: #ffffff !important;
	position: relative !important;
	top: -6px !important;
	margin-left: 10px !important;
	border-bottom: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.mega-hdrcalbtn a:hover {
	background: #FEC501 !important;
	color: #00165D !important;
}
.trip-section.aos-init.aos-animate .trip-list li {
	position: relative;
	top: 0 !important;
	transition: all 0.5s;
	opacity:1 !important;
}
.trip-section.aos-init .trip-list li {
	top: 50px !important;
	opacity:0;
}
.trip-section.aos-init .trip-list li:first-child {
	transition-delay: 0.1s;
}
.trip-section.aos-init .trip-list li:nth-child(2) {
	transition-delay: 0.3s;
}
.trip-section.aos-init .trip-list li:nth-child(3) {
	transition-delay: 0.5s;
}
.trip-section.aos-init .trip-list li:nth-child(4) {
	transition-delay: 0.7s;
}
.trip-section.aos-init .trip-list li:nth-child(5) {
	transition-delay: 0.9s;
}

.ikfvidsec {
	border-radius: 30px !important;
	overflow:hidden
}

/* Career New Page Start */
.resp-sub-head {
	margin-bottom: 10px !important;
}
html .careerbtn.formsubmitbtn:before {
	right: 0px !important;
	top: 18px !important;
}
ul.reachout-cntact-list li a:before {
	position: absolute;
	content: '';
	height: 18px;
	width: 26px;
	left: 0;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/mail-us-1.png);
	background-repeat: no-repeat;
	top: 0px;
}
ul.reachout-cntact-list li a.reach-mail:before {
	background-image: url(https://www.ikf.co.in/wp-content/uploads/call-us-1.png);
	height: 26px;
	width: 26px;
	top: -2px;
}
.raechout-head h3.elementor-heading-title {
	font-family: var(--mainfont) !important;
}
ul.reachout-cntact-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 !important;
	list-style-type: none;
	padding: 0;
	width: 100%;
	max-width: 450px;
}
.raechout-head {
	margin-bottom: 0 !important;
}
ul.reachout-cntact-list li a {
	font-size: 20px;
	color: #00165D; 
	font-family: var(--mainfont) !important;
	text-decoration: none !important;
	position:relative;
	padding-left:40px;
}
.careergalsec .ikfgallerytitle {
	top: -170% !important;
	transition:all 1s;
}
.careergalsec.visible .ikfgallerytitle {
	top: -140px !important;
}
.career-gallery {
	position: relative;
}
.career-gallery:after {
	position: absolute;
	content: '';
	left: 0;
	top: 30px;
	width: 100%;
	height: 30px;
	background: url(https://www.ikf.co.in/wp-content/uploads/Rectangle.png) repeat-x;
	background-size: 50px;
}
.career-gallery:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 25px;
	width: 100%;
	height: 30px;
	background: url(https://www.ikf.co.in/wp-content/uploads/Rectangle.png) repeat-x;
	background-size: 50px;
}
html ul li.co-years {
	background: url(https://www.ikf.co.in/wp-content/uploads/experience-icon.svg) no-repeat left center !important;
	background-size: 18px !important;
}
html ul li.co-time {
	background: url(https://www.ikf.co.in/wp-content/uploads/time-icon.svg) no-repeat left center !important;
	background-size: 18px !important;
}
.career-header {
	background: url(https://www.ikf.co.in/wp-content/themes/astra-child/assets/images/page-banner.jpg) no-repeat top lavender;
	height: 55vh;
	background-size: cover;
	width: 100%;
	display: flex;
	align-items: center;
}
div#content > .ast-container {
	flex-wrap: wrap;
}
.single-cb_careers section.page-header {
	display: none;
}
.career-header .curent-opening-item {
	background: transparent;
	padding: 0;
	color: #ffffff;
	margin-bottom: 0px;
	padding-top:80px;
}
.career-header h2 {
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
}
.trip-mobile {
	display: none;
}
.career-dtail-ovrw-sec li.elementor-icon-list-item span.elementor-icon-list-icon {
	top: 5px;
}
.career-dtl-from .enquiry-form.career-form ul li {
	width: 49%;
	margin-bottom: 10px;
	padding: 0;
}
.career-dtl-from .enquiry-form.career-form ul li:nth-child(13) {
	width: 100%;
}
.career-dtl-from .enquiry-form.career-form ul li.twothird {
	width: 100%;
}
.career-dtl-from .enquiry-form.career-form ul li.uploadcheck p {
	line-height: 18px;
}
.career-dtl-from .enquiry-form.career-form ul li input,
.career-dtl-from .enquiry-form.career-form ul li select,
.career-dtl-from .enquiry-form.career-form ul li  .uploadFile{
	height: 40px;
}
.career-dtl-from .enquiry-form.career-form ul li select{
	background-position: top 16px right 10px;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/small-black-arw.svg) !important;
	background-size: 13px;
}
.career-dtl-from .enquiry-form.career-form ul li input::placeholder,
.career-dtl-from .enquiry-form.career-form ul li select,
.career-dtl-from .enquiry-form.career-form ul li .uploadFile .filename,
.career-dtl-from .enquiry-form.career-form ul li textarea{
	color: #000000;
	font-size:16px !important;
	font-family: var(--mainfont) !important;
}
.career-dtl-from .enquiry-form.career-form ul li .uploadFile .filename{
	margin-top:10px;
}
.career-dtl-from .enquiry-form.career-form ul {
	background-color: #F5F5F6;
	padding: 20px;
}
.career-dtl-from .enquiry-form.career-form ul li p {
	margin-bottom: 0;
}
.career-dtl-from .enquiry-form.career-form ul li textarea {
	height: 67px;
	resize: none;
}
.career-dtl-from .enquiry-form.career-form ul li input#formSubmit {
	padding: 9px 40px;
	background-color: #00165D;
	color: #ffffff;
	border-radius: 100px;
	font-size: 16px;
}
.career-dtl-from .enquiry-form.career-form ul li.fullwidth {
	width: 100%;
	text-align: center;
}
.career-dtl-from .enquiry-form.career-form ul li.fullwidth span.formsubmitbtn {
	width: 140px !important;
}
.career-dtl-from .enquiry-form.career-form ul li.fullwidth span.formsubmitbtn:before {
	display: none;
}
.career-dtl-from {
	position: sticky !important;
	top: 100px;
	height: 750px;
}
.trip-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.trip-list li {
	width: 20%;
	margin: 0 -10px;
	transition:all 0.5s;
}
.trip-list li .trip-card {
	background-color: #dddced;
	box-shadow: 0px 3px 6px #00000029;
	border: 4px solid #FFFFFF;
	border-radius: 15px;
	/* opacity: 0.5; */
	position: relative;
	transition: all 0.5s;
}
.trip-list li .trip-card span {
	font-size: 152px;
	color: #ffffff;
	margin: 0 auto;
	width: 100%;
	display: block;
	max-width: 100px;
	text-align: center;
	z-index: 1;
	position: relative;
	font-family: var(--mainfont);
	line-height: 220px;
}
.trip-card img {
	width: 98px;
	position: absolute;
	top: 30px;
	left: 20px;
	visibility: hidden;
}
.trip-list li.tripactivelink .trip-card {
	background: transparent linear-gradient(90deg, #17008A 0%, #8100BA 100%) 0% 0% no-repeat padding-box;
}
.trip-list li.tripactivelink .trip-card img {
	visibility:visible;
}
.trip-list li:nth-child(1) {
	transform: rotate(-4deg);
}
.trip-list li:nth-child(2) {
	transform: rotate(2deg);
}
.trip-list li:nth-child(4) {
	transform: rotate(-4deg);
}
.trip-list li:nth-child(5) {
	transform: rotate(2deg);
}
.trip-list li.tripactivelink .trip-card {
	opacity: 1;
}
.trip-list li:nth-child(1).tripactivelink {
	transform: rotate(2deg) scale(1.2);
	z-index:2;
	transition:all 0.5s;
}
.trip-list li:nth-child(2).tripactivelink {
	transform: rotate(-2deg) scale(1.2);
	z-index:2;
	transition:all 0.5s;
}
.trip-list li:nth-child(3).tripactivelink {
	transform: scale(1.2);
	z-index:2;
	transition:all 0.5s;
}
.trip-list li:nth-child(4).tripactivelink {
	transform: rotate(2deg) scale(1.2);
	z-index:2;
	transition:all 0.5s;
}
.trip-list li:nth-child(5).tripactivelink {
	transform: rotate(-2deg) scale(1.2);
	z-index:2;
	transition:all 0.5s;
}
.tripactivelink .trip-card[title]::after {
	content: attr(title);
	font-size: 20px;
	color: white;
	background-color: #00165D;
	padding: 5px 19px;
	border-radius: 20px;
	line-height:26px;
	width:auto;
	display:block;
	position:absolute;
	bottom:20px;
	right:-70px;
}
.cactivetab {
	display: block;
}
.hidetab {
	display: none;
}
.tripcontent {
	text-align: center;
	margin-top: 50px;
}
.tripcontent h4 {
	font-size: 36px;
	line-height: 50px;
	color: #17008A;
	margin: 0 0 20px 0;
	font-family: var(--mainfont);
}
.tripcontent h4::first-letter {
	font-family: var(--mainfont);
}
.tripcontent p {
	font-size: 18px;
	line-height: 30px;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}
.trip-section h2 {
	font-size: 48px;
	text-align: center;
	color: #000000;
	margin: 0;
}
.trip-section h2 span {
	font-weight: 600;
}
p.trip-subhead {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.trip-subhead span {
	color: #8005b9;
	font-weight: 600;
}

.co-pagelink {
	position: absolute;
	right: 10px;
	background: #fec501 url(https://www.ikf.co.in/wp-content/uploads/form-white-arrow.svg) no-repeat center center;
	background-size: 15px;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	bottom: 10px;
	transition: all 0.5s;
}
.co-pagelink img {
	width: 15px;
	transition: all 0.5s;
	opacity: 0;
}
.co-pagelink:hover {
	background: #00165d url(https://www.ikf.co.in/wp-content/uploads/form-white-arrow1.svg) no-repeat center center;
	background-size: 15px;
}
.co-pagelink:hover img {
	opacity: 0;
}
.curent-opening-item {
	background: #FFFFFF;
	border-radius: 14px;
	padding: 35px 35px 45px;
	width: 65%;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	transition: all 0.5s;
	/* border: 1px solid #fec50100; */
}
.curent-opening-item:hover {
	border: 1px solid #fec501;
	box-shadow: 5px 5px 15px #d1d1d1;
	transition: all 0.5s;
}
.current-openings-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.current-openings-wrap .curent-opening-item {
	margin-right: 15px;
}
.curent-opening-item:nth-child(2) {
	width: 32%;
}

.curent-opening-item:nth-child(8), .curent-opening-item:nth-child(7), .curent-opening-item:nth-child(3), .curent-opening-item:nth-child(4), .curent-opening-item:nth-child(5) {
	width: 32%;
}
.curent-opening-item:last-child {
	/* width: 65%; */
}
.curent-opening-item h3 {
	font-family: var(--mainfont) !important;
	color: #00165D;
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 0;
}
.curent-opening-item h3 a {
	text-decoration: none !important;
	color: #17008A;
}
.curent-opening-item ul {
	margin: 13px 0 23px;
	padding: 0;
	display: flex;
	list-style: none;
}
.curent-opening-item ul li {
	background-size: 16px !important;
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
	background: url(https://www.ikf.co.in/wp-content/uploads/location-icon.svg) no-repeat left center;
	line-height: 18px;
}
.curent-opening-item p {
	margin-bottom: 0;
}
.fontbold {
	font-family: var(--mainfont) !important;
}
.sectitle span {
	color:#912cc2;
    margin: 0 6px 0 0;
	font-family: var(--mainfont) !important;
}
.hastagbox {
	display: inline-block;
	font-family: var(--mainfont);
	background: #7F00B9;
	border-radius: 14px;
	padding: 0 10px;
	color: #ffffff;
	transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0);
	transition: all 0.5s;
}
.bluclrbold {
	display: inline-block;
	font-family: var(--mainfont);
	color:#00165D;
}
.hoverbox {
	display: flex;
	margin: 0 -25px;
}
.hoveritem {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	color: #fff;
	transition: flex .4s ease;
	position: relative;
	margin: 0 25px;
	border-radius: 20px;
}
/*.hoveritem .overlay {
background-color: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
position: absolute;
transition: background-color .8s ease;
}*/
.hoveritem .hboxcontent {
	z-index: 9;
	position: relative;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 35px 35px;
	max-width: 100%;
	background: rgb(2, 0, 36);
	background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.hoveritem:hover {
	flex: 2;
}
/*.hoveritem:hover .overlay {
background-color: rgba(0, 0, 0, 0.95);
}*/
.video {
	border-radius: 20px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 22em;
}
video.hvideo {
	z-index: 0;
	object-fit: cover;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}
.hoveritem .hboxcontent h4 {
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	/* 	font-family: 'GraphikMedium' !important; */
	margin-bottom: 15px;
}
.hoveritem .hboxcontent p {
	font-size: 16px;
	line-height: 25px;
	/* 	font-family: 'GraphikMedium' !important; */
	color: #ffffff;
	margin: 0;
}
/* Career New Page End */

.site-header-section>* {
	padding-right: 0;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-1 {
	display: none;
}
.hdrwaclick img {
	width: 25px !important;
}
.hovereffect.showicons ul li img {
	border: 1px solid #ddd;
	border-radius: 100%;
	width: 100%;
}
.homebannerstats .elementor-counter-title {
	margin-top: 5px !important;
	margin-bottom: 40px !important;
}
.homebannertitle h1 {
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
}
.homebannerstats .elementor-counter .elementor-counter-title {
	text-align: left !important;
	justify-content: flex-start;
}
.homebannerstats {
	display: flex !important;
	justify-content: flex-start !important;
	width: 100% !important;
}
.homebannerstats .elementor-container.elementor-column-gap-no {
	margin: 0 !important;
	width: 100%;
}
.homebannerstats .elementor-column .elementor-widget-wrap {
	display: flex !important;
	flex-wrap: nowrap !important;
}
.homebannerstats .elementor-widget-image {
	width: 100% !important;
	margin-right: 20px;
	max-width: 70px !important;
}
.homebannerstats .elementor-widget-image img {
	width: 50px;
}
/* Sticky Bar Start */
.hovereffect ul {
	padding: 0;
	list-style: none;
	position: absolute;
	top: -26px;
	right: 0;
	z-index: -1;
	width: 45px;
	height: 45px;
	left: 0;
	margin: 0 auto;
}
.hovereffect ul li {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transition: all 0.5s;
	width: 55px;
	height: 55px;
}
.hovereffect.showicons ul li:nth-child(1) {
	left: -70px;
	top: -45px;
}
.hovereffect.showicons ul li:nth-child(2) {
	left: -5px;
	top: -82px;
}
.hovereffect.showicons ul li:nth-child(3) {
	left: auto !important;
	top: -45px;
	right: -70px !important;
}
.sticky-cta-bar {
	display:none;
	position: fixed;
	z-index: 9999;
	background: #ffffff;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	box-shadow: 0px -5px 10px #00000014;
}
.cta-btns {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.cta-icons {
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 20%;
	justify-content: center;
	text-align: center;
}
.cta-icons a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cta-icons a span {
	display: block;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none !important;
}
.cta-icons a img {
	margin: 0 auto;
	margin-bottom: 5px;
}
.cta-icons a {
	text-decoration: none !important;
}
.imghoverbtns {
	border: 1px solid #00165d;
	background: #ededed;
	width: 56px;
	border-radius: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -32px;
	margin-bottom: 5px;
}
.imghoverbtns img {
	margin-bottom: 0 !important;
	width: 35px !important;
}
/* Sticky Bar End */

html body  .dmalpform input,html body  .dmalpform textarea {
	background-color: #ffff !important;
	border-radius: 15px !important;
	resize:none !important;
	height:52px !important;
	color: #000;
}
.dmalpform input, .dmalpform input[type=text], .dmalpform textarea, .dmalpform input[type=text]:focus, .dmalpform input[type=email]:focus {
	color: #000 !important;
}
html body  .dmalpform textarea{
	height:80px !important;
}
html body .dmalpform input::placeholder ,
html body  .dmalpform textarea::placeholder{
	color: #000;
	font-size: 16px;
}
.dmalpform input.wpcf7-submit:hover {
	background: #7F00B9 !important;
	color: #fff !important;
}
.dmalpform .wpcf7-not-valid-tip{
	font-weight: 600;
}

footer#colophon aside.footer-widget-area section#custom_html-6, footer#colophon aside.footer-widget-area section#custom_html-7 {
	margin-bottom: 10px;
}
footer#colophon aside.footer-widget-area section#custom_html-6 .address-title h3, footer#colophon aside.footer-widget-area section#custom_html-7 .address-title h3 {
	font-size: 24px;
	color: #fff;
}
.contact-location p.elementor-image-box-description a {
	color: #000;
	text-decoration: none;
}
.contacticonadd .elementor-image-box-description a {
	font-size: 19px;
	line-height: 28px;
}
ul.web-lp-form li.submit-btn-wrap {
	margin: 0 auto;
}
html body ul.web-lp-form li.submit-btn-wrap input#formSubmit {
	background-color: #ffffff !important;
	color: #112f9a ;
	font-weight: 500;
}
/* html body ul.web-lp-form li.submit-btn-wrap input#formSubmit:hover {
	background-color: #d9a316 !important;
	color: #ffffff !important;
} */
html body ul.web-lp-form li.popfullwidth p {
	margin-bottom: 10px;
}
.ldt-sec h2.elementor-heading-title.elementor-size-default,
.ldt-sec .elementor-widget-container p,
.ltd-wrap span.location,
.ltd-wrap ul li,
.attend-sec h2.elementor-heading-title.elementor-size-default,
.attend-sec h3.elementor-image-box-title,
.agenda-sec h2.elementor-heading-title.elementor-size-default,
.agenda-sec .elementor-image-box-title,
.agenda-list span.agenda-tym,
.agenda-sec .elementor-image-box-description,
.client-testi-overview h2,
.client-testi-overview p,
.client-testi-slider-wrap p,
.client-testi-slider-wrap h5,
.client-testi-slider-wrap span{
	font-family: 'Poppins' !important;
}
.ltd-heading {
	margin: 0 !important;
}
.ltd-heading p {
	margin: 0;
}
.ltd-wrap {
	background: #0357b1;
	border-radius: 100px;
	color: #ffffff;
	padding: 15px 40px;
	font-size: 26px;
	line-height: 35px
}
span.location {
	display: block;
}
.ltd-wrap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}
li.time {
	padding-right: 15px;
}
li.date {
	padding-left: 15px;
	position:relative;
}
li.date:before {
	position: absolute;
	content: '';
	height: 23px;
	width: 2px;
	background: #ffffff;
	left: 0;
	top: 5px;
}
.ltd-overvw p {
	margin: 0;
}
.attenders-list .elementor-widget-image-box {
	box-shadow: 0px 20px 23px #c5e1ff78;
	min-height: 205px;
	border-radius: 15px;
}
.agenda-list span.agenda-tym {
	display: block;
	font-size: 15px;
	color: #0357b1;
	font-weight: 500;
	margin-bottom: 15px;
}
.client-testi {
	display: flex;
	/*     background: red; */
}
.client-testi-overview {
	background: #0357b1;
	width:50%;
	padding: 50px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.client-testi-slider-wrap {
	background: #f2f6fb;
	width:50%;
	padding: 0px 50px 50px 0;
	position:relative;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.client-testi-slider-wrap .swiper-container {
	padding: 50px 0 50px 50px;
}
/* .client-testi-slider-wrap:before {
position: absolute;
content: '';
height: 3px;
width: 70%;
background: #0357b1;
left: 0;
bottom: 16.5%;
} */
.client-testi-overview h2 {
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 30px;
	width: 100%;
	max-width: 50%;
}
.client-testi-overview p {
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	width: 100%;
	max-width: 270px;
	position:relative;
}
.client-testi-slider-wrap p:before {
	position: absolute;
	content: '';
	background-image: url(https://www.ikf.co.in/wp-content/uploads/quote.png);
	height: 43px;
	width: 57px;
	left: -20px;
	top: -15px;
}
.client-testi-slider-wrap p {
	font-size: 18px;
	line-height: 30px;
	color: #3e3e3e;
}
.client-testi-slider-wrap h5 {
	font-size: 24px;
	line-height: 30px;
	color: #0357b1;
	font-weight: 600;
}
.client-testi-slider-wrap span {
	font-size: 16px;
	color: #3e3e3e;
	line-height: 30px;
}
.client-testi-slider-wrap .testi-btn {
	background: #ffffff;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/gra-arrow1.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition:all 0.5s;
	position: absolute;
	bottom: 0;
	top: auto;
	right: 0;
	left: auto;
	border: 1px solid #a9acaf;
}
.client-testi-slider-wrap .testi-btn:after{
	display:none;
}
.client-testi-slider-wrap .swiper-button-next.testi-btn {
	transform: rotate(180deg);
}
.client-testi-slider-wrap .testi-btn:hover {
	background: #0357b1;
	background-image:url(https://www.ikf.co.in/wp-content/uploads/white-arrow1.svg);
	background-repeat:no-repeat;
	background-position:center;
	transition:all 0.5s;
}
.client-testi-slider-wrap .swiper-button-prev.testi-btn {
	right: 50px;
}

/* span.eael-fancy-text-prefix {
display: block;
width: 100%;
}
.eael-fancy-text-strings {
min-height: 160px;
} */

.new_contact_form .enquiry-form ul li input, .new_contact_form .enquiry-form ul li textarea {
	border-radius: 10px;
	border: 0;
	color:#25242A;
	font-size:18px;
	line-height:29px;
	letter-spacing: 0.45px;
}
.new_contact_form .enquiry-form ul li input::placeholder, .new_contact_form .enquiry-form ul li textarea::placeholder{
	color:#25242A;
	font-size:18px;
	line-height:29px;
	letter-spacing: 0.45px;
}

.contact_link a:hover {
	color: var(--secoundery) !important;
}
.new_contact_form .enquiry-form ul li textarea {
	min-height:105px;
}
.new_contact_form .enquiry-form ul .submit-btn-wrap input#formSubmit{
	border-radius: 10px !important;
	padding: 5px 37px;
	background-color:#17008A !important;
	color:#fff !important;
	border:0;
}
.new_contact_form .enquiry-form ul li {
	margin: 0 0 10px !important;
}
.new_contact_form form.invalid .wpcf7-response-output{
	color: #25242A;
}
.new_contact_form .enquiry-form ul .submit-btn-wrap .wpcf7-spinner {
	bottom: 43px;
}
.new_contact_form .enquiry-form ul .submit-btn-wrap input#formSubmit:hover {
	background-color: #7F00B9 !important;
}
.serviceanimated-section {
	/*     background:linear-gradient(90deg, rgba(23,0,138,1) 0%, rgba(129,0,186,1) 100%); */
}

@media(max-width:1600px){
	.curent-opening-item{padding: 25px 25px 35px;}
	.services-wrap .elementor-column .elementor-widget-wrap{
		margin-right:30px !important;
	}
	.clients_tab .elementor-tab-title {
		padding: 11px 20px !important;
		font-size: 20px !important;
		line-height: 21px !important;
	}
}
@media(max-width:1560px){
	.careergalsec .ikfgallerytitle {
		top: -160% !important;
	}
	.careergalsec.visible .ikfgallerytitle {
		top: -135px !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;
	}
	.career-header .curent-opening-item {
		padding-top:80px !important;
	}
}
@media(max-width:1280px){
	.career-banner-social ul{
		width: 190px;
	}
	.clients-list-title {
		height: 65px !important;
	}

	.clients_tab .elementor-tabs-wrapper {
		top: 75px !important;
	}
	.clients-list-title .elementor-heading-title {
		font-size: 28px !important;
		line-height: 38px !important;
	}
}
@media(max-width:1279px){
	.header-icons li img {
		height: 20px;
	}
	header#masthead:before {
		display:none;
	}
	header .custom-logo-link img {
		height: 57px !important;
		max-width: 100px !important;
	}
	.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-1 {
		display: block !important;
	}
}
@media (max-width:1024px) {
	.eael-fancy-text-strings {
		min-height: 135px !important;
	}
	.career-header {
		height: 45vh !important;
	}
	.curent-opening-item .breadcrumbs {
		margin-top: 20px !important;
	}
	.serclients-slider:before, .serclients-slider:after {
		display:none !important;
	}
	.services-wrap .elementor-column h4.elementor-heading-title.elementor-size-default a {
		font-size: 22px !important;
		line-height: 24px !important;
	}
	.sitemappagerow > .elementor-container .elementor-column{
		margin-bottom:20px !important;
	}
	.services-wrap .elementor-column h4.elementor-heading-title.elementor-size-default a:before {
		top: 7px;
	}
	.services-wrap .elementor-column:nth-child(2n) .elementor-widget-wrap {
		margin-right: 0 !important;
	}
	.services-wrap .elementor-column .elementor-posts-container article.elementor-post:after {
		top: 14px !important;
	}
	.services-wrap {padding-left: 20px !important;padding-right: 20px !important;}
	.company-wrap-1 {
		margin-bottom: 0 !important;
	}
	.blogauthbox .circlebtn {
		padding: 15px 105px 20px 0vw !important;
	}
	.serfaq .elementor-accordion-title {
		display: block;
		padding-right: 45px;
		padding-bottom: 20px !important;
		padding-top: 20px !important;
		font-size: 25px !important;
		line-height: 35px !important;
	}
	.serfaq .elementor-accordion-icon.elementor-accordion-icon-right {
		right: 20px !important;
	}
	.right-boxes-card h3 {
		font-size: 19px;
		line-height: 28px;
	}
	.right-boxes-imgwrap {
		width: 75px !important;
		height: 75px !important;
		padding: 18px !important;
	}
	.right-boxes-list li .right-boxes-card p {
		max-width: 100% !important;
		padding: 0 20px;
	}
	.exitpop-wrap {
		display: none !important;
	}
	.right-boxes-list li:nth-child(1) .right-boxes-card img {
		left: 0;
	}
	.right-boxes-list li:nth-child(4) .right-boxes-card img {
		left: 0;
	}
	ul.right-boxes-list {
		background: none;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.right-boxes-list li {
		width: 50%;
		padding: 0;
		margin-bottom: 40px;
	}
	.right-boxes-imgwrap {
		height: 150px;
		width: 150px;
		background-color: #00165d;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 15px;
		border-radius: 100%;
	}

	.right-boxes-card img {
		margin: 0;
	}
	.video img {
		display: block !important;
		height: 300px;
		object-fit: cover;
	}
	.video video {
		display:none !important;
	}
	/* 	.page-header {
	margin-top: 76px;
} */
	.campain_snipp_sec figure.swiper-slide-inner {
		width: auto;
	}
	.page-id-35876 .breadcrumbs {
		bottom:20px !important;
	}

}
@media (max-width:999px) {
	.elementor-tab-content .gallery-columns-4 .gallery-icon {
		padding: 15px;
	}
}

@media (max-width:767px) {
	
	#media_gallery .media-frame img {
    height: auto !important;
}
	div#media_gallery .media-frame span.close {
        top: 30px !important;
        right: -20px !important;
}
	html .media-gallery span.pagination.prev {
    top: auto;
    bottom: 20px;
    left: -80px !important;
    right: 0 !important;
    margin: 0 auto;
}

	html .media-gallery span.pagination.next {
    bottom: 20px !important;
    top: auto !important;
    right: -80px !important;
    left: 0 !important;
    margin: 0 auto;
}
	.page-id-51103 .theme-footer {
    padding-bottom: 130px;
}
#media_gallery .media-frame {
    max-width: 90% !important;
}
#media_gallery .media-frame img {
    width: 100%;
}
	.services-wrap .elementor-column .elementor-widget-wrap {
		margin-right: 0 !important;
	}
	.sitemap-title-wrap {
		padding-top: 20px !important;
		padding-bottom: 0 !important;
	}
	.sitemap-title-wrap .elementor-container .elementor-column {
		margin: 0 !important;
	}
	.services-wrap {
		padding-top: 10px !important;
		padding-bottom:10px !important;
	}
	.company-wrap-1 .elementor-column.elementor-col-25:last-child {
		margin-bottom: 0 !important;
	}
	.services-wrap .elementor-column h4.elementor-heading-title.elementor-size-default a:before {
		top: 0;
	}
	.services-wrap .elementor-column .elementor-posts-container article.elementor-post:after {
		top: 20px !important;
	}
	.career-header .curent-opening-item {
		padding-top:0px !important;
	}
	.tripclass {
		position: relative;
		top: 5px;
	}
	.serform-sec .elementor-image-box-wrapper {
		display: flex;
		align-items: flex-start;
	}
	.serform-sec .elementor-image-box-wrapper figure.elementor-image-box-img {
		width: 30px !important;
		padding-top: 11px;
	}
	.fontmobincrease h2.elementor-heading-title.elementor-size-default {
		font-size: 25px !important;
	}
	.serfaq .elementor-accordion-title {
		padding-right: 40px;
		padding-bottom: 10px !important;
		padding-top: 15px !important;
		font-size: 18px !important;
		line-height: 25px !important;
	}
	.serfaq .elementor-accordion-icon.elementor-accordion-icon-right {
		top: 20px !important;
	}
	.serfaq .elementor-tab-title .elementor-accordion-icon svg {
		width: 20px !important;
		height: 20px !important;
	}
	.right-boxes-list li .right-boxes-card p {
		padding: 0 0px !important;
	}
	.right-boxes-list li {
		width: 100%;
	}
/* 	.page-header {
		padding: 0 10px !important;
	} */
	.elementor-tab-content .gallery-columns-4 .gallery-item {
		max-width: 33% !important;
	}
	.job-description-content ul.job-description-list > li {
		font-size: 16px;
	}
	.clienttabwrap .elementor-tab-content p {
		margin: 0;
	}
	.clienttabwrap .elementor-tab-content {
		padding-top: 0 !important;
	}
}

@media (max-width:600px) {
	.popup-wrap .formsubmitbtn:before {
		right: 0vw !important;
	}
}

@media (max-width:600px) {
	.homebannertitle h2, .homebannertitle h1, .bannersubtitle p {
		font-size: 18px !important;
	}
	.elementor-section.elementor-section-items-middle>.elementor-container {
		align-items: flex-start;
		padding-top: 10vh;
	}
	div#enquirypopup .enquiry-form.career-form {
		overflow-y: scroll;
		overflow-x: scroll;
		height: 600px;
	}
	.page-id-17861 .enquiry-form.career-form ul li input[type="radio"]:first-child {
		margin-left: 0;
		margin-right: 10px;
	}
}

@media (max-width:500px) {
	.accordion-list .answer a.fancybox.circlebtn.mauto.careerpopupbtn {
		font-size: 14px !important;
		right: 60px;
		padding: 10px !important;
		top: -58px;
	}
}

@media (max-width:375px) {
	.homebannertitle h2, .homebannertitle h1, .bannersubtitle p {
		font-size: 16px !important;
	}
}

@media(max-width:767px){
	.ccatitle span {
		margin-right: 5px;
		display: inline-block;
	}
	.trip-subhead span {
		font-size: 35px;
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.career-header .curent-opening-item ul {
		flex-wrap: nowrap;
	}
	.career-header h2 {
		font-size: 30px !important;
		line-height: 40px !important;
		margin-top: 60px !important;
		margin-bottom: 20px !important;
	}
	#exit-popup {
		max-width: 350px;
		top: 20px;
		padding: 20px 20px 240px;
		background-size: 240px;
		background-position: bottom center;
	}
	#exit-popup h2 {
		font-size: 28px;
		line-height: 38px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	#exit-popup span {
		font-size: 18px;
		line-height: 28px;
	}
	#exit-popup p br {
		display: none;
	}
	.contact-page-form .enquiry-form ul li{
		margin: 0 0 20px 0;
	}
}
@media(max-width:1279px) {
	.header-icons {
		position: relative;
		top: 2px !important;
	}
	.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-2 {
		display: none !important;
	}
	.header-icons {
		width: 70px !important;
		justify-content: space-between !important;
		margin-right: 20px;
	}
	.header-icons li:first-child {
		display: block !important;
	}
	.header-icons li:nth-child(2) {
		display: block !important;
	}
}
@media(max-width:767px) {
	.header-icons {
		margin-right: 10px !important;
	}
}
@media(max-width:1024px){
	.our-tech .e-con-inner {
    padding-bottom: 50px;
}

.database-tab-sec {
    padding-top: 30px;
}
	.database-tab-sec button.e-n-tab-title:after{
		width: 2px;
	}
	.database-tab-sec .e-n-tabs-heading button span {
    font-size: 15px;
}
	.thank-you-content .elementor-widget-container p {
    margin-bottom: 20px;
}
	#media_gallery .media-frame {
    overflow: visible !important; 
}
.media-gallery span.pagination.prev {
left: -46px !important;
}
.media-gallery span.pagination.next {
    right: -46px !important;
}
	div#media_gallery span.close {
    top: 10px !important;
    right: 35px !important;
}
/* 	#media_gallery .media-frame {
    max-width: 60% !important;
} */
/* #media_gallery .media-frame img {
    width: 100%;
    object-fit:cover;
} */
	.thank-youpagetxt {
		font-size: 16px;
		line-height: 24px;
	}
	.serclients-slider .swiper-wrapper {
		justify-content: unset !important;
	}
	.career-dtl-from{
		height:auto !important;
	}
	.careergalsec .ikfgallerytitle {
		top: -141% !important;
	}
	.careergalsec.visible .ikfgallerytitle {
		top: -100px !important;
	}
	.curent-opening-item {
		padding: 20px 20px 45px;
	}
	.trip-list li .trip-card span {
		font-size: 80px !important;
	}
	.trip-card[title]:hover::after {
		content: attr(title);
		font-size: 12px !important;
		line-height:18px !important;
		bottom:10px !important;
		right:-30px !important;
	}
	.trip-card img {
		width: 60px !important;
		left: 10px !important;
		top: 10px !important;
		display:none !important;
	}
	.tripcontent h4 {
		font-size: 30px !important;
		margin: 0 !important;
	}

	p.trip-subhead {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.tripcontent p {
		font-size: 16px !important;
		line-height: 26px !important;
		max-width: 600px !important;
	}
	.curent-opening-item {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	.hoverbox {
		display: block;
		padding: 0 0px;
	}
	.hoveritem {
		margin-bottom: 25px;
	}
	.video {
		height: 300px;
	}
	.trip-section h2 {
		font-size: 45px !important;
		line-height: 46px !important;
		margin-bottom: 0;
	}
	p.trip-subhead {
		font-size: 24px;
		margin-bottom: 20px;
	}
	h2.effect-head {
		font-size: 45px !important;
		line-height: 50px !important;
	}
	a.cust-lpbtn span p {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	/*  a.cust-lpbtn:after {
	top: 3px !important;
} */
	/* a.cust-lpbtn span:after {
	top: 15px !important;
} */
	.gpt_cont_no figure.elementor-image-box-img {
		width: 60px !important;
	}
	.attend-sec .elementor-widget-wrap {
		background-position: 50% -60px !important;
	}
	.attend-sec .elementor-container,
	.agenda-sec .elementor-container {
		justify-content: center !important;
	}
	.agenda-sec .elementor-widget-wrap {
		background-size: 50% auto !important;
		background-position: 50% 0% !important;
	}
	.client-testi-overview h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.ltd-wrap {
		padding: 10px 20px;
	}
	span.location {
		font-size: 18px;
	}
	.ltd-wrap ul li {
		font-size: 18px;
	}
	.ltd-overvw {
		padding-left: 50px;
		padding-top: 2%;
	}
	/*  .ltd-wrap {
	padding: 10px 20px;
	display: flex;
	justify-content: center;
}
	span.location {
	font-size: 22px;
	padding-right: 15px;
	position: relative;
}
	.ltd-wrap ul li {
	font-size: 22px;
}
	.ltd-wrap ul {
	padding-left: 15px;
}
	span.location:after {
	position: absolute;
	content: '';
	height: 23px;
	width: 2px;
	background-color: #ffffff;
	right: 0;
	top: 5px;
} */
	.clients_tab .elementor-tab-title {
		padding: 8px 20px !important;
		font-size: 16px !important;
		line-height: 19px !important;
	}
}


@media(max-width:999px){
	.client-testi {
		display: block;
	}

	.client-testi-overview {
		width: 100%;
		padding: 30px;
		border-top-right-radius: 10px;
		border-bottom-left-radius:0!important;
	}

	.client-testi-slider-wrap {
		width: 100%;
		padding: 0 10px 50px 0;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
	}

	.client-testi-slider-wrap .swiper-container {padding: 50px 0 30px 30px;}

	.client-testi-overview p {
		margin-bottom: 0;
		max-width: 100%;
	}

	.client-testi-overview h2 {
		max-width: 100%;
	}
	.client-testi-slider-wrap:before{
		bottom:21.5% !important;
	}


	.client-testi-slider-wrap .swiper-button-prev.testi-btn {
		right: 80px;
	}
}
@media(max-width:940px){
	.ltd-conduct-sec .elementor-container {
		display: block;
	}
	.ltd-conduct-sec .elementor-container .elementor-column {
		width: 100%;
	}
}
@media(max-width:921px){
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
		text-align: left;
	}
}
@media(max-width:768px){
	.ltd-wrap {
		padding: 10px 15px;
		border-radius: 5px;
	}
	.ltd-overvw {
		padding-left: 0;
		padding-top: 0;
	}
	.client-testi-slider-wrap .testi-btn {
		display: block !important;
	}
	.ltd-wrap ul {
		display: block;
	}
	.ltd-wrap ul li {
		padding: 0;
	}
	li.date:before {
		display: none;
	}
	.attenders-list .elementor-widget-image-box {
		/*     min-height: auto; */
		padding-bottom:20px;
	}
	.client-testi-slider-wrap:before {
		bottom: 18% !important;
	}
}
@media(max-width:767px){
	footer#colophon .ftr-cta {
		text-align: left;
		padding-left: 0;
	}


	main#main {
		overflow: hidden;
	}
	.career-dtl-form-sec h2.elementor-heading-title.elementor-size-default {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.career-dtl-from {
		height: auto;
	}
	ul.reachout-cntact-list {
		display: block;
		margin-top: 10px !important;
	}
	.career-gallery:after {
		top: 0px;
	}
	.careergalsec .ikfgallerytitle {
		top: -63% !important;
	}
	.careergalsec.visible .ikfgallerytitle {
		top: -50px !important;
	}
	.curent-opening-item h3 a {
		line-height: 35px;
		display: block;
	}
	/*  .trip-card[title]{
	font-size:0 !important;
	background-color:transparent !important;
} */
	.mob-content h4 {
		font-size: 24px;
		margin-bottom: 10px;
		font-family: var(--mainfont);
		color: #17008A;
	}
	.mob-content h4::first-letter {
		font-family: var(--mainfont);
	}
	.mob-content  p {
		font-size: 14px;
		line-height: 22px;
	}
	.trip-mobile {
		display: block;
	}
	.trip-mobile ul.trip-list {
		display: block !important;
	}
	div#content-wrap {
		display: none;
	}
	ul.trip-list {
		display: none !important;
	}
	.trip-section h2 {
		font-size: 35px !important;
		line-height: 40px !important;
		margin-bottom: 10px !important;
	}
	.trip-list {
		display: block !important;
	}
	.trip-list li {
		width: 100% !important;
		transform: rotate(0deg) !important;
		margin: 0 0 20px 0px !important;
		display: flex;
		justify-content: space-between;
	}
	.trip-card {
		min-height: 200px;
		width: 40%;
		display: flex;
		margin: 0 0 0 -45px;
		height: 100%;
		background-color: #17008A !important;
		align-items: center;
	}
	.mob-content {
		width: 65%;
	}
	.hoveritem .hboxcontent h4 {
		font-size: 30px;
		margin-bottom: 8px;
	}
	.hoveritem .hboxcontent {
		padding: 0 20px 20px;
	}
	.curent-opening-item ul li {
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
		margin-right: 0;
	}
	.curent-opening-item ul {
		margin: 10px 0;
	}
	html .homebannerstats .elementor-widget-image {
		margin-right: 10px !important;
		max-width: 35px !important;
	}
	html .homebannerstats .elementor-widget-image img {
		width: 30px !important;
		position: relative;
		top: 5px;
	}
	html .homebannerstats span.elementor-counter-number, .homebannerstats span.elementor-counter-number-suffix {
		line-height: 33px;
	}
	html .homebannerstats .elementor-counter-title {
		margin-top: 0px !important;
		margin-bottom: 20px !important;
	}
	.sticky-cta-bar {
		border-top: 1px solid #00165d;
		display: block !important;
	}
}
@media(max-width:600px){
	body .ldt-sec h2.elementor-heading-title {
		font-size: 30px !important;
		line-height: 30px !important;
	}
	.agenda-sec .elementor-image-box-wrapper {
		padding: 40px 10px 0 10px;
	} 
	.agenda-sec .elementor-image-box-img{
		margin-bottom:10px !important;
	}
	.attenders-list .elementor-element {
		padding: 10px;
	}
	.client-testi-slider-wrap:before {
		display: none;
	}
    .footer-services .footer-services_box {
        padding-bottom: 20px;
    }
    
    .footer-services .footer-services_box:last-child {
        padding-bottom: 0;
    }

}
@media(max-width:480px){
	.ltd-wrap ul li {
		font-size: 18px;
		line-height: 28px;
	}
	.ltd-wrap {
		font-size: 18px;
		line-height: 28px;
	}
	.client-testi-slider-wrap .swiper-button-prev.testi-btn {
		right: 60px;
	}
	.ai-agent-chat-avatar-container {
		right: -14px !important;
		bottom: 82px !important;
	}
}
@media(max-width:460px){
	body .attenders-list .elementor-column,
	body .agenda-list .elementor-column{
		width: 100% !important;
	}
	.agenda-sec .elementor-image-box-wrapper {
		padding: 80px 10px 0 10px;
	}
	.careergalsec .ikfgallerytitle {
		top: -57% !important;
	}
}

@media(max-width:414px){
    .sercounter .elementor-counter span.elementor-counter-number {
        font-size: 30px;
    }

}
@media(max-width:390px){
	.sercounter .elementor-counter span.elementor-counter-number {
        font-size: 30px;
    }
}

@media(max-width:375px){
	.sercounter .elementor-counter span.elementor-counter-number {
        font-size: 30px;
    }
}

.ftr-cta a.ftrcall img {
	filter: invert(0) sepia(100%) saturate(000%) hue-rotate(360deg) brightness(1000%) contrast(100%);
}

.ftr-cta a.ftrcall:hover img {
	filter: invert(0) sepia(100%) saturate(1000%) hue-rotate(360deg) brightness(100%) contrast(100%);
}
.contact_mail p.elementor-image-box-description a img {
	filter: invert(1);
}
.mega-hdrcalbtn a:hover img {
	filter: invert(1);
}
.page-id-22661 section.page-header {
	height:100vh;
}

.hdrenqbtn.applynow {
	display: none !important;
}

.detailMeta_content span {
	font-size: 12px;
	display: block;
	color: #ffffffb3;
	position: relative;
	top: -3px;
}
.detailMeta_content span a {
	color: #ffffff;
}
.about_us_form .enquiry-form  input#formSubmit {
	color: #fff;
}
.page-id-35876 .ftrtopcta {
    display: none;
}

.mm-link-container span a:hover {
    color: #7F00B9 !important;
}
.sales_sec .elementor-widget-text-editor a:hover img {
    filter: brightness(0) invert(1);
	transition: all .1s;
}
.trip-list li .trip-card:hover {
    cursor: context-menu;
}
.darkform  .enquiry-form span.counter {
    color: #fff;
}
.serform-sec .elementor-image-box-wrapper .elementor-image-box-img {
    margin-top: 4px !important;
}
.page-id-35876 .breadcrumbs {
    z-index: 9;
    bottom:50px;
}

.popup-wrap .enquiry-form ul li.submit-btn-wrap.fullwidth .wpcf7-spinner {
    margin-right: 0;
    right: auto !important;
    bottom: 35px !important;
    left: 140px;
}

.popup-wrap .enquiry-form ul li.submit-btn-wrap.fullwidth {
    position: relative;
}





.overview-sec {
    padding: 60px 0;
    width: 100%;
    position: relative;
}
.overview-sec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 854px;
    background-image: url(https://www.ikf.co.in/wp-content/uploads/abt-bg.svg);
    bottom: -140px;
    left: -370px;
    background-size: cover;
    z-index: -1;
}
.overview-inner-wrap h2 {
    font-size: 48px;
    line-height: 57px;
    color: #17008A;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.overview-inner-wrap {
    font-family: "Sora", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
	text-align: center;
}
.ovrvw-desc {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    margin-bottom: 20px;
}
section.ind-cat-sec {
    padding: 0 0 40px;
    width: 100%;
}

section.ind-cat-sec h2 {
    text-align: center;
    margin-bottom: 30px;
}
.prod-post-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
.prod-post-card {
    width: 30.5%;
    margin-bottom: 30px;
}
.indcat-post-img-wrap {
    overflow: hidden;
    border-radius: 12px;
}
.prod-post-card:hover .indcat-post-img-wrap img {
    transform: scale(1.1);
}
.indcat-post-img-wrap img {
    display: block;
    border-radius: 12px;
	transform: scale(1);
	transition: all 0.5s;
}
.prod-post-content-wrap h4 {
    color: #000000;
    font-family: var(--mainfont) !important;
    margin: 20px 0;
}
.testimonial-sec {
    background-color: #F0EFF9;
    background-image: url(https://www.ikf.co.in/wp-content/uploads/Client-Testimonials-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    width: 100%;
	overflow:hidden;
	position:relative;
}
.testimonial-sec h2 {
	color:#ffffff;
	text-align:center;
	margin-bottom: 20px;
}
.testimonial-sec .ppc_client_btn {
    bottom: 60px !important;
}