body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 100px;
	overflow-x: hidden
}

ul,
ol {
	padding: 0px;
	margin: 0px;
}


/* #### Generated By: http://www.cufonfonts.com #### */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
}

#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: 200px;
	height: 100px;
	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/logo.png);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: -50px 0 0 -100px;
	/* 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);
	}
}

.container {
	max-width: 1320px;
}

.container1 {
	max-width: 1320px;
	margin: auto;
}

.hometopsection {
	/* width: 100%; display: block;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px; */
}

#header .search-opener {
	position: absolute;
	z-index: 6;
	right: 0;
	top: 0;
	width: 100px;
	height: 123px;
	overflow: hidden;
	color: #fff;
	font-size: 34px;
	display: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

#header .search-opener {
	-webkit-transform: scale(.82);
	-ms-transform: scale(.82);
	-o-transform: scale(.82);
	transform: scale(.82);
	top: -12px;
	right: -14px;
}

@media (min-width:992px) {
	#header .search-opener {
		display: block
	}
}

@media (min-width:1370px) {
	#header .search-opener {
		height: 124px;
		width: 143px
	}
}

#header .search-opener:after,
#header .search-opener:before {
	content: '';
	position: absolute
}

#header .search-opener:before {
	width: 174px;
	height: 150px;
	background: #4267B0;
	-webkit-transform: rotate(24deg) skew(-4deg);
	-ms-transform: rotate(24deg) skew(-4deg);
	-o-transform: rotate(24deg) skew(-4deg);
	transform: rotate(24deg) skew(-4deg);
	left: 27px;
	top: -48px
}

#header .search-opener:after {
	background: #264589;
	bottom: -30px;
	left: 14px;
	width: 159px;
	height: 53px;
	-webkit-transform: rotate(24deg) skew(234deg);
	-ms-transform: rotate(24deg) skew(234deg);
	-o-transform: rotate(24deg) skew(234deg);
	transform: rotate(24deg) skew(234deg)
}

#header .search-opener:hover:before {
	background: #23216e
}

#header .search-opener:hover:after {
	background: #17163c
}

#header .search-opener .fa {
	position: absolute;
	left: 56%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .8em;
}

a.scroll-down-link {
	width: 70px;
	position: absolute;
	left: 0px;
	bottom: 5%;
	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.75;
	width: 60px;
}


/*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;
	}
}


/*--------header-----------*/

.header {
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 100%;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2) */
	/* background-color: #fff; 
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);*/
}

#header.fixed1 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	/* background-color: #fff; */
	z-index: 99999;
	/* padding-top: 20px; */
	border-bottom: 0px;
	/* box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15); */
	/* background-image: url(../images/nav-marker.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 7px; */
}

#header.fixed1.fixed2 {
	background-color: #fff;
	box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}

.logo {
	float: left;
	display: inline-block;
	height: 100px;
	line-height: 100px;
	margin-left: 0px;
	transition: all 0.3s ease 0s;
}

.logo a {
	vertical-align: middle;
	display: table;
	background-image: url(../images/logo1.html);
	background-repeat: no-repeat;
	background-position: left center;
	width: 225px;
	display: table;
	transition: all 0.3s ease 0s;
	height: inherit;
	background-size: 100%;
}

#header.fixed1 .logo {
	height: 100px;
	margin-top: 0px;
	transition: all 0.3s ease 0s;
	float: left;
}

#header.fixed1 .logo a {
	background-image: url(../images/logo.png);
	/* margin: auto; display: table; */
	background-size: 100%;
	background-position: left center;
	transition: all 0.3s ease 0s;
}

.headerright1 {
	float: right;
	display: inline-block;
	/* width: 75%; */
	text-align: right
}

.topmenubx {
	display: inline-block;
}

.topnav {
	padding: 11px 0 0;
}

.topnav ul {
	list-style: none;
	display: inline-block;
}

.topnav ul li {
	display: inline-block;
	margin: 0 5px;
}

.topnav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	display: block;
	transition: all 0.3s ease 0s;
	outline: 0px;
	padding: 0 16px;
	box-shadow: 1px 1px 3px 0 rgb(144, 168, 215) !important;
	padding: 5px 15px;
	letter-spacing: 1px;
	border: 1px solid #00aeef;
	background-color: #00aeef;
	line-height: normal;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	border-radius: 30px;
}

.topnav ul li a img {
	position: relative;
	top: -3px;
	margin-left: 5px;
}


/* .topnav ul li:first-child a:hover {
    border-color: #e67918;
    color: #fff;
    background-color: #e67918;
} */

.topnav ul li:last-child a {
	border-color: #414141;
	color: #fff;
	background-color: #414141;
}


/* .topnav ul li:last-child a:hover {
    border-color: #047fc7;
    color: #fff;
    background-color: #047fc7;
} */

.menu {
	float: right;
	/* margin-left: 60px; */
	/* width: 100%; */
	display: inline-block;
}

.menu ul {
	list-style: none;
	display: inline-block
}

.menu>ul>li {
	display: inline-block;
	position: relative;
	/* padding-top: 5px; */

	height: 100px;
	line-height: 100px;
	/* padding-bottom: 20px; */
	padding: 0 15px
}

.menu>ul>li>a {
	text-decoration: none;
	font-size: 16px;
	/* display: block; */
	transition: all 0.3s ease 0s;
	outline: 0px;
	position: relative;
	padding: 10px 0px;
	/* letter-spacing: 1px; */
	font-family: 'Open Sans', sans-serif;
	color: #34343b;
	text-transform: capitalize;
	font-weight: 500;
}

/* .menu>ul>li>a:after{
	position:absolute;
	left:0px;
	right:0px;
	width:0px;
	margin:auto;
	height:2px;
	background:#314698;
	bottom:0px;
	content:'';
	transition:all .5s;
}
.menu>ul>li:hover>a:after, .menu>ul>li>a.active::after
{
	transition:all .5s;
	width:100%;
	background: #314698;
} */
.menu>ul>li>a img {}

.menu>ul>li>a:hover,
.menu>ul>li>a.active {
	/* color: #41beff; */
}

.menu>ul>li.contactli {
	height: 90px;
	line-height: 90px;
	padding: 0
}

.menu>ul>li.contactli>a {
	background-color: #414141;
	color: #fff;
	transition: all 0.5s;
	padding: 0 30px;
}

.menu>ul>li.contactli>a i {
	margin-right: 5px;
}

.menu>ul>li.contactli>a:hover {}

#header.fixed1 .menu>ul>li>a {
	color: #34343b;
	font-family: 'Open Sans', sans-serif;
	/* text-transform: uppercase */
}

#header.fixed1 .menu>ul>li>a i {
	font-size: 10px;
}

#header.fixed1 .menu>ul>li.contactli {}

#header.fixed1 .menu>ul>li.contactli>a {
	color: #fff !important;
	height: 90px;
	line-height: 90px;
	font-size: 14px;
}

#header.fixed1 .menu>ul>li:hover>a,
#header.fixed1 .menu>ul>li>a.active {
	color: #314698;
	opacity: 1;
}

/* 
#header.fixed1 .menu>ul>li:last-child a {
	height: auto;
	line-height: normal;
	padding: 8px 25px;
	background-color: #314698;
	border-radius: 30px;
	color: #fff;
	margin-top: 28px;
	margin-left: 0px;
}

#header.fixed1 .menu>ul>li:last-child:hover a {
	background-color: #1c1549;
	color: #fff;
} */
/* #header.fixed1 .menu>ul>li>a.active {border: 1px solid #314698} */

.menu>ul>li>a i {
	margin-left: 3px;
	position: relative;
	top: -2px;
}

.site-header__link-icon {
	fill: #fff;
	width: 15px;
	display: block;
	float: left;
	margin-right: 6px;
}

.site-header__link-icon svg {
	width: 15px;
	position: relative;
	top: -2px;
}


.menu>ul>li>a.color1 {
	color: #71a642;
}

.menu>ul>li>a.color2 {
	color: #d3148c;
}

.menu>ul>li>a.color3 {
	color: #1eb1e4;
}


.menu>ul>li>a.color1:after,
.menu>ul>li>a.color2:after,
.menu>ul>li>a.color3:after,
.menu>ul>li.contactli>a:after {
	display: none !important;
}

.menu ul>li:hover ul.submenu1 {
	display: block !important;
}

ul.submenu1 {
	width: auto;
	min-width: 275px;
	/*max-width: 1000px;*/
	background-color: #fff;
	box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 100%;
	left: 0px;
	list-style: none;
	display: none;
	z-index: 9999999999;
	border-top: 0px;
}

ul.submenu1 li {
	display: table;
	clear: both;
	width: 100%;
	line-height: normal;
}

ul.submenu1 li a {
	text-decoration: none;
	color: #1c1549 !important;
	font-size: 16px;
	/* line-height: 24px; */
	padding: 10px !important;
	display: block;
	transition: all 0.3s ease 0s;
	text-align: left;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif;
}

ul.submenu1 li:last-child a {
	border-bottom: 0px;
}

ul.submenu1 li:hover a {
	color: #314698 !important;
}

ul.submenu1 li:last-child a {}

.menurt1 {
	float: right;
	display: inline-block;
	margin-right: 30px;
	padding: 20px 0 0;
}

.menurt1 a.phonebx,
.menurt1 a.msgbx {
	text-decoration: none;
	color: #4465d9;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #4465d9;
	border-radius: 5px;
	float: right;
	margin-left: 15px;
	transition: all 0.3s;
}

.menurt1 a.msgbx {
	background-color: #f43379;
	border-color: #f43379;
	color: #fff;
}

#header .search-opener {
	position: absolute;
	z-index: 6;
	right: 0;
	top: 0;
	width: 100px;
	height: 123px;
	overflow: hidden;
	color: #fff;
	font-size: 34px;
	display: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

#header .search-opener {
	-webkit-transform: scale(.82);
	-ms-transform: scale(.82);
	-o-transform: scale(.82);
	transform: scale(.82);
	top: -12px;
	right: -14px;
}

@media (min-width:992px) {
	#header .search-opener {
		display: block
	}
}

@media (min-width:1370px) {
	#header .search-opener {
		height: 124px;
		width: 143px
	}
}

#header .search-opener:after,
#header .search-opener:before {
	content: '';
	position: absolute
}

#header .search-opener:before {
	width: 174px;
	height: 150px;
	background: #4267B0;
	-webkit-transform: rotate(24deg) skew(-4deg);
	-ms-transform: rotate(24deg) skew(-4deg);
	-o-transform: rotate(24deg) skew(-4deg);
	transform: rotate(24deg) skew(-4deg);
	left: 27px;
	top: -48px
}

#header .search-opener:after {
	background: #264589;
	bottom: -30px;
	left: 14px;
	width: 159px;
	height: 53px;
	-webkit-transform: rotate(24deg) skew(234deg);
	-ms-transform: rotate(24deg) skew(234deg);
	-o-transform: rotate(24deg) skew(234deg);
	transform: rotate(24deg) skew(234deg)
}

#header .search-opener:hover:before {
	background: #23216e
}

#header .search-opener:hover:after {
	background: #17163c
}

#header .search-opener .fa {
	position: absolute;
	left: 56%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .8em;
}

.socialrt {
	float: right;
	/* display: inline-block; */
	line-height: 100px;
	display: none;
}

.socialrt a {
	text-align: center;
	color: #1c1549;
	display: inline-block;
	margin-left: 20px;
	transition: all 0.3s;
	font-size: 26px;
	float: left;
}

.socialrt a:hover {
	color: #314698;
}

.cspt-right-box {
	margin-left: 10px;
	display: table;
	float: right;
	height: 90px;
	font-weight: 700;
	line-height: 90px;
	align-items: center;
}

.cspt-header-button a {
	color: #0c121d;
	height: 100%;
	display: inline-block;
	padding: 0 60px;
	padding-right: 60px;
	vertical-align: middle;
	padding-right: 8px;
	font-weight: normal;
	font-size: 16px;
	position: relative;
	border-radius: 6px;
	letter-spacing: 1px;
	text-align: left;
	text-decoration: none;
	line-height: 21px;
}

.cspt-header-button .cspt-header-button-text-1 {
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}

.cspt-header-button a::after {
	content: "";
	background-image: url('../images/ph.html');
	background-repeat: no-repeat;
	background-size: 46px;
	width: 46px;
	height: 40px;
	background-position: left center;
	line-height: 45px;
	top: 3px;
	position: absolute;
	left: 0;
	color: #0aadeb;
	font-weight: normal;
}


/* 
.socialrt a.fb {
    background-color: #4b69b0;
}

.socialrt a.tw {
    background-color: #37b1e1;
}

.socialrt a.li {
    background-color: #0678b6;
}

.socialrt a.wa {
    background-color: #2ba63a;
} */


/*------header_end--------*/


/*home_link*/

.home_link {
	overflow: hidden;
	/* background-image: url(../images/bg1.jpg);
      background-position: center;
      background-size: cover; */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #0f1941;
	height: 100vh;
}

.carousel-control svg {
	width: 36px;
}

/* .home_link::before {
      content: "";
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      left: 0;
      z-index: 9;
      
	  background-color: #0f1941;

	  
  } */

/* .home_link:before {
      position: absolute;
      top: 0px;
      height: 100%;
      width: 36vw;
      right: -30vw;
      z-index: 9;
      content: "";
      background-color: #ed7d31;
      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: #ed7d31;
      transform: skew(-25deg);
      opacity: 0.45
  } */


.hl_video {
	/* position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; */
}

.hl_video video {
	width: 100%;
	display: block;
	left: 0%;
	top: 0;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	/* opacity: 0.45; */
}

.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---------*/

.bannerbox {
	width: 100%;
	display: block;
	position: relative;
	/* background-color: #1c1549; */
	/* height: 100vh;
    overflow: hidden; */
}


/* .bannerbox:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0.3
} */

/* .bannerbox:after {
	width: 60%;
	height: 100%;
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
	background-image: url(../images/shape2.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
} */

.iesout {
	position: absolute;
	top: 0;
	right: 5%;
	font-size: 350px;
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #274655;
	font-weight: 600;
}

.bannerimgg {
	float: right;
	width: 55%;
	position: relative;
	text-align: center;
	visibility: hidden;
	margin-top: 125px;
	z-index: 9;
	padding: 0 60px;
	/* padding-right: 100px; */
}

/* img.bannerimg1{
	width:85%;
	display: block;
}
img.bannerimgbg{
	position: absolute;
	width: 85%;
	display: block;
	left: 15px;
	top: 15px;
	z-index: -1;
} */
.bannerboxcont {
	position: relative !important;
	/* left: 50px; */
	left: 4%;
	top: 0%;
	z-index: 99;
	/* background-color: #48acd5; */
	width: 45%;
	/* height: 100%; */
	display: table;
	vertical-align: middle;
	padding: 0 60px !important;
	overflow: hidden;
	/* background-image: url(../images/log.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% bottom; */
	height: 100vh;
	visibility: hidden;
}

.bannerboxcont1 {
	display: table-cell;
	vertical-align: middle;
}

.banner_hd {
	color: #fff;
	font-size: 60px;
	margin: 0px;
	/* visibility: visible !important; */
	/* font-weight: 600; */
	margin-bottom: 30px;
	/* margin-top: 30%; */
	line-height: 72px;
	z-index: 9;
	/* text-transform: uppercase; */
	position: relative;
	font-weight: 600;
	/* letter-spacing: -0.5px; */
	text-align: left;
	font-family: 'Poppins', sans-serif;
}


.banner_hd span {
	color: #00cbff;
}

.banner_cont {
	color: #fff;
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 32px;
	/* visibility: visible !important; */
	width: 100%;
	/* padding: 0 10%; */
	z-index: 9;
	position: relative;
}

.banner_cont span {
	font-weight: 700;
	background-color: #fff;
	padding: 3px 15px;
	color: rgb(12, 149, 236);
	letter-spacing: 4px;
	font-weight: 700;
	font-size: 14px;
	padding: 3px 15px;
	line-height: 25px;
	display: inline-block
}

.banner_r_more {
	clear: both;
	margin-top: 25px;
	visibility: visible !important;
}

.banner_r_more a {
	text-decoration: none;
	color: #173058;
	padding: 15px 30px;
	background-color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s;
	position: relative;
	border-radius: 0px;
	text-transform: capitalize;
	border-radius: 0px;

	text-transform: uppercase;
	letter-spacing: 3px;
	margin: auto;
	display: table;
}

.banner_r_more a:before {
	width: 0;
	height: 0;
	border-bottom: 25px solid #173058;
	border-left: 25px solid transparent;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.3s;
}

.banner_r_more a:hover {
	transition: all 0.3s;
	background-color: #173058 !important;
	color: #fff;
	background-image: none;
	border-color: #173058;
}

.banner_r_more a:hover:before {
	border-bottom: 25px solid #fff;
}

.banner_r_more a svg {
	width: 1.1875rem;
	height: 0.875rem;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 26px;
}

img.log1 {
	position: absolute;
	left: 50%;
	bottom: -50px;
	/* z-index:1; */
	height: 375px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	float: right;
}


.bannerBtn a {
	position: absolute;
	left: calc(5% - 50px);
	bottom: 100px;
	padding-bottom: 120px;
	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: 18px;
	/* -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: 14px;
	position: relative;
	left: -23px;
	top: 40px;
}

a.scrollup span {
	color: #000;
}

a.scrollup1 span,
a.scrollup3 span {
	color: #fff;
}

a.scrollup2 span {
	color: #000;
}

/* .bannerBtn a::before {
    content: "";
    width: 53px;
    height: 46px;
    position: absolute;
    background: url("../images/arrow-circ.png");
    z-index: 1111;
    top: 70px;
    right: -5px;
} */

.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.html");
	left: -5px;
}

