footer{
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    /* height: auto; */
    width: 100vw;

    padding-top: 40px;
    color: #fff;
}
.location{
    background-image: linear-gradient(89deg, #D4AF37 4.77%, #c29f2d 96.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.con{
    color: #fff !important;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 2.1rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;

    border-radius: 50%;

}
.socials a i{
    font-size: 1.1rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: #000;
    width: 100vw;
    padding: 20px;
padding-bottom: 40px;
  display: flex;
    justify-content: center; /* horizontal center */
    align-items: center; 
}
.footer-bottom p{
float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 12px !important;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #27bcda;
}

@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer-menu{
    float: none;
  
  }
}
  
  .example-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .example-2 .icon-content {
    margin: 0 10px;
    position: relative;
  }
  .example-2 .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  .example-2 .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -50px;
  }
  .example-2 .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .example-2 .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
  }
  .example-2 .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
  }
  .example-2 .icon-content a:hover {
    color: white;
  }
  .example-2 .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
  }
  .example-2 .icon-content a:hover .filled {
    height: 100%;
  }
  
  .example-2 .icon-content a[data-social="linkedin"] .filled,
  .example-2 .icon-content a[data-social="linkedin"] ~ .tooltip {
    background-color: #0274b3;
  }
  
  .example-2 .icon-content a[data-social="github"] .filled,
  .example-2 .icon-content a[data-social="github"] ~ .tooltip {
    background-color: #24262a;
  }
  .example-2 .icon-content a[data-social="instagram"] .filled,
  .example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
    background: linear-gradient(
      45deg,
      #405de6,
      #5b51db,
      #b33ab4,
      #c135b4,
      #e1306c,
      #fd1f1f
    );
  }
  .example-2 .icon-content a[data-social="youtube"] .filled,
  .example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
    background-color: #ff0000;
  }
  



.elementor-618 .elementor-element.elementor-element-8ea236f:not(.elementor-motion-effects-element-type-background),
.elementor-618 .elementor-element.elementor-element-8ea236f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: var(--e-global-color-190e635);
   
}

.elementor-618 .elementor-element.elementor-element-8ea236f>.elementor-background-overlay {
    background-color: transparent;
    background-image: radial-gradient(at bottom left, #000000D1 20%, var(--e-global-color-190e635) 100%);
    opacity: 0.95;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-618 .elementor-element.elementor-element-8ea236f {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 4em 0em 3em 0em;
}

.elementor-618 .elementor-element.elementor-element-5c3a903 img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.elementor-618 .elementor-element.elementor-element-5c3a903>.elementor-widget-container {
    margin: 0px 0px 20px 0px;
}

.elementor-618 .elementor-element.elementor-element-5c3a903 {
    width: auto;
    max-width: auto;
}

.elementor-618 .elementor-element.elementor-element-bfbd1e5 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(19px/2);
}

.elementor-618 .elementor-element.elementor-element-bfbd1e5 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(19px/2);
}

.elementor-618 .elementor-element.elementor-element-bfbd1e5 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(19px/2);
    margin-left: calc(19px/2);
}

.elementor-618 .elementor-element.elementor-element-bfbd1e5 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-19px/2);
    margin-left: calc(-19px/2);
}

body.rtl .elementor-618 .elementor-element.elementor-element-bfbd1e5 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-19px/2);
}

body:not(.rtl) .elementor-618 .elementor-element.elementor-element-bfbd1e5 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-19px/2);
}

.elementor-618 .elementor-element.elementor-element-bfbd1e5 .elementor-icon-list-icon i {
    color: var(--e-global-color-accent);
    transition: color 0.3s;
}

.elementor-618 .elementor-element.elementor-element-bfbd1e5 .elementor-icon-list-icon svg {
    fill: var(--e-global-color-accent);
    transition: fill 0.3s;
}

.elementor-618 .elementor-element.elementor-element-bfbd1e5 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-618 .elementor-element.elementor-element-bfbd1e5 .elementor-icon-list-text {
    transition: color 0.3s;
}

