/*
 Theme Name:   DTP Divi LMS for LifterLMS
 Description:  eLearning & Courses Divi Child Theme for LifterLMS
 Author:       Pee-Aye Creative and EquiGeek
 Author URI:   http://peeayecreative.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * ===== NOTES ==================================================================
 * 
 * New to Divi? Take our full Divi course: https://www.peeayecreative.com/product/beyond-the-builder-the-ultimate-divi-website-course/
 * 
 * Learn cool tricks and features with our Divi tutorials: https://www.peeayecreative.com/blog/
 * 
 * Discover our premium Divi products: https://www.peeayecreative.com/shop/
 * 
 * NB20230529 changed background-color: #1f4de0!important;to  background-color: #d30e1b!important;
 * =============================================================================== */
 
 
 /*MISCELLANEOUS STYLING
 -------------------------------------------------*/


/*blog author round image with border*/

.pa-blog-author .et_pb_main_blurb_image img {
   border-radius: 100px;
   border: 2px solid #d2007f;
   padding: 2px;
}


/*fix potentially pixelated logo*/

#logo {
   -webkit-transform: initial;
}


/*replace Google+ icon with Instagram icon in person module*/

.et_pb_member_social_links .et_pb_google_icon:before {
   content: 'e09a'!important;
}


/*vertical align content in columns*/

.pa-vertical-align {
   display: flex;
   flex-direction: column;
   justify-content: center;
}


/*overlay for parallax sections*/

.pa-overlay .et_parallax_bg:before,
.pa-overlay:before {
   content: "";
   display: block;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background-color: rgba(17, 17, 17, 0.5);
}


/*MENU
 -------------------------------------------------*/

/*style dropdown menu on desktop*/
@media (min-width: 980px) {
.pa-main-menu li ul {
   padding: 10px 0;
   width: 260px;
   background: #d30e1b;
   border-radius: 6px;
   box-shadow: 0 12px 40px -6px rgba(0, 0, 0, 0.3);
}
}

/*reduce dropdown spacing*/

.pa-main-menu li li {
   padding: 0;
}


/*increased width of dropdown list items*/

.pa-main-menu li li a {
   width: 240px;
}


/*increase width of dropdown list items*/

.pa-main-menu li li a {
   width: 240px;
}


/*add dropdown point on top*/

.pa-main-menu nav>ul>li>ul:after {
   position: absolute;
   left: 20%;
   margin-left: -20px;
   top: -20px;
   width: 0;
   height: 0;
   content: '';
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
   border-bottom: 20px solid #d30e1b;
}



/*stop menu hover fade transition*/

.pa-main-menu li li:hover a {
   opacity: 1!important;
}


/*hide color of background in dropdown list items on hover*/

.pa-main-menu li li a:hover {
   background-color: transparent!important;
}
/*make the mobile menu wider*/
.et_mobile_menu {
width: 130%;
margin-left: -15%;
}

/*change Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

/*remove the border from the top of the mobile menu*/
.et_mobile_menu {
	border-top: none;
}

/*hide the submenu items on mobile*/
.et_mobile_menu li ul.hide {
display: none !important;
}

/*adjust the parent menu items on mobile*/
.et_mobile_menu .menu-item-has-children {
position: relative;
}

/*adjust the parent menu items on mobile*/
.et_mobile_menu .menu-item-has-children > a {
background: transparent;
}

/*position and style the submenu icons*/
.et_mobile_menu .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-weight: bold;
cursor: pointer;
}

/*icon for closed submenu*/
span.menu-closed:before {
content: "\33";
display: block;
color: #d30e1b;
font-size: 18px;
font-family: ETmodules;
}

/*icon for open submenu*/
span.menu-closed.menu-open:before {
content: "\4d";
	color: #d2007f;
}

/*adjust border under mobile menu items*/
.et_mobile_menu li:not(:last-child) a {
    border-bottom: 2px solid #fdfdfd;
}
/*remove border under last mobile menu item*/
.et_mobile_menu li:last-child a {
    border-bottom: none;
}


/*HEADING UNDERLINES
-------------------------------------------------*/
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : /*transition for accent line below left aligned headings*/
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : .single-course h1,
/* NB20230621 GETTING RID OF UNDERLINE : .single-course h2,
/* NB20230621 GETTING RID OF UNDERLINE : .et-db #et-boc .et_pb_text h2 {
/* NB20230621 GETTING RID OF UNDERLINE :    -webkit-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    -moz-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    -ms-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    -o-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE : }
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : /*accent line below left aligned headings*/
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : .single-course h1:after,
/* NB20230621 GETTING RID OF UNDERLINE : .single-course h2:after,
/* NB20230621 GETTING RID OF UNDERLINE : .et-db #et-boc .et_pb_text h2:after {
/* NB20230621 GETTING RID OF UNDERLINE :    display: table;
/* NB20230621 GETTING RID OF UNDERLINE :    content: "";
/* NB20230621 GETTING RID OF UNDERLINE :    border-top: 2px solid #d2007f;
/* NB20230621 GETTING RID OF UNDERLINE :    width: 30px;
/* NB20230621 GETTING RID OF UNDERLINE :    margin: 14px 0px 14px;
/* NB20230621 GETTING RID OF UNDERLINE :    -webkit-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    -moz-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    -ms-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    -o-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE : }
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : /*accent line below left aligned headings on hover*/
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : .single-course h1:hover:after,
/* NB20230621 GETTING RID OF UNDERLINE : .single-course h2:hover:after,
/* NB20230621 GETTING RID OF UNDERLINE : .et-db #et-boc .et_pb_text h2:hover:after {
/* NB20230621 GETTING RID OF UNDERLINE :    width: 60px;
/* NB20230621 GETTING RID OF UNDERLINE :    border-top: 2px solid #d2007f;
/* NB20230621 GETTING RID OF UNDERLINE : }
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : /*transition for accent line centered below headings*/
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : .pa-centered-heading-line h1,
/* NB20230621 GETTING RID OF UNDERLINE : .pa-centered-heading-line h2 {
/* NB20230621 GETTING RID OF UNDERLINE :    -webkit-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    -moz-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    -ms-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    -o-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE : }
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : /*accent line centered below headings*/
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : .pa-centered-heading-line h1:after,
/* NB20230621 GETTING RID OF UNDERLINE : .pa-centered-heading-line h2:after {
/* NB20230621 GETTING RID OF UNDERLINE :    display: table;
/* NB20230621 GETTING RID OF UNDERLINE :    content: "";
/* NB20230621 GETTING RID OF UNDERLINE :    border-top: 2px solid #d2007f;
/* NB20230621 GETTING RID OF UNDERLINE :    width: 30px;
/* NB20230621 GETTING RID OF UNDERLINE :    margin: 14px auto 14px!important;
/* NB20230621 GETTING RID OF UNDERLINE :    -webkit-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    -moz-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    -ms-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    -o-transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE :    transition: all 0.3s ease-in-out;
/* NB20230621 GETTING RID OF UNDERLINE : }
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : /*accent line centered below headings on hover*/
/* NB20230621 GETTING RID OF UNDERLINE : 
/* NB20230621 GETTING RID OF UNDERLINE : .pa-centered-heading-line h1:hover:after,
/* NB20230621 GETTING RID OF UNDERLINE : .pa-centered-heading-line h2:hover:after {
/* NB20230621 GETTING RID OF UNDERLINE :    width: 60px;
/* NB20230621 GETTING RID OF UNDERLINE :    border-top: 2px solid #d2007f;
/* NB20230621 GETTING RID OF UNDERLINE : }
/* NB20230621 GETTING RID OF UNDERLINE : 

/*TESTIMONIALS
 -------------------------------------------------*/


/*testimonial 1*/

.pa-speech-bubble-1 {
   position: relative;
}


/*testimonial 1 arrow*/

.pa-speech-bubble-1:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 0;
   height: 0;
   border: 20px solid transparent;
   border-top-color: #d30e1b;
   border-bottom: 0;
   margin-left: -20px;
   margin-bottom: -20px;
}


/*testimonial 2*/

.pa-speech-bubble-2 {
   position: absolute;
}


/*testimonial 2 arrow*/

.pa-speech-bubble-2:after {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   width: 0;
   height: 0;
   border: 20px solid transparent;
   border-bottom-color: #d40e1b;
   border-top: 0;
   margin-left: -20px;
   margin-top: -20px;
}


/*testimonial 3*/

.pa-speech-bubble-3 {
   position: relative;
}


/*testimonial 3 arrow*/

.pa-speech-bubble-3:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 0;
   height: 0;
   border: 20px solid transparent;
   border-top-color: #d2007f;
   border-bottom: 0;
   margin-left: -20px;
   margin-bottom: -20px;
}


/*BLOG FEED
 -------------------------------------------------*/


/*adjust the styles of the fullwidth blog feed*/

.pa-blog-fullwdith .et_pb_post {
   margin-bottom: 60px;
   padding: 32px;
   border-radius: 6px;
   box-shadow: 0px 2px 18px 0px #e8edfb;
}


/*adjust the size of the featured image in the fullwidth blog feed*/

.pa-blog-fullwidth .entry-featured-image-url {
   display: block;
   position: relative;
   margin-bottom: 30px;
   margin: -32px -32px 30px;
}


/*round the corners of the featured image in the blog grid feed*/

.pa-blog-fullwidth .et_pb_post a img {
   border-radius: 6px 6px 0 0;
}


/*adjust the spacing in the blog grid feed*/

.pa-blog-grid .et_pb_blog_grid .et_pb_post {
   padding: 32px;
}


/*adjust the size of the featured image in the blog grid feed*/

.pa-blog-grid .et_pb_post .entry-featured-image-url {
   display: block;
   position: relative;
   margin-bottom: 30px;
   margin: -32px -12px 30px;
}


/*adjust the styles of the blog grid feed*/

.pa-blog-fullwidth .et_pb_post {
   margin-bottom: 75px;
   padding: 32px;
   border-radius: 6px;
   box-shadow: 0px 2px 18px 0px #e8edfb;
}


/*style the blog read more button*/

a.more-link {
   font-size: 18px;
   color: #ffffff !important;
   background-color: #d30e1b;
   border: 2px solid #d30e1b;
   font-weight: 700;
   margin-top: 20px;
   display: block;
   text-align: center;
   padding: 10px 30px;
   border-radius: 100px;
   text-transform: capitalize;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}


/*style the blog read more button on hover*/

