@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700&display=swap);

body {
font-family: 'Cairo', sans-serif;
    overflow-x: hidden !important;
    font-size: 1rem;
    color: #212529;
    background-color: #fff
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo', sans-serif;;
    line-height: 1.4;
    font-weight: 600
}

::-moz-selection {
    background: rgba(47, 85, 212, .9);
    color: #fff
}

::selection {
    background: rgba(47, 85, 212, .9);
    color: #fff
}

a {
    text-decoration: none !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

p {
    line-height: 1.6
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#topnav .logo {
    float: left;
    color: #212529 !important
}

#topnav .logo .l-dark,
#topnav .logo .logo-dark-mode {
    display: none
}

#topnav .logo .l-light,
#topnav .logo .logo-light-mode {
    display: inline-block
}

#topnav .logo:focus {
    outline: 0
}

#topnav .has-submenu.active a {
    color: #fff
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #2f55d4 !important
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #2f55d4
}

#topnav #navigation.toggle-menu {
    position: relative;
    display: block;
    top: 0;
    border: none
}

#topnav #navigation.toggle-menu .toggle-menu-item {
    display: block
}

#topnav #navigation.toggle-menu .toggle-menu-item>li {
    float: none;
    margin: 0 16px !important;
    text-align: center
}

#topnav #navigation.toggle-menu .toggle-menu-item>li>a {
    padding: 16px 0;
    min-height: auto;
    font-size: 18px
}

#topnav .has-submenu {
    position: relative
}

#topnav .has-submenu .submenu {
    position: relative
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #212529;
    border-radius: .5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 13px
}

#topnav .has-submenu .submenu .has-submenu .submenu .has-submenu:hover .submenu-arrow {
    border-color: #2f55d4
}

#topnav .has-submenu .submenu .has-submenu:hover>.submenu-arrow {
    border-color: #2f55d4
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 30px 0 26px 10px;
    height: 18px
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #212529;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0
}

#topnav .buy-button {
    float: right;
    line-height: 74px
}

#topnav .buy-button>li {
    line-height: initial
}

#topnav .buy-button .btn-icon-dark,
#topnav .buy-button .login-btn-primary {
    display: none
}

#topnav .buy-button .btn-icon-light,
#topnav .buy-button .login-btn-light {
    display: inline-block
}

#topnav .buy-button .search-bar .menu-search form {
    position: relative
}

#topnav .buy-button .search-bar .searchform input[type=text] {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 12px;
    height: 44px;
    font-size: 14px;
    display: block;
    outline: 0 !important;
    padding-right: 45px
}

#topnav .buy-button .search-bar .searchform input[type=submit] {
    display: none
}

#topnav .buy-button .search-bar .searchform:after {
    content: "\f0349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 14px;
    top: 14px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none
}

#topnav .buy-button .dropdown .dropdown-toggle:after,
#topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
    display: none
}

#topnav .navbar-toggle.open span {
    position: absolute
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#topnav .navbar-toggle.open span:hover {
    background-color: #2f55d4
}

#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle:hover {
    background-color: transparent
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px
}

#topnav .navigation-menu>li.active>a,
#topnav .navigation-menu>li:hover>a {
    color: #2f55d4 !important
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #212529;
    font-size: 13px;
    background-color: transparent !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: var(--bs-font-sans-serif);
    padding-left: 15px;
    padding-right: 15px
}

#topnav .navigation-menu>li>a:active,
#topnav .navigation-menu>li>a:hover {
    color: #2f55d4
}

#topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
    padding: 10px 20px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 700;
    color: #161c2d !important
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #212529;
    border-radius: .5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    right: -1px;
    top: 30px
}

#topnav .navigation-menu .has-submenu:hover .menu-arrow {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

#topnav .menu-extras {
    float: right
}

#topnav.scroll {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15)
}

#topnav.scroll .navigation-menu>li>a {
    color: #212529
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #212529
}

#topnav.scroll .navigation-menu>li.active>a,
#topnav.scroll .navigation-menu>li:hover>a {
    color: #2f55d4
}

#topnav.scroll .navigation-menu>li.active>.menu-arrow,
#topnav.scroll .navigation-menu>li:hover>.menu-arrow {
    border-color: #2f55d4
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px
}

#topnav.nav-sticky {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15)
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
    color: #212529
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #2f55d4 !important
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow {
    border-color: #2f55d4 !important
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a,
#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a {
    color: #2f55d4 !important
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #212529
}

#topnav.nav-sticky.tagline-height {
    top: 0 !important
}

#topnav.nav-sticky .buy-button .btn-icon-dark,
#topnav.nav-sticky .buy-button .login-btn-primary {
    display: inline-block
}

#topnav.nav-sticky .buy-button .btn-icon-light,
#topnav.nav-sticky .buy-button .login-btn-light {
    display: none
}

#topnav.nav-sticky .logo .l-dark {
    display: inline-block
}

#topnav.nav-sticky .logo .l-light {
    display: none
}

.logo {
    font-weight: 700;
    font-size: 24px;
    margin-right: 15px;
    padding: 0 0 6px;
    letter-spacing: 1px;
    line-height: 68px
}

@media (min-width:1025px) {
    #topnav .navigation-menu>li .submenu.megamenu {
        width: 1116px !important
    }
}

@media screen and (max-width:1024px) and (min-width:992px) {
    #topnav .navigation-menu>li .submenu.megamenu {
        width: 936px !important
    }
}

@media (min-width:992px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #topnav .navigation-menu>.has-submenu:hover .menu-arrow {
        top: 33px !important
    }

    #topnav .navigation-menu>.has-submenu.active .menu-arrow {
        top: 30px
    }

    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        border-radius: 6px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
        box-shadow: 0 0 3px rgba(60, 72, 88, .15)
    }

    #topnav .navigation-menu>li .submenu li {
        position: relative
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .04em;
        font-weight: 700;
        color: #212529 !important;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    #topnav .navigation-menu>li .submenu li a:hover {
        color: #2f55d4 !important
    }

    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0
    }

    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: fixed;
        top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        vertical-align: top;
        width: 20%
    }

    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px
    }

    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 101%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px
    }

    #topnav .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px
    }

    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #2f55d4
    }

    #topnav .navigation-menu>li.active>a,
    #topnav .navigation-menu>li:hover>a {
        color: #2f55d4 !important
    }

    #topnav .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0
    }

    #topnav .navigation-menu>li.last-elements .submenu:before {
        left: auto;
        right: 10px
    }

    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px
    }

    #topnav .navigation-menu.nav-light>li>a {
        color: rgba(255, 255, 255, .5)
    }

    #topnav .navigation-menu.nav-light>li.active>a {
        color: #fff !important
    }

    #topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
        border-color: #fff !important
    }

    #topnav .navigation-menu.nav-light>li:hover>a {
        color: #fff !important
    }

    #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
        border-color: rgba(255, 255, 255, .5)
    }

    #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
        border-color: #fff !important
    }

    #topnav .navigation-menu.nav-right {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    #topnav .navigation-menu.nav-left {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    #topnav .navigation-menu.nav-left>li.last-elements .submenu {
        left: 0 !important;
        right: auto !important
    }

    #topnav .navigation-menu.nav-left>li.last-elements .submenu:before {
        left: 45px !important;
        right: auto !important
    }

    #topnav .buy-button {
        padding-left: 15px;
        margin-left: 15px
    }

    #topnav .navbar-toggle {
        display: none
    }

    #topnav #navigation {
        display: block !important
    }

    #topnav.scroll {
        top: 0
    }

    #topnav.scroll .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }

    #topnav.scroll-active .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (max-width:991px) {
    #topnav {
        background-color: #fff;
        -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
        box-shadow: 0 0 3px rgba(60, 72, 88, .15);
        min-height: 74px
    }

    #topnav .logo .l-dark {
        display: inline-block !important
    }

    #topnav .logo .l-light {
        display: none !important
    }

    #topnav .container {
        width: auto
    }

    #topnav #navigation {
        max-height: 400px
    }

    #topnav .navigation-menu {
        float: none
    }

    #topnav .navigation-menu>li {
        float: none
    }

    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .04em;
        font-weight: 700;
        color: #212529 !important;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    #topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
        padding: 7px 15px
    }

    #topnav .navigation-menu>li .submenu.open {
        display: block
    }

    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none
    }

    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8492a6
    }

    #topnav .navigation-menu>li>a {
        color: #212529;
        padding: 10px 20px
    }

    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px
    }

    #topnav .navigation-menu>li .submenu li a:hover,
    #topnav .navigation-menu>li.has-submenu.open>a,
    #topnav .navigation-menu>li>a:hover {
        color: #2f55d4
    }

    #topnav .menu-extras .menu-item {
        border-color: #8492a6
    }

    #topnav .navbar-header {
        float: left
    }

    #topnav .buy-button .btn-icon-dark,
    #topnav .buy-button .login-btn-primary {
        display: inline-block !important
    }

    #topnav .buy-button .btn-icon-light,
    #topnav .buy-button .login-btn-light {
        display: none
    }

    #topnav .has-submenu .submenu .submenu-arrow {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px
    }

    #topnav .has-submenu.active a {
        color: #2f55d4
    }

    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid rgb(242.05, 243.9, 245.75);
        border-bottom: 1px solid rgb(242.05, 243.9, 245.75);
        background-color: #fff;
        -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
        box-shadow: 0 0 3px rgba(60, 72, 88, .15)
    }

    #navigation.open {
        display: block;
        overflow-y: auto
    }
}