.elementor-618 .elementor-element.elementor-element-e6a5fe0 .elementor-heading-title {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-618 .elementor-element.elementor-element-e6a5fe0>.elementor-widget-container {
    padding: 0px 15px 0px 0px;
}

.elementor-618 .elementor-element.elementor-element-e6a5fe0 {
    width: auto;
    max-width: auto;
    align-self: center;
}

.elementor-618 .elementor-element.elementor-element-ce2d172 {
    --grid-template-columns: repeat(0, auto);
    --icon-size: 12px;
    --grid-column-gap: 5px;
    --grid-row-gap: 0px;
    width: auto;
    max-width: auto;
    align-self: center;
}

.elementor-618 .elementor-element.elementor-element-ce2d172 .elementor-widget-container {
    text-align: left;
}

.elementor-618 .elementor-element.elementor-element-ce2d172 .elementor-social-icon {
    background-color: var(--e-global-color-a954db2);
    --icon-padding: 1em;
}

.elementor-618 .elementor-element.elementor-element-ce2d172 .elementor-social-icon i {
    color: var(--e-global-color-651faef);
}

.elementor-618 .elementor-element.elementor-element-ce2d172 .elementor-social-icon svg {
    fill: var(--e-global-color-651faef);
}

.elementor-618 .elementor-element.elementor-element-ce2d172 .elementor-social-icon:hover {
    background-color: var(--e-global-color-accent);
}

.elementor-618 .elementor-element.elementor-element-ce2d172 .elementor-social-icon:hover i {
    color: var(--e-global-color-secondary);
}

.elementor-618 .elementor-element.elementor-element-ce2d172 .elementor-social-icon:hover svg {
    fill: var(--e-global-color-secondary);
}

.elementor-618 .elementor-element.elementor-element-a9c2d10 {
    --spacer-size: 5px;
}

.elementor-618 .elementor-element.elementor-element-6a50a41>.elementor-element-populated {
    margin: 0em 0em 0em 3em;
    --e-column-margin-right: 0em;
    --e-column-margin-left: 3em;
}

.elementor-618 .elementor-element.elementor-element-742bcf6 {
    margin-top: 0em;
    margin-bottom: 3em;
}

.elementor-618 .elementor-element.elementor-element-a29d414 .elementor-heading-title {
    color: var(--e-global-color-a291686);
    font-family: var(--e-global-typography-7044a64-font-family), Sans-serif;
    font-size: var(--e-global-typography-7044a64-font-size);
    font-weight: var(--e-global-typography-7044a64-font-weight);
    line-height: var(--e-global-typography-7044a64-line-height);
    letter-spacing: var(--e-global-typography-7044a64-letter-spacing);
    word-spacing: var(--e-global-typography-7044a64-word-spacing);
}

.elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px/2);
}

.elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(10px/2);
}

.elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(10px/2);
    margin-left: calc(10px/2);
}

.elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-10px/2);
    margin-left: calc(-10px/2);
}

body.rtl .elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-10px/2);
}

body:not(.rtl) .elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-10px/2);
}

.elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-icon i {
    transition: color 0.3s;
}

.elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-icon svg {
    transition: fill 0.3s;
}

.elementor-618 .elementor-element.elementor-element-e7192a6 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-item>a {
    font-family: var(--e-global-typography-b2ce6af-font-family), Sans-serif;
    font-size: var(--e-global-typography-b2ce6af-font-size);
    line-height: var(--e-global-typography-b2ce6af-line-height);
    letter-spacing: var(--e-global-typography-b2ce6af-letter-spacing);
    word-spacing: var(--e-global-typography-b2ce6af-word-spacing);
}

.elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-text {
    color: var(--e-global-color-text);
    transition: color 0.3s;
}

.elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: var(--e-global-color-accent);
}

.elementor-618 .elementor-element.elementor-element-5eb9666 .elementor-heading-title {
    color: var(--e-global-color-a291686);
    font-family: var(--e-global-typography-7044a64-font-family), Sans-serif;
    font-size: var(--e-global-typography-7044a64-font-size);
    font-weight: var(--e-global-typography-7044a64-font-weight);
    line-height: var(--e-global-typography-7044a64-line-height);
    letter-spacing: var(--e-global-typography-7044a64-letter-spacing);
    word-spacing: var(--e-global-typography-7044a64-word-spacing);
}

.elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px/2);
}

.elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(10px/2);
}

.elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(10px/2);
    margin-left: calc(10px/2);
}

.elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-10px/2);
    margin-left: calc(-10px/2);
}

body.rtl .elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-10px/2);
}

body:not(.rtl) .elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-10px/2);
}

.elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-icon i {
    transition: color 0.3s;
}

.elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-icon svg {
    transition: fill 0.3s;
}

.elementor-618 .elementor-element.elementor-element-5a218d1 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-item>a {
    font-family: var(--e-global-typography-b2ce6af-font-family), Sans-serif;
    font-size: var(--e-global-typography-b2ce6af-font-size);
    line-height: var(--e-global-typography-b2ce6af-line-height);
    letter-spacing: var(--e-global-typography-b2ce6af-letter-spacing);
    word-spacing: var(--e-global-typography-b2ce6af-word-spacing);
}

.elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-text {
    color: var(--e-global-color-text);
    transition: color 0.3s;
}

.elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: var(--e-global-color-accent);
}

.elementor-618 .elementor-element.elementor-element-9335c6a .elementor-heading-title {
    color: var(--e-global-color-a291686);
    font-family: var(--e-global-typography-7044a64-font-family), Sans-serif;
    font-size: var(--e-global-typography-7044a64-font-size);
    font-weight: var(--e-global-typography-7044a64-font-weight);
    line-height: var(--e-global-typography-7044a64-line-height);
    letter-spacing: var(--e-global-typography-7044a64-letter-spacing);
    word-spacing: var(--e-global-typography-7044a64-word-spacing);
}

.elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px/2);
}

.elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(10px/2);
}

.elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(10px/2);
    margin-left: calc(10px/2);
}

.elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-10px/2);
    margin-left: calc(-10px/2);
}

body.rtl .elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-10px/2);
}

body:not(.rtl) .elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-10px/2);
}

.elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-icon i {
    transition: color 0.3s;
}

.elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-icon svg {
    transition: fill 0.3s;
}

.elementor-618 .elementor-element.elementor-element-562124b {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-item>a {
    font-family: var(--e-global-typography-b2ce6af-font-family), Sans-serif;
    font-size: var(--e-global-typography-b2ce6af-font-size);
    line-height: var(--e-global-typography-b2ce6af-line-height);
    letter-spacing: var(--e-global-typography-b2ce6af-letter-spacing);
    word-spacing: var(--e-global-typography-b2ce6af-word-spacing);
}

.elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-text {
    color: var(--e-global-color-text);
    transition: color 0.3s;
}

.elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: var(--e-global-color-accent);
}

.elementor-618 .elementor-element.elementor-element-a54a88c {
    margin-top: 0em;
    margin-bottom: 1.5em;
}

.elementor-618 .elementor-element.elementor-element-829eb40 {
    --divider-border-style: solid;
    --divider-color: var(--e-global-color-text);
    --divider-border-width: 1px;
}

.elementor-618 .elementor-element.elementor-element-829eb40 .elementor-divider-separator {
    width: 100%;
}

.elementor-618 .elementor-element.elementor-element-829eb40 .elementor-divider {
    padding-block-start: 0px;
    padding-block-end: 0px;
}

.elementor-618 .elementor-element.elementor-element-829eb40 .elementor-divider__text {
    color: var(--e-global-color-651faef);
    font-family: "Sora", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
}

.elementor-618 .elementor-element.elementor-element-a6162e0 {
    font-family: var(--e-global-typography-69c152f-font-family), Sans-serif;
    font-size: var(--e-global-typography-69c152f-font-size);
    line-height: var(--e-global-typography-69c152f-line-height);
    letter-spacing: var(--e-global-typography-69c152f-letter-spacing);
    word-spacing: var(--e-global-typography-69c152f-word-spacing);
}

.elementor-618 .elementor-element.elementor-element-1ec2e27 {
    text-align: left;
}

.elementor-618 .elementor-element.elementor-element-1ec2e27 .elementor-heading-title {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-112b6c4-font-family), Sans-serif;
    font-size: var(--e-global-typography-112b6c4-font-size);
    font-weight: var(--e-global-typography-112b6c4-font-weight);
    line-height: var(--e-global-typography-112b6c4-line-height);
    letter-spacing: var(--e-global-typography-112b6c4-letter-spacing);
    word-spacing: var(--e-global-typography-112b6c4-word-spacing);
}

