/** 
  *	Flat Qoute
  * Flat Qoute Style2
  * Flat Imagebox
  * Flat Counter
  * Flat Row Title
  * Page Title style2
  * Flat Iconbox Style1
  * Flat Team
  * Flat Callback
  * Flat Lastest News
  * Post
  * Flat Brand
  * Owl-Carousel Custom
  * Flat Testimonial
  * Flat Map
  * BreadCrumb Style2
  * Flat Contact News
  * Main Content
  * Sidebar About
  * Team Member
  * Flat Team Style2
  * Flat Team Style3
  * Member Style2
  * Flat About
  * Flat Imagebox Style1
  * Flat Imagebox Style3
  * Main Services
  * Box Services One Half
  * Accordion Toggle
  * Flat Portfolio
  * Flat Portfolio Style2
  * Flat Portfolio Style3
  * Flat Contact
  * Flat Map 2
  * Flat Contact Style2
  *	Flat Map 3
  * Go Top
  *	Overlay
  * Parallax
*/

/* Flat Quote
---------------------------------------------------------------*/
.flat-qoute {
	background-color: #247abb;
	padding: 30px 0 29px;
}

.flat-qoute.style1 {
	background: #686ab7;
}

.flat-qoute .qoute p {
	float: left;
	color: #ffffff;
	font-size: 22px;
	line-height: 46px;
}

