/**
 Custom style start here 
 **/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap");

body {
	font-family: "Heebo", sans-serif;
	margin: 0;
	padding: 0;
}

/* Desktop css start here */

h1 {
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -3px;
	margin-bottom: 5px;
}

h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
}

a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #42a2e6;
}

p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: #353838;
}

.text-blue {
	color: #005f9f;
}

.custom-button {
	background-color: #42a2e6;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 8 px 60 px;
	border-radius: 10 px;
}

.text-grey {
	color: #353838;
}

.bg-grey {
	/* background-color: #353838; */
	background: rgb(53, 56, 56);
	background: linear-gradient(90deg, rgba(53, 56, 56, 1) 0%, rgba(92, 92, 92, 1) 100%);
}

.text-lightblue {
	color: #42a2e6;
}

.hr-divider {
	width: 200px;
	margin: 10px auto;
}

html {
	scroll-padding-top: 50px;
}

/* Desktop css end here */

/* Mobile Media Query start here */

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 30px !important;
	}
	.hr-divider {
		width: auto !important;
	}
}
/* Mobile Media Query end here */

/**
 Custom style end here 
 **/

/**
 Header style start here 
 **/

/* Desktop css start here  */
.topbar {
	padding: 10px 0;
}
.topbar p,
.topbar a {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
	text-decoration: none;
}

.nav-item {
	padding: 0 20px;
}

.navbar {
	position: fixed;
	top: 7%;
	right: 0;
	left: 0;
	z-index: 999;
}

.nav-link {
	color: #fff;
}

.navbar {
	transition: 500ms ease;
	background: transparent;
}

.navbar.navbar-bg {
	background-color: #fff;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: -1px 2px 24px -9px #000;
	-moz-box-shadow: -1px 2px 24px -9px #000;
	box-shadow: -1px 2px 24px -9px #000;
}

.navbar-bg .nav-link {
	color: #000;
}

.icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #000;
	border-radius: 1px;
	margin: 4px 0;
	transition: all 0.2s;
}

.top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.middle-bar {
	opacity: 0;
}

.bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.collapsed .top-bar {
	transform: rotate(0);
}

.collapsed .middle-bar {
	opacity: 1;
}

.collapsed .bottom-bar {
	transform: rotate(0);
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	outline: none;
}

/* Desktop css end here */

/* Tablet media query start here */
@media only screen and (max-width: 768px) {
	.navbar {
		background: #fff;
		top: 7%;
	}
	.nav-link {
		color: #000;
		padding: 20px 0;
	}
}
/* Tablet media query end here */

/* Mobile Media Query start here */

@media only screen and (max-width: 600px) {
	.navbar {
		background: #fff;
		top: auto !important;
	}
	.navbar-bg {
		top: 0 !important;
	}
	.nav-link {
		color: #000;
		padding: 20px 0;
	}
}

/* Mobile Media Query end here */

/**
 Header style end here 
 **/

/**
 Banner start here 
 **/

