.carousel-control-prev-icon:before,
.carousel-control-next-icon:after {
    content: "\f1db";
    font-family: "Font Awesome 6 Pro";
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    font-style: normal;
    display: block;
}

/* .carousel-inner.fullHeight {
    min-height: 700px;
} */

video {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}
.backVideo iframe{
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 111%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.videoVolumnOnOffButton,
.videoPlayPause {
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    z-index: 10;
    cursor: pointer;
    background: rgb(14,158,199);
    padding: 1em;
    width: 60px;
    color: rgb(255,255,255);
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}
.videoPlayPause {
    right: 9rem;
    bottom: 4rem;
}
.videoVolumnOnOffButton:hover,
.videoPlayPause:hover {
    background: rgb(252,176,64);
}
.videoVolumnOnOffButton i,
.videoPlayPause i {
    font-size: 1.5rem;
    font-weight: 100;
}
.videoPlayPause i {
    font-weight: 600;
}
.player .vp-player-layout {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    position: fixed !important;
}
.fallbackImg {
    display: none;
}

.carousel-caption .frmSearch{
    width: 50%;
    margin: 0 auto;
}

.carousel-control-next, 
.carousel-control-prev {
    font-size: 3rem;
    color: rgb(255,255,255)!important;
    opacity: 1;
}
.carousel-control-next:visited, 
.carousel-control-prev:visited {
    color: rgb(255,255,255)!important;
}
.carousel-control-next:focus, 
.carousel-control-next:hover, 
.carousel-control-prev:focus, 
.carousel-control-prev:hover {
    color: rgb(252,176,64)!important;
    opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background: none;
}
.carousel-control-prev-icon:before {
    content:"\f104";
}
.carousel-control-next-icon:after {
    content:"\f105";
}

.carousel-indicators li {
    background: rgba(255,255,255,0.8);
}
.carousel-indicators .active {
    background: rgba(252,176,64,0.8);
}


.carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
/*.carousel-item {
    height: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
} */

.carousel-item:after {
   	content: " ";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(53, 54, 59, .65);
    z-index: 0;
} 

.carousel-caption {
    /*
    
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    bottom: auto;
    width:100%;
    padding: 1rem;
    text-shadow: 0 0 5px rgba(0,0,0,5);
    text-align: center;*/
    position: absolute;
    margin: 0 auto;
    /* width: 36%; */
    padding: 0 6.5rem;
    top: 40%;
    text-align: center;
    text-shadow: none;
    background: none;
}

/* .carousel-caption-mid{
	position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%,-50%);
} */

    .carousel-caption h2 {
        font-family: 'Kameron', Georgia, serif;
        font-size: 5.625rem;
        font-weight: 700;
        font-style: normal;
        color: rgb(255,255,255);
        text-transform: uppercase;
        padding-bottom: .5rem;
        margin-bottom: 1rem;
        line-height: 1;
        border-bottom: 5px solid rgb(229,149,0);
        display: inline-block;
    }
    .carousel-caption h3 {
        font-family: 'Just Another Hand', serif;
        font-size: 2.75rem;
        font-weight: normal;
        text-transform: none;
        font-style: normal;
        color: rgb(255,255,255);
        margin-bottom: 1.5rem;
        letter-spacing: 0.13rem;
    }
    .carousel-caption p {
        font: normal 400 1.3rem 'Lato', Arial, sans-serif;
        color: rgb(255,255,255);
        margin-top: 2.5rem;
        text-transform: uppercase;
        letter-spacing: .1rem;
    }

.carousel-caption a,
.carousel-caption a:link {
    max-width: 200px;
	font: normal 700 1.2rem 'Lato', Arial, sans-serif;
	color: rgb(255,255,255);
    display: block;
    margin: auto;
	padding: 0.6rem 1.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	margin-top: 1.5rem;
	text-transform:uppercase;
    text-shadow: none;
	-webkit-transition:background 300ms ease 0s;
	-moz-transition:background 300ms ease 0s;
	-o-transition:background 300ms ease 0s;
	transition:background 300ms ease 0s;
	background: rgb(1,138,182);
}
.carousel-caption a:visited{
	color:rgb(255,255,255);
}
.carousel-caption a:hover{
	color: rgb(255,255,255);
	background: rgb(252,176,64);
}
.carousel-caption a:active{
	color: rgb(255,255,255);
	background: rgb(252,176,64);
}
.carousel-caption a:focus{
	color: rgb(255,255,255);
	background: rgb(252,176,64);
}

.carousel-indicators{
    bottom: 4.8rem;
	margin-bottom: 0;
}

.btnScrollDown {
    position: absolute;
    bottom: 7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2rem;
    color: rgb(227,83,13);
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgba(255,255,255,0.75);
}
.btnScrollDown:hover {
    color: rgb(255,255,255);
    background: rgb(252,176,64);
}
.innerbtnScrollCont {
    position: relative;
    width: inherit;
    height: inherit;
}
.innerbtnScrollCont i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: inherit;
    color: inherit;
}


