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

body {
    overflow-x: hidden;
    background-color: #f2f2f2;
}

.font_DroidKufi {
    font-family: 'DroidKufi-Regular';
    line-height: 1.5;
}

.container-1160 {
    width: 1160px;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding: 0;
}

.text-primary-o {
    color: #541871 !important;
}

.text-secondary-o {
    color: #614b9e !important;
}

.bg-primary-o {
    background-color: #541871 !important;
}

.bg-secondary-o {
    background-color: #614b9e !important;
}

.o-h1 {
    font-size: 36px;
    font-weight: bold;
    word-spacing: 3px;
}

.o-h2 {
    font-size: 36px;
}

.o-h6 {
    color: #614b9e;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.o-h6::after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 16px;
    background: #614b9e;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

li {
    list-style: none;
}

a {
    text-decoration: unset;
    color: unset;
}

@media only screen and (max-width: 768px) {
    .container-1160 {
        width: 90%;
        overflow: hidden !important;
    }

    .o-h1 {
        font-size: 25px;
    }

    .o-h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .container-1160 {
        width: 90%;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    .container-1160 {
        width: 90%;
        overflow: hidden !important;
    }

    .o-h1 {
        font-size: 22px;
    }

    .o-h2 {
        font-size: 21px;
    }
}

/* Other Page Header */
#header2 {
    background-color: #ffffff;
    position: fixed;
    width: 100vw;
    z-index: 10000;
}

#header2 nav ul li a,
#header2 .email a {
    color: #2B1C71 !important;
    font-size: 14px;
    margin-right: 50px;
    text-transform: uppercase;
}

#header2 nav ul li a:hover,
#header2 .email a:hover {
    color: #614b9e !important;
}

#header2 nav ul li a.active::after {
    content: '';
    display: block;
    width: 50%;
    height: 3px;
    background: #614b9e;
    transition: width .4s ease-in;
    margin-top: 5px;
}

#header2 .email i {
    font-size: 25px;
}

#videoBG {
    position: absolute;
    object-fit: cover;
    width: 100vw;
    filter: brightness(50%);
}

#header .container-1160 {
    overflow: visible;
}

#header .nav-content {
    padding-top: 50px;
}

#header nav ul li a {
    color: white !important;
    font-size: 14px;
    margin-right: 50px;
    text-transform: uppercase;
}

#header nav ul li a:hover {
    color: #614b9e !important;
}

#header nav ul li a.active::after {
    content: '';
    display: block;
    width: 50%;
    height: 3px;
    background: #614b9e;
    transition: width .4s ease-in;
    margin-top: 5px;
}

#header .email i {
    font-size: 25px;
}

#header .email a:hover {
    color: #614b9e !important;
}

#header .header-content {
    top: 40%;
}

#header .header-content h1 {
    width: 400px;
    font-size: 57px;
}

#header .header-bottons a {
    margin-top: 65px;
    padding: 15px 30px !important;
    font-size: 15px;
}

#header .header-bottons a.btn-orange {
    margin-right: 30px;
}

#header .header-bottons a.btn-white {
    border: 2px solid #ffffff;
}

#header .header-bottons a:hover:before {
    opacity: 1;
    transform: translate(0, 0);
}

#header .header-bottons a:before {
    content: "" attr(data-title);
    position: absolute;
    opacity: 0;
    transform: translate(-100%, 0);
    transition: all .3s ease-in-out;
}

#header .header-bottons a:hover .text-animate {
    opacity: 0;
    transform: translate(100%, 0)
}

#header .header-bottons a .text-animate {
    transition: all .3s ease-in-out;
}

#header .email {
    bottom: 5%;
}

#header #lang, #header2 #lang {
    font-size: 14px;
    color: white !important;
    padding-right: 15px !important;
    background: none;
    border: 0;
    overflow: hidden;
    text-transform: uppercase;
}
#header2 #lang {
    color: unset !important;
}

#header #lang option, #header2 #lang option {
    color: black;
}

