:root {
    --theme-color: #0d223d;
    --color-white: #fff;
    --theme-second-color: #f4ad00;
    --color-gray: #f0f6ff;
}

*, ::before, ::after {
    box-sizing: border-box;
}

html {
    text-size-adjust: 100%;
}

body {
    font-family: Cairo, "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: rgb(61, 64, 69);
    background-color: rgb(255, 255, 255);
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    position: relative;
}
ul.home-contact-info a {
    display: block;
    word-break: break-all;
}
* {
    border: 0px;
    margin: 0px;
    outline: 0px;
    padding: 0px;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Cairo, "Open Sans", Arial, sans-serif;
    font-weight: 900;
}

svg {
    vertical-align: middle;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.wp-video, .wp-video video {
    height: 100%;
    max-width: 100%;
}

.wp-video, .wp-video video {
    height: 100%;
    max-width: 100%;
}

embed, iframe, object, video {
    max-width: 100%;
}


.screen-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    width: 1px;
    position: absolute !important;
    overflow-wrap: normal !important;
}

.second-color {
    color: var(--theme-second-color);
}

.bg-gray {
    background-color: var(--color-gray);
}
.bg-main{
    background-color: var(--theme-color);
}
.white-color {
    color: var(--color-white);
}
#about img {height: 330px;border: 12px double #d0d2d4;object-position: top;border-radius: 50px 100px;}
.theme-color {
    color: var(--theme-color);
    font-size: 30px;
}
.subtitle {
    font-size: 24px;
    padding: 0px 0px 20px;
    font-weight: 700;
}

.aligncenter {
    text-align: center;
}

.required {
    color: rgb(255, 255, 255);
}

.offset-items p, .offset-items li, .offset-items ul {
    margin-bottom: 15px;
}

label {
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
}

.contact-box img {
    margin-top: -93px;
}

.contact-box h3 {
    padding: 15px 0;
    color: var(--theme-color);
}

.contact-box a {
    color: #000;
    text-decoration: none;
    display: block;
    word-wrap: break-word;
}

input[type="email"], input[type="text"], input[type="tel"], input[type="mail"] {
    border: 0px;
    height: 53px;
    padding: 15px 20px;
    margin-bottom: 35px;
    width: 100%;
    border-radius: 6px;
    font-weight: 900;
    font-size: 21px;
    background-color: var(--color-gray);
}

textarea {
    font-size: 20px;
    background: rgb(239, 243, 249);
    border: 0px;
    border-radius: 0px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
    max-height: 160px;
}
.column-3,
input.submit {
    width: 100%;
}

.white-box {
    background-color: var(--color-white);
    padding: 25px 15px;
    border-radius: 25px;
    box-shadow: 1px 1px 6px 0 rgb(4 78 175 / 23%);
    margin-bottom: 30px;
}

.btn {
    padding: 6px 26px 6px 26px;
    background-color: var(--theme-color);
    color: rgb(255, 255, 255);
    border-radius: 36px;
    font-weight: 900;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    direction: ltr;
}

.btn-white {
    background-color: var(--color-white);
    color: var(--theme-color);
}

.btn .icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    line-height: 41px;
    margin-right: 37px;
    background-color: var(--color-gray);
    color: var(--theme-color);
    font-size: 23px;
}

.btn-white .icon {
    background-color: var(--theme-color);
}

.btn:hover {
    top: -8px;
    box-shadow: rgba(68, 68, 68, 0.706) 1px 1px 6px 0px;
}

.container-fluid, .container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.padding-section {
    padding: 90px 0;
}

.padding-bottom {
    padding-bottom: 90px;
}

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

.flex-align-center {
    align-items: center;
}

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

.top-navigation {
    display: none;
      background-color: var(--theme-color);
}
.top-contact a {
    color: var(--color-white);
}
.top-navigation.hide {display: none;}
.page-header {
    background-color: var(--theme-color);
    padding: 60px 0 50px 0;
    box-shadow: 0px 12px 18px -21px rgba(0,0,0,0.3);
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
}
ul.top-contact {
    list-style: none;
    color: rgb(255, 255, 255);
}

ul.top-contact li {
    display: inline-block;
    padding: 0px 12px;
}

.main-navigation {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 0;
}

