
@font-face {
 font-family: "Cairo", sans-serif;
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"),
         url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
         url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
         url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
* Template Style
*
* ======================================================= */

body {
    font-family: "Cairo", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #828282;
    background: #fff;
}


#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #bea34d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #bea34d;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
 font-family: "Cairo", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0; }

::-webkit-selection {
  color: #fff;
  background: #bea34d; }

::-moz-selection {
  color: #fff;
  background: #bea34d; }

::selection {
  color: #fff;
  background: #bea34d; }

/* =========================================================
   PREMIUM LAWYER NAVBAR
========================================================= */

.lawyer-navbar {
    width: 100%;
    background: #ffffff;
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
    direction: rtl;
}

.lawyer-nav-container {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;

    min-height: 90px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


/* =========================================================
   LAWYER BRAND
========================================================= */

.lawyer-brand {
    min-width: 250px;
    text-align: right;
}

.lawyer-brand a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.lawyer-brand .brand-name {
    font-family: "Cairo", sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #1d3153;
    white-space: nowrap;
}

.lawyer-brand .brand-subtitle {
    font-family: "Cairo", sans-serif;
    font-size: 13px;
    color: #9a8143;
    margin-top: 5px;
    font-weight: 600;
}


/* =========================================================
   MAIN MENU
========================================================= */

.lawyer-menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.lawyer-menu > ul {
    margin: 0;
    padding: 0;

    list-style: none;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 5px;
}

.lawyer-menu > ul > li {
    position: relative;
    list-style: none;
}

.lawyer-menu > ul > li > a {
    display: flex;
    align-items: center;

    padding: 34px 15px;

    color: #26364d;

    font-family: "Cairo", sans-serif;
    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;

    white-space: nowrap;
}

.lawyer-menu > ul > li > a:hover,
.lawyer-menu > ul > li.active > a {
    color: #ad8b3a;
}


/* =========================================================
   ACTIVE MENU LINE
========================================================= */

.lawyer-menu > ul > li.active > a {
    position: relative;
}

.lawyer-menu > ul > li.active > a::after {
    content: "";

    position: absolute;

    right: 15px;
    left: 15px;
    bottom: 20px;

    height: 2px;

    background: #ad8b3a;

    border-radius: 10px;
}


/* =========================================================
   DROPDOWN
========================================================= */

.lawyer-dropdown {
    position: relative;
}

.dropdown-arrow {
    margin-right: 7px;
    font-size: 16px;
    color: #ad8b3a;
}


/* Dropdown Menu */

.lawyer-dropdown-menu {
    position: absolute;

    top: calc(100% - 5px);
    right: 0;

    width: 280px;

    margin: 0;
    padding: 10px 0;

    list-style: none;

    background: #ffffff;

    border-top: 3px solid #ad8b3a;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);

    border-radius: 0 0 8px 8px;

    opacity: 0;
    visibility: hidden;

    transform: translateY(10px);

    transition: all 0.25s ease;
}


/* Show Dropdown */

.lawyer-dropdown:hover .lawyer-dropdown-menu {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}


/* Dropdown Items */

.lawyer-dropdown-menu li {
    list-style: none;
}

.lawyer-dropdown-menu li a {
    display: block;

    padding: 13px 22px;

    color: #26364d;

    font-family: "Cairo", sans-serif;
    font-size: 14px;
    font-weight: 500;

    text-decoration: none;

    border-bottom: 1px solid #f1f1f1;

    transition: all 0.25s ease;
}

.lawyer-dropdown-menu li:last-child a {
    border-bottom: none;
}

.lawyer-dropdown-menu li a:hover {
    background: #f8f5ee;
    color: #ad8b3a;

    padding-right: 28px;
}


/* =========================================================
   WHATSAPP / CONTACT BUTTON
========================================================= */

.lawyer-nav-action {
    min-width: 190px;
}

.lawyer-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 52px;

    padding: 7px 18px;

    background: #1d3153;

    border-radius: 5px;

    text-decoration: none;

    transition: all 0.3s ease;
}

.lawyer-whatsapp:hover {
    background: #ad8b3a;

    text-decoration: none;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(173, 139, 58, 0.25);
}


/* Button Icon */

.whatsapp-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.12);

    border-radius: 50%;

    color: #ffffff;

    font-size: 17px;
}


/* Button Text */

.lawyer-whatsapp span:last-child {
    display: flex;
    flex-direction: column;

    line-height: 1.3;
}

.lawyer-whatsapp small {
    font-family: "Cairo", sans-serif;

    color: rgba(255,255,255,0.75);

    font-size: 10px;
}

.lawyer-whatsapp strong {
    font-family: "Cairo", sans-serif;

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;
}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 991px) {

    .lawyer-nav-container {
        width: 94%;

        min-height: 80px;

        flex-wrap: wrap;

        padding: 15px 0;
    }

    .lawyer-brand {
        min-width: auto;
    }

    .lawyer-brand .brand-name {
        font-size: 19px;
    }

    .lawyer-brand .brand-subtitle {
        font-size: 11px;
    }

    .lawyer-nav-action {
        min-width: auto;
    }

    .lawyer-whatsapp {
        padding: 8px 12px;
    }

    .lawyer-whatsapp small {
        display: none;
    }

    .lawyer-whatsapp strong {
        font-size: 12px;
    }

    .lawyer-menu {
        order: 3;

        width: 100%;

        overflow-x: auto;

        justify-content: flex-start;
    }

    .lawyer-menu > ul {
        width: max-content;
        gap: 0;
    }

    .lawyer-menu > ul > li > a {
        padding: 14px 12px;

        font-size: 13px;
    }

    .lawyer-menu > ul > li.active > a::after {
        bottom: 5px;

        right: 12px;
        left: 12px;
    }

    .lawyer-dropdown-menu {
        position: fixed;

        top: auto;
        right: 10px;

        width: 270px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media screen and (max-width: 480px) {

    .lawyer-nav-container {
        width: 92%;
    }

    .lawyer-brand .brand-name {
        font-size: 17px;
    }

    .lawyer-brand .brand-subtitle {
        display: none;
    }

    .lawyer-whatsapp {
        min-height: 42px;
    }

    .whatsapp-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .lawyer-whatsapp strong {
        font-size: 11px;
    }
}
/* =========================================================
   MOBILE OFF CANVAS MENU
========================================================= */

.mobile-menu-bar {
    display: none;
}


/* =========================================================
   MOBILE ONLY
========================================================= */

@media screen and (max-width: 991px) {

    /* Hide desktop menu */

    .lawyer-navbar {
        display: none;
    }


    /* ==============================
       MOBILE TOP BAR
    ============================== */

    .mobile-menu-bar {

        display: flex;

        align-items: center;

        justify-content: space-between;

        direction: rtl;

        width: 100%;

        min-height: 72px;

        padding: 10px 18px;

        background: #ffffff;

        border-bottom: 1px solid #eeeeee;

        box-shadow: 0 3px 15px rgba(0,0,0,0.07);

        position: relative;

        z-index: 9998;
    }


    /* ==============================
       BRAND
    ============================== */

    .mobile-brand {
        text-align: right;
    }

    .mobile-brand a {
        display: flex;

        flex-direction: column;

        text-decoration: none;
    }

    .mobile-brand strong {

        font-family: "Cairo", sans-serif;

        font-size: 17px;

        font-weight: 800;

        color: #1d3153;
    }

    .mobile-brand small {

        font-family: "Cairo", sans-serif;

        font-size: 10px;

        color: #ad8b3a;

        margin-top: 2px;
    }


    /* ==============================
       MENU BUTTON
    ============================== */

    .mobile-menu-toggle {

        width: 45px;

        height: 45px;

        border: none;

        border-radius: 5px;

        background: #1d3153;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        gap: 5px;

        cursor: pointer;

        padding: 0;
    }


    .mobile-menu-toggle span {

        width: 22px;

        height: 2px;

        background: #ffffff;

        border-radius: 5px;

        transition: 0.3s;
    }


    /* ==============================
       OVERLAY
    ============================== */

    .mobile-menu-overlay {

        position: fixed;

        inset: 0;

        background: rgba(0,0,0,0.55);

        z-index: 99999;

        opacity: 0;

        visibility: hidden;

        transition: 0.35s ease;

        backdrop-filter: blur(2px);
    }


    .mobile-menu-overlay.active {

        opacity: 1;

        visibility: visible;
    }


    /* ==============================
       SIDEBAR
    ============================== */

    .mobile-sidebar {

        position: fixed;

        top: 0;

        right: 0;

        width: 330px;

        max-width: 88%;

        height: 100vh;

        background: #ffffff;

        z-index: 100000;

        direction: rtl;

        box-shadow: -10px 0 40px rgba(0,0,0,0.15);

        transform: translateX(100%);

        transition: transform 0.4s cubic-bezier(.77,0,.18,1);

        overflow-y: auto;
    }


    .mobile-sidebar.active {

        transform: translateX(0);

    }


    /* ==============================
       SIDEBAR HEADER
    ============================== */

    .mobile-sidebar-header {

        min-height: 95px;

        padding: 20px;

        background: #1d3153;

        color: #ffffff;

        display: flex;

        align-items: center;

        justify-content: space-between;

        gap: 15px;
    }


    .mobile-sidebar-header > div {

        display: flex;

        flex-direction: column;

    }


    .mobile-sidebar-header strong {

        font-family: "Cairo", sans-serif;

        font-size: 17px;

        font-weight: 800;
    }


    .mobile-sidebar-header small {

        font-family: "Cairo", sans-serif;

        font-size: 11px;

        color: rgba(255,255,255,0.7);

        margin-top: 4px;
    }


    /* ==============================
       CLOSE BUTTON
    ============================== */

    .mobile-menu-close {

        width: 38px;

        height: 38px;

        border: 1px solid rgba(255,255,255,0.25);

        background: rgba(255,255,255,0.08);

        color: #ffffff;

        border-radius: 50%;

        font-size: 28px;

        line-height: 30px;

        cursor: pointer;

        display: flex;

        align-items: center;

        justify-content: center;

        flex-shrink: 0;

    }


    .mobile-menu-close:hover {

        background: #ad8b3a;

        border-color: #ad8b3a;
    }


    /* ==============================
       MENU CONTENT
    ============================== */

    .mobile-sidebar-content {

        padding: 15px 18px 30px;
    }


    .mobile-nav-list {

        margin: 0;

        padding: 0;

        list-style: none;
    }


    .mobile-nav-list > li {

        border-bottom: 1px solid #eeeeee;
    }


    .mobile-nav-list > li > a {

        min-height: 58px;

        padding: 0 8px;

        display: flex;

        align-items: center;

        justify-content: space-between;

        gap: 15px;

        color: #26364d;

        font-family: "Cairo", sans-serif;

        font-size: 14px;

        font-weight: 600;

        text-decoration: none;

        transition: 0.25s ease;
    }


    .mobile-nav-list > li > a i {

        color: #ad8b3a;

        font-size: 17px;
    }


    .mobile-nav-list > li > a:hover {

        color: #ad8b3a;

        padding-right: 14px;
    }


    /* ==============================
       SUB MENU
    ============================== */

    .mobile-submenu {

        display: none;

        margin: 0;

        padding: 5px 15px 12px;

        list-style: none;

        background: #fafafa;

        border-radius: 5px;

    }


    .mobile-has-submenu.open .mobile-submenu {

        display: block;

    }


    .mobile-submenu li {

        border-bottom: 1px solid #eeeeee;

    }


    .mobile-submenu li:last-child {

        border-bottom: none;

    }


    .mobile-submenu li a {

        display: block;

        padding: 12px 10px;

        color: #555555;

        font-family: "Cairo", sans-serif;

        font-size: 13px;

        font-weight: 500;

        text-decoration: none;

        transition: 0.25s ease;

    }


    .mobile-submenu li a::before {

        content: "←";

        margin-left: 8px;

        color: #ad8b3a;

    }


    .mobile-submenu li a:hover {

        color: #ad8b3a;

        padding-right: 16px;

    }


    /* Arrow */

    .mobile-arrow {

        transition: transform 0.3s ease;

    }


    .mobile-has-submenu.open .mobile-arrow {

        transform: rotate(180deg);

    }


    /* ==============================
       CONTACT BOX
    ============================== */

    .mobile-contact-box {

        margin-top: 25px;

        padding: 22px 18px;

        background: linear-gradient(
            135deg,
            #f8f5ee,
            #ffffff
        );

        border: 1px solid #eadfca;

        border-radius: 8px;

        text-align: center;

    }


    .mobile-contact-box span {

        display: block;

        font-family: "Cairo", sans-serif;

        color: #777777;

        font-size: 12px;

        margin-bottom: 4px;

    }


    .mobile-contact-box strong {

        display: block;

        font-family: "Cairo", sans-serif;

        color: #1d3153;

        font-size: 17px;

        margin-bottom: 15px;

    }


    .mobile-contact-box a {

        display: flex;

        align-items: center;

        justify-content: center;

        gap: 8px;

        min-height: 45px;

        background: #1d3153;

        color: #ffffff;

        border-radius: 5px;

        font-family: "Cairo", sans-serif;

        font-size: 13px;

        font-weight: 700;

        text-decoration: none;

        transition: 0.3s ease;

    }


    .mobile-contact-box a:hover {

        background: #ad8b3a;

    }

}


/* =========================================================
   SMALL PHONES
========================================================= */

@media screen and (max-width: 480px) {

    .mobile-sidebar {

        width: 310px;

    }

    .mobile-brand strong {

        font-size: 15px;

    }

}
/* =========================================================
   MOBILE MENU - HIDDEN ON DESKTOP
========================================================= */

/* Desktop */
.mobile-menu-bar,
.mobile-sidebar,
.mobile-menu-overlay {
    display: none !important;
}


/* Mobile & Tablet */
@media screen and (max-width: 991px) {

    .mobile-menu-bar {
        display: flex !important;
    }

    .mobile-sidebar {
        display: block !important;
    }

    .mobile-menu-overlay {
        display: block !important;
    }

}
            /* =========================================
   Company Formation Cards
========================================= */

.company-formation-section {
    padding: 90px 0;
    background: #f8f8f8;
    direction: rtl;
}

.company-section-label {
    display: inline-block;
    color: #c59b5f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.company-formation-section .colorlib-heading h2 {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.company-formation-section .colorlib-heading p {
    font-family: "Cairo", sans-serif;
    line-height: 2;
}

.company-intro {
    background: #fff;
    padding: 35px 40px;
    margin: 20px 0 45px;
    border-right: 4px solid #c59b5f;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.company-intro h3 {
    font-family: "Cairo", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #222;
    margin-top: 0;
}

.company-intro p {
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #777;
}

.company-cards {
    display: flex;
    flex-wrap: wrap;
}

.company-cards > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
}

.company-card {
    width: 100%;
    background: #fff;
    padding: 35px 28px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.company-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    border-color: #c59b5f;
}

.company-card-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    background: #f5eee4;
    color: #c59b5f;
    font-size: 30px;
    margin-bottom: 20px;
    transition: all 0.35s ease;
}

