body {
	font-family: 'Poppins', sans-serif;
	padding-top: 0px;
	width: 100%;
	/* overflow-x: hidden !important; */
	background-color: #fff;
	display: block;
}

ul,
ol {
	padding: 0px;
	margin: 0px;
}

.container {
	max-width: 1280px;
	width: 1280px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	margin: 0;
}

#preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 999999;
	/* makes sure it stays on top */
}

#status {
	width: 100px;
	height: 130px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(../images/log1.png);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: -80px 0 0 -50px;
	/* is width and height divided by two */
	animation: zoominoutsinglefeatured 2s infinite;
}

@keyframes zoominoutsinglefeatured {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1.2);
	}
	100% {
		transform: scale(1, 1);
	}
}

.fixedsoc {
	position: fixed;
	top: 125px;
	right: 0px;
	z-index: 99;
}

.fixedsoc a {
	clear: both;
	width: 48px;
	height: 48px;
	text-align: center;
	display: block;
	line-height: 48px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	float: right;
	transition: all 0.3s;
}

.fixedsoc a.fb {
	background-color: #4267b2;
}

.fixedsoc a.tw {
	background-color: #55acee;
}

.fixedsoc a.lin {
	background-color: #0077b5;
}

.fixedsoc a:hover {
	width: 62px;
}

.main_menu {
	clear: both;
	width: 100%;
	display: table;
	background-color: #e2e2e2;
	padding: 0 0 0 50px
}

.top1_left {
	display: inline-block;
	float: right;
}

.top1_left ul li {
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	font-weight: 300;
	position: relative;
	/* opacity: 0.7 */
}

.top1_left ul li a {
	color: #000;
	display: inline-block;
	float: left;
	font-size: 14px;
	padding: 0 25px;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 0px;
	transition: all 0.3s ease 0s;
}

.top1_left ul li a i {
	margin-right: 7px;
	font-size: 14px;
	color: #e7222c;
}

.top1_left ul li.whatsapp a i {
	color: #2751ab;
}

.top1_left ul li:last-child a {
	background-color: #cacaca;
}


/* .top1_left ul li a:hover{color: #ec3104;} */


/* .top1_left ul li:after{
  position: absolute;
  right: 0px;
  top: 10px;
  width: 1px;
  height: 18px;
  content: "";
  background-color: #ccc;
} */

.top1_left ul li:last-child:after {
	display: none;
}

.topsocial {
	float: right;
	display: inline-block;
	margin-top: 5px;
}

.topsocial a {
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	transition: all 0.3s;
	padding: 0 12px;
	height: 30px;
	margin-left: 7px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
}

.topsocial a:hover {
	background-color: #fff;
	color: #1b3072;
}

img.iso1 {
	width: 80px;
	margin-top: 2px;
}

.fixed_social {
	float: left;
	display: inline-block;
	z-index: 999999;
}

.fixed_social li {
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 25px;
}

.fixed_social li a {
	float: left;
	color: #7f7f7f;
	text-decoration: none;
	text-align: center;
	height: 26px;
	border-radius: 0;
	line-height: 26px;
	margin-top: 8px;
	font-size: 24px;
	transition: all .5s;
}

.fixed_social li a:hover {
	border-radius: 0;
	transition: all .5s;
}

.header {
	width: 100%;
	display: table;
	position: fixed;
	/* height: 140px; */
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 999;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.headerin {
	padding: 0 80px
}

.logo {
	float: left;
	display: inline-block;
	/* padding: 30px 20px 0; */
	text-align: center;
	/* height: 90px; */
	padding-top: 10px;
}

.logo a {
	text-decoration: none;
}

.logo a img {
	width: auto;
	height: 80px;
}

.header_right {
	float: right;
	display: inline-block;
	/* width: 74%; */
}

.hdtop {
	width: 100%;
	background-color: #fff;
	display: table;
	position: relative;
	/* padding: 18px 0; */
}

.hdtop ul.rightlinks {
	list-style: none;
	/* padding: 0 10px 0 20px; */
	height: 75px;
	line-height: 75px;
	display: table;
	float: right;
}

.hdtop ul.rightlinks li {
	float: left;
	display: inline-block;
	/* margin-right: 10px; */
}

.hdtop ul.rightlinks li a {
	text-decoration: none;
	height: 75px;
	line-height: 75px;
	/* border: 2px solid #243169; */
	padding: 0 30px;
	display: block;
	color: #fff;
	background-color: #0075c0;
	transition: all 0.3s;
	/* letter-spacing: 1px; */
	text-transform: uppercase;
	font-size: 14px;
	/* font-weight: 700; */
}

.hdtop ul.rightlinks li a.phonebx {
	background-color: #f60;
	color: #fff;
}

.hdtop ul.rightlinks li a.mailbx {
	border-color: #f60;
	background-color: #f60;
	color: #fff;
}

.hdtop ul.rightlinks li a:hover {
	background-color: #03438a;
	color: #fff;
}

.hdtop ul.rightlinks li a.phonebx:hover {
	border-color: #dd5d0e;
	background-color: #dd5d0e;
	color: #fff;
}

.hdtop ul.rightlinks li a.mailbx:hover {
	border-color: #b2141b;
	background-color: #b2141b;
	color: #fff;
}

.topmenu {
	float: left;
	display: inline-block;
	height: 75px;
	line-height: 75px;
}

.topmenu ul {
	list-style: none;
}

.topmenu ul li {
	float: left;
	display: inline-block;
}

.topmenu ul li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	padding: 0 25px;
	text-transform: uppercase;
	/* font-weight: 600; */
	transition: all 0.3s;
}

.topmenu ul li a:hover {
	color: #034ea2;
}

.hdimg {
	float: left;
	display: inline;
	width: auto;
}

.menu {
	float: right;
	display: inline-block;
	width: 100%;
}

.menu ul {
	list-style: none;
	float: right;
}

.menu>ul>li {
	display: inline-block;
	float: left;
	position: relative;
}

.menu>ul>li>a {
	text-decoration: none;
	color: #282828;
	text-transform: capitalize;
	font-size: 17px;
	display: block;
	transition: all 0.3s ease 0s;
	outline: 0px;
	font-weight: 400;
	padding: 0 25px;
	height: 100px;
	line-height: 100px;
	/* font-weight: 600; */
}

.menu>ul>li:last-child a {
	height: auto;
	line-height: normal;
	padding: 12px 25px;
	background-color: #2ac2bc;
	border-radius: 30px;
	color: #fff;
	margin-top: 24px;
	margin-left: 15px;
}

.menu>ul>li:last-child:hover a {
	background-color: #253974;
	color: #fff;
}
.menu>ul>li:last-child > a svg {
	margin-top: 0px;
	float: left;
	margin-right: 8px;
	fill: #fff;
  }

/* .menu > ul > li > a:hover {
  color: #034ea2;
} */

#header.fixed1 .menu>ul>li>a {
	color: #383838;
	height: 60px;
	line-height: 60px;
}

.menu>ul>li>a i {
	margin-left: 5px;
	color: #2ac2bc;
}

#header.fixed1 .menu ul>li:hover a,
#header.fixed1 .menu ul>li>a.active {
	/* background-color: #2ac2bc;
	color: #fff; */
	color: #2ac2bc;
}


.menu>ul>li:hover>a {
	/* background-color: #2ac2bc;
	color: #fff; */
	color: #2ac2bc;
}


/*
.menu > ul > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #f60;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menu > ul > li:hover > a:after {
  width: 100%;
}

 .menu > ul > li > a.active:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #ff5304;
}

.fixed1 .menu > ul > li > a:after {
  background-color: #ff5304;
}

.fixed1 .menu > ul > li > a.active:after {
  background-color: #ff5304;
} */

.menu ul>li:hover ul.submenu1,
.menu ul ul.submenu1>li:hover ul.submenu2 {
	display: block !important;
}

.menu ul>li:last-child ul.submenu1 {
	left: auto;
	right: -20px;
}

ul.submenu1,
ul.submenu2 {
	width: auto;
	min-width: 250px;
	max-width: 250px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	position: absolute;
	top: 100%;
	left: 0px;
	list-style: none;
	display: none;
	z-index: 9999999999;
	border-top: 0px;
}

ul.submenu2 {
	top: 0;
	left: 100%
}

ul.submenu1 li {
	display: table;
	clear: both;
	width: 100%;
	position: relative
}

ul.submenu1 li a {
	text-decoration: none;
	color: #000 !important;
	font-size: 13px;
	line-height: 21px;
	padding: 10px 20px !important;
	display: block;
	font-weight: 400;
	transition: all 0.3s ease 0s;
	text-align: left;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
}

ul.submenu1 li:last-child a {
	border-bottom: 0px;
}

ul.submenu1 li:hover>a {
	color: #2ac2bc !important;
}

ul.submenu1 li:last-child a {}


/*home_link*/

.home_link {
	overflow: hidden;
	/* background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover; */
	position: relative;
	width: 100%;
	/* background-color: #010716; */
	height: 100vh;
}

.home_link::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	/* z-index: 9; */
	opacity: 0.85;
	background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .5), #000);
}


/* .home_link:before {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 36vw;
    right: -30vw;
    z-index: 9;
    content: "";
    background-color: #f60;
    transform: skew(-25deg);
    opacity: 0.45
}

.hshape1::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50vw;
    left: -30vw;
    z-index: 9;
    background-color: #00a1ff;
    transform: skew(-25deg);
    opacity: 0.45
}

.hshape2:before {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 36vw;
    right: -30vw;
    z-index: 9;
    content: "";
    background-color: #f60;
    transform: skew(-25deg);
    opacity: 0.45
} */

.banner_r_more {
	display: table;
	margin: auto;
	margin-top: 60px;
}


/* 
.banner_r_more a {
  text-decoration: none;
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  transition: all 0.3s;
  position: relative;
  top: 0;
  font-size: 19px;
  background-color: #f60;
} */


/* .banner_r_more a:hover {
  top: -5px;
} */

.site-banner__graphic {
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 9;
	width: 60%;
}

.site-banner__graphic svg {
	width: 100%;
	height: auto;
	display: block;
	overflow: visible;
}

.hl_video {
	/* position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
}

.hl_video video {
	width: 100%;
	display: block;
	left: 0%;
	top: 0;
	position: absolute;
	/* opacity: 0.35; */
}

.background-line-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	/* z-index: 9; */
	left: 0;
	top: 0;
}

.background-line-gradient ul {
	width: 100%;
	height: 100%;
	padding: 0 16.666%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.background-line-gradient li {
	background: #fff;
	background: -webkit-gradient( linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.4)), color-stop(17%, hsla(0, 0%, 100%, 0.05)), to(hsla(0, 0%, 100%, 0.05)));
	background: linear-gradient( 0deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.05) 17%, hsla(0, 0%, 100%, 0.05));
	display: block;
	width: 1px;
	height: 100%;
}

.section-hero_cont {
	/* width: 100%; */
	/* height: 45%; */
	max-width: 1100px;
	padding: 0 15px;
	position: absolute;
	left: 5%;
	z-index: 9;
	top: 40%;
	/* -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

.title-items__subtitle {
	color: hsla(0, 0%, 100%, 0.75);
	letter-spacing: 0.16em;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
	text-align: center;
}

.title-items__title {
	color: #fff;
	text-transform: uppercase;
	font-size: 90px;
	line-height: 90px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 0;
}

.title-items__title span {
	font-weight: 500;
	color: #2ac2bc;
}

.button-learn-more {
	cursor: pointer;
	position: relative;
	height: 79px;
	width: 79px;
	border-radius: 50%;
	border: 1px solid hsla(0, 0%, 100%, 0.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button-learn-more .button-learn-more__wrapp {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.button-learn-more .button-learn-more__text {
	position: relative;
	width: 79px;
	padding: 0 29px 0 0;
	margin-right: 39.5px;
	text-align: left;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2em;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button-learn-more .button-learn-more__text:before {
	content: "";
	left: 100%;
	width: 38px;
	height: 1px;
	background: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button-learn-more .button-learn-more__text:before,
.button-learn-more svg {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button-learn-more svg.left {
	left: -23px;
}

.button-learn-more svg.right {
	right: -23px;
}

.button-learn-more:hover {
	border: 1px solid #fff;
}

.button-learn-more:hover .button-learn-more__text {
	text-align: center;
	margin-right: 0;
	padding: 0 14.5px;
}

.button-learn-more:hover .button-learn-more__text:before {
	opacity: 0;
}

.section-hero_cont a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s;
	display: inline-block;
	margin-top: 20px;
	letter-spacing: 2px;
	font-size: 14px;
}

.section-hero_cont a img {
	width: 26px;
	margin-right: 0px;
	top: 0px;
	margin-left: 4px;
	position: relative;
	transition: all 0.3s;
}

.section-hero_cont a:hover img {
	margin-left: 15px;
}

.hl_circle {
	width: 90%;
	left: 5%;
	font-size: 18px;
	text-align: center;
	color: #fff;
	/* text-align: center; */
	padding: 0 5%;
	top: 45%;
	/* background: rgba(255, 255, 255, 0.8);
    padding: 100px; */
	position: absolute;
	z-index: 999;
}

.bannerbox {
	width: 100%;
	display: table;
	position: absolute;
	left: 0;
	bottom: 0;
}

.bannerboxcont {
	position: absolute;
	left: 8%;
	top: 32%;
	width: 86%;
	padding: 0 15%;
	text-align: center;
	z-index: 2;
}


/* .banner_txt {
    top: 160px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 60%;
    margin: auto;
    display: block;
    left: 28%;
    z-index: 999999;
    margin: auto;
} */

.banner_hd h2 {
	font-size: 80px;
	color: #fff;
	margin-bottom: 15px;
	padding: 0 15%;
	/* text-transform: uppercase; */
	/* text-shadow: 0 0 191px black !important; */
	/* font-weight: 800; */
	/* font-family: 'Poppins', sans-serif; */
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	text-transform: capitalize;
	letter-spacing: 2px;
	/* font-weight: 600; */
}

.banner_hd h2 p {
	font-weight: 300;
	font-size: 55px;
	text-transform: uppercase;
}


/* .banner_hd h2 span{font-weight: 300; font-size: 80px; font-family: 'Poppins', sans-serif;} */


/* .bannertxt h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 447px;
    height: 7px;
    margin: 0 0 0 -223px;
    padding: 0;
    border: 1px solid #000;
    background: #000;
} */

.banner_cont p {
	font-size: 21px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	font-weight: 500;
	padding: 0 10%;
	line-height: 28px;
}

.hl_circle p {
	font-size: 21px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	font-weight: 500;
	padding: 0 10%;
	line-height: 28px;
}

.hl_circle h2 {
	font-size: 55px;
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
	/* text-shadow: 0 0 191px black !important; */
	/* font-weight: 800; */
	/* font-family: 'Poppins', sans-serif; */
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.hl_circle ul {
	list-style: none;
	display: table;
	margin: auto;
	text-align: center;
	margin-top: 40px;
}

.hl_circle ul li {
	display: inline-block;
	padding: 0 20px;
	float: left;
}

.hl_circle ul li img {
	display: table;
	margin: auto;
	width: 80px;
	height: 80px;
}

.hl_circle h3 {
	font-size: 18px;
	color: #fff;
	opacity: 1;
	margin-bottom: 15px;
	height: 36px;
	line-height: 18px;
	/* text-transform: capitalize; */
	/* text-shadow: 0 0 191px black !important; */
	/* font-weight: 800; */
	/* font-family: 'Poppins', sans-serif; */
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}


/* .hl_circle h2 span{
    padding: 0 10px;
    color: #fff;
    position: relative;
    display: inline-block;
}
.hl_circle h2 span:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

    content: "";
    -webkit-box-shadow: inset 0 -66px 0 0 #ff6801;
    box-shadow: inset 0 -66px 0 0 #ff6801;
    z-index: -1
} */

.bannerBtn a {
	position: absolute;
	left: calc(12% - 100px);
	bottom: 60px;
	padding-bottom: 105px;
	text-decoration: none;
	display: inline-block;
	outline: 0px;
	z-index: 9;
	/* background-image: url(../images/varrow-home.svg);
    width: 200px;
    height: 265px;
    background-size: 12px 265px;
    background-repeat: no-repeat; */
	/* padding-top: 167px; */
	white-space: nowrap;
	color: #fefefe;
	text-align: center;
	background-position: center;
	font-size: 21px;
	/* -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll; */
}

.bannerBtn a:focus {
	outline: 0px;
}

.bannerBtn a span,
a.scrollup span {
	transform: rotate(270deg);
	display: block;
	opacity: 1;
	font-size: 12px;
	position: relative;
	left: -28px;
	top: 25px;
}

a.scrollup span {
	color: #000;
}

a.scrollup1 span,
a.scrollup3 span {
	color: #fff;
}

a.scrollup2 span {
	color: #000;
}

.bannerBtn a::after,
a.scrollup:after {
	content: '';
	width: 13px;
	height: 40px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1111;
	background: url("../images/arrow-down.png");
	/* transform: rotate(-90deg); */
}

a.scrollup:after {
	background: url("../images/arrow-up.png");
	left: -5px;
}

a.scrollup1:after,
a.scrollup3:after {
	background: url("../images/arrow-up1.png");
	left: -5px;
}

a.scrollup2:after {
	background: url("../images/arrow-up.png");
	left: -5px;
}

.desktop-icons {
	bottom: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	transform: rotate(-45deg);
	transform-origin: 69.4% 29.4%;
	width: 1260px;
	z-index: 9;
	list-style: none;
}

@media(max-width: 1024px) {
	.desktop-icons {
		display: none
	}
}

.desktop-icons .banner-shape {
	background: rgba(255, 255, 255, .11);
	height: 210px;
	perspective: 1000px;
	perspective-origin: center;
	position: absolute;
	width: 210px
}

.desktop-icons .banner-shape.banner-shape1 {
	top: 0
}

.desktop-icons .banner-shape.banner-shape2,
.desktop-icons .banner-shape.banner-shape3,
.desktop-icons .banner-shape.banner-shape4,
.desktop-icons .banner-shape.banner-shape5,
.desktop-icons .banner-shape.banner-shape6 {
	top: 210px
}

.desktop-icons .banner-shape.banner-shape7,
.desktop-icons .banner-shape.banner-shape8,
.desktop-icons .banner-shape.banner-shape9,
.desktop-icons .banner-shape.banner-shape10 {
	top: 420px
}

.desktop-icons .banner-shape.banner-shape11,
.desktop-icons .banner-shape.banner-shape12 {
	top: 630px
}

.desktop-icons .banner-shape.banner-shape2 {
	left: 0
}

.desktop-icons .banner-shape.banner-shape3 {
	left: 210px
}

.desktop-icons .banner-shape.banner-shape4,
.desktop-icons .banner-shape.banner-shape7 {
	left: 420px
}

.desktop-icons .banner-shape.banner-shape1,
.desktop-icons .banner-shape.banner-shape5,
.desktop-icons .banner-shape.banner-shape8,
.desktop-icons .banner-shape.banner-shape11 {
	left: 630px
}

.desktop-icons .banner-shape.banner-shape6,
.desktop-icons .banner-shape.banner-shape9,
.desktop-icons .banner-shape.banner-shape12 {
	left: 840px
}

.desktop-icons .banner-shape.banner-shape10 {
	left: 1050px
}

.desktop-icons .banner-shape .front,
.desktop-icons .banner-shape .back {
	top: 0;
	left: 0;
	height: 210px;
	width: 210px;
	backface-visibility: hidden;
	position: absolute
}

.desktop-icons .banner-shape .front {
	z-index: 2
}

.desktop-icons .banner-shape .back {
	transform: rotateX(-90deg) rotateY(180deg);
	transform-origin: top center
}

.desktop-icons .banner-shape .diamondInner {
	transition: all .25s linear;
	transform-style: preserve-3d;
	transform-origin: center
}

.desktop-icons .banner-shape .link-overlay:hover+.diamondInner {
	margin-top: 210px;
	transform: rotateX(-90deg)
}

.desktop-icons .banner-shape.banner-shape3 .front {
	background: #15355c
}

.desktop-icons .banner-shape.banner-shape3 .back {
	background: #1f4471
}

.desktop-icons .banner-shape.banner-shape5 .front {
	background: #fff
}

.desktop-icons .banner-shape.banner-shape5 .back {
	background: #fff
}

.desktop-icons .banner-shape.banner-shape7 .front {
	background: #f38120
}

.desktop-icons .banner-shape.banner-shape7 .back {
	background: #e77311
}

.desktop-icons .banner-shape.banner-shape9 .front {
	background: #434343
}

.desktop-icons .banner-shape.banner-shape9 .back {
	background: #343434
}

.desktop-icons .banner-shape.banner-shape11 .front {
	background: #384b66
}

.desktop-icons .banner-shape.banner-shape11 .back {
	background: #415673
}

.desktop-icons .banner-shape .link-overlay {
	bottom: 0;
	color: #fff;
	font-size: 1.167rem;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	z-index: 99
}

.desktop-icons .banner-shape .link-overlay .img-banner-icon {
	display: block;
	position: absolute;
	top: 35px;
	width: 100%
}

.desktop-icons .banner-shape .link-overlay .svg-banner-icon {
	display: block;
	position: absolute;
	top: 35px;
	width: 100%
}

.desktop-icons .banner-shape .link-overlay .svg-banner-icon svg {
	max-height: 71px;
	max-width: 90px
}

.desktop-icons .banner-shape .link-overlay .link-contents {
	display: block;
	height: 100%;
	transform: rotate(45deg);
	transform-origin: center;
	width: 100%
}

.desktop-icons .banner-shape .link-overlay .button-text,
.desktop-icons .banner-shape .link-overlay .button-text-hover {
	display: block;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 125px;
	transition: all .2s linear;
	width: 100%
}

.desktop-icons .banner-shape .link-overlay .button-text-hover {
	opacity: 0;
	transform: translate(0, 40px)
}

.desktop-icons .banner-shape .link-overlay:hover .button-text {
	opacity: 0;
	transform: translate(0, -40px)
}

.desktop-icons .banner-shape .link-overlay:hover .button-text-hover {
	opacity: 1;
	transform: translate(0, 0)
}

.desktop-icons .banner-shape .link-overlay.text-only-link .button-text,
.desktop-icons .banner-shape .link-overlay.text-only-link .button-text-hover {
	top: 50%;
	transform: translate(0, -50%)
}

.tablet-icons {
	margin-top: 35px;
	max-width: 980px;
	text-align: center
}

@media(min-width: 768px) {
	.tablet-icons {
		margin-top: 85px
	}
}

@media(min-width: 1025px) {
	.tablet-icons {
		display: none
	}
}

.tablet-icons .tablet-icons-carousel {
	padding: 0 40px
}

.tablet-icons .tablet-icon {
	display: inline-block;
	height: 200px;
	width: 200px
}

.tablet-icons .tablet-button {
	color: #fff;
	font-size: 16px;
	height: 140px;
	display: table;
	float: left;
	width: 140px;
	transform: rotate(-45deg);
	transform-origin: center;
	vertical-align: top;
	margin: 30px 0 0 30px;
	text-decoration: none;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .25);
	overflow: hidden;
	transition: all .2s linear;
	line-height: 1.25
}

.tablet-icons .tablet-button.tablet-mobile {
	background: #15355c
}

.tablet-icons .tablet-button.tablet-api {
	background: #f28120
}

.tablet-icons .tablet-button.tablet-automation {
	background: #657433
}

.tablet-icons .tablet-button.tablet-manual {
	background: #434343
}

.tablet-icons .tablet-button.tablet-services {
	background: #384b66
}

.tablet-icons .tablet-button:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .2s linear
}

.tablet-icons .tablet-button:hover:after {
	background: rgba(0, 0, 0, .2)
}

.tablet-icons .tablet-button span {
	display: table-cell;
	width: 100%;
	transform: rotate(45deg);
	text-align: center;
	height: 100%;
	vertical-align: middle
}

.tablet-icons .tablet-button .img-banner-icon {
	display: block;
	margin-bottom: 10px
}

.tablet-icons .tablet-button .img-banner-icon:before {
	background-size: cover;
	height: 51px;
	width: 65px
}

#site-banner.site-banner-automation-testing-company .home-banner {
	padding: 50px 0 25px;
	position: relative;
	z-index: 99
}

@media(min-width: 768px) {
	#site-banner.site-banner-automation-testing-company .home-banner {
		padding: 125px 0 25px
	}
}

@media(min-width: 1025px) {
	#site-banner.site-banner-automation-testing-company .home-banner {
		height: 700px;
		padding: 200px 0 0
	}
}

@media(min-width: 1451px) {
	#site-banner.site-banner-automation-testing-company .home-banner {
		padding: 220px 0 0
	}
}

.desktop-icons .banner-shape {
	transition: all .2s linear
}

.desktop-icons .banner-shape .diamondInner {
	display: none
}

.desktop-icons .banner-shape.banner-shape3 {
	/* background:#fff */
	background: rgba(255, 255, 255, .35);
}


/* .desktop-icons .banner-shape.banner-shape3:hover {
  background:#fff
 } */

.desktop-icons .banner-shape.banner-shape5 {
	background: #fff
}

.desktop-icons .banner-shape.banner-shape5:hover {
	background: #fff
}

.desktop-icons .banner-shape.banner-shape7 {
	background: #fff
}

.desktop-icons .banner-shape.banner-shape7:hover {
	background: #fff
}

.desktop-icons .banner-shape.banner-shape9 {
	background: #fff
}

.desktop-icons .banner-shape.banner-shape9:hover {
	background: #fff
}

.desktop-icons .banner-shape.banner-shape11 {
	background: #fff
}

.desktop-icons .banner-shape.banner-shape11:hover {
	background: #fff
}

.shapeimgs {
	position: relative;
	top: 65px;
}

.shapeimgs img {
	width: 175px
}


/*home_link*/


/*----------banner-----------*/

.mtop1 {
	height: 75px;
}