.flat-qoute .qoute a {
    float: right;
    color: #ffffff;
    font-size: 16px;
    padding: 0 35px 0 40px;
    line-height: 44px;
    height: 51px;
    border: 2px solid #ffffff;
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.flat-qoute .qoute a:after {
	content: '';
	position: absolute;
	left: -50%;
	height: 51px;
	top: 0;
	width: 200%;
	z-index: -1;
	background-color: #222222;
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.flat-qoute .qoute a:hover:after {
	transform: skew(-45deg) scaleX(1);
}

/* Flat Qoute Style2
---------------------------------------------------------------*/
.flat-qoute.style2 {
	padding: 19px 0 19px;
}

.flat-qoute.style2 .qoute p {
	font-size: 20px;
	letter-spacing: 0.2px;
	line-height: 50px;
}

.flat-qoute.style2 .qoute a {
	padding: 0 53px 0 52px;
    line-height: 50px;
    height: 52px;

}

/* Flat Imagebox
---------------------------------------------------------------*/
.flat-imagebox {
	padding: 51px 0 52px;
}

/* Imagebox */
.imagebox {
	position: relative;
	overflow: hidden;
}

.imagebox .imagebox-image {
	position: relative;
	overflow: hidden;
}

.imagebox .imagebox-image .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	background-color: rgba(36, 122, 187, 0.5);
}

.imagebox .imagebox-image img,
.imagebox .imagebox-image .overlay {
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.imagebox:hover .imagebox-image .overlay {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

/* Imagebox Style1 */
.imagebox.style1 .imagebox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.imagebox.style1 .imagebox-title a {
    color: #ffffff;
    background-color: #686ab7;
    line-height: 68px;
    width: 66px;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 9;
}

.imagebox.style1 .imagebox-title span {
    display: inline-block;
    color: #ffffff;
    background-color: rgba(44, 57, 76, 0.8);
    line-height: 62px;
    width: 100%;
    height: 65px;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 97px;
}

.imagebox.style1 .imagebox-content {
	position: absolute;
	padding: 30px 30px;
	text-align: left;
	width: 100%;
	height: 100%;
	background-color: rgba(44, 57, 76, 0.8);
	z-index: 99;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	opacity: 0;
	color: #ffffff;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.imagebox.style1:hover .imagebox-content {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.imagebox.style1:hover .imagebox-title {
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
}

.imagebox.style1 .imagebox-content h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
}

.imagebox.style1 .imagebox-content .imagebox-button a {
	color: #686ab7;
	font-weight: 500;
	line-height: 36px;
	display: inline-block;
	margin-top: 46px;
	padding: 0 38px 0 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.imagebox.style1 .imagebox-content .imagebox-button a:after {
	content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    right: 14px;
    font-weight: normal;
    font-size: 12px;
}

.imagebox.style1 .imagebox-content .imagebox-button a:hover {
	color: #222;
}

/* Imagebox Style1 v1 */
.imagebox.style1.v1 .imagebox-content {
	transform: translateY(0%);
	padding: 0;
	color: #333;
	background: transparent;
	opacity: 1;
	visibility: visible;
	position: static;
}

.imagebox.style1.v1 .imagebox-content h3 {
	font-size: 20px;
    margin-top: 29px;
    margin-bottom: 10px;
}

.imagebox.style1.v1 .imagebox-content .imagebox-button a {
	margin-top: 16px;
	font-weight: 600;
}

/* Flat Counter
---------------------------------------------------------------*/
.flat-counter {
	padding: 80px 0;
}

.square .numb-count {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.square .text {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 12px;
}


/* Flat Row Title
---------------------------------------------------------------*/
.flat-row-title h2 {
	position: relative;
	font-size: 32px;
	font-weight: 600;
	color: #222222;
	padding-bottom: 25px;
	margin-bottom: 63px;
}

.flat-row-title h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 50px;
	border-radius: 2px;
	background-image: linear-gradient(135deg,#686ab7 0%,#66bfd7 70%) !important;
}

/* Page Title style2
---------------------------------------------------------------*/
.page-title.style2 .page-title-heading h1 {
	letter-spacing: 0.2px;
}

/* Flat Iconbox Style1
---------------------------------------------------------------*/
.flat-iconbox {
	padding: 94px 0 91px;
}

/* Iconbox */
.iconbox .box-header .iconbox-icon {
	position: relative;
	text-align: center;
	font-size: 30px;
	height: 60px;
	-webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
       -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
           transition: all 0.4s ease-in-out;
}

.iconbox .box-header .iconbox-icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	line-height: 60px;
	height: 60px;
	background-color: #686ab7;
	border-radius: 50%;
	transform: translate(-50%);
}

.iconbox .box-header .iconbox-icon:before {
	content: "\f127";
	font-family: 'Ionicons';
	position: absolute;
	top: 0;
	left: 50%;
	color: #ffffff;
	z-index: 99;
	line-height: 60px;
	transform: translate(-50%);
}

.iconbox .box-header .iconbox-icon.line-chart:before {
	content: "\f262";
}

.iconbox .box-header .iconbox-icon.clock:before {
    content: "\f35a";
}

.iconbox .box-header .iconbox-icon.magic:before {
    content: "\f358";
}

.iconbox .box-header .iconbox-icon.artboard:before {
    content: "\f3c2";
}

.iconbox .box-header .iconbox-icon.global:before {
    content: "\f38c";
}

.iconbox .box-header .iconbox-icon.ion-android-radio-button-on:before {
    content: "\f3a7";
}

.iconbox .box-header .iconbox-icon.ion-wand:before {
    content: "\f358";
}

.iconbox .box-header .iconbox-icon.ion-ios-color-wand:before {
	content: "\f416";
}

.iconbox:hover .box-header .iconbox-icon {
	-webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.iconbox .box-header .box-title h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 19px 0 9px;
}

.iconbox .box-header .box-title h3 a {
	color: #222222;
}

.iconbox .box-header .box-title h3 a:hover {
	color: #686ab7;
}

.iconbox .box-content {
	color: #787878;
	font-size: 13px;
}

.height79 {
	height: 79px;
}

/* Iconbox Style2 */
.iconbox.style2 .box-header .iconbox-icon:before {
    line-height: 50px;
}

.iconbox.style2 .box-header .iconbox-icon:after {
    top: -10px;
    width: 70px;
    line-height: 60px;
    height: 70px;
}

.iconbox.style2.v1 .box-header .iconbox-icon {
	text-align: left;
}

.iconbox.style2.v1 .box-header .iconbox-icon:after {
    top: -10px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    left: 0;
	transform: translateX(0%);
}

.iconbox.style2.v1 .box-header .iconbox-icon:before {
	line-height: 40px;
	left: 30px;
}

.iconbox.style2.v1:hover .box-header .iconbox-icon {
	transform: rotateX(0deg);
}

/* Flat Team
---------------------------------------------------------------*/
.flat-team {
	padding: 98px 0 87px;
}

.flat-team .flat-row-title h2 {
	margin-bottom: 53px;
}

/* Imagebox Style2 */
.imagebox.style2 .imagebox-image {
	position: relative;
	overflow: hidden;
}

.imagebox.style2:hover .imagebox-image img {
	transform: scale(1.1) rotate(-5deg);
}

.imagebox.style2 .imagebox-title {
	position: relative;
	background-color: rgba(242, 242, 242, 0.9);
	margin-top: 10px;
}

.imagebox.style2 .imagebox-title a {
    display: inline-block;
    line-height: 47px;
    font-weight: 600;
    height: 49px;
    color: #343434;
    width: 100%;
    padding-left: 67px;
    background-color: #f2f2f2;
    position: relative;
    letter-spacing: 0.2px;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.imagebox.style2 .imagebox-title a:before {
	content: '\f054';
	font-family: 'fontawesome';
	position: absolute;
	line-height: 53px;
	height: 50px;
	width: 50px;
	left: 0;
	color: #ffffff;
	text-align: center;
	background-color: #686ab7;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.imagebox.style2 .imagebox-title a:hover:before {
	content: '\f053';
	left: calc(100% - 50px);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.imagebox.style2 .imagebox-title a:hover {
	padding-left: 15px;
}

.imagebox.style2 .imagebox-title a:hover:before {
	background-color: #222222;
}

/* Flat Callback
---------------------------------------------------------------*/
.flat-callback {
	background-color: #222222;
	padding: 80px 0 69px;
}

.flat-overlay {
	position: relative;
	z-index: 99;
}

.flat-callback .flat-row-title h2,
.flat-callback .flat-row-title {
	color: #fff;
}

.flat-callback .flat-row-title h2 {
	margin-bottom: 30px;
}

.flat-callback .flat-row-title .title-content {
	font-size: 16px;
}

.flat-overlay .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba( 0, 0, 0, 0.6 );
}

/* CallBack */
.callback h2.callback-title {
	font-size: 35px;
	font-weight: 600;
	color: #ffffff;
	line-height: 45px;
	margin-bottom: 36px;
}

.callback .callback-content p {
	color: #ffffff;
	letter-spacing: 0.2px;
}

/* Flat Callback Form */
.flat-callback-form {
	margin: 40px -10px 30px;
    text-align: center;
}

.flat-callback-form .flat-field .field-one-four {
	display: inline-block;
    width: 22.5%;
    margin-right: 0.5%;
}

.flat-callback-form .flat-field p {
	color: #cccccc;
	margin-bottom: 10px;
}

.flat-callback-form .flat-field .field-one-half.field-select,
.flat-callback-form .flat-field .field-one-half.field-phone {
	padding-right: 8px;
}

.flat-callback-form .flat-field .field-one-half.field-email,
.flat-callback-form .flat-field .field-one-half.field-submit {
	padding-left: 12px;
}

.flat-callback-form .flat-field .field-one-four.field-select select,
.flat-callback-form .flat-field .field-one-four.field-phone input,
.flat-callback-form .flat-field .field-one-four.field-email input {
	background-color: rgba(255,255,255,0.9);
	border-color: #2d2d2d;
	border-radius: 1px;
	height: 51px;
	margin-bottom: 0px;
	z-index: 3;
}

.flat-callback-form .flat-field .field-one-four.field-select select:focus,
.flat-callback-form .flat-field .field-one-four.field-phone input:focus,
.flat-callback-form .flat-field .field-one-four.field-email input:focus {
	border-color: #686ab7;
}

.flat-callback-form .flat-field .field-one-four.field-select {
	position: relative;
}

.flat-callback-form .flat-field .field-one-four.field-select:after {
	content: '';
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #727272;
	top: 23px;
	right: 20px;
}

.flat-callback-form .flat-field .field-submit {
	display: inline-block;
	text-align: left;
}

.flat-callback-form .flat-field .field-submit button {
	border-radius: 2px;
	padding: 0px 28px 0 30px;
    height: 49px;
    line-height: 49px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.flat-callback-form .flat-field .field-submit button:after {
	content: '';
	position: absolute;
	left: -25%;
	height: 50px;
	top: -1px;
	width: 150%;
	z-index: -1;
	background-color: #222222;
	transform:  skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.flat-callback-form .flat-field .field-submit button:hover:after {
	transform: skew(-45deg) scaleX(1);
}

.flat-callback-form .flat-field .field-submit button:hover {
	border-radius: 0px;
}


/* Flat Lastest News
---------------------------------------------------------------*/
.flat-lastest-news {
	padding: 94px 0 84px;
}

.flat-lastest-news .flat-row-title h2 {
	margin-bottom: 44px;
}

/* Post
---------------------------------------------------------------*/
.post .featured-post {
	position: relative;
	margin-bottom: 21px;
}

.post .featured-post ul.post-date {
	background-color: #2e363a;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 30px;
    color: #ffffff;
    z-index: 9;
    margin: 0;
    text-align: center;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.post .featured-post ul.post-date li {
	    font-size: 30px;
    margin-top: 4px;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
}

.post .featured-post ul.post-date li.month {
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.post .featured-post .image-post {
	overflow: hidden;
}

.post .featured-post .image-post img {
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.post:hover .featured-post .image-post img {
	transform: scale(1.2);
}

/* Content Post */
.content-post ul.post-meta li {
	    display: inline-block;
    font-size: 12px;
    color: #999999;
    padding-left: 15px;
    margin-right: 10px;
    position: relative;
}

.content-post ul.post-meta li:before {
	content: "\f3a0";
    font-family: 'Ionicons';
    position: absolute;
    top: -1px;
    left: -2px;
    font-size: 16px;
}

.content-post ul.post-meta li.categories:before {
	content: "\f39c";
}

.content-post ul.post-meta li.comment:before {
	content: "\f3fc";
}

.content-post h4.post-title {
	font-size: 18px;
	font-weight: 600;
	margin: 8px 0 14px 1px;
}

.content-post h4.post-title a {
	color: #333333;
}

.content-post h4.post-title a:hover {
	color: #686ab7;
}

.content-post .entry-post p {
	margin-left: 1px;
}

.content-post .post-button {
	margin-top: 6px;
	margin-left: 3px;
}

.content-post .post-button a {
	color: #686ab7;
	font-weight: 700;
}

.content-post .post-button a:hover {
	color: #222222;
}

/* Flat Brand
---------------------------------------------------------------*/
.flat-brand {
	background-color: #f1f1f1;
	padding: 59px 0;
	line-height: 60px;
}

/* Owl-Carousel Custom
---------------------------------------------------------------*/
.owl-carousel.owl-theme .owl-controls .owl-nav div {
	background: #686ab7;
}
/* Owl Carousel-1 */
.owl-carousel-1 .owl-item li {
	text-align: center;
}

.owl-carousel-1.owl-theme .owl-controls .owl-nav div {
	border: none;
	background-color: transparent!important;
	color: #ccc;
}

.owl-carousel-1 .owl-controls .owl-nav div:hover {
	border: none;
	background-color: transparent;
}

.owl-carousel-1 .owl-controls .owl-nav div.owl-prev {
	left: -60px;
    top: 41%;
}

.owl-carousel-1 .owl-controls .owl-nav div.owl-prev:before {
	content: '\f104';
	font-size: 36px;
	color: #ccc;
}

.owl-carousel-1 .owl-controls .owl-nav div.owl-next {
    right: -60px;
    top: 39%;
}

.owl-carousel-1 .owl-controls .owl-nav div.owl-next:before {
	content: '\f105';
	font-size: 36px;
	color: #ccc;
}

/* Owl Carousel 4 */
.owl-carousel-4 .owl-dots {
	position: absolute;
	top: 140px;
	right: 15px;
}

/* Flat Testimonial
---------------------------------------------------------------*/
.flat-testimonial {
	padding: 97px 0 94px;
	position: relative;
	z-index: 99;
}

.flat-testimonial .testimonial-title h3 {
	font-size: 32px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 2px;
}

/* Testimonial */
.testimonial {
	padding-left: 40px;
}

.testimonial .testimonial-image {
	position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    z-index: 5;
}

.testimonial .testimonial-image img {
	border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.9);
}

.testimonial .testimonial-content {
	box-shadow: 0px 26px 16px 0px rgba(0, 0, 0, 0.27);
    background: rgba(255,255,255,0.9);
    padding-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
	padding: 30px 30px 18px 76px;
	position: relative;
}

.testimonial .testimonial-content:after {
    content: "\f10d";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 20px;
    top: 50%;
    margin-top: -30px;
    right: 0;
    background-image: linear-gradient(135deg, #686ab7 0%, #66bfd7 70%);
    border-radius: 50%;
    position: absolute;
    width: 60px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.testimonial .testimonial-content p {
	font-size: 16px;
    color: #333;
    line-height: 27px;
    font-style: normal;
    margin-bottom: 0;
    
}

.testimonial .testimonial-content .name {
	font-size: 18px;
	margin-top: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #222222;
    font-family: "Poppins", sans-serif;
}

.testimonial .testimonial-content .author {
	padding-left: 75px;
    font-size: 14px;
    line-height: 27px;
    color: #999;
}

/* Flat Map
-------------------------------------------------------------- */
#flat-map {
	width: 100%;
	height: 404px;
}

/* BreadCrumb Style2
-------------------------------------------------------------- */
.page-title ul.breadcrumbs.style2 li a {
	padding: 0 20px 0 0;
}

.page-title ul.breadcrumbs.style2 li a:before {
	right: 4px;
}

/* Flat Contact News
---------------------------------------------------------------*/
.flat-contact-news {
	padding: 90px 0 84px;
}

.flat-contact-news .flat-row-title h2 {
	margin-bottom: 48px;
}


.lastest-news {
	padding-left: 0;
	padding-right: 0;
}

.lastest-news .flat-row-title {
	padding-left: 15px;
}

.lastest-news .post.style2 {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

/* Main Content
---------------------------------------------------------------*/
.main-content {
	padding: 51px 0 67px;
}

/* Sidebar About
---------------------------------------------------------------*/

/* Widget Nav Menu */
.widget-nav-menu {
	margin-bottom: 52px;
}

.widget-nav-menu ul.nav-menu li.menu-item:not(:last-child) {
	margin-bottom: 2px;
}

.widget-nav-menu ul.nav-menu li.menu-item a {
	display: block;
	background-color: #f1f1f1;
	color: #333333;
	font-weight: 500;
	font-size: 13px;
	line-height: 58px;
	padding-left: 25px;
	letter-spacing: 0.7px;
}

.widget-nav-menu ul.nav-menu li.menu-item a:hover,
.widget-nav-menu ul.nav-menu li.menu-item.active a {
	background-color: #686ab7;
	color: #ffffff;
}

/* Widget Brochure Style2 */
.widget-brochure.style2 {
	margin-bottom: 51px;
}

.widget-brochure.style2 .brochure-title {
	letter-spacing: -0.2px;
	margin-top: 1px;
	margin-bottom: 5px;
}

.widget-brochure.style2 .brochure-content {
	margin-bottom: 44px;
}

/* Widget Tetimonial */
.widget-testimonial .testimonial-content {
	color: #606060;
	padding: 18px 25px 51px;
	background-color: #f5f6f7;
	position: relative;
}

.widget-testimonial .testimonial-content:after {
	content: '';
	position: absolute;
    border-left: 25px solid #f5f6f7;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    bottom: -22px;
    left: 39px;

}

.widget-testimonial .testimonial-author {
    margin: 36px 0 40px 24px;
}

.widget-testimonial .testimonial-author .image {
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

.widget-testimonial .testimonial-author .image img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.widget-testimonial .testimonial-author .testimonial-info .name {
	color: #686ab7;
	font-weight: 600;
	line-height: 20px;
	padding-top: 3px;
}

.widget-testimonial .testimonial-author .testimonial-info .option {
	font-size: 12px;
	color: #a9a9a9;
	font-weight: 500;
	line-height: 20px;
}

.widget-testimonial .testimonial-author .testimonial-button a {
	display: inline-block;
	color: #ffffff;
	line-height: 45px;
	background-color: #686ab7;
	font-size: 16px;
	padding: 0 62px;
	font-weight: 500;
	border-radius: 4px;
	text-align: center;
	margin-top: 30px;
	letter-spacing: 0.2px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.widget-testimonial .testimonial-author .testimonial-button a:after {
	content: '';
	position: absolute;
	height: 45px;
	width: 200%;
	left: -50%;
	top: 0;
	z-index: -1;
	background-color: #222222;
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.widget-testimonial .testimonial-author .testimonial-button a:hover:after {
	transform: skew(-45deg) scaleX(1);
}

/* Team Member
---------------------------------------------------------------*/
.team-member {
	padding-left: 30px;
}

/* Member */
.member:not(:last-child) {
	margin-bottom: 114px;
}
.member .member-image {
	float: left;
	margin-right: 30px;
}

.member .member-info .option {
	font-weight: 500;
	color: #999999;
	font-size: 12px;
	line-height: 22px;
}

.member .member-info h4.name {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 12px;
}

.member .member-info .member-desc {
	color: #333333;
	padding-right: 20px;
    letter-spacing: -0.14px;
}

.member .view-member a {
    background-color: #686ab7;
    line-height: 39px;
    padding: 0 28px 0 21px;
    color: #ffffff;
    font-weight: 600;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    margin-top: 27px;
    z-index: 2;
    overflow: hidden;
}

.member .view-member a:before {
	content: '\f054';
	position: absolute;
	font-family: 'fontawesome';
	top: 1px;
	right: 12px;
	font-size: 11px;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.member .view-member a:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	z-index: -1;
	background-color: #222222;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.member .view-member a:hover:after {
	width: 100%;
}

.member .view-member a:hover:before {
	right: 8px;
}

/* Flat Row Title Center */
.flat-row-title.center h2:after {
	left: 50%;
	transform: translateX(-50%);
}

.flat-row-title.center p {
	color: #2e363a;
	font-size: 16px;
	margin-bottom: 62px;
	letter-spacing: -0.16px;
	line-height: 26px;
}

/* Flat Team Style2
---------------------------------------------------------------*/
.flat-team.style2 {
	padding: 82px 0 86px;
}

.flat-team.style2 .flat-row-title h2 {
	margin-bottom: 31px;
}

/* Flat Team Style3
---------------------------------------------------------------*/
.flat-team.style3 {
	padding: 91px 0 93px;
}

/* Member Style2
---------------------------------------------------------------*/
.member.style2 .member-image {
	margin-right: 0;
	float: none;
}

.member.style2 .member-image img {
	width: 100%;
}

.member.style2 .member-info {
	margin-top: 14px;
}

.member.style2 .member-info .option {
	font-weight: 400;
}

.member.style2 .member-info h4.name {
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	letter-spacing: 1.6px;
}

.member.style2 .member-info ul.member-social li {
	display: inline-block;
}

.member.style2 .member-info ul.member-social li a {
	display: inline-block;
	width: 36px;
	line-height: 34px;
	height: 36px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	background-color: #3a6bb1;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.member.style2 .member-info ul.member-social li.twitter a {
	background-color: #0ec8f5;
}

.member.style2 .member-info ul.member-social li.linkedin a {
	background-color: #0094d3;
}

.member.style2 .member-info ul.member-social li.google-plus a {
	background-color: #f2623b;
}

.member.style2 .member-info ul.member-social li a:after {
	content: '';
	position: absolute;
	height: 36px;
	width: 200%;
	left: -50%;
	top: 0;
	z-index: -1;
	background-color: #222222;
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.member.style2 .member-info ul.member-social li a:hover:after {
	transform: skew(-45deg) scaleX(1);
}

/* Flat About
---------------------------------------------------------------*/
.flat-about {
	padding-top: 90px;
}

/* Member Style2 V1 */
.wrap-member {
	margin-right: -10px;
	margin-left: -10px;
	overflow: hidden;
}

.member.style2.v1 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	text-align: center;
	width: 50%;
	float: left;
	position: relative;
}

.member.style2.v1 .member-image {
	position: relative;
}

.member.style2.v1 .member-image:after {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    visibility: visible;
    opacity: 0.8;
    background-image: -webkit-linear-gradient(135deg, #686ab7 0%, #66bfd7 70%);
    background-image: -moz-linear-gradient(135deg, #686ab7 0%, #66bfd7 70%);
    background-image: -ms-linear-gradient(135deg, #686ab7 0%, #66bfd7 70%);
    background-image: -o-linear-gradient(135deg, #686ab7 0%, #66bfd7 70%);
    background-image: linear-gradient(135deg, #686ab7 0%, #66bfd7 70%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.member.style2.v1:hover .member-image:after {
	opacity: 0.8;
	visibility: visible;
}

.member.style2.v1 .member-info {
	position: absolute;
    top: 55%;
    width: 100%;
    opacity: 0;
    left: 0px;
    visibility: hidden;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.member.style2.v1:hover .member-info {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.member.style2.v1 .member-info .option {
	color: #fff;
}

.member.style2.v1 .member-info h4.name {
	color: #fff;
	margin-bottom: 15px;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Wrap About */
.wrap-about .flat-row-title h2 {
	margin-bottom: 20px;
}

.wrap-about .about-content p:not(:last-child) {
	margin-bottom: 20px;
}

/* Progres */
.wrap-about,
.progres {
	padding-left: 70px;
}

.progres {
	padding-top: 80px;
}

.progres .progress-item {
	position: relative;
	margin-bottom: 20px;
}

.progres .progress-item:last-child {
	margin-bottom: 0px;
}

.progres .progress-item .name {
	position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.progres .progress-item .perc {
	text-align: right;
	width: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
       -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
         -o-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
}

.progres .progress-item .perc.show {
    opacity: 1;
    left: 0;
    overflow: visible!important;
}

.progres .progress-item .progres-bar {
	background-color: #fff;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.progres .progress-item .progres-bar .progress-animate {
	background-image: linear-gradient(135deg,#686ab7 0%,#66bfd7 70%);
	height: 10px;
	width: 0;
	border-radius: 5px;
}

/* Flat Imagebox Style1
---------------------------------------------------------------*/
.flat-imagebox.style1 {
	padding: 73px 0 73px;
}

.flat-imagebox.style1 .flat-row-title h2 {
	margin-bottom: 25px;
}

.flat-imagebox.style1 .flat-row-title p {
	padding: 0;
}


/* Flat Imagebox Style3
---------------------------------------------------------------*/
.flat-imagebox.style3 {
	padding: 82px 0 78px;
}

.flat-imagebox.style3 .flat-row-title h2 {
	margin-bottom: 31px;
}

.flat-imagebox.style3 .flat-row-title p {
	letter-spacing: -0.4px;
	margin-bottom: 82px;
}


/* Imagebox Style3 */
.imagebox.style3:hover .imagebox-image img {
	transform: scale(1.1);
}

.imagebox.style3 .imagebox-title h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 27px 0 14px;
}

.imagebox.style3 .imagebox-title a {
	color: #333333;
}

.imagebox.style3 .imagebox-title a:hover {
	color: #686ab7;
}

.imagebox.style3 .imagebox-content {
	color: #333333;
}

.imagebox.style3 .imagebox-button {
	margin-top: 14px;
}

.imagebox.style3 .imagebox-button a {
	color: #686ab7;
	font-weight: 600;
	position: relative;
}

.imagebox.style3 .imagebox-button a:before {
	content: '\f3d1';
	font-family: 'Ionicons';
	position: absolute;
	top: -2px;
    right: -14px;
    font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.imagebox.style3 .imagebox-button a:hover,
.imagebox.style3 .imagebox-button a:hover:before {
	color: #222222;
}

.imagebox.style3 .imagebox-button a:hover:before {
	right: -18px;
}

.height61 {
	height: 61px;
}

/* Main Services
---------------------------------------------------------------*/
.main-services {
	padding: 51px 0 33px;
}

/* Box Services One Half
---------------------------------------------------------------*/
.box-services.one-half {
	width: 50%;
	float: left;
    margin-bottom: 50px;
    margin-top: 8px;
}

.box-services.one-half.second {
	padding-left: 15px;
	padding-right: 30px;
}

/* Inner Box */
.inner-box {
	padding-left: 30px;
	padding-right: 15px;
}

.divider {
	height: 13px;
}

.inner-box h4.box-title {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 9px;
}

.inner-box p {
	color: #666666;
}

/* Flat list */
ul.flat-list {
	padding-left: 30px;
	margin-top: 24px;
	padding-right: 5px;
}

ul.flat-list li {
	padding-left: 25px;
	line-height: 30px;
	color: #666666;
	position: relative;
}

ul.flat-list li:before {
	content: '\f00c';
	font-family: 'fontawesome';
	position: absolute;
	color: #686ab7;
	font-size: 12px;
	top: 2px;
	left: 0;
}

/* Box Image */
.box-image {
	margin-bottom: 80px;
}

.box-image img {
	padding: 0 5px 5px;
	border-bottom: 2px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	border-radius: 3px;
	width: 100%;
}

/* Accordion Toggle
---------------------------------------------------------------*/
.accordion-toggle {
	margin-bottom: 20px;
}

.accordion-toggle .toggle-title {
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 45px;
	padding-left: 47px;
	background-color: #686ab7;
	position: relative;
}

.accordion-toggle .toggle-title:after {
	content: '';
	position: absolute;
	height: 12px;
	width: 2px;
	background-color: #ffffff;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
}

.accordion-toggle .toggle-title:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 12px;
    top: 48%;
    left: 20px;
	background-color: #ffffff;
}

.accordion-toggle .toggle-title.active:after {
	background-color: transparent;
}

.accordion-toggle .toggle-content {
	padding: 13px 20px 14px;
	border: 1px solid #c4c4c4;
}

/* Box Services */
.box-services .inner-box p {
	margin-bottom: 20px;
}


/* Flat Portfolio
---------------------------------------------------------------*/
.flat-portfolio {
	padding: 50px 0 43px;
}

/* Menu Tab */
.menu-tab {
	background-color: #f5f5f5;
	margin-bottom: 41px;
}

.menu-tab li {
	display: inline-block;
	line-height: 61px;
	color: #222222;
	font-weight: 500;
	margin: 0 19px;
	position: relative;
	cursor: pointer;
}

.menu-tab li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #686ab7;
	transform: scale(0);
	-webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
       -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
           transition: all 0.2s ease-in-out;
}

.menu-tab li.active:after,
.menu-tab li:hover:after {
	transform: scale(1);
}

/* Portfolio List */
.portfolio-list {
	margin-left: -15px;
	margin-right: -15px;
}

/* Portfolio item */
.portfolio-item {
	width: 33.333%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}

.portfolio-item .portfolio-image a {
	position: relative;
	display: block;
	height: 100%;
}

.portfolio-item .portfolio-image a:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 50px;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) scale(0);
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.portfolio-item .portfolio-image a:after {
	content: '';
	position: absolute;
	height: 50px;
	width: 1px;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) scale(0);
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-image a:before {
	visibility: visible;
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

.portfolio-item:hover .portfolio-image a:after {
	visibility: visible;
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.portfolio-item .portfolio-image a .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(36, 122, 187, 0.5);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-image a .overlay {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}

.portfolio-item .portfolio-image a img {
	width: 100%;
}

.portfolio-item .portfolio-content .portfolio-title {
	margin: 30px 0 10px;
}

.portfolio-item .portfolio-content .portfolio-title a {
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	letter-spacing: 0.4px;
}

.portfolio-item .portfolio-content ul.categories li {
	display: inline-block;
	letter-spacing: 0.5px;
}

.portfolio-item .portfolio-content ul.categories li a {
	font-weight: 500;
	font-size: 12px;
	color: #666666;
}

.portfolio-item .portfolio-content .portfolio-title a:hover,
.portfolio-item .portfolio-content ul.categories li a:hover {
	color: #686ab7;
}

#loadmore {
	display: inline-block;
	position: absolute;
	bottom: -50px;
	color: #fff;
	background-color: #686ab7;
	height: 50px;
	padding: 0 30px;
	line-height: 52px;
}
/* Load More */
.load-more {
	margin: 33px 0 36px;
}

.load-more a {
    line-height: 48px;
    padding: 0 49px 0 45px;
    height: 49px;
	color: #ffffff;
	background-color: #686ab7;
	border-radius: 5px;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.load-more a:after {
	content: '';
	position: absolute;
	height: 49px;
	width: 200%;
	left: -50%;
	top: 0;
	z-index: -1;
	background-color: #222222;
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.load-more a:hover {
	color: #ffffff;
}

.load-more a:hover:after {
	transform: skew(-45deg) scaleX(1);
}


/* Flat Portfolio Style2
---------------------------------------------------------------*/
.flat-portfolio.style2 {
	padding: 50px 0 29px;
}

/* Portfolio List Style2 */
.portfolio-list.style2 {
	margin-left: -5px;
	margin-right: -5px;
}

/* Imagebox Ipsotope */
.imagebox.ipsotope {
	padding: 0 5px;
	margin-bottom: 49px;
}

/* Flat Portfolio Style3
---------------------------------------------------------------*/
.flat-portfolio.style3 {
	padding: 50px 0 31px;
}

/* Flat Contact
---------------------------------------------------------------*/
.flat-contact {
	padding: 101px 0 119px;
}

/* Contact Info */
.contact-info {
	margin-top: 7px;
}

.contact-info .contact-item {
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.5px;
}

.contact-info .contact-item:not(:last-child) {
	margin-bottom: 43px;
}

.contact-info .contact-item span {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	margin-top: 11px;
	display: block;
	letter-spacing: 0px;
}

/* Contact Form */
.contact-form .wrap-textarea,
.contact-form .wrap-type-input {
	width: 50%;
}

.contact-form .wrap-textarea {
	float: right;
	padding-left: 10px;
}

.contact-form .wrap-textarea textarea {
	height: 288px;
}

.contact-form .wrap-type-input {
	float: left;
	padding-right: 10px;
}

.contact-form .wrap-type-input div input {
	height: 50px;
}

.contact-form .wrap-type-input .input-submit button {
	line-height: 43px;
    letter-spacing: 1.5px;
    font-weight: 500;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.contact-form .wrap-type-input .input-submit button:after {
	content: '';
	position: absolute;
	height: 45px;
	width: 200%;
	left: -50%;
	top: 0;
	z-index: -1;
	background-color: #222222;
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.contact-form .wrap-type-input .input-submit button:hover:after {
	transform: skew(-45deg) scaleX(1);
}

.contact-form .wrap-type-input div input,
.contact-form .wrap-textarea textarea {
	background-color: #f7f7f7;
	border-color: #e6e6e6;
	border-radius: 1px;
}

.contact-form .wrap-type-input div input:focus,
.contact-form .wrap-textarea textarea:focus {
	border-color: #686ab7;
}

.contact-form .wrap-type-input div:not(:last-child) {
	margin-bottom: 30px;
}

.contact-form .wrap-type-input .input-submit a {
	display: block;
    line-height: 43px;
    height: 45px;
	color: #ffffff;
	background-color: #686ab7;
	text-align: center;
	font-weight: 500;
	border-radius: 2px;
	letter-spacing: 1.6px;
}

label.error {
	color: red;
}

/* Flat Map 2
---------------------------------------------------------------*/
#flat-map-2 {
	width: 100%;
}

/* Flat Contact Style2
---------------------------------------------------------------*/
.flat-contact.style2 {
	padding: 82px 0 61px;
}

.flat-contact.style2 .flat-row-title h2 {
	margin-bottom: 31px;
}

.flat-contact.style2 .flat-row-title p {
	letter-spacing: -0.4px;
	margin-bottom: 82px;
}

/* Flat Map 3
---------------------------------------------------------------*/
#flat-map-3 {
	margin-bottom: 41px;
}

/* Go Top
---------------------------------------------------------------*/
.go-top {
	position: fixed !important;
	bottom: 20px;
	right: 20px;
	background-color: rgb(104, 106, 183);
	border-radius: 3px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	font-size: 16px;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transform: translateX(50%);
}

.go-top i {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
}

.go-top:hover {
	background-color: #222222;
	color: #ffffff;
}

.go-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(0%);
}

/* Overlay
---------------------------------------------------------------*/
.overlay-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.3);
}

.overlay-slider2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36, 122, 187, 0.3);
}

/* Parallax
---------------------------------------------------------------*/
.parallax > .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background: rgba(0, 0, 0, 0.5);
}

.parallax > .overlay-blue {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -5;
	background: rgba(36, 122, 187, 0.2);
}

.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 100% 0;
	background-size: cover;
	position: relative;
	z-index: 5;
}

.parallax1 { background-image: url('../images/parallax/01.jpg'); }
.parallax2 { background-image: url('../images/parallax/02.jpg'); }
.parallax3 { background-image: url('../images/parallax/03.png'); }