/* 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 15px/22px "Inter",
		sans-serif;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	color: #444e6c;
}

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: #444e6c;
	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 24px/32px "Protest Strike",
		sans-serif;
	display: block;
}
h4 {
	font:
		400 24px/32px "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 36px/46px "Protest Strike",
			sans-serif;
		display: block;
	}
}

@media only screen and (max-width: 599px) {
	h2 {
		font:
			700 24px/32px "Protest Strike",
			sans-serif;
		display: block;
	}
}

 

.comman_title {
	display: inline-block;
	font-weight: 500;
}





.comman_title span {
	color: #2ab194;
	position: relative;
}

.secondaryTxt span {
	color: #2ab194;
	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: #2ab194;
	text-decoration: none;
}

.btn-link {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 700;
}
a:hover,
a:focus {
	color: #2ab194;
	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: #444e6c;
}
.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: #2ab194;
}

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, #444e6c, #2ab194) border-box;
	color: #2ab194;
	border: 2px solid transparent;
	border-radius: 100px;
	box-shadow: 0 6px 12px 0 rgba(68, 78, 108, 0.25);
}

.btn-border:hover,
.btn-border:focus {
	background:
		linear-gradient(#fff 0 0) padding-box,
		linear-gradient(to right, #2ab194, #444e6c) border-box;
	color: #2ab194;
	box-shadow: 0 6px 12px 0 rgba(42, 177, 148, 0.25);
}

.btn-info:hover,
.btn-info:focus {
	background: #2488d0 !important;
}

.btn-danger {
	color: #fff;
	background: #2ab194 !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: #2ab194;
}

.form-control {
	height: 66px;
	padding: 15px 0;
	font-size: 18px;
	color: #444e6c;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #444e6c !important;
	box-shadow: none;
	background: #ffffff;
	font-weight: 400;
	position: relative;
}

.form-control:focus {
	box-shadow: none;
	border-bottom: 2px solid #444e6c !important;
}

label {
	color: #444e6c;
	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: #2ab194;
	border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #2ab194;
	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;
	}
}

 
/*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: 125px;
	padding: 0;
	height: auto;
	display: block;
	margin-top: -15px;
}

.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: #444e6c;
	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: #2ab194;
	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: #2ab194;
	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 #444e6c;
	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: #444e6c;
	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: #2ab194;
}
.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols .list a:hover::before {
	visibility: visible;
}


.header_fixer  .navbar-brand{width:85px; margin:0;}
.header_fixer .topAction{margin-top:5px;}



@media only screen and (max-width: 1279px) {
    	.header, .header_fixer{padding: 20px 15px 20px;}
    	.header .navbar-nav > li > a{padding:0 15px;}
    	.header .navbar-nav > li.dropdown a:before{right:0;}
}

@media only screen and (max-width: 1151px) {
    .navbar-nav{margin: 3px 0 0 20px;}
    .header .navbar-brand{width:110px;}
    .header_fixer .navbar-brand{width:85px;}
    .header_fixer{padding: 15px 15px 15px;}
}


@media only screen and (max-width: 991px) {
    .navbar-nav{display:none;}
      .header_fixer{padding: 10px 15px 10px;}
}


@media only screen and (max-width: 479px) {
    .header .navbar-brand{width:85px;}
        .header_fixer {
        padding: 5px 15px 5px;
    }
}



/*mobile nav*/

.menuIcon {
    width: 52px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    line-height: 52px; margin-left:5px;
    display:none;
}
 

.bodyOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.8);
	z-index: 98
}
.sidenav {
	height: 100%;
	width: 280px;
	position: fixed;
	z-index: 99;
	top: 0;
	left: -350px;
	background: #444e6c;
	transition: 0.5s;
	display: block;
}

.navList, .navList li ul{margin: 0; padding: 0;}

.accordianNav a,
.accordianNav h3, .accordianNav h4 {
   font-size: 15px;
    color: #fff; margin: 0;
    padding: 0 15px;
    font-weight: 500; font-family: 'Inter', sans-serif;
    height: 52px; display: block;
    line-height: 52px; cursor: pointer;
    text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.1);
    
}
.accordianNav h4{font-size:14px;}
 

.sidenav .closebtn {
    position: absolute;
    top: 14px;
    cursor: pointer;
    right: -28px;
    color: red;
    font-size: 28px;
}


/* Background hover animation. */

.accordianNav h3:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #444;
    background:#D3D3D3;
    transition: all 0.3s ease-out;
}

 