@media (max-width:768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 8px;
        top: 16px
    }
}

@media (min-width:768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0
    }

    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0
    }

    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu>li:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0
    }

    .navbar-toggle {
        display: block
    }
}

@media (max-width:425px) {
    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px
    }

    #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
        -webkit-transform: translate3d(0, -54px, 0) !important;
        transform: translate3d(0, -54px, 0) !important
    }
}

.tagline {
    position: absolute;
    width: 100%;
    z-index: 99;
    font-size: 14px;
    padding: 13px 0
}

@media screen and (max-width:575px) {
    .tagline {
        display: none
    }
}

@media screen and (max-width:575px) {
    .tagline-height {
        top: 0 !important
    }
}

@media (min-width:576px) {
    .tagline-height {
        top: 47px !important
    }
}

.sidebar-nav>.navbar-item {
    padding: 5px 0
}

.sidebar-nav>.navbar-item .navbar-link {
    color: #212529 !important;
    font-size: 15px;
    font-weight: 600
}

.sidebar-nav>.navbar-item .navbar-link .navbar-icon {
    font-size: 18px;
    margin-right: 6px
}

.sidebar-nav>.navbar-item.active .navbar-link,
.sidebar-nav>.navbar-item:hover .navbar-link {
    color: #2f55d4 !important
}

#navmenu-nav li.active a {
    color: #2f55d4 !important
}

#navmenu-nav li.account-menu.active .navbar-link,
#navmenu-nav li.account-menu:hover .navbar-link {
    color: #fff !important;
    background-color: #2f55d4 !important
}

.navbar-white-bg {
    background-color: #fff !important
}

.footer {
    background: #202942;
    position: relative;
    color: #adb5bd
}

.footer .footer-py-60 {
    padding: 60px 0
}

.footer .footer-py-30 {
    padding: 30px 0
}

.footer .logo-footer {
    font-size: 22px
}

.footer .logo-footer:focus {
    outline: 0
}

.footer .footer-head {
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff
}

.footer .foot-subscribe .form-control {
    background-color: rgb(38.7462686567, 49.3134328358, 79.2537313433);
    border: 1px solid rgb(38.7462686567, 49.3134328358, 79.2537313433);
    color: #dee2e6 !important
}

.footer .foot-subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer .foot-subscribe.foot-white .form-control {
    color: #adb5bd
}

.footer .foot-subscribe input::-webkit-input-placeholder {
    color: #adb5bd
}

.footer .foot-subscribe input::-moz-placeholder {
    color: #adb5bd
}

.footer .foot-subscribe input:-ms-input-placeholder {
    color: #adb5bd
}

.footer .foot-subscribe input::-ms-input-placeholder {
    color: #adb5bd
}

.footer .foot-subscribe input::placeholder {
    color: #adb5bd
}

.footer .text-foot {
    color: #adb5bd
}

.footer .footer-list {
    margin-bottom: 0
}

.footer .footer-list li {
    margin-bottom: 10px
}

.footer .footer-list li a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer .footer-list li a:hover {
    color: rgb(229.5135135135, 232, 234.4864864865)
}

.footer .footer-list li:last-child {
    margin-bottom: 0
}

.footer .footer-bar,
.footer .footer-border {
    border-top: 1px solid rgb(40.3265306122, 51.6683673469, 83.1734693878)
}

.footer .border {
    border-color: rgb(40.3265306122, 51.6683673469, 83.1734693878) !important
}

.footer.footer-light {
    background: #f8f9fa;
    color: #8492a6
}

.footer.footer-light .footer-head {
    color: #212529
}

.footer.footer-light .foot-subscribe .form-control {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #f8f9fa
}

.footer.footer-light .foot-subscribe.foot-white .form-control {
    color: #adb5bd
}

.footer.footer-light .foot-subscribe input::-webkit-input-placeholder {
    color: #adb5bd
}

.footer.footer-light .foot-subscribe input::-moz-placeholder {
    color: #adb5bd
}

.footer.footer-light .foot-subscribe input:-ms-input-placeholder {
    color: #adb5bd
}

.footer.footer-light .foot-subscribe input::-ms-input-placeholder {
    color: #adb5bd
}

.footer.footer-light .foot-subscribe input::placeholder {
    color: #adb5bd
}

.footer.footer-light .border {
    border-color: #e9ecef !important
}

.footer.footer-light .text-foot {
    color: #8492a6
}

.footer.footer-light .footer-list li a:hover {
    color: #495057
}

.avatar.avatar-coin,
.avatar.avatar-sm-sm {
    height: 36px !important;
    width: 36px !important
}

.avatar.avatar-ex-sm {
    max-height: 50px !important;
    animation: float 4s ease-in-out infinite;
}

.avatar1 { animation-delay: -0s; }
.avatar2 { animation-delay: -0.2s; }
.avatar3 { animation-delay: -0.4s; }
.avatar4 { animation-delay: -0.6s; }
.avatar5 { animation-delay: -0.8s; }
.avatar6 { animation-delay: -1s; }

@keyframes float {
  0%, 100% {
     transform: translateY(0) rotate(0deg);
  }
  50% {
     transform: translateY(-20px) rotate(3deg);
  }
}



.avatar.avatar-ex-small {
    height: 36px !important;
    width: 36px !important
}

.avatar.avatar-md-sm {
    height: 45px !important;
    width: 45px !important
}

.avatar.avatar-small {
    height: 65px !important;
    width: 65px !important
}

.avatar.avatar-md-md {
    height: 80px !important;
    width: 80px !important
}

.avatar.avatar-medium {
    height: 110px !important;
    width: 110px !important
}

.avatar.avatar-large {
    height: 140px !important;
    width: 140px !important
}

.avatar.avatar-ex-large {
    height: 180px !important;
    width: 180px !important
}

.accordion .accordion-item {
    overflow: hidden;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15)
}

.accordion .accordion-item .accordion-button {
    font-weight: 600;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1rem 2.5rem 1rem 1.25rem
}

.accordion .accordion-item .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion .accordion-item .accordion-button:before {
    content: "\f0143";
    display: block;
    font-family: "Material Design Icons";
    font-size: 16px;
    color: #2f55d4;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.accordion .accordion-item .accordion-button.collapsed {
    background-color: #fff;
    color: #212529 !important;
    -webkit-transition: all .5s;
    transition: all .5s
}

.accordion .accordion-item .accordion-button.collapsed:before {
    top: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #212529 !important
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #2f55d4
}