a.more-link:hover {
   color: #d30e1b!important;
   border: 2px solid #d30e1b;
   background-color: #ffffff;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}


/*SIDEBAR WIDGETS
 -------------------------------------------------*/


/*width date styling*/

.widget_recent_entries span.post-date {
   font-size: 16px;
   display: block;
}


/*widget links*/

.et_pb_widget a {
   color: #000000;
   line-height: 1.5em;
}


/*widget categories adjustment*/

.widget_categories ul li {
   margin-bottom: .1em;
}


/*all widget titles*/

h4.widgettitle {
   letter-spacing: 1px;
}


/*line after all widget titles*/

h4.widgettitle:after {
   background-color: #ddd;
   content: "";
   display: inline-block;
   height: 1px;
   position: relative;
   vertical-align: middle;
   width: 100%;
}


/*single post meta and links*/

#left-area .post-meta a,
.expand-divi-below-tags a,
.nav-previous a,
.nav-next a,
.et_pb_widget a,
.et_pb_post .post-meta a,
.et_pb_title_meta_container a,
.single-post p a {
   color: #d30e1b!important;
   padding-bottom: 1px;
   border-bottom: 1px solid #ddd;
   font-weight: 500;
}


/*single post meta and links on hover*/

#left-area .post-meta a:hover,
.expand-divi-below-tags a:hover,
.nav-previous a:hover,
.nav-next a:hover,
.et_pb_widget a:hover,
.et_pb_post .post-meta a:hover,
.et_pb_title_meta_container a:hover,
.single-post p a:hover {
   border-bottom-color: #d30e1b;
}


/*single post meta and links*/

.post-meta,
.expand-divi-below-tags,
.nav-previous,
.nav-next,
.et_pb_widget a {
   text-transform: uppercase;
   letter-spacing: 1px;
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
}


/*tagcloud styling to match*/

.tagcloud a {
   display: inline;
   padding: 0;
   padding-bottom: 1px;
   background: none;
   font-size: 16px!important;
   border-radius: 0;
   margin-right: 4px;
}


/*tag cloud styling on hover*/

.tagcloud a:hover {
   background: none;
}


/*put widget date on its own line*/

.widget_recent_entries span.post-date {
   font-size: 14px;
   display: block;
}


/*widget search input area*/

.widget_search input#s {
   height: 48px!important;
   border-radius: 6px;
   background: #ffffff;
   ;
   border-color: #d30e1b;
}


/*widget search button*/

.widget_search input#searchsubmit {
   border-left: 1px solid #d30e1b;
   height: 48px!important;
   width: 96px;
}


/*widget search button*/

.widget_search input#searchsubmit {
   background: #d30e1b;
   border-color: #d30e1b;
   color: #ffffff;
   border-radius: 6px;
}


/*round corners of images in sidebar*/

.et_post_meta_wrapper img,
#sidebar img {
   border-radius: 6px;
}


/*add drop cap to first letter of first paragraph of all blog posts*/
/*NB20230529 GOD NO IT'S HORRIBLE!
*.single-post p:first-of-type:first-letter {
*   font-size: 3em;
*   background: #d30e1b;
*   color: #ffffff;
*   border-radius: 6px;
*   float: left;
*   display: inline-block;
*   text-align: center;
*   margin: 10px 20px 0px 0;
*   padding: .5em;
*   vertical-align: middle;
*}
*/

/*WP-PAGENAVI STYLING
 -------------------------------------------------*/


/*styles the wp-pagenavi pagination links*/

.wp-pagenavi a {
   padding: 0.4em 0.8em !important;
   font-size: 1.2em !important;
   color: #ffffff;
   line-height: 1.2em;
   background: #d30e1b;
   transition: all .5s;
   border-radius: 6px;
   font-weight: bold!important;
   ;
}


/*styles the wp-pagenavi pagination links*/

.wp-pagenavi span {
   padding: 0.4em 0.8em !important;
   font-size: 1.5em !important;
   color: #d30e1b;
   line-height: 1.5em;
   background: #d30e1b;
   transition: all .5s;
   border-radius: 6px;
   font-weight: bold!important;
   ;
}


/*styles the wp-pagenavi current page number*/

.wp-pagenavi span.current {
   color: #ffffff !important;
   background: #d30e1b !important;
   border-radius: 6px;
}


/*styles the wp-pagenavi pagination links on hover*/

.wp-pagenavi a:hover {
   color: #ffffff !important;
   background: #d30e1b !important;
}


/*color of next and previous links*/

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
   color: #ffffff !important;
}


/*styles the wp-pagenavi pages text*/

.wp-pagenavi .pages {
   background: none;
}


/*remove border and align to the center*/

.wp-pagenavi {
   border-top: none;
   text-align: center;
}


/*FOOTER EMAIL OPTIN
 -------------------------------------------------*/


/*make email optin inline with one field*/

@media (min-width: 767px) {
   .et_pb_newsletter_fields .et_pb_newsletter_field {
      flex-basis: calc(100% - 225px) !important;
   }
   .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
      flex-basis: 210px !important;
   }
}


/*force email optin button to correct position*/

a.et_pb_newsletter_button.et_pb_button {
   margin-top: 0px;
}


/*MOBILE FOOTER MENU
 -------------------------------------------------*/


/*show desktop menu on phone*/

@media (max-width: 980px) {
   .pa-footer-menu .et_pb_menu__menu {
      display: flex!important;
   }
   /*show desktop menu on phone*/
   .pa-footer-menu .et_mobile_nav_menu {
      display: none!important;
   }
}

header.et-l.et-l--header {
   z-index: 99999;
   position: relative;
}


/*LIFTER COURSE GRID
 -------------------------------------------------*/


/*courses in the grid*/

.llms-loop-item-content {
   background: #ffffff;
   border-radius: 6px;
   margin: 18px;
   height: auto;
   min-height: 240px;
   box-shadow: 0px 2px 18px 0px #e8edfb;
}


/*grid featured images*/

.llms-loop-item-content .llms-featured-image {
   border-radius: 6px 6px 0 0;
}


/*fix the height of the progress bar*/

.llms-loop-item-content .llms-progress {
   height: 40px;
}


/*adjust the spacing and color of the progress bar*/

.llms-loop-item-content .llms-progress .llms-progress-bar {
   background-color: #e8edfb;
   margin: 16px;
}


/*style the grid course title*/

.llms-loop-item-content .llms-loop-title {
   padding: 2px 16px;
   font-size: 26px;
   line-height: 1.3em;
   transition: all .3s ease;
}


/*grid title color on hover*/

.llms-loop-item-content .llms-loop-title:hover {
   color: #d30e1b;
   transition: all .3s ease;
}


/*hide the instructor name and avatar*/

.llms-loop-item-content .llms-author:last-child {
   display: none;
}


/*remove bullets from pagination*/

.llms-pagination ul {
   list-style-type: none;
}

.llms-pagination ul li .page-numbers {
   text-decoration: none;
   color: #ffffff;
   line-height: 2.5em;
   background: #e8edfb;
   border-radius: 50px;
   padding: 6px 20px;
   font-weight: bold;
   margin: 0 4px;
   transition: all .3s ease;
}

.llms-pagination ul li .page-numbers.current {
   text-decoration: none;
   color: #ffffff;
   line-height: 2.5em;
   background: #d30e1b;
   border-radius: 50px;
   padding: 6px 20px;
   font-weight: bold;
   transition: all .3s ease;
}

.llms-pagination ul li .page-numbers:hover {
   background: #d30e1b;
   color: #ffffff!important;
   transition: all .3s ease;
}


/*LIFTERLMS STYLING
 -------------------------------------------------*/


/* Clean Up Members Dashboard */

.llms-access-plan-featured,
.llms-my-achievements {
   display: none;
}


/* Dashboard Colors */

.llms-loop-item-content {
   background: #F9F9FB;
}

.llms-loop-item-content:hover {
   background: #F9F9FB;
}


/*hide dashboard title*/

h3.llms-sd-section-title {
   display: none;
}


/*mydashboard page - remove separators*/
.llms-student-dashboard .llms-sd-item .llms-sep {
    display: none;
}

/*style the dashboard links*/
a.llms-sd-link {
  padding: 10px 20px;
  background: #d30e1b;
  color: #ffffff;
  margin: 6px;
  display: flex;
  border-radius: 50px;
  transition: all .3s ease;

}

/*style the dashboard links on hover*/

a.llms-sd-link:hover {
  background: #d30e1b;
  transition: all .3s ease;
}


/*lifter buttons*/

.llms-button-action,
.llms-button-danger,
.llms-button-primary,
.llms-button-secondary {
   border: 2px solid #d30e1b;
   border-radius: 50px;
   color: #ffffff!important;
   background-color: #d30e1b!important;
   font-size: 18px;
   font-weight: bold;
   line-height: 1.7em;
   padding: .7em 1.3em;
   -webkit-transition: all .5s ease;
   transition: all .5s ease;
   display: block;
   margin: 10px!important;
}


/*lifter buttons on hover*/

.llms-button-action:hover,
.llms-button-danger:hover,
.llms-button-primary:hover,
.llms-button-secondary:hover {
   border: 2px solid #d30e1b;
   color: #d30e1b!important;
   background-color: transparent!important;
   -webkit-transition: all .5s ease;
   transition: all .5s ease;
}

.llms-lesson-link {
   height: 70px;
}


/*previous and next button links*/

.llms-lesson-preview .llms-lesson-link {
   background: #fdfdfd;
   border-radius: 6px;
   transition: all .3s ease;
}


/*previous and next button links on hover*/

.llms-lesson-preview .llms-lesson-link:hover {
   background: #d40e1b;
   color: #ffffff!important;
   transition: all .3s ease;
}


/*previous and next button links on hover*/

.llms-lesson-preview .llms-lesson-link:hover .llms-pre-text,
.llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title {
   color: #ffffff!important;
   transition: all .3s ease;
}


/*add arrow to previous link*/

.llms-prev-lesson .llms-lesson-preview .llms-pre-text:before {
   content: "#";
   font-family: ETModules;
   position: absolute;
   left: 15px!important;
   font-size: 18px;
}


/*add arrow to next link*/

.llms-next-lesson .llms-lesson-preview .llms-pre-text:before {
   content: "$";
   font-family: ETModules;
   position: absolute;
   right: 15px!important;
   font-size: 18px;
}


/*align next lesson button text to the right*/

.llms-next-lesson .llms-pre-text {
   text-align: right!important;
   margin-right: 23px;
}


/*align next lesson button text to the right*/

.llms-next-lesson .llms-lesson-preview .llms-lesson-title {
   text-align: right;
}


/*move text to the right for the arrow*/

.llms-prev-lesson .llms-pre-text {
   margin-left: 23px;
}

.llms-notice.llms-error {
   background: #d30e1b;
   border-color: #ffffff;
   border-style: double;
   margin-top: 20px;
   padding: 12px;
   border-radius: 15px;
   text-align: center;
   font-family: Manrope;
   font-size: 24pt;
   color: #ffffff;
}

.et_pb_widget_area li {
   list-style-type: none;
}


/*style the course progress bar*/

.llms-quiz-ui .llms-progress,
.llms-progress .llms-progress-bar {
   background-color: #e8edfb;
   height: 20px;
   border-radius: 50px;
}


/*overall progress bar*/

.llms-progress {
   margin: 0 0 30px;
}


/*color of completed part of progress bar*/

.llms-progress .progress-bar-complete {
   background-color: #d40e1b;
   border-radius: 50px;
}


/*progress indicator text*/

.progress__indicator {
   line-height: 1.6em;
   margin-left: 7px;
   font-weight: bold;
}

.section-header {
   border-top: 2px solid #e8edfb;
   padding-top: 10px;
   margin-top: 10px;
}


/*color of completion checkmark*/

.llms-widget-syllabus .llms-lesson-complete.done,
.llms-widget-syllabus .lesson-complete-placeholder.done {
   color: #d40e1b;
}


/*return to course button*/

.single-llms_quiz .llms-return {
   font-weight: bold;
}

.llms-video-wrapper {
   margin-bottom: 20px;
}


/*video player background*/

.mejs-container {
   background: transparent!important;
}


/*video player border radius*/

.mejs-container * {
   border-radius: 10px;
}


/*video player controls*/

.mejs-container .mejs-controls {
   border-radius: 50px;
   width: 96%;
   margin-left: 2%;
   margin-right: 2%;
   margin-bottom: 2%;
   background: #d30e1b!important;
}


/*video player time styling*/

.mejs-controls .mejs-time-rail .mejs-time-total {
   border-radius: 50px;
}


/*set the width of the rows inside the Post Content module*/

.et-l .et-l--post .et_builder_inner_content .et_pb_row {
   width: 100%!important;
}


