/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Protest+Strike&display=swap");

html,
body {
	width: 100%;
	overflow-x: hidden;
	font:
		400 16px/26px "Inter",
		sans-serif;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

body.showNav {
	height: 100%;
	overflow: hidden;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	color: #000000;
	margin: 0;
}
.text-reverse {
	color: #fff !important;
}
h1 {
	font:
		400 86px/96px "Protest Strike",
		sans-serif;
	display: block;
}
h2 {
	font:
		400 46px/54px "Protest Strike",
		sans-serif;
	display: block;
}
h3 {
	font:
		700 30px/40px "Protest Strike",
		sans-serif;
	display: block;
}
h4 {
	font:
		400 28px/38px "Protest Strike",
		sans-serif;
	display: block;
}
h5 {
	font:
		600 20px/28px "Protest Strike",
		sans-serif;
	display: block;
}
h6 {
	font:
		500 27px/36px "Inter",
		sans-serif;
	display: block;
}

@media only screen and (max-width: 1279px) {
	h2 {
		font:
			700 40px/50px "Protest Strike",
			sans-serif;
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	h2 {
		font:
			700 28px/38px "Protest Strike",
			sans-serif;
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	h2 {
		font:
			700 24px/32px "Protest Strike",
			sans-serif;
		display: block;
	}

	html,
	body {
		width: 100%;
		overflow-x: hidden;
		font:
			400 16px/24px "Protest Strike",
			sans-serif;
	}
}

.comman_title {
	display: inline-block;
	font-weight: 500;
}
.comman_title span {
	color: #f79322;
	position: relative;
}

.secondaryTxt span {
	color: #f79322;
	position: relative;
}

.bb {
	border-bottom: 1px solid #2b2b2b;
}
.pb15 {
	padding-bottom: 15px;
}

a,
.btn-link {
	text-decoration: underline;
	color: #999999;
}
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color: #1276bd;
	text-decoration: none;
}

.btn-link {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 700;
}
a:hover,
a:focus {
	color: #1276bd;
	text-decoration: none;
}

.noEff,
.noEff:hover,
.noEff:focus {
	text-decoration: none;
}
.trans_eff {
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}
.weight-900 {
	font-weight: 900;
}
.weight-800 {
	font-weight: 800;
}
.weight-700 {
	font-weight: 700;
}
.weight-600 {
	font-weight: 600;
}
.weight-500 {
	font-weight: 500;
}
.weight-400 {
	font-weight: 400;
}
.weight-300 {
	font-weight: 300;
}
.weight-200 {
	font-weight: 200;
}
.weight-100 {
	font-weight: 100;
}
.bg-white {
	background: #ffffff;
}
.bg-primary {
	background: #000000;
}
.bg-secondary {
	background: #edf67d;
}
.bg-treasury {
	background: #f85b59;
}
.color-bodyText {
	color: rgba(19, 23, 71, 0.8);
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 50%;
}
.mt0 {
	margin-top: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.ml10 {
	margin-left: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mtb5 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.pl50 {
	padding-left: 50px;
}
.pl100 {
	padding-left: 100px;
}

.red {
	color: #fe4a49;
}

#canvas {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: -1;
	opacity: 0.2;
}
.demographic {
	font-size: 13px;
	line-height: 18px;
	color: #ccc;
	margin: 0;
}

#back-top {
	position: fixed;
	bottom: 10px;
	right: 25px;
	z-index: 3;
	display: block;
}
#back-top .goToTop {
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	color: #666;
}

#back-top .goToTop:hover {
	color: #1276bd;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid #2b2b2b;
}

.btn1 {
	height: 52px;
	padding: 0 30px;
	font:
		700 18px/48px "Inter",
		sans-serif;
	box-shadow: none;
	outline: none !important;
	text-decoration: none;
	display: inline-block;
}

.btn2 {
	height: 66px;
	padding: 0 60px;
	font:
		700 18px/62px "Poppins",
		sans-serif;
	outline: none !important;
	text-decoration: none;
	display: inline-block;
}

