@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/dana/DanaFaNum-Regular.woff") format("woff"), url("/fonts/dana/DanaFaNum-Regular.woff") format("woff"), url("/fonts/dana/DanaFaNum-Regular.ttf") format("truetype");
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "dana";
}

a:hover{
    text-decoration: none;
}

#navbar{
    position: fixed;
    padding: 20px 40px;
    right: 0;
    left: 0;
    top:0;
    z-index: 100;
    transition-duration: 0.5s;
    background: rgb(20, 40, 60);
    opacity: 0.9;
}

#logo{
    width: 5rem;
}

#toggler{
    position: absolute;
    left: 40px;
    top: 15px;
    color: white;
    cursor: pointer;
    font-size: 30px;
}

#nav{
    position: fixed;
    background-color: rgba(0 , 0 , 0 , 0.9);
    width: 240px;
    right: -240px;
    top: 0;
    bottom: 0;
    line-height: 2.5em;
    padding-top: 30px;
    transition-duration: 0.4s;
}

#nav a{
    color: white;
    font-weight: 500;
    padding: 0 20px;
}


#footer{
    background-color: #253543;
    padding-top: 60px;
    font-weight: 300;
    font-size: 14px;
}

#footer h5{
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 2px #555 solid;
    margin-bottom: 20px;
}

#footer .col-lg-3{
    margin-bottom: 40px;
}

#footer li{
    padding: 6px 0;
    border-bottom: 1px solid #333;
}

#footer li:first-child{
    padding-top: 0;
}

#footer li a{
    color: #ddd;
    transition-duration: 0.3s;
}

#footer li a:hover{
    color: #2c6;
}

#footer li i{
    color: #ddd;
    padding-left: 8px;
}

#footer .links{
    margin-top: 20px;
}

#footer .links a{
    font-size: 18px;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #444;
    color: #eee;
    line-height: 2.1em;
    margin-left: 4px;
    border-radius: 50%;
    text-align: center;
    transition-duration: 0.3s;
}

#footer .links a:hover {
    background-color: #4986f5;
    color: #fff;
}

#footer input {
    float: right;
    border: 0;
    padding: 4px;
    width: 70%;
}

#footer button{
    float: right;
    background-color: #4986f5;
    border: 0;
    width: 30%;
    padding: 4px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

#footer button:hover{
    background-color: #2f569e;
}

#go-to-top{
    position: fixed;
    bottom: 15px;
    left:15px;
    display: inline-block;
    width: 46px;
    height: 46px;
    background-color: rgba(0 , 0 , 0 , 0.3);
    color:white;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 2.8em;
    transition-duration: 0.5s;
    z-index: 999;
}

.header-logo {
    height: 35px;
    width: 75px;
}

.footer-heading {
    color: white;
    font-size: 20px !important;
}

hr {
    border-top: 1px solid rgb(115, 115, 115) !important;
}


footer p {
    color: #b4b8bd;
}

footer {
    padding-bottom: 0px !important;
}

.kadro-header-search {
    display: flex;
    align-items: center;
    flex: 1 1 220px;
    max-width: 320px;
    margin: 0.15rem 0.75rem;
}

.kadro-header-search__field {
    position: relative;
    width: 100%;
}

.kadro-header-search__input {
    width: 100%;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #e3ebf8;
    background: #f7f9fd;
    padding: 0 2.25rem;
    text-align: right;
    direction: rtl;
    font-size: 12px;
    color: #1f2b3a;
}

.kadro-header-search__input:focus {
    outline: none;
    border-color: #4086f5;
    box-shadow: 0 0 0 2px rgba(64, 134, 245, 0.15);
    background: #fff;
}