/*remove the top section spacing on LifterLMS pages with the Divi Builder*/

.et-l .et-l--post .et_builder_inner_content .et_pb_section:first-child {
   padding-top: 0!important;
}


/*make the lesson preview list on the course page fullwidth*/

.llms-lesson-preview {
   width: 100%;
}

.llms-lesson-preview .llms-lesson-link {
   height: auto;
}


/*aling course title text to the left*/

.llms-syllabus-wrapper .llms-section-title {
   text-align: left;
}


/*remove spacing on lesson preview title*/

.llms-lesson-preview .llms-lesson-title {
   margin: 0;
   padding-bottom: 0;
}


/*remove spacing below lesson preview counter*/

.llms-lesson-preview .llms-lesson-counter {
   margin-bottom: 0;
   font-weight: bold;
}


/*add some space above the instructor section*/

.llms-instructor-info {
	margin-top: 20px;
}


/*course instructor section*/

.llms-instructor-info .llms-instructors .llms-author {
   background: #fdfdfd;
   border-radius: 10px;
   border-top: none;
   text-align: center;
   margin: 0px 0px 30px;
   padding: 60px 30px 30px;
}


/*border around course instructor*/

.llms-instructor-info .llms-instructors .llms-author .avatar {
   border: 2px solid #d2007f!important;
}

@media (min-width: 600px) {
   /*background and border radius for 2 column course access section*/
   .llms-access-plans.cols-2 .llms-access-plan {
      width: 48%;
      background: #fdfdfd;
      border-radius: 10px;
   }
   /*add spacing to right of first column in 2 column section*/
   .llms-access-plans.cols-2 .llms-access-plan:first-child {
      margin-right: 4%;
   }
   /*background and border radius for 1 column course access section*/
   .llms-access-plans.cols-1 .llms-access-plan {
      background: #fdfdfd;
      border-radius: 10px;
   }
}


/*access plan titles*/

.llms-access-plan-title,
.llms-access-plan .stamp {
   background: #d30e1b!important;
   color: #ffffff!important;
   border-radius: 10px 10px 0 0;
   line-height: 1.8em;
   font-size: 1.2em;
}


/*remove border and add border radius to access plan sections*/

.llms-access-plan-footer {
   border-bottom: none;
   border-radius: 10px;
}


/*hide background to make way for background on entire column*/

.llms-access-plan .llms-access-plan-footer,
.llms-access-plan .llms-access-plan-content {
   background: transparent;
}


/*remove border on course access section*/

.llms-access-plan-content {
   margin: 0;
}


/*remove border on course access section*/

.llms-access-plan-footer {
   margin: 0;
}


/*hide the space for trial pricing*/

.llms-access-plan-footer .llms-access-plan-pricing {
   display: none;
}
.pa-blog-equal-height .pa-auto-height {
    height: auto !important;
}
.pa-blog-equal-height .pa-auto-margin {
    margin-top: 20px !important;
}



/*Copied from Added CSS in Divi*/
/*Some of this was wrecking stuff!*/
.flex-viewport{
	margin: 0px!important;
}
.home-hero-slider-22{
	margin:0px!important;
	margin-bottom: 0px!important;
	padding: 0px!important;
}

li {
  margin: 15px 0;}

.our-work-cover{
	margin-top: -45px;
}

/*.main-navigation .sub-menu li.menu-item {*/
/*    line-height: 10px!important;*/
/*	 margin: 0px 0;*/
/*}*/
/*.entry-title {*/
/*	display: none;*/
/*}*/
/**/
/*.site-title{*/
/*	display: none;*/
/*}*/
/**/
/*.home-hero-cta{*/
/*	margin-top: -90px!important;*/
/*}*/

.home-hero-slider-22 .caption{
	font-size: 30px;
	font-weight: bold;
	font-family: 'Yantramanav',sans-serif;
	text-align: left;
	line-height:30px;
	color: #fff;

}

.home-hero-slider-22 .caption-wrap{
	background-color: red!important;

}

.metaslider_container_26391{
	background-color: #000;

}

#metaslider_container_26391{
}


.head-addy1 {
	margin-top: px!important;
}


.head-addy2 {
	margin-top: -20px!important;
}

.homectas p {

}

.homectas a{
 color: #ADD8E6;
}

/*boardmemberslist*/

.boardmemberslist{
	color: #fff;
}


/*Our Team*/

.uagb-team__prefix{
	font-size: 20px!important;
}

.uagb-team__title {
	margin-bottom: 0px!important;
}

/* Resize thumbs (makes image blurry)
.uagb-team__image-position-above img{
	width: 150px!important;
	height: 150px!important;
}
*/

/*Make Header Sticky
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
}

/*Adjust Content Padding
.site-content {
    padding-top: 170px;
}/*

/*Adjust Content Padding for Mobile
@media (max-width: 800px) {
    .site-content {
        padding-top: 100px;
    }*/
	/*Stick the Off-Canvas Navigation Menu - Adjust Top Margin for your Layout
		.main-navigation {
				position: fixed;
				margin-top: 0px;
	}
}*/

/*Adjust Content Padding for Mobile
@media (max-width: 650px) {
    .site-content {
        padding-top: 150px;
    }*/
	/*Stick the Off-Canvas Navigation Menu - Adjust Top Margin for your Layout
		.main-navigation {
				position: fixed;
				margin-top: 60px;
	}
} */

.block-76  {
	display: none!important;
}

@media (max-width: 650px) {
    .site-logo-img {
        width: 220px!important;
    }

/*OUR PEOPLE*/
.ourpeopletrav{
	margin-top: -90px;
}

.ourpeopleroma{
	margin-bottom: -70px;
}
}



/* Custom Slider */

.et_pb_slide_description {
    padding: 0 !important;
    text-align: left;
}

.et_pb_slides .et_pb_slider_container_inner {
    vertical-align: bottom !important;
}

.et_pb_slide {
    padding: 0 !important;
}

.entry-content tr td {
    border-top: 0px solid #d30e1b;
    padding: 6px 24px;
}
/* Improve Mobile Menu */
/* Text left of hamburger in the Theme Builder */
.et_mobile_nav_menu:before  {
	content: 'MENU';
	position: absolute;
	right: 40px;
	margin-top:5px;
	color: #d30e1b;
	font-size:16px;
}

/* Text left of hamburger in Divi 3 */
#et_mobile_nav_menu:before  {
	content: 'MENU';
	position: absolute;
	right: 33px;
	bottom:30px;
	color: #d30e1b;
	font-size:16px;
}

/* X icon in expanded mobile menu */
.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}

/* Remove the top line in the mobile menu*/
.et_mobile_menu {
	border-top:0;
}

/* Center-align moble menu items */

.et_mobile_menu li {
	text-align:center !important;
	color: #fff;
}
  
.et_mobile_menu li li, .et_mobile_menu li ul {
	padding-left:0 !important;
}

/* Make mobile menu fullwidth */
.et_mobile_menu {
	min-width: 100vw;
	margin-left: -10vw;
}

/* Make the mobile menu full height */

.et_mobile_menu {
	min-height:100vh !important;
	min-height: -webkit-fill-available;
	padding-top:50px !important;
}

html {
	height: -webkit-fill-available;
}

/* Remove the animation to avoid delay */

.mobile_nav.opened .et_mobile_menu {
	display:block !important;
}


/*move wrapped title, meta, and text up over the image*/
.pa-blog-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	padding: 30px;
	margin-top: 60px;
	margin: 20px;
	margin-right: 50px;
	z-index: 1;
	color: #fff!important;
	background-color: rgba(255, 255, 255, 0.3);
	border-color: white;
	border-style: solid;
	border-width: 2px;
}
/*keep the moved items positioned with their parent items*/
.et_pb_blog_grid article {
	position: relative;
}
/*remove spacing around entire blog post*/
.et_pb_blog_grid .et_pb_post {
	padding: 0px!important;
}
/*remove negative margins on blog featured image*/
.et_pb_image_container {
	margin: 0;
}
/*remove the margin below the featured image frame*/
.et_pb_post .entry-featured-image-url {
	margin: 0;
}
.et_pb_blog_grid .entry-featured-image-url::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.65);
}

/* =============================================
   Custom Tabs Layouts (20 Awesome Sections )
================================================*/

/*===== [Custom Tabs Style : 01] =====*/

/*** Tabs-Design ***/

.custom_tabs_s1,.custom_tabs_s1 ul.et_pb_tabs_controls li,.custom_tabs_s1 ul.et_pb_tabs_controls::after{border:none!important}.custom_tabs_s1 ul.et_pb_tabs_controls{background:#fff!important;padding:0 0 1px;margin:0 0 10px;border:none;border-radius:50px;box-shadow:3px 3px 15px rgba(0,0,0,.15)}.custom_tabs_s1 ul.et_pb_tabs_controls li{border-radius:50px;width:25%;text-align:center}.custom_tabs_s1 ul.et_pb_tabs_controls li:last-child a{margin:0}.custom_tabs_s1 ul.et_pb_tabs_controls li a{color:#555;background:#fff;padding:18px 20px 18px;margin:0 5px 0 0;border:none;border-radius:50px;overflow:hidden;position:relative;z-index:1;display:block;transition:all .3s ease .3s}.custom_tabs_s1 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s1 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s1 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fff!important;background:#fff;border:none}.custom_tabs_s1 ul.et_pb_tabs_controls li a:after,.custom_tabs_s1 ul.et_pb_tabs_controls li a:before{content:"";background-color:#1890e0;width:100%;height:100%;border-radius:30px;opacity:.5;transform:scaleX(0);position:absolute;top:0;left:0;z-index:-1;transition:all .4s ease 0s}.custom_tabs_s1 ul.et_pb_tabs_controls li a:after{background-color:#7a10eb;transform:scaleX(0);transition:all .4s ease .2s}.custom_tabs_s1 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s1 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{opacity:0;transform:scaleX(1)}.custom_tabs_s1 ul.et_pb_tabs_controls li a:hover:after,.custom_tabs_s1 ul.et_pb_tabs_controls li.et_pb_tab_active a:after{opacity:1;transform:scaleX(1);background:linear-gradient(to right,#1890e0,#7a10eb)}.custom_tabs_s1 .et_pb_all_tabs{background-color:#fff;box-shadow:3px 3px 15px rgba(0,0,0,.15);border-radius:20px;position:relative}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab{padding:35px}

/*** Tab-Content ***/

.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:700;text-transform:uppercase;font-size:20px;color:#000;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#2184e1}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#2184e1}

/*** Tab-Video ***/

.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:20px;height:400px;position:relative;vertical-align:middle}

/*** Tab-Gallery ***/

.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px;}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0;width:100%;width:100%;height:100%;transform:scale(1.2);transition:all .3s ease-in-out}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform:scale(1)}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin:0}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_pb_gallery_image{margin-bottom:10px}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid #fff}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:linear-gradient(to right,#1890e0,#7a10eb);color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/*** Tab-Image ***/

.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin:20px 0 0;border-radius:10px;cursor:pointer;width:100%;vertical-align:middle}

/*** Tab-Button ***/

.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:linear-gradient(to right,#1890e0,#7a10eb);padding:12px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .3s}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px;transition:all .3s}

/*** Tabs-Responsive ***/

@media only screen and (max-width:480px){.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}
@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}
@media only screen and (max-width:767px){.custom_tabs_s1 ul.et_pb_tabs_controls{padding:0;border-radius:20px;margin:0 0 35px}.custom_tabs_s1 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 20px}.custom_tabs_s1 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s1 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab{padding:18px}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}
@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s1 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s1 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}


