* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


body {
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color: #1E1E1E;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #26244A;
}

h1 {
	font-size: 64px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

p {
	font-size: 16px;
	color: #1E1E1E;
	line-height: auto;
	margin: 0;
}

img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

a {
	color: #2968CD;
	text-decoration: none;
}

ol,
ul {
	padding: 0;
	margin: 0
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

::-webkit-scrollbar-track {
	background: #fff
}

::-webkit-scrollbar-thumb {
	background: #7070707e;
	border-radius: 2px
}

::-webkit-scrollbar-thumb:hover {
	background: #2968CD;
}

.error {
	color: var(--Error-Red-500, #F04438);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

input.error {
	border: 1px solid var(--Error-Red-500, #F04438);
	font-size: unset;
}

.btn-primary {
	border-radius: 8px;
	background: #2968CD;
	display: inline-flex;
	height: 50px;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.btn-primary:hover {
	background: #09099E;
}

.section_title {
	color: #1E1E1E;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 40px;
}

.section_title strong {
	color: #2968CD;
	font-weight: 700;
}

/*Header Start*/

.header_Main {
	background: #FFF;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);
	position: sticky;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 9;
}

.navbar-nav .nav-link {
	color: #3A3A3A;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.navbar-nav .nav-link:hover {
	color: #2968CD;
}

/*Header End*/

/*Main Start*/
.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 60px;
	width: 100%;
}

section {
	padding: 60px 0;
}


.banner_left_content {
	position: relative;
}

.banner_main_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner_left_content_inner {
	position: absolute;
	left: 31px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 12px;
	background: #FDFDFD;
	box-shadow: 0px 2.845px 2.845px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 40px 20px 16px;
	width: 614px;
	max-width: 614px;
}

.banner_left_content_inner h3 {
	color: #2968CD;
	font-family: Poppins;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 51px;
	margin-bottom: 8px;
}

.banner_left_content_inner p {
	color: var(--black, #3A3A3A);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 24px;
}

.free_consultation {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.free_consultation div {
	margin-right: 24px;
	position: relative;
	color: #F00;
	font-family: Poppins;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.32px;
}

.free_consultation div svg {
	position: absolute;
	top: -28px;
	right: -20px;
}

.box_round {
	width: 141px;
	height: 366px;
	border: 8px solid #2968CD;
	border-radius: 10px;
}


.about_main .section_title {
	text-align: center;
}

.topleft_img {
	text-align: left;
	margin-bottom: 38px;
}

.bottomright_img {
	text-align: right;
	margin-top: 38px;
}

.about_right_inner p {
	color: #1E1E1E;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 23px;
}

.about_right_inner p strong {
	font-weight: 600;
}

.about_right_inner .just_service {
	border-radius: 6px;
	background: #EEF4FF;
	padding: 10px;
	color: #2968CD;
	font-family: Rokkitt;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 23px;
}

.our_values {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.our_values div {
	margin-right: 24px;
	padding-right: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-right: 1px dashed #1E1E1E;
}

.our_values div:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.our_values_icon {
	border-radius: 8px;
	background: #EEF4FF;
	display: flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}

.aboutus_imgmain {
	position: relative;
	padding-bottom: 35px;
	padding-right: 0;
}

.aboutus_imgmain:before {
	content: "";
	position: absolute;
	left: 35px;
	top: 35px;
	width: 478px;
	height: 505px;
	border-radius: 8px;
	border: 5px solid #2968CD;
}

.aboutus_img {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.what_wedo {
	background: #F5F5F5;
}

.wedo_left .section_title {
	margin-bottom: 16px;
}

.wedo_left p {
	color: #1E1E1E;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.wedo_right .col-md-6 .wedo_content_box:nth-child(1) {
	margin-bottom: 16px;
}

.wedo_right .col-md-6:nth-child(2) {
	padding-top: 77px;
}

.wedo_content_box {
	border-radius: 8px;
	background: #FFF;
	padding: 12px 18px;
}

.wedo_content_box p {
	color: var(--black, #3A3A3A);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.wedo_content_box h4 {
	color: rgba(0, 0, 0, 0.76);
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 7px;
}

.wedo_content_icon {
	display: flex;
	justify-content: right;
}

.why_chooseus {
	position: relative;
	padding: 120px 0;
	overflow: hidden;
}

.why_chooseus>div {
	position: relative;
}

.why_chooseus>div .row {
	align-items: center;
}

.why_chooseus:before {
	content: "";
	position: absolute;
	right: 0;
	top: 60px;
	bottom: 60px;
	width: 50%;
	border-radius: 48px 0px 0px 48px;
	background: #2968CD;
	margin-right: -152px;
}

.why_chooseusrightimg {
	border-radius: 16px;
	overflow: hidden;
}

.why_chooseus_listbox {
	position: relative;
	margin-bottom: 32px;
	padding-left: 80px;
}

.why_chooseus_listbox:before {
	content: "";
	width: 63px;
	height: 63px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 8px;
	background-color: #EEF4FF;
	background-image: url(../images/choose-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.why_chooseus_listbox:last-child {
	margin-bottom: 0;
}

.why_chooseus_listbox h4 {
	color: rgba(0, 0, 0, 0.76);
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 6px;
}

.why_chooseus_listbox p {
	color: #3A3A3A;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.industries {
	background-image: url(../images/industries.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.industries .section_title {
	text-align: center;
}

.industries .row {
	justify-content: center;
}

.industries_content_box {
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	background-color: #ffffff;
	padding: 20px;
	min-height: 120px;
	border-radius: 10px;
	box-shadow: 0px 2.845px 2.845px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.industries_content_box h4 {
	color: #1F2036;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	position: relative;
	z-index: 1;
}

.industries_content_box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 0%;
	background-color: #2968CD;
	border-radius: 0 0 100px 0;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
}

.industries_content_box:hover:before {
	width: 65%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.industries_content_box:hover h4 {
	color: #ffffff;
}

.howitimg_icon {
	background-image: url(../images/s1.svg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 242px;
	height: 232px;
	margin: 0 auto 24px;
	position: relative;
}

.howitimg_icon:before {
	content: "";
	width: 46px;
	border-top: 1px dashed #09099E;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.howit_content>div:nth-child(even) .howitimg_icon {
	background-image: url(../images/s2.svg);
}

.howit_content>div:last-child .howitimg_icon:before {
	display: none;
}

.howit_content_box {
	text-align: center;
}

.howit_content_box>h3 {
	color: #1E1E1E;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 12px;
}

.howit_content_box>p {
	color: #1E1E1E;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.howit_works {
	padding: 40px 0;
}

.howit_works .section_title {
	text-align: center;
	margin-bottom: 60px;
}

.title_icon {
	display: flex;
	width: 177px;
	height: 177px;
	padding: 30px 35px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #FFF;
	box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.16);
	text-align: center;
	position: relative;
	left: 14px;
	top: 27px;
}

.title_icon h4 {
	color: #2968CD;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}

.howit_content>div:nth-child(even) .title_icon h4 {
	color: #09099E;
}

.testimonial_main {
	background-image: url(../images/testimonial-bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 70px 0 20px;
}

.testimonial_slider  { 
	margin-bottom: 90px;
}

.testimonial_main .slick-prev { top: inherit !important; transform: none !important; bottom: -70px; left: 50%; margin-left: -56px; width: 48px; height: 48px; background-image: url(../images/prev-arrow.svg); background-position: center center; background-repeat: no-repeat; }
.testimonial_main .slick-next { top: inherit !important; transform: none !important; bottom: -70px; right: 50%; margin-right: -56px; width: 48px; height: 48px; background-image: url(../images/next-arrow.svg); background-position: center center; background-repeat: no-repeat; }
.testimonial_main .slick-prev:before, 
.testimonial_main .slick-next:before { display: none; }


.testimonial_main .section_title {
	text-align: center;
}

.testimonial_main .testimonial_slider_item {
	padding-left: 144px;
	position: relative;
	margin: 0 21px;
}

.testimonial_main .testimonial_slider_item {
	transition: all .5s ease;
	min-height: 342px;
}


.testimonial_main .testimonial_img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	border-radius: 15px;
	overflow: hidden;
	border: 6px solid #fff;
}


.testimonial_main .testimonial_content {
	padding: 60px 80px;
	border-radius: 8px;
	background: #2968CD;
	display: inline-block;
	transition: all .5s ease;
	transform: scale(0);
}
.testimonial_main .slick-current .testimonial_content { transform: scale(1); }

@media(min-width:1281px) {
.testimonial_main .slick-current + .slick-slide .testimonial_content,
.testimonial_main .slick-current + .slick-slide + .slick-slide .testimonial_content { display: none; }

.testimonial_main .slick-current + .slick-slide .testimonial_img img { width:166px; height: 180px; } 
.testimonial_main .slick-current + .slick-slide + .slick-slide .testimonial_img img { width:110px; height: 131px; }

.testimonial_main .slick-current .testimonial_content { transform: scale(1); display: block; }

.testimonial_main .testimonial_content  .name_designation,
.testimonial_main .testimonial_content .testimonial_text { padding-left: 25px; } 
}


.testimonial_main .slick-current .testimonial_img img { width: 200px; height: 240px; }

.testimonial_content .quote_icon {
	margin-bottom: 20px;
}

.testimonial_content .testimonial_text {
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 32px;
	width: 100%;
	max-width: 472px;
}

.testimonial_main .testimonial_text p {
	margin: 0;
}

.testimonial_content .name_designation h4 {
	color: #FFF;
	font-family: "Poppins";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 6px;
}

.testimonial_content .name_designation span {
	display: block;
	color: #FFF;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.work_together {
	padding: 0;
	margin-top: 65px;
}

.bg_clippath {
	background-color: #2f6cd1;
	clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
	padding: 0;
	min-height: 473px;
	width: 100%;
	position: absolute;
}

.work_contet_left {
	padding: 128px 0 85px;
}

.work_contet_left .section_title {
	color: #ffffff;
	margin-bottom: 8px;
}

.work_contet_left .section_title strong {
	color: #ffffff;
}

.work_contet_left p {
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 32px;
}

.work_contet_left .btn {
	border-radius: 8px;
	background: #FFF;
	height: 50px;
	padding: 10px 24px;
	color: #2968CD;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.work_contet_left .btn:hover {
	background-color: #09099E;
	color: #ffffff;
}

.or_devider {
	margin: 16px 0;
	position: relative;
	width: 284px;
	text-align: center;
}

.or_devider:before {
	content: "";
	position: absolute;
	width: 284px;
	height: 1px;
	background-color: #ffffff;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.or_devider span {
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: inline-block;
	padding: 0 8px;
	background-color: #2968CD;
	position: relative;
}

.work_together_content {
	position: relative;
}

.work_together_content .work_contet_right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.work_contet_left .contact_info {
	display: flex;
	justify-content: flex-start;
}

.work_contet_left .contact_info .email {
	margin-right: 16px;
}

.work_contet_left .contact_info svg {
	margin-right: 8px;
}

.work_contet_left .contact_info a {
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/*Main End*/

/*footer Start*/
.footer_main {
	padding: 18px 0;
	text-align: center;
}

.footer_main .container p {
	color: #3A3A3A;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/*footer End*/

/*Responsive Css Start*/
@media only screen and (min-width: 1900px) and (max-width: 2000px) {}

@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-collapse {
		justify-content: right;

	}

	/* .navbar-expand-xl .navbar-nav {
		margin-right: 40px;
	} */

	.navbar-expand-xl .navbar-nav .nav-link {
		padding: 0 9px;
	}
}

@media(max-width:1299px) {
.testimonial_content .testimonial_text { max-width: 100%; }
.testimonial_main .testimonial_content { width: 100%; padding: 60px 20px 60px 80px; }
.why_chooseus:before,
.aboutus_imgmain:before,
.howitimg_icon:before { display: none; }
}

@media(max-width:1199px) {
	.container { padding: 0 20px; }
	.navbar-collapse .contactus_btn { padding: 20px 20px 10px; }

	.navbar-collapse { position: absolute; left: 0; top: 100%; padding: 10px 0; width: 100%; z-index: 1; background: #ffffff; box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08); } 
	.navbar-nav .nav-link { padding: 8px 20px; }
}

@media(max-width:1024px) {
}

@media(max-width:991px) {
.work_together_content .work_contet_right { display: none; } 

.banner_main { padding-bottom: 0; padding-top: 30px; }
.banner_main_content { flex-direction: column; align-items: flex-start; }
.banner_main_content .banner_right_content { order: 1; text-align: center; width: 100%; }
.banner_main_content .banner_left_content { order: 2; margin-top: 20px; }
.banner_main .box_round { display: none; }
.banner_left_content_inner { position: static; transform: none; max-width: 100%; width: 100%; padding: 15px; }
.banner_left_content_inner h3 { font-size: 30px; line-height: 36px; }

.aboutus_imgmain { text-align: center; padding-bottom: 0; }

.why_chooseus { padding: 30px 0; }
.why_chooseus_left { margin-bottom: 40px; }
.what_wedo .wedo_left { margin-bottom: 30px; }
.what_wedo .wedo_left p { font-size: 16px; }
.why_chooseus_right { text-align: center; }
}

@media(max-width:767px) {
section { padding: 40px 0; }
.section_title { font-size: 26px; }

}

/*Responsive Css End*/





/**/

.section-title {
    font-size: 2.5rem;
}


