html {
    scroll-behavior: smooth;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box !important;
}

#site-logo {
    transition: all 0.7s;
}

/* content {
    padding: 5rem !important;
    margin: 0 !important;
} */

h1 {
    /* margin-top: 2rem !important; */
    margin-bottom: 2rem !important;
    position: relative !important;
    font-weight: bolder !important;
    /* top: -200px !important; */
    /* font-family: 'Lucida Grande', 'Times New Roman', Times, serif; */
    /* font-family: 'Raleway', sans-serif; */
    font-family: "Montserrat", Sans-serif;
    font-size: 3rem;
    color: #222;
    /* text-shadow: rgb(0 0 0 / 30%) -1px -1px 0px, rgb(0 0 0 / 30%) -1px 1px 0px, rgb(0 0 0 / 30%) 1px 1px 0px, rgb(0 0 0 / 30%) 1px -1px 0px; */
    /* text-shadow: #fff -1px -1px 0px, #333 -1px 1px 0px, #000 1px 1px 0px, #000 1px -1px 0px; */
    /* color: #e7efdc !important; */
    /* text-shadow: 5px 5px 10px rgb(0 0 0 / 20%); */
    /* text-shadow: #fff -1px -1px 0px, #333 -1px 1px 0px, #333 1px 1px 0px, #333 1px -1px 0px; */
    letter-spacing: .3rem;
}

h1 b {
    font-size: 3rem;
}

h1 strong {
    color: #f5d10d !important;
    /* text-shadow: #fff -1px -1px 0px, #333 -1px 1px 0px, #000 1px 1px 0px, #000 1px -1px 0px; */
}

p {
    font-size: 1.2rem;
}

hr {
    border-top: 1px solid #404040 !important;
}

sup{
    color: #ffffff;
    float: right;
    margin-top: 5px;
    font-weight: normal;
    letter-spacing: 2px;
    right: -15px;
    position: relative;
    animation: blinker 1s infinite;
}

.ybo-frame{
    min-height: 500px;
}

.ybo-enlarge {
    height: 119px;
}


/* .ybo-enlarge:hover {
    transform: scale(1.5);
    position: relative;
    transition: linear .5s;
} */

.ybo-button-left button, .ybo-button-right button{
    max-width: 200px;
}

.ybo-rfq img, .ybo-book img{
    transition: transform .7s ease-in-out;
    box-shadow: #fff -1px -1px 0px, #333 -1px 1px 0px, #000 1px 1px 0px, #000 1px -1px 0px;
    border-radius: 50%;
    max-height: 150px;
}


.ybo-rfq:hover img, .ybo-book:hover img{
    transform: rotate(360deg);
}