.btn-border {
	background:
		linear-gradient(#fff 0 0) padding-box,
		linear-gradient(to right, #1276bd, #f79322) border-box;
	color: #1276bd;
	border: 2px solid transparent;
	border-radius: 100px;
	box-shadow: 0 6px 12px 0 rgba(18, 118, 189, 0.25);
}

.btn-border:hover,
.btn-border:focus {
	background:
		linear-gradient(#fff 0 0) padding-box,
		linear-gradient(to right, #f79322, #1276bd) border-box;
	color: #1276bd;
	box-shadow: 0 6px 12px 0 rgba(247, 147, 34, 0.25);
}

.btn-info:hover,
.btn-info:focus {
	background: #2488d0 !important;
}

.btn-danger {
	color: #fff;
	background: #f79322 !important;
}

.btn-danger:hover,
.btn-danger:focus {
	background: #ffab4d !important;
}

.btn-line {
	color: #fff;
	background: none !important;
	border: 2px solid #fff !important;
}

.btn-line:hover,
.btn-line:focus {
	background: #fff !important;
	color: #f79322;
}

.form-control {
	height: 66px;
	padding: 15px 0;
	font-size: 18px;
	color: #000;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #000 !important;
	box-shadow: none;
	background: #ffffff;
	font-weight: 400;
	position: relative;
}

.form-control:focus {
	box-shadow: none;
	border-bottom: 2px solid #000 !important;
}

label {
	color: #000;
	font-size: 15px;
	margin-left: 2px;
	line-height: 20px;
}

::-webkit-input-placeholder {
	color: #999999 !important;
}
::-moz-placeholder {
	color: #999999 !important;
}
:-ms-input-placeholder {
	color: #999999 !important;
}
:-moz-placeholder {
	color: #999999 !important;
}
input::placeholder {
	color: #999999 !important;
}
.pRelative {
	position: relative;
}

::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #1276bd;
	border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #1276bd;
	border-radius: 30px;
}
/*AAAAA HOME PAGE CLASSES AAAAA*/

.container-fluid {
	padding: 0 80px;
}

@media only screen and (max-width: 1279px) {
	.container-fluid {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 479px) {
	h2 {
		font-size: 30px;
		line-height: 34px;
	}
}
/*comman clasess ends*/

/*header clasess*/
.header {
	z-index: 9;
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	padding: 45px 80px 45px;
}

.header_fixer {
	position: fixed;
	width: 100%;
	background: #fff;
	padding: 15px 80px 15px;
	box-shadow: 0 5px 30px -5px rgba(18, 118, 189, 0.3);
}

.header_spacer {
	height: 120px;
	display: none;
}

.header .navbar {
	height: auto;
	margin-bottom: 0;
}

.navbar-brand img {
	width: 100%;
	height: auto;
	display: block;
}
.header .navbar-brand .logo1 {
	display: block;
}

.header .navbar-brand .logo2 {
	display: none;
}

.header .navbar-brand {
	width: 265px;
	padding: 0;
	height: auto;
	display: block;
}

.navbar-nav {
	float: left;
	display: flex;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.3s;
	justify-content: center;
	align-items: center;
	margin: 3px 0 0 60px;
}

.header .navbar-nav > li > a {
	font:
		500 18px/60px "Inter",
		sans-serif;
	color: #000000;
	padding: 0 25px;
	height: 60px;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	background: none !important;
	position: relative;
	text-decoration: none;
}

.header .navbar-nav > li > a:after {
	width: 0;
	height: 2px;
	background-color: #f79322;
	position: absolute;
	left: 50%;
	top: 44px;
	content: "";
	transform: translate(-50%, 0);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}

.header .navbar-nav > li:hover > a:after {
	width: 30px;
}
.header .navbar-nav > li.active > a:after {
	width: 20px;
}

.header .navbar-nav > li:nth-child(1) > a {
	padding-left: 0;
}
.header .navbar-nav > li:last-child > a {
	padding-right: 0;
}
.header .navbar-nav > li:nth-child(1) > a:after {
	left: 25px;
}
.header .navbar-nav > li:last-child > a:after {
	left: 55px;
}

.header .navbar-nav > li.dropdown {
	position: static;
}
.header .navbar-nav > li.dropdown a:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #1276bd;
	position: absolute;
	right: 12px;
	top: 29px;
}

.header .navbar-nav > li.dropdown > .megaMenu {
	background: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	border-radius: 30px;
	top: 70px;
	display: none;
	z-index: 3;
	box-shadow: 0 6px 12px 0 rgba(18, 118, 189, 0.25);
	overflow: hidden;
	border: 1px solid #dae7f1;
	text-align: left;
}
.header .navbar-nav > li.dropdown:hover > .megaMenu {
	display: block;
}

.header .navbar-nav > li.dropdown > .megaMenu .flexBox {
	display: flex;
	justify-content: left;
	flex-wrap: nowrap;
}
.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols {
	width: 25%;
	padding: 50px;
	min-height: 200px;
}
.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols:nth-child(even) {
	background: #f0f7fc;
}

.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols h6 {
	position: relative;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	padding-left: 50px;
	margin: 0 0 20px 0;
	display: block;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
}

.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols h6 img {
	position: absolute;
	left: 0;
	width: 42px;
}

.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols .list a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	position: relative;
	padding: 2px 0;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}
.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols .list a::before {
	position: absolute;
	left: 0;
	font-family: "FontAwesome";
	content: "\f105";
	background: none;
	top: 2px;
	visibility: hidden;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}

.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols .list a:hover {
	padding-left: 10px;
	color: #1276bd;
}
.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols .list a:hover::before {
	visibility: visible;
}

@media only screen and (max-width: 991px) {
	header {
		padding: 20px 0 10px 0;
	}
	header .navbar-brand {
		width: 230px;
		margin-top: 7px;
	}
}

@media only screen and (max-width: 767px) {
	header .navbar-brand .logo1 {
		display: none;
	}

	header .navbar-brand .logo2 {
		display: block;
	}

	header .navbar-brand {
		width: 125px;
		margin: auto;
		margin-top: 7px;
		float: none;
	}
}

/* header end */

.topAction {
	float: right;
	position: relative;
	margin-top: 0;
}
@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
	.topAction {
		display: none;
	}
}

/*header clasess ends*/

/* banner */

#canvas {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: -1;
	opacity: 0.08;
}

.bannerBg {
	width: 100%;
	min-height: 700px;
	background: linear-gradient(
		45deg,
		rgba(247, 147, 34, 0.2),
		rgba(255, 255, 255, 0.2),
		rgba(255, 255, 255, 0.2),
		rgba(18, 118, 189, 0.2)
	);
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #dae7f1;
}

/* 
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
*/
@keyframes rotateAndTranslate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.bannerBg:after {
	background: url(../images/logoBg.svg) no-repeat right 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 532.3px;
	right: -30px;
	bottom: 0;
	z-index: 1;
}

.bannerInfo {
	padding: 60px 150px 60px 150px;
	position: relative;
	z-index: 2;
}

.bannerBgInside {
	min-height: 300px;
	text-align: center;
	overflow: visible;
}

.bannerBgInside:after {
	background: url(../images/logoBg.svg) no-repeat right 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	right: -30px;
	bottom: 0;
	z-index: 1;
}

.bannerBgInside .bannerInfo {
	padding: 40px 60px 60px 60px;
	position: relative;
	z-index: 2;
}

.bannerInfo .title {
	font-size: 66px;
	line-height: 80px;
	font-weight: 400;
}

.bannerInfo .title small {
	display: block;
	color: #f79322;
	font-size: 35px;
	line-height: 42px;
}
.bannerInfo .subText {
	font-size: 27px;
	font-weight: 500;
	line-height: 36px;
	margin-top: 30px;
}
.bannerInfo .subText strong {
	font-weight: 800;
}
.bannerInfo .title span {
	color: #f79322;
	position: relative;
	display: inline-block;
}
.bannerInfo .title span:after {
	background: url(../images/line1.svg) no-repeat;
	height: 20px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	image-rendering: auto;
}

.contact-circle-image {
	animation: rotateAndTranslate 30s infinite;
}
.contact-button {
	background-color: #1276bd;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	display: flex;
	position: relative;
}

.contact-button.about {
	background-color: #fff;
	background-image: none;
}

.contact-button-wrapper {
	cursor: pointer;
	transition: transform 0.3s;
	display: block;
	position: fixed;
	right: 90px;
	bottom: 90px;
	z-index: 2;
}

.contact-button-wrapper:hover {
	transform: scale(1.2);
}

.contact-button-wrapper:hover .contact-button {
	background-color: #f79322;
}

.contact-button-wrapper.hide-on-desktop {
	display: none;
}

.contact-circle-image {
	width: 200px;
	max-width: 200%;
	height: 200px;
	max-height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.floatButton {
	position: fixed;
	left: 20px;
	bottom: 10px;
	z-index: 3;
}
.floatButton a {
	width: 52px;
	height: 52px;
	background: #fff;
	border-radius: 100%;
	display: block;
	margin: 15px 0;
	text-align: center;
	position: relative;
	font-size: 29px;
	line-height: 56px;
	box-shadow: 0 6px 12px 0 rgba(247, 147, 34, 0.25);
	color: #1276bd;
	transition: transform 0.3s;
	text-decoration: none;
}

.floatButton a:nth-child(3) {
	color: #25d366;
}

.floatButton a:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 12px 0 rgba(247, 147, 34, 0.35);
}
.floatButton a span {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	display: block;
	width: 0;
	left: 60px;
	position: absolute;
	text-align: left;
	background: #fff;
	border-radius: 30px;
	height: 52px;
	line-height: 52px;
	padding: 0 30px;
	box-shadow: 0 6px 12px 0 rgba(247, 147, 34, 0.35);
	top: 0;
	z-index: -1;
	opacity: 0;
	overflow: hidden;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}

