.dropdown-submenu {
    position: absolute;
}

.dropdown-custom {
    position: relative;
}

.dropdown-custom:hover > .dropdown-menu {
    display: block;
}

.dropdown-custom:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu > .dropdown-menu {
    background-color: #FFE2E2;
    color: #337ab7;
    top: 0;
    margin-top: 65px;
    margin-left: -20px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > .dropdown-menu li a {
    color: #337ab7;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    color: #414ba0;
}

.dropdown-submenu > a:after {
    display: none;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    color: #FFE2E2;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* For Your Skin nav menu & sub menu */
.dropdown-submenu .dropdown-menu li a:hover{
    color: #414ba0;
    background-color: #FFE2E2;
    border-bottom: solid medium #414ba0;
}

/* For alkarim nav menu & sub menu */
.dropdown-custom:hover > .dropdown-menu {
    color: #414ba0;
    background-color: #FFE2E2;

    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    transition: width .3s ease
}
.dropdown-custom .dropdown-menu li a {
    color: #337ab7;
}

.dropdown-custom .dropdown-menu li a:hover {
    color: #414ba0;
    background-color: #FFE2E2;
    border-bottom: solid medium #414ba0;
}


#owl-demo .item {
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.footer-logo {
    /*display: table;*/
    /*display: inline-block;*/
    /*height: 57px;*/
    height: auto;
    position: relative;
    overflow: hidden;
}

.online-partner {
    text-align: center;
    margin: 20px;
}

.input-type {
    float: left;
    margin: 0;
    width: 70%;
    display: block;
}
.input-link {
    float: right;
    margin-right: 0;
    margin-left: 0;
    width: 30%;
}
.input-link a {
    width: 190%;
    padding: 1px 21px;
    padding-top: 8%;
    font-size: 16px;
    min-height: 40px;
    background: transparent;
    border-color: #ddd;
    color: #000;
}