: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);
}
.titleglowwhite .elementor-heading-title, .titleglowwhite {
    color: #ffffff;
    background: linear-gradient(to right, #ffffff 20%, #e5bbf7 40%, #e5bbf7 60%, #ffffff 80%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 4s linear infinite;
    animation: shine 4s linear infinite;
}
.titleglow .elementor-heading-title, .titleglow {
    color: #17008A;
    background: linear-gradient(to right, #17008A 20%, #8100BA 40%, #8100BA 60%, #17008A 80%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 4s linear infinite;
    animation: shine 4s linear infinite;
}

@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

@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;
    position: relative;
}
.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;
    border: 1px solid #ddd;
}
.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;
}
.clientslogo .gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.clientslogo .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.clientslogo .gallery-item
 {
    margin: 0;
    padding: 10px;
    border-radius: 2px;
}
.e-n-tab-title {
    cursor: pointer;
}
.contact-page-form .enquiry-form ul li p {
    margin: 0;
}


@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: -17px 90px 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){
    .system_box .elementor-icon-box-icon {
        margin: 0 auto;
    }
	.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){
	.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;
}
.career-header .cust-container {
    margin: 0;
}