.floatButton a:hover:nth-child(1) span {
	width: 216px;
	opacity: 1;
}
.floatButton a:hover:nth-child(2) span {
	width: 220px;
	opacity: 1;
}
.floatButton a:hover:nth-child(3) span {
	width: 140px;
	opacity: 1;
}

.achCon {
	display: flex;
	flex-wrap: nowrap;
	align-items: left;
	justify-content: left;
	background: url(../images/line2.svg) no-repeat top left;
	margin-top: 70px;
	margin-left: 3px;
	padding: 30px 0;
}

.achConInside {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	background: #eef5fa;
	margin-top: 0;
	margin-left: 0;
	padding: 50px 0;
	border-bottom: 1px solid #dae7f1;
	border-top: 1px solid #dae7f1;
}

.achCon .cols {
	padding: 0 18px;
	width: auto;
	position: relative;
	border-right: 1px solid #ddd;
}
.achCon .cols h3 {
	color: #000;
	border-radius: 10px;
	line-height: 24px;
	padding: 0 55px 0 0;
	font-size: 20px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	position: relative;
}
.achCon .cols h3 strong {
	font-size: 20px;
	font-weight: 900;
	line-height: 20px;
	color: #f79322;
}

.achCon .cols:nth-child(1) {
	padding-left: 0;
}
.achCon .cols:last-child {
	padding-right: 0;
	border: 0;
}

.achCon .cols h3::after {
	content: "\e908";
	font-family: "icomoon";
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 40px;
	font-weight: 400;
	color: #1276bd;
}

.achCon .cols:nth-child(2) h3::after {
	content: "\e909";
	font-size: 44px;
	top: 10px;
}
.achCon .cols:nth-child(3) h3::after {
	content: "\e90a";
}
.achCon .cols:nth-child(4) h3::after {
	content: "\e90b";
	font-size: 48px;
	top: 10px;
}

.bannerContent p {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	padding: 0;
	margin-top: 20px;
}

