/*
  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. Home / Navigation + Main Carousel
3. who-we-are
4. cause-list
5. promo-section
6. Recent-post
7. our members
8. work-gallery
9. our-partner
10. word-for-creato
11. Contact Us
12. Footer
13. Carousel vertical
14. Carousel-Fade

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


/*========================
=======Typography=========
==========================*/
.jivo-btn {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   margin: 0;
   text-transform: none;
   cursor: pointer;
   background-image: none;
   display: inline-block;
   padding: 6px 12px;
   margin-bottom: 0;
   font-size: 14px;
   font-weight: normal;
   line-height: 1.428571429;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   border: 0px;
   border-radius: 4px;
   white-space: nowrap;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
}
.jivo-btn:hover {
   box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
   -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
}
.jivo-btn.jivo-btn-light:hover{
   box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
   -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
}
.jivo-btn.jivo-btn-light{
   box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
}
.jivo-btn:active,
.jivo-btn.jivo-btn-light:active{
   box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
   -moz-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
   -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
   cursor: pointer;
}
.jivo-btn:active {
   outline: 0;
   background-image: none;
   -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
   box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.jivo-btn-gradient {
   background-image: url(//static.jivosite.com/button/white_grad_light.png);
   background-repeat: repeat-x;
}
.jivo-btn-light.jivo-btn-gradient {
   background-image: url(//static.jivosite.com/button/white_grad.png);
}
.jivo-btn-icon {
   width:17px;
   height: 20px;
   background-repeat: no-repeat;
   display: inline-block;
   vertical-align: middle;
   margin-right: 10px;
   margin-left: -5px;
}
.jivo-btn-light {
   color: #fff;
}
..jivo-btn-dark {
   color: #222;
}

.jivo-offline-btn {
	margin-top: -10px;
	margin-bottom: 10px;
}

#specification .padding {
	padding-top: 65px;
}

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

.navbar {
	min-height: 108px;
}

.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 10px;
}

.navbar-brand>img {
	margin-top: 15px;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	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:#DC0000;
}

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;
}

.padding{	
	padding:80px 0;
}

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

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

#clients .padding {
	padding: 60px;
}

.section-title h1 {
	margin-top:10px;
	margin-bottom:15px;
	font-weight:800;
	letter-spacing: -1px;
}

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

.btn-primary {	
	border:0;
	color:#fff;
	background-color:#284e95;
	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 #333;
}

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

.btn-primary:hover:before {
	left:0;
	width:100%;
	background-color:#284e95;
}
.btn-primary:hover:after {
	width:100%;
	right:0;
	background-color:#284e95;
}

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

.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: 40px;
  padding:6px 20px;
  color: #fff;
  border:1px solid #eee;
  box-shadow: none;
  outline: none;
  text-transform:none;
  background-color:transparent;
  font-weight:500;
}

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

#specification .form-control {
  height: 50px;
  padding:6px 20px;
  color: #aaa;
  border:1px solid #ddd;
  box-shadow: none;
  outline: none;
  text-transform:capitalize;
  background-color:transparent;
  font-weight:500;
}

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

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

#specification .form-control::-webkit-input-placeholder { color: #aaa; }
#specification .form-control:-moz-placeholder { color: #aaa; }
#specification .form-control::-moz-placeholder { color: #aaa; }
#specification .form-control:-ms-input-placeholder { color: #aaa; }

.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 #aaa;
	margin-top:12px;
}
.navbar-toggle .icon-bar {
	background-color:#aaa;
}
/*==============================
=========navigation-section=========
================================*/
#navigation, .navbar-fixed-top {
	background-color:#fff;
}

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

#navigation .navbar {
	margin-bottom:0;
	opacity: 0.9;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

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

.active a {
	font-weight:700;
	color: #DC0000;
}

.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:cover;
	background-color:#a9bbc2;
	position:relative;
	color:#000;
	height:575px;
}

.main-slider .slider-content {
	width: inherit;
	position:absolute;
	text-align: center;
	top:50%;
	margin-top:-200px;
	font-size:24px;
	font-weight:500;
	z-index:10;	
}