#header .arrow-down {
    bottom: 5%;
    font-weight: bold;
}

#header .our-app {
    bottom: 5%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    width: 360px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#header .our-app:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#header .our-app:hover {
    color: white;
}

#header .our-app:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Sink */
#header .hvr-icon-sink {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#header .our-app:hover .hvr-icon-sink {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

#header .social-links {
    right: -17%;
    transform: rotate(-90deg);
}

#header .social-links ul li {
    margin-right: 40px;
}

#header .social-links ul li a {
    color: #ffffff;
    font-size: 13px;
}

#header .social-links ul li a:hover {
    color: #614b9e !important;
}

#header .nav-content .navbar #toggler {
    top: -105px;
}

@media only screen and (max-width: 768px) {
    #header .container-1160 {
        overflow: hidden;
    }

    #header {
        z-index: 1;
    }

    #videoBG {
        height: 100vh;
    }

    #header .nav-mob {
        background-color: #F8F8F8;
        color: #000000;
    }

    #header .nav-mob .mob-container {
        padding: 30px 35px;
    }

    #header .nav-mob .navbar ul li.nav-item {
        margin-bottom: 30px;
        margin-left: unset !important;
    }

    #header .nav-mob .navbar ul li a.nav-link {
        color: #2B1C71 !important;
        margin: 0;
        padding: 0;
    }

    #header .nav-mob nav ul li a.active::after {
        background: none;
    }

    #header .nav-mob .nav-short-info {
        /*the require margin 90px, but we have 30px above of the last nav element*/
        margin-top: calc(90px - 30px);
    }

    #header .nav-mob .nav-short-info h6 {
        font-size: 15px;
    }

    #header .nav-mob .icons a {
        margin-right: 15px;
    }

    #header .nav-mob .icons a:last-child {
        margin-right: 0;
    }

    #header .nav-mob .navbar .lang-icon {
        /*in margin right we have 35px, but in last icon we have 15px*/
        margin-top: 75px;
    }

    #header .nav-mob .navbar #lang {
        color: #000000 !important;
    }

    #header .navbar {
        margin-top: 75px;
    }

    #header .our-app {
        width: 100%;
    }

    #header .header-content h1 {
        font-size: 40px;
        width: 100%;
    }

    #header .arrow-down {
        bottom: 2%;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .scrollbar-hidden::-webkit-scrollbar {
        display: none;
    }

    /* Firefox */
    .scrollbar-hidden {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    ::-webkit-scrollbar-thumb {
        background: unset;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    #header .container-1160 {
        overflow: hidden;
    }

    #header .nav-mob .navbar ul li.nav-item {
        margin-left: -10vw;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    #header {
        height: 585px;
    }

    #header .container-1160 {
        overflow: hidden;
    }

    #header .header-content {
        top: 25%;
    }

    #header .header-content h1 {
        font-size: 45px;
    }

    #header .nav-mob .navbar ul li.nav-item {
        margin-left: -10vw;
    }

    #header .social-links {
        right: -20% !important;
    }

    .top-50 {
        top: 45% !important;
    }
}

/* Branches Section */
#branches {
    background-color: #F9F9F9;
    background-image: url('../images/bg-logo.png');
    background-position-y: 200%;
    background-position-x: 135%;
    background-repeat: no-repeat;
    padding-top: 80px;
}

#branches .branch-headers h1 {
    margin-bottom: 170px;
}

#branches #map_holder {
    padding: 0 !important;
    margin-bottom: 75px;
}

#map_inner div a {
    display: none !important;
}

.simplemaps_list_click {
    display: block !important;
}

#simplemaps_list li:not(:first-child) {
    display: none;
}

#simplemaps_list li {
    cursor: pointer;
    list-style-type: none;
    color: #606060;
}

#simplemaps_list li h3 {
    color: unset;
}

#simplemaps_list li:first-child {
    transform: translateY(-150px);
}

.simplemaps_list_over p,
.simplemaps_list_click p {
    display: block !important;
}

