/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 2.3.1
*/
/* Add your own styles at the bottom */

.page {
    overflow-x: hidden;
}
#page-container {
    overflow: hidden;
}
/* -- COLORS -- */

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white a,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
li.white,
a.white,
p.white {
    color: #fff;
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black li,
.black a,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
li.black,
a.black,
p.black {
    color: #000;
}

.primary,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6,
.primary li,
.primary a,
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary,
li.primary,
a.primary,
p.primary {
    color: #32a709;
}

.secondary,
.secondary h1,
.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6,
.secondary li,
.secondary a,
h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
li.secondary,
a.secondary,
p.secondary {
    color: #daf238;
}

.tertiary,
.tertiary h1,
.tertiary h2,
.tertiary h3,
.tertiary h4,
.tertiary h5,
.tertiary h6,
.tertiary li,
.tertiary a,
h1.tertiary,
h2.tertiary,
h3.tertiary,
h4.tertiary,
h5.tertiary,
h6.tertiary,
li.tertiary,
a.tertiary,
p.tertiary {
    color: #e4debe;
}

/* background colors */
.bg-white,
a.bg-white {
    background-color: #fff;
}

.bg-black,
a.bg-black {
    background-color: #000;
}

.bg-primary,
a.bg-primary {
    background-color: #32a709;
}

.bg-secondary,
a.bg-secondary {
    background-color: #daf238;
}

.bg-tertiary,
a.bg-tertiary {
    background-color: #e4debe;
}

/* -- END COLORS -- */

/* -- TYPOGRAPHY -- */

.text-lowercase,
.text-lowercase h1,
.text-lowercase h2,
.text-lowercase h3,
.text-lowercase h4,
.text-lowercase h5,
.text-lowercase h6,
.text-lowercase li,
.text-lowercase a {
    text-transform: lowercase !important;
}

.text-uppercase,
.text-uppercase h1,
.text-uppercase h2,
.text-uppercase h3,
.text-uppercase h4,
.text-uppercase h5,
.text-uppercase h6,
.text-uppercase li,
.text-uppercase a {
    text-transform: uppercase !important;
}

.text-capitalize,
.text-capitalize h1,
.text-capitalize h2,
.text-capitalize h3,
.text-capitalize h4,
.text-capitalize h5,
.text-capitalize h6,
.text-capitalize li,
.text-capitalize a {
    text-transform: capitalize !important;
}

.text-transform-none,
.text-transform-none h1,
.text-transform-none h2,
.text-transform-none h3,
.text-transform-none h4,
.text-transform-none h5,
.text-transform-none h6,
.text-transform-none li,
.text-transform-none a {
    text-transform: none !important;
}

.font-weight-bold,
.font-weight-bold h1,
.font-weight-bold h2,
.font-weight-bold h3,
.font-weight-bold h4,
.font-weight-bold h5,
.font-weight-bold h6,
.font-weight-bold li,
.font-weight-bold a {
    font-weight: 700;
}

.font-weight-normal,
.font-weight-normal h1,
.font-weight-normal h2,
.font-weight-normal h3,
.font-weight-normal h4,
.font-weight-normal h5,
.font-weight-normal h6,
.font-weight-normal li,
.font-weight-normal a {
    font-weight: 400;
}

.font-italic {
    font-style: italic;
}

.text-underline-none,
.text-underline-none a {
    text-decoration: none !important;
}

.text-underline,
.text-underline a {
    text-decoration: underline !important;
}

.text-nowrap,
.text-nowrap a {
    white-space: nowrap !important;
}

.text-wrap-normal,
.text-wrap-normal a {
    white-space: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn_font {
    font-family: Setimo, Arial, sans-serif;
    text-transform: uppercase;
}

p,
#top-menu li a {
    font-family: Setimo, Arial, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 0;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 22px;
}

span.font-allura {
    font-family: Allura, Arial, sans-serif;
    text-transform: none;
}

span.one {
    font-size: 90px;
    margin-right: 30px;
}

span.two {
    font-size: 60px;
}

.btn_custom {
    min-width: 220px;
}

/* -- END TYPOGRAPHY -- */

/* -- TEMPLATE -- */

/* -- END TEMPLATE -- */

/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
    transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: "\4d";
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu
    .menu-item-has-children
    .menu-item-has-children
    > a:first-child::after,
#et-secondary-nav
    .menu-item-has-children
    .menu-item-has-children
    > a:first-child::after {
    content: "5";
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header
    #mobile_menu.et_mobile_menu
    .menu-item-has-children
    > a[href="#0"] {
    pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative;
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.03);
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    top: 4px;
    right: 4px;
    cursor: pointer;
    text-align: center;
}

/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
    background-color: rgba(0, 0, 0, 0.1);
}

/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: "\33";
}

/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
    content: "\32";
}

/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
}

/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.03);
}

/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
    padding-left: 20px;
    padding-right: 20px;
}

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
    padding-left: 40px;
    padding-right: 20px;
}

/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 60px;
    padding-right: 20px;
}

/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header
    #mobile_menu.et_mobile_menu
    .menu-item-has-children
    .sub-menu-toggle
    + a {
    padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
    font-weight: bolder;
}

/* -- END HEADER -- */

/* -- FOOTER -- */

#freshy_copyright span {
    display: inline-block;
    line-height: 1.5em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
    width: 33.33333%;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background: rgba(255, 255, 255, 0.25);
    vertical-align: middle;
    margin: 10px auto 15px;
    display: block;
}

#freshy_copyright a.copyright_fs {
    display: block;
    vertical-align: middle;
    width: 68px;
    height: 20px;
    background-image: url("/wp-content/uploads/Freshy_Logo_Black_RGB.svg");
    background-repeat: no-repeat;
    background-size: 68px 20px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}

/* fix if using Impreza to remove underline */
#freshy_copyright a:hover {
    border: 0 !important;
}

@media (min-width: 600px) {
    /* vertical pipe divider */
    #freshy_copyright span.copyright_via {
        width: 1px;
        height: 20px;
        margin: 0 10px;
        display: inline-block;
    }

    #freshy_copyright a.copyright_fs {
        display: inline-block;
    }
}

@media (max-width: 980px) {
    #footer-bottom .et-social-icons li:first-child {
        margin-left: 0;
    }
}

/* -- END FOOTER -- */

/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
    /* hide on mobile */
    .hide-mobile {
        display: none;
    }
}

/* do for desktop */
@media screen and (min-width: 768px) {
    /* hide on desktop */
    .hide-desktop {
        display: none;
    }
}

/* -- END RESPONSIVE -- */

/* -- CHECKLIST -- */

.checklist ul {
    margin: 0;
    padding: 0 !important;
    list-style: none;
}

.checklist ul li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
    margin-bottom: 30px !important;
}