@keyframes blinker {
  from {color: #f5d10d;}
  to {color: ffffff;}
}

.ybo-link-separator{
    font-size: 23px;
    color: #dee2e6 !important;
    font-weight:normal !important;
    margin: 0.5rem;
    padding: 0;
    list-style: none;;
}

.fa {
    font-size: 2rem;
    color: #cc8500 !important;
}

.fa-2x {
    font-size: 1.5em !important;
    color: #cc8500 !important;
}

.card {
    padding: 0 !important;
    margin: 1rem 0 !important;
}

.ybo-fixed-size-img{
    width: 100%;
    height: 15vw !important;
    object-fit: cover;
    
}

.ybo-img-blurred-edges {
    /* background-image: url("images/urban.jpg"); */
    box-shadow: 0 0 4px 4px #030303 inset;
    /* min-height: 500px; */
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* background: url(http://pic2.ooopic.com/11/26/30/31b1OOOPIC48.jpg) left top no-repeat; */
    box-shadow: 25px 25px 50px 0 white inset, -25px -25px 50px 0 white inset; 
}

.ybo-img-blurred-edges-pt {
    /* background-image: url("images/urban.jpg"); */
    /* box-shadow: 0 0 8px 8px #030303 inset; */
    box-shadow: inset 0px 11px 8px -10px #000, inset 0px -11px 8px -10px #000;
}

.ybo-mask-black {
    background: rgb(0 0 0 / 50%);
}
/* horizontal group list */
/* .ybo-top-negative-position-h1 {
    display: inline;
    top: -13px;
}

.tab-pane {
    position: relative;
    top: -48px;
}

.list-group-horizontal {
    z-index: 1;
    background: transparent !important;
} */
.icon-bar-header{
    position: fixed;
    top: 220px;
    right:0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.7s;    
    background: rgb(230 214 0 / 50%);
    border-radius: 7px 0 0 7px;
    font-weight: bold;
}
.icon-bar-header:hover{
    background: #e6d600;
}
/* .icon-bar-header a:hover .fa-3x{
    display: block !important;
} */
.icon-bar-header a, .icon-bar-header a .fa-3x{
    color: #033674 !important;
    /* font-size: 2rem !important; */
    /* text-shadow: #fff -1px -1px 0px, #333 -1px 1px 0px, #000 1px 1px 0px, #000 1px -1px 0px; */
}

/* contact links fixed */

.icon-bar-contact{
    position: fixed;
    top: 50%;
    right:0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    transition: all 0.7s;    
    background: rgb(0 0 0  / 50%);
    border-radius: 7px 0 0 7px;
}

.icon-bar-contact a .fa-2x{
    color: #e7efdc !important;
    /* font-size: 2rem !important; */
    /* text-shadow: #fff -1px -1px 0px, #333 -1px 1px 0px, #000 1px 1px 0px, #000 1px -1px 0px; */
}

.icon-bar-contact:hover {
    background: rgb(0 0 0 / 50%);
}

.icon-bar-contact:hover a .fa-2x{
    color: #222 !important;
}

.icon-bar-contact a:hover .fa {
    color: #e6d600 !important;
    text-shadow: #fff -1px -1px 0px, #333 -1px 1px 0px, #000 1px 1px 0px, #000 1px -1px 0px;
}
/* social media fixed */

.icon-bar-socialmedia-links {
    position: fixed;
    top: 50%;
    /* right:0; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    transition: all 0.7s;
    background: rgb(0 0 0  / 50%);
    border-radius: 0 7px 7px 0;
}

.icon-bar-socialmedia-links:hover {
    background: rgb(0 0 0 / 50%);;
}

.icon-bar-socialmedia-links a {
    display: block;
    text-align: center;
    padding: 5px;
    transition: all 0.7s ease;
    color: white;
    font-size: 20px;
    position: relative;
}

.icon-bar-socialmedia-links a:hover {
    /* border-radius: 5px; */
    
    width:80px;
}

.icon-bar-socialmedia-links a:first-child:hover {
    background-color: #3f51b5;
}

.icon-bar-socialmedia-links a:nth-child(2):hover {
    background-color: #03a9f4;
}

.icon-bar-socialmedia-links a:nth-child(3):hover {
    background-color: #0288d1;
}

.icon-bar-socialmedia-links a:nth-child(4):hover {
    background-color: #c71585;
}
.icon-bar-socialmedia-links a:nth-child(5):hover {
    background-color: #fbfbfb;
}

.card .ybo-img-link {
    /* border-radius: 50% !important; */
    background: rgb(0 0 0 / 50%) !important;
    margin-bottom: 7px;
}

.card .ybo-img-link:hover {
    background: #cc8500 !important;
}

svg:hover {
    fill: #cc8500;
}

svg:hover path {
    fill: #cc8500;
}

svg:hover plygon {
    fill: #cc8500;
}

svg:hover circle {
    fill: #cc8500;
}

a{ color: #2c3e5f;}
a:link { text-decoration: none}
a:visited { text-decoration: none !important; }
a:hover { text-decoration: none !important; }
a:active { text-decoration: none !important;}
a.highlightened { 
    color: #d3dd88 !important; 
    font-size: 1rem;
}

a.navbar-brand.highlightened { 
    /* font-family: 'Lucida Grande', 'Times New Roman', Times, serif; */
    font-family: "Montserrat", Sans-serif;
    font-size: 2.5rem;
}

a.highlightened:hover { 
    color: #f5d10d !important; 
}
.nav-pills .nav-link.active{
    background: #e1ebf2 !important; 
    color: #196e98 !important;
}
/* Nav menu bar */

.scrolled-fixed-navbar {
    background: rgba(0,0,0, 0.4) !important;
    transition: all 0.7s !important;
}

#ybo-nav-bar  {
    /* background:rgba(0, 0, 0, 0.5) */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 1), color-stop(49%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1))); */
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%); */
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    /* IE6-9 */



    /* background: rgba(0, 0, 0, .8) !important; */
    transition: all 0.7s;
    /* border-bottom: 3px solid maroon; */
    padding: 0 1rem !important;
    -moz-box-shadow:    0px 0px 5px -1px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 30%);
    box-shadow:         0px 0px 5px -1px rgb(0 0 0 / 30%);

}

