.carousel-indicators li {
    width: 10px;
    height: 4px;
    background: brown !important;
}
.carousel-control-next-icon{
    background: url('images/icons/right-arrow.png') !important;
    height:32px !important;
    width: 32px !important;
}
.carousel-control-prev-icon{
    background: url('images/icons/left-arrow.png') !important;
    height:32px !important;
    width: 32px !important;
}
.slide
{
    border:1px solid black;
}

.cr-container{
    width:100%;
    height:500px;
    position: inherit;    
}
.cr-content-wrapper{
    width:100%;
    height:100%;
    overflow:hidden;
}
.cr-content-container{
    display:none;
    position: relative;
    width:100%;
    height:400px;
    display:none;;
}
.cr-img{
    position:absolute;
    top:0px;
    left:0px;
    right: 0px;
    width:100%;
    z-index:1;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
    box-shadow:1px 1px 2px rgba(0,0,0,0.7);
}
.cr-content{
    position:relative;
    z-index:10;
    margin:20px;
    height:360px;
    width:100%;
}
.cr-content h2{
    font-size:40px;
    line-height:40px;
    width:70%;
    color:#fff;
    padding-top:40px !important;
}
.cr-content h3{
    width:50%;
    color:#fff;
    padding:15px 0px;
    line-height:30px;
}
.cr-content h3 span{
    padding:4px 0px;
    letter-spacing:2px;
    font-size:16px;
}
.cr-more-link{
    text-transform:uppercase;
    color:#000;
    font-size:11px;
    padding:0px 5px;
}
.cr-more-link:hover{
    text-shadow: 1px -1px 1px rgba(0,0,0,0.5);
    color:#fff;
}
.cr-content-text{
    color:#000;
    background:transparent url(../images/bg_content.png) repeat top left;
    font-size: 14px;
    font-family: Georgia;
    font-style: italic;
    line-height: 24px;
    position:relative;
    display:none;
    z-index:999;
    clear:both;
}
.cr-content-text p{
    padding:10px;
}
.cr-thumbs{
    position:absolute;
    left:15px;
    height:110px;
    width:575px;
    bottom:0px;
    z-index:20;
    overflow:hidden;
}
.cr-thumbs div{
    float:left; /* Set to absolute each 150px*/
    cursor:pointer;
    position:relative;
    margin-right:5px;
    display:none;
    width:22%;
    height:106px;
    text-align:center;
    letter-spacing:1px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.cr-thumbs img{
    display:block;
    margin:6px 5px 6px 0px;
    border:4px solid #fff;
    -moz-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
    -webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
    box-shadow:1px 1px 1px rgba(0,0,0,0.25);
}
.cr-thumbs h4{
    position:absolute;
    left:15px;
    right:15px;
    bottom:15px;
    font-size:15px;
    line-height:14px;
    color:#fff;
}
.cr-thumbs div:hover h4{
    bottom:14px;
}
.cr-thumbs div.cr-selected{
    border-color:#000;
    background:transparent url(../images/triangle.png) no-repeat 50% 0%;
}
.cr-thumbs div.cr-selected img{
    border-color:#000;
}
.cr-nav span{
    position:absolute;
    z-index:50;
    text-indent:-9000px;
    cursor:pointer;
    width:35px;
    height:35px;
    margin-bottom:-17px;
    left:-24px;
    /*    background:transparent url(../images/nav.png) no-repeat top left;*/
}
.cr-nav span.cr-nav-next{
    background-position:bottom left;
    right:-24px;
    left:auto;
}
.cr-nav span.cr-nav-prev:hover,
.cr-nav span.cr-nav-next:hover{
    bottom:34px;
}
.cr-hide, .cr-show{
    position:absolute;
    z-index:50;
    left:50%;
    margin-left:-25px;
    bottom:-10px;
    background:#000 url(../images/hide.png) no-repeat top center;
    cursor:pointer;
    width:60px;
    height:15px;
}
.cr-show{
    background-position:bottom center;
}


@-webkit-keyframes spinner {
    from { -webkit-transform: rotateY(0deg);    }
    to   { -webkit-transform: rotateY(-360deg); }
}

/* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

#spinner {
    margin-top: -50px;
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;

    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#spinner:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.blinking{
    animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: yellow; }
    50%{    color: red; }
    99%{    color: yellow;  }
    100%{   color: red;    }
}


.post-slide14{
    border-width: 1px 1px 5px;
    border-style: solid;
    border-color: #e67e22 #f0f0f0 #f0f0f0;
    border-radius: 5px;
    margin: 0 10px;
}
.post-slide14 .post-category{
    border-bottom:1px solid whitesmoke;
    margin:0;
    text-align:center;
    padding:10px;
    font-size:15px;
    letter-spacing:2px;
    text-transform:capitalize;
}
.post-slide14 .post-category > a{
    text-transform: uppercase;
    color:#e67e22;
    transition: all 0.2s ease 0s;
}
.post-slide14 .post-category > a:hover{
    color: #373a3f;
}
.post-slide14 .post-review{
    overflow: hidden;
    padding:10px;
}
.post-slide14 .post-bar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e67e22;
    float: left;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
}
.post-slide14 .post-bar > .month{
    display: block;
    color:#fff;
    font-size:10px;
    text-transform: capitalize;
}
.post-slide14 .post-bar > .date{
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 12px;
}
.post-slide14 .post-title{
    line-height: 20px;
    margin: 10px 0 0 0;
}
.post-slide14 .post-title > a{
    font-size:17px;
    text-transform:uppercase;
    font-weight:bold;
    line-height:10px;
    color:#333;
    transition: all 0.2s ease 0s;
}
.post-slide14 .post-title > a:hover{
    color:#e67e22;
}
.post-slide14 .post-img{
    filter: grayscale(0);
    transition:all 0.3s ease 0s;
}
.post-slide14 .post-img > img{
    width: 100%;
    height: 300px;
}
.post-slide14:hover .post-img{
    filter: grayscale(1);
}
.post-slide14 .post-description{
    color: #555;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 35px;
}
.owl-wrapper{
	margin-bottom: 20px;
}
.table th
{
		font-weight: 900;
	
}
.table td
{
	font-weight: bold;
	
}
.card
{
	margin-top: 40px;
	margin-left:5px;
	margin-right:5px;
	border-radius: 15px;
}
.modal-body {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.modal-body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==================================================
 * Effect 2 dc3545
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #000;
  -webkit-box-shadow: 0 23px 10px #000;
  -moz-box-shadow: 0 23px 10px #000;
  box-shadow: 0 23px 10px #000;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}