/*
===========================================================================
 EXCLUSIVE ON themeforest.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Template Name   : Cyberweb - Responsive One Page Multipurpose Template
 Author          : bootWeb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Copyright (c) 2017 - bootWeb - https://themeforest.net/user/bootweb
===========================================================================
*/

/*================================================
            Table of contents  
==================================================
 
1. General
2. Preloader
3. NavBar
4. Home
5. About
6. Statistics
7. Service
8. Skill
9. Skill2
10. Product
11. Key Feature
12. Counter
13. Pricing
14. Team
15. Portfolio
16. FAQ
17. Testimonial
18. Marketing
19. Blog
20. Contact
21. Clients
22. Footer
23. Scroll up
24. Copyright

====================================================
            End table content 
===================================================*/

/*-------------------------------------------------------*/
/* General Styles */
/*-------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden !important;
}
.contrast {
	color: #d59f41;
}
.heading {
	padding: 60px 0px;
	text-align: center;
	overflow: hidden;
}
.heading h1 {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold !important;
}
hr {
	height: 2px !important;
	width: 50px;
	position: relative;
	text-align: center;
	margin: 10px auto;
	background-color: #000;
}
.subtitle {
	text-align: center;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
p{
	font-size: 15px;
	color: #666;
}

/*-------------------------------------------------------*/
/* Preloader */
/*-------------------------------------------------------*/
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 9999999;
}
.preloader .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
}
.spinner {
	margin: 100px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}
.spinner > div {
	background-color: #d59f41;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% { 
			transform: scaleY(1.0);
			-webkit-transform: scaleY(1.0);
	}
}

/*-------------------------------------------------------*/
/* NavBar */
/*-------------------------------------------------------*/
.custom-navbar {
	border: none;
	margin-bottom: 0;
	background-color: transparent;
	padding: 5px 0px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.scroll {
	background-color: #111 !important;
}
.custom-navbar .navbar-brand {
	color: #FFF;
	font-weight: bold;
	font-size: 3rem;
	line-height: 35px;
}
.custom-navbar .nav li a {
	font-size: 14px;
	color: #FFF;
	line-height: 40px;
	padding-right: 0 20px;
	letter-spacing: 1px;
	font-weight: 500;
}
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #d59f41;
}
.custom-navbar .navbar-toggle {
	border: none;
	padding-top: 10px;
}
.custom-navbar .navbar-toggle {
	background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
	background: #d59f41;
	border-color: transparent;
}

/*-------------------------------------------------------*/
/* Home */
/*-------------------------------------------------------*/
#home {
	position: relative;
}
.slide-1 {
	background: url(../images/home1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.slide-2 {
	background: url(../images/home2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.slide-3 {
	background: url(../images/home3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.single-slider {
	position: relative;
	z-index: 1;
	height: 100vh !important;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.controller {
	background: transparent;
	color: #fff;
	border: 2px solid #d59f41;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 48px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}
.controller:hover {
	background-color: #d59f41;
	border: 2px solid transparent;
	transition: .5s;
}
.controller:focus,
.controller:hover {
	color: #fff;
}
.left.controller {
	left: 30px;
}
.right.controller {
	right: 30px;
}
.carousel-indicators li {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
}
.carousel-indicators li.active {
	background-color: #d59f41;
	border-color: #d59f41;
}
.carousel-indicators li:hover {
	background-color: #d59f41;
	border-color: #d59f41;
}
#home .text {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	top: 35%;
}
#home .contact-btn {
	color: #fff;
	border: 2px solid #d59f41;
	font-size: 20px;
	padding: 8px 30px;
	border-radius: 30px;
	margin-top: 15px;
}
#home .contact-btn:hover {
	color: #fff;
	background-color: #d59f41;
	transition: .5s;
}
#home h1,
#home h3 {
	font-family: 'Roboto', sans-serif;
}

/*-------------------------------------------------------*/
/* About */
/*-------------------------------------------------------*/
#about {
	background-color: #f5f5f5;
}
#about h3 {
	text-align: center;
}
#about img {
	max-height: 450px;
	margin: auto;
	margin-bottom: 60px;
	box-shadow: 0 0 20px #ddd;
	-webkit-box-shadow: 0 0 20px #ddd;
	-moz-box-shadow: 0 0 20px #ddd;
}
#about p {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding-top: 15px;
}
.seework-btn {  
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	margin: 30px 0px 0px 0px;
	color: #fff;
	background-color: #d59f41;
}
.seework-btn:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/*-------------------------------------------------------*/
/* Statistics */
/*-------------------------------------------------------*/
#statistics h3 {
	text-align: center;
}
#statistics img {
	max-height: 450px;
	margin: auto;
	margin-bottom: 60px;
}
#statistics p {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding-top: 15px;
}
.mb-60 {
	margin-bottom: 60px;
}