.hide {
    display: none;
}

.tt_sm {
    display: none !important;
}

#map {
    width: 100% !important;
}

#map_container {
    height: 650px;
    position: relative;
}

.sm_legend_item svg {
    display: none !important
}

@media only screen and (max-width: 768px) {
    #branches {
        background-color: #ffffff;
        background-image: unset;
        /*for padding left and right we have 35px, but -18px of margin container*/
        padding: 75px calc(35px - 5%) 95px;
    }

    #branches #map_holder {
        margin-bottom: 75px;
    }

    #branches .branch-headers h1 {
        margin-bottom: 50px;
        padding: 0 40px;
    }


    #simplemaps_list li:first-child {
        transform: translateY(0);
    }

    #simplemaps_list, #simplemaps_list_ul {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    #map_container {
        height: unset;
    }
}

@media only screen and (min-width: 1550px) {
    #branches {
        padding-top: 20%;
    }

    #header .email, #header .arrow-down, #header .our-app {
        bottom: -10%;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    #map_holder .sm_legend_item {
        width: 175px !important;
    }
}

/* services Section */
#services {
    background-color: #F9F9F9;
    padding-top: 260px;
    height: 800px;
}

#services .container-1160 {
    overflow: visible;
}

#services h6::after {
    margin: 0;
}

#services .card {
    width: 265px;
    height: 260px;
    background: none;
    border: none;
    margin-left: auto;
    border-radius: 26px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#services .card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 26px;
    color: white;
    border-radius: 26px;
    background-color: #541871;
    -webkit-transform: scaleY(0);
    transform: scaleY(0) translateY(-15px);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#services .card {
    transition: .5s;
}

#services .card:hover {
    color: white;
    border-radius: 26px;
    background-color: #541871;
    translate: all .7s;
    transform: translateY(-15px);
    transition: .5s;
}

#services .card-body {
    padding: 30px 30px !important;
    font-size: 15px;
}

#services .header-card {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
    background: none;
    border: none;
}

@media only screen and (max-width: 768px) {
    #services {
        background-color: #ffffff;
        background-image: unset;
        padding-top: 0;
        height: 100%;
    }

    #services .container-1160 {
        overflow: hidden;
    }

    #services h6::after {
        margin: auto;
    }

    #services .card {
        width: 200px;
        white-space: normal;
        background-color: #F2F2F2;
    }

    #services .card-body {
        padding: 30px 25px !important;
        font-size: 15px;
    }

    #services .header-card {
        font-size: 20px;
    }

    #services .items {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    #services .item {
        width: 60%;
        display: inline-block;
        /*margin-top: 35px;*/
    }

    #services .o-h1 {
        padding: 0 50px;
    }

    #services .card i {
        color: #614b9e;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    #services .item {
        width: unset;
    }

    #services .container-1160 {
        overflow: hidden;
    }
}

/* Partners Section */
#partners {
    background: #ffffff;
    padding-top: 260px !important;
    padding-bottom: 260px !important;
    border-top: 2px solid #614b9e;
    border-bottom: 2px solid #614b9e;
}

#partners .works {
    font-size: 15px;
    width: 360px;
    margin-bottom: 100px;
}

#partners .o-h6 {
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

#partners .o-h6::after {
    margin-left: -30px;
    margin-bottom: 30px;
}

#partners .partners-logo .owl-carousel .owl-item img {
    width: unset !important;
    max-width: 200px;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    #partners {
        padding: 100px calc(30px - 5%) 80px !important;
        border-top: none;
        border-bottom: none;
    }

    #partners .partners-top {
        flex-direction: column;
    }

    #partners .o-h6::after {
        margin: auto;
    }

    #partners h1 {
        margin: 50px auto;
    }

    #partners .o-h6 {
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    #partners .o-h6::after {
        margin-left: -30px;
        margin-bottom: 30px;
    }

    #partners .partners-top {
        flex-direction: row;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    #partners {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
}

