
@import url('vendor/bootstrap-grid.css');
@import url('vendor/font-awesome.min.css');
@import url('vendor/owl.carousel.min.css');
@import url('vendor/owl.theme.default.min.css');
@import url('vendor/glide.core.min.css');
@import url('vendor/glide.theme.min.css');
@import url('vendor/magnific-popup.css');
@import url('vendor/aos.min.css');

/* 1.2 PAGE LAYOUT
------------------------------------------------------------ */
body, p, div, h1, h2, h3, h4, h5, h6, ul, ol, li, address, dl, dt, dd, form, textarea, input, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, pre, code, blockquote {
	margin:	0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	background: #fff;
	font: 90%/1.7 'Open Sans', Arial, sans-serif;
	color: #5b5c6e;
}

/* 1.3 PRELOADER
------------------------------------------------------------ */
#preloader {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3a3b5a;
	z-index: 999;
	overflow: hidden;
}
#preloader .loading {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#preloader .loading li {
	height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	margin: 0;
	height: 10px;
	width: 10px;
	border: 2px solid #ffc34f;
	border-radius: 100%;
	-webkit-transform: transformZ(0);
	transform: transformZ(0);
	-webkit-animation: LOADING 2s infinite;
	animation: LOADING 2s infinite;
}
#preloader .loading li:nth-child(1n) {
	left: -20px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#preloader .loading li:nth-child(2n) {
	left: 0;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
#preloader .loading li:nth-child(3n) {
	left: 20px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
@-webkit-keyframes LOADING {
  0% {
    -webkit-transform: scale(0.5);
     transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes LOADING {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
	transform: scale(0.5);
  }
}

/* 1.4 TYPOGRAPHY
------------------------------------------------------------ */
p {
	margin-bottom: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 1.4;
}
h1,
.alpha {
	font-size: 2em;
}
h2,
.beta {
	font-size: 1.8em;
}
h3,
.gamma {
	font-size: 1.6em;
}
h4,
.delta {
	font-size: 1.4em;
}
h5,
.epsilon {
	font-size: 1.2em;
}
h6,
.zeta {
	font-size: 1.1em;
}
.txtLite {
	color: #ffc34f;
}
a {
	color: #6265be;
	text-decoration: none;
	-o-transition: color 0.2s ease-in;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
a:hover,
a:focus {
	color: #ffc34f;
	text-decoration: none;
}	
a:focus {
	outline: none;
}
.label {
	padding: 2px 8px;
	background: #eef4f8;
	display: inline-block;
	margin-right: 4px;
}
.label.highlight {
	background: #ffc34f;
}

/* 1.5 HEADER & MENU
------------------------------------------------------------ */
#Logo {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: table;	
width:200px;
}
#Logo a {
	display: table-cell;
	vertical-align: middle;
width:200px;
}

#Logo img {

width:200px;
}


.headWrapper {
	position: relative;
}
.mastHead {
	background: #fff;
	width: 100%;
	height: 120px;
}
.mastHead .container {
	position: relative;
}
.mastHead.fixed {
	z-index: 500;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	position: fixed;
	-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.mastHead .container,
.mastHead .row,
.mastHead #Logo {
	height: inherit;
}
.mastHead.dark {
	background: #3a3b5a;
}
/* extra top bar - for header v2*/
.extraHeadBar {
	background: #fff;
	overflow: hidden;
	min-height: 40px;
	font-size: 13px;
	color: #797a99;
}
.extraHeadBar .contact {
	margin: 8px 0 0 0;
}
.extraHeadBar .contact li {
	display: inline;
	padding-right: 20px;
}
.extraHeadBar .contact a {
	color: #797a99;
}
.extraHeadBar .contact a:hover {
	color: #ffc34f;
}
.extraHeadBar .social {
	margin-bottom: 0;
	text-align: right;
	overflow: hidden;
}
.extraHeadBar .social li {
	display: inline;
}
.extraHeadBar .social a {
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color: #797a99
}
.extraHeadBar .social a:hover {
	background: #ffc34f;
	color: #fff;
}

/* Menu --------------- */
.navList {
	text-align: right;
	margin-bottom: 0;
	z-index: 999;margin-top:20px;
}
.navList li {
	display: inline-block;
	position: relative;
	height: 70px;
	margin-left: 30px;	
}
.navList li a {
	color: #3a3b5a;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	height: 70px;
	line-height: 70px;
	position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.navList li a:hover {
	color: #ffc34f;
}
.navList li a.selected::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -22px;
	margin-top: -3px;
	width: 12px;
	height: 3px;
	background: #ffc34f;
}
.navList li i.fa {
	color: #ccc;
	font-size: 12px;
	position: relative;
	left: 4px;
}
.navList li:hover {
	visibility:	inherit;
}
.navList ul {
	line-height: normal;
	width: 180px;
	text-align: left;
	position: absolute;
	top: 120%;
	opacity: 0;
	left: 0;
	background: rgba(58,59,90, .95);
	visibility: hidden;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navList ul li {
	padding: 0;
	margin: 0;
	height: auto;
	width: 100%;
}	
.navList ul a {
	color: #fff;
	display: block;
	height: auto;
	line-height: normal;
	font-size: 13px;
	float: none;
	padding: 13px 20px;
	text-transform: none;
	border-bottom: 1px solid #54556b;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.navList ul li:last-child a {
	border: none;
}
.navList ul a:hover {
	background: #ffc34f;
	color: #fff;
}
.navList li:hover >ul {
	top: 100%; 
	z-index: 99;
	opacity: 1;
	visibility: visible;
}
ul.navList li li ul {
	left: 180px;
}
ul.navList li li:hover ul{
	top: 0;
	left: 180px; /* match ul width */
}
ul.navList li ul.right,
ul.navList li:hover ul.right {
	right: 0; /* match ul width */
	left: auto;
}
.mastHead.dark .navList li a {
	color: #fff;
}
.mastHead.dark .navList li a:hover {
	color: #ffc34f;
}
.mastHead.dark .navList ul a:hover {
	color: #fff;
}
#mobileTrigger {
	display: none;
	width: 40px;
	height: 40px;
	color: #696f76;
	position: absolute;
	top: 38px;
	right: 15px;
	text-align: right;
	z-index: 10;
}
.mMobile {
	z-index: 3000;
	position: absolute;
	background: #3a3b5a;
	padding: 10px 0;
	margin-bottom: 0;
	display: none;
	top: 0;
	right: 0px;
	left: 0px;
}
.mMobile.open {
	display: block;
}
.mMobile ul.dropMenu {
	display: none;
	margin: 0;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #434462;
}
.mMobile .dropMenu .dropMenu {
	border-bottom: none;
}
.mMobile a {
	display: block;
	padding: 5px 20px;
	color: #fff;
}
.mMobile i.fa {
	color: #696981;
	font-size: 12px;
}
.mMobile a:focus {
	color: #fff;
}
.mMobile a.selected,
.mMobile a:hover {
	color: #ffc34f;
}
/* menu appearance if header is sticky */
.mastHead.fixed .navList li,
.mastHead.fixed .navList li a {
	height: 60px;
}

