<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&amp;display=swap');

body {
    /*font-family: 'Cairo', sans-serif;*/
    font-family: 'Outfit', sans-serif;
    word-wrap: break-word;
    font-kerning: normal;
    color: #000;
    font-size: 16px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
}

.a-color {
    color: #ff661c !important;
}

.a-bg {
    background-color: #ff661c !important;
}

.container-box {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 80px 0 20px 0;
}

/* header */


.header {
    position: absolute;
    padding: 50px 0;
    width: 100%;
    z-index: 999;
    top: 0;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ham {
    display: none;
}

.logo img {
    width: 220px;
}

.nav-list {
    display: flex;
    align-items: center;
}

.nav-item {
    margin-left: 25px;
}

.nav-link {
    font-size: 18px;
    color: #fff;
}

.nav-link:hover {
    color: #e95108;
}

.c-btn {
    background-color: #ff661c;
    color: #fff;
    font-size: 18px;
    padding: 15px 24px;
    font-weight: bold;
    cursor: pointer;
}

.c-btn:hover {
    background-color: #e95108;
    color: #fff;
}


/** hero **/
.hero {
    padding: 300px 0 50px;
    background-image: url(/html/assets/img/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}

.hero-content {
    max-width: 900px;
    position: relative;
}

h1 {
    font-size: 60px;
    font-weight: bold;
}

p {
    font-size: 24px;
}

.hero-content h1 {
    margin: 0;
    line-height: 60px;
}

.hero-content p {
    margin: 10px 0 60px;
    line-height: 30px;
}

.who-link {
    font-size: 40px;
    text-transform: uppercase;
    cursor: pointer;
}



.category {
    margin-top: -50px;
    position: relative;
}

.cat-item {
    background-color: #000;
    color: #fff;
    padding: 20px 10px 10px 20px;
}

.cat-item img {
    filter: invert();
    height: 60px;
    margin-bottom: 40px;
}

.cat-text {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    font-size: 32px;
    height: 100%;
    color: white;
}

.cat-text:hover {
    color: #ff661c;
}

.a-bg .cat-text:hover {
    color: black;
}

.a-bg .a-color {
    color: #fff !important;
}

.im {
    font-size: 25px;

}

.who {
    font-size: 40px;
}

.cat-wrap {
    display: grid;
    grid: auto/repeat(3, 1fr);

}




h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.video-btn {
    width: 170px;
    aspect-ratio: 1;
    font-size: 100px;
    border: 5px solid #a9a9a9;
    background-color: #a9a9a9;
    border-radius: 100%;
    display: grid;
    place-items: center;
    color: #a9a9a9;
    opacity: 0.5;
    padding: 0px 5px 0px 5px;
}

.video-btn:hover {
    opacity: 1;
}

.video-btn i {
  color: #ff661c;
}

.video-wrap {
    position: absolute;
    bottom: 270px;
    right: 300px;
}







.offer-grid {
    display: grid;
    grid: auto/repeat(4, 1fr);
    gap: 55px;
    margin: 50px 0 50px;
}

.offer-item {
  text-align: -webkit-center;
}

.offer-item .offer-item-img-wrapper {
    height: 120px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: solid;
    border-color: #ff661c;
}

.offer-item img {
    height: 60px;
    margin-top: 25px;
}

.offer-item p {
    color: #575757;
    font-size: 18px;
}

.c-btn.btn-big {
    text-transform: uppercase;
}

/*.team-wrap {
    display: grid;
    grid: auto/repeat(5, 1fr);
    gap: 25px;
    margin-top: 40px;
    place-items: center;
}*/

.team-item {
    width: 206px;
}

.eve-img {
    margin-left: 50px;
    position: relative;
    height: 100%;
    filter: grayscale();
}

.eve-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
}

.name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.section.partners-preview {
	padding-top: 30px;
	border-bottom: 1px solid #ddd;
}

.partner-img {
    width: 100%;
    height: 250px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.partner-img img {
    position: absolute;
    width: 300px;
    height: 100%;
    object-fit: fill;
    left: 0;
    padding-inline: 10px;

    /*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);*/
}

.partner-img img:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

.team-img {
    width: 100%;
    height: 250px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.team-img img {
    position: absolute;
    width: auto;
    height: 100%;
    object-fit: cover;
    left: 0;
    padding-inline: 10px;

    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.team-img img:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

.section.team {
    background-color: #000;
    color: #fff;
}


.event-h {
    font-size: 25px;
}

.date {
    font-size: 18px;
    margin: 10px 0;
}

.event-item p {
    font-size: 18px;
}



.slick-buttons .slick-arrow {
    width: 45px;
    height: 38px;
    border: 1px solid #ff661c;
    display: grid !important;
    place-items: center;
    color: #ff661c;
    cursor: pointer;
}

.slick-buttons .slick-arrow:hover {
    background-color: #ff661c;
    color: white;
}

.event-item {
}

.event-slider .slick-list.draggable {
    height: 450px !important;

}

.event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.slick-buttons {
    display: flex;
    align-items: center;
}

.event-next.slick-arrow {
    margin-left: 10px;
}


.footer {
    background-color: #282828;
    color: #fff;
}

.top-footer {
    border-bottom: 1px solid #454545;
}

.tf-wrap img {
    width: 60px;
}

.tf-text a {
  font-size: 25px;
  font-weight: 400;
}

.address {
    font-size: 18px;
}


.tf-wrap {
    display: flex;
    align-items: flex-start;
}

.tf-text {
    margin-left: 55px;
}

.form-wrap {
    /*margin-top: 15px;*/
}

.form-wrap form {
    display: flex;
    margin-top: 30px;
}

.v-input {
    border: 1px solid #fff;
    padding: 20px 14px;
    width: 100%;
    outline: none;
}

.v-submit {
    background-color: #ff661c;
    width: 64px;
    border: 1px solid #ff661c;
}

.form-wrap h6 {
  font-size: 25px;
  font-weight: 400;
  color: #ff661c;
}

.v-submit img {
    filter: brightness(0) invert(1);
    width: 30px;
}

.down-footer {
    font-size: 30px;
}

.down-footer ul li {
  line-height: 30px;
}

.down-footer ul li a {
    font-size: 18px;
    color: #fff;
}

.down-footer ul li a:hover {
    color: #e95108;
}

.down-footer .links-heading {
    font-size: 25px;
    font-weight: 400;
    color: #ff661c;
    padding-bottom: 10px;
}

.copyright {
    font-size: 14px;
    padding-top: 60px;
}

@media (max-width: 1160px) {
    .team-wrap {
        grid: auto/repeat(4, 1fr);
    }

    .video-wrap {

        right: 30px;
    }
}

@media (max-width: 991px) {
    .team-wrap {
        grid: auto/repeat(3, 1fr);

    }

    .logo img {
        width: 200px;
    }

    .nav-item {
        margin-left: 30px;
    }

    .nav-link {
        font-size: 16px;

    }

    .nav-item .c-btn {

        font-size: 16px;
        padding: 10px 20px;

    }

    .im {
        font-size: 21px;

    }

    .who {
        font-size: 30px;
    }

    .hero {
        padding: 250px 0 112px;
    }

    .top-footer .col-md-5 {
        width: 100%;
    }

    .form-wrap {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .logo img {
        width: 170px;
    }
    .cat-wrap {

        grid: auto/repeat(2, 1fr);
    }

    .cat-wrap .cat-item:last-of-type {
        grid-column: 1 / span 2;
    }

    .offer-grid {

        grid: auto/repeat(2, 1fr);
    }

    .team-wrap {
        grid: auto/repeat(2, 1fr);
        place-items: center;

    }

    .down-footer .col-md-3 {
        width: 50%;
        margin-top: 30px;
    }

    .down-footer {
        padding-top: 50px;
    }

    .tf-text a {
        font-size: 28px;
    }

    .address {
        font-size: 18px;
    }

    .tf-wrap img {
        width: 120px;
    }
}

@media (max-width: 576px) {
    
  .hero {
        padding: 150px 0 70px;
    }

    .cat-wrap {

        grid: auto/repeat(1, 1fr);
    }

    .cat-wrap .cat-item:last-of-type {
        grid-column: auto;
    }

    h3 {
        font-size: 20px;
    }

    .team-item {
        width: 200px!important;
        aspect-ratio: 1!important;
    }
    .team-item img {
        height: 120px!important;
        width: 120px!important;
        padding: 0px;
    }

    .team-wrap .slick-list {
      padding: 0px!important;
      margin: 0px 30px!important;
    }

    .team-wrap .slick-prev {
      left: -20px!important;
      z-index: 10;
    }

    .team-wrap .slick-next {
      right: 0px!important;
      z-index: 10;
    }

    .team-wrap .slick-prev:before {
      font-size: 40px!important;
    }
    .team-wrap .slick-next:before {
      font-size: 40px!important;
    }

    h1 {
        font-size: 40px;

    }

    p {
        font-size: 20px;
    }

    .hero-content p {
        margin: 15px 0 90px;
    }

    .who-link {
        font-size: 30px;
    }

    .offer-item p {
        font-size: 16px;
    }

    h2 {
        font-size: 30px;
    }

    .event-item {
        height: 224px !important;
    }

    .down-footer .col-md-3 {
        width: 100%;

    }

    .down-footer ul li a {

        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {

    .team-item {
        width: 200px!important;
        aspect-ratio: 1!important;
    }
    .team-item img {
        height: 150px!important;
        width: 150px!important;
        padding: 0px;
    }

    .team-wrap .slick-list {
      padding: 0px!important;
      margin: 0px 50px!important;
    }

    .team-wrap .slick-prev {
      left: 0px!important;
      z-index: 10;
    }

    .team-wrap .slick-next {
      right: 10px!important;
      z-index: 10;
    }

    .team-wrap .slick-prev:before {
      font-size: 40px!important;
    }
    .team-wrap .slick-next:before {
      font-size: 40px!important;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 767px) {

    .team-item {
        width: 300px!important;
        aspect-ratio: 1!important;
    }
    .team-item img {
        height: 200px!important;
        width: 200px!important;
        padding: 0px;
    }

    .team-wrap .slick-list {
      padding: 0px!important;
      margin: 0px 50px!important;
    }

    .team-wrap .slick-prev {
      left: 0px!important;
      z-index: 10;
    }

    .team-wrap .slick-next {
      right: 10px!important;
      z-index: 10;
    }

    .team-wrap .slick-prev:before {
      font-size: 40px!important;
    }
    .team-wrap .slick-next:before {
      font-size: 40px!important;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {

    .team-item {
        width: 370px!important;
    }
    .team-item img {
        height: 250px!important;
        width: 250px!important;
        padding: 0px;
    }

    .team-wrap .slick-list {
      padding: 0px!important;
      margin: 0px 80px!important;
    }

    .team-wrap .slick-prev {
      left: 0px!important;
      z-index: 10;
    }

    .team-wrap .slick-next {
      right: 30px!important;
      z-index: 10;
    }

    .team-wrap .slick-prev:before {
      font-size: 55px!important;
    }
    .team-wrap .slick-next:before {
      font-size: 55px!important;
    }
}




.inner-page-header {
    background-color: #454545;
}

.iph-wrap {
    max-width: 1000px;
    margin: 0 auto;
}


.brkr-contnt img {
    width: 150px;
}

h4 {
    font-weight: bold;
}

.brkr-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid #eaebeb;
    margin-top: 30px;
}

.brkr-contnt {
    display: flex;
    align-items: center;
}

.brkr-name {
    margin-left: 50px;
}

.brkr-name h4 {
    text-transform: uppercase;
  }

.insurance-type {
    font-size: 18px;
}

.language {
    font-size: 18px;
}

.social {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.social a {
    font-size: 20px;
    margin-inline: 8px;
}

.bd-example {
    justify-content: space-between;
    display: flex;
}

.btn-group {
    width: 48%;

}

.btn-group button {
    width: 100%;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
}

.dropdown-toggle::after {

    font-size: 35px;
}

.dropdown-menu.show {
    border-radius: 0;
    width: 100%;
}

.dropdown-menu li {
    font-size: 20px;
    text-transform: uppercase;
}

.filter-box {
    margin-bottom: 50px;
}

.ham {
    display: none;
    cursor: pointer;
}

.ham .line {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.4px;
    position: relative;
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    background-color: #fff;
}

.line.line-3 {
    margin: 0;
}


.offer-img {
  border-radius: 20px;
  overflow: hidden;
}

.offer-img img {
  width: 100%;
}

.single-media .offer-img {
  border-radius: initial;
  overflow: auto;
}

.single-media .offer-img img {
  aspect-ratio:1;
  height: 400px;
  max-width: 100%;
  width: auto;
  border-radius: 20px;
  overflow: hidden;
}

.offer-content h2 {
  margin-bottom: 15px;
}

.offer-content p {
    font-size: 18px;
    color: #575757;
}

.offer-content.right {
    padding-left: 50px;
}

.offer-content.left {
    padding-right: 50px;
}

.accordion-body {
    padding-top: 0;
    color: #777;
}

.bg-line {
    flex-grow: 1;
    background-color: #000;
    height: 1px;
    margin: 0 15px;
}


.part-item img {
    width: 180px;
}

.part-item {
    border:1px solid #e2e2e2;
    padding: 50px 40px;
    margin: 0 15px;
    border-radius: 10px;
    overflow: hidden;
    height: 200px;
    display: grid !important;
    place-items: center;
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkorange' class='bi bi-dash-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    transform: none;
    content: "";
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkorange' class='bi bi-plus-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    content: "";
}

.accordion-button {
    font-weight: bold;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-item {
    border: 0;
}

@media (max-width: 767px) {

    .brkr-item {
        flex-direction: column;
    }

    .brkr-contnt {
        margin-bottom: 20px;
    }

    .nav-list {
        position: absolute;
        background-color: #6b3d3d;
        color: #000;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        transform: translateY(1000px);
    }

    .ham {
        display: block;
    }

    .navshow .ham .line-1,
    .navshow .ham .line-3 {
        opacity: 0;
        visibility: hidden;
    }

    .navshow .ham .line:nth-child(2) {
        width: 22px;
        margin-right: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition-delay: .1s;
        transition-timing-function: cubic-bezier(.23, 1, .32, 1);
        background-color: #000;
    }

    .navshow .ham .line:nth-child(2)::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: inherit;
        transition: inherit;
        background-color: inherit;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .hidden {
        overflow: hidden;
    }

    .navshow .nav-list {

        background-color: #fff;
        color: #000;
        padding-top: 150px;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-item {
        margin-left: 0;
        margin-bottom: 25px;
    }

    .nav-link {
        color: #000;
        font-size: 28px;
    }

    .nav-item .c-btn {
        font-size: 25px;
        padding: 10px 35px;
    }

    .logo {
        z-index: 9;
    }

    .header {

        padding: 20px 0;
    }

    .inner-page-hero {
        margin-top: 80px;
    }

    .offer-content.right {
        padding: 50px 0 0;
    }

    .offer-content.left {
        padding: 0 0 50px;
    }
}

@media (max-width: 576px) {
    .brkr-item {
        flex-direction: column;
        text-align: center;
        width: 100%;
        align-items: center;
        padding-bottom: 50px;
    }

    .brkr-contnt {
        margin-bottom: 20px;
        flex-direction: column;

    }

    .brkr-name {
        margin: 30px 0 0;
    }

    .social {
        max-width: 200px;
        margin: 20px auto 10px;
        justify-content: space-between;
    }

    .bd-example {
        flex-direction: column;
    }

    .btn-group {
        width: 100%;
        margin-bottom: 20px;
    }
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.team-wrap .slick-prev {
  left: -70px;
}

.team-wrap .slick-next {
  right: -70px;
}

.team-wrap .slick-prev:before {
  font-size: 70px;
}

.team-wrap .slick-next:before {
  font-size: 70px;
}

.element-navbar-background {
  height:160px;
  background-color:#454545;
}

@media (max-width: 767px) {
  .element-navbar-background {
    height:80px;
  }
}

.proud-partner-image {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  margin: 5px 10px 5px -5px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background: transparent;
  border: none;
}

select.input-field {
    /*color: #7a7a7a;*/
}

.input-field {
    border: 0;
    width: 100%;
}

.input-flex {
    display: flex;
    justify-content: space-between;
}

.input-field:focus-visible {
    outline: none;
}

textarea.input-field {
    resize: none;
}

.input-container {
    border: 1px solid #dbdada;
    padding: 12px 15px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
}

.input-container .icon {
    margin-right: 10px;
    width: 22px;
    filter: invert(46%) sepia(50%) saturate(2125%) hue-rotate(347deg) brightness(100%) contrast(102%);
}

.input-container .msg-icon {
  margin-top: -35px;
}

.contact-btn {
    color: #fff;
    background: #ff661c;
    padding: 18px 70px;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    text-transform: uppercase;
    margin-top: 20px;
}

.contact-btn:hover {
    opacity: 1;
}

.grecaptcha-badge {
  display: none;
}

.dropdown button:hover {
    color: #ff661c;
}

.slick-arrow {
  margin-top: -20px;
}

/* about */
.row{
    /*padding: 0;*/
    /*margin: 0;*/
}
.about-content{
    text-align: left;
}
.about-title{
    font-size: 55px;
    margin-bottom: 40px;
}
.about-img{
    width: 250px;
}

/* media-carousel slider */
.media-carousel {
}

.media-carousel .item-wrapper { 
}

.media-carousel .item { 
  height: 90px;
  border-radius: 7px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.media-carousel .item img {
}

.media-carousel .slick-arrow {
  display: none!important;
}

/* --we are looking for -- */
.key-attributes h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff661c;
}
.key-attributes p{
    color: #575757;
    font-size: 18px;
}
.key-attributes i{
    color: #ff661c;
}
.key-icon{
    border: 2px solid #ff661c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 10px 20px 10px 0px;
}
.attribute-logo{
    filter: invert(51%) sepia(60%) saturate(3222%) hue-rotate(346deg) brightness(99%) contrast(104%); 
    width:70px;
    max-height: 60px;
}
.key-attributes i{
    font-size: 35px;
}
.shaking-insurance, .looking-for, .ready{
    margin-top: 30px;
}
@media (max-width: 767px) {
    .form-select {
      font-size: 15px!important;
    }
    .about-title{
        font-size: 50px;
    }
    .about-img{
        margin-bottom: 20px;
    }
    .key-attribute-item {
        flex-direction: column;
       text-align: center;
    }
    .key-icon{
        margin-bottom: 10px;
    }
}

.event-slider a {
  text-decoration: underline;
  color: blue;
}

.paragraph-content {
    font-size: 18px;
    color: #575757;
}

  .christian ul {
    list-style: none;
  }

  .christian ul li::before {
    content: "\2022";
    color: #f0692d;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 1.125em;
  }

  .tel {
    height: 40px;
    width: 40px;
    background-position: center;
    /* color: #f0692d; */
    border-radius: 5px;
    background-image: url(../img/images/tel-lg.png);
    background-color: #f0692d;
    background-repeat: no-repeat;
  }

  .email {
    height: 40px;
    width: 40px;
    background-position: center;
    /* color: #f0692d; */
    border-radius: 5px;
    background-image: url(../img/images/email-lg.png);
    background-color: #f0692d;
    background-repeat: no-repeat;
  }

  /*
  .email{
  background: #f0692d url(../img/images/email-lg.png) no-repeat 10px center;
  display: inline-block;
  width: auto;
  color: #fff;
  padding: 0.5em 0.5em 0.5em 3em ;
  margin-top: 1em;border-radius: 5px;
  }
   */

  .email a{color: #fff;}

.contact-us-info a{
  font-family: "Source Sans Pro", sans-serif;
  color: #F0692D;
  font-size: 1.1em;
  font-weight: 700;
}

.brokers-info a{
  font-family: "Source Sans Pro", sans-serif;
  color: #444444;
  font-size: 1.1em;
  font-weight: 700;
}
  
@media (max-width:1024px) {
  .map-mobile{
    padding: 0;
    margin-top: 50px;
  }
}

iframe {
  max-width: 100%;
}

.icons {
  color: #f47e4a;
}

.icon a {
  font-family: "Cairo", sans-serif;
  font-weight: 700; 
  color: #444444;
  font-size: 14px;
  text-decoration: none;
}
  
@media only screen and (max-width: 820px) {
  .icon {
    border: none;
    padding: 0px;
  }
  .icon p {
    color: #fff;
  }
}

@media only screen and (min-width: 820px) {
	.icons-meet-mobile .icon {
    border: 1px solid #FFF;
    color: #FFF;
    cursor: pointer;
  }

  .icon p {
    color: #fff;
  }

  .icon:hover p {
    color: #f2682b;
  }
}
</pre></body></html>