.accordianNav .dropArrow span {
    z-index: 2;
    position: relative;
}

.accordianNav .dropArrow:after {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #D3D3D3;
    border-right: 2px solid #D3D3D3;
    float: right;
    position: relative;
    top: 18px;
    right: 0;
    transform: rotate(45deg);
    transform-origin: center;
}

.accordianNav .dropArrow.active {
    color: white;
}

.accordianNav .dropArrow.active:after {
    transform: rotate(-135deg);
    border-color: #fff;
}





/* +Hover and Touch effect */
 
.accordianNav h3.dropArrow:hover:after,
.accordianNav h3.dropArrow:active:after {
    color: white;
    -webkit-transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
    transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
}

.accordianNav li {
    list-style-type: none;
}

 
.accordianNav h3.dropArrow:hover, .accordianNav h4.dropArrow:hover, .accordianNav a:hover{ background: #2ab194;}

/*Drop links*/
.accordianNav ul ul ul{overflow-y:scroll; max-height:160px; overflow-y:auto;}
.accordianNav ul ul li a {
    padding:10px 15px; font-weight: 300; color:#D3D3D3; font-size:14px; line-height:19px; height:auto;
}
 


/*Hide and show the drops*/

.accordianNav ul ul {
    display: none;
}

.accordianNav li.active ul {
    display: block;
}

@media only screen and (max-width: 991px) {
    .menuIcon {display:inline-block;}
}
 

/* header end */

.topAction {
	float: right;
	position: relative;
	margin-top: 0;
}

@media only screen and (max-width: 479px) {
  .topAction a.getQuote {padding:0 15px; font-size:14px;}
}

 
/*header clasess ends*/

/* banner */

#canvas {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: -1;
	opacity: 0.09;
}

.bannerBg {
	width: 100%;
	min-height: 700px;
	background: linear-gradient(
		45deg,
		rgba(42, 177, 148, 0.2),
		rgba(255, 255, 255, 0.2),
		rgba(255, 255, 255, 0.2),
		rgba(68, 78, 108, 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 .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: #2ab194;
	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: #2ab194;
	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: #2ab194;
	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: #2ab194;
}

.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(68, 78, 108, 0.25);
	color: #2ab194;
	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(42, 177, 148, 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(42, 177, 148, 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: 290px;
	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: #444e6c;
	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: #2ab194;
}

.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: #2ab194;
}

.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: #444e6c;
	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 #2ab194;
	color: #444e6c;
	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: #2ab194;
}
.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: 1279px) {
	.bannerInfo {
    padding: 60px 80px 60px 80px;
    position: relative;
    z-index: 2;}
}

@media only screen and (max-width: 1151px) {
    .bannerInfo .title {
    font-size: 36px;
    line-height: 46px;
    
}


.bannerInfo .title small {
     font-size: 24px;
    line-height: 24px;
}


.bannerInfo .title span:after{bottom:-8px;}

.bannerInfo .subText {
    font-size: 20px;
     line-height: 26px;
    margin-top: 25px;
}

.achCon .cols h3 {font-size:16px; line-height:20px;}
    .bannerBg {
    width: 100%;
    min-height: 600px;}
    
    
    .bannerBgInside {
	min-height: auto;
	text-align: center;
	overflow: visible;
}
}

 