.company-card:hover .company-card-icon {
    background: #c59b5f;
    color: #fff;
    transform: rotateY(180deg);
}

.company-card h3 {
    font-family: "Cairo", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 5px 0 15px;
    line-height: 1.7;
}

.company-card p {
    font-family: "Cairo", sans-serif;
    font-size: 15px;
    color: #777;
    line-height: 2;
    margin-bottom: 25px;
    flex-grow: 1;
}

.company-card-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #c59b5f;
    color: #fff !important;
    font-family: "Cairo", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.company-card-btn:hover {
    background: #222;
    color: #fff !important;
    text-decoration: none;
}

.company-card-btn i {
    margin-right: 7px;
}

.company-card-featured {
    border-top: 3px solid #c59b5f;
}

.company-bottom-cta {
    margin-top: 35px;
    padding: 45px 30px;
    text-align: center;
    background: #222;
    color: #fff;
}

.company-bottom-cta h3 {
    font-family: "Cairo", sans-serif;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}

.company-bottom-cta p {
    font-family: "Cairo", sans-serif;
    color: #ddd;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 25px;
}

.company-bottom-cta .btn {
    font-family: "Cairo", sans-serif;
}

.tax-section {
    padding: 90px 0;
    background: #f7f8fa;
    font-family: "Cairo", sans-serif;
    color: #222;
}