.mastHead.fixed #Logo img{
	width: 120px !important;
}

.mastHead.fixed .navList
 {
	margin-top:0px;
}
.mastHead.fixed .navList li a {
	line-height: 60px;
}
.mastHead.fixed .navList ul li,
.mastHead.fixed .navList ul li a {
	height: auto;
	line-height: normal;
}

/* 1.6 FOOTER
------------------------------------------------------------ */
footer {
	text-align: left;
	color: #676a76;
	overflow: hidden;
}
footer .main {
	padding: 40px 0 40px 0;
	background: #eef4f8;
	position: relative;
	z-index: 3;
}
footer .main::before {
 	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500%;
    background: #eef4f8;
    z-index: -1;
    width: 500%;
}
footer .links {
	margin: 25px 0 0 0;
}
footer .links li {
	display: inline-block;
	margin-right: 18px;
}
footer .links li::after {
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: 5px;
	color: #ffc34f;
	vertical-align: middle;
}
footer .links li:last-child:after {
	content: "";
}
footer .links a {
	color: #5b5c6e;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-right: 18px;
}
footer .links a:hover {
	color: #66689e;
}
footer .social {
	margin-top: 40px;
}
footer .social a {
	color: #5b5c6e;
	font-size: 16px;	
}
footer .social li {
	display: inline-block;
	margin-right: 14px;
}
footer .social a:hover {
	color: #ffc34f;
}
footer .copyright {
	font-size: 12px;
	margin-bottom: 0;
	color: #3a3b5a;
}

/* END PAGE LAYOUT
------------------------------------------------------------*/

/* 2. UI PATTERNS
------------------------------------------------------------
2.1 HELPER CLASSES
------------------------------------------------------------ */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
	clear: both;
    line-height: 0;
    overflow: hidden;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.responsive {
	max-width: 100%;
}
.fullWidth {
	width: 100%;
}
.jshide {
	display: none;
}
.jsshow {
	display: block;
}
.tight {
	margin-bottom: 0!important;
}
.mBase25 {
	margin-bottom: 25px;
}
.mTop25 {
	margin-top: 25px;
}
.mTop15 {
	margin-top: 15px;
}
.whiteText {
	color: #fff;
}
.centerAlign {
	text-align: center;
}
.rightAlign {
	text-align: right;
}
.media, 
.body {
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
}
.media .img {
	float: left;
	margin-right: 20px;
}
.media .img img {
	display:block;
}

