body h3,
body h5 {
	color: #000;
}

header nav .navbar-nav > li > a {
	margin: 0 10px;
}
.padding-top-none {
	padding-top: 0;
}

.call-heading {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	padding: 20px;
	margin-bottom: 0;
	text-align: center;
}
.call-heading a {
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
}

.vertical-tab {
	border: 1px solid #eee;
	border-radius: 4px;
}
.nav-tabs.vertical-tab > li {
	float: none;
	display: block;
}
.nav-tabs.vertical-tab > li a {
	border: none;
	border-bottom: 1px solid #eee;
	margin-right: 0;
	border-radius: 0;
}
.nav-tabs.vertical-tab > li a i {
	float: right ;
}
.nav-tabs.vertical-tab > li.active a,
.nav-tabs.vertical-tab > li:hover a {
	background: #1ABC9C;
	border-bottom: 1px solid #1ABC9C;
	color: #fff;
}

header a.logo img.r-logo {
	max-height: 60px;
	padding: 5px 0;
}

.sticky .navbar-top {
	top: 0;
	background: #000;
}
	
.blog-post {
/*	border: 1px solid #eee;
	padding: 15px;
	padding-bottom: 0;*/
}

.blog-content {
	padding: 15px;
}
.blog-title {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin-bottom: 0;
}

.blog-date {
	background: #000;
	position: absolute;
	top: 0;
	left: 15px;
	padding: 8px 15px;
	color: #fff;
}
.blog-date date {
	display: block;
	font-size: 24px;
	font-weight: 400;
}
.blog-date month {
	display: block;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}

.panel-group .panel {
	border: none;
	box-shadow: none;
}
.panel-default>.panel-heading {
	background: #fff;
	border: none;
	border-bottom: 1px solid #ddd;
}
.panel-title .fa-angle-down {
	padding-right: 10px;
}

#about {
	background: #fafafa;
	padding: 15px 0;
}

.swiper-slider-clients .swiper-slide img {
	max-height: 60px;
	max-width: 120px;
	padding: 0 5px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.swiper-slider-clients .swiper-slide img.mw-auto {
	max-height: 100%;
	max-width: 100%;
}

.swiper-slider-clients .swiper-slide img.mx-80 {
	max-width: 80%;
}

.swiper-slider-clients .swiper-slide img:hover {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
}

.swiper-slider-clients .swiper-wrapper {
	align-items: center;
}

.swiper-slide .full-screen {
	min-height: 100vh;
}

.main-slider h1 {
	color: #2c2c2c;
	font-size: 44px;
	line-height: 1.3;
	padding-bottom: 25px;
	position: relative;
}

.main-slider h1:after {
	content: '';
	height: 1px;
	width: 35%;
	background: #eb2027;
	display: block;
	margin-top: 25px;
}

.main-slider h1 span {
	color: #eb2027;
	font-weight: 300;
	display: block;
}

.main-slider p {
	color: #eb2027;
	font-weight: 300;
}

.post-title {
	min-height: 52px;
}

.blog-post.blog-post-style2 .author span {
	max-width: 100%;
}

section {
	padding: 40px 0;
}

.bo-text h6 {
	color: #000;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

#services-section .post-details {
/*	position: relative;*/
	padding-bottom: 70px;
/*	min-height: 340px;*/
	overflow: hidden;
}

.d-flex {
	display: flex;
}

#services-section .post-details .btn {
	position: absolute;
	bottom: 10px;
}

.modal-title {
	font-size: 24px;
	font-weight: 400;
	padding-left: 15px;
}

.modal .form-control {
	border-radius: 0;
}

.testimonial-style3 .profile-box {
	margin-top: -50px;
}

.testimonial-style3 .profile-box img {
	width: 100px;
	margin-bottom: 15px;
	border: 4px solid #fff;
	border-radius: 50%;
	filter: grayscale(1);
}

.testimonia-block {
	max-width: 600px;
}

#footer iframe {
	width: 100%;
	height: 150px;
}

