
@import url('https://fonts.googleapis.com/css?family=Belleza&amp;subset=latin-ext&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');

/**
  1. General
     - Variables
     - Transition
     - Shadow
     - Extra-outer

  2. Spacing
     - Padding
     - Margin

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color
     - Extra-color

  4. Pre-loader

  5. Tooltip

  6. TopBar

  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - ttm-rt-contact(HeaderIcons - Search, Cart)
     - ttm-search-overlay

  8. Footer
     - FirstFooter
     - SecondFooter
     - menu-footer-services
     - mailchimp-inputbox
     - flicker-widget

  9. GoTop BUtton
  
  10. Page-Title-Row

  11. list
   
  11. Inner-Pages
      -homepage-2
      - Services
      - error_page
      - contact-us
      - team-member-single
      - portfolio
      - blog
      - home-shop
      - element

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
/* ===============================================
    General
------------------------*/
/** Variables **/
/* body{
overflow: hidden;
} */
.border-2-primary{
    border:2px solid #f37d1f;
}
.text-primary{
    color:#f37d1f !important;
}
a {
  text-decoration: none; 
}
ul, li{ 
    padding: 0; 
    margin: 0;
    list-style: none;
}
p { 
    margin: 0 0 15px; 
}

a:focus { 
    text-decoration: none; 
}
a:focus, a:hover { 
    color: #f37d1f; 
    text-decoration: none; 
}
a, button, input { 
    outline: medium none; 
    color: #f37d1f; 
}

strong{ 
  font-weight: 600;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}

*::-moz-selection { 
    background: #f37d1f; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #f37d1f; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #f37d1f; 
    color: #fff; 
    text-shadow: none; 
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #242424;
    padding: 10px 20px;
    font-weight: 400;
    background-color: rgba(0,0,0,.03) !important;
    text-transform: inherit;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    outline: none;
    line-height: inherit;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}
textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde  {   
  color: #fff;
}
textarea:focus, select:focus, input:focus{
    box-shadow:unset !important;
    border-color:#f37d1f !important;
}
a:hover {
    color: #f37d1f;
}

menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

body { font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /*color: #828c96;*/
    /*color:#585163;*/
    color:#202124;
    /*background-color: #f9f9f9;*/
    letter-spacing: 0.3px;

}
h1, h2, h3, h4, h5, h6{ font-family: 'Poppins', sans-serif; margin-bottom: 15px; font-weight: 400; color: #232323;}
h1 { font-size: 42px; line-height: 52px; }
h2 { font-size: 38px; line-height: 48px; }
h3 { font-size: 28px; line-height: 38px; }
h4 { font-size: 24px; margin-bottom:20px; }
h5 { font-size: 18px; line-height: 20px; }
h6 { font-size: 16px; line-height: 18px; font-weight: normal;}


/*  Transition
------------------------*/

.btn, button,
.owl-item, img, span,.portfolio-filter button,.team-social, .price-table, 
.price-table:hover .price-value,.product-item:hover, .product-overlay, .product-btn,
.dropdown-item, .about-2:before, .testimonial-content, .testimonial 
.testimonial-content::after, .testimonial .testimonial-content::before,
.featured-content.featured-content-team,
.featured-thumbnail img, 
#totop{
    -webkit-transition: all 0.5s ease-in-out 0s; 
    -moz-transition: all 0.5s ease-in-out 0s; 
    -ms-transition: all 0.5s ease-in-out 0s; 
    -o-transition: all 0.5s ease-in-out 0s; 
    transition: all 0.5s ease-in-out 0s; 
}
 #site-header-menu #site-navigation .menu ul,
.featured-title,.featured-icon i,
.featured-imagebox.featured-imagebox-post-details .featured-bottom-content,
.ttm-header-icons,.site-branding,
a, .btn, i.btn, a.nav-link , .social-icons li>a,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.accordion .toggle-title a,
.ttm-menu-toggle label span{
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -moz-transition: all 0.3s ease-in-out 0s; 
    -ms-transition: all 0.3s ease-in-out 0s; 
    -o-transition: all 0.3s ease-in-out 0s; 
    transition: all 0.3s ease-in-out 0s; 
}
.site-branding img, .site-branding a,span.ttm-header-icon,
.btn span, .nav-link span, .cart-info a i, .navbar-form span , ul.products li.product .ttm-shop-icon a i{
    -webkit-transition: all 0s ease-in-out 0s; 
    -moz-transition: all 0s ease-in-out 0s; 
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s; 
    transition: all 0s ease-in-out 0s; 
}


/*  Shadow
------------------------*/
.box-shadow{
    -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}
.box-shadow1{
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.1);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.1);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.1);
}
/* Extra-outer
------------------------*/

body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 9;
    width: 100%;
    display: block;
}
body .page.sidebar-true .site-main {
    padding: 0;
    background-color: #fff;
}

.list-style-circle{
  list-style-type: circle;
}
.align-item-center{align-items: center;}

.alignright {
    float: right;
    margin: .375em 0 1.75em 1.75em;
}
/* ===============================================
    spacing
------------------------*/

/* Padding
------------------------*/
.padding-1{ padding-top: 60px; padding-bottom: 60px; padding-left: 30px; padding-right: 15px; }
.padding-2{padding: 30px 20px 15px 30px;}
.padding-3{padding: 80px 190px 35px 0px;}
.padding-4 {padding: 60px 0px 25px 60px;}
.padding-5 {padding: 45px 15px 40px 30px;}
.padding-6 {padding: 20px 20px 20px 20px;}
.padding-7 {padding: 10px 30px 0px 0px;}
.padding-8{padding: 50px 15px 50px 50px;}
.padding-9{padding: 60px 15px 30px 60px;}
.padding-10{padding: 40px 40px 40px 40px;}
.padding-12{padding: 50px 50px;}
.padding-13{padding: 47px 15px 30px 52px;}
.padding-14{ margin-top: 53px; padding-top: 70px; padding-bottom: 130px; padding-left: 70px; }
.padding-15{margin-left: -100px; padding-top: 60px; padding-left: 60px;padding-bottom: 20px; }