/*-------------------------------------------------------*/
/* Service */
/*-------------------------------------------------------*/
#service {
	background-color: #f5f5f5;
}
#service .back img {
	height: 45px;
	margin: auto;
}
#service .subtitle {
	margin: 15px 0px 10px 0px;
}
#service p {
	font-size: 16px;
}
#service .fa {
	color: #fff;
	background-color: #a9a9a9;
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 50%;
	line-height: 60px;
}
#service .back {
	position: relative;
	background-color: #fff;
	padding: 30px 15px;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	min-height: 260px;
}
.space {
	padding-bottom: 60px;
}
#service .back:hover {
	cursor: pointer;
	box-shadow: 0px 0px 10px #d59f41;
}
#service .back:hover .fa {
	background-color: #d59f41;
}

/*-------------------------------------------------------*/
/* Skill */
/*-------------------------------------------------------*/
#skill {
	position: relative;
	background: #f5f5f5 url("../images/fact.jpg") no-repeat fixed center top / cover ;
	padding-top: 100px;
	padding-bottom: 40px;
}
#skill h3 {
	margin-top: 0px;
	font-weight: bold;
	color: #fff;
}
.percent-skill {
	margin-bottom: 60px;
}

/*-------------------------------------------------------*/
/* Skill2 */
/*-------------------------------------------------------*/
#skill2 {
	background-color: #f5f5f5;
}
.skill-bar {
	width: 100%;
	height: 8px;
	background-color: #111;
	border-radius: 5px;
}
.skill-bar-overlay {
	height: 8px;
	background-color: #0088cc;
	width: 20%;
}
.single-skill {
	position: relative;
	margin-bottom: 60px;
}
.single-skill p {
	font-size: 16px;
	font-weight: 500;
}
.single-skill span {
	position: absolute;
	top: 0;
	left: 20%;
	font-size: 16px;
	color: #322C2C;
	font-weight: 500;
	opacity: 0;
}
.single-skill span.show {
	text-align: right;
	opacity: 1;
}

/*-------------------------------------------------------*/
/* Products */
/*-------------------------------------------------------*/
#product {
	background-color: #fff;
}
#product .single-product {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
	padding: 20px;
	margin-bottom: 60px;
	min-height: 240px;
}
#product .frame {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#product .subtitle {
	margin-top: 20px;
}
#product .single-product img {
	margin: auto;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
#product .single-product img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

/*-------------------------------------------------------*/
/* Key Feature */
/*-------------------------------------------------------*/
#feature {
	background-color: #f5f5f5;
	padding-bottom: 60px;
}
#feature .fa {
	color: #d59f41;
	border-radius: 50%;
	padding: 8px;
	margin-right: 10px;
	box-shadow: 0 7px 16px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 7px 16px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 7px 16px 0 rgba(0,0,0,0.2);
}
#feature span {
	font-size: 20px;
	padding: 4px 0px 0px 10px;
	font-weight: bold;
}
#feature .subtitle {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#feature .subtitle span {
	font-size: 14px;
	color: #666;
	font-weight: 400;
}

/*-------------------------------------------------------*/
/* Counter */
/*-------------------------------------------------------*/
#counter {
	position: relative;
	height: auto;
	padding-top: 100px;
	padding-bottom: 40px;
	background: #f5f5f5 url(../images/fact.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#counter .single-counter {
	margin-bottom: 60px;
	text-align: center;
	color: #fff;
}

/*-------------------------------------------------------*/
/* Pricing */
/*-------------------------------------------------------*/
#price {
	background-color: #fff;
}
#price .single-price {
	padding: 40px 10px;
	margin-bottom: 60px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}
#price .highlight {
	padding: 40px 10px;
	margin-bottom: 60px;
	background-color: #d59f41;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}
#price .highlight h1 {
	color: #fff;
	text-align: center;
	font-size: 50px;
}
#price .highlight h3 {
	color: #fff;
	text-align: center;
}
#price .highlight .content {
	border: 1.5px solid #fff;
	margin: 20px 10px;
	text-align: center;
}
#price .highlight .content h4 {
	color: #fff;
	padding-bottom: 12px;
	border-bottom: 1.5px solid #fff;
}
#price .highlight .content h4:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
#price .highlight .content h4 .right {
	padding-left: 20px;
}
#price .single-price h1 {
	text-align: center;
	font-size: 50px;
}
#price .single-price h3 {
	text-align: center;
}
#price .content {
	border: 1.5px solid #bbb;
	margin: 20px 10px;
	text-align: center;
}
#price .content h4 {
	padding-bottom: 12px;
	border-bottom: 1.5px solid #bbb;
}
#price .content h4:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
#price .content h4 .right {
	padding-left: 20px;
}