@media (max-width: 638px) {
    .checklist-columns-2 ul li,
    .checklist-columns-3 ul li,
    .checklist-columns-4 ul li {
        margin-bottom: 20px !important;
    }

    .checklist-columns-2 ul li:last-child,
    .checklist-columns-3 ul li:last-child,
    .checklist-columns-4 ul li:last-child {
        margin-bottom: 0 !important;
    }
}

/* create columns of list items with this class */
@media (min-width: 639px) {
    .checklist-columns-2 ul::after,
    .checklist-columns-3 ul::after,
    .checklist-columns-4 ul::after {
        content: "";
        clear: both;
        display: table;
    }

    .checklist-columns-2 ul li,
    .checklist-columns-3 ul li,
    .checklist-columns-4 ul li {
        float: left;
        width: 50%;
        padding-right: 30px;
    }

    .checklist-columns-2 ul li:nth-child(odd),
    .checklist-columns-3 ul li:nth-child(odd),
    .checklist-columns-4 ul li:nth-child(odd) {
        clear: both;
    }

    .checklist-columns-2-alt > ul,
    .checklist-columns-3-alt > ul,
    .checklist-columns-4-alt > ul {
        column-count: 2;
        column-gap: 20px;
    }

    .checklist-columns-2-alt ul li,
    .checklist-columns-3-alt ul li,
    .checklist-columns-4-alt ul li {
        break-inside: avoid-column;
    }
}

@media (min-width: 981px) {
    .checklist-columns-3 ul li,
    .checklist-columns-4 ul li {
        float: left;
        width: 33.333333%;
    }

    .checklist-columns-3 ul li:nth-child(odd),
    .checklist-columns-4 ul li:nth-child(odd) {
        clear: none;
    }

    .checklist-columns-3 ul li:nth-child(3n + 1),
    .checklist-columns-4 ul li:nth-child(3n + 1) {
        clear: both;
    }

    .checklist-columns-3-alt ul,
    .checklist-columns-4-alt ul {
        column-count: 3;
    }
}

@media (min-width: 1199px) {
    .checklist-columns-4 ul li {
        float: left;
        width: 25%;
    }

    .checklist-columns-4 ul li:nth-child(odd) {
        clear: none;
    }

    .checklist-columns-4 ul li:nth-child(3n + 1) {
        clear: none;
    }

    .checklist-columns-4 ul li:nth-child(4n + 1) {
        clear: both;
    }

    .checklist-columns-4-alt ul {
        column-count: 4;
    }
}

.checklist ul li::before {
    font-family: "ETModules";
    content: "\4e";
    width: 20px;
    margin: 0;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #32a709;
    /* set font size helps make icon sharper */
    font-size: 22px;
    font-weight: normal;
}

.pluslist ul li::before {
    content: "\e050";
}

.externallist ul li::before {
    content: "\e906";
}

/* -- END CHECKLIST -- */

/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
    background-position: center center;
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}

p:last-child,
p:not(.has-background):last-child {
    padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
    padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */

/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
    width: 80%;
    margin: 10% auto;
    max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
    border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
    display: none;
}

/* -- END PASSWORD PROTECTED -- */

/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
    transform: scale(-1, -1);
}

/* -- END TESTIMONIALS PLUGIN -- */

/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 1.2rem;
    line-height: 1.5em;
    padding: 2rem;
    background: rgba(90, 90, 90, 0.1);
    text-align: center;
}

/* -- END GRAVITY FORMS -- */

/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
    padding: 0;
}

.fullwidth-section.et_pb_section > .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
    padding: 0;
}

.fullwidth-row.et_pb_section .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
    padding: 50px 10%;
}

@media (min-width: 767px) {
    .fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
        padding: 80px 6%;
    }
}

/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section
    .et_pb_row.et_pb_gutters1
    > .et_pb_column
    .et_pb_module:not(:last-child) {
    margin-bottom: 30px;
}

@media (min-width: 981px) {
    .fullwidth-row.et_pb_section
        .et_pb_row.et_pb_gutters1
        > .et_pb_column_2_3
        .et_pb_module:not(:last-child) {
        margin-bottom: 4.242%;
    }

    .fullwidth-row.et_pb_section
        .et_pb_row.et_pb_gutters1
        > .et_pb_column_1_3
        .et_pb_module:not(:last-child) {
        margin-bottom: 9.27%;
    }
}

/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section
    .et_pb_row.et_pb_gutters1
    > .et_pb_column
    .et_pb_module.et_pb_toggle:not(:last-child) {
    margin-bottom: 3px;
}

@media (max-width: 980px) {
    /* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
    .stacked-flex {
        display: flex;
        flex-wrap: wrap;
    }

    /* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
    .stacked-order-negative-4 {
        order: -4;
    }

    .stacked-order-negative-3 {
        order: -3;
    }

    .stacked-order-negative-2 {
        order: -2;
    }

    .stacked-order-negative-1 {
        order: -1;
    }

    .stacked-order-1 {
        order: 1;
    }

    .stacked-order-2 {
        order: 2;
    }

    .stacked-order-3 {
        order: 3;
    }

    .stacked-order-4 {
        order: 4;
    }

    /* adds margin to former "last" column that otherwise wouldn't have it */
    .stacked-flex:last-child .et_pb_column:last-child {
        margin-bottom: 30px;
    }
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li {
    margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
    display: table;
    font-size: 0.85em;
}

/* -- END BLOG -- */

/*CUSTOM TESTIMONIALS SLIDER*/
.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slide {
    float: left;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: tranparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #e5cd8b;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: etmodules;
    font-size: 40px;
    line-height: 1;
    opacity: 0.75;
    color: #053962;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -13px;
}

.slick-prev:before {
    content: "\34";
}

.slick-next {
    right: 13px;
}

.slick-next:before {
    content: "\35";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -75px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: #e5cd8b;
    border: 1px solid #053962;
    outline: none;
    background: transparent;
    border-radius: 50px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    background: #e5cd8b;
    opacity: 1;
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: "";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background: #e5cd8b;
}

/*BLOG GRID*/

h4.entry-title {
    background: #c9d9e5;
    padding: 35px 45px !important;
}

.et_pb_blog_grid .et_pb_post {
    padding: 0;
}

.post-content {
    padding: 0px 45px 35px 45px !important;
}

a.more-link {
    margin-top: 15px;
    display: block;
}

p.post-meta {
    margin-top: 25px;
}

p.post-meta::before {
    content: url("/separetor-blu.png");
    position: relative;
    z-index: 9;
    left: 0px;
    top: 10px;
}

/*IMAGE SQUARE*/

.img_custom img {
    object-fit: cover;
}

/************************************************** update with azim  ************************************/

/*********************************************************  Global area  ***************************************/
/* freashy header  */

header .container,
#main-footer .container {
    width: 90% !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.et_pb_button {
    /*     line-height: 1 !important; */
    font-weight: 400;
}

.align_tems_cmn {
    align-items: center;
}

.clomn_items_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* end fresy header footer  */
@media all and (min-width: 981px) {
    .margin_right_30_row_cmn .et_pb_column {
        width: calc(33.33% - 30px + 10px) !important;
        margin-right: 30px !important;
    }

    .margin_right_30_row_cmn .et_pb_column:last-child {
        margin-right: 0 !important;
    }

    .for_practice_page_2box_row .et_pb_column {
        width: calc(50% - 30px + 15px) !important;
    }

    .for_prace_page_4box_row .et_pb_column {
        width: calc(25% - 16px + 4px) !important;
    }
}

@media all and (max-width: 980px) {
    body div#et-boc .margin_right_30_row_cmn .et_pb_column {
        margin-bottom: 30px !important;
    }

    body div#et-boc .margin_right_30_row_cmn .et_pb_column:last-child {
        margin-bottom: 0 !important;
    }
}