.pr-5{ padding-right: 5px !important}
.pr-10{ padding-right: 10px !important; }
.pr-15{ padding-right: 15px !important; }
.pr-20{ padding-right: 20px !important; }
.pr-25{ padding-right: 25px !important; }
.pr-30{ padding-right: 30px !important; }
.pr-35{ padding-right: 35px !important; }
.pr-40{ padding-right: 40px !important; }
.pr-45{ padding-right: 45px !important; }
.pr-50{ padding-right: 50px !important; }
.pr-55{ padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-100{ padding-right: 100px !important;}
.pr-110{ padding-right: 110px !important; }
.pr-120{ padding-right: 120px !important; }
.pr-130{ padding-right: 130px !important; }
.pr-140{ padding-right: 140px !important; }
.pr-150{ padding-right: 150px !important; }
.pr-165{padding-right: 165px!important;}

.pl-0{ padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10{ padding-left: 10px !important; }
.pl-15{ padding-left: 15px !important; }
.pl-20{ padding-left: 20px !important; }
.pl-25{ padding-left: 25px !important; }
.pl-30{ padding-left: 30px !important; }
.pl-35{ padding-left: 35px !important; }
.pl-40{ padding-left: 40px !important; }
.pl-45{ padding-left: 45px !important; }
.pl-50{ padding-left: 50px !important; }
.pl-55{ padding-left: 55px !important; }
.pl-60{ padding-left: 60px !important; }
.pl-65{ padding-left: 65px !important; }
.pl-70{ padding-left: 70px !important; }
.pl-75{ padding-left: 75px !important; }
.pl-80{ padding-left: 80px !important; }
.pl-85{ padding-left: 85px !important; }
.pl-90{ padding-left: 90px !important; }
.pl-95{ padding-left: 95px !important; }
.pl-100{ padding-left: 100px !important; }
.pl-110{ padding-left: 110px !important; }
.pl-120{ padding-left: 120px !important; }
.pl-130{ padding-left: 130px !important; }
.pl-140{ padding-left: 140px !important; }
.pl-150{ padding-left: 150px !important; }

.pt-2{ padding-top: 2px !important; }
.pt-5{ padding-top: 5px !important;}
.pt-6{padding-top: 6px;}
.pt-10{ padding-top: 10px !important; }
.pt-12{ padding-top: 12px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30{ padding-top: 30px !important; }
.pt-35{ padding-top: 30px !important; }
.pt-40{ padding-top: 40px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-50{ padding-top: 50px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80{padding-top: 80px !important;}
.pt-87{ padding-top: 87px !important; }
.pt-90{padding-top: 90px !important;}
.pt-92{padding-top: 92px !important;}
.pt-100{padding-top: 100px !important;}
.pt-107{padding-top: 107px!important;}
.pt-110{padding-top: 110px !important;}
.pt-111{padding-top: 111px!important;}
.pt-150{padding-top: 150px !important;}
.pt-200{padding-top: 200px !important;}
.pt-250{padding-top: 250px !important;}

.pb-5{ padding-bottom: 5px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-12{padding-bottom: 12px!important;}
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-25{ padding-bottom: 25px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !important; }
.pb-45{ padding-bottom: 45px !important; }
.pb-50{ padding-bottom: 50px !important; }
.pb-55{ padding-bottom: 55px !important; }
.pb-60{ padding-bottom: 60px !important; }
.pb-70{ padding-bottom: 70px !important; }
.pb-73{padding-bottom: 73px!important; }
.pb-80{ padding-bottom: 80px !important; }
.pb-90{ padding-bottom: 90px !important; }
.pb-100{padding-bottom: 100px !important;}
.pb-110{padding-bottom: 110px !important;}
.pb-120{padding-bottom: 120px !important;}
.pb-130{padding-bottom: 130px !important;}
.pb-140{padding-bottom: 140px !important;}
.pb-150{padding-bottom: 150px !important;}
.pb-160{padding-bottom: 160px !important;}
.pb-170{padding-bottom: 170px !important;}
.pb-175{padding-bottom: 175px !important;}
.pb-180{padding-bottom: 180px !important;}
.pb-190{padding-bottom: 190px !important;}
.pb-200{padding-bottom: 200px !important;}
.pb-280{ padding-bottom: 280px !important; }

.ptb-200{padding-top: 200px;padding-bottom: 200px;}


/** Margin **/

.mt-0{margin-top: 0px!important;}
.mt-5{ margin-top: 5px!important; }
.mt-10 { margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important;}
.mt-17{margin-top: 17px;}
.mt-20{ margin-top: 20px !important;}
.mt-22{margin-top: 22px!important;}
.mt-25{ margin-top: 25px !important;}
.mt-28{margin-top: 28px!important;}
.mt-30{ margin-top: 30px !important;}
.mt-35{ margin-top: 35px !important;}
.mt-40{ margin-top: 40px !important;}
.mt-45{ margin-top: 45px !important;}
.mt-50{ margin-top: 50px !important;}
.mt-55{margin-top: 55px!important;}
.mt-57{margin-top: 57px !important;}
.mt-60{ margin-top: 60px !important; }
.mt-80{margin-top: 80px !important;}
.mt-100{margin-top: 100px !important;}
.mt-110{margin-top: 110px !important;}
.mt-120{margin-top: 120px !important;}
.mt-130{margin-top: 130px !important;}
.mt-140{margin-top: 140px !important;}
.mt-150{margin-top: 150px !important;}
.mt-164{ margin-top: 164px !important; }
.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_19{margin-top: -19px !important;}
.mt_20{ margin-top: -20px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_35{margin-top: -35px!important;}
.mt_40{ margin-top: -40px!important; }
.mt_50{ margin-top: -50px !important; }
.mt_55{margin-top: -55px!important;}
.mt_60{ margin-top: -60px !important; }
.mt_65{margin-top: -65px!important;}
.mt_68{margin-top: -68px!important;}
.mt_70{ margin-top: -70px !important; }
.mt_74{margin-top: -74px!important;}
.mt_80{ margin-top: -80px !important; }
.mt_82{margin-top: -82px!important;}
.mt_145{margin-top: -145px!important;}
.mt_85{ margin-top: -85px !important; }
.mt_90{ margin-top: -90px !important; }
.mt_100 { margin-top: -100px !important;}
.mt_110{ margin-top: -110px !important; }
.mt_120{ margin-top: -120px !important; }
.mt_130{ margin-top: -130px !important; }
.mt_140{ margin-top: -140px !important; }
.mt_150{ margin-top: -150px !important; }
.mt_157{margin-top: -157px!important;}
.mt_165{ margin-top: -165px !important; }
.mt_167{margin-top: -167px!important;}
.mt_175{ margin-top: -175px !important; }
.mt_180{ margin-top: -180px !important; }
.mt_214{ margin-top: -214px !important; }
.mt_270{ margin-top: -270px !important; }

.ml-0{ margin-left: 0px !important }
.ml-8{ margin-left: 8px !important }
.ml-10 { margin-left: 10px!important; } 
.ml-15 { margin-left: 15px!important; }
.ml-25{margin-left: 25px !important;}
.ml-30{margin-left: 30px !important;}
.ml-50{margin-left: 50px !important;}
.ml-70{margin-left: 70px !important;}
.ml-85{margin-left: 85px !important;}
.ml-287{ margin-left: 287px !important; }

.ml_15{ margin-left: -15px !important; }
.ml_30{ margin-left: -30px !important; }
.ml_40{ margin-left: -40px !important; }
.ml_60{ margin-left: -60px !important; }
.ml_73{margin-left: -73px!important;}
.ml_80{ margin-left: -80px !important; }
.ml_85{ margin-left: -85px !important; }
.ml_100{ margin-left: -100px !important; }
.ml_115{ margin-left: -115px !important; }
.ml_120{ margin-left: -120px !important; }
.ml_155{margin-left: -155px!important;}
.ml_160{margin-left: -160px!important;}
.ml_165{margin-left: -165px!important;}
.ml_167{ margin-left: -167px !important;}
.ml_170{ margin-left: -170px !important; }
.ml_190{margin-left: -190px!important;}

.mr-0{ margin-right: 0px !important; }
.mr-10{ margin-right: 10px !important; }
.mr-15 { margin-right: 15px!important; }
.mr-55 { margin-right: 55px!important; }
.mr-85 { margin-right: 85px!important; }
.mr_40{ margin-right: -40px ;}
.mr_60{ margin-right: -60px ;}
.mr_80{ margin-right: -80px ;}
.mr_90{ margin-right: -90px ;}
.mr_100{ margin-right: -100px ;}
.mr_140 { margin-right: -140px!important; }
.mr_150 { margin-right: -150px!important; }
.mr_240{ margin-right: -240px ;}
.mlr-15{ margin-left: 15px !important; margin-right: 15px !important; }
.mlr-30{ margin-left: 30px !important; margin-right: 30px !important; }

.mb_1{ margin-bottom: -1px !important; }
.mb-4{ margin-bottom: 4px !important; }
.mb-5{ margin-bottom: 5px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-12{ margin-bottom: 12px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-20{ margin-bottom: 20px !important; }
.mb-25{ margin-bottom: 25px !important;}
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-70{margin-bottom: 70px !important;}
.mb-100 { margin-bottom: 100px !important; }
.mb_30{ margin-bottom: -30px !important; }
.mb_60{ margin-bottom: -60px !important; }
.mb_80{ margin-bottom: -80px !important; }
.mb_90{margin-bottom: -90px!important;}
.mb_100{ margin-bottom: -100px !important }
.mb_125{margin-bottom: -125px;}
.mb_184{ margin-bottom: -184px ! important;}
.mb_224{ margin-bottom: -224px ! important;}
.mtb_40{margin-top: -40px; margin-bottom: -40px;}
.mtb_70{margin-top: -70px; margin-bottom: -70px;}
.mtb-80{margin-top: 80px; margin-bottom: 80px;}
.mtb-100{margin-top: 100px; margin-bottom: 100px;}
.mb-120{margin-bottom: 120px!important;}
.mtb-150{margin-top: 150px; margin-bottom: 150px;}

/*  font-family
------------------------*/
.section-title h4,
.title-box .page-title-heading h1 {
     font-family: "Poppins",Tahoma,Geneva,sans-serif;
}

/*  color
------------------------*/

/*skincolor*/

.ttm-textcolor-skincolor,
.ttm-textcolor-white a:hover,
.btn.btn-inline.btn-color-skincolor,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border,
.ttm-btn.ttm-btn-color-skincolor,
.ttm-blog-classic-content .post-date,
.ttm-blog-classic-content .post-date,
.ttm-bgcolor-black .widget i,
.widget a:hover,
.section-title h4,
#site-header-menu #site-navigation .menu ul.dropdown > li.active > a,
#site-navigation .menu > ul,
.ttm-header-style-classic-box.ttm-header-overlay #site-header-menu #site-navigation .menu > ul > li.active > a,
.ttm-header-style-classic-box.ttm-header-overlay #site-header-menu #site-navigation .menu > ul > li:hover > a,
.ttm-header-style-classic #site-header-menu #site-navigation .menu > ul > li.active > a,
.ttm-header-style-classic #site-header-menu #site-navigation .menu > ul > li:hover > a,
.ttm-search-overlay,
.ttm-header-icons .ttm-header-cart-link span.number-cart,
.content-inner .icon-service span,
.ttm-ptablebox-price-w,
.ttm-ptablebox .ttm-ptablebox-cur-symbol-before,
.ttm-ptablebox .ttm-ptablebox-price,
.layer-content.ttm-bgcolor-lightblack ul.ttm-list.ttm-list-style-icon li i,
.title-box-only h2 strong.ttm-strongcolor-skincolor,
.contactform label i,
.title-box .breadcrumb-wrapper > .container,
.title-box-only.style2 p,
.title-box-only.style2 span i,
ul.ttm-list.ttm-list-style-icon.ttm-textcolor-skincolor li,
.post-title h5 a:hover,
#site-header-menu #site-navigation .menu ul > li:hover > a,
.featured-item.ttm-portfolio-view-topimage .content-post .category a:hover,
article.post blockquote:before,
.star-ratings ul.rating  li i,
.products .price .product-Price-amount,
.coupon_toggle .coupon_code:before,
ul.widget-contact li i,
.ttm-header-icons .ttm-header-cart-link a:hover,
.first-footer .footer-title h3.title span,
section.error-404 .ttm-big-icon,
.accordion .toggle:not(.ttm-style-classic) .toggle-title:after,
.accordion .toggle-title a i,
.ttm-icon_element-color-skincolor i,
.ttm-item-view-topimage-bottom-content:hover .ttm-box-content h4 a,
.ttm-meta-line i,
.featured-imagebox-event.ttm-box-view-top-image .featured-content-event  i,
.ttm-box-view-overlay .ttm-media-link a:hover,
.ttm-box-post-date .ttm-entry-date .entry-month,
.ttm-box-post-date .ttm-entry-date .entry-year,
.ttm-box-post-date .entry-date,
.featured-imagebox.featured-imagebox-team:hover .featured-content-team .featured-title h5,
.ttm-bgcolor-black ul li i,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.sep-box h6,
.featured-title h5 a:hover,
span.category a:hover,
.ttm-team-list-title i,
.ttm-team-list-value a:hover,
.ttm-progress-bar.progress-bar-color-bar_skincolor i,
.summary .star-rating li i,
ul.stars li,
ul.star-rating li,
.price .Price-amount.amount,
.price .Price-amount.amount .Price-currencySymbol,
.ttm-bgcolor-white .ttm-fid-contents h4,
.ttm-header-style-classic-overlay .ttm-header-icons .ttm-header-cart-link a:hover{
    color: #f37d1f;
    background-color: transparent;
}
.ttm-bgcolor-transparent{
  background: transparent;
}
/*bgcolor-skincolor*/
.ttm-bgcolor-skincolor,
#totop ,
.featured-iconbox a i,
.service-image-wrap:hover .service-label label,
.event-slide.owl-theme .owl-controls .owl-nav div:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-fill:hover,
.ttm-blog-classic-content .post-date,
.ttm-btn.ttm-btn-color-skin.ttm-btn-style-fill,
ul.social-icons li a:hover,
.ttm-search-overlay,
.ttm-header-search-link a,
.ttm-video-btn .ttm-btn-play,
.ttm-header-icons .ttm-header-cart-link span.number-cart,
.ttm-ptablebox-price-w:after, 
.ttm-ptablebox-price-w:before,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
.ttm-tabs ul.tabs li a.active,
.ttm-tabs ul.tabs li a:focus,
.ttm-tabs ul.tabs li.active a,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
#site-header-menu #site-navigation .menu ul li > ul li.active > a,
#site-header-menu #site-navigation .menu ul li > ul li > a:hover,
#site-header-menu #site-navigation .menu > ul > li > a:before,
.accordion .toggle.active .toggle-title,
.sidebar-left .widget.widget-nav-menu ul li.active a,
.sidebar-left .widget.widget-nav-menu ul li:hover a,
.sidebar .widget .widget-title:before,
#site-navigation .menu ul.dropdown > li > a:before,
.tp-caption.tp-shapewrapper,
.highlight-skin-button,
.social-icons.square li>a:hover,
.social-icons.circle li>a:hover,
.sidebar .widget .tagcloud a:hover,
.comment-list a.comment-reply-link:hover,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
ul.products li.product .ttm-shop-icon,
.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-range,
.price-slider-amount .button:hover,
.coupon button:hover,
.ttm-cart-form button:hover,
a.checkout-button:hover,
.checkout-form.place-order button:hover,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-bg-layer-inner,
.tp-caption.highlight-black-button:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-progress-bar .progress .progress-bar,
.clients-logo.desc-style .owl-dots .owl-dot.active span,
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-skincolor,
.featured-imagebox.static-title:hover .featured-content,
.featured-imagebox-event.ttm-box-view-top-image .ttm-box-post-date,
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_skin,
.mailchimp-inputbox input[type="submit"],
div.product ul.tabs li.active,
.progress .progress-bar.progress-bar-color-bar_skincolor.with-lable:before{
    background-color: #f37d1f;
}
.ttm-box-view-overlay,
.ttm-portfolio-box-view-overlay {
    background-color:#f37d1f;
}
.featured-box.style3.ttm-servicebox-with-banner.ttm-bgimage-yes:hover .ttm-col-wrapper-bg-layer.ttm-bg-layer{
  background: #f37d1f;
}
/*skincolor-border*/
.wrap-form .text-input input:focus, 
.wrap-form .text-input button:focus,
.wrap-form .text-input textarea:focus,
.ttm-pagination .page-numbers:hover,
.ttm-pagination .page-numbers.current,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border,
.tp-caption.highlight-black-button:hover{
    border-color: #f37d1f ;

}
.sidebar .widget .widget-title:before, 
.ttm-tabs.style2 ul.tabs li.active a,
.ttm-bgcolor-skincolor .contactform .text-input:focus, .ttm-bgcolor-skincolor .contactform .text-area:focus,
.sidebar .widget .widget-title:before,
.ttm-bgcolor-grey .contactform .text-input:focus,
.highlight-skin-button,
.coupon_toggle .coupon_code,
.icon-outline-border .ttm-icon_element-style-rounded:before,
.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor{
    border-color: #f37d1f;
}

.ttm-search-overlay {border-top-color: #f37d1f;}
.comment-form textarea:focus,
.comment-form input[type="text"]:focus, 
.comment-form input[type="email"]:focus, 
.comment-form input[type="url"]:focus,
.heading-seperator:after,
.ttm-search-overlay .w-search-form-row:before,
.contactform .text-input:focus,
.contactform .text-area:focus{
    border-bottom-color: #f37d1f !important ;
}
div.product ul.tabs li.active:before{
    border-top-color:#f37d1f !important ;
}
/*white-color*/
.ttm-textcolor-white,
.ttm-textcolor-white a,
.ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3, 
.ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6,
#site-header-menu #site-navigation .menu > ul > li > a,
.ttm-bgcolor-black .section-title h2.title,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-skincolor .section-title h4,
.ttm-bgcolor-black .section-title h3,
.ttm-bgcolor-black .section-title h5,
.ttm-bgcolor-black .section-title h2.title,
.featured-iconbox a i,
.ttm-bgcolor-skincolor .ttm-btncolor-white:hover,
.ttm-btn-style-fill.ttm-btn-color-black,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.service-image-wrap:hover .service-label label a,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-fill:hover,
.ttm-blog-classic-content .post-date .date,
.ttm-blog-classic-content .post-date .month,
.ttm-row.bg-img .ttm-btn.ttm-btn-style-border.border-white,
.first-footer .footer-title h3.title,
.footer .widget .widget-title,
ul.social-icons li a,
.ttm-play-btn:hover, .ttm-video-btn span.ttm-btn-play,
.ttm-video-btn .ttm-btn-play,
.ttm-header-icons .ttm-header-search-link a,
.entry-box-wrapper .services-overlay:hover .content-inner h3,
.entry-box-wrapper .services-overlay:hover .content-inner p,
.entry-box-wrapper .services-overlay:hover .content-inner a,
.entry-box-wrapper .services-overlay:hover .content-inner a:after,
.entry-box-wrapper .services-overlay:hover .content-inner span,
.ttm-btn.ttm-bgcolor-skincolor:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
.layer-content.ttm-bgcolor-lightblack ul.ttm-list.ttm-list-style-icon .ttm-list-li-content,
.title-box-only h2,
.ttm-tabs ul.tabs li.active a,
.ttm-bgcolor-skincolor .layer-content,
.ttm-bgcolor-skincolor .layer-content .featured-box .featured-icon i,
.ttm-bgcolor-skincolor .layer-content h3,
.ttm-bgcolor-black .ttm-fid-contents h4,
.ttm-bgcolor-black .ttm-fid-contents h3,
.ttm-bgcolor-black .ttm-fid-contents h4,
.ttm-bgcolor-black .ttm-fid-contents h3,
.ttm-bgcolor-skincolor .ttm-fid-contents h4,
.ttm-bgcolor-skincolor .ttm-fid-contents h3,
.breadcrumb-wrapper a:hover,
#site-header-menu #site-navigation .menu ul li > ul li > a:hover,
#site-header-menu #site-navigation .menu ul li > ul li.active > a,
.sidebar-left .widget.widget-nav-menu ul li.active a,
.sidebar-left .widget.widget-nav-menu ul li:hover a,
footer .widget a,
.ttm-tabs ul.tabs li.active a,
.highlight-skin-button,
.classic-border-button,
.social-icons.square li>a:hover,
.social-icons.circle li>a:hover,
.sidebar .widget .tagcloud a:hover,
.featured-box.icon-color-white .featured-icon i,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
ul.products li.product .ttm-shop-icon a,
a.checkout-button,
.ttm-btn.ttm-btn-color-white,
.accordion .toggle.active .toggle-title a,
.testimonial-slide .testimonial-caption h6,
.accordion .toggle.active .toggle-title,
.accordion .toggle.active.toggle-left-click-event .toggle-title:after,
.featured-box.style3.ttm-servicebox-with-banner.ttm-bgimage-yes:hover .featured-icon i,
.featured-box.style3.ttm-servicebox-with-banner.ttm-bgimage-yes:hover .featured-title h5,
.featured-box.style3.ttm-servicebox-with-banner.ttm-bgimage-yes:hover .featured-desc p,
.featured-box.style3.ttm-servicebox-with-banner.ttm-bgimage-yes:hover .ttm-btn,
.post:hover .post-label label a,
.post-item .post-date,
.ttm-icon_element-color-white i,
.ttm-icon_element-background-skincolor i,
.ttm-bgcolor-skincolor .ttm-box-content h4,
.ttm-media-link a,
.ttm-box-view-overlay .featured-title h5,
.ttm-box-view-overlay .featured-title h5 a,
.ttm-box-view-overlay .category a,
.ttm-box-view-overlay .category a:hover,
.featured-title.ttm-textcolor-white h5,
.ttm-bgcolor-black ul.ttm-list.ttm-list-style-icon .ttm-list-li-content,
.featured-content-portfolio .featured-title h5 a:hover,
.ttm-bgcolor-black li,
.ttm-bgcolor-black li,
.ttm-bgcolor-skincolor .featured-title h5,
.ttm-bgcolor-darkgrey .featured-title h5,
.featured-imagebox.static-title:hover .featured-title h5 a,
.featured-imagebox-event.ttm-box-view-top-image .ttm-box-post-date .ttm-entry-date .entry-month,
.featured-imagebox-event.ttm-box-view-top-image .ttm-box-post-date .ttm-entry-date .entry-year,
.featured-imagebox-event.ttm-box-view-top-image .ttm-box-post-date .entry-date,
.featured-imagebox-post-details.ttm-box-view-top-image .ttm-box-post-date .ttm-entry-date .entry-month,
.featured-imagebox-post-details.ttm-box-view-top-image .ttm-box-post-date .ttm-entry-date .entry-year,
.featured-imagebox-post-details.ttm-box-view-top-image .ttm-box-post-date .entry-date,
.ttm-bgcolor-black .ttm-progress-bar h4,
.ttm-bgcolor-black .ttm-progress-bar h4,
.ttm-box-view-overlay .featured-content-portfolio .category,
.ttm-header-icons .ttm-header-cart-link a, 
.ttm-header-style-classic .ttm-header-icons .ttm-header-search-link a,
.ttm-header-style-classic-overlay .ttm-header-icons .ttm-header-cart-link a,
ul.products li.product .onsale,
ul.social-icons li a i
{
  color: #fff;
}

/*transparent-white*/
.ttm-textcolor-lightwhite,
.ttm-bgcolor-black .featured-box .featured-desc p,
.ttm-bgcolor-skincolor .featured-box .featured-desc p,
.layer-content.ttm-bgcolor-lightblack.padding-4 p,
.breadcrumb-wrapper a,
.ttm-bgcolor-black .section-title p,
.ttm-bgcolor-black .section-title p,
.ttm-bgcolor-skincolor .section-title p,
.ttm-search-overlay .ttm-site-searchform input::placeholder,
.top-contact .list-inline-item a:hover,
.topbar-right ul.social-icons li a:hover,
.ttm-bgcolor-black  input,
.ttm-bgcolor-black  textarea,
.ttm-bgcolor-black  input::placeholder,
.ttm-bgcolor-black  textarea::placeholder,
.ttm-bgcolor-skincolor .testimonials .testimonial-content blockquote,
.second-footer-inner .widget ul.widget-contact li,
.ttm-newstter-box p,
.company-desc p,
.ttm-footer2-right p{
    /*color: rgba(255,255,255,.80);*/
    color: rgba(255,255,255);
}
ul.ttm-recent-post-list>li .post-date{
  color: rgba(255,255,255,.70);
}


.first-footer .section-title  p,
.ttm-site-searchform input::placeholder,
.mailchimp-inputbox input::placeholder{
    color: rgba(255,255,255,.40);
}


/*bgcolor-white*/
.ttm-bgcolor-white,
.featured-iconbox a:hover i,
.ttm-bgcolor-black .ttm-custombutton.btn-bgcolor-skincolor:hover,
.ttm-row.bg-img .ttm-btn.ttm-btn-style-border.border-white:hover,
.second-footer .widget.style2 .widget-title:after,
.footer .widget .widget-title:after,
.ttm-bgcolor-black .ttm-fid-contents h4:before,
.ttm-bgcolor-black .ttm-fid-contents h4:before,
.ttm-bgcolor-skincolor .ttm-fid-contents h4:before,
.ttm-tabs ul.tabs li,
.sidebar-left .widget.widget-nav-menu ul li a,
.tp-caption.classic-border-button:hover,
.tp-caption.highlight-skin-button:hover,
.ttm-pf-view-left-image .ttm-pf-single-detail-box,
article.ttm-blog-classic .ttm-blog-classic-content,
.ttm-sidebar-right aside:not(:first-child),
.shop_table,
.coupon_toggle .coupon_code,
.accordion .toggle.with-bg.active .toggle-title:after,
.accordion .toggle.with-bg.active .toggle-title a i,
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-white,
.ttm-box-view-overlay .ttm-media-link a:hover,
.testimonials .testimonial-content blockquote:after{
    background-color: #fff;
}
.testimonial-slide .with-caption-border .testimonial-caption:before{
  background-color: rgba(255,255,255,.45)!important;
}
.ttm-bgcolor-black .col-md-3:not(:last-child) .ttm-fid.ttm-fid-icon:after{ background-color: rgba(255,255,255,.07);}
.title-box .breadcrumb-wrapper > .container,
.title-box .breadcrumb-wrapper > .container:after{ 
  background-color: rgba(20, 8, 31, .9) !important;
}
/*white-border*/
.tp-caption.highlight-skin-button:hover,
.tp-caption.classic-border-button:hover{border-color: #fff;}

.ttm-bgcolor-skincolor .heading-seperator span:after,
.ttm-bgcolor-skincolor .heading-seperator:after{
    border-bottom-color: #fff !important;
}
.ttm-icon_element-border.ttm-icon_element-color-white{border-color: #fff;}
.ttm-box-seperator.row .col-lg-4 .featured-box {
    border-color: rgba(255,255,255,.1);
}
.ttm-col-bgimage-yes .contact-form-box input,
.ttm-col-bgimage-yes .contact-form-box textarea,
.ttm-bgcolor-black .contactform .text-input,
.ttm-bgcolor-black .contactform .text-area,
.ttm-bgcolor-skincolor .contactform .text-input, 
.ttm-bgcolor-skincolor .contactform .text-area{
    border-bottom-color: rgba(255,255,255,.15);
}

.ttm-bgcolor-lightblack{
    background-color: rgb(14, 56, 94,.95);
}
.ttm-bgcolor-skincolor .separator .sep-line {
    border-color: rgba(255,255,255,0.18);
}
/*black-color*/
.ttm-textcolor-black,
.ttm-btncolor-black,
.content-post h5.title-post, 
.section-title h2.title,
.ttm-btn.ttm-btn-color-black,
.ttm-row.bg-img .ttm-btn.ttm-btn-style-border.border-white:hover,
ul.ttm-list.ttm-list-style-icon.ttm-list-color-black .ttm-list-li-content,
ul.ttm-list.ttm-list-style-icon li,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border,
.ttm-tabs ul.tabs li a,
.title-box-only.style2 h2.title,
.title-box-only.style2 h3,
.accordion .toggle.ttm-toggle-title .toggle-title:after,
.widget a,
.tp-caption.classic-border-button:hover,
.tp-caption.highlight-skin-button:hover,
.ttm-pf-details-date .ttm-pf-left-details,
.ttm-social-share-title,
.social-icons.square li > a,
.social-icons.circle li > a,
.comments-area h2,
.post .post-desc h3,
.ttm-bgcolor-white .timer-box,
.timer-details .section-title h2.title,
.ttm-header-style-classic #site-header-menu #site-navigation .menu > ul > li > a,
.ttm-header-style-classic-box.ttm-header-overlay #site-header-menu #site-navigation .menu > ul > li > a,
.accordion .toggle-title a,
.featured-title h5,
.featured-title h5 a,
span.category a,
.post-title h5 a,
.ttm-team-list-value a,
.ttm-team-list-title,
ul.products li.product h3 a,
.ttm-bgcolor-grey .timer-box,
.ttm-bgcolor-grey .timer-box .bottom-txt,
.ttm-header-icons .ttm-header-cart-link a
{
color: #232323;
}
/*bgcolor-black*/
.ttm-bgcolor-black,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-fill,
.event-slide.owl-theme .owl-controls .owl-nav div,
.ttm-btn.ttm-btn-color-skin.ttm-btn-style-fill:hover,
.ttm-btn.ttm-bgcolor-skincolor:hover,
.ttm-bgcolor-black,
.ttm-topbar-wrapper.ttm-bgcolor-black,
.ttm-bgcolor-black > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-bgcolor-black > .ttm-bg-layer,
.price-slider-amount .button,
.coupon button,
.ttm-cart-form button,
a.checkout-button,
.checkout-form.place-order button,
.ttm-header-style-classic-overlay .ttm-stickable-header-w,
.tp-caption.highlight-black-button,
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-black,
.mailchimp-inputbox input[type="submit"]:hover,
ul.products li.product .onsale,
.ttm-single-content-wrap-box,
.ttm-pf-single-content-wrapper.ttm-pf-view-top-image .ttm-pf-single-detail-box{
    background-color: #f37d1f;
}
/*black-border*/
.ttm-icon_element-border.ttm-icon_element-color-black{
    border-color: #14081f !important ;
}

/*black-bg*/
.ttm-bgcolor-black,
.ttm-bgcolor-black > .ttm-bg-layer{
  background-color: #14081f;
}

/* grey-bg*/
.ttm-bgcolor-grey{
    background-color: #f5f5f5;
}
.ttm-bgcolor-dark-grey{
    background-color: #f9f9f9;
}
/* extra*/

.tm-social-share-wrapper .tm-social-share-title, 
.tm-right-meta .tm-social-share-wrapper.tm-social-share-post-wrapper, .tm-entry-meta .tm-meta-line i, 
.tm-entry-meta .tm-meta-line a{
    color: #b2b9bd;
}
.btn.btn-fill:hover , .mailchimp-inputbox button[type="submit"]:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover ,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover{
    background-color: #14081f;
    color: #fff;
}
.ttm-bgcolor-black .ttm-custombutton:hover a{
    color: #202020;
}
.text-upper{
  text-transform: uppercase;
}
/*  ===============================================
    social-icons
------------------------*/
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.social-icons li {
    display: inline-block;
    padding-left: 0;
    border: none;
}
.social-icons.square li>a, .social-icons.circle li>a{
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ededed;
}
.ttm-bgcolor-black .social-icons.square li>a, 
.ttm-bgcolor-skincolor .social-icons.square li>a,
.ttm-bgcolor-black .social-icons.circle li>a, 
.ttm-bgcolor-skincolor .social-icons.circle li>a {
    border: none;
    color: #2c2c2c;
    background-color: #fff;
}

/* ===============================================
    Pre-loader
------------------------*/
 #preloader  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px;
 }
#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    background-image: url(../images/pre-loader-1.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/* tooltip-top */
.tooltip-top{ position: relative; }
.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0,0%,20%,.9);
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, .tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -80px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: hsla(0,0%,20%,.9);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}


/*  ===============================================
    Topbar
------------------------*/
.ttm-topbar-wrapper{
    line-height: 51px;
}
.ttm-topbar-wrapper .top-contact.text-left {
    position: relative;
    float: left;
}
.top-contact li:last-child {
    padding-right: 0;
}
.top-contact li{
    position: relative;
    z-index: 1;
}
.ttm-topbar-content .list-inline:before, .topbar-right ul.top-contact .list-inline-item:before,
ul.top-contact.text-left li:first-child:before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.35);
    display: block;
    position: absolute;
    right: 104px;
    top: 18px;
}
ul.top-contact.text-left li:first-child:before,
.topbar-right ul.top-contact .list-inline-item:before{ right: -17px;}
.topbar-right ul.top-contact .list-inline-item:not(:first-child):before{ right: -14px;}
.topbar-right ul.top-contact .list-inline-item:not(:first-child){ margin-right: 25px;}
ul.top-contact .list-inline-item:last-child{
    margin: 0 12px 0 20px;
}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    position: relative;
    line-height: 51px;
}
.ttm-topbar-wrapper .ttm-social-links-wrapper{ margin: 0; padding: 0 0 0 13px;}
.ttm-topbar-wrapper .social-icons li>a {
    display: block;
    width: 23px;
    height: 26px;
    line-height: 26px;
    border-radius: 26px;
    text-align: right;
    font-size: 14px;
    background-color: transparent;
}
.ttm-topbar-content .topbar-right .list-inline {
    position: relative;
    display: inline-block;
    line-height: 51px;
}
.ttm-topbar-content .ttm-btn{ 
    padding-left: 13px;
    padding-right: 16px; 
}
.top-contact strong {
    font-weight: 600;
}
.top-contact span.tel-no {
    font-size: 15px;
    font-weight: 500;
}
.top-contact i {
    margin-right: 9px;
    display: inline-block;
}

ul li .icon-box.icon-style-border{
    position: relative;
}
.icon-box i{
    font-size: 16px;
}


/*  ===============================================
    Header
------------------------*/
.site-branding{
    /*float: left;*/
    float:right;
    display: block;
    z-index: 1;
    position: relative;
}
.site-branding img {max-height: 60px;}

.ttm-menu-toggle{ float: right; }
.ttm-menu-toggle input[type=checkbox] { display: none; }
.ttm-header-icons .ttm-header-cart-link a, .ttm-header-icons .ttm-header-search-link a {
    position: relative;
    border: none;
    border-radius: 3px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    z-index: 9;
}
.ttm-header-icons,.ttm-header-icon{ float: right;}
.ttm-header-icons .ttm-header-cart-link a {border: 1px solid;}

.ttm-header-icons .ttm-header-cart-link a, 
.ttm-header-style-classic .ttm-header-icons .ttm-header-search-link a {
    height: 27px;
    width: 27px;
    line-height: 27px;
    padding-left: 2px;
    font-size: 12px;
}
.ttm-header-style-classic .ttm-header-icons .ttm-header-search-link a {
    color: #fff;
}
.ttm-header-icons .ttm-header-cart-link span.number-cart {
    position: absolute;
    bottom: 16px;
    left: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ttm-stickable-header-w.ttm-bgcolor-custom ,
.ttm-stickable-header-w.ttm-bgcolor-custom .ttm-stickable-header.fixed-header{
    background-color: rgba(0,9,28,0.53);
}
.ttm-stickable-header-w {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    line-height: 105px;
}
.ttm-header-style-classic-overlay .ttm-stickable-header-w{line-height: 117px;}
.ttm-header-style-classic .ttm-stickable-header-w{height: 105px;}
/*  ttm-search-overlay
------------------------*/

.ttm-search-overlay {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 3px solid;
    z-index: 2;
  display:none;
}
.ttm-search-overlay .w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}
.ttm-search-overlay .w-search-form-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
}
.ttm-search-overlay .w-search-form-row .w-search-input{line-height: 26px;}
.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    font-size: 25px;
    text-align: left;
    border: none;
    border-radius: 0;
    box-shadow: none!important;
    background-color: transparent;
    color: #fff;
    width: 100%;
    line-height: 1.3em;
    border-bottom: 3px solid rgba(255,255,255,.8);
    padding-left: 10px;
    padding-bottom: 19px;
    -webkit-box-shadow: 0 0 0 1000px transperent inset;
    transition: 5000s ease-in-out 0s;
}
.ttm-search-overlay .ttm-site-searchform button {
    position: absolute;
    top: 0px;
    right: -4px;
    background-color: transparent;
    border: none;
    padding: 15px;
    font-size: 20px;
}
/* .ttm-header-search-link .ttm-tectxon-icon-search:before {
    font-weight: 600;
} */
.ttm-tectxon-icon-search:before {
    content: '\e825';
    font-family: "themify";
}
.ttm-search-close {
    position: absolute;
    border: 1px solid rgba(255,255,255,1);
    top: 50%;
    margin-top: -20px;
    right: 15px;
    border-radius: 3px;
    width: 33px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    color: #232323;
    cursor: pointer;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.ttm-search-close:hover {
    background-color: #14081f;
    border-color: #14081f;
    color: #fff;
}
.ttm-search-overlay.st-show .container{position: relative;}
/* ===============================================
    Hero Slider
==================================================*/
.hero-slider{
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin:0;
}
.hero-slider.owl-carousel .owl-stage-outer{
  width: 100%;
}
.hero-slider.owl-carousel .owl-stage-outer .owl-item{
  padding: 0;
}
.hero-slider.owl-carousel .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
}
.hero-slider.owl-carousel .owl-dots{
  display: flex;
    position: absolute;
    bottom: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.hero-slider.owl-carousel .owl-dots .owl-dot span{
  width: 11px;
  height: 20px;
  background: #ffffff;
  border-color: #ffffff;
}
.hero-slider.owl-carousel .owl-dots .owl-dot.active span, .hero-slider.owl-carousel .owl-dots .owl-dot:hover span {
  background: #f37d1f;
  border-color: #f37d1f;
}

.hero-slider.owl-carousel .owl-nav .owl-next{
  right: 0;
}
.hero-slider.owl-carousel .owl-controls .owl-nav div{
  background-color: #f37d1f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
}
/* ===============================================
    Page Wrapper, Page Banner, Content Wrapper
==================================================*/
.page-wrapper, .page-banner, .content-wrapper{
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
.content-wrapper{
  padding: 40px 0;

}
.content-wrapper::before{
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url(../images/content-wrapper-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  z-index:1;
}
.content-wrapper > div, .content-wrapper > section{
    position:relative;
    z-index:2;
}
.page-banner img{
  display: block;
  width: 100vw;
  height: auto;
}
.content-wrapper .search-section{
  position: relative;
  display: block;
  width: 100%;
  z-index:4;
}
.content-wrapper .search-section .title{
  display: block;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #f37d1f;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.search-warapper .search-box{
  display: flex;
  align-items: center;
}
.search-warapper .search-box input[type="text"]{
  background-color: transparent;
}
.search-warapper .search-box input[type="button"]{
  background-color: #f37d1f;
  color: #ffffff;
  margin-left: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.search-warapper .filter-box button{
  background: transparent;
  color: #000;
  border: 1px solid #f37d1f;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
}
.search-warapper .filter-box button.active{
  background-color: #f37d1f;
  color: #ffffff;
}
.search-warapper .create-event-btn{
    font-size:16px;
    line-height:22px;
    padding:10px;
    margin-bottom:15px;
}
.content-wrapper .section-title{
  display: block;
  width: 100%;
  position: relative;
}
.content-wrapper .section-title h3{
  font-family: 'Poppins', sans-serif;
  position: relative;
  width: 100%;
  display: block;
  margin:30px 0;
  color: #f37d1f;
  font-size: 24px;
  text-transform: uppercase;
}
/* .content-wrapper .section-title.style-one h3{
  display: flex;
  flex-direction: row;
}
.content-wrapper .section-title.style-one h3::before, .content-wrapper .section-title.style-one h3::after{
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #1c0c2b;
  margin: auto;
} */
.content-wrapper .section-title.style-one h3::before{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  content: attr(data-content);
  background-color: #FFF;
  color: #FFF;
  z-index: -1;
  padding-right: .5em;
}
.content-wrapper .section-title.style-one h3::after{
  position: absolute;
  content: '';
  display: block;
  right: 0;
  top: 50%;
  background-color: #d1d2d4;
  height: 1px;
  min-height: 1px;
  z-index: -2;
  width: 100%;
}
/* ===============================================
    Event Ticket Style
==================================================*/
.ticket {
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-width: 24rem;
  margin: 0 auto 20px auto;

}
.ac-ticket-header, .ac-ticket-body, .ac-ticket-footer {
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #e7e8e9;
  box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25);
}
.ac-single-ticket h5{
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ac-ticket-header {
  font-size: 1.5rem;
  border-top: 0.25rem solid #f37d1f;
  border-bottom: none;
  box-shadow: none;
}
.ac-ticket-wrapper {
  box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25);
  border-radius: 0.375em 0.375em 0 0;
  overflow: hidden;
}
.ac-ticket-divider {
  position: relative;
  height: 1rem;
  background-color: #fff;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.ac-ticket-divider::after {
  content: '';
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  border-bottom: 2px dashed #f37d1f;
}
.ac-ticket-notch {
  position: absolute;
  left: -0.5rem;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}
.ac-ticket-notch::after {
  content: '';
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  right: 100%;
  top: -50%;
  border: 0.5rem solid #fff;
  border-radius: 50%;
  box-shadow: inset 0 2px 4px rgba(41, 54, 61, 0.25);
}
.ac-ticket-notch-right {
  left: auto;
  right: -0.5rem;
}
.ac-ticket-notch-right::after {
  right: 0;
}
.ac-ticket-body {
  border-bottom: none;
  border-top: none;
}
.ac-ticket-body > * + * {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e7e8e9;
}
.ac-ticket-section > * + * {
  margin-top: 0.25rem;
}
.ac-ticket-section > h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.ac-ticket-section .ticket-wrapper{
  display: flex;
  padding: 0;
}
.ac-ticket-section .ticket-wrapper .block{
  width: 50%;
}
.ac-ticket-section .ticket-wrapper .block p{
  margin-bottom: 5px;
}
.ac-ticket-section .ticket-wrapper .block h4{
  font-size: 16px;
  text-transform: uppercase;
}
.ac-ticket-header {
  font-weight: bold;
  font-size: 1.25rem;
  display: flex;
  justify-content: space-between;
}
.ac-ticket-footer {
  border-top: 0;
  border-radius: 0 0 0.325rem 0.325rem;
  text-align: right;
}
.ac-ticket-footer .btn{
  background-color: #f37d1f;
  color:#ffffff;
}
.ac-ticket-section p span{
  font-weight: 500;
  color: #222;
}
/* ===============================================
    Event Details Page Style
==================================================*/
.event-details-section, .event-ticket-details, .event-details-section .event-gallery, .event-details-section .event-description, .event-details-section .event-details-card, .event-details-card .heading{
  display: block;
  width: 100%;
  position: relative;
}
.event-details-section .event-image img{
    max-width:100%;
}
.event-details-section .event-gallery .item img{
  width: 100%;
  height: auto;
  display: block;
}
.event-details-section .event-description{
  margin: 20px 0;
}
.event-details-section .event-description .event-name{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.event-details-section .event-description .orgnizer-name{
  font-size: 24px;
  line-height: 34px;
}
.event-details-section .event-description .orgnizer-name span{
  color:#f37d1f;
}
.event-details-section .event-details-card{
  /*background-color: #f7f7f7;*/
  background-color: transparent;
  border-radius: 3px;
  padding: 15px;
}
.event-details-section .event-details-card .icon-text-box{
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.event-details-card.event-organizer .icon-text-box:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.event-details-section .event-details-card .icon-text-box .icon{
  width: 20%;
  color:#ffffff;
  font-size: 20px;
}
.event-details-section .event-details-card .icon-text-box .icon span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #f37d1f;
  border: 1px solid #f37d1f;
  border-radius: 50%;
}
.event-details-card .icon-text-box.date-block .text span, .event-details-card .icon-text-box.time-block .text span{
  text-transform: uppercase;
}
.event-details-card .icon-text-box.price-block{
  align-items: center;
}
.event-details-card .icon-text-box.price-block .text span{
  font-weight: 600;
}
.event-details-section .event-details-card .icon-text-box .text{
  width: 80%;
  font-size: 18px;
}
.event-details-section .event-details-card .icon-text-box .text a{
    word-wrap:break-word;
}
.event-details-card .heading{
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.event-details-card .heading::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #f37d1f;
}
.event-details-card .heading h3{
  font-size: 22px;
  text-align: left;
  color: #f37d1f;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}
.event-details-card .button-block a{
  display: block;
  margin: 0 auto;
  width: fit-content;
  border: 1px solid #f37d1f;
  color: #f37d1f;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: 600;
}
.event-details-card .button-block a:hover{
  color: #ffffff;
  background-color: #f37d1f;
}
.post-img-slide.owl-carousel.owl-theme .owl-controls .owl-dots{
  display: flex ;
  justify-content: center;
}
.event-details-section .event-details-tab ul.tabs{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.event-details-section .event-details-tab ul.tabs li.tab:not(:last-child){
    margin-right:20px;
}
.event-details-section .event-details-tab ul.tabs li{
    background:transparent;
}
.event-details-section .event-details-tab ul.tabs li a{
  border: 1px solid #f37d1f;
  padding: 10px 20px;
  border-radius: 0;
  text-transform: uppercase;
}
.event-details-section .event-details-tab ul.tabs li.active a{
  background: #f37d1f;
}
.event-details-section .event-details-tab .event-description{
  margin: 0;
}
.event-details-section .event-details-tab .terms-condition ul li{
  list-style-type: circle;
    color: #2c2c2c;
    font-size: 16px;
    margin-bottom: 10px;
    line-height:26px;
    padding-left:10px;
    background: transparent;
    padding: 5px 10px;
    border-left: 5px solid #f37d1f;
    list-style-type:none;
}
/*.event-details-section .event-details-tab .terms-condition ul li::marker{
    color: #f37d1f;
    font-size: 22px;
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 900;
}*/
/*==================================
Quantity Button & ticket style
====================================*/
.event-ticket-details.top{
    margin-bottom:20px;
    max-height: 230px;
    overflow-y: auto;
    padding-right: 10px;
}
.ticket-wrapper{
  background: transparent;
  border: 1px solid #f37d1f;
  padding: 20px;
  margin: 0;
}
.event-ticket-details.top .ticket-wrapper{
    padding:5px 0;
}
.ticket-wrapper:not(:last-child){
  margin-bottom: 30px;
}
.ticket-wrapper .ticket-price, .ticket-wrapper .ticket-left{
  font-size: 22px;
  display: block;
  text-transform:capitalize;
}
.event-ticket-details.top .ticket-wrapper .ticket-price, .event-ticket-details.top .ticket-wrapper .ticket-left{
  font-size: 18px;
  display: block;
  text-transform:capitalize;
}
.ticket-wrapper .ticket-type{
  font-size: 24px;
  font-weight: 500;
  color: #f37d1f;
  line-height: 34px;
}
.event-ticket-details.top .ticket-wrapper .ticket-type{
    font-size:18px;
    line-height:28px;
}
.quantity-btnbook-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quantity-btnbook-wrapper button{
  background: #f37d1f;
  text-transform: uppercase;
}
.quantity-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-wrapper .input-qty{
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
  background: #ffffff;
}
.quantity-wrapper .qty-btn-minus,
.quantity-wrapper .qty-btn-plus{
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
  color: #ffffff;
}
.quantity-wrapper .qty-btn-plus{
  margin-left: -1px;
}
.quantity-wrapper .qty-btn-minus{
  margin-right: -1px;
}
.qty-btn-plus:focus, .qty-btn-minus:focus{
  outline: none;
  box-shadow: none;
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* ===============================================
    Category List Style
==================================================*/
.category-list{
  display: block;
  width: 100%;
  position: relative;
}
.category-item{
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background-color: #f8f7fa;
}
.category-item .category-item-wrapper{
  display: flex;
  align-items: center;
}
.category-item .category-item-wrapper .category-icon, .category-item .category-item-wrapper .category-name{
  padding: 15px 10px;
}
.category-item .category-item-wrapper .category-icon{
  background-color: #fcf9f5;
  text-align: center;
  width: 20%;
  color: #f37d1f;
  font-size: 20px;
}
.category-item .category-item-wrapper .category-name{
  width: 80%;
  font-size: 17px;
  color: #232323;
  font-family: 'Poppins', sans-serif;
}
/* ===============================================
    City Dropdown Wrapper
==================================================*/
.city-dropdown-wrapper .text-box{
  padding: 10px 30px;
  color: #FFF;
  background: #f37d1f;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  border-radius: 5px;
}
.city-dropdown-box{
  position: relative;
}
.city-dropdown-box select{
  cursor: pointer;
  background: transparent;
  border: 0;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}
.city-dropdown-box.style-2{width: fit-content;}
.city-dropdown-box.style-2 select{
  background: #f37d1f;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  width:170px;
}
.city-dropdown-box.custom-select{
  background: #f37d1f;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.custom-select .select-items{
  height: 110px;
  overflow-y: auto;
  position: absolute;
  background-color: #f37d1f;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*style the items (options), including the selected item:*/
.custom-select .select-items div,.select-selected {
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  min-width: 170px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.custom-select span.drop-down-arrow{
  display: none !important;
}
.custom-select .select-selected::after{
  content: "\f107";
  display: inline-block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: -20px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 25px;
  text-align: right;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-select .select-items div{
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.custom-select .select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}

/* scrollbar width */
.custom-select .select-items::-webkit-scrollbar {
  width: 15px;
}

/* scrollbar track */
.custom-select .select-items::-webkit-scrollbar-track {
  background:  #c7e3ff;
  border-radius: 0px 0px 0px 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
/* scrollbar handle */
.custom-select .select-items::-webkit-scrollbar-thumb {
  background: #f37d1f;
  border-radius: 10px; /* optional rounded handle */
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent);
}

/* scrollbar handle on hover */
.custom-select .select-items::-webkit-scrollbar-thumb:hover {
  background: #f37d1f;
  background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent);
}
.city-dropdown-box.style-2 .drop-down-arrow{
  background: #f37d1f;
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    width:30px;
    height:100%;
    pointer-events:none;
    right:0;
    top:0;
    z-index:999;
    border-left: 2px solid #fff;
}
.city-dropdown-box.style-2 .drop-down-arrow i{
  font-size: 30px;
  color: #ffffff;
}
/* ===============================================
    Event Listing Section, Event Item
==================================================*/
.event-listing-section{
  display: block;
  width: 100%;
  position: relative;
}
.event-listing .ttm-tabs.style2 .tabs{
  width: fit-content;
  margin: unset;
  border-radius: 30px;
  background-color: #ffffff;
}
.event-listing .ttm-tabs.style2 ul.tabs li{
  margin: unset;
  padding: 0 10px;
}
.event-listing .ttm-tabs.style2 ul.tabs li a{
  position: relative;
}
.event-listing .ttm-tabs.style2 ul.tabs li.active a::after{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #f37d1f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.event-listing .featured-imagebox{
  padding-bottom: 0;
}
.event-listing .featured-imagebox .featured-thumbnail{
  position: relative;
}
.event-listing .featured-imagebox .featured-thumbnail img{
   width:100%;
   min-height:233px;
   max-height:233px;  
}
.event-listing .featured-imagebox .featured-thumbnail .overlay-content{
  position: absolute;
  display: block;
  width: 100%;
  /*height: 100%;*/
  bottom: 0;
  left: 0;
}
.overlay-content .btn-group{
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.overlay-content .btn-group a:not(:last-child){
  margin-right: 10px;
}
.overlay-content .btn-group a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #f37d1f;
  border-radius: 50%;
}
.overlay-content .btn-group a i{
  color: #ffffff;
}
.overlay-content .price-badge{
    top: 10px;
    position: absolute;
    left: 10px;
    background: #f37d1f;
    border-radius: 15px;
    color: #fff;
    padding: 2px 10px;
    font-weight: 600;
}
.event-listing .featured-imagebox .featured-content{
  padding: 10px !important;
  /*display: flex;*/
  display:block;
}
.event-listing .featured-imagebox .featured-content .event-date, .event-listing .featured-imagebox .featured-content .event-desc{
  display: block;
  position: relative;
}
.event-listing .featured-imagebox .featured-content .event-date .ttm-box-post-date{
  position: relative;
  padding: 0;
  width: auto;
}
.event-listing .featured-imagebox .featured-content .event-date .ttm-box-post-date::after{
  display: none;
}
.event-date .ttm-box-post-date .ttm-entry-date{
  margin: 0;
}
.event-listing .event-date .ttm-box-post-date .ttm-entry-date{
  /*padding-right: 15px;*/
  text-align:left;
  padding:0;
}

.event-listing .event-date .ttm-box-post-date .ttm-entry-date time{
  font-size: 20px;
  color: #222;
  font-weight: 600;
}
.event-date .ttm-box-post-date .ttm-entry-date span{
  font-size: 20px;
  color:#f37d1f;
  /*display: block;*/
  font-weight: 500;
}
.event-date .ttm-box-post-date .ttm-entry-date span.event-day{
    color:#222;
}
.event-date .ttm-box-post-date .ttm-entry-date span.day{
    color:#232323;
}
.event-date .ttm-box-post-date .ttm-entry-date span.event-weekday{
    text-transform:uppercase;
}
/*.event-date .ttm-box-post-date .ttm-entry-date span.event-year{
    font-size:16px;
}*/
.event-listing .featured-imagebox .event-desc .featured-title h5{
  margin-top: 0;
  min-height:62px;
  line-height:unset;
}
.event-listing .featured-imagebox .event-desc .featured-desc, .event-listing .featured-imagebox .event-desc .featured-desc p{
  margin: 0;
  padding: 0 !important;
  color:#585163;
  font-size:15px;
}
.event-listing-section .event-item:not(:last-child){
  margin-bottom: 40px;
}
.event-item, .event-item .event-item-top, .event-item .event-item-bottom, .event-item, .event-item .event-item-top .event-button, .event-item .event-item-top .event-date, .event-item .event-item-top .event-date .icon{
  display: block;
  position: relative;
  width: 100%;
}
.event-item .event-item-top .event-date{
  margin-bottom: 30px;
}
.event-item .event-item-top .event-date .icon{
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: .5;
}
.event-item .event-item-top .event-date .icon i{
  font-size: 80px;
  color: #d1d2d4;
  position: relative;
  z-index: 1;
}
.event-item .event-item-top .event-date .txt-date{
  color: #f37d1f;
  text-transform: uppercase;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -35px;
  padding-left: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.event-item .event-item-top .event-date .txt-date sup{
  text-transform: lowercase;
}
.event-item .about-event .event-title{
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.event-item .event-item-top .event-details{
  display: block;
  width: 100%;
  position: relative;
  padding: 30px 0 40px 0;
}
.event-item .event-item-top .event-details h5{
  color: #f37d1f;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.event-item .event-item-top .event-details p{
  margin-bottom: 5px;
}
.event-item .event-item-top .event-button a{
  background-color: #f37d1f;
  color: #FFF;
  padding:10px;
  text-decoration: none;
  text-transform: uppercase;
}
.event-item .event-item-top .event-button a .left-icon{
  margin-right: 10px;
}
.event-item .event-item-top .event-button a .right-icon{
  margin-left: 10px;
}
.event-item .event-item-top .event-item-img img{
  max-width: 100%;
}
.event-item .event-item-bottom{
  padding: 30px 0;
  text-align: center;
}
.event-item .event-item-bottom p{
  color: #223645;
  text-align: center;
  margin-bottom: 0;
}
.event-item .event-item-bottom p a{
  color:#f37d1f;
}
.event-listing-section .event-item:not(:last-child){
  border-bottom: 1px solid #d1d2d4;
}
.date-wise-event-listing, .date-wise-event-listing .event-date-location-wrapper, .date-wise-event-listing .event-date-location-wrapper .icon, .date-wise-event-listing .event-listing, .date-wise-event-listing .event-listing .event-item{
  display: block;
  position: relative;
  width: 100%;
}
.date-wise-event-listing .event-date-location-wrapper .icon{
  z-index: 1;
  opacity: .5;
}
.date-wise-event-listing .event-date-location-wrapper .icon i{
  font-size: 80px;
  color: #d1d2d4;
}.date-wise-event-listing .event-date-location-wrapper .event-date sup{
  text-transform: lowercase;
}
.date-wise-event-listing .event-date-location-wrapper .location-wrapper{
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding-left: 20px;
}
.date-wise-event-listing .event-date-location-wrapper .event-date{
  color: #f37d1f;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.date-wise-event-listing .event-date-location-wrapper p{
  margin-bottom: 5px;
  color:#838281;
}
.date-wise-event-listing .event-item .event-img img{
  width: 150px;
  height:150px;
  margin-left:-100px;
  display: block;

}
.date-wise-event-listing .event-listing .event-item:not(:last-child){
  margin-bottom: 30px;
  border-bottom: unset;
}
.date-wise-event-listing .event-listing .event-item .event-details{
  border-radius: 15px;
  padding: 30px 100px 5px 15px;
}
.date-wise-event-listing .event-item .event-details .event-title, .date-wise-event-listing .event-item .event-details .event-date{
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.date-wise-event-listing .event-item .event-details .event-date{
  color: #f37d1f;
}
.date-wise-event-listing .event-listing .event-item:nth-child(odd) .event-details{
  background-color: #f7f7f7;
}
.date-wise-event-listing .event-listing .event-item:nth-child(even) .event-details{
  border: 2px solid #d1d2d4;
}
.event-listing-section .date-wise-event-listing:not(:last-child){
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d2d4;
  margin-bottom: 30px;
}
.rounded-img{
  border-radius: 50%;
}
/* ===============================================
    Footer
------------------------*/
.footer-gallery-widget .gallery-title{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: center;
}
.footer-gallery-widget .gallery{
    display:flex;
}
.footer-gallery-widget .gallery .gallery-item{
    display:block;
    position:relative;
 margin:5px;
}
footer{
    padding:20px 0;
    background-color:#135683;
}
footer .widget-area p, footer .widget-area a, footer .widget-area li{
    font-size:15px;
}
.footer .widget{text-align: left;}
.footer .widget  ul:not(.menu-footer-services):not(.widget-text) li:not(:last-child){
  border-bottom: 1px solid rgba(255,255,255,.06);
  margin-bottom: 10px;
}
.footer .widget .widget-title {
    position: relative;
    display: inline-block;
    width:100%;
}
.widget ul{ margin: 0; padding: 0; }
.widget ul>li {
    padding: 0 0 10px 0;
    position: relative;
}
.widget a {
    display: inline-block;
    position: relative;
}
.footer .widget {
    margin: 0 0 12px;
}

/* newstter-box
------------------------*/
.ttm-newstter-box {
    max-width: 835px;
    margin: 0 auto;
    text-align: center;
    padding: 27px 0 10px;
}
.ttm-newstter-box h4 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 76px;
    color: white;
}
.mailchimp-inputbox {
    padding-right: 0;
    display: table;
    width: 86%;
    padding: 27px 40px;
    background-color: #1c0c2b;
    margin-top: 45px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    display:flex;
    margin-top: 80px;
}

@media screen and (max-width: 940px) {
  .ttm-newstter-box h4 {

    margin-top: 20px;
}
.mailchimp-inputbox {
  margin-top: -45px !important;
  margin-left: 30px;
}
}
.ttm-newstter-box .mailchimp-inputbox:before {
    font-family: "FontAwesome";
    content: "\f1d9";
    position: absolute;
    top: 9px;
    left: 1px;
    line-height: 1em;
    font-size: 90px;
    font-weight: 400;
    opacity: .05;
    z-index: -1;
}
.mailchimp-inputbox input[type="email"] {
    background-color: transparent !important;
    width: 74%;
    float: left;
    margin-right: 25px;
    height: 47px;
    padding-left: 0;
    font-size: 14px;
    outline: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.06);
    color: #fff;
    -webkit-box-shadow: 0 0 0 1000px transperent inset;
}
.mailchimp-inputbox input[type="submit"] {
    height: 47px;
    width: 170px;
    border: 0;
    outline: none;
    border-radius: 5px;
    z-index: 21;
    padding: 0;
    right: 0;
    box-shadow: 0 0;
    font-weight: 600;
    font-size: 15px;
    background-color: #f37d1f;
}


/* widget-contact*/
.widget ul.widget-contact li{
    padding-left: 37px;
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
    line-height: 25px;
}
.widget-contact li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 20px;
    margin: 0 4px;
}

/** widget_nav_menu **/
.widget.widget_nav_menu a {
    font-weight: 400;
    font-size: 15px;
}

/* widget-post*/
ul.ttm-recent-post-list>li>a {
    font-size: 15px;
    line-height: 21px;
    display: block;
}
ul.ttm-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 18px;
}
ul.ttm-recent-post-list>li {
    padding: 0;
    text-align: left;
    padding-bottom: 15px;
}
ul.ttm-recent-post-list>li:not(:last-child) {
    padding-top: 5px;
}
ul.ttm-recent-post-list>li:last-child{padding-bottom: 0;}
ul.ttm-recent-post-list>li:not(:last-child),
.sidebar-right ul.widget-menu li:not(:last-child){
  border-bottom: 1px solid #e9e9e9;
}
ul.ttm-recent-post-list>li:not(:last-child){
  margin: 0 0 15px 0;
}
ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 12px;
}
.footer-logo img{
    height: 45px;
    width: auto;
}

/* menu-Footer-services
------------------------*/
.widget ul#menu-footer-services li a{
    padding-left: 19px;
}
.widget ul#menu-footer-services li a:before {
    content: "";
    background-color: #8c8c8c;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 1px;
    top: 13px;
}
.widget ul#menu-footer-services li a:after {
    content: "";
    background-color: #8c8c8c;
    width: 1px;
    height: 57px;
    position: absolute;
    left: 1px;
    top: 4px;
}
.widget ul#menu-footer-services li:nth-last-child(2) a:after, .widget ul#menu-footer-services li:nth-last-child(1) a:after {
    height: 22px;
    top: 0;
}
.widget ul#menu-footer-services li:last-child a:after {
    height: 23px;
}
.widget ul#menu-footer-services li:nth-child(even) {
    width: 40%;
    margin-left: 5%;
}
.widget ul#menu-footer-services li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0 0 8px 0;
    position: relative;
    text-align: left;
}

/* bottom-footer */
.footer .company-desc{
    padding:0 !important;
}
.ttm-footer2-left, .ttm-footer2-right {
    font-size: 14px;
}
.ttm-footer2-right {
    text-align: right;
}
.footer .company-info{/*display: table;*/ display:block;}
.footer .company-logo{
  /*display: table-cell;*/
  display:bolck;
  /*margin-right: 20px;
  vertical-align: middle;*/
}
.footer .company-desc{/*display: table-cell;    vertical-align: middle;*/ display:block;}
.footer .company-logo img{max-height: 45px;} 

ul.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 5px;
}
ul.social-icons li{display: inline-block;}
ul.social-icons li a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: none;
    background-color: #1c0c2b;
    font-size: 15px;
    display: block;
    text-align: center;
    border-radius: 50%;
}
.ttm-footer2-right p{margin-bottom: 0;}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 10px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 37px;
    border-radius: 3px;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}


/* ===============================================
    page-title-row
------------------------*/
.ttm-page-title-row { 
    background-image: url(../images/ttm-pagetitle-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ttm-page-title-row .title-box{
    vertical-align: middle;
    display: table-cell;
    padding-top: 117px;
}
.ttm-page-title-row { 
    position: relative;
    display: table;
    width: 100%;
    height: 540px;

}
.title-box .page-title-heading h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.title-box .page-title-heading{ position: relative; }
.title-box .page-title-heading .title:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
}
.title-box .breadcrumb-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.title-box .breadcrumb-wrapper > .container{
    padding: 15px 5px;
    display: inline-block;
    border-radius: 0;
    margin-right: 27px;
    border-right: 4px solid;
    position: relative;
}
.title-box .breadcrumb-wrapper > .container:after{
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 5000px;
    z-index: 0;
    right: 100%;
    left: auto;
}
.breadcrumb-wrapper a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
}


/*list*/
ul.ttm-list.ttm-list-style-icon {list-style: none;padding: 0;padding-left: 0;margin: 0;}
ul.ttm-list.ttm-list-style-icon li {position: relative;padding-bottom: 10px;}
ul.ttm-list.ttm-list-style-icon li i {font-size: 17px;position: absolute;left: 2px;top: 4px; }
ul.ttm-list.ttm-list-style-icon .ttm-list-li-content {display: inline-block;padding-left: 30px;font-weight: 500;}
.ttm-list-li-content{color: #828c96;}

ul.ttm-list.list-style-disc li{list-style-type: disc;}

/* ===============================================
    Inner-Pages
------------------------*/
/*homepage-2*/ 
.ttm-row-expand-leftfull:after{
    width: 500%;
    height: 100%;
    display: block!important;
    position: absolute;
    top: 0;
    content: '';
    right: 100%;
    background-color: #fff;
}
.ttm-row-expand-leftfull .col-md-4:not(:last-child){border-right: 1px solid #e5e5e5;}
 
/* service*/ 
.sep-box h2{font-size: 40px;line-height: 48px;font-weight: 400;}
.sep-box h6{font-size: 20px;line-height: 30px;font-weight: 400;}
.sep-box h4{font-weight: 500;font-size: 32px;line-height: 42px;}
.sep-box .ttm-icon{ margin-bottom: 8px; }
.sep-box .sep_holder_box{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  align-items: center;
}
.sep-box .sep_holder_box .sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.sep-box .sep_holder .sep_line {
    height: 1px;
    border-top: 1px solid #d7d7d7;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
.ttm-service-description h3,.ttm-service-description h4{font-family: 'Roboto',Arial,Helvetica;font-weight: 600;}

/*Error-Page*/
.page-header {padding-bottom: 9px;margin: 40px 0 20px;}
section.error-404 {padding: 250px 0 150px;text-align: center;}
section.error-404 .ttm-big-icon {font-size: 150px;}
section.error-404 h1 {font-size: 95px;font-weight: 600;text-transform: uppercase;line-height: 100%;}
section.error-404 .page-content p {font-size: 18px;margin-bottom: 30px;}
section.error-404 form{position: relative;max-width: 390px;margin: 0 auto;}
section.error-404 form input{border-width: 2px;background-color: transparent;}
.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 46px;
    height: 46px;
    z-index: 1;
    border-radius: 0 3px 3px 0;
    background-image: url(../images/error-search.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    opacity: .3;
}

/*contact-us*/
#map_canvas { margin: 0; padding: 0; height: 100% }
.map-wrapper{ height: 450px; }

/*  team-member-single*/ 
.ttm-team-member-single-content-area .ttm-team-member-content {padding-left: 15px;}
.ttm-team-member-single-content-wrapper ul { margin: 0; padding: 0; clear: both;}
.ttm-team-details-list li{
    position: relative;
    padding: 14px  0 14px  0;
    font-size: 15px;
    line-height: 24px;
    display: block;
    float: left;
    width: 100%;
}
.ttm-team-list-title i{
    position: absolute;
    left: 0;
    text-align: center;
    display: block;
    text-indent: 0;
    font-size: 35px;
    top: 4px;
}
.ttm-team-details-list .ttm-team-list-title {
    margin-right: 3px;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    padding-left: 50px;
}
.ttm-team-details-list .ttm-team-list-title,.ttm-team-details-list .ttm-team-list-value {display: inline-block;}
.ttm-team-details-list .ttm-team-list-value{
  display: block;
    float: left;
    width: 100%;
    padding-left: 53px;
}
.ttm-team-member-single-position {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #828c95;
}
.ttm-team-member-content h2{
    font-size: 34px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 12px;
}
.ttm-team-details-wrapper {
    border-top: 1px solid #d3dbe3;
    padding-top: 27px;
    margin-top: 13px;
}
.ttm-team-details-wrapper .ttm-social-links-wrapper {
    padding: 15px 0;
    display: block;
    clear: both;
}
.ttm-team-details-wrapper ul.ttm-team-details-list{padding: 0;margin: 0;}

/* portfolio */
.ttm-single-content-wrap-box{margin-left: -15px;}
.ttm-pf-view-top-image .ttm-pf-single-content-area {padding-top: 38px;}
.ttm-pf-view-left-image .ttm-pf-single-detail-box {margin: 70px 35px;padding: 35px 25px;}
.ttm-pf-view-left-image .ttm-pf-single-detail-box.style2 {margin: 50px 35px;padding: 40px 25px;}
.ttm-portfolio-description h5 {font-size: 33px;line-height: 40px;}
.ttm-pf-detailbox-list .ttm-pf-details-date {position: relative;display: block;padding: 18px 0 0 0px;font-size: 13px;}
.ttm-pf-detailbox-list .ttm-pf-details-date i {
    position: absolute;
    left: -20px;
    top: 13px;
    display: inline-block;
    border-radius: 50%;
    padding-left: 0;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    transform: translate(0,0);
    height: 40px;
    width: 40px;
    line-height: 40px;
    z-index: 1;
}
.ttm-pf-detailbox-list .ttm-pf-details-date .ttm-pf-left-details {font-weight: 500;margin-right: 15px;margin-left: 0;display: inline;font-size: 17px;line-height: 20px;}
ul.ttm-pf-detailbox-list{ padding: 0; }
ul.social-inline{display: inline-block;}
.ttm-social-share-title {
    padding-top: 6px;
    font-weight: 500;
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
    font-size: 18px;
    display: inline-block;
}
.ttm-portfolio-description h4{font-size: 24px;line-height: 26px;margin-bottom: 5px;}
.ttm-post-prev-buttons{position: relative;margin-bottom: 20px;margin-top: 31px;border-top: 1px solid #e4e4e4;padding-top: 30px;}

.ttm-pf-single-content-wrapper.ttm-pf-view-top-image .ttm-pf-single-detail-box {
    padding: 5px;
    margin-top: 45px;
}
.ttm-pf-view-top-image .ttm-pf-detailbox-inner {
    margin-top: 45px;
    background-color: #FFF;
    margin: 30px 30px;
    padding: 20px 25px;
}
.ttm-pf-single-related-wrapper .ttm-pf-single-related-title{font-size: 28px;margin-bottom: 30px;}
/*** Apnee Blog ***/
.blogs-grid, .gallery-grid{
    display:block;
    width:100%;
    position:relative;
    
}
.blogs-grid .blog-item, .gallery-grid .gallery-category-item{
    display:block;
    width:100%;
    height:100%;
    background:#ffffff;
    position:relative;
    box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    transition:all 0.3s;
}
.blogs-grid .blog-item:hover, .gallery-grid .gallery-category-item:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border:1px solid #f37d1f;
}
.blogs-grid .blog-item a, .gallery-grid .gallery-category-item a{
    display:block;
    position:relative;
    width:100%;
    height:100%;
    padding:15px;
}
.blogs-grid .blog-item .blog-img, .blogs-grid .blog-item .blog-content, .gallery-grid .gallery-category-item .gallery-category-content{
    display:block;
    width:100%;
    position:relative;
    text-align:center;
}
.blogs-grid .blog-item .blog-img, .gallery-category-item .gallery-category-img{
    box-sizing:border-box;
}
.blogs-grid .blog-item .blog-img img, .gallery-category-item .gallery-category-img img{
    width:100%;
    max-width:100%;
    display:block;
    margin:0 auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
}
.blogs-grid .blog-item:hover .blog-img img, .gallery-category-item:hover .gallery-category-img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blogs-grid .blog-item .blog-content .blog-title, .gallery-category-item .gallery-category-content .gallery-category-title{
    color: #f37d1f;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom:0;
}
/*** Blog Details ***/
div.pp_default .pp_content_container .pp_details{
    display:none;
}
.blogs-details .blog-title h3{
    font-size: 24px;
    line-height:34px;
    font-weight: 500;
}
.blogs-details .blog-author{
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.blogs-details .author-img{
    margin-right:10px;
}
.blogs-details .author-img img{
    width:50px;
    height:50px;
    border-radius:50%;
}
.blogs-details .blog-author .author-info .sub-title{
    margin-bottom:0;
}
.blogs-details .blog-author .author-info .author-name{
    font-size: 18px;
    color: #f37d1f;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px 
}
.blogs-details .blog-author .author-info .author-design{
    margin-bottom:0;
    font-weight:bold;
}

ul.award-list{
    padding:0;
}
ul.award-list li span{
    font-weight:600;
    color:#f37d1f;
}
ul.award-list li{
    position:relative;
    margin-bottom:10px;
}
ul.award-list li::before{
    content:'\f091';
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#135683;
    margin-right:6px;
}
.blog-gallery .gallery-item a, .gallery-item a{
    display:block;
    width:100%;
    height:100%;
    position:relative;
    transform: translateZ(0);
    overflow: hidden;
    padding:5px;
    background:#fff;
    border:1px solid #f37d1f;
}
.blog-gallery .gallery-item a img, .gallery-item a img{
    display:block;
    width:100%;
    webkit-transition: transform .3s ease-out,opacity .35s;
    transition: transform .3s ease-out,opacity .35s;
}
.gallery-item:hover img{
   transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s ease-out,opacity .25s ease-out;

}
.testimonial-header{
    margin-bottom:30px;
}
.testimonial-header h3{
    font-size: 22px;
    text-align: center;
    line-height: 32px;
    color:#f37d1f;
}
.testimonial{
    display:block;
    width:100%;
    position:relative;
    text-align:center;
}
.testimonial .testimonial-img{
    max-width: 100px;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
}
.testimonial .testimonial-title{
    font-size: 20px;
    color: #f37d1f;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.testimonials .owl-dots{
    text-align:center;
}
.testimonials .owl-dots .owl-dot{
    display:inline-block !important;
    width:fit-content;
}
.testimonials .owl-dots .owl-dot span{
    border-color:#f37d1f !important;
}
.testimonials .owl-dots .owl-dot.active span{
    background-color:#f37d1f;
}

/* Blog  
---------------------------------------------------------------*/
.ttm-blog-classic-content .post-meta ul{ padding: 0 3px 10px 0;margin: 0;}
.ttm-blog-classic-content .post-meta ul li{display: inline-block;padding-right: 25px;position: relative;color: #7f7f7f;}
.ttm-blog-classic-content .post-meta ul li:not(:last-child):after{position: absolute;content: "|";right: 7px;top: -3px;}
.ttm-blog-classic-content .post-meta ul li a{color: #7f7f7f;}
.ttm-blog-classic-content .post-meta ul li i{padding-right: 7px;}
.ttm-blog-classic-content .post-date {
    z-index: 1;
    height: 60px;
    min-width: 60px;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 30px;
    padding-top: 9px;
}
 .ttm-blog-classic-content .post-date .date {font-size: 30px; font-weight: 600;display: block;}
article.ttm-blog-classic{background: #fff;margin-bottom: 30px;-webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);-moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);box-shadow: 0 0 15px 0 rgba(40,61,88,.07);}
.ttm-blog-classic-content {padding: 30px 30px 30px 30px;z-index: 11;position: relative;display: block;}
.ttm-blog-classic-content .post-title h5 {font-size: 28px;margin-bottom: 4px;line-height: 35px;position: relative;}
.ttm-blog-classic-content .ttm-btn-size-md{font-size: 14px;}
article.post blockquote {
    display: block;
    background: #f4f4f4;
    padding: 25px 20px 20px 85px;
    position: relative;
    border: 1px solid #f2f2f2;
    font-weight: 500;
    margin: 35px 0 35px 0;
    font-style: normal;
    font-size: 22px;
    min-height: 100px;
    line-height: 36px;
    font-style: italic;
    color: #273f5b;
}
article.post blockquote:before {
    content: '"';
    display: inline-block;
    position: absolute;
    font-size: 110px;
    font-family: "Myriad Pro";
    transform: rotate(180deg);
    top: 0;
    left: 33px;
}
article.post blockquote p{
    font-size: 22px;
    line-height: 36px;
    font-style: italic;
    color: #273f5b;
    font-weight: 500;
}
.ttm-post-prev-next-buttons .ttm-btn-icon-right-right{ float: right; }
.ttm-portfolio-prev-next-buttons,
.ttm-post-prev-buttons{
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
}

.ttm-blog-classic-content.single-blog{padding: 25px 25px 25px 25px;}
.ttm-blog-classic-content.single-blog h4{font-size: 28px;line-height: 38px;}
.single-blog .ttm-post-prev-buttons{border-bottom: 1px solid #e4e4e4;}
.ttm-blog-classic-content.single-blog .post-meta .post-title{
    font-size:26px;
    line-height:38px;
}
.event-details-section .ttm-tabs .content-tab .content-inner{
    padding:0 10px;
}
/*post-video*/
.ttm-post-format-video{position: relative;padding-bottom: 70%;overflow: hidden;}
.ttm-post-format-video iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;}

/* pagination */
.ttm-pagination {
    display: block;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 35px;
}
.ttm-pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #42454e;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #c3c0c0;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*blog-comment*/
.comments-area {margin-top: 50px;margin-bottom: 0;}
.comments-area h2{font-size: 30px;line-height: 38px;margin-bottom: 15px;}
.comments-area ol.comment-list {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.comment-list li {position: relative;}
.comment-list, .comment-list .children {list-style-type: none;padding: 0;}
.single-post .comments-area {margin-top: 50px;margin-bottom: 0;}
.single-post .comments-area .comments-title {font-size: 33px;font-weight: 600;}
.comment-body {padding: 0;margin-left: 0;margin-bottom: 0;padding: 22px 20px;}
.comment-author {
    float: left;
    max-width: 87px;
    margin-right: 20px;
    text-align: center;
    margin-left: -15px;
}
.comment-author img {max-width: 100%;height: auto;}
.comment-reply-title {
    margin-bottom: 10px;
    font-size: 33px;
    margin-bottom: 20px;
}
.comment-box {
    border: none;
    margin-left: 87px;
    position: relative;
    background-color: #f9f9f9;
    padding: 22px 20px;
}
.comment-meta {font-size: 14px;padding: 0;position: relative;}
.comment-meta, .comment-meta a {color: #9096a1;font-size: 13px;}
.comment-meta .ttm-comment-owner h5, .ttm-comment-owner {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
    color: #020d26;
    margin: 0;
}
.single article.post .comment-body p {margin-top: 10px;}
.comment-list a.comment-reply-link {
    background-color: #0f385e;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    padding: 4px 15px 5px 15px;
}
.comments-area .comment-respond {
    padding-top: 10px;
}
#respond .comment-reply-title {
    margin: 0 0 20px!important;
}
.comment-form {
    margin-bottom: 20px;
}
.comment-form .comment-notes {
    margin-bottom: 25px;
    font-style: italic;
}
.comment-form p:not(.comment-notes) {
    margin-bottom: 20px;
    padding-top: 15px;
}
.comment-form textarea {
    height: 125px;
}
.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 5px;
    text-indent: 0;
}
/*home-shop */
.home-banner-box .ttm_single_image_wrapper{position: relative;overflow: hidden;}
.home-banner-box .ttm_single_image_wrapper{
    transition: all .8s ease-in-out;
}
.home-banner-box .ttm_single_image_wrapper:hover img{
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*  Element  */
.element-row{ padding: 100px 0 40px; position: relative;}
.element-row .section-title h2.title{ padding: 0; }
.testimonial-section2{padding: 50px 0;}

.parent{
    display: flex;
    justify-content: center;
}
/* .list{
    display: flex; 
}
.list li{
    padding: 15px;
    font-weight: 500;
    color: #000000d0;
} */
.list-container {
    display: flex;
    /* justify-content: center;  */
    
    /* Align the list horizontally */
  }
  
  .flex-list {
    display: flex;
    flex-wrap: wrap; /* Allow list items to wrap to a new line */
    list-style: none;
    padding: 0;
  }
  
  .flex-list li {
    margin: 15px;
    font-weight: 500;
    color: #000000a9;
    /* flex-basis: calc(50% - 10px);  */
    /* Display two items per row, adjust margin accordingly */
  }
  
  /* Media query for smaller screens */
  @media (max-width: 600px) {
    .flex-list li {
      flex-basis: calc(100% - 10px); /* Display one item per row, adjust margin accordingly */
    }
  }
  .section-title h2.title{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #1F0B40;
    text-transform: capitalize;
    /* border: 2px solid black; */
  }
  .section-title h2.left-border{
    padding-left: 10px;
    border-left: 8px solid #DE372F;
  }


  .bg {
    background-color: #f8f8fa;
    padding-bottom: 15px;
    padding-top: 21px;
    text-align: left;
  }
  
  .bg h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-left: 18px;
  
  }
  
  .categories h3 {
    font-family: 'Kalam', cursive;
    font-weight: 700;
  }
  
  .categories span {
    padding-right: 20px;
    background-color: #fcf9f5;
    color: #f0563a;
  }
  
  @media screen and (max-width: 640px) {
    .bg {
      margin-top: 10px;
      width: 70%;
      margin-left: 70px;
    }
  }
  @media screen and (max-width: 1000px) {
    .bg {
      margin-top: 10px;
      width: 70%;
      margin-left: 70px;
    }
  }

  
  /* ===================================================  =======================================================================  */

  
  .page-title {
    background-image: url(./images/events-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
  }
  
  .page-title h3 {
    margin-top: 80px;
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    font-family: 'Poppins', sans-serif;
  }
  
  .page-title a {
    text-decoration: none;
    color: rgb(214, 207, 207);
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
  }
  
  
  
  /* ---- Entry -title  ---- */
  
  .entry-title {
    margin: 0;
    font-size: 28px;
    color: #b3b3b3;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 0;
  }
  
  .section-page-header {
    background: #fafafa;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin: 0;
    padding: 40px 15px;
  }
  
  /* Events Sections */
  
  
  .news .blog-post {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    margin-bottom: 30px;
  }
  
  @media (max-width: 767px) {
    .news .blog-post .post-thumb img {
      width: 100%;
    }
  }
  
  .news .blog-post .post-content {
    position: relative;
    padding: 30px 30px 25px 30px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
  }
  
  .news .blog-post .post-content .date {
    position: absolute;
    top: -38px;
    left: 30px;
    width: 65px;
    height: 65px;
    text-align: center;
    background: #f3eff0;
    display: -webkit-box;
    display: flex;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  
  .news .blog-post .post-content .date h4 {
    color: rgb(223, 49, 49);
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
  }
  
  .news .blog-post .post-content .date h4 span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
  }
  

  
  .news .blog-post .post-content .post-title h3 a {
    margin-top: 10px;
    font-size: 22px;
    font-variant: small-caps;
    color: black;
    padding-left: 33px;
    font-weight: 600;
    margin-top: 15px;
    text-decoration: none !important;
  }
  
  .news .blog-post .post-content .post-title p {
    font-size: 15px;
    padding-left: 43px;
    font-family: 'Poppins', sans-serif;
  }
  
  .news .blog-post .post-content .post-title h3 a:hover {
    color: #9e022e;
  }
  
  .post-meta {
    text-decoration: none !important;
  }
  
  .news .blog-post .post-content .post-meta ul {
    margin-bottom: 0;
  }
  
  .news .blog-post .post-content .post-meta ul li i {
    margin-right: 7px;
    color: #848484;
    margin-left: 11px;
  
  }
  
  .news .blog-post .post-content .post-meta ul li a {
    display: inline-block;
    padding-right: 25px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #848484;
  }
  
  .news .blog-post:hover {
    box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  }
  
  .news .blog-post.single {
    margin-bottom: 100px;
  }
  
  .news .blog-post.single .post-title {
    padding-top: 35px;
    padding-bottom: 0;
    border: none;
    margin-bottom: 10px;
  }
  
  .news .blog-post.single .post-title h3 {
    font-weight: 400;
  }
  
  .news .blog-post.single .post-meta {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
  }
  
  .news .blog-post.single .post-details p {
    padding: 13px 0;
    font-size: 15px;
  }
  
  .news .blog-post.single .post-details .quotes {
    background: #f5f5f8;
    padding: 30px;
    border-left: 3px solid #f37d1f;
    margin: 15px 0;
  }
  
  .news .blog-post.single .post-details .quotes blockquote {
    font-size: 15px;
    font-style: italic;
  }
  
  .news .blog-post.single .post-details .share-block {
    display: -webkit-box;
    display: flex;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  
  @media (max-width: 991px) {
    .news .blog-post.single .post-details .share-block {
      flex-wrap: wrap;
    }
  }
  
  .news .blog-post.single .post-details .share-block p {
    padding: 0;
  }
  
  .news .blog-post.single .post-details .share-block .tag {
    flex-basis: 50%;
    align-self: center;
  }
  
  @media (max-width: 991px) {
    .news .blog-post.single .post-details .share-block .tag {
      flex-basis: 100%;
      text-align: center;
      margin-bottom: 30px;
      -webkit-box-flex: 1;
      flex-grow: 1;
    }
  }
  
  .news .blog-post.single .post-details .share-block .tag p,
  .news .blog-post.single .post-details .share-block .tag ul {
    display: inline;
    font-family: "Montserrat", sans-serif;
  }
  
  .news .blog-post.single .post-details .share-block .tag p {
    color: #222222;
  }
  
  .news .blog-post.single .post-details .share-block .tag ul li a {
    color: #848484;
    font-size: 15px;
  }
  
  .news .blog-post.single .post-details .share-block .tag ul li a:hover {
    color: #f37d1f;
  }
  
  .news .blog-post.single .post-details .share-block .share {
    flex-basis: 50%;
    text-align: right;
  }
  
  @media (max-width: 991px) {
    .news .blog-post.single .post-details .share-block .share {
      flex-basis: 100%;
      -webkit-box-flex: 1;
      flex-grow: 1;
      text-align: center;
    }
  }
  
  .news .blog-post.single .post-details .share-block .share p,
  .news .blog-post.single .post-details .share-block .share ul {
    display: inline;
    font-family: "Montserrat", sans-serif;
  }
  
  .news .blog-post.single .post-details .share-block .share p {
    margin-right: 18px;
  }
  
  @media (max-width: 400px) {
    .news .blog-post.single .post-details .share-block .share p {
      display: block;
      margin-bottom: 10px;
    }
  }
  
  .news .blog-post.single .post-details .share-block .share ul.social-links-share {
    margin-bottom: 0;
  }
  
  @media (max-width: 400px) {
    .news .blog-post.single .post-details .share-block .share ul.social-links-share {
      text-align: left;
    }
  }
  
  .news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) {
    margin-right: 7px;
  }
  
  @media (max-width: 400px) {
    .news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) {
      margin-right: 5px;
      margin-bottom: 5px;
    }
  }
  
  .news .blog-post.single .post-details .share-block .share ul.social-links-share li a {
    display: block;
    height: 38px;
    width: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
  }
  
  .news .blog-post.single .post-details .share-block .share ul.social-links-share li a i {
    line-height: 38px;
  }
  
  .news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover {
    background: #f37d1f;
    border-color: #f37d1f;
  }
  
  .news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover i {
    color: #fff;
  }
  
  .news .blog-post.single:hover {
    box-shadow: none;
  }
  
  .news .comments {
    padding-bottom: 80px;
  }
  
  .news .comments h5 {
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  .news .comments .comment {
    padding-top: 14px;
  }
  
  .news .comments .comment img {
    margin-right: 30px;
  }
  
  .news .comments .comment .media-body h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  .news .comments .comment .media-body p,
  .news .comments .comment .media-body ul {
    font-size: 15px;
  }
  
  .news .comments .comment .media-body p {
    margin-bottom: 14px;
  }
  
  .news .comments .comment .media-body ul {
    margin-bottom: 10px;
  }
  
  .news .comments .comment .media-body ul li span {
    margin-right: 7px;
  }
  
  .news .comments .comment .media-body ul li a {
    color: #f37d1f;
  }
  
  .news .comment-form h5 {
    font-weight: 400;
    margin-bottom: 30px;
  }
  
  .news .comment-form .form-control,
  .news .comment-form button {
    margin-bottom: 30px;
  }
  
  ul.pagination {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  ul.pagination li {
    margin-right: 10px;
  }
  
  ul.pagination li a {
    font-size: 16px;
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-color: transparent;
    color: #848484;
    border: 1px solid #e5e5e5;
    border-radius: 0 !important;
  }
  
  ul.pagination li a:hover,
  ul.pagination li a:focus {
    background-color: #f37d1f !important;
    color: #fff !important;
    border-color: #f37d1f !important;
  }
  
  ul.pagination .active a {
    background-color: #f37d1f !important;
    color: #fff !important;
    border-color: #f37d1f !important;
  }
  
  .sidebar {
    padding: 0 20px;
  }
  
  .widget {
    margin-bottom: 45px;
  }
  
  .widget .widget-header {
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  @media (max-width: 767px) {
    .widget.search {
      margin-top: 30px;
    }
  }
  
  .widget.search .input-group .form-control {
    border-right: none;
  }
  
  .widget.search .input-group .input-group-addon {
    background: #f37d1f;
    color: #fff;
    border: none;
    border-radius: 0;
  }
  
  .widget.search .input-group .input-group-addon i {
    font-size: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .widget.category ul.category-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
  }
  
  .widget.category ul.category-list li a {
    font-size: 15px;
    letter-spacing: 0;
    display: block;
  }
  
  .widget.category ul.category-list li a:hover {
    color: #f37d1f;
  }
  
  .widget.category ul.category-list li:last-child {
    margin-bottom: 5px;
  }
  
  .widget.tags ul li a {
    display: block;
    padding: 10px 25px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    font-size: 15px;
  }
  
  .widget.tags ul li a:hover {
    background: #f37d1f;
    color: #fff;
    border-color: #f37d1f;
  }
  
  .widget.latest-post .media {
    padding: 15px 0;
  }
  
  .widget.latest-post .media:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  
  .widget.latest-post .media img {
    margin-right: 15px;
  }
  
  .widget.latest-post .media .media-body h6 a {
    font-size: 15px;
    color: #222222;
    line-height: 1;
    font-weight: 400;
  }
  
  .widget.latest-post .media .media-body h6 a:hover {
    color: #e6296b;
  }
  
  .widget.latest-post .media .media-body p span {
    margin-right: 10px;
  }
  
  .news-hr .news-post-hr {
    display: -webkit-box;
    display: flex;
  }
  
  @media (max-width: 1200px) {
    .news-hr .news-post-hr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
    }
  }
  
  @media (max-width: 991px) {
    .news-hr .news-post-hr {
      margin-bottom: 30px;
    }
  }
  
  .news-hr .news-post-hr .post-thumb {
    flex-basis: 50%;
  }
  
  @media (max-width: 1200px) {
    .news-hr .news-post-hr .post-thumb {
      flex-basis: 100%;
    }
  }
  
  .news-hr .news-post-hr .post-thumb img {
    width: 100%;
  }
  
  .news-hr .news-post-hr .post-contents {
    flex-basis: 50%;
    padding: 30px;
    position: relative;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e5e5e5;
  }
  
  @media (max-width: 1200px) {
    .news-hr .news-post-hr .post-contents {
      border-left: 1px solid #e5e5e5;
      flex-basis: 100%;
    }
  }
  
  .news-hr .news-post-hr .post-contents .post-title h6 {
    margin-bottom: 36px;
    margin-top: 5px;
  }
  
  .news-hr .news-post-hr .post-contents .post-title h6 a {
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    font-size: 20px;
    color: #222222;
  }
  
  .news-hr .news-post-hr .post-contents .post-title h6 a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 37px;
    content: "";
    background: #e6296b;
    width: 30px;
    height: 2px;
  }
  
  .news-hr .news-post-hr .post-contents .post-exerpts p {
    font-size: 15px;
  }
  
  .news-hr .news-post-hr .post-contents .date {
    margin-top: 17px;
    width: 65px;
    height: 65px;
    text-align: center;
    background: #e6296b;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  
  .news-hr .news-post-hr .post-contents .date h4 {
    color: #fff;
    font-weight: 400;
  }
  
  .news-hr .news-post-hr .post-contents .date h4 span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
  }
  
  .news-hr .news-post-hr .post-contents .more {
    text-align: right;
    margin-top: -25px;
  }
  
  .news-hr .news-post-hr .post-contents .more a {
    font-family: "Montserrat", sans-serif;
    color: #222222;
    text-transform: uppercase;
    font-size: 14px;
  }
  
  .news-hr .news-post-hr .post-contents:after {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
  }
  
  @media (max-width: 1200px) {
    .news-hr .news-post-hr .post-contents:after {
      content: none;
    }
  }
  
  .about {
    padding: 120px 0;
  }
  
  .testimonial .testimonial-item {
    margin-bottom: 30px;
  }
  
  .testimonial .testimonial-item .comment {
    padding: 40px 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  
  .testimonial .testimonial-item .comment:before {
    content: '';
    position: absolute;
    left: -2px;
    bottom: -27px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 27px 0;
    border-color: transparent #e5e5e5 transparent transparent;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  
  .testimonial .testimonial-item .comment:after {
    content: '';
    position: absolute;
    left: -1px;
    bottom: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 28px 27px 0;
    border-color: transparent #fff transparent transparent;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  
  .testimonial .testimonial-item .comment:hover {
    background: #e6296b;
    border: 1px solid #e6296b;
  }
  
  .testimonial .testimonial-item .comment:hover p {
    color: #fff;
  }
  
  .testimonial .testimonial-item .comment:hover:before {
    border-color: transparent #e6296b transparent transparent;
  }
  
  .testimonial .testimonial-item .comment:hover:after {
    border-color: transparent#e6296b transparent transparent;
  }
  
  .testimonial .testimonial-item .media {
    margin-left: 50px;
  }
  
  .testimonial .testimonial-item .media img {
    height: 65px;
    width: 65px;
    border-radius: 100%;
  }
  
  .testimonial .testimonial-item .media .media-body {
    margin-left: 15px;
    align-self: center;
  }
  
  .testimonial .testimonial-item .media .media-body .name p {
    font-family: "Montserrat", sans-serif;
    color: #222222;
  }
  
  .testimonial .testimonial-item .media .media-body .profession p {
    font-size: 0.8126rem;
    color: #e6296b;
  }
  
  .error .block {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .error .block img {
    margin-bottom: 45px;
  }
  
  .error .block h3 {
    font-weight: 400;
    color: #e6296b;
    margin-bottom: 40px;
  }
  
  .error .block h3 span {
    font-style: italic;
    color: #222222;
  }
  
  .faq .accordion-block #accordion .card,
  .faq .accordion-block #accordionTwo .card {
    border-radius: 0;
    margin-bottom: 20px;
  }
  
  .faq .accordion-block #accordion .card .card-header,
  .faq .accordion-block #accordionTwo .card .card-header {
    background: #fff;
    padding: 0;
  }
  
  .faq .accordion-block #accordion .card .card-header h5 a,
  .faq .accordion-block #accordionTwo .card .card-header h5 a {
    font-weight: 400;
    color: #222222;
  }
  
  .faq .accordion-block #accordion .card .card-header h5 a span,
  .faq .accordion-block #accordionTwo .card .card-header h5 a span {
    padding: 20px;
    border-right: 1px solid #e5e5e5;
    margin-right: 20px;
  }
  
  .faq .accordion-block #accordion .card .card-body,
  .faq .accordion-block #accordionTwo .card .card-body {
    color: #848484;
    padding: 15px 20px;
  }
  
  .faq .accordion-block #accordion .card .collapse.show+.card-header h5 a,
  .faq .accordion-block #accordionTwo .card .collapse.show+.card-header h5 a {
    color: #e6296b;
  }
  
  .contact-form .form-control {
    margin-bottom: 30px;
  }
  
  .contact-form button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  /* Spinner
  ================================================== */
  .loader {
    position: fixed;
    z-index: 9999 !important;
    background-color: #fff;
    width: 100%;
    height: 100%;
  }
  
  #loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
  }
  
  #loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #e6296b;
    border-left-color: #e6296b;
    border-radius: 50%;
  }
  
  @keyframes loading-bar-spinner {
    0% {
      transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  
  /* --- image --- */
  
  .post-thumb img {
    width: 100%;
    height: 250px;
  }
  

  /* --- Contact Page Style --*/
  .contact-box .widget-contact, .contact-box .widget-contact li, .contact-box .widget-contact li i{
      position:relative !important;
  }
  .contact-box .widget-contact{
      padding:0 !important;
      margin:0 !important;
  }
  .contact-box .widget-contact li{
    display: block;
    margin-bottom: 20px;
    background: transparent;
    padding: 10px;
    border:1px solid #f37d1f;
  }
  .contact-box .widget-contact li i{
      font-size:30px;
      display:block;
      text-align:center;
      width:fit-content;
      margin:0 auto 15px auto;
  }
  .contact-box .widget-contact li span{
      font-size:18px;
      display:block;
      text-align:center;
  }
  .wrap-contact100 {
  width: 1120px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

/*==================================================================
[ Contact more ]*/
.contact100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0px 15px;
}

.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}



/*==================================================================
[ Form ]*/

.contact100-form {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 56px 55px 63px 55px;
}

.contact100-form-title {
  width: 100%;
  display: block;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
}

.rs2-wrap-input100 {
  border-left: none;
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none; 
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #666666;
  line-height: 1.2;
  padding: 0 25px;
}

input.input100 {
  height: 55px;
}


textarea.input100 {
  min-height: 139px;
  padding-top: 19px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #00ad5f;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 200px;
  height: 50px;
  border-radius: 2px;
  background: #00ad5f;

  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .contact100-form {
    width: 60%;
    padding: 56px 30px 63px 30px;
  }

  .contact100-more {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .contact100-form {
    width: 100%;
  }

  .contact100-more {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact100-form {
    padding: 56px 15px 63px 15px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.hero-slider .item{
    position:relative;
}
.hero-slider .item img{
    psoition:relative;
    z-index:1;
}
.hero-slider .item .btn-section{
    position:absolute;
    width:100%;
    display:block;
    left:0;
    bottom:50px;
}
.hero-slider .item .btn-section .ttm-btn{
    background:rgb(223, 77, 58,.5);
    color:#fff;
    border:1px solid rgb(223, 77, 58);
}
/*===========================================
 Home Page USP section Style
 ============================================*/
 .usp-section .title-section, .usp-list-section, .usp-list-section .icon-text-item, .usp-list-section .icon-text-item .wrapper, .usp-list-section .icon-text-item .icon, .usp-list-section .icon-text-item .title, .usp-list-section .icon-text-item .content{
     width:100%;
     display:block;
     position:relative;
 }
 .usp-list-section .icon-text-item, .usp-list-section .icon-text-item .wrapper{
     height:100%;
 }
 .usp-list-section .icon-text-item{
     border-top:5px solid #f37d1f;
     border-right:1px solid #ebebeb;
     border-bottom:1px solid #ebebeb;
     border-left:1px solid #ebebeb;
     border-top-right-radius:10px;
     border-top-left-radius:10px;
     transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
     margin-bottom:20px;
 }
 .usp-list-section .icon-text-item:hover{
    background:rgb(34,109,160,.4);
    border-bottom:5px solid #f37d1f;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
 }
 .usp-section .title-section .main-title{
     font-size:30px;
     line-height:40px;
     text-align:center;
     font-weight:500;
     margin-bottom:20px;
 }
 .usp-section .title-section .sub-title{
     text-align:center;
     font-size:25px;
     line-height:35px;
     margin-bottom:20px;
     font-weight:500;
 }
 .usp-section .title-section p.para{
     font-size:16px;
 }
 .usp-list-section .icon-text-item .wrapper{
     max-width:unset;
     padding:15px;
     text-align:center;
     background:transparent;
 }
 .usp-list-section .icon-text-item .icon{
     margin-bottom:20px;
 }
 .usp-list-section .icon-text-item .icon img{
     max-width:60px;
     display:block;
     margin:0 auto;
 }
 .usp-list-section .icon-text-item .title h3{
     font-size:22px;
     line-height:32px;
     text-align:center;
     font-weight:600;
 }
 .usp-list-section .icon-text-item .content p{
     text-align:center;
     margin-bottom:0;
     font-size:18px;
     line-height:28px;
     color:#6E6E75;
 }
 @media(max-width:480px){
     .usp-section .title-section .main-title{
         font-size:32px;
         line-height:42px;
     }
 }
 .terms-condition-content ol li{
     list-style:decimal;
 }
 .terms-condition-content ul li{
     list-style:disc;
 }
 /*======================================
 Pagination Style
 ========================================*/
 .inline-flex{
     display:inline-flex;
 }
 .pagination a svg{
     width:30px;
 }
 .input-box span.toggle-password{
     float: right;
    cursor: pointer;
    margin-top: -27px;
    margin-right: 10px;
    z-index: 2;
    position: relative;
    color:#f37d1f;
 }
 .step-box:not(:last-child){
     margin-bottom:20px;
 }
 .step-box .step-title{
    padding: 5px;
    background: #226da0;
 }
 .step-box .step-title h3{
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
 }
 .step-box .step-title h3 span{
    color: #f37c14;
    font-weight:600; 
 }
 .step-box .step-content{
    padding: 10px;
    background: #fff;
 }
 .step-box .step-content p{
     margin:0;
     font-size:15px;
 }
 /*** Search Section Style ***/
 .rld-main-search {
    height: auto;
    padding: 30px 20px 30px 20px;
    border-radius: 8px;
	background: #fff;
}
.rld-main-search, .rld-main-search .rld-single-select .single-select {
  width:100%;
  margin-bottom: 0px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
}
input, select{
	max-width:100%;
}
.rld-main-search .rld-single-input, .rld-main-search .rld-single-select .single-select {
    margin-bottom: 15px;
    background:#fff;
}
.rld-single-input {
    position: relative;
	width:fit-content;
}
.rld-single-input input {
    height: 48px;
    line-height: 48px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #D4D4D4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px;
    font-size: 15px;
}
.rld-single-input input {
    width: 255px;
    border: 1px solid #ebebeb;
    margin-right: 15px;
}
.rld-single-input input {
    border-radius: 8px;
    margin-left: 0px;
    outline: none;
    text-decoration: none;
}
.rld-main-search .rld-single-select .single-select {
    margin-bottom: 0px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
}
.rld-main-search .rld-single-input, .rld-main-search .rld-single-select .single-select {
    margin-bottom: 15px;
}

.rld-single-select .single-select {
    height: 48px;
    line-height: 47px;
    padding: 0 34px 0 20px;
    border: 1px solid #D4D4D4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 4px;
	cursor:pointer;
}
.rld-single-select .single-select .list {
    margin-top: 10px;
    border-right: 8px;
    z-index: 99999;
	width:100%;
	/*height:fit-content;*/
	height:300px;
	overflow-y:auto;
	direction: ltr;
    scrollbar-color: #f37d1f;
    scrollbar-width: thin;
}
.rld-single-select .single-select .list::-webkit-scrollbar {
  width: 10px;
}

.rld-single-select .single-select .list::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.rld-single-select .single-select .list::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #f37d1f 0%, #f37d1f 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

.btn.btn-yellow {
    padding: 0 30px;
	border: 0px;
    border-radius: 8px;
    font-size: 15px;
	line-height:48px;
    background-color: #f37d1f;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(223, 77, 58, 0.5);
    box-shadow: 0px 1px 4px 0px rgba(223, 77, 58, 0.5);
    color: #ffffff;
    height: 50px;
    width: 170px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	text-transform:uppercase;
}
a.btn.btn-yellow:hover {
    background: #fff !important;
    color: #f37d1f;
}
/*** Featured Image Box ***/
.featured-imagebox{
    height:100%;
}
.event-listing .featured-imagebox .event-desc .featured-title h5 a{
    font-size:18px;
    line-height:28px;
}
.event-listing .featured-imagebox .event-desc .event-btn{
    margin-top:20px;
    margin-bottom:15px;
}
.event-listing .featured-imagebox .event-desc .event-btn a{
    border:1px solid #f37d1f;
    padding:5px;
}
.event-listing .featured-imagebox .event-desc .featured-desc p.e-date, .event-listing .featured-imagebox .event-desc .featured-desc p.e-time{
    display:none !important;
}
.event-listing .featured-imagebox .event-desc .featured-desc p.e-location{
    min-height:72px;
}
.event-listing .featured-imagebox, .event-listing .featured-imagebox .featured-thumbnail img{
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.event-listing .featured-imagebox .featured-content .event-date{
    /*width:20%;*/
    width:100%;
    margin-bottom:10px;
}
.event-listing .featured-imagebox .featured-content .event-desc{
    /*width:80%;*/
    width:100%;
}
.site-main, .content-wrapper{
    background-image:url(https://apnee.apneecommunity.com/public/frontend1/images/p3.png);
    background-repeat:repeat;
}
/*section.usp-section{
    background-color:#fff;
    background-image:url(https://apnee.apneecommunity.com/public/frontend1/images/p3.png);
    background-repeat:repeat;
}*/
/*.search-section{
    background-image:url(https://apnee.apneecommunity.com/public/frontend1/images/section-bg-right-bottom.png);
    background-position:bottom right;
}
section.event-listing{
    background-image:url(https://apnee.apneecommunity.com/public/frontend1/images/p1.png);
    background-repeat:repeat;
}
section.usp-section{
    background-image:url(https://apnee.apneecommunity.com/public/frontend1/images/section-bg-right.png);
    background-position:top right;
}*/
.terms-condition .list-group .list-group-item{
    background:transparent;
}
.footer .second-footer .widget-title, .footer .second-footer .widget-title a{
    font-size:17px;
    text-transform:uppercase;
    color:#f37d1f;
}
/* ===============================================
    Image Gallery Style
==================================================*/
.gallery-section .gallery-row .gallery-item img{
    width:100%;
    height:100%;
    min-height:233px;
    max-height:233px;
}
.gallery-section .gallery-row .gallery-item{
    margin-bottom:20px;
    padding-left:5px;
    padding-right:5px;
}
/* ===============================================
    About Us Style
==================================================*/
.icon-text-box{
    display:block;
    width:100%;
    height:100%;
    position:relative;
    padding:20px;
    text-align:center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius:10px;
    border:1px solid #f37d1f;
}
.commitment-section .icon-text-box img{
    display: block;
    margin: 0 auto 10px auto;
    max-width: 50px;
    height:auto;
}
.icon-text-box h5{
    color: #f37d1f;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}
.commitment-section .icon-text-box h5{
    font-size:16px;
    line-height:26px;
}
.icon-text-box p{
    margin-bottom:0;
}
.icon-text-box.bg-transparent{
    background-color:transparent !important;
}
.icon-text-box.border-primary{
    border:1px solid #f37d1f !important;
}
.team-card{
    border:1px solid #f37d1f;
}
.team-card .team-img-name{
    display:block;
    width:100%;
    position:relative;
    padding:10px;
    background-color:#fff;
}
.team-card .team-img-name img{
    width:100%;
    max-width:100%;
}
.team-card .team-bio{
    display:block;
    width:100%;
    padding:15px;
}
.team-card .team-bio .team-name{
    font-size: 18px;
    color: #f37d1f;
    margin-bottom: 5px;
    font-weight:500;
    text-transform:uppercase;
}
.team-card .team-bio .team-desig{
    color: #135683;
    font-weight: 500;
    font-size: 17px;
    text-transform:capitalize;
}
.team-card .social-icon-list{
    display: flex;
    width: 100%;
    padding: 0 10px;
    position: relative;
    justify-content:center;
    margin-top:-30px;
}
.team-card .social-icon-list .social-icon{
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border:2px solid #ffffff;
}
.team-card .social-icon-list .social-icon.rotate-animation{
    animation: rotate-animation 10s infinite linear;
}
.team-card .social-icon-list .social-icon.anim-pulse{
    animation:pulse 3s infinite;
}
.team-card .social-icon-list .social-icon.anim-pulse:hover, .team-card .social-icon-list .social-icon.rotate-animation:hover{
    animation-play-state: paused;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
.team-card .social-icon-list .social-icon i{
    line-height:35px;
}
.team-card .social-icon-list .social-icon.linkedin{
    background: #0077b5;
}
@media(max-width:767px){
    .team-card .team-bio .team-name, .team-card .team-bio .team-desig, .team-card .team-bio p{
        text-align:center;
    }
    .row{
        margin-right:unset;
        margin-left:unset;
    }
}
.classifieds-section .rld-main-search {
    background: rgba(255,255,255,0.7);
}
.classified-item, .classified-item a{
    display:block;
    width:100%;
    height:auto;
    position:relative;
}
.classified-item{
    background:#fff;
    border:1px solid #f37d1f;
    border-radius:5px;
    padding:5px;
    box-shadow:0 16px 12px -11px #ccc;
    transform: translateZ(0);
    overflow: hidden;
    height:100%;
}
.classified-item .title {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.classified-item a.btn-know-more{
    display:flex;
    justify-content:center;
    align-items:center;
    height:35px;
    padding:0 15px;
    border:1px solid #f37d1f;
    width: fit-content;
    margin: 10px auto 5px auto;
}
.classified-item a img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 161px;
    -webkit-transition: transform .3s ease-out,opacity .35s;
    transition: transform .3s ease-out,opacity .35s;
}
.classified-item:hover a img{
    transform:scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s ease-out,opacity .25s ease-out;
}
/* ===============================================
    Video Item
==================================================*/
.video-item iframe .ytp-title-enable-channel-logo .ytp-title{
    display:none !important;
}
.video-item, .video-item a{
    display:block;
    width:100%;
    height:100%;
    position:relative;
}
.video-item{
    /*padding:10px;*/
    background:#fff;
    transform: translateZ(0);
    overflow: hidden;
}
.video-item iframe{
    -webkit-transition: transform .3s ease-out,opacity .35s;
    transition: transform .3s ease-out,opacity .35s;
}
.video-item:hover iframe{
    transform:scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s ease-out,opacity .25s ease-out;
}
/*.video-item::after{
    content:"";
    width:50%;
    height:5px;
    background-color:#f37d1f;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}*/
.video-item .img-video-cover{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    border:2px solid #f37d1f;
}
.video-item .video-title{
    font-size: 16px;
    line-height: 24px;
    padding:10px;
    margin-bottom:0;
    color:#f37d1f;
    font-weight:500;
}
/* ===============================================
    Accordion
==================================================*/
.accord-item{
  position: relative;
  width: 100%;
  height: auto;
  /*background-color: #f8f8f8;*/
  background-color: transparent;
  margin-bottom:10px;
}
.accord-item > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #135683;
  font-weight: 500;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  position:relative;
}
.accord-item > a:hover{
    color:#f37d1f;
}
.accord-item > a:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
}

.accord-item > a.active:after {
  content: "-";
  color:#fff;
}
.accord-item > a i{
  float: right;
  margin-top: 2px;
}
.accord-item > a.active{
  background-color:#f37d1f;
  color: #fff;
}
.accord-content{
  display:none;
  padding:15px;
  background-color: #fff;
  border-bottom: 1px solid #f37d1f;
}
.accord-content ol li{
    list-style:decimal;
}
.accord-content img{
    width:100%;
    max-width:100%;
}
.accord-content img.img-center{
    display:block;
    margin:0 auto;
}
/* ===============================================
    Consumer Form
==================================================*/
.consumer-privacy-form form input[type="radio"], .consumer-privacy-form form input[type="checkbox"]{
    display:flex;
    width:20px;
    max-width:20px;
    margin-right:10px;
}
.consumer-privacy-form form input[type]:focus{
    border-color:#f37d1f;
    box-shadow:unset;
}
.btn.btn-a {
    text-decoration: none;
    background-color: #f37d1f;
    color: #ffffff;
}
#site-header-menu #site-navigation .menu > ul > li > a i{
    font-size:20px;
    margin-right:5px;
}
.nice-select span.current{
    white-space:nowrap;
    display:block !important;
    overflow-x:hidden;
}
/* ===============================================
    Video Popup
==================================================*/
.video-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
.video-popup .video-popup-wrapper{
    display:block;
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border:2px solid #f37d1f;
}
.video-popup .video-popup-wrapper video{
    width:100%;
    max-width:100%;
    height:auto;
}
.video-popup .video-popup-wrapper i{
    position: absolute;
    top: -15px;
    right: -10px;
    background: #135683;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f37d1f;
    cursor:pointer;
    z-index:999;
}
@media(min-width:768px){
    .video-popup .video-popup-wrapper{
        max-width:500px;
    }
}
@media(max-width:767px){
    .video-popup .video-popup-wrapper{
        max-width:400px;
    }
}
.c-alert-msg{
    position: fixed;
    top: 50%;
    left: 50%;
    /* color: #fff; */
    width: 100%;
    /* display: flex; */
    /* justify-content: space-between; */
    padding: 0 10px;
    width: 300px;
    background: #f7f7f7;
    transform: translate(-50%,-50%);
    padding: 30px 20px;
    border: 2px solid #f37d1f;
    text-align: center; 
}
.c-alert-msg span.closebtn{
    cursor:pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px;
}
.c-alert-msg.msg-success strong{
color:#28a745;    
}
.calert_msg.msg-failed strong{
color:#dc3545;    
}

/* Coupon Card */
/* Coupon Card */
.coupon-block{
    border:1px solid #ddd;
    margin:4px 0;
    padding-bottom:5px;
}
.coupon-block legend{
    width: fit-content;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 10px;
    color:#f37d1f;
}
.coupon-list{
    width: 100%;
    height: auto;
    position: relative;
    max-width:100%;
    margin:0;
}
.coupon-list .col-6{
    padding:5px;
}
@media(max-width:520px){
    .coupon-list .col-6{
        max-width:100%;
        flex:0 0 100%;
    }
    .coupon-list .coupon-wrapeer .coupon-code-btn input{
        width:100% !important;
    }
}
.coupon-list .coupon, .coupon-list .coupon-wrapeer{
    display: block;
    width: 100%;
    height: 100%;
    float: unset;
    position: relative;
}
.coupon-list .coupon{
    border: 1px dotted #f37d1f;
    padding: 3px;
}
.coupon-list .coupon-wrapeer .coupon-title{
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 5px 
}
.coupon-list .coupon-wrapeer span.notice{
    display:block;
    text-align:center;
    font-size:12px;
}
.coupon-list .coupon-wrapeer .coupon-code-btn{
    display: flex;
    border: 1px solid #e1e1e1;
    padding: 5px;
    align-items:center;
    border-radius:4px;
}
.coupon-list .coupon-wrapeer .coupon-code-btn input{
    width:70%;
    background: transparent !important;
    border: 0;
    padding: 0 !important;
    height: 20px 
}
.coupon-list .coupon-wrapeer .coupon-code-btn .copy-btn{
    padding: 5px 10px;
    font-size: 13px;
    color:#fff;
    background:#f37d1f;
    line-height:15px;
    cursor:pointer;
}
/*================
Guest Checkout Style
====================*/
.login-page .guest-checkout-block .header{
    padding: 5px 10px;
    background: #f37d1f;
    display: block;
    width: 100%;
    position: relative;
}
.login-page .guest-checkout-block .header h3{
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight:600;
    line-height: 28px;
}
.login-page .guest-checkout-block .body{
    padding:20px;
    background:#fff;
}
.login-page .guest-checkout-block .body form input.bg-white{
    background-color:#fff !important;
}
.login-page .guest-checkout-block .body form input[type="submit"]{
    background-color:#f37d1f;
}
.login-page .guest-checkout-block .body form input[type="submit"]:hover{
    background-color:#fff;
    color:#f37d1f;
    border:1px solid #f37d1f;
    cursor:pointer;
}
.login-page .guest-checkout-block .footer .round-divider{
    display: block;
    width: fit-content;
    text-align: center;
    margin: 30px auto 0;
}
.login-page .guest-checkout-block .footer .round-divider span{
    display: flex;
    border: 1px solid #f37d1f;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.thank-you-block .top .icon-block{
    text-align: center;
    display: block;
    margin: 0 auto;
    width: fit-content;
}
.thank-you-block .top .icon-block .top h3{
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}
.thank-you-block .top .icon-block .icon{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(243,125,31,0.7);
    color: #fff;
    border-radius: 50%;
}
.thank-you-block .top .icon-block .icon i{
    font-size: 60px;
    color: #000;
    margin-left: 10px;
}
@media(max-width:767px){
    .login-page .guest-checkout-block .body form input{
        margin-bottom:15px;
    }
    .login-page .guest-checkout-block .body form input[type="submit"]{
        display:block;
        margin:o auto;
    }
}
.rld-main-search .rld-single-input.year-col, .rld-main-search .rld-single-select.year-col{
    max-width:150px;
}
.rld-main-search .rld-single-select .txt-year{
    background-color:#fff !important;
}
.classified-details-card .icon-text-box{
    padding:10px;
}
.classified-details-card .icon-text-box .text h3{
    font-size: 18px;
    line-height:28px;
    font-weight: 600;
    margin-bottom: 5px;
    color:#f37d1f;
    text-transform:capitalize;
}
.classified-details-card .icon-text-box .text p{
    line-height:22px;
    font-size:15px;
    font-weight:500;
}
.input-group .toggle-password{
    position:absolute;
    top:50%;
    right:15px;
    transform:translateY(-80%);
    color:#f37d1f;
    cursor:pointer;
    z-index:4;
}
/*============== Login Page Custom Css ================*/
/*.login-page .login-signup-block{
    margin-top:-46px;
}*/
.login-content .round-divider{
    display: block;
    width: fit-content;
    text-align: center;
    position:absolute;
    top:50%;
    transform:scale(1.2);
}
.login-content .round-divider.second, .login-content .round-divider.first{
    right:-15px;
    z-index:20;
}
.login-content .round-divider span{
    display: flex;
    border: 1px solid #f37d1f;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #f37d1f;
    background:#fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.login-content input{
    max-width:315px !important;
    display:block;
    margin:0 auto;
}
.login-content input:not([type="submit"]){
    width:100% !important;
}
.guest-login-form, .user-login-form, .sign-up-box{
    padding: 10px;
    border: 1px solid #f37d1f;
    height:100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    position:relative;
}
.guest-login-form::before, .user-login-form::before, .sign-up-box::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #f37d1f transparent transparent #f37d1f;
  z-index: 1;
}
.guest-login-form::after, .user-login-form::after, .sign-up-box::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #f37d1f #f37d1f transparent transparent;
  z-index: 1;
}
.guest-login-form h2, .user-login-form h2, .sign-up-box h2{
    font-size: 20px !important;
    color: #f37d1f !important;
    font-weight: 600 !important;
    text-transform:capitalize;
    position:relative;
}
.guest-login-form h2, .user-login-form h2, .sign-up-box h2{
    display:flex;
    justify-content:center;
    align-items: stretch;
    margin: 1em 0;
    height: 2em;
    line-height: 2em;
    /*color: #fff !important;*/
    /*background: #f37d1f;*/
}
/*.guest-login-form h2::before, .user-login-form h2::before, .sign-up-box h2::before{
    content:"";
    flex:1;
    background: linear-gradient(to right, #fff, #f37d1f);
}
.guest-login-form h2::after, .user-login-form h2::after, .sign-up-box h2::after{
    content:"";
    flex:1;
    background: linear-gradient(to left, #fff, #f37d1f);
}*/
.guest-login-form .login-button button, .user-login-form .login-button button, .sign-up-box .login-button button{
    text-transform:uppercase;
    font-size:16px !important;
}
.sign-up-box .login-button button a{
    color:#fff;
}
.sign-up-box .content-box{
    min-height:60%;
    display:flex;
    align-items:center;
    justify-content:center;
    max-width:250px;
    margin:0 auto;
}
.sign-up-box .content-box p{
    /*font-size:22px;
    line-height:32px;*/
    text-transform:capitalize;
}
@media(min-width:768px) and (max-width:991px){
    .login-content .round-divider.second{
       right: unset;
       left: -15px;
       top: 100%;
    }
}
@media(max-width:767px){
    .login-content .round-divider.second, .login-content .round-divider.first{
        right: unset;
        left: 50%;
        top: 100%;
    }
    .sign-up-box .content-box{
        min-height:unset;
    }
}
@media(max-width:767px){
    .sm-mb-30{
        margin-bottom:30px;
    }
}
.login-page {
    background-image: url(../images/login-sec-bg.jpg) !important;
}
.login-content{
    background:transparent !important;
    box-shadow:unset !important;
}
/*.login-content .input-types{
    max-width:350px !important;
    display:block;
    margin:0 auto;
}
.login-content .input-types input{
    width:100% !important;
}*/
/*** Masonary Gallery ***/
.masonry { /* Masonry container */
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.masonry .item {
    position:relative;
    display: inline-block;
    background: #fff;
    padding: 5px;
    border:1px solid #f37d1f;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*box-shadow: 2px 2px 4px 0 #ccc;*/
}
.masonry .item img{
    max-width:100%;
    webkit-transition: transform .3s ease-out, opacity .35s;
    transition: transform .3s ease-out, opacity .35s;
}
.masonry .item:hover img{
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s ease-out, opacity .25s ease-out;
}
@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
.custom-gallery .gallery-item a img{
    display:block;
    width:100%;
    height:199px;
    max-height:199px;
}




/*** Ticket Section ***/
.ticket-section .title-block{
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.ticket-section .title-block h3{
  color:#f37d1f;
}
.ticket-section .ticket-wrap{
  display: block;
  width: 100%;
  position: relative;
  background-color:#fff;
  margin-bottom: 7px;
  padding: 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.ticket-section .ticket-wrap .row{
  justify-content: center;
}
.ticket-section .ticket-wrap .ticket-desc, .ticket-section .ticket-wrap .ticket-status{
	font-size:12px;
}
.ticket-section .ticket-wrap .row .ticket-title{
	font-size:16px
}
.ticket-section .ticket-wrap .row .ticket-price{
	color:#f37d1f;
	font-weight:600;
}
.ticket-section .ticket-wrap .row .ticket-title, .ticket-section .ticket-wrap .row .ticket-price{
  margin: 0;
  line-height:14px;
}
.ticket-section .ticket-wrap .ticket-end-status{
	display:flex;
	justify-content:space-between;
}
.ticket-section .ticket-wrap .row .ticket-status.aval{
  color:#000;
}
.ticket-section .ticket-wrap .row .ticket-status.fill-fast{
  color: red;
}
.ticket-section .ticket-wrap .row .ticket-qty-wrapper select{
  padding: 5px 10px;
  cursor: pointer;
  border-color: #f37d1f;
}
.ticket-section .ticket-wrap:nth-child(odd){
  background-color: #eff2f6;
}
.ticket-section .ticket-total{
  display: block;
  background: #e2e2e2;
  color: #666;
  text-align: right;
  height: 100%;
  padding: 10px 0;
}
.ticket-section .ticket-total a{
  padding: 10px 15px;
  background: #f37d1f;
  color: #fff;
}
.ticket-section .ticket-total a strong{
  margin-left: 5px;
}
.ticket-order-summary{
  display: block;
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.ticket-order-summary .header{
  display: block;
  width: 100%;
  padding: 15px;
  border-bottom: 2px solid #eff2f6;
}
.ticket-order-summary .header h3{
  margin: 0;
  font-size: 24px;
  line-height: 34px;
}
.ticket-order-summary .content{
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.ticket-order-summary .ticket-details-wrapper .ticket-details-wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.ticket-order-summary .ticket-details-wrapper .ticket-details-wrap .ticket-details p{
  margin: 0;
  font-size: 14px;
}
.ticket-order-summary .fee-block{
  display: block;
  width: 100%;
  position: relative;
}
.ticket-order-summary .fee-block .fee-wrapper .fee-wrap{
  display: flex;
  justify-content: space-between;
}
.ticket-order-summary .fee-block .fee-wrapper .fee-wrap:not(:last-child){
  margin-bottom: 1px;
}
.ticket-order-summary .fee-block .fee-wrapper .fee-wrap .fee-name p{
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.ticket-order-summary .summary-total{
  display: block;
  width: 100%;
  padding: 10px 15px;
  background-color: #f37d1f;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.ticket-order-summary .summary-total .price{
  font-size: 20px;
  font-weight: 600;
}
.ticket-order-summary .bottom .btn-section{
  display: block;
  width: 100%;
  position: relative;
  padding: 1px 15px;
}
.ticket-order-summary .bottom .btn-section a{
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 15px;
  background: #f37d1f;
  color: #fff;
  text-transform: uppercase;
}
/*** Coupon Style ***/
.ticket-order-summary .coupon-data{
    display:flex;
    border:0;
    background:transparent;
}
.ticket-order-summary .content .coupon-section .coupon-data .btn-apply{
    background: #f37d1f;
    border: 1px solid #f37d1f;
    color: #fff;
    margin-left: 10px;
    padding: 10px 25px
}
.ticket-order-summary .coupon-data .btn-apply:hover{
    background:transparent;
    color:#f37d1f;
}
.ticket-wrap .apply-promo-btn{
	padding: 3px 3px;
    width: 90px;
    font-size: 11px;
}



[tooltip] { 
    position: relative; 
    cursor: pointer; /* Show hand cursor on hover */
}

[tooltip]::before {
    content: attr(tooltip); /* Use the 'tooltip' attribute for the tooltip text */
    display: inline-block;
    position: absolute; 
    bottom: 100%; /* Position above the element */
    left: 50%; /* Center the tooltip horizontally */
    transform: translateX(-50%); /* Fine-tune centering */
    background: #000; 
    color: #FFF; 
    padding: 5px 10px; /* Add horizontal padding for better spacing */
    border-radius: 5px;
    opacity: 0; 
    transition: opacity 0.3s; 
    pointer-events: none;
    white-space: nowrap; /* Prevent text from wrapping */
}

[tooltip]:hover::before { 
    opacity: 1; 
}


.coupon .coupon-code-btn{
	font-size:11px;
}
.coupon .coupon-wrapeer{
	font-size:14px;
}






input::placeholder {
  color: #000;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

input:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.user-login-form p,
.sign-up-box p {
  color: #000;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 15px !important;
}
	
