/*
Theme Name: mohamed ali
Author: https://www.mohamedali.site/
Version: 1
*/

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    box-sizing: border-box
}

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

::selection {
    color: #fff;
    background: #0274be;
}

body {
    background: #fff;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 2;
}
iframe {
    max-width: 100%;
}
a {
    color: #333;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

figure,
header,
footer {
    display: block;
}

.site {
    position: relative;
    word-wrap: break-word;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 0 10px;
}

.wrapper:before,
.gallery:before,
.gallery:after,
.clear:before,
.clear:after,
.comment-list .comment:before,
.comment-list .comment:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.gallery:after,
.comment-list .comment:after,
.clear:after {
    clear: both;
}

.wrapper:after {
    clear: both;
    content: "";
    display: block;
}


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

.txtcenter {
    text-align: center;
}

.txtright {
    text-align: right;
}

.txtleft {
    text-align: left;
}

.txtjustify {
    text-align: justify;
}

.svg-xs {
    width: 1em;
}

.ml-1 {
    margin-left: 10px
}

.svg-color {
    color: #f1c50e
}

.main-navigation ul,
.unstyled {
    list-style: none;
}

.list-inline li {
    display: inline-block
}


/*--------------------------------------------------------------
4.0 header
--------------------------------------------------------------*/

.site-header {
    transition: top 300ms ease;
}

.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
}