/* end gatter 1 custom margin */

@media (max-width: 980px) {
    .column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .column-reverse .et_pb_column:first-child {
        margin-bottom: 0;
    }

    .column-reverse .et_pb_column:last-child {
        margin-bottom: 30px !important;
    }
}

/*  divi icon  text icon */
.et_pb_text_inner ul:not(.gform_fields) li,
.et_pb_blurb_description ul li {
    padding-left: 10px;
    margin-bottom: 10px;
}

.et_pb_text_inner ul:not(.gform_fields) li::marker,
.et_pb_blurb_description ul li::marker {
    content: "\3d";
    font-family: ETmodules;
    color: #e5cd8b;
    margin-right: 10px;
}

/* end divi text icon  */
/* -- Scroll to Top Style -- */
.et_pb_scroll_top.et-pb-icon {
    background: #000;
    border-radius: 0;
    padding: 25px 0;
}

/* end scrool top */
@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .cmn_section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .cmn_section_top {
        padding-top: 80px !important;
    }

    .cmn_section_btm {
        padding-bottom: 80px !important;
    }

    div#page-container .cmn_margin_j {
        margin-bottom: 80px !important;
        margin-top: 80px !important;
    }

    div#page-container .cmn_margin_top_cmn {
        margin-top: 80px !important;
    }

    div#page-container .cmn_margin_btm_cmn {
        margin-bottom: 80px !important;
    }
}

/* end cmn global  */
/************************************************** end global area  ************************************/
/*********************************************************  Header area ***************************************/
@media only screen and (min-width: 981px) and (max-width: 1279px) {
    #top-menu li {
        padding-right: 9px;
    }

    /* 	up  */
    img#logo {
        max-width: 220px;
    }

    div#et-top-navigation {
        padding-left: 230px !important;
    }

    /* end up  */
}
@media only screen and (min-width: 1280px) and (max-width: 1650px) {
    #top-menu li {
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1651px) {
    #top-menu li {
        padding-right: 28px;
    }
}

@media all and (min-width: 981px) {
    #main-header {
        background-color: inherit !important;
        background: rgb(0, 0, 0);
        /* 	background:linear-gradient(180deg, rgb(0 0 0 / 65%) 68%, rgb(255 255 255 / 2%) 100%); */
        background: linear-gradient(
            180deg,
            rgba(6, 6, 6, 1) 0%,
            rgba(0, 0, 0, 0.3841911764705882) 53%,
            rgba(0, 0, 0, 0) 100%
        );
        /*     background: linear-gradient(180deg, rgb(0 0 0 / 70%) 95%, rgb(255 255 255 / 0%) 100%); */
    }

    header#main-header.et-fixed-header {
        background: linear-gradient(
            180deg,
            rgba(6, 6, 6, 0.896796218487395) 0%,
            rgba(0, 0, 0, 0.6530987394957983) 53%,
            rgba(0, 0, 0, 0.4962359943977591) 100%
        );
    }

    /* up  */
    ul#top-menu li a {
        letter-spacing: 0.72px !important;
    }
}

/********************************************************* End Header area   ***************************************/
/********************************************************* Footer area  ***************************************/
/* update  */
.footer_menu_cmn ul li {
    margin-top: 0 !important;
    width: 100%;
    display: block !important;
}

.footer_menu_cmn ul li a {
    padding-bottom: 0 !important;
}

/* update  */
@media all and (max-width: 980px) {
    .footer_menu_cmn .et_mobile_nav_menu {
        display: none;
    }

    .footer_menu_cmn .et_pb_menu__menu {
        display: block;
    }

    .footer_menu_cmn .et_pb_menu__wrap {
        justify-content: flex-start;
    }
}

/* end update  */
@media all and (min-width: 768px) {
    .image_left_footer {
        margin-right: -25px !important;
    }
}

@media all and (max-width: 767px) {
    div#page-container .image_right_footer {
        width: 50%;
        display: inline-block;
        margin-top: 0 !important;
        padding-left: 2%;
    }

    div#page-container .image_left_footer {
        width: 48%;
        display: inline-block;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* end update  */
/********************************************************* End footer area   ***************************************/
/********************************************************* Home page area  ***************************************/
@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .women_owned_secion {
        padding-top: 350px !important;
        padding-bottom: 100px !important;
    }

    div#page-container .testi_row_c .et_pb_testimonial {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .meet_the_markery_section {
        background-size: cover !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .women_owned_secion {
        padding-top: 300px !important;
        padding-bottom: 100px !important;
    }
}

@media all and (max-width: 767px) {
    .women_owned_secion {
        padding-top: 300px !important;
        padding-bottom: 50px !important;
    }

    .women_owned_secion .et_pb_row {
        width: 90% !important;
    }

    .women_owned_secion .et_pb_image {
        width: auto;
        max-width: 338px;
    }
}

/* up testi section  */
div#page-container .testi_row_c {
    max-width: 1066px !important;
    width: 90% !important;
}

@media only screen and (min-width: 981px) and (max-width: 1279px) {
    .women_owned_secion .et_pb_image {
        width: auto;
        max-width: 338px;
    }

    /* 	.spe_row_for_box {
		max-width: 60% !important;
	} */
}

/* end testi section  */
/********************************************************* End home page area ***************************************/
/*********************************************************  culture area  ***************************************/
/* inner banner  */
span.sp_title_font {
    font-family: Allura, Arial, sans-serif;
    text-transform: none;
}

.inner_banner_title span.sp_title_font {
    font-size: 90px;
    letter-spacing: 0;
}

