/* Global */
body {
    background-color: #FEFEFE;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
    line-height: 1.75;
}

h1 {
    font-family: 'Comfortaa', sans-serif;
    margin-top: 0;
    font-size: 2.052em;
    font-weight: 600;
    line-height: 1.21;
}

.text-center {
    text-align: center;
}

.btn-primary {
    font-family: 'Comfortaa', sans-serif;
    margin-top: 0;
    font-size: 1.052em;
    font-weight: 600;
    line-height: 1.21;
}

section {
    display: block;
}

.padding-30 {
    padding: 30px 0;

}

.padding-100 {
    padding: 100px 0;

}

.padding-top-100 {
    padding-top: 100px;
}

.section-title h3, h1 {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.section-title p {
    text-align: center;
}

/* Header */

.main-menu {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    width: auto;
    height: auto;
    transition: all .3s ease-in-out;
}

.main-menu ul {
    text-align: left;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    padding: 16px 0;
}

.main-menu ul > li a {
    margin: 0 0 0 20px;
    font-size: 17px;
    color: #363232;
    display: block;
    font-weight: 400;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.main-menu ul > li .submenu {
    width: 250px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    position: absolute;
    top: 55px;
    left: -4.2em;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: rotateX(-90deg) rotateY(0);
    transform-origin: 0 0;
}

.main-menu ul > li .submenu.dropdown-menu {
    margin: 0;
    padding: 0;
}

.main-menu ul > li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0) rotateY(0);
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.main-menu ul > li .submenu > a {
    padding: 0;
    display: block;
}

.main-menu ul > li .submenu > a {
    padding: 8px 15px;
    margin: 0;
    color: #363232;
}

.main-menu ul > li .submenu > a:hover {
    background: #ebebeb;
}

.main-menu ul > li .submenu > a:active {
    background: inherit;
}

.main-menu ul > li .submenu:before,
.main-menu ul > li .submenu:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 12px solid transparent;
    border-bottom: 12px solid #f4f7fa;
    top: -25px;
    left: calc(50% - 12px);
}

.main-menu ul li.dropdown .dropdown-toggle::after {
    position: relative;
    top: 2px;
}

.navbar-brand {
    font-size: inherit;
    height: auto;
    padding: 0;
    margin-bottom: -8px;
}

.navbar-toggler {
    background: transparent;
    padding: .5rem .75rem;
    font-size: inherit;
    transition: all .3s ease-in-out;
}

.navbar-toggler span {
    color: #ffffff;
    opacity: 0.8;
    font-size: 17px;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
    opacity: 1;
}

.custom-nav ul li a {
    color: #fafafa;
}

.affix {
    background-color: #00438b;
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

.white-bg.affix, .custom-nav.affix {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.white-bg.custom-nav ul li a, .custom-nav ul li a {
    color: #081d43 !important;
}

.white-bg.custom-nav ul li a:hover, .custom-nav ul li a:hover {
    color: #00438b !important;
}

.bg-transparent ul li a {
    color: #ffffff;
    opacity: 0.8;
}

.bg-transparent ul li a:hover {
    opacity: 1;
}

.bg-transparent.affix {
    background: rgba(0, 67, 139, 0.95) !important;
}

.navbar {
    padding: 1rem;
    transition: all .3s ease-in-out;
}

@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        background:rgba(102,40,196,.8) !important;
        padding: 1rem;
    }

    .white-bg.affix, .custom-nav.affix, .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a, .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #00438b;
    }

    .main-menu ul > li .submenu {
        left: 0;
        top: 10px;
        position: relative;
    }

    .main-menu ul li {
        padding: 15px 0 0;
    }

    .main-menu ul > li a {
        margin: 0;
    }

    .main-menu ul > li .submenu:before, .main-menu ul > li .submenu:after {
        left: 15px;
    }

    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }
}

@media (min-width: 992px) {
    .navbar {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        background: transparent;
        -o-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -moz-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }
}

/* Hero */
#hero {
    background: url(../img/curve-bg.jpg) no-repeat center bottom / cover;
}

#hero h1 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #6323C7;
    text-transform: uppercase;
}
#hero h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight:900;
    
}
#hero p {
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: 'Comfortaa', sans-serif;

}
#hero b{
        text-align: center;
display:block;
}
.btn-holder{
    padding-bottom: 100px;
    text-align: center;
}
.animation-hero {
    animation-direction: reverse;
    animation: mydiv 10s 5 ease alternate;
    position: relative;

}

@keyframes mydiv {
    0% {
        left: 0px;
        top: 0px;
    }
    100% {
        left: 75px;
        top: 0px;
    }
}

/* Services */
#services {
    background-color: #FFFFFF;
    min-height: 300px;
    margin: 2rem auto;
    text-align: center;

}

.service {
    background: #FFFFFF;
    box-shadow: 0 0 0 1px #ebebeb;
    min-height: 100px;
    /*padding: 5px;*/
}

