

/*@font-face {
  font-family: 'GEFlow-Bold';
  src: url('../fonts/GEFlow-Bold.eot');
  src: url('../fonts/GEFlow-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/GEFlow-Bold.woff2') format('woff2'),
      url('../fonts/GEFlow-Bold.woff') format('woff'),
      url('../fonts/GEFlow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GEFlow';
  src: url('../fonts/GEFlow.eot');
  src: url('../fonts/GEFlow.eot?#iefix') format('embedded-opentype'),
      url('../fonts/GEFlow.woff2') format('woff2'),
      url('../fonts/GEFlow.woff') format('woff'),
      url('../fonts/GEFlow.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/Raleway-Medium.eot');
  src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Raleway-Medium.woff2') format('woff2'),
      url('../fonts/Raleway-Medium.woff') format('woff'),
      url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}*/





.container{
  max-width: 1200px;
}

body {
    background-color: white !important;
    color: #333333;
    /*font-family: 'GEFlow';*/
    overflow-x: hidden;
    direction: ltr;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6{
  /*font-family: 'GEFlow-Bold';*/

}



p{
  /*font-family: 'GEFlow';*/
  font-size: 16px;
}

a{
  /*font-family: 'GEFlow';*/
}
.mainHeader {
    /*background-color: rgba(255,255,255,0.9);*/
    height: 115px;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    box-shadow: 9px 4px 4px #00000012;
}
.navbar-brand {
  padding-top:0;}

.searchLan{
  padding-top: 43px;
}


.searchLan a{
  /*font-family: 'Raleway-Medium';*/
  font-size:14px ;
}


#slider-animation{
  position: relative;

z-index: 0;
}



.slide1{
  background-image:url(../images/slide1.png) ;
  background-size: cover;
  height:708px ;
  background-position: center;
  border-radius: 0px 0px 0px 230px;
  position: relative;
  background-attachment: fixed;

}

.slide2{
  background-image:url(../images/slide2.png) ;
  background-size: cover;
  height:708px ;
  background-position: center;
  border-radius: 0px 0px 0px 230px;
  position: relative;
  background-attachment: fixed;
}




.slide3{
  background-image:url(../images/slide1.png) ;
  background-size: cover;
  height:708px ;
  background-position: center;
  border-radius: 0px 0px 0px 230px;
  position: relative;
  background-attachment: fixed;
}


.textin{
  position: absolute;
  top: 49%;
  margin-left: 49px;
  text-decoration: none;
  z-index: 100;
  width: 51%;
}


    .textin h1 {
        font-size: 40px;
        /*font-family: 'GEFlow-Bold';*/
        text-decoration: none;
        text-transform: uppercase;
        margin-bottom: 60px !important;
    }

.textin p{
  font-size:21px ;

  } 


  .nav-link {
    display: block;
    padding: .5rem 1rem;
      padding-right: 1rem;
      padding-left: 1rem;
    color:black;
    font-size:20px ;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
    padding-left: 108px;
  }


  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: .9rem;
      padding-right: .9rem;
    }
  }

  .searchLan a{
    color:black;
    text-decoration: none;
  }

  .white{
    color:white;
  }



  .shapediv{
    /*background-image:url(../images/shape.png) ;*/
    background-position: left center;
  top: 30%;
  height:431.61px ;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  }



  .mainbtn{
    background-color:white ;
    border-radius:25px ;
    border:none;
    padding:10px 60px ;
    font-size:19px ;
  }

  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    z-index: 10000;
  }


.searchinput {
    width: 60%;
    height: 44px;
    border-radius: 30px;
    border: 1px solid gray;
    padding: 0px 20px;
    /*font-family: 'Raleway-Medium' !important;*/
}

  
.searchLan .btn {
  padding: 0;
}

.section1{
  background-image:url(../images/pattern1.png) ;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 500px;
  padding-top:30px ;
  padding-bottom:100px ;
}



.carousel-control-prev-icon {
    background-image: url("../images/right.png");
    position: relative;
    top: 29.5%;
    left: 132%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}




.carousel-control-next-icon {
  background-image: url("../images/left.png");
  position: relative;
  left: 400%;
  top: 29.5%;

}