.bgSlider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: url(../images/bgSlider.png) left bottom repeat-x;
}



/*********************************************************
MEDIA QUERY
*********************************************************/
@media only screen and (max-width:1890px){
    
    .carousel-caption h3{
		font-size: 2.613rem;
	}
}
@media only screen and (max-width:1833px){
    
}

@media only screen and (max-width:1780px){
  
}

@media only screen and (max-width:1760px) {
    
}

@media only screen and (max-width: 1680px) {

    .carousel-caption h2 {
        font-size: 4.2rem;
    }
    .carousel-caption h3 {
        font-size: 2rem;
    }
    .carousel-caption p {
        font-size: 1.3rem;
    }    
}
@media only screen and (max-width:1590px){
   
}
@media only screen and (max-width:1560px){
   
}

@media only screen and (max-width:1500px){
   
}

@media only screen and (max-width:1420px) {

}

@media only screen and (max-width:1365px){
    /* .carousel-caption {
        width: 40%;
    } */
}
@media only screen and (max-width:1330px){
  
}

@media only screen and (max-width:1320px){
 
}

@media only screen and (max-width:1250px){

}

@media only screen and (max-width: 1190px) {
    .carousel-caption {
        /* width: 38%; */
    }
    .carousel-caption h2 {
        font-size: 3.2rem;
		text-align: center;
		display: block;
		border-bottom: 2px solid rgb(229,149,0);
    }
    .carousel-caption h3 {
        font-size: 1.4rem;
		text-align: center;
		margin-top: .2em;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
  
}
@media only screen and (max-width:1110px){
    .carousel-caption {
        padding: 10rem 5rem;
    }
}
@media only screen and (max-width:1026px){
    .carousel-caption {
        /* width: 40%; */
    }
}
@media only screen and (max-width:991px){
    main .container .mainrow {
        margin-top: -1.25rem;
    }
	/* .carousel-inner.fullHeight {
		min-height: 423px;
	} */

    .carousel-caption .frmSearch{
        width: 100%;
		margin:0 auto 1rem;
    }

    .caption-text {
        /* margin: 1rem; */
        padding: .5rem 2rem;
      }

    .carousel-caption .frmSearch input[type="search"] {
        font-size: 1rem;
        border-radius: 0;
        background: #fff;
        color: #1f222b;
        padding-left: 4rem;
    }

    .carousel-caption .frmSearch button[type="submit"] i {
        color: #15476c;
        right: 4rem;
    }

	.carousel-caption-mid{
		position: unset;
		top: unset;
		left: unset;
		transform: unset;
	}
	.carousel-caption{
		position: relative;
		padding: 0 0 1rem 0;
		width: 100%;
        height: auto;
        background: #1f222b;
        right: unset;
        left: unset;
	}

	.carousel-caption h3{
		margin-bottom: .5rem;
	}
	.carousel-caption p{
		margin-top: 1rem;
	}

}

@media only screen and (max-width:950px) {

}

@media only screen and (max-width:785px) {
    #playPauseButton,
    #volumeButton,
    .btnScrollDown {
        display: none;
    }

    .carousel-indicators {
        bottom: 1rem;
    } 
    .carousel-indicators li {
        background: rgba(22,87,81,0.8);
    }
    .carousel-indicators .active {
        background: rgba(252,176,64,0.8);
    }

    .carousel-control-next, 
    .carousel-control-prev {
        font-size: 2rem;
        color: rgb(1,138,182)!important;
    }
    .carousel-control-next:visited, 
    .carousel-control-prev:visited {
        color: rgb(1,138,182)!important;
    }

   
}

@media only screen and (max-width:768px) {

	.carousel-caption h3{
		margin-bottom: .5rem;
	}

	.carousel-caption p{
		margin-top: 1rem;
	}
}
@media only screen and (max-width:767px) {
	
	
    .fallbackImg {
        display: inline-block;
    }
    .backVideo iframe {
        display: none;
    }
    video {
        display: none;
    }
    .videoVolumnOnOffButton,
    .videoPlayPause {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    /* .carousel-caption h2 {
        font-size: 0.7rem;
    }
    .carousel-caption h3 {
        font-size: 2rem;
    }
    .carousel-caption p {
        font-size: 0.9rem;
    }*/
}
@media only screen and (max-width:400px){

    .carousel-caption h2 {
        font-size: 2.875rem;
    }
    .carousel-caption h3 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    .carousel-caption .frmSearch {
        margin-bottom: .5rem;
    }
    .carousel-caption p {
        font-size: 0.9rem;
		margin-bottom:.5rem;
    }
}
@media only screen and (max-width:350px){
  
}