.main-navigation ul li a {
    text-decoration: none;
    font-weight: 900;
    font-size: 16px;
    padding: 10px 12px;
    color: var(--theme-color);
    display: block;
}
.submenu-toggle {
    width: 45px;
    height: 61px;
    position: absolute;
    left: 0;
    top: 0;
    color: #444444;
    font-size: 20px;
    background-color: #f0f6ff;
}
.submenu-toggle:before {
    font-family: icon;
    content: "\71";
}

.submenu {
    display: none;
}
.submenu.active {
    display: block;
}
.main-menu li:hover a , .main-menu li.active a {
    color: #444;
}
.main-menu li:hover a .icon, .main-menu li.active a .icon{
    color: #444;
}
.logo-wrap {
    margin-right: 10px;
    line-height: 1.3;
}

p.logo-title {
    font-size: 20px;
}

p.logo-description {
    font-size: 13px;
    padding-top: 5px;
}

.menu-innr{
    position: fixed;
    background: white;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
}
.page-menu ul {
    list-style: none;
}
.main-menu {
    padding: 66px 14px 15px 15px;
}

.main-menu li {
    border-bottom: 1px solid #d5e0ed;
    position: relative;
}
.main-menu .icon {
    font-size: 20px;
    margin-left: 4px;
    color: #044eaf;
}
.logo-link {
    color: var(--theme-color);
}

.contact-information ul, .menu-innrul, .breadcrumbs ol, .page-tags ul, .widget-section ul {
    list-style: none;
}

.sidebar-open, .search-toggle {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
    padding: 0px;
    border: 0px;
    background: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 26px;
    box-shadow: 1px 1px 6px 0 rgb(4 78 175 / 35%);
}
.search-toggle .icon,
.sidebar-open .icon {
    font-size: 23px;
    color: var(--theme-color);
}
.serve-box {
    position: relative;
    text-align: center;
    text-decoration: none;
    color: var(--theme-color);
    display: inline-block;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    width: 47%;
    margin-bottom: 30px;
}

.serve-box::after {
    content: " ";
    inset: 0px;
    position: absolute;
    background: linear-gradient(to top, rgba(1, 17, 28, 0.53), rgba(0, 0, 0, 0));
}

.serve-box-title {
    position: absolute;
    z-index: 99;
    bottom: 12px;
    right: 12px;
    left: 12px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 16px;
}

.serve-box img {
    width: 100%;
}

.contact {
}

.contact-form {
    padding: 39px 15px;
    background: var(--color-white);
    padding: 34px;
    border-radius: 33px;
    box-shadow: 0 0 0 2px #044eaf, 0 0 0 10px #fff, 0 0 0 12px #044eaf73, 0 0 0 20px #fff, 0 0 0 22px #044eaf2e;
}

.contact-information a {
    color: rgb(255, 255, 255);
}

.widget-section {
    background-color: var(--theme-color);
    padding: 44px 0px;
    border-top: 13px solid rgb(187, 166, 108);
}

.footer {
    background-color: var(--theme-color);
    color: var(--color-white);
    padding: 15px 0 180px 0;
}

.widget-section, .widget-section a {
    color: var(--color-white);
}

.footer-widgets {
    padding-bottom: 20px;
}

