/* CSS Document */




body
{
	/*! height:1200px; */
}

* CROUSAL-STARTS */
#sg-carousel {
    position: relative;
    height: 100vh;
}
#sg-carousel .carousel-inner .item {
  height: 101vh;
  
}
.carousel-caption{top:50%;}
.carousel-caption h2 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#first-slider .carousel-control.left {
    /*! top: 48%; */
}
#first-slider .carousel-control.right {
    /*! top: 48%; */
}
.uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}
#first-slider .carousel-control.left,
#first-slider .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: auto;
    transition: all 0.8s ease 0s;
	
}
.carousel-inner {
    /*! box-shadow: 2px 6px 21px; */
}
.fa-angle-right,
.fa-angle-left {
    /*! font-size: 80px; */
}
#first-slider:hover .carousel-control.left {
    left: 38px;
    transition: all .2s ease 0;
}
#first-slider:hover .carousel-control.right {
    right: 38px;
    transition: all .2s ease 0;
}
#first-slider:hover .carousel-control.left,
#first-slider:hover .carousel-control.right {
    opacity: 1;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    /*! display: block; */
    /*! height: auto; */
    /*! max-width: 100%; */
    /*! width: 100%; */
	
	
}
.item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.00, 1.00);
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
}
.carousel-caption {
    /*! left: 60%; */
    /*! padding-bottom: 5%; */
    /*! right: 0; */
    /*! text-align: left; */
}

.carousel-caption h2 {
    color: #ffffff;
font-size: 68px;
text-align: center;
font-family: 'Jersey-m54';
letter-spacing: 1.8px;
line-height: 78px;
}
.carousel-caption > p {
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 60px;
    font-family: 'Questrial-Regular';
    letter-spacing: 0.9px;
}
.carousel-caption > a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px;
}
.button--tamaya {
    border: 2px solid #40a304 !important;
    border-radius: 5px;
    color: #7986cb;
    min-width: 180px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button--border-thick {
    border: 3px solid;
}
.button {
    /*! background: rgba(0, 0, 0, 0) none repeat scroll 0 0; */
    /*! border: medium none; */
    /*! color: inherit; */
    /*! display: block; */
    /*! float: left; */
    /*! max-width: 250px; */
    /*! min-width: 199px; */
    /*! padding: 0em 11em; */
    /*! position: relative; */
    /*! vertical-align: middle; */
    /*! z-index: 1; */
}
.button--tamaya::before {
    padding-top: 1em;
    top: 0;
}
.button--tamaya::before,
.button--tamaya::after {
    background: #40a304;
    color: #fff;
    content: attr(data-text);
    height: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    width: 100%;
}
.button--tamaya::after {
    bottom: 0;
    line-height: 0;
}
.button--tamaya:hover::before {
    transform: translate3d(0px, -100%, 0px);
}
.button--tamaya:hover::after {
    transform: translate3d(0px, 100%, 0px);
    color: #40a304;
}
.button--tamaya:hover {
    color: #40a304;
    font-weight: 600;
}
.carousel-indicators li {
    background-color: #b3b5b9;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
    border: 0;
}
.carousel-indicators .active {
    background-color: #f88808;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 0;
}
#sg-carousel h2 {
    animation-delay: 1s;
	margin-bottom:25px;
}
#sg-carousel p {
    animation-delay: 2s;
}
#sg-carousel button {
    animation-delay: 3s;
	margin-top:25px;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*****slider Custom css *******/
.slider-01
{
	margin-top: -12%; 
}
.slider-bottom {
	margin-bottom:45px;
}

.view-btn{
   font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 16px 5%;
    border-radius: 21px 21px;
    letter-spacing: 1px;
    font-family: 'Questrial-Regular';
    background: rgba(202,86,74,1);
   margin: 0% 0% 0% 3%;
}

.view-btn:hover  {
    color: #fff !important;
		background: rgba(78,202,238,1);
background: -moz-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78,202,238,1)), color-stop(100%, rgba(128,211,129,1)));
background: -webkit-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: -o-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: -ms-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: linear-gradient(to right, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ecaee', endColorstr='#80d381', GradientType=1 );
	 text-decoration:none;
     /*shedow */
    -webkit-box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);
    -moz-box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);
     box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);    
}
.contact-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 16px 5%;
    border-radius: 21px 21px;
    letter-spacing: 1px;
    font-family: 'Questrial-Regular';
    background: rgba(78,202,238,1);
    background: -moz-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78,202,238,1)), color-stop(100%, rgba(128,211,129,1)));
    background: -webkit-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
    background: -o-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
    background: -ms-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
    background: linear-gradient(to right, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ecaee', endColorstr='#80d381', GradientType=1 );
    /*shedow */
    -webkit-box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);
    -moz-box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);
     box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);
}

.contact-btn:hover  {
    color: #fff;
	background: rgba(202,86,74,1);
	 text-decoration:none;
	 	 
	/*shedow */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*****slider Custom css *******/