@charset "utf-8";
/* CSS Document */
.slider-info-bar {
    position: absolute;
    left: 0px;
    top: 10%;
    width: 100%;
    height: 100%;
    display: block;
}
.slider-info-bar h3 {
    position: absolute;
    top: 280px;
    left:97%;
    font-size: 16px;
    width: 100%;
    font-weight:600;
    color: rgba(35,35,35,0.60);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left top;
    word-spacing: 2px;
    letter-spacing: 0.4px;
}
.slider-info-bar h3 i {color:#6c3b25;margin-right:5px;}
.banner-form {position: absolute;
    bottom:20%;
    right:10%;
    z-index: 99;
    width:300px;
}
.banner-form h2 {font-size: 18px;
    font-weight: 400;
    margin: 0px;
    word-spacing: 2px;
    letter-spacing: 0.8px;
    background-color: #dc1a20;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
}
.banner-form-body {background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 0 0 10px 10px;
}
.banner-form .form-control {box-shadow: none;
    border: 2px solid rgba(204, 204, 204, 0.7);
    height: 40px;
}
.banner-btn {background-color: #595A5A;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    word-spacing: 2px;
    font-size: 16px;
}
.banner-btn:hover { color:#fff; background-color:#dc1a20;}
.inner-slider > .carousel-inner > .item > a > img {height:540px !important;}
.inner-slider .bs-slider-overlay {background-color: rgba(0, 0, 0, 0.4) !important;}
.slid-bx-txt {padding: 30px !important;
    text-align: center;
    max-width: 400px;
    background-color: #fff !important;
    box-shadow: 3px 3px 0px rgba(103, 102, 102, 0.1);
    border-radius: 225px 45px 325px 75px/15px 125px 35px 155px;
    border: 5px solid #f27c7e;
    left: 10%!important;
    top: 20%!important;
	z-index:9999;
}
.social-media-fxd { position: absolute; 
	top:12px;
	right:5px;
	z-index:8;
}
.social-media-fxd ul li a {
    color: #fff;
    font-size:15px;
    text-decoration: none;
    display: block;
    width:34px;
    height:34px;
    border-radius: 50%;
    transition-duration: .4s;
    text-align: center;
    line-height:34px;
}
.social-media-fxd ul li {padding-left: 0;}
.social-media-fxd ul li a.fb {background:#3b5998;}
.social-media-fxd ul li a.ins {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.social-media-fxd ul li a.lin {background:#0e76a8;}
.hvr-pulse {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-pulse:active, .hvr-pulse:focus, .hvr-pulse:hover {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: 
}
@-webkit-keyframes hvr-pulse {
    25% {-webkit-transform: scale(1.1);transform: scale(1.1);}
    75% {-webkit-transform: scale(0.9);transform: scale(0.9);}
}
.scrol-down {left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 2%;
    z-index: 99;
    font-weight: 400;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    color: #fff;
    padding-top: 15px;
    letter-spacing: 2px;
    font-size: 12px;
}

.slider {padding: 0 70px; position: relative;}
.bs-slider{
    overflow: hidden;
    height:auto;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
	height:auto;
}
/*.item.active img {
  -webkit-animation: zoom 40s;
  animation: zoom 40s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
	-webkit-transition: transform 5000ms linear 0s;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
	-webkit-transition: transform 5000ms linear 0s;
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
	transition: transform 5000ms linear 0s;
  }
  to {
    transform: scale(1.5, 1.5);
	transition: transform 5000ms linear 0s;
  }
}*/

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
        bottom: 0;
    top: inherit;
    opacity: 0;
    width: 60px;
    height: 60px;
    z-index: 100;
    color: #000;
    display: block;
    font-size: 26px;
    cursor: pointer;
    overflow: hidden;
    line-height: 60px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 1);
}
.control-round .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    right: 64px;
    left: inherit;
}
.control-round .carousel-control.right {
    right: 0%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    background:rgba(255, 255, 255, 075);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {text-align: left !important;}
.slide_style_right {text-align: right !important;}
.slide_style_center {text-align: center !important;}
.slide-text {
    left: 0;
    top:33%;
    right: 0;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding:0 0 0 4%;
	width:90%;  
}

.slide-text h3 {font-family: 'Lora', serif;
    color: #fff;
    -webkit-animation-delay:0.9s;
    animation-delay:0.9s;
    position: relative;
    font-size: 20px; 
    padding-right: 15px;
    font-weight: 400;
    display: table;
}
.slide-text h3:after {position: absolute;
    content: '';
    right:-70px;
    bottom: 0px;
    width: 70px;
    height: 1px;
    background-color: #ffffff;
}
.slide-text h1 {
     padding: 0;
    color: #ffffff;
    font-size:55px;
    letter-spacing: 0.2px;
    display: inline-block;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    font-weight: 700;
	text-transform:capitalize;
	margin:0px;
	padding-top:10px;
    margin-bottom: 25px;
}
.slide-text > p {
    padding: 0;
    color: #fff;
    font-size: 28px;
    line-height: 43px;
    margin-bottom: 40px;
    letter-spacing: 0.2px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    word-spacing: 1px;
    font-weight: 400;
}
.slide-text > p strong {text-transform:uppercase;}
.slide-text > p span {font-weight:600;color:#fec631;text-transform:uppercase;}
.slider-btn {    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.slider-btn:hover, .slider-btn:focus, .slider-btn:active {color:#fff;}
.slide-text > a.btn-default{
    color: #fff;
    font-weight:600;
	background-color:#319ce3;
    font-size: 14px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	    border-radius: 0px;
}
.slide-text > a.btn-default:hover,
.slide-text > a.btn-default:active {
    color: #ffffff;
    background:#2188cc;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background:#fec631;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	    border-radius: 0px;
}
.slide-text > a.btn-primary:hover,
.slide-text > a.btn-primary:active {
    color: #ffffff;
    background: #f1b61b;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
@media(max-width:992px){
    .slider {padding: 0;}
}
@media(max-width:768px){
    .control-round .carousel-control {
        height: 35px;
        width: 35px;
        line-height: 35px;
        display: none;
    }
    .control-round .carousel-control.left {right: 36px;}
    .social-media-fxd {bottom: 10px;left: 10px;}
    .social-media-fxd ul {margin-bottom: 0;}
}
@media(max-width:580px) {
.social-media-fxd ul li a {height:34px;width: 34px;line-height: 34px;font-size: 16px;}
}