.main_banner {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#018fac+0,018fac+26,2a476e+100 */
background: #018fac; /* Old browsers */
background: -moz-linear-gradient(top,  #018fac 0%, #018fac 26%, #2a476e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #018fac 0%,#018fac 26%,#2a476e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #018fac 0%,#018fac 26%,#2a476e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018fac', endColorstr='#2a476e',GradientType=0 ); /* IE6-9 */

/* width: 100%;
height: 100vh;
overflow: hidden; */
}

.carousel-control svg {
	width: 18px;
	fill: #fff;
	display: table; 
	margin: auto;
	position: relative;
	top: 18px;
}

.carousel-control.right{right: 50px;}
.carousel-control.left{left: auto; right: 110px;}
.carousel-control.right:hover, .carousel-control.left:hover{background-color: #09090a;}

/* #AdobeStock_305724406-scaled_bf {
	opacity: 0.7;
	fill: url(#AdobeStock_305724406-scaled_bf);
}
.AdobeStock_305724406-scaled_bf {
	overflow: visible;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: matrix(1,0,0,1,0,0);
} */

/*.main_banner:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: rgba(0,0,0,0.5);
  height: 100%;
  z-index: 1;
}*/

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	opacity: 0.3;
	/* height: 100vh;
	width: 100%;
	object-fit: cover;
	object-position: center; */
}

.banner_txt {
	top: 38% !important;
	color: #fff;
	position: absolute;
	width: 100%;
	padding: 0 100px !important;
	margin: auto;
	left: 0%;
	margin: auto;
	text-align: center;
	visibility: hidden !important;
}

.banner_hd,
.banner_cont,
.banner_r_more {
	width: 100%;
	float: left;
}

.banner_hd {
	color: #fff;
	font-size: 50px;
	line-height: 65px;
	font-weight: 700;
	/* text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important; */
	padding-bottom: 15px;
	/* margin-bottom: 15px; */
	position: relative;
	/* letter-spacing: 1px; */
}

.banner_hd i {
	font-style: normal;
}


/* .banner_hd:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  display: block;
  width: 42%;
  height: 3px;
  background: #3da6ff;
} */

.banner_hd span {
	background-color: #2ac2bc;
	font-weight: 700;
	padding: 0px 15px 7px 15px
}

.banner_cont {
	color: #fff;
	font-size: 21px;
	line-height: 28px;
	font-weight: 300;
	margin: 0px 0 20px;
	display: block;
	/* text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important; */
	padding: 0px;
	/* letter-spacing: 2px; */
	/* width: 60%; */
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	/* width: 110% !important;
  max-width: 110% !important; */
	width: 100%;
	max-width: 100%;
}

.banner_cont span {
	margin: 0 10px;
	display: inline-block;
}

.banner_cont span i {
	margin-right: 5px;
}

.banner_r_more {
	clear: both;
	margin-top: 10px;
}

.banner_r_more a {
	text-decoration: none;
	color: #fff;
	/* text-transform: uppercase; */
	margin: auto;
	font-weight: 600;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.3s ease 0s;
	outline: 0px;
	font-size: 18px;
	padding: 0px;
	/* letter-spacing: 2px; */
	position: relative;
}
.banner_r_more a img{margin-left: 5px;}
.banner_r_more a:hover{opacity: 0.75;}

.chevron {
	overflow: visible;
	/* position: absolute; */
	width: 8px;
	height: 13px;
	left: 2px;
	top: 1px;
	position: relative;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

#chevron {
	fill: transparent;
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 2px;
	stroke-linejoin: miter;
	stroke-linecap: butt;
	stroke-miterlimit: 4;
	shape-rendering: auto;
}

.banner_r_more a img {
	width: 25px;
}

.Ellipse_1 {
	width: 55px;
	height: 55px;
	position: absolute;
	top: -20px;
	right: -25px;
	overflow: visible !important;
	/* transform: translate(-89px, -45px) matrix(1,0,0,1,231.1838,610.1838) rotate(-135deg); */
	transform-origin: center;
	transform: scale(0.8) rotate(-135deg);
}

#Ellipse_1 {
	fill: transparent;
	stroke: rgba(255, 102, 0, 1);
	stroke-width: 2px;
	stroke-linejoin: miter;
	stroke-linecap: butt;
	stroke-dasharray: 125 150;
	stroke-dashoffset: 0;
	stroke-miterlimit: 3;
	shape-rendering: auto;
}

.banner_r_more a:hover {}

.ban_but {
	bottom: 5%;
}

.socialrt {
	position: absolute;
	left: 50px;
	bottom: 10%;
	z-index: 99;
}

.socialrt a {
	display: inline-block;
	color: #fff;
	display: block;
	margin-right: 25px;
	transition: all 0.3s;
	font-size: 24px;
	/* opacity: 0.5; */
	float: left;
}

.socialrt a:hover {
	opacity: 0.5;
}

.slideRight ul {
	list-style: none;
}

.slideRight ul li {
	display: inline-block;
	position: relative;
	padding: 0 25px;
}

.slideRight ul li:before {
	content: "\f061";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #fff;
	font-size: 21px;
	padding-right: 0.5em;
	position: absolute;
	top: 0px;
	left: 0;
}

.slideRight ul li:first-child:before {
	display: none;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-fade .carousel-inner>.item.next,
	.carousel-fade .carousel-inner>.item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner>.item.prev,
	.carousel-fade .carousel-inner>.item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner>.item.next.left,
	.carousel-fade .carousel-inner>.item.prev.right,
	.carousel-fade .carousel-inner>.item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.carousel-control.right {
	background-image: none !important;
}

.carousel-control.left {
	background-image: none !important;
}

a.scroll-down-link {
	width: 50px;
	position: absolute;
	left: 0px;
	bottom: 15%;
	color: #FFF;
	text-align: center;
	z-index: 90;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-webkit-animation: move_fade_move_down 2s ease-in-out infinite;
	animation: move_fade_move_down 2s ease-in-out infinite;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	right: 0px;
	outline: 0px !important;
	border: 0px;
}

a.scroll-down-link img {
	opacity: 0.6;
}


/*animated arrow animattion*/

@-webkit-keyframes move_fade_move_down {
	0% {
		-webkit-transform: translate(0, -5px);
		opacity: 1;
	}
	50% {
		-webkit-transform: translate(0, 10px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0, -5px);
		opacity: 1;
	}
}

@keyframes move_fade_move_down {
	0% {
		transform: translate(0, -5px);
		opacity: 1;
	}
	50% {
		transform: translate(0, 10px);
		opacity: 1;
	}
	100% {
		transform: translate(0, -5px);
		opacity: 1;
	}
}

#Decordecor-v1 {
	position: absolute;
	width: 100%;
	height: 68.624px;
	left: 0px;
	top: auto;
	bottom: -1px;
	overflow: visible;
	z-index: 9;
}
.shape-bottom {
	overflow: visible;
	position: absolute;
	width: 100%;
	height: 68.624px;
	left: 0px;
	top:10px;
	transform: matrix(1,0,0,1,0,0);
}
#shape-bottom {
	fill: rgba(255,255,255,1);
}


/*----------banner-----------*/

.x-section .swiper-slide {
	padding: 0 0 20px
}

.home_careers {
	background-image: url(../images/ftbtm.png);
	background-size: cover;
	background-position: right center;
	background-color: rgba(219, 225, 227, 0.21);
	padding: 50px 0;
	color: #fff;
	font-size: 18px;
	text-align: left;
	position: relative;
	background-repeat: no-repeat;
}


.home_careers:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #2b3244;
  opacity: 0.56;
}

.home_careers h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	text-align: center;
	margin-bottom: 20px;
}
.home_careers h2 span{font-weight: 700; color: #fff;}

.home_careers h3 {
	font-size: 23px;
	line-height: 36px;
	font-weight: 300;
	color: #282828;
	margin-bottom: 0;
	padding-left: 20px;
	border-left: 5px solid #253974;
	/* opacity: 0.7; */
}

.home_careers p {
	font-size: 18px;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #282828;
	line-height: 32px;
}

.home_careers a {
	display: table;
	margin:auto;
	font-size: 14px;
	color: #263852;
	background: #2ac2bc;
	padding: 10px 25px;
	margin-top: 10px;
	border-radius: 10px;
	/* box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3); */
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}

.home_careers a:hover {
	background: #fff;
	color: #2ac2bc;
}


/*section5*/

.section5 {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 80px 0 40px;
	/* background-color: #fff; */
	position: relative;
	/* background-image: url(../images/consult_bg.jpg); */
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1
}

.section5::before {
	position: absolute;
	content: "";
	background-color: rgba(0, 117, 192, 0.93);
	/* background-color: rgba(12, 56, 132,.95); */
	top: 0;
	width: 100%;
	height: 4000%;
	left: 0;
	transform: skewY(67deg);
}


/* .section4:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: .75;
} */

.section5 h2 {
	color: #fff;
	font-size: 36px;
	margin-top: 0px;
	text-align: left;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 0px;
	padding-bottom: 20px;
	position: relative;
}


/* .section5 h2:before {
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ed4036;
  content: ""
} */

.section5 p {
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
}

.section5 h2 span {
	color: #95c12b;
}

.section5 h2 a {
	color: #555;
	text-decoration: none;
	padding-top: 15px;
	font-weight: 200;
	font-size: 32px;
	position: relative;
	top: -10px;
}


/* .section5 .form-group {
  min-width: 100%;
  padding: 80px 20%;
  background-image: url('../images/contact-bg.png');
  background-position: center;
  background-size: cover;
  margin: auto;
  display: table;
  margin-top: 50px;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
} */

.section5 label {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
	color: #000;
}

.section5 label span {
	color: #95c12b;
}

.section5 input.form-control,
.section5 textarea.form-control {
	background-color: transparent;
	border-radius: 0px;
	height: 50px;
	border: 0px;
	margin-bottom: 25px;
	font-weight: 400;
	box-shadow: none;
	font-size: 14px;
	border: 2px solid #fff;
	border-radius: 5px;
}

.section5 textarea.form-control {
	height: 120px !important;
}

.section5 .col-sm-12 {
	display: table;
	width: 100%;
}




/*section5*/


/*section2*/

.section21 {
	width: 100%;
	display: block;
	position: relative;
	padding: 60px 0;
	background-color: #fff;
	background-image: url('../images/bg22.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25%;
	overflow: hidden;
}

svg.sec2svg {
	position: absolute;
	left: -65%;
	top: 0;
	width: 80%;
}

.sec2widbb {
	width: 100%;
	text-align: left;
	padding-left: 34%;
	position: relative;
	top: 25px;
}

.sec2widbb h2 {
	font-weight: 500;
	color: #194560;
	position: relative;
	margin: 0;
	font-size: 38px;
}

.sec2widbb p {
	font-weight: 300;
	color: #7f7f7f;
	position: relative;
	margin: 10px 0 0px;
	font-size: 23px;
}

.multi_tabs {
	clear: both;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

ul.tabs {
	margin: 0;
	/* padding: 20px 0; */
	float: left;
	list-style: none;
	position: relative;
	/* width: 365px; */
	width: 30%;
	text-align: left;
	position: absolute;
	left: 0px;
	z-index: 9;
	bottom: 0px;
	box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15);
	padding: 0 20px;
	background-color: #fff;
}

ul.tabs li {
	width: 100%;
	display: block;
	margin: 0;
	cursor: pointer;
	padding: 15px 0px;
	border-left: none;
	font-size: 21px;
	font-weight: 400;
	overflow: hidden;
	position: relative;
	color: #747474;
	position: relative;
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
}

ul.tabs li:first-child {
	padding-top: 40px;
}

ul.tabs li:last-child {
	padding-bottom: 40px;
}

ul.tabs li:hover {}

ul.tabs li.active {
	color: #2ac2bc;
}

ul.tabs li:before {
	background-image: none;
}

.tab_container {
	border: 0px;
	border-top: none;
	clear: both;
	float: right;
	width: 100%;
}

.tab_content {
	width: 70%;
	float: right;
	margin-top: 30px;
	padding: 40px;
	height: 420px;
	background-color: #fff;
	background-size: cover;
	position: relative;
	display: block;
	box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.tab_content h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	color: #fff;
}

.tab_content img {
	width: 350px;
}

.tab_content p {
	font-size: 21px;
	line-height: 36px;
	color: #7f7f7f;
	margin: 20px 0 40px;
	height: 145px;
	font-weight: 300;
	overflow: hidden;
}

.tab_content a {
	text-decoration: none;
	clear: both;
	color: #2ac2bc;
	padding: 15px 0px;
	font-weight: 500;
	transition: all 0.3s;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 16px;
	letter-spacing: 2px;
}

.tab_content a img {
	width: 26px;
	margin-right: 0px;
	top: 0px;
	margin-left: 4px;
	position: relative;
	transition: all 0.3s;
}

.tab_content a:hover img {
	margin-left: 15px;
}


/*section2*/


/* Service Block */

.service-block {
	position: relative;
	margin-bottom: 20px;
}

.service-block .inner-box {
	position: relative;
	width: 100%;
}

.service-block .image-box {
	position: relative;
	display: block;
	margin: 0px;
	overflow: hidden;
	border-radius: 15px;
}

.service-block .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.service-block .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.service-block .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 1;
	background-color: #e41b23;
	/* background-image: -ms-linear-gradient(bottom, #F7941D 0%, #febe09 100%);
  background-image: -moz-linear-gradient(bottom, #F7941D 0%, #febe09 100%);
  background-image: -o-linear-gradient(bottom, #F7941D 0%, #febe09 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F7941D), color-stop(100, #febe09));
  background-image: -webkit-linear-gradient(bottom, #F7941D 0%, #febe09 100%);
  background-image: linear-gradient(to top, #F7941D 0%, #febe09 100%); */
}

.service-block .inner-box:hover .overlay-box {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.service-block .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 30px;
}

.service-block .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.service-block .overlay-inner .icon-box {
	position: relative;
	font-size: 56px;
	color: #000000;
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	display: inline-block;
	background: #ffffff;
	width: 90px;
	height: 90px;
	line-height: 90px;
	padding: 20px;
	border-radius: 50%;
}

.service-block .overlay-inner .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 30px;
}

.service-block .overlay-inner .read-more {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 20px;
	/* font-weight: 700; */
	display: inline-block;
	text-decoration: underline;
}

.service-block .inner-box .lower-box {
	position: relative;
	padding-top: 0px;
	text-align: center;
}

.service-block .inner-box .lower-box h5 {
	position: relative;
	color: #222222;
	font-weight: 400;
	font-size: 18px;
	margin-top: 20px;
}

.service-block .inner-box .lower-box h5 a {
	position: relative;
	color: #222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	text-decoration: none;
}

.service-block .inner-box .lower-box h5 a:hover {
	color: #e51b23;
}

.sec-title .title {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-left: 12px;
	margin-bottom: 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: auto;
	display: table;
}

.title-effect {
	width: 50px;
	height: 50px;
	top: -14px;
	position: absolute;
	left: -10px;
	opacity: 0.4;
	animation: rotation 12.8s steps(1) 0s infinite;
	z-index: 1;
}

.title-effect .bar {
	background: #e51b23;
}

.title-effect .bar-top {
	width: 100%;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: left top;
	transform: scale(0, 1);
	animation: bar-top 3.2s linear 0s infinite;
}

.title-effect .bar-right {
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transform-origin: left top;
	transform: scale(1, 0);
	animation: bar-right 3.2s linear 0s infinite;
}

.title-effect .bar-bottom {
	width: 100%;
	height: 7px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	animation: bar-bottom 3.2s linear 0s infinite;
}

.title-effect .bar-left {
	width: 7px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: left bottom;
	transform: scale(1, 0);
	animation: bar-left 3.2s linear 0s infinite;
}


/*--rotation--*/

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}


/*--rotation--*/

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(90deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(270deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes bar-top {
	0% {
		transform: scale(0, 1);
	}
	12.5% {
		transform: scale(1, 1);
	}
	87.5% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0, 1);
	}
}

@keyframes bar-right {
	0% {
		transform: scale(1, 0);
	}
	12.5% {
		transform: scale(1, 0);
	}
	25% {
		transform: scale(1, 1);
	}
	75% {
		transform: scale(1, 1);
	}
	87.5% {
		transform: scale(1, 0);
	}
	100% {
		transform: scale(1, 0);
	}
}

@keyframes bar-bottom {
	0% {
		transform: scale(0, 1);
	}
	25% {
		transform: scale(0, 1);
	}
	37.5% {
		transform: scale(1, 1);
	}
	62.5% {
		transform: scale(1, 1);
	}
	75% {
		transform: scale(0, 1);
	}
	100% {
		transform: scale(0, 1);
	}
}

@keyframes bar-left {
	0% {
		transform: scale(1, 0);
	}
	37.5% {
		transform: scale(1, 0);
	}
	50% {
		transform: scale(1, 1);
	}
	62.5% {
		transform: scale(1, 0);
	}
	100% {
		transform: scale(1, 0);
	}
}

@keyframes slide {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 200px 0;
	}
}

@-webkit-keyframes slide {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 200px 0;
	}
}

@keyframes move {
	25% {
		opacity: 1;
	}
	33% {
		opacity: 1;
		transform: translateY(30px);
	}
	67% {
		opacity: 1;
		transform: translateY(40px);
	}
	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

@keyframes pulse {
	to {
		opacity: 1;
	}
}


/*--ellipse--*/

@keyframes ellipse-animation {
	0% {
		border-top-left-radius: 50%;
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%;
		border-bottom-left-radius: 50%;
	}
	25% {
		border-top-left-radius: 0%;
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%;
		border-bottom-left-radius: 50%;
		transform: rotate(90deg);
	}
	50% {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		transform: rotate(180deg);
	}
	75% {
		border-top-left-radius: 50%;
		border-top-right-radius: 50%;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		transform: rotate(270deg);
	}
	100% {
		border-top-left-radius: 0%;
		border-top-right-radius: 0%;
		border-bottom-right-radius: 0%;
		border-bottom-left-radius: 0%;
		transform: rotate(360deg);
	}
}


/*section3*/

.industriessec {
	padding: 200px 0 50px;
	background-color: #032b44;
	display: block;
	width: 100%;
	position: relative;
	padding-left: 100px;
	background-image: url(../images/businesspeople-meeting-plan-an.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 43% 100%;
}

.indtops {
	position: absolute;
	left: 70px;
	top: -150px;
}

.indtops h2,
.x-text-content-text h2 {
	color: #282828;
	font-size: 36px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}

.indtops h2,
.x-text-content-text h2 span {
	color: #2ac2bc;
}

.indtops p,
.x-text-content-text p {
	font-size: 23px;
	line-height: 36px;
	font-weight: 300;
	color: #282828;
	margin-bottom: 0;
	padding-left: 20px;
	border-left: 5px solid #253974;
	/* opacity: 0.7; */
}

h5.x-text-content-text-primary {
	font-size: 21px !important;
	font-weight: 500 !important;
	width: 100%;
	display: block;
	color: #fff !important;

	
}
.js-active h5.x-text-content-text-primary {color: rgba(255,100,74,1) !important;}

.accordion-trigger1 img,
h5.x-text-content-text-primary img {
	margin-right: 15px;
	width: 45px;
}

.accordion-content a,
a.accbtn {
	text-decoration: none;
	clear: both;
	color: #2ac2bc;
	letter-spacing: 2px;
	font-weight: 400;
	transition: all 0.3s;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 15px;
	display: inline-block;
	margin-left: 0px;
}

a.accbtn {
	margin-left: 0px;
}

.accordion-content a img,
a.accbtn img {
	width: 26px;
	margin-right: 0px;
	top: 0px;
	margin-left: 4px;
	position: relative;
	transition: all 0.3s;
}

.accordion-content a:hover img,
a.accbtn:hover img {
	margin-left: 15px;
}


/*section5*/

.clientsbx {
	width: 100%;
	display: block;
	padding: 40px 0;
	position: relative;
	/* background-image: url('../images/bg11.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 25%; */
	/* background-color: #f3f3f5; */
	/* background-color: #f8f8f8; */
	/* background: #172962 url('../images/pattern_01.png') 50% 50% repeat; */
}


/* .section4:before{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75%;
  height: 50%;
  content: "";
  z-index: -1;
  background-color: #f7f7f9;
} */

.clientsbx h1 {
	color: #282828;
	font-size: 36px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}

.clientsbx h1 span {
	color: #2ac2bc;
}

.clientsbx p {
	font-size: 23px;
	line-height: 36px;
	font-weight: 300;
	color: #282828;
	margin-bottom: 0;
	padding-left: 20px;
	border-left: 5px solid #253974;
	/* opacity: 0.7; */
}

.clientsbx ul {
	list-style: none;
	width: 100%;
	clear: both;
	display: inline-block;
	margin-top: 0px;
	text-align: center;
	/* background-color: #fff; */
	/* box-shadow: 0 12px 40px rgba(68,160,176,.15);
border: 1px solid #e2e8f0; */
	overflow: hidden;
}

.clientsbx ul li {
	display: inline-block;
	width: 235px;
	text-align: center;
	float: left;
	padding: 10px;
	/* background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.03); */
}


/* .clientsbx ul li:nth-of-type(2),
.clientsbx ul li:nth-of-type(4),
.clientsbx ul li:nth-of-type(5),
.clientsbx ul li:nth-of-type(7) {
  background: #fff;
} */

.clientsbx ul li img {
	/* filter: grayscale(1);
  transition-property: filter;
  transition-duration: 1s;   */
	transition: all 0.3s ease 0s;
	width: 100%;
	display: inline-block;
	/* background-color: #fff; */
	/* opacity: 0.65; */
	transition: all 0.3s;
	padding: 20px 30px;
	/* box-shadow: 0 2px 20px 0 rgba(0,0,0,.2); */
}

.clientsbx ul li:hover img {
	opacity: 1;
	filter: grayscale(0%);
	transition-property: filter;
	transition-duration: 1s;
}

.clientsbx img {
	width: 100%;
	/* height: 100px; */
	display: block;
	padding: 25px 25px 25px 0;
	background-color: #fff;
	/* border: 1px solid #d5d5d5; */
	min-width: 100%;

	filter: grayscale(1);
    transition-property: filter;
    transition-duration: 1s;  
}
.clientsbx img:hover{
	filter: grayscale(0%);
}

.clientsbx .owl-carousel .owl-stage-outer {
	padding: 20px 0
}

.clientsbx .owl-carousel.owl-drag .owl-item {
	padding: 0 10px;
}

.clientsbx .owl-nav,
.section3 .owl-nav {
	position: absolute;
	left: 0px;
	top: 45%;
	z-index: -1;
	width: 100%;
}

.clientsbx .owl-prev,
.section3 .owl-prev {
	width: 30px;
	height: 57px;
	left: -50px;
	position: relative;
	background-size: 30px;
	background-position: center;
}

.clientsbx .owl-next,
.section3 .owl-next {
	width: 30px;
	height: 57px;
	position: relative;
	right: -50px;
	background-size: 30px;
	background-position: center;
}

.clientsbx .owl-nav,
.section4 .owl-nav {
	display: none;
}

.clientsbx .owl-dots {
	display: block;
	bottom: -20px;
}

.section4 .owl-dots {
	display: block;
	bottom: -50px;
}

.section4 .owl-dots .owl-dot span {
	border: 1px solid #7f7f8f
}

.section-pd {
	padding: 50px 0;
}

.cases .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 15px
}

@media (max-width:992px) {
	.cases .grid {
		grid-template-columns: 1fr 1fr
	}
}

@media (max-width:576px) {
	.cases .grid {
		grid-template-columns: 1fr
	}
}

.cases .grid .grid-item:first-child {
	grid-column: 1/3;
	grid-row: 1/3
}

@media (max-width:992px) {
	.cases .grid .grid-item:first-child .item {
		min-height: 320px
	}
}

@media (max-width:576px) {
	.cases .grid .grid-item:first-child .item {
		min-height: 250px
	}
}

@media (max-width:576px) {
	.cases .grid .grid-item:first-child {
		grid-column: inherit;
		grid-row: inherit
	}
}

.cases .grid .grid-item a.item {
	position: relative
}

.cases .grid .grid-item a.item:before {
	content: "";
	background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}

.cases .grid.column2 {
	grid-template-columns: 1fr 1fr
}

@media (max-width:576px) {
	.cases .grid.column2 {
		grid-template-columns: 1fr
	}
}

.cases .grid.column2 .grid-item:first-child {
	grid-column: 1/2;
	grid-row: initial
}

.cases .item {
	display: flex;
	align-items: flex-end;
	height: 100%;
	min-height: 250px;
	text-decoration: none!important;
	background-size: cover;
	color: #fff
}

.cases .item .inner {
	position: relative;
	padding: 15px;
	width: 100%;
	max-height: 290px;
	transition: all .3s
}

@media (min-width:768px) {
	.cases .item .inner {
		padding: 30px 20px
	}
}

@media (min-width:992px) {
	.cases .item:hover .inner {
		background-color: rgba(5, 5, 5, .3);
		padding-bottom: 80px
	}
	.cases .item:hover .nix-btn {
		opacity: 1;
		bottom: 20px;
		text-align: center
	}
}

.cases .item .location:after {
	content: "";
	display: block;
	border-bottom: 3px solid #ff6900;
	max-width: 60px;
	padding-top: 4px
}

.cases .item .nix-btn {
	position: absolute;
	bottom: 0;
	transition: all .3s;
	opacity: 0
}

@media (max-width:768px) {
	.cases .item .nix-btn {
		opacity: 1;
		position: static
	}
}

.product-overview>div>div {
	padding-top: 0!important
}

@media screen and (min-width:768px) {
	.product-overview .h3 {
		font-size: 20px
	}
}

@media screen and (max-width:768px) {
	.product-overview .h3 {
		font-size: 18px
	}
}

.success-stories-container .product-overview .row {
	align-items: center;
	flex-direction: column
}

.success-stories-container .product-overview .row>div {
	flex: 1;
	max-width: 100%
}

.success-stories-container .product-overview :last-child:not(img) {
	padding-bottom: 0
}

.success-stories-container .product-overview .flex-row-reverse {
	flex-direction: column!important
}

.success-story-content {
	overflow-x: hidden
}

.success-story-content .case-study-content ul {
	margin-bottom: 30px
}

@media screen and (min-width:768px) {
	.success-story-content .case-study-content .h3 {
		font-size: 20px
	}
}

@media screen and (max-width:768px) {
	.success-story-content .case-study-content .basic-info h2,
	.success-story-content .case-study-content .h3 {
		font-size: 18px
	}
}

@media screen and (max-width:900px) {
	.success-story-content .success-stories-container {
		flex-direction: column
	}
}

.success-story-content .success-stories-main {
	flex-basis: 68%;
	padding: 130px 30px 0 15px;
	overflow: hidden
}

@media screen and (min-width:768px) {
	.success-story-content .success-stories-main img {
		padding-bottom: 30px
	}
}

@media screen and (max-width:900px) {
	.success-story-content .success-stories-main {
		padding: 70px 15px 0
	}
}

.success-story-content .success-stories-main .title-brand {
	font-size: 28px;
	padding-bottom: 8px;
	position: relative;
	display: inline-block;
	line-height: 1.2
}

@media screen and (max-width:768px) {
	.success-story-content .success-stories-main .title-brand {
		font-size: 20px
	}
}

.success-story-content .success-stories-main .title-brand:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #ff6900
}

.success-story-content .success-stories-main .title-brand.story-details-title {
	margin-top: 50px
}

@media screen and (max-width:420px) {
	.success-story-content .success-stories-main .title-brand.story-details-title {
		margin-top: 50px;
		margin-bottom: 38px
	}
}

.success-story-content .success-stories-main h2,
.success-story-content .success-stories-main h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px
}

@media screen and (max-width:768px) {
	.success-story-content .success-stories-main h2,
	.success-story-content .success-stories-main h3 {
		margin-bottom: 10px;
		font-size: 18px
	}
}

@media screen and (max-width:420px) {
	.success-story-content .success-stories-main h4 {
		margin-bottom: 6px
	}
}

.success-story-content .success-stories-main p:empty {
	display: none
}

.success-story-content .success-stories-main .mobile-layout {
	display: none;
	background-color: #f5f5f5;
	padding: 30px 15px;
	margin-top: 30px
}

.success-story-content .success-stories-main .mobile-layout>div:not(:last-child) {
	margin-bottom: 50px
}

@media screen and (max-width:900px) {
	.success-story-content .success-stories-main .mobile-layout {
		display: block
	}
}

.success-story-content .success-stories-aside {
	display: flex;
	flex-direction: column;
	flex-basis: 32%;
	background-color: #f5f5f5;
	padding: 60px 30px 30px;
	position: relative
}

@media screen and (min-width:768px) {
	.success-story-content .success-stories-aside>div:nth-of-type(2),
	.success-story-content .success-stories-aside>div:nth-of-type(3),
	.success-story-content .success-stories-aside>div:nth-of-type(4),
	.success-story-content .success-stories-aside>div:nth-of-type(5) {
		margin-top: 200px
	}
}

@media screen and (max-width:768px) {
	.success-story-content .success-stories-aside {
		padding: 0;
		padding-left: 15px
	}
}

.success-story-content .success-stories-aside:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100vw;
	width: 100vw;
	background-color: inherit
}

.success-story-content .success-stories-aside .case-utilities {
	align-items: baseline
}

.success-story-content .success-stories-aside .case-utilities .title {
	display: block
}

@media screen and (max-width:900px) {
	.success-story-content .success-stories-aside .aside-client-facts,
	.success-story-content .success-stories-aside .aside-client-preview,
	.success-story-content .success-stories-aside .case-sidebar {
		display: none
	}
}