/* Header */

.tax-header {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.tax-badge {
    display: inline-block;
    padding: 8px 22px;
    margin-bottom: 18px;
    border-radius: 50px;
    background: #eee8d5;
    color: #a07d24;
    font-size: 15px;
    font-weight: 700;
}

.tax-header h2 {
    font-size: 38px;
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 15px;
}

.tax-header h2 span {
    color: #b18a2c;
}

.tax-header p {
    color: #777;
    font-size: 17px;
    line-height: 2;
}


/* Main Cards */

.tax-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 35px;
}

.tax-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 18px;
    border: 1px solid #eee;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
    transition: .3s ease;
}

.tax-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,.10);
}

.tax-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #f4edda;
    color: #a17c21;
    font-size: 27px;
    margin-bottom: 20px;
}

.tax-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 25px;
}


/* Dates */

.deadline-item {
    padding: 17px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: #f8f8f8;
}

.deadline-item strong {
    display: block;
    color: #a17c21;
    font-size: 25px;
    margin-bottom: 5px;
}

.deadline-item span {
    color: #777;
    font-size: 14px;
}


/* Fines */

.fine-box {
    padding: 18px;
    border-radius: 12px;
    background: #fff8e6;
    margin-bottom: 12px;
}

.fine-box span {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}

.fine-box strong {
    color: #a17c21;
    font-size: 20px;
}