.site-header.fixed .logo-link {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.site-header.fixed .logo-link img {
    max-width: 60%;
}

.site-header.fixed .nav-bar {
    margin-top: 0
}

.site-header .wrapper {
    padding: 0;
}

.mobile-btn {
    padding: 0 15px;
}

.site-header .wrapper {
    padding: 0;
}

.top-bar {
    color: #ffffff;
    background-color: #3241ac;
}

.site-branding {
    text-align: center;
}

.logo-link,
.widget-card .img-link {
    display: inline-block;
    height: 100%;
}

.nav-bar {
    background: #fff;
    box-shadow: 0 0 9px 1px rgba(100, 100, 100, .3);
}

.menu-items,
.search-wrap,
.sub-menu,
.scrollUp {
    display: none;
}

.menu-toggle,
.search-toggle {
    background: transparent;
    padding: 7px 0;
}

.menu-items.toggled-on,
.menu-items .sub-menu.toggled-on,
.search-wrap.toggled-on {
    display: block;
}

.search-toggle {
    float: left;
}

.menu-items {
    border-top: 1px solid rgb(0, 0, 0, 0.1);
    padding-right: 10px;
}

.menu-items li {
    position: relative;
}

.menu-items>li {
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    margin-top: 5px;
}

.menu-items>li:last-child {
    border-bottom: 0;
}

.menu-items a {
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

.menu-items li:hover>a {
    color: #205D86
}

.icon-angle-down {
    border: solid #5f6f81;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-toggle {
    background: 0 0;
    display: block;
    left: 0;
    padding: 9px;
    position: absolute;
    top: 0;
}

.dropdown-toggle.toggled-on .icon-angle-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.menu-items .sub-menu {
    padding-right: 20px;
}

.search-wrap {
    padding: 15px;
    border-top: 1px solid #c8d7e1;
}

.search-form {
    display: flex;
    justify-content: center;
}

.search-input {
    border: 1px solid #c8d7e1;
    border-radius: 0 5px 5px 0;
    width: 80%;
    padding: 11px;
    -webkit-appearance: textfield;
}

.search-submit {
    background: #255ca2;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
}


/*--------------------------------------------------------------
4.0 footer
--------------------------------------------------------------*/

.site-footer {
    overflow: hidden;
    background-color: #284071;
    border-top: 1px solid #133783;
    color: #d8d8d8
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-contact {
    border-bottom: 1px solid #ffffff1c;
    padding-bottom: 22.85px;
}

.contact-block {
    width: 100%;
    text-align: right;
    margin: 13px 0;
}

.widgets-div .icon-div {
    display: inline-block;
    margin-left: 15px;
}

.widgets-div .text-div {
    display: inline-block;
    margin-left: 10px;
    line-height: 2;
    text-align: right;
}

.widgets-div .text-div span {
    color: #fff;
}

.widgets-div .text-div span+span {
    color: #fff;
}

.site-footer .block {
    margin: 15px 0;
}

.site-footer .subtitle,
.site-footer a {
    color: #fff;
}

.footer-menu-items {
    margin-right: 22px;
}

.subtitle {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 33px;
    font-size: 22px
}

.bold {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
}

.subtitle:after {
    content: "";
    background: #fcce06;
    right: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -9px;
}

.site-footer .about p {
    text-align: justify;
}

.social-follow {
    display: inline;
    margin-top: 15px;
    margin-left: 15px
}

.social-follow li {
    margin-left: 2px;
    display: inline-block;
    font-size: 18px !important;
    background: rgb(0 0 0 / 17%);
    line-height: 40px;
    text-align: center;
    padding: 0px 14px;
}

.hcontact li {
    margin-bottom: 12px;
}

.social-share .facebook {
    background-color: #2f55a4;
}

.social-share .twitter {
    background-color: #1E90FF;
}

.social-share .youtube {
    background-color: #ff0000;
}

.site-copyright {
    color: #0e153e;
    padding: 15px;
    background: #fff;
    font-weight: 800;
}

.site-copyright p {
    margin-bottom: 10px;
}

.ms-whats-button,
.ms-call-button,
.scrollUp {
    position: fixed;
    bottom: 6px;
    z-index: 9999;
    text-align: center;
    z-index: 9999;
}

.scrollUp {
    background-color: #fff;
    left: 25px;
    width: 45px;
    height: 45px;
    line-height: 55px;
    border-radius: 50%;
    bottom: 100px;
}

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

.ms-whats-button,
.ms-call-button {
    display: flex;
    outline: 0;
    cursor: pointer;
}

.ms-call-button {
    right: 6px;
    bottom: 85px;
}

.ms-whats-button {
    right: 6px;
}

.ms-call-icon {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 64px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.ms-call-button .ms-call-icon {
    animation: callrotate 2s infinite ease-in-out;
}

.ms-whats-txt,
.ms-call-txt {
    padding: 0 8px 0 20px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    color: #000;
    margin-left: -13px;
    line-height: 28px;
    border-radius: 10px;
    height: 35px;
    margin-top: 14px;
}

.ms-whats-txt {
    padding: 0 21px
}

.ModalTrigger,
.scrollUp,
.ms-whats-txt,
.ms-call-button .ms-call-txt {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 30px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.1s, opacity 0.3s ease;
    background: #fff;
}

.modal-header {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
}

.modal-content {
    position: relative;
    z-index: 22;
    width: 88%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 11px;
    margin: 0 auto;
    padding: 17px 10px 10px 10px;
    background-color: #fff;
}

.date {
    margin-left: 15px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.modal-content label {
    color: #232323;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-close {
    position: absolute;
    top: 0;
    left: 10px;
    border: none;
    outline: none;
    background: none;
    font-size: 24px;
    color: #fcce06;
    font-weight: bold;
}

.form-title {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 8px;
    margin-left: 28px;
}

.modal-wrap.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.overhidden {
    overflow-y: hidden;
}

label {
    font-weight: 800;
    line-height: 2.4;
    margin-right: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea,
select {
    font-size: 20px;
    background: #fbfbfb;
    border: 1px solid #c8d7e1;
    border-radius: 25px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
}

input[type="submit"] {
    background-color: #255ca2;
    border-radius: 25px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
}

@keyframes callrotate {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@media only screen and (min-width: 768px) {
    .wrapper {
        max-width: 1200px;
    }
    .site-header .wrapper {
        max-width: 1300px;
    }
    .modal-content {
        width: 47%;
    }
    .contact-block {
        width: 33%;
        float: right;
    }
}

@media only screen and (min-width: 1024px) {
    .wrapper {
        max-width: 1350px;
    }
    .site-header {
        position: fixed;
        top: 20px;
        z-index: 9999;
        left: 50%;
        width: 95%;
        transform: translateX(-50%);
        border-radius: 50px;
        background: #fff;
        padding: 5px 30px;
        box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
    }
    .site-branding {
        text-align: right;
    }
    .site-header.fixed .logo-link {
        position: static;
        text-align: center;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .site-header.fixed .logo-link img {
        max-width: 100%;
    }
    .content-right {
        width: 70%;
        float: right;
    }
    .side-left {
        width: 27%;
        float: left;
    }
    .widget-card {
        width: 47.0588235294%;
    }
    .site-branding {
        width: 16%;
    }
    .site-branding {
        vertical-align: middle;
    }
    .nav-bar {
        background-color: transparent;
        width: 84%;
        box-shadow: none;
        position: relative;
    }
    .mobile-btn {
        width: 3%;
        margin-top: 7px;
    }
    .menu-toggle,
    .search-toggle {
        padding: 12px 0;
    }
    .mobile-btn {
        float: left;
    }
    .site-branding,
    .nav-bar,
    .site-footer .block {
        float: right;
    }
    .site-footer .block {
        margin: 15px;
    }
    .site-footer .about {
        width: 35%;
    }
    .site-branding .wrapper {
        text-align: right;
        padding: 0
    }
    .search-wrap {
        position: absolute;
        left: 0;
        background: #fff;
        top: 64px;
        line-height: 30px;
        z-index: 9999;
        border: 1px solid #c8d7e1;
    }
    .menu-items {
        text-align: right;
        display: block;
        border: 0;
        margin-top: 3px;
    }
    .dropdown-toggle,
    .menu-toggle {
        display: none;
    }
    .menu-items>li {
        display: inline-block;
        border: 0;
        padding: 9px 0;
    }
    .menu-items>li>a {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 20px;
    }
    .menu-items li.has-child>a:after {
        content: " ";
        border: solid #343434;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-right: 5px;
        position: relative;
        top: -3px;
        right: 0;
    }
    .menu-items .sub-menu {
        background: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding-right: 0;
        border-radius: 2px;
        -webkit-box-shadow: 0 20px 29px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 20px 29px 0 rgba(0, 0, 0, .4);
        border: 1px solid #e5e5e5;
        z-index: 9999;
    }
    .menu-items li.has-child:hover .sub-menu {
        display: block;
    }
    .menu-items .sub-menu a {
        padding: 3px 20px;
        font-size: 14px;
        background: linear-gradient( 180deg, #fff, #f6f7ff);
        border-bottom: 1px solid rgb(218 216 216 / 58%);
    }
    .menu-items .sub-menu li:hover {
        border-bottom: 1px solid #dad8d894;
        background: linear-gradient( 180deg, #fff, #daeeff);
    }
    .site-contact,
    .site-info {
        width: 36%;
    }
    .footer-pages {
        width: 19%;
    }
    .second-menu {
        width: 21%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .terms {
        width: 50%;
        text-align: justify;
    }
    .site-footer .wrapper {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 1480px) {
    .site-header {
        width: 80%;
    }
}