/*==============================================================================

	Author Name		:	Fullstackdev
	Product Name    :	Tichki - Onepage Creative Business Template
	File Name   	:   style.css

--------------------------------------------------------------------------------
	CSS Contents
--------------------------------------------------------------------------------


	01. Basic general syltes 

	02. Global style

	03. Header

	04. About Us

	05. Services

	06. team

	07. Call to action

	08. Fun facts
	 
	09. Portfolio

	10. Testimonial

	11. Pricing Table
	
	12. Blog news

	13. Contact Us

	14. Footer

	15. Responsive



================================================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01. Basic general syltes
* ----------------------------------------------------------------------------------------
*/
div a {
	display: none;
}
.work-popup {
	display: block;
}
.text-muted a {
	display: block;
}
.single-testimonial div a {
	display: block;
	color: #e073ab;
}
.single-testimonial div a:hover {
	color: #e073ab;
}
@font-face {
	font-family: BebasNeueLight;
	/*src: url(../fonts/BebasNeueLight.otf);*/
	src: url(../fonts/IstokWeb-Regular.ttf);
}
@font-face {
	font-family: BebasNeueBold;
	/*src: url(../fonts/BebasNeueBold.otf);*/
	src: url(../fonts/IstokWeb-Bold.ttf);
}
@font-face {
	font-family: 'Roboto Medium';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Roboto-Medium.woff') format('woff'),
	url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  height: 100%;
  font-family: 'Lato', sans-serif;
  background: #fff;
  color: #666;
}

html,
body {
  height: 100%;
}

h1,
h2   {
	font-family: BebasNeueBold, sans-serif  
  }

h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
;
a {
  text-decoration: none;
  transition: all 0.2s;
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  line-height: 32px;
  font-family: 'Roboto Medium' !important;
  letter-spacing: 0px !important;
}

ul,
li {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}
.btn_send {
	color: #fff;
	background: #da251d;
	text-transform: uppercase;
	padding: 10px 40px;
	margin: 20px 0;
}
.btn_send:hover {
	color: #fff;
	background: #c51e16;
}
/*
* ----------------------------------------------------------------------------------------
* 02. Global style
* ----------------------------------------------------------------------------------------
*/
.no-padding {
  padding: 0;
}

.section-padding {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 30px;
  text-align: center;
}

.section-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.section-title h2 {
  font-size: 36px;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 400;
  position: relative;
  margin-top: 0;
  color: #da251d;
}
/*
.section-title h2:before {
  position: absolute;
  left: 50%;
  top: 50px;
  height: 5px;
  width: 70px;
  background: #000;
  content: "";
  z-index: 1;
  margin-left: -35px;
}
*/
.section-title p {
  font-weight: 300;
}

.white-title {
  color: #fff;
}

a.read-more {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  border: 1px solid #e073ab;
  text-transform: uppercase;
  font-size: 12px;
  background: #e073ab;
}

a.read-more:hover {
  color: #333;
  transition: .3s;
  border: 1px solid #e073ab;
  background: transparent;
}

.scrollup {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 42px;
  cursor: pointer;
  display: none;
  z-index: 2;
  background: #e073ab;
}

.scrollup:hover {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-out;
}

/*
* ----------------------------------------------------------------------------------------
* 03. Header
* ----------------------------------------------------------------------------------------
*/
.welcome-area {
  height: 100%;
}

.welcome-image-area {
  position: relative;
  height: 100%;
  background: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: 1;
}

.welcome-image-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.header-text {
  margin-top: 60px;
}
.header-text img {
	max-width: 300px;
}

.header-text h2 {
  color: #fff;
  font-size: 80px;
  letter-spacing: 5px;
  margin: 0;
  font-weight: 300;
}

.header-text p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.header-top-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s ease-out;
  background: #00000042;
  
}

.logo {
  padding-top: 18px;
  transition: all 0.3s ease-out;
  display: none;
}

.logo a {
  font-size: 16px;
  color: #fff;
  display: flex !important;
}

