/*
Theme Name: msaken elkhaleg
Version: 1
*/

html {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

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: 18px;
    line-height: 2
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
blockquote,
p {
    margin: 0;
    padding: 0;
}

a {
    color: #0077c8;
    text-decoration: none
}

a:hover,
a:focus {
    color: #00497c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

textarea {
    overflow: auto;
}

textarea:focus,
input:focus,
select:focus {
    outline: 0;
}

button {
    background: transparent;
    border: 0;
    cursor: pointer;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

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


/* 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:active,
.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;
}


/* grid */

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

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

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

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

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

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

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

.pt-30 {
    padding-top: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}


/* Typograph */

.txtright {
    text-align: right;
}

.txtcenter {
    text-align: center;
}

.txtleft {
    text-align: left;
}

.txt-gold {
    color: #fa9520;
}

h1,
h2,
h3,
.h3,
h4,
.h4,
h5,
h6 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    clear: both;
    font-weight: 700;
    line-height: 1.4;
}

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

.post-content ul,
.widgets-area ul,
.main-navigation ul,
.unstyled {
    list-style: none;
}

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

strong,
.subtitle,
.menu-items a,
.txt-title {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
}


/* Header */

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

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

.mobile-bar {
    box-shadow: 0 0 9px 1px rgb(100 100 100 / 30%);
    padding: 7px 5px;
	display: flex;
    justify-content: space-between;
}
.menu2-toggle,
.menu-toggle {
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #c8d7e1;
}

.site-header .search-wrap {
    float: left;
}

.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: #c8d7e1;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
}
.nav-bar2,
.nav-bar {
    background-color: #1d2733;
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 60px;
    width: 0;
    border: 1px solid #000;
    transition: 0.5s;
}
.nav-bar2.open,
.nav-bar.open {
    width: 100%;
}

.menu-items {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-items li {
    position: relative;
}

.menu-items>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

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

.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 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: 0 0;
    display: block;
    left: 0;
    padding: 13px 16px;
    position: absolute;
    top: 0;
}

.menu-items ul li a {
    padding-right: 20px;
}

.menu-items ul ul li a {
    padding-right: 40px;
}

.menu-items .sub-menu {
    background: rgba(0, 0, 0, 0.08);
}

.menu-items .sub-menu li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.close-menu2,
.close-menu {
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 36px;
    padding: 0px 13px;
    color: #cf2e2e;
}

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

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

.shape svg {
    position: relative;
    display: block;
    fill: #fff;
}

.site-footer {
    background-color: #1d2733;
    color: #fff;
}

.footer-block-horizontal {
    padding: 15px 10px;
    border-bottom: 1px solid #6d6d6d;
}

.footer-block {
    margin: 25px 0 25px 11px;
    padding: 0 15px;
}

.footer-block .subtitle {
    font-size: 22px;
    margin-bottom: 15px;
}

.site-copyright {
    line-height: 55px;
    background: #141b23;
}

.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: 20px;
}

.scrollUp.toggled-on {
    display: block;
}
    
@media only screen and (max-width: 1024px) {
    .site-header.fixed .mobile-bar {
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    }
}
@media only screen and (min-width: 738px) {
    .footer-by {
        text-align: left;
    }
}

@media only screen and (min-width: 1024px) {
    .archive .site-header,
    .home .site-header,
    .site-header.fixed {
        padding: 5px 30px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }
    .page-header {
        padding-top: 90px;
        padding-bottom: 50px;
    }
    .col-2,
    .col-3,
    .col-4,
    .col-6,
    .col-7 {
        margin-left: 2%;
        float: right;
        min-height: 0.125rem;
    }
    .col-4 {
        width: 23%;
    }
    .col-3 {
        width: 31%;
    }
    .col-7 {
        width: 56%;
    }
    .col-6 {
        width: 44%;
    }
    .footer-by,
    .footer-copy {
        float: right;
    }
    .footer-by,
    .footer-copy,
    .col-2 {
        width: 50%;
    }
    .wrapper {
        max-width: 1350px;
    }
    .search-toggle {
        display: block;
    }
    .site-header .search-wrap,
    .close-menu,
    .dropdown-toggle,
	.menu2-toggle,
    .menu-toggle {
        display: none;
    }
    .site-header.fixed {
        background-color: #1d2733;
    }
    .topbar-wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    .site-branding {
        justify-content: flex-start;
        display: flex;
        align-items: center;
    }
    .mobile-bar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        box-shadow: none;
    }
    .nav-bar {
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: center;
        background-color: transparent;
        box-shadow: none;
        position: static;
        height: auto;
        overflow-x: unset;
        padding: 0;
        border: 0;
        transition: none;
    }
    .menu-items {
        border: 0;
    }
    .menu-items>li {
        display: inline-block;
        border: 0;
    }
    .menu-items li.has-child>a:after {
        content: " ";
        border: solid #fff;
        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-color: #1d2733;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding-right: 0;
        border-radius: 2px;
        border: 1px solid #334254;
        z-index: 9999;
    }
    .menu-items .sub-menu .has-child .sub-menu {
        right: 100%;
        top: 0;
    }
    .menu-items .sub-menu .has-child>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate( 137deg);
    }
    .menu-items .has-child:hover>.sub-menu {
        display: block;
    }
    .site-header .search-wrap {
        float: none;
        position: absolute;
        top: 77px;
        left: 0;
        right: 0;
        box-shadow: 0 1px 6px 0 rgb(0 0 0 / 15%);
        background-color: #f4f4f4;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .content-right {
        width: 70%;
        float: right;
    }
    .side-left {
        width: 27%;
        float: left;
    }
}