/* columns with no gap */
.container-fluid.no-gutters {
	padding-left: 0;
	padding-right: 0;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
 @media (min-width:768px) {
  .row-eq-height-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}
:target:before {
  content: "";
  display: block;
  height: 60px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}

/* 2.2 LISTS
------------------------------------------------------------ */
ol,ul {  
    list-style-type: none;}
ul, ol {
	margin-bottom: 1em;
}

.tabContent  ul {

list-style-type: disc;

}

.tabContent li {

margin-left:20px;

}



.text  ul {

list-style-type: disc;
padding-bottom:20px;

}

.text li {

margin-left:20px;

}
.itemList li {
	margin-bottom: 8px;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 0.85em;
	text-transform: uppercase;
}
.itemList i {
	color: #ffc34f;
	font-size: 10px;
	margin-right: 10px;
}

/* 2.3 SECTION HEADINGS
------------------------------------------------------------ */
.pageHead {
	color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	position: relative;
	width: 85%;
	margin-bottom: 80px;
}
.pageHead .inner {
	padding: 50px 0;
	background: rgba(0, 189, 150, 0.58);
}

.pageHead .inner2 {
	padding: 50px 0;
	background: rgba(230, 0, 25, 0.58);
}


.pageHead .inner3 {
	padding: 50px 0;
	background: rgba(255, 32, 149, 0.58);
}


.pageHead .inner4 {
	padding: 50px 0;
	background: rgba(99, 45, 124, 0.58);
}

.pageHead .title {
	position: relative;
	right: -75px;
	width: 460px;
	z-index: 10;
	padding: 50px;
	float: right;
	background: #ffc34f;
}
.pageHead .title h1 {
	margin-bottom: 0;
	font-size: 2.3em;
}
.sectionTitle .top {
	text-transform: uppercase;
	color: #cbcbda;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	margin-bottom: 0px;
	line-height: 1;
}
.sectionTitle .title {
	color: #ffc34f;
	font-size: 2.4em;
	line-height: normal;
	margin-bottom: 50px;
}
.sectionTitle.extra .title {
	margin-bottom: 20px;
}
.sectionTitle .intro {
	font-style: italic;
	max-width: 70%;
	margin: 0 auto 70px auto;
}
/* 2.4 BOXES & PANELS
------------------------------------------------------------ */
.sectionBase {
	margin-bottom: 100px;
}

.sideWrapperDark,
.sideWrapperLight {
	position: relative;
	z-index: 3;
	padding: 40px 0;
}
.sideWrapperDark {
	background: #3a3b5a;
	color: #fff;
}
.sideWrapperDark .sectionTitle .top {
	color: #a2a3b2;
}
.sideWrapperLight {
	background: #eef4f8;
}
.sideWrapperDark.left::before,
.sideWrapperLight.left::before {
	position: absolute;
	content: '';
    top: 0;
    bottom: 0;
    left: -500%;
    z-index: -1;
    width: 500%;
}
.sideWrapperDark.left::before {
	background: #3a3b5a;
}
.sideWrapperLight.left::before {
	background: #eef4f8;
}
.sideWrapperDark.right::after,
.sideWrapperLight.right::after {
	position: absolute;
	content: '';
    top: 0;
    bottom: 0;
    right: -500%;
    z-index: -1;
    width: 500%;
}
.sideWrapperDark.right::after {
	background: #3a3b5a;
}
.sideWrapperLight.right::after {
	background: #eef4f8;
}
.lightWrapper {
	padding: 50px 0;
	background: #eef4f8;
}

/* 2.5 PARALLAX & IMAGE CONTAINERS
------------------------------------------------------------ */
.parallax {
	color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
@media (max-width: 768px) {
    .parallax {
		background-attachment: scroll;
	}
}
.parallax .inner {
	padding: 60px 0;
	background: rgba(58, 59, 90, 0.88);
}
.parallax h3 {
	margin-bottom: 10px;
}
.banner p.info {
  	margin-bottom: 0;
}

/* 2.6 NOTIFICATIONS
------------------------------------------------------------ */
.notification {
	padding: 15px;
	margin-bottom: 20px;
	background: #eef4f8;
	border-radius: 2px;
	color: #fff;
}
.notification i {
	color: inherit;
	margin-right: 10px;
}
.error {
	background: #ff8955;
}
.success {
	background: #8ade95;
}
/* 2.7 BUTTONS
------------------------------------------------------------ */
button {
	cursor: pointer;
	overflow: visible; 
	border: none;
	font-size: 1em;
}
button:hover {
	cursor:	pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}	
.button {
	position: relative;
	display: inline-block;
	padding: 8px 28px;
	background: none;
	font-weight: normal;
}
.button:hover {
	text-decoration: none;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;	
}
.button:focus {
	outline: none;
}
.button.primary {
	background: #ffc34f;
	color: #3a3b5a;
}
.button.primary:hover {
	background: #3a3b5a;
	color: #ffc34f;
}
.button.dark {
	background: #3a3b5a;
	color: #fff;
}
.button.dark:hover {
	background: #ffc34f;
	color: #3a3b5a;
}

.button.onDark:hover {
	background: #fff;
}

/* 2.8 ACCORDION
------------------------------------------------------------ */
.accordion {
	margin-bottom: 20px;
}
.accordion .head {
	display: block;
	color: #5b5c6e;
	padding: 15px 15px 15px 40px;
	background: #eef4f8;
	position: relative;
	cursor: pointer;
	line-height: normal;
	margin-bottom: 3px;
	font-weight: 500;
	font-size: 1.1em;
}
.accordion .head::before {
	content: "\f067";
	font-family:'FontAwesome';
	color: #ffc34f;
	top: 18px;
	left: 10px;
	position: absolute;
	font-weight: normal;
}
.accordion .head.active::before {
	content: "\f068";
	color: inherit;
	font-family:'FontAwesome';
}
.accordion .accordionCnt {
	overflow: hidden;
	padding: 15px;
	background: #fafcfd;
	margin-bottom: 20px;
	margin-top: -3px;
}	
.accordion .accordionCnt p:last-child {
	margin-bottom: 0;
}
.accordion .head.active {
	color: #5b5c6e;
}
.accordion .head:hover::before,
.accordion .head.active::before,
.accordion .head:hover {
	color: #ffc34f;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

/* 2.9 TABS
------------------------------------------------------------ */
.tabs ul.nav,
.tabs p:last-child {
	margin: 0;
}
.tabs li.nav {
	float: left;
}
.tabs li.nav i {
	line-height: normal;
	margin-right: 5px;
}	
.tabs li.nav a {
	padding: 10px 15px;
	float: left;	
	display: block;
	margin-right: 1px;
	color: #696f76;
	background: #eef4f8;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	transition: all linear 0.3s;	
}
.tabs li.nav a:hover,
.tabs li.nav a.active,
.tabs li.nav a.active:hover {
	position: relative;
	color: #fff;
	background: #ffc34f;
}
.tabs .tabContent {
	margin: 20px 0 40px 0;
}
.tabs .tabContent > p:last-child {
	margin: 0;
}
/* END UI PATTERNS 
------------------------------------------------------------*/

/* 
3. PAGE COMPONENTS
------------------------------------------------------------
3.1 MAIN SLIDESHOW
------------------------------------------------------------ */
.homeSlideshow {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	height: 600px;
}
.homeSlideshow .sliderCopy {
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 10;
	top: 0;
	right: 0;
}
.homeSlideshow .description {
	z-index: 0;
  	-webkit-transform: translateY(10%);
  	-moz-transform: translateY(10%);
  	-ms-transform: translateY(10%);
  	-o-transform: translateY(10%);
  	transform: translateY(10%);
  	opacity: 0;
  	position: absolute;
  	width: 460px;
    -webkit-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);	
}
.homeSlideshow .description.active {
	opacity: 1;
	z-index: 10;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
}
.homeSlideshow .title {
	background: #ffc34f;
	padding: 50px;
	text-align: left;
	color: #fff;
	font-weight: 400;
}
.homeSlideshow .title h1 {
	font-weight: 400;
	margin-bottom: 0;
	font-size: 3em;
}
.homeSlideshow .title p {
	margin: 10px 0 0 0;
}
.homeSlideshow .title h1 span.block {
	font-weight: 700;
	display: block;
}
.homeSlideshow .sliderCopy .button.dark {
	padding: 15px 35px;
}
.homeSlideshow .sliderCopy .button.dark i {
	margin-left: 10px;
}
.homeSlideshow #homeSlider {
	width: 85%;
}
#homeSlider .glide__bullets {
	left: 100px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: auto;
	bottom: auto;
}
#homeSlider .glide__bullets>* {
	background: none;
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
}
#homeSlider .glide__bullet.active {
	background: #fff;
	pointer-events: none;
}
#homeSlider .glide__slide:after {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	
}
#homeSlider .glide__track {
	overflow: visible;
}
#homeSlider .glide__track .img {
	overflow: hidden;
	width: 100%;

	position: relative;
}
#homeSlider .glide__track .img img {
	display:block;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}

