@charset "UTF-8";

/*
Theme Name: Custom Theme
Theme URI: https://dearfriendsbook.com/
Author: Dear Friends Book
Author URI: https://wordpress.org/
Description: dearfriendsbook.com.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

dearfriendsbook.com.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */

.bottom-logo img {
	max-height: 100px;
	width: auto !important;
}
img {
 	max-width: 100%;
 }
 .top-logo img {
 	max-height: 80px;
	width: auto !important;	
 }
 .loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9); /* optional: semi-transparent background */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
	text-align: center;
}
/* Optional: Style image if needed */
.loader img {
  max-width: 80%;
}
article.post.type-post .post-thumbnail {
  text-align: center;
}
article.post.type-post .e-con.e-flex>.e-con-inner {
  display: block;
  padding-top: 80px;
}
.post-sticky-section .post-sticky-left {
    font-size: 16px;
    margin-top: 0px;
    padding: 20px 0px;
    margin-bottom: 10px;
}
.post-sticky-section .post-sticky-left-1 {
    padding: 15px;
    margin-bottom: 20px;
}
.post-sticky-left .sticky.sticky-ul {
  padding-left: 10px;
}
.post-sticky-left .sticky.sticky-ul li a {
    cursor: pointer;
    color: #0E1D35;
    font-size: 95%;
    font-weight: 500;
    line-height: 1.6;
}
.post-sticky-left .sticky.sticky-ul li a:hover {
    text-decoration: underline;
}
.post-sticky-left .sticky.sticky-ul li {
    padding-bottom: 2px;
    margin-bottom: 15px;
    font-size: 14px;
}
.post-sticky-left h4 {
    margin-top: 10px;
}
.ekit-wid-con .post-items .entry-title {
  min-height: 32px;
}
.ekit-wid-con .post-items .elementskit-entry-header img {
  max-height: 220px;
}
.breadcrumb-content .breadFirst .listing-content {
    text-align: end;
    width: 42%;
}
.breadcrumb-content .breadGyas p span {
    color: #99999970;
}
.blog-detail-right, .blog-detail-right p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #666666;
    letter-spacing: -0.1px;
    font-style: normal;
}
.breadcrumb-content .breadGyas p {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0;
    padding-top: 0;
    font-weight: 500;
    color: #191919;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}
@media only screen and (min-width: 768px) {
    .post-sticky-section {
        display: flex;
        justify-content: space-around;
    }
    #sidebar.col-lg-3 {
        margin-top: 0px;
    }
    .post-sticky-section .post-sticky-left {
        top: 0rem;
        position: sticky;
        align-self: start;
    }
}
.post-sticky-section {
    width: 100%;
}

.blogSide {
}
.blog-page {
    margin-top: 80px;
}

/*.blog-page .e-con>.e-con-inner {
    display: block;
}*/

.blogSide .listing-content a {
    color: #333;
    text-decoration: none;
}
.blogSide .e-con-boxed .e-con-inner{
  max-width:1140px;
  margin:0 auto;
  padding:0 24px;
  box-sizing:border-box;
  border-bottom: 1px solid #99999932;
}

.blogSide .elementor-element.e-flex .e-con-inner{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap:24px;
    vertical-align: middle;
    align-items: center;
}
.blogSide .listing-content p {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: #444444;
    font-style: normal;
}
.blogSide .listing-content p date {
    font-weight: 400;
    line-height: 30px;
    color: #999999;
}
.blogSide .listing-content h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -1.6px;
}
.blogSide .listing-images img {
    border-radius: 20px;
}
.blogSide .listing-images a.read-more {
    background: unset;
    color: #007e3c;
    border: 1px solid #007e3c;
    border-radius: 50%;
    width: 60px;
    height: 40px;
    transition: ease-in-out .3s;
    text-align: center;
    line-height: 40px;
}
.about-project-section {
    position: relative;
    scroll-behavior: smooth;
    overflow: unset;
    padding-top: 124px;
    padding-bottom: 90px;
    text-align: justify;
}

.section {
    padding: 80px 0;
}
.breadFirst {
    display: flex;
    margin-bottom: 60px;
}
.breadcrumb-content a {
    color: #333;
}
.breadcrumb-content .breadFirst h1 {
    font-size: 48px;
    line-height: 56px;
    margin-top: 0;
    margin-bottom: 0;
    width: 58%;
    letter-spacing: -2.2px;
}
.navigation.pagination a.prev svg {
    left: -25px;
}
.navigation.pagination a {
    color: #333;
    padding: 5px 10px;
    position: relative;
}
.navigation.pagination svg {
    top: 5px;
    position: absolute;
    margin-left: 5px;
    margin-right: 5px;
}
.navigation.pagination {
    text-align: center;
    padding: 20px;
}
.blogSide .listing-images {
    display: flex;
    gap: 46px;
    align-items: center;
}
.blogSide .listing-content a.read-more {
    border: unset;
    background: unset;
    color: #007e3c;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    font-style: normal;
}
.blogSide .listing-content, .blogSide .listing-images {
    padding: 20px;
}
.blogSide .elementor-element.e-flex .e-con-inner > .e-col{
  flex:0 0 calc(33.333% - 16px);
  max-width:calc(33.333% - 16px);
  min-width:240px;
}
/* 2 columns (don’t grow to 100%) */
.blogSide .elementor-element.e-flex .e-con-inner > .e-col.e-col-2 {
  flex:0 0 calc(50% - 16px);
  max-width:calc(50% - 16px);
}
.blogSide .elementor-element.e-flex .e-con-inner > .e-col-1by2 {
  flex:0 0 calc(25% - 16px);
  width:calc(25% - 16px);
}
.blogSide .elementor-element.e-flex .e-con-inner > .e-col-2by1 {
  flex:0 0 calc(75% - 16px);
  width:calc(75% - 16px);
}