a.scrollup1:after,
a.scrollup3:after {
	background: url("../images/arrow-up1.html");
	left: -5px;
}

a.scrollup2:after {
	background: url("../images/arrow-up.html");
	left: -5px;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}


.shapesrow1 {
	display: flex;
	margin: auto;
	position: relative;
	text-align: center;
	width: 100%;
	clear: both;
}

.shapesrow2 {
	margin-top: -65px;
	width: 68%
}

.shapee {
	/* width: 32.5%; */
	padding: 5px;
	display: inline-block;
	position: relative;
	z-index: 999;
	/* float: left; */

}

.shapee a {
	text-decoration: none;
	transition: all 0.3s;

	position: relative;
	width: 100%;
	/* overflow: hidden; */
	display: block;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.shapee a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	background: rgba(49, 72, 152, 0.5);
	transition: all .5s;
}
.shapee a:hover:after {background: rgba(231, 69, 54, 0.5);}
.shapee1::before {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 99;
	background: transparent;
	transition: all .5s;
	/* border: 1px solid rgba(231,69,54,1); */
	background-image: url(../images/shape.png);
	background-size: 100%;
	pointer-events: none;
	background-repeat: no-repeat;
}

.shapee3::before {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	background: transparent;
	transition: all .5s;
	/* border: 1px solid rgba(231,69,54,1); */
	background-image: url(../images/shape.png);
	background-size: 95%;
	pointer-events: none;
	background-repeat: no-repeat;
}

.shapee4::before {
	position: absolute;
	top: 30px;
	right: 12px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 99;
	background: transparent;
	transition: all .5s;
	/* border: 1px solid rgba(231,69,54,1); */
	background-image: url(../images/shape.png);
	background-size: 95%;
	pointer-events: none;
	background-repeat: no-repeat;
}

.shapee a:hover:after {
	opacity: 1;
}

.shapee a img {
	width: 100%;
	display: block;
}

/* .pavcontentslider .carousel-control{opacity: 0.3;} */
.shapehd {
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: table;
	text-align: center;
	z-index: 9;
	/* opacity: 0; */
	transition: all 0.3s;
}

.shapee a:hover .shapehd {
	top: 0;
	opacity: 1;
}

.shapehd p {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-weight: 600;
	font-size: 21px;
}

.abtbtn {
	position: relative;
	clear: both;
	display: inline-block;
	margin-left: 60px;
	margin-top: 30px;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 45px 15px 25px;
	background-color: #414141;
	color: #000;
}


/* .abtbtn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 1px;
    width: 8.3rem;
    opacity: 0.5;
    background: rgba(181, 181, 181, 0.5);
}
.abtbtn:after {
    position: absolute;
    content: '';
    bottom: 0;
    top: auto;
    left: 0;
    opacity: 0.5;
    height: 1px;
    width: 8.3rem;
    background: rgba(181, 181, 181, 0.5);
} */

.abtbtn a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	position: relative;
	transition: all 0.3s;
}


/* .abtbtn a:before {
    content: '';
    display: block;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 100%;
    background: rgba(181, 181, 181, 0.5);
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 65px;
} */

.abtbtn a svg {
	width: 1.1875rem;
	height: 0.875rem;
	position: relative;
	top: 50%;
	top: 0px;
	right: -20px;
	transition: all 0.3s;
}

.abtbtn a:hover svg {
	right: -30px;
}


/*------bannerbox---------*/


/*section1*/

.section1 {
	clear: both;
	width: 100%;
	display: table;
	padding: 60px 0;
	position: relative;
	background: url('../images/bg1.html') #314698d1;
	background-repeat: no-repeat;
	background-size: cover;
}

.sec1bg1 {
	position: relative;
	padding: 30px 60px 40px 30px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 9px 24px 0 rgba(26, 47, 106, .05);
	overflow: hidden
}

.sec1bg1.sec1 h2 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 900;
	margin-top: 0
}

.sec1bg1 .sec1-contents {
	padding-top: 30px
}

.sec1bg1 .sec1-content {
	margin-bottom: 0;
	margin-top: 0;
	color: #6d7a8c;
}

.sec1bg1:before {
	content: "01";
	color: transparent;
	font-family: Nunito, sans-serif;
	font-size: 100px;
	line-height: 100px;
	position: absolute;
	font-weight: 900;
	top: 20px;
	right: 20px;
	z-index: 99;
	-webkit-text-stroke: 1px #e3e4e9
}

.sec1bg2:before {
	content: "02";
}

.sec1bg3:before {
	content: "03";
}

.sec1.sec1bg1 .vc_general.vc_btn3 {
	border-radius: 50%;
	padding: 0;
	width: 130px;
	height: 130px;
	text-align: left;
	background-color: #0c121d !important;
}

.sec1.sec1bg1 .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
	position: absolute;
	display: inline;
	font-size: 18px;
	left: 45px;
	top: 40px
}

.sec1-btn a {
	position: absolute;
	bottom: -65px;
	right: -50px;
	margin: 0;
	width: 130px;
	height: 130px;
	background-color: #0c121d;
	border-radius: 100px;
	text-decoration: none;
	color: #fff;
}

.sec1-btn a i {
	margin-left: 40px;
	font-size: 18px;
	margin-top: 25px;
}

.sec1top {
	margin-top: -120px;
}

.sec1top h4 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 0;
	margin-top: 50px;
}

.sec1-icon img {
	width: 85px;
	display: block;
}

a.jwu {
	text-decoration: none;
	color: #fff;
	padding: 16px 30px;
	background-color: transparent;
	border: 2px solid #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	transition: all 0.3s;
	position: relative;
	border-radius: 0px;
	text-transform: uppercase;
	border-radius: 30px;
	letter-spacing: 2px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 40px;
	float: right;
}

a.jwu i {
	margin-left: 10px;
}

a.jwu:hover {
	background-color: #0c121d;
	border-color: #0c121d;
}


/*section1*/


/*servicessec*/

.servicessec {
	width: 100%;
	display: inline-block;
	padding: 50px 0;
	background-color: #fff;
}


/*servicessec*/


/*section2*/

.section2 {
	padding: 120px 50px 80px;
	/* background-color: #fff; */
	position: relative;
	display: block;
	overflow: hidden;
	/* background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 38%; */
	text-align: left;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01caff+0,2176da+100 */
	background: #01caff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #2176da 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #2176da 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #FFFFFF 0%, #2176da 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3456a3', endColorstr='#2176da', GradientType=0);
	/* IE6-9 */


}

#dickinsonassoc-mid-hexbkgd-f {
	opacity: 0.5;
	position: absolute;
	width: 317.489px;
	height: 244.333px;
	right: 0;
	top: -50px;
	overflow: visible;
}

#Path_1 {
	fill: rgba(30, 124, 220, 1);
}

.Path_1 {
	overflow: visible;
	position: absolute;
	width: 200.739px;
	/* height: 244.333px; */
	right: 0px;
	top: 0px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

#dickinsonassoc-mid-hexbkgd-f_v {
	opacity: 0.5;
	position: absolute;
	width: 317.489px;
	height: 244.333px;
	right: -275px;
	top: 120px;
	overflow: visible;
}