.fine-box.danger {
    background: #fff0f0;
}

.fine-box.danger strong {
    color: #c0392b;
}


/* Danger */

.danger-card {
    border-top: 4px solid #c0392b;
}

.danger-card .tax-icon {
    background: #fff0f0;
    color: #c0392b;
}

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

.danger-card li {
    position: relative;
    padding: 10px 30px 10px 0;
    color: #666;
    line-height: 1.7;
}

.danger-card li i {
    position: absolute;
    right: 0;
    top: 14px;
    color: #b18a2c;
}


/* Alert */

.tax-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 28px 35px;
    margin: 25px 0 80px;
    border-radius: 18px;
    background: #171717;
    color: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
}

.tax-alert-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.alert-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #b18a2c;
    font-size: 24px;
}

.tax-alert h3 {
    margin: 0 0 5px;
    font-size: 23px;
}

.tax-alert p {
    margin: 0;
    color: #ccc;
}


/* Buttons */

.tax-btn,
.service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 8px;
    background: #b18a2c;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .3s;
    white-space: nowrap;
}

.tax-btn:hover,
.service-btn:hover {
    background: #94721e;
    transform: translateY(-2px);
}


/* Service */

.service-area {
    background: #fff;
    border-radius: 25px;
    padding: 60px 45px;
    box-shadow: 0 15px 45px rgba(0,0,0,.06);
}

.service-heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 45px;
}

.service-heading span {
    color: #b18a2c;
    font-size: 15px;
    font-weight: 700;
}

.service-heading h2 {
    font-size: 34px;
    font-weight: 800;
    margin: 12px 0;
}

.service-heading h2 strong {
    color: #b18a2c;
}

.service-heading p {
    color: #777;
    line-height: 2;
}


/* Service Cards */

.service-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.service-card {
    position: relative;
    overflow: hidden;
    padding: 35px 28px;
    text-align: center;
    border-radius: 18px;
    background: #fafafa;
    border: 1px solid #eee;
    transition: .3s;
}

.service-card:hover {
    transform: translateY(-7px);
    border-color: #d7c28b;
}

.service-number {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ddd;
    font-size: 30px;
    font-weight: 800;
}

.service-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4edda;
    color: #a17c21;
    font-size: 25px;
}

.service-card h3 {
    font-size: 20px;
    font-weight: 800;
}

.service-card p {
    color: #777;
    line-height: 1.9;
    font-size: 15px;
}


/* Bottom CTA */

.service-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 45px;
    padding: 30px;
    border-radius: 18px;
    background: #f7f2e5;
}

.service-cta h3 {
    margin: 0 0 7px;
    font-size: 22px;
    font-weight: 800;
}

.service-cta p {
    margin: 0;
    color: #777;
}


/* Responsive */

@media (max-width: 991px) {

    .tax-cards,
    .service-cards {
        grid-template-columns: 1fr;
    }

    .tax-header h2 {
        font-size: 30px;
    }

    .tax-alert,
    .service-cta {
        flex-direction: column;
        text-align: center;
    }

    .tax-alert-content {
        flex-direction: column;
    }

    .service-area {
        padding: 40px 25px;
    }
}