#ybo-nav-bar hr {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.navbar-brand {
    color: #f5d10d  !important;
    /* font-weight: bolder; */
    /* text-shadow: #fff -1px -1px 0px, #333 -1px 1px 0px, #000 1px 1px 0px, #000 1px -1px 0px; */
    font-family: "Poppins", sans-serif !important;
    font-size: 2.5rem !important;
    margin-left: 3rem; 
}

.navbar-brand img {max-width: 400px; opacity: 0.8; position: absolute; top: 55px;}
.navbar-brand img:hover {opacity: 1;}
.navbar-dark .nav-item .nav-link {
    /* color: #2c3e5f !important; */
    color: #e7efdc !important; 
    /* font-weight: bold; */
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: 500;
}
.navbar-dark .nav-item.active .nav-link {
    color: #e6d600 !important;
    /* background: #2c3e5f; */
    /* background: #cc8500; */
    position: relative;
    /* text-transform: uppercase; */
    border-radius:3px;
    height: calc(100% + 25%);
    /* background-image: linear-gradient(#f9f9f9, #333); */
    /* text-shadow: #fff -1px -1px 0px, #333 -1px 1px 0px, #000 1px 1px 0px, #000 1px -1px 0px; */
}

/* .navbar-dark .nav-item:not(.dropdown).active .nav-link {
    color: #f5d10d !important;
    background: #116530;
    position: relative;
    text-transform: uppercase;
} */
/* .navbar-dark .nav-item.dropdown.active .nav-link {
    color: #fff01f !important;
} */

.navbar-dark .nav-item.dropdown.active .dropdown-menu .dropdown-item.active {
    color: #fff01f !important;
    background: #033674c2 !important;
}

.navbar-dark .nav-item.dropdown.active .dropdown-menu .dropdown-item.active:after {
    display: none;
}

.navbar-dark .nav-item:focus .nav-link,
.navbar-dark .nav-item:hover .nav-link .fa, .ybo-widget-1 a:hover .fa, .ybo-widget-2 a:hover .fa {
    color: #f5d10d !important;
    text-shadow: #333 -1px -1px 0px, #333 -1px 1px 0px, #333 1px 1px 0px, #333 1px -1px 0px;
}

.main-links .nav-item .nav-link {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}


.navbar-dark .nav-item:not(.active) .nav-link:hover {
    /* color: #ff5400 !important; */
    color: #e6d600 !important; 
}