/* 3.2 INTRO SLIDER
------------------------------------------------------------ */
.introSection {
	overflow: hidden;
}
.introSection .introCopy {
	position: relative;
	overflow: hidden;
	z-index: 10;
	background: #fff;
}
.introSection .introCopy .title {
	font-size: 2em;
}
.introSection .introCopy .description {
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 80px 10px 40px;
	-webkit-transform: translateY(15%);
	-moz-transform: translateY(15%);
	-ms-transform: translateY(15%);
	-o-transform: translateY(15%);
	transform: translateY(15%);
    z-index: 0;
    -webkit-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
}
.introSection .introCopy .description.active {
	opacity: 1;
	z-index: 10;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
    transition: all 450ms cubic-bezier(0.25,0.1,0.25,1);
}
#introSlider .glide__slide {
	width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    max-width: 760px;
}
#introSlider .glide__slide img {
	display: block;
	max-width: 100%;
	height: auto;
}
#introSlider li.glide__slide .mask {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background: rgba(58, 59, 90, 0.88);
}
#introSlider .glide__arrows {
	width: 81px;
	margin-left: 0;
	left: -1px;
	z-index: 20;
    -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
#introSlider .glide__arrows .glide__arrow {
	border: none;
	background: #ffc34f;
	color: #3a3b5a;
	border-radius: 1px;
	width: 40px;
	height: 40px;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}
#introSlider .glide__arrows .glide__arrow:hover {
	background: #3a3b5a;
	color: #fff;
}
#introSlider .glide__arrows .glide__arrow.disabled:hover {
	background: #ffc34f;
	color: #3a3b5a;
	cursor: default;
}
#introSlider .glide__track {
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: flat;
    opacity: 1;
    margin-bottom: 0;
}

/* 3.3 HOW WE WORK SECTION
------------------------------------------------------------ */

.howWeWork .sectionTitle .title {
	color: #fff;
	margin-left: 40px;
}
.howWeWork .sideWrapperDark {
	padding: 0;
}
.howWeWork .intro {
	padding: 40px 20px;
}
.howWeWork .intro .button {
	margin-top: 60px;
}

.howWeWork .row.gutter {
    overflow: hidden;
   	margin-left: -2px;
	margin-right: -2px; 
}
.howWeWork .row.gutter > [class^="col-"],
.howWeWork .row.gutter > [class*="col-"] {
	padding-left: 2px;
	padding-right: 2px;
}
.howWeWork .row.gutter .item {
   margin-bottom: -99999px;
   padding-bottom: 99999px;
}
.howWeWork .firstRow {
	margin-bottom: 4px;
}
.howWeWork .item {
	background: #434462;
	padding: 35px 60px 25px 80px;
}
.howWeWork .item i {
	color: #ffc34f;
	position: absolute;
	left: 40px;
	top: 35px;
	font-size: 25px;
}
.howWeWork .item h5 {
	text-transform: uppercase;
	font-weight: 500;
}
.howWeWork .item .no {
	color: #696981;
	position: absolute;
	right: 30px;
	top: 12px;
	font-size: 60px;
	line-height: normal;
	font-weight: bold;
}

/* 3.4 TESTIMONIALS
------------------------------------------------------------ */
.testimonials {
	overflow: hidden; 
	position: relative;
}
.testimonials .bg {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
  	position: relative;
}
.testimonials .bg::before {
	content: "";
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	background: rgba(58, 59, 90, 0.88);
}
.testimonials .inner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 100px;
}
.testimonials .sectionTitle .title {
	margin-bottom: 0;
}
.testimonials .sectionTitle .top {
	color: #a2a3b2;
}
.testimonials .content {
	background: #ffc34f;
	padding: 0 100px 0 60px;
	color: #3a3b5a;
	position: relative;
}
.testimonials .content .photo {
	width: auto;
	display: inline-block;
	margin-right: 2px
}
.testimonials .author {
	margin: 0 120px 0 0;
}
.testimonials .quote {
	padding: 0 120px 30px 0;
	position: relative;
}
.testimonials .author h5 {
	margin-bottom: 0;
}
.testimonials .quote .icon {
	position: absolute;
	top: -34px;
	left: 0px;
	z-index: -1;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.25);
}
.testimonials .owl-dots {
	position: absolute;
	left: -40px;
	top: 40%;
	z-index: 10;
	width: 10px;
}
.testimonials .owl-dots .owl-dot span {
	background: none;
	border: 2px solid #ffc34f;
	margin: 3px 0;
}
.testimonials .owl-dots .owl-dot.active span {
	background: #ffc34f;
	border: 2px solid #ffc34f;
}
.testimonials .owl-dots .owl-dot:hover span {
	background: rgba(255, 195, 79, 0.5);
}

