/*
      ============================================================
           Default Color Start
      ============================================================
*/
.th-cl,
.btn.th-cl,
.white-bg.btn,
.btn.border.th-bdr,
.th-cl.readmore-btn,
.blog-nav .pager li > a,
.port-filter li a:hover,
.port-filter li a.active,
.blog-thumb:hover .title a,
.copy-right.th-bg .social-list li a:hover
{
  color:#ff6e00;
}
/*
      ============================================================
           Default Background Color Start
      ============================================================
*/
.th-bg,
blockquote,
.btn.th-bg,
.slick-arrow,
.video-btn:after,
.video-btn:before,
.svg-icon.th-bg,
.navbar-toggle .icon-bar,
.btn.border.th-bdr:hover,
.th-cl.readmore-btn::before,
.blog-thumb figure::before,
.osr-srvices-thumb-1:hover,
.slick-dots li.slick-active button,
.oscar-header-1 .navbar  li,
.testimonial-slider .slick-arrow:hover,
.port-filter li a.active::before,
.port-filter li a:hover::before,
.port-filter li a.active::after,
.port-filter li a:hover::after,
.oscar-header-1::before,
.portfolio-thumb figure::before,
.widget-recent-blog figure::before,
.osr-pagination .page-numbers.current,
.osr-pagination .page-numbers:hover,
.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover
{
    /* background: linear-gradient(to right, rgb(255, 56, 50) 0%, rgb(255, 5, 69) 100%); */
    background: #ff6e00;
}
.oscar-header-1 .navbar li { background: rgba(255,255,255,0); }
/*
      ============================================================
           Default Border Color Start
      ============================================================
*/
.th-bdr,
.btn:hover,
blockquote,
.osr-team-thumb-1 .btn,
.blog-nav .pager li > a,
.simple-box-2:hover,
.osr-pagination .page-numbers.current,
.osr-pagination .page-numbers:hover,
.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{
    border-color: #ff3832
}

.btn{
  --box-shadow-color: #ff3832;
}

/*
      ============================================================
           Default Transition Start
      ============================================================
*/
a,
label,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
input,
.btn,
.blog,
figure,
.title,
.tags a,
.title a,
textarea,
.slick-arrow,
.navigation a,
.gsc-cursor-page,
.social-list li a,
.osr-srvices-thumb-1{
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
/*
      ============================================================
           Second Background Color Start
      ============================================================
*/

.gray-bg{
    background-color:#f7fbff/* #ebebea */;
}

{
  border-color:#f7fbff/* #ebebea */;
}

.thinn-event-thumb figure,
.thinn-event-list figure,
.th-gradient{
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #ff3832 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#ff3832 100%);
}
/*
      ============================================================
           Social Icons Background Color Start
      ============================================================
*/
.google-bg{
	color: #fff !important;
	border: none !important;
	background-color: #f0042a;
}
.twitter-bg{
	color: #fff !important;
	border: none !important;
	background-color: #55acee;	
}
.linkedin-bg{
	color: #fff !important;
	border: none !important;
	background-color: #00598e;	
}
.facebook-bg{
	color: #fff !important;
	border: none !important;
	background-color: #3b5998;	
}
.price-tag.red {
    background: #ff0000;
}
.red{
  background: #ff6363 !important;
}
.red-cl{
  color: #ff6363;
}

.green{
  background: #04ee7d !important;
}

.blue{
  background: #04baee !important;
}

.yellow{
  background: #ffd908 !important;
}
/*
      ============================================================
        Color 2 Strat
      ============================================================
*/
.th-cl2{
  color: #ff8a00 !important;
}


.search-icon a,
.search-tab-nav li.active a,
.search-tab-nav li:hover a,
.header-3 .navigation li:hover > a,
.header-3 .navigation li.active > a,
.destination-tabs .tab-nav a:hover,
.destination-tabs .tab-nav li.active a,
.header-3 .navigation .children li:hover a,
.th-bg .submit-btn.th-bg,
.th-bg2{
  background: #ff8a00 !important;
}