/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
@font-face {
    font-family: 'Calibri-Bold';
     src:   url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri-Regular';
      src:   url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri-Italic';
      src:   url('../fonts/Calibri-Italic.woff2') format('woff2'),
        url('../fonts/Calibri-Italic.woff') format('woff'),
        url('../fonts/Calibri-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri-BoldItalic';
       src:  url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('../fonts/Calibri-BoldItalic.woff') format('woff'),
        url('../fonts/Calibri-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* ADD THIS - iOS fallback with unified family name */
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
         url('../fonts/Calibri.woff') format('woff'),
         url('../fonts/Calibri.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
         url('../fonts/Calibri-Bold.woff') format('woff'),
         url('../fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.woff2') format('woff2'),
         url('../fonts/Calibri-Italic.woff') format('woff'),
         url('../fonts/Calibri-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
         url('../fonts/Calibri-BoldItalic.woff') format('woff'),
         url('../fonts/Calibri-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
/* Add 'Calibri' as fallback for iOS */
body {
    font-family: 'Calibri-Regular', 'Calibri', sans-serif;
}

h1, .bold-text {
    font-family: 'Calibri-Bold', 'Calibri', sans-serif;
    font-weight: bold; /* Important for iOS fallback */
}

.italic-text {
    font-family: 'Calibri-Italic', 'Calibri', sans-serif;
    font-style: italic; /* Important for iOS fallback */
}

.bold-italic-text {
    font-family: 'Calibri-BoldItalic', 'Calibri', sans-serif;
    font-weight: bold; /* Important for iOS fallback */
    font-style: italic; /* Important for iOS fallback */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.gallery-caption {
    position: relative;
}

.bypostauthor {
    position: relative;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

table {
    width: 100%;
}

.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
    clear: both;
    content: '';
    overflow: auto;
}

.widgets_grid_box ul ul.children {
    padding: 0px 0px 0px 5px !important;
    border-radius: 0px;
    border: 0px !important;
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
    text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
    float: left;
}

.post-password-form label {
    width: 100%;
}

input[type="password"] {
    width: 100%;
}

.wp-block-button {
    margin-bottom: 15px;
}

.has-background-dim,
.has-background-dim p {
    color: #fff;
}

.col-lg-12.padding_zero {
    padding: 0px;
}

.sec_comments .col-lg-12 {
    padding: 0px;
}

.contact-block img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
max-width: 530px;
        width: 100%;
}
.contact-block {
    margin-bottom: 100px;
}
.footer_widgets_wrap {
        padding: 53px 0 0 0;
}
#footer_contents .footer_widgets_wrap::after {
    content: "";
    background-color: #8a541fe3;
    height: 100%;
width: 100%;
position: absolute;
left: 0;
    z-index: 0;
top: 0;
}

.foot-links {
    position: relative;
    z-index: 3;

}

textarea {
    resize: none;
    overflow-y: auto;
    scrollbar-width: none !important;
}

.contact-block {
    padding-top: 90px;
}
.about-section {
    padding-top: 100px;
}
.exp-block {
      padding: 41px 0 48px;
        background-color: #2e2f2a;
}
.close-btn svg {
    width: 26px;
    height: 26px;
    margin-bottom: 4px;
}
.owl-nav {
    display: none !important;
}
.slide-counter {
  position: absolute;
  bottom: 30px;
  right: 40px;
  display: flex;
  gap: 8px;
  z-index: 1000;
}

.slider .banner_carousel .owl-dots .owl-dot {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
  border: 1px solid #595959 !important; 
  background-color: transparent;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  font-size: 12px !important;
    color:#cdcdcd !important;
  justify-content: center;
}

.slider .banner_carousel .owl-dots .owl-dot.active {
  background-color: #595959 !important;
  color: #cdcdcd !important;
}
/* .style_page_eleven .slide-item-content .content_center::after {
    content: "";
       background-color: #212322b8;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
} */
.exp-title {
    font-family: 'Calibri-BoldItalic', 'Calibri', sans-serif !important;
    font-weight: bold !important; 
    font-style: italic !important; 
font-size: 60px;
color: #6b5e41;
    line-height: normal; 

}
.title_all_box-exp p {
    font-family: 'Calibri-Italic', 'Calibri', sans-serif !important;
    font-weight: normal !important;
      font-style: italic !important;
    color: #595959;
    font-size: 20px;
    max-width: 550px;
    margin: auto;
}
.title_all_box-exp .title_sections {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.what-we-vid,
.what-we-img-end,
.contact_start {
    position: relative;
        max-height: 1016px;
        height: 100%;
        /* top: -3px; */
}

.what-wedo-box {
    position: relative;
}
.what-wedo-box:before {
    content: "";
background-image: url("../images/st-line.png");
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 11%;
    z-index: 3;
}
header:before {
    content: "";
background-image: url("../images/st-line.png");
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -1%;
    z-index: 3;

}
 
.what-we-vid::after {
    content: "";
   background-color: #2e2f2ad9;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.what-we-vid::before,
.contact_start::before {
    content: "";
background-image: url("../images/Line.png");
    height: 100%;
    width: 2px;
    position: absolute;
    right: -13px;
    top: 0;
    z-index: 3;
}
/* .what-we-img-end::after {
    content: "";
   background-color: #0b0b0be3;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
} */

.what-we-vid img,
.what-we-vid video {
    height: 100%; 
    width: 100%;
    /* max-height: 752px; */
    object-fit: cover;
}
.what-we-content h3,
.home-contact-box h3 {
          font-family: 'Calibri-Italic', 'Calibri', sans-serif !important;
    font-weight: normal !important;
      font-style: italic !important;
font-size: 45px;
        color: #808080;
        font-weight: unset !important;
        line-height: normal !important;
}
.what-we-txt {
    display: flex
;
    flex-direction: column;
    gap: 7px;
}
.what-we-content p {
          font-family: 'Calibri-Italic', 'Calibri', sans-serif !important;
    font-weight: normal !important;
      font-style: italic !important;

    font-size: 16px;
    color: #808080;
    font-weight: unset !important;
    line-height: normal !important;
    max-width: 371px;
    margin: 0 !important;
}
.what-we-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 182px 0 0 23px;
    z-index: 3;
}
.what-we-btn {
    padding: 37px 0 0 0;
}
.custom-rounded-btn {
    font-family: 'Calibri-Regular', 'Calibri', sans-serif !important;
    font-weight: normal !important;
      font-style: normal !important;
    display: inline-block;
    font-size: 16px;
    padding: 5px 20px;
    text-align: center;
    border-radius: 50px;
}
.what-we-btn .custom-rounded-btn {
    color: #292929;
    background-color: #686868;
}
.what-we-btn .custom-rounded-btn:hover {
        background-color: #5a5a5a;
}
.theme-btn-contact {
    background-color: #a4936c;
    color: #404040;
}
.theme-btn-contact:hover {
    background-color: #938462 !important;
       color: #404040!important;
}
.home-contact-box input {
        font-family: 'Calibri-Regular' !important;
        font-weight: unset !important;

    padding: 12px 15px !important;
    border: 1px solid #9f5b2f !important;
    border-radius: 50px !important;
    background-color: transparent;
    font-size: 16px;
    outline: none;
    height: auto !important;
    color: #fff !important;
} 
.home-contact-box textarea {
    font-family: 'Calibri-Regular' !important;
    font-weight: unset !important;
    padding: 21px 15px 20px 22px !important;
    border: 1px solid #9f5b2f !important;
    border-radius: 15px !important;
    background-color: transparent;
    font-size: 16px;
    outline: none;
    height: auto !important;
     color: #fff !important;
    margin-bottom: 0 !important;
}
   .home-contact-box input:focus,
    .home-contact-box textarea:focus,
    .form-control:focus {
      border-color: #ff9933 !important;
      background-color: transparent !important;  
      box-shadow: none !important;
    }

    .home-contact-box input::placeholder,
    .home-contact-box textarea::placeholder {
      color: #9f5b2f !important;
    }

    .home-contact-box .btn-send {
      background-color: #a66826;
      color: #fff;
   padding: 6px 37px;
      border: none;
      border-radius: 20px;
      cursor: pointer;
          font-family: 'Calibri-Regular' !important;
        font-weight: unset !important;
height: auto !important;
      font-size: 16px;
      float: right;
      line-height: normal !important;
      min-height: unset !important;
      margin-top: 9px !important;
          text-transform: none !important;
    }

    .home-contact-box .btn-send:hover {
      background-color: #85531e;
    }
.home-contact-box {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-direction: column;
    gap: 20px;
}
.home-form {
    max-width: 80%;
margin: 0 auto;
}
.home-form {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
}
.bold_txt {
        font-family: 'Calibri-BoldItalic', 'Calibri', sans-serif !important;
    font-weight: bold !important; 
    font-style: italic !important; 

}
    .reveal-box {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.9s ease, transform 0.9s ease;
    }

    .reveal-box.visible {
      opacity: 1;
      transform: translateY(0);
    }
.footer-copyright {
        background: #151515;
        position: relative;
}
.footer-copyright::after {
    content: "";
    background-color: #151515;
    height: 3px;
    top: -3px;
    position: absolute;
    width: 100%;
    left: 0;
}
.contact_start img {
    object-fit: cover !important;
}
.site-content,
body {
    background-color: #050505 !important;
}
@media (max-width: 1400px) {  
.what-we-vid, .what-we-img-end, .contact_start {
    max-height: 950px;
}
.style_page_eleven .slide-item-content .slider_content h2 {
    font-size: 50px !important;
    
    margin-top: -15px !important;
}
.exp-title {
        font-size: 48px !important;
}
.what-we-content h3,
.home-contact-box h3 {
    font-size: 42px; 
}
}
@media (max-width: 1300px) {  
.what-we-vid, .what-we-img-end, .contact_start {
    max-height: 750px;
}
.exp-title {
    font-size: 52px; 
}
    .what-we-content h3,
.home-contact-box h3 {
        font-size: 38px;
    }
    .exp-title {
        font-size: 43px !important;
    }
    .title_all_box-exp p {
            font-size: 19px !important;
    max-width: 517px !important;
    }
}
@media (max-width: 1250px) {  
    .what-we-vid, .what-we-img-end, .contact_start {
        max-height: 670px;
    }
    .what-we-content {
            padding: 90px 0 0 20px;
    }
}
@media (max-width: 992px) { 
    .contact-block img {
        max-width: 100%;
    }
    .contact-row {
        gap: 50px;
    }
    .cont-img-box {
            padding-left: 15px !important;
    }
        .what-we-content h3,
.home-contact-box h3 {
        font-size: 30px;
    }
    /* .what-we-vid, .what-we-img-end, .contact_start {
        max-height: 600px;
    } */
    .what-we-content {
        padding: 67px 0 0 20px;
    }
        .exp-title {
        font-size: 28px !important;
    }
    .title_all_box-exp p {
        font-size: 16px !important;
        line-height: 134% !important;
    }
    .home-contact-box .btn-send {
            margin-top: 6px;
    }
.what-wedo-box:before {
        top: 8%;
}
.what-we-vid::before, .contact_start::before {
    right: -9px;
}
}

@media (max-width: 768px) {  
    .what-we-content h3,
.home-contact-box h3 {
        font-size: 24px;
    }
        .what-we-content {
        padding: 70px 9px 0 14px;
    }
    .what-we-content p {
        font-size: 15px;
        max-width: 100%;
    }
    .home-contact-box input {
            margin-bottom: 12px !important;
                padding: 6px 13px !important;
    }
    .home-form .row.mb-3 {
        margin-bottom: 0 !important;
    }
    .what-we-btn {
    padding: 0 ;
    }
.home-contact-box {
        align-items: center;
            padding: 0;
}
.home-contact-box textarea {
    padding: 9px 15px 10px 12px !important;
        border-radius: 12px !important;
            font-size: 14px;
}
    .style_page_eleven .slide-item-content .slider_content h2 {
        font-size: 36px !important;
        margin-top: -11px !important;
    }
    .style_page_eleven .slide-item-content .slider_content {
            padding: 155px 0px 40px 0px !important;
                max-width: 100% !important;
    }
        .what-wedo-box:before {
        top: 6%;
    }
}
@media (max-width: 668px) {   
    .what-we-content {
        padding: 52px 9px 0px 14px;
    }
        .what-we-content h3,
.home-contact-box h3 {
        font-size: 20px;
    }
    .home-contact-box {
            top: 7px;
    }
        .what-we-content p {
        font-size: 14px; 
    }
    .what-we-img-end {
                min-height: 500px;
    }
}
@media (max-width: 576px) {   
    .what-we-vid, .what-we-img-end, .contact_start {
        max-height: 450px;
    }
        .what-we-content h3,
.home-contact-box h3 {
        font-size: 20px;
    }
    .what-we-content {
            height: 100%;
    display: flex
;
    align-items: center;
    }

        .what-we-content {
                padding: 11px 0 13px 14px;
        } 

            .exp-title {
        font-size: 24px !important;
    }
        .what-we-content {
        padding: 10px 10px 10px 10px;
    }
    .elegant-slider-content.slider_content p {
        max-width: 98% !important;
    }
    .what-we-vid::after {
        top: -3px;
            height: 101%;
    }
        .what-we-vid::before, .contact_start::before {
        right: 49px;
    }
        .what-we-content p {
        font-size: 15px !important;
    }
}