.accordion .accordion-item .accordion-button:after {
    display: none
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #fff, #fff);
    z-index: 9999999
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#preloader #status .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2f55d4;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

#preloader #status .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.form-check-label,
.form-label {
    font-weight: 700;
    font-size: 14px
}

.form-control {
    border: 1px solid #e9ecef;
    font-size: 14px;
    line-height: 26px;
    border-radius: 6px;
    color: #212529 !important;
    text-align: left
}

.form-control:focus {
    border-color: #2f55d4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[readonly] {
    background-color: #fff
}

.form-control:disabled {
    background-color: #dee2e6
}

.form-control::-webkit-input-placeholder {
    color: #3c4858
}

.form-control::-moz-placeholder {
    color: #3c4858
}

.form-control:-ms-input-placeholder {
    color: #3c4858
}

.form-control::-ms-input-placeholder {
    color: #3c4858
}

.form-control::placeholder {
    color: #3c4858
}

.form-check-input {
    border: 1px solid #e9ecef;
    background-color: #fff
}

.form-check-input:focus {
    border-color: #2f55d4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-check-input.form-check-input:checked {
    background-color: #2f55d4;
    border-color: #2f55d4
}

.subcribe-form .btn {
    padding: 10px 20px;
    border-radius: 6px;
}

.subcribe-form button:hover {
    background-color: #172d73 !important;
    color: #fff !important;
}
.subcribe-form a:hover {
    background-color: #172d73 !important;
    color: #fff !important;
}




.subcribe-form .div {
    position: relative;
    max-width: 600px;
    margin: 0 auto
}

.blog.blog-primary .tag {
    background: #2f55d4 !important
}

.blog.blog-primary .readmore:hover,
.blog.blog-primary .title:hover {
    color: #2f55d4 !important
}

.blog.blog-primary .link {
    color: #2f55d4 !important
}

.blog.blog-secondary .tag {
    background: #6c757d !important
}

.blog.blog-secondary .readmore:hover,
.blog.blog-secondary .title:hover {
    color: #6c757d !important
}

.blog.blog-secondary .link {
    color: #6c757d !important
}

.blog.blog-success .tag {
    background: #2eca8b !important
}

.blog.blog-success .readmore:hover,
.blog.blog-success .title:hover {
    color: #2eca8b !important
}

.blog.blog-success .link {
    color: #2eca8b !important
}

.blog.blog-info .tag {
    background: #17a2b8 !important
}

.blog.blog-info .readmore:hover,
.blog.blog-info .title:hover {
    color: #17a2b8 !important
}

.blog.blog-info .link {
    color: #17a2b8 !important
}

.blog.blog-warning .tag {
    background: #f17425 !important
}

.blog.blog-warning .readmore:hover,
.blog.blog-warning .title:hover {
    color: #f17425 !important
}

.blog.blog-warning .link {
    color: #f17425 !important
}

.blog.blog-danger .tag {
    background: #e43f52 !important
}

.blog.blog-danger .readmore:hover,
.blog.blog-danger .title:hover {
    color: #e43f52 !important
}

.blog.blog-danger .link {
    color: #e43f52 !important
}

.blog.blog-light .tag {
    background: #f8f9fa !important
}

.blog.blog-light .readmore:hover,
.blog.blog-light .title:hover {
    color: #f8f9fa !important
}

.blog.blog-light .link {
    color: #f8f9fa !important
}

.blog.blog-dark .tag {
    background: #212529 !important
}

.blog.blog-dark .readmore:hover,
.blog.blog-dark .title:hover {
    color: #212529 !important
}

.blog.blog-dark .link {
    color: #212529 !important
}

.blog.blog-footer .tag {
    background: #202942 !important
}

.blog.blog-footer .readmore:hover,
.blog.blog-footer .title:hover {
    color: #202942 !important
}

.blog.blog-footer .link {
    color: #202942 !important
}

.blog.blog-muted .tag {
    background: #8492a6 !important
}

.blog.blog-muted .readmore:hover,
.blog.blog-muted .title:hover {
    color: #8492a6 !important
}

.blog.blog-muted .link {
    color: #8492a6 !important
}

.blog {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.blog .content h4 {
    line-height: 1.2
}

.blog .content .title {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog .content .post-meta .comments,
.blog .content .post-meta .like,
.blog .content .post-meta .readmore {
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog .content .post-meta .like:hover {
    color: #e43f52 !important
}

.blog .content .post-meta .comments:hover {
    color: #2eca8b !important
}

.blog .author,
.blog .course-fee,
.blog .preview,
.blog .teacher {
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog .author {
    top: 5%;
    left: 5%
}

.blog .author .date,
.blog .author .profession,
.blog .author .user,
.blog .teacher .date,
.blog .teacher .profession,
.blog .teacher .user {
    color: #fff
}

.blog .teacher {
    bottom: 6%;
    left: 5%
}

.blog .course-fee {
    bottom: -5%;
    right: 5%;
    width: 50px;
    height: 50px
}

.blog .course-fee .fee {
    line-height: 50px
}

.blog.blog-detail:hover {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.blog .overlay {
    background: #3c4858
}

.blog:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.blog:hover .overlay {
    opacity: .6
}

.blog:hover .author,
.blog:hover .course-fee,
.blog:hover .preview,
.blog:hover .teacher {
    opacity: 1
}

.blog .blog-list-meta {
    position: absolute;
    bottom: 24px
}

.blog .preview {
    color: #fff !important
}

.sidebar .widget .blog-categories li {
    padding-bottom: 10px
}

.sidebar .widget .blog-categories li:last-child {
    padding-bottom: 0
}

.sidebar .widget .blog-categories li a,
.sidebar .widget .blog-categories li span {
    font-size: 15px
}

.sidebar .widget .blog-categories li a {
    color: #212529;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.sidebar .widget .blog-categories li a:hover {
    color: #2f55d4
}

.sidebar .widget .post-recent {
    padding-bottom: 15px
}

.sidebar .widget .post-recent:last-child {
    padding-bottom: 0
}

.sidebar .widget .post-recent .post-recent-thumb {
    width: 25%
}

.sidebar .widget .post-recent .post-recent-content {
    width: 75%;
    padding-left: 10px
}

.sidebar .widget .post-recent .post-recent-content a {
    display: block;
    color: #212529;
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.sidebar .widget .post-recent .post-recent-content a:hover {
    color: #2f55d4
}

.sidebar .widget .post-recent .post-recent-content span {
    font-size: 13px
}

.tagcloud>a {
    background: #f8f9fa;
    color: #212529;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 8px 12px 7px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 600
}

.tagcloud>a:hover {
    background: #2f55d4;
    color: #fff
}

.media-list .media .media-heading:hover {
    color: #2f55d4 !important
}

.media-list .sub-comment {
    border-left: 2px dashed #e9ecef
}




.features.feature-primary .icon {
    background: rgba(47, 85, 212, .1)
}

.features.feature-primary .image:before {
    background: linear-gradient(45deg, transparent, rgba(47, 85, 212, .1))
}

.features.feature-primary .color,
.features.feature-primary .read-more {
    color: #2f55d4 !important
}

.features.feature-primary.feature-clean .icons {
    color: #2f55d4 !important
}

.features.feature-primary.feature-clean .icons i {
    background-color: rgba(47, 85, 212, .1)
}

.features.feature-primary.feature-clean .title:hover {
    color: #2f55d4 !important
}

.features.feature-primary.feature-full-bg .icon-color {
    color: #2f55d4 !important
}

.features.feature-primary.feature-full-bg:hover {
    background-color: #2f55d4 !important
}

.features.feature-primary.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(47, 85, 212, .15));
    color: #2f55d4
}

.features.feature-primary.course-feature .full-img {
    color: #2f55d4 !important
}

.features.feature-primary.explore-feature:hover .icons,
.features.feature-primary.explore-feature:hover .title {
    color: #2f55d4 !important
}

.features.feature-primary .btn-soft {
    background-color: rgba(47, 85, 212, .05) !important;
    border: 1px solid rgba(47, 85, 212, .05) !important;
    color: #2f55d4 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, .1);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, .1)
}

.features.feature-primary .btn-soft.active,
.features.feature-primary .btn-soft.focus,
.features.feature-primary .btn-soft:active,
.features.feature-primary .btn-soft:focus,
.features.feature-primary .btn-soft:hover {
    background-color: #2f55d4 !important;
    border-color: #2f55d4 !important;
    color: #fff !important
}

.features.feature-primary:hover .image:before {
    background: rgba(47, 85, 212, .1)
}

.features.feature-secondary .icon {
    background: rgba(108, 117, 125, .1)
}

.features.feature-secondary .image:before {
    background: linear-gradient(45deg, transparent, rgba(108, 117, 125, .1))
}

.features.feature-secondary .color,
.features.feature-secondary .read-more {
    color: #6c757d !important
}

.features.feature-secondary.feature-clean .icons {
    color: #6c757d !important
}

.features.feature-secondary.feature-clean .icons i {
    background-color: rgba(108, 117, 125, .1)
}

.features.feature-secondary.feature-clean .title:hover {
    color: #6c757d !important
}

.features.feature-secondary.feature-full-bg .icon-color {
    color: #6c757d !important
}

.features.feature-secondary.feature-full-bg:hover {
    background-color: #6c757d !important
}

.features.feature-secondary.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(108, 117, 125, .15));
    color: #6c757d
}

.features.feature-secondary.course-feature .full-img {
    color: #6c757d !important
}

.features.feature-secondary.explore-feature:hover .icons,
.features.feature-secondary.explore-feature:hover .title {
    color: #6c757d !important
}

.features.feature-secondary .btn-soft {
    background-color: rgba(108, 117, 125, .05) !important;
    border: 1px solid rgba(108, 117, 125, .05) !important;
    color: #6c757d !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(108, 117, 125, .1);
    box-shadow: 0 3px 5px 0 rgba(108, 117, 125, .1)
}

.features.feature-secondary .btn-soft.active,
.features.feature-secondary .btn-soft.focus,
.features.feature-secondary .btn-soft:active,
.features.feature-secondary .btn-soft:focus,
.features.feature-secondary .btn-soft:hover {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #fff !important
}

.features.feature-secondary:hover .image:before {
    background: rgba(108, 117, 125, .1)
}

.features.feature-success .icon {
    background: rgba(46, 202, 139, .1)
}

.features.feature-success .image:before {
    background: linear-gradient(45deg, transparent, rgba(46, 202, 139, .1))
}

.features.feature-success .color,
.features.feature-success .read-more {
    color: #2eca8b !important
}

.features.feature-success.feature-clean .icons {
    color: #2eca8b !important
}

.features.feature-success.feature-clean .icons i {
    background-color: rgba(46, 202, 139, .1)
}

.features.feature-success.feature-clean .title:hover {
    color: #2eca8b !important
}

.features.feature-success.feature-full-bg .icon-color {
    color: #2eca8b !important
}

.features.feature-success.feature-full-bg:hover {
    background-color: #2eca8b !important
}

.features.feature-success.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(46, 202, 139, .15));
    color: #2eca8b
}

.features.feature-success.course-feature .full-img {
    color: #2eca8b !important
}

.features.feature-success.explore-feature:hover .icons,
.features.feature-success.explore-feature:hover .title {
    color: #2eca8b !important
}

.features.feature-success .btn-soft {
    background-color: rgba(46, 202, 139, .05) !important;
    border: 1px solid rgba(46, 202, 139, .05) !important;
    color: #2eca8b !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, .1);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, .1)
}

.features.feature-success .btn-soft.active,
.features.feature-success .btn-soft.focus,
.features.feature-success .btn-soft:active,
.features.feature-success .btn-soft:focus,
.features.feature-success .btn-soft:hover {
    background-color: #2eca8b !important;
    border-color: #2eca8b !important;
    color: #fff !important
}

.features.feature-success:hover .image:before {
    background: rgba(46, 202, 139, .1)
}

.features.feature-info .icon {
    background: rgba(23, 162, 184, .1)
}

.features.feature-info .image:before {
    background: linear-gradient(45deg, transparent, rgba(23, 162, 184, .1))
}

.features.feature-info .color,
.features.feature-info .read-more {
    color: #17a2b8 !important
}

.features.feature-info.feature-clean .icons {
    color: #17a2b8 !important
}

.features.feature-info.feature-clean .icons i {
    background-color: rgba(23, 162, 184, .1)
}

.features.feature-info.feature-clean .title:hover {
    color: #17a2b8 !important
}

.features.feature-info.feature-full-bg .icon-color {
    color: #17a2b8 !important
}

.features.feature-info.feature-full-bg:hover {
    background-color: #17a2b8 !important
}

.features.feature-info.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(23, 162, 184, .15));
    color: #17a2b8
}