.bluebtn {
  background-color:#D8611B;
  border-radius: 31px;
  color: white;
  font-size: 16px;
  border: none;
  padding: 10px 40px;
  /*font-family: 'GEFlow';*/
}

input::placeholder{
  /*font-family: 'GEFlow';*/
}

.mainbtn:hover{
  background:#D8611B ;
  transition:0.5s ease-in ;
  color:white;
}


.flip-card {
 background-color: transparent;
  width: 97%;
  height: 489px;
  perspective: 1000px;
  border-radius:27px ;
}

.flip-card-inner {
  
  position: relative;
  width:100%;
  height: 489px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*backface-visibility: hidden;*/
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  background-image: url(../images/flip1.png);
  background-size:cover ;
  color: black;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 27px;
  padding-bottom: 36px;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* This will apply to Chrome only */

    .flip-card-inner .flip-card-front {
        backface-visibility: hidden;
    }
    .flip-card-inner .flip-card-back {
        backface-visibility: visible;
    }
    
}

    .flip-card-back {
        background-color: #D8611B;
        color: white;
        transform: rotateY(180deg);
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 27px;
        padding: 20px;
    }
.section1 h3 {
  font-size: 30px;
  /*font-family: 'GEFlow-Bold';*/

  color: #fff;
}


.orangebtn {
    background-color: #D8611B;
    border-radius: 31px;
    color: white;
    font-size: 16px;
    border: none;
    padding: 13px 70px;
    /*font-family: 'GEFlow';*/
    margin-top: 20px;
}

.whitebtn{
  background-color:white;
  border-radius: 31px;
  color: black;
  font-size: 16px;
  border: none;
  padding:13px 70px;
  /*font-family: 'GEFlow';*/
  margin-top:20px ; 
}



.greenbtn {
  background-color:#14724D;
  border-radius: 31px;
  color: white;
  font-size: 16px;
  border: none;
  padding:13px 70px;
  /*font-family: 'GEFlow';*/
  margin-top:20px ;
}



.flip-card2 {
  background-color: transparent;
   width:  97%;
   height: 489px;
   perspective: 1000px;
   border-radius:27px ;
 }
 
 .flip-card-inner2 {
   
   position: relative;
   width:100%;
   height: 489px;
   text-align: center;
   transition: transform 0.6s;
   transform-style: preserve-3d;
   backface-visibility: hidden;
   -moz-backface-visibility: hidden;
 }
 
 .flip-card2:focus {
     outline: 0;
 }
 
 .flip-card2:hover .flip-card-inner2,
 .flip-card2:focus .flip-card-inner2{
   transform: rotateY(180deg);
 }
 
 .flip-card-front2,
 .flip-card-back2 {
   position: absolute;
   width: 100%;
   height: 100%;
 }
 
 .flip-card-front2 {
   background-image: url(../images/flip2.png);
   background-size:cover ;
   color: black;
   z-index: 2;
   display: flex;
   justify-content: center;
   align-items: flex-end;
   border-radius: 27px;
   padding-bottom: 36px;
 
 }
 
 .flip-card-back2 {
   background-color:#14724D;
   color: white;
   transform: rotateY(180deg);
   z-index: 1;
   display: flex;
 flex-direction: column;
   justify-content: center;
   align-items: center;
   border-radius:27px ;
   padding:20px ;
 }



 
.movebtn {
  background-color:#844291;
  border-radius: 31px;
  color: white;
  font-size: 16px;
  border: none;
  padding:13px 70px;
  /*font-family: 'GEFlow';*/
  margin-top:20px ;
}



.flip-card3 {
  background-color: transparent;
  width:100%;
   height: 489px;
   perspective: 1000px;
   border-radius:27px ;
 }
 
 .flip-card-inner3 {
   
   position: relative;
   width: 97%;
   height: 489px;
   text-align: center;
   transition: transform 0.6s;
   transform-style: preserve-3d;
   backface-visibility: hidden;
   -moz-backface-visibility: hidden;
 }
 
 .flip-card3:focus {
     outline: 0;
 }
 
 .flip-card3:hover .flip-card-inner3,
 .flip-card3:focus .flip-card-inner3{
   transform: rotateY(180deg);
 }
 
 .flip-card-front3,
 .flip-card-back3 {
   position: absolute;
   width: 100%;
   height: 100%;
 }
 
 .flip-card-front3 {
   background-image: url(../images/flip3.png);
   background-size:cover ;
   color: black;
   z-index: 2;
   display: flex;
   justify-content: center;
   align-items: flex-end;
   border-radius: 27px;
   padding-bottom: 36px;
 
 }
 
 .flip-card-back3 {
   background-color:#844291;
   color: white;
   transform: rotateY(180deg);
   z-index: 1;
   display: flex;
 flex-direction: column;
   justify-content: center;
   align-items: center;
   border-radius:27px ;
   padding:20px ;
 }