.ybo-no-child-sub-link .nav-link::after {
    display: none !important;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    margin-left: 15px;
    display: none;
}
/* .navbar-dark .nav-item:not(.dropdown).active .nav-link:after {
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    content:"" !important;
    display:block !important; */
    /* Ads an arrow effect exploiting the way that browsers join borders together */
    /* border-left: 18px solid transparent !important;
    border-right: 18px solid transparent !important;
    border-top: 18px solid #116530 !important; */
    /* centers relative to parent */
    /* left: 40% !important; */
    /* Compensates for width of border (arrow) */
    /* margin-left: -8px !important;
    top: 100%;
  } */

  /* .navbar-dark .nav-item.active .nav-link:after { */
    /* width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    content:"" !important;
    display:block !important; */
    /* Ads an arrow effect exploiting the way that browsers join borders together */
    /* arrow bottom */
    /* border-left: 18px solid transparent !important;
    border-right: 18px solid transparent !important;
    border-top: 18px solid     color: #2c3e5f !important; */
    /* centers relative to parent */
    /* left: 40% !important; */
    /* Compensates for width of border (arrow) */
    /* margin-left: -8px !important;
    top: 100%; */
  /* } */

.navbar-collapse {
    flex-grow: initial !important;
    position: relative;
    margin-bottom: auto;
    margin-left: auto;
}

.main-links a {
    font-size: 1.2rem !important;
}

.main-links .dropdown-item {
    font-size: 1rem !important;
}

.main-links .dropdown-item:hover {
    /* background: none !important; */
    color: #0056b3 !important;
    /* text-shadow: #333 -1px -1px 0px, #333 -1px 1px 0px, #333 1px 1px 0px, #333 1px -1px 0px !important; */
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    transition: 1.5s linear;
}

/* nested drop-down menu */
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
    
}

.dropdown-menu{
    border: none !important;
    min-width: 250px !important;
    border-radius: 0 !important;
    /* background: rgb(0 0 0 / 70%) !important; */
    background: transparent !important;
    margin: 0;
}

.dropdown-item{
    padding: 0.5rem 1rem !important;
}

/* .dropdown-item:hover, .list-group-item .nav-link:not(.active):hover{
    background: #e9ecef !important;
    
} */

/* float after */
.dropdown-menu > li > a:after, .dropdown-menu > li:focus-within > ul  {
    float: right;
    top: 12px;
    position: relative;

} 

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

/* parallax */
.parallax-main {
    background-image: url(images/urban.jpg);
    /* min-height: 500px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* form */
.ybo-contact-form {
    max-width: 500px !important;
}

.ybo-contact-form label {
    color: #dbdadb;
}

.ybo-red {
    color: #f44336 !important;
}

/* banner */
#banner {
    height: 1000px;
    background: url(images/banners/1.jpg) center;
    /* background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url(images/banner.jpg); */
    background-size: cover;
    /* margin-top: 7.9rem; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    transition: 1.5s linear;
}

/* #banner-ad{
    background: rgb(0 0 0 / 50%);
    background:rgb(11 70 25 / 50%);
}*/

#banner .content{
    background: rgb(0 0 0 / 50%);
}

#banner a:not(.text-dark), .ybo-green-button a {color: #f2eae2 !important;}

#banner h1, .parallax-main h1 {
    color: #e7efdc !important;
    /* text-shadow: 5px 5px 10px rgb(0 0 0 / 20%); */
    font-size: 3rem;
    text-shadow: #fff -1px -1px 0px, #333 -1px 1px 0px, #333 1px 1px 0px, #333 1px -1px 0px;
    letter-spacing: .4rem;
}

#banner .carousel-item img {
    width: 100%;
    height: 30vw;
    object-fit: cover;
    background-position: 25% 75%;
}

.main-pge .carousel-item img {
    height: 50vw !important;
}

.carousel-item {
    transition: -webkit-transform .2s ease-in-out !important;
    transition: transform .2s ease-in-out !important;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out !important;
}

.row .mx-auto{
    /* box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%); */
    padding: 3px !important;
}

.ybo-widget-1, .ybo-widget-2 {
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
}

.ybo-widget-1 a, .ybo-widget-2 a, .dropdown-item{
    color:#222 !important;
    font-weight: bold !important;
}