@media all and (min-width: 981px) {
    .inner_banner_title span.sp_title_font {
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .inner_banner_title span.sp_title_font {
        font-size: 60px;
    }
}

@media all and (max-width: 767px) {
    .inner_banner_title span.sp_title_font {
        font-size: 50px;
    }
}

/* up  */
span.sp_title_font {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-position: from-font;
}

/* up  */
.cmn_leter_sp {
    letter-spacing: 0.36px;
}

/* end inner banner  */
/* section title  */

.section_title_cmn_h2_32 span.sp_title_font {
    font-size: 60px;
    text-decoration-thickness: 2px;
}

.section_title_cmn_h2_32 h2 {
    padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .section_title_cmn_h2_32 span.sp_title_font {
        font-size: 50px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1040px) {
    .section_title_cmn_h2_32 span.sp_title_font {
        font-size: 50px;
    }
}

@media all and (max-width: 767px) {
    .section_title_cmn_h2_32 span.sp_title_font {
        font-size: 40px;
    }
}

/* end section titl e */
/* global cta  */
.section_title_cmn_h2_46 span.sp_title_font {
    font-size: 90px;
    letter-spacing: 0;
}

@media all and (min-width: 981px) {
    .section_title_cmn_h2_46 span.sp_title_font {
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .section_title_cmn_h2_46 span.sp_title_font {
        font-size: 60px;
    }
}

@media all and (max-width: 767px) {
    .section_title_cmn_h2_46 span.sp_title_font {
        font-size: 50px;
    }
}

.section_title_cmn_h2_46 h2 {
    padding-bottom: 20px;
}

@media all and (max-width: 767px) {
    .section_title_cmn_h2_46 h2 {
        padding-bottom: 12px;
    }
}

/* respsonsive  */
@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .section_title_cmn_h2_46 h2 {
        font-size: 35px !important;
        letter-spacing: 3.5px !important;
    }

    .section_title_cmn_h2_46 h2 span.sp_title_font {
        font-size: 75px;
        margin-left: 0;
    }

    .section_title_cmn_h2_46 {
        font-size: 25px !important;
    }
}

/* end responsive  */
/* overlay  */
.cta_section {
    position: relative;
    overflow: hidden;
}

.cta_section:before {
    content: "";
    width: 1014px;
    height: 1014px;
    background-image: url("/wp-content/uploads/cta-shape-round-right.png");
    position: absolute;
    right: -700px;
    /* top: -471px; */
    background-size: contain;
    bottom: 61px;
}

.cta_section:after {
    content: "";
    width: 1014px;
    height: 1014px;
    background-image: url("/wp-content/uploads/cta-shape-round-left.png");
    position: absolute;
    left: -200px;

    background-size: contain;

    top: calc(100% - 170px);
}

@media all and (max-width: 1279px) {
    .cta_section:after,
    .cta_section:before {
        display: none;
    }
}

/* end shpae  */
/* end global cta  */
/* content shpae  */
.our_culture_contetn_section:before {
    content: "";
    width: 739px;
    height: 787px;
    background-image: url("/wp-content/uploads/shape-right-round.png");
    position: absolute;
    right: -355px;
    /* top: -471px; */
    background-size: contain;
    top: -200px;
}

.our_culture_contetn_section:after {
    content: "";
    width: 780px;
    height: 744px;
    background-image: url("/wp-content/uploads/shape-left-round-.png");
    position: absolute;
    left: -320px;
    background-size: contain;
    bottom: 142px;
}

.our_culture_contetn_section {
    overflow: hidden;
}

/* round responsive  */
@media only screen and (min-width: 1280px) and (max-width: 1650px) {
    .our_culture_contetn_section:before {
        right: -570px;
    }

    .our_culture_contetn_section:after {
        left: -500px;
        bottom: -21px;
    }

    .cta_section:before {
        right: -750px;
    }

    .cta_section:after {
        top: calc(100% - 100px);
    }
}

@media all and (max-width: 1279px) {
    .our_culture_contetn_section:before,
    .our_culture_contetn_section:after {
        display: none;
    }
}

/* end content round shape  */
/********************************************************* End culture area  ***************************************/
/********************************************************* update home page  area  ***************************************/
/* tab  area  */
@media only screen and (min-width: 768px) and (max-width: 980px) {
    .home_banner_title span.font-allura.one {
        font-size: 75px;
    }
}

@media all and (max-width: 767px) {
    .home_banner_title span.font-allura.one {
        font-size: 50px;
        margin-right: 15px;
    }
}

/* end tab area  */
/* 981 to 1279 */
@media only screen and (min-width: 981px) and (max-width: 1279px) {
    .experience_single_title h3 {
        font-size: 18px;
    }

    div#page-container .experience_single_content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 30px !important;
    }
}

/* end 981 to 1279 */
@media all and (min-width: 1550px) {
    .meet_the_markery_section {
        background-size: 75% auto !important;
    }
}

.right_cmn_text span.sp_title_font {
    margin-right: 10px;
}

/* testimonial  update about letter spacing  */
.testi_row_c .et_pb_testimonial_content,
.testi_row_c .et_pb_testimonial_content p {
    color: #000 !important;
    letter-spacing: 0.72px;
    font-style: italic;
}

.testi_row_c span.et_pb_testimonial_author {
    letter-spacing: 3.6px;
    font-size: 18px;
    font-weight: 400;
}

div#page-container
    .testi_row_c
    p.et_pb_testimonial_meta
    span.et_pb_testimonial_position {
    letter-spacing: 0.6px;
    font-size: 15px !important;
    color: #000000 !important;
}

@media all and (max-width: 980px) {
    .testi_row_c .et_pb_testimonial_content,
    .testi_row_c .et_pb_testimonial_content p {
        letter-spacing: 0.5px;
    }

    .testi_row_c span.et_pb_testimonial_author {
        letter-spacing: 1px;
    }

    .testi_row_c p.et_pb_testimonial_meta span.et_pb_testimonial_position {
        letter-spacing: 0.3px;
    }
}

/* end testimonial  */
/* blog  */
.blog_custom a.more-link {
    display: inline-block;
    position: relative;
    padding-right: 23px;
}

.blog_custom a.more-link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    background: url(/wp-content/uploads/Icon-chevrons-right.png);
    width: 18px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

/* up  */
.blog_custom h4.entry-title:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 100px;
    height: 10px;
    background: #053962;
}

.blog_custom h4.entry-title {
    position: relative;
}

/* end blog  */
/* update  */
.cmn_leter_sp_72 {
    letter-spacing: 0.72px;
}

@media all and (max-width: 980px) {
    .cmn_leter_sp_72 {
        letter-spacing: 0.36px;
    }
}

/*********************************************************end update  homearea  ***************************************/

/******************************************************** practice  area  ***************************************/

.practice_shape_area:before {
    content: "";
    width: 781px;
    height: 745px;
    background-image: url("/wp-content/uploads/practice-shpae-right.png");
    position: absolute;
    right: -335px;
    /* top: -471px; */
    background-size: contain;
    bottom: -174px;
}

.practice_shape_area:after {
    content: "";
    width: 1411px;
    height: 1408px;
    background-image: url("/wp-content/uploads/practice-shape-left.png");
    position: absolute;
    left: -870px;
    background-size: contain;
    top: -513px;
}

/* update  */
@media only screen and (min-width: 1280px) and (max-width: 1650px) {
    .practice_shape_area:after {
        left: -1000px;
        top: -650px;
    }
}