body{
  background-color: #F5F5FF;
}


.my-slider {
  padding: 0 20px;
}
.slick-initialized .slick-slide h4 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.slick-initialized .slick-slide p {
    margin-bottom: 5px;
    color: #007E3C;
    font-size: 13px;
    margin-top: 5px;   
}
.slick-initialized .slick-slide {
    padding: 15px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
      border: 1px solid #ccc;
    border-radius: 15px;
}
.slick-initialized .slick-slide a {
    color: #000;
}
.slick-next, .slick-prev {
    z-index: 5;
    position: absolute;
    top: 35%;
    padding: 20px 20px !important;
    cursor: pointer;
}
.slick-next {
    right: 0px;
    margin-right: 5px;
}
.slick-prev {
    left: 0px;
    margin-left: -10px;
}
.slick-next:before, .slick-prev:before {
    color: #000;
    font-size: 26px;
}

@media (max-width:1280px){
    .singlePosts {
        padding: 15px;
    }
    body .about-project-section {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }
    body .breadFirst {
        display: block;
    }
    .breadcrumb-content .breadFirst h1, .breadcrumb-content .breadFirst .listing-content {
        width: 100%;
    }
}
@media (max-width:1024px){
  .blogSide .elementor-element.e-flex .e-con-inner > .e-col-1by2, .blogSide .elementor-element.e-flex .e-con-inner > .e-col-2by1 {
    flex-basis:100% !important;
    width:100% !important;
  }
  .blogSide .elementor-element.e-flex .e-con-inner > .e-col {
    flex-basis:calc(50% - 16px) !important;
    max-width:calc(50% - 16px) !important;
  }
}
@media (max-width:767px){
  .blogSide .elementor-element.e-flex .e-con-inner > .e-col{
    flex-basis:100% !important;
    max-width:100% !important;
  }
  .breadcrumb-content .breadFirst h1 {
    width: 100%;
  }
  .breadcrumb-content .breadFirst .listing-content {
    width: 100%;
  }
}



#sl-preloader img {
    max-width: 420px;
}
.search-section .e-con-inner {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}
.search-section article {
    border-bottom: 2px dotted #BB8C60;
}
.search-section .e-con-inner h2 a, .search-section .e-con-inner h2 {
    color: #BB8C60;
}
.text-justifi, .text-justifi li, .elementor-icon-list-items li, td {
    text-align: justify !important;
}
#modal-window-1 h3 {
    margin-bottom: 20px;
}
.our-clients .elementskit-commentor-content {
    text-align: justify;
    min-height: 280px;
}
body {
    margin-left: 0px;
    margin-right: 0px;
}
.⁠magazine-photos img, .recognition-slider img {
    max-height: 420px;
    width: auto;
}
.about-gallery.recognition-slider img {
    max-height: 240px;
}
.text-center {
    text-align: center;
}
.productBox:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25882352941176473);
}
.productBox .elementor-widget-heading {
    min-height: 65px;
}
.top-banners-image .e-con-inner {
    display:inline-block;
}
.text-wight {
    color: #fff;
}
.btn {
    cursor: pointer;
}
.get_a_quote a {
    font-size: 12px;
    padding:15px 5px !important;
}
.bottom-logo img, .full-height img {
    height: auto !important;
}
.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}
#carouselFlip img {
    max-width: 420px;
    max-height: 500px;
    border-radius: 20px;
    box-shadow: 2px 4px 4px 2px #7D5026;
}
.gallery-box > .elementor-element {
    min-height: 270px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.fb-inst .fb-close {
    padding: 0px;
    margin-top: 10px;
    margin-right: 10px; 
}
.ekit-template-content-footer .jeg-elementor-kit.jkit-icon-box .jkit-icon-box-wrapper {
    align-items: center !important;
}
.fb-inst .middle-row {
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    display: grid;
}
.fb-dialog {
    border-radius: 20px !important;
}
.fb-inst .wpcf7-form-control, .modal-window__content-main .wpcf7-form-control {
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    max-height: 100px;
}
.fb-inst h3, .modal-window__content-main h3 {
    margin-bottom: 0px;
    margin-top: 10px;
}
.fb-inst p, .modal-window__content-main p {
    margin-top: 0px;
}
.fb-inst h3 {
    font-family: 'Lato', sans-serif !important;
    letter-spacing: normal;
}
.fb-inst .wpcf7-form-control, .fb-inst p {
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: normal;
}
.footer-iso img {
    max-width: 80px !important;
}
body .elementskit-info-image-box:hover .elementskit-info-box-title, .elementskit-info-box-title:hover {
    color: #BB8C60 !important;
}
.blank-btn .elementor-button {
    background-color: transparent;
    border: 1px solid #fff !important;
}
.prooduct-section .elementor-widget-heading h3, .why-page-section h3 {
    font-weight: 600;
    font-size: 22px;
}
.prooduct-section .elementor-widget-text-editor {
    min-height: 175px;
}
.prooduct-section .elementor-widget-heading {}
.prooduct-section .elementor-widget-image {
    max-height: 185px;
    min-height: 175px;
}
.prooduct-section .elementor-widget-image img {
    max-width: 90% !important;
    max-height: 175px;
    width: auto !important;
}
.prooduct-section .elementor-widget-button {
    margin-top: 25px;
}
.gray-bg {
    padding: 20px;
    border-radius: 50%;
    background-color: #844E11;
}
.why-page-section {}
.home-slider .elementor-image-carousel.swiper-wrapper {
    z-index: 0;
}
.full-width-img img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}
.full-width-section .full-width-img, .full-width-section1, .full-width-section1 .elementor-element {
    width: 100%;
}
.elementor-kit-199 h3 {
    margin-bottom: 0px;
}
.home-industries-section .image-box-body .body-description {
    padding: 10px;
    text-align: justify;
}
.contact-form-section .wpcf7-form-control {
    border-radius: 20px !important;
    margin-top: 10px;
    padding-left: 10px !important;
}
.contact-form-section {
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.25);
    background: #fff;
    max-width: 768px;
    margin: auto;
    padding: 20px 30px;
}
.contact-form-section .wpcf7-form-control.btn {
    background-color: #7D5026 !important;
    padding: 15px 40px !important;
}
body .ekit-template-content-header h1, body .ekit-template-content-header h2, body .ekit-template-content-header h3, body .ekit-template-content-header h4, body .ekit-template-content-header h5, body .ekit-template-content-header h6, body h2.elementor-heading-title, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Lato', sans-serif !important;
    letter-spacing: normal;
}

