html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1; font-family: 'Barlow', sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}








:root {
    --sifoxen-font: "Plus Jakarta Sans", sans-serif;
    --sifoxen-font2: "DM Sans", sans-serif;
    --sifoxen-font3: "Outfit", sans-serif;
    --sifoxen-heading-font: "EB Garamond", serif;
    --sifoxen-text: #79767C;
    --sifoxen-text-rgb: 121, 118, 124;
    --sifoxen-base: #0f5167;
    --sifoxen-base-rgb: 174, 97, 190;
    --sifoxen-primary: #228e8c;
    --sifoxen-primary-rgb: 85, 217, 215;
    --sifoxen-gray: #DDD8DB;
    --sifoxen-gray-rgb: 221, 216, 219;
    --sifoxen-gray2: #9F83B5;
    --sifoxen-gray2-rgb: 159, 131, 181;
    --sifoxen-gray3: #CFD7E0;
    --sifoxen-gray3-rgb: 207, 215, 224;
    --sifoxen-white: #fff;
    --sifoxen-white-rgb: 255, 255, 255;
    --sifoxen-white2: #F5F2F4;
    --sifoxen-white2-rgb: 245, 242, 244;
    --sifoxen-black: #362048;
    --sifoxen-black-rgb: 54, 32, 72;
    --sifoxen-black2: #341F47;
    --sifoxen-black2-rgb: 52, 31, 71;
    --sifoxen-black3: #000000;
    --sifoxen-black3-rgb: 0, 0, 0;
    --sifoxen-black4: #2B1E16;
    --sifoxen-black4-rgb: 43, 30, 22;
    --sifoxen-black5: #231D4F;
    --sifoxen-black5-rgb: 35, 29, 79;
    --sifoxen-black6: #090010;
    --sifoxen-black6-rgb: 9, 0, 16;
    --sifoxen-black7: #082545;
    --sifoxen-black7-rgb: 8, 37, 69;
    --sifoxen-sky-blue: #01C3ED;
    --sifoxen-sky-blue-rgb: 1, 195, 237;
    --sifoxen-border-color: #DDD8DB;
    --sifoxen-border-color-rgb: 221, 216, 219;
    --sifoxen-letter-space: -1.2px;
    --sifoxen-letter-space-lg: -1.6px;
    --sifoxen-letter-space-xl: -3.6px;
    --section-space: 120px;
    --section-space2: 118px;
}


.site-header {
    position: relative;
    z-index: 5;
    top: 0;
    width: 100%;
    color: #000;
    background: #fff;
}

    .site-header {
        height: 7.5rem;
    }


.site-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.site-header__unit--site-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 26.25rem;
    margin-right: auto;
    padding: 11px 0px;
}

.site-header__unit:first-child {
    margin-left: 0;
}



.site-brand__img{width: 100%;display: block;}
.site-header__unit--primary-menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* display: none; */
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: auto;
    margin-left: 1.875rem;
}


.site-header__unit--actions {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    padding: 0;
}

    .site-header__unit {
        margin-left: 0.625rem;
    }


    .site-header__unit--actions {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

.site-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.site-actions__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}




.phone-number {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #30353b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.phone-number--header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-header .phone-number {
    height: 100%;
    width: 100%;
}






