* {
	margin:0px auto;
	padding:0px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
}
img {
	display:inline-block;
	max-width:100%;
}
*:after, *:before {
	box-sizing: border-box;
}
.clearfix:after {
	clear: both;
}
.clearfix::before, .clearfix::after {
 content: "";
 display: table;
 line-height: 0;
}
ul {
	list-style:none !important;
}
body {
	background:#fff;
	min-height:100%;
	font-family: 'Open Sans', sans-serif;
}
.fix_container {
	max-width:1085px;
	position:relative;
}
.section {
	padding:45px 0px;
}
a.btn-theme, .btn-theme {
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: table;
	font-size: 24px;
	font-style: normal;
	line-height: 1;
	margin: 0 auto;
	padding: 20px 30px;
	text-align: center;
	font-weight:400;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	z-index: 0;
	text-decoration:none;
	border:none;
}
a.btn-theme:hover, .btn-theme:hover {
	border-radius: 100px;
	color: #fff;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	background: #142145 none repeat scroll 0 0;
	border:none;
}
.banner-content {
	padding: 90px 59px;
	position: relative;
	text-align: center;
	z-index: 3;
}
.banner {
	background:url(../../img2/teambanner.jpg);
	min-height: 445px;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
}
.banner-content h1 {
	color: #fff;
	font-size: 75px;
	font-weight: 600;
	letter-spacing: -5px;
	padding-top: 40px;
}
.banner-content p {
	color: #fff;
	font-size: 24px;
	line-height: 33px;
}
.banner .fix_container:after {
	background: rgba(32, 158, 255, 0.7);
	border-radius: 369px;
	content: "";
	height: 369px;
	left: 70%;
	position: absolute;
	top: 50%;
	transform: translate(-70%, -50%);
	-webkit-transform: translate(-70%, -50%);
	width: 369px;
	z-index: 1;
}
.banner .fix_container:before {
	background: rgba(20, 33, 69, 0.7);
	border-radius: 369px;
	content: "";
	height: 369px;
	left: 30%;
	position: absolute;
	top: 50%;
	transform: translate(-30%, -50%);
	-webkit-transform: translate(-30%, -50%);
	width: 369px;
	z-index: 1;
}
.scroll-btn {
	display: inline-block;
	margin-top:40px;
}
 @-webkit-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 50%;
}
 50% {
 opacity: 0;
 top: 50%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
@-moz-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 50%;
}
 50% {
 opacity: 0;
 top: 50%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
@keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 50%;
}
 50% {
 opacity: 0;
 top: 50%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #00ccff;
	border-radius: 60px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	position:absolute;
	content:"";
	border-top:8px solid #fff;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
.sectionHead {
	text-align: center;
}
.sectionHead > h2 {
	color: #000;
	font-size: 35px;
	line-height: 37px;
	font-weight:400;
}
.sectionHead > p {
	color: #000;
	font-weight:300;
	font-size: 17px;
	line-height: 27px;
	padding-top: 10px;
}
.canvas-col {
	padding-top: 45px;
	position: relative;
	min-height: 485px;
}
.beat-box {
	float: left;
	position: relative;
	width: 75%;
	z-index: 5;
}
.canvas-video {
	height: 485px;
	position: absolute;
	right: 0;
	width: 900px;
	z-index:4;
	top:45px;
}
.canvas-video iframe {
	display:block;
	width:100%;
	height:100%;
}
ul.listing {
	list-style: outside none none;
	margin-left: -10px;
	padding:20px 0px;
}
ul.listing li {
	float: left;
	padding-left: 10px;
	width: 50%;
}
.item {
	cursor: pointer;
	min-height: 240px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.item:hover .item-overlay {
	top: 0;
	right: 0;
}
.item-overlay {
	bottom: 0;
	color: #fff;
	background:rgba(254, 9, 3, 0.5);
	left: 0;
	right: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 100%;
	transition: top 0.3s ease 0s, right 0.3s ease 0s, bottom 0.3s ease 0s, left 0.3s ease 0s;
	-webkit-transition: top 0.3s ease 0s, right 0.3s ease 0s, bottom 0.3s ease 0s, left 0.3s ease 0s;
	width: 100%;
}
.overlayWrap {
	left: 50%;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
}
ul.listing li:first-child .item {
	background:url(../../img2/team-1.jpg) no-repeat;
	background-size:cover;
}
ul.listing li:last-child .item {
	background:url(../../img2/team-2.jpg) no-repeat;
	background-size:cover;
}
.item-overlay a {
	text-decoration:none;
	color:#fff;
}
.item-overlay h2 {
	font-size:18px;
	color:#fff;
	font-weight:600;
}
.overlayWrap span {
	position:relative;
	display:inline-block;
}
.overlayWrap span:before, .overlayWrap span:after {
	top: 17px;
}
.overlayWrap span:before {
	background: #fff;
	content: "";
	height: 2px;
	position: absolute;
	transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	top: 15px;
	width: 50px;
}
.overlayWrap span:after {
	background: #fff;
	content: "";
	height: 2px;
	position: absolute;
	top: 17px;
	transform: translate(-50%, 0px) rotate(90deg);
	-webkit-transform: translate(-50%, 0px) g;
	width: 50px;
}
.col-3 .listing {
	margin-top:-50px;
	margin-left:-50px;
}
.col-3 .listing li {
	width:33.3%;
	text-align:left;
	padding-top:50px;
	padding-left:50px;
}
.list-box {
	display: table;
	width: 100%;
}
.col-3 .listing span {
	display: table-cell;
	vertical-align: top;
	overflow:hidden;
}
.list-box .list-desc {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}
.listing span i {
	margin-top:7px;
	display: inline-block;
	height: 100%;
	width: 100%;
	border-radius:2px;
	position:relative;
	width:15px;
	height:15px;
}
.listing span i.green {
	background:#32c8c9;
}
.listing span i.purple {
	background:#a58ed6;
}
.listing span i.cyan {
	background:#68e4ef;
}
.listing span i.orange {
	background:#f18a2e;
}
.listing span i.pink {
	background:#f285d8;
}
.listing span i.gray {
	background:#9da9c1;
}
.listing span i.blue {
	background:#5cb2ef;
}
.list-desc > p {
	font-size: 17px;
	font-weight: 300;
	line-height: 27px;
}
.list-desc > h2 {
	font-size: 19px;
	font-weight: 600;
	line-height: 27px;
	color:#e6ecf4;
	line-height:30px;
}
.section.we {
	padding-top: 0px;
}
.collage {
	display: table;
	margin: 30px auto -100px;
	position: relative;
	width: 100%;
	z-index: 2;
}
.collageBox {
	display:table-cell;
	vertical-align:top;
}
.collageBox.small {
	width:25%;
}
.collageBox.big {
	width:75%;
}
.imgBox {
	position:relative;
}
.imgBox img {
	display: block;
	width: 100%;
}
.rowlist li {
	float: left;
	width: 33.3%;
}
.rowlist.rowTop li:first-child {
	width:66.5%;
}
.rowlist.rowTop li.last-child {
	width:33.5%;
}
.oveTxt {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 65%;
	transform: translate(-50%, -65%);
	-webkit-transform: translate(-50%, -65%);
	z-index: 5;
	width: 100%;
}
.oveTxt > h2 {
	color: #fff;
	font-size: 51px;
	font-weight: 400;
	line-height:70px;
}
.oveTxt > h2 span {
	display:block;
	font-size: 85px;
	font-weight: 700;
	text-transform:uppercase;
}
.rowfull .imgBox:before {
	background: #2c8ddd;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.rowfull .imgBox img {
	opacity:0.25;
	filter: alpha(opacity=25);
}
.oveTxt > a.btn-theme {
	background: #fff;
	border-radius: 3px;
	color: #000;
	display: inline-block;
	font-size: 21px;
	margin-top: 35px;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
	z-index: 4;
}
.oveTxt > a.btn-theme:hover {
	background:#142145;
	color:#fff;
	border-radius: 100px;
}
.oveTxt:before {
	border: 2px solid #fff;
	content: "";
	height: 60px;
	left: 50%;
	position: absolute;
	top: -60px;
	transform: translate(-50%, 0px);
	width: 430px;
	border-bottom:0px;
	z-index:3;
}
.oveTxt:after {
	border: 2px solid #fff;
	border-top:0px;
	content: "";
	height: 60px;
	left: 50%;
	position: absolute;
	bottom: 15px;
	transform: translate(-50%, 0px);
	width: 430px;
	z-index:3;
}
.section.excellence {
	background:url(../../img2/excellence.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.svgBox {
	opacity: 0.5;
	position: relative;
	text-align: center;
	top: -45px;
	z-index: 1;
}
.excellence h2 {
	background: rgba(44, 55, 88, 0.6);
	color: #fff;
	font-size: 42px;
	line-height: 40px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.excellence .btn-theme {
	background: #f24130;
	border-radius: 0;
	display: table;
	font-size: 21px;
	margin-top: 30px;
	padding: 15px 20px;
}
.our-history .history-slider-wrap:after {
	background:#cbcdd4;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 200px;
	width: 100%;
	z-index:4;
}
.our-history .history-slider-wrap {
	padding: 0 calc(50% - 533px);
	position: relative;
}
.our-history .slider-list {
	font-size: 0;
	letter-spacing: 0;
	transition: all 0.5s ease 0s;
	white-space: nowrap;
}
.our-history .slider-item:after {
	background-color: #3487ce;
	content: "";
	display: block;
	height: 11px;
	left: 50%;
	position: absolute;
	top: 195px;
	width: 3px;
	z-index:10;
}
.our-history .slick-list {
	overflow:visible;
}
.our-history .slider-item {
	-moz-user-select: none;
	background-color: transparent;
	border: 2px solid transparent;
	box-sizing: border-box;
	color: #000;
	cursor: grab;
	display: inline-block;
	font-size: 14px;
	font-weight:300;
	height: 280px;
	letter-spacing: normal;
	position: relative;
	transition: background-color 0.3s ease 0s;
	-webkit-transition: background-color 0.3s ease 0s;
	vertical-align: top;
	white-space: normal;
	width: 250px;
}
.our-history .released .description:after {
	background-position: 0 0;
}
.our-history .projects .description:after {
	background-position: -68px 0;
}
.our-history .board .description:after {
	background-position: -136px 0;
}
.our-history .concept .description:after {
	background-position: -204px 0;
}
.our-history .hamburger .description:after {
	background-position: -272px 0;
}
.our-history .fire .description:after {
	background-position: -340px 0;
}
.our-history .description::after {
 background: rgba(0, 0, 0, 0) url(../../img2/emoji.png) no-repeat scroll 0 0;
 bottom: 25px;
 content: "";
 display: block;
 height: 53px;
 left:50%;
 transform: translate(-50%, 0px);
 -webkit- transform: translate(-50%, 0px);
 position: absolute;
 width: 68px;
}
.our-history .description {
	color: #292d38;
	font-size: 16px;
	font-weight: 300;
	height: 71%;
	padding: 35px 40px;
	position: relative;
	text-overflow: ellipsis;
	text-align:center;
}
.our-history .description b {
	color: #292d38;
	display: block;
	font-size: 17px;
	font-weight: 700;
}
.our-history .year {
	color: #000;
	text-align:center;
	font: 14px;
	font-weight:300;
	left: 0;
	padding: 25px 40px;
	visibility: visible;
}
.our-history .link-year {
	color: rgba(0, 0, 0, 1);
	left: 0;
	padding: 25px 40px;
	position: absolute;
	top: 71%;
	visibility: hidden;
	white-space: nowrap;
	text-align:center;
}
.our-history .link-year a {
	color: hsla(206, 100%, 56%, 1);
	font-weight: 300;
	text-decoration: underline;
}
.our-history .slider-item:hover {
	background-color: #fff;
	border: 2px solid #ccc;
}
.our-history .slider-item:hover .link-year {
	visibility: visible;
}
.our-history .slider-item:hover .year {
	visibility: hidden;
}
.slick-dots {
	padding: 50px 0 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
}
.slick-dots li.slick-active button {
	background: #008bb9;
	width: 18px;
	height:18px;
}
.history-slider {
	margin-top:30px;
}
.slick-dots li button {
	background: #d2d8d6;
	border: 0 none;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 12px;
	margin-left: 7px;
	margin-right: 7px;
	width: 12px;
}
.section.perks {
	background:url(../../img2/perks.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.perks .sectionHead h2, .perks .sectionHead p {
	color:#fff;
}
.perks .listing li {
	padding-left: 50px;
	padding-top: 50px;
	text-align: left;
	width: 50%;
}
.perks .col-2 .listing {
	margin-left: -50px;
	margin-top: -50px;
}
.perks .col-2 .listing span {
	display: table-cell;
	height: 40px;
	overflow: hidden;
	vertical-align: top;
	width: 40px;
}
.perks .col-2 .listing span i {
	height:40px;
	width:40px;
}
.perks .col-2 .list-desc > p {
	color:#d0d6dd;
}
.perks .col-2 {
	margin-top: 50px;
}
.listing span i img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.tableWrap {
	width:100%;
	display:table;
}
.table-cell {
	width:45%;
	display:table-cell;
	vertical-align:middle;
	padding-right:85px;
}
.table-cell.carousel {
	width:55%;
	padding-right:0px;
}
.start .col-3 .listing li {
	width:100%;
}
.start .sectionHead {
	padding-bottom: 30px;
	text-align: left;
}
.start .list-desc > p {
	color: #707070;
	font-size: 15px;
}
.collageBox ul li {
	position:relative;
}
.animated .top {
	-webkit-animation: mytransit 1s; /* Chrome, Safari, Opera */
	animation: mytransit 1s;
	top:0px;
	left:0;
}
@keyframes mytransit {
 0% {
left: -40px;
top:-40px;
}
 100% {
left: 0px;
top:0px;
}
}
@-webkit-keyframes mytransit {
 0% {
left: -40px;
top:-40px;
}
 100% {
left: 0px;
top:0px;
}
}
.left {
	left:left-100px;
}
.animated .left {
	-webkit-animation: mytrans 1s; /* Chrome, Safari, Opera */
	animation: mytrans 1s;
	left:0px;
}
@keyframes mytrans {
 0% {
left: -100px;
}
 100% {
left: 0px;
}
}
@-webkit-keyframes mytrans {
 0% {
left: -100px;
}
 100% {
left: 0px;
}
}
.right {
	right:-100px;
}
.animated .right {
	-webkit-animation: mytran 1s; /* Chrome, Safari, Opera */
	animation: mytran 1s;
	right:0;
}
@keyframes mytran {
 0% {
right: -100px;
}
 100% {
right: 0px;
}
}
@-webkit-keyframes mytran {
 0% {
right: -100px;
}
 100% {
right: 0px;
}
}
.bottom {
	bottom:-100px;
}
.animated .bottom {
	-webkit-animation: mytra 1s; /* Chrome, Safari, Opera */
	animation: mytra 1s;
	bottom:0;
}
@keyframes mytra {
 0% {
bottom: -100px;
}
 100% {
right: 0px;
}
}
@-webkit-keyframes mytra {
 0% {
bottom: -100px;
}
 100% {
bottom: 0px;
}
}
.corBox > img {
	display: block;
	width: 100%;
}
.table-cell.carousel li {
	float: left;
	width: 50%;
}
.start .table-cell.carousel {
	position:relative;
	min-height:435px;
}
.animated .corTop {
	position:absolute;
	z-index: 42;
	-webkit-animation: mytr 1s; /* Chrome, Safari, Opera */
	animation: mytr 1s;
}
.animated .corBtm {
	z-index: 43;
	-webkit-animation: my 1s; /* Chrome, Safari, Opera */
	animation: my 1s;
	position:absolute;
}
.animated .corLft {
	z-index:44;
	-webkit-animation: myts 1s; /* Chrome, Safari, Opera */
	animation: myts 1s;
	position:absolute;
}
.animated .corRgt {
	z-index:43;
	-webkit-animation: mytn 1s; /* Chrome, Safari, Opera */
	animation: mytn 1s;
	position:absolute;
}
.corTop {
	left: 10%;
	top: 15%;
}
@keyframes mytr {
 0% {
top: 10%;
left:15%
}
 100% {
left: 10%;
 top: 15%;
}
}
@-webkit-keyframes mytr {
 0% {
top: 10%;
left:15%
}
 100% {
left: 10%;
 top: 15%;
}
}
.corRgt {
	right: 5%;
	top: 40%;
}
@keyframes mytn {
 0% {
right: 0%;
 top: 0%;
}
 100% {
right: 5%;
 top: 40%;
}
}
@-webkit-keyframes mytn {
 0% {
top: 10%;
left:15%
}
 100% {
left: 10%;
 top: 15%;
}
}
.animated .corLft {
	left: 50%;
	top: 0;
	transform: translate(-50%, 0px);
}
@keyframes myts {
 0% {
top: 10%;
left:15%
}
 100% {
left: 50%;
 top: 0;
}
}
@-webkit-keyframes myts {
 0% {
top: 10%;
left:15%
}
 100% {
left: 50%;
 top: 0;
}
}
.corBtm {
	right: 0;
	top: 50px;
	z-index: 41;
}
@keyframes my {
 0% {
right: -10%;
 top: 0;
}
 100% {
right: 0;
 top: 50px;
}
}
@-webkit-keyframes my {
0% {
right: -10%;
 top: 0;
}
 100% {
right: 0;
 top: 50px;
}
}
.section.start {
	padding:95px 0px;
}
.animated .corBox > img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.join {
	background:#f7f7f7;
	position:relative;
}
.join .btn-theme {
	background: #f24130;
	border-radius: 2px;
	display: table;
	font-size: 21px;
	margin-top: 30px;
	padding: 15px 20px;
}
.section.join > img {
	left: 1%;
	max-width: 100%;
	position: absolute;
	top: 0;
}
.section.join .sectionHead {
	z-index:999;
	position:relative;
}
.section.join > img.lrg {
	bottom: 0;
	top: auto;
}
/*Responsive CSS*/
 @media only screen and (min-width: 991px) and (max-width: 1050px) {
 .fix_container {
 max-width: 100%;
 padding:0 10px;
}
.section {
 padding: 35px 0;
}
 a.btn-theme, .btn-theme {
padding:15px 25x;
font-size:20px;
}
.beat-box {
 float: none;
 width:100%;
}
.canvas-video {
 height: 432px;
 position: relative;
 right: 0;
 top:0px;
 width: 100%;
 padding: 0 10px;
}
.excellence h2 {
font-size:39px;
}
.section.start {
 padding: 35px 0;
}
}
 @media only screen and (min-width: 768px) and (max-width: 990px) {
 .fix_container {
 max-width: 100%;
 padding:0 10px;
}
.section {
 padding: 35px 0;
}
 a.btn-theme, .btn-theme {
padding:15px 25x;
font-size:20px;
}
.beat-box {
 float: none;
 width:100%;
}
.canvas-video {
 height: 432px;
 position: relative;
 right: 0;
 top:0px;
 width: 100%;
 padding: 0 10px;
}
.excellence h2 {
font-size:28px;
}
.table-cell {
 padding-right: 0;
}
.oveTxt:after, .oveTxt:before {
display:none;
}
.our-history .description {
 font-size: 14px;
}
.our-history .description b {
font-size:15px;
line-height:20px;
}
.section.start {
 padding: 35px 0;
}
}
 @media screen and (max-width: 767px) {
 .fix_container {
 max-width: 100%;
 padding:0 10px;
}
.section {
 padding: 35px 0;
}
 a.btn-theme, .btn-theme {
padding:15px 25x;
font-size:20px;
}
.banner-content {
 padding: 10px;
}
.banner-content h1 {
 font-size: 52px;
 letter-spacing: -4px;
}
.banner-content p {
 font-size: 14px;
 line-height: 23px;
}
.sectionHead > h2 {
 font-size: 25px;
 line-height: 27px;
}
.sectionHead > p {
 font-size: 14px;
 font-weight: 300;
 line-height: 25px;
}
.oveTxt > h2 {
 font-size: 31px;
 line-height: 40px;
}
.oveTxt > h2 span {
 font-size: 40px;
}
.oveTxt:after, .oveTxt:before {
display:none;
}
.excellence h2 {
 font-size: 23px;
 line-height: 30px;
 padding: 10px;
}
.table-cell {
 padding-right: 0;
}
.col-3 .listing li {
 width: 50%;
}
.list-desc > p {
 font-size: 14px;
 line-height: 24px;
}
.section.start {
 padding: 35px 0;
}
}
 @media screen and (max-width: 480px) {
 .fix_container {
 max-width: 100%;
 padding:0 10px;
}
.section.start {
 padding: 35px 0;
}
.section {
 padding: 35px 0;
}
 a.btn-theme, .btn-theme {
padding:15px 25x;
font-size:20px;
}
.banner-content {
 padding: 10px;
}
.banner-content h1 {
 font-size: 52px;
 letter-spacing: -4px;
}
.banner-content p {
 font-size: 14px;
 line-height: 23px;
}
.sectionHead > h2 {
 font-size: 25px;
 line-height: 27px;
}
.sectionHead > p {
 font-size: 14px;
 font-weight: 300;
 line-height: 25px;
}
.canvas-video {
 height: 175px;
 padding: 10px;
 position: relative;
 right: 0;
 top: 0;
 width: 100%;
}
.beat-box {
 float: none;
 position: relative;
 width: 100%;
}
ul.listing li {
 float: none;
 padding-bottom: 10px;
 padding-left: 10px;
 width: 100%;
}
.col-3 .listing li {
 padding-top: 10px;
 width: 100%;
}
.col-3 .listing {
 margin-top: -10px;
}
.oveTxt:before, .oveTxt:after {
display:none;
}
.oveTxt > h2 {
 font-size: 20px;
 font-weight: 400;
 line-height: 25px;
}
.oveTxt > h2 span {
 font-size: 30px;
}
.oveTxt > a.btn-theme {
 font-size: 14px;
 margin-top: 10px;
 padding: 8px 20px;
}
.excellence h2 {
 font-size: 11px;
 line-height: 20px;
 padding: 5px;
}
.excellence .btn-theme {
 font-size: 14px;
 margin-top: 10px;
 padding: 10px 20px;
}
.svgBox {
 position: relative;
 top: 0;
}
.our-history .description b {
font-size:14px;
}
.our-history .description {
font-size:13px;
}
.perks .listing li {
 padding-top: 10px;
 width: 100%;
}
.list-desc > p {
 font-size: 14px;
}
.list-desc > h2 {
 font-size: 15px;
 font-weight: 600;
}
.table-cell {
 display: block;
 padding-right: 0;
 width: 100%;
}
.section.start {
 padding: 35px 0;
}
.table-cell.carousel {
 padding-right: 0;
 width: 100%;
}
.start .table-cell.carousel {
 min-height: 200px;
}
.join .btn-theme {
 font-size: 14px;
 margin-top: 10px;
 padding: 10px 20px;
}
}