/*===== [Custom Tabs Style : 02] =====*/

/*** Tabs-Design ***/

.custom_tabs_s2,.custom_tabs_s2 ul.et_pb_tabs_controls li,.custom_tabs_s2 ul.et_pb_tabs_controls::after{border:none!important}.custom_tabs_s2 ul.et_pb_tabs_controls{background:#fff!important;margin:0 0 15px;border:none;border-radius:0}.custom_tabs_s2 ul.et_pb_tabs_controls li{width:25%;text-align:center}.custom_tabs_s2 ul.et_pb_tabs_controls li a{background-color:#fff;padding:10px 20px 8px;margin:0 5px 10px 0;border:5px solid #fff;border-radius:0;display:block;box-shadow:0 0 7px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.15) inset;overflow:hidden;position:relative;z-index:1;transition:all .3s ease 0s}.custom_tabs_s2 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s2 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s2 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fff!important;background-color:#fff;border:5px solid #fff}.custom_tabs_s2 ul.et_pb_tabs_controls li a:before{content:"";background-color:#08ad9c;width:100%;height:100%;opacity:0;transform:rotate(20deg);position:absolute;top:150%;left:0;z-index:-1;transition:opacity .3s ease 0s,transform .3s ease .13s,top .5s ease 0s}.custom_tabs_s2 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s2 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{opacity:1;transform:rotate(0);top:0}.custom_tabs_s2 .et_pb_all_tabs{background-color:#08ad9c;padding:20px;border:10px solid #fff;box-shadow:0 0 10px rgba(0,0,0,.15),0 0 10px rgba(0,0,0,.15) inset;position:relative}

/*** Tab-Content ***/

.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:800;text-transform:uppercase;font-size:20px;color:#fff;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#fff}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#fff}

/*** Tab-Video ***/

.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:400px;position:relative;vertical-align:middle}

/*** Tab-Gallery ***/

.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px;}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0;width:100%;width:100%;height:100%;transform:scale(1.2);transition:all .3s ease-in-out}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform:scale(1)}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-top:0;margin-bottom:0}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid transparent}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:0;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#08ad9c;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/*** Tab-Image ***/

.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-top:15px;border-radius:0;cursor:pointer;width:100%;vertical-align:middle}

/*** Tab-Button ***/

.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#000;padding:12px 25px;text-transform:uppercase;font-weight:700;display:inline-block;transition:all .5s ease-in-out 0s!important}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#fff;letter-spacing:2px;color:#000}

/*** Tabs-Responsive ***/

@media only screen and (max-width:480px){.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s2 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s2 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s2 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab{padding:5px}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:10px}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s2 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 8px 15px}.custom_tabs_s2 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}


/*===== [Custom Tabs Style : 03] =====*/

/*** Tabs-Design ***/

.custom_tabs_s3,.custom_tabs_s3 ul.et_pb_tabs_controls li,.custom_tabs_s3 ul.et_pb_tabs_controls::after{border:none!important}.custom_tabs_s3 ul.et_pb_tabs_controls{background:linear-gradient(#e9e9e9,#fff);padding:15px 15px!important;border:none;border-radius:20px 20px 0 0}.custom_tabs_s3 ul.et_pb_tabs_controls li{width:25%;text-align:center;height:auto!important}.custom_tabs_s3 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s3 ul.et_pb_tabs_controls li a{color:#555;background:#fff;display:block;padding:15px 15px 15px;margin:0 5px 0 0;border:none;border-radius:10px;overflow:hidden;position:relative;z-index:1;transition:all .3s ease .3s}.custom_tabs_s3 ul.et_pb_tabs_controls li.et_pb_tab_active{background-color:transparent}.custom_tabs_s3 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s3 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s3 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fff!important;background:#fff;border:none}.custom_tabs_s3 ul.et_pb_tabs_controls li a:before{content:"";background-color:#ea237e;width:100%;height:100%;border-radius:10px;opacity:0;transform:perspective(350px) rotateY(-70deg) scale(.5);position:absolute;top:0;left:50px;z-index:-1;transition:left .3s ease 0s,opacity .3s ease 0s,transform .3s ease .2s}.custom_tabs_s3 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s3 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{opacity:1;transform:perspective(350px) rotateY(0) scale(1);left:0}.custom_tabs_s3 .et_pb_all_tabs{background:linear-gradient(#fff,#e9e9e9);padding:20px;border-radius:0 0 20px 20px;position:relative}

/*** Tab-Content ***/

.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:800;text-transform:uppercase;font-size:20px;color:#000;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#ea237e}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#ea237e}

/*** Tab-Video ***/

.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:400px;position:relative;vertical-align:middle}

/*** Tab-Gallery ***/

.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px;}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_pb_gallery_image{margin-bottom:10px}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid #fff}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0;width:100%;width:100%;height:100%;transform:scale(1.2);transition:all .3s ease-in-out}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform:scale(1)}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#ea237e;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/*** Tab-Image ***/

.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;vertical-align:middle}

/*** Tab-Button ***/
.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#ea237e;padding:10px 25px;border-radius:10px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .5s ease-in-out 0s!important}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px}

/*** Tabs-Responsive ***/

@media only screen and (max-width:480px){.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s3 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s3 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s3 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab{padding:5px}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s3 ul.et_pb_tabs_controls li a{font-size:15px!important;padding:15px 10px 15px}.custom_tabs_s3 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}


/*===== [Custom Tabs Style : 04] =====*/

/*** Tabs-Design ***/

.custom_tabs_s4,.custom_tabs_s4 ul.et_pb_tabs_controls li,.custom_tabs_s4 ul.et_pb_tabs_controls::after{border:none!important}.custom_tabs_s4 ul.et_pb_tabs_controls{background:0 0}.custom_tabs_s4 ul.et_pb_tabs_controls li{width:25%;text-align:center}.custom_tabs_s4 ul.et_pb_tabs_controls li:last-child a{margin:0}.custom_tabs_s4 ul.et_pb_tabs_controls li a{background:0 0;display:block;padding:11px 25px 8px;margin:0 5px 0 0;border:none;border-radius:30px 30px 0 0;position:relative;transition:all .3s ease-in-out}.custom_tabs_s4 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s4 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fff!important;background-color:#ff5050!important;border:none}.custom_tabs_s4 ul.et_pb_tabs_controls li a:before{content:'';height:70%;width:100%;border:2px solid #ff5050;border-bottom:none;border-radius:30px 30px 0 0;position:absolute;left:0;top:0;transition:all .3s ease 0s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.custom_tabs_s4 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s4 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{height:100%}.custom_tabs_s4 .et_pb_all_tabs{background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,67,0,.03) 10px,rgba(255,67,0,.03) 20px);padding:15px 10px 10px;border:2px solid #ff5050;border-radius:0 0 30px 30px}

/*** Tab-Content ***/

.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:800;text-transform:uppercase;font-size:20px;color:#ff5050;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#ff5050}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#ff5050}

/*** Tab-Video ***/

.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:15px;height:400px;position:relative;vertical-align:middle}

/*** Tab-Gallery ***/

.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px;}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0;width:100%;width:100%;height:100%;transform:scale(1.2);transition:all .3s ease-in-out}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform:scale(1)}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid #fff}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#ff5050;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/*** Tab-Image ***/

.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;vertical-align:middle}

/*** Tab-Button ***/

.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#ff5050;padding:12px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .5s ease-in-out 0s!important}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px}

/*** Tabs-Responsive ***/

@media only screen and (max-width:480px){.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s4 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 20px}.custom_tabs_s4 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s4 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab{padding:5px}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:10px}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab{padding:24px 10px}.custom_tabs_s4 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s4 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}


/*===== [Custom Tabs Style : 05] =====*/

/*** Tabs-Design ***/

.custom_tabs_s5,.custom_tabs_s5 ul.et_pb_tabs_controls li,.custom_tabs_s5 ul.et_pb_tabs_controls::after{border:none!important}.custom_tabs_s5 ul.et_pb_tabs_controls{background-color:transparent}.custom_tabs_s5 ul.et_pb_tabs_controls li{width:25%;height:auto!important;float:none;display:inline-block}.custom_tabs_s5 ul.et_pb_tabs_controls li a{color:#222;background:0 0;display:block;text-align:center;padding:13px 15px 7px;border:none;border-radius:0;overflow:hidden;position:relative;z-index:1;transition:all .3s ease 0s}.custom_tabs_s5 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s5 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s5 ul.et_pb_tabs_controls li.et_pb_tab_active a{color:#222;background:0 0!important;border:none}.custom_tabs_s5 ul.et_pb_tabs_controls li.et_pb_tab_active{background:0 0!important}.custom_tabs_s5 ul.et_pb_tabs_controls li a:hover{color:#fff!important}.custom_tabs_s5 ul.et_pb_tabs_controls li a:before{content:"";background:#111;height:100%;width:100%;transform:perspective(500px) rotateX(75deg);transform-origin:bottom center;position:absolute;top:0;left:0;z-index:-1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:all .5s ease 0s}.custom_tabs_s5 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s5 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{background:#ff5858;border-radius:20px 20px 0 0;transform:perspective(500px) rotateX(0)}.custom_tabs_s5 .et_pb_all_tabs{color:#fff!important;background:#111;padding:20px;border-radius:0 0 20px 20px;box-shadow:0 0 20px -5px rgba(0,0,0,.5)}

/*** Tab-Content ***/

.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:800;text-transform:uppercase;font-size:20px;color:#fff;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#ff5858}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#ff5858}

/*** Tab-Video ***/

.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:400px;position:relative;vertical-align:middle}

/*** Tab-Gallery ***/

.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px;}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0;width:100%;width:100%;height:100%;transform:scale(1.2);transition:all .3s ease-in-out}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform:scale(1)}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_pb_gallery_image{margin-bottom:10px}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid transparent}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#ff5858;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/*** Tab-Image ***/

.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;vertical-align:middle}

/*** Tab-Button ***/

.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#ff5858;padding:10px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;margin-top:5px;display:inline-block;transition:all .5s ease-in-out 0s!important}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#fff;letter-spacing:2px;color:#111}

/*** Tabs-Responsive ***/

@media only screen and (max-width:480px){.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s5 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s5 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s5 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab{padding:5px}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:10px}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s5 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s5 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}


/*===== [Custom Tabs Style : 06] =====*/

/*** Tabs-Design ***/

.custom_tabs_s6,.custom_tabs_s6 ul.et_pb_tabs_controls li,.custom_tabs_s6 ul.et_pb_tabs_controls::after{border:none!important}.custom_tabs_s6 ul.et_pb_tabs_controls{background:0 0;margin:0 0 10px 0;border:none}.custom_tabs_s6 ul.et_pb_tabs_controls li{width:25%;height:auto!important;float:none;display:inline-block}.custom_tabs_s6 ul.et_pb_tabs_controls li a{color:#444;background:linear-gradient(to top right,#f9f9f9 49%,#f1f1f1 50%);display:block;padding:10px 20px;margin-right:10px;border:none;border-radius:0;box-shadow:0 0 10px -5px rgba(0,0,0,.5);overflow:hidden;z-index:1;text-align:center;position:relative;transition:all .3s ease 0s}.custom_tabs_s6 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s6 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s6 ul.et_pb_tabs_controls li.et_pb_tab_active a{color:#fff!important;border-color:transparent!important;border:none}.custom_tabs_s6 ul.et_pb_tabs_controls li a:before{content:"";background:linear-gradient(to right,#2f80ed,#56ccf2);width:100%;height:100%;transform:scaleX(0);transform-origin:0 50% 0;position:absolute;top:0;left:0;z-index:-1;transition:all .5s ease-out 0s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.custom_tabs_s6 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s6 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{transform:scaleX(1);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.custom_tabs_s6 .et_pb_all_tabs{background:linear-gradient(to top right,#f9f9f9 49%,#f1f1f1 50%);padding:25px 20px;box-shadow:0 0 10px -5px rgba(0,0,0,.5);position:relative}

/*** Tab-Content ***/

.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:800;text-transform:uppercase;font-size:20px;color:#000;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#2184e1}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#2184e1}

/*** Tab-Video ***/

.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:400px;position:relative;vertical-align:middle}

