﻿html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: 'yekan';
    src: url('../../scripts/fonts/Yekan.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2122;
}


@font-face {
    font-family: 'yekanre';
    src: url('../../scripts/fonts/yekanr.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2122;
}

.container {
    padding: 0;
}

*:focus {
    outline: none !important;
    outline: 0 !important;
    text-decoration: none;
}

* a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

body {
    overflow-x: hidden;
    font-family: 'yekan' !important;
}

img {
    max-width: 100%;
}

.container-fluid {
    overflow-x: hidden;
    padding: 0;
}

header {
    background: rgba(255, 255, 255, 0.8)url(../../images/header-bg.png) no-repeat left top;
    background-size: 100% 98px;
    height: 98px;
    /* position: absolute; */
    z-index: 3;
    width: 100vw;
    left: 0;
    margin: 0 !important;
}

.navbar-collapse {
    float: left;
    margin-left: 100px;
    margin: 19px 0 0 8%;
}

.search-btn {
    float: left;
    margin-top: -52px;
    position: relative;
    z-index: 3;
    background: url(../../images/icons.png);
    width: 15px;
    height: 15px;
    border: none;
    background-position: -11px -70px;
    margin-left: 4.5%;
    position: relative;
    z-index: 3;
    margin-left: 70px;
    cursor: pointer;
}

    .search-btn:before {
        content: "";
        background: url(../../images/icons.png);
        width: 6px;
        height: 20px;
        position: absolute;
        right: -35px;
        display: inline-block;
        background-position: -28px -70px;
        display: none;
    }

.carousel-inner > .item img {
    height: 100vh;
}

.carousel-caption {
    top: 220px;
    right: 103px;
    left: inherit;
    text-shadow: none;
}

    .carousel-caption h1 {
        font-size: 46px;
        text-shadow: -3px 0px 50px #81b7da;
        font-family: tahoma;
        position: relative;
    }

        .carousel-caption h1:after {
            content: "";
            display: inline-block;
            width: 340px;
            height: 10px;
            position: absolute;
            right: 23.5%;
            bottom: -35px;
            display: n;
        }

.carousel:hover .carousel-control {
    display: block;
}

.carousel-caption h1 a {
    color: var(--color-1);
    font-family: yekan;
}

.carousel-caption h1,
h2,
h4 {
    color: var(--color-1);
}

.carousel-caption h1 {
    animation-delay: 0.5s;
}

.carousel-caption h2 {
    animation-delay: 1.5s;
    margin-top: 50px;
    font-weight: bold;
}

.carousel-caption h4 {
    animation-delay: 2.5s;
    margin-top: 30px;
    font-size: 23px;
}

.arrow-left {
    width: 31px;
    height: 77px;
    display: inline-block;
    background: url(../../images/icons.png);
    BACKGROUND-POSITION: -543px -53px;
    top: 50%;
    position: aBsolute;
    left: 40px;
}

.arrow-right {
    width: 31px;
    height: 77px;
    display: inline-block;
    background: url(../../images/icons.png);
    BACKGROUND-POSITION: -506px -53px;
    top: 50%;
    position: aBsolute;
    right: 40px;
}

.page-sections {
    background: var(--color-1);
    width: 100%;
    padding: 0;
}

.navbar-nav > li > a {
    color: var(--color-white);
    font-size: 14px;
}

.navbar-nav > li {
    padding-right: 6px;
}

    .navbar-nav > li > a:hover {
        padding-top: 10px;
        color: var(--color-2);
    }

    .navbar-nav > li > a {
        transition: all 0.3s ease;
    }

    .navbar-nav > li:before {
        content: "";
        background: url(../../images/icons.png);
        background-position: -4px -75px;
        width: 4px;
        height: 7px;
        display: inline-block;
        right: 0;
        position: absolute;
        top: 50%;
    }

    .navbar-nav > li:first-child:before {
        display: none;
    }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: var(--color-2);
    background: none;
    border: none;
    padding-top: 15px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 24px;
    background: #F9FBFE;
    opacity: 0.8;
}

.dropdown-menu > li > a {
    color: var(--color-1);
    transition: all 0.3s ease;
    padding: 7px 20px;
    font-size: 13px;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: var(--color-2);
        background: none;
        padding: 7px 30px;
    }

.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}

.navbar-brand {
    margin: 5px 70px 0 0;
}

.navbar-toggle {
    background: url(../../images/icons.png);
    background-position: -579px -56px;
    left: 0;
    margin-top: 35px;
}

.search-box {
    text-align: center;
    padding-top: 5px;
    height: 160px;
    background: var(--color-1);
    opacity: 0.85;
    position: absolute;
    top: 98px;
    z-index: 10;
    z-index: 10;
    width: 100%;
    ;
    display: none;
}

    .search-box input[type=text] {
        width: 70%;
        padding-right: 20px;
        margin-top: 45px;
        height: 55px;
        padding-top: 8px;
    }

    .search-box input[type=submit] {
        background: url(../../images/icons.png);
        width: 15px;
        height: 15px;
        border: none;
        background-position: -11px -70px;
        margin-right: -36px;
        position: relative;
    }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
}

.scroll {
    position: absolute;
    z-index: 11;
    right: 50%;
    bottom: 20px;
}

.scroll-btn-full-area-title-header {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    margin-left: -16px;
    border: 0 none !important;
    z-index: 25;
}

    .scroll-btn-full-area-title-header:after {
        content: "";
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation: bounceArrow 0.35s ease 0s alternate infinite;
        animation: bounceArrow 0.35s ease 0s alternate infinite;
        position: absolute;
        left: 35px;
        margin: -12px 0 0 -12px;
        width: 3px;
        height: 7px;
        background: var(--color-white);
        bottom: 23px;
        border-radius: 57%;
    }