.Path_1_w {
	overflow: visible;
	position: absolute;
	width: 200.739px;
	/* height: 244.333px; */
	left: 0px;
	top: 0px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_1_w {
	fill: rgba(30, 124, 220, 1);
}


.abtll {
	position: relative;
	width: 100%;
	margin-top: -50px;
}

.abtll .col-sm-6 {
	padding: 5px
}

.abtrtbb1 {
	width: 100%;
	display: table;
	padding: 40px 20px;
	background-color: #314698;
	text-align: center;
	border-radius: 10px;
	transition: all 0.3s
		/* margin-bottom: 10px; */
}

.abtrtbb1:hover {
	background-color: #1c1549;
}

.borderrad1 {
	border-radius: 70px 10px 10px 70px;
}

.borderrad2 {
	border-radius: 10px 70px 70px 10px;
}

.borderrad3 {
	border-radius: 70px 10px 10px 70px;
}

.borderrad4 {
	border-radius: 10px 70px 70px 10px;
}


.abtrtbb1 img {
	width: 60px;
}

.section2 .abtrtbb1 p {
	color: #fff;
	text-align: center;
	opacity: 0.5;
	padding: 0;
	width: 100%;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 18px;
}


.sec2aboutout {
	position: absolute;
	top: -40px;
	left: -2%;
	font-size: 1100px;
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #e6eaec;
	font-weight: 600;
}

.section2 h3 {
	font-size: 16px;
	line-height: 32px;
	/* letter-spacing: 2px; */
	color: #666666;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 0px;
	letter-spacing: 2px;

	/* font-family: 'Open Sans', sans-serif; */
}

.sec2leftpad {
	padding-left: 50px;
	width: 100%;
	border-left: 1px solid #0f1941;
}

.section2 h2 {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0;
	color: #0f1941;
	text-transform: none;
	font-weight: 600;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 30px;
	/* display: inline-block; */
	letter-spacing: -1px;
	width: 95%;
	position: relative;
	font-family: 'Poppins', sans-serif;
}

.section2 h2 span {
	position: relative;
	z-index: 1;
}

.section2 h2 span:after {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 95%;
	height: 10px;
	z-index: -1;
	content: "";
	background-color: #83dcfb;
}


.section2 p {
	font-size: 18px;
	line-height: 28px;
	/* font-weight: 300; */
	font-style: normal;
	color: #fff;
	margin-bottom: 50px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

.section2 a {
	text-decoration: none;
	position: relative;
	transition: all 0.3s;
	margin: 0 50px 0 0;
	display: inline-block;
	color: #0f1941;
	font-size: 17px;
	font-weight: 600;
	padding-left: 55px;
	padding-top: 3px;
	top: 0;

}

.Path_6 {
	overflow: visible;
	position: absolute;
	width: 40.872px;
	height: 34.622px;
	left: 0px;
	top: 0px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_66 {
	fill: rgba(15, 25, 65, 1);
}

.Path_7 {
	overflow: visible;
	position: absolute;
	width: 6.657px;
	height: 15.125px;
	left: 18px;
	top: 9px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_77 {
	fill: rgba(255, 255, 255, 1);
}


.section2 a:hover {
	/* color: #000; */
	top: -3px;
}

.section2in .col-sm-7 {
	padding-left: 0px;
}

.sec2leftpad ul {
	list-style: none;
	width: 100%;
	display: table;
}

.sec2leftpad ul li {
	float: left;
	display: inline-block;
	width: 25%;
	color: #fff;
}

.sec2leftpad ul li h4 {
	color: #fff;
	font-size: 60px;
	margin-top: 60px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
}

.sec2leftpad ul li h5 {
	margin-top: 10px;
	font-weight: 400;
	opacity: 0.5;
	line-height: 23px;
}

/*section2_end*/


/*section2*/

.section222 {
	width: 100%;
	display: block;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	height: 700px;

}

.sec2widbb {
	width: 100%;
	text-align: center;
	padding-left: 30%;
	position: relative;
	top: 25px;
}

.sec2widbb h2 {
	font-weight: 400;
	color: #042E6F;
	position: relative;
	margin: 0;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
}

.sec2widbb p {
	font-weight: 300;
	color: #666666;
	position: relative;
	margin: 10px 0 0px;
	font-size: 21px;
	text-align: center;
}

.multi_tabs, .multi_tabs1 {
	clear: both;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

ul.tabs {
	margin: 0;
	padding: 0 40px;
	float: left;
	list-style: none;
	position: relative;
	/* width: 365px; */
	width: 40%;
	text-align: left;
	padding-bottom: 20px;
	background-color: #fff;
	/* position: absolute;
    right: 0px;
    z-index: 9;
    bottom: 0px;
    box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15); */
}
ul.tabs1 {
	margin: 0;
	list-style: none;
	position: relative;
	text-align: center;
	padding: 10px;
	background-color: #dfdfdf;
	margin: auto;
	display: table;
}

ul.tabs li {
	width: 100%;
	display: block;
	margin: 0;
	cursor: pointer;
	padding: 30px 0;
	border-left: none;
	font-size: 21px;
	font-weight: 400;
	overflow: hidden;
	position: relative;
	color: #858585;
	position: relative;
	display: block;
	text-align: center;
	background-color: #ebebeb;
}
ul.tabs1 li {
	display: inline-block;
	margin: 0;
	cursor: pointer;
	color: #000;
	border-left: none;
	font-size: 19px;
	font-weight: 600;
	overflow: hidden;
	position: relative;
	color: #001d3a;
	position: relative;
	text-align: center;
	float: left;
	margin: 0 5px;
	background-color: #fff;
}
ul.tabs1 li a{
	text-decoration: none;
	color: #000;
	padding: 10px 40px;
	display: block;
}

ul.tabs li.active {
	background-color: #005bc8;
	color: #fff;
}
ul.tabs1 li.active {
	background-color: #005bc8;
	color: #fff;
}
ul.tabs1 li.active a{
	background-color: #005bc8;
	color: #fff;
}
ul.tabs li i {
	font-size: 10px;
	margin-left: 15px;
	position: relative;
	top: -2px
}

ul.tabs li:before {
	background-image: none;
}

.tab_container {
	border: 0px;
	border-top: none;
	float: right;
	width: 60%;
}

.tab_content {
	width: 100%;
	margin-top: 0px;
	position: relative;
	display: block;
	padding-top: 20px;
	/* box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15); */
}

.tab_content img {
	width: 80px;
}

.tab_content p {
	font-size: 21px;
	line-height: 30px;
	color: #1f1f1f;
	margin: 20px 0 0px;
	padding: 0 70px
}

.tab_content a {
	text-decoration: none;
	position: relative;
	transition: all 0.3s;
	margin: 30px 50px 0 0;
	display: inline-block;
	color: #005bc8;
	font-size: 17px;
	font-weight: 600;
	padding-left: 55px;
	padding-top: 3px;
	top: 0;

}

.tab_content a .Path_66 {
	fill: #005bc8;
}

.tab_content  a:hover {
	/* color: #000; */
	top: -3px;
}
/*section2*/


/*section3*/

.section3 {
	padding: 0 20px;
	background-color: #fff;
	position: relative;
	display: table;
	width: 100%;
}

.sec3left {
	width: 100%;
	display: block;
	position: relative;
	padding: 100px;
}

.sec3left h2 {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0;
	color: #3456a3;
	text-transform: none;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	position: relative;
}

.sec3left span {
	position: absolute;
	left: 20px;
	top: 35px;
	font-size: 100px;
	color: transparent !important;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #ebeaeb;
	font-weight: 900;
}

.sec3left p {
	font-size: 18px;
	line-height: 32px;
	text-align: left;
	font-weight: 400;
	font-style: normal;
	color: #414141;
}

.sec3left a {
	text-decoration: none;
	color: #fff;
	padding: 12px 40px;
	background-color: #314698;
	border: 2px solid #314698;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	transition: all 0.3s;
	position: relative;
	border-radius: 0px;
	text-transform: uppercase;
	border-radius: 10px;
	letter-spacing: 4px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
	float: left;
}

.sec3left a i {
	margin-left: 10px;
}

.sec3left a:hover {
	background-color: #414141;
	border-color: #414141;
	color: #fff;
}


/*section3_end*/


.section5 {
	width: 100%;
	display: block;
	padding: 50px 0 80px;
	position: relative;
	background-image: url(../images/operationsbg.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	background-size: 100%;
	background-color: #fff;
}

.section5 h2 {
	color: #005bc8;
	font-size: 42px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.section5 h3 {
	font-size: 21px;
	color: #1f1f1f;
	margin-top: 15px;
	text-align: center;
	display: inline-block;
	position: relative;
	font-weight: 600;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.section5 h3 span {
	position: relative;
	z-index: 1;
}

.section5 h3 span:before {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 8px;
	z-index: -1;
	content: "";
	background-color: #a8c9f0;
}

.section5 h4 {
	font-size: 16px;
	color: #949494;
	margin-top: 0;
	text-align: center;
	line-height: 28px;

	position: relative;
	font-weight: 400;
	margin-bottom: 80px;
}

.section5 ul {
	list-style: none;
	width: 100%;
	display: block;
	padding: 0 100px
}

.section5 ul li {
	float: left;
	display: inline-block;
	position: relative;
	padding: 0 50px;
	width: 33.33%;
}

.section5 ul li:nth-child(2) {
	margin-top: 100px;
}

a.sec5box1 {
	width: 300px;
	height: 350px;
	background-color: #005bc8;
	display: block;
	padding: 15px;
	transition: all 0.3s;
	top: 0px;

	position: relative;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

a.sec5box1:hover {
	top: -15px;
}

a.sec5box1 .sec5box1in {
	width: 100%;
	display: block;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	position: relative;
	top: 3px;
	background-color: #fff;
	padding: 1px;
}

a.sec5box1 .sec5box1in .sec5box1inimg {
	background-color: #621912;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

a.sec5box1 .sec5box1in img {
	width: 100%;
	display: block;
	opacity: 0.5;
}

.shapehd1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: table;
	text-align: center;
	z-index: 9;
	transition: all 0.3s;
}

.shapehd1 p {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-weight: 600;
	font-size: 28px;
}

/*section6*/

.sectiontabs1 {
	width: 100%;
	display: table;
	padding: 80px 0;
	background-color: #fff;
	background-image: url(../images/businessunitsbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 90%;
}

.sectiontabs1 h2 {
	color: #005bc8;
	font-size: 42px;
	line-height: 46px;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.sectiontabs1 h3 {
	font-size: 21px;
	line-height: 32px;
	color: #1f1f1f;
	margin-top: 15px;
	display: inline-block;
	position: relative;
	font-weight: 600;
	margin-bottom: 20px;
	width: 100%;
}

.sectiontabs1 h3 span {
	position: relative;
	z-index: 1;
}

.sectiontabs1 h3 span::before {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 8px;
	z-index: -1;
	content: "";
	background-color: #a8c9f0;
}

.section6 {
	width: 100%;
	display: block;
	padding: 40px 0;
	position: relative;
	background-color: #fff;
}

.section6 h3 {
	font-size: 42px;
	color: #d8652a;
	font-weight: 600;
	margin-top: 0;
	text-align: left;
	padding-left: 270px;
	position: relative;
	;
}

.section6 h3:before {
	position: absolute;
	left: 0;
	top: 45%;
	background-color: #314698;
	width: 230px;
	content: "";
	height: 4px;
}

.section6 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.section6 ul li {
	padding: 10px 7px;
}

.section6 ul li img {
	width: 100%;
	display: block;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.05);
}

.section6 .owl-dots {
	display: none;
}


.homeproductbx {
	width: 100%;
	display: table;
	padding: 80px 0;
	background-color: #414141;
	background-image: url(../images/da-header-bkgdhexes2-9_opt.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.homeproductbx img {
	width: 100%;
	display: block;
}

.homeproductbx h2 {
	color: #ffffff;
	font-size: 42px;
	line-height: 24px;
	margin-bottom: 30px;
	margin-top: 60px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.homeproductbx h3 {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	margin-top: 0px;
	display: inline-block;
	position: relative;
	font-weight: 600;
	margin-bottom: 20px;
	width: 100%;
}

.homeproductbx h3 span {
	position: relative;
	z-index: 1;
}

.homeproductbx h3 span::before {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 8px;
	z-index: -1;
	content: "";
	background-color: #1652a1;
}

.homeproductbx p {
	font-size: 18px;
	color: #fff;
	margin-top: 0;
	line-height: 36px;
	position: relative;
	font-weight: 400;
	margin-bottom: 50px;
	opacity: 0.5;
}

.homeprodrtbx {
	width: 100%;
	display: table;
	padding-left: 40px;
}

.homeprodrtbx a {
	text-decoration: none;
	position: relative;
	transition: all 0.3s;
	margin: 0 50px 0 0;
	display: inline-block;
	color: #e74536;
	font-size: 17px;
	font-weight: 600;
	padding-left: 55px;
	padding-top: 3px;
	top: 0;

}

.homeprodrtbx .Path_66 {
	fill: #e74536;
}

.homeprodrtbx a:hover {
	/* color: #000; */
	top: -3px;
}

/*testimonials*/

.testimonials {
	/* background-image: url(../images/wave.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
	display: block;
	width: 100%;
	padding: 100px 0 60px;
	overflow: hidden;
	/* margin-top: 120px; */
	position: relative;
	background-color: #fff;
	position: relative;
}

.testimonials:before {
	position: absolute;
	height: 60%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #f7f9fa;
	content: "";
	display: block;
	/* z-index: 1; */
}

.testimonials h3 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #414141;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 0;
	text-align: center;
	position: relative;
}

.testimonials h2 {
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0;
	color: #414141;
	text-transform: none;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
	position: relative;
}

.testimonialsBx ul {
	list-style: none;
	width: 100%;
	clear: both;
}

.testimonialsBx ul li {
	padding: 10px;
	display: block;
}

.testimonialsBx ul li a {
	display: block;
	transition: all 0.3s
}

.testimonialsBx a .timg {
	width: 100%;
	display: block;
	overflow: hidden;
}

.testimonialsBx a .timg img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}

.testimonialsBx a:hover .timg img {
	width: 100%;
	display: block;
	transform: scale(1.1, 1.1);
	transition: all 0.3s;
}

.testimonialsBx a {
	text-decoration: none;
	color: #000;
	transition: all 0.3s;
}

.testimonialsBx a h4 {
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 1px;
	color: #414141;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 0;
}

.testimonialsBx a h1 {
	font-size: 21px;
	letter-spacing: 0;
	color: #f7f9fa;
	text-transform: none;
	font-weight: 600;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}

.testimonialsBx .owl-nav {
	display: none;
}

.testimonialsBx .owl-dots {}


/*box5*/

.box5 {
	width: 100%;
	display: table;
	padding: 60px 0 50px;
	background-color: #f7f9fa;
}

.box5 h3 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #414141;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 0;
	text-align: center;
	position: relative;
}

.box5 h2 {
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0;
	color: #ffffff;
	text-transform: none;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
	position: relative;
}


/*box5*/

.news-block {
	position: relative;
	/* margin-bottom: 40px; */
}

.news-block .inner-box {
	position: relative;
	transition: all 0.3s;
}

.news-block .inner-box:hover {
	box-shadow: 0 0 15px 0 rgba(72, 73, 121, .15);
}

.news-block .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #191b1d;
	overflow: hidden;
}

.news-block .inner-box .image img {
	position: relative;
	width: 100%;
	/* height: 225px; */
	display: block;
	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;
}


/* .news-block .inner-box:hover .image img{
    -webkit-transform:scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
    -moz-transform:scale(1.05,1.05);
    transform:scale(1.05,1.05);
} */

.news-block .inner-box .image:before {
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 600ms ease 0s;
	width: 0;
	opacity: .6;
	z-index: 9;
	background-color: #414141;
}

.news-block .inner-box .image:after {
	content: "";
	display: block;
	height: 50%;
	right: 0%;
	position: absolute;
	bottom: 0;
	top: auto;
	transition: all 600ms ease 0s;
	width: 0;
	opacity: .6;
	background-color: #414141;
}

.news-block .inner-box:hover .image:before {
	/* transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s; 
    opacity: 1; */
	left: 0;
	width: 100%;
}

.news-block .inner-box:hover .image:after {
	right: 0;
	width: 100%;
}

.news-block .inner-box .image .overlay-link {
	position: absolute;
	left: 2%;
	bottom: 2%;
	color: #fff;
	text-transform: uppercase;
	background-color: #314698;
	display: block;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	z-index: 9;
	/* opacity: 0;
    transform: scale(0.4) translate(-50%, -50%);
    visibility: hidden; */
	transition: .5s ease;
	text-decoration: none;
	transition-delay: .5s;
}


/* .news-block .inner-box:hover .image .overlay-link {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translate(-50%, -50%);
} */


/* .news-block .inner-box:hover .image .overlay-link {
    color: #fff;
    text-decoration: none;
    background-color: #083261;
} */

.sec-title h1 {
	text-align: center;
	margin-top: 0px;
	font-size: 36px;
	color: #ff610c;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.news-block .inner-box .lower-content {
	position: relative;
	padding: 20px 25px 30px;
	/* border: 1px solid #fafafa;
    overflow: visible;
    background-color: #fafafa; */
	background-color: #fff;
}

.news-block .inner-box .lower-content .title {
	position: relative;
	color: #f3b440;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.news-block .inner-box .lower-content .post-info {
	/*  position:relative;
    margin-bottom: 20px;
    margin-top: -19px;
    z-index: 9; */
}

.news-block .inner-box .lower-content .post-info li {
	position: relative;
	font-size: 21px;
	font-weight: 400;
	display: inline-block;
	margin-right: 8px;
	color: #ff610c;
}

.news-block .inner-box .lower-content .post-info li.category {
	color: #ff610c;
}


/* .news-block .inner-box .lower-content .post-info li.category:before {
    position: absolute;
    content: '';
    background: #ff610c;
    height: 10px;
    width: 8px;
    left: 0;
    bottom: -9px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
} */

.news-block .inner-box .lower-content .post-info li a {
	position: relative;
	text-decoration: none;
	color: #a4a6a9;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 0 0;
	width: 100%;
	display: inline-block;
}

.news-block .inner-box .lower-content .post-info li a i {
	font-size: 14px;
	color: #a4a6a9;
	margin-right: 7px;
}

.news-block .inner-box .lower-content h4 {
	position: relative;
	color: #1c1d3e;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 38px;
	overflow: hidden;
	display: block;
	margin-top: 10px;
}

.news-block .inner-box .lower-content h4 a {
	position: relative;
	color: #1c1d3e;
	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;
	text-decoration: none;
}

.news-block .inner-box .lower-content h4 a:hover {
	color: #314698;
}

.news-block .inner-box .lower-content .author a {
	color: #414141;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	position: relative;
	text-decoration: none;
	border-bottom: 2px solid #ccc;
	transition: all 0.3s;
	padding-bottom: 5px;
}

.news-block .inner-box .lower-content .author a:hover {
	color: #314698;
	border-color: #414141;
}

.news-block .inner-box .lower-content .author a span {
	position: relative;
	margin-right: 5px;
	top: 1px;
}

.news-block .inner-box .lower-content .text {
	position: relative;
	color: #1c1d3e;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 12px;
	height: 48px;
	overflow: hidden;
	font-weight: 500;
}

.news-block.style-two .inner-box .lower-content h3 {
	margin-bottom: 12px;
	font-size: 24px;
}

.blog-large .news-block {
	margin-bottom: 50px;
}

a.find {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	border-radius: 2.5rem;
	padding: 12px 50px 10px 20px;
	background-color: transparent;
	color: #f13c31;
	border: 1px solid #f13c31;
	margin-top: 10px;
	transition: all 0.3s;
}

a.find:hover {
	background-color: #f13c31;
	color: #fff;
}

a.find svg {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 35%;
	right: 1.25rem;
	float: right;
}

.news-block2 .inner-box .lower-content h4 {
	font-size: 21px;
	line-height: 32px;
}

.news-block2 .inner-box .lower-content {
	padding: 16px 20px;
}

.news-block {
	margin-bottom: 27px;
}


/*footer*/

.footer {
	width: 100%;
	display: table;
	padding: 30px 0;
	background-color: #010b31;
}

.footer h1 {
	font-size: 42px;
	/* letter-spacing: 4px; */
	/* text-transform: uppercase; */
	color: #fff;
	margin-top: 0;
	text-align: left;

	position: relative;
	font-weight: 700;
	margin-bottom: 20px;
}

.ftmmmm {
	clear: both;
	width: 55%;
	display: table;
}

.footer h3 {
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	opacity: 0.5;
	margin-bottom: 15px;
}

.footer p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	/* letter-spacing: 1px; */
	margin-bottom: 0;
	line-height: 23px;
}

.footer p a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;

	text-decoration: none;
	transition: all 0.3s;
}

.footer p a:hover {
	text-decoration: underline;
	color: #00aeef;
}

.footer img {
	height: 40px;
}

.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: 37%;
	margin-bottom: 10px;
}

.footer_menu1 {
	padding-left: 25px;
}

.footer_menu ul {
	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: #314698
}

.footer_menu ul li a {
	text-decoration: none;
	color: #fff;
	padding-left: 0px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	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: #314698;
}

.footer_menu ul li a:hover:before {
	color: #314698;
}

.footer_hd {
	position: relative;
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: capitalize;

	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.footer_hd::before {
	width: 50px;
	height: 3px;
	background-color: #314698;
	content: "";
	position: absolute;
	left: 0%;
	bottom: -15px;
	z-index: 9;
}

.footer_social {
	width: 25%;
	float: right;
}

.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: #314698 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: #314698;
	border: 0px;
	transition: all 0.3s;
}

.footer_social .btn:hover {
	background-color: #314698;
}

.ft_soc {
	clear: both;
	display: block;
}

.ft_soc a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	margin-right: 15px;
	transition: all 0.3s;
	text-align: center;
	transition: all 0.3s;
	display: inline-block;
}

.ft_soc .ftrtsoc a {
	font-size: 24px;
}

.ft_soc1 a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	margin-top: 15px;
}

.ft_soc a:hover {
	color: #e74536;
}

.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 {
	color: #fff;
	opacity: 0.5;
	font-size: 14px;
	font-weight: 400;
	margin-top: 30px;
	padding: 0 20px;
	display: inline-block;
	clear: both;
	width: 100%;
}

span.desknoc {
	display: none;
}

/*section3*/

.section33 {
	width: 100%;
	display: table;
	padding: 50px 0;
	background-color: #f9f9f9;
	overflow: hidden;
	background-image: url('../images/pattern-10.html');
	background-repeat: no-repeat;
	background-size: 100%;
}

.sec-title {
	position: relative;
	/* margin-bottom: 55px; */
}

.sec-title .sub-title {
	color: #414141;
}

.sec-title .sub-title {
	position: relative;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
	padding: 0 30px;
}

.sec-title .sub-title:before {
	font-family: FontAwesome;
	content: "\f053";
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 16px;
	z-index: 5;
	font-weight: 400;
	/* transform: rotate(180deg); */
}

.sec-title .sub-title:after {
	font-family: FontAwesome;
	content: "\f054";
	position: absolute;
	right: 0;
	top: -1px;
	font-size: 16px;
	z-index: 5;
	font-weight: 400;
}

.sec-title h2 {
	position: relative;
	font-size: 40px;
	font-weight: 700;
	margin-top: 0;
	color: #000;
}


/*  Why Choose Us */

.Whychooseus-section {
	position: relative;
	padding: 120px 0 90px;
}

.why-choose-block .inner-box {
	position: relative;
	padding: 15px 30px 15px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	transition: .5s;
	align-items: center;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.why-choose-block .inner-box .icon {
	position: relative;
	font-size: 40px;
	margin-right: 30px;
	transition: .5s;
	line-height: 70px;
	width: 70px;
	height: 70px;
	text-align: center;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
	display: inline-block;
}

.why-choose-block .inner-box .icon:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 70px;
	border: 2px solid #e9e5df;
	background-color: #fff;
	top: -30px;
	left: -20px;
	transition: .5s;
}

.why-choose-block .inner-box .icon:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 70px;
	border: 2px solid #e9e5df;
	background-color: #fff;
	border-radius: 50%;
	top: 0;
	left: 0;
	transition: .5s;
}

.why-choose-block .inner-box .icon .ico1 {
	position: relative;
	z-index: 9;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	display: table;
	margin: auto;
	margin-top: 14px;
}

.why-choose-block .inner-box:hover .icon {
	color: #fff;
}

.why-choose-block .inner-box:hover .icon::after {
	background-color: #314698;
	border-color: #314698;
}

.why-choose-block .inner-box:hover .icon::before {
	border: 2px solid #314698;
}

.why-choose-block .inner-box:hover .icon .ico1 {
	background-position: left bottom;
}

.why-choose-block .inner-box .count {
	position: absolute;
	top: -38px;
	left: -27px;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	background: #fff;
	padding: 2px 6px;
}

.why-choose-block .inner-box .content {
	max-width: 310px;
	float: left;
	display: inline-block
}

.why-choose-block .inner-box h4 {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	transition: .5s;
	padding-bottom: 12px;
	margin-bottom: 20px;
}

.why-choose-block .inner-box h4:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100px;
	background-image: url(../images/border-shape-2.html);
}

.why-choose-block .inner-box .text {
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	/* font-weight: 600; */
	font-style: normal;
	color: #6d7a8c;
}

.why-choose-block .inner-box .count {
	color: #314698;
}


/*section3*/


/*section4*/

.section4 {
	padding: 0px 0 50px;
	/* background-color: #f9f9f9; */
	position: relative;
	width: 100%;
	display: inline-block;
	background-image: url(../images/bg2.html);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.sec4aboutout {
	/* z-index: -1; */
	left: 0;
	font-size: 130px;
	top: -30px
}

.section4 h3 {
	font-size: 19px;
	line-height: 32px;
	/* letter-spacing: 2px; */
	color: #314698;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 0px;
	text-align: left;
	/* font-family: 'Open Sans', sans-serif; */
}

.section4 h2 {
	font-size: 38px;
	line-height: 55px;
	letter-spacing: 0;
	color: #173058;
	text-transform: none;
	/* font-weight: 600; */
	font-style: normal;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 20px;
	/* display: inline-block; */
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}

/*.section4 h2 span{
	font-family: 'Open Sans', sans-serif;
}*/

a.homeser {
	text-decoration: none;
	width: 100%;
	display: block;
	color: #fff;
	transition: all 0.3s;
	position: relative;
}

a.homeser img {
	width: 100%;
	display: block;
}

a.homeser:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.4;
	background-color: rgba(43, 45, 66, 1);
	display: block;
}

.hscc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 70px;
	display: table;
	vertical-align: middle;
}

.hscc span.hstop:before {
	width: 85px;
	height: 1px;
	position: absolute;
	right: 20px;
	top: 20px;
	content: "";
	background-color: #fff;
	display: block;
}

.hscc span.hstop:after {
	width: 1px;
	height: 85px;
	position: absolute;
	right: 20px;
	top: 20px;
	content: "";
	background-color: #fff;
	display: block;
}

.hscc span.hsbtm:before {
	width: 85px;
	height: 1px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	content: "";
	background-color: #fff;
	display: block;
}

.hscc span.hsbtm:after {
	width: 1px;
	height: 85px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	content: "";
	background-color: #fff;
	display: block;
}

.hscc span.hstop {
	opacity: 0;
	position: absolute;
	right: -20px;
	top: -20px;
	transition: all 0.3s;
}

.hscc span.hsbtm {
	opacity: 0;
	position: absolute;
	left: -20px;
	bottom: -20px;
	transition: all 0.3s;
}

a.homeser:hover .hscc span.hstop {
	opacity: 1;
	right: 0px;
	top: 0px
}

a.homeser:hover .hscc span.hsbtm {
	opacity: 1;
	left: 0px;
	bottom: 0px
}

.hsccin {
	display: table-cell;
	vertical-align: middle;
}

a.homeser .hsccin img {
	width: 55px;
}

a.homeser .hsccin h4 {
	margin: 15px 0 0;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
}

a.homeser:hover .hsccin h4 span {
	text-decoration: underline;
}


.industriescar {
	padding: 0 100px
}

.section4 .owl-carousel .owl-stage-outer {
	padding: 20px 0 0px
}

.section4 .owl-carousel .item {
	padding: 10px
}

.section4 .sec4bx1 {
	top: 0px;
	position: relative;
}

.sec4bx {
	width: 100%;
	display: table;
	/* padding: 40px 30px; */
	/* box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #fff; */
	text-align: left;
}

.sec4bx .sec4img {
	width: 100px;
	line-height: 100px;
	height: 100px;
	padding-top: 40px;
}

.sec4bx .sec4img img {
	width: 55px;
}

.sec4bx h4 {
	font-size: 26px;
	line-height: 32px;
	height: 72px;
	overflow: hidden;
	letter-spacing: 0;
	color: #262626;
	text-transform: none;
	font-weight: 600;
	font-style: normal;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	position: relative;
}

.sec4bx p {
	font-size: 16px;
	line-height: 24px;
	padding-top: 30px;
	font-weight: 500;
	font-style: normal;
	color: #7f7f7f;
	border-top: 1px solid #7f7f7f;
}

.sec4bx a {
	text-decoration: none;
	color: #414141;
	padding: 12px 0px;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	transition: all 0.3s;
	position: relative;
	border-radius: 0px;
	text-transform: uppercase;
	border-radius: 10px;
	letter-spacing: 4px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
	float: left;
}

.sec4bx a img {
	margin-right: 7px;
	width: 20px;
	float: left;
}

.sec4bx a:hover {
	color: #314698;
}

.section4 .owl-theme .owl-nav [class*="owl-"] {
	width: 40px !important;
	height: 92px !important;
	background-size: 40px 92px;
}

.section4 .owl-prev {
	background-image: url(../images/prev3.png) !important;
}

.section4 .owl-next {
	background-image: url(../images/next3.png) !important;
}

.section4 .owl-dots {
	display: none !important;
}


/*section4*/


.homesolutions {
	width: 100%;
	display: block;
	padding: 100px 0;
	position: relative;
	clear: both;
	/* background-image: url(../images/solbg.png);
	background-repeat: no-repeat;
	background-size: 40% ;
	background-position: left center; */
}

img.homesolimg {
	position: absolute;
	left: 0;
	top: 10%;
	width: 42%;
	display: block;
}

.homesolutions h3 {
	color: #314698;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	letter-spacing: 4px;
	margin-top: 50px;
}

/* .homesolutions h3:before{
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	width: 60px;
	height: 3px;
	content: "";
	background-color: #314698;
} */

.homesolutions h2 {
	font-size: 42px;
	/* letter-spacing: 4px; */
	/* text-transform: uppercase; */
	color: #1c1549;
	margin-top: 0;

	position: relative;
	font-weight: 700;
	margin-bottom: 40px;

}

.jobdescripp {
	background-color: #fff;
	padding: 20px;
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
	border-radius: 0px;
}

.jobdescripp h3 {
	color: #0082FA;
}

.jobdescripp p {
	color: #000;
	font-size: 16px;
	line-height: 26px;
}

.jobdescripp a {
	/* border-radius: 5px; */
	/* padding: 10px 30px; */
	color: #252425;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;

	transition: all 0.3s;
	font-weight: 700;
	margin-top: 15px;
	display: inline-block;
}

.jobdescripp a:hover {
	color: #314698;
}

.careersbxxxx {
	clear: both;
	width: 60%;
	display: table;
	float: right;
	position: relative;
	left: 4%;
}


.horzlin {
	width: 100%;
	height: 2px;
	background-color: #666666;
	display: inline-block;
	margin: 20px 0;
	clear: both;
}


.technologiesbxx {
	width: 100%;
	display: inline-block;
	padding: 150px 0 50px;
	clear: both;
	position: relative;
	background-color: #fff;
	background-image: url(../images/eventsbg.jpg);
	background-position: left top;
	background-size: 100%;
	background-repeat: no-repeat;
}

.technologiesbxx h2 {
	color: #e74536;
	font-size: 42px;
	line-height: 24px;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: center;
}

.technologiesbxx h3 {
	font-size: 21px;
	line-height: 32px;
	color: #1f1f1f;
	margin-top: 15px;
	display: inline-block;
	position: relative;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
	width: 100%;
}

.technologiesbxx h3 span {
	position: relative;
	z-index: 1;
}

.technologiesbxx h3 span:before {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 8px;
	z-index: -1;
	content: "";
	background-color: #a8c9f0;
}

.hmupeventsbx {
	padding: 0 70px;
	width: 100%;
	display: block;
}

.hmupeventsbx a {
	text-decoration: none;
	display: block;
	width: 100%;
	border: 1px solid #c9c9c9;
	transition: all 0.3s;
}

.hmupeventsbx a:hover {
	box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}

.hmupeventsbx a img {
	display: block;
	width: 100%;
}

.hmupevanch {
	padding: 20px;
	display: block;
	width: 100%;
}

.hmupevanch h6 {
	color: #e74536;
	margin: 0;
	font-size: 14px;
}

.hmupevanch h5 {
	color: #1f1f1f;
	font-size: 18px;
	margin: 15px 0 10px;
	line-height: 26px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.hmupevanch p {
	color: #34343b;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.hmupevanch span {
	color: #005bc8;
	font-weight: 600;
}


.homesolutions h5 {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 21px;
	color: #173058s;
}

.homesolutions ul,
.technologiesbxx ul {
	list-style: none;
	width: 100%;
	display: block;
	padding: 0;
	margin: 0
}

.technologiesbxx .item {
	padding: 10px 20px
}

.homesolutions ul li,
.technologiesbxx ul li {}

.technologiesbxx ul li {
	padding: 30px 15px;
	display: block;
	width: 100%;
}

.technologiesbxx ul li a {
	display: block;
	padding: 30px 40px;
	margin-bottom: 0;
	background-color: #fff;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.161);
	border-radius: 30px;

}

.homesolutions ul li a img,
.technologiesbxx ul li a img {
	width: 100%;
	display: block;
}


.technologiesbxx .owl-theme .owl-nav [class*="owl-"] {
	width: 40px !important;
	height: 35px !important;
	background-size: 40px 35px;
}

.homesolutions .owl-theme .owl-nav,
.technologiesbxx .owl-nav {
	top: 45% !important;
}

.technologiesbxx .owl-prev {
	background-image: url(../images/prev3.png) !important;
}

.technologiesbxx .owl-next {
	background-image: url(../images/next3.png) !important;
}

.technologiesbxx .owl-dots {
	display: none !important;
}


.footerbx1 {
	width: 100%;
	display: table;
	text-align: center;
	padding: 20px 0 80px 0;
	background-image: url(../images/ftbg1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
}

.ftlogo1 a img {
	margin: auto;
	display: table;
	height: 80px;
}

.footerbx1 p {
	color: #1f1f1f;
	font-size: 16px;
}

.ftlinksss {
	margin: auto;
	display: table;
	padding: 20px 0
}

.ftlinksss a {
	display: inline-block;
	padding: 0 20px;
	text-decoration: none;
	color: #1f1f1f;
	font-weight: 600;
	position: relative;
	font-size: 18px;
	transition: all 0.3s;
}

.ftlinksss a:first-child {
	border-right: 1px solid #e74536;
}

.ftlinksss a:hover {
	color: #e74536;
}

/*innerbanner*/

.inner_banner {
	width: 100%;
	display: table;
	position: relative;
	background-color: #0f1941;
	/* margin-top: 100px; */
}


.inner_banner img {
	width: 58%;
	display: block;
	float: right;
}

.innertxt1 {
	position: absolute;
	width: 100%;
	text-align: left;
	top: 40%;
	left: 0%;
	padding: 0px;
	z-index: 9;
}

.innertxt1 ul {
	list-style: none;
	text-align: left;
	margin-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	/* 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: "/";
	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: 44px;
	line-height: 60px;
	font-weight: 600;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	/* 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*/



.faboutbx1{
	width: 100%;
	display: table;
	padding: 80px 0;
	background-color: #fff;
}
.faboutbx1 h4{
	color: #e74536;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	font-size: 16px;
}
.faboutbx1 h3{
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	color: #1f1f1f;
	margin-top: 15px;
	display: inline-block;
	position: relative;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 20px;
	width: 90%;

}
.faboutbx1 h3 span{
	position: relative;
	z-index: 1;
}
.faboutbx1 h3 span:after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 8px;
	z-index: -1;
	content: "";
	background-color: #7fe5ff;
}
.faboutbx1 p{
	font-family: 'Poppins', sans-serif;
	color: #001d3a;
	font-size: 16px;
	line-height: 32px;
	margin-top: 70px;
}

.faboutbx2{
	padding: 100px 0;
	background-color: #010b31;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.fabtlt{
	padding-left: 40px;
	border-left: 4px solid #e74536;
	width: 100%;
}
#dickinsonassoc-mid-hexbkgd-f11 {
	opacity: 0.1;
	position: absolute;
	width: 300.209px;
	/* height: 380.333px; */
	right: 0;
	top:0px;
	overflow: visible;
}
#Path_12 {
	fill: rgba(30,124,220,1);
}
.Path_12 {
	overflow: visible;
	position: absolute;
	width: 300.323px;
	/* height: 380.333px; */
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
#Path_52 {
	fill: rgba(30,124,220,1);
}
.Path_52 {
	overflow: visible;
	position: absolute;
	width: 1px;
	height: 1px;
	left: 494.209px;
	top: 70.809px;
	transform: matrix(1,0,0,1,0,0);
}

.faboutbx3{
	clear: both;
	width: 100%;
	display: block;
	padding: 60px 0;
	background-color: #fff;
}
.faboutbx3 h2{
	color: #e74536;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
letter-spacing: 2px;
font-size: 16px;
}
.faboutbx3 p{
	font-family: 'Poppins', sans-serif;
font-size: 36px;
color: #001d3a;
margin-top: 5px;
display: inline-block;
position: relative;
font-weight: 600;
line-height: 48px;
margin-bottom: 20px;
}
.faboutbx3 h3{
	font-family: 'Poppins', sans-serif;
color: #001d3a;
font-size: 16px;
font-weight: 400;
line-height: 32px;
}
.faboutbx3 h4{
	font-family: 'Poppins', sans-serif;
color: #001d3a;
font-size: 18px;
line-height: 32px;
font-weight: 600;
margin-bottom: 40px;
}

.fabtlt h2{
	font-family: 'Poppins', sans-serif;
	color: #00cbff;
	font-style: italic;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 36px;
	
}
.fabtlt p{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	width: 90%;
}

.faboutbx2 h3{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 19px;
	line-height: 42px;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 400;
}
.faboutbx2 img{
	width: 75px;
}
.faboutbx2 h4{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}

a.teamtop1{
	text-decoration: none;
	color: #001d3a;
	transition: all 0.3s;
}
a.teamtop1 img{
	width: 100%;
	display: block;
	transition: all 0.3s;
	filter: grayscale(100%);
}
a.teamtop1:hover img{
	box-shadow: 0 0px 20px 3px rgba(0, 0, 0, 0.15);
	filter: grayscale(0%);
}
a.teamtop1 h1{
	margin: 20px 0 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 19px;
	height: 42px;
	overflow: hidden;
}
a.teamtop1 span{
color: #e74536;
display: block;
margin-bottom: 10px;
font-weight: 500;
}

a.teamtop2{
	clear: both;
	display: block;
	font-size: 28px;
	color: #0077b5;
}



.faboutbx4{
	clear: both;
	width: 100%;
	display: table;
	padding: 60px 0;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01caff+0,2176da+100 */
	background: #01caff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #01caff 0%, #2176da 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #01caff 0%, #2176da 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #01caff 0%, #2176da 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01caff', endColorstr='#2176da', GradientType=0);
	/* IE6-9 */
}
.faboutbx4 img{width: 100%; display: block;}

.fabtbx4{
	padding-left: 40px;
	width: 90%;
	display: block;
	border-left: 4px solid #e74536;

}
.fabtbx4 h4{
	color: #001d3a;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
letter-spacing: 2px;
font-size: 16px;
margin-bottom: 0;
}
.fabtbx4 h2{
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
color: #001d3a;
margin-top: 5px;
display: inline-block;
position: relative;
font-weight: 600;
line-height: 48px;
margin-bottom: 15px;
}
.fabtbx4 h3{
	font-size: 19px;
line-height: 28px;
color: #fff;
margin-top: 15px;
display: inline-block;
position: relative;
font-weight: 600;
margin-bottom: 20px;
width: 100%;
}
.fabtbx4 h3 span{
	position: relative;
z-index: 1;
}
.fabtbx4 h3 span:before{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 8px;
	z-index: -1;
	content: "";
	background-color: #066596;
}
.faboutbx4 p{
	padding-left: 40px;

color: #fff;
font-size: 16px;
font-weight: 400;
line-height: 32px;
width: 90%;
}


.faboutbx5{
	position: relative;
	width: 100%;
	display: table;
	padding: 50px 0;
	background-color: #fff;
}
.faboutbx5 h3{
	color: #00cbff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	font-size: 16px;
	margin-bottom: 0;
}
.faboutbx5 h4{
	color: #001d3a;
	font-size: 19px;
	line-height: 32px;
	font-weight: 600;
}
video.waveanim{
	/* animation-name: platformmap-graphic-wave; */
	position: relative;
	margin-top: -150px;
	width: 100%;
	position: relative;
	
}




.PlatformMap-graph.sal-animate {
	opacity: 1;
  }
   .PlatformMap-graphicWave {
	left:0;
	/* opacity:0; */
	overflow-x:hidden;
	position:absolute;
	top:50%;
	/* transform:translateY(-50%) rotate(10deg) scale(1.05); */
	width:100%;
	z-index:2
   }
   .sal-animate .PlatformMap-graphicWave {
	animation-name: platformmap-graphic-wave;
  }
   .PlatformMap-graphicDots, .PlatformMap-graphicFlags1, .PlatformMap-graphicFlags2, .PlatformMap-graphicLines, .PlatformMap-graphicWave {
	/* animation-delay: 1s;
	animation-duration: 15.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	will-change: opacity; */
  }
   .PlatformMap-graphicLines {
	/* opacity:0; */
	z-index:3
   }
   .PlatformMap-graphicLines {
	animation-name:platformmap-graphic-lines
   }
   .PlatformMap-graphicFlags1 {
	opacity:0;
	z-index:4
   }
   .PlatformMap-graphicFlags1 {
	animation-name:platformmap-graphic-flags-1
   }
   .PlatformMap-graphicFlags2 {
	opacity:0;
	z-index:4
   }
   .PlatformMap-graphicFlags2 {
	animation-name:platformmap-graphic-flags-2
   }
   @keyframes platformmap-graphic-dots {
	0%,
	3.8961038961% {
	 opacity:0
	}
	7.7922077922%,
	45.4545454545% {
	 opacity:1
	}
	49.3506493506%,
	to {
	 opacity:0
	}
   }
   @keyframes platformmap-graphic-lines {
	0%,
	15.5844155844% {
	 opacity:0
	}
	19.4805194805%,
	45.4545454545% {
	 opacity:1
	}
	49.3506493506%,
	to {
	 opacity:0
	}
   }
   @keyframes platformmap-graphic-flags-1 {
	0%,
	45.4545454545% {
	 opacity:0
	}
	49.3506493506%,
	62.3376623377% {
	 opacity:1
	}
	66.2337662338%,
	to {
	 opacity:0
	}
   }
   @keyframes platformmap-graphic-flags-2 {
	0%,
	62.3376623377% {
	 opacity:0
	}
	66.2337662338%,
	92.2077922078% {
	 opacity:1
	}
	96.1038961039%,
	to {
	 opacity:0
	}
   }
   @keyframes platformmap-graphic-wave {
	0%,
	15.5844155844% {
	 opacity:0
	}
	19.4805194805%,
	92.2077922078% {
	 opacity:1
	}
	96.1038961039%,
	to {
	 opacity:0
	}
   }
   

   .Wave {
	height:0;
	overflow:hidden;
	padding-bottom:34.0277777778%;
	position:relative;
	width:100%;
	z-index:0
   }
   @media(min-width:720px) {
	.Wave {
	 padding-bottom:22.6851851852%
	}
   }
   @media(min-width:1080px) {
	.Wave {
	 padding-bottom:19.140625%
	}
   }
   .Wave-canvas {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
   }



.foperationbx1{
	width: 100%;
	display: table;
	padding: 80px 0;
	background-color: #fff;
	background-image: url(../images/opbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 600px;
}
.foperationbxx{
	position: relative;
	width: 100%;
	display: table;
	padding: 0 70px 0 40px;
}
.foperationbxx:before{
	position: absolute;
	left: 0;
	top: 15px;
	width: 5px;
	height: 150px;
	content: "";
	background-color: #e74536;
}
.foperationbx1 h3{
	color: #00cbff;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
letter-spacing: 2px;
font-size: 16px;
margin-bottom: 0;
}
.foperationbx1 h2{
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	color: #001d3a;
	margin-top: 5px;
	display: inline-block;
	position: relative;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 15px;
}
.foperationbx1 p{
	font-family: 'Poppins', sans-serif;
	color: #001d3a;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 10px !important;
}



.bunitspgbx1{
	display: block;
	position: relative;
	background-color: #fff;
	padding: 50px 0 50px;
	background-image: url(../images/eventsbg.jpg);
background-position: left top;
background-size: 100%;
background-repeat: no-repeat;
}
.tab_container1 h2{
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	color: #001d3a;
	margin-top: 5px;
	display: inline-block;
	position: relative;
	font-weight: 600;
	line-height: 55px;
	margin-bottom: 15px;
	width: 95%;
}
.tab_container1 p{
	font-family: 'Poppins', sans-serif;
	color: #001d3a;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 40px;
}
.tab_container1 table p{margin: 0;}
.tab_container1 ul, .foperationbxx ul{
list-style: none;
width: 100%;
}
.tab_container1 ul li, .foperationbxx ul li{
	font-family: 'Poppins', sans-serif;
	color: #001d3a;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	padding-left: 30px;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
}
.foperationbxx ul ul li{padding-left: 40px;}
.tab_content1{
	width: 100%;
	padding: 50px 0 0;
	display: block;
}

.tab_container1 a{
    
}
.tab_container1 a img{
	width: 100%;
	display: block;
}
.tab_container1 a h3{
	background: #01caff;
background: -moz-linear-gradient(top, #01caff 0%, #2176da 100%);
background: -webkit-linear-gradient(top, #01caff 0%, #2176da 100%);
background: linear-gradient(to bottom, #01caff 0%, #2176da 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01caff', endColorstr='#2176da', GradientType=0);
padding: 20px;
text-align: center;
color: #fff;
font-size: 19px;
font-weight: 700;
display: block;
margin: 0;
position: relative;
z-index: 9;
}
.tab_container1 .owl-item{opacity: 0.5;}
.tab_container1 .owl-item.active{opacity: 1;}
.tab_container1 .owl-theme .owl-dots{display: none;}

.homesolutions .owl-theme .owl-nav,
.tab_container1 .owl-nav {
	top: 45% !important;
	width: 66% !important;
	z-index: 999999;
	left: 17%;
}

.tab_container1 .owl-prev {
	background-image: url(../images/prev3.png) !important;
}

.tab_container1 .owl-next {
	background-image: url(../images/next3.png) !important;
}
.tab_container1 .owl-theme .owl-nav [class*="owl-"] {
	width: 50px !important;
	height: 43px !important;
	background-size: 50px;
  }

  .tab_container1 h5 {
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 0;
	color: #0f1941;
	text-transform: none;
	font-weight: 600;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 30px;
	/* display: inline-block; */
	letter-spacing: -1px;
	width: 95%;
	position: relative;
	font-family: 'Poppins', sans-serif;
}

.tab_container1 h5 span {
	position: relative;
	z-index: 1;
}

.tab_container1 h5 span:after {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 95%;
	height: 10px;
	z-index: -1;
	content: "";
	background-color: #7fe5ff;
}

.tab_container1 table {
	width: 100%;
	overflow-y: auto;
	border: 0;
	margin-top: 50px;
	border-collapse: collapse;
  }
  .tab_container1 table thead {
	background: #001d3a;
	font-weight: 600;
  }
  .tab_container1 table th {
	padding: 15px 20px;
	border: 1px solid #4b5968;
	color: #fff;
	font-weight: 600;
  }
  .tab_container1 table td {
	border: 0;
	padding: 10px 15px;
  }
  
  .relprod .techhd1{margin-top: 0px; font-size: 26px;}
  table tbody tr:nth-child(2n) {
	background-color: #e4e8ec !important;
  }
.oncologypgbx p{margin-bottom: 40px;}
  .oncologypgbx a {
	text-decoration: none;
	position: relative;
	transition: all 0.3s;
	margin: 0 50px 0 0;
	display: inline-block;
	color: #e74536;
	font-size: 17px;
	font-weight: 600;
	padding-left: 55px;
	padding-top: 3px;
	top: 0;
	text-transform: uppercase;

}

.oncologypgbx .Path_66 {
	fill: #e74536;
}

.oncologypgbx a:hover {
	/* color: #000; */
	top: -3px;
}







/*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-2.html');
	background-size: 50%;
	background-repeat: repeat;
	background-position: left center;
	padding: 40px 0;
	width: 100%;
	display: table;
	background-color: #fff;
}

.asection2 h2 {
	font-size: 36px;
	line-height: 55px;
	letter-spacing: 0;
	color: #173058;
	text-transform: none;
	/* font-weight: 600; */
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 20px;
	/* display: inline-block; */
	width: 100%;
	position: relative;
	clear: both;
	font-family: 'Open Sans', sans-serif;


	/* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}

.asection2 p {
	font-size: 18px;
	line-height: 32px;
	/* font-weight: 300; */
	width: 100%;
	clear: both;
	font-style: normal;
	color: #666666;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}


.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-2.html');
	background-size: 50%;
	background-repeat: repeat;
	background-position: left center;
}

.aboutbx2 img {
	width: 90%;
	display: block;
}

.aboutbx2 h2 {
	font-size: 36px;
	line-height: 55px;
	letter-spacing: 0;
	color: #173058;
	text-transform: none;
	/* font-weight: 600; */
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 20px;
	/* display: inline-block; */
	width: 100%;
	position: relative;
	clear: both;
	font-family: 'Open Sans', sans-serif;
}

.aboutbx2 p {
	font-size: 18px;
	line-height: 32px;
	/* font-weight: 300; */
	width: 100%;
	clear: both;
	font-style: normal;
	color: #666;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}

.abtbtm1 {
	margin-top: 30px;
}

.abtbtm1 h4 {
	font-size: 18px;
	font-weight: 700;
	color: #666666;
	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: #81C90E;
	font-size: 24px;
	padding-right: 0.5em;
	position: absolute;
	top: -3px;
	left: 0;
}

.abtbtm1 p {
	color: #666;
	line-height: 28px;
	font-size: 16px;
	margin-top: 10px;
}


.aboutbx3 {
	clear: both;
	width: 100%;
	display: table;
	padding: 60px 0;
	background-image: url('../images/bg-service.html');
	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 {
	font-size: 42px;
	line-height: 1.33333;
	font-weight: 800;
	margin-top: 0;
	color: #fff;

	display: inline;
	border-bottom: 2px solid #81C90E;
}

.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: #81C90E;
	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: 16px;
	line-height: 32px;
	/* font-weight: 300; */
	width: 100%;
	clear: both;
	font-style: normal;
	color: #666666;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}

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;
}


.servicespg {
	width: 100%;
	display: table;
	/* padding: 40px 0 40px; */
	background-color: #fff;
	background-image: url('../images/bg1-2.html');
	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;

}

.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: '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: 150px;
	position: relative;
	padding-right: 30px;
	margin-top: 100px;


	font-weight: 300;
	margin: 0px;
	font-size: 28px;
	line-height: 36px;
	margin-top: 30px;
	position: relative;
	color: #666666;

}

/* .servidpg h3:before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    width: 1px;
    content: "";
    background-color: #25b692;
} */
.servidpg h3 img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
}

.servidpg h4 {
	color: #000;
	font-size: 19px;
	line-height: 28px;
}

.servidpg h1 {
	font-weight: 700;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #81C90E;

	display: inline;

	line-height: 48px;
}

.servidpg p {
	font-size: 16px;
	color: #000;
	margin-top: 20px;
	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: #81C90E;
}

.productsbx h2 {
	position: relative;
	margin-top: 0px;
	color: #000061;
	font-size: 32px;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 800;
	position: relative;

}

.productsbx h2:before {
	position: absolute;
	left: calc(50% - 40px);
	bottom: 0px;
	width: 100px;
	height: 1px;
	background-color: #6cb148;
	content: "";
}

/*innersec1*/

.innersec1 {
	padding: 50px 0;
	background-color: #fff;
	display: table;
	width: 100%;
	position: relative;
}

.aboutpg:before {
	position: absolute;
	content: "";
	background-image: url('../images/round01.html');
	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: #00aead;
	font-size: 32px;
	line-height: 36px;
	font-weight: 800;
	margin-bottom: 50px;
	margin-top: 20px;
	text-transform: capitalize;
}

.innersec1 h1 span {
	border-bottom: 2px solid #3c3;
}

.innersec1 h3 {
	color: #000;
	font-size: 28px;
	line-height: 36px;
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 0;
}

.innersec1 p {
	font-size: 23px;
	line-height: 42px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #414141;
}

.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;
}


/*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.html');
}

.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;
}

.parallax2 img {
	width: 70%;
	margin: auto;
	display: table;
	margin-top: 50px;
}

.job1bx {
	width: 100%;
	display: table;
	padding: 15px 0;
	clear: both;
	transition: all 0.3s;
}

.job1bx:last-child {
	border-bottom: 0px;
}

.job1bx a {
	text-decoration: none;
	color: #000;
	width: 100%;
	display: block;
	position: relative;
	min-height: 100px;
	transition: all 0.3s;
}

.job1bx img {
	width: 90%;
	display: block;
	border: 1px solid #fff;
	padding: 10px;
	margin: 0px;
	border-radius: 100%;
	transition: all 0.6s;
}

.job1bx:hover img {
	/* transform: scale(1.1, 1.1); transform: rotate(360deg);
background-color: rgba(255, 255, 255, 0.2); */
	border: 3px solid #f49941;
}

.job1bx h5 {
	font-size: 24px;
	font-weight: 700;
	margin: 0px;
	color: #e38917;
	transition: all 0.3s;
	margin-bottom: 10px;
}

.job1bx h6 {
	font-size: 14px;
	margin-top: 5px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #777;
}

.job1bx p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.ltjb p {
	width: 80%;
}

.page1 {
	padding: 70px 0;
	color: #000;
	font-size: 19px;
	line-height: 32px;
	display: table;
	background-size: 100%;
	background-image: url('../images/bg-tabs3.html');
	width: 100%;
	overflow: hidden;
}

.section123 {
	width: 100%;
	float: left;
	position: relative;
}

.page1 h2 {
	margin: 0 0 20px 0;
	font-size: 32px;
	font-weight: 900;
	color: #1e6fa2;
	text-transform: uppercase;
}

.page_ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 30px;
}