/*** Tab-Gallery ***/

.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px;}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0;width:100%;width:100%;height:100%;transform:scale(1.2);transition:all .3s ease-in-out}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform:scale(1)}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_pb_gallery_image{margin-bottom:10px}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid #fff}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:linear-gradient(to right,#2f80ed,#56ccf2);color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/*** Tab-Image ***/

.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;vertical-align:middle}

/*** Tab-Button ***/

.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#2184e1;padding:10px 25px;text-transform:uppercase;font-weight:600;margin-top:5px;display:inline-block;transition:all .5s ease-in-out 0s!important}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px}

/*** Tabs-Responsive ***/

@media only screen and (max-width:480px){.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s6 ul.et_pb_tabs_controls{padding:0;border-radius:20px;margin:0 0 35px}.custom_tabs_s6 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 20px}.custom_tabs_s6 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s6 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab{padding:20px}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:10px}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s6 ul.et_pb_tabs_controls li a{font-size:15px!important;padding:15px 7px 15px;font-weight:600!important}.custom_tabs_s6 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}


/*===== [Custom Tabs Style : 07] =====*/

/*** Tabs-Design ***/

.custom_tabs_s7,.custom_tabs_s7 ul.et_pb_tabs_controls li,.custom_tabs_s7 ul.et_pb_tabs_controls::after{border:none!important}.custom_tabs_s7 ul.et_pb_tabs_controls{border:none;background:0 0;margin:0 0 20px 0}.custom_tabs_s7 ul.et_pb_tabs_controls li{width:25%;height:auto!important;float:none;display:inline-block}.custom_tabs_s7 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s7 ul.et_pb_tabs_controls li a{padding:10px 20px;margin-right:10px;display:block;text-transform:uppercase;border:none;border-radius:0;background:0 0;z-index:1;position:relative;transition:all .3s ease 0s}.custom_tabs_s7 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s7 ul.et_pb_tabs_controls li.et_pb_tab_active a{border:none;color:#fff!important}.custom_tabs_s7 ul.et_pb_tabs_controls li a:before{content:"";width:25%;height:100%;background:#ff8c00;position:absolute;top:0;left:0;z-index:-1;transition:all .3s ease 0s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.custom_tabs_s7 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s7 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{width:100%}.custom_tabs_s7 .et_pb_all_tabs{padding:30px;background:#293241;outline:2px solid #fff;outline-offset:-8px;position:relative}

/*** Tab-Content ***/

.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:800;text-transform:uppercase;font-size:20px;color:#fff;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#ff8c00}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#ff8c00}

/*** Tab-Video ***/

.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:400px;position:relative;vertical-align:middle}

/*** Tab-Gallery ***/

.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px;}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden;margin-bottom:10px}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0;width:100%;width:100%;height:100%;transform:scale(1.2);transition:all .3s ease-in-out}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform:scale(1)}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid transparent}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#ff8c00;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/*** Tab-Image ***/

.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{cursor:pointer;width:100%;vertical-align:middle}

/*** Tab-Button ***/

.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#ff8c00;padding:12px 25px;text-transform:uppercase;font-weight:600;margin-top:5px;display:inline-block;transition:all .5s ease-in-out 0s!important}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px}

/*** Tabs-Responsive ***/

@media only screen and (max-width:480px){.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s7 ul.et_pb_tabs_controls li a::before{width:50%}.custom_tabs_s7 ul.et_pb_tabs_controls{margin:0 0 20px}.custom_tabs_s7 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s7 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s7 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab{padding:5px}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab{padding:24px 10px}.custom_tabs_s7 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 8px 15px}.custom_tabs_s7 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}

/*===== [Custom Tabs Style : 08] =====*/


/*** Tabs-Design ***/

.custom_tabs_s8,.custom_tabs_s8 ul.et_pb_tabs_controls li,.custom_tabs_s8 ul.et_pb_tabs_controls::after{border:none!important}.custom_tabs_s8{padding:20px;border-radius:25px;box-shadow:0 0 15px rgba(0,0,0,.05)}.custom_tabs_s8 ul.et_pb_tabs_controls{background:0 0}.custom_tabs_s8 ul.et_pb_tabs_controls li{width:25%;height:auto!important;float:none;display:inline-block}.custom_tabs_s8 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s8 ul.et_pb_tabs_controls li a{background:#f5f5f5;padding:12px 25px;margin:0 5px 10px 0;border-radius:10px;border:none;text-align:center;overflow:hidden;position:relative;z-index:1;display:block;transition:all .3s ease 0s}.custom_tabs_s8 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s8 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s8 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fff!important;background:#f5f5f5;border:none}.custom_tabs_s8 ul.et_pb_tabs_controls li a:before{content:'';background-color:#2184e1;height:100%;width:100%;border-radius:10px;transform:translateY(50px) scale(.5);position:absolute;left:0;top:0;z-index:-1;transition:all .3s ease 0s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.custom_tabs_s8 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s8 ul.et_pb_tabs_controls li.et_pb_tab_active a:before,.custom_tabs_s8 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover:before{transform:translateY(0) scale(1)}.custom_tabs_s8 .et_pb_all_tabs{background:#fff;padding:15px 15px 10px 15px;box-shadow:0 3px 7px rgba(0,0,0,.15);border-radius:20px}

/*** Tab-Content ***/

.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:800;text-transform:uppercase;font-size:20px;color:#000;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#2184e1}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#2184e1}

/*** Tab-Video ***/

.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:15px;height:400px;position:relative;vertical-align:middle}

/*** Tab-Gallery ***/

.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px;}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0;width:100%;width:100%;height:100%;transform:scale(1.2);transition:all .3s ease-in-out}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform:scale(1)}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_pb_gallery_image{margin-bottom:10px}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid #fff}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#2184e1;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/*** Tab-Image ***/

.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;vertical-align:middle}

/*** Tab-Button ***/

.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#2184e1;padding:10px 25px;border-radius:50px;text-transform:uppercase;font-weight:700;margin-top:5px;display:inline-block;transition:all .5s ease-in-out 0s!important}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px}

/*** Tabs-Responsive ***/

@media only screen and (max-width:480px){.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s8 ul.et_pb_tabs_controls{padding:0;border-radius:20px;margin:0 0 35px}.custom_tabs_s8 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 20px}.custom_tabs_s8 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s8 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab{padding:5px}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:10px}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab{padding:24px 10px}.custom_tabs_s8 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 7px 15px}.custom_tabs_s8 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}


/*===== [Custom Tabs Style : 09] =====*/

/*** Tabs-Design ***/

.custom_tabs_s9,.custom_tabs_s9 ul.et_pb_tabs_controls li,.custom_tabs_s9 ul.et_pb_tabs_controls::after{border:none!important}.custom_tabs_s9 ul.et_pb_tabs_controls{background:0 0}.custom_tabs_s9 ul.et_pb_tabs_controls li{width:25%;height:auto!important;float:none;display:inline-block}.custom_tabs_s9 ul.et_pb_tabs_controls li a{color:#fff;background:#111;padding:15px 25px 15px;margin:0 9px 0 0;border-radius:0;border:none;display:block;overflow:hidden;position:relative;z-index:1;text-align:center;transition:all .3s ease .1s}.custom_tabs_s9 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s9 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s9 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fff;background:#df0e54;border:none;text-shadow:0 0 5px #111}.custom_tabs_s9 ul.et_pb_tabs_controls li a:after,.custom_tabs_s9 ul.et_pb_tabs_controls li a:before{content:'';background:#df0e54;height:10%;width:100%;position:absolute;left:0;bottom:0;z-index:-1;transition:all .3s;clip-path:polygon(50% 10%,50% 90%,75% 90%,75% 10%,100% 10%,100% 100%,0 100%,0 90%,25% 90%,25% 10%);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.custom_tabs_s9 ul.et_pb_tabs_controls li a:after{transform:rotateX(180deg);bottom:auto;top:0;clip-path:polygon(50% 90%,50% 10%,75% 10%,75% 90%,100% 90%,100% 100%,0 100%,0 10%,25% 10%,25% 91%)}.custom_tabs_s9 ul.et_pb_tabs_controls li a:hover:after,.custom_tabs_s9 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s9 ul.et_pb_tabs_controls li.et_pb_tab_active a:after,.custom_tabs_s9 ul.et_pb_tabs_controls li.et_pb_tab_active a:before,.custom_tabs_s9 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover:after,.custom_tabs_s9 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover:before{height:100%;opacity:0}.custom_tabs_s9 .et_pb_all_tabs{color:#fff;background:#111;text-shadow:0 0 3px #111;padding:20px 20px 10px;margin-top:10px}

/*** Tab-Content ***/

.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:800;text-transform:uppercase;font-size:20px;color:#fff;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#df0e54}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#df0e54}

/*** Tab-Video ***/

.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:400px;position:relative;vertical-align:middle}

/*** Tab-Gallery ***/

.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px;}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{overflow:hidden}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0;width:100%;width:100%;height:100%;transform:scale(1.2);transition:all .3s ease-in-out}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform:scale(1)}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_pb_gallery_image{margin-bottom:10px}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid transparent}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#df0e54;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/*** Tab-Image ***/

.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:20px;border-radius:10px;cursor:pointer;width:100%;vertical-align:middle}

/*** Tab-Button ***/

.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#df0e54;padding:12px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .5s ease-in-out 0s!important}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#fff;letter-spacing:2px;color:#000}

/*** Tabs-Responsive ***/

@media only screen and (max-width:480px){.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s9 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 20px}.custom_tabs_s9 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s9 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab{padding:5px}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:10px}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s9 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s9 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}


/*===== [Custom Tabs Style : 10] =====*/

/*** Tabs-Design ***/

.custom_tabs_s10,.custom_tabs_s10 ul.et_pb_tabs_controls li,.custom_tabs_s10 ul.et_pb_tabs_controls::after{border:none!important}.custom_tabs_s10 ul.et_pb_tabs_controls{background:0 0}.custom_tabs_s10 ul.et_pb_tabs_controls li{width:25%;height:auto!important;float:none;display:inline-block}.custom_tabs_s10 ul.et_pb_tabs_controls li a{background-color:#ce5016;padding:12px 20px;margin:0 9px 0 0;border-radius:0;border:none;display:block;overflow:hidden;position:relative;z-index:1;border-radius:50px;transition:all .1s ease}.custom_tabs_s10 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s10 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s10 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fff!important;background-color:#ce5016;border:none;text-shadow:0 0 3px #111;box-shadow:0 0 5px rgba(0,0,0,.8)}.custom_tabs_s10 ul.et_pb_tabs_controls li a:after,.custom_tabs_s10 ul.et_pb_tabs_controls li a:before{content:'';background-color:#963207;height:100%;width:7px;position:absolute;left:0;top:-100%;z-index:-1;transition:all .3s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.custom_tabs_s10 ul.et_pb_tabs_controls li a:after{left:auto;right:-50%;width:50%;clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);transition:all .1s}.custom_tabs_s10 ul.et_pb_tabs_controls li a:hover:after,.custom_tabs_s10 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s10 ul.et_pb_tabs_controls li.et_pb_tab_active a:after,.custom_tabs_s10 ul.et_pb_tabs_controls li.et_pb_tab_active a:before,.custom_tabs_s10 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover:after,.custom_tabs_s10 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover:before{top:0}.custom_tabs_s10 ul.et_pb_tabs_controls li a:hover:after,.custom_tabs_s10 ul.et_pb_tabs_controls li.et_pb_tab_active a:after,.custom_tabs_s10 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover:after{right:0}.custom_tabs_s10 .et_pb_all_tabs{background:#111;border-radius:25px;padding:20px 25px 10px;margin-top:10px}

/*** Tab-Content ***/

.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:800;text-transform:uppercase;font-size:20px;color:#fff;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#ce5016}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#ce5016}

/*** Tab-Video ***/

.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:25px;height:400px;position:relative;vertical-align:middle}