/* Products and Apps Background Image */
#products-apps {
    background-image: url('../images/curve32x.png');
    background-repeat: no-repeat;
    background-position-y: 25%;
    background-position-x: 160%;
}

@media only screen and (max-width: 768px) {
    #products-apps {
        background: unset;
    }
}

/* Porducts Section */
#products .container-1160 {
    padding: 120px !important;
}

#products .item {
    transition: .5s;
}

#products .item:hover {
    transform: translateY(-15px);
    transition: .5s;
}

#products .item img {
    transition: .5s;
}

#products .item:hover img {
    transform: scale(1.1);
    transition: .5s;
}

#products .o-h6 {
    color: #000000;
}

#products .o-h6::after {
    background-color: #000000;
}

#products .img-holder {
    width: 280px;
    height: 280px;
    border-radius: 25px;
    background-color: #ffffff;
    margin: 20px auto;
}

#products .img-holder img {
    width: 70%;
    height: 70%;
}

#products p.on-img {
    font-size: 10px;
    border: 1px solid #614b9e;
    top: 15px;
    right: 15px;
    padding: 3px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    #products .container-1160 {
        padding: 50px 0 100px !important;
    }

    #products .img-holder {
        width: 200px;
        height: 200px;
        border-radius: 21px;
    }

    #products .img-holder img {
        transform: scale(0.8);
    }

    #products .item:hover img {
        transform: scale(0.9);
    }

    #products .items {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    #products .item {
        width: unset;
        display: inline-block;
    }

    #products h6 {
        font-size: 14px;
    }

    #producte .show-products a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    #products .item {
        width: unset;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    #products .container-1160 {
        padding: 70px 20px !important;
    }
}

/* Our Apps Section */
#apps .container-1160 {
    overflow: visible !important;
}

#apps {
    padding-bottom: 270px;
}

#apps .logo-holder {
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    border-radius: 25px;
}

#apps .logo-holder img {
    width: 80%;
}

#apps .phone::after {
    position: absolute;
    content: '';
    background-color: #614b9e;
    background-image: url('../images/curve.png');
    background-repeat: no-repeat;
    width: 765px;
    height: 580px;
    bottom: 0;
    left: -15vw;
    z-index: -1;
    border-radius: 0 400px 400px 0;
}

#apps .app-links {
    width: 430px;
}

#apps .store {
    margin-top: 80px !important;
    width: 150px;
    height: 50px;
}

@media only screen and (max-width: 768px) {
    #apps {
        padding: 75px 30px 150px;
        background-color: #ffffff;
    }

    #apps .container-1160 {
        overflow: hidden;
    }

    #apps .logo-holder {
        width: 95px;
        height: 95px;
        border-radius: 22px;
        border: 1px solid #E8E8E8;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.2);
    }

    #apps .store:first-child {
        margin-top: 0 !important;
    }

    #apps .store:last-child {
        margin-top: 25px !important;
    }

    #apps .store-holder {
        margin-top: 55px !important;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    #apps .container-1160 {
        overflow: hidden;
    }

    #apps .store-holder {
        flex-direction: row;
    }

    #apps .store:last-child {
        margin-top: 0 !important;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    #apps {
        padding-bottom: 170px;
    }

    #apps .container-1160 {
        overflow: visible;
    }

    #apps .phone::after {
        width: 520px;
        height: 450px;
        left: -5vw;
    }

    #apps .phone img {
        width: 80%;
    }
}

/* Our Recent Section */
#recent {
    background-color: #f9f9f9;
    padding: 90px;
}

#recent .container-1160 {
    width: 1200px;
    overflow: visible;
}

#recent .recent-headers {
    margin-bottom: 135px;
}

#recent .view-products {
    color: #707070;
    font-size: 15px;
    text-transform: uppercase;
    bottom: -100%;
}

#recent .view-products a {
    color: #707070;
}

#recent .card {
    width: 380px;
    height: 415px;
    overflow: hidden;
    background-color: unset;
    white-space: normal;
    transition: .5s;
}