.footer-title {
    color: var(--theme-second-color);
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.social-follow {
    list-style: none;
}

.social-follow li {
    display: inline-block;
}


.site-info p {
    padding: 7px 0px;
}

.social-follow a {
    display: inline-flex;
    background-color: #ffffff30;
    width: 42px;
    height: 42px;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 5px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    justify-content: center;
}

.widget-section ul li a {
    text-decoration: none;
    position: relative;
}

.widget-section ul li a::before {
    content: "\a ";
    border-style: solid;
    border-width: 5px 7px 5px 0px;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
    position: absolute;
    right: -15px;
    top: 12px;
}

.not-found-innr {
    padding: 120px 0px;
    text-align: center;
}

.not-found-innr .page-title span {
    color: rgb(40, 51, 103);
    font-size: 80px;
    font-weight: 600;
}

.not-found-innr .search-input {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    line-height: 1;
    box-sizing: border-box;
    outline: 0px;
    height: 55px;
    box-shadow: rgba(213, 162, 71, 0.1) 0px 4px 8px;
    border: 1px solid rgb(185, 165, 113);
}

.search-submit {
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    border: 0px;
    width: 82px;
    outline: 0px;
    margin: 0px;
    padding: 0px 10px;
    z-index: 2;
    font-weight: 900;
    background-color: var(--theme-color);
    font-size: 22px;
    color: var(--color-white);
    border-radius: 50px;
}
.search-container {
    display: none;
}
.search-form {
    position: relative;
    width: 90%;
}
.search-container.acive {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    justify-content: center;
    align-items: center;
}

.search-field {
    width: 100%;
    padding: 15px 15px;
    height: 72px;
    background-color: var(--color-white);
    border-radius: 50px;
}
.search-form label{
   display: none;
}
.menu-innr.open {
    display: block;
}

button.menu-close {
    padding: 5px;
    background: #E91E63;
    cursor: pointer;
    position: absolute;
    left: 0px;
    right: 0px;
    display: none;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
}

.menu-innr.open .menu-close {
    display: block;
}

.footer-widget ul {
    padding-right: 22px;
}

.footer-widget {
    margin-bottom: 22px;
}

.whatsapp-button, .call-button, .scrollUp {
    position: fixed;
    bottom: 6px;
    text-align: center;
    z-index: 999;
    right: 8px;
    text-decoration: none;
}

.whatsapp-button, .call-button {
    display: flex;
    outline: 0px;
    cursor: pointer;
    align-items: center;
    color: #fff;
    right: 13px;
    background: var(--theme-color);
    border-radius: 15px;
    padding: 11px;
}

.call-button {
}

.call-button {
    bottom: 73px;
}


.icon-whatsapp,
.icon-call {
    width: 60px;
    height: 60px;
    background-color: #044eaf;
    color: #fff;
    font-size: 29px;
    border-radius: 9px;
    line-height: 61px;
    border: 3px solid #ffffff;
    box-shadow: 1px 1px 6px 0 rgb(4 78 175 / 23%);
}
.whatsapp-title,
.call-title {
    background-color: var(--theme-color);
    width: 121px;
    display: inline-block;
    color: #ffffff;
}
.scrollUp,  .call-title {box-shadow: 1px 1px 6px 0 rgb(4 78 175 / 23%);}

.call-button .call-icon {
    animation: 5s ease 0s infinite normal none running memo-waggle;
    background: rgb(39, 49, 104);
    border-radius: 15px;
    border: 4px solid rgb(255, 255, 255);
}

.whats-button .call-icon {
    animation: 5s ease 0s infinite normal none running memo-waggle;
}
.gallery-box {
    margin: 15px;
}
@keyframes memo-waggle {
    0% {
        transform: none;
    }

    10% {
        transform: rotateZ(-20deg) scale(1.2);
    }

    13% {
        transform: rotateZ(25deg) scale(1.2);
    }

    15% {
        transform: rotateZ(-15deg) scale(1.2);
    }

    17% {
        transform: rotateZ(15deg) scale(1.2);
    }

    20% {
        transform: rotateZ(-12deg) scale(1.2);
    }

    22% {
        transform: rotateZ(0deg) scale(1.2);
    }

    100%, 24% {
        transform: rotateZ(0deg) scale(1);
    }
}

.scrollUp {
    background-color: rgb(255, 255, 255);
    left: 25px;
    width: 45px;
    height: 45px;
    line-height: 47px;
    border-radius: 50%;
    bottom: 20px;
    right: auto;
    border: 3px solid rgb(255, 255, 255);
    display: none;
    color: var(--theme-color);
    font-size: 29px;
}

.scrollUp.toggled-on {
    display: block;
}


.faq-question {
    background-color: var(--theme-color);
    color: rgb(255, 255, 255);
    padding: 11px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.faq-answer {
    background: rgb(237, 240, 255);
    padding: 15px;
    border-radius: 5px;
}

@media (min-width: 560px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 12px;
    }

    h6 {
        font-size: 10px;
    }
}

@media (min-width: 930px) {
    .container {
        max-width: 1248px;
    }

    .contact-form {
        padding: 39px 32px;
    }

    .column-3 {
        width: 30%;
    }

    .column-2 {
        width: 47%;
    }
    .column-4 {
    width: 22%;
}
    .footer {
    padding: 15px 0;
}
    .search-form {
    width: 30%;
}
}

@media (min-width: 1080px) {
    .logo {
        margin-left: 35px;
        width: 18%;
    }

    .main-menu > li {
        display: inline-block;
    }

    .sidebar-open, .submenu, .submenu-toggle, .menu-close {
        display: none;
    }

    .serve-box {
        width: 15%;
    }

    .contact-information {
        width: 49%;
    }

    .contact-form {
        width: 79%;
        margin: auto;
    }

    .menu-innr{
        height: 100%;
        position: static;
        inset: 0px;
        z-index: 999;
        display: block;
        background: transparent;
    }

    .main-menu {
        padding: 0px;
    }

 

    .main-menu li {
        border: 0px;
    }
.main-navigation ul li a{
    border-left: 1px solid #e1e7ef;
}
    .main-navigation {
        padding: 11px 50px;
    }
.top-navigation,
    .main-menu li.have-submenu:hover > .submenu{
    display: block;
}

.submenu {
    position: absolute;
    background-color: #fff;
    min-width: 220px;
}
}




section#our-services img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 4px solid #c7c7c7;
}
body{
    background-color: #edf0ff
}