/*-------------------------------------------------------*/
/* Team */
/*-------------------------------------------------------*/
#team {
	background-color: #f5f5f5;
	padding-bottom: 60px;
}
#team .single-team {
	padding: 40px 10px 20px 10px; 
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}
#team img {
	width: 200px;
	margin: auto;
}
#team .subtitle {
	margin-top: 20px;
}
#team p.designation {
	font-style: italic;
	font-size: 15px;
	text-align: center;
	color: #d59f41;
}
#team p.description {
	text-align: left;
	font-size: 15px;
	padding: 0px 20px;
}
#team .team-btn {
	background-color: #d59f41;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#team .team-btn:hover {
	opacity: 0.8;
	text-decoration: none;
}
#team .data {
	border: 1.5px solid #bbb;
	margin: 20px 10px;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px; 
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; 
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; 
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #d59f41;
}

/*-------------------------------------------------------*/
/* Portfolio */
/*-------------------------------------------------------*/
#portfolio {
	background-color: #fff;
}
#portfolio .active {
	background-color: #d59f41;
	color: #fff;
}
#portfolio .mix {
	display: none;
}
#portfolio ul.work-list {
	list-style: outside none none;
	margin-bottom: 60px;
	padding: 0;
}
#portfolio ul.work-list li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.row.no-gutter [class*="col-"]{
	margin: 0;
	padding: 0;
}
ul.da-thumbs {
	list-style-type: none;
	padding: 0;
} 
.da-thumbs li {
	position: relative;
}
.da-thumbs li,
.da-thumbs li img {
	display: block;
	position: relative;
}
.da-thumbs li {
	overflow: hidden;
}
.da-thumbs li div.work-content {
	position: absolute;
	text-align: center;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	color: #fff;
}
#portfolio .work-table {
	display: table;
	width: 100%;
	height: 100%;
}
#portfolio .table-cell {
	display: table-cell;
	vertical-align: middle;
}
#portfolio .work-content h3 {
	margin-top: 0;
}
#portfolio .work-content p {
	color: #fff;
	font-size: 16px;
	padding: 0px 20px;
}
#portfolio .work-content .fa {
	padding: 10px;
	margin: 0px 5px;
	color: #fff;
	background-color: #d59f41;
}

/*-------------------------------------------------------*/
/* FAQ */
/*-------------------------------------------------------*/
#faq {
	padding-bottom: 60px;
	background-color: #f5f5f5;
}
.panel-group {
	margin-bottom: 0; 
}
.panel {
	border: none;
	border-left: 4px solid #d59f41;
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}
.panel:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}
.panel-group .panel + .panel {
	margin-top: 15px; 
}
.panel-heading {
	padding: 0; 
}
.panel-heading a {
	padding: 18px 68px 10px 15px;
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 500;
}
.panel-heading a:hover {
	text-decoration: none;
}
.panel-heading a.collapsed {
	padding: 18px 68px 18px 15px; 
}
.panel-heading a.collapsed .fa-arrow-up {
	display: none; 
}
.panel-heading a.collapsed .fa-arrow-down {
	display: block;
}
.panel-heading a .fa {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #d59f41; 
}
.panel-heading a .fa-arrow-down {
	display: none; 
}
.panel-body {
	border: none !important;
	padding: 0 68px 36px 15px; 
}

/*-------------------------------------------------------*/
/* Testimonial */
/*-------------------------------------------------------*/
#testimonial {
	padding-bottom: 60px;
}
.single-testimonial {
	position: relative;
	padding: 15px 20px;
	border: 1.5px solid #bbb;
}
.t-image {
	position: absolute;
	left: 20px;
	top: 20px;
}
.single-testimonial .t-image img {
	max-width: 90px;
	height: 90px;
}
.t-name {
	position: absolute;
	left: 130px;
	padding: 13px 0px;
}
.single-testimonial p.comp {
	font-style: italic;
	color: #d59f41;
	font-size: 14px;
}
.t-content {
	margin-top: 110px;
}
.single-testimonial p.description {
	text-align: left;
	font-size: 15px;
}

/*-------------------------------------------------------*/
/* Marketing */
/*-------------------------------------------------------*/
#marketing {
	background: url(../images/parallax.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 100px 0px;
	color: #fff;
}
#marketing h3 {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	line-height: 1.5;
}

#call-to-atn {
	background: #222;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 40px 0px;
	color: #fff;
}
#call-to-atn {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	line-height: 1.5;
}

/*-------------------------------------------------------*/
/* Blog */
/*-------------------------------------------------------*/
#blog {
	background-color: #fff;
}
#blog .single-blog {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
	margin-bottom: 60px;
	padding: 20px 20px 30px 20px;
}
#blog .subtitle {
	margin-top: 20px;
}
#blog img {
	margin: auto;
}
#blog p {
	text-align: left;
	padding-bottom: 10px;
}
#blog .blog-btn {
	font-size: 15px;
	padding: 9px 18px;
	color: #fff;
	background-color: #d59f41;
}
#blog .blog-btn:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

