@charset "utf-8";
/* CSS Document */

:root,
[data-bs-theme=light] {
	--bs-blue: #010ab7;
	--bs-primary: #010ab7;
	--bs-link-color: #010ab7;
	--bs-link-color-rgb: 1, 10, 183;
	--bs-link-decoration: none;
	--bs-link-hover-color: #0c16e3;
	--bs-link-hover-color-rgb: 12, 22, 227;
}
/*
body {
	font-family: "Figtree", sans-serif !important;
	font-size: 18px !important;
	color: #444;
}*/
h1, h2, h3, h4 {
	color: #09054c;
}

.c-slider .tagline {
	padding-top: 100px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.3em;
	margin-bottom: 10px;
}
.c-slider h1 {
	font-size: 48px;
}
.c-slider p {
	font-size: 20px;
}
.c-intro h2 {
	margin-bottom: 20px;
}
.c-intro p {
	font-size: 18px;
}
.c-bg-dark {
	background-color:#000048;
	background-image: -webkit-gradient(linear,left top,right top,from(#000050),color-stop(#6B15D5),to(#328FFF));
    background-image: -webkit-linear-gradient(left,#000050,#6B15D5,#328FFF);
    background-image: linear-gradient(to right,#000050,#6B15D5,#328FFF)
}
.c-para-pb-0 p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.c-overlay-img-dark .overlay.caption.caption-overlay span.bg {
	background: rgba(30, 34, 40, 0) linear-gradient(
	transparent 15%, 
	transparent 20%, 
	rgba(30, 34, 40, 0.4) 55%, 
	rgba(30, 34, 40, 0.8) 85%, 
	rgba(30, 34, 40, 0.9) 100%
	) repeat scroll 0 0;
}
.c-overlay-img-dark h3 {
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
}
.c-imgpos-top .image-wrapper.bg-cover,
.c-imgpos-top.image-wrapper {
	background-position: top center;
}
.c-ourteam h3 {
	font-size: 20px;
}
.breadcrumb li {
	font-size: 12px;
}
.c-timeline .btn.btn-circle.btn-sm  {
    width: 3rem;
    height: 3rem;
    font-size: 0.8rem;
}
a.c-conote {
	cursor: pointer !important;
}
.cs-results h4 + p {
	font-size: 14px;
}
.c-head h1,
.c-head p {
	color: #fff;
}
.c-head h1 {
	font-size: 32px;
}
.c-head p {
	font-size: 20px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.c-head img {
	border-radius: 4px;
	max-width: 100%;
}
.c-highlight {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 600;
}
.c-subnav .overlay.caption figcaption {
    padding: .5rem;
}
.c-subnav figcaption h4 {
	font-size: 16px;
}
.c-testimonials .info p {
	font-weight: bold;
	font-size: 18px;
}
/* case study */
.c-cs-list article {
	margin-top: 40px;
}
.c-cs-services .card-body p {
	margin-bottom: 0;
}
.c-cs-cta {
	padding: 30px;
	margin-top: 40px;
	font-size: 20px;
	border-radius: 4px;
}
.c-cs-cta p {
	padding: 0;
	margin: 0;
}
.c-cs-footer h5 {
	font-size: 18px;
}
.c-override-cardpadding .card-body ul {
	margin-top: 10px;
}
.c-card-padding .card-body {
	padding: 30px;
}
.dropdown-header {
	color: var(--bs-red);
}
/* ============================= */
.c-servicepage .accordion-wrapper .card.plain {
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}
.accordion-wrapper .accordion-item {
	
}

.accordion-wrapper .card.plain .card-header h3 {
    padding: 0 0 0 1.5rem;
}
.accordion-wrapper .card-header h3.collapsed {
	color: var(--bs-primary);
}
.accordion-wrapper .card-header h3 {
	color: #34b969;
    cursor: pointer;
    width: 100%;
    padding: 0 0 0 1.5rem;
    text-align: left;
    margin: 20px 0 0 0;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    transition: all 150ms ease-in-out;
    background: 0 0;
}

/* css for h3 instead of button */
.accordion-wrapper .card.plain .card-header h3:before {
    left: 0;
}
/* up */
.accordion-wrapper .card-header h3::before {
    font-family: Unicons;
    position: absolute;
    left: 1.3rem;
    content: "\e932";
    content: "–";
	content: "\ec06";
    font-size: 1.35rem;
    font-weight: 400;
    width: 1rem;
    margin-top: -.25rem;
    margin-left: -.3rem;
    display: inline-block;
	color: #34b969;
}
/* down */
.accordion-wrapper .card-header h3.collapsed::before {
    content: "+"; /*"\e92d";*/
	content: "\ec5b";
	color: var(--bs-primary);
}
.c-servicepage .accordion-wrapper .card-body {
	padding: 0px 30px 25px 30px !important;
}



.process-wrapper.line [class*="col-"]::after {
	border-top: 2px dashed rgba(164,174,198,.5);
}

@media (max-width: 991px) {
  .c-servicecontent .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}
/* ============================= */
/* service pages */
.c-servicepage .col-lg-8 p:last-child:not(blockquote > p) {
    margin-bottom: 0 !important;
}
.c-servicepage h2 {
	margin-bottom: 1rem;
}
.c-servicecontent h3 {
	color: var(--bs-primary);
}
.c-servicecontent h4 {
	color: #34b969;
}
/*
.c-servicecontent a:not(.btn):not(.nav-link) {
	color: var(--bs-red);
}
.c-servicecontent a:hover:not(.btn:hover):not(.nav-link:hover) {
	text-decoration: underline;
}
*/
.c-servicecontent li:not(:last-of-type) {
	padding-bottom: 10px;
}
.c-servicecontent h2:not(.c-cta-service h2) { 
	border-bottom: 1px solid #ccc;
	color: #000;
}
.c-servicecontent h2:not(:first-of-type) {
	margin-top: 50px;
}
.c-servicecontent .unordered-list>li:before {
    top: -.95rem;
    font-size: 2rem;
}
.c-servicecontent .tab-content {
  margin-top: 0;
}
.c-servicecontent .nav-tabs.nav-tabs-basic .nav-link {
	margin-right: 3rem;
	border-bottom-width: 4px;
}
.c-servicecontent .tab-content button {
	font-size: 1rem;
	background-color: var(--bs-soft-purple);
	padding: 10px 10px 10px 35px!important;
	border-radius: 4px;
}
.c-servicecontent .tab-content button:before {
    left: 10px !important;
	font-size: 1.35rem;
}
.c-servicecontent .tab-content .accordion-body {
	padding-top: 20px;
}
@media (max-width: 991px) {
  .c-servicecontent .tab-content .accordion-body {
    margin-bottom: 50px;
  }
}

.tab-pane:last-child .accordion-body {
	margin-bottom: 0px;
}
.c-servicecontent .accordion-body > :last-child {
	margin-bottom: 0;
}
.c-servicecontent blockquote {
	font-size: 19px;
	margin: 45px 0 55px;
}
.c-servicecontent .accordion .unordered-list {
	padding-left: 8px;
}
.c-servicecontent .accordion ul {
	padding-left: 1rem;
}
.c-servicecontent .highlighttext {
	font-size: 20px;
	color: var(--bs-primary);
	line-height: 1.6em;
	font-weight: 600;
}
.c-servicecontent p.highlighttext {
	margin: 10px 0;
}
.c-servicecontent .highlight {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 600;
	padding: 20px;
	border-radius: 4px;
}

.c-servicecontent .highlight-blue {
	background-color: var(--bs-soft-blue);
	color: var(--bs-blue);
	border-left: 4px solid var(--bs-blue);
}
.c-servicecontent .highlight-green {
	background-color: var(--bs-soft-green);
	color: var(--bs-green);
	border-left: 4px solid var(--bs-green);
}
.c-servicecontent p.highlight-blue,
.c-servicecontent p.highlight-green {
	margin: 30px 0;
}
.cardsm .card-body {
	padding: 1rem !important;
}

/* ============================= */

.c-cta-service h2 {
	color: #fff;
}
.c-cta-team-img h5 {
	font-size: 16px;
}
.c-cta-team-img img {
	width: 80%;
}
.c-cta-team-img p {
	color: #052f65;
	font-weight: 600;
}
.c-h4pad h4 {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}
.progress-wrap {
	opacity: 1 !important;
	bottom: 3.75rem;
	right: 1.25rem;
}
.whatsapp-button {
    position: fixed;
    bottom: .75rem;
    right: 1.1rem;
    z-index: 2;
    background-color: #25d366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp-button img {
    width: 30px;
    height: 30px;
}
/* ===== */

.pricing-wrapper .card h3 {
	margin: 10px 0 20px;
}
.greviews p {
	font-size: 14px;
}
.c-slider .greviews a {
	color: #fff !important;
}
/* override */
.navbar.navbar-light.fixed .btn-yellow {
	background-color: var(--bs-yellow) !important;
	border-color: var(--bs-yellow) !important;
	color: #000 !important;
}
.c-callback .modal-body {
    padding: 2rem 2.5rem 1rem;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	opacity: 1;
	background: #82e5f7; /*not active */
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
    border-color: #82e5f7;
	opacity: 1;
}
.breadcrumb-item+.breadcrumb-item::before {
	margin-top: -4px !important;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .5rem;
}

/*
.text-primary, footer a {
	color: #010ab7 !important;
}
.bg-primary,
.btn-primary {
	background-color: #010ab7 !important;
	border-color: #040a82 !important;
}*/
.accordion-wrapper .card-header button {
	color: #010ab7 !important;
}
/*
.navbar {
	border-bottom: 1px solid #cad0f5;
}
*/

.pagination { 
	flex-wrap: wrap; 
}
.pagination .page-item { 
	margin: 2px; 
}
.pagination .page-link:hover { 
	color: var(--bs-primary);
	background-color: aliceblue; 
}
.active>.page-link {
	background-color: var(--bs-primary);
	color: #fff;
}

.c-servicecontent .c-cta-whychoose a {
	color:#FFE356 !important;
	text-decoration: underline;
	cursor: pointer;
}

.c-when .col-md-6.col-lg-3 {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  margin:10px;
}
ul.expertise-list {
	padding-left: 1.2rem;
	margin-top: 0px;
}
.expertise-list li {
	font-size: 13px;
	color:#043f8c;
	padding: 0 0 2px 0 !important;
	font-style: italic;
}
.form-right {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 80px;
    z-index: 30;
	border-radius: 8px;
	background-color: var(--bs-soft-aqua);
}
.form-right  h4{
	color: var(--bs-green);
	background-color: var(--bs-soft-green);
}
.form-header {
	padding-top: 200px;
	background-color: transparent !important;
}
.form-header  h4{
	color: #fff;
	background-color: transparent;
	margin: 0;
}

.lightbg {
	color: inherit;
}

.gquotes .item-inner {
	padding: 1rem .5rem;
}
.footercall {
    display: none;
}

.cnavsidebar {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 90px !important;
  border-left: 1px solid #d7d7d7;
}
.cnavsidebar ul {
	margin-left: 1rem;
	padding-left: 1rem;
}
.cnavsidebar li {
	padding:0 !important;
	1background-color: #f5f7f9;
	list-style: disc;
	margin-bottom: 5px;
	line-height: 1.5em;
	border-bottom: 1px solid #e1e1e1;
}
.cnavsidebar li a {
	color: var(--bs-primary);
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 8px 0 8px 0 !important;
}
.cnavsidebar li a:hover {
	color: #e62f2f;
}
/*
.c-whychoose .col-lg-4:nth-child(1) .card {
  background-color: var(--bs-soft-blue);
}

.c-whychoose .col-lg-4:nth-child(2) .card {
  background-color: var(--bs-soft-orange);
}

.c-whychoose .col-lg-4:nth-child(3) .card {
  background-color: var(--bs-soft-green);
}

.c-whychoose .col-lg-4:nth-child(4) .card {
  background-color: var(--bs-soft-fuchsia);
}
*/
.form-header-iframe {
	width: 96%;
	height: 480px;
	border: none;
}
@media (max-width: 1399.98px) { 
	.navbar-brand img {
		width: 75%;
	}
}
@media (max-width: 1199.98px) { 
	.navbar-brand img {
		width: 65%;
	}
	
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	.mega-menu-content h6,
	.mega-menu-content li a {
		font-size: 13px;
		white-space: normal;
		word-wrap: break-word;
		word-break: break-word;
		overflow-wrap: break-word;
	}
	.mega-menu-content li {
		line-height: 1.2em !important;
	}
}

/* lg applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
	.c-head h1 {
		font-size: 24px;
	}
	.c-head p {
		font-size: 14px;
		padding-bottom: 5px;
	}
	.navbar-brand img {
		width: 55%;
	}
	.offcanvas-body .navbar-nav .mega-menu-content ul {
		margin-bottom: 25px;
	}
	.offcanvas-body .navbar-nav .mega-menu-content h6, 
	.offcanvas-body .navbar-nav .mega-menu-content h6 a {
		color: var(--bs-red) !important;
	}
	.form-header {
		padding-top: 20px;
		background-color: transparent !important;
	}
	.swiper-hero, 
	.swiper-hero .swiper-slide {
		height: 100% !important;
	}
	.form-header-iframe {
		height: 550px;
	}
	
}

/* md Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) { 
	.navbar-brand img {
		width: 120%;
	}
	.c-slider .tagline {
		padding-top: 100px;
	}
	.c-slider h1 {
		font-size: 28px;
	}
	.c-slider p {
		font-size: 16px;
	}
	.c-intro h2 {
		font-size: 24px;
	}
	.c-intro p {
		font-size: 16px;
	}
	.c-overlay-img-dark h3 {
		font-size: 18px;
	}
	.c-overlay-img-dark .overlay.caption figcaption {
		padding: 10px;
	}
	.c-testimonials blockquote p {
		font-size: 16px;
	}
	.c-head h1 {
		font-size: 24px;
	}
	.c-head p {
		font-size: 16px;
		padding-bottom: 20px;
	}
	.c-head img {
		border-radius: 4px;
	}
	.c-cs-cta {
		padding: 20px;
		margin-top: 40px;
		font-size: 18px;
	}
	.c-casestudy .lead {
		font-size: 18px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px
	}
	h3 {
		font-size: 20px
	}
	h4 {
		font-size: 18px;
	}
	
	.footercall {
        display: block !important;
        position: fixed;
        bottom: 5px;      
        left: 0;
        text-align: center;
        z-index: 1000;     
        padding: 0 10px;   
    }

    .footercall a {
        display: block !important;
        width: 100%;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* subtle floating effect */
    }
	.slider-container {
		padding-bottom: 30px;
	}
	.form-header-iframe {
		height: 550px;
	}
	.c-fcta .card {
		background-color: transparent;
	}
	.c-fcta .card-body {
		padding: 0;
		background-color: transparent;
	}
	.c-fcta .card-body h4 {
		color: #fff;
		margin-bottom: 15px;
	}

}

/* sm Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) { 
	.c-slider p {
		line-height: 1.4em;
	}
	.c-overlay-img-dark h3 {
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.c-override-cardpadding .card-body {
		padding: 10px !important;
	}
	.c-cs-services .card-body {
		padding: 20px !important;
	}
	.lead.fs-lg {
		font-size: .8rem !important;
	}
	.c-servicecontent blockquote {
		font-size: 16px;
	}
	.c-cta-team-img img {
		width: 90%;
	}
	.c-cta-team-img h5 {
		font-size: 15px;
	}
	.breadcrumb-item+.breadcrumb-item {
		padding-left: 0;
	}

	.breadcrumb-item+.breadcrumb-item::before {
		padding-right: 0;
	}
	.greviews p {
		font-size: 12px;
	}
	.gquotes .item-inner {
	 	padding: 1rem 0rem;
	}
	.gquotes .card {
		box-shadow: none;
	}
	.gquotes .card-body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footercall {
        width: 100%;       
    }
	.form-header-iframe {
		height: 470px;
		width: 100%
	}


}


/* rittik CSS */