@media all and (max-width: 1279px) {
    .practice_shape_area:before,
    .practice_shape_area:after {
        display: none;
    }
}

.practice_shape_area:before,
.practice_shape_area:after {
    z-index: -1;
}

/*********************************************************end practice  area  ***************************************/

/* Trademark And Brand Counseling shape */
.brand_section:before {
    content: "";
    width: 1140px;
    height: 1122px;
    background-image: url("/wp-content/uploads/Trademark-And-Brand-Counseling-shape-right.png");
    position: absolute;
    right: -761px;

    background-size: contain;
    bottom: -50px;
}

.brand_section:after {
    content: "";
    width: 1411px;
    height: 1408px;
    background-image: url("/wp-content/uploads/Trademark-And-Brand-Counseling-shape-left.png");
    position: absolute;
    left: -540px;
    background-size: contain;
    top: -955px;
}

.brand_section {
    overflow: hidden;
}

/* round responsive  */
@media only screen and (min-width: 1280px) and (max-width: 1650px) {
    .brand_section:before {
        right: -761px;
        bottom: -331px;
    }

    .brand_section:after {
        left: -850px;
    }
}

@media all and (max-width: 1279px) {
    .brand_section:before,
    .brand_section:after {
        display: none;
    }
}

/* end OUR Diversity shape  */
.Our_Diversity_section {
    position: relative;
}

/* Trademark And Brand Counseling shape */

.Our_Diversity_section:before {
    content: "";
    width: 952px;
    height: 933px;
    background-image: url("/wp-content/uploads/Our-Diversity-shape-right.png");
    position: absolute;
    right: -606px;

    background-size: contain;
    top: -119px;
}

.Our_Diversity_section:after {
    content: "";
    width: 1411px;
    height: 1408px;
    background-image: url("/wp-content/uploads/Our-Diversity-shape-left.png");
    position: absolute;
    left: -1086px;
    background-size: contain;
    top: -80px;
}

.Our_Diversity_section {
    overflow: hidden;
}

/* round responsive  */
@media only screen and (min-width: 1280px) and (max-width: 1650px) {
    .Our_Diversity_section:before {
        right: -761px;
        top: 300px;
    }

    .Our_Diversity_section:after {
        left: -1086px;
        top: -350px;
    }
}

@media all and (max-width: 1279px) {
    .Our_Diversity_section:before,
    .Our_Diversity_section:after {
        display: none;
    }
}

/* end OUR Diversity shape  */
/* privacy  */
.privacy_section {
    position: relative;
}

.privacy_section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #053962;
    width: 100%;
    height: 80%;
}

/* end privacy  */
/* team  */
.single_team .et_pb_team_member_image {
    max-width: 100% !important;
    text-align: center;
}

.single_team {
    text-align: center;
}

h3.et_pb_module_header {
    padding-bottom: 10px;
}

.single_team .et_pb_team_member_image {
    margin-bottom: 20px;
}

/* team  */
/* up  */
.contact_form_work {
    position: relative;
}

.contact_form_work:before {
    content: "";
    background: #c9d9e5;
    width: 76%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .contact_form_work:before {
        width: 85%;
    }
}

@media all and (max-width: 980px) {
    .contact_form_work:before {
        width: 100%;
    }
}

/* update  */
div#page-container .contact_form_work_d input {
    margin-top: 0 !important;
}

div#page-container .contact_form_work_d .ginput_container_date input {
    width: 100% !important;
    text-align: left !important;
}

div#page-container .contact_form_work_d textarea {
    margin-top: 0 !important;
}

/* up  */
div#page-container .contact_form_work_d input.gform_button.button {
    padding-top: 16px !important;
    padding-right: 36.5px !important;
    padding-bottom: 16px !important;
    padding-left: 36.5px !important;
    background: #e5cd8b !important;
    border: 0px;
    line-height: 1;
    font-size: 16px !important;
    width: 220px;
    letter-spacing: 0.64px;
    color: #053962 !important;
}

div#page-container .contact_form_work_d input.gform_button.button:hover {
    background: #053962 !important;
    color: #fff !important;
}

div#page-container .contact_form_work_d .gform_footer.top_label {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 8px !important;
}

/* end contact work with us  */
/* finishing final  */
@media only screen and (min-width: 981px) and (max-width: 1279px) {
    .inner_banner_title h1 {
        line-height: 1.4em !important;
    }

    .section_title_cmn_h2_32 h2 {
        font-size: 24px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .blog_custom h4.entry-title a {
        font-size: 18px !important;
        letter-spacing: 1px;
    }

    .blog_custom h4.entry-title {
        padding: 25px !important;
    }

    /* 	u  */
    .blog_custom .post-content {
        padding: 25px !important;
    }
}

/* up  */
.contact_form_work {
    position: relative;
}

.contact_form_work:after {
    content: "";
    width: 1054px;
    height: 1090px;
    background-image: url("/wp-content/uploads/work-with-us-shape.png");
    position: absolute;
    right: -588px;
    background-size: contain;
    top: -602px;
}

body #page-container .gform_wrapper .gfield_required {
    color: #000 !important;
}

@media only screen and (min-width: 1280px) and (max-width: 1650px) {
    .contact_form_work:after {
        right: -761px;

        top: -500px;
    }
}

/* end work with us shape  */
/* news shape */
.blog_section_n:before {
    content: "";
    width: 1017px;
    height: 1017px;
    background-image: url("/wp-content/uploads/news-shape-right.png");
    position: absolute;
    right: -422px;

    background-size: contain;
    bottom: -407px;
}

.blog_section_n:after {
    content: "";
    width: 1122px;
    height: 1119px;
    background-image: url("/wp-content/uploads/news-shape-left.png");
    position: absolute;
    left: -577px;
    background-size: contain;
    top: -330px;
}

.blog_section_n {
    overflow: hidden;
}

/* round responsive  */
@media only screen and (min-width: 1280px) and (max-width: 1650px) {
    .blog_section_n:before {
        right: -761px;
        bottom: -331px;
    }

    .blog_section_n:after {
        left: -850px;
    }
}

@media only screen and (max-width: 1279px) {
    .blog_section_n:before,
    .blog_section_n:after {
        display: none;
    }
}

/* end news  shape  */
.cmn_checkbox li:before {
    content: "\3d";
    font-family: ETmodules;
    color: #e5cd8b;
    margin-right: 10px;
}

.cmn_checkbox li {
    position: relative;
    padding-left: 20px !important;
    line-height: 1.5em;
}

.cmn_checkbox ul,
.cmn_checkbox ul li {
    list-style: none;
}