#recent .card:hover {
    transform: translateY(-30px);
    transition: .5s;
    border-radius: 18px 18px 0 0;
}

#recent .card .card-body {
    transition: .5s;
}

#recent .card:hover .card-body {
    background-color: #ffffff;
    border-radius: 0 0 18px 18px;
    transition: .5s;
}

#recent .card .card-body h6 {
    transition: .5s;
}

#recent .card:hover .card-body h6 {
    font-size: 15px;
    color: #614b9e;
    transition: .5s;
}

#recent .card .card-img-top {
    transition: .5s;
    height: 220px;
    object-fit: cover;
}

#recent .card:hover .card-img-top {
    border-radius: 18px 18px 0 0;
    transition: .5s;
}

#recent .card-img-top {
    border-radius: 8px;
}

#recent .card-body {
    padding: 35px 20px !important;
    height: 165px;
    overflow: hidden;
}

#recent .card-title h6 {
    font-size: 14px;
    margin-left: 10px;
}

#recent .card-title h6::before {
    position: absolute;
    left: -2%;
    top: 10%;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #614b9e;
    border-radius: 50%;
}

#recent .card-title .date {
    font-size: 10px;
}

#recent .owl-carousel .owl-stage-outer {
    overflow-x: clip !important;
    overflow: unset;
}

#recent #products-card .owl-nav.disabled {
    display: block !important;
}

#recent .owl-btn {
    border: 1px solid #3A3A3A;
    background-color: unset;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 25%;
}

#recent .owl-next {
    right: -5%;
}

#recent .owl-prev {
    left: -5%;
}

#recent .owl-prev .bi-play-fill::before {
    transform: rotate(-180deg);
}

@media only screen and (max-width: 768px) {
    #recent {
        padding: 0;
        background-color: #ffffff;
    }

    #recent .container-1160 {
        overflow: hidden;
        width: 90%;
    }

    #recent .owl-carousel .owl-stage-outer {
        height: 450px;
        overflow: hidden;
    }
    #recent #products-card .owl-nav.disabled {
        display: none !important;
    }

    #recent .card {
        width: 240px;
        height: 300px;
        border: 1px solid #E8E8E8 !important;
        border-radius: 8px 8px 18px 18px;
        /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.2); */
    }

    #recent .card-img-top {
        border-radius: 8px 8px 0 0;
    }

    #recent .recent-headers {
        margin-bottom: 0;
    }

    #recent .item {
        margin-top: 55px;
    }

    #recent .card .card-body h6 {
        font-size: 15px;
        color: #614b9e;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    #recent {
        padding: 60px;
    }

    #recent .container-1160 {
        width: 94%;
        overflow: visible !important;
    }

    #recent .recent-headers {
        margin-bottom: 100px;
    }
}

/*About Page*/
#about-head {
    padding: 85px 0;
}

#about-head .head h1 {
    width: 530px;
    margin: 40px;
    color: #FFC59A;
    font-size: 55px;
}

#about-head .head h1::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #FFC59A;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#about-head .short-text {
    width: 370px;
    font-size: 18px;
}

#about-head .short-text .date {
    font-size: 14px;
}

#vision-mission {
    background-image: url('../images/path1.png');
    background-repeat: no-repeat;
    background-position: bottom right;

}

@media only screen and (max-width: 768px) {

    #about-head {
        padding: 50px 0;
    }

    #about-head .head h1 {
        width: 100%;
        font-size: 30px;
        margin: 40px 0;
    }

    #about-head .short-text {
        width: 100%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {

    #about-head .head h1 {
        font-size: 35px;
    }

    #about-head .short-text {
        width: 50%;
        font-size: 16px;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    #about-head {
        padding-bottom: 50px;
    }

    #about-head .head h1 {
        margin: 35px;
        font-size: 48px;
    }
}

#about-text {
    background-color: #F9F9F9;
    padding: 110px 0 0 0;
}

#about-text .container-1160 {
    overflow: visible;
}