.success-story-content .aside-client-preview {
	text-align: center
}

.success-story-content .aside-client-preview .nix-tag {
	background-color: #4d4f54;
	color: #fff;
	padding: 9px 30px 10px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 30px 0 0;
	transition: all .3s
}

.success-story-content .aside-client-preview .nix-tag:hover {
	border-color: #4d4f54;
	color: #4d4f54;
	background-color: #f5f5f5
}

.success-story-content .aside-client-preview img {
	display: block;
	margin: 0 auto
}

@media screen and (max-width:900px) {
	.success-story-content .aside-client-preview img {
		display: none
	}
}

.success-story-content .case-sidebar .title {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #ff6900;
	margin-bottom: 9px
}

.success-story-content .case-sidebar span {
	color: #54565a;
	line-height: 1.2;
	font-size: 14px
}

.success-story-content .aside-client-facts {
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}

.success-story-content .aside-client-facts .fact {
	display: flex;
	align-items: start;
	margin-bottom: 30px
}

.success-story-content .aside-client-facts .fact img {
	margin-right: 28px
}

.success-story-content .aside-client-facts .fact .info {
	color: #54565a;
	line-height: 1.2;
	font-size: 14px
}

.success-story-content .aside-client-facts .fact .title {
	color: #ff6900;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.44;
	margin-bottom: 3px
}

@media screen and (max-width:900px) {
	.success-story-content .aside-client-facts {
		position: static;
		margin-bottom: 20px!important
	}
}

.success-story-content .aside-quote {
	position: relative;
	padding-top: 55px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}

@media screen and (max-width:900px) {
	.success-story-content .aside-quote {
		padding-left: 15px;
		padding-right: 15px
	}
}

.success-story-content .aside-quote .content {
	line-height: 1.4;
	color: #54565a;
	margin-bottom: 20px;
	position: relative;
	padding-top: 55px
}

@media (max-width:1024px) {
	.success-story-content .aside-quote .content {
		padding-right: 15px
	}
}

.success-story-content .aside-quote .content:before {
	content: "\201C";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #ff6900;
	line-height: 1;
	font-family: Verdana, sans-serif;
	font-size: 57px;
	font-weight: 700
}

@media (max-width:1024px) {
	.success-story-content .aside-quote .person-info {
		padding: 25px
	}
}

.success-story-content .aside-quote .person {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right
}

.success-story-content .aside-quote .person img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: 10px
}

.success-story-content .aside-quote .person .name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: #050505;
	margin-bottom: 5px
}

.success-story-content .aside-quote .person .position {
	font-size: 12px;
	line-height: 1.2;
	color: #54565a
}

.case-sidebar .icon {
	width: 42px;
	flex: 42px 0 0;
	margin-right: 15px
}

.case-sidebar .nix-btn {
	margin-left: 57px
}

.nix-btn {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 15px 70px;
	text-decoration: none!important;
	text-transform: uppercase;
	transition: all .3s;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 0 solid transparent;
	cursor: pointer;
	font-weight: 600;
	flex: 0 0 auto
}

.nix-btn.small {
	padding: 10px 30px
}

.nix-btn:hover {
	color: #fff
}

.nix-btn.primary {
	background: #ff6900
}

.nix-btn.primary:after {
	content: "";
	position: absolute;
	background: #000;
	bottom: 0;
	left: 0;
	right: 100%;
	top: 0;
	z-index: -1;
	transition: right .3s
}

.nix-btn.primary:hover:after {
	right: 0
}

.nix-btn.secondary {
	background: #4d4f54;
	text-decoration: none;
	color: #fff;
	border: 1px solid #4d4f54
}

.nix-btn.secondary:hover {
	background: #fff;
	color: #4d4f54
}

.nix-btn.secondary:hover:after {
	right: 0
}

.nix-btn.secondary:after {
	content: "";
	display: none
}

.nav.nix-tabs {
	position: relative;
	min-height: 60px;
	align-items: flex-end
}

.nav.nix-tabs .nav-link {
	display: inline-block;
	color: #050505;
	border-bottom: 3px solid transparent;
	padding-bottom: 10px;
	margin: 0 15px;
	padding-right: 0;
	padding-left: 0
}

@media (min-width:992px) {
	.nav.nix-tabs .nav-link {
		margin: 0 40px
	}
	.nav.nix-tabs .nav-link:first-child {
		margin-left: 0
	}
	.nav.nix-tabs .nav-link:last-child {
		margin-right: 0
	}
}

.nav.nix-tabs .nav-link:after {
	content: "";
	display: block;
	position: absolute;
	border-bottom: 1px solid #dee2e6;
	height: 1px;
	width: 100%;
	left: 0;
	right: 0;
	padding-top: 12px;
	pointer-events: none
}

.nav.nix-tabs .nav-link.active,
.nav.nix-tabs .nav-link:hover {
	color: #ff6900;
	border-bottom: 3px solid #ff6900;
	text-decoration: none;
	z-index: 1
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.latestblog h2 {
	color: #0173BE;
	font-size: 42px;
	line-height: 55px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0px 0 20px;
}

.lt-spacing {
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.font-weight-normal {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 24px;
}


/*section1*/

.section1 {
	clear: both;
	width: 100%;
	display: block;
	padding: 100px 0 50px;
	background-color: #fff;
	position: relative;
	/* border-top-right-radius: 200px; */
	/* margin-top: -200px; */
	position: relative;
	z-index: 9;
}

.sf {
	position: absolute;
	left: -50px;
	top: -200px;
	z-index: 99999
}

.sf img {}

.aboutcontent {
	width: 100%;
}
.abttop{
	padding-left: 70px;
}
.aboutcontent h4 {
	color: #0173BE;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
	font-size: 21px;
	position: relative;
	font-weight: 700;
	margin-bottom: 30px;
}

.aboutcontent h4:before {
	position: absolute;
	left: 0px;
	bottom: -15px;
	width: 100px;
	height: 2px;
	background-color: #3F3F3F;
	content: "";
}

.aboutcontent h2 {
	color: #282828;
	font-size: 38px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 30px;
	position: relative;
}
.aboutcontent h2:before{
	position: absolute;
	left: -100px;
	width: 80px;
	height: 2px;
	content: "";
	background-color: #2ac2bc;
	top: 20px
}
.aboutcontent h2 span {
	color: #2ac2bc;
}

.aboutcontent h3 {
	color: #3F3F3F;
	font-weight: 700;
	line-height: 32px;
}

.aboutconttt {}


/* .aboutcontent h2:before{
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 100px;
  height: 1px;
  background-color: #0a5c93;
  content: "";
} */

.aboutcontent h2 span {
	color: #2ac2bc;
}

.aboutcontent p {
	font-size: 18px;
	line-height: 32px;
	color: #9e9e9e;
	margin-bottom: 30px;
}

a.mainanch {
	text-decoration: none;
	clear: both;
	color: #f25123;
	/* letter-spacing: 1px; */
	font-weight: 600;
	transition: all 0.3s;
	/* text-transform: uppercase; */
	font-size: 14px;
	display: inline-block;
	position: relative;
	/* padding-bottom: 35px; */
}

a.mainanch:hover {
	color: #f25123;
}

.chevron_bw {
	overflow: visible;
	/* position: absolute; */
	width: 8px;
	height: 13px;
	left: 6px;
	top: 1px;
	position: relative;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.chevron_bw1 {
	fill: transparent;
	stroke: rgba(40, 40, 40, 1);
	stroke-width: 2px;
	stroke-linejoin: miter;
	stroke-linecap: butt;
	stroke-miterlimit: 4;
	shape-rendering: auto;
}

.Ellipse_2 {
	fill: transparent;
	stroke: rgba(255, 102, 0, 1);
	stroke-width: 2px;
	stroke-linejoin: miter;
	stroke-linecap: butt;
	stroke-dasharray: 125 150;
	stroke-dashoffset: 0;
	stroke-miterlimit: 3;
	shape-rendering: auto;
}

a.mainanch img {
	width: 26px;
	margin-right: 0px;
	top: 0px;
	margin-left: 4px;
	position: relative;
	transition: all 0.3s;
}

a.mainanch:hover img {
	margin-left: 10px;
}

.counterbx1 {
	clear: both;
	width: 100%;
	margin-top: 35px;
	padding-left: 40px;
	display: table;
}

.counterbx1 span {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 0px 15px 0px 5px;
	line-height: 18px;
	float: left;
}

.counterbx1 span i {
	font-style: normal;
}

.counterbx2 {
	padding-left: 100px;
}

.counterbx1 span h3 {
	margin-bottom: 0px;
	font-size: 26px;
	margin-top: 15px;
}

.counterbx1 span h5 {
	margin-top: 5px;
}

.aboutimg img {
	width: 100%;
	display: block;
}

.aboutimg img.abtpat {
	width: 90%;
	display: table;
	margin: auto;
	opacity: 0.5
}

.aboutimg {
	position: relative;
}

.flip-card {
	background-color: transparent;
	width: 100%;
	height: 225px;
	/* perspective: 1000px;  */
	/* Remove this if you don't want the 3D effect */
}


/* This container is needed to position the front and back side */

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}


/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}


/* Position the front and back side */

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.129));
}


/* Style the front side (fallback if image is missing) */

.flip-card-front {
	background-color: #003180;
	color: #fff;
	/* border-radius: 10px; */
	overflow: hidden;
	padding-top: 50px;
}

.flip-card-front img {
	width: 120px;
}

.flip-card-front h6 {
	text-transform: capitalize;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

.flip-card-front h6 span {
	font-weight: 500;
}


/* Style the back side */

.flip-card-back {
	background-color: #648abd;
	padding: 40px 0px 0;
	color: white;
	transform: rotateY(180deg);
	overflow: hidden;
}


/* .flip-card-front p{
    font-size: 14px;
    padding: 40px 20px;
    color: #fff;
    line-height: 28px;
    font-weight: 300;
    padding-top: 30px;
    margin-top: 0
} */

.flip-card-front span {}

.flip-card-back h6 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 26px;
	padding: 0px;
	text-align: center;
	margin: 0;
	position: relative;
	margin-top: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.flip-card-back h6::before {
	position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 0;
display: table;
content: "";
width: 25%;
height: 2px;
background-color: #003180;
  }
.flip-card-back p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	line-height: 26px;
	padding: 0px;
	text-align: center;
	margin: 0;
}

.flip-card-frontbb p {
	line-height: 70px;
	padding-top: 70px;
}

.secservices {
	width: 100%;
	display: table;
	position: relative;
	background-color: #fff;
	padding: 20px 0 50px
}

.secservices:before {
	position: absolute;
	bottom: 0;
	height: 80%;
	background-color: #eeeeee;
	content: "";
	width: 100%;
}

.secservin {
	width: 100%;
	display: table;
	background-color: #fff;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
}

.secserc1 {
	display: inline-block;
	background-color: #ec3237;
	padding: 90px 40px;
	width: 100%;
	min-height: 375px;
}

.secserc1 h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
}

.secserc1 p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	color: #fff;
	opacity: 0.7;
	margin-bottom: 0;
}

a.secserc2 {
	display: block;
	width: 100%;
	text-decoration: none;
	transition: all 0.3s;
	padding: 90px 40px 0;
	min-height: 375px;
}

a.secserc2 img.mimg1 {
	width: 75px;
}

a.secserc2 h3 {
	margin: 30px 0;
	width: 100%;
	display: block;
	color: #000;
	font-weight: 300;
	transition: all 0.3s;
	font-size: 30px;
}

a.secserc2:hover h3 {
	color: #ec3237;
}


.qlinks1{
	width: 100%;
	display: table;
	background-color: #003180;
	padding: 50px 50px
}
.qlinks1 h2{
	text-align: center;
	font-weight: 200;
	color: #fff;
	font-size: 28px;
	position: relative;
	padding-bottom: 30px;
	/* letter-spacing: 1px; */
	margin-bottom: 30px;
}
.qlinks1 h2 span{font-weight: 300;}
.qlinks1 h2:before{
	position: absolute;
	left: 0;
	right: 0;
	margin:auto;
	bottom: 0;
	display: table;
	content: "";
	width: 25%;
	height: 1px;
	background-color: #fff;
	opacity: 0.5;
}


.qlinksmiddlebox{
	position: relative;
	width: 80%;
	clear: both;
	padding: 30px 5% 30px;
	display: table;
	vertical-align: middle;
	background-color: #042862;
	margin: auto auto 30px;
	border-radius: 50px;
}
.qlinksmiddlebox .col-sm-5{
	display: table;
	vertical-align: middle;
	
}
.qlinksmiddlebox img{
	width: 120px;
	display: inline-flex;
}
.qlinksmiddlebox h5{
	vertical-align: middle;
	color: #fff;
	display: table-cell;
	font-size: 20px;
	font-weight: 300;
}
.qlinksmiddlebox .col-sm-2{
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	margin-top: 3%;
}
.qlinksmiddlebox .col-sm-2 span{margin-left: 40px; opacity: 0.5;}


.qbox1{
	position: relative;
	width: 100%;
	display: block;
	padding-left: 140px;
	min-height: 120px;
}
.qbox1 .qbimg{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	background-color: #0c4899;
	border-radius: 120px;
}
.qbox1 .qbimg img{width: 50px;}
.qbcont{
	
}
.qbcont h3{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-top: 30px;
	width: 100%;
	display: inline-block;
}
.qbcont p{
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin-top: 2px;
	/* opacity: 0.5 ; */
}


.section1 ul {
    list-style: none;
    width: 100%;
    display: table;
}

.section1 ul li a {
    text-decoration: none;
    color: #000;
    transition: all 1s;
    display: table;
	width: 100%;
	vertical-align: middle;
    overflow: hidden;
}

.section1 ul li.xl {
    width: 50%;
    float: left;
    display: inline-block;
}

.section1 ul li.medium {
    width: 50%;
    float: left;
    display: inline-block;
}

.section1 ul li a .img1 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    transition: all 1s;
    background-size: cover;
    transform: scale(1, 1);
    background-position: center center;
}


/*.section1 ul li a .img1 img{
    width: 100%; display: block; 
     overflow: hidden;
    display: block;
}*/

.section1 ul li.medium .img1 {
    /* width: 50%; */
    float: left;
}

.section1 ul li a .prodcont1 {
    width: 100%;
    position: relative;
    display: table;
    padding: 40px 75px;
    background-color: #fff;
    height: 300px;
}

.section1 ul li.medium a .prodcont1 {
    width: 50%;
    /* float: left; */
    /* display: inline-block; */
    position: relative;
    z-index: 9;
	display: table-cell;
vertical-align: middle;
}

.section1 ul li.medium a .prodcont1.redbg {
    background-color: #fc641a;
}

.section1 ul li.medium a .prodcont1.blackbg {
    background-color: #000f41;
}

.section1 ul li a:hover .img1 {
    transform: scale(1.05, 1.05)
}

.prodcont1 h3 {
    margin-top: 0px;
    font-size: 28px;
    font-weight: 600;
    color: #282828;
    
    margin-bottom: 0;
}

.section1 ul li.medium a .prodcont1.redbg h3 {
    color: #000f41;
}