.cmn_checkbox ul li::marker {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.cmn_checkbox ul li::marker {
    content: "" !important;
}

.cmn_checkbox ul {
    padding-left: 00px;
}

/* end finisihing finla  */
/* up */
div#page-container .contact_form_work_d input,
div#page-container .contact_form_work_d textarea {
    color: #000;
    background: #ffffff;
    letter-spacing: 0.6px;
}
div#page-container .contact_form_work_d input::placeholder {
    /* Chrome/Opera/Safari */
    color: #000 !important;
    opacity: 1 !important;
}
div#page-container .contact_form_work_d input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000 !important;

    opacity: 1 !important;
}

div#page-container .contact_form_work_d input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
    opacity: 1 !important;
}

div#page-container .contact_form_work_d input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000 !important;
    opacity: 1 !important;
}

div#page-container .contact_form_work_d input:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
    opacity: 1 !important;
}

/* text area  */
div#page-container .contact_form_work_d textarea::placeholder {
    /* Chrome/Opera/Safari */
    color: #000 !important;
    opacity: 1 !important;
}
div#page-container .contact_form_work_d textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000 !important;
    opacity: 1 !important;
}

div#page-container .contact_form_work_d textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
    opacity: 1 !important;
}

div#page-container .contact_form_work_d textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000 !important;
    opacity: 1 !important;
}

div#page-container .contact_form_work_d textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
    opacity: 1 !important;
}
/* end text area  */
.contact_form_work_d .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 8px;
    grid-column-gap: 8px;
}

/* up  */
div#page-container .blog_custom a.more-link:hover {
    color: #053962 !important;
}

div#page-container .blog_custom a.more-link {
    transition: 0.3s ease-in;
}

.blog_custom a.more-link:hover:after {
    right: -5px;
}

.blog_custom a.more-link:after {
    transition: 0.3s ease-in;
}

/* u p */
.busttom_row .et_pb_button_module_wrapper {
    position: relative;
    z-index: 5;
}

/* up  */
.Custom_title_blog h1 {
    text-transform: inherit;
    padding-bottom: 10px;
}

/* home  */
@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .home_banner_title h1 {
        font-size: 35px !important;
        line-height: 1.3em !important;
        letter-spacing: 4.5px !important;
    }

    .home_banner_title span.font-allura.one {
        font-size: 70px;
    }
}

.home_banner_title span.font-allura.one {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-position: from-font;
}

.home_banner_title h1 {
    padding-bottom: 10px;
}

@media all and (max-width: 980px) {
    div#page-container .testi_row_c {
        overflow: hidden;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1280px) {
    div#page-container .image_left_footer {
        margin-top: 85px !important;
    }
}

span.sp_img_l p {
    padding-bottom: 0;
}

span.sp_img_l {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.sp_img_l img {
    margin-left: 10px;
}

@media only screen and (min-width: 981px) and (max-width: 1279px) {
    #top-menu li a {
        font-size: 15px !important;
    }
}

.section_title_cmn_h2_46_spc h2 {
    padding-bottom: 25px;
}
/* finishg  */

.img_custom span.et_pb_image_wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
    top: 0;
    left: 0;
    position: absolute;
}

/* up  */
@media all and (min-width: 981px) {
    .spe_row_for_box .et_pb_column:last-child {
        display: none;
    }

    .spe_row_for_box {
        display: flex;
        justify-content: center;
    }

    .spe_row_for_box .et_pb_column:nth-child(2) {
        margin-right: 0 !important;
    }
}
/* testi  */
div#page-container .testi_row_c .et_pb_testimonial {
    margin-top: 10px !important;
}
/* up  */
/* for testi dots  */
.slick-dots li button {
    border: 2px solid #053962 !important;
    transition: 0.3s ease-in;
    background: transparent;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: #e5cd8b;
    border: 2px solid #e5cd8b !important;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    margin-right: 10px;
}

/* hover  */

.slick-dots li button:before {
    display: none !important;
}
/* end for testi dots  */
.blog_custom article {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 16%) !important;
}
/* up  */

.custom_socal a.icon {
    width: auto !important;
    height: auto !important;
}

.custom_socal li a::before {
    width: auto !important;
    height: auto !important;
}
.custom_socal li {
    margin-right: 15px;
}
/* u   */
/* work with us team   shpae  */

.joun_our_team_section:after {
    content: "";
    width: 817px;
    height: 873px;
    background-image: url("/wp-content/uploads/work-with-us-left-shape-.png");
    position: absolute;
    left: -530px;
    background-size: contain;
    top: -100px;
}

/* round responsive  */
@media only screen and (min-width: 1280px) and (max-width: 1650px) {
    .joun_our_team_section:after {
        left: -650px;
        top: -340px;
    }
}

@media all and (max-width: 1279px) {
    .joun_our_team_section:after {
        display: none;
    }
}

span.sp_text_spaceing {
    display: inline-block;
    padding-left: 20px;
}
/* end work with us team shape  */
@media all and (max-width: 980px) {
    ul#mobile_menu {
        border-color: #fff;
    }
    span.mobile_menu_bar:before {
        color: #fff;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1279px) {
    .row_for_markey .et_pb_image {
        width: 350px;
        left: -44px;
    }
    div#page-container .qute_right {
        left: auto;
        right: -141px !important;
        top: 622px !important;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1650px) {
    div#page-container .qute_right {
        left: auto;
        right: -91px !important;
        top: 532px !important;
    }
}
/* upd  */
@media all and (max-width: 980px) {
    div#page-container .testi_row_c .et_pb_testimonial {
        /*     width: 250px !important; */
    }
}

@media all and (max-width: 450px) {
    div#page-container .testi_row_c .et_pb_testimonial {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .qute_left {
        max-width: 65px;
        top: 315px !important;
        left: 8px !important;
    }

    .qute_right {
        max-width: 65px;
        left: inherit !important;
        right: 0 !important;
        top: 871px !important;
    }

    span.sp_img_l {
        display: block;
    }
    .slick-prev {
        display: none !important;
    }

    .slick-next {
        display: none !important;
    }
}
@media only screen and (min-width: 451px) and (max-width: 980px) {
    .qute_left {
        max-width: 65px;
        top: 265px !important;
        left: 8px !important;
    }

    .qute_right {
        max-width: 65px;
        left: inherit !important;
        right: 0 !important;
        top: 721px !important;
    }
}
@media all and (max-width: 980px) {
    .footer_row_top .et_pb_column:nth-child(3) .footer_menu_cmn_primary_menu {
        margin-bottom: 0 !important;
    }
    /* up  */
    .section_title_cmn_h2_46 h2 {
        line-height: 2.3em !important;
        padding-bottom: 15px !important;
    }
    /* 	up */
}
@media all and (max-width: 1279px) {
    .contact_form_work:after {
        display: none;
    }
}
/* popup maker are  */
/* team popup  */

.pum-theme-default-theme .pum-container {
    background: #fff !important;
}

.popup_row {
    width: 100% !important;
}

.popup_section {
    padding: 10px !important;
}

button.pum-close.popmake-close {
    background: #053962 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    transition: 0.3s ease-in;
}

button.pum-close.popmake-close:hover {
    background: #000 !important;
    color: #fff !important;
}