@-webkit-keyframes bounceArrow {
    0% {
        -webkit-transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(7px);
    }
}

@keyframes bounceArrow {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
}

.service {
    padding-top: 90px;
    padding-bottom: 40px;
    padding: 90px 160px 40px;
}

@media(max-width: 1500px) {

    .service {
        padding: 90px 0px 40px;
    }
}

.service-caption {
    color: var(--color-white);
    text-align: center;
    margin-top: 85px;
}

    .service-caption h1 {
        position: relative;
    }

        .service-caption h1:after {
            content: "";
            display: inline-block;
            width: 338px;
            height: 10px;
            position: absolute;
            right: 22%;
            bottom: -28px;
        }

.service ul h3 {
    color: #cde3ef;
    margin-top: 60px;
    margin-bottom: 5px;
}

.service-caption span {
    margin-top: 38px;
    display: inline-block;
    color: #caebff;
    font-size: 18px;
}

.service ul li {
    text-align: center;
}

    .service ul li p {
        color: #a0c4d8;
        padding: 25px;
        line-height: 27px;
        font-family: 'yekanre';
        text-align: justify;
        font-size: 17px;
    }

.service-title:hover > span {
    transform: scale(1.1);
}

    .service-title:hover > span:before {
        border: 4px solid var(--color-2)
    }

.service-title:hover div p {
    color: var(--color-white);
    transition: all 0.3s ease;
}

.service-title:hover div a h3 {
    color: var(--color-white);
    transition: all 0.3s ease;
}

.service-title > span {
    background: var(--color-white);
    transition: all 0.3s ease;
    border-radius: 50%;
    display: inline-block;
    width: 160px;
    height: 160px;
    line-height: 229px;
    text-align: center;
    position: relative;
}

    .service-title > span:before {
        content: "";
        position: absolute;
        top: -13px;
        width: 186px;
        height: 186px;
        border: 4px solid var(--color-white);
        display: inline-block;
        left: -13px;
        border-radius: 50%;
        transition: all 0.6s ease;
    }

.Consultation-icon {
    width: 80px;
    height: 70px;
    background: url(../../images/icons.png);
    display: inline-block;
}

.Performance-icon {
    width: 80px;
    height: 75px;
    background: url(../../images/icons.png);
    display: inline-block;
    background-position: -168px 0;
}

.Education-icon {
    width: 82px;
    height: 75px;
    background: url(../../images/icons.png);
    display: inline-block;
    background-position: -87px 0;
}

.service-title div a {
    color: #cde3ef;
}

.edu-title {
    padding-top: 100px;
}

    .edu-title:hover > div {
        transform: scale(1.1);
    }

        .edu-title:hover > div > p {
            color: var(--color-white);
            transition: all 0.3s ease;
        }

    .edu-title > div > p {
        font-size: 23px;
        height: 100%;
        line-height: 100%;
        display: inline-block;
        vertical-align: bottom;
    }

    .edu-title > .span1 {
        background: var(--color-2);
        transition: all 0.3s ease;
        border-radius: 50%;
        display: inline-block;
        width: 120px;
        height: 120px;
        text-align: center;
        position: absolute;
        top: 50px;
        right: 110px;
        color: var(--color-white);
        font-size: 60px;
        padding: 30px 0px 0px 0px;
    }

    .edu-title > div {
        background: #545454;
        color: var(--color-white);
        transition: all 0.3s ease;
        border-radius: 50%;
        display: inline-block;
        width: 160px;
        height: 160px;
        line-height: 229px;
        text-align: center;
        position: relative;
    }

        .edu-title > div:before {
            content: "";
            position: absolute;
            top: -13px;
            width: 186px;
            height: 186px;
            border: 4px solid #545454;
            display: inline-block;
            left: -13px;
            border-radius: 50%;
            transition: all 0.6s ease;
        }

.edu-icon {
    width: 80px;
    height: 70px;
    background: url(../../images/icons.png);
    display: inline-block;
}

.edu-btn {
    margin: 75px 10px;
    width: 30%;
}

.edu-tbl {
    border: 3px solid var(--color-2);
    background-color: var(--color-white);
}

    .edu-tbl > thead > tr > th {
        border-top: 3px solid var(--color-2);
        text-align: center;
    }

    .edu-tbl > tbody > tr > th,
    .edu-tbl > tfoot > tr > th,
    .edu-tbl > thead > tr > td,
    .edu-tbl > tbody > tr > td,
    .edu-tbl > tfoot > tr > td {
        border-top: 3px solid var(--color-2);
        vertical-align: middle;
        text-align: center;
        padding: 0px;
    }

    .edu-tbl > tbody > tr:hover > td,
    .edu-tbl > tbody > tr:hover > th {
        background-color: #dedddd;
    }

.btn-gray {
    color: var(--color-white);
    background-color: #8a8a8a;
    border-color: #545454;
}

    .btn-gray:hover,
    .btn-gray:focus,
    .btn-gray:active {
        color: var(--color-white);
        background-color: #545454;
        border-color: var(--color-4);
    }