.bannerContent .achCon {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
	margin-top: 30px;
}
.bannerContent .achCon .cols {
	padding: 10px;
	width: 25%;
	position: relative;
}
.bannerContent .achCon .cols h3 {
	border: 3px dashed #1276bd;
	color: #000;
	background: #fff;
	border-radius: 10px;
	line-height: 28px;
	padding: 25px 5px 15px 40px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.bannerContent .achCon .cols h3 strong {
	font-size: 30px;
	font-weight: 800;
	text-decoration: underline;
	line-height: 20px;
	color: #1276bd;
}
.bannerContent .achCon .cols img {
	position: absolute;
	left: 30px;
	top: 27px;
	width: 40px;
}
.bannerContent .achCon .cols:nth-child(1) img {
	left: 40px;
}

.mouse-icon {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 3px solid #bf0a30;
	border-radius: 30px;
	height: 72px;
	width: 40px;
	margin-left: -16px;
	display: block;
	z-index: 4;
}
.mouse-icon .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-webkit-animation-name: drop;
	animation-name: drop;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
.mouse-icon .wheel {
	position: relative;
	border-radius: 30px;
	background: #bf0a30;
	width: 4px;
	height: 16px;
	top: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@-webkit-keyframes drop {
	0% {
		top: 5px;
		opacity: 0;
	}
	30% {
		top: 15px;
		opacity: 1;
	}
	100% {
		top: 35px;
		opacity: 1;
	}
}
@keyframes drop {
	0% {
		top: 5px;
		opacity: 0;
	}
	30% {
		top: 15px;
		opacity: 1;
	}
	100% {
		top: 35px;
		opacity: 0;
	}
}

@media only screen and (max-width: 1499px) {
	.bannerContent {
		padding: 0 2%;
	}
}

@media only screen and (max-width: 1279px) {
	.bannerContent .leftBar h1 {
		font-size: 40px;
		line-height: 50px;
		min-height: 105px;
	}
	.bannerContent .leftBar span {
		font-size: 30px;
		line-height: 50px;
		vertical-align: top;
	}
	.bannerContent p {
		font-size: 18px;
		line-height: 24px;
	}

	.bannerContent .achCon .cols h3 {
		font-size: 16px;
		line-height: 22px;
	}
	.bannerContent .achCon .cols h3 strong {
		font-size: 24px;
		line-height: 20px;
	}
	.bannerContent .achCon .cols img {
		position: absolute;
		top: 32px;
		width: 32px;
	}

	.mybanner {
		min-height: auto;
		padding: 180px 0 130px 0;
	}
}

@media only screen and (max-width: 991px) {
	.bannerContent {
		padding: 0;
	}
	.bannerContent .achCon .cols h3 {
		font-size: 14px;
		line-height: 18px;
	}
	.bannerContent .achCon .cols h3 strong {
		font-size: 20px;
		line-height: 20px;
	}

	.bannerContent .achCon .cols img {
		position: absolute;
		top: 34px;
		width: 28px;
		left: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.bannerContent .leftBar h1 {
		font-size: 28px;
		line-height: 38px;
		min-height: 78px;
	}

	.bannerContent .leftBar span {
		font-size: 20px;
		line-height: 38px;
		vertical-align: top;
	}
	.bannerContent p {
		font-size: 16px;
		line-height: 24px;
	}
	.mybanner {
		min-height: auto;
		padding: 140px 0 80px 0;
	}

	.bannerContent .leftBar .btn {
		display: inline-block;
		margin: 20px 0 10px;
	}

	.bannerContent .achCon {
		flex-wrap: wrap;
		width: 480px;
		margin: 30px auto 0 auto;
	}
	.bannerContent .achCon .cols {
		width: 50%;
	}
	.bannerContent .achCon .cols img {
		left: 42px;
	}
}

@media only screen and (max-width: 599px) {
	.bannerContent p br {
		display: none;
	}
	.bannerContent p {
		font-size: 16px;
		line-height: 24px;
		padding: 0 4%;
	}
	.bannerContent .leftBar h1 {
		font-size: 24px;
		line-height: 32px;
		min-height: 68px;
	}
	.bannerContent .leftBar span {
		font-size: 16px;
		line-height: 32px;
		vertical-align: top;
	}

	.bannerContent .achCon {
		flex-wrap: wrap;
		width: 100%;
		margin: 20px auto 0 auto;
	}
	.bannerContent .achCon .cols img {
		left: 23px;
	}
	.mybanner {
		min-height: auto;
		padding: 140px 0 55px 0;
	}
}

@media only screen and (max-width: 411px) {
	.bannerContent .achCon .cols {
		width: 100%;
	}
	.bannerContent .achCon .cols h3 {
		padding: 20px 20px 20px 40px;
	}
	.bannerContent .achCon .cols h3 br {
		display: none;
	}
	.bannerContent .achCon .cols img,
	.bannerContent .achCon .cols:nth-child(1) img {
		left: 35px;
		top: 29px;
	}
}

/* banner ends */

/* form */
.formCon {
	background: #fff;
	padding: 80px 0;
}

.formCon .comman_title span:after {
	background: url(../images/line3.svg) no-repeat;
	height: 20px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	image-rendering: auto;
}

.formCon .form {
	margin-top: 40px;
}

.formCon .form-group {
	margin-bottom: 30px;
}

.formCon .form {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}
.formCon .cols {
	width: 50%;
	padding: 0 30px;
}

.formCon .btnCon {
	margin: 20px 0 0 0;
	text-align: center;
}

.formCon img {
	margin-left: 10px;
	position: absolute;
	margin: 15px 0 0 100px;
}

img.vert-move1 {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover2 1s infinite alternate;
}
img.vert-move1 {
	-webkit-animation: mover2 1s infinite alternate;
	animation: mover2 1s infinite alternate;
}
@-webkit-keyframes mover2 {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}
@keyframes mover2 {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

.flexForm {
	display: flex;
	flex-wrap: nowrap;
	margin-left: -5px;
	margin-right: -5px;
}
.flexForm .cols2 {
	padding: 0 5px;
}
.flexForm .cols2:nth-child(1) {
	width: 20%;
}
.flexForm .cols2:nth-child(2) {
	width: 80%;
}

.radioStyleCon {
	margin: 30px -4px 70px;
}
.radioStyleCon .radio-inline {
	display: block;
	padding: 0;
	margin: 5px 4px;
	float: left;
}

.radioStyleCon .box {
	background: #eee;
	position: relative;
	padding: 12px 20px;
	border-radius: 30px;
	line-height: 20px;
	font-size: 16px;
}
.radioStyleCon label {
	margin: 0;
	display: block;
	position: relative;
}
.radioStyleCon .radioStyle {
	display: none;
}
.radioStyleCon label .radioStyle:checked + .box {
	background: #1276bd;
	color: #fff;
}
.radioStyleCon .box {
	text-align: center;
}

@media only screen and (max-width: 1279px) {
	.formConBottom:before {
		min-height: 150px;
	}
}

@media only screen and (max-width: 991px) {
	.formCon {
		margin-top: -1px;
	}
	.formCon .cols {
		width: 50%;
	}
	.formCon .cols:nth-child(3) {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.formCon .cols {
		width: 100%;
		padding: 10px 5px;
	}
	.formCon .cols:nth-child(3) {
		width: 100%;
	}
	.formCon .btnCon {
		text-align: center;
		padding: 0 5px;
	}
	.formCon .btnCon .btn {
		display: block;
		width: 100%;
	}
	.formCon {
		padding: 40px 0 50px;
	}
}

@media only screen and (max-width: 599px) {
	.formCon h4 {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 32px;
	}
	.formCon h4 br {
		display: block;
	}
}

/* form end */

/* technology*/

.technologyCon {
	background: #fff5eb;
	padding: 80px 0;
}

.technologyCon .cols.left {
	float: right;
	width: 47%;
	position: relative;
	padding: 12% 0;
}
.technologyCon .cols.right {
	float: left;
	width: 53%;
}
.technologyCon .cols.left .comman_title {
	padding-left: 100px;
	font-size: 58px;
	line-height: 67px;
}

.technologyCon .cols.left .comman_title span:after {
	background: url(../images/line6.svg) no-repeat;
	height: 15px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
}

.technologyCon .right ul.floaterCon li {
	width: 29%;
	float: left;
	list-style: none;
	padding: 15px;
}
.technologyCon .right ul.floaterCon li .box {
	background: #fff;
	width: auto;
	text-align: center;
	height: auto;
	border-radius: 26px;
	padding: 20px 30px;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	font-weight: 600;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	box-shadow: 0 4px 16px 0 rgba(247, 147, 34, 0.15);
}

.technologyCon .right ul.floaterCon li .box:hover {
	transform: scale(1.05);
}

.technologyCon .right ul.floaterCon li .box img {
	width: 100%;
	height: auto;
	display: block;
}
.technologyCon .right ul.floaterCon li:nth-child(1),
.technologyCon .right ul.floaterCon li:nth-child(7) {
	margin-left: 10%;
}

/* technology end*/

/* industries */

.industriesCon {
	background: #edf5fa;
	padding: 80px 0 30px;
}

.industriesCon .secondaryTxt {
	padding: 0;
	margin: 20px 0 0 0;
}

.industriesCon .secondaryTxt span:after {
	background: url(../images/line7.svg) no-repeat;
	height: 24px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	image-rendering: auto;
}

.industriesCon .flexBox {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin-top: 20px;
}

.industriesCon .flexBox ul li {
	list-style: none;
}

.industriesCon .flexBox .cols {
	padding: 40px 15px;
}

.industriesCon .flexBox .owl-nav {
	display: none;
}

.industriesCon .flexBox .cols .card {
	background: #fff;
	border-radius: 20px;
	padding: 30px 20px;
	text-align: center;
	min-height: 170px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	min-width: 200px;
	box-shadow: 0 6px 26px 0 rgba(18, 118, 189, 0.2);
}

.industriesCon .flexBox .cols .card h6 {
	margin: 20px 0 0 0;
	color: #000;
	line-height: 21px;
	font-size: 17px;
	font-weight: 700;
}

.industriesCon .flexBox .cols .card:hover {
	box-shadow: 0 6px 26px 0 rgba(247, 147, 34, 0.35);
	transform: scale(1.05);
}

@media only screen and (max-width: 1279px) {
	.technologyCon ul li .inner h6 {
		font-size: 14px;
		line-height: 20px;
	}
	.industriesCon .flexBox .cols .card {
		padding: 15px 5px;
	}
}

@media only screen and (max-width: 1151px) {
	.technologyCon ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}
	.technologyCon ul li {
		padding: 7px;
		list-style: none;
		width: 15%;
	}

	.industriesCon .flexBox {
		flex-wrap: wrap;
	}
	.industriesCon .flexBox .cols {
		width: 25%;
	}
	.industriesCon .flexBox .cols .card {
		min-height: auto;
	}
}

@media only screen and (max-width: 991px) {
	.technologyCon ul li {
		width: 20%;
	}
	.industriesCon .secondaryTxt br {
		display: none;
	}
	.industriesCon .flexBox .cols .card h6 {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.industriesCon {
		padding: 40px 0;
	}
	.industriesCon .flexBox {
		justify-content: center;
		margin-top: 20px;
	}
	.industriesCon .flexBox .cols {
		width: 33.33333333%;
	}
}

@media only screen and (max-width: 599px) {
	.technologyCon ul li {
		width: 25%;
	}
	.technologyCon ul li .inner {
		padding: 10px 5px;
	}
	.industriesCon .flexBox .cols {
		width: 50%;
		padding: 5px;
	}
}

@media only screen and (max-width: 479px) {
	.technologyCon ul li {
		width: 33.3333333%;
	}
}

@media only screen and (max-width: 369px) {
	.technologyCon ul li {
		width: 50%;
	}
}

/* industries end*/

/*why choose us*/
.whyChoose {
	padding: 80px 0;
	background: #fff url(../images/logoBg3.svg) no-repeat right bottom;
	padding: 80px 0px;
	background-attachment: fixed;
}

.whyChoose .secondaryTxt {
	margin: 20px 0 0 0;
}
.whyChoose .secondaryTxt span:after {
	background: url(../images/line4.svg) no-repeat;
	height: 10px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	image-rendering: auto;
}

.whyChoose .right {
	float: left;
	width: 42%;
}
.whyChoose .left {
	float: right;
	width: 58%;
	margin-top: 12px;
}

.whyChooseInner {
	margin: 60px auto;
	width: 950px;
	min-height: 600px;
	position: relative;
}

.whyChooseInner::before {
	width: 3px;
	min-height: 600px;
	max-height: 100%;
	background: #1276bd;
	border-radius: 30px;
	position: absolute;
	left: 50%;
	content: "";
	top: 0;
}

.whyChooseInner .cols {
	width: 50%;
}

.whyChooseInner .cols .card {
	position: relative;
	padding-left: 80px;
}

.whyChooseInner .cols .card h6 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}
.whyChooseInner .cols .card p {
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0 0 0;
}

.whyChooseInner .cols:nth-child(1),
.whyChooseInner .cols:nth-child(3) {
	margin-left: 47%;
	padding: 20px 0;
}

.whyChooseInner .cols:nth-child(2),
.whyChooseInner .cols:nth-child(4) {
	margin-left: 3.2%;
	padding: 20px 0;
	text-align: right;
}

.whyChooseInner .cols:nth-child(2) .card,
.whyChooseInner .cols:nth-child(4) .card {
	padding-left: 0;
	padding-right: 80px;
}

.whyChooseInner .cols .card img {
	position: absolute;
	left: 0;
	width: 60px;
}

.whyChooseInner .cols:nth-child(2) .card img,
.whyChooseInner .cols:nth-child(4) .card img {
	position: absolute;
	left: auto;
	right: 0 !important;
	width: 60px;
}

@media only screen and (max-width: 1151px) {
	.whyChooseCon .cols .card h4 {
		font-size: 18px;
		line-height: 24px;
	}
	.whyChooseCon .cols {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 991px) {
	.CWI_Section2 .secondaryTxt br {
		display: none;
	}
	.whyChooseCon .cols {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	.CWI_Section2 {
		padding: 40px 0 20px;
	}

	.CWI_Section2 .secondaryTxt {
		margin-bottom: 0;
	}

	.whyChooseCon {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.whyChooseCon .cols,
	.whyChooseCon .cols:nth-child(1) {
		padding: 15px;
		width: 50%;
		border: 0;
		text-align: center;
	}
	.whyChooseCon .cols .card {
		border: 2px dashed #f79322;
		border-radius: 10px;
		padding: 30px 20px;
		min-height: 280px;
	}
}

@media only screen and (max-width: 599px) {
	.whyChooseCon .cols,
	.whyChooseCon .cols:nth-child(1) {
		padding: 15px 0;
		width: 100%;
	}
	.whyChooseCon .cols .card {
		padding: 30px 20px 20px;
		min-height: auto;
	}
}

/*why choose us end*/

/*serviceList clases*/

.serviceCon {
	background: #eef5fa url(../images/logoBg2.svg) no-repeat left bottom;
	padding: 80px 0px;
	background-attachment: fixed;
}

.serviceCon .secondaryTxt {
	padding: 0;
	margin: 20px 0 0;
}

.serviceCon .secondaryTxt span:after {
	background: url(../images/line4.svg) no-repeat;
	height: 10px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	image-rendering: auto;
}

.serviceCon .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: center;
	margin-top: 40px;
}

.serviceCon .inner .cols {
	width: 25%;
	padding: 20px;
}

.serviceCon .inner .cols .card {
	position: relative;
	width: 100%;
	height: auto;
	background: #fff;
	z-index: 1;
	border-radius: 30px;
	transition: linear 0.5s;
	box-shadow: 0 4px 20px 0 rgba(18, 118, 189, 0.1);
}

.serviceCon .inner .cols .card::before,
.serviceCon .inner .cols .card::after {
	background: #1276bd;
	content: "";
	height: 100%;
	position: absolute;
	transition: all 0.2s;
	transition-delay: 0.2s;
	transform: translateY(0px) translateX(0px);
	width: 100%;
	z-index: -1;
	top: 0;
	border-radius: 30px;
}
.serviceCon .inner .cols .card::after {
	background: #f79322;
}
.serviceCon .inner .cols .card:hover {
	animation-name: hoverPop;
	animation-duration: 0.4s;
	animation-fill-direction: forward;
}

.serviceCon .inner .cols .card:hover::before {
	animation: slick-hover-2 3s 0.4s linear infinite;
	transform: translateY(-20px) translateX(-20px);
}
.serviceCon .inner .cols .card:hover::after {
	animation: slick-hover 3s 0.4s linear infinite reverse;
	transform: translateY(20px) translateX(20px);
}

@keyframes hoverPop {
	0%,
	100% {
		transform: scale(1);
	}
	33% {
		transform: scale(1.05);
	}
	66% {
		transform: scale(0.9);
	}
}
@keyframes slick-hover {
	0.00% {
		transform: translateY(20px) translateX(20px);
	}
	16.67% {
		transform: translateY(-13px) translateX(-9px);
	}
	33.33% {
		transform: translateY(4px) translateX(12px);
	}
	50.00% {
		transform: translateY(20px) translateX(-20px);
	}
	66.67% {
		transform: translateY(-3px) translateX(8px);
	}
	83.33% {
		transform: translateY(-15px) translateX(-11px);
	}
	100.00% {
		transform: translateY(20px) translateX(20px);
	}
}
@keyframes slick-hover-2 {
	0.00% {
		transform: translateY(-20px) translateX(-20px);
	}
	16.67% {
		transform: translateY(3px) translateX(-5px);
	}
	33.33% {
		transform: translateY(18px) translateX(-10px);
	}
	50.00% {
		transform: translateY(-20px) translateX(20px);
	}
	66.67% {
		transform: translateY(15px) translateX(-4px);
	}
	83.33% {
		transform: translateY(-1px) translateX(15px);
	}
	100.00% {
		transform: translateY(-20px) translateX(-20px);
	}
}

/* 

.serviceCon .inner .cols:hover .card:before,
.serviceCon .inner .cols:hover .card:after {
	content: "";
	position: absolute;
	left: 5%;
	top: 5%;
	background-image: linear-gradient(
		45deg,
		#f79322,
		#1276bd,
		#f79322,
		#1276bd,
		#f79322,
		#1276bd,
		#f79322,
		#1276bd,
		#f79322
	);
	background-size: 400%;
	width: calc(90% + 0px);
	height: calc(90% + 0px);
	z-index: -1;
	animation: steam 20s linear infinite;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.serviceCon .inner .cols:hover .card:after {
	filter: blur(50px);
} */

.serviceCon .inner .cols .card .item {
	background-color: #ffffff;
	border-radius: 30px;
	padding: 40px 30px;
}

.serviceCon .inner .cols .card .item h6 {
	position: relative;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	padding-left: 50px;
	margin: 0 0 50px 0;
	display: block;
}
.serviceCon .inner .cols .card .item h6 img {
	position: absolute;
	left: 0;
	width: 42px;
}

.serviceCon .inner .cols .card .item p {
	margin: 30px 0 0 0;
	padding: 15px 0 0 0;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.serviceCon .inner .cols .card .item p::before {
	width: 60%;
	height: 1px;
	background: #000;
	position: absolute;
	content: "";
	top: 0;
}

.serviceCon .inner .cols .card .item .btn-link {
	margin-top: 25px;
	display: inline-block;
}
.serviceCon .inner .cols .card .item .btn-link img {
	width: 14px;
	transform: translateX(5px);
}
.serviceCon .inner .cols .card:hover .item .btn-link {
	text-decoration: none;
	color: #1276bd;
}

.serviceCon .inner .cols .card:hover .item .btn-link img.vert-move {
	-webkit-animation: mover 0.5s infinite alternate;
	animation: mover 0.5s infinite alternate;
}
.serviceCon .inner .cols .card:hover .item .btn-link img.vert-move {
	-webkit-animation: mover 0.5s infinite alternate;
	animation: mover 0.5s infinite alternate;
}
@-webkit-keyframes mover {
	0% {
		transform: translateX(5px);
	}
	100% {
		transform: translateY(5px);
	}
}
@keyframes mover {
	0% {
		transform: translateX(5px);
	}
	100% {
		transform: translateY(5px);
	}
}

@media only screen and (max-width: 1279px) {
	.serviceCon .inner .cols {
		padding: 15px;
	}
}

@media only screen and (max-width: 1151px) {
	.serviceCon .inner .cols .card h3 {
		font-size: 20px;
		line-height: 24px;
		position: relative;
		margin-top: 30px;
		min-height: 50px;
	}

	.serviceCon .inner .cols .card {
		min-height: auto;
		padding: 30px 20px;
	}

	.serviceCon .inner .cols .card p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.serviceCon .secondaryTxt {
		margin-bottom: 10px;
	}
	.serviceCon .secondaryTxt br {
		display: none;
	}
	.serviceCon .inner .cols {
		width: 50%;
		padding: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.serviceCon {
		padding: 40px 0;
	}
	.serviceCon .inner .cols {
		width: 50%;
		padding: 10px;
	}
}

@media only screen and (max-width: 599px) {
	.serviceCon {
		padding: 40px 0;
	}
	.serviceCon .inner .cols {
		width: 100%;
		padding: 10px 0;
	}
	.serviceCon .inner .cols .card h3 {
		min-height: auto;
	}
	.serviceCon .inner .cols .card p {
		margin: 10px 0 0 0;
	}
}

/* service end */

/* process */
.processCon {
	background: #fff url(../images/processBg.svg) no-repeat;
	width: 100%;
	min-height: 600px;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
}
.processCon .comman_title {
	text-align: right;
}

.processCon .comman_title span:after {
	background: url(../images/line5.svg) no-repeat;
	height: 16px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	image-rendering: auto;
}

.processCon .flexBox {
	display: flex;
	flex-wrap: nowrap;
}
.processCon .flexBox .cols {
	width: 50%;
}
.processCon .flexBox .cols.left {
	width: 43%;
	padding: 0 7%;
	margin-top: 20px;
}
.processCon .flexBox .cols.right {
	width: 57%;
}
.processCon .flexBox .cols.right .processStep {
	width: 780px;
}
.processCon .flexBox .cols.right .processStep .one,
.processCon .flexBox .cols.right .processStep .two,
.processCon .flexBox .cols.right .processStep .three {
	position: relative;
	min-width: 330px;
}
.processCon .flexBox .cols.right .processStep .two {
	float: right;
	margin: 90px 60px 0 0;
}

.processCon .flexBox .cols.right .processStep h6 {
	position: absolute;
	top: 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	left: 200px;
	top: 46%;
	transform: translate(0, -46%);
}

.processCon .flexBox .cols.right .processStep .circle {
	background: #fff;
	border-radius: 100%;
	border: 1px solid #ddd;
	height: 180px;
	width: 180px;
	box-shadow: 0 6px 26px 0 rgba(18, 118, 189, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.processCon .flexBox .cols.right .processStep .circle:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 26px 0 rgba(247, 147, 34, 0.2);
}

.processCon .flexBox .cols.right .processStep .circle p {
	background: linear-gradient(#f79322, #1276bd, #f79322, #1276bd);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 50px;
	line-height: 180px;
	font-weight: 700;
}

.processCon .flexBox .cols.right .processStep .one:after {
	background: url(../images/dottedLine1.svg) no-repeat left top;
	content: "";
	position: absolute;
	width: 390px;
	height: 97px;
	left: 85px;
}

.processCon .flexBox .cols.right .processStep .three {
	margin-top: -40px;
}
.processCon .flexBox .cols.right .processStep .three:before {
	background: url(../images/dottedLine2.svg) no-repeat left top;
	content: "";
	position: absolute;
	width: 295px;
	height: 69px;
	left: 90px;
	top: -50px;
}
/* process */

/* faq */

.faqCon {
	padding: 80px 0;
	background: #fff url(../images/processBg.svg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}
.faq-content {
	padding: 0;
	margin: 10px 0 0 0;
}
.faq-content .card {
	min-height: auto;
	padding: 0;
	border-radius: 0;
}
.faq-content .card:hover {
	transform: translate(0);
}
.faq-content .card > .card-header {
	background-color: none;
	border-color: none !important;
	border: none !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
	border-radius: 0;
}
.faq-content .more-less {
	float: right;
	margin-top: 2px;
	color: #000;
	font-size: 30px;
}
.faq-content .card {
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
	margin-bottom: 0;
	text-decoration: none;
}
.faq-content .card-body {
	padding: 20px 0 20px 0 !important;
	border: none !important;
}
.faq-content .card-header {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px;
	border-radius: 0px;
}
a.card-link {
	text-decoration: none;
	display: block;
	background: none;
	font-size: 26px;
	line-height: 32px;
	padding: 25px 0;
	color: #000;
	font-weight: 600;
	border-radius: 0;
}

a.card-link small {
	color: #f79322;
	font-size: 16px;
	vertical-align: super;
}

.faq-content .card:hover {
	border-bottom: 1px solid #f79322;
}
.faq-content .card-body ul {
	margin-top: 30px;
	margin-left: 30px;
}

@media screen and (max-width: 767px) {
	.faq-content {
		padding: 20px;
	}
	a.card-link {
		font-size: 16px;
		line-height: 20px;
		padding: 13px 15px 15px 15px;
	}
	.faq-content .card-body ul {
		margin-left: 30px;
	}
}

/* 2 */

.faq-content2 {
	position: relative;
}
.faq-content2 .nav-tabs {
	padding: 0 10%;
	border: 0;
	justify-content: center;
	display: flex;
	margin-top: 60px;
	text-align: center;
}
.faq-content2 .nav-tabs > li {
	float: none;
	flex: 1;
	padding: 10px;
}
.faq-content2 .nav-tabs > li > a {
	border-radius: 16px;
	height: 100%;
	border: 0;
	color: #000000;
	text-decoration: none;
	position: relative;
	padding: 30px 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(18, 118, 189, 0.25);
}
.faq-content2 .nav-tabs > li.active > a:after {
	content: "";
	background: url(../images/faqArrow.svg) no-repeat;
	position: absolute;
	width: 83px;
	height: 16px;
	background-size: contain;
	bottom: -15px;
	z-index: 2;
	left: 50%;
	transform: translate(-50%, 0);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	cursor: default;
	background-color: #fff;
	color: #000000;
	border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
	box-shadow: 0 10px 30px 0 rgba(247, 147, 34, 0.25);
}

.faq-content2 .tab-pane {
	border-radius: 20px;
	box-shadow: 0 10px 20px 0 rgba(18, 118, 189, 0.25);
	padding: 50px;
	font-size: 14px;
	line-height: 21px;
	position: relative;
	z-index: 1;
	background: #fff;
	text-align: center;
}
.faq-content2 .tab-pane p {
	margin: 0;
	font-size: 17px;
	line-height: 26px;
}

@media only screen and (max-width: 767px) {
	.section7:before,
	.section7:after {
		display: none;
	}
	.section7 .nav-tabs {
		flex-wrap: wrap;
	}
	.section7 .nav-tabs > li {
		width: 100%;
		flex: auto;
		margin-bottom: 10px;
	}

	.tsmlCard {
		color: #fff;
		z-index: 1;
		padding: 0 40px;
		position: relative;
	}
}

/* faq end*/

/* letstalk */

.letstalkCon {
	background: #1276bd;
	padding: 80px;
	text-align: center;
}
.letstalkCon .comman_title span:after {
	background: url(../images/line8.svg) no-repeat;
	height: 20px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
}

.letstalkCon .comman_title a {
	color: #fff;
	text-decoration: none;
}

/* letstalk end*/

/*footer*/

.footer {
	background: #000000 url(../images/webidebiBackground.svg) no-repeat center bottom;
	background-attachment: fixed;
	background-size: 100%;
	padding: 80px 0 220px;
}

.footer .flexBox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.footer .flexBox .cols:nth-child(1) {
	width: 140px;
}
.footer .flexBox .cols .fLogo img {
	width: 100%;
}
.footer .flexBox .cols:nth-child(2) {
	width: 20%;
}
.footer .flexBox .cols:nth-child(3) {
	width: 58%;
}

.footer h4 {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

.footer .contact p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin: 15px 0 15px 0;
}

.footer .contact p a {
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.footer .contact.bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 30px;
	padding-top: 30px;
}

.footer .newsletter .inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 20px;
}
.footer .newsletter .inner .form-group {
	width: 45%;
	display: inline-block;
}
.footer .newsletter .inner .form-group:nth-child(3) {
	width: 60px;
}
.footer .newsletter .form-control {
	background: none;
	height: 58px;
	border: 2px solid rgba(255, 255, 255, 0.2) !important;
	padding: 15px 20px;
	border-radius: 10px;
	color: #fff;
}
.footer .newsletter .btn-warning {
	width: 66px;
	height: 58px;
	font-size: 30px;
	text-align: center;
	line-height: 62px;
	border-radius: 10px;
	padding: 0;
	background: #f79322;
	border: 0;
	outline: none;
}
.footer .newsletter .btn-warning:hover,
.footer .newsletter .btn-warning:active {
	box-shadow: 0 10px 20px 0 rgba(247, 147, 34, 0.4);
}

.footer .newsletter .form-control:focus {
	border-color: #1276bd !important;
}
.fLinks {
	margin-top: 40px;
}
.fLinks .links {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
	padding: 0;
}
.fLinks .links a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}
.fLinks .links a:hover {
	text-decoration: underline;
	color: #1276bd;
}

.csCon {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 30px 0;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.csCon .copyright {
	color: #777;
	font-size: 13px;
	line-height: 22px;
}

.social {
	padding: 5px 0;
}
.social a {
	display: inline-block;
	color: #cfd6e1;
	text-align: center;
	font-size: 28px;
	margin: 0 0 0 15px;
	text-decoration: none;
	position: relative;
	font-weight: 400;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	padding: 10px 0;
	background-color: #171717;
	transition: 0.5s;
	z-index: 1;
}

.social a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #171717;
	transition: 0.5s;
	transform: scale(0.9);
	z-index: -1;
	height: 50px;
	width: 50px;
	border: 4px solid #171717;
}

.social a:hover:before {
	transform: scale(1.2);
	z-index: -1;
	border: 3px solid #f79322;
}

.social a:hover {
	color: #f79322;
}

@media only screen and (max-width: 1151px) {
	.sitemap {
		width: 72%;
		padding-right: 0;
	}
	.sitemap .col-md-4 {
		width: 20%;
	}
}

@media only screen and (max-width: 991px) {
	.sitemap {
		width: 100%;
		padding-left: 0px;
		float: none;
	}
	.fRight {
		width: 100%;
		text-align: center;
		float: none;
		padding: 40px;
		background: #eee;
		border-radius: 16px;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.sitemap .col-md-4.contactInfo {
		padding: 0;
	}

	.sitemap {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	.sitemap .col-md-4 {
		width: 100%;
		margin-bottom: 30px;
	}

	.fRight {
		margin-top: 0;
	}

	.sitemap .links a {
		margin: 2px 5px !important;
		display: inline-block;
	}

	.social {
		float: none;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.copyrightText2 {
		float: none;
		text-align: center;
		margin-top: 10px;
	}

	.sitemap .contactInfo p:before {
		display: none;
	}
	.sitemap .contactInfo p {
		padding-left: 0;
	}
}

/*footer clasess ends*/

/*breadcrumb*/

.breadcrumb {
	text-align: center;
	display: block;
	width: auto;
	background: none;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li a {
	font-weight: 400;
	text-decoration: underline;
	color: #f79322;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb > li + li:before {
	color: #000;
	font-size: 14px;
	margin: 0 5px;
	content: "\f105";
	font-family: "Fontawesome";
}

/* cms area */

.middleCon {
	background: #fff;
	padding: 50px 0;
	min-height: 300px;
}
.cmsArea h3 {
	margin: 30px 0 20px 0;
	font-weight: 500;
}

.cmsArea ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
}
.cmsArea ul li:before {
	content: "\f111";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	font-size: 10px;
	color: #f79322;
}

.cmsImg {
	margin: 20px 0 30px 0;
	width: 100%;
}

.featuresCon {
	background: #fff5eb;
	padding: 40px 0 70px;
}
.featuresCon .flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.featuresCon .flexBox .cols {
	width: 48%;
	text-align: left;
	border: 1px solid #f79322;
	background: #fff;
	border-radius: 30px;
	margin: 1%;
	padding: 12px 20px;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}
.featuresCon .flexBox .cols p {
	margin: 0;
	padding: 0;
	font-weight: 500;
	color: #000;
}
.featuresCon .flexBox .cols p .fa {
	color: #f79322;
}
.featuresCon .flexBox .cols:hover {
	background: #f79322;
	color: #fff;
	box-shadow: 0 6px 12px 0 rgba(247, 147, 34, 0.25);
}
.featuresCon .flexBox .cols:hover p {
	color: #fff;
}
.featuresCon .flexBox .cols:hover p .fa {
	color: #fff;
}

/* blogs */

/* blog */

.blogCon {
	padding-bottom: 40px;
}

.blogCon .card {
	display: block;
	border-radius: 30px;
	overflow: hidden;
	border: 0;
	background: #fff;
	text-decoration: none;
	padding: 0;
	text-align: left !important;
	margin: 30px 0 0 0;
	min-height: 200px;
	box-shadow: 0 4px 20px 0 rgba(18, 118, 189, 0.2);
}
.blogCon .card .cardIcon {
	width: 100%;
	background: #ccc;
	border: 0;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 30px;
	padding: 0;
}

.blogCon .card .cardIcon img {
	max-width: 100%;
	transition: 3s;
	display: inline-block;
}

.blogCon .card:hover .cardIcon img {
	transform: scale(1.1);
}

.blogCon .card .cardItems {
	display: block;
	padding: 30px 30px 40px;
}

.blogCon .card .cardItems h5 {
	height: 50px;
	overflow: hidden;
	line-height: 26px;
	font-weight: 500;
}

.blogCon .card .cardItems h5 a {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	text-decoration: none;
}

.blogCon .card .cardItems p {
	margin: 10px 0 0 0;
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	line-height: 21px;
}

.blogCon .card:hover .cardItems h5 a {
	color: #ffa33c;
	text-decoration: underline;
}
.blogCon .card .cardItems .time i {
	margin-right: 3px;
	font-size: 19px;
}
.blogCon .card .cardItems .time {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffa33c;
	height: auto;
	margin: 0 0 15px 0;
}

/* contact Us */

/*contact us*/
.contactCon {
}
.contactCon p {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 20px;
}
.contactCon p small {
	font-size: 14px;
	font-weight: 600;
	display: block;
}
.contactCon .formCon .cols {
	margin-top: 15px;
}
.map {
	height: 400px;
	overflow: hidden;
}

/*testimonial*/

.tsCon {
	padding: 0 0 30px 0;
}
.tsCon .tscard {
	border-radius: 30px;
	padding: 30px;
	min-height: 100px;
	background-size: auto;
	display: block;
	margin: 40px 0 0 0;
	text-decoration: none;
	transition: all 500ms ease;
	transform: scale(1);
	position: relative;
	box-shadow: 0 4px 20px 0 rgba(18, 118, 189, 0.2);
}

.tsCon .tscard:before {
	content: "\f10d";
	font-family: "Fontawesome";
	color: #1276bd;
	position: absolute;
	top: -10px;
	font-size: 32px;
}

.tsCon .tscard p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
}

.tsCon .tscard .tsInfo h6 {
	color: #000;
	margin-top: 0;
	font-size: 20px;
	font-family: "Protest Strike", sans-serif;
	font-weight: 500;
}
.tsCon .tscard .tsInfo .starts {
	margin-left: 10px;
}
.tsCon .tscard .tsInfo .fa {
	color: #ffa33c;
	margin: 0 5px 0 0;
}

.modalStyle001 .modal-header {
	text-align: center;
}
.modalStyle001 .modal-header .close {
	color: #fe4a49;
	opacity: 1;
	font-size: 28px;
	margin-top: 0;
}

.modalStyle001 .modal-body {
	background: #fff;
	padding: 30px;
}
.modalStyle001 .modal-footer {
	text-align: center;
	padding: 20px;
}

/*portfolio*/

.prtfolioCard {
	text-align: left;

	border-radius: 30px;
	padding: 30px;
	box-shadow: 0 4px 20px 0 rgba(18, 118, 189, 0.1);
	min-height: 200px;
	background-size: auto;
	display: block;
	text-decoration: none;
	transition: all 500ms ease;
	transform: scale(1);
	margin: 30px 0;
	overflow: hidden;
}

.prtfolioCard:hover {
	background: #fff5eb;
	box-shadow: 0 4px 20px 0 rgba(18, 118, 189, 0.3);
}

.prtfolioCard figcaption .tools {
	margin-top: 10px;
}
.prtfolioCard figcaption .tools span {
	display: inline-block;
	border-radius: 30px;
	background: rgba(128, 164, 237, 0.2);
	border: 1px solid rgba(128, 164, 237, 0.9);
	padding: 0 15px;
	height: 29px;
	color: #000;
	line-height: 28px;
	margin: 2px 0 2px 2px;
	font-size: 14px;
}

.prtfolioCard h3 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 500;
}
.prtfolioCard figcaption .from {
	color: #666;
}

.prtfolioCard figcaption .dscpn {
	margin-top: 20px;
	color: #666;
}

.prtfolioCard .portfolio_thum {
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: auto;
	border-radius: 15px;
	margin-top: 30px;
}
.prtfolioCard .portfolio_thum img {
	width: 100%;
	height: auto;
	display: block;
}
.prtfolioCard:hover figcaption .tools span {
	background: #fff;
	border-color: #ffa33c;
}

.prtfolioCard:hover figcaption .dscpn,
.prtfolioCard:hover figcaption .from {
	color: #000;
}
@media screen and (max-width: 767px) {
	.prtfolioCard figcaption .tools span {
		padding: 0 10px;
	}
}

.modal-body-padding01 {
	padding: 0 !important;
}

.portfolioPupImg {
	height: 500px;
	overflow: hidden;
}

.portfolioPupImg img {
	width: 100%;
	transform: translateY(0px);
	transition-duration: 7s;
}

.portfolioPupImg img:hover {
	animation: scroll 10s;
}

@keyframes scroll {
	0% {
		transform: translateY(0px);
	}
	20% {
		transform: translateY(calc(-15%));
	}
	40% {
		transform: translateY(calc(-35%));
	}
	60% {
		transform: translateY(calc(-55%));
	}
	80% {
		transform: translateY(calc(400px - 100%));
	}
	100% {
		transform: translateY(0px);
	}
}