/* 3.5 ICON BOXES
------------------------------------------------------------ */
.iconBox {
	padding-left: 100px;
	margin-bottom: 60px;
	position: relative;
}
.iconBox .icon {
	border-radius: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 5px solid #eef4f8;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.iconBox:hover .icon {
	background: #eef4f8;
}
.iconBox h5,
.iconBox2 h5 {
	font-weight: 500;
	text-transform: uppercase;
}
.iconBox .icon i {
	color: #ffc34f;
	font-size: 30px;
}
.iconBox2 {
	margin-bottom: 60px;
	text-align: center;
}
.iconBox2 .icon {
	margin: 0 auto 25px auto;
	border-radius: 35px;
    width: 70px;
    height: 70px;
    line-height: 75px;
    text-align: center;
    background: #ffc34f;
   	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear; 
	border: 4px solid #ffc34f;
}
.iconBox2 .icon i {
	color: #fff;
	font-size: 30px;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}
.iconBox2:hover .icon {
	background: #fff;
	border: 4px solid #ffc34f;
}
.iconBox2:hover .icon i {
	color: #ffc34f;
}
/* 3.6 TEAM SECTION
------------------------------------------------------------ */
.team .member,
.team .extraPhoto {
	margin-bottom: 30px;
}
.team .member img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.team .member figure {
	margin-bottom: 20px;
	position: relative;
}
.team .member h6 {
	margin-bottom: 5px;
}
.team .member .mask {
	opacity: 0;
	background: rgba(58, 59, 90, 0.9);
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	-webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	-ms-transition: opacity 300ms linear;
	transition: opacity 300ms linear;	
}
.team .member figure:hover .mask,
.team .member figure:hover .mask a {
	opacity: 1;
}
.team .member .mask a {
	text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
}
.team .member .mask a span {
	top: 50%;
	display: block;
	margin-top: -10px;
	position: relative;
}

/* 3.7 ICON STATS
------------------------------------------------------------ */
.iconStats {
	overflow: hidden;
}
.iconStats .item .icon {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: #fff;
	line-height: 80px;
	color: #ffc34f;
	font-size: 36px;
	margin: 0 auto 20px auto;
}
.iconStats .item .no {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
}
.iconStats .item p {
	margin-bottom: 0;
}