.page_ul ul li {
	width: 100%;
	float: left;
	color: #000;
	position: relative;
	padding: 6px 0 6px 25px;
}

.page_ul ul li:before {
	position: absolute;
	top: 6px;
	left: 5px;
	font-family: FontAwesome;
	font-weight: 900;
	content: "\f105";
	color: #00aead;
}

.page_left {
	width: 72%;
	float: left;
}

.page_right {
	width: 25%;
	float: right;
}

.page1 .sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 100px;
	z-index: 1;
	display: inline-block;
}

.page_right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page_right ul li,
.page_right ul li a {
	width: 100%;
	float: left;
	position: relative;
}

.page_right ul li {
	margin-bottom: 10px;
}

.page_right ul li a {
	color: #333;
	font-weight: 400;
	padding: 10px 25px;
	text-decoration: none;
	transition: all .5s;
	font-size: 16px;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .15);
	border-radius: 30px;
	background-color: #fff;
}

.page_right ul li:last-child a {
	border-bottom: 0px solid #eee;
}

.page_right ul li a:hover,
.page_right ul li a.active {
	background: #1e6fa2;
	color: #fff;
	text-decoration: none;
	transition: all .5s;
}


/*careers*/

.careerspg {
	width: 100%;
	display: table;
	padding: 40px 0;
}