.prodcont1 p {
    
    font-size: 14px;
    line-height: 21px;
    padding-right: 50px;
    margin-bottom: 10px;
    position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section1 ul li.medium a .prodcont1 p {
    padding-right: 0px;
}

.section1 ul li.medium a .prodcont1.redbg p {
    color: #fff;
}

.section1 ul li.medium a .prodcont1.blackbg p {
    color: #fff;
}

.prodcont1 .rmore {
    padding: 5px 20px;
    border: 2px solid #fc641a;
    color: #fc641a;
    transition: all 0.3s;
    background-color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
}

.section1 ul li.medium a .prodcont1.redbg .rmore {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.section1 ul li.medium a .prodcont1.blackbg .rmore {
    background-color: #fff;
    border-color: #fff;
    color: #000f41;
}

.section1 ul li a .prodcont1:before {
    content: "";
    /* transform: translate(-50%, -50%) rotate(45deg); */
    top: 0px;
    left: 50%;
    /* width: 5.2rem;
    height: 2.5rem; */
    position: absolute;
    /* background-color: #fff; */
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-left: 50px solid red;
	border-bottom: 25px solid transparent;
}

.section1 ul li.medium a .prodcont1:before {
    top: 60%;
    left: auto;
    left: 100%;
}

.section1 ul li.medium1 a .prodcont1:before {
    top: 60%;
    left: auto;
    left: -49px;

	border-top: 25px solid transparent;
      border-right: 50px solid red;
      border-bottom: 25px solid transparent;
	  border-left: 0 !important;
}

.section1 ul li.medium2 a .prodcont1:before {
	
}

.section1 ul li.medium3 a .prodcont1:before {
	
}

.section1 ul li.medium5 a .prodcont1:before {
	
}
.section1 ul li.medium a .prodcont1.bgcolor1 {background-color: #56ddee;}
.section1 ul li.medium2 a .prodcont1.bgcolor1:before{border-left: 50px solid #56ddee;}

.section1 ul li.medium a .prodcont1.bgcolor2 {background-color: #159feb;}
.section1 ul li.medium a .prodcont1.bgcolor2:before{border-left: 50px solid #159feb;}

.section1 ul li.medium a .prodcont1.bgcolor3 {background-color: #dfdfdf;}
.section1 ul li.medium a .prodcont1.bgcolor3:before{border-right: 50px solid #dfdfdf; top: 25%;}

.section1 ul li.medium a .prodcont1.bgcolor4 {background-color: #202f46; width: 40%}
.section1 ul li.medium a .prodcont1.bgcolor4:before{border-right: 50px solid #202f46;}

.section1 ul li.medium a .prodcont1.bgcolor5 {background-color: #ef4924;}
.section1 ul li.medium a .prodcont1.bgcolor5:before{border-left: 50px solid #ef4924; top: 25%; bottom: auto;}

.section1 ul li.medium.w-45{
	width: 45%;
}
.section1 ul li.medium.w-55{
	width: 55%;
}
.section1 ul li.medium.w-45 .prodcont1{width: 65%;}
/*section2*/

.section2 {
	width: 100%;
	display: table;
	padding: 80px 0 50px;
	position: relative;
	background-color: #efefef;
	background-image: url('../images/solbg.png');
	background-position: left center;
	background-size: cover;
	/* background-image: url('../images/hero_home_01.jpg'); */
	/* background-image: url('../images/background_02.jpg');
  background-repeat: no-repeat;
  background-position: right -100px;
  background-size: cover; */
	/* background-color: #f3f3f5 */
}

.section2::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #032c44;
	opacity: 0.91;
	;
}


/* .section2::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-1.png) left top no-repeat;
}
.section2::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-2.png) right top no-repeat;
} */

.sec2sol {
	width: 100%;
	display: table;
	border-right: 1px solid #00a7ff;
	padding: 0 60px;
}

.sec2sol h2 {
	color: #ff6367;
	font-size: 42px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
}

.sec2sol p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
}

.section2 ul {
	padding-left: 60px;
	width: 100%;
	list-style: none;
}

.section2 ul li {
	float: left;
	display: inline-block;
	width: 50%;
	margin-bottom: 30px;
	color: #fff;
}

.section2 ul li a {
	text-decoration: none;
	width: 100%;
	display: block;
	transition: all 0.3s;
	color: #fff;
	font-size: 21px;
	font-weight: 400;
}

.section2 ul li a img {
	width: 26px;
	margin-right: 0px;
	top: 0px;
	margin-left: 10px;
	position: relative;
	transition: all 0.3s;
}

.section2 ul li a:hover img {
	margin-left: 15px;
}


/*section2*/

.menu2 {
	position: fixed;
	right: 30px;
	top: 50px;
	z-index: 9;
	display: none;
}

.menu2 .menuicon1 {
	position: relative;
	z-index: 999;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	border-radius: 20px 0 0 20px;
	text-decoration: none;
	color: #2b2a29;
	display: block;
	font-size: 16px;
	display: block;
	outline: 0px;
	transition: all 0.3s;
}

.sidemenu span {
	float: left;
}

.bars-wrap {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	overflow: visible;
	top: 3px;
}

.icon-bar {
	transition: all 0.4s ease;
	width: 26px;
	background: #2ac2bc;
	height: 2px;
	position: relative;
	top: 8px;
	transition: width 0.2s ease-out;
	clear: both;
	margin-bottom: 7px;
}

#header.cloned .icon-bar {
	background: #000;
}


/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
	width: 100%;
}

.cart_open {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999;
	display: none;
}

.cartbg1 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(113, 79, 54, 0.4);
}

.cart_bx1 {
	width: 96%;
	background-color: #202f46;
	height: 100%;
	padding: 20px;
	top: 0%;
	right: -100%;
	transition: ease all 0.4s;
	position: fixed;
	display: block;
	box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
	z-index: 99999;
	overflow-y: auto;
	background-image: url("../images/work-left.png");
	background-position: left 20px;
	background-repeat: no-repeat;
	background-size: 30px;
}

.left1 {
	right: 280px;
	z-index: 9999999;
	transition: ease all 0.8s;
}

.menu2 {
	right: 280px;
	position: fixed;
	transition: ease all 0.6s;
	top: 0px;
	z-index: 999999;
}

.menu2:before {
	border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	vertical-align: middle;
	padding-top: 10px;
	text-align: right;
}

.cart_bx1 ul li {
	float: none;
	width: 100%;
	display: block;
	clear: both;
}

.cart_bx1 ul li a {
	text-decoration: none;
	color: #2b2a29;
	font-weight: 400;
	font-size: 16px;
	display: block;
	padding: 10px 15px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	text-align: center;
	outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
	color: #2e3192;
}

a.closebtn {
	display: block;
	height: 42px;
	float: right;
	text-decoration: none;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	/* padding: 10px 25px; */
	margin-bottom: 20px;
	/* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
	width: 36px;
}

a.mobilecont {
	padding: 12px 28px 10px;
	margin-left: 20px;
	border: 1px solid #138dd0;
	background-color: #138dd0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 35px;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 400;
	display: inline-block;
}

img.deskno {
	display: none;
}


/*innerbanner*/

.inner_banner {
	width: 100%;
	display: block;
	position: relative;
	background-color: #010716;
	margin-top: 100px;
}

.inner_banner::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	/* z-index: 9; */
	opacity: 0.7;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#018fac+0,018fac+26,2a476e+100 */
background: #018fac; /* Old browsers */
background: -moz-linear-gradient(top,  #018fac 0%, #018fac 26%, #2a476e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #018fac 0%,#018fac 26%,#2a476e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #018fac 0%,#018fac 26%,#2a476e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018fac', endColorstr='#2a476e',GradientType=0 ); /* IE6-9 */
}

.inner_banner img {
	width: 100%;
	display: block;
}

.innertxt1 {
	position: absolute;
	width: 100%;
	text-align: left;
	top: 30%;
	left: 0%;
	padding: 0px;
	z-index: 9;
}

.innertxt1 ul {
	list-style: none;
	text-align: left;
	margin-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	/* position: absolute; */
	bottom: -25px;
	width: 100%;
	left: 0%;
	z-index: 9;
}

.innertxt1 ul li {
	display: inline-block;
	position: relative;
	padding-right: 25px;
	font-weight: 400;
	margin-bottom: 0px;
	color: #fff;
	font-size: 15px;
}

.innertxt1 ul li:last-child {
	padding-right: 0px;
}

.innertxt1 ul li:after {
	content: "\f105";
	font-family: fontAwesome;
	color: #fff;
	position: absolute;
	font-size: 14px;
	right: 6px;
	top: 4px;
}

.innertxt1 ul li:last-child:after {
	display: none;
}

.innertxt1 ul li a {
	color: #14dee2;
	text-decoration: none;
}

.inner_banner h1 {
	color: #fff;
	font-size: 42px;
	line-height: 60px;
	font-weight: 500;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	/* text-transform: uppercase; */
	/* letter-spacing: 4px; */
}

.inner_banner h1 span {
	color: #fff;
}

.inner_banner h1 p {
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
	letter-spacing: 2px;
	color: #fff;
}


/*innerbanner*/

.hwdibx{
	width: 100%;
	display: block;
	padding: 40px;
	background-color: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);

min-height: 430px;

transition: all 0.3s;
cursor: pointer;
}
.hwdibx h3{
	color: #000;
font-size: 19px;
font-weight: 600;
margin-bottom: 20px;
display: inline-block;
margin-top: 20px;
clear: both;
width: 100%;
text-align: center;
}
.hwdibx p{
	font-size: 14px;
line-height: 26px;
color: rgba(74,74,74,1);
text-align: center;
margin-bottom: 0;
}
.hwdibximg{
	width: 150px;
	height: 150px;
	margin:auto;
	display: table;
	background-color: #fff;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25) inset;
	border-radius: 150px;
	text-align: center;
}
.hwdibximg img{
	margin-top: 45px;
	width: 65px;
}

.hwbg1:hover{background-color: #ef4924;}
.hwbg2:hover{background-color: #7bb429;}
.hwbg3:hover{background-color: #018ace;}
.hwbg4:hover{background-color: #feb129;}

.hwdibx:hover  p, .hwdibx:hover h3{color: #fff;}


.keyofferings{
	width: 100%;
	display: table;
	padding: 50px 0 10px;
	background-color: #fff;
}
.keyofferings h2{
	position: relative;
	width: 100%;
	text-align: center;
	color: #000;
	font-weight: 300;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 36px;
}
.keyofferings h2 span{
	font-weight: 600;
}
.keyoffbx{
	width: 90%;
	display: block;
	border-bottom: 1px solid #dfdfdf;	
	margin-bottom: 40px;
}
.keyoffbx img{width: 90px;}
.keyoffbx h3{
	color: rgba(0,49,128,1);
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 20px;
	display: inline-block;
	margin-top: 20px;
	clear: both;
	width: 100%;
}
.keyoffbx p{
	font-size: 16px;
	line-height: 26px;
color: rgba(74,74,74,1);
height: 200px;
}



.searchbox {
	width: 100%;
	margin-top: 30px;
}

.searchbox span {
	font-size: 12px;
	color: #fff;
	margin: 0px 0px 10px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: table;
}

.banner_fields {
	width: 41%;
	height: 50px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 2px;
	padding: 15px;
	float: left;
	border: none;
	margin: 0px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.formsubmit {
	margin: 0px 6px;
	width: 15%;
	height: 100%;
	color: #fff;
	border-radius: 2px;
	padding: 12px 20px 12px 16px;
	float: right;
	text-align: center;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s;
	background-color: #0074bf;
}

.formsubmit:hover {
	background-color: #f01c26;
}

.searchbox h3 {
	color: #fff;
	z-index: 9;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 5px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 30px;
	clear: both;
	width: 100%;
	display: inline-block;
}

.innersec1 {
	width: 100%;
	display: table;
	padding: 50px 0;
	background-color: #fff;
}

.innersec1 h2 {
	color: #0173BE;
	font-size: 42px;
	line-height: 66px;
	width: 100%;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: capitalize;
	position: relative;
	font-family: 'Poppins', sans-serif;
	position: relative;
	padding-bottom: 10px;
}

.innersec1 h2:before {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 80px;
	height: 1px;
	background-color: #f60;
	content: "";
}

.innersec1 p {
	font-size: 18px;
	color: #000;
	text-align: left;
	line-height: 28px;
	margin-bottom: 30px;
}

.innerpg1 {
	width: 100%;
	display: table;
	padding: 40px 0;
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
}

.aboutpgg h4 {
	padding: 60px 50px 0;
	color: #1972ba;
	/* letter-spacing: 4px; */
	font-size: 55px;
	font-weight: 700;
	/* text-transform: uppercase; */
	position: relative;
	margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
}

.aboutpgg h4:before {
	display: block;
	width: 180px;
	height: 1px;
	background-color: #3db54a;
	position: absolute;
	top: 30px;
	left: -80px;
	content: "";
	border: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 0;
	padding: 0;
}

.aboutpgg h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 46px;
	color: #3db54a;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}

.aboutpgg h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 32px;
	color: #f60;
	margin-bottom: 20px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.aboutpgg p {
	font-size: 18px;
	color: #000;
	text-align: left;
	line-height: 28px;
	margin-bottom: 30px;
}

.aboutpgg ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.aboutpgg ul li {
	margin-bottom: 15px;
	padding-left: 25px;
	background-image: url("../images/libox.png");
	background-repeat: no-repeat;
	background-size: 10px;
	font-size: 21px;
	background-position: left 7px;
	font-family: 'Poppins', sans-serif;
}

.innerpg1.aboutpgg1 {
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 40%;
	background-color: #f8f8f8;
	display: table;
	width: 100%;
	padding: 80px 0;
}

.aboutpgg2 {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40%;
	padding: 80px 0;
	background-color: #f8f8f8;
}


/*aboutbx2*/

.aboutbx2 {
	padding: 50px 0;
	background: #fff;
	width: 100%;
	display: table;
}

.aboutbx2 h2 {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	font-size: 42px;
	margin-top: 0;
	color: #0173BE;
}

.aboutbx2 h3 {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 18px;
	width: 100%;
	color: #000;
	margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
}

.aboutbx2 h3 span {
	position: relative;
}

.aboutbx2 h3 span::before {
	content: "";
	width: 100%;
	height: 6px;
	background: #f60;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	mix-blend-mode: difference;
}

.a2bb {
	text-decoration: none;
	width: 100%;
	display: block;
	transition: all 0.3s;
	padding: 40px 25px 20px;
	background-color: #fff;
	position: relative;
	border: 1px solid #e8e8e8;
	text-decoration: none;
	color: #f60;
	font-size: 14px;
	box-shadow: 0 30px 30px #eee;
	margin-bottom: 20px;
}

.a2bb::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 14px 14px;
	border-color: transparent transparent #e8e8e8 transparent;
	position: absolute;
	right: 4px;
	bottom: 4px;
}

.a2bb h3 {
	margin-top: 0;
	text-transform: uppercase;
}

.a2bb p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}


/*innersec1*/

.innersec1 {
	padding: 50px 0;
	background-color: #fff;
	display: table;
	width: 100%;
	position: relative;
}

.aboutpg:before {
	position: absolute;
	content: "";
	background-image: url('../images/round01.png');
	background-repeat: no-repeat;
	background-position: center 100px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.15;
	margin: auto;
}

.innersec1 hr {
	display: inline-block;
	width: 100%;
	margin: 50px 0;
}

.innersec1 h1 {
	color: #f60;
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0px;
	text-transform: capitalize;
}

.innersec1 h1 span {
	border-bottom: 2px solid #104c6e;
}

.innersec1 h3 {
	color: #0173BE;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0;
}

.innersec1 p {
	font-size: 18px;
	color: #3F3F3F;
	line-height: 28px;
	font-weight: 400;
	text-align: left;
}

.visionimg {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	background-color: #fff3c5;
	padding: 20px;
	text-align: center;
	float: left;
	margin-right: 30px;
}

.visionimg img {
	width: 100%;
	display: block;
}

.cv {
	width: 100%;
	text-align: center;
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	border-radius: 10px;
}

.cv img {
	width: 100px;
	margin-bottom: 0px;
}

.cv h4 {
	text-align: center;
	font-weight: 800;
	color: #0c5d43;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.cv p {
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	min-height: 72px;
	display: inline-block;
}

.image-column1 {
	position: relative;
}

.image-column1 .inner,
.image-column1 .image {
	position: relative;
	display: block;
	width: 100%;
}

.image-column1 .image img {
	display: block;
	width: 90%;
	position: relative;
}

.image-column1 .icon-box {
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -60px;
	width: 120px;
	height: 120px;
	font-size: 54px;
	line-height: 120px;
	background: #ffffff;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.image-column1 .icon-box img {
	width: 70px;
}

.keyfeaturesbox {
	width: 100%;
	display: inline-block;
	padding: 50px 0 40px;
	background-color: #f7f9fa;
}

.keyfeaturesbox h2 {
	color: #0173BE;
	font-size: 46px;
	line-height: 55px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0px 0 40px;
}

.expertisebx1 {
	padding: 16px 24px 24px 32px;
	width: 100%;
	display: block;
	border: solid 1px rgba(15, 25, 40, .2);
	background-color: #fff;
	transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-box-shadow 300ms ease;
	position: relative;
	min-height: 450px;
	margin-bottom: 20px;
}

.expertisebx1:hover {
	-webkit-box-shadow: 0 24px 84px 0 rgba(17, 47, 131, .1), 0 10px 24px -10px rgba(17, 47, 131, .07);
	box-shadow: 0 24px 84px 0 rgba(17, 47, 131, .1), 0 10px 24px -10px rgba(17, 47, 131, .07);
	border-color: transparent
}

.expertisebx1 img {
	float: right;
	width: 70px;
	margin-bottom: 20px;
}

.expertisebx1 h3 {
	clear: both;
	width: 100%;
	font-size: 24px;
	margin-bottom: 10px;
	color: #f35123;
}

.expertisebx1 p {
	color: #3F3F3F;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 0px;
}


/*innersec1*/

.innersec1 {
	clear: both;
	width: 100%;
	display: block;
	background-color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #000;
	font-size: 18px;
	line-height: 28px;
	background-size: 100%;
	background-image: url('../images/bg-tabs3.svg');
}

.innersec1 b {
	color: #242424;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 15px;
	width: 100%;
	display: block;
	line-height: 32px;
	font-weight: 700;
}

.innerleft {
	padding: 50px 20px !important;
}

.innerleft p b {
	text-align: left;
	float: left;
	width: 100%;
	display: table;
	clear: both;
	color: #137ab1;
	margin-bottom: 20px;
	font-size: 21px;
}

.innerleft ul li {
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	margin-bottom: 30px;
	position: relative;
}

.innerleft ul li {
	text-align: left;
	padding-left: 30px;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.innerleft h3 {
	color: #0c5d43;
	font-size: 26px;
	line-height: 36px;
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 0;
}


/*content_panel*/

.content_panel {
	width: 100%;
	display: table;
	padding: 50px 0;
	background-color: #fff;
}

.content_panel table {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #7f8284;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	border: none;
}

.content_panel table th {
	margin: 0px 0px;
	padding: 15px 10px;
	font-size: 21px;
	font-weight: 600;
	font-weight: 500;
	color: #7f8284;
	background: #e8e8e8;
	text-align: center;
	border: 4px solid #fff;
}

.content_panel table td {
	margin: 0px 0px;
	padding: 15px 10px;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	background: #f5f5f5;
	text-align: center;
	border: 4px solid #fff;
}

.content_panel table img {
	width: 40px;
	height: auto;
}

.content_panel table tr td a {
	text-decoration: none;
	color: #fff;
	background-color: #f60;
	border-radius: 30px;
	padding: 10px 40px;
	transition: all 0.3s;
}

.content_panel table tr td a:hover {
	background-color: #f60;
}


/*content_panel*/


/*careerscont*/

.careerscont {
	width: 100%;
	display: table;
	padding: 40px 0;
	background-color: #fff;
}

.jobsbx1 {
	width: 100%;
	/* margin: 0 1%; */
	display: inline-block;
	padding-left: 40px;
	float: left;
	position: relative;
}

.jobsbx1 a {
	text-decoration: none;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #000;
	display: block;
	display: block;
	margin: 10px 0;
}

p.offering-title {
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	margin-bottom: 0px;
	line-height: 28px;
	min-height: 60px;
}

.offerings-row {
	color: #f60;
	font-size: 14px;
}

.offerings-row span {
	font-style: normal;
	color: #333333;
	font-size: 18px;
}

.sub {
	font-style: normal;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #333333;
	border-radius: 3px;
	display: table;
	margin: auto;
	transition: all 0.3s;
	color: #333333;
	font-weight: 600;
}

.border-left {
	width: 20px;
	height: 0%;
	top: 0px;
	position: absolute;
	left: 0;
	background: #f60;
	transition: all 0.5s;
}

.jobsbx1 a:hover .border-left {
	height: 100%;
}

.jobsbx1 a:hover .sub {
	background-color: #f60;
	color: #fff;
	transition: all 0.5s;
	border-color: #f60;
}

.jobdesinner {
	width: 100%;
	display: table;
	padding: 0;
}

.jobdesinner h3 {
	color: #333333;
	font-size: 32px;
	margin-bottom: 15px;
	font-weight: 600;
}

.jobdesinner h3 span {
	margin: 6px;
	padding: 5px;
	font-size: 13px;
	border-radius: 5px;
	background-color: #d5eaff;
}

.jobdesinner h4 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
}

.jobdesinner p {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 32px;
}

.jobdesinner p b {
	font-weight: 600;
	color: #f60;
}

a.jobapply {
	padding: 10px 25px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #333333;
	border-radius: 3px;
	display: table;
	transition: all 0.3s;
	margin: auto;
	text-decoration: none;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
	font-weight: 500;
}

a.jobapply:hover {
	background-color: #fff;
	color: #333333;
}

.jobdesinner h6 {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.54);
}

.isrtsoc a {
	float: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	clear: none;
	border-radius: 40px;
	color: #fff;
	transition: all 0.3s;
	margin-right: 5px;
}

.isrtsoc a.fb {
	background-color: #4064ac;
}

.isrtsoc a.lin {
	background-color: #0270ad;
}

.isrtsoc a.twitter {
	background-color: #1c9bea;
}

.isrtsoc a.fb:hover {
	background-color: #0d3583;
	color: #fff;
}

.isrtsoc a.lin:hover {
	background-color: #004e7a;
	color: #fff;
}

.isrtsoc a.twitter:hover {
	background-color: #006caf;
	color: #fff;
}

.line1 {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin: 25px 0;
	clear: both;
	display: table;
}

.jobdesinner h6 {
	font-size: 24px;
	font-weight: 600;
	border-bottom: 2px solid #333333;
	display: inline;
	padding-bottom: 10px;
	color: #f60;
	margin-bottom: 20px;
}

.jobdesc1 p {
	font-size: 18px;
	line-height: 26px;
	margin-top: 25px;
}

.jobdesc1 ul li {
	line-height: 32px;
	font-size: 18px;
	position: relative;
	padding-left: 30px;
	color: #000;
	margin-bottom: 10px;
}

.jobdesc1 ul {
	list-style: none;
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-left: 20px;
	color: #000;
}

.jobdesc1 ul li::before {
	position: absolute;
	left: 0px;
	top: 15px;
	border-radius: 7px;
	width: 7px;
	height: 7px;
	background-color: #f60;
	content: "";
}


/*careerscont*/

.box5 {
	width: 100%;
	display: table;
	padding: 0 0;
	background-image: url("../images/home1_bg2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}

.box5 h2 {
	text-align: center;
	font-weight: 600;
	color: #213f9a;
	font-size: 42px;
	margin-bottom: 50px;
	position: relative;
	text-transform: uppercase;
}

ul.technologies {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	display: table;
	clear: both;
	margin-bottom: 40px;
}

ul.technologies li {
	float: left;
	display: inline-block;
	width: 25%;
	padding: 15px;
	margin-bottom: 30px;
}


ul.technologies li img {
	width: 100%;
	display: block;
	padding: 20px 30px;
	box-shadow: 10px 20px 40px 0 rgba(0, 44, 60, 0.15);
}

.jobdescription {
	padding: 50px 0;
	display: table;
	width: 100%;
}

h1#goBottom {
	text-align: center;
	font-size: 36px;
	color: #f60;
	font-weight: 600;
	margin-bottom: 40px;
	margin-top: 0px;
}

.jobdesc1 h2 {
	font-size: 24px;
}

.jobdescription label {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}

.jobdescription label span {
	color: #ff7149;
}

.jobdescription input.form-control,
.jobdescription textarea.form-control {
	background-color: #fff;
	border-radius: 0px;
	height: 50px;
	border: 0px;
	margin-bottom: 20px;
	border: 1px solid #f8f8f8;
	font-weight: 400;
	box-shadow: none;
	box-shadow: 0 5px 15px 0px rgb(34 48 116 / 15%);
}

.jobdescription textarea.form-control {
	height: 80px;
}

.jobdescription .col-sm-12 {
	display: table;
	width: 100%;
}

.popup-box-on {
	display: block !important;
}

.off {
	display: none;
}

.chat_box .chat_message_wrapper ul.chat_message>li+li {
	margin-top: 4px;
}

#search.open {
	opacity: 1;
	transform: translate(0px, 0px) scale(1, 1);
}

#search {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 99999999;
}

#search .close {
	color: #f60;
	font-size: 40px;
	opacity: 1;
	padding: 10px 17px;
	position: fixed;
	right: 15px;
	top: 15px;
}

#search .close:hover {
	background-color: #fff;
}

button.close {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	cursor: pointer;
}

.close {
	float: right;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #333;
	font-size: 50px;
	font-weight: 300;
	margin: -51px auto 0;
	outline: medium none;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

#search .btn {
	left: 50%;
	margin-top: 60px;
	padding: 10px 50px;
	position: absolute;
	top: 50%;
	background-color: #f60;
	color: #fff;
	transform: translateX(-50%);
}

.servidpg h1 {
	color: #f60;
	font-size: 42px;
	line-height: 66px;
	width: 100%;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: capitalize;
	position: relative;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 20px;
}

h2.jobdeshj {
	position: relative;
}

.servidpg h1:before,
h2.jobdeshj:before {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 80px;
	height: 1px;
	background-color: #f60;
	content: "";
}

.servidpg p {
	font-size: 18px;
	color: #f60;
	text-align: left;
	line-height: 28px;
}

.servidpg ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	clear: both;
}

.servidpg ul li {
	width: 100%;
	float: left;
	position: relative;
	padding: 6px 0 6px 25px;
	font-size: 16px;
	color: #000;
}

.servidpg ul li:before {
	position: absolute;
	top: 8px;
	left: 5px;
	font-family: FontAwesome;
	font-weight: 900;
	content: "\f105";
	color: #f60;
}


.devliverymodelbx{
	width: 100%;
	display: table;
	padding: 50px 60px;
	background-color: #fff;
}
.dmcontbx1{
	background-color: #e9f2f9;
	width: 100%;
	display: block;
	padding: 60px 40px;
	min-height: 275px;
}
.dmcontbx1 h2{font-size: 32px; font-weight: 300; margin-bottom: 20px;}
.dmcontbx1 h2 span{font-weight: 600;}
.dmcontbx1 p{
	font-size: 18px;
	color: #000;
	line-height: 36px;
}
.devliverymodelbx .col-sm-4, .devliverymodelbx .col-sm-3{padding: 7px}

.dmcontbx2{
	transition: all 0.3s;
	border: 1px solid transparent
}
.dmcontbx2:hover{border-color: #000;}
.dmcontbx2 img{width: 85px; margin-bottom: 20px;}
.dmcontbx2 h3{font-size: 21px; font-weight: 600;}


.delivermodelbx2{
	padding: 50px 0;
	background-color: #fbfbfb;
	display: table;
	width: 100%;
}
.delivermodelbx2 h2 {
    font-size: 32px;
    /* text-transform: uppercase; */
    color: #282828;
    margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	font-weight: 300;
	text-align: center;
}
.delivermodelbx2 h2 span{font-weight: 600;}
/* .homesolutions h3:before{
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	width: 60px;
	height: 3px;
	content: "";
	background-color: #81c90e;
} */

.delivermodelbx2 p {
    color: #9e9e9e;
	font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
	text-align: center;
	
}
.multi_tabs1{
	clear: both;
	width: 100%;
	display: inline-block; 
	margin-top: 20px;
	position: relative;
	z-index: 1;
  }
  ul.tabs1 {
	margin: 0;
	/* padding: 20px 0; */
	float: right;
	list-style: none;
	position: relative;
	/* width: 365px; */
	width: 50%;
	text-align: left;
	position: absolute;
	right: 0px;
	z-index: 9;
	top: 18%;
	/* bottom: -50px; */
	/* box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15); */
	/* filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.051));
	border-radius: 20px;
	overflow: hidden;
	padding: 0 40px;
	background-color: #fff; */
  }
  ul.tabs1 li {
	width: 100%;
	display: block;
	margin: 0;
	cursor: pointer;
	padding: 25px 10px 25px 50px;
	border-left: none;
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	position: relative;
	color: #000;
	position: relative;
	background-color: #76cdd8;
	display: block;
	margin-bottom: 8px;
	box-shadow: 10px 20px 40px 0 rgba(0, 44, 60, 0.15);
	
	/* border-bottom: 2px solid #ececec; */
  }
  ul.tabs1 li:before{
	  position: absolute;
	  left: 30px;
	  top: 35px;
	  width: 6px;
	  height: 6px;
	  background-color: #263852;
	  border-radius: 6px;
	  content: "";
  }
  ul.tabs1 li.active:before{background-color: #76cdd8;}
  /* ul.tabs1 li:first-child{padding-top: 40px;}
  ul.tabs1 li:last-child{padding-bottom: 40px;} */
  ul.tabs1 li:hover {
  }   
  ul.tabs1 li.active{
	color: #fff;
	background-color: #263852;
  }
  ul.tabs1 li:before{background-image: none;}
  .tab_container1 {
	border: 0px;
	border-top: none;
	clear: both;
	float: right; 
	width: 100%;
  }
  .tab_content1 {    
	width: 50%;
	float: left;
	/* margin-top: 30px; */
	/* padding: 40px; */
	/* height: 420px;     */
	/* background-color: #fff;
	background-size: cover;
	position: relative;
	display: block;
	padding-left: 13%;
	filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.161));
	border-radius: 40px; */
  }
  .tab_content1 h3{font-size: 32px; font-weight: 600; line-height: 42px; color: #142261;  }
  .tab_content1 img{width: 80%; margin:auto; display: table;}
  .tab_content1 p{font-size: 18px; line-height: 32px; color:#3F3F3F;  margin: 20px 0 40px;
  }
  .tab_content1 ul{
	list-style:none;
	width: 100%;
	clear: both;
  }
  .tab_content1 ul li{
	float: left;
	display: inline-block;
	width: 50%;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 32px;
	color: #3f3f3f;
	padding-left: 30px;
	position: relative;
	background-image: url(../images/list2.jpg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left 10px;
  }
  .tab_content1 a{
	text-decoration: none;
	clear: both;
	background-color: #ff991d;
	color: #fff;
	border-right: 2px solid #000;
	padding: 15px 45px;
	font-weight: 500;
	transition: all 0.3s;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 16px;
	letter-spacing: 2px;
  }
  .tab_content1 a:hover{background-color: #000; color: #ff991d}
  
/*servicespg*/

.innerserv {
	font-size: 18px;
	color: #000;
	text-align: justify;
	padding: 50px 0;
	line-height: 28px;
	display: table;
	width: 100%;
	background-color: #fff;
	display: table;
	width: 100%;
}


/*.page_content*/

.page_content {
	width: 68%;
	float: left;
	color: #333;
}

.page_content h2 {
	color: #000;
	/* letter-spacing: 4px; */
	font-size: 28px;
	/* font-weight: 700; */
	/* text-transform: uppercase; */
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
}

.pageTxt h3 {
	font-size: 21px;
	font-weight: 500;
	line-height: 46px;
	color: #f60;
	margin-bottom: 20px;
}

.page_ul ul {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	list-style: none;
}

.page_content p {
	font-size: 16px;
	line-height: 26px;
}

.page_ul ul li {
	width: 100%;
	float: left;
	padding-left: 35px;
	margin-bottom: 10px;
	position: relative;
	font-weight: 400;
	color: #333;
	font-size: 16px;
	line-height: 26px;
}


/* 
.page_ul ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 2px solid #f60;
}
 */

.page_ul ul li:last-child {
	margin-bottom: 0px;
}

.page_ul ol {
	width: 100%;
	float: left;
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 15px;
}


/*.page_nav*/

.page_nav {
	float: right;
	width: 25%;
	background: #fbfbfb;
	padding-bottom: 15px;
	border-radius: 3px;
	border: 1px solid #dfeaff;
}

.stickme {
	position: sticky;
	-webkit-position: sticky;
	-moz-position: sticky;
	-o-position: sticky;
	-ms-position: sticky;
	top: 120px;
	right: 0;
}

.job_dets {
	width: 26%;
	float: right;
	text-align: left;
}

.fixme {
	position: sticky;
	-webkit-position: sticky;
	-moz-position: sticky;
	-o-position: sticky;
	-ms-position: sticky;
	top: 120px;
	right: 0;
}

.job_nav {
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #ccc;
	display: table;
}

.job_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.job_nav li {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 10px 30px;
}

.job_nav li b {
	color: #000;
	font-weight: 600;
}

.job_nav li span {
	display: block;
	font-size: 16px;
	color: #3F3F3F;
	margin-bottom: 5px;
}

.job_nav li i {
	position: absolute;
	top: 5px;
	left: 0;
	color: #f60;
}

.job_nav li:last-child {
	padding: 0;
}

.job_nav li:last-child a {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #253975;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s;
}

.job_nav li:last-child a:hover {
	background-color: #000;
}

.job_dets h2 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-weight: 400;
	color: #222;
}

.page_nav h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1.2;
	display: block;
	text-align: center;
	padding: 15px;
	background: #f60;
}

.page_nav ul {
	list-style: none;
}

.page_nav ul li {
	width: 100%;
	float: left;
	text-align: left;
}

.page_nav ul li a {
	width: 100%;
	float: left;
	color: #333;
	text-decoration: none;
	font-size: 17px;
	padding: 10px 20px;
	font-weight: 400;
	border-top: 1px solid #dfeaff;
	transition: all ease-in-out 0.5s;
}

.page_nav ul li:first-child a {
	border-top: 0px;
}

.page_nav ul li a:hover,
.page_nav ul li a.active {
	color: #f60;
}

.innerserv p strong {
	font-weight: 600;
}

.innerserv h1 {
	width: 100%;
	display: block;
	color: #1972ba;
	font-size: 60px;
	font-weight: 600;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
	text-align: center;
	margin-top: 40px;
}

.innerserv h1::before {
	position: absolute;
	left: calc(50% - 80px);
	bottom: 0px;
	width: 160px;
	height: 4px;
	content: "";
	background-color: #3db54a;
	display: block;
}

.pageTxt {
	display: table;
	position: relative;
	padding: 0 30px;
}

.cspt-service-style-3 {
	position: relative;
}

.cspt-service-style-3 .cspt-featured-wrapper img {
	border-radius: 6px;
	box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	width: 100%;
	display: block;
}

.cspt-service-style-3 .creativesplanet-box-content {
	position: relative;
	transform: translateY(0);
}

.cspt-service-style-3 .cspt-service-cat a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	text-decoration: none;
	color: #f60;
}

.cspt-service-style-3 .cspt-service-content {
	padding-top: 10px;
	font-size: 16px;
	line-height: 25px;
}

.cspt-service-style-3 .creativesplanet-box-content-inner {
	padding: 25px 30px 10px;
	background: #fff;
	margin: -30px 20px 0;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
}

.cspt-service-style-3 .cspt-service-title {
	position: relative;
	font-size: 22px;
	line-height: 28px;
	font-weight: 800;
	margin: 0;
}

.cspt-service-style-3 .cspt-service-title a {
	text-decoration: none;
	color: #333333;
}

.cspt-service-style-3 .cspt-service-btn {
	margin-bottom: -35px;
}

.cspt-service-style-3 .cspt-service-btn a {
	width: 55px;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	background: #f60;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
}

.cspt-service-style-3:hover .creativesplanet-box-content {
	transform: translateY(-10px);
}

.cspt-service-style-3:hover .cspt-featured-wrapper img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.cspt-service-style-3 .btn-arrow {
	font-size: 24px;
	line-height: 24px;
}

.cspt-service-style-4 {
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #dce5e7;
	box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
	margin-bottom: 24px;
}

.cspt-service-style-3 .cspt-featured-wrapper img,
.cspt-service-style-3 .cspt-service-btn a,
.cspt-service-style-3 .creativesplanet-box-content {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.wwdbx {
	display: table;
	width: 100%;
	padding: 60px 0;
}

.servicesnavbar {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: #f60;
	text-align: center;
	color: #fff;
	position: sticky;
	top: 75px;
	z-index: 9;
	left: 0;
	margin-bottom: 30px;
}

.servicesnavbar a {
	height: 50px;
	line-height: 50px;
	display: inline-block;
	padding: 0 50px;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.servicesnavbar a.active,
.servicesnavbar a:hover {
	background-color: #630600;
}

.section2221 {
	padding: 50px 0;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	position: relative;
}

.section234 h1 {
	font-size: 52px;
	font-weight: 800;
	color: #262057;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-top: 0;
}

.section234 h1 span {
	font-size: 60px;
	margin-left: 10px;
	margin-top: 6px;
	color: #009ee3;
	transform: translateY(-50%);
}

.section2221 .col-sm-12 {
	display: table;
	clear: both;
	width: 100%;
	/* margin-bottom: 100px; */
	position: relative;
}

.section2221 h2 {
	margin-top: 0px;
	font-size: 32px;
	color: #f60;
	/* text-transform: uppercase; */
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 20px;
}

.section2221 p {
	color: #333;
	font-size: 18px;
	line-height: 28px;
	margin: 20px 0;
}

.section2221 a {
	padding: 15px 30px;
	border-radius: 5px;
	background: #fff;
	background-color: rgb(255, 255, 255);
	background-image: none;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin-top: 16px;
	background-color: #2a2a72;
	background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
	box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3);
	border-radius: 30px;
	margin-top: 20px;
	display: inline-block;
}

.section2221 a:hover {
	background-color: #262057;
}

.image-shadow {
	position: relative;
	margin-top: 100px;
}

.dottedcircle img {
	width: 240px;
	top: 45px;
	right: inherit;
	left: -45px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.rounded-image img {
	/* border-radius: 50%; */
	width: 100%;
}

.image-shadow::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f1f1f9;
	border-radius: 50%;
	left: 20px;
	top: 0;
	z-index: -1;
}

.rounded-image.feature-image.image-shadow::after {
	content: "";
	background: #536eb5;
	background: -moz-linear-gradient( top, rgba(83, 110, 181, 1) 0, rgba(85, 101, 175, 1) 19%, rgba(85, 101, 175, 1) 19%, rgba(87, 91, 169, 1) 38%, rgba(88, 83, 164, 1) 58%, rgba(90, 75, 159, 1) 79%, rgba(91, 67, 155, 1) 100%);
	background: -webkit-linear-gradient( top, rgba(83, 110, 181, 1) 0, rgba(85, 101, 175, 1) 19%, rgba(85, 101, 175, 1) 19%, rgba(87, 91, 169, 1) 38%, rgba(88, 83, 164, 1) 58%, rgba(90, 75, 159, 1) 79%, rgba(91, 67, 155, 1) 100%);
	background: linear-gradient( to bottom, rgba(83, 110, 181, 1) 0, rgba(85, 101, 175, 1) 19%, rgba(85, 101, 175, 1) 19%, rgba(87, 91, 169, 1) 38%, rgba(88, 83, 164, 1) 58%, rgba(90, 75, 159, 1) 79%, rgba(91, 67, 155, 1) 100%);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 0;
	opacity: 0;
	transition: all ease-out 0.3s;
}

.circle1 {
	position: absolute;
	width: 100%;
	top: 0;
}

.circle1 svg {
	top: -75px;
}


/*bnr_top_make*/

@-webkit-keyframes rotating
/* Safari and Chrome */

{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 8s linear infinite;
	-moz-animation: rotating 8s linear infinite;
	-ms-animation: rotating 8s linear infinite;
	-o-animation: rotating 8s linear infinite;
	animation: rotating 8s linear infinite;
}

.contact-section {
	position: relative;
}

.contact-section {
	position: relative;
	padding: 40px 0px;
}

.contact-section .pattern-layer {
	position: absolute;
	left: 50px;
	bottom: 80px;
	width: 774px;
	height: 416px;
	background-repeat: no-repeat;
}

.contact-section .pattern-layer-two {
	position: absolute;
	right: 0px;
	top: 180px;
	width: 454px;
	height: 120px;
	background-repeat: no-repeat;
}

.contact-section .icon-layer-two {
	position: absolute;
	right: 230px;
	top: 380px;
	width: 69px;
	height: 69px;
	opacity: 0.6;
	background-repeat: no-repeat;
}

.contact-section .icon-layer-three {
	position: absolute;
	right: 230px;
	bottom: 230px;
	width: 69px;
	height: 69px;
	background-repeat: no-repeat;
}

.contact-section .info-column {
	position: relative;
	margin-bottom: 40px;
}

.contact-section .info-column .inner-column {
	position: relative;
	/* padding-top: 80px; */
}

.contact-section .info-column .icon-layer {
	position: absolute;
	left: 170px;
	top: 40px;
	width: 69px;
	height: 69px;
	background-repeat: no-repeat;
}

.contact-section .info-column .image {
	position: relative;
	margin-bottom: 35px;
}

.contact-section .info-column h5 {
	position: relative;
	width: 100%;
	text-align: left;
	color: #0173BE;
	font-weight: 800;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 28px;
}

.contact-section .info-column h5:before {
	position: absolute;
	left: 0;
	width: 70px;
	height: 1px;
	background-color: #f60;
	content: "";
	bottom: 0px;
}

.contact-section .info-column p {
	position: relative;
	color: #06092d;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.7em;
	margin-top: 15px;
	margin-bottom: 18px;
}

.contact-section .info-column .contact-list {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	list-style: none;
}

.default-form .form-group {
	display: table;
	outline: 0;
}

.contact-section .info-column .contact-list li {
	position: relative;
	margin-bottom: 10px;
}

.contact-section .info-column .contact-list li strong {
	position: relative;
	display: block;
	color: #f60;
	font-size: 18px;
	margin-bottom: 3px;
	font-weight: 600;
}

.contact-section .info-column .contact-list li a {
	position: relative;
	color: #0173BE;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-size: 18px;
}

.contact-section .info-column .contact-list li a:hover {
	color: #111111;
}

.contact-section .form-column {
	position: relative;
	margin-bottom: 40px;
}

.contact-section .form-column .inner-column {
	position: relative;
	padding: 60px 50px;
	margin-left: 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.contact-section .color-layer {
	position: absolute;
	right: -50px;
	bottom: -50px;
	width: 465px;
	height: 465px;
	z-index: -1;
	border-radius: 50%;
	background-color: #f2f2f2;
}

.default-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.default-form .form-group:last-child {
	margin-bottom: 0px;
}
/*
.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 20px;
	color: #000;
	height: 50px;
	font-size: 18px;
	background: none;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #efefef;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	outline: 0;
}
*/
.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
	color: #000;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {}

.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px;
	color: #000;
	height: 140px;
	border-radius: 4px;
	border: 1px solid #efefef;
	resize: none;
	font-size: 18px;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form .form-group .theme-btn {
	cursor: pointer;
}

.fthd1,
.fthd1 a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 21px;
	color: #000;
	position: relative;
	text-align: left;
	margin: 0;
	margin-bottom: 20px;
	letter-spacing: 0;
}


/* Custom Select */

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	height: 50px;
	padding: 10px 20px 10px 20px;
	line-height: 30px;
	color: #3F3F3F3F3F3F;
	border: none;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #efefef;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 3px;
	text-indent: 0px;
	color: #333333;
}

.form-group .ui-button .ui-icon:before {
	font-family: "FontAwesome";
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #999999;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
	font-weight: 800;
}

.ui-widget.ui-widget-content {}

.ui-menu .ui-menu-item {
	font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #43b97e;
	border-color: #43b97e;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
}

.ui-menu-item:hover {
	background-color: #43b97e;
}

.sec-title h2 {
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 0;
	color: #0173BE;
}

.text {
	margin-bottom: 20px;
	font-size: 14px;
}

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 17px 56px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 3px;
	overflow: hidden;
	background-color: #02a5f0;
	border-radius: 30px;
	text-transform: uppercase;
	border: 0;
	transition: all 0.3s;
}

.btn-style-one:hover {
	background-color: #80bc02;
}

.a2bb {
	text-decoration: none;
	width: 100%;
	display: block;
	transition: all 0.3s;
	padding: 40px 25px 20px;
	background-color: #fff;
	position: relative;
	border: 1px solid #e8e8e8;
	text-decoration: none;
	color: #04206f;
	font-size: 14px;
	box-shadow: 0 30px 30px #eee;
	margin-bottom: 20px;
}

.a2bb::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 14px 14px;
	border-color: transparent transparent #e8e8e8 transparent;
	position: absolute;
	right: 4px;
	bottom: 4px;
}

.a2bb h3 {
	margin-top: 0;
	text-transform: uppercase;
}

.a2bb p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}

.contact-section .info-column h5 {
	margin-top: 40px;
}

img.mobimg {
	display: none;
}

.fthd1 {
	color: #f60;
}

.fthd2 {
	color: #000;
	font-weight: 300;
}

.innersec3 {
	clear: both;
	width: 100%;
	display: block;
	padding: 0px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #3f3f3f;
	font-size: 18px;
	line-height: 28px;
}

.innersec3 b {
	color: #242424;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 15px;
	width: 100%;
	display: block;
	line-height: 32px;
	font-weight: 700;
}

.innerleft {
	padding: 50px 20px !important;
}

.innerleft a {
	text-decoration: none;
	clear: both;
	background-color: #104C6E;
	color: #fff;
	border: 1px solid #104C6E;
	padding: 10px 45px;
	font-weight: 300;
	transition: all 0.3s;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 16px;
	margin-top: 20px;
	display: inline-block;
}

.innerleft a:hover {
	background-color: #fff;
	color: #104C6E
}

.innerleft p b {
	text-align: left;
	float: left;
	width: 100%;
	display: table;
	clear: both;
	color: #ee1c26;
	margin-bottom: 20px;
	font-size: 18px;
}

.section2inner ul {
	list-style: none;
}

.innerleft ul li {
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	margin-bottom: 30px;
	position: relative;
}

.innerleft ul li,
.section2inner ul li {
	text-align: left;
	padding-left: 30px;
	width: 100%;
	position: relative;
	clear: both;
	margin-bottom: 20px;
	color: #3f3f3f;
	font-size: 18px;
	line-height: 32px;
}

.page_ul ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 2px solid #f60;
}

.innerleft h3 {
	color: #0173BE;
	margin: 10px 0;
	font-size: 24px;
	margin-top: 40px;
}

.innerleft img {
	width: 140px;
	/* height: 150px; */
	text-align: center;
	/* line-height: 150px; */
	background-color: #fff;
	box-shadow: 0 21px 39px -16px rgba(34, 48, 116, 0.5);
	border-radius: 20px;
	float: left;
	padding: 30px;
	margin-right: 40px;
	margin-bottom: 20px;
}

.innerright {
	position: absolute;
	right: 0px;
	padding: 50px 30px !important;
	background-color: #efefef;
	width: 27%;
	height: 100%;
}


/* .sticky1{
	position: sticky;
	left: 0px; 
	top: 100px;
  } */

.innerright:before {
	position: absolute;
	right: -500px;
	width: 500px;
	height: 100%;
	content: "";
	background-color: #efefef;
	top: 0px;
}

.innerright h4 {
	font-size: 24px;
	font-weight: 600;
	color: #f60;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
}

.innerright ul {
	list-style: none;
	width: 100%;
	clear: both;
	display: block;
}

.innerright ul li {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.innerright ul a {
	text-decoration: none;
	color: #000;
	padding: 3px 10px 3px 20px;
	display: block;
	font-size: 16px;
	position: relative;
	z-index: 1;
	position: relative;
}

.innerright ul ul a {
	font-size: 14px;
}

.innerright ul a:hover:before,
.innerright ul a.active:before {
	width: 3px;
	height: 100%;
	left: 0px;
	top: 0px;
	content: "";
	background-color: #0173BE;
	position: absolute;
	z-index: 9;
}

.innerright ul ul a.active:before,
.innerright ul ul a:hover:before {
	display: none !important;
}

.innerright ul a.active:before {
	width: 3px;
}

.innerright ul a.active {
	color: #0173BE;
	font-weight: 600;
}

.innerright ul ul a.active,
.innerright ul ul a:hover {
	color: #0173BE;
	font-weight: bold;
}


/*homeservices*/

.homeservices {
	clear: both;
	width: 100%;
	display: table;
	background-color: #fff;
	padding: 50px 0 40px;
	position: relative;
}

.homeservices:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('../images/spark-single.svg');
	background-repeat: space no-repeat;
	background-position: left top 10px;
	background-size: 90px 90px;
	background-repeat: space repeat;
	background-position: left top;
}

.homeservices:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.5) 180px, #fff 200px, #fff 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.5) 180px, #fff 200px, #fff 100%);
}

.homeservices h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.4em;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #333;
}

.sec4-box {
	background: #fff;
	/* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1); */
	margin: 15px 0;
	padding: 25px;
	position: relative;
	text-align: left;
	margin-bottom: 5px;
	/* border: 1px solid #ccc; */
	transition: all 0.5s ease 0s;
	box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
	border-radius: 16px;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.sec4-box:hover {
	box-shadow: 5px 12px 20px rgba(36, 37, 38, 0.13)
}

.sb4-icon {
	/* background: #f47521;
  border: 1px solid #d55c0d;
  border-radius: 50%;
  float: none;
  height: 70px;
  margin: -60px auto auto;
  padding: 0;
 display: table;
  width: 70px;
  color: #fff;
  line-height: 70px; */
}

.sb4-icon img {
	/* width: 100px; */
	height: 80px;
}

.sb4-title a {
	text-decoration: none;
	color: #000;
	font-size: 24px;
	margin: 20px 0;
	display: block;
	transition: all 0.3s ease 0s;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
}

.sb4-title a:hover {
	color: #f47521;
}

.sb4-description p {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	margin-bottom: 20px;
}

.sb4-rmore {
	border: 1px solid #000;
	padding: 8px 20px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 300;
	transition: all 0.1s ease 0s;
}

.sb4-rmore:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ff4e00;
	background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
	border-color: #f47521;
}

.homeservicesin h2 {
	font-size: 38px;
	font-weight: 800;
	color: #083261;
}

.homeservicesin p {
	font-size: 18px;
	width: 90%;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 40px;
	color: #000;
}

.industrybanner .abouttopcont {
	bottom: auto;
	top: 25%;
}

.industrybanner .abouttopcont img {
	width: 55%;
	position: relative;
	z-index: 9;
	display: table;
	margin: auto;
	margin-top: 50px;
}

.industrybanner .aboutcont1 {
	margin-top: 20%;
}

.homeservices ul {
	list-style: none;
	width: 100%;
}

.homeservices ul li {
	float: left;
	display: inline-block;
	width: 33.33%;
	padding: 0px 10px;
}

.homeservices ul li a {
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 0px 15px 0px 70px;
	position: relative;
	color: #fff;
	font-size: 19px;
	text-decoration: none;
	transition: all 0.3s;
	height: 80px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 80px;
	/* border-top: 1px solid #e2e2e2; */
	background-color: #0173BE;
	margin-bottom: 20px;
	border-radius: 50px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	/* border-top-right-radius: 0 */
	border-top-right-radius: 0%;
}

.homeservices ul li a:hover {
	background-color: #f60;
}


/* .homeservices ul li:last-child a{border-bottom: 1px solid #e2e2e2;}
.homeservices ul li:nth-last-child(2) a{border-bottom: 1px solid #e2e2e2;}
.homeservices ul li:nth-last-child(3) a{border-bottom: 1px solid #e2e2e2;}
.homeservices ul li:nth-last-child(4) a{border-bottom: 1px solid #e2e2e2;} */

.homeservices ul li a span {
	display: table-cell;
	vertical-align: middle;
	line-height: 24px;
}


/* .homeservices ul li a:hover{color: #ec5d25;} */

.homeservices ul li a img {
	width: 28px;
	display: block;
	position: absolute;
	left: 30px;
	top: 24px;
	opacity: 0.5;
	transition: all 0.3s;
}

.homeservices ul li a:hover img {
	opacity: 0.75;
}


/* 
ul#myNavbar li:nth-child(2) a{background-color: #ffa575;}
ul#myNavbar li:nth-child(3) a{background-color: #ffd276;}
ul#myNavbar li:nth-child(4) a{background-color: #8bd3b9;}
ul#myNavbar li:nth-child(5) a{background-color: #79ddff;}
ul#myNavbar li:nth-child(6) a{background-color: #dda2cc;}

ul#myNavbar li a:hover{background-color: #ec5352; color: #fff;}
ul#myNavbar li:nth-child(2) a:hover{background-color: #f46f28; color: #fff;}
ul#myNavbar li:nth-child(3) a:hover{background-color: #feb82a; color: #fff;}
ul#myNavbar li:nth-child(4) a:hover{background-color: #0d7748; color: #fff;}
ul#myNavbar li:nth-child(5) a:hover{background-color: #41c8f5; color: #fff;}
ul#myNavbar li:nth-child(6) a:hover{background-color: #c75faa; color: #fff;}
 */

.homeservicesin ul li a {
	box-shadow: 0 10px 5px rgba(30, 96, 178, 0.2);
	border: .1rem solid #f7f7f7 !important;
	background-color: #f7f7f7;
	border-radius: 50px;
	position: relative;
	margin-bottom: 30px;
}

.homeservicesin ul li a:before {
	content: "\f178";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #083261;
	font-size: 24px;
	padding-right: 0.5em;
	position: absolute;
	top: 2px;
	right: 30px;
	transition: all 0.3s;
}

.homeservicesin ul li a:hover:before {
	right: 20px;
	color: #fff;
}

.homeservicesin ul li a:hover {
	background-color: #ec5d25;
	color: #fff;
	border-color: #ec5d25 !important;
	box-shadow: 0 10px 5px rgba(236, 93, 37, 0.2);
}

.ftbx1 {
	width: 100%;
	display: block;
	/* padding: 30px 0; */
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	/* border-bottom-right-radius: 50%; */
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
}

.ftcontbx {
	padding-left: 80px;
}

.ftbx1#s2 .ftcontbx,
.ftbx1#s4 .ftcontbx,
.ftbx1#s6 .ftcontbx,
.ftbx1#s8 .ftcontbx {
	padding-left: 0;
	padding-right: 80px;
}