#about-text h1 {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 40px;
}

#about-text p {
    color: #464646;
}

#about-text span {
    left: -5px;
    top: -5px;
}

#about-text .about-background {
    background-image: url('../images/organo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 80px;
    padding: 140px 0 230px 0;
}

@media only screen and (max-width: 768px) {
    #about-text {
        background-color: #F9F9F9;
        padding-top: 50px;
    }

    #about-text .container-1160 {
        overflow: hidden;
    }

    #about-text h1 {
        font-size: 26px;
    }

    #about-text span {
        display: none;
    }

    #about-text .about-background {
        margin-top: 20px;
        padding: 60px 0 60px 0;
        background-position: unset;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    #about-text {
        padding-top: 60px;
    }

    #about-text .about-background {
        margin-top: 50px;
        padding: 70px 0;
    }
}

#vision-mission {
    background-color: #ffffff;
}

#vision-mission .container-1160 {
    padding: 190px 0 160px 0;
}

#vision-mission img {
    height: 60px;
}

#vision-mission h1 {
    background-color: #ffffff;
    font-size: 36px;
    padding: 50px 0 30px 0;
}

#vision-mission p::after {
    position: absolute;
    content: '';
    width: 220px;
    height: 1px;
    left: 0;
    bottom: -40px;
    background: #CCCCCC;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

@media only screen and (max-width: 768px) {

    #vision-mission .container-1160 {
        padding: 60px 0 60px 0;
    }

    #vision-mission h1 {
        font-size: 26px;
        padding: 30px 0 20px 0;
    }

    #vision-mission p::after {
        display: none;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    #vision-mission .container-1160 {
        padding: 100px 0 100px 0;
    }
}

#about-history {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 516px;
}

#about-history .history {
    width: 380px;
    margin-top: 90px;
}

#about-history h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
    #about-history {
        height: 300px;
        background-position: unset;
    }

    #about-history .history {
        width: 100%;
        margin-top: 30px;
    }

    #about-history h1 {
        font-size: 26px;
        margin-bottom: 30px;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    #about-history {
        height: 350px;
    }
}

#contact {
    background-color: #F5F5F5;
}

#contact .container-1160 {
    padding-top: 125px;
}

#contact h1 {
    font-size: 100px;
}

#contact .form-text {
    width: 280px;
    font-size: 15px;
    margin-top: 85px;
    margin-bottom: 60px;
}

#contact input[type=text], #contact input[type=email] {
    width: 70%;
    margin: 0 auto 45px;
    display: block;
    border: none;
    border-bottom: 1px solid #7D7D7D;
    background: none;
}

#contact form button {
    width: 360px;
    margin-bottom: 140px;
}

#contact .address h6,
#contact .suport h6 {
    font-size: 14px;
    color: #A5A5A5;
}

#contact .social ul li a {
    margin-right: 45px;
    color: #213463 !important;
}

#contact .second-col {
    padding: 0 0 0 110px !important;
}

#contact .second-col .suport {
    margin: 80px 0;
}

#contact .second-col::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: -10px;
    top: -325px;
    background: #CCCCCC;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

@media only screen and (max-width: 768px) {
    #contact .container-1160 {
        padding-top: 75px;
    }

    #contact h1 {
        font-size: 60px;
    }

    #contact .form-text {
        width: 100%;
        margin-top: 35px;
    }

    #contact input[type=text] {
        width: 100%;
    }

    #contact form button {
        width: 90%;
        margin-top: 20px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {

    #contact h1 {
        text-align: center;
        font-size: 80px;
    }

    #contact .form-text {
        font-size: 18px;
        margin-top: 35px;
    }

    #contact input[type=text] {
        width: 90%;
    }

    #contact form button {
        width: 70%;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {

    #contact .container-1160 {
        padding-top: 60px;
    }

    #contact h1 {
        font-size: 75px;
    }

    #contact .form-text {
        margin-top: 55px;
        margin-bottom: 50px;
    }

    #contact input[type=text], #contact input[type=email] {
        width: 95%;
    }

    #contact .second-col {
        padding-left: 50px !important;
    }

    #contact .second-col .suport {
        margin: 40px 0;
    }

    #contact .social ul {
        padding-left: 0 !important;
    }
}