@media (max-width: 575px) {

    .tax-section {
        padding: 60px 15px;
    }

    .tax-header h2 {
        font-size: 25px;
    }

    .tax-card {
        padding: 28px 22px;
    }

    .tax-alert {
        padding: 25px 20px;
    }

    .service-heading h2 {
        font-size: 26px;
    }

    .service-cta {
        padding: 25px 20px;
    }

}
/* Mobile */
@media (max-width: 767px) {

    .company-formation-section {
        padding: 60px 15px;
    }

    .company-intro {
        padding: 25px 20px;
    }

    .company-cards > [class*="col-"] {
        display: block;
    }

    .company-card {
        margin-bottom: 0;
    }

    .company-card h3 {
        font-size: 19px;
    }

}
            .colorlib-nav ul li.has-dropdown .dropdown li a:hover {
              color: #fff; }
      .colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a {
        color: #000; }
    .colorlib-nav ul li.btn-cta a {
      padding: 30px 0px !important;
      color: #fff; }
      .colorlib-nav ul li.btn-cta a span {
        background: #bea34d;
        padding: 10px 20px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px; }
      .colorlib-nav ul li.btn-cta a:hover span {
        -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
    .colorlib-nav ul li.active > a {
      color: #bea34d;
      position: relative; }

#colorlib-counter,
.colorlib-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative; }
  #colorlib-counter .overlay,
  .colorlib-bg .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }

.colorlib-video {
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .colorlib-video {
      height: 450px; } }
  .colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px; }
  .colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#colorlib-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center; }
  #colorlib-hero .btn {
    font-size: 24px; }
    #colorlib-hero .btn.btn-primary {
      padding: 14px 30px !important; }
  #colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #colorlib-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #colorlib-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 700px;
        position: relative; }
        #colorlib-hero .flexslider .slides li:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          background: rgba(0, 0, 0, 0.4);
          z-index: 1; }
    #colorlib-hero .flexslider .flex-control-nav {
      bottom: 40px;
      z-index: 1000; }
      #colorlib-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer; }
        #colorlib-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: rgba(255, 255, 255, 0.7); }
    #colorlib-hero .flexslider .flex-direction-nav {
      display: none; }
    #colorlib-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 700px;
      z-index: 9; }
      #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 44px;
          line-height: 1.3;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 30px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 20px;
          line-height: 1.5;
          margin-bottom: 30px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
          padding: 15px 30px;
          background: #31486f !important;
          color: #fff;
          border: none !important;
          font-size: 18px; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
            background: #bea34d !important;
            -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
          width: 100% !important;
          margin-bottom: 10px; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
            width: 100%;
            background: #fff;
            border: none; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead {
          font-size: 20px;
          color: #fff; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead .icon-heart {
            color: #d9534f; }

.colorlib-bg-section {
  background: rgba(0, 0, 0, 0.05); }

#colorlib-about,
#colorlib-practice,
#colorlib-testimonial,
#colorlib-started,
#colorlib-blog,
#colorlib-contact,
#colorlib-footer {
  padding: 7em 0;
  clear: both; }
  @media screen and (max-width: 768px) {
    #colorlib-about,
    #colorlib-practice,
    #colorlib-testimonial,
    #colorlib-started,
    #colorlib-blog,
    #colorlib-contact,
    #colorlib-footer {
      padding: 3em 0; } }

#colorlib-counter {
  padding: 4em 0;
  clear: both; }

.colorlib-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .colorlib-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px; }
    .colorlib-counters .icon i {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      font-size: 50px;
      color: #fff;
      background: #bea34d;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .colorlib-counters .counter-wrap {
    border: 1px solid red !important; }
  .colorlib-counters .colorlib-counter {
    font-size: 40px;
    display: block;
    color: white;
  font-family: "Cairo", sans-serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: .3em; }
  .colorlib-counters .colorlib-counter-label {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block; }

#colorlib-intro,
#colorlib-content,
#colorlib-consult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left; }

#colorlib-content .video, #colorlib-content .choose,
#colorlib-consult .video,
#colorlib-consult .choose {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    #colorlib-content .video, #colorlib-content .choose,
    #colorlib-consult .video,
    #colorlib-consult .choose {
      width: 100% !important; } }

#colorlib-content .video,
#colorlib-consult .video {
  display: table;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

#colorlib-content .choose,
#colorlib-consult .choose {
  width: 50%;
  padding: 40px 40px; }

#colorlib-content .choose-form,
#colorlib-consult .choose-form {
  background: #31486f; }
  #colorlib-content .choose-form .colorlib-heading,
  #colorlib-consult .choose-form .colorlib-heading {
    margin-bottom: 40px; }
    #colorlib-content .choose-form .colorlib-heading h2,
    #colorlib-consult .choose-form .colorlib-heading h2 {
      color: #fff; }
  #colorlib-content .choose-form .form-control,
  #colorlib-consult .choose-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8); }
    #colorlib-content .choose-form .form-control:active, #colorlib-content .choose-form .form-control:focus,
    #colorlib-consult .choose-form .form-control:active,
    #colorlib-consult .choose-form .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #bea34d; }
#legal-services {
    padding: 100px 0;
    background: #f7f8fa;
    direction: rtl;
    font-family: "Cairo", sans-serif;
}


/* Header */

.services-header {
    margin-bottom: 65px;
}

.services-label {
    display: inline-block;
    color: #b99a45;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
}

.services-label:before,
.services-label:after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    background: #b99a45;
    vertical-align: middle;
    margin: 0 12px;
}

.services-header h2 {
    color: #243b61;
    font-size: 38px;
    line-height: 1.5;
    font-weight: 800;
    margin: 0 0 20px;
}

.services-header p {
    color: #777;
    font-size: 17px;
    line-height: 2;
    max-width: 750px;
    margin: auto;
}


/* Grid */

.services-grid {
    display: flex;
    flex-wrap: wrap;
}


/* Card */