.book-tbl {
    border: 3px solid var(--color-2);
    background-color: var(--color-white);
}

    .book-tbl > thead > tr > th {
        font-weight: bold;
        border-top: 3px solid var(--color-2);
    }

    .book-tbl > tbody > tr > th,
    .book-tbl > tfoot > tr > th,
    .book-tbl > thead > tr > td,
    .book-tbl > tbody > tr > td,
    .book-tbl > tfoot > tr > td {
        border-top: 3px solid var(--color-2);
        vertical-align: middle;
        padding: 0px;
    }

    .book-tbl > tbody > tr:hover > td,
    .book-tbl > tbody > tr:hover > th {
        background-color: #dedddd;
    }

.software {
    padding-bottom: 90px !important;
    background: url(../../images/software-bg.jpg);
    padding: 50px 0;
    border-radius: 0 26px;
    background-size: 100%;
    color: var(--color-1);
    position: static;
    background-attachment: fixed;
    background-size: cover;
}

    .software div {
        color: var(--color-1);
        height: 250px;
        padding-top: 10px;
    }

        .software div:hover {
            opacity: 0.9;
            transform: scale(1.1);
            transition: all 0.3s ease;
            border-radius: 10px;
        }

            .software div:hover p {
                color: var(--color-2);
            }

            .software div:hover h4 {
                color: var(--color-2);
            }

    .software h1 {
        position: relative;
        font-weight: bold;
    }

        .software h1:after {
            content: "";
            display: inline-block;
            width: 165px;
            height: 10px;
            position: absolute;
            bottom: -25px;
            right: 0;
            left: 0;
            margin: 0 auto;
        }

    .software h4 {
        transition: all 0.3s ease;
        font-size: 21px;
        margin-top: 35px;
        font-weight: b;
    }

    .software p {
        transition: all 0.3s ease;
        font-size: 16px;
    }

.more {
    transition: all 0.3s ease;
    position: relative;
    color: var(--color-2);
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
}

.software {
    text-align: center;
}

    .software div {
        margin-top: 100px;
    }

.about {
    color: var(--color-white);
    background: var(--color-1);
    background-size: 100%;
    position: static;
    background-attachment: fixed;
    padding: 0 160px;
}

    .about article {
        padding: 46px 20px 0;
    }

    .about p {
        font-size: 16px;
        margin-top: 70px;
        line-height: 30px;
    }

    .about h1 {
        position: relative;
    }

        .about h1:after {
            content: "";
            display: inline-block;
            width: 338px;
            height: 10px;
            position: absolute;
            right: 0;
            left: 0;
            margin: 0 auto;
            bottom: -35px;
        }

    .about img {
        margin-top: -11px;
    }

.chart {
    margin-top: -3px;
    height: 650px;
    background: var(--color-white);
    border-radius: 0 26px;
    text-align: center;
}

    .chart h1 {
        margin-bottom: 70px;
        position: relative;
        text-align: center;
        color: var(--color-1);
        margin-top: 70px;
        font-weight: bold;
    }

.accardion-icon i {
    background: url(../../images/icons.png);
    display: inline-block;
}

.meet-icon {
    width: 23px;
    height: 27px;
    background-position: -86px -143px !important;
}

#root .col.active .meet-icon {
    background-position: -86px -109px !important;
}

.api-icon {
    width: 23px;
    height: 23px;
    background-position: -122px -145px !important;
}

#root .col.active .api-icon {
    background-position: -122px -111px !important;
}

.support-icon {
    width: 26px;
    height: 25px;
    background-position: -156px -149px !important;
}

#root .col.active .support-icon {
    background-position: -156px -111px !important;
}

.catalog-icon {
    width: 23px;
    height: 22px;
    background-position: -195px -154px !important;
}

#root .col.active .catalog-icon {
    background-position: -195px -115px !important;
}

.price-icon {
    width: 23px;
    height: 24px;
    background-position: -235px -154px !important;
}

#root .col.active .price-icon {
    background-position: -235px -115px !important;
}

#root .col.active .accardion-icon {
    background: var(--color-white);
}

.accardion-icon {
    text-align: center;
    width: 73px;
    height: 73px;
    border-radius: 36.5px;
    background: var(--color-1);
    border: 5px solid var(--color-white);
    position: absolute;
    top: 267px;
    right: -38px;
    vertical-align: middle;
    line-height: 80px;
}

#root .col.active .accardion-icon span {
    width: 63px;
    height: 63px;
    display: inline-block;
    border-radius: 31.5px;
    border: 1px solid var(--color-1);
}

.bottom-item .accardion-icon {
    top: -194px;
}

.chart h1:after {
    content: "";
    display: inline-block;
    width: 165px;
    height: 10px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 a;
    bottom: -25px;
}

.VHcenter .row {
    height: 365px;
    overflow: hidden;
}

#root {
    min-height: 360px;
    margin: 30px auto;
    width: 1255px;
    position: relative;
}

    #root .col {
        font-family: 'yekanre';
        position: relative;
        float: right;
        min-width: 220px;
        cursor: pointer;
        height: 365px;
        border-right: 1px solid #8a8a8a;
    }

        #root .col:after {
            position: absolute;
            width: 15px;
            height: 15px;
            border-radius: 7.5px;
            content: '';
            top: 48%;
            right: -8px;
            border: 1px solid;
            background: var(--color-white);
            z-index: 10;
        }

    #root:after {
        position: absolute;
        width: 109%;
        height: 2px;
        border-top: 1px dashed #676766;
        content: '';
        right: -120px;
        top: 50%;
    }

    #root .col .icon {
        text-align: right;
        padding: 14px;
        position: relative;
        width: 220px;
    }

.bottom-item {
    padding-top: 185px;
}