/* 3.8 TIMELINE SECTION
------------------------------------------------------------ */
.timelineWrapper {
	position: relative;
}
.timelineWrapper::before,
.timelineWrapper::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	left: 50%;
	top: 0;
	margin-left: -6px;
	border-radius: 6px;
	border: 3px solid #eef4f8;
	background: #fff;
	z-index: 10;
}
.timelineWrapper::after {
	bottom: 0;
	top: auto;
}
.timeline {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.timeline::before {
	position: absolute;
	left: 50%;
	top: 0;
	content: '';
	display: block;
	width: 4px;
	height: 100%;
	margin-left: -2px;
	background: #eef4f8;
}
.timeline li {
	padding: 10px 0;
}
.timeline li::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.timeline .direction-l {
	position: relative;
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 30px;
}
.timeline .direction-r {
	position: relative;
	width: 50%;
	float: right;
	padding-left: 30px;
}
.timeline .info {
	background: #eef4f8;
	margin-top: 32px;
	margin-bottom: 40px;
}
.timeline .info .desc {
	padding: 15px;
}
.timeline .info p:last-child {
	margin-bottom: 0;
}
.timeline .direction-r .head,
.timeline .direction-l .head {
	right: 100%;
	position: absolute;
	width: 100%;
	text-align: right;
	margin-right: 30px;
}
.timeline .direction-l .head {
	left: 100%;
	right: auto;
	text-align: left;
	margin: 0 0 0 30px;
}
.timeline .pin {
	position: relative;
}
.timeline .direction-r .pin::after,
.timeline .direction-l .pin::after {
	position: absolute;
	top: 100%;
	right: -36px;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #fff;
	border-radius: 6px;
	border: 3px solid #bfc0da;
	outline: 3px solid #fff;
}
.timeline .direction-l .pin::after {
	right: auto;
	left: -36px;
}
.timeline .head .label {
	display: inline-block;
	margin-bottom: 3px;
	padding: 2px 15px;
	font-size: 12px;
	color: #fff;
	position: relative;
}
.timeline .head .label.top {
	background: #ffc34f;
}
.timeline .direction-r .head .label.top::before,
.timeline .direction-r .head .label.bottom::before,
.timeline .direction-l .head .label.top::before,
.timeline .direction-l .head .label.bottom::before {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	height: 0;
	width: 0;
	border-left: 10px solid #ffc34f;
	border-top: 10px solid transparent;
	border-bottom: 0px solid transparent;
	pointer-events: none;
}
.timeline .direction-r .head .label.bottom::before {
	border-top: 0 solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #3a3b5a;
	top: 0;
}
.timeline .direction-l .head .label.top::before,
.timeline .direction-l .head .label.bottom::before {
	left: auto;
	right: 100%;
	border-left: none;
	border-right: 10px solid #ffc34f;
	border-top: 10px solid transparent;
	border-bottom: 0px solid transparent;	
}
.timeline .direction-l .head .label.bottom::before {
	border-left: none;
	border-top: 0 solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #3a3b5a;
	top: 0;
}
.timeline .direction-r .head .label.top {
	border-radius: 3px 3px 0 3px;
}
.timeline .direction-r .head .label.bottom {
	border-radius: 3px 0 3px 3px;
}
.timeline .direction-l .head .label.top {
	border-radius: 3px 3px 3px 0;
}
.timeline .direction-l .head .label.bottom {
	border-radius: 0 3px 3px 3px;
}
.timeline .head .label.bottom {
	background: #3a3b5a;
	padding: 4px 15px;
}
.timeline .head h6 {
	margin-bottom: 0;
	font-weight: 500;
}
.timeline .parallax .inner {
	padding: 20px;
}

/* 3.9 BLOG/NEWS
------------------------------------------------------------ */
.article {
	margin-bottom: 20px;
}
.article.box {
	padding: 15px;
	background: #eef4f8;
	transition: background 0.2s linear;
}
.article img {
	display: block;
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.article h5 {
	font-weight: 400;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 3px solid #3a3b5a;
	font-size: 1.1em;
}
.article a {
	color: #5b5c6e;
	display: block;
}

.article .base {
	padding-bottom: 60px;
}
.article:hover a {
	color: #6265be;
}
.article.box:hover {
	background: rgba(238, 244, 248, 0.5);
}
.blogCategories {
	margin-bottom: 30px;
}
.blogCategories a {
	color: #3a3b5a;
}
.blogCategories a:hover {
	color: #ffc34f;
}
.searchBlog {
	padding: 30px;
	background: #eef4f8;
	margin-bottom: 30px;
}
.searchBlog form {
	position: relative;
}
.searchBlog form input {
	background: #fff;
	padding: 10px 35px 10px 10px;
	margin: 0;
}
.searchBlog button {
	background: none;
	position: absolute;
	right: 10px;
	top: 8px;
}
.articleReact span {
	margin-right: 25px;
	color: #b6b6bd;
}
.comments {
	margin-top: 30px;
}
.comments .thread {
	margin-top: 20px;
}
.comments .thread.nested {
	margin-left: 120px;
}
.comments .thread li {
	margin-bottom: 20px;
}
.comments .thread h6 {
	margin-bottom: 5px;
}
.comments p {
	margin-bottom: 12px;
}
.comments .thread .date {
	font-weight: 400;
	font-size: .8em;
	color: #b6b6bd;
}
.relatedNews img,
.relatedNews h6 {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.relatedNews a:hover img {
	opacity: 0.7;
}
.relatedNews a:hover h6 {
	color: #3a3b5a;
}
.relatedNews li {
	margin-bottom: 20px;
}
.relatedNews .img {
	margin-right: 10px;
}
.relatedNews h6 {
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: 1em;
	color: #ffc34f;
}
.relatedNews p {
	margin-bottom: 0;
	line-height: 1.4;
	color: #b6b6bd;
}
.msgForm .add {
	position: relative;
	overflow: hidden;
}
.msgForm .add .msg {
	margin-right: 120px;
	position: relative;
}
.msgForm .add textarea {
	min-height: 140px;
}
.msgForm  button {
	position: absolute;
	right:  0;
	top: 50px;
}

/* 3.10 PORTFOLIO
------------------------------------------------------------ */
.isotope .grid-sizer {
	width: 33.33333333%;
}
.isotope .grid-item {
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.fullPortfolio {
	padding: 0 15px;
}
.portfolio .item {
	position: relative;
	overflow: hidden;
}
.portfolio img {
	max-width: 100%;
	display: block;
}
.portfolio .mask {
	opacity: 0;
	background: rgba(58, 59,90, 0.9);
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	-ms-transition: opacity 300ms linear;
	transition: opacity 300ms linear;	
}
.portfolio figure {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.portfolio .info {
	color: #fff;
	padding: 30px 20px 20px 20px;
}
.portfolio .info h5 {
	font-weight: 400;
	border-bottom: 3px solid #fff;
	padding-bottom: 10px;
}
.portfolio .links {
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin-bottom: 0;
	opacity: 0;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
    transition: 300ms;	
   	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
    transform: translateX(-200px); 
}
.portfolio .links a {
	font-size: 20px;
	margin: 0 20px 0 2px;
	color: #fff;
	display: inline-block;
}
.portfolio .links a:hover {
	color: #ffc34f;
}
.portfolio figure:hover .links {
  	opacity: 1;
  	-moz-transform: translateX(0);	
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0); 
}
.portfolio figure:hover .mask {
	opacity: 1;
}
/* Owl Carousel Customizations --- */
.owl-theme .owl-nav {
	margin-top: 40px;
}
.owl-theme .owl-nav [class*=owl-] {
	border-radius: 1px;
	background: #ffc34f;
	color: #3a3b5a;
	font-size: 12px;
	width: 40px;
	height: 40px;
	margin: 0 1px 0 0;
	line-height: 36px;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background: #3a3b5a;
	color: #fff;
}
.owl-theme .owl-nav > div.disabled:hover {
	background: #ffc34f;
	color: #3a3b5a;
}
.projectInfo.owl-theme .owl-nav {
	float: right;
	margin-top: 10px;
}

/* Filter Portfolio --- */
.filter {
	margin-bottom: 40px;
}
.filter li {
	display: inline;
}	
.filter a {
  	-moz-border-radius: 1px;
  	-webkit-border-radius: 1px;
  	border-radius: 1px;
	color: #848484;
	padding: 4px 10px;
	margin: 0 5px 5px 0;
	display: inline-block;
	white-space: pre;
}
.filter a:hover {
	color: #fff;
	background: #ffc34f;
	text-decoration: none;
	o-transition: background 0.2s ease-in;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;	
}
.filter .active {
	color: #fff;
	background: #ffc34f;
}

/* 3.11 CONTACT PAGE
------------------------------------------------------------ */
.formControl {
	padding: 15px 10px;
	width: 100%;
	font-family: Arial, sans-serif;
	margin-bottom: 15px;
	background: #f6f9fb;
	border: 1px solid transparent;
	o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;	
}
.formControl:focus {
	outline: none;
	border: 1px solid #e2e8ec;
}	
#map_canvas {
	height: 400px;
	width:100%;
	overflow: hidden; 
	-webkit-transform: translateZ(0);
}
#contactform textarea {
	min-height: 140px;
}
#successContact,
#errorContact {
	display: none;
	margin-bottom: 20px;
}
.wrapMap {
	position: relative;
}
.wrapMap .info {
	pointer-events:none;   
}
.companyInfo,
.companyInfo2 {
	padding: 30px;
	min-height: 400px;
	pointer-events: auto; 
	background: rgba(255, 195,79, 0.8);	
}
.companyInfo2 {
	background: #ffc960;
	min-height: 0;
}
.companyInfo ul {
	margin-top: 50px;
}
.companyInfo li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	color: #3a3b5a;
}
.companyInfo li a {
	color: #3a3b5a;
}
.companyInfo li a:hover {
	color: #fff;
}
.companyInfo li i {
	color: #fff;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 20px;
}
.wrapMap .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 90;
}