body, body .elementor, .elementor div, .elementor a, .elementor p, .elementor span,  .elementor label {
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: normal;
}
body .elementor h1 a, body .elementor h2 a, body .elementor h3 a, body .elementor h4 a, body .elementor h5 a, body .elementor h6 a {
    font-family: 'Lato', sans-serif !important;
    letter-spacing: normal;
}
.ekit-template-content-footer {
    font-size: 14px;
}
.ourProductionStrength .ekit-image-box img {
    max-height: 75px;
    max-width: 75px !important;
} 
.about-us-title h2 {
    max-width: fit-content;
    float: right;
    background: #fff;
    padding: 10px 20px;
}
.we-serve .elementskit-commentor-content p {
    min-height: 170px;
    text-align: justify;
    padding: 0px 10px;
}
.we-serve .elementskit-client_logo img {
    max-height: 82px;
    max-width: 82px;
}
.we-serve .elementskit-commentor-content {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25882352941176473);
    padding: 20px 0px;
}
.recognition-slider .swiper-slide {
    padding: 20px 5px;
}   
.recognition-slider .swiper-slide .swiper-slide-inner {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25882352941176473);
    border: 1px solid;
}
.we-serve .ekit-wid-con .elementskit-single-testimonial-slider {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.elementor-kit-199 button, input[type="button"], input[type="submit"], .elementor-button {
    box-shadow: none !important;
}
.hide {
    display: none;
}
@media (min-width: 767px) {
    .home-industries-section .elementor-widget-container {
        min-height: 340px;
    }
    .elementor-element.elementor-element-a55e017.elementor-widget.elementor-widget-elementskit-header-search {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    body .modal-window__content {
        width: 90%;
        left: 5%;
    }
    body .elementor-widget-image {
        z-index:0 !important;
    }
    .m-none {
        display: none;
        /*display: block;
        position: absolute;
        width: 150px;
        top: 20px;
        left: 41%;*/
    }
    .m-none .elementor-widget {
        float: left;
        margin: 0px 10px;
        max-width: 15% !important;
    }
    .hfe-nav-menu nav.menu-is-active {
        top: -20px !important;
        height: 100vh !important;
        left: 50% !important;
        box-shadow: 1px 20px 30px;
        width: 221px !important;
        right: 0px;
        overflow: hidden;
        position: fixed !important;
    }
    .hfe-nav-menu nav.menu-is-active ul {
        margin-top: 50px;
        height: 250px !important;
    }
    .hfe-nav-menu li {
        height: 50px;
    }
    .hfe-active-menu.hfe-active-menu-full-width {
        position: absolute;
        z-index: 99999;
        top: -60px;
        right: -25px;
    }
}
@media (max-width: 480px) {
    body #cube-container {
        width: 250px;
        height: 250px;
    }
    body .cube img {
        width: 250px;
        height: 250px;
    }
}