.features.feature-info.course-feature .full-img {
    color: #17a2b8 !important
}

.features.feature-info.explore-feature:hover .icons,
.features.feature-info.explore-feature:hover .title {
    color: #17a2b8 !important
}

.features.feature-info .btn-soft {
    background-color: rgba(23, 162, 184, .05) !important;
    border: 1px solid rgba(23, 162, 184, .05) !important;
    color: #17a2b8 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, .1);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, .1)
}

.features.feature-info .btn-soft.active,
.features.feature-info .btn-soft.focus,
.features.feature-info .btn-soft:active,
.features.feature-info .btn-soft:focus,
.features.feature-info .btn-soft:hover {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: #fff !important
}

.features.feature-info:hover .image:before {
    background: rgba(23, 162, 184, .1)
}

.features.feature-warning .icon {
    background: rgba(241, 116, 37, .1)
}

.features.feature-warning .image:before {
    background: linear-gradient(45deg, transparent, rgba(241, 116, 37, .1))
}

.features.feature-warning .color,
.features.feature-warning .read-more {
    color: #f17425 !important
}

.features.feature-warning.feature-clean .icons {
    color: #f17425 !important
}

.features.feature-warning.feature-clean .icons i {
    background-color: rgba(241, 116, 37, .1)
}

.features.feature-warning.feature-clean .title:hover {
    color: #f17425 !important
}

.features.feature-warning.feature-full-bg .icon-color {
    color: #f17425 !important
}

.features.feature-warning.feature-full-bg:hover {
    background-color: #f17425 !important
}

.features.feature-warning.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(241, 116, 37, .15));
    color: #f17425
}

.features.feature-warning.course-feature .full-img {
    color: #f17425 !important
}

.features.feature-warning.explore-feature:hover .icons,
.features.feature-warning.explore-feature:hover .title {
    color: #f17425 !important
}

.features.feature-warning .btn-soft {
    background-color: rgba(241, 116, 37, .05) !important;
    border: 1px solid rgba(241, 116, 37, .05) !important;
    color: #f17425 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, .1);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, .1)
}

.features.feature-warning .btn-soft.active,
.features.feature-warning .btn-soft.focus,
.features.feature-warning .btn-soft:active,
.features.feature-warning .btn-soft:focus,
.features.feature-warning .btn-soft:hover {
    background-color: #f17425 !important;
    border-color: #f17425 !important;
    color: #fff !important
}

.features.feature-warning:hover .image:before {
    background: rgba(241, 116, 37, .1)
}

.features.feature-danger .icon {
    background: rgba(228, 63, 82, .1)
}

.features.feature-danger .image:before {
    background: linear-gradient(45deg, transparent, rgba(228, 63, 82, .1))
}

.features.feature-danger .color,
.features.feature-danger .read-more {
    color: #e43f52 !important
}

.features.feature-danger.feature-clean .icons {
    color: #e43f52 !important
}

.features.feature-danger.feature-clean .icons i {
    background-color: rgba(228, 63, 82, .1)
}

.features.feature-danger.feature-clean .title:hover {
    color: #e43f52 !important
}

.features.feature-danger.feature-full-bg .icon-color {
    color: #e43f52 !important
}

.features.feature-danger.feature-full-bg:hover {
    background-color: #e43f52 !important
}

.features.feature-danger.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(228, 63, 82, .15));
    color: #e43f52
}

.features.feature-danger.course-feature .full-img {
    color: #e43f52 !important
}

.features.feature-danger.explore-feature:hover .icons,
.features.feature-danger.explore-feature:hover .title {
    color: #e43f52 !important
}

.features.feature-danger .btn-soft {
    background-color: rgba(228, 63, 82, .05) !important;
    border: 1px solid rgba(228, 63, 82, .05) !important;
    color: #e43f52 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, .1);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, .1)
}

.features.feature-danger .btn-soft.active,
.features.feature-danger .btn-soft.focus,
.features.feature-danger .btn-soft:active,
.features.feature-danger .btn-soft:focus,
.features.feature-danger .btn-soft:hover {
    background-color: #e43f52 !important;
    border-color: #e43f52 !important;
    color: #fff !important
}

.features.feature-danger:hover .image:before {
    background: rgba(228, 63, 82, .1)
}

.features.feature-light .icon {
    background: rgba(248, 249, 250, .1)
}

.features.feature-light .image:before {
    background: linear-gradient(45deg, transparent, rgba(248, 249, 250, .1))
}

.features.feature-light .color,
.features.feature-light .read-more {
    color: #f8f9fa !important
}

.features.feature-light.feature-clean .icons {
    color: #f8f9fa !important
}

.features.feature-light.feature-clean .icons i {
    background-color: rgba(248, 249, 250, .1)
}

.features.feature-light.feature-clean .title:hover {
    color: #f8f9fa !important
}

.features.feature-light.feature-full-bg .icon-color {
    color: #f8f9fa !important
}

.features.feature-light.feature-full-bg:hover {
    background-color: #f8f9fa !important
}

.features.feature-light.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(248, 249, 250, .15));
    color: #f8f9fa
}

.features.feature-light.course-feature .full-img {
    color: #f8f9fa !important
}

.features.feature-light.explore-feature:hover .icons,
.features.feature-light.explore-feature:hover .title {
    color: #f8f9fa !important
}

.features.feature-light .btn-soft {
    background-color: rgba(248, 249, 250, .05) !important;
    border: 1px solid rgba(248, 249, 250, .05) !important;
    color: #f8f9fa !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 250, .1);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 250, .1)
}

.features.feature-light .btn-soft.active,
.features.feature-light .btn-soft.focus,
.features.feature-light .btn-soft:active,
.features.feature-light .btn-soft:focus,
.features.feature-light .btn-soft:hover {
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
    color: #fff !important
}

.features.feature-light:hover .image:before {
    background: rgba(248, 249, 250, .1)
}

.features.feature-dark .icon {
    background: rgba(33, 37, 41, .1)
}

.features.feature-dark .image:before {
    background: linear-gradient(45deg, transparent, rgba(33, 37, 41, .1))
}

.features.feature-dark .color,
.features.feature-dark .read-more {
    color: #212529 !important
}

.features.feature-dark.feature-clean .icons {
    color: #212529 !important
}

.features.feature-dark.feature-clean .icons i {
    background-color: rgba(33, 37, 41, .1)
}

.features.feature-dark.feature-clean .title:hover {
    color: #212529 !important
}

.features.feature-dark.feature-full-bg .icon-color {
    color: #212529 !important
}

.features.feature-dark.feature-full-bg:hover {
    background-color: #212529 !important
}

.features.feature-dark.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(33, 37, 41, .15));
    color: #212529
}

.features.feature-dark.course-feature .full-img {
    color: #212529 !important
}

.features.feature-dark.explore-feature:hover .icons,
.features.feature-dark.explore-feature:hover .title {
    color: #212529 !important
}

.features.feature-dark .btn-soft {
    background-color: rgba(33, 37, 41, .05) !important;
    border: 1px solid rgba(33, 37, 41, .05) !important;
    color: #212529 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(33, 37, 41, .1);
    box-shadow: 0 3px 5px 0 rgba(33, 37, 41, .1)
}

.features.feature-dark .btn-soft.active,
.features.feature-dark .btn-soft.focus,
.features.feature-dark .btn-soft:active,
.features.feature-dark .btn-soft:focus,
.features.feature-dark .btn-soft:hover {
    background-color: #212529 !important;
    border-color: #212529 !important;
    color: #fff !important
}

.features.feature-dark:hover .image:before {
    background: rgba(33, 37, 41, .1)
}

.features.feature-footer .icon {
    background: rgba(32, 41, 66, .1)
}

.features.feature-footer .image:before {
    background: linear-gradient(45deg, transparent, rgba(32, 41, 66, .1))
}

.features.feature-footer .color,
.features.feature-footer .read-more {
    color: #202942 !important
}

.features.feature-footer.feature-clean .icons {
    color: #202942 !important
}

.features.feature-footer.feature-clean .icons i {
    background-color: rgba(32, 41, 66, .1)
}

.features.feature-footer.feature-clean .title:hover {
    color: #202942 !important
}

.features.feature-footer.feature-full-bg .icon-color {
    color: #202942 !important
}

.features.feature-footer.feature-full-bg:hover {
    background-color: #202942 !important
}

.features.feature-footer.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(32, 41, 66, .15));
    color: #202942
}

.features.feature-footer.course-feature .full-img {
    color: #202942 !important
}

.features.feature-footer.explore-feature:hover .icons,
.features.feature-footer.explore-feature:hover .title {
    color: #202942 !important
}

.features.feature-footer .btn-soft {
    background-color: rgba(32, 41, 66, .05) !important;
    border: 1px solid rgba(32, 41, 66, .05) !important;
    color: #202942 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, .1);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, .1)
}

.features.feature-footer .btn-soft.active,
.features.feature-footer .btn-soft.focus,
.features.feature-footer .btn-soft:active,
.features.feature-footer .btn-soft:focus,
.features.feature-footer .btn-soft:hover {
    background-color: #202942 !important;
    border-color: #202942 !important;
    color: #fff !important
}