.kadro-header-search__submit,
.kadro-header-search__reset {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #4086f5;
    padding: 0;
    line-height: 1;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kadro-header-search__submit {
    left: 10px;
}

.kadro-header-search__reset {
    right: 10px;
    color: #94a3b8;
    font-size: 18px;
}

.kadro-header-search__input:placeholder-shown ~ .kadro-header-search__reset {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .kadro-header-search {
        flex: 0 1 260px;
        max-width: 260px;
        margin: 0.35rem 0.5rem;
    }

    .kadro-header-search__input {
        height: 40px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .kadro-header-search {
        flex: 0 1 220px;
        max-width: 220px;
        margin: 0.25rem 0.4rem;
    }

    .kadro-header-search__input {
        height: 36px;
        font-size: 12px;
    }
}



@media (min-width: 1235px) {
    #toggler{
        display: none;
    }

    #nav{
        position: static;
        width: auto;
        background-color: transparent;
        padding-top: 0;
    }

    #nav li{
        float: right;
        font-size: 12px;
    }

    #navbar{
        display: flex;
    }

    #logo{
        order: 1;
        margin-left: auto;
    }

    #logo h4{
        margin-top: 4px;
        margin-bottom: 0;
    }

    #nav {
        width: 93%;
    }

    #navbar {
        direction: ltr;
    }

    .header-link-text {
        font-size: 15px;
        padding: 7px 12px !important;
    }
    .menu-link {
        float: left !important;
    }
    .sub-menu-items {
        list-style-type: disc !important;
        padding-left:1em !important;
        margin-left:1em;
        color: #d4d4d4;
    }
    .de-active {
        display: none !important;
    }

    #marketing-menu {
        direction: rtl;
    }
    #marketing-submenu {
        position: fixed;
        background: #14283b;
        right: 9rem;
        top: 80px;
        text-align: right;
        padding: 6px 0px;
    }

    #family-menu {
        direction: rtl;
    }
    #family-submenu {
        position: fixed;
        background: #14283b;
        right: 16rem;
        top: 80px;
        text-align: right;
        padding: 6px 0px;
    }

    #ceremony-menu {
        direction: rtl;
    }
    #ceremony-submenu {
        position: fixed;
        background: #14283b;
        right: 20rem;
        top: 80px;
        text-align: right;
        padding: 6px 0px;
    }

    #business-menu {
        direction: rtl;
    }
    #business-submenu {
        position: fixed;
        background: #14283b;
        right: 28rem;
        top: 80px;
        text-align: right;
        padding: 6px 0px;
    }

    #services-menu {
        direction: rtl;
    }
    #services-submenu {
        position: fixed;
        background: #14283b;
        right: 34rem;
        top: 80px;
        text-align: right;
        padding: 6px 0px;
    }

    #prices-menu {
        direction: rtl;
    }
    #prices-submenu {
        position: fixed;
        background: #14283b;
        right: 41rem;
        top: 80px;
        text-align: right;
        padding: 6px 0px;
    }

    #photographers-menu {
        direction: rtl;
    }
    #photographers-submenu {
        position: fixed;
        background: #14283b;
        right: 18rem;
        top: 80px;
        text-align: right;
        padding: 6px 0px;
    }
    .sub-menu-items {
        list-style-type: none !important;
        padding-left:1em !important;
        margin-left:1em;
        color: #d4d4d4;
        display: grid;
    }

    .list-unstyled > li > a {
        cursor: pointer;
    }

    .tell-button {
        display: none;
    }

}




@media (max-width: 1235px) {
    .tell-icon {
        font-size: 21px;
        vertical-align: middle;
        margin-right: 3px;
    }

    .tell-button > span {
        vertical-align: middle;
    }

    .list-unstyled {
        padding-right: 0px;
        text-align: right;
    }

    header > nav > .list-unstyled {
        line-height: 50px;
    }

    .menu-link {
        width: 100%;
        display: grid !important;
        padding: 0px 9px !important;
        font-size: 22px !important;
    }

    .header-link-text {
        margin-top: 13px !important;
        border-radius: 4px !important;
    }
    .sub-menu-items {
        list-style-type: disc !important;
        padding-left:1em !important;
        margin-left:1em;
        color: #d4d4d4;
        border-top: 1px solid #818181;
        border-bottom: 1px solid #818181;
        font-size: 13px;
    }
    .de-active {
        display: none !important;
    }
}

p > strong {
    display: block !important;
}

.footer-detail {
    direction: ltr;
    display: inline-block;
    color: #eeeeee;
    font-size: 17px;
    margin-bottom: 5px;
}


/* upgrade heaedr */

@media all and (min-width: 992px) {
    .navbar{ padding-top: 0em;
        padding-bottom: 0em; }
    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
    .navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}

.megamenu .title , a{
    text-align: right;
    direction: rtl;
    color: black;
    font-weight: 700;
}

.list-unstyled a{
    color: #646464;
    text-align: right;
    direction: rtl;
}
#main_nav .navbar-nav{
    padding-right: 0;
    padding-left: inherit;
    line-height: 3em;
}

.megamenu li{
    text-align: right;
}

.megamenu a{
    font-size: 0.7rem;
}
.megamenu .list-unstyled{
    padding-right: 0;
}

.offcanvas-header{ display:none; }

#main_nav .nav-link{
    font-size: 0.8em;
}

#main_nav .seperated{
    border-left: 1px solid rgba(255, 255, 255, 0.179);
}

#main_nav .active .nav-link{
    font-weight: bold;
}
@media (max-width: 992px) {
    #main_nav .seperated{
        border-left: none;
    }
  .offcanvas-header{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0;  
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fefefe;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: 2;
  }
  .megamenu{
    padding: 1em;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
  #main_nav .nav-link{
    font-size: 1em;
  }
  .btn-group .nav-link{
    font-size: 0.8rem;
    margin: 1em;
  }
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    border-bottom: 1px solid white;
    color: rgba(255, 255, 255, 0.95);
}
.navbar-dark .navbar-nav .nav-link{
    color: rgba(255, 255, 255, 0.75);
}

.dropdown-menu li{
    text-align: right;
    direction: rtl;
}


#main_nav .dropdown-menu-right{
    left: unset;
      right: -2em;
      top: 3em;
  }
   