.footer-partner-logo ul {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.footer-partner-logo ul li {
	padding: 0 10px 10px 0;
    width: 48%;
    box-sizing: border-box;
    display: inline-block;
}

.footer-partner-logo ul li.w-80 {
	width: 80%;
	margin-top: 20px;
	margin-left: 8%;
}

.footer-partner-logo ul li img {
	width: 60px;
}

.footer-partner-logo ul li img.w-auto {
	width: auto;
}

.service-icons {
	position: relative;
	display: block;
	width: 100px;
	margin: 0 auto 20px;
}

.service-img {
	max-height: 210px;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.grid-item.d-none {
	display: none;
}

.team-style-1 {
	margin-bottom: 30px;
}

.team-image {
/*	filter: grayscale(.7);*/
	overflow: hidden;
}

.bg-light-gray {
	background-color: #f9f9f9;
}

.blog-post-images {
	height: 210px;
/*	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.20);*/
}

.mobile-cta {
    position: fixed;
    bottom: 0;
    right: 0;
	left: 0;
    background-color: #000;
    padding: 10px 15px;
	display: none;
	z-index: 99;
	text-align: center;
}

.mobile-cta a {
	color: #fff;
    font-size: 16px;
    line-height: 1.3;
    display: block;
    text-align: center;
}

.mobile-cta a span {
	display: block;;
}

.enquiry-btn {
    width: 40px;
    top: 30%;
    right: 0;
    margin: 0 auto;
    padding: 10px 0;
    text-transform: uppercase;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    background: #222;
	position: fixed;
	text-align: center;
}

.enquiry-btn a {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
	display: inline-block;
	vertical-align: baseline;
}

#services-section h2,
#about-section h2 {
	font-size: 32px;
	line-height: 40px;
}



@media (min-width: 992px) and (max-width: 1170px) {
	header nav .nav-header-container {
		width: 100%;
		padding: 0 10px;
	}
}

@media (max-width: 1199px) {
	.swiper-slider-clients .swiper-slide img {
		max-width: 100%;
	}
	#services-section h2,
	#about-section h2 {
		font-size: 27px;
		line-height: 32px;
	}

}

@media (max-width: 992px) {
	.blog-post {
		margin-bottom: 20px;
	}
	.footer-partner-logo ul li.w-80 {
		width: 50%;
		margin-left: 0;
	}
	#services-section h2,
	#about-section h2 {
		font-size: 24px;
		line-height: 30px;
	}

}

@media (max-width: 767px) {
	.sticky .navbar-top,
	.sticky.header-appear .navbar-top {
		position: relative;
		background: #fff;
	}
	.black-move .swiper-slide {
		background-image: none !important;
	}
	
	.main-slider h1 {
		font-size: 28px;
	}
	.main-slider h1:after {
		margin: 10px auto 0;
	}
	.swiper-slider-clients .swiper-slide img.mw-auto {
		max-height: 120px;
	}
	.team-style-1 figure .team-image {
		max-width: 80%;
		margin: auto;
	}
	#services-section .post-details,
	#services-section .first-row .post-details {
		padding-bottom: 30px;
		min-height: auto;
	}
	#services-section .post-details .btn {
		position: relative;
	}
	.post.category-blog-simple {
		margin-bottom: 3.5rem;
	}
	.d-flex,
	.mobile-cta {
		display: block;
	}
	#services-section h2,
	#about-section h2 {
		font-size: 20px;
		line-height: 28px;
	}

}




/*=============18july 2023============*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700;800;900&display=swap');


.leads-sec1{ padding: 100px 0; position:relative; font-family: 'Noto Sans', sans-serif; border-bottom: 1px solid #ddd; }
.leads-sec1 .videobg{ position:absolute; left:0; top:0; width:100%; height:100%; }
.leads-sec1 .videobg video{ position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; filter: blur(4px); }
.leads-sec1 .videobg::after{ position:absolute; left:0; top:0; width:100%; height:100%; background: rgba(0, 0, 0, 0.65); content:""; }
.leads-sec1 h1{color: #000; font-size: 32px; font-weight: 800; line-height: 1.3; margin: 0 0 20px; position: relative;}
.leads-sec1 h2{color: #eb2027; font-size: 28px; font-weight: 700; line-height: 1.3; margin: 0 0 30px; position: relative;}
.leads-sec1 h3{color: #000; font-size: 26px; font-weight: 600; line-height: 1.3; margin: 0 0 20px; position: relative;}
.leads-sec1 .btn1{ background:#eb2027; font-size:14px; font-weight:600; color:#fff; margin-bottom: 20px; padding: 10px 30px; display:inline-block; margin-right: 20px; min-width: 300px; text-align: center; border-radius:30px; }
.leads-sec1 .btn2{ border:1px solid #eb2027; font-size:14px; font-weight:600; color:#eb2027; margin-bottom: 20px; padding: 10px 30px; display:inline-block; margin-right: 20px; min-width: 300px; text-align: center; border-radius:30px; }
.leads-sec1 .row{ display:flex; flex-wrap:wrap; align-items:center; }
.leads-sec1 .row::before, .leads-sec1 .row::after{ display:none; }
.leads-sec1 .btn{ background:#eb2027; font-family: 'Noto Sans', sans-serif; font-weight: 600; font-size:14px; color:#fff; margin-bottom: 20px; padding: 12px 30px 10px; display:inline-block; margin-right: 20px; text-align: center; border-radius:30px; border: 0px; }
.leads-sec1 .form-wrap{ padding:30px; background: #fff; border-radius: 20px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);  }
.leads-sec1 .form-control{ background: #f8f9fa; height: 40px; border-radius:30px; }


.leads-sec2{ padding: 100px 0; position:relative; text-align:center; min-height: 100vh; display:flex; align-items:center; justify-content:center; }
.leads-sec2 .container{ max-width:850px; margin:auto; }
.leads-sec2 .videobg{ position:absolute; left:0; top:0; width:100%; height:100%; }
.leads-sec2 .videobg video{ position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; filter: blur(4px); }
.leads-sec2 .videobg::after{ position:absolute; left:0; top:0; width:100%; height:100%; background: rgba(0, 0, 0, 0.65); content:""; }
.leads-sec2 h1{color: #fff; font-size: 32px; font-weight: 300; line-height: 1.3; margin: 0 0 20px; position: relative;}
.leads-sec2 h2{color: #fff; font-size: 28px; font-weight: 500; line-height: 1.3; margin: 0 0 30px; position: relative;}
.leads-sec2 h3{color: #000; font-size: 26px; font-weight: 400; line-height: 1.3; margin: 0 0 20px; position: relative;}
.leads-sec2 .btn1{ background:#eb2027; font-size:14px; font-weight:400; color:#fff; margin-bottom: 20px; padding: 10px 30px; display:inline-block; margin-right: 20px; min-width: 300px; text-align: center; border-radius:30px; }
.leads-sec2 .btn2{ border:1px solid #eb2027; font-size:14px; font-weight:400; color:#eb2027; margin-bottom: 20px; padding: 10px 30px; display:inline-block; min-width: 300px; text-align: center; border-radius:30px; }
.leads-sec2 h2::before{ content:"["; margin:0 5px; color:#eb2027; transform: scale(1.4); display: inline-block; }
.leads-sec2 h2::after{ content:"]"; margin:0 7px; color:#eb2027; transform: scale(1.4); display: inline-block; }


.leads-sec3 .swiper-wrapper{ display:flex; flex-wrap:wrap; }
.leads-sec3 .black-move .swiper-slide{ cursor:pointer; width:20%; margin-bottom:40px; height: 70px;
display: flex;
align-items: center;
justify-content: center; }
.leads-sec3 .black-move .swiper-slide img {
  max-height: 60px;
  max-width: 80%;
  padding: 0 5px;
  filter: grayscale(100%);
}
.leads-sec3 .black-move .swiper-slide img:hover {
  filter: grayscale(0);
}
.newsletter-sec{ padding: 60px 0; text-align:center; background: #000; 
/*	background: #ff9ba1; */
	color:#fff; position:relative; z-index:1 }