.pum-theme-default-theme {
    background: rgb(0 0 0 / 70%) !important;
}

/* popup content  */

.popup_content h4 {
    font-size: 30px;
}

@media all and (max-width: 980px) {
    .popup_content h4 {
        font-size: 24px;
    }
}

@media all and (max-width: 767px) {
    .popup_content h4 {
        font-size: 20px;
    }
}

.popup_content {
    color: #000;
}

.popup_content a {
    color: #f43200;
}

.popup_row {
    padding: 0 !important;
}

.popup_section .popup_content {
    margin-bottom: 0 !important;
}

@media all and (min-width: 981px) {
    .popup_content {
        font-size: 16px !important;
    }
}
@media all and (max-width: 980px) {
    .popup_content {
        font-size: 15px !important;
    }
}
/* end poup content  */

/* end poup maker area  */
/* team style hover  */
.single_team .et_pb_team_member_image:after {
    content: "";
    width: 0%;
    height: 0%;
    background: rgb(0 0 0 /60%);
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 0;
    transition: 0.3s ease-in;
    bottom: 0;
    right: 0;
    margin: auto;
}
.single_team .et_pb_team_member_imag {
    position: relative;
}

.single_team:hover .et_pb_team_member_image:after {
    width: 100%;
    height: 100%;
}

.single_team .et_pb_team_member_image {
    position: relative;
    max-width: 100% !important;
    margin: auto;
    margin-bottom: 20px;
}

.single_team .et_pb_team_member_image img {
    width: 100% !important;
}
/* end team style hove  */
.popup_team_content p {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.36px;
}

.popup_team_content ul li {
    margin-bottom: 4px;
}

@media all and (max-width: 980px) {
    .popup_team_content p {
        font-size: 15px;
    }
}
/* up  */
div#page-container .blog_custom h4.entry-title {
    font-size: 18px !important;
    letter-spacing: 0.5px !important;
}
/* up  */
/* div#page-container a.nextpostslink {
    padding-top: 16px !important;
    padding-right: 36.5px !important;
    padding-bottom: 16px !important;
    padding-left: 36.5px !important;
    background: #e5cd8b !important;
    border: 0px;
    line-height: 1;
    font-size: 16px !important;
    width: 220px;
    letter-spacing: 0.64px;
    color: #053962 !important;
 display:inline-block;
	text-transform:uppercase;
border-radius: 50px;transition: 0.3s ease-in;}

div#page-container a.nextpostslink:hover {background: #053962 !important;color:#fff !important}

.wp-pagenavi {border-top: 0px;} */
/* up  */
.wp-pagenavi a {
    font-size: 16px !important;
    transition: 0.3s ease-in;
    border: 1px solid #053962 !important;
    padding: 4px;
    width: 20px;
    height: 20px;
    color: #000 !important;
}

.wp-pagenavi a:hover {
    border: 1px solid #053962 !important;
    background: #053962 !important;
    color: #fff !important;
}
.wp-pagenavi a.nextpostslink {
    border: 0px !important;
    font-size: 20px !important;
    background: transparent !important;
    color: #000 !important;
}

.wp-pagenavi a.previouspostslink {
    border: 0px !important;
    font-size: 20px !important;
    background: transparent !important;
    color: #000 !important;
}
.wp-pagenavi span.current {
    color: #fff !important;
    background: #053962;
    padding: 4px;
    border: 1px solid #053962 !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 16px !important;
}

.wp-pagenavi {
    border-top: 0px;
    margin-bottom: 0px !important;
    padding-top: 0px;
}
/* update with 8-6-22 */
.cmn_checkbox_ul_p ul {
    padding-bottom: 10px;
}
.trade_mark_reg::after {
    bottom: 420px;
}

/* update  */
.cmn_checkbox_up_sp ul {
    padding-bottom: 0;
    text-align: left;
}

@media all and (min-width: 981px) {
    .examples_of_different_section .experience_single_content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 30px !important;
    }

    .why_might_a_section {
        overflow: inherit;
    }
}
.brand_enforcement_section_top::after {
    display: none;
}

/* up  */
.cmn_hover_effect .et_pb_column:hover {
    box-shadow: 0px 0px 20px 0px rgb(5 57 98 / 55%);
}

.cmn_hover_effect .et_pb_column {
    transition: 0.3s ease-in;
}

/* update for rev 2  */
#top-menu li li a {
    padding: 6px 0;
    line-height: 1.6em;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle:before {
    color: #fff;
}
/* up  */

@media only screen and (min-width: 981px) and (max-width: 1319px) {
    .footer_row_top .et_pb_column {
        width: calc(25% - 30px + 7.5px) !important;
        margin-right: 30px !important;
    }

    .footer_row_top .et_pb_column:last-child {
        margin-right: 0 !important;
    }
    .footer_row_top .et_pb_column:nth-child(3) {
        width: calc(25% - 30px + 7.5px + 2% + 4%) !important;
    }
    .footer_row_top .et_pb_column:nth-child(2) {
        width: calc(25% - 30px + 7.5px - 2%) !important;
    }
    .footer_row_top .et_pb_column:nth-child(4) {
        width: calc(25% - 30px + 7.5px - 4%) !important;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1100px) {
    .footer_row_top .et_pb_column:nth-child(3) {
        width: calc(25% - 30px + 7.5px + 0% + 4%) !important;
    }
    .footer_row_top .et_pb_column:nth-child(2) {
        width: calc(25% - 30px + 7.5px - 0% + 2%) !important;
    }
    .footer_row_top .et_pb_column:nth-child(4) {
        width: calc(25% - 30px + 7.5px - 4% - 2%) !important;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1650px) {
    div#page-container .image_right_footer {
        margin-top: 70px !important;
    }

    div#page-container .image_left_footer {
        margin-top: 80px !important;
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1050px) {
    div#page-container .image_left_footer {
        margin-top: 45px !important;
    }
}
/* end update for rev 2  */
/* up  */
/* div#top-header ul li a {
    background: #e5cd8b;
    padding: 10px !important;
    border-radius: 5px !important;
    color: #053962 !important;
}

#top-header .container {
    padding-bottom: 0.75em;
}
div#top-header ul li a:hover{
    background:#fff ;
    opacity:1; 
} */
div#top-header ul li a .top_h_sp_clas:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    background: #000;
    top: 3px;
    right: -10px;
    display: inline-block;
    left: -7px;
}
div#top-header ul li a {
    text-transform: uppercase;
}
div#top-header ul li a {
    font-weight: 400 !important;
}

div#top-header ul li a span {
    font-weight: 600;
}

div#top-header ul li a .top_h_sp_clas {
    position: relative;
    margin-left: 10px;
}
@media only screen and (min-width: 981px) {
    body #page-container .nav li ul {
        top: 45px;
    }
}