.careerspg h3 {
	font-size: 55px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 65px;
}

a.carbx1 {
	text-decoration: none;
	width: 100%;
	display: block;
	color: #fff;
	overflow: hidden;
	position: relative;
	transition: all 0.3s;
}

a.carbx1 img {
	max-width: none;
	transform: translate3d(-40px, 0px, 0px);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: calc(100% + 40px);
}

a.carbx1:hover img {
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.stories-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.25);
}

a.carbx1 p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	line-height: 25px;
	font-size: 24px;
	font-weight: 600;
}

.careerspg h4 {
	font-size: 42px;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 0px;
	clear: both;
	margin-bottom: 40px;
	display: inline-block;
	color: #00aead;
}

.jobsbx1 {
	clear: both;
	width: 100%;
	display: table;
	padding-left: 100px;
	position: relative;
}

.jobsbx1 a {
	text-decoration: none;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #000;
	display: block;
}

p.offering-title {
	font-weight: 700;
	font-size: 18px;
	color: #000;
	margin-bottom: 0px;
	line-height: 32px;
}

.offerings-row {
	color: #555;
	font-size: 14px;
}

.offerings-row span {
	font-style: normal;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.sub {
	font-style: normal;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 3px;
	display: table;
	margin: auto;
	transition: all 0.3s;
	color: #000;
	font-weight: 600;
}

.border-left {
	width: 20px;
	height: 0%;
	top: 0px;
	position: absolute;
	left: 0;
	background: #314698;
	transition: all 0.5s;
}

.jobsbx1 a:hover .border-left {
	height: 100%;
}

.jobsbx1 a:hover .sub {
	background-color: #314698;
	color: #fff;
	transition: all 0.5s;
	border-color: #314698;
}

.jobdescription {
	width: 100%;
	display: table;
	padding: 40px 0;
	background-size: 100%;
	background-image: url('../images/bg-tabs3.html');
}

.jobdescription1 {
	width: 100%;
	display: table;
	overflow: hidden;
	padding: 50px 0;
	background-image: url("../images/bg-right.html");
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	background-size: auto !important;
}

.jobdesinner {
	width: 100%;
	display: table;
	padding: 30px 0;
}

.jobdesinner h3 {
	color: #000;
	font-size: 32px;
	font-weight: 600;
	margin-top: 0px;
}

.jobdesinner h3 span {
	margin: 6px;
	padding: 5px;
	font-size: 13px;
	border-radius: 5px;
	background-color: #f4f4f4;
}

.jobdesinner h4 {
	font-size: 18px;
	font-weight: 500;
	color: #2b2b2b;
}

.jobdesinner p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 32px;
}

.jobdesinner p b {
	font-weight: 600;
}

a.jobapply {
	padding: 10px 25px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #00aead;
	border-radius: 3px;
	display: table;
	transition: all 0.3s;
	text-decoration: none;
	margin: auto;
	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;
	margin-top: 60px;
}

a.jobapply:hover {
	background-color: #fff;
	color: #00aead;
}

.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: 45px;
	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 h2 {
	font-size: 24px;
	font-weight: 600;
}

.jobdesc1 p {
	font-size: 18px;
	line-height: 28px;
}

.jobdesc1 ul li {
	line-height: 28px;
}

.jobdesinner h1 {
	width: 100%;
	display: block;
	color: #00aead;
	font-size: 38px;
	font-weight: 600;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
	text-align: center
}

.jobdesinner h1:before {
	position: absolute;
	left: calc(50% - 161px);
	bottom: 0px;
	width: 322px;
	height: 4px;
	content: "";
	background-color: #ececec;
	/* background-image: url('../images/border2.png'); */
	display: block;
}

.jobdescription label {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block
}

.jobdescription label span {
	color: #ff7149;
	width: auto;
}

.jobdescription input.form-control,
.jobdescription textarea.form-control {
	background-color: #ccc;
	border-radius: 0px;
	height: 40px;
	border: 0px;
	margin-bottom: 20px;
}

.jobdescription textarea.form-control {
	height: 100px;
}

.jobdescription .col-sm-12 {
	display: table;
	width: 100%;
}

input.subres {
	padding: 10px 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border: 0px;
	background-color: #00aead;
	transition: all 0.3s;
	margin: auto;
	display: table;
}

input.subres:hover {
	background-color: #f01f10;
	color: #fff;
}


/*careers*/

.innerserv {
	font-size: 18px;
	line-height: 32px;
	/* font-weight: 300; */
	width: 100%;
	clear: both;
	font-style: normal;
	color: #666666;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;

	text-align: justify;
	padding: 50px 0;
	background-color: #fff;
	display: table;
	width: 100%;
	background-size: 100%;
	/* overflow: hidden; */
	background-image: url('../images/bg-tabs3.html');
}


/*.page_content*/

.page_content {
	width: 68%;
	float: left;
	color: #333
}

.page_content h2 {
	width: 100%;
	float: left;
	margin: 0;
	color: #173058;
	font-size: 36px;
}

.pageTxt h3 {
	display: table;
	margin-bottom: 0;
	color: #000;
	font-weight: 700
}

.page_ul ul {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	list-style: none;
}

.page_ul ul li {
	width: 100%;
	float: left;
	padding-left: 25px;
	margin-bottom: 10px;
	position: relative;
	font-weight: 400;
	color: #333;
}

.page_ul ul li:before {
	position: absolute;
	top: 15px;
	left: 0;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50px;
	border: 2px solid #314698;
}

.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: 100px;
	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: 100px;
	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: #173058;
}