.service-container {
    margin-top: 1rem;
}

.service:hover {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 4px;
    -webkit-transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease;
    transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.3s ease;
}

.service h1 {
    text-align: center;
    color: #6323C7;
    font-size: 40px;
}

.service p {
    text-align: center;

}

.service .icon {
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #6323C7;
    border-radius: 50%;
    color: #FFFFFF;
    margin: 3rem auto;

}

.service .icon .ti {
    font-size: 1.4rem;
    font-weight: bold;
}

.service .icon img {
    margin: 0 auto;
}
.service h5{
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Register */

#reg {
    background: url(../img/regbg.jpg) no-repeat top center / cover fixed;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;

}

#reg:before {
    position: absolute;
    content: '';
    background: rgb(139, 97, 209, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#reg h1 {
    color: #ffffff;
}

#reg p {
    color: #ffffff;
}

#reg a {
    background: #ff8657;
    border-color: #ff8657;
    color: #ffffff;
    width: 20%;
    padding: 20px;
}

/* Why us */
#whyus {
    min-height: 300px;

}

.feature {
    border: solid 1px #e2e3e5;
    text-align: center;
    padding:25px;
}

.icon-holder {
    background: rgb(139, 97, 209, 0.85);
    margin: 5px auto;
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.icon-holder .ti {
    color: #FFFFFF;
    position: relative;
    top: calc(50% - 15px);

}

/* How It Works */


#how {
    min-height: 300px;

}

/* Testmonials */

#testmonials {
    min-height: 300px;
    background: #F5F5F5;
}

.review-item {
    background: #FFFFFF;
    min-height: 100px;
    padding: 10px;
}

.client-holder {
    display: block;

}

.r-name {
    text-align: right;
}


/* Tracking */
#track {
    background: url(../img/trackbg.jpg) no-repeat top center / cover fixed;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}

#track:before {
    position: absolute;
    content: '';
    background: rgb(139, 97, 209, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#track h1 {
    color: #ffffff;
}

#track p {
    color: #ffffff;
}

#track a {
    background: #ff8657;
    border-color: #ff8657;
    color: #ffffff;
    width: 20%;
    padding: 20px;
}

/* Partenrs */
#partners {

}

.owl-carousel .owl-item img {
    width: auto !important;
}

/* Footer */
#footer {
    background: #450d9b;
    margin-top: 2rem;
}

.footer-logo {
    margin: 0 auto;
    width: fit-content;
    height: auto;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.f-section {
}
.f-section p{
    text-align:center;
}
.f-section p:hover{
   color:#FFFFFF;
}
.f-section h3 {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.f-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.f-section ul a {
    color: #adb5bd;
    display: block;
    margin: 10px 0;
}

.f-section ul a:hover {
    color: #FFFFFF;
    text-decoration: none;

}

.clink {
    color: aliceblue;
    display: block;
    margin: 10px 0;
}

.clink:hover {
    color: #FFFFFF;
    text-decoration: none;

}

#footer-bottom {
    background: #450d9b;
    border-top: solid 1px rgba(139, 97, 209, 0.5);
    padding: 30px 0;
}

#social_links {
    list-style: none;
    margin: 0;
    padding: 0;
    float: inline-end;
}

#social_links li {
    display: inline-block;
    margin: 5px;
}

#social_links li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;

}

#social_links li a:hover {
    color: rgba(139, 97, 209, 0.5);
    font-size: 20px;
    text-decoration: none;
}

#copyright {
    text-align: start;
    color: #FFFFFF;
}

/* Back To Top*/
.m-backtotop {
    @include transition(all 0.3s ease-in-out);
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #222;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    color: #fff;

    &.active {
        bottom: 15px;
        opacity: 1;
    }

    & > div {
        @include transition(all 0.3s ease-in-out);

        &.arrow {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            opacity: 1;
        }

        &.text {
            @include font-size(0.5, 1);
            text-transform: uppercase;
            font-weight: 900;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateY(50%) translateX(-50%);
            opacity: 0;
            margin-top: 1px;
            font-size: 8px;
        }
    }

    &:hover {
        transform: scale(1.1);
        bottom: 20px;
        cursor: pointer;
        background: darken(#222, 15%);
        box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);

        & > div {
            &.arrow {
                transform: translateY(-150%) translateX(-50%);
                opacity: 0;
            }

            &.text {
                transform: translateY(-50%) translateX(-50%);
                opacity: 1;
            }
        }
    }
}

/* pages */
.page-title {
    position: relative;
    width: 100%;
    display: block;
    background: url(../img/trackbg.jpg) no-repeat bottom center / cover fixed;

}

.page-title:before {
    position: absolute;
    content: '';
    background: rgb(139, 97, 209, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-title h3 {
    text-align: center;
    color: #FFFFFF !important;
}