#root .col .icon div {
    font-size: 16px;
    color: #a4a4a4;
}

    #root .col .icon div h6 {
        font-size: 18px;
        color: #034468;
        font-weight: b;
    }

#root .col .content {
    width: 0;
    overflow: hidden;
    height: 145px;
    float: right;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

    #root .col .content .contentFrame {
        width: 276px;
    }

#root .col.active .content {
    width: 365px;
}

#root .col.active .icon {
    width: 365px;
}

#root .col.active .content p {
    width: 360px;
}

#root .col .content p a {
    color: var(--color-2);
    font-size: 14px;
    transition: all 0.3s ease;
}

    #root .col .content p a:hover {
        color: var(--color-2);
    }

#root .col.active .icon span h6 {
    margin-top: -5px;
}

#root .col.active.bottom-item .content p {
    width: 333px;
}

#root .col .content p {
    line-height: 20px;
    text-align: justify;
    padding: 10px;
    position: relative;
    direction: rtl;
    font-size: 15px;
    padding: 10px;
    width: 200px;
    color: #535353;
}

    #root .col .content p:after {
    }

#root .col .content a.MoreTab {
    color: #dbdbdb;
    font-size: 14px;
    position: relative;
    top: 8px;
}

    #root .col .content a.MoreTab:hover {
        color: #cdb15c;
    }

#root .col .icon div img {
    display: block;
    margin: auto;
}

.contentFrame .more {
    margin-top: 0;
    font-size: 14px;
}

    .contentFrame .more.left-link {
        float: left;
        margin-left: -70px;
    }

    .contentFrame .more.right-link {
        float: right;
        margin-right: 10px;
    }

#root .col.First .icon {
    border: 0;
}

#root:before {
    width: 70px;
    height: 70px;
    content: '';
    background: url(../../images/icons.png);
    position: absolute;
    background-position: 0px -108px;
    right: -193px;
    top: 145px;
}

.ExportSec {
    padding-right: 12%;
}

.Consultation .container {
    text-align: center;
}

    .Consultation .container .col-md-4 {
        float: none;
        display: inline-block;
    }

.Consultation h1 {
    margin-bottom: 90px;
    position: relative;
    color: var(--color-white);
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}

    .Consultation h1:after {
        content: "";
        display: inline-block;
        width: 338px;
        height: 10px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 a;
        bottom: -35px;
    }

.Consultation .container .Consultation > div {
    padding: 0;
}

.Consultation article {
    margin-bottom: 50px;
}

    .Consultation article:hover img {
        opacity: 1;
    }

    .Consultation article:hover h6 a {
        color: var(--color-white);
    }

    .Consultation article:hover p {
        color: var(--color-white);
    }

.Consultation img {
    transition: all 0.3s ease;
    height: 51px;
    width: 51px;
    display: inline-block;
    vertical-align: top;
    opacity: 0.3;
}

.Consultation h6 {
    display: inline-block;
    font-size: 15px;
    margin-top: 0;
}

    .Consultation h6 a {
        font-weight: bold;
        color: #caebff;
    }

.Consultation p {
    font-size: 16px;
    color: #8ad4ff;
    text-align: justify;
    line-height: 25px;
    font-family: 'yekanre';
}

.Consultation article div {
    display: inline-block;
    width: 80%;
    padding: 0px 10px 0px 5px;
    transition: all 0.3s ease
}

footer {
    background: url(../../images/pattern.jpg);
    /* border-radius: 0 33px 0 0; */
}

.spanser {
    padding-right: 0;
}

.footer-content img:first-child {
    margin-bottom: 70px;
}

.footer-content {
    padding-top: 95px;
    background: url(../../images/footer-bg.jpg);
    height: auto;
    border-radius: 0 26px;
    background-size: cover;
    font-size: 13px;
}

    .footer-content ul {
        display: inline-block;
        color: #07446a;
        line-height: 35px;
    }

        .footer-content ul li ul li {
            display: inline-block;
        }

    .footer-content .footer-menu {
        float: left;
    }

        .footer-content .footer-menu li {
            position: relative;
        }

        .footer-content .footer-menu a {
            color: #07446a;
            margin-right: 10px;
            transition: all 0.3s ease
        }

            .footer-content .footer-menu a:hover {
                color: var(--color-2);
            }

        .footer-content .footer-menu li:before {
            width: 4px;
            height: 6px;
            content: "";
            display: inline-block;
            background: url(../../images/icons.png);
            background-position: -35px -76px;
            right: 0;
        }

    .footer-content .map {
        display: inline-block;
        text-align: center;
        margin: 40px;
    }

        .footer-content .map i {
            width: 32px;
            height: 41px;
            display: inline-block;
            background: url(../../images/icons.png);
            background-position: -372px -56px;
        }

        .footer-content .map a {
            display: block;
        }

            .footer-content .map a span {
                color: #1b70a2;
            }

            .footer-content .map a p {
                color: #bbb2b2;
                font-size: 11px;
                margin-top: 8px;
            }

.social {
    margin-right: 100px;
}

    .social li {
        display: inline-block;
        margin-right: 16px;
    }

        .social li span {
            display: inline-block;
            background: url(../../images/icons.png);
            width: 12px;
            height: 12px;
            transition: all 0.3s ease;
        }

        .social li a:hover span {
            transform: scale(1.4);
        }

.facebook-icon {
    background-position: -337px -120px !important;
}

.twiiter-icon {
    background-position: -370px -120px !important;
}

.google-icon {
    background-position: -271px -120px !important;
}