/* 3.12 FEATURES LIST
------------------------------------------------------------ */
.featureList {
	margin: 140px 0;
}
.featureList ul {
	margin-bottom: 0;
}
.featureList .item {
	margin-bottom: 30px;
	position: relative;
	padding-left: 80px;
}
.featureList .item .icon {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffc34f;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	border-radius: 25px;
}
.featureList .item:last-child,
.featureList .item:last-child p {
	margin-bottom: 0;
}
.featureList .sideInfo,
.featureList .sideInfoAlt {
	background: #3a3b5a;
	padding: 40px;
	position: relative;
	margin-top: -110px;
	color: #fff;
}
.featureList .sideInfoAlt {
	background: #ffc34f;
	color: #3a3b5a;
}
.featureList .sidePhoto {
	position: relative;
	text-align: center;
}
.featureList .sidePhoto img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
}

/* 3.13 ERROR 404 PAGE
------------------------------------------------------------ */
body.error {
	background: #3a3b5a;
	color: #fff;
	position: relative;
}
body.error .pageHead {
	margin-top: 30px;
}
body.error .pageHead .inner {
	background: rgba(58, 58, 90, 0.40);
}
.errorMsg .errorType {
	font-size: 200px;
	font-weight: 700px;
	line-height: 1;
}
.errorMsg .iconSad {
	font-size: 180px;
	color: #61627b;
	position: fixed;
	bottom: 0;
	right: 5px;
	z-index: -1;
	line-height: 1;
}
/* ----------------------------------------------------------
END PAGE COMPONENTS
------------------------------------------------------------ */

/*
 5. RESPONSIVE - MEDIA QUERIES ---------------------------- */
@media only screen and (max-width: 992px)  { 
 	/* Header */
	.mastHead {
		height: 120px;
	}
	.navList ul {
		display: none;
	}
	/* Homepage */
	.introSection .introCopy .title {
		font-size: 1.4em;
		margin-bottom: 25px;
	}	
	.introSection .introCopy .description {
		padding: 0 50px 0 25px;
	}
	/* How we work */
	.howWeWork {
		overflow: hidden;
	}
	.howWeWork .sideWrapperDark {
		padding-bottom: 30px;
	}
	.howWeWork .intro {
		text-align: center;
	}
	.howWeWork .sectionTitle .title {
		margin: 0 0 20px 0;
	} 
	.howWeWork .sideWrapperDark::after,
	.howWeWork .sideWrapperDark::before {
		content: "";
		background: #3a3b5a;
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		z-index: -1;
		width: 500%;
		display: block;
	}
	.howWeWork .sideWrapperDark::after {
		right: -500%;
	}
	.howWeWork .row.gutter .item {
		margin-bottom: 4px;
		padding: 35px 60px 25px 80px;
	}
	.howWeWork .intro .button,
	.howWeWork .firstRow {
		margin: 0;
	}
	/* Testimonials */
  	.testimonials .inner,
  	.testimonials .content {
  		padding: 0 40px;
  	}
}