.logo a p:last-of-type {
	padding-left: 20px;
}

.logo img {
  width: 40px;
  height: 34px;
}
.mainmenu .navbar-nav li span {
  color: #f3190f;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
padding: 28px 15px;
display: block;
}
.mainmenu .navbar-nav li a {
  color: #f3190f;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 30px 15px;
  transition: .3s;
}

.mainmenu .navbar-nav li a:hover {
  background: none;
  color: #fff;
  transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
  background: none;
  color: #fff;
  transition: all 0.3s ease-out;
}

.navbar {
  margin: 0;
}

.menu-bg {
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.52);
}

.menu-bg .logo {
  padding: 10px 0;
  transition: all 0.3s ease-out;
  color: #fff;
  display: block;
}

.menu-bg .logo a {
  color: #fff;
}

.menu-bg .mainmenu .navbar-nav li a {
  color: #fff;
  padding: 20px 15px;
  transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
  color: #fff;
}

a.slide-btn {
  margin: 0px 5px;
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 12px;
  background: #e073ab;
  border: 1px solid #e073ab;
}

a.slide-btn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #e073ab;
  transition: .3s;
}

/*
* ----------------------------------------------------------------------------------------
* HOMEPAGE SLIDER BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
  height: 100%;
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
  height: auto;
}

.single-slide-item-table {
  display: table;
  width: 100%;
}

.single-slide-item-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.single-slide-item {
  position: relative;
  z-index: 1;
}

.single-slide-item:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.slide-1 {
  background: url(http://placehold.it/1280x857) scroll 0 0;
  background-size: cover;
}

.slide-2 {
  background: url(http://placehold.it/1280x857) scroll 0 0;
  background-size: cover;
}

.slide-3 {
  background: url(http://placehold.it/1280x857) scroll 0 0;
  background-size: cover;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.welcome-video-area {
  position: relative;
  height: 100%;
  background-size: cover;
  z-index: 1;
  background-position: center center;
}

.welcome-video-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*
* ----------------------------------------------------------------------------------------
* 04. About Us
* ----------------------------------------------------------------------------------------
*/
#about h1 {
	color: #da251d;
}

.about-image,
.about-video {
  margin-top: 30px;
  padding: 10px;
}

.about-text {
  margin-top: 30px;
}

.about-text h2 {
  margin-bottom: 18px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900;
}

.about-text h2 span {
  color: #fff;
}