.legal-card {
    position: relative;
    background: #fff;
    border-radius: 6px;
    padding: 42px 35px 35px;
    margin-bottom: 30px;
    min-height: 360px;
    overflow: hidden;

    border: 1px solid #eee;

    box-shadow:
        0 10px 35px rgba(30, 45, 70, 0.07);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


/* Gold top line */

.legal-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 4px;
    background: #b99a45;
    transition: width .4s ease;
}


/* Hover */

.legal-card:hover {
    transform: translateY(-10px);

    border-color: rgba(185,154,69,.35);

    box-shadow:
        0 20px 50px rgba(30, 45, 70, 0.13);
}

.legal-card:hover:before {
    width: 100%;
}


/* Number */

.card-number {
    position: absolute;
    top: 20px;
    left: 25px;

    font-size: 13px;
    font-weight: 700;

    color: #ddd;
}


/* Icon */

.card-icon {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(185,154,69,.10);

    color: #b99a45;

    font-size: 30px;

    margin-bottom: 25px;

    transition: all .35s ease;
}

.legal-card:hover .card-icon {
    background: #b99a45;
    color: #fff;

    transform: scale(1.08) rotate(-4deg);
}


/* Content */

.card-content h3 {
    margin: 0 0 15px;

    font-size: 22px;

    font-weight: 800;

    color: #243b61;
}

.card-content p {
    color: #777;

    font-size: 15px;

    line-height: 2;

    margin-bottom: 22px;
}


/* Card Link */

.card-link {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #b99a45;

    font-size: 15px;

    font-weight: 700;

    text-decoration: none;

    transition: all .3s ease;
}

.card-link:hover {
    color: #243b61;

    text-decoration: none;
}

.card-link i {
    transition: transform .3s ease;
}

.card-link:hover i {
    transform: translateX(-5px);
}


/* Bottom CTA */

.services-bottom-cta {
    margin-top: 45px;

    background: #243b61;

    border-radius: 8px;

    padding: 35px 45px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    box-shadow: 0 15px 40px rgba(36,59,97,.18);
}

.services-bottom-cta span {
    color: rgba(255,255,255,.7);

    font-size: 15px;
}

.services-bottom-cta h3 {
    color: #fff;

    font-size: 25px;

    margin: 7px 0 0;

    font-weight: 700;
}


/* WhatsApp Button */

.whatsapp-btn {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    background: #25D366;

    color: #fff;

    padding: 15px 25px;

    border-radius: 5px;

    font-size: 15px;

    font-weight: 700;

    text-decoration: none;

    transition: all .3s ease;

    white-space: nowrap;
}

.whatsapp-btn:hover {
    background: #1ebe5d;

    color: #fff;

    text-decoration: none;

    transform: translateY(-3px);

    box-shadow: 0 8px 20px rgba(37,211,102,.25);
}


/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 768px) {

    #legal-services {
        padding: 65px 15px;
    }

    .services-header {
        margin-bottom: 40px;
    }

    .services-header h2 {
        font-size: 28px;
    }

    .services-header p {
        font-size: 15px;
    }

    .legal-card {
        min-height: auto;
        padding: 35px 25px;
    }

    .services-bottom-cta {
        display: block;
        text-align: center;
        padding: 30px 20px;
    }

    .services-bottom-cta h3 {
        font-size: 21px;
        margin-bottom: 25px;
    }

    .whatsapp-btn {
        justify-content: center;
        width: 100%;
    }
.legal-contact-banner {
    position: relative;

    padding: 100px 20px;

    background:
        linear-gradient(
            135deg,
            #172a49 0%,
            #243b61 55%,
            #172a49 100%
        );

    overflow: hidden;

    direction: rtl;
}


/* Decorative circles */

.legal-contact-banner::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    border: 1px solid rgba(190,163,77,.18);

    border-radius: 50%;

    top: -210px;
    right: -100px;
}

.legal-contact-banner::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    border: 1px solid rgba(190,163,77,.12);

    border-radius: 50%;

    bottom: -170px;
    left: -80px;
}


/* Overlay */

.legal-contact-overlay {
    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at center,
            rgba(190,163,77,.08),
            transparent 60%
        );

    pointer-events: none;
}


/* Content */

.legal-contact-content {
    position: relative;

    z-index: 2;

    max-width: 850px;

    margin: auto;

    text-align: center;
}


/* Label */

.legal-contact-label {
    display: inline-flex;

    align-items: center;

    gap: 14px;

    color: #d1b35c;

    font-size: 15px;

    font-weight: 700;

    margin-bottom: 20px;
}

.legal-contact-label span {
    width: 35px;

    height: 1px;

    background: #c4a34d;

    display: inline-block;
}


/* Heading */

.legal-contact-content h2 {
    color: #fff;

    font-size: 42px;

    line-height: 1.5;

    font-weight: 700;

    margin: 0 0 22px;
}

.legal-contact-content h2 strong {
    color: #c7a64d;

    font-weight: 800;
}


/* Description */

.legal-contact-description {
    max-width: 720px;

    margin: 0 auto 30px;

    color: rgba(255,255,255,.78);

    font-size: 17px;

    line-height: 2;

    font-weight: 400;
}


/* Features */

.legal-contact-features {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 35px;

    flex-wrap: wrap;

    margin: 30px 0 38px;
}


/* Feature */

.legal-feature {
    display: flex;

    align-items: center;

    gap: 9px;

    color: rgba(255,255,255,.85);

    font-size: 14px;
}