/*** Tab-Gallery ***/

.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px;}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{margin-bottom:0;width:100%;width:100%;height:100%;transform:scale(1.2);transition:all .3s ease-in-out}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform:scale(1)}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_pb_gallery_image{margin-bottom:10px}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid transparent}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#ce5016;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/*** Tab-Image ***/

.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;vertical-align:middle}

/*** Tab-Button ***/

.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#ce5016;padding:12px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .5s ease-in-out 0s!important}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#fff;letter-spacing:2px;color:#000}

/*** Tabs-Responsive ***/

@media only screen and (max-width:480px){.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s10 ul.et_pb_tabs_controls{padding:0;border-radius:20px;margin:0 0 20px}.custom_tabs_s10 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 20px}.custom_tabs_s10 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s10 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab{padding:5px}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:10px}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s10 ul.et_pb_tabs_controls li a{text-align:center;font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s10 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}




/*== [Custom Tabs Style : 11] ==*/

.custom_tabs_s11{background-color:#fff;padding:0 15px 0 15px;box-shadow:0 0 5px rgba(0,0,0,.2)}.custom_tabs_s11 ul.et_pb_tabs_controls{background:0 0;border:none;padding:10px!important;position:relative}.custom_tabs_s11 ul.et_pb_tabs_controls:before{content:'';background:#d30e1b;width:100%;box-shadow:0 0 5px rgba(0,0,0,.2);position:absolute;left:0;top:-12px;bottom:-12px}.custom_tabs_s11 ul.et_pb_tabs_controls:after{border:none}.custom_tabs_s11 ul.et_pb_tabs_controls li{width:25%;display:inline-block;background:0 0;height:auto!important;float:none;border:none!important}.custom_tabs_s11 ul.et_pb_tabs_controls li a{color:#fff;background-color:rgba(255,255,255,.1);display:block;text-align:center;margin:0 0 15px 0;padding:13px 5px 13px;margin:0;border:none;transition:all .3s ease 0s}.custom_tabs_s11 ul.et_pb_tabs_controls li:last-child a{margin-bottom:0}.custom_tabs_s11 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s11 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s11 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#2f80ed!important;background-color:#fff;border:none}.custom_tabs_s11 .et_pb_all_tabs{color:#666;background-color:transparent;margin-top:30px;position:relative}

/* Tab-Content */

.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:700;text-transform:uppercase;font-size:20px;color:#000;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#2184e1}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#2184e1}

/* Tab-Video */

.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:20px;height:400px;position:relative;vertical-align:middle}

/* Tab-Gallery */

.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden;position:relative}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{width:100%;height:auto;margin:0;transition:all .5s ease 0s}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform-origin:left center;transform:scale(1.3);filter:grayscale(100%)}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid #fff}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#000;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/* Tab-Image */

.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;height:400px;object-fit:cover}

/* Tab-Button */

.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#d30e1b;padding:12px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .3s}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px;transition:all .3s}

/* Tabs-Responsive */

@media only screen and (max-width:480px){.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s11 ul.et_pb_tabs_controls{margin-bottom:20px}.custom_tabs_s11 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s11 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s11 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{height:auto}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab{padding:18px}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s11 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s11 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}



/*== [Custom Tabs Style : 12] ==*/

.custom_tabs_s12{border:none}.custom_tabs_s12 ul.et_pb_tabs_controls{background:0 0;border:none}.custom_tabs_s12 ul.et_pb_tabs_controls:after{border:none}.custom_tabs_s12 ul.et_pb_tabs_controls li{width:25%;display:inline-block;background:0 0;height:auto!important;float:none;border:none!important}.custom_tabs_s12 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s12 ul.et_pb_tabs_controls li a{color:#555;background:#f3f1f8;display:block;text-align:center;padding:15px 7px 15px;margin:0 10px 12px 0;border-radius:30px;border:none;box-shadow:0 0 5px rgba(0,0,0,.1);overflow:hidden;position:relative;z-index:1;transition:all .5s ease 0s}.custom_tabs_s12 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s12 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s12 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fff!important;background:#fff;border:none}.custom_tabs_s12 ul.et_pb_tabs_controls li a:before{content:'';background-color:#b33771;height:7%;width:100%;border-radius:30px;position:absolute;left:0;bottom:0;z-index:-1;transition:all .3s ease-out 0s}.custom_tabs_s12 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s12 ul.et_pb_tabs_controls li.et_pb_tab_active a:before,.custom_tabs_s12 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover:before{height:100%}.custom_tabs_s12 .et_pb_all_tabs{color:#777;background:#f3f1f8;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.1)}

/* Tab-Content */

.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:700;text-transform:uppercase;font-size:20px;color:#000;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#b33771}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#b33771}

/* Tab-Video */

.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:20px;height:400px;position:relative;vertical-align:middle}

/* Tab-Gallery */

.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden;position:relative}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{width:100%;height:auto;margin:0;transition:all .5s ease 0s}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform-origin:left center;transform:scale(1.3);filter:grayscale(100%)}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid #fff}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#000;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/* Tab-Image */

.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;height:400px;object-fit:cover}

/* Tab-Button */

.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#b33771;padding:12px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .3s}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px;transition:all .3s}

/* Tabs-Responsive */

@media only screen and (max-width:480px){.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s12 ul.et_pb_tabs_controls{margin-bottom:20px}.custom_tabs_s12 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s12 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s12 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{height:auto}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab{padding:18px}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s12 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s12 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}


/*== [Custom Tabs Style : 13] ==*/

.custom_tabs_s13{border:none}.custom_tabs_s13 ul.et_pb_tabs_controls{margin:0 0 10px;background:0 0;border:none}.custom_tabs_s13 ul.et_pb_tabs_controls:after{border:none}.custom_tabs_s13 ul.et_pb_tabs_controls li{width:25%;display:inline-block;background:0 0;height:auto!important;float:none;border:none!important}.custom_tabs_s13 ul.et_pb_tabs_controls li a{color:#fff;background:#333;font-size:19px;font-weight:500;text-transform:capitalize;padding:12px 25px 12px;margin:0 10px 0 0;border:none;border-radius:5px;text-align:center;overflow:hidden;position:relative;display:block;z-index:1;transition:all .3s ease .4s}.custom_tabs_s13 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s13 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s13 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s13 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#FFA900!important;background:#333;border:none}.custom_tabs_s13 ul.et_pb_tabs_controls li a:before{content:"";background:repeating-linear-gradient(to right,#FFA900,#FFA900 10px,transparent 10px,transparent 20px);width:100%;height:100%;transform-origin:left center;transform:scaleX(0);position:absolute;top:0;left:0;z-index:-1;transition:transform .3s ease-in,left .3s ease-in-out .3s}.custom_tabs_s13 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s13 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{transform:scaleX(1);left:100%}.custom_tabs_s13 .et_pb_all_tabs{color:#fff;background:repeating-linear-gradient(to right,#333,#333 20px,#373737 20px,#373737 40px);border-radius:5px;position:relative}

/* Tab-Content */

.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:700;text-transform:uppercase;font-size:20px;color:#fff;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#FFA900}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#FFA900}

/* Tab-Video */

.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:20px;height:400px;position:relative;vertical-align:middle}

/* Tab-Gallery */

.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden;position:relative}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{width:100%;height:auto;margin:0;transition:all .5s ease 0s}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform-origin:left center;transform:scale(1.3);filter:grayscale(100%)}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid transparent;}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#000;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/* Tab-Image */

.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;height:400px;object-fit:cover}

/* Tab-Button */
.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#FFA900;padding:12px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .3s}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px;transition:all .3s}

/* Tabs-Responsive */

@media only screen and (max-width:480px){.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s13 ul.et_pb_tabs_controls{margin-bottom:20px}.custom_tabs_s13 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s13 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s13 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{height:auto}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab{padding:18px}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s13 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s13 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}



/*== [Custom Tabs Style : 14] ==*/

.custom_tabs_s14{border:none}.custom_tabs_s14 ul.et_pb_tabs_controls{border:none;background:0 0;margin:0 0 10px}.custom_tabs_s14 ul.et_pb_tabs_controls:after{border:none}.custom_tabs_s14 ul.et_pb_tabs_controls li{width:25%;display:inline-block;background:0 0;height:auto!important;float:none;border:none!important}.custom_tabs_s14 ul.et_pb_tabs_controls li a{color:#222;background:#fff;display:block;text-align:center;padding:14px 20px 14px;margin:0 10px 0 0;border:none;border-radius:100px;box-shadow:0 0 10px rgba(0,0,0,.1);overflow:hidden;position:relative;z-index:1;transition:all .3s ease 0s}.custom_tabs_s14 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s14 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s14 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s14 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fff!important;background:0 0;border:none;box-shadow:none}.custom_tabs_s14 ul.et_pb_tabs_controls li a:after,.custom_tabs_s14 ul.et_pb_tabs_controls li a:before{content:"";background-color:#95001d;width:60%;height:100%;border-radius:50%;opacity:0;transform:scale(0);position:absolute;top:0;left:0;z-index:-1;transition:all .3s ease 0s}.custom_tabs_s14 ul.et_pb_tabs_controls li a:after{left:auto;right:0}.custom_tabs_s14 ul.et_pb_tabs_controls li a:hover:after,.custom_tabs_s14 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s14 ul.et_pb_tabs_controls li.et_pb_tab_active a:after,.custom_tabs_s14 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{opacity:1;transform:scale(1)}.custom_tabs_s14 .et_pb_all_tabs{color:#555;background:#fff;border-right:5px solid #95001d;border-bottom:5px solid #95001d;border-radius:20px;box-shadow:5px 5px 10px #cdcdcc;position:relative}


/* Tab-Content */

.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:700;text-transform:uppercase;font-size:20px;color:#000;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#95001d}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#95001d}

/* Tab-Video */

.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:20px;height:400px;position:relative;vertical-align:middle}

/* Tab-Gallery */

.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden;position:relative}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{width:100%;height:auto;margin:0;transition:all .5s ease 0s}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform-origin:left center;transform:scale(1.3);filter:grayscale(100%)}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid #fff}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#000;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/* Tab-Image */

.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;height:400px;object-fit:cover}

/* Tab-Button */

.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#95001d;padding:12px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .3s}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px;transition:all .3s}

/* Tabs-Responsive */

@media only screen and (max-width:480px){.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s14 ul.et_pb_tabs_controls{margin-bottom:20px}.custom_tabs_s14 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s14 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s14 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{height:auto}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab{padding:18px}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s14 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s14 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}


