/* --------------------------------  Divi Colapsable menu -------------------------------- */

/*Style the icon's placeholder*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
    width: 44px;
    height: 100%;
    padding: 0px !important;
    max-height: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    background-color: transparent;
    border-bottom: 0;
    text-align: center;
}

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
    position: relative;
}

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
    background-color: transparent;
}

/*Hide the Sub-menu*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
    display: none !important;
    visibility: hidden !important;
}

/*Show the sub-menu when the + icon is clicked*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
    display: block !important;
    visibility: visible !important;
}

/*Create the opening/closing icon using the Divi's Icons*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    top: 10px;
    position: relative;
    font-family: "ETModules";
}

/*Set the opening icon for custom Tax Pages*/
body.single-product:not(.et-tb-has-template) ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-product_cat ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-project_category ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.single-product.et-db:not(.et-tb-has-template) #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-product_cat.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-project_category.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    content: "+";
}

/*Set the opening icon for default WordPress Pages*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    content: "\4c";
}

/*Set the closing icon*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
body.single-product:not(.et-tb-has-template) ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
body.single-product.et-db:not(.et-tb-has-template) #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
body.tax-product_cat ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
body.tax-product_cat.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
body.tax-project_category ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
body.tax-project_category.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
    content: '\4d';
}

/* --------------------------------  END - Divi Colapsable menu -------------------------------- */










/* --------------------------------  Divi CSS Snipets -------------------------------- */

/*place button modules next to each other in the same column*/
/* Add the class “btn-inline” and save. */
.dt-btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
}

.dt-btn-inline {
    text-align: center !important;
}

.dt-txt-left {
    text-align: left !important;
}

.dt-txt-center {
    text-align: center !important;
}

.dt-txt-right {
    text-align: right !important;
}



/* Reverse Divi column order on mobile devices */
@media screen and (max-width: 980px) {
    .dt-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* buttons fixed to the bottom */
.dt-btn-bottom-fix .et_pb_column {
    padding-bottom: 30px;
}

.dt-btn-bottom-fix .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* Remove list bullets in Divi footer widgets */
#footer-widgets .footer-widget li:before {
    display: none !important;
}

#footer-widgets .footer-widget li {
    padding-left: 0px !important;
}

.et-social-rss a.icon:before {
    content: "\e09d" !important;
}

/* --------------------------------  END - Divi CSS Snipets -------------------------------- */