.ybo-widget-1 .row .card, .ybo-widget-2 .row .card{
   border-style: none !important;
}

.ybo-widget-1, .row .mx-auto:nth-child(odd) .card-body, .row .mx-auto:nth-child(even) .img-fluid:not(.ybo-bg-transparent){
    background-image: linear-gradient(170deg, #f8f9fa 50%, #edf3f7 36%) !important;
}

.ybo-widget-2, .row .mx-auto:nth-child(even) .card-body, .row .mx-auto:nth-child(odd) .img-fluid:not(.ybo-bg-transparent){
    background-image: linear-gradient(10deg, #f8f9fa 50%, #edf3f7 36%) !important;
}


.ybo-sub-section1{
    background-image: linear-gradient(15deg, #edf3f7 50%, #f8f9fa 36%);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
    scroll-margin-top: 13rem;
}

.ybo-sub-section2{
    background-image: linear-gradient(160deg, #edf3f7 50%, #f8f9fa 36%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    scroll-margin-top: 13rem;
}

.ybo-small-title{
    font-size: 13px;
    font-weight: 500;
    position: relative;
    top: -20px;
}

.hl{
    color: #043674;
    text-shadow: #fff -1px -1px 0px, #4594cb -1px 1px 0px, #033674 1px 1px 0px, #033674 1px -1px 0px;
    font-weight: 1000;
    font-size: 3rem;
    letter-spacing: 3px;
}

/* ybo side ways */
.ybo-left-5 {
    left: -5rem;
}

.ybo-right-5 {
    right: -5rem;
    background-color: transparent;
}

.bg-side-style {
    /* background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url("images/black-ribbon-with-gold-red-stripes.png"); */
    background-image: linear-gradient(to right,rgba(255,255,255,0.3), rgb(43 62 96 / 50%));
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    /* opacity: 0.5; */
    width: auto;
    height: 50%;
    z-index: 2; 
}

.bg-side-style2 {
    /* background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url("images/black-ribbon-with-gold-red-stripes.png"); */
    background-image: linear-gradient(to left,rgba(255,255,255,0.3), rgb(43 62 96 / 50%));
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    /* opacity: 0.5; */
    width: 50%;
    height: auto;
    z-index: 2; 
}
/* end ybo side ways */

/* ybo colors */

.ybo-spacer {
    background: #2c3c4f;
}

.ybo-bg-cream {
    background: #E9EFC0 !important;
}

.ybo-yellow {
    color: #e6d600 !important;
    text-shadow: #fff -0.5px -0.5px 0px, #333 -0.5px 0.5px 0px, #333 0.5px 0.5px 0px, #333 0.5px -0.5px 0px;
    font-weight: 500 !important;
}

.ybo-bg-transparent-black {
    background: rgb(0 0 0 / 50%) !important;
}

.ybo-bg-transparent{
    background: transparent !important;
}


.ybo-orange{
    color: #cc8500 !important;
}

.ybo-green {
    color: #1A4D2E;
}
.ybo-bg-darkblue{
    background: #2c3e5f !important;
}

.ybo-blue-button{
    background: #2c3e5f !important;
}

.ybo-bg-green{
    background: rgb(0 0 0 / 50%) !important;
}

.ybo-hl{
    color: #f5d10d !important;
    font-size: 1.3rem !important;
}

.ybo-bg-black {
    background: #050505 !important;
}

.ybo-neon-yellow {
    color: #e6e600 !important;
    /* text-shadow: 5px 5px 10px rgb(0 0 0 / 70%); */
    /* text-shadow: #fff -1px -1px 0px, #333 -1px 1px 0px, #000 1px 1px 0px, #000 1px -1px 0px; */
    text-shadow: #fff -1px -1px 0px, #333 -1px 1px 0px, #333 1px 1px 0px, #333 1px -1px 0px;
}

.ybo-light-green{
    color: #e7efdc !important;
}

.ybo-cream-green{
    color: #dbdadb !important;
    text-shadow: #fff -0.8px -0.8px 0px, #333 -0.8px 0.8px 0px, #333 0.8px 0.8px 0px, #333 0.8px -0.8px 0px;
    letter-spacing: 2px;
}

.ybo-bg-light-green {
    background: #f8f9fa !important;
}

.ybo-bg-light-gray {
    background: transparent !important;
}

/* end ybo colors */

/* colors for black background */
.ybo-ligth-2{
    color: #b3a700 !important;
    margin-bottom: 1rem;
}

.ybo-light {
    color: #aaa !important;
    letter-spacing: 2px;
    font-weight: 500;
    word-spacing: 3px;
}

/* end colors for black background */


/* ybo list */

.list-group-item:nth-child(odd) {
    background: #ffffffb3;
}

.list-group, .list-group-item:nth-child(even) {
    background: #ffffff80;
}


.list-group-item{
    padding: 0px !important;
    border: none !important;
}

.list-group-horizontal  .list-group-item{
    background: transparent;
}


.bg-transparent .list-group-item{
    background: transparent !important;
}
/* end ybo list */

.ybo-auto-height {
    align-self: flex-start;
}

/* top button */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    left: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #253e65; /* Set a background color */
    background: #253e65;
    color: #f2ea7f; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px 18px; /* Some padding */
    border-radius: .25rem; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    border: 1px solid #aaa;
    /* transition: all 0.7s !important; */
  }

#myBtn .fa{
color: #f2ea7f !important;
}

/* forms style */

.ybo-form-center {
    max-width: 500px !important;
}

.text-indented{
    text-indent: 3rem;;
}

/* footer */

footer .container-fluid {
    background: rgb(0 0 0 / 80%);
}

footer p{
    color: #aaa;
    font-size: 1rem;
}

footer p small{
    color: #2c3e5f;
}

footer {
    background: #2c3e5f;
    background-image: url('images/worldmap.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

footer a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.1rem;
    color: #eef2d2 !important;
}

footer a:hover{
    color: #f5d10d !important;
}

footer a.active{
    color: #f5d10d !important;
}

footer ul{
    display:flex;
    justify-content: center;
    flex-direction: row;
}

footer li {
    list-style: none;
    color: #ffffff; 
    margin: 0 5px;
}

.ybo-awards .col-3 img{
    max-width: 290px;
}
/* carousel */
.controls-middle {
    position: relative;
    top: -135px !important;
}

.controls-middle .fa-angle-right {
    position: relative;
    left: 13px !important;
    color: #333;
}

/* lightbox */
.lightbox-gallery .item {
    
    padding-bottom: 30px;
}

.lightbox-gallery img:not(.ybo-logo){
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

img.ybo-img {
    width: 100%;
    height: 24vw;
    object-fit: cover;
}

/* Testimonial */
 
.demo{ background: transparent; }
.testimonial{
    background: rgb(0 0 0 / 50%);
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
    border-radius: 7px;
}
/* .testimonial:before,
.testimonial:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
} */
.testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon{
    display: inline-block;
    font-size: 80px;
    color: #bd986b;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
    font-size: 22px;
    color: #dbdadb;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #daad86;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 17px;
    color: #e6d600;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #e6d600 ;
    border: 2px solid #333;
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #e6d600 !important;
    border-color: #333;
}

.owl-carousel .owl-wrapper-outer{
    width: 100%;
    height: 30vw;
    object-fit: cover;

    
}

.owl-theme .owl-controls .owl-page span {
    width: 22px !important;
    height: 22px !important;
    background: #e7efdc !important;
}
@media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
}
/* End Testimonial */


@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: .5rem 1rem !important;

    }
}

@media screen and (min-width: 1247px) {
    .ybo-button-left {
        text-align: right;
    }
    .ybo-button-right {
        text-align: left;
    }
}

@media screen and (min-width: 1200px) {
    .center-card .card {
        max-width: 36.63vh !important;
    }
}

@media screen and (max-width: 1199px) {
    .center-card .card {
        max-width: 30.55vh !important;
    }
}
@media screen and (max-width: 767px) {
    #banner-content {padding-top: 9rem !important;}
    .ybo-rfq img, .ybo-book img{
        max-height: 100px;
    }
    .navbar-brand {
        margin-left: 0 !important;
        font-size: 2rem !important;
    }
    #ybo-nav-bar {
        background: rgba(0, 0, 0, 0.8) !important;
        justify-content: space-between !important;
    }
    .col{
        display: block !important;
    }
    #site-logo {
        max-width:200px !important;
    }
    #banner-content{
        display: block !important;
        text-align: center !important;
    }
    #banner-ad:not(.welcome-banner-ad){
        max-width: 100% !important;
        top: 25% !important;
    }
    #banner-ad h1, h1.mx-auto, .parallax-main h1, .hl, h1{
        font-size: 1.3rem !important;
    }
    
    .hl, .h5 {
        font-size: 1.1rem !important;
        text-align: left;
    }

    #banner-ad h2, .parallax-main h2, h2{
        font-size: 1.3rem !important;
        text-justify: left !important;
    }

    .icon-bar-header {
        position: fixed;
        top: 140px;
    }

    p {font-size: 0.9rem;}

    .col-8.mb-auto {
        margin-bottom: 0 !important;
    }
    .col, .col-2, .col-3, .col-4, .col-5, .col-6, .col-6 .col-6 , .col-7, .col-8, .col-9 {
        display: block !important;
        max-width: 100% !important;
        flex: 100% !important;
    }
    .col-10 {
        display: block !important;
        max-width: 100% !important;
        flex: 100% !important;
    }
    footer .col.pl-5{
        padding: 15px !important;
    }
    /* #ybo_container{
        z-index: 0 !important;
    } */
    .ybo-left-5 {
        left: auto !important;
    }
    
    .ybo-right-5 {
        right: auto !important;
    }
    .owl-carousel, .owl-carousel .owl-wrapper-outer {
        height: 100% !important;
    }
    .ybo-m-50{
        max-width: 50% !important;
    }
    .row, .container-fluid, .container, .col-12 {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .tab-content .nav-link{
        font-size: 10px !important;
        padding: 0 !important;
    }
    .lightbox-gallery img:not(.ybo-logo) {
        width: 100%;
        height: 65vw;
        object-fit: cover;
    }
    .ybo-link-separator{
        font-size: 23px !important;
        padding: 0 !important;
    }
    .icon-bar-socialmedia-links a img, .icon-bar-contact a .fa-2x {
        width: 35px !important;

    }
    .icon-bar-socialmedia-links a,.icon-bar-contact a{
        padding: 3px !important;
        text-align: center !important;
    }
    #book-now .fa-book {
        font-size: 2rem !important;
    }
    #book-now{
        font-size: 12px !important;
    }
    .ybo-prev-btn{
        right: auto !important;
    }
    .ybo-link-separator{
        margin: 0 !important;

    }
    .testimonial .description {
        font-size: 1.2rem;
    }
}

@media (min-width: 576px)
{
    .modal-dialog {
        max-width: 70% !important;
    }
}

/* YBO DESIGN ruler */
@media screen and (max-width: 767px) {
    /* * {
        display: inline !important;
    } */
    /* img {
        width: 120% !important;
        position: relative !important;
        left: -200px !important;
    } */
}

/* animation */
.reveal {
    position: relative;
    opacity: 0;
  }
  .reveal.active {
    opacity: 1;
  }
  .active.fade-bottom {
    animation: fade-bottom 1s ease-in;
  }
  .active.fade-left {
    animation: fade-left 1s ease-in;
  }
  .active.fade-right {
    animation: fade-right 1s ease-in;
  }

  @keyframes fade-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }