/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100, 400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-family: 'Roboto Slab', serif;
	font-size: 17px !important;
	font-weight: 400 !important;
	color:#363636 !important;
}

p{
	text-align: justify;
}

.fillWidth{
	width: 100%;
}

.charan{
	position: absolute; width: 200px; height: 200px; z-index: 9; right: 50px; bottom: 50px; margin: auto;
	transition: all .2s ease-in-out;
}

.charan:hover { transform: scale(1.2); }

.custom-pointer {
  cursor: url(../images/hand-01.png), auto;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px !important;
    height: 10px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,1);
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #d29e65;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: auto; 
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-item-inner {
  height: 400px;
  min-height:none;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
	background-color: rgba(224,181,134,0.7);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
	padding: 10px 30px;
	min-width: 210px;
    text-align: center;
}

.navbar-dark .navbar-nav .nav-link:hover{
    color: #fff;
	background-color: rgba(224,181,134,0.7);
}

.navbar{
	padding: 0px !important;
}

@media (min-width: 992px){
.pl-lg-4, .px-lg-4 {
     padding-left: 0px!important; 
}
}

@media (min-width: 992px){
.pr-lg-4, .px-lg-4 {
     padding-right: 0px!important; 
}
}

.card{
	border: 0px solid #000 !important;
	margin-top: 0px;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
	
}

.card:hover{
	transform: scale(1.2);
	text-decoration: none;
}

.intro{
	background-image: url(../images/intro-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.div-intro-img{
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
	width:118%;
	padding: 20px;
}

.intro-img{
	border: 5px inset #fff;
	/*-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.56);
-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.56);
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.56);*/
}

.message-img{
	border: 8px solid rgba(224,181,134,0.3);
}

.message-img:hover{
-webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.4); 
}

.intro-right{
	border-left: 0px solid #363636;
}

.message{
	background-image: url(../images/message-back.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	background-attachment: fixed;
	padding: 50px;
}

.message-inner{
	height: 150px;
	padding: 50px;
}

.message .h2{
	position: relative;float: left;top: 50%;left: 50%;transform: translate(-50%, -50%); color: #fff;font-family: 'Noto Sans', sans-serif;
}

.places h6{
	color: #d29e65;
	text-align: center;
	padding: 15px 0px;
}

footer{
	background-color: #e0b586;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li a{
	font-size: 15px;
	line-height: 16px;
	color: #363636;
	text-decoration: none;
}

footer h4{
	font-size: 2rem;
	font-weight: 700;
}

footer h6 {
    font-size: 1.2rem;
	font-weight: 700;
}

footer ul li a:hover{
	color: #fff;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-top.scrolled {
    background-color: #000 !important;
	transition: background-color 200ms linear;
}

.title{
	 position: absolute; z-index: 999; color: #fff;float: left;top: 20%;left: 7%;transform: translate(-50%, -50%);
}

.title-inner{
	 top: 15%;
}

.title h1{
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 4px;
}

/*----------------------------------
  Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
  font-size: 0.8125rem;
  color: #656565 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.s-portfolio__filter-v1-item:hover {
  color: #242424 !important;
}

.s-portfolio__filter-v1-item.cbp-filter-item-active {
  color: #13b1cd !important;
}

.s-portfolio__filter-v1.cbp-l-filters-text {
  margin-bottom: 0;
}

/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
  position: relative;
  display: block;
}

.s-portfolio__img-effect:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 177, 205, 0.95);
  content: " ";
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__img-effect:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.875rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
  display: none;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination {
  padding-left: .625rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
  margin: 0 1.2rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
  background: #13b1cd;
}

.blinking{
	animation:blinkingText 2s infinite;
}
@keyframes blinkingText{
	0%{		color: #fff;	}
	25%{	color: #e0b586;	}
	50%{	color: #fff;	}
	75%{	color: #e0b586;	}
	100%{	color: #fff;	}
}

.border-bottom {
    border-bottom: 1px solid #5e5e5e !important;
}

.time-btn{
	background-color: #e0b586; color:#fff; border-radius: 20px; border:3px solid #daa974;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
}

.time-line{
	 height: 50px; border-right:3px solid #daa974;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 40%;
  float: left;
  /*border: 1px solid #d4d4d4;*/
  border-radius: 2px;
  padding: 20px;
  position: relative;
  /*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
	text-align: right;
}

.timeline-inverted .timeline-panel h4{
	text-align: left;
}
.timeline-inverted .timeline-panel p{
	text-align: left;
	margin-bottom: 0px !important;
}

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
/*margin-top: -60px;*/
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  /*position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";*/
}
.timeline > li > .timeline-panel:after {
  /*position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";*/
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 200px;
  /*height: 50px;*/
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 43%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
	background-color: #e0b586; color:#fff; border-radius: 20px; border:3px solid #daa974;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
	font-size: 20px !important;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}