.job_nav li span {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.job_nav li i {
	position: absolute;
	top: 5px;
	left: 0;
	color: #314698;
}

.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: #314698;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s;
}

.job_nav li:last-child a:hover {
	background-color: #173058;
}

.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: #1f1c66;
}

.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 .5s;
}

.page_nav ul li:first-child a {
	border-top: 0px;
}

.page_nav ul li a:hover,
.page_nav ul li a.active {
	color: #012c8a;
}

.innerserv p strong {
	font-weight: 600
}

.innerserv h1 {
	width: 100%;
	display: block;
	color: #173058;
	font-size: 38px;
	font-weight: 800;
	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: #314698;
	/* 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: #314698;
	transition: all 0.3s;
	margin: auto;
	display: table;
}

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
}

.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: #dcfbab;
	border-radius: 50%;
	font-size: 25px;
	color: #314698;
	-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;
	font-weight: 700;
	color: #173058;
}

.contact-info-box p {
	margin-bottom: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.contact-info-box p a {
	display: inline-block;
	color: #666666;
	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.html');
	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: #314698;
	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: block;
	list-style: none;
	font-size: 18px;
	line-height: 32px;
	color: #001d3a;
	margin-top: 5px;
	width: 80%;
	clear: both;
}

.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: #001d3a;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 40px;
	font-weight: 700;
	padding-left: 55px;
}
.contact-section .info-column .contact-list li a{
	text-decoration: underline;
	color: #00cbff;
}
.contact-section .info-column .contact-list li strong img{
	position: absolute;
	left: 0;
	top: 2px;
	width: 40px;
}

.contact-section .info-column .contact-list li a {
	position: relative;
	color: #00cbff;
	font-size: 16px;
	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-right: 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{
	padding: 40px 60px;
	border-radius: 15px;
	background-color: #f0f0f0;
	width: 95%;
}
.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 0px;
	color: #112c47;
	height: 50px;
	font-size: 16px;
	background: none;
	font-weight: 400;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #112c47;
	-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;
	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 0px;
	color: #112c47;
	height: 50px;
	font-size: 16px;
	background: none;
	font-weight: 400;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #112c47;
	-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;
	box-shadow: 0;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
	height: 80px;
}

.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.html');
	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 {
	font-family: 'Poppins', sans-serif;
font-size: 36px;
color: #001d3a;
margin-top: 5px;
display: inline-block;
position: relative;
font-weight: 600;
line-height: 48px;
margin-bottom: 15px;
}

.text {
	margin-bottom: 20px;
	font-size: 18px;
	color: #001d3a;
	line-height: 36px;
}

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #112c47;
	padding: 6px 30px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 30px;
	overflow: hidden;
	background-color: transparent;
	text-transform: capitalize;
	border: 1px solid #112c47;
	transition: all 0.3s;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover {
	background-color: #112c47;
	color: #fff;
}

.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.html');
	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.html');
	background-repeat: no-repeat;
	top: 85%;
	left: 5%;
	content: "";
	z-index: 99;
	background-size: 100%;
}

.contact-section .info-column .contact-list {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	list-style: none;
	width: 100%;
	margin-top: 130px;
}

/*aboutbx1*/

.aboutbx1 {
	padding: 60px 0;
	background-color: #fff;
	width: 100%;
	display: table;
}

.section-title1 h1 {
	position: absolute;
	z-index: 1;
	font-size: 220px;
	line-height: 1;
	opacity: 0.07;
	top: -28px;
	left: 0;
	margin-bottom: 0;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	margin-top: 0;
	font-weight: 700
}

.pos-rel {
	position: relative;
}

.section-title1>span {
	color: #314698;
	font-weight: 600;
	font-size: 20px;
}

.line {
	padding-left: 75px;
	position: relative;
}

.line::before {
	position: absolute;
	background: #314698;
	content: "";
	height: 3px;
	width: 45px;
	left: 0;
	bottom: 11px;
}

.section-title1 h2 {
	font-size: 50px;
	margin-top: 22px;
	letter-spacing: -0.3px;
	color: #262262
}

.about-me-info span {
	font-size: 18px;
	color: #262262;
	line-height: 28px;
	font-weight: 600;
}

.about-me-info p {
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
}

.section-title1 h3 {
	font-size: 24px;
	color: #314698;
	font-weight: 600;
	line-height: 32px;
}

.sec2bxin {
	float: right;
	display: inline-block;
	padding: 40px 40px 0;
	position: relative;
	width: 100%;
}

.sec2bxin h2 {
	font-weight: 800;
	font-size: 42px;
	line-height: 46px;
	margin: 0px;
	text-transform: uppercase;
	color: #252a61;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
}

.sec2bxin a {
	text-decoration: none;
	color: #252a61;
	transition: all 0.3s;
	position: relative;
	width: 97%;
	display: block;
	min-height: 420px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.18);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.18);
}

.sec2bxin a:hover {
	-webkit-box-shadow: 3px 3px 35px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 35px rgba(0, 0, 0, 0.3);
}

.sec2bxin a img {
	width: 90px;
	display: block;
}

.sec2bxin a h3 {
	font-weight: 800;
	margin-top: 0px;
	font-size: 21px;
	margin-bottom: 20px;
	transition: all 0.3s;
	margin-top: 20px;
	color: #262262;
}

.sec2bxin a p {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	overflow: hidden;
	color: #000
}

.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: #314698;
	height: 2px;
	position: relative;
	top: 8px;
	transition: width .2s ease-out;
	clear: both;
	margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
	background: #ed681c;
}


/* .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(0, 0, 0, 0.4);
}

.cart_bx1 {
	width: 90%;
	background-color: #010b31;
	height: 100%;
	right: -100%;
	transition: ease all 0.4s;
	top: 0px;
	position: fixed;
	display: block;
	box-shadow: 0 10px 50px rgba(1, 2, 2, .15);
	z-index: 99999;
	overflow-y: auto;
	background-image: url('../images/hpat.html');
}

.left1 {
	right: 2100px;
	z-index: 9999999;
	transition: ease all 0.8s
}

.menu2 {
	right: 2100px;
	position: fixed;
	transition: ease all 0.6s;
	top: 0px;
	z-index: 99999;
}

.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: #414141;
}

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: 26px;
}

a.mobilecont {
	padding: 12px 28px 10px;
	margin-left: 20px;
	border: 1px solid #ed681c;
	background-color: #ed681c;
	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;
}

.alliancespg {
	display: table;
	width: 100%;
	position: relative;
	padding: 60px 0;
}

.alliancespg:before {
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	right: 5vw;
	top: 5vw;
	background-image: url("../images/dots-green__sm.html");
}

.alliancebx1 {
	display: table;
	position: relative;
	width: 100%;
}

.allianceleft {
	width: 35%;
	position: sticky;
	top: 175px;
	float: left;
}

.allianceright {
	float: right;
	display: inline-block;
	width: 100%;
	padding: 0 40px;
}

.allianceleft h2 {
	color: #f15d21;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	margin-top: 0;
}

.allianceleft p {
	font-size: 18px;
	line-height: 28px;
}

.abox1 {
	width: 100%;
	display: block;
}

.abox1 a {
	text-decoration: none;
	width: 100%;
	display: block;
	position: relative;
	transition: all 0.3s;
	box-shadow: none !important;
	border: 1px solid #e7e7f4;
	border-radius: 20px;
	padding: 40px 40px 20px;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	margin-bottom: 30px;
}

.abox1 a:hover {
	background-color: #f17a26;
}

.abox1 a::before {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5.75rem;
	top: 2.25rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	background-image: url("../images/arrow-right-light.html");
}

.abox1 a:hover::before {
	visibility: visible;
	opacity: 1;
	right: 2rem;
}

.icon-boxed {
	width: 150px;
	height: 100px;
	background-color: #ffffff;
	box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
	border-radius: 18px;
	overflow: hidden;
	line-height: 100px;
	padding: 0 10px;
	padding-top: 15px;
}

.icon-boxed img {
	display: inline-block;
}

.abox1 a p {
	font-size: 18px;
	margin-top: 15px;
	color: #01a5e3;
}

.abox1 a:hover p {
	color: #fff;
}

.iesaa1,
.iesaa3 {
	padding: 50px 0;
	width: 100%;
	display: table;
	background-color: #fff;
}

.iesaa2:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 100%;
	content: "";
	background-color: #fff;
}

.iesaa1 img {
	width: 90%;
	display: block;
}

.iesaa1 h2,
.iesaa2 h2,
.iesaa41 h2 {
	color: #00aead;
	font-weight: 500;
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
	display: inline-block;
}

.iesaa2 h2,
.iesaa41 h2 {
	margin-top: 0;
}

.iesaa1 p,
.iesaa2 p {
	font-size: 23px;
	line-height: 42px;
	text-align: left;
	font-weight: 400;
	font-style: normal;
	color: #000;
}

.iesaa2 {
	padding: 50px 0;
	width: 100%;
	display: inline-block;
	position: relative;
	/* min-height: 500px; */
	background-color: #fbfbfb;
}

.iesaa2car {
	/* position: absolute;
	right: 0;
	top: 2%;
	display: block;
	width: 40% */
	width: 100%;
	display: block;
}

.iesaa2cari {
	width: 100%;
	display: block;
	background-color: #000;
	position: relative;
}

.iesaa2cari img {
	width: 100%;
	display: block;
	opacity: 0.7;
}

.iesaa2cari p {
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 10px 10%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 26px;
}

.iesaa2 .owl-nav {
	display: none;
}

.iesaa3 h2 {
	text-align: center;
	color: #00abab;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 30px 0;
	border-right: 3px solid #000;
}

.iesaa3 h3 {
	padding-left: 20px;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 600;
}

.iesaa3 p {
	padding-left: 20px;
	color: #000;
	font-size: 24px;
}

.iesaa3 a {
	background-color: #00aead;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 16px;
	padding: 9px 35px;
	transition: all 0.3s;
	text-decoration: none;
	display: inline-block;
	margin-top: 50px;
}

.iesaa3 a:hover {
	background-color: #314698;
}

.iesaa4 {
	background-color: #fbfbfb;
	padding: 50px 0;
	width: 100%;
	display: table;
}

.iesaa41 {
	width: 100%;
	display: table;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0px 20px 2px rgba(0, 0, 0, 0.15);
	padding-bottom: 0;
}

.iesaa41 ul {
	padding-left: 20px;
	margin-bottom: 40px;
}

.iesaa41 ul li {
	font-size: 21px;
	margin-bottom: 10px;
}

.iesaa4 img {
	width: 100%;
	display: block;
}

.iesaa4 p {
	padding: 20px;
	text-align: center;
	font-size: 18px;
	color: #000;
}

.outteampgbx1,
.industrypgbx1 {
	background-color: #fff;
	padding: 50px 0;
	width: 100%;
	display: table;
}

.teambx1 {
	margin-bottom: 50px;
}

.teambx1 h2 {
	color: #00aead;
	font-weight: 500;
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
	margin-top: 0;
	display: inline-block;
	width: 90%;
	clear: both;
	padding-top: 20px;
	border-top: 4px solid #1c1549;
}

.industrypgbx1 h2 {
	color: #00aead;
	font-weight: 500;
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	margin-top: 0;
	display: inline-block;
	width: 100%;
	clear: both;
	text-align: center;
}

.teambx1 h3 {
	margin: 15px 0 20px;
	font-size: 21px;
}

.teambx1 a {
	text-decoration: none;
	color: #414141;
	padding: 5px 0px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s;
	position: relative;
	border-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
	display: block;
	clear: both;
}

.teambx1 a img {
	margin-right: 7px;
	width: 20px;
}

.teambx1 a i {
	margin-left: 10px;
}

.teambx1 a:hover {
	color: #314698;
}

.teampginner h1 {
	color: #00aead;
	font-weight: 500;
	font-size: 46px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
	margin-top: 0;
	display: inline-block;
	width: 90%;
	clear: both;
	padding-top: 20px;
	border-top: 4px solid #1c1549;
}

.teampginner h3 {
	margin: 15px 0 30px;
	font-size: 32px;
}

.teampginner a {
	background-color: #314698;
	text-decoration: none;
	padding: 15px 30px;
	letter-spacing: 2px;
	font-size: 12px;
	letter-spacing: 2px;
	transition: all 0.3s;
	color: #fff;
	font-weight: 700;
}

.teampginner a img {
	width: 20px;
	margin-right: 5px;
}

.teampginnerinfo {
	width: 100%;
	display: table;
	position: relative;
	padding-left: 40px;
}

.teampginnerinfo h2 {
	color: #00aead;
	font-weight: 500;
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
	width: 100%;
	clear: both;
	display: inline-block;
}

.teampginnerinfo h3 {
	color: #00aead;
	font-weight: 500;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
	margin-top: 30px;
	width: 100%;
	clear: both;
	display: inline-block;
}

.teampginnerinfo p,
.industrypgbx1 p,
.industrypgbx1 h3 {
	font-size: 23px;
	line-height: 42px;
	text-align: left;
	font-weight: 400;
	font-style: normal;
	color: #000;
}

.industrypgbx1 h3 {
	font-weight: 700;
	margin-top: 0;
}

.teampginnerinfo ul {
	list-style: none;
}

.teampginnerinfo ul li {
	font-size: 23px;
	line-height: 42px;
	text-align: left;
	font-weight: 400;
	font-style: normal;
	color: #000;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
	background-image: url(../images/check1.html);
	background-repeat: no-repeat;
	background-size: 20px 23px;
	background-position: left 10px;
}

.teampginnerinfo a {
	position: absolute;
	right: 0;
	top: 0;
	text-transform: uppercase;
	background-color: #00aead;
}

.teampginnerinfo a:hover {
	background-color: #000;
}

.industrypgbx2,
.industriesdetailspg {
	background-color: #fbfbfb;
	width: 100%;
	display: table;
	padding: 50px 0;
}

.industrypgbx2 h2 {
	color: #00aead;
	font-weight: 500;
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	margin-top: 0;
	display: inline-block;
	width: 100%;
	clear: both;
	text-align: center;
}

.industrypgbx2 a {
	text-decoration: none;
	width: 100%;
	display: block;
	color: #000;
	position: relative;
	margin-bottom: 50px;
}

.industrypgbx2 a img {
	width: 100%;
	display: block;
	height: 250px;
	object-fit: cover;
	object-position: center center;
}

.blogpgcontbx {
	background-color: #f3f9fd;
	width: 90%;
	position: relative;
	padding: 30px;
	margin-top: -75px;
}

.industrypgbx2 a:hover .blogpgcontbx {
	background-color: #1c1549;
	color: #fff;
	background-image: url(../images/arrow1.html);
	background-repeat: no-repeat;
	background-position: 95% 10px;
	background-size: 40px;
}

.blogpgcontbx h4 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 16px;
}

.blogpgcontbx h3 {
	text-transform: uppercase;
	font-size: 21px;
	line-height: 32px;
	height: 96px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 15px;
}

.blogpgcontbx p {
	font-size: 18px;
	margin-top: 0;
	opacity: 0.5;
	margin-bottom: 20px;
}

.blogpgcontbx span {
	color: #414141;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.blogpgcontbx span img {
	width: 20px;
	margin-right: 20px;
	height: auto;
	float: left;
	display: inline-block;
}

.industrypgbx2 a:hover span {
	color: #fff;
}

.industriesdetailspg h2 {
	color: #0f1941;
	font-size: 38px;
	line-height: 55px;
	font-weight: 600;
	width: 90%
}

.industriesdetailspg p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	width: 90%
}

.industriesdetailspg p span {
	margin-right: 30px;
}

.industriesdetailspg p span i {
	margin-right: 15px;
	color: #314698;
}

.industriesdetailspg a {
	background-color: #00aead;
	text-decoration: none;
	padding: 10px 50px;
	letter-spacing: 2px;
	font-size: 14px;
	letter-spacing: 2px;
	transition: all 0.3s;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 50px;
}

.industriesdetailspg a:hover {
	background-color: #000;
}

.industriesdetailspg img {
	width: 100%;
	display: block;
}

.ft_soc {
	clear: both;
	display: block;
}

.ftleftan {
	float: left;
}

.ftrtsoc {
	float: right;
}

.ft_soc a {
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-align: center;
	margin: 0 20px;
}

.ft_soc a:hover {}

.fcopy1 {
	display: none;
}

.productsppp{
	clear: both;
	width: 100%;
	display: inline-block;
	margin-top: 50px;
}
.productsppp a {
	text-decoration: none;
	position: relative;
	transition: all 0.3s;
	margin: 0 50px 0 0;
	display: table;
	color: #e74536;
	font-size: 17px;
	font-weight: 600;
	padding-left: 55px;
	padding-top: 3px;
	top: 0;
	text-transform: uppercase;
	border: 0;
	float: left;

}

.productsppp .Path_66 {
	fill: #e74536;
}

.productsppp a:hover {
	/* color: #000; */
	top: -3px;
}
.productsppp input.submit {
	background-image: url(../images/ico-search.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 12%;
	height: 46px;
	display: inline-block;
	text-indent: -100em;
	overflow: hidden;
	border: 0;
	background-color: #fff;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
  }


.innereventsbx{
	padding: 60px 0
}
.innereventsbx .col-sm-3{margin-bottom: 30px;}

.innerservmenu {
	position: sticky;
	top: 100px;
	width: 100%;
	display: flex;
	z-index: 99;
	text-align: center;
	background-color: #173058
}

.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: #314698;
}


