/*
  Theme Name: Castle
  Theme URL: http://demo.themeregion.com/castle
  Author: ThemeRegion
  Author URI: http://www.themeregion.com
  Description: Castle Responsive HTML Template
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Typography
2. Navigation
3. Slider Section
4. Overview
5. Description
6. Video-section
7. Product-details
8. Brand
9. call-to-action
10. Contact Us

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


/*========================
=======Typography=========
==========================*/

body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #454545;
	background-color: #fff;
}

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

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;  
	background: transparent;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
	color:#000;
}

h1 {
	font-size:36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	text-transform:capitalize;
}

.padding{	
	padding:80px 0;
}

.section-title {
	margin-bottom: 70px;
	padding-bottom: 0;
	font-weight:400;
	font-size:16px;
}

.section-title h1 {
	margin-top:10px;
	margin-bottom:15px;
	font-weight:700;
}

.section-title i {
	margin-right:20px;
}

.btn-primary {	
	border:0;
	color:#fff;
	background-color:#000;
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 700;
	padding: 12px 32px;
	position: relative;
	-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;	
	letter-spacing:0;
	position:relative;
	box-shadow:none;
	z-index:1;
}

.btn-primary:before, 
.btn-primary:after {
	position:absolute;
	content:"";
	height:100%;
	width:0;
	border-radius:4px;
	z-index:-1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.btn-primary:before {	
	left:0;
	top:0;
	border-top:2px solid #a58d84;
}

.btn-primary:after {	
	right:0;
	bottom:0;
	border-bottom:2px solid #a58d84;	
}

.btn-primary:hover:before {
	left:0;
	width:100%;
	background-color:rgba(165, 141, 132, 0.7);
}
.btn-primary:hover:after {
	width:100%;
	right:0;
	background-color:rgba(165, 141, 132, 0.7);
}

.btn-primary:hover, 
.btn-primary:focus {
	background-color:transparent;
	box-shadow: 0px 0px 0px 1px #a58d84;
	outline:none;
	border-color:#a58d84;
}

.parallax-section { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	min-height:437px;
	color:#fff;
	position:relative;
}

.overlay-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.form-control {
  height: 50px;
  padding:6px 20px;
  color: #fff;
  border:1px solid #eee;
  box-shadow: none;
  outline: none;
  background-color:transparent;
  font-weight:500;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
  border:1px solid #fff;
}

.form-group {
  margin-bottom: 30px;
}

.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }

.navbar-toggle {
	border:1px solid #fff;
	margin-top:12px;
}

.navbar-toggle .icon-bar {
	background-color:#fff;
}
/*==============================
=========navigation-section=========
================================*/
#navigation, .navbar-fixed-top {
	background-color:#000;
}

.navbar-fixed-top .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
}

#navigation .navbar {
	margin-bottom:0;
}

.navbar-nav li a {
	text-transform:uppercase;
	color:#fff;
	line-height:28px;
}

.active a {
	font-weight:700;
}

.navbar-brand {
	height:60px;
	padding:10px 15px;
}

/*==============================
=========slider-section=========
================================*/

#main-slider-wrapper{
	position:relative;
	overflow:hidden;
}

#slider-section, #home-section {
	background-repeat:no-repeat;
	background-size:contain;
	background-color:#000;
	position:relative;
	color:#fff;
	min-height: 708px;
}

.main-slider .slider-content {
	position:absolute;
	width:100%;
	top:50%;
	margin-top:-200px;
	font-size:24px;
	font-weight:500;
	overflow:hidden;
	z-index:10;	
}


.main-slider .slider-content2 {
	position:absolute;
	width:100%;
	top:35%;
	margin-top:-200px;
	font-size:24px;
	font-weight:500;
	overflow:hidden;
	z-index:10;	
}



.main-slider .slider-content p {
	max-width:500px;
}

.main-slider .slider-content h1 {
	font-size:57px;
	font-weight:300;
	text-transform:initial;
	margin-bottom:0;
}

.main-slider .slider-content h2 {
	margin-top:0;
	font-size:92px;
	font-weight:300;
	text-transform:initial;
}

.main-slider .slider-content h2 span{
	font-weight:700;
	text-transform:uppercase;
}

.main-slider .slider-content .version {
	font-size:16px;
	font-weight:400;
	margin-top:50px;
}

.social li a{
	background-color: #2a2a2a;
	padding: 15px;
	font-size: 30px;
	display:block;
	color:#fff;
}