.section2 {
    background-image: url(../images/Amman.jpg);
    min-height: 804px;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
}

 .paddingTop{
  /*padding-top: 100px;*/
 }

 .paddingTop2{
  padding-top: 130px;
 }


 #myTab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color:white;
  background-color: #D69D1B;
  border-color:transparent;
  border-radius: 25px;
}


 .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  color:white;
  background-color: rgba(255,255,255,0.4);
  border-radius: 25px;
  padding: 10px 37px;

}
/*.nav {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center !important;
}*/

.nav-tabs {
  border-bottom:none;
}

.news{
  padding-top:50px ;
  padding-bottom:50px ;
  background-image:url(../images/pattern1.png) ;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.bluebtn2{
  background-color:#4DB5AF;
  border-radius: 31px;
  color: white;
  font-size: 16px;
  border: none;
  padding:12px 50px;
  /*font-family: 'GEFlow';*/
  margin-top:20px ;
}

.bluebtn2:hover{
  background-color:#307e7a;
  transition:0.5s ease-in ;

}
.whitebtn:hover{
  background-color:#D69D1B;
  transition:0.5s ease-in ;
  color:white; 
}

.card-title{
  font-size: 17px;
  padding-top:10px ;
}


/*.card-body {
  flex: 1 1 auto;
  padding: 20px 20px;
}*/

.card-text{
  color:#959191;
  font-size: 15px;
}

/*.card {
    box-shadow: 0px 1px 4px #0000002e;
    border-radius: 30px 30px 30px 30px !important;
}*/


/*.card-img-top {
  width: 100%;
  border-radius: 30px 30px 0px 0px !important;
}*/

/*.card a{
  color:#4DB5AF;
  font-size: 17px;
  text-decoration: none;;
}*/


.card a:hover{
  color:#3c8a86;
  font-size: 17px;
  text-decoration: none;;
}

.socialmedia{
  background-image:url(../images/socialmediabg.png) ;
  min-height:606px ;
  background-size: cover;
  background-attachment: fixed;
  border-radius:186px 0px 0px 0px ;
  padding-top:50px ;

}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}


.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 13rem;
  padding: .5rem 0;
  margin: 0;
    margin-top: 0px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color:white;
  background-clip: padding-box;
  border: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  border-radius: 0px;
}

.dropdown-menu hr{
  margin: 0;
}

.dropdown-menu[data-bs-popper]{
  top: 111%;
  left: 0;
  margin-top: .125rem;
  padding: 0;
}


.logos {
    padding-top: 80px;
    background: white;
    padding-bottom: 80px;
}
    /*.logos .hvr-float:nth-child(1), .logos .hvr-float:nth-child(2) {
        margin-top:38px;
    }*/
    /*.footer {
        background-image: url(../images/footerbg.png);
        background-position: center;
        background-size: contain;
        min-height: 254px;
        background-attachment: fixed;
        padding-top: 39px;
    }*/

.nav-link:focus, .nav-link:hover {
    color: #D8611B;
}
.section2 .nav-link:focus, .section2 .nav-link:hover
{
    color:#fff !important;
}


.dropdown-item {
    padding: 10px 1rem;
}


  .dropdown-item:focus, .dropdown-item:hover {
    color:white;
    background-color: #D8611B;
    transition:0.5s ease-in ;
    
  }


/*.footer p, .newSizeAnchor {
    color: white;
    font-size: 18px !important;
}*/
.footerSubItems {
    list-style-type: none;
    padding-left:0px !important;
}
.footerSubItems a{
    padding-left:0px !important;
}