.map {
    position: absolute;
    bottom: 0;
    right: 0;
}

.map iframe {
    width: 780px;
    height: 325px;
}

@media only screen and (max-width: 768px) {
    .map iframe {
        width: 100%;
    }

    .map {
        position: relative;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    .map iframe {
        width: 515px;
    }
}

/* Product Page */
#all-products {
    background-color: #F9F9F9;
    padding: 90px 0 190px;
    font-size: 14px;
}

#all-products .header h6.text-secondary-o {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

#all-products .header .header-text {
    color: #707070;
    width: 375px;
    margin: auto;
}

#all-products .filter #search {
    width: 325px;
}

#all-products .filter .all-sort {
    background-color: #ffffff;
    font-size: 12px;
    width: 140px;
    outline: none;
}

#all-products .filter .all-sort #sort {
    appearance: none;
}

#all-products .filter #search::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: red;
}

#all-products .filter .all-sort .all-sort span {
    color: #959595;
}

#all-products #reseat {
    cursor: pointer;
}

#all-products .company {
    background-color: #ffffff;
    color: #484848;
    text-transform: capitalize;
    border-radius: 18px !important;
}

#all-products .company .company-type {
    font-size: 12px;
    border-bottom: 1px solid #E6E6E6;
}

#all-products .company .logo-holder {
    margin: 30% 0;
}

@media only screen and (max-width: 768px) {
    #all-products {
        padding: 30px 0 60px;
    }

    #all-products .header .header-text {
        width: 100%;
    }

    #all-products .filter #search {
        width: 60%;
    }

    #all-products .filter .all-sort {
        width: 40%;
    }

    #all-products .company .logo-holder {
        margin: 10% 0;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    #all-products {
        padding: 60px 0 90px;
    }
    #all-products .items {
        display: flex;
    }

    #all-products .header .header-text {
        width: 50%;
    }

    #all-products .company .logo-holder {
        margin: 20% 0;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    #all-products .col-lg-4 {
        width: 44% !important;
    }
}

/* Sngle Poduct */
#single-product {
    padding: 100px 0;
}

#single-product div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 5%;
    background-color: unset;
    border: unset;
}

#single-product div.bhoechie-tab-menu div.list-group > a img {
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 150px;
}

#single-product div.bhoechie-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #2B1C71;
}

#single-product div.bhoechie-tab-content {
    padding-left: 20px;
    padding-top: 10px;
    overflow: hidden;
}

#single-product div.bhoechie-tab-content img {
    max-width: 450px;
}

#single-product div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

@media only screen and (max-width: 768px) {
    #single-product div.bhoechie-tab-content img {
        max-width: 300px;
    }

    #single-product div.bhoechie-tab-menu div.list-group > a {
        margin-bottom: 0;
    }

    #single-product div.bhoechie-tab-menu div.list-group > a {
        margin: 10% 0;
    }

    #single-product div.bhoechie-tab-menu div.list-group > a.active:after {
        left: 50%;
        top: 100%;
        transform: rotate(90deg);
        margin-top: 0;
    }

    #single-product div.bhoechie-tab-menu div.list-group > a img {
        max-height: 100px;
        max-width: 100px;
    }

    #single-product div.list-group {
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    #single-product div.bhoechie-tab-content img {
        max-width: 100%;
        margin-top: 10%;
    }

    #single-product div.bhoechie-tab-menu div.list-group > a img {
        max-height: 120px;
        max-width: 120px;
    }
}

/*All News Page*/
#news .card {
    min-height: 415px;
    overflow: unset;
}

#news .card-body {
    height: unset;
    overflow: unset;
}