.ftbx1 h2 {
	text-transform: capitalize;
	font-size: 46px;
	letter-spacing: 0px;
	color: #f60;
	margin-top: 70px;
	margin-bottom: 30px;
	font-weight: 900;
}


/* .ftbx1#s2:before{background-color: #ff8c4f;}
.ftbx1#s3:before{background-color: #ce8a00;}
.ftbx1#s4:before{background-color: #3c7c5f;}
.ftbx1#s5:before{background-color: #00a3d9;}
.ftbx1#s6:before{background-color: #c75faa;} */

.ftbx1 p {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 50px;
}

.ftbx1 a {
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	padding: 12px 30px;
	border: 1px solid #ff8182;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.3s;
	text-transform: capitalize;
	background-color: #ff8182;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.ftbx1#s2 a {
	background-color: #ffa575;
	border: 1px solid #ffa575;
}

.ftbx1#s3 a {
	background-color: #ffd276;
	border: 1px solid #ffd276;
}

.ftbx1#s4 a {
	background-color: #8bd3b9;
	border: 1px solid #8bd3b9;
}

.ftbx1#s5 a {
	background-color: #79ddff;
	border: 1px solid #79ddff;
}

.ftbx1#s6 a {
	background-color: #dda2cc;
	border: 1px solid #dda2cc;
}

.ftbx1#s2 a:hover {
	background-color: #fff;
	color: #000;
}

.ftbx1#s3 a:hover {
	background-color: #fff;
	color: #000;
}

.ftbx1#s4 a:hover {
	background-color: #fff;
	color: #000;
}

.ftbx1#s5 a:hover {
	background-color: #fff;
	color: #000;
}

.ftbx1#s6 a:hover {
	background-color: #fff;
	color: #000;
}

.ftbx1 a:hover {
	background-color: #fff;
	color: #000;
}

.ftimgbx {
	/* width: 360px; height: 360px; border-radius: 100%; display: table-cell;
background-color: #fff; text-align: center; vertical-align: middle; margin:auto;}
.fti{display: table; vertical-align: middle; margin:auto; */
	width: 100%;
}

.ftimgbx img {
	width: 100%;
	display: inline;
	vertical-align: middle;
	border-top-left-radius: 100%;
}

.ftbx1#s2 .ftimgbx img,
.ftbx1#s4 .ftimgbx img,
.ftbx1#s6 .ftimgbx img,
.ftbx1#s8 .ftimgbx img {
	border-top-left-radius: 0%;
	border-top-right-radius: 90% 90%;
}


/*homeservices*/

.modal-backdrop {
	z-index: 9999 !important;
}

.modal {
	z-index: 99999999999999999 !important;
}

.servicespg {
	width: 100%;
	display: table;
	padding: 40px 0 40px;
	background-color: #fff;
	background-image: url('../images/bg1.jpg');
	background-size: 50%;
	background-repeat: repeat-x;
	background-position: left top;
}

.servicespg h2 {
	position: relative;
	margin-top: 0px;
	color: #000064;
	font-size: 32px;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
}

.servicespg h2:before {
	position: absolute;
	left: calc(50% - 40px);
	bottom: 0px;
	width: 100px;
	height: 1px;
	background-color: #6cb148;
	content: "";
}

.servicespgbx {
	border-radius: 17px;
	box-shadow: 0 21px 39px -16px rgba(34, 48, 116, 0.5);
	width: 100%;
	padding: 20px;
	background-color: #fff;
	display: table;
	margin-bottom: 30px;
	text-align: center;
}

.servicespgbx img {
	max-width: 100%;
	display: table;
	margin: auto auto 30px;
	display: none;
}

.servicespgbx h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #6cb148;
	font-size: 32px;
	letter-spacing: 2px;
	line-height: 38px;
	font-family: 'Poppins', sans-serif;
	/* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}

.servicespgbx p {
	color: #626c84;
	font-size: 16px;
	line-height: 25px;
	height: 100px;
	padding: 0 20px;
	overflow: hidden;
	margin: 0 auto 40px 0;
}

.servicespgbx a.cta_button {
	bottom: auto;
	left: auto;
	margin: auto;
	display: table;
	float: none;
	right: auto;
	width: auto;
}

.servidpg h3 {
	color: #000064;
	margin: 0;
	padding-top: 0px;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin: 0px;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 30px;
	position: relative;
	color: #3F3F3F;
	font-family: 'Poppins', sans-serif;
}

.servidpg h3 img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
}

.servidpg h4 {
	color: #000;
	font-size: 19px;
	line-height: 28px;
}

.servidpg h1,
h2.jobdeshj {
	font-weight: 700;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #0173BE;
	font-family: 'Poppins', sans-serif;
	display: block;
	letter-spacing: 0;
	line-height: 48px;
}

h2.jobdeshj {
	margin-bottom: 40px;
}

.servidpg p {
	font-size: 18px;
	color: #3F3F3F;
	line-height: 32px;
	font-weight: 400;
	text-align: left;
}

.servidpg ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	clear: both;
}

.servidpg ul li {
	width: 33.33%;
	float: left;
	position: relative;
	padding: 6px 0 6px 25px;
	font-size: 16px;
	color: #3F3F3F;
	display: inline-block;
}

.servidpg ul li:before {
	position: absolute;
	top: 8px;
	left: 5px;
	font-family: FontAwesome;
	font-weight: 900;
	content: "\f105";
	color: #ed1a24;
}

.contact-section .ft_soc a {
	text-decoration: none;
	background-color: #fff;
	font-size: 21px;
	margin-right: 6px;
	transition: all 0.3s;
	width: 42px;
	height: 42px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	border-radius: 42px;
}

.newsinnerpg {
	width: 100%;
	display: table;
	padding: 50px 0;
}

.newsmbx {
	clear: both;
	width: 100%;
	clear: both;
}

.newsmbx a {
	text-decoration: none;
	width: 100%;
	display: table;
	color: #222;
	padding: 20px 0;
	transition: all 0.3s;
	border-bottom: 1px solid #979797;
}


/* .newsmbx a:hover{margin-top: -5px;} */

.newsmbx a h2 {
	font-size: 21px;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 28px;
}

.newsmbx a p {
	font-size: 16px;
	line-height: 24px;
}

.newsmbx a .col-sm-4 img {
	width: 80%;
	display: block;
	float: right;
	transition: all 0.3s;
}

.newsmbx a:hover .col-sm-4 img {
	width: 80%;
	display: block;
	float: right;
	opacity: 0.5;
}

img.arrowimg {
	display: inline-block;
	width: 15px;
	position: relative;
	left: 10px;
	top: 5px;
	float: none;
}

.newsmbx span {
	clear: both;
	width: 100%;
	margin-top: 25px;
	text-transform: uppercase;
	color: #fd553a;
	letter-spacing: 2px;
	display: inline-block;
	font-size: 13px;
}


/* .newscontpg a.backbtn{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #646464;
    position: absolute;
    right: 0px; top: 0px;
} */

.newscontpg img.arrowred {
	transform: rotate(180deg);
	position: relative;
	margin-right: 10px;
	top: 0px;
}

.newscontpg span {
	color: #2d2110;
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600
}

.newscontpg h1 {
	width: 100%;
	display: block;
	font-size: 36px;
	line-height: 42px;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	color: #f35123;
}

.newscontpg h1:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 80px;
	background-size: 100%;
	height: 2px;
	content: "";
	background-color: #2d2110;
	/* background-image: url('../images/border2.png'); */
	display: block;
}


/* .newscontpg a{color: #2d2110;} */