.linkedin-icon {
    background-position: -306px -120px !important;
}

.newsletter {
    margin-top: 65px;
}

.newsletterinput {
    font-family: "arial";
    transition: all 0.3s ease;
    float: left;
    height: 55px;
    width: 73%;
    border: 1px solid #dedede;
    border-right: none;
    text-align: left;
    padding-left: 10px;
}

    .newsletterinput:focus {
        background: #e9e9e9;
    }

.newsletterbutton {
    float: left;
    height: 55px;
    width: 65px;
    border: 1px solid #dedede;
    border-left: none;
    background: #e9e9e9 url(../../images/icons.png);
    background-position: -410px -51px !important;
    transition: all 0.3s ease;
}

    .newsletterbutton:hover {
        background: #074669 url(../../images/icons.png);
        border: 1px solid #074669;
        border-left: none;
    }

.sign {
    height: 85px;
    vertical-align: middle;
    line-height: 85px;
    margin: 0 80px;
    color: #447896;
    font-size: 13px;
}

    .sign a {
        color: #447896;
    }

        .sign a:hover {
            color: var(--color-white);
        }

    .sign p {
        float: right
    }

    .sign span {
        float: left;
    }

#conatcat-info {
    background: #fff url(../images/contact.png) no-repeat 90% 0;
    padding: 30px 0;
}

.contact-info i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    color: var(--color-white);
    background: #000;
    text-align: center;
    border-radius: 10px;
}

.copyright {
    border-top: 1px #FFF solid;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 18px;
}

.contact-footer {
    color: var(--color-white);
    direction: rtl;
    text-align: right;
    line-height: 25px;
}

.contact-info h2 {
    margin-top: 0;
    color: #000;
}

.contact-info {
    color: #000;
}

ul.social_icons,
ul.tag {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: block;
}

    ul.social_icons li,
    ul.tag li {
        display: inline-block;
        margin-right: 5px;
    }

        ul.social_icons li a i {
            border-radius: 50%;
            color: var(--color-white);
            height: 25px;
            line-height: 25px;
            font-size: 12px;
            padding: 0;
            text-align: center;
            width: 25px;
            opacity: .8;
        }

.footer {
    background: none repeat scroll 0 0 var(--color-4);
    border-top: 5px solid #004C77;
    height: 84px;
    margin-top: 110px;
}

.footer_left {
    padding: 10px;
}

.text-left {
    color: var(--color-white);
    font-size: 12px;
    margin-top: 15px;
}

.white-footer {
    border-top: 1px #FFF solid;
    padding-top: 13px;
}

.footer-1 {
    padding: 30px 0px 0px 30px;
}

.footer-title {
    color: var(--color-white);
    padding: 20px 0;
    font-size: 18px;
}

.icon-contact {
}

.copyright-link {
    color: #5A5A5A;
}

.icon-social {
    font-size: 21px;
    border: 1px #FFF solid;
    padding: 7px 0px 0px 0px;
    margin: -11px 0px 0px 0px;
    border-radius: 22%;
    height: 38px;
    width: 41px;
    text-align: center;
    margin-bottom: 5px;
}

    .icon-social a i.aparat:before {
        content: url(../../Images/aparat-icon.png);
        vertical-align: middle;
    }

#contact-page {
    padding-top: 0;
}

    #contact-page .contact-form .form-group label {
        color: #4E4E4E;
        font-size: 16px;
        font-weight: 300;
    }

#bottom {
    background: #f5f5f5;
    border-bottom: 5px solid #004C77;
    font-size: 14px;
}

    #bottom h3 {
        margin-top: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 22px;
        color: #000;
    }

    #bottom ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #bottom ul li {
            display: block;
            padding: 5px 0;
        }

            #bottom ul li a {
                color: #808080;
            }

                #bottom ul li a:hover {
                    color: #004C77;
                }

    #bottom .widget {
        margin-bottom: 0;
    }

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: var(--color-white);
    background: var(--color-4);
}

    #footer a {
        color: var(--color-white);
    }

        #footer a:hover li {
            background: var(--color-2);
            -webkit-transition: 0.2s ease-out;
            -moz-transition: 0.2s ease-out;
            -o-transition: 0.2s ease-out;
            -ms-ie-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
        float: none !important;
    }

        #footer ul > li {
            display: inline-block;
            margin-right: 15px;
            line-height: 26px;
            font-size: 15px;
        }

        #footer ul > .icon-social:hover {
            background: var(--color-2);
            -webkit-transition: 0.2s ease-out;
            -moz-transition: 0.2s ease-out;
            -o-transition: 0.2s ease-out;
            -ms-ie-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

    #footer .col-md-5 img {
        border-radius: 5px;
        box-shadow: 0px 0px 15px var(--color-2);
        max-width: 90%;
        margin: 25px auto 0;
    }

@media screen and (max-width:1520px) {
    .navbar-brand {
        margin: 5px 30px 0 0;
    }
}

@media screen and (max-width:1500px) {
    #root:before {
        display: none;
    }

    #root:after {
        right: 0;
    }

    .ExportSec {
        padding-right: 0;
    }
}

@media screen and (max-width:1465px) {
    .navbar-brand {
        margin: 5px 5px 0 0;
    }

    .service-caption h1:after {
        right: 19%;
    }
}

@media screen and (max-width:1440px) {
    header {
        background-size: 100%;
    }

    .navbar-brand {
        margin: 5px 50px 0 0;
    }

    .navbar-collapse {
        margin: 9px 0 0 8%;
    }

    .carousel-caption h1 {
        font-size: 35px;
    }
}