.legal-feature i {
    width: 24px;

    height: 24px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(190,163,77,.15);

    color: #d1b35c;

    font-size: 11px;
}


/* WhatsApp Button */

.legal-contact-actions {
    display: flex;

    justify-content: center;
}


.legal-whatsapp-button {
    display: inline-flex;

    align-items: center;

    gap: 16px;

    min-width: 370px;

    padding: 14px 20px 14px 25px;

    background: #fff;

    border-radius: 7px;

    text-decoration: none;

    box-shadow:
        0 15px 40px rgba(0,0,0,.20);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.legal-whatsapp-button:hover {
    text-decoration: none;

    transform: translateY(-5px);

    box-shadow:
        0 20px 50px rgba(0,0,0,.30);
}


/* WhatsApp Icon */

.legal-whatsapp-icon {
    width: 55px;

    height: 55px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #25D366;

    color: #fff;

    border-radius: 50%;

    font-size: 22px;
}


/* Button Text */

.legal-whatsapp-text {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    flex: 1;
}

.legal-whatsapp-text small {
    color: #999;

    font-size: 12px;

    margin-bottom: 3px;
}

.legal-whatsapp-text strong {
    color: #243b61;

    font-size: 16px;

    font-weight: 800;
}


/* Arrow */

.legal-arrow {
    color: #c4a34d;

    font-size: 18px;

    transition: transform .3s ease;
}

.legal-whatsapp-button:hover .legal-arrow {
    transform: translateX(-5px);
}


/* Bottom Note */

.legal-contact-note {
    margin-top: 25px;

    color: rgba(255,255,255,.5);

    font-size: 12px;
}

.legal-contact-note i {
    margin-left: 6px;

    color: #c4a34d;
}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 768px) {

    .legal-contact-banner {
        padding: 70px 15px;
    }


    .legal-contact-content h2 {
        font-size: 29px;

        line-height: 1.6;
    }


    .legal-contact-description {
        font-size: 15px;

        line-height: 2;
    }


    .legal-contact-features {
        display: block;

        margin: 25px auto 35px;
    }


    .legal-feature {
        justify-content: center;

        margin-bottom: 13px;
    }


    .legal-whatsapp-button {
        min-width: 0;

        width: 100%;

        max-width: 400px;

        padding: 12px 15px;
    }


    .legal-whatsapp-icon {
        width: 48px;

        height: 48px;
    }


    .legal-whatsapp-text strong {
        font-size: 14px;
    }


    .legal-contact-label {
        font-size: 13px;
    }

}
}

.progress-bar {
  background-color: #31486f !important;
  font-size: 16px; }

#colorlib-intro {
  z-index: 0;
  padding-bottom: 7em; }

.third-col {
  padding: 2em;
  margin-top: -40px;
  z-index: 1;
  width: 50%;
  background: #415f92;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .third-col {
      width: 100% !important; } }
  .third-col h2 {
    color: #fff;
    font-weight: 700; }
  .third-col.third-col-color {
    background: #31486f; }
  .third-col .icon {
    position: absolute;
    top: 0px;
    left: -10%; }
    .third-col .icon i {
      font-size: 200px;
      color: rgba(255, 255, 255, 0.05); }

.services {
  position: relative;
  padding: 30px;
  margin-bottom: 60px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .services h3 {
    font-weight: 400; }
    .services h3 a {
      color: #31486f; }
  .services .icon {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    display: table;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .services .icon i {
      display: table-cell;
      vertical-align: middle;
      height: 70px;
      font-size: 60px;
      line-height: 40px;
      color: #31486f; }
  .services:hover, .services:focus {
    background: #31486f;
    color: rgba(255, 255, 255, 0.7); }
    .services:hover h3 a, .services:focus h3 a {
      color: #fff; }
    .services:hover .icon i, .services:focus .icon i {
      color: #bea34d; }

.colorlib-social-icons {
  margin: 0;
  padding: 0; }
  .colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .colorlib-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #bea34d;
      padding-left: 10px;
      padding-right: 10px; }
      .colorlib-social-icons li a i {
        font-size: 20px; }

.colorlib-contact-info ul {
  padding: 0;
  margin: 0; }
  .colorlib-contact-info ul li {
    padding: 0 0 0 40px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative; }
    .colorlib-contact-info ul li:before {
      color: #bea34d;
      position: absolute;
      left: 0;
      top: .05em;
    font-family: "Cairo", sans-serif;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .colorlib-contact-info ul li.address:before {
      font-size: 30px;
      content: "\e9d1"; }
    .colorlib-contact-info ul li.phone:before {
      font-size: 23px;
      content: "\e9f4"; }
    .colorlib-contact-info ul li.email:before {
      font-size: 23px;
      content: "\e9da"; }
    .colorlib-contact-info ul li.url:before {
      font-size: 23px;
      content: "\e9af"; }

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left; }

.colorlib-heading {
  margin-bottom: 5em; }
  .colorlib-heading.colorlib-heading-sm {
    margin-bottom: 2em; }
  .colorlib-heading h2 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 400; }
  .colorlib-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #828282; }
  .colorlib-heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px; }
  .colorlib-heading.colorlib-heading2 h2 {
    font-size: 60px;
    font-weight: 700; }
  .colorlib-heading.colorlib-heading2 p {
    font-size: 24px;
    margin-bottom: 40px; }

#colorlib-testimonial .testimony-slide {
  text-align: center; }
  #colorlib-testimonial .testimony-slide span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: #000; }
  #colorlib-testimonial .testimony-slide figure {
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    #colorlib-testimonial .testimony-slide figure img {
      width: 140px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  #colorlib-testimonial .testimony-slide blockquote {
    border: none;
    margin: 30px auto;
    width: 70%;
    position: relative;
    padding: 0; }
    @media screen and (max-width: 992px) {
      #colorlib-testimonial .testimony-slide blockquote {
        width: 100%; } }

#colorlib-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%; }
  #colorlib-testimonial .arrow-thumb a {
    font-size: 32px;
    color: #dadada; }
    #colorlib-testimonial .arrow-thumb a:hover, #colorlib-testimonial .arrow-thumb a:focus, #colorlib-testimonial .arrow-thumb a:active {
      text-decoration: none; }