.about-text p {
  margin-bottom: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 05. Services
* ----------------------------------------------------------------------------------------
*/
.service-area {
  background: #ECECEC;
}

.single-service {
  padding-right: 30px;
  margin-top: 30px;
  transition: all 0.4s ease-out;
  color: #333;
}

.single-service h4 {
  font-size: 12px;
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.single-service i {
  color: #e073ab;
  font-size: 45px;
}

.single-service p {
  margin-top: 20px;
  margin-bottom: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 06. team
* ----------------------------------------------------------------------------------------
*/
.single-team {
  margin-top: 30px;
}

.single-team img {
  width: 100%;
}

.single-team h4 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.team-description {
  margin-top: 15px;
}

.team-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.team-social ul li {
  display: inline-block;
  margin-right: 5px;
}

.team-social ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  background: #e073ab;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #e073ab;
  padding-left: 1px;
}

.team-social ul li a:hover {
  color: #333;
  border: 1px solid #e073ab;
  background: transparent;
}

/*
* ----------------------------------------------------------------------------------------
* 07. Call to action
* ----------------------------------------------------------------------------------------
*/
.call-to-action-area {
  padding: 130px 0px;
  background: url(../img/points.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  background-position: center;
}

.call-to-action-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.call-to-action-area h2 {
  color: #fff;
}

.call-to-action-area p {
  color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 08. Fun facts
* ----------------------------------------------------------------------------------------
*/
.complete-project-area {
  padding: 130px 0px;
  background: url(../img/advantages_1.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  background-position: center;
}
.complete-project-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.complete-project-area h2 {
  font-size: 36px;
  margin: 20px 0px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding-bottom: 26px;
}
.single-project-complete {
  color: #fff;
}

.single-project-complete i {
  font-size: 50px;
}

.single-project-complete h2 {
  font-size: 60px;
  margin: 20px 0px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.single-project-complete h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 10px 0;
}
.single-project-complete p {
	line-height: 16px;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
}

/*
* ----------------------------------------------------------------------------------------
* 09. Portfolio
* ----------------------------------------------------------------------------------------
*/
.work-inner .mix {
  display: none;
}

ul.work {
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-left: 8px;
  text-align: left;
}

ul.work li {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 3px;
}

ul.work li:hover {
  color: #e073ab;
  border: none;
  transition: .3s;
}

ul.work li.active {
  border: none;
  color: #e073ab;
}

.work .item {
  margin-top: 30px;
  position: relative;
  transition: .3s;
}

.item-overlay {
  position: absolute;
  left: 10%;
  top: 10%;
  height: 80%;
  width: 80%;
  opacity: 0;
  transition: .3s;
}

.item-overlay i {
  position: absolute;
  font-size: 36px;
  color: #fff;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
}

.work .item img {
  width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
}
.work .item img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(%);
	-o-filter: grayscale(0%);
	filter: none;
}
.work .item:hover .item-overlay {
  opacity: 1;
  transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 11. Pricing Table
* ----------------------------------------------------------------------------------------
*/
.pricing-box {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-top: 30px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  transition: .3s;
}

.pricing-box:hover {
  border: 1px solid #e073ab;
  transition: .3s;
}

.pricing-box.price-active {
  border: 1px solid #e073ab;
  margin-top: 18px;
}

.pricing-header .plan-title h4 {
  font-size: 12px;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #e073ab;
  padding: 20px 0px;
  color: #fff;
}

.pricing-header .plan-price {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  color: #000;
  font-weight: 900;
}

.plan-features {
  margin-top: 40px;
}

.plan-features li {
  margin: 8px 0;
  padding-bottom: 15px;
}

/*
* ----------------------------------------------------------------------------------------
* 12. Blog news
* ----------------------------------------------------------------------------------------
*/
.blog-area {
  background: #ECECEC;
}

.single-blog {
  margin-top: 30px;
}

.single-blog h4 {
  margin-top: 0px;
  padding: 18px 20px;
  text-transform: uppercase;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.blog-description {
  background: #e073ab;
}

.blog-description h4:hover {
  color: #333;
  transition: .3s;
}

/*
* ----------------------------------------------------------------------------------------
* 13. Contact Us
* ----------------------------------------------------------------------------------------
*/
.contact-details-area {
	padding-top: 30px;
}
.single-contact-details {

}

.single-contact-details h4 {
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}

/*
* ----------------------------------------------------------------------------------------
* OBOUT
* ----------------------------------------------------------------------------------------
*/
.about-project-area {
  padding: 100px 0px 80px 0;
  background: url(../img/advantages_1.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  background-position: center;
}
.about-project-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.about-project-area h2 {
  font-size: 36px;
  margin: 20px 0px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding: 45px 0 20px 0;
 }
 
 .about-project-area2 {
  padding: 100px 0px;
  background: url(../img/about_area2.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  background-position: center;
}
.about-project-area2:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.about-project-area2 p {
  font-size: 24px;
  margin: 20px 0px;
  font-weight: 400;
  text-align: center;
  color: #fff !important;
  padding: 45px 0 20px 0;
 }
.about-img1 {
	background: url(../img/about_1.jpg) center center;
 }
 .about-img2 {
	background: url(../img/about_2_1.jpg) center center;
 }
.about-img3 {
	background: url(../img/about_3.jpg) center center;
 }
 
.list-rectangle {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-rectangle>li {
  position: relative;
  display: block;
  margin-bottom: .25rem;
  padding: .325rem .825rem .325rem 1.325rem;
  color: #fff;
  background: #da251d;
  		transition: all 0.2s linear 0s;
		-webkit-transition: all 0.2s linear 0s;
		-moz-transition: all 0.2s linear 0s;
}
.list-rectangle>li:hover {
	background: #bf170f;
}
.list-rectangle>li:last-child {
  margin-bottom: 0;
}
.list-rectangle>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.5rem;
  background: #f36660;
}

.return-doc {
	text-align: center;
}
.return-doc i {
	color: #da251d;
	font-size: 50px;
}

/*
* ----------------------------------------------------------------------------------------
* Customers PAGE
* ----------------------------------------------------------------------------------------
*/
.perevozki {
	text-align: center;
}
.perevozki img {
	max-width: 300px;
}
.perevozki a {
	display: block;
	color: #da251d;
}
.perevozki a:hover {
	color: #da251d;
}
.customers-logo {
	
}
.customers-logo img{
	max-height: 100px;
	width: auto;
	padding-top: 25px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;	
}
	.customers-logo img:hover {
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(%);
		-o-filter: grayscale(0%);
		filter: none;
	}
/*
* ----------------------------------------------------------------------------------------
* Carrier PAGE
* ----------------------------------------------------------------------------------------
*/	
.carrier h2 {
	text-align: center;
}

.advantages_work h3 {
	color: #777 !important;
}
.advantages_work i {
	color: #da251d;
	font-size: 50px;
}
	
/*
* ----------------------------------------------------------------------------------------
* ALL PAGES
* ----------------------------------------------------------------------------------------
*/
#main_all_pages h3 {
	color: #da251d;
	margin-bottom: 18px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 900;
	font-family: BebasNeueBold, sans-serif;
}
.img_area {
	background-size: cover;
	position: relative;
	min-height: 300px;
}


/*
* ----------------------------------------------------------------------------------------
* 14. Footer
* ----------------------------------------------------------------------------------------
*/

.footer-area  {
  padding: 100px 0px;
  background: url(../img/points.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  background-position: center;
  color: #fff;
}

.footer-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
} 

.footer-text p {
  color: #fff;
  font-size: 20px;
}
.footer-text a {
	display: block;
	color: #fff;
}
.footer-text i {
	font-size: 32px;
	padding-right: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 15. Responsive
* ----------------------------------------------------------------------------------------
*/
/* Medium Layout: 1280px. */
/* Tablet Layout: 768px. */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .mainmenu .navbar-nav li a {
    padding: 30px 11px;
    font-size: 12px;
  }
  .menu-bg .mainmenu .navbar-nav li a {
    padding: 30px 11px;
    font-size: 12px;
  }
  .logo {
    text-align: center;
  }
  .single-blog img {
    width: 100%;
  }
  .pricing-box {
    margin-top: 30px;
  }
  .project-idea h2,
  .project-idea p {
    font-size: 22px;
  }
  .single-project-complete {
    margin-top: 30px;
  }
.header-top-area .container {
	width: 100% !important;
}

  }

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .navbar-toggle .icon-bar {
    background: #f8f8f8;
  }
  .menu-bg .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-toggle {
    margin-right: 0px;
    margin-top: -30px;
  }
  .navbar {
    min-height: 0px;
  }
  .mainmenu .navbar-nav li a {
    padding: 11px 15px;
  }
  .mainmenu .navbar-nav li a:hover {
    color: #fff;
  }
  .menu-bg .mainmenu .navbar-nav li a:hover {
    color: #fff;
  }
  .menu-bg .mainmenu .navbar-nav li a {
    padding: 11px 15px;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 420px;
  }
  .navbar-toggle {
    margin-top: -44px;
  }
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
  }
  .welcome-image-area,
  .welcome-video-area {
    padding-top: 120px;
  }
  .welcome-image-area h2,
  .single-slide-item h2,
  .welcome-video-area h2 {
    font-size: 40px;
  }
  a.slide-btn {
    font-size: 14px;
    padding: 5px;
    width: 140px;
    margin-bottom: 5px;
  }
  .section-title h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .footer-social-link {
    text-align: left;
    margin-top: 20px;
  }
  .pricing-box {
    margin-top: 30px;
  }
  .single-testimonial {
    padding: 0;
  }
  .video-area-text {
    margin-top: 50px;
  }
  .footer-social-link {
    text-align: center;
  }
  .footer-area img {
    margin-bottom: 0px;
  }
  .scrollup {
    height: 40px;
    width: 40px;
    line-height: 35px;
  }
  .our-news-letter h2 {
    font-size: 16px;
  }
  .single-project-complete {
    margin-top: 30px;
    text-align: center;
  }
  .header-text {
    margin-top: 10px;
  }
  .footer-text h6 {
    font-size: 10px;
  }
  .footer-area {
    padding: 50px 0px;
  }
  .section-padding {
    padding: 40px 0px;
  }
  .single-testimonial img {
    text-align: left;
    margin: 0 auto;
    width: 150px;
    display: block;
  }

}
@media only screen and (max-width: 420px) {
	.logo a p:last-of-type {
		display: none;
	}
}
@media (max-width: 1024px)  {
	.welcome-image-area {
		  background: url(../img/bg.jpg) center center;
		  background-size: cover;
		  z-index: 1;
			position: relative;	
	}
	.call-to-action-area {
		background: url(../img/points.jpg) center center;
		background-size: cover;
		position: relative;
	}
	.complete-project-area {
		background: url(../img/advantages_1.jpg) center center;
		background-size: cover;
		position: relative;
	}
	.about-project-area {
		background: url(../img/advantages_1.jpg) center center;
		background-size: cover;
		position: relative;
	}
	.about-project-area2 {
		background: url(../img/about_area2.jpg) center center;
		background-size: cover;
		position: relative;
	}
	.footer-area {
		background: url(../img/points.jpg) center center;
		background-size: cover;
		position: relative;
	}
}	
/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 1024px) {
	.welcome-video-area {
		display: none;
	}

}	
@media only screen and (min-width: 1024px) {
	.welcome-image-area {
		display: none;
	}
}
.wrapper {
  position: relative;
  width: 300px;
  height: 300px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	margin: 0 auto;
	top: 25%;	  	  
}
.wrapper .loader-circle {
  width: 60%;
  height: 60%;
  border-radius: 50%;
  border: 30px solid transparent;
  border-left-color: #fff;
  -webkit-animation: load 0.9s ease-in-out alternate infinite;
          animation: load 0.9s ease-in-out alternate infinite;
}
.wrapper .loader-bottom {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  background: #000;
  text-align: center;
  color: #fff;
  -webkit-animation: pulse 0.45s linear alternate infinite;
          animation: pulse 0.45s linear alternate infinite;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  18% {
    border-width: 18px;
  }
  50% {
    border-width: 4px;
  }
  82% {
    border-width: 18px;
  }
  100% {
    -webkit-transform: rotate(215deg);
            transform: rotate(215deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  18% {
    border-width: 18px;
  }
  50% {
    border-width: 4px;
  }
  82% {
    border-width: 18px;
  }
  100% {
    -webkit-transform: rotate(215deg);
            transform: rotate(215deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    color: #fff;
  }
  100% {
    color: rgba(255,255,255,0.5);
  }
}
@keyframes pulse {
  0% {
    color: #fff;
  }
  100% {
    color: rgba(255,255,255,0.5);
  }
}

.content {
    background-attachment: fixed;
    height: 400px;
}
#content1 {
    background-image: url("//www.tamperlock.com/blog/wp-content/uploads/2014/08/london-england.jpg");
	}
	
/* MODAL */
.modal.fade .modal-dialog {
	top: 100px;
	max-width: 400px;
}	
.modal.fade .modal-dialog label {
	color: #c51e16;
	letter-spacing: 0px;
}