.features.feature-footer:hover .image:before {
    background: rgba(32, 41, 66, .1)
}

.features.feature-muted .icon {
    background: rgba(132, 146, 166, .1)
}

.features.feature-muted .image:before {
    background: linear-gradient(45deg, transparent, rgba(132, 146, 166, .1))
}

.features.feature-muted .color,
.features.feature-muted .read-more {
    color: #8492a6 !important
}

.features.feature-muted.feature-clean .icons {
    color: #8492a6 !important
}

.features.feature-muted.feature-clean .icons i {
    background-color: rgba(132, 146, 166, .1)
}

.features.feature-muted.feature-clean .title:hover {
    color: #8492a6 !important
}

.features.feature-muted.feature-full-bg .icon-color {
    color: #8492a6 !important
}

.features.feature-muted.feature-full-bg:hover {
    background-color: #8492a6 !important
}

.features.feature-muted.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(132, 146, 166, .15));
    color: #8492a6
}

.features.feature-muted.course-feature .full-img {
    color: #8492a6 !important
}

.features.feature-muted.explore-feature:hover .icons,
.features.feature-muted.explore-feature:hover .title {
    color: #8492a6 !important
}

.features.feature-muted .btn-soft {
    background-color: rgba(132, 146, 166, .05) !important;
    border: 1px solid rgba(132, 146, 166, .05) !important;
    color: #8492a6 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, .1);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, .1)
}

.features.feature-muted .btn-soft.active,
.features.feature-muted .btn-soft.focus,
.features.feature-muted .btn-soft:active,
.features.feature-muted .btn-soft:focus,
.features.feature-muted .btn-soft:hover {
    background-color: #8492a6 !important;
    border-color: #8492a6 !important;
    color: #fff !important
}

.features.feature-muted:hover .image:before {
    background: rgba(132, 146, 166, .1)
}

.features .image:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 64px;
    height: 64px;
    border-radius: 6px;
    -webkit-transform: rotate(33.75deg);
    transform: rotate(33.75deg)
}

.features.feature-clean {
    background-color: #fff
}

.features.feature-clean .icons i {
    height: 65px;
    width: 65px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.features .ride-image {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.features .ride-image img {
    border-radius: 100% 100% 100% 0
}

.features.key-feature {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.features.key-feature:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, .2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, .2) !important
}

.features:hover .image:before {
    -webkit-animation: spinner-border 5s linear infinite !important;
    animation: spinner-border 5s linear infinite !important
}

.features.feature-full-bg {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.features.feature-full-bg .big-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: .015;
    font-size: 180px
}

.features.feature-full-bg:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, .15);
    box-shadow: 0 10px 25px rgba(60, 72, 88, .15);
    color: #fff !important
}

.features.feature-full-bg:hover .icon-color i,
.features.feature-full-bg:hover .para {
    color: rgba(255, 255, 255, .5) !important
}

.features.feature-full-bg:hover .content,
.features.feature-full-bg:hover .icon-color {
    z-index: 2
}

.features.feature-full-bg:hover .big-icon {
    opacity: .05
}

.features.feature-full-bg:hover .readmore {
    color: #fff !important
}

.features.course-feature {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.features.course-feature .full-img {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    z-index: -2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 250px
}

.features.course-feature:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.features.course-feature:hover .full-img {
    opacity: .05
}

.features.explore-feature {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.features.explore-feature .icons {
    height: 80px;
    width: 80px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.features.explore-feature:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, .15) !important;
    box-shadow: 0 10px 25px rgba(60, 72, 88, .15) !important
}

.features .title,
.key-feature .title {
    font-size: 18px !important
}

.features .icon,
.key-feature .icon {
    height: 45px;
    width: 45px;
    min-width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.work-process {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-process .step,
.work-process .step-icon {
    opacity: .06
}

.work-process a {
    font-size: 15px
}

.work-process.process-arrow:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 40px;
    top: 30px;
    left: 80%;
    background: url(../images/process.png) center center no-repeat;
    z-index: 1
}

@media (max-width:767px) {
    .work-process.process-arrow:after {
        display: none
    }
}

.work-process.process-arrow:hover {
    -webkit-transform: none !important;
    transform: none !important
}

.work-process:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.work-process.d-none-arrow:hover {
    -webkit-transform: none !important;
    transform: none !important
}

.features-absolute {
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.features-absolute {
    margin: -200px 0 0
}

@media (max-width:768px) {
    .features-absolute {
        margin: -140px 0 0
    }
}

.features-absolute.blog-search {
    margin: -120px 0 0
}

@media (max-width:768px) {
    .features-absolute.blog-search {
        margin: -90px 0 0
    }
}

.app-feature-shape-left:after,
.app-feature-shape-right:after {
    bottom: 0;
    width: 30rem;
    height: 40rem;
    border-radius: 10rem
}

.app-feature-shape-right:after {
    left: 10rem;
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
}

@media (max-width:768px) {
    .app-feature-shape-right:after {
        left: 0
    }
}

.app-feature-shape-left:after {
    right: 10rem;
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

@media (max-width:768px) {
    .app-feature-shape-left:after {
        right: 0
    }
}

.app-subscribe {
    position: absolute;
    top: -200px
}

@media (max-width:767px) {
    .app-subscribe {
        position: relative;
        top: 0
    }
}

.saas-feature-shape-left:after,
.saas-feature-shape-right:after {
    bottom: -3rem;
    width: 35rem;
    height: 35rem;
    border-radius: 15rem;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg)
}

@media (max-width:767px) {

    .saas-feature-shape-left:after,
    .saas-feature-shape-right:after {
        bottom: -1rem;
        width: 25rem;
        height: 25rem;
        border-radius: 10rem
    }
}

.saas-feature-shape-left:after {
    left: -10rem
}

.saas-feature-shape-right:after {
    right: -10rem
}

.app-feature-shape-left:after,
.app-feature-shape-right:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
    background: rgba(47, 85, 212, .1);
    -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, .1);
    box-shadow: 0 0 40px rgba(47, 85, 212, .1)
}

.app-feature-shape-left:after,
.app-feature-shape-right:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
    content: "";
    position: absolute;
    z-index: -1
}

.modern-saas-absolute-left,
.modern-saas-absolute-right {
    position: absolute
}

.modern-saas-absolute-left {
    top: 2%;
    left: -2%
}

@media (min-width:768px) {
    .modern-saas-absolute-left {
        top: 20%;
        left: -7%
    }
}

@media (min-width:1024px) {
    .modern-saas-absolute-left {
        left: -10%
    }
}

.modern-saas-absolute-right {
    bottom: 2%;
    right: -2%
}

@media (min-width:768px) {
    .modern-saas-absolute-right {
        bottom: 20%;
        right: -7%
    }
}

@media (min-width:1024px) {
    .modern-saas-absolute-right {
        right: -10%
    }
}

.modern-app-round {
    position: fixed;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    pointer-events: none;
    z-index: -2;
    background-color: rgba(47, 85, 212, .15)
}

.modern-app-round.primary-50 {
    background-color: rgba(47, 85, 212, .5) !important
}

.modern-app-bg-shape:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(47, 85, 212, .3)), color-stop(35%, rgba(47, 85, 212, .5)), to(#2f55d4));
    background: linear-gradient(to right, rgba(47, 85, 212, .3) 0, rgba(47, 85, 212, .5) 35%, #2f55d4 100%);
    -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, .2);
    box-shadow: 0 0 40px rgba(47, 85, 212, .2);
    z-index: -1
}

@media (max-width:768px) {
    .modern-app-bg-shape:after {
        width: 400px;
        height: 400px
    }
}

.modern-app-absolute-left,
.modern-app-absolute-right {
    position: absolute
}

.modern-app-absolute-right {
    top: 7%;
    right: -2%
}

@media (min-width:768px) {
    .modern-app-absolute-right {
        top: 20%;
        right: -7%
    }
}

@media (min-width:1024px) {
    .modern-app-absolute-right {
        right: -10%
    }
}

.modern-app-absolute-left {
    bottom: 7%;
    left: -2%
}

@media (min-width:768px) {
    .modern-app-absolute-left {
        bottom: 20%;
        left: -7%
    }
}

@media (min-width:1024px) {
    .modern-app-absolute-left {
        left: -10%
    }
}

.social-feature-left:after,
.social-feature-right:after {
    width: 450px;
    height: 520px;
    border-radius: 30px;
    bottom: -75px
}

@media (max-width:768px) {

    .social-feature-left:after,
    .social-feature-right:after {
        width: 300px;
        height: 400px;
        bottom: -65px
    }
}

@media (max-width:575px) {

    .social-feature-left:after,
    .social-feature-right:after {
        bottom: -35px
    }
}

.social-feature-left:after {
    right: -200px
}

@media (max-width:575px) {
    .social-feature-left:after {
        right: 60px
    }
}

.social-feature-right:after {
    left: -200px
}

@media (max-width:575px) {
    .social-feature-right:after {
        left: 60px
    }
}

.construction-img {
    position: absolute;
    bottom: 0;
    right: 20px
}


.bg-home {
    background: url('/build/assets/images/integration/bg.png') center center;
    height: auto;
    z-index: 1000;
    background-size: cover !important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative !important;
    background-position: center center
}

.bg-photography {
    height: 100vh;
    background-size: cover !important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative !important;
    background-position: center center
}

@media (max-width:767px) {
    .bg-photography {
        padding: 300px 0;
        height: auto
    }
}