.breadcrumbs, .breadcrumbs a{
    color: var(--color-white);
    text-decoration: none;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li:after {
    content: "\00bb";
    padding: 0 0.3em;
    color: #dbc58e;
}
.breadcrumbs li:last-of-type:after {
    display: none
}
.collection-page-main {
}
.serve-card {
    margin-bottom: 40px;
    margin-left: 24px;
    box-shadow: rgb(221 199 138 / 23%) 0 6px 7px;
    background-color: var(--color-white);
    border-radius: 8px;
    padding: 21px 23px;
    color: #656565;
    position: relative;
    outline: 1px dashed #bba772;
    outline-offset: -5px;
}

.serve-card img {
    width: 100%;
}
.serve-card .content {
    padding: 20px 0 0 0;
}

.serve-card .excerpt {
    padding: 15px 0 26px 0;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}


.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.serve-card a {
    text-decoration: none;
    color: var(--theme-color);
    font-weight: 900;
    font-size: 20px;
}

p.serve-more {
    text-align: center;
}

.serve-more a {
    color: #253169;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    padding: 3px 17px;
    font-size: 16px;
}


@media (min-width: 768px) {
    .serve-card {
    width: 31%;
}
}

section#contact iframe {
    display: block;
    width: 100%;
    border: 10px double #fff !important;!i;!;
    height: auto;
}

ol.list-unstyled.breadcrumb.flex-center.align-center {
    list-style: none;
    display: flex;
    justify-content: center;
    color: #fff;
}
ol.list-unstyled.breadcrumb.flex-center.align-center * {
    color:#fff;
    
}
ol.list-unstyled.breadcrumb.flex-center.align-center svg {
    margin:0 10px;
    width: 13px;
}
ol.list-unstyled.breadcrumb.flex-center.align-center svg path {
    fill:#fff !important
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    padding: 17px;
    border-radius: 15px;
    background: var(--theme-color);
    color: #fff;
}

h2.widgettitle {
    text-align: center;
    font-size: 30px;
}

.textwidget {
    margin: auto;
    max-width: 1140px;
}

.textwidget p,.textwidget ul,.textwidget ol {
    background: #fff;
    margin: 30px 0 0 0;
    padding: 25px;
    border-radius: 5px;
}
.textwidget li {
    margin-inline-start:15px
}

section#introduction {
    background-size: 130% 100% !important;
    background-position-x: 100% !important;
}
section.page-content {
    background: #fff;
}

.tbl {
    overflow: auto;
}

.tbl table {
    width: 100%;
    margin: 20px auto;
    background: #fff;
}

.tbl table td {
    text-align: center;
    padding: 10px;
    background: #f8f8f8;
}

tr:nth-child(1) td {
    color: #fff;
    background: #0d223d;
}

.textwidget h2,.textwidget h3,.textwidget h4 {
    color: #0f2147;
    font-size: 25px;
    margin: 25px 0;
    text-align: center;
}
.textwidget a {
    color:red
}

ul.sub-menu {
    position: absolute;
    right: 0;
    width: 250px;
    background: #fff;
    padding: 16px;
    visibility: hidden;
    opacity: 0;
    transition: .35s ease;
    top: 100%;
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: 0 0 15px #00000030;
}

li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

ul.sub-menu li a {
    border: 0 !important;!i;!;
}