@media screen and (max-width:1370px) {
    #root {
        width: 1100px;
    }

        #root .col {
            min-width: 170px;
        }

            #root .col .icon {
                width: 170px;
            }
}

@media screen and (max-width:1350px) {
    .about h1 {
        font-size: 30px;
    }


    .chart h1:after {
        /* right: 43.5%; */
    }
}

@media screen and (max-width:1325px) {
    .about img {
        width: 33%;
    }

    .about article {
        /* padding: 10px 72px 0 12px; */
    }

    .navbar-nav > li {
        padding-right: 0px;
    }
}

@media screen and (max-width:1250px) {
    .nav > li > a {
        padding: 10px 10px;
    }
}

@media screen and (max-width:1200px) {
    header {
        background: rgba(255, 255, 255, 0.8);
    }

    .navbar-nav > li > a {
        color: #024369;
        font-size: 13px;
    }

    .navbar-collapse {
        margin: 19px 0 0 8%;
    }

    #root {
        width: 950px;
    }

        #root .col.active .icon {
            width: 250px;
        }

        #root .col.active .content {
            width: 250px;
        }

        #root .col .content .contentFrame {
            width: 250px;
        }

        #root .col.active .content p {
            width: 250px;
        }

        #root .col.active .icon {
            width: 220px;
        }

        #root .col .icon {
            width: 165px;
        }

        #root .col.active.bottom-item .content p {
            width: 220px;
        }

        #root .col .content p {
            font-size: 11px;
        }

    .footer-content .map {
        margin: 20px;
    }

    .social {
        margin-right: 30px;
    }

    .Consultation h6 {
        font-size: 12px;
    }

    /*.about h1:after {
        right: 18%;
    }*/

    .service-caption h1:after {
        right: 12%;
    }

    .carousel-inner > .item img {
        height: auto;
    }
}

@media screen and (max-width:1185px) {
    .nav > li > a {
        padding: 15px 8px;
    }
}

@media screen and (max-width:1180px) {
    .carousel-caption {
        top: 125px;
        right: 65px;
    }

    .service-caption h1 {
        font-size: 30px;
        line-height: 50px;
    }

    .about h1 {
        font-size: 26px;
    }

    .search-box {
        opacity: 1;
        z-index: 9999;
    }

    .about p {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:1100px) {

    .collapse.in {
        float: inherit;
        height: auto !important;
        width: 100%;
        overflow-y: hidden;
    }

    .carousel-caption h1 {
        display: none;
    }

    .service-caption {
        width: 100%;
    }

    .service ul {
        width: 100%;
        margin-top: 100px;
    }

    .service {
        padding-top: 0;
    }

    .service-caption h1:after {
        right: 32%;
    }

    .about img {
        width: inherit;
        margin-top: 25px;
    }

    .about {
        text-align: center;
    }

        .about article {
            width: 100%;
            /* padding: 46px 20px 0; */
        }

    /*.about h1:after {
            right: 34%;
        }*/

    .search-btn {
        position: absolute;
        left: 0;
        top: 80px;
    }

    .navbar-nav > li > a {
    }

    header {
        height: auto;
    }

    .search-box {
        top: 90px;
    }

    .navbar-collapse {
        float: inherit;
        width: 100%;
        background: var(--color-1);
        margin: 90px 0 0 8%;
    }

    .navbar {
        margin-bottom: 0;
        min-height: 70px;
        background: var(--color-11);
    }

    .navbar-nav > li > a {
        color: var(--color-white);
    }

    .software h1:after {
        /* right: 42.5%; */
    }

    .navbar-collapse.in {
        overflow-y: inherit;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
    }
}

@media screen and (max-width:1050px) {
    #root .col:after {
        display: none;
    }

    #root:after {
        display: none;
    }

    .bottom-item {
        padding-top: 0;
    }

        .bottom-item .accardion-icon {
            top: 150px;
        }

    .accardion-icon {
        top: 150px;
    }

    #root .col {
        height: 185px;
    }

    #root .col {
        min-width: 30%;
        border-bottom: 1px dashed #8a8a8a;
        margin-top: 35px;
    }

    .VHcenter .row {
        height: auto;
        overflow: inherit;
    }

    .chart {
        height: 730px;
    }

    #root {
        width: 100%;
        padding-right: 100px;
    }
}

@media screen and (max-width:1024px) {
    .chart h1:after {
        /* right: 41.5%; */
    }

    .accordionMenu .rootUl li a {
        font-size: 12px;
    }
}

@media screen and (max-width:991px) {
    .col-md-3.con-social h3.footer-title {
        padding: 0 20px;
    }

    .footer-content {
        height: auto;
    }

    .software h1:after {
        /* right: 41.5%; */
    }

    #root .col {
        width: 100%;
    }

    .chart {
        height: auto;
        padding-bottom: 150px;
    }

        .chart h1 {
            margin-bottom: 0;
        }

    #root .col.active .icon {
        width: 100%;
    }

    #root {
        padding-left: 100px;
    }

        #root .col.active .content {
            width: 100%;
        }

        #root .col .content .contentFrame {
            width: 100%;
        }

        #root .col.active .content p {
            width: 100%;
        }

        #root .col .icon {
            width: 100%;
        }

        #root .col.active.bottom-item .content p {
            width: 100%;
        }

        #root .col .icon div h6 {
            font-size: 20px;
        }

        #root .col .icon div {
            font-size: 16px;
        }

        #root .col .content p {
            font-size: 15px;
        }

    .footer-content .container div {
        margin-bottom: 50px;
    }

    .footer-content {
        padding-bottom: 20px;
    }

    .newsletter {
        padding-left: 14%;
    }

    .Consultation h1:after {
        right: 28%;
    }

    .chart h1:after {
        /* right: 41.5%; */
    }

    /* .about h1:after {
        right: 32%;
    } */

    .Consultation h6 {
        font-size: 18px;
    }

    .Consultation p {
        font-size: 16px;
    }

    .scroll {
        display: none;
    }

    .footer-content .map {
        display: block;
        text-align: right;
    }

    .footer-content .footer-menu {
        float: inherit;
    }
}