.newsimg {
	width: 90%;
	float: right;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.newscontpg p {
	color: #3F3F3F;
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
}

.newscontpg span {
	color: #2d2110;
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

a.backbtn {
	position: absolute;
	right: 15px;
	top: -20px;
	padding: 10px 20px;
	background-color: #02a5f0;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s;
}

a.reg {
	padding: 10px 20px;
	background-color: #354d25;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

a.reg:hover {
	background-color: #ec3104;
}

a.backbtn:hover {
	background-color: #f60;
}

.newscontpg ul {
	list-style: none;
	margin-bottom: 20px;
	display: inline-block;
}

.newscontpg ul li {
	width: 100%;
	float: left;
	position: relative;
	padding: 6px 0 6px 25px;
	font-size: 18px;
	line-height: 28px;
	color: #3F3F3F;
}

.newscontpg ul li:before {
	position: absolute;
	top: 6px;
	left: 5px;
	font-family: FontAwesome;
	font-weight: 900;
	content: "\f105";
	color: #80bc02;
}

a.backbtn i {
	margin-right: 10px;
	-webkit-animation-name: turnLeftRight;
	animation-name: turnLeftRight;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 5s;
}

@-webkit-keyframes turnLeftRight {
	0%,
	50%,
	100% {
		transform: translateX(-5px);
	}
	25%,
	75% {
		transform: translateX(5px);
	}
}

@keyframes turnLeftRight {
	0%,
	50%,
	100% {
		transform: translateX(-5px);
	}
	25%,
	75% {
		transform: translateX(5px);
	}
}

.formbox,
.jobsposbx {
	width: 100%;
	display: table;
	padding: 50px 0 20px;
	background-color: #fff;
}

.jobp1 {
	text-decoration: none;
	color: #000;
	padding: 30px;
	width: 100%;
	display: block;
	background-color: #fff;
	position: relative;
	box-shadow: 0 8px 16px 0 rgba(0, 11, 18, .1);
	/* border-top: 3px solid #44cb47; */
	text-align: left;
	margin-bottom: 30px;
	display: table;
	transition: all 0.3s;
}

.jobp1 h4 {
	font-size: 16px;
	line-height: 24px;
	color: #ff5524;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0;
}

.jobp1 a {
	display: table;
	height: 32px;
	text-decoration: none;
	line-height: 32px;
	margin: auto;
	padding: 0 20px;
	/* font-weight: 700; */
	/* letter-spacing: 2px; */
	transition: all 0.3s;
	background-color: #02a5f0;
	color: #fff;
	font-size: 14px;
	border: 2px solid #02a5f0;
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px;
	float: left;
}

.jobp1 a:hover {
	background-color: #ed1a24;
	color: #fff;
	border-color: #ed1a24;
}

ul.jobloc_map {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
}

ul.jobloc_map li {
	float: left;
	width: 100%;
	/* margin-right: 20px; */
	font-size: 16px;
	color: #666;
	/* clear: none; */
	font-weight: 400;
	display: block;
	clear: both;
	/* width: auto; */
	margin-bottom: 15px;
	padding-left: 0px;
}

ul.jobloc_map li span {
	float: right;
	color: #666
}

ul.jobloc_map li:after {
	display: none;
}

.jobloc_map li em {
	margin-right: 10px;
}

ul.jobloc_map p {
	color: #000;
	font-weight: 600
}

.jobloc_map .col-sm-6 {
	padding: 0 10px
}

.innerservmenu{
  position: sticky;
  top: 100px;
  width: 100%;
  display: flex;
  z-index: 99;
  text-align: center;
  background-color: #253974
}
.innerservmenu li{
  /* display: inline-flex; */
display: inline-grid;
position: relative;
flex-grow: 1;
align-items: center;
  
  color: #fff;
  font-size: 16px;
}
.innerservmenu li a{
  text-decoration: none;
  color: #fff;
  padding: 20px 15px;
  display: block;
  transition: all 0.3s
}
.innerservmenu li a:hover, .innerservmenu li a.active{
  background-color: #f60;
}


/*pgbx*/
.pgbx{
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #fff;
  position: relative;
  /* background-size: cover;
  background-image: url('../images/bg3.png') */
}
.pgbx h2 {
	color: #282828;
	font-size: 36px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}

.pgbx h2 span {
	color: #2ac2bc;
}

.pgbx p{
  font-size: 18px;
line-height: 32px;
/* font-weight: 300; */
width: 100%;
clear: both;
font-style: normal;
color: #3f3f3f;
margin-bottom: 30px;
}
.pgbx11 p{text-align: left;}
.pgbx11 img{margin-top: 40px;}


/*resbx1*/
.resbx1{
  width: 100%;
  display: table;
  overflow: hidden;
  padding: 50px 0;
  /* background-image: url("../images/bg2.png");
  background-position: top right;
  background-repeat: no-repeat; */
  background-color: #f8f8f8;
}
.resbx1 img{width: 35%; display: block; float: right;}
.item--title {
  font-size: 32px;
  line-height: 1.33333;
  color: #000;
  margin-top: 0
}
.item--title.st-line-left1 span {
  padding-left: 82px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.item--title.st-line-left1 span i {
  width: 54px;
  height: 3px;
  position: absolute;
  top: 21px;
  left: 0;
  background-color: #1ce596;
  background-image: -webkit-gradient(linear, left top, right top, from(#1ce596), to(#9af657));
  background-image: -webkit-linear-gradient(left, #1ce596, #9af657);
  background-image: -moz-linear-gradient(left, #1ce596, #9af657);
  background-image: -ms-linear-gradient(left, #1ce596, #9af657);
  background-image: -o-linear-gradient(left, #1ce596, #9af657);
  background-image: linear-gradient(left, #1ce596, #9af657);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#1ce596', endColorStr='#9af657', gradientType='1');
}

.item--title.st-line-left1 span i {
  background: #f60  !important;
}
.padding-r-80 {
  padding: 0 0 0 82px;
}
.about1 p, .resbx1 p{
  font-size: 18px;
line-height: 32px;
/* font-weight: 300; */
width: 100%;
clear: both;
font-style: normal;
color: #3f3f3f;
margin-bottom: 30px;
}
.pgbx h3{
  text-transform: uppercase;
  color: #029fe3;
  font-size: 21px;
}
/*resbx1*/


.careers_slideBlock {
padding: 28px 30px;
background: #fff;
text-align: left;
width: 100%;
text-align: left;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
box-shadow: 0 5px 10px -5px rgba(11,11,17,.05),0 20px 60px -20px rgba(11,11,17,.2);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}

.careers_slideBlock h3 {
font-size: 22px;
line-height: 28px;
color: #000;
margin-bottom: 15px;

}

.careers_openingsWrapper {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}

.careers_openingsWrapper .slick-slider {
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
display: block;
min-width: 100%;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1
}

.careers_slideDetails {
margin-bottom: 30px;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
.careers_slideDetails p{margin-bottom: 10px;}

.careers_openingsWrapper .careers_slide {
margin: 0 15px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: auto;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}

.careers_openingsWrapper .slick-track {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-left: 0
}

.careers_slideDetails p strong,
.careers_slideDetails p span,
.careers_slideBlock a {
color: #403e3f;
font-size: 16px;
line-height: 22px;

}

.careers_slideBlock a {

}

.careers_slideDetails p span {

}

.view_btn {
margin-top: 60px !important;
margin-bottom: 0
}

.careers_slideBlock a {
color: #fff;
margin: 0 auto 0 0;
padding: 9px 23px;
background-color: #f60;
text-decoration: none;
transition: all 0.3s;

}

.careers_slideBlock a:hover {
background-color: #253974;
color: #fff;
}

.companyStats h3,
.companyStats .companyStats-line {
letter-spacing: 1px;
border-bottom: 2px solid #31bbae
}



/*08FAQsbx*/

/* .faqbx {
	width: 100%;
	display: table;
	overflow: hidden;
	position: relative;
	padding: 50px 0px;
	background-color: #efefef;
} */


/* .faqbx:before{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.89;
} */

.faqbx h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #0173BE;
	position: relative;
	margin: 0 0 20px;
	font-size: 36px;
	text-align: center;
}


/*08FAQsbx*/

.section2inner {
	padding: 50px 0;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	position: relative
}

.section2inner h2 {
	font-weight: 700;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #0173BE;
	font-family: 'Poppins', sans-serif;
	display: block;
	letter-spacing: 0;
	line-height: 48px;
	position: relative
}

.section2inner h2::before {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 80px;
	height: 1px;
	background-color: #f60;
	content: "";
}

.section2inner p {
	font-size: 18px;
	color: #3F3F3F;
	line-height: 32px;
	font-weight: 400;
	text-align: left;
}


/*webinarspg*/

.webinarspg {
	width: 100%;
	display: table;
	padding: 40px 0;
	background-color: #fff;
}

.webinarspg h2 {
	position: relative;
	margin-top: 0px;
	color: #063f77;
	font-weight: 600;
	font-size: 38px;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.webinarspg h2:before {
	position: absolute;
	left: calc(50% - 40px);
	bottom: 0px;
	width: 80px;
	height: 1px;
	background-color: #f15d21;
	content: "";
}

.webinar1 {
	clear: both;
	width: 100%;
	display: table;
	padding: 40px;
	background-color: #fff;
	position: relative;
	border-radius: .5rem;
	-moz-border-radius: .5rem;
	-webkit-border-radius: .5rem;
	box-shadow: 0 20px 15px rgba(30, 96, 178, 0.2);
	border: .1rem solid #f7f7f7;
	margin-bottom: 40px;
}

.webinar1 a.webbtn1 {
	text-decoration: none;
	color: #2361a8;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	display: table;
}

.webinar1 a.webbtn1:hover {
	text-decoration: underline;
}

.webinar1 a.webbt2 {
	padding: 10px 20px;
	background-color: #f15d21;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 16px;
	display: inline-block;
	margin-top: 20px;
}

.webinar1 a.webbt2:hover {
	background-color: #2361a8;
}

.webinar1 p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin: 5px 0;
	width: 100%;
	clear: both;
	display: inline-block;
}

.webinar1 p b {
	color: #ef212b;
	font-weight: 600;
	font-size: 18px;
}


/*webinarspg*/

.whitepaperbx {
	width: 100%;
	display: table;
	padding: 50px 0;
	background-color: #fff;
}

.asset-usual {
	padding-bottom: 32px;
	margin: 15px 0
}

.asset-usual .asset_body {
	text-overflow: ellipsis;
	min-height: 143px;
	display: block;
	margin-bottom: 0;
	padding: 30px 20px 0;
	border: 1px solid transparent;
}

.asset_category {
	color: #5b5b5b;
}

.asset_category span {
	color: #ec3104
}

.asset-usual .asset_title {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 32px;
}

.asset-usual .asset_bottom {
	padding: 0 20px;
	text-align: center
}

.asset-usual .asset_bottom .asset_button {
	margin: 0
}

.asset-usual .asset_category {
	/* text-transform:uppercase; */
	line-height: 24px;
	font-size: 15px;
	font-weight: 400
}

.asset-usual .asset_text {
	margin: 20px 0 0!important;
	line-height: 26px;
	font-size: 16px;
	font-weight: 400
}

.asset {
	position: relative;
	background-color: #fff;
	box-shadow: 0 21px 39px -16px rgba(34, 48, 116, 0.5);
}

.asset_header {
	position: relative;
	display: block;
	padding-top: 60%;
}

.bg-cover,
.bg-tl {
	background-repeat: no-repeat;
	position: relative;
}

.plogo {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #fff;
	width: 100px;
}

.bg-cover {
	background-size: cover;
	background-position: 50%;
}

.gradient-btn {
	font-weight: 300;
	font-size: 19px;
	color: #000;
	text-align: center;
	text-decoration: none !important;
	line-height: 1;
	background: #fff;
	padding: 8px 23px;
	display: inline-block;
	border-radius: 18px;
	outline-style: none !important;
	position: relative;
	margin: 20px 0 0;
	box-sizing: border-box;
	transition: all .4s;
	z-index: 0;
	overflow: visible;
	text-align: left;
}

.gradient-btn::before {
	background: linear-gradient(90deg, #009edb, #009edb);
	background: -ms-linear-gradient(90deg, #009edb, #009edb);
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	height: calc(100% + 4px);
	width: calc(100% + 4px);
	border-radius: 24px;
	opacity: 0;
	z-index: -1;
	transition: opacity .45s;
}

.gradient-btn i {
	color: #f1441b;
	font-weight: 400;
	margin-left: 17px;
}

.gradient-btn-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
	border-radius: 24px;
	transition: all .4s;
}

.gradient-btn::after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	height: calc(100% + 4px);
	width: calc(100% + 4px);
	background: linear-gradient(90deg, #ee3104, #2d2110);
	background: -ms-linear-gradient(90deg, #ee3104, #2d2110);
	border-radius: 24px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .11);
	transition: all .4s ease-out;
	z-index: -2;
}

.asset_body h3 {
	color: #2361a8;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	display: table;
	width: 100%;
}

.asset_body h3 a {
	margin-top: 10px;
	font-size: 16px;
}

.abouttab3 h5 {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 500;
}


/*footer*/

.footer {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 30px 0;
	background-color: #121b29;
	position: relative;
}
/* 
.footer:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.77;
	background-color: rgba(0, 16, 62, 1);
} */

.Path_9 {
	overflow: visible;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_9 {
	opacity: 0.77;
	fill: rgba(0, 16, 62, 1);
}

.footer img {
	height: 55px;
}

.home_addressleft {
	float: left;
	width: 25%;
	padding-right: 0px;
}

.home_addressleft ul {
	list-style-type: none;
}

.home_addressleft li {
	color: #333;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 26px;
	margin: 5px 0;
	width: 100%;
}

.home_addressleft li p {
	color: #fff;
	float: right;
	font-size: 14px;
	line-height: 26px;
	width: 85%;
}

.home_addressleft li span {
	color: #d81324;
	float: left;
	font-size: 24px;
	height: 40px;
	text-align: center;
	width: 40px;
}

.prodmenu {
	margin-top: 70px;
}

/* .footer_menu {
	float: left;
	width: 33.33%;
	margin-bottom: 10px;
} */

.footer_menu1 {
	padding-left: 25px;
}

.footer_menu ul.ftqlinks1 {
	list-style-type: none;
	width: 100%;
	float: left;
}

.footer_menu ul li {
	width: 100%;
	margin-bottom: 5px;
	float: left;
	position: relative;
	line-height: 28px;
}

.footer_menu ul.qlinks1 li {
	width: 40%;
	float: left;
	display: inline-block;
}

.footer_menu ul.ftsocul li {
	/* padding-left: 30px; */
}

.footer_menu ul.ftsocul li a i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #2ac2bc
}

.footer_menu ul li a {
	text-decoration: none;
	color: #fff;
	padding-left: 0px;
	display: block;
	font-size: 14px;
	font-weight: 300;
	transition: all 0.3s;
}


/* 
.footer_menu ul li a:before {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-size: 16px;
  content: "\f101";
  transition: all 0.3s;
  font-family: FontAwesome;
} */

.footer_menu ul li a:hover {
	color: #2ac2bc;
}

.footer_menu ul li a:hover:before {
	color: #2ac2bc;
}

.footer_hd {
	position: relative;
	color: #2ac2bc;
	font-size: 21px;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: capitalize;
	/* letter-spacing: 2px; */
	font-weight: 500;
	display: inline-block;
	clear: both;
	width: 100%;
}

.footer_hd a{
	text-decoration: none;
	color: #2ac2bc;
	margin-top: 30px;
	display: inline-block;
	transition: all 0.3s;
}
.footer_hd a:hover{color: #fff;}
/* .footer_hd::before {
  width: 50px;
  height: 3px;
  background-color: #2ac2bc;
  content: "";
  position: absolute;
  left: 0%;
  bottom: -15px;
  z-index: 9;
} */

.footer_social {
	
}

.footer_social ul {
	float: left;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 5px;
	width: auto;
}

.footer_social ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.footer_social ul li a {
	background: #fff;
	border-radius: 100%;
	color: #fff;
	display: table;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	outline: medium none;
	text-align: center;
	transition: all 0.3s;
	text-decoration: none;
	width: 36px;
}

.footer_social ul li a:hover {
	background: #2ac2bc none repeat scroll 0 0;
	color: #fff;
}

.copy_right {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 20px 0px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	clear: both;
	width: 100%;
	margin-top: 20px;
	display: inline-block;
	letter-spacing: 0.5px;
}

.copy_right span {
	color: #d81324;
	font-weight: 400;
}

.footer_social .form-control {
	margin-bottom: 10px;
	border-radius: 0px;
}

.footer_social .btn {
	width: 100%;
	border-radius: 0px;
	text-transform: capitalize;
	background-color: #2ac2bc;
	border: 0px;
	transition: all 0.3s;
}

.footer_social .btn:hover {
	background-color: #2ac2bc;
}

.ft_soc {
	float: left;
	display: inline-block;
	margin-left: 30px;
}

.ft_soc a {
	text-decoration: none;
	color: #fff;
	font-size: 32px;
	margin-right: 60px;
	text-align: center;
	transition: all 0.3s;
	border-radius: 100%;
	display: inline-block;
	margin-top: -5px;
}
.ftll{
	float: right;
	
	display: none;
}
.ftll a{
	text-decoration: none;
	transition: all 0.3s;
	margin-left: 30px;
}
.ftll a img{

}
/* .ft_soc1 a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	margin-top: 15px;
} */

.footertop .footer_hd {
	position: relative;
	color: #2ac2bc;
	font-size: 26px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: capitalize;
	/* letter-spacing: 2px; */
	font-weight: 600;
	display: inline-block;
	clear: both;
	width: 100%;
	letter-spacing: 3px;
}

.ft_soc a:hover {
	color: #2ac2bc;
}

.ft_qt {
	clear: both;
	width: 80%;
	margin: auto;
	display: table;
	text-align: center;
	margin-top: 15px;
}

.ft_qt p {
	line-height: 21px;
	color: #b9eaff;
}

.footer span.contttt {
	clear: both;
	display: block;
	color: #9B9AAD;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 20px;
	width: 75%;
}

.footer span a {
	text-decoration: underline;
	color: #2ac2bc;
}

.ftcopu {
	width: 100%;
	display: inline-block;
	margin-top: 40px;
	border-top: 1px solid #898d94;
	padding-top: 30px;
}

.Subtraction_1 {
	overflow: visible;
	position: absolute;
	width: 600px;
	height: 69.151px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -30px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

#Subtraction_1 {
	fill: rgba(255, 102, 0, 1);
}

.ftcopu span {
	z-index: 9;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	opacity: 0.5;
}
.ftcan{
	float: right;
	display: inline-block;
}
.ftcan a{
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	margin-left: 20px;
	color: #fff;
	transition: all 0.3s;
}
.ftcan a:hover{opacity: 0.5;}

.footertop{
	clear: both;
	width: 100%;
	display: table;
	border-bottom: 1px solid #898d94;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.footer_social .footer_hd{float: left; width: auto;} 



.homesolutions{
	width: 100%;
	display: table;
	padding: 60px 0 30px;
	clear: both;
	/* background-image: url(../images/bg3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top; */
}
.homesolutions h3 {
    font-size: 32px;
    /* text-transform: uppercase; */
    color: #282828;
    margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	font-weight: 300;
}
.homesolutions h3 span{font-weight: 600;}
/* .homesolutions h3:before{
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	width: 60px;
	height: 3px;
	content: "";
	background-color: #81c90e;
} */

.homesolutions h2 {
    color: #9e9e9e;
	font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
	
}
span.bghddd{
	position: absolute;
	left: 0;
	top: 40px;
	color: rgba(248,248,248,1);
	font-weight: 700;
	font-size: 86px;
	text-transform: uppercase;
}
.accocontt{padding: 40px 20px 0 20px}
.accocontt p{margin-bottom: 0; color: #282828; font-size: 14px; line-height: 26px;}

.section4 {
	background-color: #edf0f3;
	width: 100%;
	display: table;
	padding: 60px 0 30px;
	position: relative;
	/* background-image: url(../images/jj_co.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center; */
}

.section4 h2 {
	color: #282828;
	font-size: 36px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}

.section4 h2 span {
	color: #2ac2bc;
}

.section4 h3 {
	font-size: 23px;
	line-height: 36px;
	font-weight: 300;
	color: #282828;
	margin-bottom: 0;
	padding-left: 20px;
	border-left: 5px solid #253974;
	margin-bottom: 50px;
	/* opacity: 0.7; */
}

.section4 a {
	text-decoration: none;
	display: table;
	transition: all 0.3s;
	width: 100%;
	color: #fff;
	background-color: #447ea1;
}
.section4 a:hover{
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.45);
-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.45);
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.45);
}
.solimgg{width: 100%; display: block; overflow: hidden;}
.section4 a img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}
.section4 a:hover img {transform: scale(1.1);}
.sec4bx {
	padding: 20px;
	width: 100%;
	display: block;
	min-height: 250px;
	position: relative;
}

.sec4bx1 {
	min-height: 214px;
}

.sec4bx h4 {
	color: #fff;
	font-size: 18px;
	margin: 0px 0 15px;
	font-weight: 400;
	/* letter-spacing: 1px; */
}

.sec4bx p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: 300;
}

.sec4bx i {
	font-size: 18px;
	transition: all 0.3s;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.section4 a:hover i {
	margin-left: 10px;
}

a.sec4anch1 {
	margin-bottom: 20px;
}

a.sec4anch1 .sec4bx {
	padding: 15px
}

.section4 a.sec4anch1 img {
	height: 214px;
	object-fit: cover;
	object-position: center;
}



/*asection2*/
.asection2{
  /* padding: 40px 0;
  clear: both;
  width: 100%;
  display: table;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #efeeee; */
  /* background-image: url('../images/bg1.jpg');
background-size: 50%;
background-repeat: repeat;
background-position: left center; */
  padding: 70px 0;
  width: 100%;
  display: table;
  background-color: #fff;
}

.asection2 h4 {
	color: #09090a;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 2px;

}
.asection2 h2 {
	color: #003180;
	font-size: 32px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 46px;
}

.asection2 p{
  font-size: 18px;
line-height: 38px;
/* font-weight: 300; */
width: 100%;
clear: both;
font-style: normal;
color: #9e9e9e;
margin-bottom: 30px;

}
.as_shape{
	position: absolute;
	left: 0;
	top: -5%;
	width: 40%;
	height: 105%;
	display: block;
	content: "";
	background-color: #ecfffe;
}


.aboutbx2{
  background-color: #fff;
  /* background-image: url(../images/h8-bg-section2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  width: 100%;
  display: table;
  padding: 60px 0;
  /* background-image: url('../images/bg1.jpg');
background-size: 50%;
background-repeat: repeat;
background-position: left center; */
}
.aboutbx2 img{width: 90%; display: block;}
.aboutbx2 h2 {
	color: #282828;
	font-size: 36px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}

.aboutbx2 h2 span {
	color: #2ac2bc;
}
.aboutbx2 p{
  font-size: 18px;
line-height: 32px;
/* font-weight: 300; */
width: 100%;
clear: both;
font-style: normal;
color: #3f3f3f;
margin-bottom: 30px;

}
.abtbtm1{margin-top: 30px;}
.abtbtm1 h4{
  font-size: 18px;
  font-weight: 600;
  color: #253974;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  

}
.abtbtm1 h4:before{
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #f60;
  font-size: 24px;
  padding-right: 0.5em;
  position: absolute;
  top: -3px;
  left: 0;
}
.abtbtm1 p{color: #000; line-height: 28px; font-size: 15px; margin-top: 10px;}


.aboutbx3{
  clear: both;
  width: 100%;
  display: table;
  padding: 60px 0;
  background-image: url('../images/bg-service.jpg');
background-position: center center;
background-size: cover;
position: relative;
}
.bg-overlay-black{
  background-color: rgba(14, 14, 14, 0.58);
  opacity: 1;
  transition: background .3s, border-radius .3s, opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 60px 0px;
}
.ab3bx1{}
.ab3bx1 h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0px;
}

.ab3bx1 h2 span {
	color: #2ac2bc;
}
.ab3bx1 p{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-top: 15px;
}
.ab3bx2{
  clear: both;
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}

.inner-four-sec {
  background-color: #fff;
  box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
  -webkit-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
  -khtml-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
  -moz-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
  -ms-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
  -o-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
  padding: 30px 20px;
  width: 100%;
  /* margin-right: 2%; */
  border-radius: 0px;
  /* margin-top: 4%; */
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  transition: all 0.3s;
}

.item--overlay {
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #c2292e;
  /* background-image: -moz-linear-gradient(left, #e6242a, #c2292e); */
  border-radius: 5px;
  position: absolute;
  transition: all .2s linear 0ms;
  opacity: 0;
  display: none;
}


.inner-four-sec a{
  text-decoration: none;
  color: #000;
}
/* .inner-four-sec:hover .item--overlay {
  background-color: #c2292e;
  opacity: 1;
  position: absolute;
} */


/* .inner-four-sec::before {
  content: '';
  top: 11px;
  right: -11px;
  background-color: #c2292e;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: -1;
  display: none;
} */

.inner-four-sec:hover {
  
  z-index: 1;
  background-color: #253974;
  transition: all 0.3s;
}
/* .inner-four-sec1:hover{background-color: #00a4e9;}
.inner-four-sec2:hover{background-color: #3faaa5;}
.inner-four-sec3:hover{background-color: #d28115;} */

.inner-four-sec:nth-child(4) {
  margin-right: 0;
}

.inner-four-sec:hover .four-sec-title {
  color: #fff;
}

/* .inner-four-sec:hover .text-gradient {
  background-image: -moz-linear-gradient(left, #fff, #fff);
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
} */

.inner-four-sec:hover .para-normal {
  color: #fff;
}

.four-sec-title {
  font-size: 20px;
  font-weight: bold;
}

.text-gradient {
  background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
  background-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 65px;
}

.text-gradient1 {
  position: absolute;
  right: 0px;
  background-image: -webkit-linear-gradient(left, #0a5d53, #1AB49A);
  background-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 59px;
  opacity: .40;
  bottom: -19px;
}
.four-sec-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}
p.para-normal{
font-size: 14px;
line-height: 28px;
/* font-weight: 300; */
width: 100%;
clear: both;
font-style: normal;
color: #3f3f3f;
margin-bottom: 30px;

}
svg.sec3arr1{
  width: 12px;
  display: table;
  margin: auto;
}
svg.sec3arr2{
  width: 12px;
  display: none;
}
.inner-four-sec:hover svg.sec3arr1{display: none;}
.inner-four-sec:hover svg.sec3arr2{display: table; margin: auto;}

.padb20{padding-bottom: 25px; min-height: 355px;}
.ab3ico{
  width: 70px;
  height: 70px;
  display: table;
  margin:  auto;
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: left top;
}
.inner-four-sec:hover .ab3ico{
  background-position: left bottom;
}
.ab3ico1{
  width: 55px;
  height: 55px;
  display: table;
  float: right;
  background-repeat: no-repeat;
  background-size: 55px;
  opacity: 0.15;
  position: absolute;
  right: 0px;
  bottom: 0;
  background-position: left top;
}

.aboutqlinks{
	clear: both;
	width: 100%;
	display: table;
}
.aboutqbx1{
	width: 40%;
	float: left;
	display: inline-block;
}
.aboutqbx2{width: 20%;}
.aboutqbx3{width: 50%;}
.aboutqcont1{
	width: 100%;
	display: block;
	height: 300px;
	background-color: #202f46;
	text-align: center;
	padding: 75px 30px;
}
.aboutqcont1 h3{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px
}
.aboutqcont1 p{font-size: 14px; color: #fff; font-weight: 300;}
.aboutqbx1 img{width: 100%;
	display: block; height: 300px; object-fit: cover; object-position: center center;}


.asection3{
	width: 100%;
	display: block;
	padding: 70px 0;
	background-color: #fbfbfb;
	position: relative;
	min-height: 600px;
}
.asection3:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 25%;
	height: 100%;
	background-color: #e8e8e8;
}
.asection3 img{
	position: absolute;
	left: 0;
	top: 0;
	width: 38%;
	display: block;
}

.homesolutions1::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 25%;
	height: 100%;
	background-color: #e8e8e8;
  }
img.hss{
	position: absolute;
	right: 0;
	top: auto;
	bottom: 0;
	width: 35%;
	display: block;
}
.asec3inner{
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.asec3inner:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";

}
.asec3inner svg{
	position: absolute;
	left: -50px;
	top: 15px;
	width: 80px;
	z-index: -1;
}
.Icon_awesome-quote-left1 {
	fill: rgba(235,235,235,1);
}
.asec3inner h4{
	color: #09090a;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.asec3inner h2{
	color: #003180;
	font-size: 28px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 46px;
}
.asec3inner ul{
	list-style: none;
	width: 100%;
	display: block;
}
.asec3inner ul li{
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	width: 100%;
	clear: both;
	color: #9e9e9e;
	margin-bottom: 15px;
	padding-left: 30px;

	background-image: url(../images/list1.png);
	background-size: 17px 15px;
	background-repeat: no-repeat;
	background-position: left 7px;
}

.asection33{background-color: #fff; padding: 60px 0}
.asection33:before{display: none;}
.asection33 img{
	position: relative;
	top: auto;
	left: auto;
	width: 75%;
	display: table;
	margin:auto;
}

.asection4{
	width: 100%;
	display: table;
	padding: 60px;
	position: relative;
	text-align: center;
	background-image: url(../images/team-diversity-rh-2018.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.Rectangle_54_cc {
	position: absolute;
	overflow: visible;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
  }
  #Rectangle_54_cc {
	opacity: 0.9;
	fill: url(#Rectangle_54_cc);
  }
  .asection4 h4{
	  color: #ff644a;
	  font-size: 14px;
font-weight: 600;
margin-top: 0;
text-transform: uppercase;
margin-bottom: 20px;
letter-spacing: 2px;
  }
  .asection4 h2{
	color: #fff;
font-size: 32px;
font-weight: 500;
margin-top: 0;
margin-bottom: 30px;
line-height: 46px;
  }
  .asection4 .col-sm-3{
	  padding: 0 20px
  }
a.asec4an{
	display: block;
	width: 100%;
	padding: 30px;
	border: 4px solid transparent;
	transition: all 0.3s;
	color: #fff;
	outline: 1px solid #13cdde;
	min-height: 420px;
}
a.asec4an:hover{border: 4px solid #13cdde}
.asec4img{
	width: 150px;
	height: 150px;
	background-color: #76cdd8;
	border-radius: 150px;
	display: table;
	margin:auto;
	text-align: center;
}
.asec4img img{margin-top: 50px; width: 60px;}
a.asec4an h3{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 15px 0;
}
a.asec4an p{
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
}


.asection5{
	width: 100%;
	display: table;
	padding: 60px 0;
	background-color: #fbfbfb;
}
.asection5 h2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
	color: #09090a;
	margin-top: 0;
	font-weight: 600;
}
.asection5 h2 span{
	font-weight: 200;
}
.w-20{
	float: left;
	display: inline-block;
	width: 20%;
}




/*boardofdir*/
.boardofdir{
    width: 100%;
    display: table;
    padding: 0 0 40px;
    /* letter-spacing: 1px; */
    background-color: #fff;
}
ul.resp-tabs-list li img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 1px solid #737373;
    border-radius: 100px;
    position: absolute;
    left:0;
    top:20px;
}
ul.resp-tabs-list li h5{
    margin-bottom: 0;
    font-size: 21px;
    color: #3d3d3d;
	font-weight: 600;
}
ul.resp-tabs-list li h6{
    
    margin-top: 10px;
    font-size: 16px;
    color: #6d6d6d;
	font-weight: 400;
}

/* #ChildVerticalTab_1{
    padding: 30px;
    background-color: #fff;
    display: inline-block !important;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
} */

.resp-tab-content {
    font-size: 17px;
    line-height: 28px;
    color: #3d3d3d;
}
.resp-tabs-container .respright{
    /* display: table;
    margin:auto;
    border: 1px solid #aaaaaa;
    width: 200px; */
	position: absolute;
	right: 0;
	top: 0;
}
.resp-tabs-container .respright img{width: 26px;}
.resp-tabs-container h2{
    text-align: left;
	font-size: 28px;
    color: #003180;
    font-weight: 600;
    
}
.resp-tabs-container h2 span{position: relative;}
.resp-tabs-container h2 span:before{
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #09b3ad;
    content:""
}
.resp-tabs-container h3{
    text-align: left;
    font-size: 14px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;;
	margin-top: 10px;
	font-weight: 400;
	border-bottom: 1px solid #000;
    
}




.innerserv h1 {
	width: 100%;
	display: block;
	color: #000;
	font-size: 36px;
	font-weight: 700;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
	text-align: center;
	margin-top: 0px;
}

.innerserv h1::before {
	position: absolute;
	left: calc(50% - 161px);
	bottom: 0px;
	width: 322px;
	height: 4px;
	content: "";
	background-color: #f60;
	/* background-image: url('../images/border2.png'); */
	display: block;
}

.innerserv label {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 400;
}

.innerserv label span {
	color: #ff7149;
}

.innerserv input.form-control,
.innerserv textarea.form-control {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 20px;
	color: #777777;
	height: 50px;
	font-size: 18px;
	background: none;
	font-weight: 400;
	border-radius: 4px;
	border: 2px solid #ccc;
	outline: 0;
	margin-bottom: 10px;
	background-color: #fff;
}

.innerserv textarea.form-control {
	height: 100px;
}

.innerserv .col-sm-12 {
	display: table;
	width: 100%;
}

input.subres {
	padding: 10px 40px 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border: 0px;
	background-color: #f60;
	transition: all 0.3s;
	margin: 30px auto 0;
	display: table;
  font-family: 'Poppins', sans-serif;
}

input.subres:hover {
	background-color: #000;
}

.jobloc_map {
	width: 100%;
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 10px 0px 20px 0;
}

.jobloc_map li,
.page_ul .jobloc_map li {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	color: #3b3b3b;
	clear: none;
	font-weight: 400;
	display: inline-block;
	width: auto;
	padding-left: 0px;
}

a.backbtn {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px 20px;
	background-color: #c8212f;
	color: #fff;
	text-decoration: none;
}

a.backbtn i {
	margin-right: 10px;
}

img.deskno {
	display: none;
}

.pageTxt {
	width: 100%;
	float: left;
	position: relative;
}


.contact-info-box {
	text-align: center;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #eef7f7;
	border: 1px solid #fbe4d4;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
  font-size: 16px;
}

.contact-info-box:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: #173058;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
}

.contact-info-box .icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 25px;
	color: #f60;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 12px;
	position: relative
}

.contact-info-box .icon i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0
}

.contact-info-box h3 {
	margin-bottom: 10px;
	margin-top: 0;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 18px;
	color: #000;
  font-weight: 600;
}

.contact-info-box p {
	margin-bottom: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.contact-info-box p a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}

.contact-info-box p a:hover {
	color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.contact-info-box p:last-child {
	margin-bottom: 0
}

.contact-info-box:hover:before {
	height: 100%
}

.contact-info-box:hover h3,
.contact-info-box:hover p a {
	color: #fff
}


/*servicespg*/

#career_form {
	width: 100%;
	display: inline-block;
	padding: 60px 0 50px;
	/* background-color: #f7f9fa; */
	margin-bottom: 0;
	overflow: hidden !important;
}

.circle-svg {
	position: absolute;
	right: 0px;
	top: 0px;
}

.circle-svg svg {
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.contact-section {
	position: relative;
}

.contact-section {
	position: relative;
	padding: 40px 50px 0;
	background-size: 60%;
	background-image: url('../images/dds1.png');
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

.contact-section .pattern-layer {
	position: absolute;
	left: 50px;
	bottom: 80px;
	width: 774px;
	height: 416px;
	background-repeat: no-repeat;
}

.contact-section .pattern-layer-two {
	position: absolute;
	right: 0px;
	top: 180px;
	width: 454px;
	height: 120px;
	background-repeat: no-repeat;
}

.contact-section .icon-layer-two {
	position: absolute;
	right: 230px;
	top: 380px;
	width: 69px;
	height: 69px;
	opacity: 0.6;
	background-repeat: no-repeat;
}

.contact-section .icon-layer-three {
	position: absolute;
	right: 230px;
	bottom: 230px;
	width: 69px;
	height: 69px;
	background-repeat: no-repeat;
}

.contact-section .info-column {
	position: relative;
	margin-bottom: 40px;
}

.contact-section .info-column .inner-column {
	position: relative;
	/* padding-top: 80px; */
}

.contact-section .info-column .icon-layer {
	position: absolute;
	left: 170px;
	top: 40px;
	width: 69px;
	height: 69px;
	background-repeat: no-repeat;
}

.contact-section .info-column .image {
	position: relative;
	margin-bottom: 35px;
}

.contact-section .info-column h5 {
	position: relative;
	width: 100%;
	text-align: left;
	color: #000;
	font-weight: 300;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 32px;
}
.contact-section .info-column h5 span{font-weight: 600;}
.contact-section .info-column h5:before {
	position: absolute;
	left: 0;
	width: 120px;
	height: 2px;
	background-color: #89e6ef;
	content: "";
	bottom: 0px;
}

.contact-section .info-column p {
	font-size: 14px;
line-height: 26px;
width: 100%;
clear: both;
font-style: normal;
color: #9e9e9e;
margin-bottom: 30px;
}

.contact-section .info-column ul.contact-list li p {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	list-style: none;
	font-size: 18px;
	line-height: 32px;
	color: #3f3f3f;
	margin-top: 5px;
}

.default-form .form-group {
	display: table;
	outline: 0
}

.contact-section .info-column .contact-list li {
	position: relative;
	margin-bottom: 10px;
}

.contact-section .info-column .contact-list li strong {
	position: relative;
	display: block;
	color: #ef4924;
	font-size: 19px;
	margin-bottom: 3px;
	font-weight: 600
}

.contact-section .info-column .contact-list li a {
	position: relative;
	color: #f60;
	font-size: 21px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.contact-section .info-column .contact-list li a:hover {
	color: #111111;
}

.contact-section .form-column {
	position: relative;
	margin-bottom: 40px;
}

.contact-section .form-column .inner-column {
	position: relative;
	padding: 60px 100px;
	margin-left: 40px;
	z-index: 9;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
}


/* .contact-section .color-layer {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 465px;
    height: 465px;
    z-index: -1;
    border-radius: 50%;
    background-color: #00aead;
} */

.default-form .form-group {
	position: relative;
	margin-bottom: 0px;
}

.default-form .form-group:last-child {
	margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 20px;
	color: #000;
	height: 60px;
	font-size: 16px;
	background: none;
	font-weight: 400;
	border-radius: 0;
	border: 1px solid #dbdbdb;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	outline: 0;
	background-color: #fbfbfb;
	box-shadow: 0;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

/*.default-form .form-group input::-webkit-input-placeholder,*/
/*.default-form .form-group textarea::-webkit-input-placeholder {*/
/*	color: #000;*/
/*	background-color: #fbfbfb;*/
/*	border: 1px solid #dbdbdb;*/
/*	box-shadow: 0;*/
/*}*/

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {}

.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px;
	color: #777777;
	height: 140px;
	border-radius: 0;
	border: 1px solid #dbdbdb;
	resize: none;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: 0;
	margin-bottom: 20px;

	color: #000;
	background-color: #fbfbfb;
	border: 1px solid #dbdbdb;
	font-family: 'Poppins', sans-serif;
}

.default-form .form-group .theme-btn {
	cursor: pointer;
}


.contactbottombx{
	width: 100%;
	display: table;
	padding: 80px 0 50px;
	
	background-color: #fff;
	background-size: 40%;
background-image: url('../images/dds2.png');
overflow: hidden;
background-repeat: no-repeat;
background-position: left top;
}
.contactbottombxin{
	width: 100%;
	display: block;
	position: relative;
	padding: 50px
}
.contactbottombxin svg.Rectangle_131_bo{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#Rectangle_131_bo {
	fill: url(#Rectangle_131_bo);
  }
.contactbottombxin1{
	position: relative;
	z-index: 9;
	width: 100%;
	display: table;
}
.contactbottombxin img{width: 20%; z-index: 9;
	position: absolute; right: 0; bottom: 0;}


.contactbottombxin1 h2{
	position: relative;
width: 100%;
text-align: left;
color: #fff;
font-weight: 300;
margin-top: 0;
padding-bottom: 20px;
margin-bottom: 20px;
font-size: 34px;
line-height: 50px;
}
.contactbottombxin1 h2 span{
	font-weight: 600;
}
.contactbottombxin1 a{
	text-decoration: none;
	background-color: #263852;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	border-radius: 5px;
	transition: all 0.3s;
	padding: 12px 30px;
	transition: all 0.3s;
	margin-right: 20px;
}
.contactbottombxin1 a:hover{background-color: #000 !important;}

.contactbottombxin1 ul{
	list-style-type: none;
	width: 80%;
	margin-top: 60px;
	display: flex;

}
.contactbottombxin1 ul li{
	float: left;
	display: inline-block;
	/* width: 50%; */
	padding-left: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	letter-spacing: 1px;
	margin-right: 20px;
}
.contactbottombxin1 ul li svg.Icon_ionic-ios-checkmark-circl{
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	fill: #00fff4;
}
/* Custom Select */

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	height: 50px;
	padding: 10px 20px 10px 20px;
	line-height: 30px;
	color: #777777;
	border: none;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #efefef;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 3px;
	text-indent: 0px;
	color: #333333;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #999999;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
	font-weight: 800;
}

.ui-widget.ui-widget-content {}

.ui-menu .ui-menu-item {
	font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #43b97e;
	border-color: #43b97e;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
}

.ui-menu-item:hover {
	background-color: #43b97e;
}

.sec-title h2 {
	position: relative;
	width: 100%;
	text-align: center;
	color: #000;
	font-weight: 300;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 50px;
	font-size: 32px;
}
.sec-title h2 span{font-weight: 600;}
.sec-title h2:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 150px;
	height: 2px;
	background-color: #89e6ef;
	content: "";
	bottom: 0px;
	margin: auto;
	display: table;
}

.text {
	margin-bottom: 20px;
	font-size: 14px;
}

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	padding: 8px 40px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 5px;
	overflow: hidden;
	background-color: #14dee2;
	text-transform: uppercase;
	border: 0;
	transition: all 0.3s;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover {
	background-color: #000;
	color: #14dee2;
}

.a2bb {
	text-decoration: none;
	width: 100%;
	display: block;
	transition: all 0.3s;
	padding: 40px 25px 20px;
	background-color: #fff;
	position: relative;
	border: 1px solid #e8e8e8;
	text-decoration: none;
	color: #04206f;
	font-size: 14px;
	box-shadow: 0 30px 30px #eee;
	margin-bottom: 20px;
}

.a2bb::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 14px 14px;
	border-color: transparent transparent #e8e8e8 transparent;
	position: absolute;
	right: 4px;
	bottom: 4px;
}

.a2bb h3 {
	margin-top: 0;
	text-transform: uppercase
}

.a2bb p {
	font-size: 16px;
	line-height: 26px;
	color: #000
}


.careertopbx{
	width: 100%;
display: table;
padding: 0px 0 30px;
clear: both;
position: relative;
margin-top: 50px;
}
.careertopbx::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 25%;
	height: 100%;
	background-color: #e8e8e8;
  }
  .careertopbx img.hss{
	  width: 45%
  }
  .careertopbx h2{
	color: #003180;
	font-size: 30px;
	font-weight: 600;
	line-height: 42px;
	margin-top: 0;
	margin-bottom: 20px;
  }
  .careertopbx p{
	font-size: 18px;
line-height: 38px;
width: 100%;
clear: both;
font-style: normal;
color: #9e9e9e;
margin-bottom: 30px;
  }


  
.careersmainpg{
	background-color: #fbfbfb;
	display: table;
	padding: 60px 0;
	width: 100%;
  }
  
  .hditworksbx img{width: 250px; border: 25px solid #061e4a; border-radius: 100%;}
  .hditworksbx p{
	  font-size: 18px; color: #fff;
	  margin-top: 100px;
	  text-align: left;
  }
  .hbefore, .hbafter{position: relative;}
  .hbefore:before{
	  position: absolute;
	  width: 30px;
	  height: 120px;
	  background-image: url('../images/1/right_arrow.png');
	  background-repeat: no-repeat;
	  top: 85%; left: 83%;
	  content: "";
	  background-size: 100%;
	  z-index: 99;
  }
  .hbafter:after{
	  position: absolute;
	  width: 30px;
	  height: 120px;
	  background-image: url('../images/1/leftt_arrow.png');
	  background-repeat: no-repeat;
	  top: 85%; left: 5%;
	  content: "";
	  z-index: 99;
	  background-size: 100%;
  }
  
  .jobdescripp{
	  background-color: #fff;
	  padding: 50px 70px;
	  font-size: 16px;
	  line-height: 32px;
	  color: #fff;
	  display: inline-block;
	  margin-bottom: 0;
	  width: 100%;
	  border-radius: 0px;
  }
  .jobtop{
	  clear: both; width: 100%;
	  margin-bottom: 50px;
  }
  .jobtop span{
	  float: left;
	  display: inline-block;
	  margin-right: 25px;
	  color: #4A4A4A;
	  font-size: 16px;
  }
  .jobtop span img{width: 17px; margin-right: 20px}
  .accordion-content .jobdescripp p{
	  font-weight: 400;
	  font-size: 16px;
	  margin: 0px;
	  color: #4A4A4A;
	  line-height: 32px;
	  margin-bottom: 15px;
	  clear: both;
	  width: 100%;
	  padding: 0;
	  background-color: transparent;
  }
  .jobdescripp h3{
	  color: rgba(239,73,36,1);
	  text-align: left;
	  font-size: 19px;
	  margin-bottom: 20px;
	  font-weight: 600;
  }
  .jobdescripp ul{
	  list-style: none;
	  margin-bottom: 20px;
  }
  .accordion-content .jobdescripp ul li{
	  position: relative;
	  padding-left: 40px;
	  font-size: 16px;
	  margin-bottom: 0px;
	  background-image: url('../images/png_1_c.png');
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-size: 13px;
	  color: #4A4A4A;
	  margin-bottom: 7px;
  
  }
  .jobdescripp a{
	  background-color: #14dee2;
	  border-radius: 10px;
	  padding: 8px 30px;
	  margin-top: 20px;
	  color: #000;
	  text-decoration: none;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  font-size: 14px;
	  transition: all 0.3s;
	  display: inline-block;
  }
  .jobdescripp a:hover{
	  color: #14dee2;
	  background-color: #000;
  }
  
  .jobtop span img {
	  width: 20px;
	  margin-right: 10px;
	  float: left;
	  display: inline-block;
	  margin-top: 5px;
  }
  /* .careersmainpg h1{
	text-align: center;
	color: #0B2E4F;
  font-size: 34px;
  line-height: 42px;
	font-weight: 400;
	margin-bottom: 20px;
  }
  .careersmainpg h1 span{font-weight: 600;} */

  .careersmainpg h1 {
	position: relative;
	width: 100%;
	text-align: center;
	color: #000;
	font-weight: 300;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 50px;
	font-size: 32px;
}
.careersmainpg h1 span{font-weight: 600;}
.careersmainpg h1:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 150px;
	height: 2px;
	background-color: #89e6ef;
	content: "";
	bottom: 0px;
	margin: auto;
	display: table;
}
  
  
  h5.modal-title{font-size: 24px; text-align: center; width: 100%;
  text-transform: uppercase; color: #113062; font-weight: 700; letter-spacing: 2px;}
  button.close{
	  position: absolute;
	  right: -15px;
	  top: -15px;
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	  text-align: center;
	  background-color: #ef4924;
	  transition: all 0.3s;
	  border-radius: 40px;
	  opacity: 1;
	  padding: 0px;
	  margin: 0 !important;
  }
  button.close:hover{opacity: 1; background-color: #1070b9;}
  .close span{font-size: 21px; color: #fff;}

  .bpmpgbx h2{
	  font-size: 36px;
	  margin-bottom: 0;
  }
  .bpmpgbx h2 span{font-weight: 600;}
  .bpmpgbx h2:before{display: none;}
  .bpmbxx{
	  width: 100%;
	  display: table;
	  padding: 40px;
	  background-color: #eeeeee;
	  border-left: 6px solid #76cdd8;
	  transition: all 0.3s;cursor: pointer;
	  color: #333;
	  min-height: 205px;
  }
  .bpmbxx:hover{color: #fff; background-color: #76cdd8;}
  .bpmpgbx .col-sm-6{padding: 5px}
  .bpmcol2{border-color: #b1d084;}
  .bpmcol3{border-color: #ddbd77;}
  .bpmcol4{border-color: #d082ca;}
  .bpmcol5{border-color: #77aecc;}
  .bpmcol6{border-color: #f7c3b2;}

  .bpmbxx.bpmcol2:hover{color: #fff; background-color: #b1d084;}
  .bpmbxx.bpmcol3:hover{color: #fff; background-color: #ddbd77;}
  .bpmbxx.bpmcol4:hover{color: #fff; background-color: #d082ca;}
  .bpmbxx.bpmcol5:hover{color: #fff; background-color: #77aecc;}
  .bpmbxx.bpmcol6:hover{color: #fff; background-color: #f7c3b2;}

  .bpmpgbx33 p{
	  font-size: 16px;
	  line-height: 30px;color: #333;
	  margin-bottom: 30px;
  }
  .bpmpgbx33 ul li{color: #333;}



  .bpmbxx h5{
	margin-top: 0;
margin-bottom: 20px;
font-size: 18px;
font-weight: 600;
  }
  .bpmbxx p{
	font-size: 15px;
line-height: 26px;
margin-bottom: 0;
  }
/*app_process*/
.app_process{
	width: 100%;
	display: table;
	padding: 40px 0;
	background-color: #fff;
  }
  
  h5.modal-title{font-size: 24px; text-align: center; width: 100%;
  text-transform: uppercase; color: #113062; font-weight: 600; letter-spacing: 2px;}
  button.close{
	  position: absolute;
	  right: -15px;
	  top: -15px;
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	  text-align: center;
	  background-color: #14dee2;
	  transition: all 0.3s;
	  border-radius: 40px;
	  opacity: 1;
	  padding: 0px;
	  margin: 0 !important;
  }
  button.close:hover{opacity: 1; background-color: #000;}
  .close span{font-size: 21px; color: #000;}
  button.close:hover span{color: #fff;}
  
  .btmcontright form input.form-control, .modal-body form input.form-control{
	  border: 0px;
	  border-bottom: 2px solid #ccc;
	  color: #000;
	  box-shadow: none;
	  border-radius: 0px;
	  font-size: 14px;
	  margin-bottom: 25px;
	  width: 100%;
  }
  .btmcontright form input.form-control:focus, .btmcontright form textarea.form-control:focus,
  .modal-body form textarea.form-control:focus, .modal-body form input.form-control:focus{border-color: #00aaff;}
  .btmcontright form textarea.form-control, .modal-body form textarea.form-control{
	  border: 0px;
	  border-bottom: 2px solid #ccc;
	  color: #000;
	  box-shadow: none;
	  border-radius: 0px;
  
  }
  
  form input.btn-1{
	  width: auto;
	  height: auto;
	  text-transform: uppercase;
	  font-size: 14px;
	  color: #fff;
	  background-color: #ef4924;
	  padding: 12px 60px;
	  border-radius: 56px;
	 margin-top: 25px;
	 font-weight: 600;
	 transition: all 0.3s;
	 border: 0px;
  }
  form input.btn-1:hover{
	  background-color: #FF8800;
  }
  .modal-body input.btn-1{display: table; margin: auto; margin-top: 20px;}
  .modal-body input.btn-1:hover{background-color: #14dee2; color: #000;}
  .modal-body{width: 100%;}
  .modal-dialog{}
  .modal-header{border-bottom: 0px;}
  .modal-body{display: table;}
  .modal-header .close{padding: 0px; opacity: 1;}
  .modal-header .close:hover{padding: 0px; opacity: 1;}
  .modal-backdrop.show {
	opacity: .5;
  }
  label{font-weight: 300; font-size: 14px;}

  .consultancypgbx:before{display: none;}
  .consultancypgbx p{padding: 0 10%}


  .mobno{display: block;}
  .opadd50{padding: 0 50px;}

  .servsec2{
	width: 100%;
	display: table;
	padding: 60px 50px;
	background-image: url('../images/servbg1.jpg');
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: left center;
	background-color: #fbfbfb;
}
.servsec22{
	background-position: right center;
	background-color: #fff;
}
.servsec2 h3{
	color: #003180;
font-size: 24px;
font-weight: 600;
margin-top: 0;
margin-bottom: 20px;
}
.servsec2 p{
	font-size: 16px;
line-height: 36px;
width: 100%;
clear: both;
font-style: normal;
color: #9e9e9e;
margin-bottom: 30px;
}
.servsec2 ul{
	list-style: none;
	width: 100%;
	clear: both;
}
.servsec2 ul li{
	position: relative;
	color: #000;
	padding: 5px 0 5px 20px;
	font-size: 18px;
	width: 50%; float: left;
}

.servsec21 ul li{width: 100%; float: none; clear: both; margin-bottom: 5px;}
.servsec2 ul li:before{
	position: absolute;;
	left: 3px;
	top: 15px;
	width: 7px;
	height: 7px;
	content: "";
	background-color: #53c1ff;
}
.mobimg {
  display: none;
}

.transformationpg{padding-bottom: 100px;}
.transformationpg img.hss{width: 43%}

.qbcont1 h3{margin-bottom: 15px; margin-top: 15px; font-size: 18px;}
.qbcont1 p{width: 85%;}

.dmcontbx111{padding: 40px}
.dmcontbx111 h2{
	font-size: 32px;
	color: #000;
	line-height: 46px;
}


.transformationbtm{
	display: table;
	width: 100%;
	position: relative;
	padding: 50px 0;
	background-image: url(../images/Thinks8dd35e85fill-1366x700for_b.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.AdobeStock_305724406-scaled_ca {
	/* overflow: visible; */
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* transform: matrix(1,0,0,1,0,0); */
  }
  #AdobeStock_305724406-scaled_ca {
	opacity: 0.63;
	fill: url(#AdobeStock_305724406-scaled_ca);
  }
  .transformbxxx{
	  width: 100%;
	  display: block;
	  border-radius: 15px;
	  background-color: #fff;
	  padding: 40px;
	  min-height: 392px;
	  border-bottom: 6px solid #ff644a;
  }
  .transformbxxx h2{
	  text-align: center;
	  margin-top: 0;
	  margin-bottom: 15px;
	  color: #333;
	  font-size: 18px;
	  font-weight: 600;

  }
  .transformbxxx p{
	font-size: 15px;
	line-height: 26px;
	color: #333;
  }
/* ===========================
   ====== Media Queries ====== 
   =========================== */


/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
	body {
		overflow-x: hidden !important;
		padding-top: 80px;
	}
	.header {
		background-color: #fff;
	}
	.side-cta,
	.social,
	.scroll-link {
		display: none;
	}
	.container1_inner {
		width: 100%;
	}
	.container {
		width: 100%;
		display: block;
		max-width: 100%;
		min-width: 100%;
	}
	/* .header{padding: 5px 0px;} */
	.menu2 {
		display: block;
		top: 25px;
		right: 10px;
		z-index: 9999;
	}
	.menu {
		display: none;
	}
	.home_link {
		height: 400px;
	}
	.hl_video video {
		/* width: 150%;
        left: -25% */
		height: 400px;
		width: auto;
		left: -25%;
	}
	.hl_circle {
		width: 100%;
		top: 25%;
	}
	.hl_circle h2 {
		font-size: 18px;
		margin-bottom: 5px;
		margin-top: 0;
	}
	.hl_circle p {
		font-size: 16px;
		margin-bottom: 0;
		width: 100%;
	}
	.hl_circle a {
		margin-top: 10px;
		font-size: 12px;
		padding: 10px 20px;
	}
	.top_social {
		display: none;
	}
	.logo a {}
	.home_link {
		/* background-color: #fff; */
	}
	.hl_video video {
		/* opacity: 0.5; */
	}
	.section1 {
		/* padding-top: 20px; */
	}
	.banner_hd h2 {
		font-size: 32px;
	}
	.title-items__title {
		font-size: 32px;
		line-height: 46px;
		margin-bottom: 20px;
	}
	.section-hero_cont {
		top: 25%;
		display: block;
	}
	.title-items__subtitle {
		letter-spacing: 0;
		font-size: 12px;
	}
	.bannerboxcont {
		width: 100%;
		left: 0;
		top: 150px;
	}
	.pghd1::before {
		display: none;
	}
	.pghd1 h2,
	.solhdbx h2 {
		font-size: 32px;
	}
	.pghd1 h4,
	.solhdbx h4 {
		width: 100%;
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.section1::after {
		height: 80%;
	}
	.section1 ul li {
		width: 50%;
	}
	.section1 ul li:last-child {
		display: none;
	}
	.section1 ul li a .b2info {
		padding: 20px;
	}
	.section1 ul li a .b2info .b2hd1 {
		padding-top: 40px;
		font-size: 18px;
		line-height: 28px;
	}
	.b2info .b2rm1 {
		font-size: 14px;
	}
	.solhdbx {
		padding: 0px;
		width: 100%;
		margin-bottom: 20px;
	}
	.solhdbx a {
		bottom: auto;
		top: -40px;
		font-size: 14px;
		padding: 5px 15px;
	}
	.button-line {
		min-width: 40px;
	}
	.section1 ul li {
		width: 100%;
		clear: both;
	}
	.solinfo h3 {
		font-size: 24px;
		line-height: 32px;
	}
	.solhdbx2 p {
		font-size: 21px;
		line-height: 32px;
	}
	a.expbx1 {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	a.expbx1 .expbody {
		position: relative;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		padding: 0;
		margin-top: 40px;
	}
	.section4 {
		margin-bottom: 30px;
	}
	.section5 {
		width: 100%;
	}
	.dual-box-left {
		width: 100%;
		clear: both;
		padding: 30px;
	}
	.dual-box-holder {
		display: -webkit-block;
		display: -ms-block;
		display: block;
	}
	.dual-box-content h2 {
		font-size: 24px;
	}
	.dual-box-content p {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}
	.dual-box-content a {
		font-size: 16px;
	}
	.mFooter {
		display: block;
		padding: 20px;
		height: auto;
		padding: 20px 0 0;
		text-align: center;
		font-size: 11px;
		overflow: hidden;
	}
	.mFooter a {
		float: none;
	}
	.mFooter .pull-right {
		display: table;
		margin: auto;
		float: none !important;
	}
	.site-footer-content,
	.footer-contacts {
		display: -webkit-block;
		display: -ms-block;
		display: block;
	}
	.copyright-box {
		margin-bottom: 20px;
	}
	.footer-contacts p a {
		font-size: 16px;
	}
	.footer-soc {
		width: 100%;
		clear: both;
		margin-top: 15px;
	}
	ul.soc-links li {
		margin-left: 0;
		margin-right: 20px;
	}
	.innertxt1 {
		top: 30%;
		padding: 0 0px;
	}
	.inner_banner h1 {
		font-size: 18px !important;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.innertxt1 ul li {
		font-size: 12px;
	}
	.inner_banner img {
		/* opacity: 0.75; */
		width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: center center;
	}
	.inner_banner {
		/* background-color: #fff; */
		margin-top: 0;
	}
	.innertxt1 ul li::after {
		top: 3px;
	}
	.innersec1 h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.innersec1 p {
		font-size: 16px;
		line-height: 24px;
	}
	.whyUs .whyleft {
		width: 100%;
	}
	.whyUs .whyright,
	.whyright li {
		width: 100%;
		clear: both;
	}
	.whyleft h2 {
		font-size: 28px;
	}
	.solcont1 h3 {
		font-size: 21px;
		line-height: 28px !important;
	}
	.solcont1 p {
		font-size: 14px;
		line-height: 21px;
	}
	.page_left,
	.page_right {
		width: 100%;
		clear: both;
	}
	.page_right {
		margin-top: 40px;
	}
	.page1 .sticky {
		position: -webkit-relative;
		position: -moz-relative;
		position: -o-relative;
		position: -ms-relative;
		position: relative;
		top: 0px;
	}
	.page1 h2,
	.jobpositions1 h2 {
		font-size: 24px;
	}
	.page1,
	.jobpositions1 p {
		font-size: 18px;
		line-height: 26px;
	}
	.job_des {
		width: 100%;
		clear: both;
		margin-top: 15px;
	}
	.fulltime {
		top: -50px;
	}
	.com_name {
		font-size: 18px;
	}
	ul.jobloc_map li,
	.jobpositions1 p {
		font-size: 16px;
	}
	.com_name {
		width: 100%;
	}
	.page_ul ul li {
		font-size: 16px;
		line-height: 26px;
	}
	.careerform .form-group {
		padding: 0;
		margin-top: 20px;
	}
	.careerform h2 {
		font-size: 24px;
	}
	.careerform input.form-control,
	.careerform textarea.form-control,
	.modal-body input.form-control,
	.modal-body textarea.form-control {
		font-size: 14px;
	}
	input.subres {
		font-size: 16px;
	}
	.contactpg {
		padding: 30px 0;
		display: block;
	}
	.add1 h5 {
		font-size: 18px !important;
		line-height: 28px;
	}
	.adbxin a {
		font-size: 16px;
	}
	/* .carousel-inner{height: 100%;} */
	.section1 h2 {
		font-size: 21px;
		line-height: 28px;
		/* padding: 40px; */
	}
	.aboutconttt {
		width: 100%;
	}
  .flip-card{margin-top: 15px !important;}
	.aboutcontent a {
		margin-left: 0;
		font-size: 14px;
	}
	.abox1 {
		padding: 40px 20px;
	}
	.abox1 img {
		width: 100px;
		margin: auto;
		display: table;
	}
	.abox1 h4 {
		font-size: 24px;
		text-align: center;
	}
	.abox1 p {
		font-size: 14px;
		text-align: center;
	}
	.abox1 a {
		float: none;
		display: table;
		margin: auto;
		font-size: 14px;
	}
	.sec2left h2 {
		font-size: 28px;
	}
	.sec2left h2 {
		font-size: 24px;
	}
	.sec2left h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.ftleft1 {
		width: 100%;
		clear: both;
		display: table;
		margin-bottom: 20px;
	}
	.footer {
		padding: 40px 20px 20px;
	}
  .ftcopu span{font-size: 9px;}
  .Subtraction_1{width: 100%;}
  .Subtraction_1{bottom: -20px;}
	.add_text {
		font-size: 16px;
	}
	.ftul1 li a {
		font-size: 14px;
	}
	.aboutbx2 h2 {
		font-size: 24px;
	}
	.aboutpgg h3 {
		font-size: 21px;
	}
	.innerpg1.aboutpgg1,
	.innerpg1.aboutpgg2 {
		background-image: none !important;
	}
	.innerpg1.aboutpgg2 {
		padding: 0;
	}
	img.mobimg {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.page_content,
	.page_nav {
		width: 100%;
		clear: both;
	}
	.stickme {
		position: relative;
		-webkit-position: relative;
		-moz-position: relative;
		-o-position: relative;
		-ms-position: relative;
		top: 0px;
		right: 0;
	}
	.inner_banner ul {
		width: 100%;
		left: 0;
		/* display: none; */
	}
	.servidpg h1 {
		font-size: 26px;
		line-height: 32px;
		letter-spacing: 0;
	}
	.servidpg p {
		font-size: 14px;
		line-height: 21px;
	}
	.sub {
		float: right;
	}
	.page_content h2 {
		text-align: left;
		font-size: 21px;
	}
	.job_dets {
		width: 100%;
	}
	.fixme {
		position: relative;
		-webkit-position: relative;
		-moz-position: relative;
		-o-position: relative;
		-ms-position: relative;
		top: 0px;
		right: 0;
	}
	h1#goBottom {
		font-size: 24px;
	}
	.jobdescription label {
		font-size: 12px;
	}
	.contact-section .form-column .inner-column {
		margin: 0;
		display: table;
		width: 100%;
		padding: 20px;
	}
	.default-form .form-group {
		width: 100%;
	}
	.sec-title h2 {
		font-size: 24px;
	}
	.default-form .form-group input[type="text"],
	.default-form .form-group input[type="email"],
	.default-form .form-group select {
		font-size: 14px;
	}
	.default-form .form-group textarea {
		font-size: 14px;
	}
	.contact-section .info-column h5 {
		margin-top: 0;
	}
	.fthd2 {
		color: #000;
	}
	a.sec1bx1 {
		padding: 40px
	}
	a.sec1bx1 h3 {
		font-size: 24px;
	}
	a.sec1bx1 p {
		font-size: 16px;
		line-height: 24px;
	}
	.sectopimg {
		position: relative;
		width: 100%;
		height: 400px
	}
	.section2 h2,
	.btomsec h2 {
		font-size: 18px;
		line-height: 26px;
	}
	.btomce {
		display: block;
		width: 100%;
	}
	.section2,
	.sec2btmbx1 {
		display: block;
	}
	.aboutbx11 img {
		width: 100%;
		display: block;
	}
	.ftleft1 {
		padding-left: 0 !important;
	}
	.homeservices ul li {
		width: 100%;
		clear: both;
	}
	.homeservices ul li a {
		font-size: 18px;
		height: 60px;
		line-height: 60px;
	}
	.homeservices ul li a img {
		top: 15px;
	}
	.homeservices {
		padding-top: 70px;
	}
	.ftcontbx {
		padding-left: 0
	}
	.ftbx1 h2 {
		margin-top: 30px;
		font-size: 28px;
	}
	.ftbx1 p {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.ftbx1 a {
		font-size: 14px;
	}
	.ftimgbx img,
	.ftbx1#s2 .ftimgbx img,
	.ftbx1#s4 .ftimgbx img,
	.ftbx1#s6 .ftimgbx img {
		border-radius: 0
	}
	.fti {
		clear: both;
		margin-top: 40px;
		display: inline-block;
	}
	.ftbx1#s2 .ftcontbx,
	.ftbx1#s4 .ftcontbx,
	.ftbx1#s6 .ftcontbx {
		padding: 0px;
		text-align: left;
	}
	.modal-dialog {
		width: 90% !important;
		margin: 60px auto;
	}
	.modal-body h2 {
		font-size: 18px;
	}
	.modal-body label,
	.reservationbx4 label {
		font-size: 12px;
	}
	.ptoplinks a {
		font-size: 12px;
	}
	.projectdetailspg h2 {
		font-size: 18px;
		display: inline-block;
	}
	.projectdetailspg h6 {
		font-size: 16px;
		line-height: 24px;
	}
	.packages_page h2 {
		font-size: 18px;
	}
	.innergal1 ul li {
		width: 100%;
		clear: both;
	}
	.innergal1 {
		display: block;
	}
	.title-items__title span.hero-title1 {
		font-size: 36px;
	}
	/* .title-items__title span.hero-title{font-size: 24px; top: 20px} */
	a.banneranch {
		padding-top: 40px;
		font-size: 14px;
	}
	.item-box p {
		font-size: 10px;
		line-height: 16px;
		height: 64px;
		overflow: hidden;
	}
	.sectionsolutions h2,
	.sectionsolutions1 h2,
	.abtcont h2,
	.sec-title h2,
	.sectionsolutions h4 {
		font-size: 18px;
	}
	.service-box-content h3 {
		font-size: 16px;
	}
	.overlay {
		padding: 20px
	}
	.footer_menu,
	.home_addressleft {
		width: 100%;
		clear: both;
		border-left: 0;
		padding: 0;
		min-height: auto;
	}
	.copy_right {
		font-size: 10px;
		padding-bottom: 20px;
	}
	.dev-process-section .container {
		position: relative;
	}
	.dev-process-section h2,
	.section3 h2,
	.latestblog h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.font-weight-normal {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.section-hero_cont a {
		display: table;
		margin: auto;
	}
	/* .owl-dots .owl-dot span{width: 21px !important;} */
	.aboutcontent h3 {
		font-size: 16px;
		line-height: 26px;
	}
	.aboutcontent p {
		font-size: 14px;
		line-height: 24px;
	}
	.section2 h1,
	.section3 h1 {
		font-size: 21px;
		line-height: 26px;
	}
	.section2 h2,
	.section3 h2 {
		font-size: 26px;
		line-height: 32px;
	}
	.section2 h2 a {
		position: relative;
		top: auto;
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.top50 {
		top: 0
	}
	.home_careers h2 {
		font-size: 21px;
		line-height: 32px;
		padding: 0;
	}
	.footer_hd {
		font-size: 18px;
	}
	.footer_menu {
		width: 100% !important;
	}
	.copy_right {
		text-align: center;
	}
	.copy_right span,
	.copyleft a {
		float: none !important;
		font-size: 12px;
	}
	.copyleft a {
		margin-top: 10px;
	}
	.home_addressleft img {
		width: 200px !important
	}
	.sec1bg1 {
		margin-bottom: 20px;
	}
	.section1 h4 {
		font-size: 18px;
	}
	.aboutimg {
		margin-bottom: 30px;
	}
	.sec-title.light h2,
	.sec-title h2,
	.innersec1 h3 {
		font-size: 16px;
		line-height: 26px;
	}
	.innersec1 h3 {
		margin-top: 30px;
	}
	.image-column1 .icon-box {
		left: 10px;
	}
	.innersec1 h1 {
		font-size: 24px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.page1,
	.innerserv,
	.contact-section {
		padding: 40px 15px;
	}
	.careerspg h4,
	.page_content h2,
	.innerserv h1 {
		font-size: 24px;
	}
	.jobsbx1 {
		padding-left: 50px;
	}
	.servidpg h3 {
		font-size: 18px;
		line-height: 32px;
	}
	.servidpg h4 {
		font-size: 16px;
	}
	.servidpg h1,
	.box1_left h2 {
		font-size: 21px;
		line-height: 38px;
	}
	.servidpg ul li {
		font-size: 14px;
	}
	.servidpg ul li::before {
		top: 7px;
	}
	.servidpg h3 img {
		width: 85px;
		top: 20px;
	}
	.servidpg ul li {
		width: 100%;
		clear: both;
	}
	.keyfeaturesbox h2 {
		font-size: 24px;
	}
	.newscontpg h1,
	.contactpg h2 {
		font-size: 18px;
		line-height: 36px;
	}
	a.backbtn {
		top: -50px;
		font-size: 14px;
	}
	.newscontpg p,
	.newscontpg ul li {
		font-size: 14px;
		line-height: 21px;
		font-weight: 300;
	}
	.newsimg {
		width: 100%;
		margin-top: 20px;
	}
	.contactpg h3 {
		font-size: 14px;
	}
	.jobloc_map .col-sm-6 {
		padding: 0 10px;
		width: 50%;
		clear: none;
		float: left;
	}
	.main_menu {
		padding: 0 0 0 20px
	}
	/* .top1_left{display: none;} */
	.top1_left ul li {
		display: none;
	}
	.top1_left ul li:last-child {
		display: block;
	}
	.headerin {
		padding: 0 20px
	}
	.main_menu {
		height: 40px;
	}
	.innersec3,
	.innerleft ul li,
	.section2inner ul li {
		font-size: 14px;
		line-height: 24px;
	}
	.innerleft h3 {
		font-size: 18px;
	}
	.jobsposbx p {
		font-size: 14px !important;
		line-height: 24px;
	}
	.searchbox {
		margin-top: 0;
	}
	.banner_fields {
		height: 36px;
		padding: 5px;
		width: 37%;
	}
	.clientsbx h2 {
		font-size: 24px;
	}
	.clientsbx ul li {
		width: 28%
	}
	.clientsbx ul li img {
		padding: 10px
	}
	.clientsbx ul {
		padding: 0
	}
	.formsubmit {
		background: url(../images/search.png) no-repeat right #ef5227;
		background-position-x: right;
		background-position-y: center;
		transition: ease all .5s;
		padding: 0px;
		height: 36px;
		background-position: center center;
		font-size: 0px;
	}
	.pageTxt {
		padding: 0
	}
	.servidpg h1,
	h2.jobdeshj {
		font-size: 21px;
	}
	.webinarspg h2 {
		font-size: 24px;
	}
	.webinar1 a.webbtn1 {
		font-size: 18px;
		line-height: 24px;
	}
	.webinar1 {
		padding: 20px;
		margin-top: 40px;
		display: inline-block;
	}
	.webinar1 p,
	.section2inner p {
		font-size: 14px;
		line-height: 24px;
	}
	.section2inner h2 {
		font-size: 21px;
	}
	.innerservmenu {
		display: block;
		padding: 0;
	}
	.innerservmenu li {
		display: inline-block;
		font-size: 12px;
	}
	.innerservmenu li a {
		padding: 10px
	}
	a.backbtn {
		top: -35px;
		font-size: 12px;
	}
	.asset-usual .asset_title {
		font-size: 18px;
	}
	.logo a img {
		height: 62px;
	}
	.logo {
		padding: 10px 0;
	}
	.fixed_social li a {
		font-size: 14px;
	}
	.secserc1,
	a.secserc2 {
		min-height: auto;
		padding: 40px;
	}
	.secserc1 h2 {
		font-size: 24px;
	}
	a.secserc2 {
		border-right: 0 !important;
		border-bottom: 1px solid #ebebeb;
	}
	a.secserc2 h3 {
		font-size: 21px;
	}
	.sec2sol {
		padding: 0;
		border-right: 0;
		border-bottom: 1px solid #00a7ff;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.section2 ul {
		padding-left: 0;
	}
	.section2 ul li {
		clear: both;
		width: 100%;
	}
	ul.tabs {
		width: 100%;
		clear: both;
		position: relative
	}
	ul.tabs li {
		float: left;
		width: 50%;
		padding: 10px !important;
		clear: none;
		font-size: 14px;
		height: 60px;
		line-height: 21px;
	}
	.tab_content {
		margin: 0;
		width: 100%;
		height: auto;
		padding: 30px;
	}
	.tab_content img {
		width: 165px;
	}
	.tab_content p {
		font-size: 18px;
		line-height: 26px;
		height: auto;
	}
	.tab_content a {
		font-size: 14px;
	}
	.sec2widbb {
		padding-left: 0;
		text-align: center;
	}
	.sec2widbb h2,
	.indtops h2,
	.x-text-content-text h2 {
		font-size: 26px;
	}
	.sec2widbb p,
	.indtops p,
	.x-text-content-text p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 30px;
	}
	.section21 {
		padding: 30px 0
	}
	.e33953-138 .x-text-content-text-primary,
	h5.x-text-content-text-primary {
		font-size: 16px !important;
	}
	.lazy-hidden img {
		opacity: 1;
	}
	.e33953-131 .js-acc-image {
		height: 240px;
	}
	.e33953-143.x-text {
		padding-left: 0;
	}
	a.accbtn {
		margin-left: 0;
	}
	.e33953-122.x-section {
		padding-bottom: 40px;
	}
	.clientsbx h1 {
		font-size: 26px;
	}

  .banner_hd h2{font-size: 24px; line-height: 36px; width: 100%}
    .banner_cont p{font-size: 14px; line-height: 21px;}
    .carousel-inner > .item > img, .carousel-inner > .item > a > img{max-width: 100% !important; width: 100% !important;
        left: 0%; position: relative; height: 400px; object-position: center; object-fit: cover;}

    .sec3bx1 a:hover .service-box-content{background-color: rgba(1, 1, 32, 0.9); border-radius: 0px;
padding: 15px;}
.item-box p{font-size: 10px; line-height: 16px;}

.banner_txt{padding: 0 20px !important; top: 22% !important}
.banner_hd{font-size: 18px; line-height: 32px;}
.banner_hd span{padding: 0 5px 5px 5px}
.banner_cont{font-size: 14px; line-height: 24px; letter-spacing: 0;}
.socialrt{display: none;}
.pavcontentslider .carousel-indicators{padding-left: 0px !important; padding-right: 20px !important;}
.pavcontentslider .carousel-indicators li{width: 40px !important}
.pavcontentslider .carousel-indicators li.active{width: 70px !important;}
.pavcontentslider .carousel-indicators li span{font-size: 12px !important;}

.e33953-128.x-text{padding-left: 0 !important;}
.x-section .swiper-slide{padding: 10px !important}

.section4 h2, .clientsbx h1{font-size: 26px;}
.section4 h3, .clientsbx p{font-size: 16px; line-height: 21px;}
.section4 .col-sm-5 > .row, .section4 > .row{margin: 0}
.section4 .col-sm-5 > .row{padding: 0 10px}
.section4 a{margin-bottom: 25px;}

.home_careers{background-size: cover; background-position: center center;}


.footer span.contttt{width: 100%; margin-bottom: 30px;}

.homesolutions h3{font-size: 24px;}
.homesolutions h2{font-size: 14px; line-height: 21px;}
.homesolutions h2 br{display: none;}
.homesolutions .col-sm-7 .col-sm-6{padding: 0 !important; margin-top: 30px;}

.section1 ul li.medium a .prodcont1{padding: 25px}
.prodcont1 h3{font-size: 18px;}
.section1 ul li.medium{float: none; clear: both; width: 100%; display: block;}
.section1 ul li a .img1, .section1 ul li a .prodcont1{height: 200px;}
.section1 ul li.medium.w-45, .section1 ul li.medium.w-55, .section1 ul li.xl{width: 100%; clear: both;}
.section1 ul li.medium.w-45 .prodcont1, .section1 ul li.medium a .prodcont1.bgcolor4{width: 50%;}
.prodcont1 p{font-size: 10px;}

.asection2 h2, .aboutbx2 h2, .ab3bx1 h2, .careerspg1 h2, .pgbx h2, .item--title.st-line-left1 span,
.careers_slideBlock h3{font-size: 16px; line-height: 24px;}
    .asection2 p{font-size: 14px; line-height: 24px;}
    .ab3bx1 p, .aboutbx2 p, .abtbtm1 p, .servidpg p, .pgbx p{font-size: 14px !important;}
    .inner-four-sec{margin-bottom: 30px;}
    .abtbtm1 h4{font-size: 16px;}
    .servidpg h3{font-size: 18px; line-height: 32px;}
    .servidpg h4{font-size: 16px;}
    .servidpg h1, .box1_left h2{font-size: 21px; line-height: 38px;}
    .servidpg ul li{font-size: 14px;}
    .servidpg ul li::before{top: 7px;}
    .servidpg h3 img{width: 85px; top: 20px;}
    .clientsbx ul li{width: 50%;}

	.innerservmenu{display: none !important;}
	.item--title{font-size: 24px;}
    .padding-r-80{padding-left: 0; font-size: 16px !important; line-height: 32px !important; text-align: left !important;}
    .innerbx2 li, .innerbx3 ul li{width: 100%; clear: both; border:0; margin-bottom: 20px;}
    .innerbx2 li span{font-size: 32px;}
    .innerbx2 li p{font-size: 18px;}

    .item--title.st-line-left1 span i{top: 12px;}

	.shape-bottom{height: 105.624px;}   
	
	.pavcontentslider .carousel-indicators li{float: none !important;}
	.pavcontentslider .carousel-indicators{text-align: right !important;}

	span.bghddd{font-size: 38px;}

	.qlinks1{padding: 30px}
	.qlinks1 h2{font-size: 18px;}
	.qbox1{margin-bottom: 20px; padding-left: 100px; min-height: 90px; display: inline-block;}
	.qbox1 .qbimg{width: 80px; height: 80px; border-radius: 80px; line-height: 80px; }
	.qbcont h3{margin-top: 15px;}
	.qbcont p{margin-bottom: 0;}

	.section1 ul{display: block;}
	.footer_menu{padding-left: 0 !important;}
	.footertop .footer_hd{font-size: 18px;}
	.ft_soc{margin-left: 15px;}
	.ft_soc a{margin-right: 15px; font-size: 21px;}
	.ftll{float: none; display: none; margin: auto; margin-top: 20px;}
	.ftll a{margin: 0 10px}
	.ftcan{float: none; display: table; margin: auto;}
	.ftcopu span{display: block; width: 100%; text-align: center; font-size: 14px;}
	.ftcan a{font-size: 14px;}

	.section1{padding-top: 50px;}

	.asection3{padding-top: 0;}
	.asection3 img, img.hss{width: 100%; position: relative; margin-bottom: 20px;}
	.asection2 .col-sm-10{padding-right: 15px !important;}

	.asec3inner h2, .delivermodelbx2 h2{font-size: 21px; line-height: 32px;}
	.asec3inner h2, .delivermodelbx2 p{font-size: 16px; line-height: 32px;}
	.asec3inner h2 br{display: none;}
	.asection3::before, .homesolutions1::before{width: 5%; display: none;}
	.asection4{padding: 25px}
	.asection4 h2{font-size: 18px; line-height: 32px;}
	a.asec4an{margin-bottom: 30px;}

	.aboutqbx1{width: 100%; display: block;}

	.asection5 h2{font-size: 21px; line-height: 32px;}
	.w-20{width: 50%;}

	.resp-tab-content{padding: 40px !important;}
	.resp-tabs-container h2{font-size: 18px;}
	ul.technologies li{width: 50%;}
	ul.technologies li img{padding: 15px}

	.devliverymodelbx{padding: 20px}
	.dmcontbx1{padding: 25px; min-height: auto;}
	.dmcontbx1 h2{font-size: 21px;}
	.dmcontbx1 p{font-size: 14px; line-height: 18px;}
	.dmcontbx2 h3{font-size: 18px;}
	.tab_content1, ul.tabs1{width: 100%; display: block; position: relative;}
	ul.tabs1 li{font-size: 14px;}

	.contact-section .info-column .image{display: none;}

	.contactbottombx{padding: 20px 0; display: block;}

	.contactbottombxin img{position: relative; left: 0; top: 0; width: 100%; margin-bottom: 15px;}
	.contactbottombxin1 h2{font-size: 21px; line-height: 32px;}
	.contactbottombxin1{display: block;}
	.contactbottombxin1 a{display: inline-block; clear: both; margin-bottom: 15px;}
	.contactbottombxin1 ul li{margin-right: 0; width: 100%; clear: both; margin-bottom: 15px; font-size: 14px;}
	.contactbottombxin1 ul{width: 100%; clear: both; display: inline-block;}

	.contact-section .sec-title h2,.careersmainpg h1{font-size: 24px;}

	.careertopbx img.hss{width: 100%;}
	.careertopbx::before{display: none;}
	.careertopbx h2{font-size: 21px; line-height: 32px;}
	.careertopbx p{font-size: 16px; line-height: 24px;}
	.jobdescripp{padding: 20px}
	.jobtop{display: inline-block; margin-bottom: 20px;}
	.consultancypgbx p{padding: 0}
	.servsec2{background-image: none !important; padding: 30px; display: inline-block;}
	.mobimg{display: block; width: 100%;}
	.mobimg img{width: 100%; display: block; margin-bottom: 20px;}
	.servsec2 h3{font-size: 18px; line-height: 28px;}
	.careertopbx{padding-left: 0 !important;}
	.transformbxxx{margin-bottom: 30px;}
	.bpmpgbx33{padding: 40px 0}

	.keyofferings h2{padding-bottom: 0; font-size: 21px;}
	.hwdibx{margin-bottom: 40px;}
	.keyofferings{padding-bottom: 20px;}
	.e33953-124.x-col{padding: 0 !important}
	.keyoffbx img{width: 70px;}
	.keyoffbx h3{font-size: 16px;}

	.bpmpgbx33 h2{font-size: 21px;}

	.modal-body{display: block;}

	.qlinksmiddlebox h5{font-size: 14px; padding-left: 20px;}
	.qlinksmiddlebox{width: 100%}
	.qlinksmiddlebox img{width: 80px;}
	.qlinksmiddlebox .col-sm-2 span{display: block; margin-left: 0; text-align: center;}
}


/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {}


/*------smalltablet----------------*/

@media only screen and (min-width: 480px) and (max-width: 768px) {}


/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 550px) and (max-width: 960px) {
	.hl_circle h2 {
		font-size: 36px;
	}
	.hl_video video {
		left: 0;
		height: auto;
		width: 100%;
	}
	.bannerboxcont {
		top: 200px;
	}
	.hl_circle p {
		font-size: 21px;
	}
	.hl_circle a {
		font-size: 21px;
	}
	.section1 ul li {
		width: 50%;
		clear: none;
		float: left;
	}
	.section1 ul li {
		width: 33.33%;
	}
	.section1 ul li:last-child {
		display: block;
	}
	.inner_banner h1 {
		font-size: 36px;
	}
	.innertxt1 ul li {
		font-size: 21px;
	}
	.innertxt1 ul li::after {
		top: 7px;
	}
	.innersec1 h2 {
		font-size: 32px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
	.container {
		width: 100%;
		display: block;
		max-width: 100%;
		min-width: 100%;
	}
	.headerin,
	.main_menu {
		padding: 0 20px
	}
	.section1 h2 {
		font-size: 28px;
	}
	.abox1 h4 {
		font-size: 24px;
	}
	.abox1 {
		padding: 40px;
	}
	.abox1 p {
		font-size: 16px;
		line-height: 26px;
	}
	.sec2left h2 {
		font-size: 32px;
	}
	.sec2left h3 {
		font-size: 21px;
	}
	.top_social,
	.top_social ul {
		display: none;
	}
	.menu>ul>li>a {
		padding: 0 20px;
	}
	ul.submenu1, ul.submenu2{
		min-width: 200px; max-width: 200px;
	}

	.banner_hd{font-size: 32px; line-height: 55px;}

	#Decordecor-v1{height: 52.624px;}
	.pavcontentslider .carousel-control{display: none !important;}

	.qlinks1 .col-sm-3{width: 50%; margin-bottom: 25px;}

	.inner_banner{height: 300px; width: 100%; object-fit: cover; object-position: center;}
	.logo a {}
	.logo,
	#header.fixed1 .logo {
		margin-right: 20px;
		margin-left: 10px;
	}
	.hl_circle h2,
	.pghd1 h2,
	.solhdbx h2,
	.inner_banner h1 {
		font-size: 42px;
	}
	.hl_circle p {
		width: 80%;
	}
	.section1 ul li a .b2info {
		padding: 20px;
	}
	.section1 ul li {
		width: 19%;
	}
	.title-items__title {
		font-size: 36px;
		line-height: 55px;
	}
	.hl_video video {
		height: 100%;
		object-fit: cover;
		object-position: center center;
		width: auto;
	}
	.section1 ul li a .b2info .b2hd1 {
		padding-top: 45px;
		font-size: 21px;
	}
	.solinfo h3 {
		padding: 0px;
		font-size: 28px;
		line-height: 36px;
	}
	.dual-box-content h2 {
		font-size: 32px;
	}
	.mFooter {
		padding: 50px 20px;
	}
	.whyright .txt h4 {
		height: 46px;
		overflow: hidden;
		line-height: 23px;
		font-size: 18px;
	}
	.whyright .txt {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	.page1,
	.jobpositions1 p {
		font-size: 18px;
		line-height: 26px;
	}
	.page1 h2 {
		font-size: 21px;
	}
	.job_des p {
		margin-bottom: 15px;
	}
	.jobpositions1 h2 {
		font-size: 32px;
	}

	.asection4 h2{font-size: 24px; line-height: 32px;}
	.asection4 .col-sm-3{width: 50%; margin-bottom: 30px;}

	img.hss{bottom: auto; top: 0;}
	.inner_banner img{height: 300px; object-fit: cover; object-position: center;}

	.devliverymodelbx{padding: 50px 15px}
	.dmcontbx1 h2{font-size: 21px; line-height: 32px;}
	.dmcontbx1 p{font-size: 14px;}
	.dmcontbx1{padding: 40px}
	ul.tabs1 li{font-size: 14px;}
	.keyofferings .col-sm-3{width: 50%; margin-bottom: 40px;}
}

@media only screen and (min-width: 1240px) and (max-width: 1440px) {
	.menu>ul>li>a {
		font-size: 14px;
	}
	.asection4{padding: 60px 0;}
	.keyofferings{padding: 50px 0 !important;}
	.hwdibx{min-height: 450px;}
	.devliverymodelbx{padding: 50px 0;}
	.dmcontbx1{padding: 40px;}
}