/*pgbx*/
.pgbx {
	width: 100%;
	display: table;
	padding: 50px 0;
	background-color: #fff;
	position: relative;
	text-align: center;
	/* background-size: cover;
    background-image: url('../images/bg3.png') */
}

.pgbx h2 {
	color: #173058;
	font-size: 36px;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
	/* font-family: 'NeuzeitGro Bold', 'NeuzeitGro-Bol', sans-serif; */

}

.pgbx11 h2 {
	text-align: left;
}

.pgbx 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: #314698;
	content: ""
}

.pgbx11 h2:before {
	left: 0%;
	-webkit-transform: translateX(-0%);
	-ms-transform: translateX(-0%);
	transform: translateX(-0%);
}

.pgbx p {
	font-size: 18px;
	line-height: 32px;
	/* font-weight: 300; */
	width: 100%;
	clear: both;
	font-style: normal;
	color: #666666;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}

.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/bg-header.html);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	background-color: #f8f8f8;
}

.resbx1 img {
	width: 35%;
	display: block;
	float: right;
}

.item--title {
	font-size: 32px;
	line-height: 1.33333;
	color: #173058;
	margin-top: 0
}

.item--title.st-line-left1 span {
	padding-left: 82px;
	position: relative;
	display: inline-block;
}

.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: #314698 !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: #666666;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}

.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: #173058;

}

.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: 18px;
	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: #314698;
	text-decoration: none;
	transition: all 0.3s;

}

.careers_slideBlock a:hover {
	background-color: #0f1628;
	color: #fff;
}

.companyStats h3,
.companyStats .companyStats-line {
	letter-spacing: 1px;
	border-bottom: 2px solid #31bbae
}


/*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: #2b2b2b;
	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.html');
	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 p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	width: 100%;
	clear: both;
	color: #2b2b2b;
	margin-bottom: 15px;
}

.asec3inner ul li {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	width: 100%;
	clear: both;
	color: #2b2b2b;
	margin-bottom: 15px;
	padding-left: 30px;

	background-image: url(../images/list1.html);
	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.html);
	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: #314698;
	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;
	height: 40px;
}

a.asec4an p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
	height: 140px;
}


.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;

}

a.ftcontact {
	color: #314698;
	text-decoration: none;
	clear: both;
	display: inline-block;
	margin: 30px 0 70px;
	transition: all 0.3s;
}

a.ftcontact:hover {
	color: #fff;
}


.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: #2b2b2b;
	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.html');
	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.html');
	background-repeat: no-repeat;
	top: 85%;
	left: 5%;
	content: "";
	z-index: 99;
	background-size: 100%;
}


/* .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: #314698;
	content: "";
	bottom: 0px;
	margin: auto;
	display: table;
}


.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: 26px;
	font-weight: 300;
}

.qlinksmiddlebox .col-sm-2 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	margin-top: 7%;
}

.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 ; */
}

.js-active h5.x-text-content-text-primary {
	color: rgba(255, 100, 74, 1) !important;
}

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: #314698;
	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-family: 'Poppins', sans-serif;
font-size: 26px;
color: #001d3a;
margin-top: 5px;
display: inline-block;
position: relative;
font-weight: 600;
line-height: 48px;
margin-bottom: 15px;
text-align: center;
text-transform: capitalize;
}

button.close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #e74536;
	transition: all 0.3s;
	border-radius: 40px;
	opacity: 1;
	padding: 0px;
	margin: 0 !important;
	color: #fff;
	z-index: 99999;
}

button.close:hover {
	opacity: 1;
	background-color: #010b31;
}

.close span {
	font-size: 21px;
	color: #fff;
}

button.close:hover span {
	color: #fff;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
	border: 0px;
	border-bottom: 1px solid #010b31;
	color: #010b31;
	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: #e74536;
}

.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
	border: 0px;
	border-bottom: 1px solid #010b31;
	color: #000;
	box-shadow: none;
	border-radius: 0px;

}

form input.btn-1 {
	width: auto;
	height: auto;
	text-transform: uppercase;
	font-size: 14px;
	color: #010b31;
	background-color: transparent;
	padding: 12px 60px;
	border-radius: 56px;
	margin-top: 25px;
	font-weight: 600;
	transition: all 0.3s;
	border: 0px;
	border: 1px solid #010b31
}

form input.btn-1:hover {
	background-color: #010b31;
	color: #fff;
}

.modal-body input.btn-1 {
	display: table;
	margin: auto;
	margin-top: 20px;
}

.modal-body input.btn-1:hover {
	background-color: #010b31;
	color: #fff;
}

.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.html');
	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: #2b2b2b;
	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.html);
	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;
}


.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: #314698;
}

.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: 220px;
}


.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.html");
	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.html');
	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;
}


.modal-backdrop {
	z-index: 99999;
  }
  .modal-dialog {
	width: 900px;
  }
  .modal-dialog-centered{
	  width: 500px;
  }
  .modal-body iframe {
	height: 500px;
	display: block;
	border: 0px;
	width: 100%;
	margin-top: 0px !important;
  }

  .modal {
	z-index: 999999;
  }
  
  .vh85 {
	width: 100%;

	/* background-color: #fff; */
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	display: block;
	z-index: 99999;
}
.modal-dialog1 {
  width: 700px;
  margin-top: 10%;
}

.formbox .col-sm-12 {
	padding: 0
}
.modal-body1 .vh85 h4 {
	margin: 20px 0 15px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 19px;
	}
	.modal-body1 .vh85 h5{
		color: #e74536;
display: block;
margin-bottom: 10px;
font-weight: 500;
	}
	.modal-body1 .vh85 p{
		font-size: 16px;
		line-height: 26px;
		color: #000;
		width: 100%;
		margin-bottom: 30px;
		padding: 0
	}
.modal-dialog1 {
  width: 900px !important;
}
.vh85 ul li {
  font-family: 'Poppins', sans-serif;
  color: #001d3a;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  padding-left: 30px;
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}

    .vh85 span{
        font-size: 12px;
        color: #3d3d3d;
    }
/* ===========================
   ====== Media Queries ====== 
   =========================== */