/*-------------------------------------------------------*/
/* Contact */
/*-------------------------------------------------------*/
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
#contact {
	background-color: #f5f5f5;
}
#contact p {
	text-align: left;
}
.contact-text {
	background-color: #fff;
	border: 1px solid #bbb;
	color: #111;
	font-size: 14px;
	height: 45px;
	width: 100%;
	padding-left: 20px;
}
.contact-message {
	background-color: #fff;
	border: 1px solid #bbb;
	color: #111;
	font-size: 14px;
	height: 150px;
	width: 100%;
	padding: 14px 20px;
}
#contact .send-btn {
	background-color: #d59f41;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 24px;
	border: none;
	float: left;
	margin-bottom: 30px;
}
#contact .send-btn:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
#contact .fa {
	background-color: #d59f41;
	color: #fff;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
}   
#contact span {
	color: #000;
	font-weight: 500;
	padding-left: 10px;
}
#contact .sep {
	border-bottom: 1.5px solid #bbb;
}
#map {
	width: 100%;
	height: 500px;
	margin-top: 60px;
} 

/*-------------------------------------------------------*/
/* Clients */
/*-------------------------------------------------------*/
#partners {
	background-color: #fff;
	padding: 60px 20px;
}
#partners img {
	max-width: 110px;
	margin: auto;
}

/*-------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------*/
footer {
	background: #222;
	height: auto;
	width: 100%;
	padding-top: 60px;
}
footer a,
footer h3,
footer h4 {
	color: #E5E5E5;
}
footer h3 {
	font-family: 'Roboto', sans-serif;
}
footer a:hover {
	color: #d59f41;
	text-decoration: none;
}
footer p {
	text-align: left;
	color: #bbb;
}
footer p span {
	color: #E5E5E5;
}
.single-footer {
	padding-bottom: 60px;
}
footer .fa {
	color: #d59f41;
	margin-right: 8px;
}
footer .fa-facebook {
	background-color: #3B5998;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
}
footer .fa-twitter {
	background-color: #00ACEE;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
}
footer .fa-linkedin {
	background-color: #007bb6;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
}
footer .fa-youtube {
	background-color: #b31217;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
}
footer .fa-instagram {
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
}
footer .fa-pinterest {
	background-color: #C8232C;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
}
footer .fa-flickr {
	background-color: #FF0084;
}
.facebook-tooltip, .twitter-tooltip, .linkedin-tooltip, .instagram-tooltip, .youtube-tooltip, .pinterest-tooltip {
	position: relative;
}
.facebook-text, .twitter-text, .linkedin-text, .instagram-text, .youtube-text, .pinterest-text {
	visibility: hidden;
	background-color: #fff;
	color: #000;
	font-size: 11px;
	padding: 0px 5px;
	position: absolute;
	top: 160%;
	left: 0%;
}
.facebook-tooltip:hover .facebook-text {
	visibility: visible;
}
.twitter-tooltip:hover .twitter-text {
	visibility: visible;
}
.google-tooltip:hover .google-text {
	visibility: visible;
}
.linkedin-tooltip:hover .linkedin-text {
	visibility: visible;
}
.instagram-tooltip:hover .instagram-text {
	visibility: visible;
}
.youtube-tooltip:hover .youtube-text {
	visibility: visible;
}
.pinterest-tooltip:hover .pinterest-text {
	visibility: visible;
}
.news-btn {
	background-color: #d59f41;
	color: #fff;
}
.news-btn:hover {
	opacity: 0.8;
	color: #fff;
}

/*-------------------------------------------------------*/
/* Scroll up */
/*-------------------------------------------------------*/
#scroll-up {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-color: #a9a9a9; 
	border-radius: 4px;
	width: 40px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	z-index: 9;
}
#scroll-up:hover {
	background-color: #d59f41; 
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	transition: all 500ms linear;
}

/*-------------------------------------------------------*/
/* Copyright */
/*-------------------------------------------------------*/
.copyright {
	background-color: #111;
	padding: 20px 0px;
	text-align: center;
}
.copyright p {
	color: #bbb;
}

.navbar-brand>img {
    width: 150px;
}

.navbar-brand {
    width: 50%;
}

.scroll .navbar-brand>img {
	width: 100px;
	margin-top: -15px;
}
@media screen and (min-width:768px) {
    .navbar-right {
/*         margin-top: -25px; */
/*         margin-bottom: 20px; */
    }
}

@media screen and (max-width:767px) {
    .custom-navbar .navbar-brand {
        width: 50%;
        margin-top: -10px;
    }
    .navbar-toggle {
        margin-right: 30px;
    }
}

.gallery img {
	width: 100%;
	margin-bottom: 15px;
}