@media only screen and (max-width: 991px) {
 	.bannerInfo {
    padding: 60px 80px 60px 80px;
    position: relative;
    z-index: 2; text-align:center;}
    
    .contact-button {width:60px; height:60px;}
    .contact-button-wrapper {
   
    right: 40px;
    bottom: 40px;
    
}


.achCon{justify-content:center; align-content:center; background:none; border-top:1px solid #ddd; text-align:left;}
.achConInside{border-bottom: 1px solid #dae7f1 !important;
    border-top: 1px solid #dae7f1 !important; background:#eef5fa !important; padding:40px 0 !important;}


}




@media only screen and (max-width: 767px) {
 
 .achCon{justify-content:center; align-content:center; background:none; border-top:0; text-align:left; flex-wrap:wrap; padding:0 !important;}
.achCon .cols{width:50%; border:0; padding:10px !important;}
.achCon .cols h3{padding:30px; border:1px solid #ddd;}


.achCon .cols h3::after {
    content: "\e908";
    font-family: "icomoon";
    position: absolute;
    right: 15px !important;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    font-size: 40px;
    font-weight: 400;
    color: #2ab194;
}

.bannerInfo {
    padding: 60px 15px 60px 15px;
     }
 .achConInside{border-bottom: 1px solid #dae7f1 !important;
    border-top: 1px solid #dae7f1 !important; background:#eef5fa !important; padding:40px 0 !important;}

}





@media only screen and (max-width: 599px) {
    .bannerInfo .title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .bannerInfo {padding-bottom:40px;}
    
    
    .bannerInfo .subText {
        font-size: 14px;
        line-height: 18px;
        margin-top: 20px;
    }
    
    .achCon .cols {
        width: 100%;
        border: 0;
        padding: 10px 30px !important;
    }
    
    .achCon .cols h3 {
        padding: 20px;
        border: 1px solid #ddd;
    }
    
    .achConInside .cols{padding: 10px 15px !important;}
    

.achCon{margin-top:40px;}
    
   .floatButton a span {
    font-size: 14px;
    padding: 0 20px;
     
} 

.floatButton a:hover:nth-child(2) span {
    width: 250px;
    opacity: 1;
}

.floatButton a:hover:nth-child(1) span {
    width: 176px;
    opacity: 1;
}

.floatButton a:hover:nth-child(3) span {
    width: 110px;
    opacity: 1;
}

.bannerInfo .title span:after{bottom:-12px;}
    .achConInside{border-bottom: 1px solid #dae7f1;
    border-top: 1px solid #dae7f1; background:#eef5fa; margin-top:0;}
    
    
}
/* 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 20px;
}

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: #2ab194;
	color: #fff;
}
.radioStyleCon .box {
	text-align: center;
}

@media only screen and (max-width: 1279px) {


.formCon img {
 width: 80px;
}

}

@media only screen and (max-width: 991px) {
 
.formCon img {
 display: none;
}
 .formCon .comman_title{padding: 0 10%;}
 

 
}



@media only screen and (max-width: 767px) {
    
    .formCon .form{margin-top:10px;}
	.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: 60px 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;
	}
	
	.formCon .comman_title{padding: 0;}
}





/* form end */

/* technology*/

.technologyCon {
	background: #F4FBF9;
	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;
 
}

.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{margin:0; padding:0;}
.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 15px;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	font-weight: 600;
	color: #444e6c;
	-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(68, 78, 108, 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%;
}



@media only screen and (max-width: 991px) {
    .technologyCon { 
	padding: 60px 0; text-align: center;
}

.technologyCon .cols.left {
	float: none;
	width: 100%;
	position: relative;
	padding:0;
}
.technologyCon .cols.right {
	float: none;
	width: 100%;
}

.technologyCon .cols.left .comman_title {
    padding-left: 0; margin-bottom: 20px;
     
}

.technologyCon .right ul.floaterCon li:nth-child(1), .technologyCon .right ul.floaterCon li:nth-child(7){margin-left:0;}
}


@media only screen and (max-width: 599px) {
    .technologyCon .right ul.floaterCon li{width:50%; padding:10px;}
}


/* 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: #444e6c;
	line-height: 21px;
	font-size: 17px;
	font-weight: 700;
}

.industriesCon .flexBox .cols .card:hover {
	box-shadow: 0 6px 26px 0 rgba(42, 177, 148, 0.35);
	transform: scale(1.05);
}

@media only screen and (max-width: 991px) {
.industriesCon{padding:50px 0 30px;}
.industriesCon .secondaryTxt span:after{display:none;}
.industriesCon .secondaryTxt {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

.industriesCon .secondaryTxt br{display:none;}
}
 
/* industries end*/

/*why choose us*/
.whyChoose {
	padding: 80px 0;
	background: #fff;
	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: #2ab194;
	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: 991px) {
	
.whyChooseInner {
	margin: 40px auto;
	width: 100%;
	min-height: auto;
	position: relative;
}


.whyChooseInner .cols .card img {
    position: absolute;
    left: -7px;
    width: 60px;
}


.whyChooseInner .cols:nth-child(2) .card img, .whyChooseInner .cols:nth-child(4) .card img {
    position: absolute;
    left: auto;
    right: -7px !important;
    width: 60px;
}

.whyChoose{padding: 50px 0;}

.whyChoose .secondaryTxt span:after{display:none;}
.whyChoose .secondaryTxt {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

.whyChoose .secondaryTxt br{display:none;}

}

@media only screen and (max-width: 767px) {
.whyChooseInner .cols{width:100% !important; margin:15px 0 !important; padding:0 !important;}
.whyChooseInner .cols .card{padding:20px 20px !important; border:1px solid #ddd; text-align:center !important; border-radius:10px;}
    
    .whyChooseInner::before{display:none;}
    .whyChooseInner .cols .card img{position:static !important;}
}

 
/*why choose us end*/

/*serviceList clases*/

.serviceCon {
	background:#F5F6F7;
	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: #2ab194;
	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: #2ab194;
}
.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,
		#2ab194,
		#2ab194,
		#2ab194,
		#2ab194,
		#2ab194,
		#2ab194,
		#2ab194,
		#2ab194,
		#2ab194
	);
	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: #444e6c;
	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: #2ab194;
}

.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: 1499px) {
	.serviceCon .inner .cols {
		padding: 15px;
	}
	.serviceCon .inner .cols .card .item {padding:30px 20px;}
	
}

@media only screen and (max-width: 1151px) {
    
    .serviceCon .inner .cols{width:33.3333333333%;}
    
 
}

@media only screen and (max-width: 991px) {
	.serviceCon .secondaryTxt {
		margin-bottom: 10px; font-size: 18px; line-height: 24px;
	}
	
	.serviceCon .inner .cols {
		width: 50%;
		padding: 15px;
	}
	
.serviceCon .secondaryTxt span:after{display:none;}
	
	
}

@media only screen and (max-width: 767px) {
	.serviceCon {
		padding: 40px 0;
	}
	.serviceCon .inner .cols {
		width: 50%;
	 
	}
	
		.serviceCon .secondaryTxt br {
		display: none;
	}
}

@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(68, 78, 108, 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(42, 177, 148, 0.2);
}

.processCon .flexBox .cols.right .processStep .circle p {
	background: linear-gradient(#444e6c, #2ab194, #444e6c, #2ab194);
	-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;
}


@media only screen and (max-width: 1279px) {
    .processCon .flexBox .cols.right .processStep {
    width: 690px;
}

.processCon .flexBox .cols.right .processStep .one:after {
    width: 305px;
}


.processCon .flexBox .cols.right .processStep .three:before {
    width: 200px;
}
}

@media only screen and (max-width: 1151px) {
    .processCon .flexBox .cols.left{padding:0 30px; width:35%;}
}


@media only screen and (max-width: 991px) {
    .processCon .flexBox{flex-wrap:wrap;}
      .processCon .flexBox .cols.left{padding:0; width:100%; text-align:center;}
      .processCon .comman_title {
    text-align: center; padding: 0 15%;
}
      .processCon .flexBox .cols.right {
    width: 100%; margin:30px auto 0 auto;
}

.processCon .flexBox .cols.right .processStep {
        width: 680px; margin: auto;
    }

}


@media only screen and (max-width: 767px) {
    .processCon .flexBox .cols.right .processStep h6 {
    font-size: 14px;
    line-height: 20px;
    left: 100px;  position: static; margin: 30px 0 0 0;
}

.processCon .flexBox .cols.right .processStep .circle{width:80px; height:80px; margin:auto; display:block;}
.processCon .flexBox .cols.right .processStep .circle p {
    
    font-size: 24px;
    line-height: 80px;
    font-weight: 700;
}

.processCon .flexBox .cols.right .processStep .one:after{display:none}
 
    
        .processCon .flexBox .cols.right .processStep {width:100%;}
    
    .processCon .flexBox .cols.right .processStep .three:before{display:none;}
 .processCon .flexBox .cols.right .processStep .three, .processCon .flexBox .cols.right .processStep .two, .processCon .flexBox .cols.right .processStep .one{border:1px solid #ddd; width:100% !important; float:none; margin:15px 0 !important; text-align:center; padding:20px 15px 10px; border-radius:10px; }
    
}

/* 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: #444e6c;
	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: #444e6c;
	font-weight: 600;
	border-radius: 0;
}

a.card-link small {
	color: #2ab194;
	font-size: 16px;
	vertical-align: super;
}

.faq-content .card:hover {
	border-bottom: 1px solid #2ab194;
}
.faq-content .card-body ul {
	margin-top: 30px;
	margin-left: 30px;
}


@media screen and (max-width: 991px) {
	 .faqCon {
	padding: 30px 0 50px;
 
}

	.faq-content {
		padding: 0;
	}
	a.card-link {
		font-size: 16px;
		line-height: 20px;
		padding: 13px 0 15px 0;
	}
	.faq-content .card-body ul {
		margin-left: 30px;
	}
	
	.faq-content .more-less {
    
    font-size: 20px;
}



}



 

/* 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: #444e6c;
	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(68, 78, 108, 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: #444e6c;
	border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
	box-shadow: 0 10px 30px 0 rgba(42, 177, 148, 0.25);
}

.faq-content2 .tab-pane {
	border-radius: 20px;
	box-shadow: 0 10px 20px 0 rgba(68, 78, 108, 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: 991px) {
    .faq-content2 .nav-tabs > li > a{font-size:14px; font-weight:600; line-height:20px;}
    .faq-content2 .tab-pane p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.faq-content2 .tab-pane{padding:25px;}

}

@media only screen and (max-width: 767px) {

.faq-content2 .nav-tabs{padding:0;}
.faq-content2 .nav-tabs > li > a{padding:15px;}
.faq-content2 .nav-tabs > li {
    float: none;
    flex: 1;
    padding: 5px;
}


}

/* faq end*/

/* letstalk */

.letstalkCon {
	background: #2ab194;
	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;
}

.letstalkCon .comman_title span{color:#fff;}


@media only screen and (max-width: 991px) {
    .letstalkCon .comman_title span:after{display:none;}
    .letstalkCon {
 
	padding: 60px 0;
	text-align: center;
}
}

@media only screen and (max-width: 599px) {
    .letstalkCon .comman_title br{display:none;}
}



/* letstalk end*/

/*footer*/

.footer {
	background: #444e6c url(../images/footerBg.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; padding: 3px;
}
.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: #2ab194;
	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: #2ab194 !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: #2ab194;
}

.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: #fff;
	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 #2ab194;
}

.social a:hover {
	color: #2ab194;
}

@media only screen and (max-width: 1151px) {

.footer .flexBox .cols:nth-child(1) {
    width: 80px;
}

.footer .flexBox .cols:nth-child(2) {
    width: 25%;
}

.footer .flexBox .cols:nth-child(3) {
    width: 61%;
}


}

@media only screen and (max-width: 991px) {

.footer{padding:50px 0 120px;}
.footer .flexBox{flex-wrap:wrap;}
.footer .flexBox .cols:nth-child(1) {
    width: 100%; text-align: center;
}

.footer .flexBox .cols:nth-child(2) {
    width: 100%; text-align: center; margin-top: 30px;
}


.footer .flexBox .cols:nth-child(3) {
    width: 100%; margin-top: 30px;
}

.footer .flexBox .cols .fLogo img {
    width: 80px;
}

.footer h4{text-align:center;}
.csCon{flex-wrap:wrap;}
.csCon .copyright{width:100%; text-align:center;}
.csCon .social{width:100%; text-align:center;}

 
}

@media only screen and (max-width: 767px) {
 .fLinks .links{flex-wrap:wrap;}
  .fLinks .links li{width:100%; text-align:center;}
}

@media only screen and (max-width: 599px) {
    .footer .newsletter .inner{flex-wrap:wrap; text-align:center; justify-content:center;}
    .footer .newsletter .inner .form-group{width:100%; margin-bottom:10px; text-align:center; padding: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: #444e6c;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li a {
	font-weight: 400;
	text-decoration: underline;
	color: #2ab194;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb > li + li:before {
	color: #444e6c;
	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: #2ab194;
}

.cmsImg {
	margin: 20px 0 30px 0;
	width: 100%;
}

.featuresCon {
	background: #f5f5f5;
	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 #2ab194;
	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: #444e6c;
}
.featuresCon .flexBox .cols p .fa {
	color: #2ab194;
}
.featuresCon .flexBox .cols:hover {
	background: #2ab194;
	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;
}

@media only screen and (max-width: 991px) {
    .featuresCon h4{margin-top:0;}
}


@media only screen and (max-width: 767px) {
   
.featuresCon .flexBox .cols {
	width: 100%;
	text-align: left;
	border: 1px solid #2ab194;
	background: #fff;
	border-radius: 30px;
	margin: 5px 0;
	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;
}
}




/* 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: #444e6c;
	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: #2ab194;
	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: #444e6c;
	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(68, 78, 108, 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; border:1px solid #ddd;
}

.prtfolioCard:hover {
	background: #fff;
	box-shadow: 0 4px 20px 0 rgba(42, 177, 148, 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: #444e6c;
	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:#2AB194;
}

.prtfolioCard:hover figcaption .dscpn,
.prtfolioCard:hover figcaption .from {
	color: #444e6c;
}
@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);
	}
}


@media screen and (max-width: 991px) {
    
    .comman_title span:after {
display: none !important;
}
    
}