/*.newsletter-sec::before{ position:absolute; width:100%; height:100%; left:0; top:0; 
	background:url(../images/201507bg1.jpeg) no-repeat center / cover;
	background: url(../images/background-nlbg.jpeg) no-repeat center / cover;
opacity: 0.1;
content: "";
z-index: -1;
}*/
.newsletter-sec .form-cover{ max-width: 600px; display:flex; margin:auto; }
.newsletter-sec .form-cover .inn1{ width: 100%; height: 60px; border-radius: 30px 0 0 30px; background: #fff; color: #000; font-size: 16px; padding: 15px 60px 15px 30px; border: 2px solid #eb2027; margin-right:-40px; }
.newsletter-sec .form-cover .btn{ background:#eb2027; color:#fff; font-weight: 600; border-radius: 30px; height: 60px; min-width:200px; font-size:16px; }

/*.leads-sec4 .process-flow img{ mix-blend-mode:multiply; }*/
.leads-sec4 .block{ width:33.33%; text-align:center; padding:0 15px; }

.leads-sec4 .block h3{ color:#eb2027; text-align:center; font-weight:300; font-size: 20px; line-height: 1.2; margin: 0 0 30px; }
.leads-sec4 .block .items{ position:relative; z-index:1 }
.leads-sec4 .block .items::before{ content:""; left: 50%; width:0px; border-left: 1px dashed #eb2027; height:100%; margin: 0 -1px 0 0; top:-25px; background:#eb2027; position: absolute;
z-index: -1; }
.leads-sec4 .block .item{ background:#fff; padding:10px; border-radius: 10px; margin-bottom:30px; position:relative; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
.leads-sec4 .block .item .icon{ 
	position: relative;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	left: 50%;
	transform: translate(-50%, 0%);
	margin-bottom: 7px;
	background: #f3f3f3;
}
.leads-sec4 .block .item .icon img{ width:auto; height:auto; left:50%; top:50%; transform: translate(-50%, -50%); max-width:80%; max-height:80%; }
.leads-sec4 .block .item:last-child{ margin-bottom:0 }
.leads-sec4 .block h6{ color:#232323; text-align:center; font-weight:500; font-size: 15px; line-height: 1.2; margin: 0 0 5px; }
.leads-sec4 .block p{ margin:0px; color:#232323; font-size:12px; line-height: 1.4;}
/*.leads-sec4 { background: #f3f3f3; }*/
.leads-sec4 label{ color:#eb2027; text-align:center; font-weight:500; text-decoration: underline; display:block; position:absolute; width:100%; top:100%; left:0; }
.leads-sec4 .arrow{ width: 30px; min-width:30px; display:flex; align-items:center; }
.leads-sec4 .arrow img{ animation: icon-bounce-left 1.3s infinite alternate; opacity:0.6; }
.leads-sec9 .swiper-pagination-bottom.swiper-container-horizontal .swiper-wrapper{ margin: 0 0 40px; }

@keyframes icon-bounce-left {
  from {
    transform: translateX(3px);
  }
  
  to {
    transform: translateX(-3px);
  }
}
.leads-sec5 .services{ display:flex; flex-wrap:wrap; }
.leads-sec5 .block{ width: calc(33.33% - 30px);
margin: 0 15px 20px;
background: #fafafa;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.leads-sec5 .block p{
	margin: 0;
}
.leads-sec5 .block .image{ width:100px; height:100px; border-radius:100%; margin-bottom: 15px; position:relative; background:#FEF3F2; }
.leads-sec5 .block .image img{ width:auto; height:auto; max-width:60%; max-height:60%; left:50%; top:50%; position:absolute; transform: translate(-50%, -50%); }
/*.leads-sec5 .block .image{ padding:60% 0 0 0; background: #fafafa; margin-bottom:15px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }*/
.leads-sec5 .block h3{ font-size: 21px; color:#eb2027; font-weight: 400; margin: 0 0 15px; line-height: 1.2; position:relative; }
.leads-sec5 .block h3::after{ content:""; width:40px; height:2px; background: #eb2027; position:absolute; left:0; bottom:-9px; }
.leads-sec6 h4{ font-size: 21px; font-weight: 400; margin: 0 0 20px; line-height: 1.2; position:relative; color: #232323; }
.leads-sec6 p strong{ color: #232323; font-weight:500; }
.leads-sec6 ul{ list-style:none; padding-left: 0px; margin: 30px 0 0 0; color:#232323; display:flex; flex-wrap:wrap; justify-content: space-between; }
.leads-sec6 ul li{ position:relative; margin-bottom:20px; z-index:1; width:30%; padding-left:40px; }
.leads-sec6 ul li:last-child{ margin-bottom:0px; }
.leads-sec6 ul li::before{ width:30px; height:30px; background: #eb2027; border-radius: 100%; font-size: 16px; font-weight: 600; display: flex; align-items: center; justify-content: center; position:absolute; color: rgba(255, 255, 255, 0.7); left:0px; top:0; content:""; }
.leads-sec6 ul li::before {
  counter-increment: leads-sec6-counter;
  content: ""counter(leads-sec6-counter)"";
}
.leads-sec6 ul li::after{
/*	position: absolute; height: 100%; z-index: 0; border-left: 1px dashed #eb2027; left: -25px; top: 21px; content: "";*/
}
.leads-sec6 ul li:last-child::after{ display:none; }

.leads-sec6 ul .btn {
  background: #000;
  color: #fff;
  border-radius: 30px;
  height: 35px;
  min-width: 140px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.3;
  letter-spacing: 0.2px;
  margin-top: 10px;
  cursor: default;
}

.leads-sec7 p{ margin-bottom:15px; line-height:1.4; }
.leads-sec7 .row-flex{ display:flex; align-items:center; flex-wrap:wrap; }
.leads-sec7 .row-flex::before{ display:none; }
.leads-sec7 .row-flex::after{ display:none; }

.leads-sec7 .bg-image {
  margin: -20px auto 0;
  overflow: hidden;
  width: 250px;
  border-radius: 100%;
  height: 250px;
  position: relative;
  border: 10px solid #FEF3F2;
}
.leads-sec7 .bg-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.leads-sec7 .media-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.leads-sec7 .media-icons li {
  margin-right: 10px;
}
.leads-sec7 .media-icons li a {
/*  background: #000;*/
  width: 25px;
  height: 25px;
/*  border-radius: 5px;*/
/*  padding: 5px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.leads-sec7 .media-icons img {
  height: 20px;
	filter: grayscale(1);
}
.leads-sec7 p strong {
  font-size: 120%;
  display: block;
  margin-bottom: 5px;
}
.leads-sec8{}
.leads-sec8 h4{
	font-size: 24px;
	color: #eb2027;
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 1.2;
	position: relative;
}
.leads-sec8 .sales-nos{ display:flex; justify-content:center; } 
.leads-sec8 .sales-nos .item{  margin:0 30px;}
.leads-sec8 .sales-nos .no{ width: 100px; height:100px; background: #FEF3F2; border-radius: 100%; margin: 0 auto 12px; display:flex; align-items:center; justify-content:center; font-size:30px; font-weight:600; color: #232323; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);  }
.leads-sec8 .sales-nos h6{ font-size: 18px;	color: #eb2027;	font-weight: 400;	margin: 0 0 15px; line-height: 1.2; }

.leads-sec8 .swiper-pagination{ position:static; margin-bottom:30px; }
.leads-sec8 .swiper-pagination-bullet{ 
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 42px;
	color: #eb2027;
	opacity: 1;
	background: rgba(0, 0, 0, 0.1);
	background: #FEF3F2;
}
.leads-sec8 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #eb2027;
	color: #fff;
}
.leads-sec8 .swiper-wrapper{ margin:0 0 10px 0 !important; }
body {
  /* Set "my-sec-counter" to 0 */
  counter-reset: bullet-counter leads-sec6-counter;
}

.leads-sec8 .swiper-pagination-bullet::before {
  /* Increment "bullet-counter" by 1 */
  counter-increment: bullet-counter;
  content: ""counter(bullet-counter)"";
}

.leads-sec9 .item{ display:flex; align-items:center; }
.leads-sec9 .item .profile-box{ width:250px; height:250px; min-width: 250px; margin: 0 40px 0 0; }
.leads-sec9 .item .profile-box img{ width:100%; height:100%; border-radius: 100% 0 100% 100%; transition: all 0.5s ease-in-out; }
/*.leads-sec9 .item:hover .profile-box img{ filter: grayscale(0); }*/
.leads-sec10{ text-align:center; }
.leads-sec10 .growth-circle img{  width:100%; max-width:400px; }
.leads-sec10 .growth-circle{ position: relative; width:400px; height:400px; margin:auto; }
.leads-sec10 .growth-circle .link1{ position:absolute; left:0px; top:0; width:100%; height:100%; clip-path: polygon(28% 37%, 24% 28%, 13% 32%, 17% 25%, 23% 18%, 29% 15%, 38% 11%, 45% 8%, 53% 8%, 59% 10%, 67% 12%, 72% 15%, 78% 19%, 83% 25%, 84% 27%, 81% 37%, 72% 37%, 66% 30%, 60% 26%, 54% 25%, 44% 25%, 34% 30%); }
.leads-sec10 .growth-circle .link2{ position:absolute; left:0px; top:0; width:100%; height:100%; clip-path: polygon(84% 27%, 82.25% 38.25%, 72% 37%, 75.75% 47.75%, 74.25% 57.5%, 69.75% 66%, 63% 72%, 54% 75%, 49% 75%, 44% 82%, 53% 91%, 63% 89%, 75% 82%, 84% 74%, 90% 60%, 91% 42%, 89% 34%); }
.leads-sec10 .growth-circle .link3{ position:absolute; left:0px; top:0; width:100%; height:100%; clip-path: polygon(53% 91%, 44% 82%, 49% 76.25%, 40.5% 74%, 32.75% 69.5%, 27% 61.25%, 24% 50.75%, 24.75% 43.25%, 28% 37%, 24% 29%, 13% 32%, 9% 42%, 8% 50%, 9% 59%, 12% 68%, 19% 79%, 27% 85%, 35% 89%, 44% 91%); }

.leads-sec10 .growth-circle .link1::before {
  content: "";
  animation: growAndFade 2s infinite ease-out;
  background-color: #fff;
  border-radius: 50%;
  height: 60px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 18%;
  width: 60px;
  margin: -30px 0 0 -30px;
  animation-delay: 0.5s;
}
.leads-sec10 .growth-circle .link1::after {
  content: "";
  animation: growAndFade 2s infinite ease-out;
  background-color: #fff;
  border-radius: 50%;
  height: 60px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 18%;
  width: 60px;
  margin: -30px 0 0 -30px;
  animation-delay: 1.2s;
}

.leads-sec10 .growth-circle .link2::before {
  content: "";
  animation: growAndFade 2s infinite ease-out;
  background-color: #fff;
  border-radius: 50%;
  height: 60px;
  opacity: 0;
  position: absolute;
  left: 75%;
  top: 67%;
  width: 60px;
  margin: -30px 0 0 -30px;
  animation-delay: 0.5s;
}
.leads-sec10 .growth-circle .link2::after {
  content: "";
  animation: growAndFade 2s infinite ease-out;
  background-color: #fff;
  border-radius: 50%;
  height: 60px;
  opacity: 0;
  position: absolute;
  left: 75%;
  top: 67%;
  width: 60px;
  margin: -30px 0 0 -30px;
  animation-delay: 1.2s;
}

.leads-sec10 .growth-circle .link3::before {
  content: "";
  animation: growAndFade 2s infinite ease-out;
  background-color: #fff;
  border-radius: 50%;
  height: 60px;
  opacity: 0;
  position: absolute;
  left: 23%;
  top: 67%;
  width: 60px;
  margin: -30px 0 0 -30px;
  animation-delay: 0.5s;
}
.leads-sec10 .growth-circle .link3::after {
  content: "";
  animation: growAndFade 2s infinite ease-out;
  background-color: #fff;
  border-radius: 50%;
  height: 60px;
  opacity: 0;
  position: absolute;
  left: 23%;
  top: 67%;
  width: 60px;
  margin: -30px 0 0 -30px;
  animation-delay: 1.2s;
}
.leads-sec10 .growth-circle .link1.active:before, .leads-sec10 .growth-circle .link1.active:after, .leads-sec10 .growth-circle .link2.active:before, .leads-sec10 .growth-circle .link2.active:after, .leads-sec10 .growth-circle .link3.active:before, .leads-sec10 .growth-circle .link3.active:after{ display:none; }


@keyframes growAndFade {
  0% {
    opacity: 0.3;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}

.leads-sec10 .info{ text-align: left; height: 400px; display: flex; flex-direction: column; align-content: center; justify-content: center; }
.leads-sec10 .info h4{ font-size: 30px; color: #232323; margin-bottom: 20px; line-height: 1.2; font-weight:700; }
.leads-sec10 .info ul{ padding-left: 15px; color: #232323; margin-bottom: 15px; }

.leads-sec4 .process-flow{ display:flex; flex-direction: column;}
.leads-sec4 .shape1{ position:relative; width:400px; height:400px; margin:auto; }
.leads-sec4 .shape1-in{ position:relative; width:400px; height:400px; margin:auto; }
.leads-sec4 .shape1-in svg{ transform: scale(1.35) translate(23.25%,11%); }
.leads-sec4 .shape1 .mid-circle{ 
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 5;
}
.leads-sec4 .shape1 .item{  position:absolute; width:175px; color:#232323; line-height: 1.3; }
.leads-sec4 .shape1 .item h6{ font-size: 14px;font-weight: 600;margin: 0;color: #eb2027;line-height: 1.2; }
.leads-sec4 .shape1 .item p{ font-size:12px; margin:0; }
.leads-sec4 .shape1 .item:nth-child(2){ left: 76%; top: 15%; }
.leads-sec4 .shape1 .item:nth-child(3){ left: -17%; top: 15%; text-align: right; }
.leads-sec4 .shape1 .item:nth-child(4){ left: 81%; top: 50%; }
.leads-sec4 .shape1 .item:nth-child(5){ left: -25%; top: 50%; text-align: right; }
.leads-sec4 .shape1 .item:nth-child(6){ left: 28%; top: 80%; text-align: center; }
.pie1{  }
.pie1 svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60%;
}
.pie1 .graph {
  visibility: hidden;
}
.pie1 .graph > * {
  visibility: visible;
  transition: all 200ms ease-in-out;
}
.pie1 .graph:hover > * {
  opacity: 0.5;
}
.pie1 .graph__percent:hover {
  stroke: #eb2027;
  opacity: 1;
}

.leads-sec4 .shape2{ position:relative; width:400px; height:400px; margin:auto; }
.leads-sec4 .shape2-in{ position:relative; width:400px; height:400px; margin:auto; }
.leads-sec4 .shape2 .mid-circle{ 
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 5;
}
.leads-sec4 .shape2 .circle{
	width:140px; height:140px; border: 1px solid #fff; border-radius: 100%; display:flex; justify-content:center; align-items:center; position:absolute; left:50%; top:50%; background:#eb2027; color:#fff; padding: 20px; text-align: center;
}
.leads-sec4 .shape2 .circle h6{ color:#fff; font-size:14px; line-height: 1.2; font-weight: 700; margin:0; }
.leads-sec4 .shape2 .circle1{ transform: translate(-50%, -120%); background: #dd141b; z-index:0 }
.leads-sec4 .shape2 .circle2{ transform: translate(15%, -70%); background: #eb2229; z-index:1 }
.leads-sec4 .shape2 .circle3{ transform: translate(-5%, 1%); background: #ed3c42; z-index: 2}
.leads-sec4 .shape2 .circle4{ transform: translate(-95%, 3%); background: #f0565b; z-index:3 }
.leads-sec4 .shape2 .circle5{ transform: translate(-115%, -70%); background: #f27074; z-index:4 }
.leads-sec4 .shape2 .item{  position:absolute; width:140px; color:#232323; line-height: 1.3; }
.leads-sec4 .shape2 .item h6{ font-size:14px; font-weight:500; margin:0; }
.leads-sec4 .shape2 .item p{ font-size:12px; margin:0; } 
.leads-sec4 .shape2 .item:nth-child(2){ left: 32%; top: -8%; text-align: center; width: 145px; }
.leads-sec4 .shape2 .item:nth-child(3){ left: 92%; top: 35%; }
.leads-sec4 .shape2 .item:nth-child(4){ left: 85%; top: 63%; }
.leads-sec4 .shape2 .item:nth-child(5){ left: -20%; top: 62%; text-align: right; }
.leads-sec4 .shape2 .item:nth-child(6){ left: -27%; top: 35%; text-align: right; }

.leads-sec4 .shape3{ position:relative; width:400px; height:400px; margin:auto; }
.leads-sec4 .shape3-in{ position:relative; width:400px; height:400px; margin:auto; }
.leads-sec4 .shape3 .mid-circle{ 
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	color: #232323;
	text-transform: uppercase;
	font-weight: 500;
}
.leads-sec4 .shape3 .item{  position:absolute; width:220px; color:#232323; line-height: 1.3; }
.leads-sec4 .shape3 .item h6{ font-size:14px; font-weight:500; margin:0; }
.leads-sec4 .shape3 .item p{ font-size:12px; margin:0; }
.leads-sec4 .shape3 .item:nth-child(2){ left: 78%; top: 15%; }
.leads-sec4 .shape3 .item:nth-child(3){ left: -22%; top: 15%; }
.leads-sec4 .shape3 .item:nth-child(4){ left: 84%; top: 42%; }
.leads-sec4 .shape3 .item:nth-child(5){ left: -34%; top: 42%; }
.leads-sec4 .shape3 .item:nth-child(6){ left: 75%; top:70%; }
.leads-sec4 .shape3 .item:nth-child(7){ left: -25%; top:70%; }
.leads-sec4 .arrow-down{ text-align: center; }
.leads-sec4 .arrow-down img{ width:40px; }

.leads-sec4 .shape4{ position:relative; width:400px; height:400px; margin:auto; }
.leads-sec4 .shape4-in{ position:relative; width:400px; height:300px; margin:auto; display:flex; align-items:center; justify-content:center; }
.leads-sec4 .shape4 .mid-circle{ 
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 5;
}
.leads-sec4 .shape4 svg{ 
	transform: scale(1.5);
}
.infinity1 {
  height: 115px;
	width: 150px;
	border-radius: 100%;
	border: 20px solid #eb2027;
	margin: 0 15px 0 0;
}

.infinity2 {
  height: 115px;
	width: 150px;
	border-radius: 100%;
	border: 20px solid #eb2027;
	margin: 0 0 0 15px;
}
.leads-sec4 .shape4 .point{ position:absolute; left:50%; top:50%; background: rgb(247, 147, 150); text-align:center; width:30px; height:30px; color: #232323; font-size:14px; font-weight:600; display:flex; align-items:center; justify-content:center; border-radius:100%; }
.leads-sec4 .shape4 .point.point1{ left: 22%; top: 23.5%; }
.leads-sec4 .shape4 .point.point2{ left: 7.7%; margin-top: -15px; }
.leads-sec4 .shape4 .point.point3{ left: 22%; top: 77.5%; margin-top: -34px; }
.leads-sec4 .shape4 .point.point4{ left: 78%; top: 77.5%; margin-top: -34px; margin-left: -30px; }
.leads-sec4 .shape4 .point.point5{ left: 92.3%; margin-top: -15px; margin-left: -30px; }
.leads-sec4 .shape4 .point.point6{ left: 78%; top: 23.5%; margin-left: -30px; }

.leads-sec4 .shape4 .item{  position:absolute; width:120px; color:#232323; line-height: 1.3; }
.leads-sec4 .shape4 .item h6{ font-size: 14px;font-weight: 600;margin: 0;color: #eb2027;line-height: 1.2; }
.leads-sec4 .shape4 .item p{ font-size:12px; margin:0; }
.leads-sec4 .shape4 .item:nth-child(2){ left: 0%; top: 8%; }
.leads-sec4 .shape4 .item:nth-child(3){ left: -24%; top: 30%; }
.leads-sec4 .shape4 .item:nth-child(4){ left: 0%; top: 56%; }
.leads-sec4 .shape4 .item:nth-child(5){ left: 75%; top: 58%; }
.leads-sec4 .shape4 .item:nth-child(6){ left: 98%; top:30%; }
.leads-sec4 .shape4 .item:nth-child(7){ left: 75%; top:7%; } 

.leads-sec4 .arrow-down:nth-child(2){
	margin: 60px auto;
}

.leads-sec8 .swiper-slide .row{ align-items:center; display:flex; flex-wrap:wrap; }
.leads-sec8 .swiper-slide .row:before{ display:none; }
.leads-sec8 .swiper-slide .row:after{ display:none; }
/*.leads-sec8 .company-logo{ padding: 0 50px }*/

.leads-sec8 .swiper-slide .company-text{
	width: 60%;
	margin-right: -30%;
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 20px;
	border-radius: 20px;
}

.leads-sec8 .swiper-slide .company-text p:last-child{
	margin: 0;
}

.leads-sec11 .btn2{ 
	background: #eb2027;
	color: #fff;
	font-weight: 700;
	border-radius: 20px;
	text-transform: none;
	display: inline-block;
	border: 2px solid transparent;
	letter-spacing: .5px;
	padding: 6px 12px;
}

.leads-sec11 .blog-post {
  padding: 20px;
  height: 100%;
  background: #f2f2f2;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.leads-sec11 .blog-post .post-image{
	margin: -20px -20px 20px;
	width: calc(100% + 40px);
	padding: 80% 0 0 0;
	position: relative; 
}
.leads-sec11 .blog-post .post-image img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}
.leads-sec11 .blog-post .btn{ 
	background: #eb2027;
	color: #fff;
	font-weight: 700;
	border-radius: 20px;
	text-transform: none;
}
.leads-sec11 .blog-post .post-title{
	font-weight: 600;
} 

.form-group{ position:relative; }
.form-wrap .red-bg .form-control {
  border: 1px solid #fff3cd;
}
.form-wrap .red-bg .required {
  font-size: 12px;
  left: 0;
  top: -22px;
  line-height: 1.2;
  width: 100%;
  position: absolute;
  padding: 3px 15px;
  border-radius: 30px;
  color: #856404;
  background: #fff3cd;
}
.form-wrap .red-bg .required::before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fff3cd transparent transparent transparent;
  transform: rotate(0deg);

}

.form-wrap form{ position:relative; font-family: 'Roboto', sans-serif; }
form #loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  left: 0;
  top: 0;
  z-index: 2;
}
form #loading svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.bookacall{ position:fixed; right:5px; bottom:40px; z-index:5; background: #eb2027;
	color: #fff;
	font-weight: 700;
	border-radius: 20px; 
	padding: 6px 12px;
}
.bookacall:hover{
	color: #fff;
}

ul.choose-us{
	display: flex; flex-wrap: wrap; justify-content: center; text-align: center; list-style: none; margin: 0; padding: 0;
}
ul.choose-us li{ width:350px; padding:0 15px 30px }
ul.choose-us span{ display:block; margin-top:15px; }
ul.choose-us .icon{ width:60px; margin:auto; }

@media(max-width: 767px){
	.leads-sec1 .form-wrap{ padding:20px; margin-top:50px; }
	.leads-sec1 .form-wrap .col-md-12{ width:100%; }
	.leads-sec2{ min-height:0; }
	.leads-sec9 .item{ padding:0 15px; flex-wrap:wrap; }
	.leads-sec9 .item .profile-box{ margin-bottom:20px; margin-left:auto; margin-right:auto; }
	.leads-sec9 .item .profile-box img{ border-radius:100% }
	.leads-sec10 .info{ height:auto; }
	.leads-sec10 .growth-circle { width: 300px; height: 300px; margin: 0 auto 20px;}
	.leads-sec5 .block{ width:100%; }
	.leads-sec8 .swiper-slide{ padding:0 15px; }
	.leads-sec8 .sales-nos{ flex-wrap:wrap; }
	.leads-sec8 .sales-nos .item{ margin: 0 20px; width: calc(50% - 70px); }
	.newsletter-sec .form-cover{ flex-wrap:wrap; justify-content: center; }
	.newsletter-sec .form-cover .inn1{ margin-right:0px; border-radius: 30px; padding:15px 30px; text-align:center; }
	.leads-sec4 .shape1{ max-width:100%; height:auto; transform:scale(0.6); margin: -60px 0; }
	.leads-sec4 .shape1-in{}
/*	.leads-sec4 .shape1 .item{ position:static; width:100%; margin-bottom:15px; background: #fff; padding: 10px; border-radius: 10px;}*/

	.leads-sec4 .shape3{ max-width:100%; height:auto; }
	.leads-sec4 .shape3-in{ width:350px; height:350px; }
/*	.leads-sec4 .shape3 .item{ position:static; width:100%; margin-bottom:15px; background: #fff; padding: 10px; border-radius: 10px; }*/

	.leads-sec4 .shape2{ max-width:100%; height:auto; transform:scale(0.6); margin: -60px 0;}
	.leads-sec4 .shape2-in{}
/*	.leads-sec4 .shape2 .item{ position:static; width:100%; margin-bottom:15px; background: #fff; padding: 10px; border-radius: 10px; }*/
	.leads-sec4 .shape4{ max-width:100%; transform:scale(0.6); margin: -60px 0; }
	.leads-sec4 .shape4-in{ position:absolute; left:50%; top: 0; transform:translateX(-50%) scale(0.9); }
/*	.leads-sec4 .shape4 .item{ position:static; width:100%; margin: 0 0 15px; background: #fff; padding: 10px; border-radius: 10px; }*/
	.leads-sec4 .arrow-down img{ transform: scale(0.7); }
	.leads-sec4 .shape4 .mid-circle{ transform: translate(-50%, -50%) scale(1.1); }
	.pie1 svg{ width:80%; } 
	.leads-sec4 .process-flow {
	  width: 400px;
	  margin: auto;
	  left: 50%;
	  position: relative;
	  transform: translate(-50%);
	}
	.leads-sec1 h1{ font-size:23px; }
	.leads-sec1 h2{ font-size:26px; }
	.leads-sec1 h3{ font-size:21px; }
	.leads-sec4 .arrow-down:nth-child(2){
		margin: 30px auto;
	}
	.leads-sec8 .swiper-slide .company-text { 
	  width: 100%;
	  margin: 0;
	  position: relative;
	  z-index: 1;
	  background: #fff;
	  padding: 20px;
	  border-radius: 20px;
	}
	.leads-sec6 ul li{ width:100%; }
	.calendly-inline-widget{ margin-top:50px; }  
	.bookacall{ bottom:70px; }
	.leads-sec7 .col-md-4{ width:100%; }
	.leads-sec7 .col-md-8{ width:100%; }
	.leads-sec7 .bg-image{ margin: 0 auto 20px; }
}