/*== [Custom Tabs Style : 15] ==*/

.custom_tabs_s15{border:none}.custom_tabs_s15 ul.et_pb_tabs_controls{border:none;background:0 0}.custom_tabs_s15 ul.et_pb_tabs_controls:after{border:none}.custom_tabs_s15 ul.et_pb_tabs_controls li{width:25%;display:inline-block;background:0 0;height:auto!important;float:none;border:none!important}.custom_tabs_s15 ul.et_pb_tabs_controls li a{color:#666;background:#fff;padding:12px 25px 12px;margin:0 10px 0 0;display:block;border:none;text-align:center;border-top:3px solid #0670bc;border-radius:0;box-shadow:0 0 7px rgba(0,0,0,.1) inset;overflow:hidden;position:relative;z-index:1;transition:all .3s ease 0s}.custom_tabs_s15 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s15 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s15 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s15 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fff!important;background:0 0;border:none;border-top:3px solid #0670bc}.custom_tabs_s15 ul.et_pb_tabs_controls li a:after,.custom_tabs_s15 ul.et_pb_tabs_controls li a:before{content:"";background-color:#0670bc;width:50%;height:100%;opacity:0;transform:perspective(300px) rotateX(-100deg);position:absolute;top:0;left:0;z-index:-1;transition:all .4s ease 0s}.custom_tabs_s15 ul.et_pb_tabs_controls li a:after{transform:perspective(300px) rotateX(100deg);left:auto;right:0;transition:all .4s ease .1s}.custom_tabs_s15 ul.et_pb_tabs_controls li a:hover:after,.custom_tabs_s15 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s15 ul.et_pb_tabs_controls li.et_pb_tab_active a:after,.custom_tabs_s15 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{opacity:1;transform:perspective(300px) rotateX(0)}.custom_tabs_s15 .et_pb_all_tabs{color:#555;background:#fff;border-bottom:4px solid #0670bc;box-shadow:0 0 7px rgba(0,0,0,.1) inset;position:relative}

/* Tab-Content */

.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:700;text-transform:uppercase;font-size:20px;color:#000;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#0670bc}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#0670bc}

/* Tab-Video */

.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:20px;height:400px;position:relative;vertical-align:middle}

/* Tab-Gallery */

.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden;position:relative}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{width:100%;height:auto;margin:0;transition:all .5s ease 0s}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform-origin:left center;transform:scale(1.3);filter:grayscale(100%)}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid #fff}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#000;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/* Tab-Image */

.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;height:400px;object-fit:cover}

/* Tab-Button */

.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#0670bc;padding:12px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .3s}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px;transition:all .3s}

/* Tabs-Responsive */

@media only screen and (max-width:480px){.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s15 ul.et_pb_tabs_controls{margin-bottom:20px}.custom_tabs_s15 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s15 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s15 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{height:auto}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab{padding:18px}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s15 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s15 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}



/*== [Custom Tabs Style : 16] ==*/

.custom_tabs_s16{background:linear-gradient(to right bottom,#ff8c35 50%,#fa8231 50%);border:none;padding:15px;border-radius:15px}.custom_tabs_s16 ul.et_pb_tabs_controls{margin:0;background:0 0;border:none}.custom_tabs_s16 ul.et_pb_tabs_controls:after{border:none}.custom_tabs_s16 ul.et_pb_tabs_controls li{width:25%;display:inline-block;background:0 0;height:auto!important;float:none;border:none!important}.custom_tabs_s16 ul.et_pb_tabs_controls li a{color:#fff;background:0 0;display:block;padding:12px 25px 12px;margin:0 10px 13px 0;border:none;border-radius:12px;box-shadow:0 0 10px -3px rgba(0,0,0,.25);overflow:hidden;position:relative;z-index:1;text-align:center;transition:all .3s ease 0s}.custom_tabs_s16 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s16 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s16 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s16 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fa8231!important;background:0 0;border:none}.custom_tabs_s16 ul.et_pb_tabs_controls li a:before{content:"";background:#fff;border-radius:50%;opacity:0;filter:blur(5px);position:absolute;top:7px;left:7px;right:7px;bottom:7px;z-index:-1;transition:all .3s ease-out 0s}.custom_tabs_s16 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s16 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{border-radius:10px;opacity:1;filter:blur(0)}.custom_tabs_s16 .et_pb_all_tabs{border-radius:20px;box-shadow:0 0 10px -3px rgba(0,0,0,.25);position:relative}

/* Tab-Content */

.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:700;text-transform:uppercase;font-size:20px;color:#000;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#ff8c35}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#ff8c35}

/* Tab-Video */

.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:20px;height:400px;position:relative;vertical-align:middle}

/* Tab-Gallery */

.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden;position:relative}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{width:100%;height:auto;margin:0;transition:all .5s ease 0s}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform-origin:left center;transform:scale(1.3);filter:grayscale(100%)}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid #fff}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#000;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/* Tab-Image */

.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;height:400px;object-fit:cover}

/* Tab-Button */

.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:linear-gradient(to right bottom,#ff8c35 50%,#fa8231 50%);padding:12px 25px;border-radius:10px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .3s}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px;transition:all .3s}

/* Tabs-Responsive */

@media only screen and (max-width:480px){.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s16 ul.et_pb_tabs_controls{margin-bottom:20px}.custom_tabs_s16 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s16 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s16 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{height:auto}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab{padding:18px}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s16 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s16 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}



/*== [Custom Tabs Style : 17] ==*/

.custom_tabs_s17{border:none}.custom_tabs_s17 ul.et_pb_tabs_controls{margin:0;border:none;background:0 0}.custom_tabs_s17 ul.et_pb_tabs_controls:after{border:none}.custom_tabs_s17 ul.et_pb_tabs_controls li{width:25%;display:inline-block;background:0 0;height:auto!important;float:none;border:none!important}.custom_tabs_s17 ul.et_pb_tabs_controls li a{color:#555;background:linear-gradient(#fcfcfc,#f5f5f5);text-align:center;display:block;padding:15px 15px 15px;margin:0 2px 3px 0;border:none;border-radius:0;position:relative;z-index:1;transition:all .3s ease 0s}.custom_tabs_s17 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s17 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s17 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s17 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#0da57d!important;background:linear-gradient(#fcfcfc,#f5f5f5,#fcfcfc);border:none}.custom_tabs_s17 ul.et_pb_tabs_controls li a:before{content:"";background:linear-gradient(#1dd1a1 50%,#0da57d 50%);height:80%;width:100%;opacity:0;position:absolute;top:0;left:0;z-index:-1;transition:all .3s ease-out 0s}.custom_tabs_s17 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s17 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{opacity:1;transform:translateY(-21.5px) scale(.3)}.custom_tabs_s17 .et_pb_all_tabs{color:#555;background:linear-gradient(#fcfcfc,#f5f5f5,#fcfcfc);position:relative}

/* Tab-Content */

.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:700;text-transform:uppercase;font-size:20px;color:#000;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#0da57d}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#0da57d}

/* Tab-Video */

.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:400px;position:relative;vertical-align:middle}

/* Tab-Gallery */

.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{overflow:hidden;position:relative}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{width:100%;height:auto;margin:0;transition:all .5s ease 0s}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform-origin:left center;transform:scale(1.3);filter:grayscale(100%)}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid #fff}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#000;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/* Tab-Image */

.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{cursor:pointer;width:100%;height:400px;object-fit:cover}

/* Tab-Button */

.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#0da57d;padding:12px 25px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .3s}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px;transition:all .3s}

/* Tabs-Responsive */

@media only screen and (max-width:480px){.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s17 ul.et_pb_tabs_controls{margin-bottom:20px}.custom_tabs_s17 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s17 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s17 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{height:auto}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab{padding:18px}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s17 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s17 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}



/*== [Custom Tabs Style : 18] ==*/

.custom_tabs_s18{border:none}.custom_tabs_s18 ul.et_pb_tabs_controls{margin:0;border:none;background:0 0}.custom_tabs_s18 ul.et_pb_tabs_controls:after{border:none}.custom_tabs_s18 ul.et_pb_tabs_controls li{width:25%;display:inline-block;background:0 0;height:auto!important;float:none;border:none!important}.custom_tabs_s18 ul.et_pb_tabs_controls li a{color:#fff;background:#332c32;font-size:18px;font-weight:600;text-align:center;display:block;text-transform:uppercase;padding:10px 25px 10px;margin:0 5px 5px 0;border:none;border-radius:0 0 20px 0;position:relative;z-index:1;transition:all .3s ease .15s}.custom_tabs_s18 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s18 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s18 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s18 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#ffb740!important;background:#332c32;border:none}.custom_tabs_s18 ul.et_pb_tabs_controls li a:before{content:"";background:#ffb740;height:100%;width:100%;transform:scaleX(0);position:absolute;top:0;left:0;z-index:-1;transition:all .3s ease-out 0s}.custom_tabs_s18 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s18 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{opacity:0;transform:scaleX(1)}.custom_tabs_s18 .et_pb_all_tabs{color:#fff;background:#332c32;border-radius:0 0 30px 0;border:10px solid #332c32;box-shadow:-5px -5px #ffb740 inset;position:relative}

/* Tab-Content */

.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:700;text-transform:uppercase;font-size:20px;color:#fff;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#ffb740}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#ffb740}

/* Tab-Video */

.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:20px;height:400px;position:relative;vertical-align:middle}

/* Tab-Gallery */

.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden;position:relative}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{width:100%;height:auto;margin:0;transition:all .5s ease 0s}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform-origin:left center;transform:scale(1.3);filter:grayscale(100%)}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid transparent}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#000;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/* Tab-Image */

.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;height:400px;object-fit:cover}

/* Tab-Button */

.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#ffb740;padding:12px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .3s}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#fff;color:#333;letter-spacing:2px;transition:all .3s}

/* Tabs-Responsive */

@media only screen and (max-width:480px){.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s18 ul.et_pb_tabs_controls{margin-bottom:20px}.custom_tabs_s18 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s18 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s18 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{height:auto}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab{padding:18px}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s18 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s18 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}



/*== [Custom Tabs Style : 19] ==*/

.custom_tabs_s19{border:none}.custom_tabs_s19 ul.et_pb_tabs_controls{background:0 0;border:none}.custom_tabs_s19 ul.et_pb_tabs_controls:after{border:none}.custom_tabs_s19 ul.et_pb_tabs_controls li{width:25%;display:inline-block;background:0 0;height:auto!important;float:none;border:none!important}.custom_tabs_s19 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s19 ul.et_pb_tabs_controls li a{color:#333;background:#fff;text-align:center;display:block;padding:13px 10px 13px;margin:0 9px 9px 0;border-radius:10px;border:2px solid #d30e1c;box-shadow:0 0 5px rgba(0,0,0,.1);display:block;overflow:hidden;position:relative;z-index:1;transition:all .3s ease .3s}.custom_tabs_s19 ul.et_pb_tabs_controls li a:focus,.custom_tabs_s19 ul.et_pb_tabs_controls li.et_pb_tab_active a{border:2px solid #d30e1c}.custom_tabs_s19 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s19 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s19 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fff!important;background:#fff;border-radius:50px}.custom_tabs_s19 ul.et_pb_tabs_controls li a:before{content:'';background:#d30e1c;height:100%;width:100%;border-radius:30px;opacity:0;transform:scale(.3);position:absolute;left:-60px;top:-25px;z-index:-1;transition:opacity .1s,top .3s ease,left .3s ease,transform .3s ease .2s}.custom_tabs_s19 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s19 ul.et_pb_tabs_controls li.et_pb_tab_active a:before,.custom_tabs_s19 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover:before{opacity:1;transform:scale(1);left:0;top:0}.custom_tabs_s19 .et_pb_all_tabs{color:#333;background:#fff;border:5px solid #d30e1c;border-radius:20px;position:relative}

/* Tab-Content */

.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:700;text-transform:uppercase;font-size:20px;color:#000;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#d30e1c}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#d30e1c}

/* Tab-Video */

.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:20px;height:400px;position:relative;vertical-align:middle}