.social li a:hover .fa-facebook {
	color:#566C9E;
}

.social li a:hover .fa-twitter {
	color:#0EB1F2;
}

.social li a:hover .fa-google-plus {
	color:#D54831;
}

.social li a:hover .fa-linkedin {
	color:#1F84D2;
}

.social li a:hover .fa-pinterest {
	color:#CD565C;
}

.social-icons  {
	font-size:16px;
	font-weight:600;	
	margin-bottom:125px;
}

.social-icons ul {
	margin-top:20px;
}

.social-icons ul li i{
	background-color:#fff;
	color:#ed145b;
	height:25px;
	width:25px;
	font-size:18px;
	line-height:25px;
	display:block;
	border-radius:3px;
	text-align:center;
	-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;
}

.social-icons ul li i:hover {
	color:#fff;
}

.social-icons ul li i:hover.fa-facebook {
	background-color:#566C9E;
}

.social-icons ul li i:hover.fa-twitter {
	background-color:#0EB1F2;
}

.social-icons ul li i:hover.fa-google-plus {
	background-color:#D54831;
}

.social-icons ul li i:hover.fa-linkedin {
	background-color:#1F84D2;
}

.social-icons ul li i:hover.fa-pinterest {
	background-color:#CD565C;
}


.main-slider .btn-primary{
	margin-top:15px;
}

#main-slider-wrapper .vegas-timer {
	display:none;
}

#home-section {
	background-image:url(../images/slider/3.jpg);
}

#bg-video-section {
	position:relative;
	color:#fff;
	height:730px;
}

 #bg-video-section .overlay-bg {
	background-color:rgba(0, 0, 0, 0.50);
	z-index:2;
 }

 
/*=========Overview==========*/
#overview {
	overflow:hidden;
}

#overview .section-title  {
	margin-bottom:35px;
}

#overview .section-title h1 {
	color:#5a6a72;
}

.overview {
	padding-top:60px;
}

.overview, 
.overview .overview-image {
	position:relative;
}

.overview-pointer {
	position:absolute;
	width:100%;
	height:100%;
}

.overview-pointer ul li {
	position:absolute;
	min-width:330px;
}

.overview-pointer ul li.one {
	left:0%;
	top:57%;
}

.overview-pointer ul li.two {
	left:49%;
	top:3%;
}

.overview-pointer ul li.three {
	left:56%;
	top:25%;
}

.overview-pointer ul li.four {
	left:33%;
	top:35%;
}

.overview-pointer ul li.five {
	left:23%;
	top:52%;
}

.overview-pointer ul li.six {
	left:17%;
	top:70%;
}

.overview-pointer ul li.seven {
	left:35%;
	top:60%;
}

.overview-pointer ul li.eight {
	left:72%;
	top:44%;
}

.overview-pointer ul li.nine {
	left:59%;
	top:44%;
}

.overview-pointer .circle {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 10px solid #000;
	background-color: #fff;
	padding: 5px;
	position: absolute;
	left: 50%;
	bottom: -60px;
	margin-left: -10px;
	z-index:100;
}

.overview-pointer .circle:before {
	position:absolute;
	content:"";
	top:-23px;
	left:-23px;
	height:56px;
	width:56px;
	border-radius:50%;
	border:1px solid #000;
}

.tooltip-inner{
	padding:20px 20px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#5a6a72;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}

.tooltip.top .tooltip-arrow{
    bottom:-5px;
    left:50%;
    margin-left:-15px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;	
	border-top: 10px solid #5a6a72;
}


/*================Description==============*/


#description {
	background-color:#000000;
	background-image:url(../images/others/features-bg.jpg);
	color:#fff;
}

#description .section-title {
	margin-bottom:45px;
}

#description .section-title h1{
	margin-bottom:35px;
}

.description-section img {
	display:inline-block;
}

.descriptions {
	position:relative;	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.description {
	padding-left:50px;
	font-size:15px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:10px;
	max-width:400px;
	position:relative;
}

.description i {
	position:absolute;
	left:0;
	top:25px;
	font-size:24px;
}

.description h2 {
	margin-top:5px;
}
	
.descriptions:hover{
	background-color:rgba(0, 0, 0, 0.70);
}


/*================video-section==============*/
#video-section {
	padding-bottom:20px;
}

#video-section .section-title {
	margin-bottom:55px;
}

#video-section .section-title h1{
	color:#5a6a72;
	margin-bottom:30px;
}