.icon--phone {
    height: 1.625rem;
    width: 1.0625rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.phone-number__icon {
    color: #50b948;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

 .site-header .phone-number__icon {
        color: #0f5167;
        font-size: 28px;
    }








.phone-number__label {
    margin-left: .625rem;
    position: relative;
}


   

    .site-header .phone-number__label {
        display: none;
    }









/* button */
.sifoxen-btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--sifoxen-base, #ae61be);
  color: var(--sifoxen-white2, #F5F2F4);
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  line-height: normal;
  padding: 15.5px 24.45px;
  transition: 500ms;
  text-transform: capitalize;
  z-index: 1;
  border-radius: 13px;
  text-decoration: none;
}
.sifoxen-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sifoxen-btn::before, .sifoxen-btn::after {
  content: "";
  background-color: var(--sifoxen-primary, #55D9D7);
  height: 50%;
  width: 0;
  position: absolute;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.sifoxen-btn::before {
  top: 0;
  left: 0;
  right: auto;
}
.sifoxen-btn::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.sifoxen-btn:hover {
  color: var(--sifoxen-white, #fff);
}
.sifoxen-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.sifoxen-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.sifoxen-btn--primary {
  padding: 15.5px 27.95px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.sifoxen-btn--primary::before, .sifoxen-btn--primary::after {
  background-color: var(--sifoxen-base, #AE61BE);
}
.sifoxen-btn--primary:hover {
  color: var(--sifoxen-white, #fff);
}
.sifoxen-btn--border {
  color: var(--sifoxen-base, #AE61BE);
  background-color: transparent;
  border: 1px solid var(--sifoxen-base, #AE61BE);
}
.sifoxen-btn--border::before, .sifoxen-btn--border::after {
  background-color: var(--sifoxen-base, #AE61BE);
}

.hero {
    position: relative;
    height: auto;
    color: #fff;
    background: #4f4f4f;
}
.hero picture {
   width: 100%;
}
.hero img{
   width: 100%;
}


.hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
}


.hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 1.875rem;
    position: relative;
}




.hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: linear-gradient(77.07deg, rgba(0, 0, 0, .4) 17.19%, rgba(0, 0, 0, 0) 81.77%);
}

.hero__title {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 53px;
    font-weight: 600;
    letter-spacing: -.0625rem;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
}


.hero__button-group {
    margin-top: 2.125rem;
}

.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: row;
    align-items: center;
}


.btn, input[type=submit] {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.6;
    display: inline-block;
    padding: .8125rem 1.4375rem;
    border: 2px solid #0f5167;
    border-radius: .375rem;
    color: #fff;
    background-color: #0f5167;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    white-space: nowrap;
}


.btn--primary:hover{ background:#c49d58; }

.site-actions__button:hover{ background:#c49d58;  }

.button-group__button:first-child {
    margin-top: 0;
    margin-left: 0;
}
.btn--secondary {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    padding: 0;
    border-color: transparent;
    border-radius: 0;
    color: #c49d58;
    background-color: transparent;
    margin-left: 30px;
}






.btn--secondary::after {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    height: 2px;
    width: 100%;
    border-radius: .375rem;
    background-color: currentColor;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}



.btn--secondary:active::after, .btn--secondary:hover::after {
    background-color: transparent;
}


    .l-container {
        padding: 0 3.75rem;
    }


.hero__container--no-video {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
}


    .hero__content {
        max-width: 28.875rem;
    }

.hero__content h3{
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 56px;
    color: #fff;
    /* text-transform: uppercase; */
}


.featured-intro{ }
.l-section--padding {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
}



.centered-content__content {
    max-width: 57rem;
    margin: 0 auto;
    text-align: center;
}


.copy .h2, .copy h2:not(.gform_submission_error) {
    /* font-family: Poppins, Arial, Helvetica, sans-serif; */
    font-size: 49px;
    font-weight: 600;
    letter-spacing: -.03125rem;
    line-height: 58px;
    margin-top: 2.5rem;
    margin-bottom: 1.3125rem;
    color: #30353b;
    font-family: "Poppins", sans-serif;
}


.copy p {
    font-size: 18px;
    line-height: 1.4117647059;
    margin-bottom: 1.4375rem;
    color: #5f6870;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.button-group--centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.centered_content__actions {
    margin-top: 2.1875rem;
}


.l-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.625rem;
}


.l-grid__cell {
    width: 100%;
    padding: 0 .625rem;
}


    .l-grid__cell--25-at-lg {
        width: 25%;
    }



        .card-collection__cell {
        margin-bottom: 2.5rem;
    }
    

.icon-text {
    text-align: center;
    height: 100%;
}
    
    
    
    
    
        .icon-text--multi {
    border: .125rem solid #f4f7f8;
    border-radius: .375rem;
    padding: 34px 24px 28px 24px;
}
    
    
    .icon-text__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}
    .icon-text__title {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    color: #30353b;
    padding: 0 1.875rem;
    color: #0f5167;
}



.icon-text__description {
     font-size: 16px;
     line-height: 31px;
     margin-top: 1.4375rem;
     color: #5f6870;
     font-family: "Poppins", sans-serif;
}
.Services-main-home .icon-text__description p{
    margin: 0px;
    padding: 0px 10px;
}

.icon-text__link-wrapper {
    margin-top: 1.25rem;
}


.Services-main-home{padding: 100px 0px 101px;}


   .Services-main-home p {
    font-size: 16px;
    line-height: 31px;
    margin-top: 0px;
    color: #5f6870;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 0px 20%;
    margin-bottom: 45px;
    }


.Services-main-home .serv-title{font-family: Poppins, Arial, Helvetica, sans-serif;font-size: 45px;font-weight: 600;letter-spacing: -.03125rem;line-height: 1.3846153846;margin-top: 2.5rem;margin-bottom: 1.3125rem;color: #30353b;text-align: center;}

.icon-text__link-wrapper .btn--secondary{color: #0f5167;}



.l-section--background_alt {
    background-color: #f1f7f6;
}



    .l-section--padding {
        padding-top: 6.9375rem;
        padding-bottom: 6.9375rem;
    }


.section-header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}
.indicator-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #50b948;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-header__title {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 43px;
    font-weight: 600;
    letter-spacing: -.03125rem;
    line-height: 1.3846153846;
    color: #30353b;
    margin-right: 1.875rem;
}


.indicator-link__label {
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .0625rem;
    line-height: 1.1666666667;
    text-transform: uppercase;
    color: #50b948;
    line-height: 1.8333333333;
    padding: .125rem 0;
    position: relative;
}




.icon--arrow-right {
    height: .8125rem;
    width: 1.125rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.indicator-link__icon {
    margin-left: .9375rem;
}

.icon-text__link-wrapper-2{text-align: left;}

.icon-text__link-wrapper-2 .btn--secondary{
    margin-left: 0px;
    margin-top: 14px;
}



.nes-inner{
    padding: 0px 10px;
}

.nes-inner img{ width:100%;}


.nes-inner p{font-size: .9375rem;
    line-height: 1.6;
    color: #758797;
    margin-top: .875rem;
    padding-right: 1.25rem;}


.nes-inner h2{ font-size: 1.4375rem;
    line-height: 1.3913043478;
    display: inline-block;
    margin-top: 1.8125rem;
    color: #30353b;}


.l-section--background_alt {
    background-color: #f1f7f6;
}



.featured-posts{
    padding-bottom: 30px;
}
blockquote {
    margin: 0;
}

.quote {
    text-align: center;
    padding-top: 3.5625rem;
}



.quote__content {
    position: relative;
    max-width: 83.75rem;
    margin: 0 auto;
}





.icon--quote-open {
    height: 3.875rem;
    width: 5.9375rem;
}
.quote__icon {
    position: absolute;
    z-index: 0;
    opacity: .15;
    fill: #00afdb;
}

.quote__icon--open {
    top: -14px;
    left: 0;
    font-size: 96px;
    color: #1b8fb6;
}


.quote__text {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -.03125rem;
    line-height: 50px;
    position: relative;
    z-index: 2;
    color: #30353b;
}


.quote__text strong {
    display: inline-block;
    height: 100%;
    position: relative;  font-weight: 700;
}



.quote__icon--close {
	bottom: 50px;
	right: 0;
	font-size: 96px;
	color: #1b8fb6;
}



.quote__author {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.7647058824;
    display: block;
    position: relative;
    z-index: 2;
    margin-top: 2.5rem;
    padding-top: .875rem;
    color: #00afdb;
}


.quote__author::before {
    background: #00afdb;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: .125rem;
    width: .75rem;
}


.primary-menu__label {
    padding: .4375rem 0;
    position: relative;
}





.primary-menu__label::after {
    background: #50b948;
    border-radius: .3125rem;
    content: "";
    height: .1875rem;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
}



.primary-menu__link:hover .primary-menu__label::after {
    width: 100%;
}


.site-footer {
    padding: 88px 0 0px;
    color: #fff;
    background-color: #00486b;
}


.l-grid__cell {
    /* width: 100%; */
    /* padding: 0 .625rem; */
}


.site-footer__title {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-bottom: 1.5rem;
}

.site-footer__title span {
    color: #c49d5a;
    font-weight: 600;
}

.foot-input{      border: .125rem solid #eee;
    border-radius: .375rem;
    padding: 1.0625rem 1.25rem;
    width: 100%;
}

.foot-btt{
    border: .125rem solid #c49d5a;
    border-radius: .375rem;
    padding: 1.0625rem 1.25rem;
    background: #c49d5a;
    width: 100%;
    display: block;
    text-align: center;
    color: #222;
    text-decoration: none;
}
.l-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.625rem;
}

    .l-grid__cell--33-at-lg {
        width: 33.33%;
    }
  
.phone-number__label {
    margin-left: .625rem;
    position: relative;
}




.footer-top{padding: 88px 0px 0px;}


.footer-top .logo-widget {
    position: relative;
    /* margin-top: -32px; */
    padding-right: 54px;
}


.footer-top .logo-widget .logo-box {
    position: relative;
    display: inline-block;
    max-width: 149px;
    margin-bottom: 31px;
}
.footer-top .logo-widget .text {
    margin-bottom: 18px;
}


.footer-top .logo-widget .info {
    margin-bottom: 20px;
    /* margin: 0px; */
    margin-left: 0px;
}

.footer-widget ul{ margin-left: 0px ; }



.footer-top .logo-widget .info li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 29px;
    display: inline-block;
    color: #fefefe;
    padding-left: 41px;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    text-decoration: none;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.footer-top .logo-widget .info li i {
    color: #c49d5a;
}
.footer-top .logo-widget .info li i {
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.footer-top .logo-widget .info li a {
    display: inline-block;
    color: #fff;
    display: inline-block;
    color: #fefefe;
    /* padding-left: 10px; */
    font-size: 23px;
    font-weight: 400;
    text-decoration: none;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 44px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 500;
    color: #c49d5a;
}
.footer-top .widget-title h4 {
   color: #c49d5a;
   font-size: 31px;
}




.footer-top .links-widget .links-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #7c8389;
    margin-bottom: 16px;
    padding-left: 16px;
}
.footer-top .links-widget .links-list li a {
    display: inline-block;
    color: #fefefe;
    padding-left: 10px;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.footer-top .links-widget .links-list li a:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 19px;
    color: #c49d5a;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}
.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.3125rem;
}

    .site-footer__social--lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


.site-footer__social {
    margin-bottom: 1.5rem;
    margin-top: 2.125rem;
}





.social-media__item {
    padding: 0 .3125rem;
    list-style: none;
}


.social-media__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    height: 3.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.75rem;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    text-transform: none;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.social-media__link i{text-decoration:none;color: #fff;}




.social-media__link:hover {
    -webkit-transform: translateY(-.3125rem);
    transform: translateY(-.3125rem);
}




.social-media__link--facebook {
    background: #3b5998;
}
.social-media__link--linkedin {
    background: #0e76a8;
}
.social-media__link--instagram {
    background: #c23584;
}
.footer-botton {
    position: relative;
    display: block;
    background: #00486b;
    padding: 42px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 59px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.copyright{text-align: left;font-family: Roboto, Arial, Helvetica, sans-serif;font-size: 20px;}
.copyright p{ margin-bottom:0px;}

.copyright p a{color:#c49d5a;}


#ast-scroll-top {
    background-color: #c49d5a !important;
    font-size: 15px;
}


.main-menu.navbar-collapse  ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.main-menu.navbar-collapse li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 33px 14px;
}


.main-menu.navbar-collapse li a {
    position: relative;
    display: block;
    font-size: 16px;
    opacity: 1;
    font-weight: 600;
    color: #242424;
    /* text-transform: uppercase; */
    /* font-family: "Montserrat", sans-serif; */
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.main-menu.navbar-collapse li ul {
    position: absolute;
    left: inherit;
    top: 100%;
    min-width: 250px;
    z-index: 100;
    display: none;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}


    .site-actions__action {
        margin-left: 1.5625rem;
    }


.l-container-head{    padding: 0 3.75rem; }



.bann-desk{ display: block;}
.bann-mobile{display: none;}




.page-banner {
    position: relative;
    color: #fff;
    background: #ffffff;
    padding: 0px 0px 0px;
}



.page-banner__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0px;
}
.breadcrumbs {
    font-size: .9375rem;
    line-height: 1.6;
    border-bottom: .0625rem solid rgba(255, 255, 255, .25);
    padding: 1.1875rem .75rem;
    position: relative;
    width: 100%;
}

.breadcrumbs span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    margin-right: 11px;
    margin-left: 10px;
}

.breadcrumbs span a { color:#fff;}

.page-banner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: linear-gradient(77.07deg, #0f5167e0 17.19%, #0f5167de 81.77%);
    z-index: 1;
}


.page-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -3.8125rem;
}
.page-banner__content h1{font-size: 55px;color: #ffffff;font-family: "Poppins", sans-serif;}

.page-banner__title {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 61px;
    font-weight: 500;
    letter-spacing: -.0625rem;
    line-height: 76px;
}


    .hero__button-group {
        margin-top: 3rem;
    }


.centered-content {
    text-align: center;
    /* margin: 100px 0px 127px; */
}

.centered-content__content {
    max-width: 55rem;
    margin: 0 auto;
}


    .copy p {
        font-size: 17px;
        line-height: 32px;
        font-family: "Poppins", sans-serif;
        color: #5f6870;
    }

.contact-main-btt{}

.contact-info-item {
    text-align: center;
    background: #0f516714;
    margin-bottom: 30px;
    padding: 40px 49px 20px;
    height: calc(100% - 30px);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 30px;
}


.contact-info-item  i {
    font-size: 37px;
    margin-bottom: 25px;
    color: #0f5167;
    width: 78px;
    height: 78px;
    background: white;
    line-height: 78px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 10px 4px 60px rgba(214, 185, 129, 0.2);
    box-shadow: 10px 4px 60px rgba(214, 185, 129, 0.2);
}



.contact-info-item h4{
    font-weight: 500;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
   }

.contact-info-item p{
    /* font-weight: 300; */
    color: #242424;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
   }
.contact-info-item p a{
    /* font-weight: 300; */
    color: #0f5167;
    font-family: "Poppins", sans-serif;
    line-height: 25px;text-decoration:none;
    font-weight:500;
   }
 .contact-form-wrap .form-control {
    border: none;
    /* -webkit-box-shadow: 10px 4px 60px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 10px 4px 60px rgba(0, 0, 0, 0.1); */
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 18px 30px;
    background-color: #fff;
    border-radius: 14px;
    border: 1px solid #d6cccc;
}

 .contact-form-wrap  label{font-size: 14px;color: #30353b;font-family: "Poppins", sans-serif;margin-bottom: 11px;margin-top: 17px;padding-left: 20px;font-weight: 500;}

.contact-page .sec-title__title {
    font-size: 44px;
    line-height: normal;
    letter-spacing: -0.72px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.sec-title__tagline {
    margin: 0;
    font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
    font-size: 16px;
    color: #0f5167;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}


.cont-btttm{margin-top: 30px;}

.contact-page {padding: 100px 0px 128px;}

..contact-form-wrap label{}



.map-maa{margin-top: 156px;padding: 0px 0px 0px 49px;}




.icon-text--solid {
    background: #f1f7f6;
    border-radius: .5rem;
    padding: 2.5rem 1.25rem 1.875rem;
}




    .l-grid__cell--33-at-md {
        width: 33.33%;
    }


    .l-grid__cell {
        padding: 0 1.25rem;
    }


    .l-grid__cell--50-at-md {
        width: 50%;
    }





.media-content__cell--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.media-content__cell:last-child {
    margin-bottom: 0;
}

    .media-content__content {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }


    .media-content__content h3 {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: -.03125rem;
        line-height: 58px;
        margin-top: 10px;
        margin-bottom: 11px;
        color: #30353b;
        font-family: "Poppins", sans-serif;
    }





.copy ul {
    padding-left: 26px;
    margin-bottom: 1.5625rem;
    list-style-type: disc;
    font-size: 17px;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    color: #5f6870;
}
    .copy li {
        font-size: 1.125rem;
        line-height: 27px;
    }

.media-content__cell{}

.media-content__cell img{
    width: 100%;
}

.media-content{padding: 100px 0px 58px;}
.media-content-bt{padding: 62px 0px 125px;}


.service-details {
    position: relative;
    padding: 120px 0px 112px 0px;
}


.service-sidebar .categories-widget {
    position: relative;
    display: block;
    /* background: #f8f7f3; */
    padding: 0px 0px 20px 0px;
    margin-bottom: 30px;
}



.service-sidebar .categories-widget h4 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-left: 50px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}


.service-sidebar .categories-widget .list li {
    position: relative;
    display: block;
    border-bottom: .0625rem solid rgba(48, 53, 59, .15);
}




.service-sidebar .categories-widget .list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #717577;
    text-decoration: none;
    font-weight: 500;
    padding: 21px 50px;
}

.service-sidebar .categories-widget .list li a:hover, .service-sidebar .categories-widget .list li a.active {
    background: #fff;
}




.service-sidebar .categories-widget .list li a:before {
    position: absolute;
      content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 700;
    color: #22272b;
    top: 16px;
    right: 50px;
    opacity: 0;
    transition: all 500ms ease;
}

.service-sidebar .categories-widget .list li a:hover:before, .service-sidebar .categories-widget .list li a.active:before {
    opacity: 1;
}

.service-sidebar .sidebar-support {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 43px 40px 50px 40px;
}



.service-sidebar .sidebar-support h4 {
    font-size: 31px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 32px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

.service-sidebar .sidebar-support p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

.service-sidebar .sidebar-support h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-sidebar .sidebar-support h3 a {
  color:#fff;
  text-decoration: none;
}




.theme-btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 22px 56px;
    border-radius: 40px;
    z-index: 1;
    background: #c49d58;
    text-decoration: none;
}


.theme-btn-one:before{
  content: "";
  position: absolute;
  background: #222;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0,0);
  transition: all 300ms ease;
}

.theme-btn-one:hover:before{
  transform: scale(1,1);
}

.service-sidebar .sidebar-support:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
}

.service-sidebar .sidebar-support:before {
    background: #0f5167;
}
.service-sidebar .widget-content{z-index: 1;position: relative;}


.service-details-content h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin-top: 30px;
}



.service-details-content p {
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 34px;
    color: #5f6870;
    font-family: "Poppins", sans-serif;
}

.service-details-content{ margin-left: 40px;}

.service-details-content .image-box img {
    width: 100%;
}


.mint-donation{}
.mint-donation .Subtitle-1{font-family: "Poppins", sans-serif;font-size: 30px;font-weight: 600;line-height: 39px;}

 .mint-donation .mint-donation-text {
    background: #fff url(/wcm/myconnect/279c0625-504e-4042-a92c-cd5cb4469674/bg_plany1.jpg?MOD=AJPERES&CACHEID=ROOTWORKSPACE-279c0625-504e-4042-a92c-cd5cb4469674-n67W.ux) no-repeat center bottom;
    padding: 63px 0 33px;
    background: #fff;
}



 .mint-donation .html_txt_container {
    max-width: 950px;
    max-width: initial;
    margin: 30px auto;
    border: none;
    background: #fff;
    padding: 0;
    border-radius: 0;
}


 .mint-donation .donation-box {
    background-color: #ffb500;
    border-radius: 5px;
    padding: 20px 0;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


 .mint-donation #step1 .donation-boxes .donation-box {
    height: 100%;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    box-shadow: 0px 0px 2px rgba(233, 235, 238, 1);
    padding: 40px;
}




 .mint-donation .donation-box .ico {
    width: 48px;
    height: 48px;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    /* mix-blend-mode: multiply; */
}

.mint-donation #step1 .donation-boxes .ico {
    width: initial;
    height: 150px;
    padding: 0;
    margin: 0;
}



 .mint-theme h5 {
    /* font-family: FS Alvar; */
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    font-family: "Poppins", sans-serif;
    margin-top: 15px;
}



 .mint-donation .donation-box .button {
    padding: 0 20px;
    padding: 0;
    margin-top: 16px;
}
 .mint-theme ._btn {
    display: inline-block;
    padding: 14px 40px 12px;
    border: none;
    border-radius: 25px;
    background: transparent;
    background-color: #0f5167;
    font-family: FS Alvar;
    font-size: 18px;
    font-weight: 500;
    line-height: 110%;
    cursor: pointer;
    color: #fff;
    transition: all .3s;
    font-family: "Poppins", sans-serif; text-decoration:none;
}

 .mint-donation #step1 .donation-boxes > div {
    margin-bottom: 30px;
    padding: 0px 16px;
}

 .mint-donation #step1 .donation-boxes {
    display: flex;
    flex-wrap: wrap;
}



 .mint-donation #step1 .donation-boxes  img {
    max-height: 120px;
    height: 100%;
    width: auto;
}

 .mint-theme .Body-1 {
    /* font-family: FS Albert Arabic, Tahoma; */
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    font-family: "Poppins", sans-serif;
    color: #747474;
}

.button-group__buttonctt{
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.6;
    display: inline-block;
    padding: 20px 43px !important;
    border: 2px solid #0f5167 !important;
    border-radius: .375rem;
    color: #fff;
    background-color: #0f5167 !important;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    white-space: nowrap;
    }


.abou-main-inner-ff{ padding:100px 0px;}

.conat-top-main{padding: 67px 0px 118px;}



.abt-top-main{padding: 67px 0px 18px;}



.common-inner-main{ padding:100px 0px;}


.comment-form-position-below { display:none;}



.pwrd {
    text-align: right;
    margin-bottom: 0px !important;
}


.pwrd p {
    margin-bottom: 0;
    font-size: 17px;
    color: #ffffff;
    /* font-family: 'Gilroy' !important; */
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 20px;
}



.pwrd img {
    width: 18%;
    margin-left: 8px;
    position: relative;
    top: 1px;
}



.bann-desk:lang(ar) {
    display: block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}





.site-header__unit:first-child:lang(ar) {
    margin-left: 0;
    margin-right: 0px;
}