.footer a {
    color: white;
    font-size: 15px;
    margin-bottom: 7px;
    text-decoration: none;
}

.footer a:hover{
  color:#D69D1B;
transition: 0.5s ease-in;
}
.powerdby p{

  font-size: 15px;

}

.powerdby a{
  /*font-family: 'Raleway-Medium';*/
  font-size: 15px;

}


.facebookdiv{
  margin-top:40px ;
  background-color:white; 
  border-radius: 20px;
  height:319.86px ;
  position: relative;
  width:100%;
  /*overflow: scroll;
  overflow-x: scroll;*/
  padding: 30px;

}

.twitterdiv{
  margin-top:40px ;
  background-color:white; 
  border-radius: 20px;
  height:319.86px ;
  position: relative;
  width:100%;
  /*overflow: scroll;
  overflow-x: scroll;*/
  padding: 30px;
}
.socialLogo{
  position: absolute;
  top: 145px;
  left: 44px;
  z-index: 100;
}


.owl-carousel .owl-nav .owl-prev {
  background-image:url(../images/next.png) !important ;
  background-size: cover;
  width: 50px;
height: 50px; ;
background-color:transparent ;
border:none;
position: absolute;
left: -81px;
top: 50%;

} 


.owl-carousel .owl-nav .owl-next {
  background-image:url(../images/prev.png) !important ;
  background-size: cover;
  width:50px;
height: 50px; ;
background-color:transparent ;
border:none;
position: absolute;
left: -81px;
top: 50%;
}


.mobile-logo {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 60px;
}
#imgLogoResponsive{
    width:80%;
}
.innerheader {
    /* background: #f6f6f6; */
    padding-top: 35px;
    padding-bottom: 5px;
    /* background-image: url(../images/pattern1.png); */
    background-attachment: fixed;
}

.innerborder {
    height: 6px;
    background-color: #a07839 !important;
}

.share i {
  color: #999b9f;
  font: 16px;
}

.breadcrumb-item a {
  color: #1D1D1D;
  text-decoration: none;
  font-size: 17px;
}

.SecondaryTxtColor {
    color: #a07839 !important;
}



.mainTxtColor {
  color:#14724D;
}

.contentbdody {
  min-height: 400px;
  padding-bottom: 100px !important;
  margin-top: 40px;
}



.rate{
  border-top:1px solid #dbdbdb;
  padding:10px 0px ;
 }

 .hb-ratingbar {
  position: relative;
  width: 114px;
  height: 23px;
  overflow: hidden;
  cursor: pointer;
top:5px;
}

.hb-ratingbar:hover .filled {
  background: #ffb628;
}
.hb-ratingbar .unfilled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  z-index: 1;
}
.hb-ratingbar .filled {
  position: absolute;
  transition: 0.2s width ease;
  top: 0;
  left: 0;
  height: 100%;
  background: #f4a100;
  z-index: 2;
}
.hb-ratingbar .cover {
  color: #fff;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hb-ratingbar[data-rated="0"] .filled {
  width: 0%;
}
.hb-ratingbar[data-rated="0.5"] .filled {
  width: 10%;
}
.hb-ratingbar[data-rated="1"] .filled {
  width: 20%;
}
.hb-ratingbar[data-rated="1.5"] .filled {
  width: 30%;
}
.hb-ratingbar[data-rated="2"] .filled {
  width: 40%;
}
.hb-ratingbar[data-rated="2.5"] .filled {
  width: 50%;
}
.hb-ratingbar[data-rated="3"] .filled {
  width: 60%;
}
.hb-ratingbar[data-rated="3.5"] .filled {
  width: 70%;
}
.hb-ratingbar[data-rated="4"] .filled {
  width: 80%;
}
.hb-ratingbar[data-rated="4.5"] .filled {
  width: 90%;
}
.hb-ratingbar[data-rated="5"] .filled {
  width: 100%;
}
.storyAnchor{
    text-decoration:none;
    color:black;
}
    .storyAnchor:hover {
        color: white;
    }
.tabsContent h1 {
    margin-bottom: 30px;
}
.tabsContent p {
    color: white;
    margin-bottom: 60px;
}