/* up  */
.team_single_page_section::before {
    display: none;
}
/* up  */
.team_single_page_section::after {
    top: -110px;
    left: -550px;
    bottom: inherit;
}
@media only screen and (min-width: 1280px) and (max-width: 1650px) {
    .team_single_page_section::after {
        top: -280px;
    }
}
/* update  */
.botton_row_in_team .et_pb_button_module_wrapper {
    display: inline-block;
}

.botton_row_in_team .et_pb_button_module_wrapper:first-child {
    margin-right: 25px;
}

.botton_row_in_team {
    text-align: center;
}
@media all and (max-width: 530px) {
    .botton_row_in_team .et_pb_button_module_wrapper:first-child {
        margin-right: 0;
        display: block;
    }
}
.inner_banner_title {
    margin: 0 auto;
}
span.top_h_sp_clas {
    font-family: "Autour One", display;
}

/* test  */
.sp_test_t .et_pb_team_member_image img {
    max-width: 150px !important;
}

.sp_test_t .et_pb_team_member_image:after {
    display: none;
}
/* update for gallery  */
.gallery_area .et_pb_gallery_image:hover {
    transform: scale(1.05);
}

.gallery_area .et_pb_gallery_image {
    transition: 0.35s ease-in-out;
}
.mfp-title {
    display: none !important;
    /* opacity: 0 !IMPORTANT; */
    /* visibility: hidden; */
}
/* end update for gallery  */
@media only screen and (min-width: 1281px) and (max-width: 1365px) {
    div#page-container .image_left_footer {
        margin-top: 50px !important;
    }
}
/* up date for u  */
.for_linkedin ul.et_pb_member_social_links li:after {
    display: none;
}

.for_linkedin ul.et_pb_member_social_links li {
    padding-left: 0 !important;
}
/* up  */
a.sp_link_b {
    text-decoration: underline;
}

a.sp_link_b:hover {
    text-decoration: none;
    color: #e5cd8b;
}
/* testimonial up with logo  */
span.testi_image_area_i {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 30px;
}
@media all and (max-width: 767px) {
    span.testi_image_area_i {
        gap: 0;
        display: inline-block;
        z-index: 555555555;
        position: relative;
    }

    span.testi_image_area_i img {
        width: calc(33% - 25px);
        margin-right: 25px;
    }

    span.testi_image_area_i img:last-child {
        margin-right: 0;
    }
}
/* up date  */
.team_class ul.sub-menu li a {
    text-transform: capitalize;
}
/* up  */
.single-post #main-content .container:before {
    display: none;
}

/* rev 3  */
@media all and (min-width: 1651px) {
    .brand_sec_up::before {
        right: -455px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1650px) {
    .brand_sec_up::before {
        right: -665px;
    }
}
/* update with reb 3  */
.for_stong_font_sp b {
    font-family: Allura, Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
}
/* up  */
@media all and (max-width: 980px) {
    .for_stong_font_sp b {
        font-size: 24px;
    }
}
/* end update with rev 3  */
/********************************************** end update with azim *********************************************/

/**rev mp**/
/*.image-slider .et-pb-slider-arrows{
	display:none;
}*/
.image-slider .et_pb_gallery_image a {
    pointer-events: none;
}

#page-container {
    overflow: hidden;
}

/*Indent IP services page text*/
.indent {
    text-indent: 25px;
}
ol.lowercase-list {
    list-style-type: lower-alpha;
}
/* Rev 6 - markerylaw.com  */
.title_team_m h2 {
    padding-bottom: 0px;
}
@media all and (min-width: 981px) {
    .team_s_page_c:after {
        content: "";
        width: 39%;
        left: 0;
        bottom: 0;
        height: 70%;
        background: #e4ecf2;
        position: absolute;
    }
    .katrina_hull::after {
        height: 83%;
    }
    .patt_section_single::after {
        height: 84%;
    }
    .watson_s_page::after {
        height: 87%;
    }

    .mike_page_team::after {
        height: 76%;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .team_s_page_c:after {
        width: 36%;
    }
    /* 	up  */
    .erin_page_team::after {
        height: 75%;
    }
}
.team_row_u_c .et_pb_button_module_wrapper {
    display: inline-block;
}
@media all and (min-width: 535px) {
    .team_row_u_c .et_pb_button_module_wrapper {
        margin-bottom: 0 !important;
    }
}
.team_row_u_c .et_pb_button_module_wrapper .fast_btna {
    margin-right: 25px;
}
/* u  */
.check_0 ul li {
    padding-left: 0 !important;
}
.check_0 ul li:last-child {
    margin-bottom: 0;
}

.check_0 ul {
    padding-bottom: 0;
}
.check_0 h3 {
    padding-bottom: 10px;
}
.check_0 ul li::before {
    position: absolute;
    left: 0;
}

.check_0 ul li {
    padding-left: 25px !important;
}
/* update with rev 7  */
.v_ic_c li:nth-child(2) a.icon:before {
    content: "\f2bb" !important;
}
/* up  */
.blurb_with_logo .et_pb_main_blurb_image {
    margin-bottom: 10px !important;
}
/* up  */
.blurb_with_logo h4 {
    text-transform: capitalize;
}
/* update for 3  */
.wtr li:nth-child(3) a.icon:before {
    content: "";
    background-image: url(/wp-content/uploads/WTR1000.png) !important;
    width: 85px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* end update 3  */
/* end with rev 7  */
/* up  */
@media all and (max-width: 980px) {
    div#page-container .image_right_footer {
        margin-top: 60px !important;
    }
}
@media all and (min-width: 981px) and (max-width: 999px) {
    div#page-container .image_right_footer {
        margin-top: 140px !important;
    }
}
/* end up  */

/****** Gallery fix *****/

.gallery_area .et_pb_gallery_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

p.post-meta::before {
    content: url(/separetor-blu.png);
    position: relative;
    z-index: 9;
    left: 0;
    top: 0px !important;
    display: none;
}

/*Blog Fix*/

@media all and (min-width: 1219px) {
    div#page-container .blog_custom h4.entry-title {
        min-height: 210px;
    }
}

@media all and (min-width: 981px) and (max-width: 1218px) {
    div#page-container .blog_custom h4.entry-title {
        min-height: 234px;
        padding: 15px !important;
    }
}

div#page-container .blog_title_height h4.entry-title {
    min-height: 172px;
}

@media all and (min-width: 981px) and (max-width: 1118px) {
    div#page-container .blog_title_height h4.entry-title {
        min-height: 201px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px){
    div#page-container .blog_title_height h4.entry-title {
        min-height: auto
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    div#page-container .blog_custom .column {
        width: 60%;
        clear: none;
        float: none;
        margin: 0 auto !important;
    }
}

@media all and (min-width: 981px) and (max-width: 1046px) {
    .title_fix_height .experience_single_title {
        min-height: 158px;
    }
}

@media all and (min-width: 981px) and (max-width: 1163px) {
    .title_fix_practice .experience_single_title {
        min-height: 135px;
    }
}