@media screen and (max-width:860px) {
    .carousel-caption {
        display: none;
    }

    /* .about h1:after {
        right: 28%;
    }

    .service-caption h1:after {
        right: 29%;
    } */

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:800px) {
    .software h1:after {
        /* right: 38.5%; */
    }

    .service-caption h1:after {
        right: 27%;
    }

    .chart h1:after {
        /* right: 39.5%; */
    }
}

@media screen and (max-width:780px) {
    .sign span {
        float: right;
    }

    .sign {
        line-height: 40px;
    }
}

@media screen and (max-width:767px) {

    .chart h1,
    .software h1 {
        font-size: 30px;
    }

    .about {
        padding: 0 50px;
    }

    .service ul li p {
        margin-bottom: 50px;
    }

    .service-caption h1:after {
        right: 27%;
    }

    .edu-btn {
        width: 95%;
    }
}

@media screen and (max-width:640px) {
    .service-caption h1:after {
        right: 21%;
    }

    .about h1:after {
        /* right: 21%; */
    }

    .Consultation h1:after {
        right: 21%;
    }

    .service-caption h1:after {
        right: 20% !important;
    }

    .about h1 {
        font-size: 22px;
    }

    .Consultation h1 {
        font-size: 22px;
    }
}

@media screen and (max-width:500px) {
    #root {
        padding-right: 70px;
        padding-left: 0;
    }

    .navbar-brand {
        margin: 0;
    }

    .footer-content .footer-menu {
        float: inherit;
    }

    .navbar-toggle {
        /* margin-top: -15px; */
    }
}

@media screen and (max-width:480px) {
    .service-caption h1:after {
        right: 14% !important;
    }

    .software h1:after {
        /* right: 33.5%; */
    }

    .about h1 {
        font-size: 19px !important;
    }

        .about h1:after {
            /* right: 12%; */
            background-image: none;
        }

    .chart h1:after {
        right: 35%;
    }

    .Consultation h1:after {
        right: 13%;
    }

    .navbar-toggle {
        /* margin-top: -26px; */
    }
}

@media screen and (max-width:414px) {
    .service-caption h1:after {
        right: 8% !important;
    }

    .about h1:after {
        right: 5%;
    }

    .Consultation h6 {
        font-size: 13px;
    }
}

@media screen and (max-width:375px) {
    .service-caption h1 {
        font-size: 25px;
    }

        .service-caption h1:after {
            right: 2% !important;
        }
}

@media screen and (max-width:360px) {
    .carousel {
        display: none;
    }

    .navbar-brand img {
        width: 70%;
    }

    .newsletter {
        padding-left: 0;
    }

    .service {
        padding-top: 60px;
    }

    .service-caption h1:after {
        right: 0 !important;
    }

    .software h1:after {
        /* right: 30%; */
    }

    .about h1:after {
        /* right: -6%; */
    }

    .chart h1:after {
        right: 30%;
    }

    .Consultation h1 {
        font-size: 19px;
    }

        .Consultation h1:after {
            right: 0;
        }

    .Consultation article div {
        width: 75%;
    }

    .sFaqList2 > a {
        font-size: 12px;
    }

    .rfStyle1 {
        width: 100px;
    }

    .sPrdList5 {
        padding: 20px 60px;
    }

    .navbar-toggle {
        margin-top: 22px;
    }

    .navbar-collapse {
        margin-top: 68px;
    }
}