.noDecore {
    text-decoration: none;
    color: white !important;
}
.socialmedia p{
    color:white;
}
#owl-carousel4 .owl-item {
    margin-left:0px;
}
.globalmenu li {
    display: block;
    border-bottom: 1px solid #B7B7B7;
    padding: 13px 2px;
}
    .globalmenu li a {
        text-decoration: none;
        color: #333333;
    }
        .globalmenu li a:hover, .breadcrumb-item a:hover {
            color: #a07839;
        }

.btn-search {
    border-radius: 0;
    padding: 2px 8px;
    color: #fff;
}
.margin-top2 .readmore {
    margin-top: 32px;
    height: 35px;
    text-decoration:none;
    color:white;
}
.btn-custom-style {
    margin-top: 26px;
    border-radius: 5px;
}
    .btn-custom-style .readmore {
        margin-top: 0px;
        text-decoration: none;
        padding: 8px 30px;
        border-radius: 5px;
    }
.readmore {
    padding: 5px 25px;
    text-align: left;
    width: 150px;
    height: 39px;
    color: white;
    background-color: #4DB5AF;
    border-radius: 5px;
}
.hvr-sweep-to-right::before {
    background-color: #a07839;
    border-radius: 5px;
}
.readmore2 {
    padding: 5px 10px;
    text-align: left;
    width: 150px;
    height: 39px;
    color: white;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #D1D1D1;
}
    .readmore2 a {
        color: #a07839 !important;
        text-decoration: none;
    }
    .readmore2:hover a, .readmore2:hover i {
        color: white !important;
    }

.no-decoration {
    text-decoration: none;
    color: #333333;
}
    .no-decoration:hover {
       color: #4DB5AF;
    }
.sitemap-block .card-title a{
    font-weight:bold;
}
.sitemap-block .card-title a, .sitemap-block .media-body a, .sitemap-block .card-text {
    color: #333333;
    text-decoration: none !important;
}
.BorderClass {
    border-left: 4px solid #4DB5AF;
    padding-left: 10px;
}

.sitemap-block .card-title a:hover, .sitemap-block .card-text span:hover {
    color: #4DB5AF;
}
.searchcontent .bluebtn
{
    margin-left:20px !important;
}
.socialmedia h1
{
    margin-bottom:0px !important;
}
.powerdby p {
    font-size: 15px !important;
}
.socialmediainfo
{
    position:relative;
    left:35px !important;
}

.bg-l-grey {
    background-color: #f9f9f9;
}
.bdr-secandery {
    border-color: rgb(216, 97, 27) !important;
}
.breadcrumb-item.active {
    color: #000 !important;
}
.itemDirection input {
    /*transform: rotate(180deg);*/
    float: left;
    padding: 10px 11px;
}
.CurrentPageClass, .NumericClass {
    border: 1px solid #777;
    padding: 3px 8px 0px 8px;
    transition: all 0.5s;
    color: #777;
    cursor: pointer;
    float: left;
    height: 31px;
    margin-left:5px !important;
    border-radius:50%;
    text-decoration:none;
    width:31px;
}
.CurrentPageClass {
    color: #fff;
    background: #a47e43;
    cursor: pointer;
}
.nextPreviousButtonCSS
{
    float:left;
}
.divDocument .font-bold{
    font-weight:bold;
}
#st-1, #st-2 {
    z-index: 10 !important;
}
.blockview .readmore2:hover, .blockview .readmore2:hover a, .blockview .readmore2:hover i {
    color: white !important;
}
.videoGallerySection .readmore2 a{
    color:black;
}
/*.videoGallerySection .readmore2 i, .arrowColor, .videoGallerySection .readmore2 a {
    color: #a07839 !important;
}*/
.videoGallerySection .readmore2:hover a, .videoGallerySection .readmore2:hover i{
    color:white;
}

.block-readmore {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
}

.globalmenu li a {
    font-size: 17px;
}

.globalmenu span {
    font-size: 18px;
    font-weight: bold;
}

.whiteText{
    color : white !important;
}
.PrimaryTxtColor {
    color: #a07839 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
}
#owl-carousel3 .item {
    transform: scale(0.9);
    background-size: cover;
    background-repeat: no-repeat;
}

#owl-carousel3 .cards {
    width: 100%;
    background-color: rgba(0,0,0,0.7)
}

