* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin:0;
	padding:0;
	font-family: 'SF Pro Display';
	height:100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0 !important;
	padding:0;
}
ul, ol, li {
	list-style:none;
	margin:0 !important;
	padding:0;
}
a {
	text-decoration:none;
}
img {
	max-width:100%;
}
a:hover {
	text-decoration:none !important;
}
header, section, footer {
	float:left;
	width:100%;
}
.padding_none {
	padding-left:0 !important;
	padding-right:0 !important;
}
/*header part css start*/
header {
	padding:12px 26px;
}
.header-alt {
	position: fixed;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 14px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 14px -2px rgba(0, 0, 0, 0.75);
	box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 40px;
	z-index: 100;
 -webkit-transition: all .0s ease-out;
 -moz-transition: all .0s ease-out;
 -o-transition: all .0s ease-out;
 transition: all .0s ease-out;
}
.nav-outer {
	padding-top: 14px;
}
.nav-outer li {
	float: left;
	margin-right: 40px !important;
}
.nav-outer li a {
	font-size:14px;
	color:#545454;
	border: 4px solid #fff;
	padding: 10px;
	position:relative;
	font-weight:500;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.nav-outer li a:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 5px;
	background-color: #fff;
	top: 46%;
	right: -4px;
	z-index: 9999;
}
.nav-outer li a:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 5px;
	background-color: #fff;
	top: 46%;
	left: -4px;
	z-index: 9999;
}
.nav-outer li a:hover {
	color:#0bdc9d;
	border:4px solid #0bdc9d;
}
.nav-btn {
	width:30px;
	float:left;
	display:none;
	cursor:pointer;
}
.nav-btn span {
	width: 100%;
	height: 3px;
	float: left;
	background-color: #000;
	padding: 0;
	margin-bottom: 5px;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
/*header part css end*/

/*banner part css start*/
.banner-outer {
	padding:105px 0;
	text-align:center;
	background:url(../images/banner.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-outer img {
	display: inline-block;
}
.banner-outer h1 {
	font-size:44px;
	color:#fff;
	padding:60px 0;
}
.banner-outer p {
	font-size: 20px;
	color: #fff;
	padding: 0 13%;
}
.banner-btn {
	padding:100px 0 0 !important;
	text-align:center;
}
.banner-btn a {
	width: 228px;
	display: inline-block;
	border: 3px solid #0bdc9d;
	background-color: transparent;
	color: #ffffff;
	padding: 16px 0;
	font-size: 18px;
	font-weight: 600;
	margin: 0 12px;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.banner-btn-hire {
	background-color: #0bdc9d !important;
	width: 248px !important;
}
.banner-btn a:hover {
	background-color: #0bdc9d;
	color:#fff;
}
.banner-btn-hire:hover {
	background-color:transparent !important;
}
/*banner part css end*/

/*oppsquare part css start*/
.oppsquare-outer {
	padding:125px 0;
	background-color:#fcfcfc;
}
.oppsquare-outer h2 {
	font-size:36px;
	color:#252525;
	font-weight:bold;
	text-align:center;
	position:relative;
	padding-bottom:30px;
}
.oppsquare-outer h2:after {
	content:"";
	position:absolute;
	width:100px;
	height:7px;
	background-color:#c11a9c;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.oppsquare-inner {
	padding:60px 0 0 0 !important;
}
.oppsquare-inner li {
	width: 31.9%;
	float: left;
	background-color:#fff;
	margin-right: 2.1% !important;
	padding:40px 24px 70px;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.oppsquare-inner li:hover {
	-webkit-box-shadow: 0px 0px 15px 0 rgb(210, 210, 210);
	-moz-box-shadow: 0px 0px 15px 0 rgb(210, 210, 210);
	box-shadow: 0px 0px 15px 0 rgb(210, 210, 210);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.oppsquare-inner li:hover img {
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.oppsquare-inner li:hover h3 {
	color:#0bdc9d;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.oppsquare-inner li:last-child {
	margin-right:0 !important;
}
.oppsquare-inner li img {
	display:inline-block;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.oppsquare-inner li h3 {
	font-size: 23px;
	color: #282525;
	font-weight: 600;
	padding-top: 50px;
	line-height: 27px;
}
.oppsquare-inner li p {
	font-size:17px;
	color:#282525;
	font-weight:600;
	padding:45px 0 30px;
}
.oppsquare-inner li a {
	font-size:14px;
	color:#00b8df;
	font-weight:600;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.oppsquare-inner li a:hover {
	text-decoration:underline !important;
}
/*oppsquare part css end*/

/*scientific part css start*/
.scientific-outer {
	padding: 200px 0;
	background: #fbfbfb url(../images/scientific-bg.jpg) no-repeat bottom center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-position: 100% 90%;
	text-align:center;
}
.scientific-center {
	width:86%;
	display:inline-block;
}
.scientific-top {
	border:3px solid #0bdc9d;
	padding:34px 45px !important;
}
.scientific-top h2 {
	font-size: 35px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 30px !important;
}
.scientific-top p {
	font-size: 22px;
	color: #000000;
	font-weight: 600;
	padding: 0 30px;
}
.scientific-inner {
	border-right: 3px solid #0bdc9d;
	padding:70px 50px 0 0 !important;
	text-align:right;
	position:relative;
}
.scientific-inner:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-color: #0bdc9d;
	bottom:0;
	right: -13px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.scientific-right {
	border-right: none;
	padding:280px 0 0 50px !important;
	text-align:left;
}
.scientific-right:after {
	display:none;
}
.scientific-inner li {
	margin-bottom:140px !important;
	cursor:pointer;
}
.scientific-inner li:hover img {
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
	transform: rotatey(160deg);
}
.scientific-inner li:hover h3:after {
	background-color:#c11a9c;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.scientific-inner li img {
	display:inline-block;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.scientific-inner li h3 {
	font-size:24px;
	color:#c11a9c;
	font-weight:600;
	padding:24px 0;
	position:relative;
}
.scientific-inner li h3:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-color: #0bdc9d;
	top: 25px;
	right: -48px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.scientific-right li h3:after {
	right: auto;
	left: -48px;
}
.scientific-inner li p {
	font-size:16px;
	color:#282525;
	font-weight:600;
	padding-bottom:20px;
}
.scientific-inner li a {
	font-size:14px;
	color:#11bae0;
	font-weight:600;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.scientific-inner li a img {
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.scientific-inner li a:hover img {
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
	-webkit-transform: translate(6px);
	-ms-transform: translate(6px);
	transform: translate(6px);
}
.scientific-btn a {
	color:#0bdc9d;
}
.scientific-btn .banner-btn-hire {
	color: #fff;
}
.scientific-btn .banner-btn-hire:hover {
	color: #0bdc9d;
}
/*scientific part css end*/

/*footer part css start*/
footer {
	padding:30px 0 90px;
	background:url(../images/footer-bg.jpg) no-repeat top center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
.footer-top {
	padding:0 0 30px;
	border-bottom:1px solid #88c58e;
}
.footer-top h5 {
	float: left;
	font-size: 20px;
	color: #fff;
	padding: 12px 15px 0 0;
}
.footer-top li {
	width:49px;
	float:left;
	margin-right:10px !important;
}
.footer-top li a {
	width: 100%;
	display: inline-block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100%;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.footer-top li a img {
	display:inline-block;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.footer-top li a:hover img {
	filter: brightness(0);
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.footer-bottom {
	padding:20px 0 0 0;
}
.footer-bottom a {
	float:left;
}
.footer-bottom a img {
	float:left;
}
.footer-bottom ul {
	width:auto;
	margin:11px 0 0 125px !important;
}
.footer-bottom li {
	float:left;
	font-size:14px;
	color:#fff;
	font-weight:600;
	margin-right:60px !important;
}
.footer-bottom li:last-child {
	margin-right:0 !important;
}
.footer-bottom li a {
	color:#fff;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.footer-bottom li a:hover {
	color:#000;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
/*footer part css end*/

/*new-page part css start*/
.new-outer {
	padding:50px 0 100px;
	background:url(../images/new-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.new-outer h1 {
	color:#252525;
}
.new-outer p {
	color:#252525;
}
.down-arrow {
	padding-top:95px;
}
.down-arrow a {
	width: auto;
	display:inline-block;
	padding: 14px 12px 11px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0px 10px 10px -4px rgba(212, 211, 211, 1);
	-moz-box-shadow: 0px 10px 10px -4px rgba(212, 211, 211, 1);
	box-shadow: 0px 10px 10px -4px rgba(212, 211, 211, 1);
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.down-arrow a img {
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.down-arrow a:hover {
	background-color:#10dfa3;
}
.down-arrow a:hover img {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.power-outer {
	padding:150px 0 95px;
}
.power-outer h2 {
	font-size: 24px;
	color: #252525;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px !important;
}
.power-outer h3 {
	font-size:40px;
	color:#252525;
	font-weight:500;
	text-align:center;
}
.power-inner {
	margin-top:136px;
	background-color:#fbfbfb;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.power-inner:hover .power-right h4 {
	color:#1adea3;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.power-left {
	overflow:hidden;
}
.power-left img {
	width:100%;
	display:inline-block;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.power-left img:hover {
	transform: scale(1.2);
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.power-right {
	padding:70px 38px 5px !important;
}
.power-right h4 {
	font-size: 36px;
	color: #252525;
	font-weight: 600;
	margin-bottom: 30px !important;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.power-right p {
	font-size:18px;
	color:#252525;
	font-weight:500;
}
.power-bottom {
	margin-top:108px;
}
.project-outer {
	padding:100px 0 95px;
	margin-bottom:66px;
	text-align:center;
	background-color:#fbfbfb;
}
.project-outer h3 {
	font-size:36px;
	color:#252525;
	font-weight:600;
	margin-bottom:40px !important;
}
.project-outer a {
	width: 228px;
	display: inline-block;
	border: 3px solid #0bdc9d;
	background-color: #0bdc9d;
	color: #ffffff;
	padding: 16px 0;
	font-size: 18px;
	font-weight: 600;
	margin: 0 12px;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.project-outer a:hover {
	background-color:transparent;
	color:#0bdc9d;
}
/*new-page part css end*/

/* effect-shine */
.effect-shine {
	-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
@-webkit-keyframes shine {
 from {
 -webkit-mask-position: 150%;
}
to {
	-webkit-mask-position: -50%;
}
/* effect-shine */