.bg-video-studio {
    height: 100vh;
    background-size: cover !important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative !important;
    background-position: center center
}

.bg-home-75vh {
    height: 75vh !important;
    background-size: cover !important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative !important;
    background-position: center center
}

@media (max-width:767px) {
    .bg-home-75vh {
        height: 80vh !important
    }
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover !important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative !important;
    background-position: center center
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover !important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative !important;
    background-position: center center
}



.work-container.work-primary .title:hover {
    color: #2f55d4 !important
}

.work-container.work-primary.work-creative .work-icon,
.work-container.work-primary.work-modern .work-icon {
    color: #2f55d4 !important
}

.work-container.work-primary.work-creative .work-icon:hover,
.work-container.work-primary.work-modern .work-icon:hover {
    background: #2f55d4 !important
}

.work-container.work-primary .btn {
    background-color: #2f55d4 !important;
    border: 1px solid #2f55d4 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, .1);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, .1)
}

.work-container.work-primary .btn.active,
.work-container.work-primary .btn.focus,
.work-container.work-primary .btn:active,
.work-container.work-primary .btn:focus,
.work-container.work-primary .btn:hover {
    background-color: rgb(35.6334661355, 67.1235059761, 172.3665338645) !important;
    border-color: rgb(35.6334661355, 67.1235059761, 172.3665338645) !important;
    color: #fff !important
}

.work-container.work-primary .bg {
    background-color: #2f55d4 !important
}

.work-container.work-primary .link {
    color: #2f55d4 !important
}

.work-container.work-secondary .title:hover {
    color: #6c757d !important
}

.work-container.work-secondary.work-creative .work-icon,
.work-container.work-secondary.work-modern .work-icon {
    color: #6c757d !important
}

.work-container.work-secondary.work-creative .work-icon:hover,
.work-container.work-secondary.work-modern .work-icon:hover {
    background: #6c757d !important
}

.work-container.work-secondary .btn {
    background-color: #6c757d !important;
    border: 1px solid #6c757d !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(108, 117, 125, .1);
    box-shadow: 0 3px 5px 0 rgba(108, 117, 125, .1)
}

.work-container.work-secondary .btn.active,
.work-container.work-secondary .btn.focus,
.work-container.work-secondary .btn:active,
.work-container.work-secondary .btn:focus,
.work-container.work-secondary .btn:hover {
    background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
    border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
    color: #fff !important
}

.work-container.work-secondary .bg {
    background-color: #6c757d !important
}

.work-container.work-secondary .link {
    color: #6c757d !important
}

.work-container.work-success .title:hover {
    color: #2eca8b !important
}

.work-container.work-success.work-creative .work-icon,
.work-container.work-success.work-modern .work-icon {
    color: #2eca8b !important
}

.work-container.work-success.work-creative .work-icon:hover,
.work-container.work-success.work-modern .work-icon:hover {
    background: #2eca8b !important
}

.work-container.work-success .btn {
    background-color: #2eca8b !important;
    border: 1px solid #2eca8b !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, .1);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, .1)
}

.work-container.work-success .btn.active,
.work-container.work-success .btn.focus,
.work-container.work-success .btn:active,
.work-container.work-success .btn:focus,
.work-container.work-success .btn:hover {
    background-color: rgb(36.5403225806, 160.4596774194, 110.4153225806) !important;
    border-color: rgb(36.5403225806, 160.4596774194, 110.4153225806) !important;
    color: #fff !important
}

.work-container.work-success .bg {
    background-color: #2eca8b !important
}

.work-container.work-success .link {
    color: #2eca8b !important
}

.work-container.work-info .title:hover {
    color: #17a2b8 !important
}

.work-container.work-info.work-creative .work-icon,
.work-container.work-info.work-modern .work-icon {
    color: #17a2b8 !important
}

.work-container.work-info.work-creative .work-icon:hover,
.work-container.work-info.work-modern .work-icon:hover {
    background: #17a2b8 !important
}

.work-container.work-info .btn {
    background-color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, .1);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, .1)
}

.work-container.work-info .btn.active,
.work-container.work-info .btn.focus,
.work-container.work-info .btn:active,
.work-container.work-info .btn:focus,
.work-container.work-info .btn:hover {
    background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
    border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
    color: #fff !important
}

.work-container.work-info .bg {
    background-color: #17a2b8 !important
}

.work-container.work-info .link {
    color: #17a2b8 !important
}

.work-container.work-warning .title:hover {
    color: #f17425 !important
}

.work-container.work-warning.work-creative .work-icon,
.work-container.work-warning.work-modern .work-icon {
    color: #f17425 !important
}

.work-container.work-warning.work-creative .work-icon:hover,
.work-container.work-warning.work-modern .work-icon:hover {
    background: #f17425 !important
}

.work-container.work-warning .btn {
    background-color: #f17425 !important;
    border: 1px solid #f17425 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, .1);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, .1)
}

.work-container.work-warning .btn.active,
.work-container.work-warning .btn.focus,
.work-container.work-warning .btn:active,
.work-container.work-warning .btn:focus,
.work-container.work-warning .btn:hover {
    background-color: rgb(213.3017241379, 90.9956896552, 13.6982758621) !important;
    border-color: rgb(213.3017241379, 90.9956896552, 13.6982758621) !important;
    color: #fff !important
}

.work-container.work-warning .bg {
    background-color: #f17425 !important
}

.work-container.work-warning .link {
    color: #f17425 !important
}

.work-container.work-danger .title:hover {
    color: #e43f52 !important
}

.work-container.work-danger.work-creative .work-icon,
.work-container.work-danger.work-modern .work-icon {
    color: #e43f52 !important
}

.work-container.work-danger.work-creative .work-icon:hover,
.work-container.work-danger.work-modern .work-icon:hover {
    background: #e43f52 !important
}

.work-container.work-danger .btn {
    background-color: #e43f52 !important;
    border: 1px solid #e43f52 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, .1);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, .1)
}

.work-container.work-danger .btn.active,
.work-container.work-danger .btn.focus,
.work-container.work-danger .btn:active,
.work-container.work-danger .btn:focus,
.work-container.work-danger .btn:hover {
    background-color: rgb(210.4109589041, 29.5890410959, 50.4109589041) !important;
    border-color: rgb(210.4109589041, 29.5890410959, 50.4109589041) !important;
    color: #fff !important
}

.work-container.work-danger .bg {
    background-color: #e43f52 !important
}

.work-container.work-danger .link {
    color: #e43f52 !important
}

.work-container.work-light .title:hover {
    color: #f8f9fa !important
}

.work-container.work-light.work-creative .work-icon,
.work-container.work-light.work-modern .work-icon {
    color: #f8f9fa !important
}

.work-container.work-light.work-creative .work-icon:hover,
.work-container.work-light.work-modern .work-icon:hover {
    background: #f8f9fa !important
}

.work-container.work-light .btn {
    background-color: #f8f9fa !important;
    border: 1px solid #f8f9fa !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 250, .1);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 250, .1)
}

.work-container.work-light .btn.active,
.work-container.work-light .btn.focus,
.work-container.work-light .btn:active,
.work-container.work-light .btn:focus,
.work-container.work-light .btn:hover {
    background-color: rgb(218.25, 223.5, 228.75) !important;
    border-color: rgb(218.25, 223.5, 228.75) !important;
    color: #fff !important
}

.work-container.work-light .bg {
    background-color: #f8f9fa !important
}

.work-container.work-light .link {
    color: #f8f9fa !important
}

.work-container.work-dark .title:hover {
    color: #212529 !important
}

.work-container.work-dark.work-creative .work-icon,
.work-container.work-dark.work-modern .work-icon {
    color: #212529 !important
}

.work-container.work-dark.work-creative .work-icon:hover,
.work-container.work-dark.work-modern .work-icon:hover {
    background: #212529 !important
}

.work-container.work-dark .btn {
    background-color: #212529 !important;
    border: 1px solid #212529 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(33, 37, 41, .1);
    box-shadow: 0 3px 5px 0 rgba(33, 37, 41, .1)
}

.work-container.work-dark .btn.active,
.work-container.work-dark .btn.focus,
.work-container.work-dark .btn:active,
.work-container.work-dark .btn:focus,
.work-container.work-dark .btn:hover {
    background-color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
    border-color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
    color: #fff !important
}

.work-container.work-dark .bg {
    background-color: #212529 !important
}

.work-container.work-dark .link {
    color: #212529 !important
}

.work-container.work-footer .title:hover {
    color: #202942 !important
}

.work-container.work-footer.work-creative .work-icon,
.work-container.work-footer.work-modern .work-icon {
    color: #202942 !important
}

.work-container.work-footer.work-creative .work-icon:hover,
.work-container.work-footer.work-modern .work-icon:hover {
    background: #202942 !important
}

.work-container.work-footer .btn {
    background-color: #202942 !important;
    border: 1px solid #202942 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, .1);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, .1)
}

.work-container.work-footer .btn.active,
.work-container.work-footer .btn.focus,
.work-container.work-footer .btn:active,
.work-container.work-footer .btn:focus,
.work-container.work-footer .btn:hover {
    background-color: rgb(15.3469387755, 19.6632653061, 31.6530612245) !important;
    border-color: rgb(15.3469387755, 19.6632653061, 31.6530612245) !important;
    color: #fff !important
}

.work-container.work-footer .bg {
    background-color: #202942 !important
}

.work-container.work-footer .link {
    color: #202942 !important
}