#colorlib-testimonial .owl-theme .owl-dots .owl-dot.active span, #colorlib-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #bea34d; }

#colorlib-testimonial .owl-theme .owl-dots .owl-dot span {
  background: #31486f; }

.colorlib-staff {
  text-align: center;
  margin-bottom: 30px; }
  .colorlib-staff img {
    width: 100%;
    margin-bottom: 20px; }
  .colorlib-staff h3 {
    font-size: 24px;
    margin-bottom: 5px; }
  .colorlib-staff p {
    margin-bottom: 30px; }
  .colorlib-staff .role {
    color: gray;
    margin-bottom: 30px;
    font-weight: normal;
    display: block; }

#colorlib-started {
  padding: 3em 0 0 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%; }
  #colorlib-started .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }
  #colorlib-started .colorlib-heading h2 {
    line-height: 80px;
    color: #fff;
    margin-bottom: 30px !important; }
  #colorlib-started .colorlib-heading p {
    color: rgba(255, 255, 255, 0.5); }
  #colorlib-started .btn {
    height: 54px;
    border: none !important;
    background: #bea34d;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px; }
  #colorlib-started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px; }
    #colorlib-started .form-inline .form-group .form-control {
      width: 100%; }

.blog-featured a img {
  margin-bottom: 30px; }

.blog-featured h2 a {
  color: #31486f; }
  .blog-featured h2 a:hover {
    color: #bea34d; }

.blog-entry {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 2em; }
  .blog-entry .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    float: left; }
  .blog-entry .desc {
    padding-left: 170px; }
    .blog-entry .desc h3 a {
      color: #31486f; }
      .blog-entry .desc h3 a:hover {
        color: #bea34d; }
    .blog-entry .desc .meta {
      color: #999999;
      font-size: 16px;
      margin-bottom: 10px; }

.colorlib-blog {
  margin-bottom: 40px;
  width: 100%;
  float: left; }
  .colorlib-blog > a {
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .colorlib-blog > a img {
      width: 100%; }
  @media screen and (max-width: 768px) {
    .colorlib-blog {
      width: 100%; } }
  .colorlib-blog .blog-text {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 30px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .colorlib-blog .blog-text span {
      display: inline-block;
      margin-bottom: 20px; }
      .colorlib-blog .blog-text span.comment {
        float: right; }
        .colorlib-blog .blog-text span.comment a {
          color: rgba(0, 0, 0, 0.3); }
          .colorlib-blog .blog-text span.comment a i {
            color: #bea34d;
            padding-left: 7px; }
    .colorlib-blog .blog-text .meta {
      color: #b3b3b3;
      font-size: 16px;
      margin-bottom: 10px; }
    .colorlib-blog .blog-text h3 {
      font-size: 28px;
      margin-bottom: 20px;
      line-height: 1.5; }
      .colorlib-blog .blog-text h3 a {
        color: black; }

#colorlib-footer {
  background: #0b162a;
  color: rgba(255, 255, 255, 0.5);
  padding: 7em 0 4em 0; }
  #colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #colorlib-footer .colorlib-footer-links {
        margin-bottom: 30px; } }
    #colorlib-footer .colorlib-footer-links li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #colorlib-footer .colorlib-footer-links li a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; }
        #colorlib-footer .colorlib-footer-links li a:hover {
          text-decoration: underline; }
  #colorlib-footer h4 {
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid #bea34d;
    padding-bottom: 15px; }
  #colorlib-footer .colorlib-widget {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #colorlib-footer .colorlib-widget {
        text-align: left; } }
  #colorlib-footer .copyright .block {
    display: block; }

#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #colorlib-offcanvas {
      display: block; } }
  .offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5); }
    #colorlib-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #colorlib-offcanvas ul {
    padding: 0;
    margin: 0; }
    #colorlib-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #colorlib-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
       font-family: "Cairo", sans-serif;

          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e921";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important; }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #444; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .colorlib-nav-toggle.colorlib-nav-white > i {
    color: #fff;
    background: #000; }
    .colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
      background: #000; }

.colorlib-nav-toggle i::before {
  top: -7px; }

.colorlib-nav-toggle i::after {
  bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
  top: -10px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; }

.colorlib-nav-toggle.active i {
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff; }

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff; }

.colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      display: block; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
font-family: "Cairo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #bea34d;
  color: #fff;
  border: 2px solid #bea34d; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #c5ad60 !important;
    border-color: #c5ad60 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #bea34d;
    border: 2px solid #bea34d; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #bea34d;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bea34d; }

.row-pb-md {
  padding-bottom: 4em !important; }

.row-pb-sm {
  padding-bottom: 2em !important; }

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; }