@media(max-width:1024px) {
    .elementor-618 .elementor-element.elementor-element-8ea236f {
        padding: 3em 1.5em 2em 1.5em;
    }

    .elementor-618 .elementor-element.elementor-element-c8481bc>.elementor-element-populated {
        margin: 0em 0em 2em 0em;
        --e-column-margin-right: 0em;
        --e-column-margin-left: 0em;
    }

    .elementor-618 .elementor-element.elementor-element-5c3a903 img {
        height: 42px;
    }

    .elementor-618 .elementor-element.elementor-element-e6a5fe0 .elementor-heading-title {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-618 .elementor-element.elementor-element-ce2d172 {
        --icon-size: 13px;
    }

    .elementor-618 .elementor-element.elementor-element-6a50a41>.elementor-element-populated {
        margin: 0em 0em 0em 0em;
        --e-column-margin-right: 0em;
        --e-column-margin-left: 0em;
    }

    .elementor-618 .elementor-element.elementor-element-a29d414 .elementor-heading-title {
        font-size: var(--e-global-typography-7044a64-font-size);
        line-height: var(--e-global-typography-7044a64-line-height);
        letter-spacing: var(--e-global-typography-7044a64-letter-spacing);
        word-spacing: var(--e-global-typography-7044a64-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-item>a {
        font-size: var(--e-global-typography-b2ce6af-font-size);
        line-height: var(--e-global-typography-b2ce6af-line-height);
        letter-spacing: var(--e-global-typography-b2ce6af-letter-spacing);
        word-spacing: var(--e-global-typography-b2ce6af-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-5eb9666 .elementor-heading-title {
        font-size: var(--e-global-typography-7044a64-font-size);
        line-height: var(--e-global-typography-7044a64-line-height);
        letter-spacing: var(--e-global-typography-7044a64-letter-spacing);
        word-spacing: var(--e-global-typography-7044a64-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-item>a {
        font-size: var(--e-global-typography-b2ce6af-font-size);
        line-height: var(--e-global-typography-b2ce6af-line-height);
        letter-spacing: var(--e-global-typography-b2ce6af-letter-spacing);
        word-spacing: var(--e-global-typography-b2ce6af-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-9335c6a .elementor-heading-title {
        font-size: var(--e-global-typography-7044a64-font-size);
        line-height: var(--e-global-typography-7044a64-line-height);
        letter-spacing: var(--e-global-typography-7044a64-letter-spacing);
        word-spacing: var(--e-global-typography-7044a64-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-item>a {
        font-size: var(--e-global-typography-b2ce6af-font-size);
        line-height: var(--e-global-typography-b2ce6af-line-height);
        letter-spacing: var(--e-global-typography-b2ce6af-letter-spacing);
        word-spacing: var(--e-global-typography-b2ce6af-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-829eb40 .elementor-divider__text {
        font-size: 14px;
    }

    .elementor-618 .elementor-element.elementor-element-a6162e0 {
        font-size: var(--e-global-typography-69c152f-font-size);
        line-height: var(--e-global-typography-69c152f-line-height);
        letter-spacing: var(--e-global-typography-69c152f-letter-spacing);
        word-spacing: var(--e-global-typography-69c152f-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-1ec2e27 {
        text-align: center;
    }

    .elementor-618 .elementor-element.elementor-element-1ec2e27 .elementor-heading-title {
        font-size: var(--e-global-typography-112b6c4-font-size);
        line-height: var(--e-global-typography-112b6c4-line-height);
        letter-spacing: var(--e-global-typography-112b6c4-letter-spacing);
        word-spacing: var(--e-global-typography-112b6c4-word-spacing);
    }
}

@media(max-width:767px) {
    .elementor-618 .elementor-element.elementor-element-8ea236f {
        padding: 2.5em 1em 1em 1em;
    }

    .elementor-618 .elementor-element.elementor-element-5c3a903 img {
        height: 100px;
    }

    .elementor-618 .elementor-element.elementor-element-e6a5fe0 .elementor-heading-title {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-618 .elementor-element.elementor-element-ce2d172 {
        --icon-size: 11px;
    }

    .elementor-618 .elementor-element.elementor-element-73e902d {
        width: 50%;
    }

    .elementor-618 .elementor-element.elementor-element-73e902d>.elementor-element-populated {
        margin: 0em 0em 2em 0em;
        --e-column-margin-right: 0em;
        --e-column-margin-left: 0em;
    }

    .elementor-618 .elementor-element.elementor-element-a29d414 .elementor-heading-title {
        font-size: var(--e-global-typography-7044a64-font-size);
        line-height: var(--e-global-typography-7044a64-line-height);
        letter-spacing: var(--e-global-typography-7044a64-letter-spacing);
        word-spacing: var(--e-global-typography-7044a64-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-618 .elementor-element.elementor-element-e7192a6 .elementor-icon-list-item>a {
        font-size: var(--e-global-typography-b2ce6af-font-size);
        line-height: var(--e-global-typography-b2ce6af-line-height);
        letter-spacing: var(--e-global-typography-b2ce6af-letter-spacing);
        word-spacing: var(--e-global-typography-b2ce6af-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-8b3e159 {
        width: 50%;
    }

    .elementor-618 .elementor-element.elementor-element-8b3e159>.elementor-element-populated {
        margin: 0em 0em 2em 0em;
        --e-column-margin-right: 0em;
        --e-column-margin-left: 0em;
    }

    .elementor-618 .elementor-element.elementor-element-5eb9666 .elementor-heading-title {
        font-size: var(--e-global-typography-7044a64-font-size);
        line-height: var(--e-global-typography-7044a64-line-height);
        letter-spacing: var(--e-global-typography-7044a64-letter-spacing);
        word-spacing: var(--e-global-typography-7044a64-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-618 .elementor-element.elementor-element-5a218d1 .elementor-icon-list-item>a {
        font-size: var(--e-global-typography-b2ce6af-font-size);
        line-height: var(--e-global-typography-b2ce6af-line-height);
        letter-spacing: var(--e-global-typography-b2ce6af-letter-spacing);
        word-spacing: var(--e-global-typography-b2ce6af-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-9335c6a .elementor-heading-title {
        font-size: var(--e-global-typography-7044a64-font-size);
        line-height: var(--e-global-typography-7044a64-line-height);
        letter-spacing: var(--e-global-typography-7044a64-letter-spacing);
        word-spacing: var(--e-global-typography-7044a64-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-618 .elementor-element.elementor-element-562124b .elementor-icon-list-item>a {
        font-size: var(--e-global-typography-b2ce6af-font-size);
        line-height: var(--e-global-typography-b2ce6af-line-height);
        letter-spacing: var(--e-global-typography-b2ce6af-letter-spacing);
        word-spacing: var(--e-global-typography-b2ce6af-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-829eb40 .elementor-divider-separator {
        width: 280px;
    }

    .elementor-618 .elementor-element.elementor-element-829eb40 .elementor-divider__text {
        font-size: 13px;
        line-height: 1.5em;
    }

    .elementor-618 .elementor-element.elementor-element-829eb40 {
        --divider-element-spacing: 0px;
    }

    .elementor-618 .elementor-element.elementor-element-a6162e0 {
        font-size: var(--e-global-typography-69c152f-font-size);
        line-height: var(--e-global-typography-69c152f-line-height);
        letter-spacing: var(--e-global-typography-69c152f-letter-spacing);
        word-spacing: var(--e-global-typography-69c152f-word-spacing);
    }

    .elementor-618 .elementor-element.elementor-element-1ec2e27 {
        text-align: center;
    }

    .elementor-618 .elementor-element.elementor-element-1ec2e27 .elementor-heading-title {
        font-size: var(--e-global-typography-112b6c4-font-size);
        line-height: var(--e-global-typography-112b6c4-line-height);
        letter-spacing: var(--e-global-typography-112b6c4-letter-spacing);
        word-spacing: var(--e-global-typography-112b6c4-word-spacing);
    }
}

@media(min-width:768px) {
    .elementor-618 .elementor-element.elementor-element-c8481bc {
        width: 30%;
    }

    .elementor-618 .elementor-element.elementor-element-6a50a41 {
        width: 70%;
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-618 .elementor-element.elementor-element-c8481bc {
        width: 100%;
    }

    .elementor-618 .elementor-element.elementor-element-6a50a41 {
        width: 100%;
    }
}