.main-slider .slider-content p {
	text-align: center;
	color: #FFF;
	padding-bottom: 5px;
}

.main-slider .slider-content h1 {
	font-size:60px;
	font-weight:800;
	text-transform:initial;
	margin-bottom:0;
	text-align: center;
	color: #FFF;
	padding-bottom: 34px;
	letter-spacing: -1px;
	line-height: 80px;
}

.main-slider .slider-content h2 {
	margin-top:0;
	font-size:58px;
	font-weight:300;
	text-transform:uppercase;
	text-align: center;
	color: #FFF;
}

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

.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:#e0aa28;
	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:35px;
}

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

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

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

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

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

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

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

.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:22%;
	top:10%;
}

.overview-pointer ul li.two {
	left:51%;
	top:1%;
}

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

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

.overview-pointer ul li.five {
	left:6%;
	top:45%;
}

.overview-pointer ul li.six {
	left:5%;
	top:62%;
}

.overview-pointer ul li.seven {
	left:38%;
	top:50%;
}

.overview-pointer ul li.eight {
	left:77%;
	top:38%;
}

.overview-pointer ul li.nine {
	left:61%;
	top:54%;
}

.overview-pointer .circle {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 10px solid #e0aa28;
	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 #e0aa28;
}

.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;
}

/*================Main-page==============*/
.main-title p {
	margin-bottom: 0;
}



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


#description {
	background-color:#5a6a72;
	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(237, 20, 91, 0.50);
}


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

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

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

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

#video-section .video .overlay-bg {
	background-color:rgba(237, 20, 91, 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:#284e95;
	color:#fff;
}

#product-details .part-three {
	background-color:#e0aa28;
	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:47%;
	height:100%;
}

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

.product-details h1 {
	font-weight:800;
	letter-spacing: -1px;
}

.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:#284e95;
}

.specification {
	margin-bottom:45px;
}

#contact-form .specification {
	margin-bottom:15px;
}

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

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



/*================Pricing-section==============*/

#pricing-section {
	background-color:#5a6a72;
	background-image:url(../images/others/pricing-bg.jpg);
	color:#fff;
}

#pricing-section .section-title h1{
	margin-bottom:30px;
}

#pricing-section .plans {
	margin-bottom:15px;
}

.plans .plan{
	background-color:#f7f7f7;
	color:#616060;
	padding:30px 25px;
	-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;
}

.plans .plan h1, 
.plans .plan h2{
	font-weight:700;
	color:#000;
	-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;
}

.plans .plan h1 {
	margin-top:10px;
	margin-bottom:30px;
}

.plans .plan h2 {
	font-size:20px;
}

.main-slider .btn-primary {
	font-size:16px;
	padding:18px 86px;
}

.btn-primary {
	font-size:16px;
	padding:18px 48px;
}



.plans .plan .btn-primary {	
	font-size:16px;
	padding:8px 20px;
	margin-top:20px;
}

.plans .plan.featured {
	background-color:#e0aa28;
	color:#fff;
}

.plans .plan.featured h1, 
.plans .plan.featured h2 {
	color:#fff;
}

.plans .plan.featured .btn-primary {
	background-color:#ba0f48;
}


/*================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:#e0aa28;
	border:2px solid #e0aa28;
}




/*================Contact us==============*/
#contact-us {
	background-color:#7b888e;
	color:#fff;
}

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

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

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

#contact-form .btn-primary {
	display:inline-block;
	margin-top:1px;
	font-size:16px;
	text-transform:uppercase;
	padding:18px 70px;
}

#footer-bottom {
	background-color:#292826;
	color:#fff;
	padding:20px 0 10px;
	font-weight:300;
}

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

A.dot_w {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #000;
}

@media (min-width: 575px){
#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
}

@media (max-width: 575px){
#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    max-width: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
}

#cookie_note p{
    margin: 0;
    font-size: 14px;
	margin-bottom: 10px;
    text-align: left;
    color: black;
}

@media (min-width: 575px){
    #cookie_note.cookie_accept{
    width:20%;
}
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}

@media (max-width: 575px){
    #cookie_note.cookie_accept{
    width:100%;
}
}