/* */
.post-listing {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.post-listing .col {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;

}

.post-listing .col-1 {
    width: 100%;
}

.post-listing .col-2 {
    width: 50%;
}

.post-listing .col-3 {
    width: 33.33%;
}

.post-listing .col-4 {
    width: 25%;
}

.post-listing .col-5 {
    width: 20%;
}

@media only screen and (max-width: 1024px) {
    .post-listing .col-3 {
        width: 50%;
    }

    .post-listing .col-4 {
        width: 33.33%;
    }

    .post-listing .col-5 {
        width: 25%;
    }
}

@media only screen and (max-width: 780px) {
    .post-listing .col-3 {
        width: 50%;
    }

    .post-listing .col-4 {
        width: 50%;
    }

    .post-listing .col-5 {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .post-listing .col {
        width: 100% !important;
    }
}

.discription {
    color: #000000;
}



/* --------------------------------  Logo Slider -------------------------------- */
.featured-brands .brands .brand {
    padding: 10px;
}

.featured-brands .brands .brand a img {
    height: 200px;
    object-fit: cover;
}

.featured-brands .brands button.slick-arrow {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    display: block;
    border: none;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.featured-brands .brands button.slick-next {
    right: -40px;
}

.featured-brands .brands button.slick-prev {
    left: -40px;
}
/* --------------------------------  End Logo Slider -------------------------------- */

/* --------------------------------  Full width slider -------------------------------- */
.cpt-cont-slider .bg-sec {
    width: 100%;
    min-height: 579px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cpt-slider button.slick-arrow {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    display: block;
    border: none;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 11;
}

.cpt-slider button.slick-arrow img {
    width: 20px;
}

.cpt-slider button.slick-next {
    right: 0px;
}

.cpt-slider button.slick-prev {
    left: 0px;
}

.main-content-slider {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.content-wrapper {
    padding: 0 40px;
    max-width: 1200px;
    margin: 0px auto;
}

.cpt-cont-slider {
    color: #ffffff;
}

.cpt-cont-slider h2 {
    color: #ffffff
}

.cpt-cont-slider:after {
    content: '';
    background-color: #1d1d1d;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.content-sec-slide {
    max-width: 50%;
}

.cpt-cont-slider.black-text {
    color: #000000;
}

.cpt-cont-slider.black-text h2 {
    color: #000000
}

.cpt-cont-slider.black-text:after {
    background-color: #ffffff;
}

.btn-sec {
    background-color: #e02b20;
    border-width: 0px !important;
    border-radius: 0px;
    padding: 10px;
    display: block;
    margin-top: 10px;
    min-width: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}

.btn-sec:hover {
    background-color: #e09900;
}

.cpt-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    gap: 10px;
    list-style: none;
    line-height: normal;
}

.cpt-slider .slick-dots li button {
    background: none;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 100%;
}

.cpt-slider .slick-dots li.slick-active button {
    border-color: #ffffff;
}
/* -------------------------------- End Full width slider -------------------------------- */



/* -------------------------------- divi full screen menu -------------------------------- */

/* Text left of hamburger in the Theme Builder */
.et_mobile_nav_menu:before {
    content: '';
    position: absolute;
    right: 40px;
    margin-top: 5px;
    color: #333;
    font-size: 16px;
}

/* Text left of hamburger in Divi 3 */
#et_mobile_nav_menu:before {
    content: '';
    position: absolute;
    right: 33px;
    bottom: 30px;
    color: #333;
    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;
}

.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;
}
/* -------------------------------- END divi full screen menu -------------------------------- */



 


/* -------------------------------- Testimonials Slider style ------------------------------------ */
/* Testimonal Style */
.name-sec {
  color: #fff;
  font-size: 20px;
}

.desig-sec {
  color: #f6c635;
  font-size: 20px;
  font-weight: 300;
}

.content-testi {
  position: relative;
  margin-top: 80px; 
}

.content-testi:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 60px;
  background: url(/wp-content/uploads/quote-icon.svg);
  background-size: 360px;
  display: block;
  top: -60px;
  height: 60px;
  background-repeat: no-repeat;
}

.jh_testimonal_slider {  
  position: relative;
  margin-bottom: 80px;
}

.content-testimony {
  padding: 30px; 
  margin: auto;
}

.detail-testi {
  margin-top: 70px;
}

.jh_testimonal_slider .slick-arrow {
  background: url("/wp-content/uploads/right-arrow-grey.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: -60px;
  right: 0;
}

.jh_testimonal_slider .slick-arrow.slick-prev {
  right: 60px;
  background: url("/wp-content/uploads/left-arrow-grey.svg");
}

.jh_testimonal_slider .slick-arrow:hover {
  background: url("/wp-content/uploads/right-arrow-blue-grey.svg");
}

.jh_testimonal_slider .slick-arrow.slick-prev:hover  {
  background: url("/wp-content/uploads/left-arrow-blue-grey.svg");
}

.review-star {
  content: "";
  position: absolute;
  right: 0px;
  width: 120px;
  display: block;
  top: -50px;
  background-repeat: no-repeat;
}


.case-study-testimonail{
  border: 1px solid rgba(55, 55, 55, 0.2509803922);
}


.jh_testimonal_slider .slick-list{
  margin-left: -20px;
}

.case-study-testimonail.slick-slide{
  margin-left: 20px;
}

 
.case-study-testimonail .content-testimony .detail-testi {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-grid-columns: 3fr 40px 1fr;
  grid-template-columns: 3fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 767px) {
  .case-study-testimonail .content-testimony .detail-testi {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.case-study-testimonail .content-testimony .detail-testi .content .testimonial-content {
  font-size: 18px;
  color: #0d1f3b;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 1.6;
  min-height: 200px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .case-study-testimonail .content-testimony .detail-testi .content .testimonial-content {
    min-height: auto;
  }
}
.case-study-testimonail .content-testimony .detail-testi .image img {
  display: block;
  width: 100%;
  max-width: 160px;
  border-radius: 50%;
  margin: auto;
}
/* --------------------------------  END Testimonials Slider style ------------------------------------ */


/* --------------------------------  Blog Archive ------------------------------------ */
.cu-blog .et_pb_salvattore_content[data-columns]::before {
  content: '3 .column.size-1of3' !important;
}
.cu-blog article {
  margin-bottom: 8% !important
}
.cu-blog .et_pb_image_container {
  margin: -20px -20px 0px;
}
.cu-blog a.more-link {
  padding: 10px 16px !important;
  display: inline-block;
  text-transform: capitalize;
  background: #ec6906;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  transition: all 300ms ease 0ms;
}
.cu-blog a.more-link:hover {
  background-color: #e09900;
  transition: all 300ms ease 0ms;
}
.cu-blog .et_pb_post .entry-featured-image-url {
  margin-bottom: 20px;
}
.cu-blog .post-content-inner p {
  font-size: 16px;
}
.cu-blog .et_pb_blog_grid .et_pb_post {
  padding: 20px !important;
  text-align: left !important;
}
.cu-blog h2.entry-title {
  font-weight: 600 !important;
  line-height: 28px;
	min-height: 75px !important;
  font-size: 22px !important;
}
.zoom-blog .et_pb_post div.et_pb_image_container {
  overflow: hidden
}
.et_pb_blog_grid .et_pb_post {
  padding: 20px !important
}
.zoom-blog .et_pb_post img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s
}
.zoom-blog .et_pb_post:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05)
}
.zoom-blog a.entry-featured-image-url {
  overflow: hidden
}
@media only screen and (min-width: 981px) {
  .cu-blog .column.size-1of3 {
    width: 31.6% !important;
    margin-right: 2.5% !important;
  }
  .cu-blog .column.size-1of3:last-child {
    margin-right: 0px !important;
  }
}
.cu-blog-2 .et_pb_salvattore_content[data-columns]::before {
  content: '2 .column.size-1of2' !important;
}
@media only screen and (min-width: 981px) {
  .cu-blog-2 .column.size-1of2 {
    width: 48.7% !important;
    margin-right: 2.5% !important;
  }
  .cu-blog-2 .column.size-1of2:last-child {
    margin-right: 0px !important;
  }
}
/* --------------------------------  END Blog Archive ------------------------------------ */

/* --------------------------------  Blog Single ------------------------------------ */
h1.entry-title {
  font-weight: 900;
  text-align: center;
  color: #555555;
  max-width: 600px;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 20px;
}
#sidebar {
  display: none;
}
#left-area {
  width: 100% !important;
  padding: 23px 0px 0px !important;
  float: none !important;
}
.et_right_sidebar #main-content .container::before {
  display: none;
}
#left-area .post-meta {
  width: 100%;
}
.single-post .et_pb_post .entry-content {
  padding-top: 30px;
  max-width: 800px;
  margin: 0 auto;
}
.single-post .et_pb_post .entry-content ul li {
  font-size: 16px;
  line-height: 26px !important;
}
.single-post .et_pb_post .entry-content ol {
  font-size: 16px;
  line-height: 26px !important;
}
.et-search-form, blockquote {
  border-color: #E02B20;
}
blockquote {
  margin: 20px 0 30px;
  border-left: 5px solid;
  border-left-color: currentcolor;
  padding-left: 20px;
  background: #efefef;
  padding: 20px;
  border-color: #E02B20;
}
.single-post .et_pb_post .entry-content p {
  font-size: 16px;
}
.et_pb_post p.post-meta {
  text-align: center;
}
.single-post .et_pb_post .entry-content a {
  color: #E02B20;
}
.single-post .et_pb_post .entry-content h3 {
  font-size: 20px;
  line-height: 30px;
}
.et_pb_post .post-meta {
  font-size: 14px;
  margin-bottom: 6px;
}
p.post-meta {
  display: inline-block;
}
/* --------------------------------  END Blog Single ------------------------------------ */