#news .card-text {
    max-height: 70px;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    #news .card {
        width: 100%;
        height: 100%;
    }

    #news .card-text {
        max-height: 100px;
    }

    #news .card-body {
        padding: 20px 15px !important;
    }
}

/*Single News Page*/
.next-info {
    word-break: break-all;
}

.next-info .next-news {
    width: 100%;
    max-height: 120px;
}

.next-info .next-news .img-link {
    width: 50px;
    height: 50px;
}

.next-info .next-news a.text-link {
    color: #000000;
}

.next-info .next-news a.text-link:hover {
    color: #614b9e;
}

#single-news .photos {
    padding-bottom: 20px;
}

#single-news .item {
    padding-bottom: 30px;
}

/* Footer Section */
#footer {
    background-color: #f0f0f0;
    padding-top: 140px;
    padding-bottom: 50px;
}

/*#footer .container-1160 {*/
/*    overflow: visible !important;*/
/*}*/
#footer .short-info {
    width: 455px;
}

#footer .short-info::after {
    position: absolute;
    right: -20%;
    top: 0;
    content: '';
    width: 1px;
    height: 160px;
    background-color: #D4D4D4;
}

#footer .short-info p {
    font-size: 24px;
}

#footer .info {
    width: 165px;
}

#footer .info p {
    color: #8B8B8B;
    font-size: 15px;
}

#footer .icons a {
    margin-right: 15px;
}

/*#footer .icons a:last-child {*/
/*    margin-right: 0;*/
/*}*/

#footer ul li {
    margin-right: 55px;
}

#footer ul li a {
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-size: 11px;
}

#footer ul li a:hover::after,
#footer ul li a.active::after {
    position: absolute;
    left: -15%;
    bottom: -11px;
    content: '';
    width: 130%;
    height: 2px;
    background-color: #541871;
}

#footer .copy-right-sm {
    font-size: 13px;
}

#footer .footer-contacts p{
    direction: ltr;
}
@media only screen and (max-width: 768px) {
    #footer {
        /*for padding left and right we have 35px, but -15px of margin container*/
        /*padding: 45px 20px 30px;*/
        padding: 45px calc(35px - 5%) 30px;
        background-color: #F8F8F8;
        text-align: center;
        overflow: hidden;
    }

    #footer ul li a:hover::after,
    #footer ul li a.active::after {
        display: none;
    }

    #footer .footer-info {
        display: block;
        width: 100%;
    }

    #footer .footer-info h6 {
        font-size: 15px;
    }

    #footer .footer-info .info {
        width: 100%;
    }

    #footer .footer-info .icons-holder p::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 80px;
        height: 1px;
        background-color: #B9B9B9;
        margin: 0 10px;
    }

    #footer .icons a i {
        margin-right: 10px;
    }

    #footer .short-info {
        margin: 55px auto;
    }

    #footer .short-info p {
        width: 100%;
        font-size: 16px;
    }

    #footer .short-info::after {
        display: none;
    }

    #footer .footer-nav ul {
        flex-direction: column;
        width: 100%;
        padding: 0 !important;
    }

    #footer .footer-nav ul li {
        border-bottom: 1px solid #D8D8D8;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0;
    }

    #footer ul li a {
        font-size: 16px;
        text-transform: capitalize;
    }

    #footer .copy-right-lg {
        font-size: 12px;
        padding-top: 30px;
    }

    #footer .copy-right-lg p {
        font-size: 12px;
        margin: 0;
    }

    #footer .copy-right-lg::before {
        content: '';
        position: absolute;
        top: 0;
        left: -15%;
        width: 130%;
        height: 1px;
        background-color: #D8D8D8;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    #footer .footer-info .icons-holder p::after {
        width: 180px;
        margin: 0 35px;
    }

    #footer .footer-info .info {
        width: unset;
    }

    #footer .short-info {
        margin: 30px auto;
    }

    #footer .icons-holder {
        margin-left: -70vw;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px) and (min-width: 991.98px) {
    #footer {
        padding-top: 80px;
    }
}