.work-container.work-muted .title:hover {
    color: #8492a6 !important
}

.work-container.work-muted.work-creative .work-icon,
.work-container.work-muted.work-modern .work-icon {
    color: #8492a6 !important
}

.work-container.work-muted.work-creative .work-icon:hover,
.work-container.work-muted.work-modern .work-icon:hover {
    background: #8492a6 !important
}

.work-container.work-muted .btn {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, .1);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, .1)
}

.work-container.work-muted .btn.active,
.work-container.work-muted .btn.focus,
.work-container.work-muted .btn:active,
.work-container.work-muted .btn:focus,
.work-container.work-muted .btn:hover {
    background-color: rgb(103.6933962264, 120.0047169811, 143.3066037736) !important;
    border-color: rgb(103.6933962264, 120.0047169811, 143.3066037736) !important;
    color: #fff !important
}

.work-container.work-muted .bg {
    background-color: #8492a6 !important
}

.work-container.work-muted .link {
    color: #8492a6 !important
}

.work-container.work-classic .work-image {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-classic .work-image:hover {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15)
}

.work-container .overlay-grid,
.work-container .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container .overlay-work {
    background-color: #3c4858
}

.work-container .overlay-grid {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, .25)), color-stop(50%, rgba(0, 0, 0, .5)), color-stop(75%, rgba(0, 0, 0, .75)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .75) 75%, #000 100%)
}

.work-container.work-classic .content .title,
.work-container.work-grid .content .title,
.work-container.work-modern .content .title {
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-classic .content .tag,
.work-container.work-grid .content .tag,
.work-container.work-modern .content .tag {
    font-size: 15px !important
}

.work-container.work-modern .client,
.work-container.work-modern .content,
.work-container.work-modern .overlay-work,
.work-container.work-modern .read_more,
.work-container.work-modern img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-modern .client,
.work-container.work-modern .content,
.work-container.work-modern .read_more {
    position: absolute
}

.work-container.work-modern .overlay-work {
    opacity: 0
}

.work-container.work-modern .content {
    z-index: 1;
    bottom: 5%;
    left: 5%
}

.work-container.work-modern .icons {
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.work-container.work-modern .client,
.work-container.work-modern .content {
    opacity: 0
}

.work-container.work-modern .client {
    color: #fff
}

.work-container.work-modern .client,
.work-container.work-modern .read_more {
    z-index: 1;
    right: 5%;
    top: 5%
}

.work-container.work-modern .read_more {
    height: 30px;
    width: 30px;
    line-height: 30px
}

.work-container.work-modern:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
}

.work-container.work-modern:hover .overlay-work {
    opacity: .65
}

.work-container.work-modern:hover .client,
.work-container.work-modern:hover .content,
.work-container.work-modern:hover .personal-port {
    opacity: 1
}

.work-container.work-grid {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-grid img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-grid .content {
    background-color: #fff
}

.work-container.work-grid:hover {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15)
}

.work-container.work-grid:hover img {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.work-container.work-creative .content,
.work-container.work-grid .content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.work-container.work-creative .content .title,
.work-container.work-grid .content .title {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-creative:hover .content,
.work-container.work-grid:hover .content {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.work-container.work-creative .icons,
.work-container.work-modern .icons {
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-creative .icons .work-icon,
.work-container.work-modern .icons .work-icon {
    height: 45px;
    width: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-creative .icons .work-icon:hover,
.work-container.work-modern .icons .work-icon:hover {
    color: #fff !important
}

.work-container.work-creative:hover .icons,
.work-container.work-modern:hover .icons {
    opacity: 1
}

.work-container.work-creative .icons {
    top: 0;
    right: 0
}

.work-container.work-creative .overlay-grid {
    -webkit-transform: translateY(500px);
    transform: translateY(500px)
}

.work-container.work-creative:hover .overlay-grid {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.work-details ul li b {
    max-width: 90px;
    width: 100%;
    display: inline-block
}

.container-filter li {
    font-size: 13px;
    padding: 0 15px;
    margin: 5px 3px;
    font-weight: 700;
    letter-spacing: .8px;
    cursor: pointer;
    line-height: 34px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.container-filter li.active,
.container-filter li:hover {
    color: #2f55d4 !important;
    border-color: #2f55d4 !important
}

.container-filter.filter-border li {
    color: #8492a6 !important;
    border-bottom: 2px solid transparent
}

.container-filter.filter-border li.active,
.container-filter.filter-border li:hover {
    color: #2f55d4 !important
}

.spacing {
    padding: 7px
}

.popular-tour .content {
    position: absolute;
    bottom: 3%;
    left: 5%
}

.popular-tour .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.popular-tour:hover .overlay-work {
    opacity: .6
}

.event-schedule.event-primary .date {
    color: #2f55d4 !important
}

.event-schedule.event-primary .date .day {
    background: rgba(47, 85, 212, .1);
    -webkit-box-shadow: 0 0 2px .25px rgba(47, 85, 212, .5);
    box-shadow: 0 0 2px .25px rgba(47, 85, 212, .5)
}

.event-schedule.event-primary .content .title:hover {
    color: #2f55d4 !important
}

.event-schedule.event-primary:hover {
    border-color: #2f55d4 !important
}

.event-schedule.event-secondary .date {
    color: #6c757d !important
}

.event-schedule.event-secondary .date .day {
    background: rgba(108, 117, 125, .1);
    -webkit-box-shadow: 0 0 2px .25px rgba(108, 117, 125, .5);
    box-shadow: 0 0 2px .25px rgba(108, 117, 125, .5)
}

.event-schedule.event-secondary .content .title:hover {
    color: #6c757d !important
}

.event-schedule.event-secondary:hover {
    border-color: #6c757d !important
}

.event-schedule.event-success .date {
    color: #2eca8b !important
}

.event-schedule.event-success .date .day {
    background: rgba(46, 202, 139, .1);
    -webkit-box-shadow: 0 0 2px .25px rgba(46, 202, 139, .5);
    box-shadow: 0 0 2px .25px rgba(46, 202, 139, .5)
}

.event-schedule.event-success .content .title:hover {
    color: #2eca8b !important
}

.event-schedule.event-success:hover {
    border-color: #2eca8b !important
}

.event-schedule.event-info .date {
    color: #17a2b8 !important
}

.event-schedule.event-info .date .day {
    background: rgba(23, 162, 184, .1);
    -webkit-box-shadow: 0 0 2px .25px rgba(23, 162, 184, .5);
    box-shadow: 0 0 2px .25px rgba(23, 162, 184, .5)
}

.event-schedule.event-info .content .title:hover {
    color: #17a2b8 !important
}

.event-schedule.event-info:hover {
    border-color: #17a2b8 !important
}

.event-schedule.event-warning .date {
    color: #f17425 !important
}

.event-schedule.event-warning .date .day {
    background: rgba(241, 116, 37, .1);
    -webkit-box-shadow: 0 0 2px .25px rgba(241, 116, 37, .5);
    box-shadow: 0 0 2px .25px rgba(241, 116, 37, .5)
}

.event-schedule.event-warning .content .title:hover {
    color: #f17425 !important
}

.event-schedule.event-warning:hover {
    border-color: #f17425 !important
}

.event-schedule.event-danger .date {
    color: #e43f52 !important
}

.event-schedule.event-danger .date .day {
    background: rgba(228, 63, 82, .1);
    -webkit-box-shadow: 0 0 2px .25px rgba(228, 63, 82, .5);
    box-shadow: 0 0 2px .25px rgba(228, 63, 82, .5)
}

.event-schedule.event-danger .content .title:hover {
    color: #e43f52 !important
}

.event-schedule.event-danger:hover {
    border-color: #e43f52 !important
}

.event-schedule.event-light .date {
    color: #f8f9fa !important
}

.event-schedule.event-light .date .day {
    background: rgba(248, 249, 250, .1);
    -webkit-box-shadow: 0 0 2px .25px rgba(248, 249, 250, .5);
    box-shadow: 0 0 2px .25px rgba(248, 249, 250, .5)
}

.event-schedule.event-light .content .title:hover {
    color: #f8f9fa !important
}

.event-schedule.event-light:hover {
    border-color: #f8f9fa !important
}

.event-schedule.event-dark .date {
    color: #212529 !important
}

.event-schedule.event-dark .date .day {
    background: rgba(33, 37, 41, .1);
    -webkit-box-shadow: 0 0 2px .25px rgba(33, 37, 41, .5);
    box-shadow: 0 0 2px .25px rgba(33, 37, 41, .5)
}

.event-schedule.event-dark .content .title:hover {
    color: #212529 !important
}

.event-schedule.event-dark:hover {
    border-color: #212529 !important
}

.event-schedule.event-footer .date {
    color: #202942 !important
}

.event-schedule.event-footer .date .day {
    background: rgba(32, 41, 66, .1);
    -webkit-box-shadow: 0 0 2px .25px rgba(32, 41, 66, .5);
    box-shadow: 0 0 2px .25px rgba(32, 41, 66, .5)
}

.event-schedule.event-footer .content .title:hover {
    color: #202942 !important
}

.event-schedule.event-footer:hover {
    border-color: #202942 !important
}

.event-schedule.event-muted .date {
    color: #8492a6 !important
}

.event-schedule.event-muted .date .day {
    background: rgba(132, 146, 166, .1);
    -webkit-box-shadow: 0 0 2px .25px rgba(132, 146, 166, .5);
    box-shadow: 0 0 2px .25px rgba(132, 146, 166, .5)
}

.event-schedule.event-muted .content .title:hover {
    color: #8492a6 !important
}

.event-schedule.event-muted:hover {
    border-color: #8492a6 !important
}

.event-schedule {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.event-schedule .date .day {
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 48px;
    border: 2px solid #e9ecef
}

.event-schedule .date .month {
    font-size: 13px
}

.event-schedule .content .title {
    font-size: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.event-schedule .content .location-time {
    font-size: 14px
}

.event-schedule:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15)
}

.shop-features .category-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    z-index: 1
}

.shop-list .shop-image .overlay-work,
.shop-list .shop-image .shop-icons {
    position: absolute;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.shop-list .shop-image .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.shop-list .shop-image .overlay-work .out-stock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.shop-list .shop-image .shop-icons {
    top: 15px;
    right: 15px;
    z-index: 2
}

.shop-list .shop-image:hover .overlay-work,
.shop-list .shop-image:hover .shop-icons {
    opacity: 1
}

.shop-list .content .product-name {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.shop-list .content .product-name:hover {
    color: #2f55d4 !important
}

.shop-list .label {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2
}

.shop-list .qty-btn {
    pointer-events: none;
    width: 65px;
    padding-left: 15px
}

.main-icon {
    border: 2px solid #e9ecef;
    height: 40px;
    width: 40px;
    line-height: 0;
    text-align: center
}

.main-icon .fea {
    height: 20px
}

@media (min-width:768px) {
    .main-icon {
        margin: 0 auto
    }
}

.timeline-page:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 95%;
    margin: auto;
    width: 2px;
    background-color: #e9ecef !important
}

.timeline-page .timeline-item .date-label-left,
.timeline-page .timeline-item .duration-right {
    margin-right: 15px
}

.timeline-page .timeline-item .date-label-left:after,
.timeline-page .timeline-item .duration-right:after {
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #2f55d4;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.timeline-page .timeline-item .date-label-left {
    float: right;
    margin-right: 15px
}

.timeline-page .timeline-item .date-label-left:after {
    right: -34px
}

.timeline-page .timeline-item .duration-right {
    float: left;
    margin-left: 15px
}

.timeline-page .timeline-item .duration-right:after {
    left: -34px
}

.timeline-page .timeline-item .event {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.timeline-page .timeline-item .event.event-description-right {
    margin-left: 15px
}

.timeline-page .timeline-item .event.event-description-left {
    margin-right: 15px;
    text-align: right
}

@media (max-width:767px) {
    .timeline-page {
        margin-left: 18px
    }

    .timeline-page:after {
        margin: 0
    }

    .timeline-page .timeline-item .duration {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important
    }

    .timeline-page .timeline-item .duration:after {
        left: -21px !important
    }

    .timeline-page .timeline-item .duration .event {
        text-align: left !important;
        margin-left: 15px
    }

    .timeline-page .timeline-item .event-description-left {
        text-align: left !important;
        margin: 0 0 0 15px
    }
}

.tobii>button.tobii__close svg,
.tobii>button.tobii__next svg,
.tobii>button.tobii__prev svg {
    height: 36px;
    width: auto
}

.tobii__counter {
    font-size: 16px
}

.tobii-zoom {
    display: block !important
}

.tobii-zoom__icon {
    display: none
}

#grid {
    padding: 0 !important
}

.fw-medium {
    font-weight: 600
}

.section {
    padding: 50px 0;
    position: relative
}

@media (max-width:768px) {
    .section {
        padding: 60px 0
    }
}

.section-two {
    padding: 60px 0;
    position: relative
}

.bg-overlay {
    background-color: rgba(60, 72, 88, .7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, .5)
}

.bg-gradient-primary {
    background: -webkit-gradient(linear, right top, left top, from(rgb(96.9879518072, 64.0963855422, 145.9036144578)), to(rgb(35.6334661355, 67.1235059761, 172.3665338645)));
    background: linear-gradient(to left, rgb(96.9879518072, 64.0963855422, 145.9036144578) 0, rgb(35.6334661355, 67.1235059761, 172.3665338645) 100%)
}

.bg-linear-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, .3)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .3) 80%, #000 100%)
}

.bg-linear-gradient-2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(75%, rgba(0, 0, 0, .7)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .7) 75%, #000 100%)
}

.bg-linear-gradient-3 {
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(25%, #000), color-stop(50%, rgba(0, 0, 0, .5)), color-stop(75%, rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #000 0, #000 25%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .25) 75%, rgba(0, 0, 0, 0) 100%)
}

.bg-linear-gradient-4 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, .25)), color-stop(50%, rgba(0, 0, 0, .5)), color-stop(75%, rgba(0, 0, 0, .75)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .75) 75%, #000 100%)
}

.bg-linear-gradient-primary {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 85, 212, 0)), color-stop(50%, rgba(47, 85, 212, .15)), to(rgba(47, 85, 212, .3)));
    background: linear-gradient(to top, rgba(47, 85, 212, 0) 0, rgba(47, 85, 212, .15) 50%, rgba(47, 85, 212, .3) 100%)
}