@media only screen and (max-width: 767px)  {
	/* General */
	.sectionBase,
	.homeSlideshow {
		margin-bottom: 50px;
	}
	.xsAlignReset {
		text-align: left;
	}
	.extraHeadBar .social,
	.extraHeadBar .contact {
		text-align: center;
	}
	.sectionTitle .title {
		margin-bottom: 30px;
		font-size: 2em;
	}
	.sideWrapperLight::before,
	.sideWrapperLight::after,
	.sideWrapperDark::before,
	.sideWrapperDark::after {
		display: none;
	}
	/* Icon stats */
	.iconStats .item {
		margin-bottom: 30px;
	}
	/* Features */
	.featureList {
		margin: 50px 0;
	}
	.featureList .sideInfo {
  		margin-top: 30px;
  		margin-bottom: 20px;
  	}
  	.featureList .sidePhoto img {
  		position: static;
  		margin: 0 auto 20px auto;
  	}
	/* Timeline */
	.timeline::before,
	.timelineWrapper::before,
	.timelineWrapper::after {
		left: 20px;
	}
	.timeline .direction-r .pin::after,
	.timeline .direction-l .pin::after {
		right: auto;
		left: -31px;
	}
	.timeline .direction-r .head .label.bottom {
		border-radius: 0 3px 3px 3px;
	}
	.timeline .direction-r .head .label.top {
		border-radius: 3px 3px 3px 0;
	}
	.timeline .direction-r .head .label.bottom::before,
	.timeline .direction-l .head .label.bottom::before,
	.timeline .direction-r .head .label.top::before,
	.timeline .direction-l .head .label.top::before {
		left: -10px;
		border-top: 0 solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #3a3b5a;
		border-left: none;
	}
	.timeline .direction-r .head .label.top::before,
	.timeline .direction-l .head .label.top::before {
		border-top: 10px solid transparent;
		border-right: 10px solid #ffc34f;
		border-bottom: none;
	}
	.timeline .direction-r,
	.timeline .direction-l {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-left: 30px;
	}
	.timeline .info {
		margin: 10px 0 20px 15px;
		text-align: left;
	}
	.timeline .direction-r .head,
	.timeline .direction-l .head {
		position: static;
		text-align: left;
		margin-left: 15px;
	}

	/* Tabs */
	.tabs li.nav,
	.tabs li.nav a {
		float: none;
	}
	.tabs li.nav a {
		margin-bottom: 1px;
	}

	/* Footer */
	footer .social {
		text-align: center;
		margin: 15px 0;
	}
	footer .container {
		padding: 0;
	}
	footer .main {
		padding: 25px 15px;
	}

	.errorMsg .iconSad {
		font-size: 100px;
	}
	/* Portfolio */
	.fullPortfolio {
		padding: 0;
	}
   	.portfolio.isotope .grid-item {
  		width: 100%;
  	}
  	.portfolio.isotope .grid-item img {
  		width: 100%;
  	}
  	/* Testimonials */
  	.testimonials .inner {
  		padding: 40px;
  		position: static;
  		-moz-transform: translateY(0);
  		-webkit-transform: translateY(0);
  		transform: translateY(0);
  		top: 0;
  	}
  	.testimonials .author {
		margin: 15px 0;
	}
  	.testimonials .content {
  		text-align: center;
  		padding-top: 15px;
  	}
  	.testimonials .quote {
  		padding: 20px 0 0 0;
  	}
  	.testimonials .quote .icon {
  		left: 50%;
  		top: -40px;
  		margin-left: -25px;
  	}
  	.testimonials .owl-dots {
  		left: auto;
  		right: 30px;
  		top: -130px;
  	}
  	/* Team */
  	.team .extraPhoto {
  		width: 50%;
  	}
  	.banner p.info {
  		margin-bottom: 15px;
  	}
  	/* Homepage */
  	.introSection .introCopy .description {
		padding: 0 0 15px 0;
	}
	.introSection .sectionTitle .title {
		font-size: 1.4em;
	}	
	#introSlider .glide__arrows {
		-webkit-transform: translate(0, 0);
	    -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	    -o-transform: translate(0, 0);
	    transform: translate(0, 0);
	    top: -40px;
	    left: 0;
	    width: 51px;
	}
	#introSlider .glide__arrows .glide__arrow {
		width: 25px;
		height: 25px;
		padding: 0;
		-webkit-transform: translate(0, 0);
	    -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	    -o-transform: translate(0, 0);
	    transform: translate(0, 0);
	}
	#introSlider li.glide__slide .mask {
  		background: #fff;
  	}
  	/* Blog  */
	.article .base {
		padding-bottom: 10px;
	}
	/* Forms & Contact */
  	.msgForm .add .msg {
		margin-right: 0;
	}
	.comments .thread.nested {
		margin-left: 20px;
	}
	.msgForm  button {
		position: static;
	}
	.companyInfo {
		min-height: 0;
	}
	.wrapMap .info {
		position: static;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 600px) {
	/* Page & /* How we work */section titles */
	.sectionTitle .title {
		margin-bottom: 20px;
		font-size: 1.5em;
	}
	.pageHead {
		width: 100%;
		margin-bottom: 50px;
	}
	.pageHead .inner {
		padding: 20px 0;
	}
	.pageHead .title {
		right: auto;;
		width: auto;
		float: none;
		padding: 15px 20px;
		display: inline-block;
	}
	.pageHead .title h1 {
		font-size: 1.8em;
	}
	/* Homepage */
	.homeSlideshow {
		height: 200px;
	}
	.homeSlideshow #homeSlider {
		width: 100%;

	}
	.homeSlideshow .title {
		padding: 25px;
		text-align: center;
		color: #ffc34f;
		background: none;display:none;
	}

.homeSlideshow .btn {

display:none;

}
	.homeSlideshow .title h1 {
		font-size: 2em;
	}
	.homeSlideshow .sliderCopy .button.dark {
		padding: 8px 15px;
	}
	.homeSlideshow .sliderCopy,
	.homeSlideshow .sliderCopy .description {
		width: 100%;
		right: auto;
		left: auto;
		text-align: center;
	}
	#homeSlider .glide__bullets {
		left: auto;
		width: 100%;
		top: auto;
		bottom: 30px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.sectionBase,
	.homeSlideshow {
		margin-bottom: 35px;
	}
	/* Portfolio */
	.portfolio .mask .info p {
		display: none;
	}
	/* How we work */
	.howWeWork .item .no {
		font-size: 40px;
	}

}
@media only screen and (max-width: 500px) {
	/* Team */
	.team .extraPhoto {
  		width: 100%;
  	}
}