/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
	.container {
		width: 100%;
		max-width: 100%;
	}

	body {
		padding-top: 100px;
	}

	/* #header.fixed1{height: 100px;} */
	.home_link {
		height: 100%;
		display: block;
	}

	.bannerbox {
		height: auto;
	}

	.hl_video video {
		width: 150%;
		left: -25%
	}

	.hl_circle {
		width: 100%;
	}

	.hl_circle h2 {
		font-size: 18px;
		margin-bottom: 5px;
		margin-top: 0
	}

	.hl_circle p {
		font-size: 14px;
		margin-bottom: 0
	}

	.hl_circle a {
		margin-top: 10px;
		font-size: 12px;
		padding: 10px 20px;
	}

	.menu {
		display: none;
	}

	.menu2 {
		display: block;
		top: 30px;
		right: 0px;
	}

	.logo {
		padding: 0px;
	}

	.logo a {
		margin-left: 0;
	}

	.logo a img {
		padding: 10px 0;
		height: 70px;
	}

	.bannerboxcont {
		width: 100%;
		padding: 40px 0 !important;
		left: 0;
		top: 0% !important;
		position: relative !important;
		height: auto;
	}

	.banner_txt {
		width: 100%;
		left: 10%;
		top: 22% !important;
		padding: 0px !important;
	}

	.banner_hd {
		padding: 10px 10px 0;
		font-size: 21px;
		line-height: 28px;
		margin-bottom: 10px;
		margin-top: 0px;
	}

	.banner_r_more {
		margin-top: 5px;
	}

	.banner_cont {
		padding: 0 10px;
		width: 100%;
		height: 42px;
		line-height: 21px;
		overflow: hidden;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.banner_r_more a {
		padding: 11px 25px 11px 25px;
		font-size: 12px;
	}

	.carousel-control svg {
		width: 25px;
	}

	.banner_r_more a svg {
		right: 10px;
	}

	.section1::before {
		width: 96vw
	}

	.abtbtn a {
		font-size: 14px;
	}

	.abtbtn {
		margin-left: 0px;
	}

	.section1 h2 {
		padding-left: 0px;
	}

	.section1 p,
	.section1 h4 {
		padding-left: 0;
		margin-top: 20px;
	}

	.section1 h4::before {
		left: -20px
	}

	.section1 {
		padding: 20px;
		margin-top: 0;
	}

	.aboutleft img {
		width: 100%;
	}

	.sec1left {
		padding: 20px;
		width: 100%;
	}

	.bg-video--waves video {
		width: auto !important;
		height: 100%;
	}

	.sec1right {
		min-height: auto;
		width: 100%;
		margin-top: 30px;
	}

	.aboutleft {
		margin-top: 30px;
	}

	.section2 h2 {
		font-size: 18px;
		line-height: 32px;
	}

	.section2 p {
		font-size: 16px;
		line-height: 28px;
		padding: 0;
		width: 100%;
	}

	.section2 .abtrtbb1 p {
		font-size: 16px;
		line-height: 24px;
	}

	.section2 a {
		margin-bottom: 20px;
		font-size: 12px;
	}
	.sec2leftpad ul li{
		width: 50%;
	}
	.sec2leftpad ul li h4{font-size: 32px; margin-top: 20px;}
	.sec2leftpad ul li h5{font-size: 10px; line-height: 16px;}

	.percent-block {
		position: relative;
		width: 100%;
		clear: both;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		display: block;
	}

	.percent-block:nth-child(1),
	.percent-block:nth-child(2),
	.percent-block:nth-child(3) {
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		margin-bottom: 20px;
		width: 100%;
		display: block;
	}

	.section1 h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.section1 p {
		margin-top: 10px;
		font-size: 16px;
		line-height: 24px;
	}

	.box2 h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.sec1inner ul {
		padding: 0
	}

	.section0 {
		padding: 20px 0;
	}

	.section0 h2 {
		font-size: 24px;
	}

	.section0 h4 {
		font-size: 14px;
		line-height: 21px;
	}

	.section0 h3 {
		font-size: 18px;
	}

	.section6 {
		display: block;
	}

	.section6 h2 {
		font-size: 32px;
	}

	.home_tests h3 {
		font-size: 14px;
		line-height: 21px;
	}

	.home_careers h2,
	.testimonials h2,
	.fbox h4 {
		font-size: 24px;
	}

	.home_careers p,
	.testimonials ul li p {
		font-size: 16px;
		line-height: 21px;
	}

	.section7 ul li {
		width: 50%;
		padding: 10px;
	}

	.fabout,
	.fbox {
		width: 100%;
		display: block;
	}

	.innertxt1 {
		top: 30%;
		padding-left: 10px;
	}

	.inner_banner h1 {
		margin-top: 0px;
		font-size: 18px;
		line-height: 26px;
	}

	.innertxt1 ul {
		margin-bottom: 20px;
	}

	.asection3 img {
		width: 100%;
		display: block;
		position: relative;
		margin-bottom: 10px;
	}

	.insec1left {
		padding: 0px;
	}

	.insec1left h2 {
		margin-left: 0px;
		font-size: 24px;
		line-height: 32px;
	}

	.insec1left p {
		margin-left: 0px;
		padding: 20px;
	}

	.sec4bx1 {
		border-left: 0px;
		text-align: left;
	}

	.insection2 ul li {
		clear: both;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.box5 h2 {
		font-size: 21px;
	}

	.news-block .inner-box .lower-content h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.box555 ul.technologies li {
		width: 50%
	}

	.box555 ul.technologies li {
		padding: 10px;
		margin: -1px;
		background-color: #fff;
	}

	.innerpgbx1,
	.innerpgbx {
		padding: 30px 0;
	}

	ul.careersul li span,
	.job_nav span {
		width: 100%;
		clear: both;
	}

	ul.careersul li a {
		bottom: 0px;
		top: auto;
		right: 0px;
	}

	ul.careersul li h2 {
		margin-top: 10px;
	}

	.enroll_form {
		padding: 20px 0;
	}

	.contactfielddiv {
		margin-bottom: 0px;
	}

	.fields_two {
		width: 100%;
		clear: both;
		margin-bottom: 20px;
	}

	.section5 h1,
	.section3 h1 {
		font-size: 36px;
	}

	.section3 h1::before {
		left: 90%;
	}

	a.solbx1 h3 {
		font-size: 24px;
	}

	.section2 h1 {
		font-size: 32px;
		margin-top: 30px;
	}

	.section2 h1::before {
		right: 50%
	}

	.divisions {
		display: table;
		padding: 0
	}

	.flip-box-front h2 {
		font-size: 24px;
	}

	.flip-box-back h2 {
		font-size: 26px;
	}

	.percent-block p span {
		font-size: 42px;
	}

	.sec2bx {
		margin-top: 0px !important;
		width: 100%;
		float: left;
	}

	.clientsbx ul li {
		width: 33.33%;
		padding: 10px;
	}

	.clientsbx ul li:nth-of-type(1),
	.clientsbx ul li:nth-of-type(3),
	.clientsbx ul li:nth-of-type(5),
	.clientsbx ul li:nth-of-type(7) {
		background-color: #e5eef6;
	}

	.clientsbx ul li:nth-of-type(2),
	.clientsbx ul li:nth-of-type(4),
	.clientsbx ul li:nth-of-type(6),
	.clientsbx ul li:nth-of-type(8) {
		background: #fff;
	}

	.footer {
		background-size: cover;
		display: block;
		padding: 40px 0;
	}
	.ft_soc a{font-size: 14px; margin-bottom: 10px;}
	.ftrtsoc{float: left;}
	.footer span{font-size: 12px;}

	.footer img {
		height: 30px;
	}

	/* span.mobnoc{display: none;} */
	.footer_menu,
	.footer_social {
		width: 100%;
		clear: both;
		margin-top: 30px;
		padding-left: 0;
	}

	span.desknoc {
		display: inline-block;
		margin-top: 20px;
		font-size: 14px;
	}

	.footersection {
		margin-top: 40px;
		display: inline-block
	}

	.top_social {
		display: none;
	}

	.footersection {
		width: 100%;
		margin-bottom: 20px;
		clear: both;
	}

	.inner_banner img {
		width: 90%;
		margin-bottom: 20px;
	}
	.faboutbx1 h3{width: 100%; font-size: 16px; line-height: 24px;}
	.faboutbx1 p{margin-top: 20px; font-size: 14px; line-height: 24px;}

	.fabtlt h2{font-size: 24px;}
	.fabtlt p{font-size: 14px; line-height: 21px;}

	.faboutbx2 h3, .fabtbx4 h3{font-size: 16px; line-height: 24px;}

	.faboutbx3 h2{font-size: 14px;}
	.faboutbx3 p{font-size: 24px;}
	.faboutbx3 h3, .faboutbx4 p{font-size: 14px; line-height: 24px;}
	a.teamtop1 h1{font-size: 16px;}

	.faboutbx5 h4{padding-left: 25px; font-size: 16px; line-height: 26px;}
	.faboutbx5 .col-sm-7{padding-left: 15px !important;}

	.fabtbx4 h2{font-size: 21px; line-height: 32px;}
	.faboutbx5 h4{padding-left: 0;}

	.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;
	}

	.box1_left,
	.box1_right {
		width: 100%;
		clear: both;
		position: relative;
		top: auto;
	}

	.job_des {
		width: 100%;
		clear: both;
		margin-top: 20px;
	}

	.job_des p {
		font-size: 14px;
		line-height: 21px;
	}

	.box1_left h2 {
		font-size: 24px;
	}

	.formbox h2 {
		font-size: 24px;
	}

	.formbox .form-group {
		padding: 0
	}

	.formbox input.form-control,
	.formbox textarea.form-control,
	.modal-body input.form-control,
	.modal-body textarea.form-control {
		font-size: 14px;
	}

	input.subres {
		font-size: 14px;
	}

	.adbxin {
		padding: 0;
	}

	.adbxin h2 {
		margin-top: 0px;
		font-size: 24px !important;
	}

	.add1 h5 {
		font-size: 18px;
	}

	.adbxin a {
		font-size: 18px;
	}

	.headerright1 {
		display: none;
	}

	.ftleft1 {
		width: 100%;
		clear: both;
		margin-bottom: 20px;
	}

	.mFooter {
		height: auto;
		line-height: normal;
		padding: 15px 0;
		font-size: 12px;
	}

	.mFooter a::before {
		top: 5px;
	}

	.innersec1 h2,
	.page1 h2,
	.careerform h2,
	.jobpositions1 h2 {
		font-size: 24px;
	}

	.innersec1 p,
	.page1,
	.jobpositions1 p {
		font-size: 16px;
		line-height: 24px;
	}

	a.solbxx {
		margin-top: 40px !important;
	}

	.careerform .form-group {
		padding: 0
	}

	.fulltime,
	.parttime {
		top: -50px;
	}

	.com_name {
		font-size: 18px;
	}

	.page_left,
	.page_right {
		width: 100%;
		clear: both;
	}

	.page_right {
		margin-top: 30px;
	}

	.page1 .sticky {
		position: -webkit-relative;
		position: -moz-relative;
		position: -o-relative;
		position: -ms-relative;
		position: relative;
		top: 0px;
		z-index: 1;
		display: inline-block;
	}

	.modal-dialog {
		width: 90%;
	}

	.modal-dialog1 {
		width: 90%;
	}

	.contrvb p span {
		float: none
	}

	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		display: block;
		max-width: none !important;
		height: auto;
		line-height: 1;
		width: 100% !important;
		left: -0% !important;
		position: relative;
	}

	.socialrt {
		display: none;
	}

	.banner_txt::before {
		width: 150px;
	}

	.pavcontentslider .carousel-control {
		top: 85% !important;
	}

	.section0 img {
		position: relative;
		width: 100%;
		margin-top: 20px;
	}

	.section0 p {
		font-size: 16px;
		line-height: 24px;
	}

	.section3 h2 {
		font-size: 24px;
	}

	a.servbx1 {
		background-image: none !important;
		padding: 0px;
	}

	img.deskno {
		display: block;
		width: 100%;
	}

	.sec3bx::before {
		display: none;
	}

	.sec3bx {
		padding: 25px;
	}

	.sec3bx h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.section6 .container {
		position: relative;
		z-index: 1
	}

	.section6::before {
		opacity: 0.5
	}

	.sec3left span {
		font-size: 60px;
	}

	.sec6bx1 {
		width: 50%;
	}

	.section7 h3 {
		font-size: 24px;
		line-height: 32px;
		text-align: center
	}

	.section7 h3 a {
		float: none;
		display: table;
		margin: auto;
		margin-top: 30px;
	}

	.section8 h2 {
		font-size: 32px;
	}

	.halfspan {
		width: 100%;
		clear: both;
	}

	.sec1inner {
		padding: 20px;
	}

	.section-title1 h2 {
		font-size: 26px;
	}

	.section-title1 h3 {
		font-size: 18px;
	}

	.sec2bxin {
		padding: 40px 0
	}

	.sec2bxin a {
		margin: 20px 0;
	}

	.contactpg h2 {
		font-size: 24px;
	}

	.contactpg h4 b {
		font-size: 18px;
	}

	.contactpg p a {
		font-size: 14px;
	}

	.contactpg h4 {
		font-size: 16px;
	}

	.blogpg ul li {
		width: 100%;
		display: block;
	}

	.blogpg1 {
		padding: 40px 20px;
	}

	a.backbtn {
		font-size: 12px;
		top: -30px;
	}

	.cspt-right-box {
		display: none
	}

	.sec1bg1 {
		margin-bottom: 20px;
	}

	.section1 h4 {
		font-size: 18px;
	}

	.aboutimg {
		margin-bottom: 30px;
	}

	.sec-title.light h2,
	.sec-title h2,
	.innersec1 h3 {
		font-size: 21px;
		line-height: 36px;
	}

	.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;
	}

	.page_content,
	.job_dets {
		width: 100%;
		clear: both;
	}

	.contact-section {
		padding: 40px 5px
	}

	.contact-section .info-column .image {
		display: none;
	}

	.contact-section .info-column h5 {
		font-size: 24px;
	}

	.contact-section .info-column p {
		font-size: 16px;
	}

	.contact-section .info-column {
		display: table;
	}

	.contact-section .form-column .inner-column {
		margin: 0;
		width: 100%;
		padding: 20px;
	}

	.default-form .form-group input[type="text"],
	.default-form .form-group input[type="email"],
	.default-form .form-group select,
	.default-form .form-group textarea {
		font-size: 12px;
	}

	.default-form .form-group {
		width: 100%;
	}

	.sub {
		float: right;
	}

	.ftul2 li {
		width: 100%;
		clear: both;
	}

	. {
		padding: 10px
	}

	.section2 {
		padding: 40px 5px;
	}

	.section2in .col-sm-7 {
		padding-left: 10px;
	}

	.abtll::before {
		left: -10px;
	}

	.section2 h3 {
		font-size: 14px;
	}

	.section3 {
		padding: 0
	}

	.sec3left {
		padding: 30px
	}

	.sec3left p {
		font-size: 14px;
		line-height: 26px;
	}

	.sec3left a {
		margin-bottom: 20px;
	}

	.section4 {
		padding: 40px 0
	}

	.section4 h3 {
		font-size: 14px;
	}

	.section4 h2,
	.homesolutions h2 {
		font-size: 21px;
		line-height: 32px;
		margin-bottom: 0;
	}

	.homesolutions h2 {
		margin-bottom: 50px;
	}

	.homesolutions a {
		font-size: 16px;
	}

	.homesolutions a {
		margin-bottom: 20px;
	}

	/* .homesolutions ul li a{padding: 20px 60px} */
	.section4 .sec4bx1 {
		top: 0;
	}

	.technologiesbxx h3,
	.homesolutions h3 {
		font-size: 14px;
	}

	.section4 .owl-nav {
		display: none !important;
	}

	.owl-prev {
		margin: 0px !important;
	}

	.owl-next {
		margin: 0px !important;
	}

	.section4 .owl-dots {
		display: block !important;
		bottom: -30px
	}

	.section6 h3,
	.section5 h3 {
		font-size: 18px;
	}
	.section5 ul{padding: 0}
	.section5 ul li{width: 100%; clear: both; padding: 20px 0; text-align: center;}
	a.sec5box1{margin: auto; display: table;}
	.section5 ul li:nth-child(2) {
		margin-top: 0;
	  }

	.section5 h2,
	.homesolutions h2 {}

	.homesolutions {
		padding: 50px 0
	}

	.sectiontabs1{padding-top: 0;}
	.sectiontabs1 h2{font-size: 24px; line-height: 32px;}
	.sectiontabs1 h3{font-size: 16px; line-height: 24px;}
	.tab_container{width: 100%;}

	.section6 h3:before,
	.section5 h3:before {
		width: 50px;
	}

	.hscc {
		padding: 0 40px
	}

	a.homeser .hsccin img {
		width: 30px;
	}

	a.homeser .hsccin h4 {
		font-size: 18px;
		line-height: 32px;
	}

	.bannerbox::after {
		display: none;
	}

	.iesout,
	.sec2aboutout {
		font-size: 100px;
	}

	.industriescar {
		padding: 0 10px
	}

	.section222 {
		height: auto
	}

	.tab_container {
		position: relative;
		padding: 0 0;
	}

	ul.tabs {
		width: 100%;
		display: block;
		background-color: #fbfbfb;
	}

	.multi_tabs h2 {
		font-size: 28px;
	}

	ul.tabs li {
		font-size: 14px;
	}

	.tab_content {
		height: 250px;
		padding: 50px 0;
	}

	.tab_content p {
		font-size: 16px;
		line-height:24px;
		padding: 0
	}

	.tab_container {
		height: auto;
	}

	.tab_content::after {
		bottom: 5px;
	}

	.homeprodrtbx{padding-left: 0;}
	.homeproductbx h2{font-size: 24px; line-height: 32px;}
	.homeproductbx h3{font-size: 18px; line-height: 26px;}
	.homeproductbx p{font-size: 14px; line-height: 26px;}

	.homeprodrtbx a{margin-bottom: 20px;}

	.hmupeventsbx{padding: 0}
	.ftlogo1 a img{height: 50px;}

	.footerleft,
	.footerright {
		width: 100%;
		clear: both;
	}

	.fcopy {
		display: none;
	}

	.logo a {
		margin-left: 20px;
	}

	.footerleft img {
		width: 150px;
		margin: auto;
		display: table;
		margin-bottom: 30px;
	}

	.footerright ul {
		text-align: center;
	}

	.footerright ul li a {
		font-size: 12px;
		margin: 0 5px;
	}

	.ftsocial {
		text-align: center;
	}

	.fcopy1 {
		display: block !important;
		text-align: center;
	}

	.inner_banner::after {
		display: none;
	}

	.innertxt1 {
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		/* background-color: #1c1549; */
	}

	.iesaa1 img {
		width: 100%;
		display: block;
	}

	.iesaa1 h2,
	.iesaa2 h2,
	.iesaa41 h2 {
		margin-top: 20px;
		font-size: 21px;
	}

	.iesaa1 p,
	.iesaa2 p {
		font-size: 16px;
		line-height: 24px;
	}

	.iesaa2car {
		position: relative;
		top: auto;
		width: 100%;
		;
	}

	.iesaa2 {
		padding-top: 0;
	}

	.iesaa2car {
		margin-bottom: 50px;
		display: inline-block;
	}

	.iesaa3 h2 {
		border-right: 0;
		border-bottom: 2px solid #000;
	}

	.iesaa3 h2 {
		padding-top: 0;
		margin-top: 0;
	}

	.iesaa3 {
		padding-top: 0;
	}

	.iesaa3 h2 {
		font-size: 24px;
	}

	.iesaa3 h3 {
		padding: 0;
		text-align: center;
		font-size: 21px;
	}

	.iesaa3 p {
		padding: 0;
		font-size: 16px;
		text-align: center;
	}

	.iesaa3 a {
		margin: auto;
		display: table;
	}

	.iesaa41 ul li {
		font-size: 14px;
		line-height: 24px;
	}

	.iesaa41 {
		padding: 20px
	}

	.iesaa4 p {
		font-size: 16px;
		line-height: 24px;
	}

	.teambx1 h2 {
		font-size: 21px;
	}

	.teambx1 h3 {
		font-size: 16px;
	}

	.teambx1 a {
		font-size: 12px;
	}

	.teampginner h1,
	.teampginnerinfo h2 {
		font-size: 24px;
	}

	.teampginner h3 {
		font-size: 18px;
	}

	.teampginnerinfo {
		padding-left: 0;
		padding-top: 60px;
	}

	.teampginnerinfo p,
	.industrypgbx1 p,
	.industrypgbx1 h3,
	.teampginnerinfo ul li {
		font-size: 16px;
		line-height: 24px;
	}

	.industrypgbx1 h2,
	.industrypgbx2 h2 {
		font-size: 24px;
	}

	.blogpgcontbx h3 {
		font-size: 16px;
		line-height: 24px;
		height: 72px;
		;
	}

	.industriesdetailspg h2 {
		width: 100%;
		margin-top: 0;
		font-size: 24px;
		line-height: 32px;
	}

	.industriesdetailspg p {
		font-size: 14px;
		line-height: 24px;
	}

	.sec4aboutout {
		font-size: 75px;
	}

	.pavcontentslider .carousel-indicators {
		padding-right: 20px !important;
	}

	ul.tabs li {
		background-color: #fbfbfb;
	}

	.hometopsection {
		padding-top: 0;
	}

	.asection2 h2,
	.aboutbx2 h2,
	.ab3bx1 h2,
	.careerspg1 h2 {
		font-size: 16px;
		line-height: 24px;
	}

	.asection2 p {
		font-size: 14px;
		line-height: 24px;
	}

	.ab3bx1 p,
	.aboutbx2 p,
	.abtbtm1 p,
	.servidpg 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;
	}

	.bannerimgg {
		width: 100%;
		clear: both;
		margin-top: 20px;
		margin-right: 0;
		padding: 0 15px
	}
	.shapesrow2{margin-top: -20px;}

	img.homesolimg {
		width: 90%;
		display: block;
		position: relative;
		margin: auto;
		display: table;
		margin-bottom: 0px;
	}
	.shapehd p{font-size: 10px; line-height: 14px;}

	.careersbxxxx {
		width: 100%;
		left: 0;
	}

	.technologiesbxx {
		padding-top: 0;
	}

	.technologiesbxx h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 0;
	}

	.footer h1 {
		font-size: 21px;
		line-height: 28px;
	}

	a.ftcontact {
		margin-bottom: 10px;
	}

	.footer h3 {
		margin-top: 20px;
	}

	.ftmmmm {
		width: 100%;
	}

	.abtll .col-sm-6 {
		width: 50%;
		float: left;
		display: inline-block;
	}

	.abtrtbb1 img {
		width: 30px;
	}

	.asection4 {
		padding: 40px
	}

	.asection4 h2,
	.asec3inner h2,
	.careertopbx h2 {
		font-size: 21px;
		line-height: 32px;
		margin-top: 20px;
	}

	a.asec4an {
		min-height: auto;
		margin-bottom: 20px;
	}

	.careertopbx {
		padding: 40px 20px !important;
	}

	img.hss {
		position: relative;
		width: 100% !important;
	}

	.careertopbx p {
		font-size: 16px;
		line-height: 24px;
	}

	.keyofferings h2 {
		font-size: 24px;
	}

	.qlinks1 {
		display: block;
		padding: 0px;
	}

	.e33953-138.x-text .x-text-content-text-primary {
		font-size: 16px !important;
	}

	.e33953-131 .js-acc-image img {
		opacity: 1 !important;
	}

	.e33953-131 .js-acc-image {
		height: 150px !important;
	}

	.jobdescripp {
		padding: 20px !important
	}

	.jobdescripp a {
		display: table !important;
	}

	.careersmainpg h1 {
		font-size: 26px;
	}

	#header.fixed1 .logo a {
		background-size: 85%;
	}

	.sec2leftpad{
		padding-left: 0; border-left: 0;
	}

	.section5 h2{font-size: 32px;}
	.foperationbxx{padding-right: 0;}
	.foperationbx1 h2{font-size: 21px; line-height: 32px;}
	.foperationbx1 p{
		font-size: 14px;
		line-height: 24px;
	}

	.foperationbx1{padding-top: 0;}

	ul.tabs1 li{width: 100%; text-align: center; font-size: 14px;}
	.tab_container1 h2, .tab_container1 h5{font-size: 18px; line-height: 26px;}
	.tab_container1 p{font-size: 14px; line-height: 24px;}

	.tab_container1 ul li, .foperationbxx ul li{
		font-size: 14px;
		background-position: left 5px;
		line-height: 26px;
	}
	.tab_container1 a h3{font-size: 16px;}
	.productsppp a{float: none; margin: auto; display: table; width: auto; margin-bottom: 30px;}
	.oncologypgbx{padding-top: 50px;}

	.oncologypgbx a{font-size: 14px;}
	.default-form{padding: 40px 20px}
	.text{font-size: 14px; line-height: 24px;}

	.contact-section .info-column .contact-list{margin-top: 0px;}
	.contact-section .info-column .contact-list li strong{font-size: 21px;}
	.contact-section .info-column ul.contact-list li p{width: 100%; font-size: 14px; line-height: 32px;}
}


/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {}


/*------smalltablet----------------*/

@media only screen and (min-width: 600px) and (max-width: 960px) {}


/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
	.container {
		width: 100%;
	}

	#header.fixed1 {
		padding: 0 20px
	}

	.logo a {
		width: 250px;
	}

	.fabout,
	.fbox {
		clear: none;
		width: 33.33%;
		float: left;
	}

	.insection2 ul li {
		clear: none;
		float: left;
		width: 33.33%;
	}

	.top_social,
	.top_social ul {
		display: none;
	}

	.menu {
		margin: 0;
	}

	.banner_cont {
		padding: 0
	}

	.dropdownm1 ul {
		display: block;
		margin: 0;
	}

	.dropdownm1 ul li {
		padding: 0 10px;
	}

	.percent-block:nth-child(1) {
		bottom: 0
	}

	.percent-block:nth-child(2) {
		bottom: 1100px;
	}

	.sec2bx {
		width: 100%;
	}

	/* .footersection{width: 22%;} */
	.socialrt a img {
		width: 50px;
	}

	.solcont1 h3 {
		font-size: 24px;
	}

	.section1 p {
		line-height: 26px;
	}

	.menu>ul>li>a {
		font-size: 14px;
	}

	.socialrt a {
		font-size: 18px;
	}

	ul.submenu1 li a {
		font-size: 12px;
	}

	.section1::before {
		width: 98vw;
	}

	.bg-video--waves video {
		width: auto !important;
		height: 100%;
	}

	.box555 ul.technologies li {
		width: 20%
	}

	#header.fixed1 .menu>ul>li.contactli>a {
		padding: 0 15px;
	}

	.bannerbox::after {
		width: 70%
	}

	.banner_hd {
		font-size: 32px;
		line-height: 46px;
	}

	.bannerboxcont {
	}

	.pavcontentslider .carousel-control {
		bottom: 5% !important;
	}

	/* .carousel-control.right{left: 15% !important;} */
	.banner_cont {
		font-size: 16px;
		line-height: 28px;
	}

	.banner_r_more a {
		padding: 15px 25px;
		font-size: 18px;
	}
	.shapesrow2{margin-top: -30px;}

	ul.tabs li {
		font-size: 13px;
	}

	.industriescar {
		padding: 0 50px
	}

	.section4 h2,
	.homesolutions h2 {
		font-size: 26px;
		line-height: 48px;
	}

	.section2 h2 {
		font-size: 21px;
		line-height: 32px;
	}
	.section2 a{margin-bottom: 20px;}
	.sec2leftpad ul li{width: 50%;}
	.sec2leftpad ul li h4{margin-top: 20px;}

	.section5 ul{padding: 0}
	.section5 ul li{padding: 0}

	.homesolutions a .hmsolbxx span {
		width: 100px;
		height: 100px;
		min-width: 100px;
		padding: 20px;
		margin-right: 10px;
	}

	/* .homesolutions a{font-size: 18px;} */
	.section2 p {
		width: 100%;
	}

	.section2 .abtrtbb1 p {
		font-size: 14px;
	}

	.footerleft img {
		width: 80%;
	}

	.footerleft {
		width: 40%;
	}

	.fcopy {
		font-size: 12px;
	}

	.footerright ul li a {
		font-size: 12px;
	}
	.ft_soc a{margin: 0 10px}
}


@media only screen and (min-width: 1025px) and (max-width: 1240px) {}

@media only screen and (min-width: 1200px) and (max-width: 1320px) {
	.menu {
		margin: 0 0 0 50px;
	}

	.bannerboxcont {
		padding: 0 50px !important
	}

	.banner_hd {
		font-size: 36px;
	}
}