.bg-gradient-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, .3)), color-stop(50%, rgba(0, 0, 0, .6)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, .6) 50%, #000 100%)
}

.bg-gradient-overlay-2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), color-stop(25%, rgba(0, 0, 0, .6)), color-stop(50%, rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .6) 25%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .8) 100%)
}

.bg-primary-gradient-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 85, 212, 0)), color-stop(25%, rgba(47, 85, 212, .25)), color-stop(50%, rgba(47, 85, 212, .5)), color-stop(75%, rgba(47, 85, 212, .75)), to(#2f55d4));
    background: linear-gradient(to bottom, rgba(47, 85, 212, 0) 0, rgba(47, 85, 212, .25) 25%, rgba(47, 85, 212, .5) 50%, rgba(47, 85, 212, .75) 75%, #2f55d4 100%)
}

.bg-gradient-white-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .5)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .5) 100%)
}

.title-heading {
    line-height: 26px
}

.title-heading .heading {
    font-size: 45px !important;
    letter-spacing: 1px
}

.title-heading .heading.heading-lg {
    font-size: 60px !important
}

@media (max-width:768px) {
    .title-heading .heading {
        font-size: 35px !important
    }
}

.title-heading .para-desc {
    font-size: 18px
}

.section-title .title {
    letter-spacing: .5px;
    font-size: 30px !important
}

@media (max-width:768px) {
    .section-title .title {
        font-size: 24px !important
    }
}

.text-shadow-title {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 4px 0 rgba(255, 255, 255, .4), 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff
}

.para-desc {
    max-width: 600px
}

.mt-100 {
    margin-top: 100px
}


.feature-posts-placeholder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 66.6%
}

@media (max-width:425px) {
    .feature-posts-placeholder {
        height: 80%
    }
}

.spin-anything {
    -webkit-animation: spinner-animation 5s linear infinite;
    animation: spinner-animation 5s linear infinite
}

@-webkit-keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.seo-hero-widget {
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.seo-hero-widget:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 9
}

.home-wrapper:before {
    content: "";
    position: absolute;
    bottom: 40rem;
    right: 0;
    width: 90rem;
    height: 35rem;
    -webkit-transform: rotate(78.75deg);
    transform: rotate(78.75deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(47, 85, 212, .3)), to(transparent));
    background: linear-gradient(90deg, rgba(47, 85, 212, .3), transparent);
    z-index: 1
}

@media (min-width:769px) and (max-width:1024px) {
    .home-wrapper:before {
        right: -20rem
    }
}

@media (min-width:426px) and (max-width:768px) {
    .home-wrapper:before {
        right: -15rem;
        width: 70rem;
        height: 25rem
    }
}

@media (max-width:425px) {
    .home-wrapper:before {
        right: -25rem
    }
}

.cookie-popup {
    position: fixed;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 512px;
    z-index: 5
}

.cookie-popup .cookie-popup-actions button {
    border: none;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    font-weight: 600;
    position: absolute;
    top: 5px;
    right: 5px
}

@media (max-width:425px) {
    .cookie-popup {
        left: 12px;
        right: 12px
    }
}



.bg-card {
    background-color: #f8f9fa !important;
}
.bg-card {
    transition: background-color .75s ease, color .75s ease;
}
.bg-card:hover{
    background-color: #172d73 !important;   
    color: white !important;

}



input::placeholder {
    font-size: 14px;
}



.blog {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 400px !important;
}

.blog .content h4 {
    line-height: 1.2
}

.blog .content .title {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog .content .post-meta .comments,
.blog .content .post-meta .like,
.blog .content .post-meta .readmore {
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog .content .post-meta .like:hover {
    color: #e43f52 !important
}

.blog .content .post-meta .comments:hover {
    color: #2eca8b !important
}


.font{
    font-size:small !important;
    padding-block: 5px !important;
}

.Enroll-btn{
    background-color: #172d73 !important ;
}

.Enroll-btn:hover{
    background-color: white !important ;
    color:black !important ;
}



.instructor h5{
    font-size:14px !important;
    padding: 0;
    margin: 0;
}


.instructor span{
    font-size:14px !important;
    color: #8492a6;
}


.shadow-blue {
    box-shadow: 0 1px 3px rgba(13, 110, 253, 0.35);
}
.img-cover {
    object-fit: contain; /* يحافظ على كامل الصورة */
    width: 50px;        /* الحجم اللي تحبه */
    height: auto;       /* يحافظ على النسبة */
}