@media screen and (max-width:320px) {
    .service-caption h1 {
        font-size: 23px;
    }

        .service-caption h1:after {
            width: 310px;
        }

    .software h1:after {
        /* right: 22%; */
    }

    .about h1:after {
        right: -15%;
    }

    #root .col .content p {
        font-size: 12px;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bounceInRight,
.bounceInLeft,
.bounceInUp,
.bounceInDown {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

.fadeInRight,
.fadeInLeft,
.fadeInUp,
.fadeInDown {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

.bounceIn.go {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }

    60% {
        -webkit-transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }

    60% {
        transform: translateX(30px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.bounceInLeft.go {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

.fadeIn {
    opacity: 0;
}

    .fadeIn.go {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}

    .fadeInLeft.go {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

    .fadeInRight.go {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
}

    .fadeInUp.go {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
}

    .fadeInDown.go {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }

footer iframe {
    border-radius: 5px;
    box-shadow: 0px 0px 7px var(--color-2);
    margin-top: 50px;
}

@media(max-width: 575px) {
    .about {
        padding: 0 30px;
    }
}

@media(max-width: 550px) {
    .about p {
        margin-top: 25px;
    }
}

.navbar-header a.navbar-brand img {
    max-height: 59px;
}

div#carousel-example-captions {
    height: 90vh;
}

.carousel-inner > .item {
    width: 100%;
    height: 100%;
}

    .carousel-inner > .item img {
        object-fit: cover;
        height: 100% !important;
    }

.carousel-inner {
    height: 100%;
}

@media(max-width: 767px) {

    div#carousel-example-captions {
        height: 60vh;
    }
}

a.scroll-btn-full-area-title-header img {
    max-width: unset;
}

.navbar-brand {
    padding: 15px;
}

@media (max-width: 1099px) and (min-width: 0px) {
    .navbar-header {
        float: right;
    }
}

@media(max-width: 1099px) {
    .navbar-brand {
        padding: 13px 15px 9px;
        height: inherit;
        margin: 5px 0 0 0;
    }

    .navbar-toggle {
        /* margin-top: -55px; */
    }

    .navbar-collapse {
    }

    .navbar-nav > li {
        width: 100%;
    }

        .navbar-nav > li:before {
            display: none;
        }

    .navbar-nav {
        width: 100%;
    }

    .navbar-collapse {
        text-align: center;
        max-height: inherit;
    }

    .navbar-nav > li > a {
    }

        .navbar-nav > li > a:hover {
            padding-top: 15px;
        }

    .dropdown-menu > li > a {
        color: var(--color-white);
    }
}

.carousel-control {
    display: none;
}

.mb-40 {
    margin-bottom: 40px;
}

.course.page-main {
    padding: 80px 20px;
    background: #eef5ff;
    border-radius: 40px 0 0 40px;
    border-right: 7px var(--color-1) solid;
}

.course .feature {
    border: 2px var(--color-1) solid;
    text-align: center;
    margin-bottom: 0.25rem;
    padding: 5px 0px;
    background: 2px var(--color-1);
    color: white;
}

.course h6 {
    color: var(--color-2);
    font-size: 20px;
    margin: 0 auto 14px;
    font-weight: bold;
}

.news-img.col-md-5 a.newsLink {
    width: 100%;
    height: 162px;
}

    .news-img.col-md-5 a.newsLink img {
        width: 100%;
        height: 100%;
    }

@media(min-width: 992px) {
    .sNewsList1 {
        padding-left: 0 !important;
    }
}

.col-md-3.hidden-sm.hidden-xs.sidebar {
    margin-bottom: 40px;
}

.p-0 {
    padding: 0;
}

.bg-light {
    background: var(--color-bg);
    border-radius: 7px;
    margin-bottom: 30px;
}

b, strong {
    font-weight: bold;
}

.course-summery {
    background: var(--color-white);
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
}

.course-summery--row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #d9dadb;
    color: #252525;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 500;
}

    .course-summery--row div {
        display: flex;
        align-items: center;
    }

    .course-summery--row:last-child {
        border: none;
    }

    .course-summery--row svg, .course-summery--row img {
        fill: var(--color-2);
        margin-left: 4px;
    }

.course-img {
    width: 100%;
    /*height: 400px;*/
}

    .course-img img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover;
        border-radius: 5px;
    }

.course-buy {
    background: var(--color-white);
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0;
}

.course-buy--price {
    color: var(--color-1);
    font-weight: bold;
}

.course-buy--btn {
    background: var(--color-1);
    color: var(--color-white);
    cursor: pointer;
    display: inline-block;
    margin: 17px auto;
    width: 90%;
    padding: 10px 0 15px;
    border-radius: 5px;
}

    .course-buy--btn:hover {
        color: var(--color-1) !important;
        background: var(--color-2) !important;
    }

.course-tab-title {
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    position: sticky;
}

    .course-tab-title a {
        padding: 13px 25px 16px;
        background: var(--color-2);
        color: var(--color-1);
        border-radius: 5px;
        margin: 12px 0;
    }

        .course-tab-title a:hover {
            color: var(--color-2);
            background: var(--color-1);
        }

.box-headline {
    border: 1px #f1f1f1 solid;
    border-radius: 10px;
    /* width: 48%; */
    /* margin: 1%; */
    padding: 15px 15px 20px;
    width: 100%;
    margin: 8px 0;
    -webkit-box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
}

div#headline {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.box-headline--name {
    color: var(--color-1);
}

.box-headline--brief {
    max-height: 50px;
    overflow: hidden;
    margin-top: 10px;
    color: var(--color-1);
    line-height: 26px;
}

.box-headline--col2 {
    display: flex;
    justify-content: space-between;
    padding: 17px 0 0;
}

div#headline span {
    color: #afafaf;
}

div#description {
    line-height: 32px;
    -webkit-box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    padding: 20px 20px 25px;
}

.course-tab-content {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .hidden-sm-quicklink {
        display: none;
    }
}

@media (max-width: 500px) {
    .mt-sm-20 {
        margin-top: 20px;
    }
}

h3.footer-title.footer-title--p-0 {
    padding-bottom: 0;
}

.certificate, .certificate img {
    display: block;
    width: 100px !important;
    max-height: 170px !important;
    overflow: hidden !important;
}

.certificate {
    margin: 10px auto 0;
}

.fix-icons__link {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 0 7px !important;
}

    .fix-icons__link svg {
        width: 22px;
        fill: var(--color-white);
    }

    .fix-icons__link:hover svg {
        fill: var(--color-2) !important;
    }

@media(max-width: 1199px) {
    .fix-icons__link svg {
        width: 20px;
        fill: var(--color-1);
    }
}

@media(max-width: 1099px) {
    .fix-icons__link svg {
        fill: var(--color-white);
    }
}
@media(max-width: 767px) {
    .course-img {
        height:auto;
        max-height: 500px;
    }
    .course-tab-title a {
        padding: 1px 15px 5px;
    }
    }