/* Tab-Gallery */

.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden;position:relative}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{width:100%;height:auto;margin:0;transition:all .5s ease 0s}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform-origin:left center;transform:scale(1.3);filter:grayscale(100%)}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid #fff}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#000;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/* Tab-Image */

.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;height:400px;object-fit:cover}

/* Tab-Button */

.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#fff;background:#d30e1c;padding:12px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .3s}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;letter-spacing:2px;transition:all .3s}

/* Tabs-Responsive */

@media only screen and (max-width:480px){.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s19 ul.et_pb_tabs_controls{margin-bottom:20px}.custom_tabs_s19 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s19 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s19 ul.et_pb_tabs_controls li a{margin:0}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{height:auto}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab{padding:18px}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s19 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s19 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}



/*== [Custom Tabs Style : 20] ==*/

.custom_tabs_s20{border:none}.custom_tabs_s20 ul.et_pb_tabs_controls{background:0 0;border:none}.custom_tabs_s20 ul.et_pb_tabs_controls:after{border:none}.custom_tabs_s20 ul.et_pb_tabs_controls li{width:25%;display:inline-block;background:0 0;height:auto!important;float:none;border:none!important}.custom_tabs_s20 ul.et_pb_tabs_controls li:last-child a{margin-right:0}.custom_tabs_s20 ul.et_pb_tabs_controls li a{color:#fff;background-color:#333;text-align:center;display:block;padding:12px;margin:0 1px 9px 0;border-radius:10px;border:none;overflow:hidden;position:relative;z-index:1;transition:all .3s ease 0s;clip-path:polygon(0 0,85% 0,100% 50%,85% 100%,0 100%)}.custom_tabs_s20 ul.et_pb_tabs_controls li a:hover,.custom_tabs_s20 ul.et_pb_tabs_controls li.et_pb_tab_active a,.custom_tabs_s20 ul.et_pb_tabs_controls li.et_pb_tab_active a:hover{color:#fff!important;background-color:transparent;border:none}.custom_tabs_s20 ul.et_pb_tabs_controls li a:before{content:"";background:radial-gradient(#e50651,#e50651,transparent,transparent);width:100%;height:100%;border-radius:50%;transform:scale(0);position:absolute;top:0;left:0;z-index:-1;transition:all .3s ease 0s}.custom_tabs_s20 ul.et_pb_tabs_controls li a:hover:before,.custom_tabs_s20 ul.et_pb_tabs_controls li.et_pb_tab_active a:before{transform:scale(2)}.custom_tabs_s20 .et_pb_all_tabs{color:#fff;background:radial-gradient(#ff4482,#e50651);position:relative}

/* Tab-Content */

.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-weight:700;text-transform:uppercase;font-size:20px;color:#fff;position:relative;letter-spacing:1px;line-height:25px;margin-bottom:15px;padding-bottom:20px}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:before{position:absolute;height:2px;border-radius:8px;width:70px;left:12px;bottom:-1px;content:"";background:#fff}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3:after{position:absolute;height:6px;width:6px;left:0;bottom:-3px;content:"";border-radius:50%;background:#fff}

/* Tab-Video */

.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper{margin-bottom:20px;padding:0!important}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{border-radius:20px;height:400px;position:relative;vertical-align:middle}

/* Tab-Gallery */

.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery{margin-bottom:20px}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image{border-radius:10px;overflow:hidden;position:relative}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image img{width:100%;height:auto;margin:0;transition:all .5s ease 0s}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_portfolio_image:hover img{transform-origin:left center;transform:scale(1.3);filter:grayscale(100%)}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:33.33%;margin:0;border:2px solid transparent}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;border-radius:10px;height:90%;border:none;background:rgba(255,255,255,.6);text-align:center;transform:scale(0);transition:all .5s ease-in-out 0s}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li:hover .et_portfolio_image .et_overlay{transform:scale(1)}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery li .et_portfolio_image .et_overlay:before{content:"\e09a";background:#000;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:20px;top:50%;margin:0;transform:translate(-50%,-50%)}

/* Tab-Image */

.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{border-radius:10px;cursor:pointer;width:100%;height:400px;object-fit:cover}

/* Tab-Button */

.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button{color:#333;background:#fff;padding:12px 25px;border-radius:50px;text-transform:uppercase;font-weight:600;display:inline-block;transition:all .3s}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content a.tab_button:hover{background:#000;color:#fff;letter-spacing:2px;transition:all .3s}

/* Tabs-Responsive */

@media only screen and (max-width:480px){.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul.et_post_gallery .et_gallery_item{width:50%;clear:inherit}}@media only screen and (max-width:767px){.custom_tabs_s20 ul.et_pb_tabs_controls{margin-bottom:10px}.custom_tabs_s20 ul.et_pb_tabs_controls li{width:100%;text-align:center;margin:0 0 10px}.custom_tabs_s20 ul.et_pb_tabs_controls li:last-child{margin-bottom:0}.custom_tabs_s20 ul.et_pb_tabs_controls li a{margin:0 0 10px;clip-path:polygon(100% 0,100% 80%,50% 100%,0 80%,0 0)}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{height:auto}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab{padding:18px}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{font-size:18px}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{margin-bottom:0}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .fluid-width-video-wrapper iframe{height:auto}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{width:100%}}@media only screen and (min-width:768px) and (max-width:980px){.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab{padding:15px 10px}.custom_tabs_s20 ul.et_pb_tabs_controls li a{font-size:16px!important;padding:15px 10px 15px}.custom_tabs_s20 .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .et_post_gallery .et_gallery_item{clear:inherit;width:50%!important}}




/* .llms-nav-item-signin a { */
/* .llms-nav-item-signin a { */
.menu-item-246202 a { 
	color: #000000!important;
	background: #ffffff!important;
	border-width: 1px!important;
	border-color: #d0d5dd;
	border-style: solid;
	border-radius: 16px;
        margin: 20px 12px!important;
	padding: 10px 10px !important;
}
.menu-item-246203 a { 
	color: #000000!important;
	background: #ffffff!important;
	border-width: 1px!important;
	border-color: #d0d5dd;
	border-style: solid;
	border-radius: 16px;
        margin: 20px 12px!important;
	padding: 10px 10px !important;
}
/* .red-menu-button a { */
.menu-item-246205 a { 
	color: #ffffff!important;
	background: #ce423d!important;
	border-width: 1px!important;
	border-color: #d0d5dd;
	border-radius: 16px;
        margin: 20px 12px!important;
	padding: 10px 10px !important;
}


#left-area .post-meta a, .expand-divi-below-tags a, .nav-previous a, .nav-next a, .et_pb_widget a, .et_pb_post .post-meta a, .et_pb_title_meta_container a, .single-post p a {
    color: #ffffff!important;
    background-color: #ce423d!important;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
}

/* NB20230626 THIS IS FOR OVERLAID TEXT ON BLOG GRID/
/*move wrapped title, meta, and text up over the image*/
/*move wrapped title, meta, and text up over the image*/
.wpb-blog-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
  z-index: 1;
}

/*keep the moved items positioned with their parent items*/
.et_pb_blog_grid article {
  position: relative;
}

/*remove spacing around entire blog post*/
.et_pb_blog_grid .et_pb_post {
  padding: 0px;
}

/*remove negative margins on blog featured image*/
.et_pb_image_container {
  margin: 0;
}

/*remove the margin below the featured image frame*/
.et_pb_post .entry-featured-image-url {
  margin: 0;
}

.et_pb_blog_grid .entry-featured-image-url::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}



/* NB20230627T1630  New layout based on fullwidth blog rather than grid */
    /* This is giving the color of the whole grid */
.cols4-experiment .et_pb_ajax_pagination_container {
	display: grid;
	grid-gap: 5px;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 300px 300px 300px 300px;
	background-color: white;
}
@media only screen and (max-width: 768px) {
.cols4-experiment .et_pb_ajax_pagination_container {
	display: grid;
	grid-gap: 0px;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows:300px 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px;
	grid-gap: 5px;
	background-color: white;
}
}
.cols4-experiment .entry-title {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	padding: 10px;
	margin-top: 60px;
	z-index: 4;
	color: #fff!important;
	background-color: rgba(222, 222, 222, 0.7);
	border-color: white;
	border-style: solid;
	border-width: 1px;
}
/* This targets the excerpt 
.cols4-experiment .post-content-inner {
	position: inline;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	padding: 10px;
	margin-top: 60px;
	z-index: 4;
	color: #fff!important;
}*/
.cols4-experiment .entry-featured-image-url {
            opacity: 1;
	z-index: 1;
    }

   .cols4-experiment  img {
    /* background: rgba(255,255,255,0.7); */
    height: 300px!important;
    object-fit: cover;
    opacity: 1;
	   /* opacity: 0.6; */
}

.post-24925 {
    background-color: red;
    height: 300px!important;
}
.post-24931 {
    background-color: orange;
    height: 300px!important;
}
.post-24937 {
    background-color: yellow;
    height: 300px!important;
}
.post-24939 {
    background-color: green;
    height: 300px!important;
}
.post-24941 {
    background-color: blue;
    height: 300px!important;
}
.post-28768 {
    background-color: purple;
    height: 300px!important;
}
.post-24945 {
    background-color: pink;
    height: 300px!important;
}
.post-25150 {
    background-color: red;
    height: 300px!important;
}
.post-28000 {
    background-color: blue;
    height: 300px!important;
}
.post-24943 {
    background-color: orange;
}
.post-28505 {
    background-color: yellow;
    height: 300px!important;
}
.post-25015 {
    background-color: white;
    height: 300px!important;
}

.llms-lesson-link div.llms-lesson-excerpt {
	visibility: collapse;
	padding: 0px;
}



/* NB20230705 This controls the size and colour of the navigation buttons at the bottom of the lesson pages */
div.llms-lesson-link  a {
	border: solid;
	border-width: 1px;
	height: auto!important;
	background-color: yellow;
}

a.llms-lesson-link {
	padding: 0px;
	background-color: red;
	height: auto!important;
}

a.llms-next-lesson {
	/* padding: 0px; */
	background-color: red;
	height: auto!important;
}

a.llms-prev-lesson {
	padding: 0px;
	background-color: red;
	height: auto!important;
}

.llms-lesson-preview .llms-main {
	float: left;
	width: 100%;
	height: 50px;
}
/* NB20230705 This changes the icons in the course navigation on the lesson pages */
/* NB20230705 More importantly it removes the strikeout for completed lessons and italicises instead */

.llms-widget-syllabus .lesson-title.done a{color:#F00;text-decoration:none;font-style:italic;}

/* NB20230628T0800  Colour of navigation bullets in sidebar */
 
.llms-course-outline .fa {
    color: #c9c9c9;
    }

    span.llms-lesson-complete.done > i {
    color: #ce423d;
    }

/* NB20230706T1830  Making the Quiz modules look better */
    #llms-quiz-wrapper > ul {
	    padding-left: 15px;
    }

.et_pb_text_0.et_pb_text a {
    color: #fff!important;
}