#video-section .video {
	margin-right:25px;
	position:relative;
}

#video-section .video .overlay-bg {
	background-color:rgba(178, 142, 129, 0.80);
	z-index:1;
}

.video img{
	position:relative;
}

.video .video-link{
	position: absolute;
	color: #fff;
	font-size: 100px;
	left: 50%;
	top: 50%;
	z-index: 1;
	text-align: center;
	margin-top: -50px;
	margin-left: -50px;
	line-height:100px;
}

.video .video-link:hover {
	opacity:0.7;
}

#video-section .content h3 {
	font-weight:400;
	text-transform:initial;
	margin-bottom:35px;
	line-height:28px;
}

#video-section .content>p {
	margin-bottom:25px;
}

#video-section .btn-primary {	
	margin-top:10px;
}


/*================Product-details==============*/

.product-details {
	position:relative;
	overflow:hidden;
}

#product-details .product-info {
	padding-top:80px;
	padding-bottom:90px;
}

#product-details .part-one .product-info, 
#product-details .part-three .product-info {
	padding-right:60px;
}

#product-details .part-two .product-info {
	padding-left:60px;
}

#product-details .part-one {
	background-color:#807F7F;
	color:#fff;
}

#product-details .part-three {
	background-color:#807F7F;
	color:#fff;
}

#product-details .part-one .product-image, 
#product-details .part-three .product-image {
	right:0;
}

#product-details .product-image {
	position:absolute;
	top:0;
	width:50%;
	height:100%;
}

#product-details .part-two .product-image {
	left:0;
}

.product-details h1 {
	font-weight:700;
}

.product-details h2 {
	font-size:20px;
	font-weight:300;
	line-height:1.3;
	text-transform:initial;
	margin-bottom:25px;
}

/*================Specification==============*/

#specification .section-title h1 {
	color:#5a6a72;
}

#specification .padding {
	padding:80px 0 50px;
}

.specification {
	margin-bottom:45px;
}

.specification h4 {
	font-weight:600;
	margin-bottom:15px;
}

.specification ul li {
	margin-bottom:7px;
}



/*================Brands==============*/

#brands {
	background-color:#cfcfcf;
	background-image:url(../images/others/brand-bg.jpg);
	color:#5a6a72;
}

#brands .overlay-bg {
	
}


/*================call-to-action==============*/
#call-to-action {
	color:#5a6a72;
}
#call-to-action i {
	font-size:36px;
	height:83px;
	width:83px;
	line-height:83px;
	border:2px solid #5a6a72;
	border-radius:50%;	
}

#call-to-action h2 {
	font-weight:400;
}

#call-to-action .col-sm-3:hover i{
	color:#c3a89d;
	border:2px solid #c3a89d;
}




/*================Contact us==============*/
#contact-us {
	background-color:#7b888e;
	color:#fff;
	background-image:url(../images/others/contact-bg.jpg);
}

#contact-us .overlay-bg {
	background-color:rgba(90, 106, 114, 0.80);
}

#contact-us .section-title h1{
	margin-bottom:25px;
}

#contact-us .contact-form {
	padding-top:85px;
	padding-bottom:70px;
}

#contact-form #message {
	height:220px;
	resize:none;
	padding:18px;
}

#contact-form .btn-primary {
	display:inline-block;
	margin-top:35px;
	font-size:20px;
	text-transform:uppercase;
	padding:12px 35px;
}

#footer-bottom {
	background-color:#000;
	color:#fff;
	padding:40px 0 30px;
	font-weight:300;
}

#footer-bottom a {
	color:#fff;
	font-weight:600;
}

#website1{ opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
z-index: -1; }

#CP1{ opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
z-index: -1; }


.contact-final-message{
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
	background-color: #0000009b;
	opacity: 0;
	pointer-events: none;
	transition: all 1s ease-out;
}

.contact-final-message#contact-final-message:target{
	opacity: 1;
	pointer-events: auto;
}

.contact-final-message svg{
	fill: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 60px;
	right: 30px;
}

.message-content{
	max-width: 800px;
	color: #fff;
	background-color: #000;
	padding: 30px;
	font-size: 20px;
}

.message-content > p:first-child{
	text-align: center;
	font-size: 30px;
	margin-bottom: 16px;
}

.message-content > p{
	/*margin: 0;*/
	padding: 0;
}

.modal-title{
	text-align: center;
	font-size: 30px;
	margin-bottom: 16px;
}