/* Desktop css start here */
.banner {
	background-image: url("../images/banner.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 120vh;
}

.banner h2 {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
	line-height: 1;
}

.banner h3 {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin-bottom: 0;
	text-align:center;
	margin-bottom:0.5rem;
}

.banner h4 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.banner hr {
	border-top: 1px solid#fff;
	width: 730px;
	margin: 10px auto 05px;
}

.banner-content {
	padding: 10px 0px;
	width:46rem;
}

.banner-content li {
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform:capitalize;
}

.banner-mobile {
	visibility: hidden;
}

.banner-desktop {
	visibility: inherit;
}

/* Desktop css end here */

/* Tablet media query start here */
@media only screen and (max-width: 768px) {
	.banner-desktop {
		visibility: hidden !important;
	}
	.banner-mobile {
		visibility: inherit;
	}
	.vh-100 {
		height: 70vh !important;
	}
	.banner {
		height: 270vh;
	}
	.banner-content {
		width:auto;
	}
	.form-box {
    width: auto !important;
	margin:2rem 0 !important;
}
}
/* Tablet media query end here */

/* Mobile Media Query start here */

@media only screen and (max-width: 600px) {
	.banner h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.banner h3 {
		font-size: 25px;
		line-height: 1.1;
		margin-bottom: 5px;
		    margin-top: 4rem;
	}

	.banner h4 {
		font-size: 20px;
	}
	.banner hr {
		width: auto;
	}
	.banner-content {
		padding: 10px 0;
	}
	.banner-content li {
		font-size: 13px;
	}
	.banner-desktop {
		visibility: hidden !important;
	}
	.banner-mobile {
		visibility: inherit;
	}
	.banner .vh-100 {
		height: 90vh !important;
	}
}

/* Mobile media query end here */

/**
 Banner End here 
 **/

/**
 Form banner start here 
 **/

/* Desktop css start here */

.banner-form .form-group {
	margin: 8px 20px;
	text-align: left;
}

.form-box {
	width:60%;
	margin:0 auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 20px 10px;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.form-box .form-group.col-md-7 {
    max-width: 100% !important;
    flex: auto;
}

.form-check.text-left {
	padding-top: 10px;
}

.form-check-label {
	font-weight: 600;
}

.form-box h3 {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

/* Desktop css end here */

/* Tablet media query start here */
@media only screen and (max-width: 768px) {

}
/* Tablet media query end here */

/* Mobile Media Query start here */



/* Mobile Media Query end here */

/**
 Form banner end here 
 **/

/**
 Whyus start here 
 **/

/* Desktop css start here */

.whyus h2 {
	font-weight: 300;
	text-transform: uppercase;
}

.whyus span {
	font-weight: 600;
	letter-spacing: -2px;
	font-size: 40px;
	margin-left: 10px;
}

.whyus img {
	height: 80px;
}

.whyus h5 {
	line-height: 1.1;
}

.whyus-counter h3,
.whyus-counter span {
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 30px;
}
/* Desktop css end here */

/* Tablet media query start here */
@media only screen and (max-width: 768px) {
	.whyus h3,
	.whyus span {
		font-size: 25px;
	}
	.whyus h5 {
		font-size: 16px;
	}
}
/* Tablet media query end here */

/* Mobile Media Query start here */

@media only screen and (max-width: 600px) {
	.whyus {
		margin: 0 auto;
	}
	.whyus .col-4 {
		text-align: right;
	}
	.whyus .row {
		margin: 0 auto;
	}
}

/* Mobile Media Query end here */

/**
 Why us end here 
 **/

/**
 Awards start here 
 **/

/* Desktop css start here */
.awards hr {
	width: 380px;
}

.award-line {
	position: absolute;
	bottom: 60%;
	left: 0;
}

.owl-carousel .owl-item img {
	width: auto;
	display: inline;
}
.awards p {
	font-weight: 600;
	margin: 10px 0;
	color: #000;
	line-height: 1.2;
}

/* Desktop css end here */

/* Tablet media query start here */
@media only screen and (max-width: 768px) {
	.award-line {
		right: 0;
		bottom: 55%;
	}
}
/* Tablet media query end here */

/* Mobile Media Query start here */

@media only screen and (max-width: 600px) {
	.award-line {
		right: 0;
		bottom: 66%;
	}
	.awards hr {
		width: auto;
	}
	.awards {
		text-align: center;
	}
	.owl-theme .owl-dots .owl-dot span {
		background: #42a2e6;
		width: 08px;
		height: 08px;
	}

	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #005f9f;
		width: 10px;
		height: 10px;
	}
}

/* Mobile Media Query end here */

/**
 Awards end here 
 **/

/**
 Modules start here 
 **/

/* Desktop css start here */

.modules h2 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 40px;
}

.modules h3 {
	font-weight: 400;
}

.modules span {
	font-weight: 600;
	letter-spacing: -2px;
	font-size: 40px;
	margin-left: 10px;
}
.modules hr {
	width: 300px;
	background-color: #42a2e6;
	margin-bottom: 30px;
}

.module-content {
	top: 10%;
	left: 15%;
	background-color: white;
	border-radius: 8px;
	height: 380px;
}

.module-content hr {
	width: auto;
	margin-left: 0;
}

.module-content ol {
	/* margin-left: 20px; */
	margin-top: -20px;
}

.module-content li {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.module-content ::marker {
	font-size: 20px;
	color: #42a2e6;
}

.module-two {
	left: 25%;
}

.module-three {
	left: 30%;
}

.module-content h3 {
	text-transform: uppercase;
	font-weight: 600;
	padding:10px 0px 0px 17px;
	/* margin-bottom: 0; */
}
/* .module-content p{
	font-size: 14px;
    margin-left: 39px;
    color: gray;
    font-weight: 600;
} */

/*.module-two hr {
	width: 50%;
}
.module-three hr {
	width: 80%;
}*/

.modules .custom-button {
	padding: 10px 80px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	border-radius: 5px;
}

/* Desktop css end here */

/* Mobile Media Query start here */

@media only screen and (max-width: 600px) {
	.module-two {
		left: 20%;
	}
	.modules span {
		font-size: 30px;
	}
	.module-three {
		left: 25%;
	}
	.module-three hr {
		width: 80% !important;
	}
	.module-wrapper .col-12 {
		margin: 20px 0;
	}
	.module-two hr {
		width: 50% !important;
	}
	.modules .custom-button {
		font-size: 14px;
		padding: 10px 50px;
	}
}

/* Mobile Media Query end here */

/**
 Modules end here 
 **/

/**
 Our clients start here 
 **/

/*  Desktop css start here */
.clients-wrapper {
	margin: 30px 0;
}

.our-clients h2,
.our-clients h3 {
	line-height: 1.2;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.our-clients h3 {
	font-size: 40px;
	font-weight: 500;
}

.our-clients hr {
	width: 500px;
}

/* Desktop css  end here */

/* Mobile Media Query start here */

@media only screen and (max-width: 600px) {
	.our-clients h3 {
		font-size: 20px;
		margin-top: 10px;
	}

	.clients-slider {
		justify-content: center !important;
		text-align: center !important;
		margin: 0 auto;
	}
	.clients-wrapper {
		padding: 0;
		margin: 0;
	}
}

/* Mobile Media Query end here */

/**
 Our clients end here 
 **/

/**
 FAQS start here 
 **/

/*  Desktop css start here */

.accordion .card-header:after {
	font-family: "FontAwesome";
	content: "\f068";
	float: right;
}
.accordion .card-header.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f067";
}

.card {
	border: unset;
	background-color: transparent;
}

.card-header {
	padding: 0.75 rem 1.25 rem;
	margin-bottom: 0;
	background-color: #42a2e6;
	border-bottom: 1 px solid #42a2e6;
	color: #ffff;
	margin: 20px 0;
	padding: 15px 30px;
	border-radius: 10px 10px 0 0 !important;
}

.card-header.collapsed {
	border-radius: 10px !important;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-title {
	color: #fff;
}

.card-title:hover {
	text-decoration: none;
	color: #fff;
}

.card-body {
	background-color: #fff;
}

.card-body p {
	font-size: 16px;
	line-height: 1.5;
}
/*  Desktop css end here */

/**
 Our clients end here 
 **/

/**
 Contact us start here 
 **/

/*  Desktop css start here */

.contact-us i {
	margin-right: 10px;
	color: #42a2e6;
}

.contact-us a {
	font-size: 18px;
}

.contact-us li {
	list-style: none;
	display: inline-block;
}

.contact-us span {
	display: flex;
	color: #42a2e6;
}

.contact-us ul {
	padding: 0 15px;
}

.contact-form {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 30px 0;
}

.contact-form h3 {
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}

/*  Desktop css end here */

/* Mobile Media Query start here */

@media only screen and (max-width: 600px) {
	.contact-form {
		padding: 30px;
	}

	.contact-us .col-12.col-md-4 {
		margin-bottom: 30px;
		text-align: center;
	}
}

/* Mobile Media Query end here */

/**
 Contact us end here 
 **/

/**
 Thank you start here 
 **/

/*  Desktop css start here */

.thankyou {
	height: 65vh;
	background-image: url(../images/thanku-banner.jpg);
}

.thankyou .vh-100 {
	height: 75vh !important;
}

.thankyou-wrapper p {
	line-height: 1.5;
	font-size: 18px;
}

.thankyou-wrapper .tel {
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}

.thankyou-wrapper .custom-button {
	padding: 10px 60px;
}
/*  Desktop css end here */

/**
 Thankyou end here 
 **/

/**
 Footer start here 
 **/

/*  Desktop css start here */

footer p {
	color: #fff;
	margin-bottom: 0;
	padding: 10px;
	font-size: 14px;
}

html {
	scroll-behavior: smooth;
}

#error-email,
#error-name,
#error-phone,
#error-lookingfor,
#error-company,
#error-email1,
#error-name1,
#error-phone1,
#error-lookingfor1,#error-company1 {
	color: red;
	margin-top: 10px;
}

/*  Desktop css end here */

/**
 Footer end here 
 **/
/* Industry Specific section */
.industryspecifictabs li.nav-item
{
	padding: 0px;
}
.industryspecifictabs.nav-tabs .nav-link
{
	border-radius:.25rem;;
}
.industryspecifictabs .nav-link {


	white-space: normal;
	padding: 0.6rem 0.5rem;
	height: 100%; 
	display: flex; 
	align-items: center;
	justify-content: center;
	text-align: center;
}


.nav-tabs.industryspecifictabs {
    border-bottom:none;
}

#industryTabsContent
{
	border-top: 1px solid #dee2e6;
}
.industrycontent p {
	font-size: 16px;
}
/* why us */
.whyus span {
    margin-left: 0px;
}
/* banner */
.banner .form-check.text-left {
	padding-top: 0px;
	padding-left: 0px;
	font-size: 14px;
} 
.banner h1 {
    font-size: 57px;
    letter-spacing: 0px;
}
/* --- Responsive Adjustments --- */
@media (max-width:1200px) {
	.header-burgerbtn.navbar {
		background: #ffffff;
	}
}
@media (max-width:1024px) {
	.whyus img.img-fluid {
		max-width: 100%;
		height: auto;
	}
    .awardsaccolades-contain p {
        font-size: 16px;
    }
	.banner h1
	{
			font-size: 41px;
	}

	.banner h3
	{
		margin-top: 34px;
		font-size: 32px;
		
	}
	.banner .form-check.text-left {
		padding-top: 0px;
	}

}
@media (max-width: 991px) {
    .industryspecifictabs .nav-link {
        padding: 0.7rem 1rem; 
    }
    .whyus-counter span {
		font-size: 27px;
	}
	.industrycontent p, .industrycontent ul {
		font-size: 15px;
	}
	ul.nav.nav-tabs.industryspecifictabs {
		flex-wrap: nowrap;
}
.module-content h3 {
    font-size: 18px;
}
.module-content {

	height: 394px;
}
.module-content li {
    font-size: 14px;}
}
@media (max-width: 768px) {
	.whyus img.img-fluid {
		height: 50px;
	}
	.awardsaccolades-contain p {
        font-size: 12px;
    }
	.banner h1 {
        font-size: 30px;
    }
	.banner p {
        font-size:15px!important;
    }

}
@media (max-width: 767px) {
	.whyus h2 {
		margin-top: 35px;
	}
    .industryspecifictabs {
        display: flex;
        flex-wrap: nowrap; 
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
        margin-bottom: 0; 
        border-bottom: 1px solid #dee2e6; 
    }
    .industryspecifictabs .nav-item {
        flex-shrink: 0;
    }
    .industryspecifictabs .nav-link {
        white-space: nowrap; 
        margin-bottom: 0; 
        border-bottom: 3px solid transparent;
        border-top: none;
        border-left: none;
        border-right: none;
    }
    #industry-tab .text-center h2 {
        font-size: 1.75rem;
    }
	.industryspecifictabs::-webkit-scrollbar {
        height: 5px;
    }
    .industryspecifictabs::-webkit-scrollbar-track {
        background: #f1f1f1; 
        border-radius: 10px;
    }
    .industryspecifictabs::-webkit-scrollbar-thumb {
        background: #ccc; 
        border-radius: 10px;
    }
    .industryspecifictabs::-webkit-scrollbar-thumb:hover {
        background: #aaa; 
}
.banner h3 {
	margin-top: 74px;
}

}

@media (max-width: 575px) {
	.whyus h2
	{
		font-size: 44px !important;
	}
	.contact-form h3 {
		font-size: 24px;}
	.clients-slider.owl-carousel .owl-item img {
		width: 40%;
	}
	.module-content {
        height: 350px;
    }
    .industryspecifictabs .nav-link {
        padding: 0.6rem 0.8rem;
        font-size: 0.9rem;
    }
    .tab-content {
        padding: 1rem 0.2rem; 
    }
    .tab-pane h3, .tab-pane h4 {
       font-size: 1.3rem; 
    }
    .tab-pane p, .tab-pane ul {
       font-size: 0.95rem;
    }
    #industry-tab > .container > .row:first-child .py-5 {
       padding-top: 2.5rem !important;
    }
    #industry-tab .text-center h2 {
        font-size: 1.6rem;
    }
}

