@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

#expertList {
    display: flex !important
}
/* Experts  */
.main-content {
    padding: 60px 0px;
    background: linear-gradient(0deg, rgb(255 255 255) , rgb(246 246 246) , rgb(21 30 64 / 0%));
}
h3.heading {
    text-align: center;
    margin-bottom: 60px;
    font-size: 28px;
    position: relative;
    padding-bottom: 20px;
}
.expert-box {
    background: #fff;
    box-shadow: 0px 0px 7px 0px #0000001f;
    margin: 15px 5px;
    padding: 15px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.expert-box .expert-imgb {
    width: 20%;
    float: left;
    overflow: hidden;
    border: 1px solid #02a06d;
    border-radius: 50px;
    height: 66px;
    text-align: center;
    padding: 5px;
}
.expert-box .expert-imgb img {
    width: 50px;
}
.expert-box .expert-texts {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.expert-box .expert-texts h3 {
    font-size: 22px;
}
.expert-box .expert-texts h4 {
    font-size: 15px;
    margin-top: 4px;
}
.expert-box .expert-texts p {
    color: #02a06d;
    font-size: 13px;
    margin: -2px 0 0;
    display: block;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}
.para-text {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.para-text p {
    font-size: 15px;
    line-height: 1.67;
    min-height: 300px;
}
.expert-box .expert-texts h4 {
    font-size: 16px;
}
.expert-box .rating-star {
    float: right;
}
.expert-box .rating-star h4 {
    font-size: 16px;
}
.expert-box .rating-star ul {
    margin: 0px 10px;
    padding: 0;
    text-align: right;
    float: right;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    line-height: inherit
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

body,
html {
    height: 100%;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    vertical-align: baseline;
    background: #fff;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-size: 16px
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 20px 0;
}*/

/*h1 {
    font-size: 56px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}*/

p {
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-align: justify;
    font-size: 16px
}

a {
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    outline: 0 none
}

img {
    max-width: 100%;
    height: auto
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.clear:after {
    clear: both;
    content: "";
    display: block
}

#wrapper {
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.video-margin-top {
    margin-top: 12px
}

.margin-bottom-none {
    margin-bottom: 0 !important
}

.margin-bottom-sidebar {
    margin-bottom: 30px
}

.bg-common-style {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0
}

.section-divider {
    height: 1px;
    width: 100%;
    background: #bdbdbd
}

.solid-underline {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 35px
}

.solid-underline:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #e3e3e3;
    left: 0;
    bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-40 {
    margin-bottom: 40px
}

.btn-view {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.btn-view:hover {
    color: #002147
}

.section-space {
    padding: 100px 0
}

.mb-none {
    margin-bottom: 0 !important
}

.accent-bg {
    background-color: #f5f5f5
}

.bg-primary {
    background: #002147;
    color: #fff
}

.bg-textPrimary {
    background: #fff;
    color: #002147
}

.overlay-primaryColor {
    position: relative
}

.overlay-primaryColor:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0, 33, 71, .7)
}

.overlay-video {
    position: relative
}

.overlay-video:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0, 33, 71, .88);
    height: 100%;
    width: 100%
}

.title-bar-medium-left {
    position: relative
}

.title-bar-medium-left:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #fdc800;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px
}

.title-bar-high {
    position: relative
}

.title-bar-high:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #fdc800;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px
}

.title-bar-big-high {
    position: relative
}

.title-bar-big-high:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #fdc800;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px
}

.title-bar-sm-high {
    position: relative
}

.title-bar-sm-high:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #fdc800;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px
}

.title-bar-big-left-close {
    position: relative
}

.title-bar-big-left-close:before {
    content: "";
    height: 4px;
    width: 45px;
    background: #fdc800;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1
}

.title-bar-footer {
    position: relative
}

.title-bar-footer:before {
    content: "";
    height: 3px;
    width: 45px;
    background: #002147;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1
}

.title-bar-small-center {
    position: relative
}

.title-bar-small-center:before {
    content: "";
    height: 2px;
    width: 40px;
    background: #002147;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: 0 auto;
    z-index: 1
}

.title-bar-small-left {
    position: relative
}

.title-bar-small-left:before {
    content: "";
    height: 3px;
    width: 45px;
    background: #002147;
    position: absolute;
    left: 0;
    bottom: -35px;
    z-index: 1
}

.title-bar-sidebar {
    position: relative
}

.title-bar-sidebar:before {
    content: "";
    height: 4px;
    width: 45px;
    background: #002147;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1
}

.title-bar-full-width {
    position: relative
}

.title-bar-full-width:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #002147;
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 1
}

.title-default-center {
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    margin-bottom: 35px;
    color: #002147
}

.pr-0 {
    padding-right: 0
}

.pl-0 {
    padding-left: 0
}

.form-wizard {
    color: #888;
    padding: 5px 0;
    margin-bottom: 40px
}

.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative
}

.form-wizard .wizard-form-radio input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #ddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.form-wizard .wizard-form-radio input[type=radio]:focus {
    outline: 0
}

.form-wizard .wizard-form-radio input[type=radio]:checked {
    background-color: #fb1647
}

.form-wizard .wizard-form-radio input[type=radio]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px
}

.form-wizard .wizard-form-radio input[type=radio]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave .65s;
    -moz-animation: click-radio-wave .65s;
    animation: click-radio-wave .65s;
    background: #000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%
}

.form-wizard .wizard-form-radio input[type=radio]~label {
    padding-left: 10px;
    cursor: pointer
}

.form-wizard .form-wizard-header {
    text-align: center
}

.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
    background-color: #d65470;
    color: #fff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center
}

.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-submit:focus,
.form-wizard .form-wizard-submit:hover {
    color: #fff;
    opacity: .6;
    text-decoration: none
}

.form-wizard .wizard-fieldset {
    display: none
}

.form-wizard .wizard-fieldset.show {
    display: block
}

.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%
}

.form-wizard .form-wizard-previous-btn {
    background-color: #fb1647
}

.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888;
    background-color: #f1f1f1;
    border: none
}

.form-wizard .form-control:focus {
    box-shadow: none
}

.form-wizard .form-group {
    position: relative;
    margin: 25px 0
}

.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: .2s linear all
}

.form-wizard .focus-input .wizard-form-text-label {
    color: #d65470;
    top: -18px;
    transition: .2s linear all;
    font-size: 12px
}

.form-wizard .form-wizard-steps {
    margin: 30px 0
}

.form-wizard .form-wizard-steps li {
    width: 33%;
    float: left;
    position: relative;
    text-align: left
}

.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.form-wizard .form-wizard-steps li span {
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1
}

.form-wizard .form-wizard-steps li:last-child::after {
    width: 100%
}

.form-wizard .form-wizard-steps li.activated span,
.form-wizard .form-wizard-steps li.active span {
    background-color: #fdc800;
    color: #fff
}

.form-wizard .form-wizard-steps li.activated::after,
.form-wizard .form-wizard-steps li.active::after {
    background-color: #fdc800;
    left: 0;
    width: 100%;
    border-color: #fdc800
}

.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #d65470
}

.form-wizard .form-wizard-steps li:last-child::after {
    left: 0
}

.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: .35;
        position: relative
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0
    }
}

.pay-now-section {
    padding: 170px 0 60px 0
}

.payment-section {
    background: #092649;
    padding: 40px 30px
}

.payment-section p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: left
}

.form-payment input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #2c3e50;
    font-size: 14px;
    font-weight: 600
}

.form-payment button.btn:hover {
    background: #f7eba8;
    width: 100%;
    font-weight: 600
}

.form-payment:last-child button {
    margin: 10px 0;
    border-radius: 53px;
    background: #fdc800;
    width: 100%;
    padding: 10px;
    font-weight: 600
}

.form-payment label {
    color: #fff;
    font-size: 15px
}

.form-payment {
    margin-bottom: 10px
}

.form-wizard .form-wizard-steps li p {
    font-size: 12px;
    position: absolute;
    text-align: left;
    margin-top: 10px;
    font-weight: 100;
    width: 100%
}

.payment-note {
    font-size: 14px !important;
    text-align: left !important;
    font-weight: 100 !important
}

.payment-rightt {
    background: url(../images/mobile-payments.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center
}

.payment-rightt ul {
    margin-top: 15px
}

.payment-rightt ul li {
    font-size: 24px;
    color: #fff;
    font-style: italic;
    margin-bottom: 10px
}

.payment-rightt ul li i {
    padding-right: 10px
}

.payment-rightt .termboxx-1 {
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.payment-rightt img {
    width: 160px
}

.form-wizard .form-wizard-steps li:nth-child(3) {
    text-align: right
}

.form-wizard .form-wizard-steps li:nth-child(2) {
    text-align: center
}

.form-wizard .form-wizard-steps li:nth-child(2) p {
    text-align: center
}

.form-wizard .form-wizard-steps li:nth-child(3) p {
    text-align: right
}

.form-wizard .form-wizard-steps li:nth-child(1) {
    padding-right: 5px
}

.secure_payment {
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #fff
}

.secure_payment h3 {
    color: #000;
    font-weight: 600
}

.secure_pay {
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

.secure_section {
    background: #e6e6e6;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.secure_pay p {
    text-transform: uppercase;
    text-align: left;
    padding: 15px 0
}

.secure_pay ul {
    list-style-type: circle;
    margin-left: 20px
}

.secure_pay ul li {
    text-align: left;
    font-weight: 100;
    font-size: 15px;
    list-style-type: circle
}

.form-payment select {
    width: 100%;
    background: #fff;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px
}

.payment-rightt img {
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    width: 220px
}

.accordion-container article.content-entry {
    margin-bottom: 20px;
    letter-spacing: .5px;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1), 0 0 40px rgba(0, 0, 0, .1) inset;
    position: relative;
    background: #fff
}

.accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    padding: .925em 3.2em .925em 4em;
    font-size: 1.25em;
    color: #626262;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1), 0 0 40px rgba(0, 0, 0, .1) inset
}

.accordion-container .content-entry i {
    position: absolute;
    top: 50%;
    right: 0;
    font-style: normal;
    font-size: 1.625em;
    color: #193759;
    background: 0 0;
    border-left: 2px solid #193759;
    height: 49px;
    width: 50px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, -50%)
}

.article-title .faq_no {
    position: absolute;
    top: 50%;
    left: 0;
    font-style: normal;
    font-size: 1.2em;
    color: #193759;
    background: 0 0;
    border-right: 2px solid #193759;
    height: 49px;
    width: 50px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, -50%)
}

.accordion-container .content-entry:hover i {
    background: #ececec
}

.accordion-container .content-entry i:before {
    content: "+ "
}

.accordion-container .content-entry.open i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    border: 1px solid #0d1f42;
    background: #183558
}

.accordion-content {
    display: none;
    padding: 15px;
    background: #fff
}

#description,
.accordion-container {
    margin: 1.875em auto
}

#description p {
    line-height: 1.5
}

#description h2 {
    text-align: center
}

.login-block {
    background: 0 0
}

.contain-new {
    box-shadow: none;
    background: 0 0;
    border-radius: 0
}

.login-sec h2:after {
    content: none
}

.login-sec h2 {
    padding: 8px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0
}

.btn-login {
    background: #fdc800;
    color: #092547 !important;
    font-weight: 600 !important;
    width: 100%;
    margin-top: 14px !important;
    font-size: 16px !important
}

.login-title+p {
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px
}

.login-block .form-check {
    position: relative;
    display: block;
    padding-left: 0;
    float: left;
    width: 100%
}

.login-title+p a {
    color: #fff;
    font-weight: 600
}

.login-title+p a:hover {
    text-decoration: underline
}

.login-sec {
    background: #092649;
    color: #fff;
    border-radius: 10px 0 0 10px
}

.login-sec a img {
    background: #fff;
    padding: 8px 24px;
    border-radius: 5px
}

.login-sec>a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px
}

section.login-block form a {
    color: #d6d6d6 !important;
    font-size: 13px;
    letter-spacing: .5px
}

.login-info-list {
    position: relative;
    padding: 15px;
    z-index: 9;
    margin-top: 15px
}

.banner-sec {
    background: url(../images/login-bg.jpg) no-repeat left bottom;
    background-size: cover;
    border-radius: 0 25px 25px 0;
    padding: 0;
    border-right: 5px solid #fff
}

.login-info-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.login-info-list ul li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    position: relative;
    text-align: center;
    color: #fff
}

.login-info-list ul li span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fdc800;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 0
}

.login-info-list ul li small {
    display: block;
    font-size: 14px
}

.login-info-list ul li+li::before {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 1px;
    height: 172px
}

.login-info-list ul li .loginicon.loginicon1 {
    background-position: 0 0
}

.login-info-list ul li .loginicon.loginicon2 {
    background-position: -205px 0
}

.login-info-list ul li .loginicon.loginicon3 {
    background-position: -100px 0
}

.login-info-list ul li .loginicon {
    width: 64px;
    height: 64px;
    margin: auto;
    background-image: url(login-sprites.png);
    background-repeat: no-repeat
}

.login-info-list h2 {
    color: #fff;
    text-align: center;
    font-size: 21px;
    margin: 5px 0 30px 0;
    padding: 0 5px
}

.heading_online {
    color: #fdc800;
    font-weight: 600;
    font-size: 24px
}

.login-sec input:focus {
    background: #fff;
    outline: 0 !important;
    box-shadow: none;
    color: #000 !important;
    border-bottom: 2px solid #fdc800 !important
}

.login-sec label {
    letter-spacing: 1px;
    color: #fdc800;
    margin-bottom: 0;
    font-size: 11px
}

.login-sec input::placeholder {
    color: #909090;
    outline: 0
}

button.btn.btn-login:hover {
    background: #f3d876;
    color: #092649
}

.login-sec input {
    background: #fff;
    padding: 8px 10px;
    outline: 0 !important;
    color: #000 !important
}

.banner-text h2:after {
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    left: 50%;
    display: block;
    transform: translate(-50%, 0)
}

.banner-text {
    width: 100%
}

.forget_pwd:hover {
    color: #fdc800 !important
}

.modal-newsletter .modal-content {
    padding: 10px;
    border-radius: 0;
    border: none;
    background-image: none;
    background: #092649
}

button#resetPassword {
    background: #fdc800;
    border: none;
    border-radius: 0
}

input#frgtPass {
    border: none;
    border-radius: 0
}

#recovery_password_modal .modal-newsletter .modal-header {
    position: absolute;
    right: 0
}

#recovery_password_modal .modal-body {
    margin-top: 15px
}

#recovery_password_modal .modal-newsletter .input-group {
    margin: 20px 0 15px
}

#recovery_password_modal .modal-newsletter .close span {
    color: #fff
}

#recovery_password_modal .modal-header .close {
    outline: 0
}

#change-password-modal .modal-dialog {
    width: 100%
}

#change-password-modal .modal-content {
    padding: 15px 30px
}

#change-password-modal .modal-header {
    background: #fff;
    padding: 10px 0 0 0;
    border-bottom: 0
}

#change-password-modal .modal-header h4 {
    color: #2f76bd;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 28px
}

#change-password-modal input:active {
    outline: 0;
    box-shadow: none
}

#change-password-modal input:focus {
    outline: 0;
    box-shadow: none
}

#change-password-modal .modal-footer {
    border: none;
    padding: 5px 0 15px 0;
    margin: 0
}

#change-password-modal .modal-tagline {
    text-align: center;
    margin-bottom: 0
}

#change-password-modal input {
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #989898;
    padding: 14px 0;
    text-align: center
}

#change-password-modal .btn.btn-default {
    position: absolute;
    right: 0;
    top: 0
}

#change-password-modal .modal-footer .btn.btn-default {
    background: #313131;
    color: #fff;
    border-radius: 0;
    padding: 6px 20px
}

#changePasswordModal {
    background: #00000085
}

#changePasswordModal .modal-content {
    border-radius: 0 !important;
    background-color: #f1f1f1
}

#changePasswordModal .modal-header {
    border-radius: 0 !important
}

#changePasswordModal {
    background: #2f76bd !important;
    border-radius: 0 !important;
    width: 100%
}

#change-password-modal .modal-body .form-group:nth-child(2) {
    margin-bottom: 5px
}

.modal.show .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s ease
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #00000080;
}

.modal-newsletter .close span {
    position: relative;
    top: -20px;
    margin-left: -5px
}

.boxed-login-cont h3 {
    color: #e9ecef;
    font-weight: 600;
    margin-bottom: 5px
}

.boxed-login-cont {
    color: #fff
}

.boxed-login-img {
    float: left;
    margin-right: 20px;
    background: #fff;
    padding: 5px;
    border-radius: 51px;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 0 0 2px #fdc800, -5px 0 0 7px #fdc800; */
    transition: 2s ease-in-out;
}

.boxed-login-img:hover {
    transform: rotate(360deg);
    transition: 2s
}

.boxed-login-page {
    margin-bottom: 30px;
    padding: 0 20px;
    float: left;
    width: 100%
}

.logo-login {
    text-align: center
}

.logo-login a img {
    width: 210px;
    margin-bottom: 10px;
    background: #092649;
    border-radius: 7px;
    padding: 5px;
}

.link.forget_pwd {
    color: #fff;
    float: right
}

.forget-hide {
    display: none
}

.back_login {
    color: #fdc800
}

.back_login:hover {
    color: #fdc800
}

.btn-resetPassword {
    background: #fdc800;
    color: #092547 !important;
    font-weight: 600 !important;
    width: 100%;
    margin-top: 14px !important;
    font-size: 16px !important;
    border-radius: 5px
}

#passwordNotificationLabel {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px
}

.notification_reset_pwd h5 {
    color: #fdc800;
    margin-bottom: 10px
}

.notification_reset_pwd p {
    margin-bottom: 10px
}

.notification_reset_pwd {
    display: none
}

.notification_reset_pwd.pwd_notify {
    float: left;
    margin-top: 10px
}

.pwd_notify a {
    position: relative;
    top: 15px;
    color: #fdc800
}

.notification_reset_error h5 {
    color: #fff;
    position: relative;
    float: left;
    top: 15px;
    font-size: 16px !important
}

.back_home {
    color: #fff
}

.back_home:hover {
    color: #fdc800
}

.log_back_forget {
    position: relative;
    top: 10px;
    float: left;
    margin: 0 4px;
    width: 100%
}

.msg_count b {
    background: #fdc800;
    padding: 4px 6px;
    position: relative;
    top: 0;
    left: 0;
    font-size: 11px;
    color: #002147;
    font-weight: 600;
    border-radius: 2px;
    margin: 0 0 0 6px
}

.msg_count b:before {
    content: '';
    border-bottom: 13px solid #fdc800;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 3px;
    right: 11px;
    transform: rotate(270deg)
}

span.notif_msg i {
    margin-right: 10px
}

.notif_msg p {
    font-size: 12px;
    margin-left: 30px;
    text-align: left;
    text-transform: capitalize
}

.msg_dropdown {
    left: -100px !important;
    min-width: 350px !important;
    background: #ececec !important;
    border-top: 3px solid #fdc800 !important;
    max-height: 424px;
    overflow: scroll
}

.msg_dropdown li a {
    color: #002147 !important
}

.unread_msg_drop:hover span.drop_arrow:after {
    content: '';
    border-bottom: 20px solid #fdc800;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 50px;
    left: 20%;
    z-index: 99
}

span.notif_msg span {
    font-size: 12px
}

.notif_msg .msg_order_id {
    font-weight: 600
}

.msg_dropdown li:hover a {
    color: #fff !important
}

.msg_dropdown::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none
}

.msg_dropdown::-webkit-scrollbar:vertical {
    width: 11px
}

.msg_dropdown::-webkit-scrollbar:horizontal {
    height: 11px
}

.msg_dropdown::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, .5)
}

.counter_textarea {
    float: left;
    width: 80%
}

textarea#counter-text {
    border-radius: 5px
}

.output.row {
    width: 20% !important;
    border: none !important;
    margin: 0 !important;
    float: left;
    display: grid;
    background: 0 0 !important
}

.output.row div {
    width: 100% !important;
    padding: 0 15px !important;
    margin: 0 !important;
    text-align: center;
    font-size: 16px;
    padding-bottom: 15px !important
}

span#counter-words {
    display: block;
    font-size: 45px;
    font-weight: 600;
    line-height: 40px
}

span#counter-chars {
    display: block;
    font-size: 45px;
    font-weight: 600;
    line-height: 40px
}

.total_words_count {
    display: inline-block;
    background: #2072d4;
    padding: 15px 30px 12px 30px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    min-width: 165px
}

.total_words_chars {
    display: inline-block;
    background: #235a9c;
    padding: 15px 30px 12px 30px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    min-width: 165px
}

.clear_cont input {
    padding: 10px 30px;
    border: none;
    font-size: 18px;
    border-radius: 60px;
    cursor: pointer;
    color: #353535;
    font-weight: 600;
    background: #fdc800;
    
}

.clear_cont {
    display: inline-block;
    width: 100%;
    margin-top: 10px
}

.boxed_words_counter {
    padding: 60px 0
}

.boxed_words_counter h1 {
    padding: 10px 0;
    text-align: center;
    color: #2f2f2f;
    
    font-weight: 600;
    font-size: 28px
}

.heading_words_check p {
    
    font-weight: 300;
    max-width: 608px;
    margin: 0 auto
}

.boxed_words_counter #wrapper {
    padding: 30px 15px
}

.my_table_responsive thead.table-dark tr th {
    vertical-align: middle;
    text-align: center;
    font-weight: 500
}

.my_table_responsive tbody tr td:first-child {
    font-weight: 600
}

.my_table_responsive tbody tr td:last-child {
    vertical-align: middle
}

.my_table_responsive tbody tr td:last-child a {
    background: #fdc800;
    padding: 10px;
    color: #212121;
    font-weight: 600;
    border-radius: 5px
}

.my_table_responsive tbody tr td:last-child a:hover {
    background: #e8c336
}

#userOrderList .col-md-12.col-lg-12 {
    padding: 0 !important
}

.my_table_responsive {
    font-size: 14px;
    text-align: center;
    
    font-weight: 400
}

.text_white {
    color: #fff
}

.cont_show_assignment label {
    color: #212121
}
.cont_show_assignment label span {
    margin-left: -15px;
}
.cont_show_assignment .table_order_page .form-group p {
    color: #212121;
    text-align: left
}

.price_awaiting_assignment a {
    background: #2196f3;
    padding: 10px 20px;
    border-radius: 31px;
    color: #fff;
    border: 2px solid #2196f3;
    font-weight: 600
}
.price_awaiting_assignment a span {
    font-size: 14px;
    font-weight: 500;
}
.price_awaiting_assignment a:focus {
    box-shadow: none !important
}

.cont_show_assignment .btn-pay-to {
    background: #3fbc94;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none !important
}

.price_awaiting_assignment {
    display: flex;
    align-items: center
}

.price_awaiting_assignment .price_heading {
    text-align: center;
    background: 0 0;
    border-top: 2px dashed #2196f3;
    border-right: 2px dashed #2196f3;
    border-left: 2px dashed #2196f3;
    border-bottom: 2px dashed #2196f3;
    border-radius: 55px;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    color: #000
}

.view_details_order {
    display: flex;
    align-items: center
}

.cont_show_assignment {
    margin-top: 20px;
}

.cont_show_assignment label {
    font-weight: 600
}

.cont_show_assignment .btn-pay-to:hover {
    background: #3fbc94;
    border: none !important
}

.cont_show_assignment .btn-pay-to:focus {
    background: #79bf28;
    box-shadow: none !important
}

.cont_show_assignment .btn-pay-to:active {
    background: #63b108 !important;
    border: none !important
}

.desp_order_id {
    height: 150px;
    padding: 12px;
    resize: none;
    overflow-y: scroll;
    width: 100%;
    overflow-y: scroll;
    word-break: break-all
}

.message-row .card .card-header h6 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600
}

.message-row .card-body .form-check {
    display: inline-block;
    margin-right: 20px;
    padding-left: 0;
}
.message-row .card-body {
    padding: 20px 15px;
}
.message-row .card .card-header {
    background: #002147
}

.message-row textarea#msg {
    margin-top: 15px
}
.invoice_right_details img {
    width: auto;
    height: 60px;
    margin: 15px 0px 20px;
}
.price_awaiting_assignment .btn-pay-to:hover {
    background: #0c73c5 !important;
    border-color: transparent !important
}

.portlet.box.assignment-info-wrap .sub-detail {
    background: #ff9800;
    padding: 10px 20px;
    font-size: 14px;
    white-space: unset;
    border: none;
    border-radius: 50px
}

.portlet.box.assignment-info-wrap .sub-detail:focus {
    box-shadow: none !important;
    color: #fff;
}

#userConversationSection::-webkit-scrollbar {
    width: 15px;
    background: #d39e00;
    border-radius: 51px
}

#userConversationSection::-webkit-scrollbar-thumb {
    background-color: #002147;
    outline: 1px solid #002147;
    border-radius: 51px
}

.message-row button#sendMessageButton {
    background: #002147 !important;
    border-radius: 50px;
    padding: 10px 20px
}

#content #accordion {
    margin-bottom: 60px
}

#orderList .student-order-tab .nav-item .nav-link .label {
    border: 2px solid #212529;
    padding: 1px 5px;
    color: #212529;
    border-radius: 21px
}

#all.active #countAll {
    border: 2px solid #2196f3;
    padding: 1px 5px;
    color: #2196f3;
    border-radius: 21px
}

#unpaid.active #countUnpaid {
    border: 2px solid #f44336;
    padding: 1px 5px;
    color: #f44336;
    border-radius: 21px
}

#progress.active #countProgress {
    border: 2px solid #ff9800;
    padding: 1px 5px;
    color: #ff9800;
    border-radius: 21px
}

#completed.active #countCompleted {
    border: 2px solid #4caf50;
    padding: 1px 5px;
    color: #4caf50;
    border-radius: 21px
}

.tab-header .student-order-tab .nav-item #all.active {
    font-weight: 600;
    color: #2196f3;
    border-bottom: 2px solid #2196f3
}

.tab-header .student-order-tab .nav-item #unpaid.active {
    font-weight: 600;
    color: #f44336;
    border-bottom: 2px solid #f44336
}

.tab-header .student-order-tab .nav-item #progress.active {
    font-weight: 600;
    color: #ff9800;
    border-bottom: 2px solid #ff9800
}

.tab-header .student-order-tab .nav-item #completed.active {
    font-weight: 600;
    color: #4caf50;
    border-bottom: 2px solid #4caf50
}

.my_table_responsive .label-danger {
    border-radius: 58px !important;
    padding: 10px 10px !important;
    font-weight: 500 !important;
    font-size: 12px
}

.my_table_responsive .btn {
    border-radius: 34px
}

.portlet.box.assignment-info-wrap {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: -1px 2px 4px 0 #b1b1b1
}

.message-row {
    padding: 20px;
    background: #eaeaea;
    margin-top: 0px;
}

.card-footer.chat-back {
    padding: 0;
    background: 0 0;
    border-top: 0
}

.new-footer .navbar-nav {
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-direction: unset;
    flex-direction: unset !important
}

.breadcrumb_order_details {
    margin-top: 70px
}

.space-tb {
    margin: 10px 0 8px 0
}

.download_data_assignment {
    margin-left: 5px;
    width: 30px
}

.head_banner_cont {
    padding: 0 40px
}

#order_rate_modal .modal-header.sub-feedback {
    background: #2f76bd;
    border-radius: 0;
    border-bottom: none;
    position: relative
}

#order_rate_modal .modal-header.sub-feedback h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: sans-serif
}

#order_rate_modal .modal-header.sub-feedback button.close {
    opacity: 1;
    color: #fff;
    text-shadow: none
}

#order_rate_modal {
    background: #00000085
}

#order_rate_modal .modal-footer .btn.btn-primary {
    width: 100%;
    background: #ffc107;
    border-radius: 0;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    margin-left: 0
}

#order_rate_modal .modal-footer .btn.btn-primary:focus {
    box-shadow: none;
    outline: 0
}

#order_rate_modal .modal-footer .btn.btn-primary:hover {
    border-color: transparent;
    background: #2b2b2b;
    color: #fff;
    font-family: sans-serif
}

#order_rate_modal .modal-body textarea.form-control {
    height: auto;
    border-radius: 0;
    margin-left: 15px;
    width: 96%
}

#order_rate_modal .modal-body {
    margin-top: 20px
}

#order_rate_modal .rating_question {
    text-transform: capitalize;
    font-size: 16px
}

#order_rate_modal .modal-body textarea.form-control:focus {
    box-shadow: none
}

#order_rate_modal .modal-dialog {
    box-shadow: 0 0 2px #b3b3b3
}

#order_rate_modal .modal-content {
    border-radius: 0;
    border: 0
}

#order_rate_modal .modal-footer {
    border: none;
    padding-top: 0
}

#order_rate_modal .rating_question i {
    font-weight: 900;
    color: #101010;
    margin-right: 5px
}

#order_rate_modal .radio_btn_feedback {
    margin-left: 15px
}

#order_rate_modal fieldset.rating {
    margin-left: 10px
}

#order_rate_modal .modal-header.sub-feedback:before {
    content: '';
    border-top: 20px solid #2f76bd;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: 50px;
    left: 50%
}

.form_order_design .card-header {
    background: #062244;
    padding: 10px 0
}

.form_order_design .card-header h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.form_order_design .card-header p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px
}

.form_order_design .new-card.card-design {
    box-shadow: 0 3px 20px #d0d0d0a1;
    border: 0;
    min-height: 615px;
}

.order_img_design {
    position: absolute;
    z-index: 9;
    top: 26px;
    width: 70%;
    text-align: right;
    right: 20px
}

.order_img_design img {
    width: 60%
}

.form_order_design input#orderBtn {
    margin-bottom: 5px;
    background: #062244;
    padding: 6px 0;
    font-family: sans-serif
}

.form_order_design input#orderBtn:hover {
    background: #fdc800;
    border-color: transparent;
    color: #000;
    box-shadow: none
}

.form_order_design .form-group input {
    border: none;
    border-bottom: 2px solid #000 !important;
    padding: 5px 0 !important;
    border-radius: 0;
}

.form_order_design .form-group input:focus {
    box-shadow: none;
    border-color: #f6c302 !important
}

.form_order_design .form-group select {
    border: none !important;
    border-bottom: 2px solid #000 !important;
    padding: 5px 0 !important;
    border-radius: 0;
    letter-spacing: 0;
    text-transform: capitalize;
}

.form_order_design .form-group select:focus {
    box-shadow: none;
    border-color: #f6c302 !important
}

.form_order_design .form-group .order-label {
    font-size: 13px;
    margin-bottom: .25rem;
    color: #009688;
    text-transform: capitalize
}

.form_order_design .form-group textarea.form-control {
    height: auto;
    border: none;
    border-bottom: 2px solid #000;
    padding: 5px 0 !important;
    resize: auto;
    border-radius: 0;
}

#msg_expert_talk #uploadFiles3 {
    border-radius: 50px;
    padding: 10px 20px;
    background: #ff9800;
    color: #fff
}

#msg_expert_talk .card {
    border-radius: 10px;
    box-shadow: -1px 2px 4px 0 #b1b1b1;
    border: 0
}

#msg_expert_talk .message-row .card .card-header {
    background: #002147;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0
}

.form_order_design .form-group textarea.form-control:focus {
    box-shadow: none;
    border-color: #f6c302 !important
}

.form_grammerly {
    padding: 0 15px;
    border: 1px solid #d0d0d0;
    border-radius: 5px
}

.heading_grammerly_check {
    margin-bottom: 40px
}

.form_grammerly input[type=submit] {
    border-radius: 45px;
    padding: 10px;
    color: #353535;
    font-weight: 600;
    background: #fdc800;
    margin: 0 auto;
    border: 0;
    
    letter-spacing: inherit;
    text-transform: inherit;
    width: 230px
}

.grammer_checking {
    width: 100%;
    text-align: center
}

#checktext #checktext_ifr #tinymce {
    margin: 15px 5px !important
}

.side-grammer-cont {
    text-align: center;
    margin-bottom: 30px
}

.grammerly_page {
    margin: 60px 0
}

.heading_grammerly_check h1 {
    padding: 10px 0;
    text-align: center;
    color: #2f2f2f;
    
    font-weight: 600;
    font-size: 28px
}

.heading_grammerly_check p {
    text-align: center;
    
    font-weight: 300;
    max-width: 608px;
    margin: 0 auto
}

.form_grammerly select {
    display: inline-block;
    width: auto;
    background: #fff;
    color: #000;
    padding: 8px 20px
}

.form_grammerly textarea#checktext table tbody {
    line-height: 0
}

.form_grammerly #tinymce {
    margin-bottom: 0
}

.form_grammerly .defaultSkin iframe {
    display: block;
    border: 0 solid #cecece;
    border-radius: 10px;
    height: 200px !important
}

div#feedbackErrorMessage {
    margin: 15px 0
}

.side-grammer-cont div {
    display: inline-block
}

.side-grammer-cont img {
    width: 80px;
    display: block;
    margin: 0 auto
}

.order_page_sidebar h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    margin-top: 30px;
}

.order_icon_page {
    background: #fdc800;
    padding: 15px;
    text-align: center;
    border-radius: 75px;
    height: 70px;
    width: 70px;
    border: 1px solid #b38d00;
    margin: 0 auto
}

.order_icon_contpage {
    text-align: center;
    margin-top: 5px;
    font-size: 14px
}

.order_icon_contpage span {
    
    font-weight: 500
}

.order_page_sidebar {
    border: 1px solid #eeeeee;
    padding: 45px 20px;
    border-radius: 3px;
    box-shadow: 0 3px 20px #d0d0d05c;
    min-height: 615px;
}

.order_page_details h3 {
    text-align: center
}

.order_page_details {
    margin-top: 30px
}

.order_student_prefer h4 {
    font-size: 13px;
    text-align: center
}

.order_student_prefer img {
    margin-bottom: 8px
}

.order_student_prefer h4 {
    font-weight: 400;
}

.order_student_prefer .col-sm-2 {
    padding: 10px 10px
}

#orderForm #uploadFiles3 img {
    width: 37px;
}

#orderForm #uploadFiles3:focus {
    box-shadow: none
}

#orderForm #uploadFiles3 {
    background: 0 0;
    border: 0
}

#orderForm #extraMsg {
    font-weight: 600
}

#orderForm #uploadFiles3:hover {
    border: transparent
}

.price_awaiting_assignment .btn-info[name=download] {
    background: #03a9f4 !important;
    padding: 10px 20px;
    font-size: 14px;
    white-space: unset;
    border: none;
    border-radius: 50px
}

.price_awaiting_assignment .btn-info[name=download]:hover {
    background: #2196f3 !important
}

.price_awaiting_assignment .btn-info i.fa.fa-download {
    height: auto;
    width: auto;
    background: 0 0;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px
}

.featured-box2:hover .price_awaiting_assignment .btn-info i.fa.fa-download {
    color: #fff
}

#all_reviews_page #columns {
    column-width: 320px;
    column-gap: 15px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}

#all_reviews_page div#columns figure {
    background: #fff;
    box-shadow: 0px 0px 7px 0px #0000001f;
    margin: 15px 5px;
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    transition: opacity .4s ease-in-out;
    display: inline-block;
    column-break-inside: avoid;
}
#all_reviews_page div#columns figure:hover {
    box-shadow: 0px 4px 7px 0px #b7b7b7d9;
}
#all_reviews_page div#columns figure img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px
}

#all_reviews_page div#columns figure figcaption {
    font-size: .9rem;
    color: #444;
    line-height: 1.5
}

#all_reviews_page div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa
}

#all_reviews_page div#columns small a {
    color: #666;
    text-decoration: none;
    transition: .4s color
}

#all_reviews_page .review {
    margin-top: 0
}

#all_reviews_page .item-content:after {
    display: none
}

#all_reviews_page .item-content {
    background: 0 0;
    padding: 0 15px
}

#all_reviews_page span.item-title a {
    font-size: 20px;
    color: #02a06d;
    font-weight: 500;
    text-transform: capitalize;
}

#all_reviews_page .review_title_rating {
    margin-bottom: 5px;
}
#all_reviews_page .review_title_rating .item-title {
    font-weight: 500;
    color: #02a06d;
}
#all_reviews_page .review_subtitle_desc {
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
    padding-bottom: 0;
}

#all_reviews_page .review_subtitle_desc span {
    font-size: 14px;
    text-transform: uppercase;
    color: #1c2a44;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}

#all_reviews_page p {
    font-size: 14px;
    line-height: 24px;
    color: #343434;
}
#all_reviews_page p b {
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}

.stickey_reviews_form {
    position: -webkit-sticky;
    position: sticky;
    top: 70px
}

.new-form.rating_reviews_form {
    border: 1px solid #bfbfbf;
    padding: 20px 20px;
    background: #36373a
}

.rating_reviews_form h3 {
    text-align: center;
    text-transform: uppercase;
    
    font-weight: 600;
    margin-bottom: 15px
}

.rating_reviews_form .card.new-card {
    background: 0 0
}

.rating_reviews_form .pull-left {
    width: 100% !important
}

.reviews_rating_distribute {
    margin-top: 120px;
    padding-bottom: 70px;
}

.reviews_section_col {
    float: left;
    width: 20%;
    padding: 0 15px
}

.reviews_rating_distribute .progress-bar {
    width: 100%
}

.reviews_rating_distribute .reviews_bar_sec {
    width: 100%;
    color: #fff
}

.reviews_section_col .progress {
    height: 10px;
    margin-bottom: 10px
}
.progress-bar {
    background-color: #fdc800;
}
.reviews_rating_distribute .reviews_bar_sec .pull-left {
    font-size: 22px;
}
.reviews_section_stars {
    width: 100%
}

.reviews_stars {
    margin: 5px 0px;
    color: #fff;
    /* font-size: 17px; */
}

.reviews_stars .fa-star {
    color: #fdc800;
    padding: 2px;
}

.reviews_rating_distribute .new-card {
    background: #3fbc94;
    padding: 20px 15px;
    float: left;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 5px 7px 0 #00000036;
}

.rating_review_page {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: relative
}

.rating_review_page:after {
    position: absolute;
    content: '';
    border: .5px solid #fdfdfd;
    height: 70px;
    right: 0
}

.rating_review_page .rating_star_all {
    font-size: 50px;
    color: #fff;
    padding: 0 10px 0 0;
    font-weight: 300;
    
}

.rating_review_users {
    background: #828282ad;
    display: -webkit-inline-box;
    margin: 15px auto;
    text-align: center;
    
    border-radius: 5px
}

.user_reviews {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-weight: 400;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase
}

.overall_rating {
    font-weight: 400;
    color: #fff
}

.user_reviews_count {
    font-size: 50px;
    margin-right: 10px;
    font-weight: 300;
    color: #fff;
    
}

.rat_stars_count .rating_star_star .fa-star {
    color: #ff5722;
    padding: 2px
}

.fa-star {
    color: #ff9800;
    padding: 1px;
}

.download_dashboard_btn {
    background: 0 0;
    box-shadow: none;
    border: none
}

.download_dashboard_btn:focus {
    background: 0 0;
    box-shadow: none;
    border: none
}

.download_dashboard_btn:hover {
    background: 0 0;
    box-shadow: none;
    border: none
}

.download_dashboard_btn:active {
    background: 0 0 !important;
    box-shadow: none !important;
    border: none
}

.download_dashboard_btn:visited {
    box-shadow: none !important;
    border: none
}

.home_banner_backg {
    background: url(../images/home--banner-backg.svg) fixed;
    background-repeat: no-repeat;
    background-size: cover
}

.home_banner_opacity {
    /* background: #e0e0e09c; */
    padding: 170px 0 60px 0;
    position: relative;
}
.home_banner_opacity.index-page-trp {
    padding: 0;
}

.home_banner_leftcont h1 {
    text-transform: uppercase;
    /* font-weight: 700 */
}

.home_banner_leftcont p {
    text-align: center;
    font-size: 18px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 300;
}

.boxed_type_form {
    background: #0d1f43;
    border-radius: 5px;
    position: absolute;
    top: -80px;
    width: 97.5%;
    box-shadow: 0 0 14px 2px #cacaca
}

.boxed_icon_homer {
    padding: 20px 30px
}

.home_form_headtitle h2 {
    text-align: center;
    font-weight: 600;
    
}

.home_form_headtitle p {
    text-align: center;
    
    font-weight: 300;
    margin-top: 15px
}

.home_orderform {
    padding: 35px 20px;
    background: #fff
}

.home_banner_leftcont {
    padding: 0 0 130px 0
}

.main-menu-area .apply-btn-area a {
    padding: 8px !important;
    border-radius: 50px;
    font-weight: 600 !important;
    
    font-size: 13px !important
}

.header-top-left ul li {
    margin-top: 10px
}

.header-top-right {
    margin-top: 10px
}

.home_orderform input {
    border: 1px solid #d4d4d4 !important
}

.rotate_boxes_icon {
    height: 60px;
    width: 60px;
    background: #fff;
    transform: rotate(45deg);
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 18px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 2s ease-in-out;
    box-shadow: 0 0 1px 2px #0d1f43, 0 0 0 5px #fff, 0 0 0 8px #fff;
    overflow: hidden
}

.rotate_boxes_home {
    margin-bottom: 8px;
    text-align: center;
}

.rotate_boxes_icon:hover {
    transform: rotate(405deg);
    transition: 2s;
    background: #fdc800
}

.rotate_boxes_icon:hover img {
    transform: rotate(400deg);
    transition: 2s
}

.rotate_boxes_home p {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 13px
}

.home_banner_leftcont h1 span {
    color: #ff9800
}

.home_orderform input {
    border: none !important;
    border-bottom: 1px solid #c1c1c1 !important;
    padding: 8px 0 !important
}

.home_orderform input:focus {
    box-shadow: none
}

.home_orderform select {
    border: none !important;
    border-bottom: 1px solid #c1c1c1 !important;
    padding: 8px 0 !important;
    letter-spacing: 0;
    border-radius: 0;
}

.home_orderform select:focus {
    box-shadow: none
}

.home_form_headtitle {
    margin-bottom: 30px;
    position: relative
}

.home_orderform form .shake-error {
    border: none !important;
    border-bottom: 1px solid red !important
}

.my_title_bar {
    
    font-size: 28px;
    position: relative;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    margin-top: 0 !important
}

.my_title_bar:after {
    content: '';
    border: 1.5px solid #000;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block
}

.counter_section_boxes {
    background: #ececec;
    padding: 80px 0 80px 0
}

.counter_img_home .inner_counter_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #fdc800;
    clip: polygon(50%, 50%, 50%, 50%);
    clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%)
}

.counter_div_home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145px;
    background: url(../images/boxed-top.svg);
    background-size: cover
}

.counter_div_home p {
    text-align: center;
    color: #0d1f42;
    text-transform: uppercase;
    
    position: relative
}

.about-counter.title-bar-counter {
    font-weight: 600;
    font-size: 30px;
    color: #0d1f42;
    position: relative
}

.counter_img_home {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    padding: 15px 0 0
}

.boxes_counter_stroke {
    border-bottom: 2px solid #525354;
    padding: 6px 0 22px 0;
    transition: 1s;
    background: #193759
}

.boxes_counter_stroke:hover {
    transform: translateY(-5%);
    transition: 1s
}

.counter_div_home {
    position: relative;
    padding-top: 45px
}

.my_title_bar_center {
    
    font-size: 28px;
    position: relative;
    margin-bottom: 30px !important;
    padding-bottom: 20px;
    margin-top: 0 !important
}

.my_title_bar_center:after {
    content: '';
    border: 1.5px solid #000;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    transform: translate(-50%);
    background: #000
}

.section_two_home {
    background: #193759;
    padding: 60px 0;
    color: #fff
}

.my_title_bar_center_White {
    
    font-size: 28px;
    position: relative;
    margin-bottom: 30px !important;
    padding-bottom: 20px;
    margin-top: 0 !important
}

.my_title_bar_center_White:after {
    content: '';
    border: 1.5px solid #fff;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    transform: translate(-50%)
}

.svg_code_graphics .carousel .carousel-indicators li {
    box-sizing: initial;
    width: 100px;
    height: 60px;
    flex: none;
    text-indent: initial;
    margin: 0;
    background: 0 0;
    border: none;
    opacity: 1;
    transition: initial
}

.svg_code_graphics .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none
}

.svg_code_graphics .carousel-indicators .active svg polygon {
    fill: #fdc800
}

.svg_code_graphics .carousel-inner .carousel-item {
    background: #193759;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
    min-height: 102px
}

.svg_section_home {
    padding: 60px 0
}

.boxed_featured_home {
    margin: 40px 15px
}

.books_feature_home_sec {
    display: flex;
    justify-content: center;
    align-items: center
}

section.section_three_home h3 {
    
    font-weight: 600
}

.boxed_af_1 {
    position: relative
}

.boxed_af_1:after {
    content: '';
    border: 1px dashed #000;
    position: absolute;
    width: 80px;
    bottom: -35px;
    transform: rotate(90deg);
    left: 40%
}

.boxed_af_2 {
    position: relative
}

.boxed_af_2:after {
    content: '';
    border: 1px dashed #000;
    position: absolute;
    width: 120px;
    top: 40%;
    transform: rotate(15deg);
    left: 100%
}

.boxed_af_3 {
    position: relative
}

.boxed_af_3:after {
    content: '';
    border: 1px dashed #000;
    position: absolute;
    width: 150px;
    top: 15%;
    transform: rotate(185deg);
    left: 80%
}

.boxed_af_4 {
    position: relative
}

.boxed_af_4:after {
    content: '';
    border: 1px dashed #000;
    position: absolute;
    width: 155px;
    top: 28%;
    transform: rotate(165deg);
    right: 90%
}

.boxed_af_5 {
    position: relative
}

.boxed_af_5:after {
    content: '';
    border: 1px dashed #000;
    position: absolute;
    width: 175px;
    top: 2px;
    transform: rotate(8deg);
    right: 78%
}

.boxed_af_6 {
    position: relative
}

.boxed_af_6:before {
    content: '';
    border: 1px dashed #000;
    position: absolute;
    width: 120px;
    bottom: 92%;
    transform: rotate(90deg) translate(-60%);
    right: 30%
}

.books_feature_home_sec img {
    z-index: 9;
    position: relative
}

.my_title_bar_features {
    
    font-size: 28px;
    padding-bottom: 5px;
    margin-top: 0 !important;
    font-weight: 500
}

.my_title_bar_features+p {
    position: relative;
    margin-bottom: 30px !important;
    padding-bottom: 20px
}

.my_title_bar_features+p:after {
    content: '';
    border: 1.5px solid #000;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    transform: translate(-50%);
    background: #000
}

.icon_indent li {
    margin-left: 30px;
    text-indent: -11px
}

.section_four_home {
    background: #193759
}

.bg_dot {
    background: url(../images/bg-dot.png) repeat;
    background-size: contain
}

.section_four_opactiy {
    background: #183658c7;
    padding: 60px 0
}

.section_five_home {
    padding: 60px 0
}

.section_three_home {
    background: #ececec;
    padding-top: 30px
}

.faq_home_content {
    padding: 30px 0
}

#accordion article.content-entry .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 1;
    position: relative
}

#accordion article.content-entry .panel-heading:before {
    content: "";
    width: 35%;
    height: 20%;
    box-shadow: 0 15px 5px #ccc;
    position: absolute;
    bottom: 12px;
    left: 0;
    transform: rotate(-3deg);
    z-index: -1
}

#accordion article.content-entry .panel-heading:after {
    content: "";
    width: 35%;
    height: 20%;
    box-shadow: 0 15px 5px #ccc;
    position: absolute;
    bottom: 12px;
    right: 0;
    transform: rotate(3deg);
    z-index: -1
}
/* Sample  */
.sample-program {
    padding: 50px 0 50px;
    background: linear-gradient(90deg,#f8f8fe,rgb(250 240 226),rgb(254 252 249/61%));
}
.service-categories {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 2%);
    margin-bottom: 30px;
    overflow: hidden;
}
.service-categories:hover {
    box-shadow: 1px 1px 11px 0 rgb(0 0 0 / 15%);
}
.service-thumb {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #02a06d;
    padding: 5px;
    position: relative;
    display: block;
}
.service-thumb h3 {
    font-size: 36px;
    background: -webkit-linear-gradient(#ffffff,#ffcf73);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 0;
}

.service-thumb:after {
    content: "";
    border: 12px solid transparent;
    border-top-color: #02a06d;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    right: auto;
    top: 100%;
    bottom: 0;
    z-index: 99;
    transform: translateX(-50%);
}
.service-content-box {
    padding: 15px;
}
.service-content-box li+li {
    margin-bottom: 10px;
}
.service-content-box li {
    font-size: 15px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    color: #221f3c;
    list-style: disc;
    margin-left: 15px;
}
.service-content-box li a {
    color: #221f3c;
}
.service-content-box li:hover a {
    color: #02a06d;
}
.service-content-box li span {
    text-align: right;
    float: right;
    display: block;
    background: #676769;
    border-radius: 30px;
    padding: 1px 10px;
    color: #fff;
    font-size: 13px;
}

/* Sample List  */
.sample-program.sample-list {
    background: linear-gradient( 
358deg
,#f8f8fe,rgb(250 240 226),rgb(254 252 249/61%));
}
.service__block--h2:hover {
    box-shadow: 1px 1px 11px 0 rgb(0 0 0 / 15%);
}
.service__block--h2.position-relative {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 10px;
    padding: 15px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 3%);
    overflow: hidden;
    margin-bottom: 30px;
}
.service__thumb--h2.fix {
    padding: 0 0 15px;
    width: 100%;
    margin: 5px auto;
    text-align: center;
    background: #fcfcfc;
    line-height: 70px;
    padding: 15px 5px;
    float: left;
    border-radius: 5px;
    box-shadow: -1px 2px 4px 0 #b1b1b1;
}
.service__thumb--h2.fix img {
    width: 64px;
    padding: 5px;
}
.service__content--h2 {
    text-align: left;
    margin-bottom: 5px;
    padding-left: 0;
}
.sample-program.sample-details .service__content--h2 h4.white-color.hover-color-light {
    
    margin: 0;
}
.service__content--h2 h4.white-color.hover-color-light {
    font-size: 24px;
    text-align: left;
    font-weight: 500;
     
}
.service__content--h2 h4.white-color.hover-color-light a {
    color: #212121;
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1;
}
.sample-program.sample-details .listing-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.sample-list .listing-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 0px;
    border-left: 1px solid #02a06d40;
}
.listing-bottom p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.listing-bottom p strong {
    color: #02a06d;
}
.sample-program.sample-details {
    background: #EDF8F4;
}
.sample-program.sample-details .service__block--h2.position-relative {
    padding: 0;
}
.sample-details .service__content--h2 {
    background: #ffffff;
    width: 100%;
    padding: 15px 15px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffefe5;
}
.all-content {
    padding: 15px;
}
.all-content h3:first-child {
    margin-top: 0;
}

.sample-program.sample-details .listing-bottom.row {
    margin-bottom: 10px;
    background: #FFFAF7;
    margin-top: -10px;
    padding-top: 5px;
}
.placed-order {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    padding: 20px 15px;
    background-color: #48B774;
    text-align: center;
    margin: 0px 0 0;
    border-radius: 10px;
}
.placed-order .placed-textb {
    text-align: left;
}
.sample-program.sample-details .placed-order h3 {
    margin: 0;
    line-height: 30px;
    font-size: 26px;
    color: #fff;
}
.sample-program.sample-details .placed-order h4 {
    margin: 15px 0 0;
    font-size: 16px;
    color: #f8f8f8;
}
.buttons-assign {
    padding: 30px 0;
    border-left: 1px solid #fbf3e9;
}
.buttons-assign .btn {
    box-shadow: -1px 2px 4px 0 #00000047;
}

.buttons-assign:hover .btn {
    box-shadow: -1px 1px 4px 0 #0000008c;
}

.footer_top_section {
    background: #fdc800;
    padding: 30px 40px;
    border-radius: 5px;
    position: relative;
    top: 30px
}

.footer_top_left h2 {
    font-size: 24px;
    
    font-weight: 600;
    line-height: 32px
}

.footer_top_right {
    text-align: center;
    padding: 16px 0;
    position: relative;
    top: 20px
}

.footer_top_right a {
    background: #002147;
    padding: 15px;
    border-radius: 5px;
    color: #fff
}

.footer_top_section {
    position: relative
}

.footer_top_section:before {
    content: '';
    position: absolute;
    background: url(../images/24x7-footer.svg) no-repeat;
    background-size: cover;
    width: 285px;
    height: 62px;
    bottom: 62%;
    right: 13%
}

.footer-area-top h3 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff
}

.my_title_bar_footer {
    position: relative;
    padding-bottom: 15px;
    
}

.my_title_bar_footer:after {
    content: '';
    border: .5px solid #d6d6d6;
    width: 68px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block
}

.footer_flags_country li a {
    margin-left: 46px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
    top: -2px
}

.footer_flags_country li:nth-child(1) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: 0 0
}

.footer_flags_country li:nth-child(2) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -38px 0
}

.footer_flags_country li:nth-child(3) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -73px 0
}

.footer_flags_country li:nth-child(4) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -108px 0
}

.footer_flags_country li:nth-child(5) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -142px 0
}

.footer_flags_country li:nth-child(6) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -183px 0
}

.footer_flags_country li:nth-child(7) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -433px 0
}

.footer_flags_country li:nth-child(8) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -503px 0
}

.footer_flags_country.right-flag li:nth-child(1) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -217px 0
}

.footer_flags_country.right-flag li:nth-child(2) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -254px 0
}

.footer_flags_country.right-flag li:nth-child(3) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -290px 0
}

.footer_flags_country.right-flag li:nth-child(4) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -327px 0
}

.footer_flags_country.right-flag li:nth-child(5) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -362px 0
}

.footer_flags_country.right-flag li:nth-child(6) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -395px 0
}

.footer_flags_country.right-flag li:nth-child(7) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -468px 0
}

.footer_flags_country.right-flag li:nth-child(8) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -542px 0
}

.footer-area-top .footer-social li:hover:nth-child(1) {
    background: #3b579d
}

.footer-area-top .footer-social li:hover:nth-child(2) {
    background: #2caae1
}

.footer-area-top .footer-social li:hover:nth-child(3) {
    background: #007bb6
}

.footer-area-top .footer-social li:hover:nth-child(4) {
    background: #e6001a
}

.mega-rel-unset {
    position: unset !important
}

.header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
    left: 0;
    background: #fff
}

ul.split_menu_ul {
    column-count: 2 !important;
    width: 500px !important
}

.mega_menu_dropdown {
    position: relative
}

#desktop-nav ul li:hover .mega_menu_dropdown:before {
    content: '';
    border-bottom: 15px solid #efefef;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    right: 24px;
    background: 0 0;
    top: 57px;
    border-top: none
}

.tools-menu a {
    padding: 15px 30px !important
}

.tools-menu {
    display: inline-flex;
    background: #445b93;
    border-radius: 10px;
    border: 1px dashed #fff
}

.services_page_header .title_spheader {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff
}

.title_spheader_subtitle {
    font-size: 20px !important;
    position: relative;
    margin-bottom: 15px !important;
    padding-bottom: 5px
}

.title_spheader_subtitle:after {
    content: '';
    background: linear-gradient(to right, #0d1f42, #fff, #fff, #0d1f42);
    background: -ms-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -o-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -webkit-linear-gradient(right, #0d1f42, #ff9800, #ff9800, #0d1f42);
    background: -moz-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%)
}

.title_spheader_subtitle+p {
    color: #fff !important
}

.services_page_header .title_spheader+p {
    font-size: 16px;
    max-width: 940px;
    font-weight: 400;
    color: #fff
}

.services_page_header .title_spheader span {
    color: #ff9800
}

.services_page_header .home_orderform {
    padding: 20px 20px 15px 20px;
    border-radius: 10px;
}

.services_page_header .home_orderform h2.my_title_bar_center {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
    color: #002147;
}

.services_page_header .boxed_type_form {
    background: #fff;
    top: -25px;
    box-shadow: 0px 5px 7px 0 #00000017;
}

.services_page_header .home_banner_leftcont {
    padding: 0 0 70px 0
}

.services_page_header .home_banner_backg {
    background: url(https://www.lokitheavenger.assignmenthelppro.com/static/images/review-banner.jpg) fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}

.services_page_header .home_banner_opacity {
    background-color: #1c2a44d1;
}

.services_page_header .title_header_reviews {
    font-size: 45px;
    /* font-weight: 600; */
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.services_page_header .title_header_reviews+p {
    color: #fff
}

.inner_banner_backg {
    background: url(../images/experts.jpg) fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}

.inner_banner_opacity {
    background: #1c2a44d1;
    padding: 200px 0 120px 0;
}

.inner_banner_backg h1 {
    color: #fafafa;
    text-transform: uppercase;
}

.price-table-box1 {
    padding: 20px;
    position: relative;
    
}

.price-table-inner {
    background: #fff;
    padding: 30px 15px;
    box-shadow: 0 0 20px #d8d8d8;
    border-radius: 5px
}

.price_table_pages {
    margin-top: 70px;
    text-align: center;
    text-transform: uppercase
}

.price_report_writing {
    font-size: 24px;
    
    text-transform: uppercase;
    font-weight: 600;
    background: #3c3c3c;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0
}

.price_table_pages h2 {
    font-weight: 600;
    
    word-break: break-all
}

.arrow_price_report:after {
    content: '';
    border-bottom: 30px solid #fdc80000;
    border-left: 20px solid #3c3c3c;
    border-right: 0 solid #000;
    border-top: 20px solid #d64a4a00;
    position: absolute;
    right: 0;
    background: 0 0;
    top: 85px
}

.arrow_price_report:before {
    content: '';
    border-bottom: 30px solid #fdc80000;
    border-left: 0 solid transparent;
    border-right: 20px solid #000;
    border-top: 20px solid #d64a4a00;
    position: absolute;
    left: 0;
    background: 0 0;
    top: 85px
}

.price-table1-area {
    padding: 15px 0 60px;
    background: #f5f5f5
}

.price-table-service p {
    text-align: center;
    font-weight: 300;
    position: relative;
    padding-bottom: 10px
}

.price-table-service p:after {
    content: '';
    background: linear-gradient(to right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -ms-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -o-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -webkit-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -moz-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%)
}

.text-black {
    color: #000
}

.price-table-service {
    margin: 15px 0
}

.pricetable-btn a {
    color: #000;
    font-size: 18px;
    font-weight: 600
}

.price_bgbox_2 .price_report_writing {
    background: #fdc800;
    color: #000
}

.price_bgbox_2 .arrow_price_report:before {
    border-right-color: #e0b100
}

.price_bgbox_2 .arrow_price_report:after {
    border-left-color: #e0b100
}

.price_bgbox_3 .price_report_writing {
    background: #3c3c3c
}

.price_bgbox_3 .arrow_price_report:before {
    border-right-color: #000
}

.price_bgbox_3 .arrow_price_report:after {
    border-left-color: #000
}

.price_bgbox_1 .pricetable-btn {
    background: #3c3c3c;
    border-color: #3c3c3c;
    color: #fff;
    height: auto
}

.price_bgbox_1 .pricetable-btn a {
    color: #fff
}

.price_bgbox_2 .pricetable-btn {
    background: #fdc800;
    border-color: #fdc800
}

.price_bgbox_2 .pricetable-btn a {
    color: #383838
}

.price_bgbox_3 .pricetable-btn {
    background: #3c3c3c;
    border-color: #3c3c3c
}

.price_bgbox_3 .pricetable-btn a {
    color: #fff
}

.price_table_pages img {
    width: 90px;
    margin-bottom: 15px
}

.price-table-box2 {
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff
}

.box2_table_pricing h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    word-break: break-all;
    text-transform: uppercase;
    padding: 0 20px;
    
    font-weight: 600;
    letter-spacing: .7px
}

.box2_table_pricing>span {
    position: absolute;
    top: 20px;
    background: 0 0;
    color: #fff;
    font-size: 16px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 76px;
    padding: 5px 15px;
    
    border: 2px dotted #fff;
    font-style: italic;
    font-weight: 300
}

.box2_table_pricing h3>span {
    display: block
}

.box2_table_pricing {
    background: #03a9f4;
    padding: 70px 15px 30px 15px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    clip-path: polygon(0 75%, 0 0, 100% 0, 100% 75%, 50% 100%)
}

.price-table-box2 ul {
    margin: 20px 0
}

.price-table-box2 ul li {
    text-align: center;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 0;
    
    font-weight: 300
}

.price-table-box2 ul li:after {
    content: '';
    background: linear-gradient(to right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -ms-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -o-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -webkit-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -moz-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%)
}

.price-table4-area {
    padding: 60px 0 120px 0;
    background: #f5f5f5
}

.pricing_table4_btn {
    padding-bottom: 20px;
    text-align: center
}

.pricing_table4_btn a {
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: .8px;
    
    background: #03a9f4;
    border: 1px solid #000
}

.price-table-box2.price_scale2 {
    transform: scale(1.11);
    z-index: 9;
    position: inherit
}

.price-table-box2.price_scale2 .box2_table_pricing {
    background: #ff5722
}

.price-table-box2.price_scale2 .pricing_table4_btn a {
    background: #ff5722
}

.price-table-box2.price_scale2 .pricing_table4_btn a:hover {
    color: #193759;
    background: #fdc800
}

.price-table4-area .col-lg-3:nth-child(1) .price-table-box2 .box2_table_pricing {
    background: #193759
}

.price-table4-area .col-lg-3:nth-child(1) .price-table-box2 .pricing_table4_btn a {
    background: #193759
}

.price-table4-area .col-lg-3:nth-child(2) .price-table-box2 .box2_table_pricing {
    background: #193759
}

.price-table4-area .col-lg-3:nth-child(2) .price-table-box2 .pricing_table4_btn a {
    background: #193759
}

.price-table4-area .col-lg-3:nth-child(3) .price-table-box2 .box2_table_pricing {
    background: #fdc800
}

.price-table4-area .col-lg-3:nth-child(3) .price-table-box2 .pricing_table4_btn a {
    background: #fdc800;
    color: #000;
    border-color: #fdc800
}

.price-table4-area .col-lg-3:nth-child(3) .price-table-box2 .pricing_table4_btn:hover a {
    border-color: #193759
}

.price-table4-area .col-lg-3:nth-child(4) .price-table-box2 .box2_table_pricing {
    background: #193759
}

.price-table4-area .col-lg-3:nth-child(4) .price-table-box2 .pricing_table4_btn a {
    background: #193759
}

.price-table-box2:hover {
    background: #f7f7f7
}

.price-table4-area .price-table-box2 .pricing_table4_btn:hover a {
    color: #193759;
    background: #fff !important;
    border: 1px solid #000
}

.about_box_page h2 {
    color: #193759;
    font-weight: 700;
    text-transform: uppercase
}

.about_box_page h2 span {
    color: #fdc800
}

.about_box_page h2:after {
    border-color: #193759
}

section.about_section_1 {
    padding: 20px 0 60px 0
}

.about-page3-bg .about-page3-area {
    position: relative;
    background: #193759;
    background: linear-gradient(90deg, #e2e2e2 50%, #193759 50%);
    background: -webkit-linear-gradient(0deg, #e2e2e2 50%, #193759 50%);
    background: -moz-linear-gradient(90deg, #e2e2e2 50%, #193759 50%);
    background: -ms-linear-gradient(90deg, #e2e2e2 50%, #193759 50%);
    background: -o-linear-gradient(90deg, #e2e2e2 50%, #193759 50%);
    background: url(../images/about_bg.jpg) fixed right;
    background-size: contain;
    background-repeat: no-repeat
}

.about-page3-bg {
    background: #f3f3f3
}

.about-page3-bg .about-page3-inner .about-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #193759;
    font-weight: 500;
    
}

.about-page3-bg .about_fixed_bg {
    background: #f3f3f3;
    padding: 60px 40px
}

.about-page3-bg .about_cont_sec h2:before {
    background: #193759
}

.about-page3-bg .about-box {
    margin-bottom: 30px
}

.about-page3-bg .about-box p {
    
    color: #2b2b2b;
    text-align: left;
    font-weight: 300
}

.about-page3-bg .about-page3-inner .about-box h2 a {
    color: #002147
}

.about-slider-area {
    padding: 100px 0
}

.about-page3-bg .about_cont_sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px
}

.about-page3-bg .about_cont_sec img {
    margin-right: 15px;
    width: 50px
}

.service-box4 {
    text-align: center;
    background: #183658;
    padding: 30px 15px;
    border-radius: 10px;
    min-height: 305px;
    color: #fff
}

.service-box4 h3 {
    color: #fff
}

.service-box4 .service-box-icon i {
    color: #183658;
    font-size: 40px;
    background: #fff;
    border-radius: 50px;
    padding: 20px;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.service-box-icon i {
    font-size: 40px
}

.service_box_contents p {
    text-align: center;
    margin-top: 10px
}

.service_box_contents {
    text-align: center;
    padding: 15px;
    
}

.service-box-icon {
    padding: 15px;
    border: 2px;
    border: 2px dashed #000;
    background: #fff;
    border-radius: 56px;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.service_box_contents h3 {
    
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px
}

.bg_about_stylish {
    background: #fdc800
}

.bg_about_stylish h3,
.bg_about_stylish p {
    color: #000
}

.bg_about_stylish .service-box-icon i {
    background: #000;
    color: #fff
}

.how-it-works-page {
    padding: 60px 0 36px 0
}

.how-it-works-page .carousel-item:after {
    content: '';
    background: linear-gradient(to right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -ms-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -o-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -webkit-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -moz-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%)
}

.how-it-works-page .carousel-item {
    background: 0 0 !important
}

.how-it-works-page .carousel-item h2 {
    
    font-weight: 600;
    text-transform: uppercase
}

.how-it-works-page .carousel-item p {
    
    font-weight: 400;
    color: #484848;
    text-align: center;
    margin-top: 15px
}

.bg_svg_how_works {
    background: #f1f1f1;
    min-height: 360px
}

.how-works-section {
    padding: 60px 0
}

.dashboard_order_click_page {
    margin-top: 70px
}

.section-experts-page {
    padding: 60px 0
}

.australia_banner_backg {
    background: url(../images/australia.jpg) no-repeat;
    background-size: cover
}

.australia_banner_backg .home_banner_opacity {
    background: #0000007a
}

.melbourne_banner_backg {
    background: url(../images/melbourne.jpg) no-repeat;
    background-size: cover
}

.melbourne_banner_backg .home_banner_opacity {
    background: #0000007a
}

.melbourne_banner_backg .canberra_banner_backg {
    background: url(../images/canberra.jpg) no-repeat;
    background-size: cover
}

.canberra_banner_backg .home_banner_opacity {
    background: #0000007a
}

.canberra_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.australia_banner_backg .home_banner_leftcont {
    color: #fff
}

.australia_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.australia_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.uk_banner_backg {
    background: url(../images/uk.jpg) no-repeat;
    background-size: cover
}

.uk_banner_backg .home_banner_opacity {
    background: #0000007a
}

.uk_banner_backg .home_banner_leftcont {
    color: #fff
}

.uk_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.uk_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.saudi_arabia_banner_backg {
    background: url(../images/saudi-arabia.jpg) no-repeat;
    background-size: cover
}

.saudi_arabia_banner_backg .home_banner_opacity {
    background: #0000007a
}

.saudi_arabia_banner_backg .home_banner_leftcont {
    color: #fff
}

.saudi_arabia_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.saudi_arabia_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.my_banner_backg {
    background: url(../images/malaysia.jpg) no-repeat;
    background-size: cover
}

.my_banner_backg .home_banner_opacity {
    background: #0000007a
}

.my_banner_backg .home_banner_leftcont {
    color: #fff
}

.my_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.my_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.sg_banner_backg {
    background: url(../images/singapore.jpg) no-repeat;
    background-size: cover
}

.sg_banner_backg .home_banner_opacity {
    background: #0000007a
}

.sg_banner_backg .home_banner_leftcont {
    color: #fff
}

.sg_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.sg_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.bh_banner_backg {
    background: url(../images/bahrain.jpg) no-repeat;
    background-size: cover
}

.bh_banner_backg .home_banner_opacity {
    background: #0000007a
}

.bh_banner_backg .home_banner_leftcont {
    color: #fff
}

.bh_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.bh_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.qa_banner_backg {
    background: url(../images/qatar.jpg) no-repeat;
    background-size: cover
}

.qa_banner_backg .home_banner_opacity {
    background: #0000007a
}

.qa_banner_backg .home_banner_leftcont {
    color: #fff
}

.qa_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.qa_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.nz_banner_backg {
    background: url(../images/new-zealand.jpg) no-repeat;
    background-size: cover
}

.nz_banner_backg .home_banner_opacity {
    background: #0000007a
}

.nz_banner_backg .home_banner_leftcont {
    color: #fff
}

.nz_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.nz_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.uae_banner_backg {
    background: url(../images/uae.jpg) no-repeat;
    background-size: cover
}

.uae_banner_backg .home_banner_opacity {
    background: #0000007a
}

.uae_banner_backg .home_banner_leftcont {
    color: #fff
}

.uae_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.kuwait_banner_backg {
    background: url(../images/kuwait.jpg) no-repeat;
    background-size: cover
}

.kuwait_banner_backg .home_banner_opacity {
    background: #0000007a
}

.kuwait_banner_backg .home_banner_leftcont {
    color: #fff
}

.kuwait_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.ca_banner_backg {
    background: url(../images/canada.jpg) no-repeat;
    background-size: cover
}

.ca_banner_backg .home_banner_opacity {
    background: #0000007a
}

.ca_banner_backg .home_banner_leftcont {
    color: #fff
}

.ca_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.ca_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.om_banner_backg {
    background: url(../images/oman.jpg) no-repeat;
    background-size: cover
}

.om_banner_backg .home_banner_opacity {
    background: #0000007a
}

.om_banner_backg .home_banner_leftcont {
    color: #fff
}

.om_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.om_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.ie_banner_backg {
    background: url(../images/ireland.jpg) no-repeat;
    background-size: cover
}

.ie_banner_backg .home_banner_opacity {
    background: #0000007a
}

.ie_banner_backg .home_banner_leftcont {
    color: #fff
}

.ie_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.ie_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.hk_banner_backg {
    background: url(../images/hong-kong.jpg) no-repeat;
    background-size: cover
}

.hk_banner_backg .home_banner_opacity {
    background: #0000007a
}

.hk_banner_backg .home_banner_leftcont {
    color: #fff
}

.hk_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.hk_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.jo_banner_backg {
    background: url(../images/jordan.jpg) no-repeat;
    background-size: cover
}

.jo_banner_backg .home_banner_opacity {
    background: #0000007a
}

.jo_banner_backg .home_banner_leftcont {
    color: #fff
}

.jo_banner_backg .home_banner_leftcont h1 {
    color: #fff
}

.jo_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040
}

.services_form_breadcrumb {
    padding: 60px 0 0
}

.faq_page_content {
    margin-bottom: 60px
}

.footer_flex_order {
    display: flex;
    align-items: center;
    justify-content: center
}

.services_content_design {
    background: 0 0 !important
}

.services_content_design .course-details-inner {
    padding: 0 0 15px 0
}

.services_content_design .title-bar-high:before {
    background: #0d1f42;
    width: 100%;
    height: 2px
}

.hire_experts_btn {
    padding: 15px 0;
    text-align: center
}

.hire_experts_btn a {
    background: #fdc800;
    padding: 7px;
    display: initial;
    padding: 10px 30px;
    color: #193759;
    font-weight: 700;
    border: 1px solid #fdc800;
    border-radius: 40px
}

.hire_experts_btn a:hover {
    background: #ff9800;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px
}

.services_space_mtb15 {
    margin: 20px 0 15px 0
}

.services_caret_arrow {
    margin-left: 30px
}

.services_caret_arrow li:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px
}

.services_caret_arrow li {
    text-indent: -10px;
    margin-left: 10px
}

.sidebar .sidebar_other_services h2 {
    margin-bottom: 10px;
    border-bottom: 1px dashed #000;
    padding-bottom: 5px;
    
    font-weight: 400;
    font-size: 22px;
    color: #ff9800
}

.sidebar .sidebar_other_services ul li {
    margin-bottom: 5px;
    text-align: left
}

.sidebar .sidebar_other_services ul li a {
    color: #000;
    font-size: 14px
}

.sidebar_other_services .services_caret_arrow {
    margin-left: 15px
}

.sidebar_other_services {
    margin-bottom: 30px
}

.services_content_design h1 {
    margin-top: 0
}

.hire_experts_btn {
    padding: 20px 15px 30px 15px;
    text-align: center;
    background: #193759;
    color: #fff;
    border-radius: 5px
}

.hire_experts_btn h4 {
    color: #fff;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    font-size: 25px;
    
    font-weight: 600
}

.hire_experts_btn p {
    text-align: center;
    margin-bottom: 20px
}

.grab_coupon_code h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 22px !important;
    border-bottom: none !important;
    padding-bottom: 5px;
    
    font-weight: 400;
    font-size: 22px;
    color: #fff !important;
    padding: 5px;
    position: relative
}

.grab_coupon_code h2:after {
    content: '';
    background: linear-gradient(to right, #0d1f42, #fff, #fff, #0d1f42);
    background: -ms-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -o-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -webkit-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -moz-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%)
}

.grab_coupon_code .coupon_text {
    font-size: 24px;
    font-weight: 600;
    border: 1px dashed #fff;
    text-align: center;
    background: #193759;
    padding: 5px;
    transform: rotate(-3deg);
    width: 74%;
    color: #fff;
    margin: 0 auto;
    margin-top: 15px
}

.grab_coupon_code p {
    display: grid;
    text-align: center;
    margin: 10px;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 1.2;
    
}

.grab_coupon_code p span:last-child {
    font-size: 30px;
    text-transform: uppercase;
    color: #fdc800;
    
    font-weight: 800
}

.grab_coupon_code {
    background: #0d1f42;
    padding: 10px
}

.grab_coupon_code .services_caret_arrow {
    margin-left: 0
}

.grab_coupon_code .sidebar_order_btn {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 15px 0
}

.grab_coupon_code .sidebar_order_btn a {
    border-radius: 50px;
    background: #fdc800;
    padding: 12px 25px;
    text-align: center;
    color: #0d1f42;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.delivery_sidebar_sec {
    background: #0d1f42
}

.delivery_sidebar_sec h2 {
    padding: 10px;
    text-align: center;
    margin-bottom: 15px !important;
    border-bottom: none !important;
    color: #fff !important;
    position: relative
}

.delivery_sidebar_sec h2:after {
    content: '';
    background: linear-gradient(to right, #0d1f42, #fff, #fff, #0d1f42);
    background: -ms-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -o-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -webkit-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -moz-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%)
}

.delivery_sidebar_sec img {
    background: #fff
}

.delivery_sidebar_sec p {
    padding: 0 15px 15px 15px;
    color: #fff
}

.delivery_sidebar_sec .services_caret_arrow {
    color: #fff;
    padding: 0 15px;
    padding-bottom: 15px
}

.plagiarism_sidebar_box {
    background: #0d1f42
}

.plagiarism_sidebar_sec .plagiarism_img_sidebar {
    background: #fff;
    text-align: center
}

.plagiarism_sidebar_sec h2 {
    text-align: center;
    padding: 15px 10px 10px 10px;
    border-bottom: none !important;
    color: #fff !important;
    position: relative;
    margin-bottom: 20px !important
}

.plagiarism_sidebar_sec h2:after {
    content: '';
    background: linear-gradient(to right, #0d1f42, #fff, #fff, #0d1f42);
    background: -ms-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -o-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -webkit-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -moz-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%)
}

.plagiarism_sidebar_sec p {
    color: #fff;
    padding: 0 15px
}

.plagiarism_sidebar_sec ul {
    color: #fff;
    padding: 0 15px 15px 15px
}

.services_link_sidebar {
    color: #fff
}

.services_link_sidebar ul li a {
    color: #fff !important
}

.services_link_sidebar h2 {
    text-align: center;
    padding: 15px 10px 10px 10px;
    border-bottom: none !important;
    color: #fff !important;
    position: relative;
    margin-bottom: 20px !important
}

.services_link_sidebar h2:after {
    content: '';
    background: linear-gradient(to right, #0d1f42, #fff, #fff, #0d1f42);
    background: -ms-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -o-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -webkit-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -moz-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%)
}

.services_link_sidebar .plagiarism_sidebar_box ul {
    padding: 0 15px 15px 15px
}

.nav-tabs-service {
    border-bottom: 2px solid #ff9800;
    margin: 30px 0
}

.nav-tabs-service .nav-pills li {
    width: 33.333%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0
}

.nav-tabs-service .tab-content {
    margin-top: 0;
    border: 1px solid #e8e8e8;
    border-top: 1px;
    background-color: #f1f1f178
}

.nav-pills .show>.nav-link,
.nav-tabs-service .nav-pills .nav-link.active {
    color: #ff9800;
    background-color: #f1f1f178;
    position: relative;
    border-top: 2px solid #ff9800;
    border-bottom: none
}

.nav-tabs-service .nav-pills li:last-child a {
    border-right: 1px solid #e8e8e8
}

.nav-tabs-service .tab-content>.tab-pane {
    padding: 20px
}

.nav-tabs-service .nav-pills .nav-link {
    border-radius: 0;
    color: #0d1f42;
    
    padding: 12px 0;
    background: 0 0;
    border: 1px solid #e8e8e8;
    border-right: 1px solid #fff
}

.nav-tabs-service .tab_service_box p {
    text-align: center;
    font-size: 14px
}

.nav-tabs-service .tab_service_box {
    text-align: center;
    
}

.nav-tabs-service .tab_service_box h3 {
    margin-bottom: 10px;
    
    font-size: 18px;
    color: #ff9800
}

.nav-tabs-service .tab_service_box_img {
    width: 75px;
    height: 75px;
    border-radius: 60px;
    background: 0 0;
    margin: 0 auto;
    border: 1px dashed #ff9800;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.nav-tabs-service .tab_service_box_img img {
    width: 100%;
    padding: 15px
}

.nav-tabs-service .tab_service_box:after {
    content: '';
    background: linear-gradient(to top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -ms-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -o-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -webkit-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -moz-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0
}

.nav-tabs-service .tab-content .col-md-4:last-child .tab_service_box:after {
    content: '';
    background: 0 0
}

.menu_rating_reviews>span {
    font-size: 12px
}

.menu_rating_reviews {
    background: #ff9800;
    padding: 2px 8px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
    
    letter-spacing: 1px
}

.menu-star-rating i {
    color: #fdc800
}

.menu-star-rating {
    position: absolute;
    top: -7px;
    font-size: 11px;
    left: 0;
}

.grammerly_page {
    margin: 20px 0 60px 0
}

.select_experts_person span.input-group-addon {
    background: #ff9800;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px
}

.select_experts_person .filter_experts .form-control {
    border-radius: 0;
    border-right: none
}

.select_experts_person .filter_experts>div:last-child .form-control {
    border-radius: 0;
    border-right: 1px solid #ced4da !important
}

.no-gutters>.col-md-4:last-child .form-control {
    border-right: 1px solid #ced4da !important
}

.filter_experts {
    margin-bottom: 20px
}

.select_experts_person .filter_experts .form-control:focus {
    box-shadow: none
}

select {
    -webkit-writing-mode: horizontal-tb;
    text-rendering: auto;
    color: -internal-light-dark-color(black, #fff);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist !important;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark-color(white, #000);
    cursor: default;
    margin: 0;
    font: 400 13.3333px Arial;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #a9a9a9;
    border-image: initial
}

.boxes_experts_hire {
    background: #fff;
    padding: 30px 15px;
    box-shadow: 0 0 7px #c7c7c7;
    margin-bottom: 30px
}

.boxes_experts_hire .person_hire_img img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    object-fit: cover
}

.boxes_experts_hire .person_hire_stars i.fa {
    font-size: 12px;
    color: #ff5722;
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: #ff5722;
    padding: 0
}

.expers_info_designation ul li {
    list-style-type: initial !important;
    margin: 0 0 0 20px
}

.experts_info_right i.fa {
    color: #ff5722
}

.person_details_experts h5 {
    font-size: 14px;
    
    margin: 6px 0;
    font-weight: 500
}

.person_details_experts h4 {
    font-size: 16px;
    font-weight: 500;
    
    color: #ff9800
}

.person_rating_experts {
    text-align: center
}

.person_details_experts .order-status {
    font-size: 14px;
    
}

.person_details_content p {
    font-size: 14px;
    
    text-align: left
}

.person_details_content {
    border-top: 1px dashed #000;
    padding-top: 10px;
    margin-top: 10px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 100px;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn_hire_me_experts {
    margin-top: 20px
}

.btn_hire_me_experts a {
    background: #ff9800;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff
}

.experts_hiring_details {
    padding: 30px 0
}

.expert-img {
    background: #fff;
    padding: 1px;
    text-align: center
}

.sidebar_boxexpert_category .expert-img img {
    border-radius: 60px;
    height: 70px;
    width: 70px;
    object-fit: cover
}
 








.experts_info_right p {
    margin-bottom: 5px;
    font-size: 14px
}

.experts_info_right h4 {
    
    font-size: 24px;
    font-weight: 600;
    color: #ff9800;
    text-transform: uppercase
}

.expers_info_designation {
    border-top: 1px dashed #ccc;
    margin-top: 15px;
    padding-top: 15px
}

.expers_info_designation h4 {
    margin-bottom: 10px;
    
}

.experts_info_right .text-right {
    position: absolute;
    right: 15px;
    top: 5px
}

.sidebar_experts_category h5 {
    
    margin-bottom: 0;
    font-size: 16px
}

.sidebar_experts_category h5 a {
    color: #000
}

.sidebar_experts_category p {
    font-size: 14px
}

.sidebar_boxexpert_category {
    border-bottom: 1px dashed #c1c1c1;
    padding-bottom: 20px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 20px
}

.sidebar_boxexpert_category:last-child {
    border-bottom: none
}

.sidebar_experts_title {
    padding: 15px 10px 10px 10px;
    color: #193759;
    margin-bottom: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 600
}

.experts_info_right h5 {
    margin-bottom: 5px
}

.experts_profile_sidebar {
    box-shadow: 0 0 6px #ababab;
    margin-bottom: 30px
}

.sidebar_experts_hire_me a {
    background: #ff9800;
    padding: 6px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px
}

.sidebar_experts_category p {
    margin-bottom: 5px
}

.sidebar_boxexpert_category .col-md-4 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto
}

.experts_profile_sidebar .sidebar_experts_title:after {
    content: '';
    background: linear-gradient(to right, #0d1f42, #fff, #fff, #0d1f42);
    background: -ms-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -o-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -webkit-linear-gradient(right, #fff, #042041, #052041, #fff);
    background: -moz-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    width: 60%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%)
}

.career_page_design h2 {
    padding: 10px 0;
    
    word-break: break-all
}

.career_page_design h3 {
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    
}

.jobs_career_info {
    padding: 20px 0 60px 0
}

.career_page_design h3:after {
    content: '';
    border: .5px dashed #b5acac;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block
}

.jobs_form_sidebar {
    background: #163456;
    padding: 15px
}

.jobs_form_sidebar label {
    text-align: left
}

.jobs_form_sidebar label {
    text-align: left !important;
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 1rem;
    left: 0;
    padding: 0 5px;
    top: -12px;
    position: absolute;
    color: #999;
    font-family: Roboto, sans-serif;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.9) translateY(100%);
    transform: scale(.9) translateY(100%);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.jobs_form_sidebar .form-group {
    margin-bottom: 25px;
    display: flow-root;
    position: relative
}

.jobs_form_sidebar input,
.jobs_form_sidebar select {
    padding: 4px;
    border: none !important;
    border-bottom: 1px solid #cecece !important;
    background: 0 0;
    box-shadow: none !important
}

.jobs_form_sidebar h2 {
    color: #173557;
    
    margin-bottom: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px
}

.jobs_form_sidebar h2:after {
    content: '';
    background: linear-gradient(to right, #0d1f42, #fff, #fff, #0d1f42);
    background: -ms-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -o-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -webkit-linear-gradient(right, #0d1f4200, #0d1f42, #0d1f42, #0d1f4200);
    background: -moz-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    width: 60%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%)
}

.jobs_form_sidebar {
    background: #fff;
    padding: 15px;
    border-top: 5px solid #173557;
    box-shadow: 0 0 18px 4px #e0e0e0;
    position: sticky;
    top: 70px;
    margin-bottom: 40px
}

.jobs_form_sidebar form {
    padding: 0
}

.btn.btn_job_career {
    background: #193759;
    width: 100%;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 10px 0
}

.jobs_form_sidebar input.form-control-file {
    color: #999;
    border-bottom: 0 !important
}

.career_steps_box {
    text-align: center;
    margin: 20px 0
}

.career_steps_content {
    margin-top: 10px
}

.career_steps_content h4 {
    font-size: 16px;
    
}

.career_steps_img {
    position: relative
}

.career_steps_img:after {
    content: '';
    position: absolute;
    top: 50%;
    border: .5px dashed #504a4a;
    width: 40%;
    transform: translate(-50%, -50%);
    right: -55%
}

.col-md-2:last-child .career_steps_img:after {
    border: 0
}

.jobs_form_sidebar .form-control:focus {
    background: 0 0;
    box-shadow: none;
    border-color: red !important
}

.animate-label {
    position: absolute;
    top: -35px !important;
    width: 100%;
    box-sizing: border-box
}

.jobs_form_sidebar .form-group label {
    transition: .5s ease-in-out
}

.jobs_form_sidebar form .form-group:nth-child(8) {
    margin-bottom: 0 !important
}

.jobs_banner_backg {
    background: url(../images/jobs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

.jobs_banner_career {
    padding: 89px 0 89px 0;
    margin-top: 113px
}

.spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.spinner div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #000 transparent transparent transparent
}

.spinner div:nth-child(1) {
    animation-delay: -.45s
}

.spinner div:nth-child(2) {
    animation-delay: -.3s
}

.spinner div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.person_details_experts a {
    color: #ff9800
}

.sidebar_experts_category i.fa {
    font-size: 12px;
    color: #ff5722;
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: #ff5722;
    padding: 0
}

.career_page_design ul li {
    text-align: left
}

.resume_writing_banner_backg {
    background: url(../images/resume-writing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

section.resume_writing_01 {
    padding: 60px 0
}

.resume_writing_left_sec h2 {
    margin-bottom: 15px
}

.resume_writing_right_sec {
    text-align: center
}

.resume_writing_right_sec img {
    width: 85%
}

.color_orange {
    color: #ff9800
}

.resume_writing_02 {
    background: #f3f3f3;
    padding: 60px 0
}

.boxes_resume_writing {
    background: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 20px #dadada;
    margin-top: 10px
}

.boxes_resume_writing:hover {
    animation: nudge 1s linear;
    background: #ff9800;
    color: #fff
}

.boxes_resume_writing:hover h3 {
    color: #fff
}

.boxes_rw_img img {
    max-width: 80px
}

.boxes_rw_cont h3 {
    padding-bottom: 5px;
    margin-top: 10px;
    
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff9800
}

@keyframes nudge {
    0% {
        transform: rotate(-7deg)
    }
    33% {
        transform: rotate(7deg)
    }
    66% {
        transform: rotate(-7deg)
    }
}

section.resume_writing_03 {
    padding: 60px 0
}

.boxes_resume_pattern {
    border: 1px solid #dadada;
    overflow: hidden;
    max-height: 255px;
    padding: 5px;
    margin-top: 20px
}

.boxes_rp_design {
    position: relative;
    transition: all .3s ease 0s;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer
}

.btn_close_resume {
    position: absolute;
    right: -40px;
    top: -10px;
    z-index: 9;
    font-size: 20px !important;
    color: #fff !important
}

.btn_close_resume:focus {
    box-shadow: none
}

.resume_writing_03 .modal-dialog {
    margin: 0
}

.resume_writing_03 #myModal {
    background: #0000008f
}

.resume_pattern_rightside_cont {
    margin-top: 15px
}

.resume_pattern_rightside_cont h3 {
    margin-bottom: 5px
}

.btn_resume_contact a {
    background: #ff9800;
    padding: 15px 30px;
    color: #fff;
    border-radius: 50px;
    
    font-style: italic;
    font-size: 18px
}

.btn_resume_contact {
    text-align: center;
    margin: 40px 0 10px 0
}

.menu_desktop_left {
    float: left
}

.menu_desktop_right {
    float: right !important;
}

.main_menu_cat a:before {
    display: none
}

.main_menu_cat a i {
    float: right;
    padding: 5px 10px 5px 0
}

.main_menu_cat ul {
    display: none
}

.main_menu_cat:hover ul {
    display: block;
    position: absolute !important;
    left: 100% !important;
    top: 0 !important
}

.main_menu_cat ul li ul {
    display: none
}

.main_menu_cat:hover ul li ul {
    display: none
}

.main_menu_cat ul li:hover ul {
    display: block;
    min-width: 660px !important
}

.main_menu_cat ul li {
    position: initial !important
}

.mega-menu-area {
    background: #ececec !important
}

.main_menu_cat ul {
    background: #f1f1f1 !important
}

.main_menu_cat>ul>li ul {
    background: #fff !important
}

.mega-menu-area,
.mega-menu-area ul {
    min-height: 500px
}

.menu_desktop_left ul li {
    position: initial !important
}

nav#desktop-nav ul li:hover>a {
    color: #fff !important
}

nav#desktop-nav ul li>ul>li:hover>a {
    color: #fff;
    background: #002147
}

.section_dash_profile {
    padding-top: 90px;
    background: #ececec;
    padding-bottom: 50px;
}

.form_update_profile {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    margin-top: 30px;
    background: #fff
}

.form_up_details {
    padding: 30px 20px
}

.form_update_profile input {
    padding: 6px 0;
    
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    margin-bottom: 10px !important
}

.form_update_profile input:focus {
    box-shadow: none;
    border-bottom: 2px solid #ff9800 !important
}

.form_update_profile textarea:focus {
    box-shadow: none;
    border-bottom: 2px solid #ff9800 !important
}

.user_profile_upload input {
    padding: 10px;
    height: 50px;
    border-color: #fff
}

.form_update_profile .form-group {
    margin-bottom: 10px
}

.submit_form_update {
    background: #193759 !important;
    border-radius: 40px;
    border: 0;
    box-shadow: -1px 4px 6px #bfbfbf;
     
    margin-top: 8px !important
}

.submit_form_update:hover {
    background: #fdc800 !important;
    color: #000 !important;
    border: 0 !important
}

.form_update_profile select {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    color: #000;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    padding-left: 0
}

.user_profile_pic {
    text-align: center
}

.user_profile_pic img {
    margin-bottom: 15px;
    width: 160px;
    border: 1px dashed #c3c3c3;
    border-radius: 110px;
    padding: 5px;
    border-width: 2px
}

.form_update_profile h2 {
    background: #ff9800;
    padding: 10px;
    color: #fff;
    text-align: center;
    
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}

.profile_update_cp {
    padding: 20px 20px;
    border: 1px solid #e2e2e2;
    margin-bottom: 60px;
    background: #fff
}

.profile_update_cp h2 {
    padding: 10px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
    
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase
}

.profile_update_cp input:focus {
    box-shadow: none;
    border-bottom: 2px solid #ff9800 !important
}

.profile_update_cp label {
    color: #0d1f42;
    
    color: #9a9a9a;
    font-size: 14px
}

.form_update_pp {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px 20px;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    margin-top: 30px
}

.form_update_pp h2 {
    background: #0d1f42;
    padding: 10px;
    margin-bottom: 15px;
    color: #0d1f42;
    text-align: center;
    
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}

.profile_update_cp .submit_form_cp {
    background: #ff9800 !important;
    padding: 6px;
    
    border: none !important;
    border-radius: 50px;
    margin-top: 5px;
    letter-spacing: 1px
}

.profile_update_cp .submit_form_cp:hover {
    border: 0;
    background: #fdc800 !important
}

.form_update_pp h2 {
    background: 0 0;
    margin-bottom: 15px;
    padding: 0
}

.profile_update_cp input {
    padding: 6px;
    background: 0 0;
    border: none !important;
    border-bottom: 1px solid #0d1f42 !important;
    
}

.profile_update_cp label {
    margin-bottom: 0
}

.form_update_profile label {
    
    margin-bottom: 5px;
    color: #9a9a9a;
    font-size: 14px
}

.form_update_profile textarea {
    overflow-x: hidden;
    color: #000;
    
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #000
}

.boxes_pd_cont img {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px
}

.boxes_pd_cont a {
    display: grid;
    text-align: center;
    background: #fff;
    padding: 20px 0;
    color: #000;
    font-weight: 600;
    
    border-top: 5px solid #ff9800
}

.boxes_pd_cont a:hover {
    background: #ff9800;
    box-shadow: 1px 6px 14px 0 #b9b9b9
}

.boxes_pd_cont a:hover span {
    color: #fff
}

.order-dashboard-wrapper {
    padding-top: 130px;
    padding-bottom: 60px;
    background: #ececec
}

.order_page_dashboard-sidebar {
    border: 0 solid #e2e2e2;
    padding: 10px 20px 45px;
    background: #02a06d;
    border-radius: 5px 0 0 5px;
    min-height: 635px;
}

.order-dashboard-wrapper .card-header {
    padding: 10px 20px;
    position: relative;
    background: #fdc800;
    border-radius: 0 !important
}

.order-dashboard-wrapper .card-header:after {
    content: '';
    border-left: 20px solid #e8000000;
    border-right: 20px solid #ffbaba00;
    border-top: 20px solid #403e3e00;
    border-bottom: 20px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 10%
}

.order-dashboard-wrapper .card-header h3 {
    color: #2d2d2d;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    
}

.order-dashboard-wrapper .card-header p {
    color: #3e3e3e;
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
}

.order-dashboard-wrapper .form-group .order-label {
    color: #a29e97
}

.order-dashboard-wrapper .form-group select {
    /* float: none; */
}

.order-dashboard-wrapper .new-card.card-design {
    box-shadow: none;
    border-radius: 0 !important;
    min-height: 635px;
}

.order_page_dashboard-sidebar h3 {
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
    font-size: 28px;
    margin-top: 35px;
}

.order-dashboard-wrapper .order_icon_contpage {
    color: #fff
}

.order-dashboard-wrapper .card-body input {
    border-radius: 0 !important;
    border-bottom: 1px solid #000 !important
}

.order-dashboard-wrapper .card-body select {
    border-radius: 0 !important;
    border-bottom: 1px solid #000 !important;
    text-transform: capitalize;
}

.order-dashboard-wrapper .card-body textarea {
    border-radius: 0 !important;
    border-bottom: 1px solid #000 !important
}

.order-dashboard-wrapper .row.no-gutters {
    display: flex;
    flex-direction: row-reverse
}

.order_dashboard-1 {
    background: url(../images/bg-new-order.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.order-dashboard-wrapper .order_student_prefer h4 {
    color: #fff
}

#msform {
    width: 100%;
    margin: 50px auto;
    position: relative;
    
}

#msform fieldset .resume_boxes_1 {
    background: #193759;
    border: 1px solid #e2e2e2;
    border-radius: 13px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    min-height: 360px;
    margin-top: 60px;
    margin-bottom: 15px;
    color: #fff
}

.resume_title_box {
    padding: 30px 30px 20px 30px;
    background: #fdc800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.resume_boxes_radiobtn {
    padding: 30px 30px 20px 30px
}

.resume_img_box {
    position: absolute;
    bottom: 90%;
    left: 50%;
    transform: translate(-50%);
    background: #eaeaea;
    padding: 15px;
    border-radius: 100px;
    height: 75px;
    width: 75px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px #fff
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 15px;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px
}

#msform .action-button {
    width: 100px;
    background: #27ae60;
    font-weight: 700;
    color: #fff;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float: right;
    background: #fdc800 !important;
    color: #000 !important;
    
}

#msform .action-button:focus,
#msform .action-button:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #27ae60
}

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px
}

.fs-subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step
}

#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    color: #949494;
    font-size: 14px;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    
}

#progressbar li.active {
    color: #ff9800
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 16px;
    color: #949494;
    background: #fff;
    border: 1px solid #949494;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 9
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    left: -50%;
    top: 20px
}

#progressbar li:first-child:after {
    content: none
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: #ff9800;
    color: #fff;
    border-color: #ff9800
}

.resume_input_box span:last-child {
    margin-left: 30px;
    font-size: 13px;
    display: block
}

.resume_input_box {
    margin-bottom: 10px;
    text-align: left
}

#msform .resume_boxes_1 h2 {
    font-size: 20px;
    
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 30px;
    text-align: left
}

#msform .resume_boxes_1 p {
    text-align: left;
    color: #193759
}

.resume_second_box h2 {
    margin-bottom: 10px;
    
}

.resume_second_box {
    margin: 15px 0
}

.resume_upload_btn_file h2 {
    
}

.resume_upload_btn_file input {
    padding: 5px !important;
    
    margin-top: 10px
}

#msg_expert_talk {
    padding-top: 20px;
}

.know_more_btn i {
    background: #193759;
    border-radius: 30px;
    padding: 2px 5px;
    position: relative;
    left: 10px
}

.know_more_btn {
    color: #fff;
    background: #ff9800;
    padding: 10px 20px;
    border-radius: 50px
}

.know_more_togglecont {
    display: none
}

.know_more_btn:hover {
    color: #3c3c3c;
    background: #fdc800
}

.know_more_btn:hover i {
    color: #fff;
    background: #193759
}

#fileUpload3 .file-left .progressBar {
    width: 100px;
    height: 15px;
    border-radius: 0;
    position: relative;
    top: 5px
}

#fileUpload3 .file-left .progressBar div {
    background: #ff9800
}

#fileUpload3 .file-left {
    background: #e0e0e0;
    padding: 8px 10px;
    margin: 5px 0
}

#fileUpload3 a {
    color: #0d1f42
}

#fileUpload3 {
    padding: 0
}

#fileUpload3 p.file-success-name {
    color: #0d1f42;
    margin: 0
}

#fileUpload3 .file-left p {
    margin: 0
}

.invoice-footer {
    padding: 15px 30px;
    border-top: 1px solid #ccc;
    text-align: center
}

#invoiceModal .modal-dialog {
    max-width: 700px;
   
}

.invoice-footer h2 {
    font-weight: 600;
    
    text-transform: uppercase;
    font-size: 20px
}

.invoice-footer p {
    text-align: center;
    margin-top: 5px
}

.invoice-body {
    text-align: center;
    background: #f7f7f7
}

.invoice-body img {
    width: 40%
}

#invoiceModal .modal-header .modal-title {
    font-weight: 600;
    
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff
}

#invoiceModal .modal-content {
    border: 0
}

.invoice_table_summary {
    margin: 10px 0;
    width: 100%
}

.invoice_table_summary tr td {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    text-align: left
}

.invoice_table_summary tr th {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0;
    min-width: 112px;
    color: #383838;
    font-weight: 600;
    text-align: left
}

.invoice_total_amount {
    color: #ff9800;
    font-weight: 500
}

.invoice_pay_now {
    margin: 15px 0
}

.invoice_pay_now input[type=submit] {
    background: #f8981d;
    padding: 5px 20px;
    color: #fff;
    font-size: 18px;
    margin: 0;
    box-shadow: none;
    border: none;
    
    font-weight: 500;
    border-radius: 40px
}

.invoice_pay_now input[type=submit]:hover {
    border: 0;
    background: #454748;
    border-radius: 40px
}

#invoiceModal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    top: 45px;
}
#invoiceModal .close:focus {
    outline: 0;
}
#invoiceModal .modal-header {
    position: absolute;
    right: -30px;
    top: -40px
}

.invoice_left_details {
    background: #3295ff;
    padding: 15px;
    height: 100%;
}

.invoice_right_details {
    background: #fff;
    padding: 15px
}

#invoiceModal .col-sm-8 {
    min-width: 345px
}

.invoice_left_details .oAmount {
    font-size: 24px;
    color: #fff;
    padding: 20px 0
}

.invoice_gah {
    color: #fff;
    padding: 0px 0 20px 0;
    margin-bottom: 0;
}

.invoice_gah p {
    text-align: left
}
.invoice_gah p span {
    text-transform: uppercase;
    font-weight: 600;
}

.invoice_order_id .oOrderId {
    color: #fff;
    font-size: 15px
}

.invoice_order_id p {
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.invoice_order_id {
    position: relative;
    bottom: 10px;
}

.payment-note-invoice {
    font-size: 13px;
    text-align: left;
    margin-bottom: 15px;
    position: relative;
    bottom: 0;
    padding: 0 15px 0 0
}

.oSubject {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
.invoice_left_details .invoice_order_icon img {
    width: 100px;
    margin-top: 30px;
        display: block;
}
.invoice_left_details img {
    width: 150px
}

#file-result li {
    text-align: left
}

.text_stylish_home {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 15px
}

.home_about_img2 img {
    width: 75%
}

.home_about_img2 {
    text-align: center;
    margin-top: 10px
}

.form_order_design .form-group input.shake-error {
    border: none !important;
    border-bottom: 2px solid red !important
}

.msg_dropdown span.no-messages {
    line-height: 40px;
    padding: 15px;
    text-transform: capitalize;
    
}

.download_completed_data {
    display: flex;
    justify-content: center
}

.download_completed_data button {
    padding: 10px;
    margin-left: 10px
}

.download_completed_data form {
    float: right
}

span.download_icon_dash {
    position: relative;
    bottom: 10px;
    right: 10px
}

.download_icon_dash:before {
    content: '';
    background: url(../images/download-box.svg) no-repeat;
    position: absolute;
    background-size: contain;
    height: 20px;
    width: 20px
}

.download_icon_dash:after {
    content: '';
    position: absolute;
    background: url(../images/download-icon.svg) no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    -webkit-animation: scroll-mouse 1.5s;
    animation: scroll-mouse 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes scroll-inner {
    from {
        margin-top: 8%
    }
    to {
        margin-top: 50%
    }
}

@keyframes scroll-inner {
    from {
        margin-top: 8%
    }
    to {
        margin-top: 50%
    }
}

@-webkit-keyframes scroll-mouse {
    from {
        margin-top: 0
    }
    to {
        margin-top: 8px
    }
}

@keyframes scroll-mouse {
    from {
        margin-top: 0
    }
    to {
        margin-top: 8px
    }
}

button.btn.download_dashboard_btn {
    border-radius: 0;
    border: 0
}

.download_icon_dash_inner:before {
    background: url(../images/download-box-white.svg) no-repeat
}

.download_icon_dash_inner:after {
    background: url(../images/download-icon-white.svg) no-repeat
}

.download_icon_dash_inner {
    position: relative;
    top: 0;
    margin-right: 15px;
    padding: 5px 2px 5px 8px
}

.table_order_pay {
    margin-bottom: 60px;
    width: 100%
}

.table_order_pay tr td {
    padding: 15px;
    border: 1px solid #e2e2e2
}

.table_order_pay tr th {
    padding: 15px;
    border: 1px solid #e2e2e2;
    width: 150px
}

.title_pay_order {
    background: #193759;
    color: #fff;
    text-align: center;
    padding: 8px !important;
    font-size: 24px;
    
    font-weight: 500
}

.order_pay_now_page {
    padding: 60px 0;
    margin-top: 70px
}

.btn_price_orderpay {
    padding: 35px 0 5px 0;
    text-align: center;
    width: 100%
}

.form_pay_method {
    margin: 0 auto
}

.btn_price_orderpay {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: #f2c314;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    margin-top: 5px
}

.tooltip_space_bottom {
    margin-bottom: 25px
}

.order_pay_usd {
    font-size: 30px;
    margin-top: 5px;
    color: #ff9800;
    
    font-weight: 600
}

.boxes_order_pay {
    background: #f3f3f3;
    padding: 30px;
    color: #000;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #dedede
}

.boxes_order_pay_1 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    
}

.boxes_order_pay_1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #f3f3f3, #045b77, #075a78, #f3f3f3);
    background: -ms-linear-gradient(right, #f3f3f3, #045b77, #075a78, #f3f3f3);
    background: -o-linear-gradient(right, #f3f3f3, #045b77, #075a78, #f3f3f3);
    background: -webkit-linear-gradient(right, #f3f3f3, #045b77, #075a78, #f3f3f3);
    background: -moz-linear-gradient(right, #f3f3f3, #045b77, #075a78, #f3f3f3)
}

.boxes_order_pay_1 span {
    font-weight: 500
}

.table_order_pay tr:nth-child(odd) {
    background: #f9f9f9
}

.boxes_order_pay.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.tooltip {
    opacity: 1;
    width: 100%;
    text-align: center;
    left: 0
}

.boxes_order_pay .tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 20px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -110px;
    margin-left: -60px;
    transition: opacity .3s
}

.boxes_order_pay .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}

.boxes_order_pay .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.boxes_order_pay .tooltip .tooltiptext h3.popover-title strong {
    color: #f2c314 !important
}

.boxes_order_pay .tooltip .tooltiptext h3.popover-title {
    color: #fff;
    font-size: 16px
}

.image_payment_card_order {
    padding-top: 15px;
    text-align: center;
    width: 100%
}
form.form_pay_method .image_payment_card_order img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.expert_hire_great {
    border: 1px solid #afafaf;
    padding: 5px 15px 5px 6px;
    display: inline-flex;
    float: right
}

.expert_hire_great img {
    width: 50px;
    border-radius: 72px
}

.expert_hire_great .expert_hire_order_data {
    display: grid;
    font-size: 13px;
    padding: 0 12px;
    line-height: 13px
}

.expert_hire_great .expert_hire_order_data span i {
    font-size: 11px;
    color: #ff5722;
    padding: 0
}

.boxed_ans_section {
    border: 1px solid #d2d2d2;
    padding: 60px 20px 20px 20px;
    margin-top: 60px;
    
    border-radius: 10px;
    border-bottom-right-radius: 50px
}

.boxed_ans_section:hover {
    box-shadow: 1px 2px 20px 2px #e8e8e8
}

.ans_list_point span {
    float: right
}

.ans_list_point:last-child {
    border-bottom: none
}

.ans_list_point a {
    color: #8e8e8e
}

.ans_list_point {
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0
}

.answer_symbol {
    position: absolute;
    top: 10%;
    left: 50%;
    background: #fff;
    height: 80px;
    width: 80px;
    color: #424242;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: 700;
    
    border-radius: 50px;
    transform: translate(-50%, 0);
    border: 1px dotted #828282;
    box-shadow: 0 0 0 4px #fff, 0 0 0 4px #909090, 0 0 0 6px #6b6b6b
}

.ansers_tags ul li {
    display: inline-block;
    border: 1px solid #d2d2d2;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 13px
}

.ansers_tags {
    padding: 10px 0
}

.section_ansers_content {
    border: 1px solid #cacaca;
    margin-bottom: 30px
}

.section_ans_title p {
    margin-bottom: 0
}

.section_ans_title {
    border-bottom: 1px solid #c5c5c5;
    padding: 15px;
    background: #193759;
    color: #fff
}

.section_ans_title h3 {
    color: #fff;
    
}

.ans_course_details {
    font-size: 13px;
    padding: 10px 15px
}

.section_ans_title p {
    
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
    padding-top: 3px;
    color: #fdc800
}

.ans_course_study p {
    padding: 10px 15px;
    line-height: 30px;
    
    border-top: 1px solid #bfbfbf
}

.ans_read_more {
    background: #193759;
    padding: 8px 15px;
    display: inline-block;
    color: #fff;
    margin: 0 15px 10px 15px;
    border-radius: 40px;
    font-size: 13px
}

.ans_read_more+.ansers_tags ul li {
    background: #ff9800;
    color: #fff;
    padding: 3px 15px;
    border: none
}

.ans_read_more+.ansers_tags {
    padding: 0 15px
}

.answers_page_design {
    margin-top: 60px;
    background: #fff !important
}

.answers_orderform_sidebar h2 {
    color: #fff;
    font-weight: 200
}

.answers_orderform_sidebar {
    padding: 35px 20px;
    background: #0d1f42
}

.answers_orderform_sidebar .my_title_bar_center:after {
    content: '';
    border: .5px solid #fff
}

.answers_orderform_sidebar h2 {
    padding-bottom: 10px;
    margin-bottom: 20px !important
}

.sidebar_features_sec {
    border: 1px solid #cacaca;
    padding: 15px;
    margin: 30px 0
}

.anssidebar_feature {
    display: flex;
    margin: 15px 0;
    border-bottom: 1px solid #cacaca;
    
}

.ansside_feature_img img {
    width: 100px;
    padding-right: 15px
}

.ansside_feature_cont p {
    text-align: left;
    font-size: 14px
}

.ansside_feature_cont h3 {
    
    font-size: 20px;
    padding-bottom: 7px
}

.anssidebar_feature:last-child {
    border-bottom: none
}

.ansside_feature_cont {
    width: 100%
}

.ans_sidebar_testimonials {
    border: 1px solid #cacaca;
    padding: 15px 0 !important
}

.ans_sidebar_testimonials .owl-controls .owl-dots {
    margin-top: 15px !important
}

.section_ans_title h3 a {
    color: #fff
}

.ans_read_more a {
    color: #fff
}

.ans_course_study_details ul li {
    padding: 0 15px
}

.ans_course_study_details p {
    padding: 0 15px
}

.boxed_icon_homer .col-md-3 .rotate_boxes_icon:after {
    content: '';
    position: absolute;
    transform: rotate(-45deg);
    transition: 2s ease-in-out;
    width: 136px;
    height: 90px;
    background: url(https://www.assignmenthelppro.com/static/images/split-icons.png) no-repeat
}

.boxed_icon_homer .col-md-3 .rotate_boxes_icon:after:hover img {
    transform: rotate(400deg);
    transition: 2s
}

.boxed_icon_homer .col-md-3:nth-child(1) .rotate_boxes_icon:after {
    top: -10px;
    left: -7px;
    background-repeat: no-repeat;
    background-position: 9px 17px;
    background-size: 255px 200px;
    width: 70px;
    height: 70px
}

.boxed_icon_homer .col-md-3:nth-child(2) .rotate_boxes_icon:after {
    top: -10px;
    left: -7px;
    background-position: -40px 17px;
    background-size: 230px 186px;
    width: 70px;
    height: 70px
}

.boxed_icon_homer .col-md-3:nth-child(3) .rotate_boxes_icon:after {
    top: -6px;
    left: -6px;
    width: 70px;
    height: 70px;
    background-position: -113px 14px;
    background-size: 265px 205px
}

.boxed_icon_homer .col-md-3:nth-child(4) .rotate_boxes_icon:after {
    top: -7px;
    left: -7px;
    background-position: -168px 15px;
    background-size: 255px 200px;
    transform: rotate(-45deg);
    transition: 2s ease-in-out;
    width: 70px;
    height: 70px
}

.boxed_icon_homer .col-md-3 .rotate_boxes_icon:after:hover img {
    transform: rotate(400deg);
    transition: 2s
}

.counter_section_boxes .counter1-box .inner_counter_img:after {
    content: '';
    position: absolute;
    transition: 2s ease-in-out;
    background: url(https://www.assignmenthelppro.com/static/images/split-icons.png) no-repeat;
    width: 120px;
    height: 120px
}

.counter_section_boxes .counter1-box:nth-child(1) .inner_counter_img:after {
    top: 0;
    left: inherit;
    background-position: 20px -108px;
    background-size: 630px 490px
}

.counter_section_boxes .counter1-box:nth-child(2) .inner_counter_img:after {
    top: 0;
    left: inherit;
    background-position: -63px -125px;
    background-size: 685px 530px
}

.counter_section_boxes .counter1-box:nth-child(3) .inner_counter_img:after {
    top: 0;
    left: inherit;
    background-position: -150px -125px;
    background-size: 685px 530px
}

.counter_section_boxes .counter1-box:nth-child(4) .inner_counter_img:after {
    top: 0;
    left: inherit;
    background-position: -238px -125px;
    background-size: 685px 530px
}

.students-say-area .owl-stage-outer .owl-stage .owl-item .profile-img-wrapper .profile-img {
    overflow: hidden;
    height: 100px
}

.students-say-area .owl-stage-outer .owl-stage .owl-item .profile-img-wrapper .profile-img:after {
    content: '';
    position: absolute;
    transition: 2s ease-in-out;
    width: 115px;
    height: 110px
}

.testimonial_profile_1:after {
    top: 80px;
    left: 0;
    background: url(https://www.assignmenthelppro.com/static/images/split-icons.png) no-repeat;
    background-position: -245px -270px;
    background-size: 710px 560px
}

.testimonial_profile_2:after {
    top: 80px;
    left: 0;
    background: url(https://www.assignmenthelppro.com/static/images/split-icons.png) no-repeat;
    background-position: -130px -270px;
    background-size: 710px 560px
}

.testimonial_profile_3:after {
    top: 80px;
    left: 0;
    background: url(https://www.assignmenthelppro.com/static/images/split-icons.png) no-repeat;
    background-position: -16px -270px;
    background-size: 710px 560px
}

.testimonial_profile_4:after {
    top: 80px;
    left: 0;
    background: url(https://www.assignmenthelppro.com/static/images/split-icons.png) no-repeat;
    background-position: -370px -270px;
    background-size: 710px 560px
}

.testimonial_profile_5:after {
    top: 80px;
    left: 0;
    background: url(https://www.assignmenthelppro.com/static/images/split-icons.png) no-repeat;
    background-position: -485px -270px;
    background-size: 710px 560px
}

.testimonial_profile_6:after {
    top: 80px;
    left: 0;
    background: url(https://www.assignmenthelppro.com/static/images/split-icons.png) no-repeat;
    background-position: -592px -270px;
    background-size: 710px 560px
}

.boxed_order_paynow {
    text-align: center;
    box-shadow: 0 0 10px #d8d8d8;
    padding: 20px 15px;
    border-radius: 10px;
    min-height: 274px;
    margin-bottom: 20px
}

.boxed_order_paynow img {
    width: 60px;
    margin-bottom: 15px;
    padding: 5px;
}
.boxed_order_paynow:hover img {
    background: #fff;
    border-radius: 10%;
    padding: 5px;
}
.boxed_order_paynow:hover {
    background: #193759;
    color: #fff
}

.boxed_order_paynow:hover .order_pay_features_cont h3 {
    color: #fff
}

.boxed_order_paysidebar {
    position: sticky;
    top: 70px
}

.order_pay_features_cont h3 {
    font-size: 18px;
    margin-bottom: 15px;
    
    font-weight: 500
}

.order_pay_features_cont p {
    font-size: 14px;
    line-height: 28px
}

.country_assignment_services li i {
    padding: 10px 12px;
    font-size: 22px;
    border-right: 1px solid #d8d8d8
}

.country_assignment_services li span {
    padding: 15px
}

.feature_au h3 {
    
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #193659;
    position: relative;
    padding-bottom: 15px
}

.feature_au h3:after {
    content: '';
    border: 1px dashed #193659;
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    transform: translate(-50%)
}

.feature_au p {
    
    text-align: center
}

.feature_au {
    margin-bottom: 30px
}

.features-au-img {
    text-align: center;
    padding-top: 40px
}

.section_uk_1 h2 {
    margin-top: 0
}

.section_uk_2 {
    padding: 60px 0;
    background: #f3f3f3
}

.active-process path:nth-child(1) {
    fill: #fdc800
}

.active-process path:nth-child(2) {
    fill: #fdc800
}

.active-process text {
    fill: #000;
    stroke: #000
}

.active-process .svg_steps_number {
    fill: #fff
}

.section_steps_works {
    display: none
}

.section_steps_works:nth-child(1) {
    display: block
}

.content-process {
    background: #fff;
    padding: 60px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid #dedede;
    margin: 60px 0;
    border-left: 5px solid #193659
}

.svg_steps_title:after {
    content: '';
    border: 1.5px solid #193659;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0
}

.svg_steps_title {
    font-size: 28px;
    color: #193659;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.section_uk_3 {
    padding: 60px 0
}

section.section_uk_4 {
    background: #193759;
    color: #fff;
    padding: 60px 0
}

section.section_uk_4 p {
    text-align: center
}

.section_uk_5 {
    padding: 60px
}

.boxes_section_uk {
    margin-bottom: 15px;
    padding: 10px
}

.boxes_col_section_uk {
    border: 1px dashed #c7c7c7
}

.section_uk_6 {
    background: #193759;
    color: #fff;
    padding: 60px 0
}

.assignment_malaysia_img {
    position: relative
}

.assignment_malaysia_img:after {
    content: '';
    background: url(../images/assignment-hand.png) no-repeat;
    position: absolute;
    bottom: -5px;
    left: 34%;
    z-index: 999;
    width: 100px;
    height: 100px;
    animation: write 3s infinite
}

@keyframes write {
    from {
        left: 34%
    }
    to {
        left: 30%
    }
}

.section_my_1 {
    padding: 60px 0
}

.section_my_3 {
    margin: 60px 0;
    padding: 60px 0
}

.subject_assignment li {
    background: #efefef;
    padding: 6px 10px;
    color: #173557;
    margin-bottom: 15px;
    border-radius: 5px
}

.subject_assignment li img {
    width: 50px;
    padding-right: 10px
}

.boxes_malaysia {
    border: 1px dashed #ccc;
    padding: 25px 15px;
    margin-bottom: 15px;
    min-height: 220px;
    text-align: center;
    background: #fff
}

.boxes_malaysia:hover {
    box-shadow: 0 0 13px 5px #e4e4e4
}

.section_my_4 {
    padding: 60px 0;
    background: #f5f5f5;
    margin-top: 60px
}

.section_my_5 {
    padding: 60px 0;
    background: #193759;
    color: #fff
}

.section_my_5 h2 {
    color: #fff
}

.section_sg_1 {
    padding: 60px 0
}

.section_sg_2 {
    padding: 0 0 60px 0
}

.section_sg_3 {
    padding: 60px 0
}

.section_ca_1 {
    padding: 60px 0
}

.bg_grey {
    background: #f5f5f5
}

.section_kw_1 {
    padding: 60px 0
}

.section_nz_1 {
    padding: 60px 0
}

.assignment_work_steps {
    background: #183658;
    padding: 20px 15px;
    color: #fff;
    text-align: center;
    min-height: 312px
}

.assignment_work_steps h3 {
    color: #fff;
    text-align: center
}

.assignment_work_steps p {
    color: #fff;
    text-align: center
}

.section_nz_2 {
    padding: 0 0 60px 0
}

.section_ie_1 {
    padding: 60px 0
}

.section_om_1 {
    padding: 60px 0
}

.section_hk_1 {
    padding: 60px 0
}

.section_sa_1 {
    padding: 60px 0
}

.section_ae_1 {
    padding: 60px 0
}

.assignment_work_steps_ie {
    background: #183658;
    padding: 20px 15px;
    color: #fff;
    text-align: center;
    min-height: 400px
}

.assignment_work_steps_ie h3 {
    color: #fff;
    text-align: center;
    font-size: 20px
}

.assignment_work_steps_ie p {
    color: #fff;
    text-align: center
}

.checksign-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.halfamountpay {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark-sign-box {
    position: absolute;
    top: 1px;
    left: 28px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #c7c7c7
}

.checksign-box:hover input~.checkmark-sign-box {
    background-color: #ccc
}

.checksign-box input:checked~.checkmark-sign-box {
    background-color: #2196f3
}

.checkmark-sign-box:after {
    content: "";
    position: absolute;
    display: none
}

.checksign-box input:checked~.checkmark-sign-box:after {
    display: block
}

.checksign-box .checkmark-sign-box:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

span.order-line-through {
    color: #ff5722;
    text-decoration: line-through;
    font-size: 14px;
    padding: 0 2px
}

.order-academic-level {
    display: flex
}

.order-academic-level li input[type=radio] {
    position: absolute;
    visibility: hidden
}

.order-academic-level li {
    margin-bottom: 0
}

.order-academic-level li label {
    display: block;
    position: relative;
    margin-bottom: 0;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    background: #fff;
    margin-right: 5px;
    padding: 5px 15px;
    color: #313131;
    border: 1px solid #4a4a4a;
    border-radius: 60px;
    font-size: 14px
}

.order-academic-level li:hover label {
    color: #fff;
    background: #ff9800;
    border-color: #ff9800
}

.order-academic-level li .check {
    display: block;
    position: absolute;
    border: 5px solid #aaa;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.order-academic-level li:hover .check {
    border: 5px solid #fff
}

.order-academic-level li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear
}

.order-academic-level input[type=radio]:checked~.check {
    border: 5px solid #0dff92
}

.order-academic-level input[type=radio]:checked~.check::before {
    background: #0dff92
}

.order-academic-level input[type=radio]:checked~label {
    color: #fff;
    background: #ff9800;
    border-color: #ff9800
}

.jobs_thankyou {
    padding: 190px 0 80px 0
}

.rotate_order_icon {
    height: 60px;
    width: 60px;
    background: #fff;
    transform: rotate(45deg);
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 18px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 2s ease-in-out;
    box-shadow: 0 0 1px 2px #0d1f43, 0 0 0 5px #0d1f42, 0 0 0 8px #fff;
    overflow: hidden
}

.rotate_order_icon:hover {
    transform: rotate(405deg);
    transition: 2s;
    background: #fdc800
}

.rotate_order_icon+p {
    color: #6b6b6b
}

.rotate_order_icon+p+p {
    color: #6b6b6b
}

.rotate_order_icon img {
    transform: rotate(-45deg);
    width: 50px;
    transition: 2s ease-in-out;
    margin-bottom: 0;
}

.rotate_order_icon+h4 {
    color: #505050
}

.bg_blue_sidebar {
    background: #fff;
    border: 1px solid #d2d2d2
}

.bg_blue_sidebar h3 {
    color: #505050
}

.st0 {
    fill: #fff;
    stroke: #000;
    stroke-width: 2;
    stroke-miterlimit: 10
}

.st1 {
     
}

.st2 {
    font-size: 19.5034px
}

.st3 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}

.st4 {
    font-size: 20.1586px
}

.st5 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #707070
}

.st6 {
    fill: #262525
}

.st7 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #262525
}

.mega-menu-area>.angle_right_menu>a:after {
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    position: absolute;
    right: 10px;
    padding-top: 7px;
    font-weight: 600
}

.sub-angle_right_menu>li>a:after {
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    position: absolute;
    right: 10px;
    padding-top: 7px;
    font-weight: 600
}

.btn_claim_close {
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #fff;
    opacity: 1
}

.claim_popup h2 {
    font-size: 30px;
    
    font-weight: 600;
    color: #525252;
    text-align: center
}

.claim_popup_img {
    text-align: center
}

.claim_offer {
    background: #fff;
    padding: 20px;
    border-radius: 30px
}

#ModalClaim .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s ease
}

#ModalClaim .modal-content {
    background: 0 0;
    border: none
}

.claim_popup_box button {
    background: #ff9800;
    border: none;
    padding: 10px;
    width: 35%;
    font-size: 16px;
    
    border-radius: 50px
}

.claim_popup_box input {
    width: 65% !important;
    padding: 11px;
    border: none !important;
    background: #f1f1f1;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.claim_popup_tagline {
    color: #616161;
    margin-top: 15px;
    text-align: center;
    
    font-size: 13px
}

.claim_popup_box {
    margin: 10px 0;
    background: #f1f1f1;
    border-radius: 50px
}

#ModalClaim {
    background: #1717179e;
    display: none
}

.text_stylish_home {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 15px
}

.modalclaimhide {
    display: none !important
}

.footer_flags_country {
    position: relative
}

.footer_flags_country li {
    display: flex
}

.country-submenu {
    position: relative;
    right: 30px;
    bottom: 2px
}

.dropdown-menu-city {
    position: absolute;
    top: 25px;
    left: 0;
    background: #00336d;
    width: 135px;
    transform: translate3d(-30px, 0, 0);
    padding: 5px 10px;
    z-index: 99;
    color: #fff;
    display: none
}

.dropdown-menu-city ul li {
    background: 0 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0
}

.country-close {
    float: right;
    margin-right: 10px;
    font-weight: 600;
    cursor: pointer
}

.dropdown-menu-city ul li a {
    color: #fff;
    margin-left: 0;
    padding-left: 10px;
    margin-top: 5px
}

@media only screen and (max-width:760px),
(min-device-width:768px) and (max-device-width:1024px) {
    .my_table_responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        display: block
    }
    .my_table_responsive tr {
        margin: 0 0 1rem 0;
        display: block
    }
    .my_table_responsive tr:nth-child(odd) {
        background: #ccc
    }
    .my_table_responsive td {
        border: none;
        border-bottom: 1px solid #655a5a !important;
        position: relative;
        padding-left: 50% !important;
        word-break: break-all;
        display: block
    }
    .my_table_responsive td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        padding: 12px 0;
        font-weight: 600;
        word-break: break-word
    }
    .my_table_responsive td:nth-of-type(1):before {
        content: "Order ID"
    }
    .my_table_responsive td:nth-of-type(2):before {
        content: "Subject"
    }
    .my_table_responsive td:nth-of-type(3):before {
        content: "Deadline"
    }
    .my_table_responsive td:nth-of-type(4):before {
        content: "Payment"
    }
    .my_table_responsive td:nth-of-type(5):before {
        content: "Order Quote"
    }
    .my_table_responsive td:nth-of-type(6):before {
        content: "Offer"
    }
    .my_table_responsive td:nth-of-type(7):before {
        content: "Assignment Status"
    }
    .my_table_responsive td:nth-of-type(8):before {
        content: "Action"
    }
    .my_table_responsive.table-striped tbody tr:nth-of-type(odd) {
        background-color: #eaeaea;
        padding: 0 5px;
        text-align: left
    }
    .my_table_responsive {
        text-align: left
    }
    /* Order  */
    .order_icon_contpage {
    margin-bottom: 20px;
}

}

form.form_pay_method {
    margin: 0 auto
}

.section_au_2 {
    background: #193759;
    padding: 60px 0;
    color: #fff
}

.country_assignment_services li {
    margin-bottom: 10px;
    border: 1px solid #d8d8d8
}

.section_au_6 {
    padding: 60px 0;
    background: #f9f9f9
}

.au_accordion .btn i {
    float: right
}

.au_accordion .btn {
    width: 100%;
    text-align: left;
    color: #000;
    
    font-size: 15px;
    text-decoration: none
}

.section_au_4 {
    padding: 60px 0;
    background: #f9f9f9
}

.section_au_5 {
    padding: 60px 0
}

.section_au_6 {
    padding: 60px 0
}

.section_au_7 {
    padding: 60px 0
}

@media (min-width:1200px) {
    .bg-home {
        background: url(../images/bg-login.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh
    }
}

@media only screen and (max-width:1400px) {
    .login-block {
        padding: 20px 0 !important
    }
    .header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
        left: -2%
    }
    .header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
        min-width: 230px
    }
}

@media only screen and (min-width:1025px) and (max-width:1199px) {
    .my_table_responsive tbody tr td:last-child {
        width: 155px
    }
    .my_table_responsive tbody tr td:nth-child(3) {
        width: 110px
    }
}

@media only screen and (max-width:1199px) {
    .register-full-page {
        width: 95%;
        margin: auto 0;
        padding: 160px 25px 60px !important
    }
    .secure_pay p {
        font-size: 28px;
        text-transform: uppercase;
        text-align: center;
        padding: 30px 0;
        word-break: break-word
    }
    .form_pay_method {
        padding: 0
    }
    .login-sec form {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        align-self: center
    }
    .bg-home {
        background: url(../images/bg-login.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: inherit
    }
    .login-block {
        padding: 20px 0 !important
    }
    .logo-login a img {
        width: 200px
    }
    .boxed-login-img {
        height: 55px;
        width: 75px
    }
    .total_words_count {
        min-width: 142px;
        display: table-caption
    }
    .total_words_chars {
        min-width: 142px;
        display: table-caption
    }
    .table_order_page {
        text-align: left
    }
    .cont_show_assignment form.form-horizontal {
        padding-left: 0;
        padding-right: 0
    }
    .cont_show_assignment .btn-pay-to {
        float: left
    }
    .order_img_design {
        position: absolute;
        z-index: 9;
        top: 43px;
        width: 70%;
        text-align: right;
        right: 20px
    }
    .boxed_af_1:after {
        content: '';
        border: 1px dashed #000;
        position: absolute;
        width: 125px;
        bottom: -60px;
        transform: rotate(90deg);
        left: 32%
    }
    .boxed_af_6:before {
        content: '';
        border: 1px dashed #000;
        position: absolute;
        width: 180px;
        bottom: 92%;
        transform: rotate(90deg) translate(-60%);
        right: 13%
    }
    .boxed_af_4:after {
        content: '';
        border: 1px dashed #000;
        position: absolute;
        width: 135px;
        top: 31%;
        transform: rotate(145deg);
        right: 97%
    }
    .footer_top_section:before {
        right: 11%;
        bottom: 64%
    }
    .reviews_rating_distribute {
        margin-top: 220px
    }
    .price-table1-area {
        padding: 160px 0 70px
    }
    .box2_table_pricing h3 {
        font-size: 22px
    }
    .box2_table_pricing>span {
        bottom: 94%;
        font-size: 16px
    }
    .services_form_breadcrumb {
        padding: 110px 0 0
    }
    .boxes_counter_stroke {
        border: 0 dashed #c3c3c3
    }
    .box2_table_pricing>span {
        padding: 5px 15px 28px 15px
    }
    .menu-star-rating {
        position: absolute;
        top: 10px;
        font-size: 12px;
        left: 3%
    }
    .header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
        left: -2%
    }
    nav#desktop-nav ul li .mega-menu-area>li a {
        font-size: 12px !important
    }
    nav#desktop-nav ul li .mega-menu-area>li a {
        padding: 8px 0 8px 10px !important
    }
    .form_update_profile {
        padding: 0
    }
    #invoiceModal .col-sm-8 {
        min-width: 320px
    }
    .expert-pagination {
        padding: 0 15px
    }
    .expert-pagination .pagination {
        display: unset
    }
    .expert-pagination .pagination li {
        display: inline-block
    }
    .expert-pagination .pagination li a {
        padding: 8px
    }
}

@media only screen and (max-width:1080px) {
    .reviews_rating_distribute {
        margin-top: 0
    }
    .price-table1-area {
        padding: 0 0 70px
    }
    .services_form_breadcrumb {
        padding: 0 0 0
    }
    .main_menu_cat ul li:hover ul {
        display: block;
        position: absolute !important;
        left: 100% !important;
        top: 0 !important;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        min-width: 500px !important;
        height: 100%;
        display: grid;
        overflow: scroll
    }
    .header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
        left: -2%
    }
}

@media only screen and (max-width:991px) {
    .login-sec {
        border-radius: 10px 10px 10px 10px;
        margin-bottom: 30px
    }
    .boxed-login-img {
        height: 75px;
        width: 75px
    }
    .login-block {
        background: url(../images/bg-login.jpg) fixed;
        background-size: cover
    }
    .banner-sec {
        border-radius: 10px
    }
    .total_words_count {
        min-width: 120px;
        display: table-caption;
        padding: 15px 10px 12px 10px;
        font-size: 20px;
        line-height: 25px
    }
    .total_words_chars {
        min-width: 120px;
        display: table-caption;
        padding: 15px 10px 12px 10px;
        font-size: 20px;
        line-height: 25px
    }
   .portlet.box.assignment-info-wrap .sub-detail {
    background: #ff9800;
    padding: 10px 15px;
    text-align: center !important;
}
    div#faq-accordian .featured-box2 {
        height: auto !important
    }
    .assignment_data_box_cont .assign_order_id {
        text-align: left
    }
    .assignment_data_box_cont .stu-btn {
        margin-right: 15px;
        text-align: left
    }
    .order_img_design {
        position: absolute;
        z-index: 9;
        top: 25px;
        width: 65%;
        text-align: right;
        right: 35px
    }
    .order_page_sidebar {
        border: 1px solid #d4d4d4;
        padding: 30px 20px;
        margin: 20px 0
    }
    .stickey_reviews_form {
        position: relative;
        top: 0
    }
    .boxed_af_1:after {
        display: none
    }
    .boxed_af_2:after {
        display: none
    }
    .boxed_af_3:after {
        display: none
    }
    .boxed_af_4:after {
        display: none
    }
    .boxed_af_5:after {
        display: none
    }
    .boxed_af_6:before {
        display: none
    }
    .books_feature_home_sec {
        display: none
    }
    .boxed_featured_home {
        margin: 30px 15px
    }
    .footer_top_section:before {
        bottom: 79%
    }
    .footer_top_left {
        text-align: center;
        padding: 40px 0 20px 0
    }
    .footer_top_right {
        text-align: center;
        padding: 16px 0;
        position: relative;
        top: 0
    }
    .accordion-container .article-title {
        font-size: 14px
    }
    .accordion-container .content-entry i {
        height: 43px
    }
    .reviews_section_col {
        float: left;
        width: 33%;
        padding: 0 15px;
        margin: 10px 0
    }
    .price-table-box2.price_scale2 {
        transform: scale(1)
    }
    .price-table-box2 {
        margin-bottom: 60px
    }
    .price-table4-area .no-gutters>.col,
    .price-table4-area .no-gutters>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }
    .price-table4-area {
        margin: 0 0 30px 0
    }
    .bg_svg_how_works {
        background: #f1f1f1;
        min-height: 340px
    }
    .grab_coupon_code {
        padding: 30px 10px
    }
    .delivery_sidebar_sec img {
        background: #fff;
        width: 100%
    }
    .plagiarism_img_sidebar img {
        width: 100%
    }
    .price-table4-area {
        padding: 0
    }
    .menu-star-rating {
        position: absolute;
        top: 20px;
        font-size: 10px;
        left: 1%
    }
    .experts_hiring_details .expert_auto_hire {
        margin: 0 auto
    }
    .experts_profile_sidebar {
        margin: 30px 0
    }
    .header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
        left: -35%
    }
   
    .form_update_pp {
        margin-top: 0
    }
    .form_update_profile {
        margin-top: 0
    }
    .profile_update_cp {
        margin-bottom: 30px
    }
    .profile_details_boxes .boxes_pd_cont {
        margin-bottom: 30px
    }
    .section_dash_profile {
        padding-top: 60px
    }
   /* .order-dashboard-wrapper {
        padding-top: 110px;
    }*/
    .order-dashboard-wrapper .form_order_design {
        margin-bottom: 60px
    }
    .mean-container .mean-nav ul li {
        margin-bottom: 0
    }
    #invoiceModal .col-sm-8 {
        min-width: inherit;
        flex: 0 0 100%;
        max-width: 100%
    }
    #invoiceModal .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%
    }
   /* .invoice_gah {
        display: none
    }*/
    .invoice_order_id {
        position: relative;
        bottom: 0
    }
    .invoice_left_details .oAmount {
        padding: 15px 0 5px
    }
    .payment-note-invoice {
        position: relative
    }
    .mean-container .mean-bar a {
        padding: 24px 16px
    }
    .mean-container .mean-bar a img {
        padding: 8px 0
    }
    .order-filter {
        margin-top: 0 !important
    }
    .modal.show .modal-dialog {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        transition: .2s ease;
        width: 50%;
        margin-top: 115px
    }
    .testimonial_profile_1:after {
        top: 5px;
        left: 0;
        background-position: -245px -270px
    }
    .testimonial_profile_2:after {
        top: 5px;
        left: 0;
        background-position: -135px -270px
    }
    .testimonial_profile_3:after {
        top: 5px;
        left: 0;
        background-position: -15px -270px
    }
    .testimonial_profile_4:after {
        top: 5px;
        left: 0;
        background-position: -370px -267px
    }
    .testimonial_profile_5:after {
        top: 5px;
        left: 0;
        background-position: -485px -270px
    }
    .testimonial_profile_6:after {
        top: 5px;
        left: 0;
        background-position: -590px -270px
    }
    .students-say-area .owl-stage-outer .owl-stage .owl-item .profile-img-wrapper .profile-img:after {
        content: '';
        position: absolute;
        transition: 2s ease-in-out;
        width: 115px;
        height: 116px
    }
    .jobs_thankyou {
        padding: 120px 0 80px 0
    }
}

@media only screen and (max-width:767px) {
    .header3-area {
        display: none
    }
    .title-default-center {
        font-size: 24px
    }
    .hidden_phone {
        display: none
    }
    .boxes_order_pay {
        margin-bottom: 30px
    }
    .order_details_reverse {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column-reverse
    }
    .order-filter {
        margin-top: 70px !important
    }
    .modal.show .modal-dialog {
        position: relative;
        top: 100px;
        left: 0;
        transform: none;
        transition: .2s ease;
        width: 88%;
        margin: 0 auto;
        margin-bottom: 30px
    }
    .mean-container .mean-bar a img {
        padding: 0
    }
    .partner-mobi {
        display: none
    }
    .login-sec {
        padding: 25px 30px 45px 30px !important
    }
    .pr-0 {
        padding-right: 15px !important
    }
    .payment-rightt div {
        padding-top: 30px
    }
    .secure_pay img {
        width: 200px
    }
    .payment-rightt {
        margin: 15px
    }
    .pl-0 {
        padding-left: 15px !important
    }
    .boxed-login-page {
        display: block;
        text-align: center;
        padding: 15px 10px
    }
    .boxed-login-img {
        height: 75px;
        width: 75px;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px
    }
    .boxed-login-cont h3 {
        color: #e9ecef;
        font-weight: 600;
        margin-bottom: 10px
    }
    .boxed-login-cont p {
        text-align: center
    }
    .counter_textarea {
        float: left;
        width: 100%
    }
    .output.row {
        width: 100% !important;
        border: none !important;
        margin: 0 !important;
        float: left;
        display: block;
        display: block;
        text-align: center
    }
    .output.row div {
        width: auto !important;
        padding: 0 15px !important;
        margin: 0 !important;
        text-align: center;
        font-size: 16px;
        padding-bottom: 15px !important;
        margin-top: 15px !important
    }
    .clear_cont {
        text-align: center;
        margin-top: 0
    }
    #userOrderList {
        padding: 0
    }
    .mean-container #wrapper {
        padding-top: 45px !important
    }
  .assignment_data_box_cont .stu-btn {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
    display: block !important;
    border-bottom: 1px solid #eeee;
    padding-bottom: 10px;
}
.dashboard_order_click_page {
    margin-top: 0;
}
    .assignment_data_box_cont .assign_order_id {
        margin-bottom: 10px;
        text-align: center
    }
    .price_awaiting_assignment {
        display: block;
        align-items: center;
        text-align: center
    }
    .price_awaiting_assignment .price_heading {
        margin: 0 auto;
        margin-bottom: 10px
    }
    .view_details_order {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
    a#uploadFiles3 {
        float: none;
        width: 100%;
        text-align: left
    }
    .message-row button#sendMessageButton {
        background: #002147 !important;
        margin-top: 15px;
        float: none !important;
        width: 100%
    }
    .faq-page-area {
        padding: 60px 0 60px !important
    }
    .order_img_design {
        position: absolute;
        z-index: 9;
        top: 55px;
        width: 65%;
        text-align: right;
        right: 25px
    }
    .order_student_prefer {
        text-align: center
    }
    .order_student_prefer img {
        width: 45px
    }
    .order_student_prefer .col-6 {
        margin-bottom: 15px
    }
    .order_page_sidebar .col-6 {
        margin-bottom: 15px
    }
    .form_order_design .card-header p {
        padding: 0 15px
    }
    .order_wrapper {
        height: auto;
        margin-top: 0 !important
    }
    .footer_top_section:before {
        right: 20%
    }
    .footer_top_section:before {
        bottom: 78.5%
    }
    .footer_top_section {
        padding: 30px 10px
    }
    .footer_top_left h2 {
        font-size: 20px;
        
        font-weight: 500;
        line-height: 32px
    }
    .footer_flags_country li a {
        margin-left: 32px
    }
    footer {
        font-size: 13px;
        text-align: left
    }
    .footer-area-top .featured-links>li ul li {
        text-align: left
    }
    .boxed_featured_home {
        margin: 15px 0
    }
    .boxed_featured_home h3 {
        margin-bottom: 10px
    }
    .counter1-box {
        border: 0 dashed #fff;
        padding: 5px 2px;
        border-right: 0 dashed #fff
    }
    .reviews_rating_distribute {
        padding: 30px 0
    }
    .rating_review_page .rating_star_all {
        font-size: 30px
    }
    .user_reviews_count {
        font-size: 30px
    }
    .rating_review_users {
        background: #828282ad;
        display: block
    }
    .rating_review_page:after {
        position: absolute;
        content: '';
        border: .5px solid #fdfdfd;
        height: 1px;
        width: 92%;
        left: 50%;
        bottom: 0;
        transform: translate(-50%)
    }
    .price_table_pages h2 {
        font-size: 22px
    }
    .price_report_writing {
        font-size: 20px;
        padding: 12.5px 0
    }
    .svg_code_graphics .carousel-indicators {
        display: block
    }
    .svg_code_graphics .carousel .carousel-indicators li {
        width: 33%;
        float: left;
        margin-bottom: 15px
    }
    .svg_code_graphics .how-it-works-page .carousel-indicators li {
        width: 33%;
        float: left;
        margin-bottom: 34px;
        padding: 5px 0;
        height: 4%;
        margin: 0 auto;
        text-align: center
    }
    .svg_code_graphics .how-it-works-page .carousel-indicators {
        display: block;
        padding: 0 20px
    }
    .home_banner_opacity {
        padding: 60px 0 60px 0
    }
    .inner_banner_opacity {
        background: #b5b5b557;
        padding: 80px 0 50px 0
    }
    .boxes_counter_stroke {
        padding: 6px 5px 22px 5px
    }
    .nav-tabs-service .nav-pills .nav-link {
        font-size: 13px
    }
    .person_details_experts {
        text-align: center
    }
    .select_experts_person .filter_experts .form-control {
        border-radius: 0;
        border-right: 1px solid #ced4da
    }
    .person_details_content p {
        text-align: center !important
    }
    .experts-info-userimg .expert-img {
        margin-bottom: 15px
    }
    .sidebar_boxexpert_category .col-md-4 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto
    }
    .sidebar_experts_category .text-left {
        text-align: center !important
    }
    .sidebar_experts_category {
        text-align: center
    }
    .sidebar_experts_category p {
        text-align: center
    }
    .career_steps_img:after {
        display: none
    }
    .jobs_banner_career {
        margin-top: 15px
    }
    .home_banner_leftcont p {
        text-align: center;
        font-size: 14px;
        max-width: 100%
    }
    .resume_writing_03 .modal.show .modal-dialog {
        margin-bottom: 20px;
        width: 80%
    }
    .resume_pattern_rightside_cont {
        margin: 20px 0
    }
    .boxes_resume_pattern {
        max-height: 400px
    }
    .counter_div_home:before {
        background: 0 0
    }
    .about-counter.title-bar-counter {
        color: #fff
    }
    .counter_div_home p {
        color: #f7f7f7
    }
    .counter_div_home {
        position: relative;
        padding-top: 15px
    }
    .expert_hire_great {
        border: 1px solid #afafaf;
        padding: 5px 15px 5px 2px;
        border-radius: 70px;
        display: inline-flex;
        float: none;
        position: absolute;
        top: 0;
        right: 15px
    }
    .expert_hire_great img {
        width: 50px;
        border-radius: 72px;
        position: relative;
        left: 3px
    }
    .order-academic-level {
        display: flex;
        flex-wrap: wrap
    }
    .order-academic-level li label {
        margin-bottom: 10px
    }
    .thanku-job-first {
        margin-bottom: 40px
    }
    .jobs_thankyou {
        padding: 60px 0 60px 0
    }
}

@media (max-width:575px) {
    .expert-img {
        text-align: left
    }
    .expert-img img {
        border-radius: 50%;
        height: 100px;
        width: 100px;
        text-align: left;
        object-fit: cover
    }
    .experts_info_right .text-right {
        position: relative;
        right: unset;
        top: 5px;
        left: 0;
        text-align: left !important;
        margin-bottom: 5px
    }
}

@media (max-width:550px) {
    .login-info-list ul li {
        width: 100%;
        margin-bottom: 30px
    }
    .login-info-list ul li+li::before {
        content: none
    }
    .login-block {
        padding: 30px 15px !important
    }
    .login-info-list h2 {
        padding: 0 0
    }
    .login-info-list {
        position: relative
    }
    .banner-sec {
        border-radius: 10px;
        background: #272729
    }
    .order_img_design {
        display: none
    }
    .form_order_design {
        margin: 0 !important
    }
    .form_grammerly input[type=submit] {
        width: 100%;
        margin-top: 15px
    }
    .side-grammer-cont {
        text-align: center;
        margin: 15px 0;
        width: 50%;
        float: left
    }
    .order_wrapper {
        margin-top: 60px !important
    }
    .order-dashboard-wrapper .form_order_design {
        margin: 0 0 30px 0 !important
    }
}

@media only screen and (max-width:480px) {
    .title-default-center {
        font-size: 26px
    }
    .price_awaiting_assignment a {
        background: #2196f3;
        padding: 10px 8px;
        border-radius: 31px;
        color: #fff;
        border: 2px solid #2196f3;
        font-weight: 600;
        white-space: normal;
        font-size: 13px
    }
    .footer_top_section:before {
        bottom: 85%;
        width: 200px;
        left: 5px;
        height: 44px
    }
    .reviews_section_col {
        float: left;
        width: 100%;
        padding: 0 15px;
        margin: 5px 0
    }
    .reviews_rating_distribute .new-card {
        background: #0d1f42;
        padding: 15px 15px
    }
}

@media only screen and (max-width:340px) {
    .my_table_responsive .label-danger {
        border-radius: 58px !important;
        padding: 8px 5px !important;
        font-weight: 500 !important;
        font-size: 14px
    }
}

.title-default-left {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #002147
}

.title-default-h4 {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #002147;
    width: 100%
}

.courses-list p {
    margin-bottom: 10px;
    width: 100%
}

@media only screen and (max-width:767px) {
    .title-default-left {
        margin-bottom: 10px;
        font-size: 24px
    }
    .title-default-h4 {
        margin-bottom: 36px;
        font-size: 22px
    }
    .y-us-title span {
        font-size: 24px
    }
}

@media only screen and (max-width:480px) {
    .title-default-left {
        margin-bottom: 15px;
        font-size: 22px
    }
    .title-default-h4 {
        margin-bottom: 30px;
        font-size: 20px
    }
}

.title-default-left a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.title-default-left a:hover {
    color: #fdc800
}

.title-default-left-bold {
    font-size: 28px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 35px;
    color: #002147
}





@media (min-width:480px) and (max-width:767px) {
    .title-default-left-bold {
        font-size: 24px
    }
}

@media only screen and (max-width:479px) {
    .title-default-left-bold {
        font-size: 22px
    }
}

.title-default-left-bold a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.title-default-left-bold a:hover {
    color: #fdc800
}

.title-default-left-bold-lowhight {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 20px;
    color: #002147
}

@media only screen and (max-width:991px) {
    .title-default-left-bold-lowhight {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .title-default-left-bold-lowhight {
        font-size: 24px
    }
}

@media only screen and (max-width:480px) {
    .title-default-left-bold-lowhight {
        font-size: 22px
    }
}

.title-default-left-bold-lowhight a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.title-default-left-bold-lowhight a:hover {
    color: #fdc800
}

.title-news-left-bold {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 15px;
    color: #002147;
    font-size: 22px
}

@media only screen and (max-width:767px) {
    .title-news-left-bold {
        font-size: 20px
    }
}

@media only screen and (max-width:480px) {
    .title-news-left-bold {
        font-size: 18px
    }
}

.title-news-left-bold a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.title-news-left-bold a:hover {
    color: #fdc800
}

.title-default-textPrimary-left {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 45px;
    color: #fff
}

.about-title {
    font-size: 48px;
    color: #002147;
    margin-bottom: 15px;
    text-align: center
}

@media (min-width:991px) and (max-width:1199px) {
    .about-title {
        font-size: 40px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about-title {
        font-size: 36px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .about-title {
        font-size: 32px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .about-title {
        font-size: 28px
    }
}

@media only screen and (max-width:320px) {
    .about-title {
        font-size: 26px
    }
}

.title-center {
    font-weight: 500;
    font-size: 36px;
    color: #002147;
    text-align: center
}

@media (min-width:991px) and (max-width:1199px) {
    .title-center {
        font-size: 34px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .title-center {
        font-size: 32px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .title-center {
        font-size: 30px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .title-center {
        font-size: 28px
    }
}

@media only screen and (max-width:320px) {
    .title-center {
        font-size: 26px
    }
}

.about-sub-title {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center
}

@media only screen and (max-width:767px) {
    .about-sub-title {
        width: 100%
    }
}

.sub-title-full-width {
    margin-bottom: 80px;
    text-align: center
}

@media (min-width:991px) and (max-width:1199px) {
    .sub-title-full-width {
        margin-bottom: 70px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sub-title-full-width {
        margin-bottom: 60px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .sub-title-full-width {
        margin-bottom: 50px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .sub-title-full-width {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:320px) {
    .sub-title-full-width {
        margin-bottom: 30px
    }
}

h3.sidebar-title {
    font-size: 21px;
    color: #002147;
    text-transform: capitalize;
    margin-bottom: 35px;
    position: relative;
    font-weight: 500
}

@media (min-width:480px) and (max-width:1199px) {
    h3.sidebar-title {
        font-size: 19px
    }
}

@media only screen and (max-width:479px) {
    h3.sidebar-title {
        font-size: 18px
    }
}

h3.sidebar-title a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

h3.sidebar-title a:hover {
    color: #fdc800
}

h3.sidebar-title:before {
    content: "";
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
    background: #fdc800
}

h2.sidebar-title {
    font-size: 30px;
    color: #002147;
    text-transform: capitalize;
    margin-bottom: 35px;
    position: relative;
    font-weight: 500
}

@media (min-width:480px) and (max-width:1199px) {
    h2.sidebar-title {
        font-size: 19px
    }
}

@media only screen and (max-width:479px) {
    h2.sidebar-title {
        font-size: 18px
    }
}

h2.sidebar-title a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

h2.sidebar-title a:hover {
    color: #fdc800
}

h2.sidebar-title:before {
    content: "";
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
    background: #fdc800
}

.apply-now-btn {
    text-align: center;
    color: #002147 !important;
    padding: 8px 0;
    width: 104px;
    background: #fdc800;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.apply-now-btn:hover {
    background: 0 0;
    color: #fff !important
}

.apply-now-btn2 {
    text-align: center;
    color: #002147;
    padding: 10px 0;
    width: 104px;
    background: #fdc800;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.apply-now-btn2:hover {
    background: #002147;
    color: #fff !important
}

.pricetable-btn {
    padding: 10px 0;
    text-align: center;
    color: #263238;
    height: 50px;
    width: 160px;
    background: #fdc800;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    border: 2px solid #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.pricetable-btn:hover a {
    color: #fff
}

.pricetable-btn:hover {
    background: #193759;
    color: #fff;
    border-color: #193759
}

@media (min-width:480px) and (max-width:767px) {
    .pricetable-btn {
        height: 45px;
        width: 140px;
        font-size: 15px;
        padding: 9px 0
    }
}

@media only screen and (max-width:479px) {
    .pricetable-btn {
        height: 40px;
        width: 130px;
        font-size: 14px;
        padding: 8px 0
    }
}

.default-big-btn {
    color: #fff;
    padding: 15px 20px;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.default-big-btn:hover {
    background: #fdc800;
    color: #212121
}

.default-full-width-btn {
    color: #fff;
    padding: 12px 0;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    border: 2px solid #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.default-full-width-btn:hover {
    background: 0 0;
    color: #002147
}

.ghost-full-width-btn {
    color: #fff;
    padding: 14px 0;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.ghost-full-width-btn:hover {
    background: #fdc800;
    color: #002147
}

.join-now-btn {
    color: #002147;
    padding: 13px 40px;
    background: #fdc800;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    border: 2px solid #fdc800;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media (min-width:480px) and (max-width:767px) {
    .join-now-btn {
        padding: 10px 36px
    }
}

@media only screen and (max-width:479px) {
    .join-now-btn {
        padding: 8px 26px
    }
}

.join-now-btn:hover {
    background: 0 0;
    color: #fff
}

.join-now-primary-btn {
    color: #fff;
    padding: 13px 0;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    width: 148px;
    border: 2px solid #002147;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.join-now-primary-btn:hover {
    background: 0 0;
    color: #002147
}

.sidebar-search-btn {
    color: #fff;
    padding: 14px 40px;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-search-btn:hover {
    background: #fdc800;
    color: #002147
}

.sidebar-search-btn-full {
    color: #fff;
    padding: 13px 0;
    width: 100%;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    border: 2px solid #002147;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-search-btn-full:hover {
    background: 0 0;
    color: #002147
}

.view-all-accent-btn {
    text-align: center;
    color: #fff;
    padding: 12px 34px;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: none;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.view-all-accent-btn:focus {
    color: #fff
}

.view-all-accent-btn:hover {
    background: #fdc800;
    color: #212121
}

.details-accent-btn {
    text-align: center;
    color: #002147;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: none;
    font-weight: 500;
    border: 2px solid #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.details-accent-btn:hover {
    background: #fdc800;
    color: #fff
}

.view-all-primary-btn {
    text-align: center;
    color: #fff;
    padding: 12px 0;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: none;
    width: 130px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.view-all-primary-btn:hover {
    background: #fdc800;
    color: #030507
}

.ghost-btn {
    border: 2px solid #fdc800;
    color: #fff;
    padding: 10px 30px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ghost-btn:hover {
    background: #fdc800;
    color: #002147
}

.ghost-btn-big {
    border: 2px solid #fdc800;
    color: #fff;
    padding: 12px 30px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ghost-btn-big:hover {
    background: #fdc800;
    color: #002147
}

.ghost-btn-big-primary {
    border: 2px solid #002147;
    color: #002147;
    padding: 12px 30px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ghost-btn-big-primary:hover {
    background: #002147;
    color: #fff
}

.sidebar-ghost-btn {
    text-align: center;
    color: #fff;
    padding: 8px 0;
    width: 160px;
    font-style: italic;
    background: 0 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.sidebar-ghost-btn:hover {
    background: #fdc800;
    color: #002147
}

.enroll-btn {
    color: #002147;
    padding: 18px 0;
    background: #fdc800;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    border: 2px solid #fdc800;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.enroll-btn:hover {
    background: 0 0;
    color: #fdc800
}

.download-btn {
    position: relative;
    color: #002147;
    padding: 18px 0;
    background: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    border: 1px solid #002147;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.download-btn:before {
    content: "\f019";
    position: absolute;
    font-family: FontAwesome;
    color: #002147;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 8%;
    z-index: 1
}

.download-btn:hover {
    border: 1px solid #fdc800;
    background: #fdc800;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.download-btn:hover:before {
    color: #fff
}

.default-white-btn {
    border: none;
    color: #002147;
    padding: 13px 30px;
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.default-white-btn:hover {
    color: #fff;
    background: #002147
}

.isotop-btn {
    text-align: center;
    margin-bottom: 45px
}

.isotop-btn:after {
    display: none
}

.isotop-btn a {
    background: 0 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #002147;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e0e0e0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media (min-width:768px) and (max-width:1199px) {
    .isotop-btn a {
        padding: 10px 26px
    }
}

.isotop-btn a:hover {
    border: 1px solid #002147;
    background: #002147;
    color: #fff
}

.isotop-btn .current {
    border: 1px solid #002147;
    background: #002147;
    color: #fff
}

.play-btn {
    z-index: 2;
    border: 3px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:480px) {
    .play-btn {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

.play-btn i {
    color: #fdc800;
    font-size: 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.play-btn:hover {
    border: 3px solid #fdc800
}

.play-btn:hover i {
    color: #fff
}

.isotop-btn-accent {
    text-align: center;
    margin-bottom: 45px
}

.isotop-btn-accent:after {
    display: none
}

.isotop-btn-accent a {
    background: 0 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #002147;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e0e0e0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.isotop-btn-accent a:hover {
    border: 1px solid #fdc800;
    background: #fdc800;
    color: #fff
}

.isotop-btn-accent .current {
    border: 1px solid #fdc800;
    background: #fdc800;
    color: #fff
}

.default-btn {
    color: #fff;
    padding: 13px 30px;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    border: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.default-btn:hover {
    background: #00082e;
    color: #fff
}

.quote-white-btn {
    border: none;
    color: #002147;
    padding: 10px 20px;
    background: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.quote-white-btn:hover {
    color: #212121
}

.default-white-small-btn {
    color: #212121;
    padding: 8px 20px;
    background: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.default-white-small-btn:hover {
    color: #002147
}

/*.submit-btn {
    color: #fff;
    padding: 12px 44px;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.submit-btn:hover {
    background: #00082e;
    color: #fff
}*/

.ghost-semi-color-btn {
    border: 2px solid #002147;
    color: #444;
    padding: 10px 30px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ghost-semi-color-btn:hover {
    background: #002147;
    color: #fff
}

.ghost-color-btn {
    border: 2px solid #002147;
    color: #002147;
    padding: 10px 44px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ghost-color-btn i {
    margin-left: 10px;
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ghost-color-btn:hover {
    background: #002147;
    color: #fff
}

.ghost-color-btn:hover i {
    color: #fff
}

.ghost-text-color-btn {
    border: 2px solid #bdbdbd;
    color: #002147;
    padding: 10px 44px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ghost-text-color-btn:hover {
    border: 2px solid #002147;
    background: #002147;
    color: #fff
}

.ghost-on-hover-btn {
    border: 2px solid #002147;
    color: #fff;
    padding: 12px 40px;
    background: #002147;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ghost-on-hover-btn:hover {
    background: 0 0;
    color: #002147
}

.owl-controls .owl-nav {
    position: absolute;
    top: -88px;
    right: -2px
}

@media only screen and (max-width:991px) {
    .owl-controls .owl-nav {
        top: -77px
    }
}

@media only screen and (max-width:480px) {
    .owl-controls .owl-nav {
        position: inherit
    }
}

.owl-controls i {
    margin-left: 0;
    color: #fff;
    display: block;
    line-height: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.owl-controls .owl-prev {
    border: 1px solid #fdc800;
    background: #fdc800 !important;
    opacity: 1 !important;
    font-size: 18px !important;
    margin: 0 1px !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0 !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media only screen and (max-width:480px) {
    .owl-controls .owl-prev {
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        position: absolute
    }
}

.owl-controls .owl-prev:hover {
    background: #002147 !important;
    border: 1px solid #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.owl-controls .owl-prev:hover i {
    color: #fff
}

.owl-controls .owl-next {
    border: 1px solid #fdc800;
    right: -45px;
    background: #fdc800 !important;
    opacity: 1 !important;
    font-size: 18px !important;
    margin: 0 4px !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0 !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media only screen and (max-width:480px) {
    .owl-controls .owl-next {
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        position: absolute
    }
}

.owl-controls .owl-next:hover {
    background: #002147 !important;
    border: 1px solid #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.owl-controls .owl-next:hover i {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#scrollUp {
    background-color: #fdc800;
    bottom: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    transition: all .5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 45px;
    z-index: 99999;
    border-radius: 50%
}

#scrollUp i {
    color: #002147
}

#scrollUp:focus,
#scrollUp:hover {
    background-color: rgba(255, 255, 255, .8)
}

#scrollUp:focus i,
#scrollUp:hover i {
    color: #002147
}

#preloader {
    background: #002147 url(img/preloader.gif) no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.inner-page-banner-area {
    padding: 150px 0 60px;
    background-size: cover
}

.inner-page-banner-area:after {
    content: "";
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.inner-page-banner-area .pagination-area {
    position: relative;
    z-index: 1
}

.inner-page-banner-area .pagination-area h1 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 48px;
    color: #fff
}

@media (min-width:480px) and (max-width:767px) {
    .inner-page-banner-area .pagination-area h1 {
        font-size: 42px
    }
}

@media only screen and (max-width:479px) {
    .inner-page-banner-area .pagination-area h1 {
        font-size: 32px
    }
}

.inner-page-banner-area .pagination-area ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px
}

.bread-crumb ul li {
    display: inline-block;
    color: #000;
    font-size: 15px;
    margin-top: 30px;
    
}

.bread-crumb ul li i {
    font-size: 18px;
    color: #0d1f42
}

.bread-crumb ul li:last-child {
    color: #ff9800;
    font-weight: 500
}

.bread-crumb ul li i:hover {
    color: #007bff
}

.inner-page-banner-area .pagination-area ul li a {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.inner-page-banner-area .pagination-area ul li a:hover {
    color: #fff
}

.pagination-center {
    text-align: center;
    margin-top: 43px
}

@media (min-width:992px) and (max-width:1199px) {
    .pagination-center {
        margin-top: 33px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .pagination-center {
        margin-top: 23px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .pagination-center {
        margin-top: 13px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .pagination-center {
        margin-top: 3px
    }
}

@media only screen and (max-width:320px) {
    .pagination-center {
        margin-top: 0
    }
}

.pagination-center li {
    display: inline-block
}

.pagination-center li a {
    width: 42px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    background: #002147;
    display: block;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.pagination-center li a:hover {
    background: #fdc800
}

.pagination-center .active a {
    background: #fdc800
}

.pagination-left {
    text-align: left;
    margin-top: 20px
}

.pagination-left li {
    display: inline-block
}

.pagination-left li a {
    width: 42px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    background: #002147;
    display: block;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.pagination-left li a:hover {
    background: #fdc800
}

.pagination-left .active a {
    background: #fdc800
}

.overlay-default {
    position: relative
}

.overlay-default:before {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

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

.main-menu-area {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 10;
    border-bottom: 2px solid #002147
}

.main-menu-area .logo-area {
    margin: 9px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .main-menu-area .logo-area {
        margin: 13px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-menu-area .logo-area {
        margin: 12px 0;
    }
}

.main-menu-area .apply-btn-area {
    margin: 16px 0;
    text-align: right
}

.login-form {
    position: absolute;
    z-index: 999;
    top: 38px;
    right: -20px;
    width: 540px;
    height: 444px;
    text-align: left;
    background: #fff;
    border: 1px solid #bdbdbd;
    padding: 40px
}

@media only screen and (max-width:767px) {
    .login-form {
        margin-bottom: 15px
    }
    .inner-page-banner-area {
        padding: 90px 0 50px
    }
}

.login-form label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #002147
}

.login-form input {
    height: 40px;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #bdbdbd;
    margin-bottom: 15px;
    color: #002147;
    font-weight: 500;
    font-size: 15px
}

.login-form span {
    margin-right: 15px;
    color: #002147
}

@media (min-width:768px) and (max-width:991px) {
    .login-form span {
        font-size: 12px
    }
}

@media only screen and (max-width:479px) {
    .login-form span {
        display: inline-block;
        margin-left: 0;
        margin-top: 15px
    }
}

.login-form span input {
    width: inherit;
    height: inherit;
    margin-right: 10px;
    padding: 30px
}

nav#desktop-nav ul {
    text-align: right
}

nav#desktop-nav ul .active>a {
    color: #fdc800
}

nav#desktop-nav ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0
}

nav#desktop-nav ul li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible
}

nav#desktop-nav ul li:hover ul:before {
    width: 100%
}

nav#desktop-nav ul li a {
    padding: 30px 20px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media (min-width:992px) and (max-width:1199px) {
    nav#desktop-nav ul li a {
        padding: 30px 12px
    }
}

@media (min-width:768px) and (max-width:991px) {
    nav#desktop-nav ul li a {
        padding: 30px 6px
    }
}

nav#desktop-nav ul li a:hover {
    color: #fdc800
}

nav#desktop-nav ul li .active {
    background-color: #1a3b61
}

nav#desktop-nav ul li .active a {
    color: #fdc800
}

nav#desktop-nav ul li>ul {
    position: relative;
    margin-top: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all .5s ease 0s;
    width: 180px;
    z-index: 99999;
    background: #fff;
    padding: 0;
    left: 5px
}

@media (min-width:992px) and (max-width:1199px) {
    nav#desktop-nav ul li>ul {
        left: -3px
    }
}

@media only screen and (max-width:991px) {
    nav#desktop-nav ul li>ul {
        left: -9px
    }
}

nav#desktop-nav ul li>ul:before {
    position: absolute;
    content: "";
    background-color: #efefef;
    margin: 0 auto;
    z-index: 12;
    height: 1px;
    top: 0;
    left: 0;
    width: 0%;
    right: 0;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out
}

nav#desktop-nav ul li>ul>li {
    padding: 0;
    display: block;
    border-bottom: .5px solid #e6e6e6
}

nav#desktop-nav ul li>ul>li>a {
    padding: 10px 10px 10px 15px;
    display: block;
    font-size: 13px;
    color: #0d1f42
}

nav#desktop-nav ul li>ul>li:last-child {
    border-bottom: none
}

nav#desktop-nav ul li>ul>li .active,
nav#desktop-nav ul li>ul>li:hover {
    background: #1a3b61;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

nav#desktop-nav ul li>ul>li .active a:before,
nav#desktop-nav ul li>ul>li:hover a:before {
    opacity: 0
}

nav#desktop-nav ul li .mega-menu-area {
    left: 5px
}

@media (min-width:992px) and (max-width:1199px) {
    nav#desktop-nav ul li .mega-menu-area {
        left: -258px
    }
}

@media only screen and (max-width:991px) {
    nav#desktop-nav ul li .mega-menu-area {
        left: -272px
    }
}

nav#desktop-nav ul li .mega-menu-area>li {
    width: 100%;
    float: left;
    border-bottom: none;
    display: inline-block;
    text-align: left;
    border-bottom: 1px solid #dadada
}

nav#desktop-nav ul li .mega-menu-area>li:hover {
    background: 0 0 !important
}

nav#desktop-nav ul li .mega-menu-area>li:hover>a {
    color: #0d1f42;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

nav#desktop-nav ul li .mega-menu-area>li>a:hover:before {
    color: #fff
}

nav#desktop-nav ul li .mega-menu-area>li:hover>a:hover {
    color: #fdc800;
    background: #0d1f42
}

nav#desktop-nav ul li>ul.mega-menu-area>li .active a:before,
nav#desktop-nav ul li>ul.mega-menu-area>li:hover a:before {
    opacity: 1 !important
}

nav#desktop-nav ul li .mega-menu-area>li a {
    padding: 8px 0 8px 20px;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    text-align: left
}

nav#desktop-nav ul li .mega-menu-area>li>a:before {
    content: "\f105";
    position: absolute;
    left: 10px;
    font-family: FontAwesome;
    color: #0d1f42;
    top: 7px;
    left: 8px
}

nav#desktop-nav ul li .mega-menu-area>li a:last-child {
    border-bottom: none
}

nav#desktop-nav ul li .mega-menu-area>li:last-child {
    margin-right: 0
}

nav#desktop-nav ul li .mega-menu-area>li .active {
    padding-left: 10px;
    background-color: #1a3b61;
    color: #fdc800
}

nav#desktop-nav li.has-child-menu {
    position: relative
}

nav#desktop-nav li.has-child-menu>a {
    color: #fff
}

nav#desktop-nav li.has-child-menu>a:after {
    font-family: FontAwesome;
    content: "\f105";
    float: right
}

nav#desktop-nav li.has-child-menu>ul.thired-level {
    position: absolute;
    left: 180px;
    top: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all .5s ease 0s
}

nav#desktop-nav li.has-child-menu>ul.thired-level li a {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

nav#desktop-nav li.has-child-menu>ul.thired-level li:hover a {
    color: #fdc800
}

nav#desktop-nav li.has-child-menu>ul.thired-level .active {
    background-color: #1a3b61
}

nav#desktop-nav li.has-child-menu>ul.thired-level .active a {
    color: #fdc800
}

nav#desktop-nav li.has-child-menu:hover ul.thired-level {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible
}

.main-menu-area {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.main-menu-area .header-search {
    margin: 30px 0;
    text-align: right
}

.main-menu-area .header-search .search-form {
    display: none;
    position: absolute;
    bottom: -51px;
    right: 15px;
    z-index: 10;
    color: #fff;
    height: 50px;
    width: 500px;
    font-size: 18px;
    background: rgba(253, 200, 0, .7);
    border: 2px solid #fdc800;
    padding: 5px 18px 5px 10px;
    -webkit-box-shadow: inset 0 0 10px 5px rgba(253, 200, 0, .3);
    -moz-box-shadow: inset 0 0 10px 5px rgba(253, 200, 0, .3);
    box-shadow: inset 0 0 10px 5px rgba(253, 200, 0, .3)
}

.main-menu-area .header-search a i {
    color: #fdc800;
    border-left: 1px solid #d3d3d3;
    padding-left: 30px
}

.main-menu-area .header-search input:focus {
    outline: 0
}

.main-menu-area .header-search input::-webkit-input-placeholder {
    color: #fff
}

.main-menu-area .header-search input::-moz-placeholder {
    color: #fff
}

.main-menu-area .header-search input:-moz-placeholder {
    color: #fff
}

.main-menu-area .header-search input:-ms-input-placeholder {
    color: #fff
}

.stick {
    background: rgba(0, 33, 71, .9);
    border-bottom: 2px solid #002147;
    position: fixed;
   /* height: 70px;*/
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

#header1 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100
}

.slider1-area.index1 {
    margin-top: 82px
}

@media only screen and (max-width:767px) {
    .slider1-area.index1 {
        margin-top: 0
    }
}

.header2-area .header-top-area {
    background: #002147
}

.header2-area .header-top-area .header-top-left {
    margin: 7px 0
}

.header2-area .header-top-area .header-top-left ul li {
    display: inline-block;
    text-transform: lowercase;
    font-size: 13px;
    border-right: 1px solid #bdbdbd;
    margin-right: 15px;
    padding-right: 15px
}

.header2-area .header-top-area .header-top-left ul li i {
    padding-right: 10px;
    color: #fdc800;
    font-size: 14px
}

.header2-area .header-top-area .header-top-left ul li a {
    color: #d0d6dd;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header2-area .header-top-area .header-top-left ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.header2-area .header-top-area .header-top-left ul li:hover a {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header2-area .header-top-area .header-top-right {
    text-align: right
}

.header2-area .header-top-area .header-top-right ul li {
    font-size: 13px;
    padding-right: 0;
    display: inline-block;
    margin-left: 15px;
    position: relative
}

.header2-area .header-top-area .header-top-right ul li .login-btn-area {
    padding: 9px 15px;
    display: block;
    color: #bcc8d6;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header2-area .header-top-area .header-top-right ul li .login-btn-area i {
    padding-right: 10px;
    font-size: 14px;
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header2-area .header-top-area .header-top-right ul li .login-btn-area:hover {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header2-area .header-top-area .header-top-right ul li .apply-btn-area {
    text-align: right
}

.header2-area .header-search a i {
    color: #444;
    border-left: 1px solid #d3d3d3;
    padding-left: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header2-area .header-search a:hover i {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header2-area nav#desktop-nav>ul>li>a {
    padding: 24px 10px;
    color: #002147
}

.header2-area nav#desktop-nav>ul>li>a:hover {
    color: #fdc800
}

@media (min-width:992px) and (max-width:1199px) {
    .header2-area nav#desktop-nav>ul>li>a {
        padding: 30px 18px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header2-area nav#desktop-nav>ul>li>a {
        padding: 30px 6px
    }
    nav#desktop-nav ul li .mega-menu-area>li {
        float: left
    }
    #desktop-nav ul li:hover .mega_menu_dropdown:before {
        content: '';
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        position: absolute;
        right: 24px;
        background: 0 0;
        top: 63px
    }
}

.header2-area nav#desktop-nav>ul>li ul {
    left: 10px
}

@media (min-width:992px) and (max-width:1199px) {
    .header2-area nav#desktop-nav>ul>li ul {
        left: 3px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header2-area nav#desktop-nav>ul>li ul {
        left: -9px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header2-area nav#desktop-nav>ul>li .mega-menu-area {
        left: -267px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header2-area nav#desktop-nav>ul>li .mega-menu-area {
        left: -272px
    }
}

.header2-area nav#desktop-nav>ul .active>a {
    color: #fdc800
}

.header2-area .stick {
    background: rgba(255, 255, 255, .9);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.header3-area {
    position: fixed;
    z-index: 15;
    left: 0;
    right: 0;
    background: #0d1f42
}

.header3-area .header-top-area {
    background: 0 0
}

.header3-area .header-top-area .top-bar-border {
    position: relative;
    padding: 8px 0
}

.header3-area .header-top-area .top-bar-border:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #656565
}

.header3-area .header-top-area .top-bar-border:after {
    clear: both;
    content: "";
    display: block
}

.header3-area .header-top-area .header-top-left ul li {
    display: inline-block;
    font-size: 13px;
    border-right: 1px solid #bdbdbd;
    margin-right: 15px;
    padding-right: 15px
}

.header3-area .header-top-area .header-top-left ul li i {
    padding-right: 10px;
    color: #fdc800;
    font-size: 14px
}

.header3-area .header-top-area .header-top-left ul li a {
    color: #d0d6dd;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header3-area .header-top-area .header-top-left ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.header3-area .header-top-area .header-top-left ul li:hover a {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header3-area .header-top-area .header-top-right {
    text-align: right
}

.header3-area .header-top-area .header-top-right ul li {
    position: relative;
    font-size: 13px;
    padding-right: 0;
    display: inline-block;
    margin-left: 15px
}

.header3-area .header-top-area .header-top-right ul li a {
    color: #bcc8d6;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header3-area .header-top-area .header-top-right ul li a i {
    padding-right: 10px;
    font-size: 14px;
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header3-area .header-top-area .header-top-right ul li a:hover {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header3-area .header-top-area .header-top-right ul li .apply-btn-area {
    text-align: right
}

.header3-area .header-divider {
    border-bottom: 1px solid #656565
}

.header3-area nav#desktop-nav>ul>li>a {
    padding: 24px 10px;
    font-size: 14px
}

@media (min-width:992px) and (max-width:1199px) {
    .header3-area nav#desktop-nav>ul>li>a {
        padding: 24px 5px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header3-area nav#desktop-nav>ul>li>a {
        padding: 20px 3px;
        font-size: 12px;
    }
    .main-menu-area .apply-btn-area a {
        padding: 4px 0 !important;
        border-radius: 50px;
        font-weight: 600 !important;
        
        font-size: 13px !important
    }
}

.header3-area nav#desktop-nav>ul>li ul {
    left: 10px;
    min-width: 300px
}

@media (min-width:992px) and (max-width:1199px) {
    .header3-area nav#desktop-nav>ul>li ul {
        left: 3px;
        column-count: 1 !important
    }
    .split_menu_ul {
        column-count: 1 !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header3-area nav#desktop-nav>ul>li ul {
        left: -9px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header3-area nav#desktop-nav>ul>li .mega-menu-area {
        left: -267px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header3-area nav#desktop-nav>ul>li .mega-menu-area {
        left: -272px
    }
}

.header4-area .header-top-area {
    padding: 10px 0 8px;
    background: #fff
}

.header4-area .header-top-area .header-top-right {
    text-align: right
}

.header4-area .header-top-area .header-top-right ul li {
    position: relative;
    font-size: 16px;
    padding-right: 0;
    display: inline-block;
    margin-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #212121
}

.header4-area .header-top-area .header-top-right ul li:nth-child(3n) {
    border-right: none
}

.header4-area .header-top-area .header-top-right ul li:nth-child(4n) {
    border-right: none;
    padding-right: 0
}

@media (min-width:768px) and (max-width:991px) {
    .header4-area .header-top-area .header-top-right ul li:nth-child(4n) {
        display: none
    }
}

.header4-area .header-top-area .header-top-right ul li i {
    padding-right: 10px;
    font-size: 18px;
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header4-area .header-top-area .header-top-right ul li a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header4-area .header-top-area .header-top-right ul li a:hover {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header4-area .header-top-area .header-top-right ul li .apply-btn-area {
    text-align: right
}

.header4-area .header-top-area .header-top-right .login-form {
    position: absolute;
    z-index: 999;
    top: 46px;
    right: -20px;
    width: 540px;
    height: 444px;
    text-align: left;
    background: #fff;
    border: 1px solid #bdbdbd;
    padding: 40px
}

@media only screen and (max-width:767px) {
    .header4-area .header-top-area .header-top-right .login-form {
        margin-bottom: 15px
    }
}

.header4-area .header-top-area .header-top-right .login-form label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #002147
}

.header4-area .header-top-area .header-top-right .login-form input {
    height: 40px;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #bdbdbd;
    margin-bottom: 15px;
    color: #002147;
    font-weight: 500;
    font-size: 15px
}

.header4-area .header-top-area .header-top-right .login-form span {
    font-size: 13px;
    margin-right: 15px;
    color: #002147
}

@media (min-width:768px) and (max-width:991px) {
    .header4-area .header-top-area .header-top-right .login-form span {
        font-size: 12px
    }
}

@media only screen and (max-width:479px) {
    .header4-area .header-top-area .header-top-right .login-form span {
        display: inline-block;
        margin-left: 0;
        margin-top: 15px
    }
}

.header4-area .header-top-area .header-top-right .login-form span input {
    width: inherit;
    height: inherit;
    margin-right: 10px;
    padding: 30px
}

.header4-area nav#desktop-nav>ul {
    text-align: left
}

.header4-area nav#desktop-nav>ul>li>a {
    padding: 20px 35px
}

@media (min-width:992px) and (max-width:1199px) {
    .header4-area nav#desktop-nav>ul>li>a {
        padding: 20px 24px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header4-area nav#desktop-nav>ul>li>a {
        padding: 20px 11px
    }
}

.header4-area nav#desktop-nav>ul>li ul {
    left: 20px
}

@media (min-width:992px) and (max-width:1199px) {
    .header4-area nav#desktop-nav>ul>li ul {
        left: 9px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header4-area nav#desktop-nav>ul>li ul {
        left: -3px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header4-area nav#desktop-nav>ul>li .mega-menu-area {
        left: -68px
    }
}

.header4-area .header-search {
    margin: 20px 0
}

.mobile-menu-area {
    display: none
}

.mean-container .mean-bar {
    float: none;
    background: #1c2a44;
    box-shadow: 1px 2px 20px #3a3a3a61;
}



@media only screen and (max-width:767px) {
    .mean-container .mean-bar .meanmenu-reveal {
        margin-top: 15px
    }
    #change-password-modal .modal-header h4 {
        color: #2f76bd;
        margin: 0 auto;
        text-transform: uppercase;
        font-weight: 600;
        font-family: sans-serif;
        font-size: 20px;
        margin-bottom: 5px
    }
}

.mean-container .mean-bar:after {
    content: "";
    clear: both;
    display: block
}

.mean-container .mean-nav ul li a {
    color: #212121;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.mean-container .mean-nav ul li a:hover {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.mean-container .mean-nav>ul:after {
    content: '';
    display: block;
    clear: both
}

.mean-container .mean-nav>ul {
    overflow-y: scroll
}

/*.mean-container .mean-bar a.logo-mobile-menu {
    width: 60%
}*/

.mean-container a.meanmenu-reveal {
    position: absolute
}

.mean-container #wrapper {
    padding-top: 25px
}

.mean-container .mean-nav ul li li a {
    color: #212121;
    border-bottom: .5px solid #cecece;
    opacity: 1
}

.slider1-area .nivo-controlNav {
    display: none
}

.slider1-area .nivo-directionNav a.nivo-prevNav {
    left: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-prevNav:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 18px;
    z-index: 9;
    height: 10px;
    width: 10px;
    left: 19px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-prevNav:hover {
    background-color: rgba(0, 33, 71, .6);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-prevNav:hover:before {
    background: 0 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-nextNav {
    right: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-nextNav:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 18px;
    z-index: 9;
    height: 10px;
    width: 10px;
    right: 19px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-nextNav:hover {
    background-color: rgba(0, 33, 71, .6);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-nextNav:hover:before {
    background: 0 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.slider1-area .nivo-caption {
    opacity: 1;
    top: -40px
}

@media only screen and (max-width:991px) {
    .slider1-area .nivo-caption {
        top: 0
    }
}

.slider1-area .slide-1 .title1,
.slider1-area .slide-2 .title1,
.slider1-area .slide-3 .title1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 56px;
    margin-bottom: 10px
}

@media (min-width:992px) and (max-width:1199px) {
    .slider1-area .slide-1 .title1,
    .slider1-area .slide-2 .title1,
    .slider1-area .slide-3 .title1 {
        font-size: 42px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .slider1-area .slide-1 .title1,
    .slider1-area .slide-2 .title1,
    .slider1-area .slide-3 .title1 {
        font-size: 38px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .slider1-area .slide-1 .title1,
    .slider1-area .slide-2 .title1,
    .slider1-area .slide-3 .title1 {
        margin-bottom: 20px;
        font-size: 32px
    }
}

@media only screen and (max-width:479px) {
    .slider1-area .slide-1 .title1,
    .slider1-area .slide-2 .title1,
    .slider1-area .slide-3 .title1 {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 1.25
    }
}

@media only screen and (max-width:319px) {
    .slider1-area .slide-1 .title1,
    .slider1-area .slide-2 .title1,
    .slider1-area .slide-3 .title1 {
        font-size: 24px
    }
}

.slider1-area .slide-1 p,
.slider1-area .slide-2 p,
.slider1-area .slide-3 p {
    font-size: 16px;
    margin-bottom: 50px
}

@media (min-width:991px) and (max-width:1199px) {
    .slider1-area .slide-1 p,
    .slider1-area .slide-2 p,
    .slider1-area .slide-3 p {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .slider1-area .slide-1 p,
    .slider1-area .slide-2 p,
    .slider1-area .slide-3 p {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .slider1-area .slide-1 p,
    .slider1-area .slide-2 p,
    .slider1-area .slide-3 p {
        display: none
    }
}

@media only screen and (max-width:479px) {
    .slider1-area .slide-1 .slider-btn-area,
    .slider1-area .slide-2 .slider-btn-area,
    .slider1-area .slide-3 .slider-btn-area {
        display: none
    }
}

.slider3-area .nivo-caption {
    opacity: 1;
    top: 0
}

@media only screen and (max-width:1199px) {
    .slider3-area .nivo-caption {
        top: 0
    }
}

@media only screen and (max-width:991px) {
    .slider3-area .nivo-caption .slide-1 p,
    .slider3-area .nivo-caption .slide-2 p,
    .slider3-area .nivo-caption .slide-3 p {
        display: none
    }
}

.about1-area {
    padding: 30px 0 0;
    text-align: center
}

@media (min-width:992px) and (max-width:1199px) {
    .about1-area {
        padding: 30px 0 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about1-area {
        padding: 30px 0 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .about1-area {
        padding: 20px 0 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .about1-area {
        padding: 20px 0 0
    }
}

@media only screen and (max-width:320px) {
    .about1-area {
        padding: 15px 0 0
    }
}

.about-img-holder {
    text-align: center
}

.about-img-holder img {
    margin: 0 auto
}

.about2-area {
    padding: 81px 0 94px
}

@media (min-width:992px) and (max-width:1199px) {
    .about2-area {
        padding: 74px 0 84px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about2-area {
        padding: 66px 0 74px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .about2-area {
        padding: 57px 0 34px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .about2-area {
        padding: 49px 0 23px
    }
}

@media only screen and (max-width:320px) {
    .about2-area {
        padding: 39px 0 14px
    }
}

.about-img-holder {
    text-align: center
}

.about-img-holder img {
    margin: 0 auto
}

.about-page1-area {
    padding: 88px 0 100px
}

@media (min-width:992px) and (max-width:1199px) {
    .about-page1-area {
        padding: 78px 0 53px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about-page1-area {
        padding: 68px 0 43px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .about-page1-area {
        padding: 58px 0 70px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .about-page1-area {
        padding: 48px 0 60px
    }
}

@media only screen and (max-width:320px) {
    .about-page1-area {
        padding: 38px 0 50px
    }
}

.about-page1-inner .about-page-content-holder .content-box {
    margin-bottom: 30px
}

.about-page1-inner .about-page-content-holder .content-box h2 {
    font-size: 30px;
    color: #002147;
    margin-bottom: 15px;
    font-weight: 700
}

.about-page1-inner .about-page-content-holder .content-box p {
    color: #444
}

.about-page1-inner .about-page-img-holder {
    margin-top: 12px
}

.about-page2-area {
    padding: 88px 0 100px
}

@media (min-width:992px) and (max-width:1199px) {
    .about-page2-area {
        padding: 78px 0 90px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about-page2-area {
        padding: 68px 0 72px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .about-page2-area {
        padding: 58px 0 70px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .about-page2-area {
        padding: 48px 0 60px
    }
}

@media only screen and (max-width:320px) {
    .about-page2-area {
        padding: 38px 0 50px
    }
}

.about-page2-inner h2 {
    margin-bottom: 20px
}

.about-page2-inner p {
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .about-page2-inner ul {
        margin-bottom: 30px
    }
}

.about-page2-inner ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.about-page2-inner ul li a {
    color: #002147
}

.about-page2-inner ul li:last-child {
    margin-bottom: 0
}

.about-page2-inner ul li:before {
    content: "\f14a";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fdc800;
    font-family: FontAwesome
}

.about-page2-inner .video-area {
    margin-top: 10px
}

@media (min-width:992px) and (max-width:1199px) {
    .about-slider-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about-slider-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .about-slider-area {
        padding: 70px 0 55px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .about-slider-area {
        padding: 60px 0 45px
    }
}

@media only screen and (max-width:320px) {
    .about-slider-area {
        padding: 50px 0 35px
    }
}

.about-slider-area .slider1-area {
    margin-bottom: 45px
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav {
    background-color: rgba(253, 200, 0, .9);
    width: 40px;
    height: 60px;
    border-radius: 0;
    line-height: 40px;
    right: 0 !important
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav:before {
    color: #fff;
    right: 16px;
    top: 22px
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav:hover {
    background-color: rgba(0, 33, 71, .8)
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav {
    background-color: rgba(253, 200, 0, .9);
    width: 40px;
    height: 60px;
    border-radius: 0;
    line-height: 40px;
    left: 0 !important
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav:before {
    color: #fff;
    left: 16px;
    top: 22px
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav:hover {
    background-color: rgba(0, 33, 71, .8)
}

.service-box1 {
    border-right: 1px solid #aaa;
    padding: 30px 30px 15px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: rgba(0, 33, 71, .8)
}

@media (min-width:992px) and (max-width:1199px) {
    .service-box1 {
        padding: 30px 25px 15px
    }
}

@media only screen and (max-width:767px) {
    .service-box1 {
        margin-bottom: 5px
    }
}

@media only screen and (max-width:991px) {
    .service-box1 {
        background-color: #002147;
        padding: 20px 20px 15px
    }
}

.service-box1:last-child {
    border-right: none
}

.service-box1 .service-box-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3
}

.service-box1 .service-box-content h3 {
    font-size: 22px;
    margin-bottom: 10px
}

@media (min-width:992px) and (max-width:1199px) {
    .service-box1 .service-box-content h3 {
        font-size: 20px
    }
}

.service-box1 .service-box-content h3 a {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.service-box1 .service-box-content p {
    color: #fff;
    font-weight: 400
}

.service-box1 .service-box-icon {
    text-align: center;
    padding-top: 10px;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.service-box1 .service-box-icon i {
    color: #fdc800;
    font-size: 36px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.service-box1:hover .service-box-content h3 a {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.service-box1:hover .service-box-content p {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.service-box1:hover .service-box-icon i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.service-box2 {
    text-align: center
}

@media only screen and (max-width:767px) {
    .service-box2 {
        margin-bottom: 30px
    }
}

.service-box2 .service-box-icon {
    margin-bottom: 18px
}

.service-box2 .service-box-icon a {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: block;
    background: #eee;
    line-height: 100px;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.service-box2 .service-box-icon a i {
    color: #002147;
    font-size: 36px
}

.service-box2 h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500
}

.service-box2 h3 a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.service-box2 h3 a:hover {
    color: #fdc800
}

.service-box2 p {
    width: 80%;
    margin: 0 auto
}

@media only screen and (max-width:991px) {
    .service-box2 p {
        width: 100%
    }
}

.service-box2:hover .service-box-icon a {
    background: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.service-box3 {
    text-align: center
}

@media only screen and (max-width:991px) {
    .service-box3 {
        margin-bottom: 45px
    }
}

@media only screen and (max-width:479px) {
    .service-box3 {
        margin-bottom: 30px
    }
}

.service-box3 .service-box-icon {
    margin-bottom: 18px
}

.service-box3 .service-box-icon a i {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    font-size: 70px
}

.service-box3 h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px
}

.service-box3 h3 a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.service-box3 h3 a:hover {
    color: #fdc800
}

.service-box3:hover .service-box-icon a i {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.service-box4 {
    text-align: center
}

@media only screen and (max-width:767px) {
    .service-box4 {
        margin-bottom: 30px
    }
}

.service-box4 .service-box-icon a {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: block;
    background: #fff;
    line-height: 100px;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.service-box4 .service-box-icon a i {
    color: #002147;
    font-size: 36px
}

.service-box4 h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500
}

.service-box4 h3 a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.service-box4 h3 a:hover {
    color: #fdc800
}

.service-box4 p {
    width: 80%;
    margin: 0 auto;
    text-align: center
}

@media only screen and (max-width:991px) {
    .service-box4 p {
        width: 100%
    }
}

.service-box4:hover .service-box-icon a {
    background: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.service1-area {
    position: relative
}

.service1-area .service1-inner-area {
    position: absolute;
    top: -153px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9
}

@media only screen and (max-width:1199px) {
    .service1-area .service1-inner-area {
        top: -150px
    }
}

@media only screen and (max-width:991px) {
    .service1-area .service1-inner-area {
        position: inherit;
        top: 0
    }
}

.service1-area .service1-wrapper {
    margin-right: 0;
    margin-left: 0
}

.service2-area {
    padding: 157px 0 74px;
    position: relative
}

@media (min-width:992px) and (max-width:1199px) {
    .service2-area {
        padding: 147px 0 63px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .service2-area {
        padding: 137px 0 27px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .service2-area {
        padding: 0 0 19px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .service2-area {
        padding: 0 0 23px
    }
}

@media only screen and (max-width:320px) {
    .service2-area {
        padding: 0 0 13px
    }
}

.search-area {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9
}

@media only screen and (max-width:767px) {
    .search-area {
        position: relative;
        top: 15px;
        margin-bottom: 80px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .search-area {
        margin-bottom: 70px
    }
}

@media only screen and (max-width:320px) {
    .search-area {
        margin-bottom: 60px
    }
}

.search-area .search-inner {
    margin-left: 0;
    margin-right: 0;
    padding: 35px 20px;
    background: #002147;
    -webkit-box-shadow: 0 5px 11px -5px rgba(0, 0, 0, .89);
    -moz-box-shadow: 0 5px 11px -5px rgba(0, 0, 0, .89);
    box-shadow: 0 5px 11px -5px rgba(0, 0, 0, .89)
}

.search-area .search-inner .search-title {
    margin-top: 10px;
    text-align: left
}

@media only screen and (max-width:767px) {
    .search-area .search-inner .search-title {
        text-align: center;
        margin-bottom: 10px
    }
}

.search-area .search-inner .search-title span {
    color: #fff;
    font-size: 18px
}

@media (min-width:768px) and (max-width:991px) {
    .search-area .search-inner .search-title span {
        font-size: 16px
    }
}

.search-area .search-inner .search-title span i {
    margin-right: 10px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .search-area .search-inner .search-input {
        margin-bottom: 10px
    }
}

.search-area .search-inner .search-input input {
    height: 52px;
    width: 100%;
    padding: 15px
}

.search-area .search-inner .search-submit {
    text-align: right
}

@media only screen and (max-width:767px) {
    .search-area .search-inner .search-submit {
        text-align: center
    }
}

.students-say-area {
    padding: 60px 0;
    background: #f6f6f6;
}
.paginations {
    padding-bottom: 30px;
    background: #f6f6f6;
}
@media (min-width:992px) and (max-width:1199px) {
    .students-say-area {
        padding: 38px 0 80px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .students-say-area {
        padding: 30px 0 70px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .students-say-area {
        padding: 25px 0 60px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .students-say-area {
        padding: 25px 0 50px
    }
}

@media only screen and (max-width:320px) {
    .students-say-area {
        padding: 20px 0 40px
    }
}

.students-say-area .single-item-wrapper {
    position: relative;
    margin: 10px;
    padding: 0 10px
}

.students-say-area .profile-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.students-say-area .profile-img-wrapper a img {
    border: 3px solid #fff;
    width: auto;
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
    top: 10px
}

.students-say-area .tlp-tm-content-wrapper .item-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    
    font-weight: 300
}

.students-say-area .tlp-tm-content-wrapper .item-title a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.students-say-area .tlp-tm-content-wrapper .item-title a:hover {
    color: #fdc800
}

.students-say-area .tlp-tm-content-wrapper .item-designation {
    margin-bottom: 5px;
    display: block;
    color: #646464
}

.single-item-wrapper .border_testimonials .col-md-3 {
    margin: 0;
    padding: 0
}

.single-item-wrapper .border_testimonials .col-md-9 {
    margin: 0;
    padding: 0
}

.border_testimonials .tlp-tm-content-wrapper {
    padding: 0 10px
}

.students-say-area .item-content {
    position: relative;
    background: 0 0;
    color: #7d7d7d;
    margin-bottom: 0;
    margin-top: 0;
    
}

.single-item-wrapper:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: -5px;
    border: 15px solid;
    border-color: transparent #193759 #193759 #0d1f4200
}

.single-item-wrapper .border_testimonials {
    border-left: 2px solid #0d1f42;
    background: #fff;
    min-height: 250px;
    box-shadow: 0 -1px 20px 5px rgba(0, 0, 0, .06)
}

.students-say-area .rating-wrapper {
    margin-bottom: 10px
}

.students-say-area .rating-wrapper li {
    display: inline;
    color: #ff5722
}

.students-say-area .owl-controls .owl-nav {
    margin-top: 0
}

.students-say-area .owl-controls .owl-dots {
    margin-top: 40px
}

.students-say-area .owl-controls .owl-dots .owl-dot span {
    margin: 3px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #dedede;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.students-say-area .owl-controls .owl-dots .owl-dot:hover span {
    background: #002147
}

.students-say-area .owl-controls .owl-dots .active span {
    background: #002147
}

.students-join1-area {
    background: #fdc800;
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .students-join1-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .students-join1-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .students-join1-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .students-join1-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .students-join1-area {
        padding: 50px 0
    }
}

.students-join1-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
    -moz-box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
    box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53)
}

@media only screen and (max-width:991px) {
    .students-join1-wrapper {
        display: block
    }
}

.students-join1-wrapper .students-join1-left {
    -webkit-box-flex: 5;
    -moz-flex: 5;
    -webkit-flex: 5;
    flex: 5;
    border: 1px solid #fff
}

.students-join1-wrapper .students-join1-left ul li {
    border: 2px solid #fff
}

.students-join1-wrapper .students-join1-left .ri-grid {
    margin: 0
}

.students-join1-wrapper .students-join1-right {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    text-align: center;
    background: #002147;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.students-join1-wrapper .students-join1-right>div {
    margin: 0 auto
}

@media only screen and (max-width:991px) {
    .students-join1-wrapper .students-join1-right {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.students-join1-wrapper .students-join1-right h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #fff
}

@media (min-width:992px) and (max-width:1199px) {
    .students-join1-wrapper .students-join1-right h2 {
        font-size: 32px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .students-join1-wrapper .students-join1-right h2 {
        font-size: 30px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .students-join1-wrapper .students-join1-right h2 {
        font-size: 26px
    }
}

@media only screen and (max-width:479px) {
    .students-join1-wrapper .students-join1-right h2 {
        font-size: 24px
    }
}

.students-join1-wrapper .students-join1-right h2 span {
    font-weight: 700
}

.students-join2-area {
    background: #f5f5f5;
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .students-join2-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .students-join2-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .students-join2-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .students-join2-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .students-join2-area {
        padding: 50px 0
    }
}

.students-join2-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
    -moz-box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
    box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53)
}

@media only screen and (max-width:991px) {
    .students-join2-wrapper {
        display: block
    }
}

.students-join2-wrapper .students-join2-left {
    -webkit-box-flex: 5;
    -moz-flex: 5;
    -webkit-flex: 5;
    flex: 5;
    border: 1px solid #fff
}

.students-join2-wrapper .students-join2-left ul li {
    border: 2px solid #fff
}

.students-join2-wrapper .students-join2-left .ri-grid {
    margin: 0
}

.students-join2-wrapper .students-join2-right {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    text-align: center;
    background: #fdc800;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.students-join2-wrapper .students-join2-right>div {
    margin: 0 auto
}

@media only screen and (max-width:991px) {
    .students-join2-wrapper .students-join2-right {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.students-join2-wrapper .students-join2-right h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #fff
}

@media (min-width:992px) and (max-width:1199px) {
    .students-join2-wrapper .students-join2-right h2 {
        font-size: 32px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .students-join2-wrapper .students-join2-right h2 {
        font-size: 30px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .students-join2-wrapper .students-join2-right h2 {
        font-size: 26px
    }
}

@media only screen and (max-width:479px) {
    .students-join2-wrapper .students-join2-right h2 {
        font-size: 24px
    }
}

.students-join2-wrapper .students-join2-right h2 span {
    font-weight: 700;
    color: #002147
}

.students-join3-area {
    background: #f5f5f5;
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .students-join3-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .students-join3-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .students-join3-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .students-join3-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .students-join3-area {
        padding: 50px 0
    }
}

.students-join3-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
    -moz-box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
    box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53)
}

@media only screen and (max-width:991px) {
    .students-join3-wrapper {
        display: block
    }
}

.students-join3-wrapper .students-join3-left {
    -webkit-box-flex: 5;
    -moz-flex: 5;
    -webkit-flex: 5;
    flex: 5;
    border: 1px solid #fff
}

.students-join3-wrapper .students-join3-left ul li {
    border: 2px solid #fff
}

.students-join3-wrapper .students-join3-left .ri-grid {
    margin: 0
}

.students-join3-wrapper .students-join3-right {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    text-align: center;
    background: #002147;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.students-join3-wrapper .students-join3-right>div {
    margin: 0 auto
}

@media only screen and (max-width:991px) {
    .students-join3-wrapper .students-join3-right {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.students-join3-wrapper .students-join3-right h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #fff
}

@media (min-width:992px) and (max-width:1199px) {
    .students-join3-wrapper .students-join3-right h2 {
        font-size: 32px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .students-join3-wrapper .students-join3-right h2 {
        font-size: 30px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .students-join3-wrapper .students-join3-right h2 {
        font-size: 26px
    }
}

@media only screen and (max-width:479px) {
    .students-join3-wrapper .students-join3-right h2 {
        font-size: 24px
    }
}

.students-join3-wrapper .students-join3-right h2 span {
    font-weight: 700;
    color: #fdc800
}

.featured-box {
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px
}

.featured-box .featured-img-holder {
    text-align: center;
    position: relative;
    overflow: hidden
}

.featured-box .featured-img-holder img {
    width: 100%
}

.featured-box .featured-img-holder:before {
    background-color: rgba(253, 200, 0, .8);
    z-index: 1
}

.featured-box .featured-img-holder a {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 54px;
    background-color: rgba(0, 33, 71, .9);
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    opacity: 0;
    -moz-transform: scale(1) translateX(-400px);
    -webkit-transform: scale(1) translateX(-400px);
    -o-transform: scale(1) translateX(-400px);
    -ms-transform: scale(1) translateX(-400px);
    transform: scale(1) translateX(-400px);
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out
}

.featured-box .featured-img-holder a i {
    color: #fdc800;
    font-size: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.featured-box .featured-img-holder a:hover i {
    color: #fff
}

.featured-box .featured-img-holder:hover a {
    opacity: 1;
    -moz-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.featured-box .featured-content-holder {
    padding: 10px 10px 5px 15px
}

.featured-box .featured-content-holder h3 {
    font-size: 22px;
    margin-bottom: 5px
}

.featured-box .featured-content-holder h3 a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.featured-box .featured-content-holder h3 a:hover {
    color: #fdc800
}

.featured-box .featured-content-holder p {
    margin-bottom: 10px
}

.featured-box2 {
    width: 100%;
    background: #eaeaea;
    padding: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #e0e0e0
}

@media (min-width:768px) and (max-width:1199px) {
    .featured-box2 {
        text-align: center;
        padding: 25px 10px 15px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .featured-box2 {
        height: 198px
    }
}

@media only screen and (max-width:479px) {
    .featured-box2 {
        text-align: center;
        padding: 10px
    }
}

@media only screen and (max-width:767px) {
    .featured-box2 {
        margin-bottom: 15px
    }
}

.featured-box2 i {
    float: left;
    margin-right: 20px;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 58px;
    border-radius: 50%;
    background: #fdc800;
    font-size: 24px;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media (min-width:768px) and (max-width:1199px) {
    .featured-box2 i {
        float: none;
        margin-right: 0
    }
}

@media only screen and (max-width:479px) {
    .featured-box2 i {
        float: none;
        margin-right: 0
    }
}

.featured-box2 h3 {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 500
}

.featured-box2 h3 a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.featured-box2 h3 a:hover {
    color: #fff !important
}

.featured-box2:before {
    background: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.featured-box2:hover i {
    background: #fff;
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.featured-box2:hover h3 a {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.featured-area {
    padding: 88px 0 100px
}

@media (min-width:992px) and (max-width:1199px) {
    .featured-area {
        padding: 78px 0 90px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .featured-area {
        padding: 68px 0 80px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .featured-area {
        padding: 58px 0 70px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .featured-area {
        padding: 48px 0 60px
    }
}

@media only screen and (max-width:320px) {
    .featured-area {
        padding: 38px 0 50px
    }
}

.featured-wrapper>div:first-child .featured-img-holder a {
    top: 50%;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out
}

.featured-wrapper>div:first-child .featured-img-holder:hover {
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -ms-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out
}

.featured-wrapper>div:first-child .featured-content-holder {
    padding: 30px 30px 18px 40px
}

.featured-wrapper>div:first-child .featured-content-holder h3 {
    margin-bottom: 10px
}

.view-all-btn-area {
    text-align: center;
    margin-top: 30px
}

.counter-area {
    text-align: center
}

@media (min-width:992px) and (max-width:1199px) {
    .counter-area {
        padding: 120px 0 125px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .counter-area {
        padding: 110px 0 115px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .counter-area {
        padding: 100px 0 105px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .counter-area {
        padding: 60px 0 60px
    }
    .counter-area.counter_section_boxes {
        padding: 90px 15px 95px
    }
}

@media only screen and (max-width:320px) {
    .counter-area {
        padding: 80px 0 85px
    }
}

.video-area {
    padding: 108px 0 120px;
    position: relative
}

@media (min-width:992px) and (max-width:1199px) {
    .video-area {
        padding: 88px 0 100px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .video-area {
        padding: 78px 0 90px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .video-area {
        padding: 58px 0 70px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .video-area {
        padding: 48px 0 60px
    }
}

@media only screen and (max-width:320px) {
    .video-area {
        padding: 38px 0 50px
    }
}

.video-area2 {
    padding: 178px 0;
    position: relative
}

@media (min-width:992px) and (max-width:1199px) {
    .video-area2 {
        padding: 158px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .video-area2 {
        padding: 148px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .video-area2 {
        padding: 128px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .video-area2 {
        padding: 118px 0
    }
}

@media only screen and (max-width:320px) {
    .video-area2 {
        padding: 108px 0
    }
}

.video-content {
    position: relative;
    text-align: center
}

.video-content .video-title {
    letter-spacing: 1px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px
}

@media only screen and (max-width:480px) {
    .video-content .video-title {
        font-size: 30px
    }
}

.video-content .video-sub-title {
    color: #a3bed5;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 35px
}

.lecturers-area {
    padding: 88px 0 100px
}

@media (min-width:992px) and (max-width:1199px) {
    .lecturers-area {
        padding: 78px 0 90px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .lecturers-area {
        padding: 68px 0 80px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .lecturers-area {
        padding: 58px 0 70px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .lecturers-area {
        padding: 48px 0 50px
    }
}

@media only screen and (max-width:320px) {
    .lecturers-area {
        padding: 38px 0 40px
    }
}

.lecturers1-item-wrapper {
    text-align: center
}

.lecturers-img-wrapper {
    overflow: hidden;
    margin-bottom: 20px
}

.lecturers-img-wrapper img {
    width: 100%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.lecturers-img-wrapper:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.lecturers-content-wrapper {
    text-align: center
}

.lecturers-content-wrapper .item-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize
}

.lecturers-content-wrapper .item-title a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-content-wrapper .item-title a:hover {
    color: #fdc800
}

.lecturers-content-wrapper .item-designation {
    margin-bottom: 20px;
    display: block
}

.lecturers-content-wrapper .lecturers-social li {
    display: inline-block
}

.lecturers-content-wrapper .lecturers-social li a {
    height: 30px;
    width: 35px;
    background: #fdc800;
    display: block;
    line-height: 30px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-content-wrapper .lecturers-social li a i {
    color: #fff;
    font-size: 14px
}

.lecturers-content-wrapper .lecturers-social li a:hover {
    background: #002147
}

.lecturers-item-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.lecturers-item-wrapper:before {
    background-image: url(img/team/back.png);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-item-wrapper:after {
    opacity: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    background-color: rgba(0, 33, 71, .8);
    transform: translateY(300px);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-item-wrapper a img {
    width: 100%
}

.lecturers-item-wrapper .lecturers-content-wrapper {
    padding: 0 30px;
    position: absolute;
    top: 258px;
    z-index: 2;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media (min-width:992px) and (max-width:1199px) {
    .lecturers-item-wrapper .lecturers-content-wrapper {
        padding: 0 15px;
        top: 225px
    }
}

@media only screen and (max-width:479px) {
    .lecturers-item-wrapper .lecturers-content-wrapper {
        top: 330px
    }
}

@media only screen and (max-width:425px) {
    .lecturers-item-wrapper .lecturers-content-wrapper {
        top: 276px
    }
}

@media only screen and (max-width:375px) {
    .lecturers-item-wrapper .lecturers-content-wrapper {
        top: 227px
    }
}

@media only screen and (max-width:320px) {
    .lecturers-item-wrapper .lecturers-content-wrapper {
        top: 190px
    }
}

.lecturers-item-wrapper .lecturers-content-wrapper h3 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 22px
}

.lecturers-item-wrapper .lecturers-content-wrapper h3 a {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-item-wrapper .lecturers-content-wrapper h3 a:hover {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-item-wrapper .lecturers-content-wrapper span {
    color: #fff;
    margin-bottom: 42px;
    display: block;
    font-size: 18px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-item-wrapper .lecturers-content-wrapper p {
    margin-bottom: 40px;
    color: #fff
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li {
    display: inline-block;
    margin: 0 2px
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a {
    height: 40px;
    width: 45px;
    background: 0 0;
    display: block;
    line-height: 40px;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a i {
    color: #fdc800;
    font-size: 18px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a:hover {
    border: 1px solid #fdc800;
    background: #fdc800
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a:hover i {
    color: #fff
}

.lecturers-item-wrapper:hover:after {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-item-wrapper:hover:before {
    opacity: 0;
    -webkit-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -ms-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out
}

.lecturers-item-wrapper:hover .lecturers-content-wrapper {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-item-wrapper:hover .lecturers-content-wrapper span {
    margin-bottom: 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-page-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .lecturers-page-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .lecturers-page-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .lecturers-page-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .lecturers-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .lecturers-page-area {
        padding: 50px 0
    }
}

.lecturers-contact-info {
    text-align: center
}

.lecturers-contact-info img {
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .lecturers-contact-info img {
        margin: 0 auto 30px
    }
}

.lecturers-contact-info h2 {
    font-size: 30px;
    color: #002147;
    margin-bottom: 5px;
    font-weight: 500
}

.lecturers-contact-info h3 {
    color: #909090;
    font-size: 16px;
    margin-bottom: 25px
}

.lecturers-contact-info .lecturers-social2 li {
    display: inline-block;
    margin: 0 2px
}

.lecturers-contact-info .lecturers-social2 li a {
    height: 40px;
    width: 45px;
    background: #fdc800;
    display: block;
    line-height: 40px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.lecturers-contact-info .lecturers-social2 li a i {
    color: #fff;
    font-size: 14px
}

.lecturers-contact-info .lecturers-social2 li a:hover {
    background: #002147
}

.lecturers-contact-info .lecturers-contact {
    margin-top: 40px
}

@media only screen and (max-width:767px) {
    .lecturers-contact-info .lecturers-contact {
        margin-bottom: 30px
    }
}

.lecturers-contact-info .lecturers-contact li {
    padding: 25px 0 30px;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    color: #002147;
    margin-bottom: 20px
}

.lecturers-contact-info .lecturers-contact li i {
    color: #fdc800;
    position: relative;
    top: 5px;
    font-size: 30px;
    margin-right: 15px
}

.lecturers-contact-info .lecturers-contact li:last-child {
    margin-bottom: 0
}

ul.course-feature2 {
    margin-bottom: 30px
}

ul.course-feature2:after {
    clear: both;
    content: "";
    display: block
}

ul.course-feature2 li {
    width: 49%;
    box-sizing: border-box;
    float: left;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    margin-right: 5px;
    color: #444
}

@media only screen and (max-width:991px) {
    ul.course-feature2 li {
        width: 100%
    }
}

ul.course-feature2 li:before {
    content: "\f058";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    line-height: 1.3;
    color: #fdc800
}

.lecturers-page1-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .lecturers-page1-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .lecturers-page1-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .lecturers-page1-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .lecturers-page1-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .lecturers-page1-area {
        padding: 50px 0
    }
}

.lecturers-page1-area .single-item {
    margin-bottom: 30px
}

.lecturers-page2-area {
    padding: 100px 0 70px
}

@media (min-width:992px) and (max-width:1199px) {
    .lecturers-page2-area {
        padding: 90px 0 60px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .lecturers-page2-area {
        padding: 80px 0 50px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .lecturers-page2-area {
        padding: 70px 0 40px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .lecturers-page2-area {
        padding: 60px 0 30px
    }
}

@media only screen and (max-width:320px) {
    .lecturers-page2-area {
        padding: 50px 0 20px
    }
}

.publications-area {
    padding: 88px 0 72px
}

@media (min-width:992px) and (max-width:1199px) {
    .publications-area {
        padding: 78px 0 62px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .publications-area {
        padding: 68px 0 52px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .publications-area {
        padding: 58px 0 42px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .publications-area {
        padding: 50px 0 23px
    }
}

@media only screen and (max-width:320px) {
    .publications-area {
        padding: 38px 0 12px
    }
}

.publications-area .single-item-wrapper {
    margin-bottom: 20px
}

.publications-area .single-item-wrapper:hover .publications-img-wrapper:before {
    opacity: 1;
    -webkit-transition: all .55s ease-out;
    -moz-transition: all .55s ease-out;
    -ms-transition: all .55s ease-out;
    -o-transition: all .55s ease-out;
    transition: all .55s ease-out
}

.publications-area .single-item-wrapper:hover .buy-now-btn-area {
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    transform: skewX(0);
    opacity: 1;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.publications-img-wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.publications-img-wrapper:before {
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 33, 71, .8);
    z-index: 2;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.publications-img-wrapper img {
    width: 100%
}

.publications-content-wrapper {
    text-align: center
}

.publications-content-wrapper .item-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.publications-content-wrapper .item-title a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.publications-content-wrapper .item-title a:hover {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.publications-content-wrapper .item-price {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
    color: #fdc800
}

.buy-now-btn-area {
    position: absolute;
    top: 30%;
    z-index: 3;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.courses-page-top-area {
    border: 1px solid #e0e0e0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.courses-page-top-area .courses-page-top-left {
    padding: 15px 0 0 30px;
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2
}

@media only screen and (max-width:380px) {
    .courses-page-top-area .courses-page-top-left {
        padding: 18px 0 0 10px
    }
}

.courses-page-top-area .courses-page-top-left p {
    font-size: 16px;
    color: #002147
}

@media only screen and (max-width:380px) {
    .courses-page-top-area .courses-page-top-left p {
        font-size: 14px
    }
}

.courses-page-top-area .courses-page-top-right {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: right
}

.courses-page-top-area .courses-page-top-right ul {
    margin-top: 10px;
    margin-right: 10px
}

.courses-page-top-area .courses-page-top-right ul>li {
    display: inline-block;
    padding: 8px
}

.courses-page-top-area .courses-page-top-right ul>li:hover a i {
    color: #fdc800
}

.courses-page-top-area .courses-page-top-right ul>li>a>i {
    color: #b9b9b9
}

.courses-page-top-area .courses-page-top-right ul>.active i {
    color: #fdc800
}

.tab-content {
    margin-top: 30px
}

.tab-content-new {
    margin-top: 5px
}

.courses-box1 .single-item-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.courses-box1 .single-item-wrapper .courses-img-wrapper {
    position: relative
}

.courses-box1 .single-item-wrapper .courses-img-wrapper img {
    width: 100%
}

.courses-box1 .single-item-wrapper .courses-img-wrapper:before {
    background-color: rgba(253, 200, 0, .8);
    z-index: 1
}

.courses-box1 .single-item-wrapper .courses-img-wrapper:hover a {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.courses-box1 .single-item-wrapper .courses-img-wrapper a {
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 3;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    display: block;
    background: #002147;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.courses-box1 .single-item-wrapper .courses-content-wrapper {
    padding: 20px 15px
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title {
    font-size: 22px;
    margin-bottom: 10px
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
    color: #fdc800
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li {
    line-height: 1.3;
    padding-right: 7px;
    margin-right: 2px;
    border-right: 1px solid #909090;
    display: inline-block;
    font-size: 13px;
    font-weight: 500
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

.courses-box2 .single-item-wrapper {
    margin-bottom: 30px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media (min-width:768px) and (max-width:1199px) {
    .courses-box2 .single-item-wrapper {
        display: block
    }
}

@media only screen and (max-width:480px) {
    .courses-box2 .single-item-wrapper {
        display: block
    }
}

.courses-box2 .single-item-wrapper .courses-img-wrapper {
    -webkit-box-flex: 9;
    -moz-flex: 9;
    -webkit-flex: 9;
    flex: 9;
    position: relative;
    width: 100%
}

.courses-box2 .single-item-wrapper .courses-img-wrapper img {
    width: 100%
}

.courses-box2 .single-item-wrapper .courses-img-wrapper:before {
    background-color: rgba(253, 200, 0, .8);
    z-index: 2;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.courses-box2 .single-item-wrapper .courses-img-wrapper:hover a {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.courses-box2 .single-item-wrapper .courses-img-wrapper a {
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 3;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    display: block;
    background: #002147;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.courses-box2 .single-item-wrapper .courses-content-wrapper {
    -webkit-box-flex: 10;
    -moz-flex: 10;
    -webkit-flex: 10;
    flex: 10;
    padding: 17px 15px 15px 28px
}

.courses-box2 .single-item-wrapper .courses-content-wrapper .item-title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500
}

.courses-box2 .single-item-wrapper .courses-content-wrapper .item-title a {
    color: #002147
}

.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li {
    line-height: 1.3;
    padding-right: 10px;
    margin-right: 8px;
    border-right: 1px solid #909090;
    display: inline-block;
    font-size: 13px;
    font-weight: 500
}

@media only screen and (max-width:479px) {
    .courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li {
        margin-right: 5px;
        padding-right: 7px
    }
}

.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

.courses-box2 .single-item-wrapper:hover {
    -webkit-box-shadow: 0 0 20px 5px rgba(218, 218, 218, .75);
    -moz-box-shadow: 0 0 20px 5px rgba(218, 218, 218, .75);
    box-shadow: 0 0 20px 5px rgba(218, 218, 218, .75);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.courses-box3 .single-item-wrapper {
    margin-bottom: 30px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:991px) {
    .courses-box3 .single-item-wrapper {
        display: block
    }
}

.courses-box3 .single-item-wrapper .courses-img-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.courses-box3 .single-item-wrapper .courses-img-wrapper:before {
    background-color: rgba(253, 200, 0, .8);
    z-index: 1
}

.courses-box3 .single-item-wrapper .courses-img-wrapper:hover a {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.courses-box3 .single-item-wrapper .courses-img-wrapper a {
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 3;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    display: block;
    background: #002147;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.courses-box3 .single-item-wrapper .courses-content-wrapper {
    position: relative;
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    padding: 18px 15px 10px 30px
}

@media (min-width:992px) and (max-width:1199px) {
    .courses-box3 .single-item-wrapper .courses-content-wrapper {
        padding: 12px 15px 10px 30px
    }
}

@media only screen and (max-width:479px) {
    .courses-box3 .single-item-wrapper .courses-content-wrapper {
        padding: 12px 15px 10px
    }
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
    color: #fdc800
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-content {
    margin-bottom: 12px
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li {
    line-height: 1.3;
    padding-right: 10px;
    margin-right: 8px;
    border-right: 1px solid #909090;
    display: inline-block;
    font-size: 13px;
    font-weight: 500
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 75px;
    height: 35px;
    padding: 3px;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    background: #fdc800;
    color: #002147;
    z-index: 1
}

@media only screen and (max-width:479px) {
    .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
        top: 15px;
        bottom: inherit;
        font-size: 18px;
        height: 30px
    }
}

.courses-box3 .single-item-wrapper:hover {
    -webkit-box-shadow: 0 0 20px 5px rgba(218, 218, 218, .75);
    -moz-box-shadow: 0 0 20px 5px rgba(218, 218, 218, .75);
    box-shadow: 0 0 20px 5px rgba(218, 218, 218, .75);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.courses1-area {
    padding: 88px 0 70px;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses1-area {
        padding: 78px 0 60px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses1-area {
        padding: 68px 0 50px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses1-area {
        padding: 58px 0 40px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses1-area {
        padding: 48px 0 20px
    }
}

@media only screen and (max-width:320px) {
    .courses1-area {
        padding: 38px 0 10px
    }
}

.courses2-area {
    padding: 60px 0;
    margin-top: 230px
}

@media (min-width:992px) and (max-width:1199px) {
    .courses2-area {
        padding: 78px 0 90px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses2-area {
        padding: 45px 0 60px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses2-area {
        padding: 35px 0 50px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses2-area {
        padding: 30px 0 40px
    }
}

@media only screen and (max-width:320px) {
    .courses2-area {
        padding: 30px 0 40px
    }
}

.courses-page-area1 {
    padding: 100px 0;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses-page-area1 {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses-page-area1 {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses-page-area1 {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses-page-area1 {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area1 {
        padding: 50px 0
    }
}

@media only screen and (max-width:767px) {
    .courses-page-area1 .courses-img-wrapper {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .courses-page-area1 .courses-img-wrapper img {
        width: 100%
    }
}

.courses-page-area2 {
    padding: 100px 0 70px;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses-page-area2 {
        padding: 90px 0 60px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses-page-area2 {
        padding: 80px 0 50px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses-page-area2 {
        padding: 70px 0 40px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses-page-area2 {
        padding: 60px 0 30px
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area2 {
        padding: 50px 0 20px
    }
}

.courses-page-area3 {
    padding: 100px 0;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses-page-area3 {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses-page-area3 {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses-page-area3 {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses-page-area3 {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area3 {
        padding: 50px 0
    }
}

.course-details-inner {
    padding: 30px 60px;
    background: #fff
}

.course-details-inner ul.course-feature:after {
    clear: both;
    content: "";
    display: block
}

.course-details-inner ul.course-feature li {
    width: 32%;
    box-sizing: border-box;
    float: left;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #444
}

@media only screen and (max-width:991px) {
    .course-details-inner ul.course-feature li {
        width: 100%
    }
}

.course-details-inner ul.course-feature li:before {
    content: "\f058";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 20px;
    border-radius: 50%;
    z-index: 1;
    line-height: 1.3;
    color: #fdc800
}

.course-details-comments {
    margin-bottom: 50px
}

.course-details-comments .media {
    padding-bottom: 8px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e3e3e3
}

@media only screen and (max-width:479px) {
    .course-details-comments .media {
        margin-bottom: 0
    }
}

.course-details-comments .media:last-child {
    border-bottom: 0
}

@media only screen and (max-width:479px) {
    .course-details-comments .media a {
        float: none !important
    }
}

.course-details-comments .media a img {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.course-details-comments .media a img:hover {
    opacity: .5;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.course-details-comments .media .media-body {
    position: relative;
    padding-left: 20px
}

@media only screen and (max-width:479px) {
    .course-details-comments .media .media-body {
        padding-left: 0;
        padding-right: 5px
    }
}

.course-details-comments .media .media-body h3 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500
}

.course-details-comments .media .media-body h3 a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.course-details-comments .media .media-body h3 a:hover {
    color: #fdc800
}

.course-details-comments .media .media-body h4 {
    color: #fff;
    background: #002147;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500
}

.course-details-comments .media .media-body p {
    color: #757575;
    text-align: justify
}

.course-details-comments .media .media-body .replay-area {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 3
}

@media only screen and (max-width:479px) {
    .course-details-comments .media .media-body .replay-area {
        right: 10px
    }
}

.course-details-comments .media .media-body .replay-area ul li {
    display: inline-block
}

.course-details-comments .media .media-body .replay-area ul li i {
    color: #fdc800
}

.leave-comments .form-group {
    margin-bottom: 20px
}

.leave-comments .form-group .form-control {
    border-radius: 0;
    background: #f9f9f9;
    box-shadow: none;
    border: none
}

.leave-comments .form-group input {
    height: 45px;
    color: #212121;
    font-weight: 500;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important
}

.leave-comments .form-group textarea {
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important
}

.leave-comments .rate-wrapper {
    display: inline-block;
    margin: 5px 0
}

.leave-comments .rate {
    float: left;
    color: #f5f5f5;
    cursor: pointer
}

.leave-comments .rate.selected,
.leave-comments .rate:hover {
    color: #fdc800
}

.leave-comments .rate-label {
    float: left;
    color: #002147;
    margin-right: 10px;
    margin-left: 0
}

.leave-comments .rate-item {
    float: left;
    cursor: pointer;
    margin: 0 5px 0 5px
}

.leave-comments .rate-item.active~.rate-item,
.leave-comments .rate-item:hover~.rate-item {
    color: #f5f5f5
}

.courses-page-area4 {
    padding: 100px 0;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses-page-area4 {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses-page-area4 {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses-page-area4 {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses-page-area4 {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area4 {
        padding: 50px 0
    }
}

.course-details-inner {
    padding: 20px 30px 30px;
    background: #fff
}

@media only screen and (max-width:479px) {
    .course-details-inner {
        padding: 20px 15px 30px
    }
}

.course-details-inner .course-details-tab-area {
    margin: 30px 0 0;
    overflow: hidden
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn {
    background: #f5f5f5
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li {
    display: inline-block;
    margin: -1px;
    background: 0 0;
    border-right: 1px solid #cdcdcd;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li:last-child {
    border-right: 0
}

@media only screen and (max-width:479px) {
    .course-details-inner .course-details-tab-area ul.course-details-tab-btn>li {
        display: block !important;
        padding: 0
    }
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
    display: block;
    color: #002147;
    padding: 20px 30px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media (min-width:768px) and (max-width:1199px) {
    .course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
        padding: 20px 17px
    }
}

@media only screen and (max-width:479px) {
    .course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
        display: block !important
    }
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li:hover {
    background: #002147
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li:hover a {
    color: #fff
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active {
    background: #002147
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active a {
    color: #fff;
    text-decoration: none
}

.course-details-inner .course-details-tab-area .tab-content {
    padding: 35px 0 15px 0;
    margin-top: 0
}

.course-details-inner .course-details-tab-area ul.course-feature:after {
    clear: both;
    content: "";
    display: block
}

.course-details-inner .course-details-tab-area ul.course-feature li {
    width: 49%;
    box-sizing: border-box;
    float: left;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #444
}

@media only screen and (max-width:991px) {
    .course-details-inner .course-details-tab-area ul.course-feature li {
        width: 100%
    }
}

.course-details-inner .course-details-tab-area ul.course-feature li:before {
    content: "\f058";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 20px;
    border-radius: 50%;
    z-index: 1;
    line-height: 1.3;
    color: #fdc800
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

@media only screen and (max-width:991px) {
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
        display: block;
        text-align: center;
        clear: both;
        margin-bottom: 30px
    }
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li:last-child {
    margin-bottom: 0
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3
}

@media only screen and (max-width:991px) {
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img img {
        margin: 0 auto 15px
    }
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content {
    -webkit-box-flex: 6;
    -moz-flex: 6;
    -webkit-flex: 6;
    flex: 6;
    margin-right: 10px
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 {
    margin-bottom: 0;
    font-size: 18px
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a:hover {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
    -webkit-box-flex: 7;
    -moz-flex: 7;
    -webkit-flex: 7;
    flex: 7
}

@media only screen and (max-width:991px) {
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
        float: left
    }
}

@media only screen and (max-width:479px) {
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
        float: inherit
    }
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
    width: 100px;
    display: inline-block;
    border-right: 1px solid #cdcdcd;
    margin-right: 15px;
    height: 58px
}

@media only screen and (max-width:479px) {
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
        margin-right: 10px
    }
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li:last-child {
    border-right: none;
    margin-right: 0
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li h4 {
    font-size: 16px;
    color: #002147;
    margin-bottom: 5px
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-details {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2
}

.related-courses-title-area {
    margin: 30px 0 0 0;
    background: #fff
}

.related-courses-title-area h3 {
    padding: 12px 20px;
    color: #002147;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize
}

.related-courses-carousel .owl-controls .owl-nav {
    top: -74px;
    right: 25px
}

.courses-breadcrumb {
    background: #f5f5f5
}

.courses-page-area5 {
    padding: 15px 0 50px;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses-page-area5 {
        padding: 15px 0 60px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses-page-area5 {
        padding: 15px 0 50px
    }
}

.learning-outcomes li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #444
}

.learning-outcomes li:last-child {
    margin-bottom: 0
}

.learning-outcomes li:before {
    content: "\f105";
    background: #002147;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
    padding: 2px 2px 2px 4px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 14px;
    text-align: center;
    z-index: 1;
    font-family: FontAwesome
}

.curriculum-wrapper .panel-default {
    margin-top: 0 !important;
    border-radius: 0 !important;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.curriculum-wrapper .panel-default:last-child {
    border-bottom: 0
}

.curriculum-wrapper .panel-default .panel-heading {
    padding: 0;
    background: 0 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a {
    padding: 13px 15px 15px;
    display: block
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li {
    border-top: none;
    display: inline-block
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(1n) i {
    margin-right: 10px;
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(2n) {
    margin-right: 30px;
    color: #888
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(3n) {
    font-size: 16px;
    color: #002147;
    font-weight: 500;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) {
    position: absolute;
    right: 50px
}

@media only screen and (max-width:991px) {
    .curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) {
        display: none
    }
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) i {
    margin-right: 10px;
    color: #888;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) span {
    color: #002147;
    font-weight: 500;
    margin-left: 5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .panel-heading .accordion-toggle {
    position: relative
}

.curriculum-wrapper .panel-default .panel-heading .accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f106";
    right: 15px;
    position: absolute;
    top: 15px;
    color: #828282;
    font-size: 18px;
    z-index: 1
}

.curriculum-wrapper .panel-default .panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
    font-family: FontAwesome
}

.curriculum-wrapper .panel-default .panel-collapse {
    background: #f5f5f5;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .panel-body {
    text-align: justify;
    padding: 0 75px 20px 45px;
    border-top: 0 !important;
    color: #444;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media only screen and (max-width:991px) {
    .curriculum-wrapper .panel-default .panel-body {
        padding: 0 15px 15px
    }
}

.curriculum-wrapper .panel-default .active {
    background: #f5f5f5;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(1n) i {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(2n) {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(4n) i {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.news-event-area {
    padding: 88px 0 100px;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .news-event-area {
        padding: 78px 0 60px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .news-event-area {
        padding: 68px 0 50px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .news-event-area {
        padding: 58px 0 40px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .news-event-area {
        padding: 48px 0 30px
    }
}

@media only screen and (max-width:320px) {
    .news-event-area {
        padding: 38px 0 20px
    }
}

@media only screen and (max-width:1199px) {
    .news-inner-area {
        margin-bottom: 30px
    }
}

.news-inner-area .news-wrapper {
    background: #fff;
    padding: 20px 20px 15px
}

.news-inner-area .news-wrapper li {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:1199px) {
    .news-inner-area .news-wrapper li {
        display: block
    }
}

.news-inner-area .news-wrapper li .news-img-holder {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

@media only screen and (max-width:1199px) {
    .news-inner-area .news-wrapper li .news-img-holder {
        margin-bottom: 15px
    }
}

.news-inner-area .news-wrapper li .news-content-holder {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2
}

.news-inner-area .news-wrapper li .news-content-holder h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0
}

.news-inner-area .news-wrapper li .news-content-holder h3 a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.news-inner-area .news-wrapper li .news-content-holder h3 a:hover {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.news-inner-area .news-wrapper li .news-content-holder .post-date {
    font-style: italic;
    font-size: 14px;
    margin: 5px 0;
    font-weight: 500;
    color: #fdc800
}

.news-inner-area .news-wrapper li .news-content-holder p {
    margin-bottom: 0
}

.news-inner-area .news-wrapper li:last-child {
    border-bottom: none;
    margin-bottom: 4px;
    padding-bottom: 0
}

.news-inner-area .news-wrapper li:before {
    background: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:1199px) {
    .news-inner-area .news-wrapper-responsive li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }
}

@media only screen and (max-width:479px) {
    .news-inner-area .news-wrapper-responsive li {
        display: block
    }
}

.news-inner-area .news-wrapper-responsive li .news-content-holder {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2
}

@media (min-width:992px) and (max-width:1199px) {
    .news-inner-area .news-wrapper-responsive li .news-content-holder {
        -webkit-box-flex: 4;
        -moz-flex: 4;
        -webkit-flex: 4;
        flex: 4
    }
}

@media (min-width:768px) and (max-width:991px) {
    .news-inner-area .news-wrapper-responsive li .news-content-holder {
        -webkit-box-flex: 3;
        -moz-flex: 3;
        -webkit-flex: 3;
        flex: 3
    }
}

.news-inner-area .news-btn-holder {
    margin-top: 45px;
    text-align: center
}

@media only screen and (max-width:1199px) {
    .event-inner-area {
        margin-bottom: 30px
    }
}

.event-inner-area .event-wrapper>li {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

@media only screen and (max-width:1199px) {
    .event-inner-area .event-wrapper>li {
        display: block
    }
}

.event-inner-area .event-wrapper>li:last-child {
    margin-bottom: 0
}

.event-inner-area .event-wrapper>li .event-calender-wrapper {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

@media only screen and (max-width:1199px) {
    .event-inner-area .event-wrapper>li .event-calender-wrapper {
        margin-bottom: 15px
    }
}

.event-inner-area .event-wrapper>li .event-calender-holder {
    position: relative;
    padding-top: 20px;
    text-align: center;
    width: 100px;
    background: #fdc800
}

.event-inner-area .event-wrapper>li .event-calender-holder:before {
    content: "\f111";
    position: absolute;
    left: 10px;
    top: 5px;
    color: #002147;
    font-size: 14px;
    font-family: FontAwesome
}

.event-inner-area .event-wrapper>li .event-calender-holder:after {
    content: "\f111";
    position: absolute;
    right: 10px;
    top: 5px;
    color: #002147;
    font-size: 14px;
    font-family: FontAwesome
}

.event-inner-area .event-wrapper>li .event-calender-holder h3 {
    font-size: 24px;
    color: #002147;
    margin-bottom: 0;
    line-height: 1
}

.event-inner-area .event-wrapper>li .event-calender-holder p {
    color: #002147;
    margin-bottom: 5px;
    text-transform: uppercase
}

.event-inner-area .event-wrapper>li .event-calender-holder span {
    line-height: 2.5;
    background: #002147;
    height: 40px;
    display: block;
    color: #fff
}

.event-inner-area .event-wrapper>li .event-content-holder {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3
}

.event-inner-area .event-wrapper>li .event-content-holder h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.event-inner-area .event-wrapper>li .event-content-holder h3 a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.event-inner-area .event-wrapper>li .event-content-holder h3 a:hover {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.event-inner-area .event-wrapper>li .event-content-holder p {
    margin-bottom: 10px
}

@media (min-width:768px) and (max-width:1199px) {
    .event-inner-area .event-wrapper>li .event-content-holder p {
        margin-bottom: 58px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .event-inner-area .event-wrapper>li .event-content-holder p {
        margin-bottom: 15px
    }
}

.event-inner-area .event-wrapper>li .event-content-holder ul li {
    color: #002147;
    font-weight: 500;
    border-right: 1px solid #bdbdbd;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    line-height: 1
}

@media (min-width:768px) and (max-width:991px) {
    .event-inner-area .event-wrapper>li .event-content-holder ul li {
        margin-right: 12px;
        padding-right: 12px
    }
}

.event-inner-area .event-wrapper>li .event-content-holder ul li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0
}

.event-inner-area .event-btn-holder {
    margin-top: 45px;
    text-align: center
}

.news-page-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .news-page-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .news-page-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .news-page-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .news-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .news-page-area {
        padding: 50px 0
    }
}

.news-box {
    margin-bottom: 55px
}

.news-box h2 {
    margin-bottom: 12px
}

.news-box p {
    margin-bottom: 30px
}

.news-box .news-img-holder {
    margin-bottom: 25px;
    position: relative
}

.news-date1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.news-date1 li {
    width: 112px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    line-height: 2.5
}

@media (min-width:480px) and (max-width:991px) {
    .news-date1 li {
        height: 40px;
        font-size: 20px;
        width: 90px;
        line-height: 2
    }
}

@media (min-width:480px) and (max-width:767px) {
    .news-date1 li {
        font-size: 18px;
        line-height: 2.3
    }
}

@media only screen and (max-width:479px) {
    .news-date1 li {
        height: 35px;
        font-size: 16px;
        width: 80px
    }
}

.news-date1 li:nth-child(odd) {
    background: #002147;
    color: #fff;
    font-weight: 700
}

.news-date1 li:nth-child(even) {
    background: #fdc800;
    color: #212121;
    font-weight: 500
}

.news-date2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.news-date2 li {
    width: 80px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 2.8
}

@media (min-width:480px) and (max-width:991px) {
    .news-date2 li {
        height: 40px;
        font-size: 20px;
        width: 90px;
        line-height: 2
    }
}

@media (min-width:480px) and (max-width:767px) {
    .news-date2 li {
        font-size: 18px;
        line-height: 2.3
    }
}

@media only screen and (max-width:479px) {
    .news-date2 li {
        height: 35px;
        font-size: 16px;
        width: 80px;
        line-height: 2.2
    }
}

.news-date2 li:nth-child(odd) {
    background: #002147;
    color: #fff;
    font-weight: 700
}

.news-date2 li:nth-child(even) {
    background: #fdc800;
    color: #212121;
    font-weight: 500
}

.news-comments {
    margin-bottom: 35px;
    padding-bottom: 10px
}

.news-comments li {
    display: inline-block;
    margin-right: 20px
}

@media (min-width:992px) and (max-width:1199px) {
    .news-comments li {
        margin-right: 8px
    }
}

.news-comments li a {
    color: #b1b1b1
}

.news-comments li a:hover {
    color: #002147
}

.news-comments li a i {
    color: #fdc800;
    margin-right: 8px
}

.news-comments li a span {
    color: #444
}

.news-details-page-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .news-details-page-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .news-details-page-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .news-details-page-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .news-details-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .news-details-page-area {
        padding: 50px 0
    }
}

.news-details-page-inner .news-img-holder {
    margin-bottom: 25px;
    position: relative
}

.news-details-page-inner .title-default-left-bold {
    margin-bottom: 20px
}

.news-details-page-inner p span {
    font-style: italic;
    padding: 40px 50px 50px;
    background: #f5f5f5;
    display: block;
    position: relative;
    margin-bottom: 30px
}

.news-details-page-inner p span:before {
    color: #fdc800;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 20px;
    left: 30px;
    position: absolute;
    top: 30px;
    z-index: 1
}

.news-details-page-inner .news-social {
    margin-top: 10px;
    margin-bottom: 80px;
    display: inline-block
}

.news-details-page-inner .news-social li {
    display: inline-block;
    margin-right: 5px
}

.news-details-page-inner .news-social li a {
    background: #002147;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 27px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.news-details-page-inner .news-social li a i {
    color: #fdc800;
    font-size: 13px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.news-details-page-inner .news-social li a:hover {
    background: #fdc800
}

.news-details-page-inner .news-social li a:hover i {
    color: #002147
}

.news-details-page-inner .news-social li:last-child {
    margin-right: 0
}

.event-page-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .event-page-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .event-page-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .event-page-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .event-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .event-page-area {
        padding: 50px 0
    }
}

@media only screen and (max-width:479px) {
    .event-inner-wrapper .col-xs-6 {
        width: 100%
    }
}

.event-inner-wrapper .single-item {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

@media only screen and (max-width:1199px) {
    .event-inner-wrapper .single-item {
        display: block
    }
}

.event-inner-wrapper .single-item .item-img {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.event-inner-wrapper .single-item .item-content {
    padding: 0 30px;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

@media only screen and (max-width:1199px) {
    .event-inner-wrapper .single-item .item-content {
        padding: 30px 0
    }
}

.event-inner-wrapper .single-item .item-content p {
    margin-bottom: 30px
}

.event-inner-wrapper .event-info-block li {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 18px;
    color: #002147;
    padding-left: 40px;
    position: relative
}

@media only screen and (max-width:479px) {
    .event-inner-wrapper .event-info-block li {
        font-size: 16px
    }
}

.event-inner-wrapper .event-info-block li:last-child {
    margin-bottom: 0
}

.event-inner-wrapper .event-info-block li i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 24px;
    margin-right: 15px;
    color: #fdc800
}

.event-details-page-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .event-details-page-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .event-details-page-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .event-details-page-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .event-details-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .event-details-page-area {
        padding: 50px 0
    }
}

.event-details-inner .event-details-img {
    position: relative;
    margin-bottom: 30px
}

.event-details-inner .event-details-img .countdown-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1
}

@media only screen and (max-width:767px) {
    .event-details-inner .event-details-img .countdown-content {
        top: inherit;
        bottom: 0;
        transform: translateY(0);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center
    }
}

.event-details-inner .event-details-img .countdown-content .countdown-section {
    padding: 15px 0;
    text-align: center;
    width: 80px
}

@media only screen and (max-width:991px) {
    .event-details-inner .event-details-img .countdown-content .countdown-section {
        padding: 8px 0 4px;
        width: 75px
    }
}

@media only screen and (max-width:767px) {
    .event-details-inner .event-details-img .countdown-content .countdown-section {
        width: 65px;
        display: inline-block
    }
}

.event-details-inner .event-details-img .countdown-content .countdown-section h3 {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 700
}

.event-details-inner .event-details-img .countdown-content .countdown-section p {
    margin-bottom: 0
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) {
    background: #002147
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) p {
    color: #a0a5ac
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) {
    background: #fdc800
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) p {
    color: #856900
}

.event-details-inner p {
    margin-bottom: 50px
}

.event-info-inline {
    margin-bottom: 55px
}

.event-info-inline li {
    display: inline-block;
    line-height: 1.4;
    margin-right: 30px;
    font-size: 18px;
    color: #002147;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px
}

@media only screen and (max-width:479px) {
    .event-info-inline li {
        font-size: 16px
    }
}

.event-info-inline li:last-child {
    margin-bottom: 0
}

.event-info-inline li i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 24px;
    margin-right: 15px;
    color: #fdc800
}

.why-choose-area {
    padding: 82px 0 94px;
    background: #f8f8f8
}

@media (min-width:992px) and (max-width:1199px) {
    .why-choose-area {
        padding: 74px 0 84px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .why-choose-area {
        padding: 66px 0 74px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .why-choose-area {
        padding: 58px 0 33px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .why-choose-area {
        padding: 49px 0 23px
    }
}

@media only screen and (max-width:320px) {
    .why-choose-area {
        padding: 40px 0 13px
    }
}

.certificate-area {
    background: #f8f8f8;
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .certificate-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .certificate-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .certificate-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .certificate-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .certificate-area {
        padding: 50px 0
    }
}

.certificate-area .single-item {
    background: #fff;
    padding: 15px
}

.gallery-wrapper {
    margin-left: -5px;
    margin-right: -5px
}

.gallery-wrapper>div {
    padding: 0 3px
}

.gallery-box {
    margin-bottom: 6px;
    position: relative
}

.gallery-box:before {
    opacity: 0;
    content: "";
    background-color: rgba(253, 200, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.gallery-box img {
    width: 100%
}

.gallery-box .gallery-content {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.gallery-box .gallery-content a {
    background-color: #002147;
    height: 55px;
    width: 55px;
    line-height: 60px;
    display: inline-block;
    border-radius: 50%
}

.gallery-box .gallery-content a i {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.gallery-box:hover:before {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.gallery-box:hover .gallery-content {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.gallery-area1 {
    padding: 100px 0 93px
}

@media (min-width:992px) and (max-width:1199px) {
    .gallery-area1 {
        padding: 90px 0 83px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .gallery-area1 {
        padding: 80px 0 73px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .gallery-area1 {
        padding: 70px 0 63px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .gallery-area1 {
        padding: 60px 0 53px
    }
}

@media only screen and (max-width:320px) {
    .gallery-area1 {
        padding: 50px 0 43px
    }
}

.gallery-area2 {
    padding: 100px 0 93px
}

@media (min-width:992px) and (max-width:1199px) {
    .gallery-area2 {
        padding: 90px 0 83px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .gallery-area2 {
        padding: 80px 0 73px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .gallery-area2 {
        padding: 70px 0 63px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .gallery-area2 {
        padding: 60px 0 53px
    }
}

@media only screen and (max-width:320px) {
    .gallery-area2 {
        padding: 50px 0 43px
    }
}

.research-page1-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .research-page1-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .research-page1-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .research-page1-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .research-page1-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .research-page1-area {
        padding: 50px 0
    }
}

.research-box1 {
    overflow: hidden;
    margin-bottom: 45px
}

.research-box1 img {
    margin-bottom: 25px
}

.research-page2-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .research-page2-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .research-page2-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .research-page2-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .research-page2-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .research-page2-area {
        padding: 50px 0
    }
}

.research-box2 {
    margin-bottom: 35px
}

.research-box2 .research-img-holder {
    margin-bottom: 20px;
    position: relative
}

.research-box2 .research-img-holder .research-details {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    left: 30px
}

.research-box2 .research-img-holder .research-details a {
    color: #fff;
    padding: 10px 20px;
    display: block;
    background: #002147;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.research-box2 .research-img-holder .research-details a:hover {
    background: #fdc800;
    color: #212121
}

.research-box2 .research-img-holder .research-details a:hover i {
    color: #212121
}

.research-box2 .research-img-holder .research-details a i {
    color: #fdc800;
    font-size: 20px;
    margin-left: 15px;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.research-page3-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .research-page3-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .research-page3-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .research-page3-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .research-page3-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .research-page3-area {
        padding: 50px 0
    }
}

.research-box3 {
    margin-bottom: 60px
}

.research-box3 img {
    margin-bottom: 20px
}

.research-box3 p {
    margin-bottom: 30px
}

.research-details-page-area {
    padding: 50px 0 74px
}

@media (min-width:992px) and (max-width:1199px) {
    .research-details-page-area {
        padding: 90px 0 77px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .research-details-page-area {
        padding: 80px 0 52px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .research-details-page-area {
        padding: 70px 0 69px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .research-details-page-area {
        padding: 60px 0 59px
    }
}

@media only screen and (max-width:320px) {
    .research-details-page-area {
        padding: 50px 0 49px
    }
}

.research-details-inner img {
    margin-bottom: 20px
}

.research-details-inner p span {
    font-style: italic;
    padding: 40px 50px 50px;
    background: #f5f5f5;
    display: block;
    position: relative;
    margin-bottom: 30px
}

.research-details-inner p span:before {
    color: #fdc800;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 20px;
    left: 30px;
    position: absolute;
    top: 30px;
    z-index: 1
}

.shop-page1-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .shop-page1-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .shop-page1-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .shop-page1-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .shop-page1-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .shop-page1-area {
        padding: 50px 0
    }
}

@media only screen and (max-width:479px) {
    .shop-page1-area .shop-page1-xs-width .col-xs-6 {
        width: 100%
    }
}

.product-box1 {
    text-align: center;
    margin-bottom: 30px
}

.product-box1 .product-social {
    opacity: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 33%;
    z-index: 2;
    -moz-transform: scale(1) translateY(-150px);
    -webkit-transform: scale(1) translateY(-150px);
    -o-transform: scale(1) translateY(-150px);
    -ms-transform: scale(1) translateY(-150px);
    transform: scale(1) translateY(-150px);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:479px) {
    .product-box1 .product-social {
        top: 27%;
        -moz-transform: scale(1) translateY(-50px);
        -webkit-transform: scale(1) translateY(-50px);
        -o-transform: scale(1) translateY(-50px);
        -ms-transform: scale(1) translateY(-50px);
        transform: scale(1) translateY(-50px)
    }
}

.product-box1 .product-social li {
    display: inline-block;
    height: 40px;
    width: 42px;
    border: 1px solid #fdc800;
    background: 0 0;
    margin: 0 1px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:479px) {
    .product-box1 .product-social li {
        height: 30px;
        width: 32px
    }
}

.product-box1 .product-social li a {
    display: block
}

.product-box1 .product-social li a i {
    line-height: 40px;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:479px) {
    .product-box1 .product-social li a i {
        line-height: 30px
    }
}

.product-box1 .product-social li:hover {
    background: #fdc800
}

.product-box1 .product-social li:hover i {
    color: #212121
}

.product-box1 .product-img-holder {
    position: relative
}

@media only screen and (max-width:479px) {
    .product-box1 .product-img-holder {
        display: inline-block
    }
}

.product-box1 .product-img-holder a img {
    width: 100%
}

@media only screen and (max-width:479px) {
    .product-box1 .product-img-holder a img {
        width: auto
    }
}

.product-box1 .product-img-holder:after {
    opacity: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 33, 71, .8);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.product-box1 .product-img-holder .hot-sale {
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 60px solid #fdc800;
    border-right: 60px solid transparent;
    z-index: 3
}

.product-box1 .product-img-holder .hot-sale span {
    color: #002147;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 26px;
    letter-spacing: 2px;
    position: absolute;
    -webkit-transform: rotate(316deg);
    -moz-transform: rotate(316deg);
    -o-transform: rotate(316deg)
}

.product-box1 .product-content-holder {
    margin-top: 20px
}

.product-box1 .product-content-holder h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0
}

@media only screen and (max-width:479px) {
    .product-box1 .product-content-holder h3 {
        letter-spacing: 0
    }
}

.product-box1 .product-content-holder h3 a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.product-box1 .product-content-holder h3 a:hover {
    color: #fdc800
}

.product-box1 .product-content-holder span {
    color: #fdc800;
    font-size: 20px;
    font-weight: 500
}

.product-box1 .product-content-holder span span {
    margin-right: 15px;
    color: #757575;
    text-decoration: line-through
}

.product-box1:hover .product-social {
    top: 40%;
    opacity: 1;
    -moz-transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.product-box1:hover .product-img-holder:after {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.shop-page2-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .shop-page2-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .shop-page2-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .shop-page2-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .shop-page2-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .shop-page2-area {
        padding: 50px 0
    }
}

.product-box2 {
    margin-bottom: 30px
}

@media only screen and (max-width:479px) {
    .product-box2 {
        text-align: center;
        margin-bottom: 50px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .product-box2 a {
        float: none !important
    }
}

@media only screen and (max-width:479px) {
    .product-box2 a {
        float: none !important
    }
}

.product-box2 a img {
    width: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:479px) {
    .product-box2 a img {
        display: inline-block;
        width: auto;
        margin-bottom: 15px
    }
}

.product-box2 a img:hover {
    opacity: .5;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.product-box2 .media-body {
    text-align: left;
    padding: 0 30px 0 20px
}

@media (min-width:768px) and (max-width:991px) {
    .product-box2 .media-body {
        padding: 0
    }
}

@media only screen and (max-width:479px) {
    .product-box2 .media-body {
        padding: 8px 10px 0 10px
    }
}

@media only screen and (max-width:479px) {
    .product-box2 .media-body .product-box2-content {
        text-align: center
    }
}

.product-box2 .media-body .product-box2-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 500
}

.product-box2 .media-body .product-box2-content h3 a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.product-box2 .media-body .product-box2-content h3 a:hover {
    color: #fdc800
}

.product-box2 .media-body .product-box2-content span {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    color: #fdc800;
    font-weight: 500
}

.product-box2 .media-body .product-box2-cart {
    margin-top: 30px
}

@media only screen and (max-width:1199px) {
    .product-box2 .media-body .product-box2-cart {
        margin-top: 54px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .product-box2 .media-body .product-box2-cart {
        margin-top: 10px
    }
}

@media only screen and (max-width:479px) {
    .product-box2 .media-body .product-box2-cart {
        margin-top: 20px;
        text-align: center
    }
}

.product-box2 .media-body .product-box2-cart li {
    margin: 0 2px 0 0;
    display: inline-block
}

.product-box2 .media-body .product-box2-cart li a {
    line-height: 42px;
    border: 1px solid #002147;
    text-align: center;
    height: 42px;
    padding: 0 20px;
    background: 0 0;
    display: block;
    color: #002147;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media (min-width:768px) and (max-width:991px) {
    .product-box2 .media-body .product-box2-cart li a {
        padding: 0 11px
    }
}

@media only screen and (max-width:320px) {
    .product-box2 .media-body .product-box2-cart li a {
        padding: 0 15px
    }
}

.product-box2 .media-body .product-box2-cart li a i {
    line-height: 42px;
    font-size: 14px
}

.product-box2 .media-body .product-box2-cart li a:hover {
    border: 1px solid #fdc800;
    background: #fdc800;
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.product-box2 .media-body .product-box2-cart li:first-child a {
    border: 1px solid #002147;
    background: #002147;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.product-box2 .media-body .product-box2-cart li:first-child a:hover {
    border: 1px solid #fdc800;
    background: #fdc800;
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.shop-details-page-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .shop-details-page-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .shop-details-page-area {
        padding: 80px 0 52px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .shop-details-page-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .shop-details-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .shop-details-page-area {
        padding: 50px 0
    }
}

@media only screen and (max-width:767px) {
    .inner-product-details-left {
        text-align: center
    }
}

.inner-product-details-left .tab-content {
    border: 1px solid #002147;
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .inner-product-details-left .tab-content {
        display: inline-block
    }
}

.inner-product-details-left .tab-content a {
    display: block
}

.inner-product-details-left .tab-content a img {
    width: 100%
}

@media only screen and (max-width:991px) {
    .inner-product-details-left ul {
        margin-bottom: 30px
    }
}

.inner-product-details-left ul li {
    border: 1px solid transparent;
    width: 29%;
    display: inline-block;
    margin: 16px 17px 0 0
}

@media (min-width:992px) and (max-width:1199px) {
    .inner-product-details-left ul li {
        width: 28%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .inner-product-details-left ul li {
        width: 30%
    }
}

@media only screen and (max-width:320px) {
    .inner-product-details-left ul li {
        width: 28%
    }
}

.inner-product-details-left ul li a img {
    width: 100%;
    opacity: .5
}

.inner-product-details-left ul li a img:hover {
    opacity: 1
}

.inner-product-details-left ul li:last-child {
    margin: 16px 0 0 0
}

.inner-product-details-left ul li:hover {
    border: 1px solid #002147
}

.inner-product-details-left ul .active {
    border: 1px solid #002147
}

.inner-product-details-left ul .active a img {
    opacity: 1
}

.inner-product-details-right h3 {
    color: #002147;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 30px
}

@media (min-width:992px) and (max-width:1199px) {
    .inner-product-details-right h3 {
        margin-bottom: 15px
    }
}

.inner-product-details-right>ul {
    margin: 0 0 15px
}

.inner-product-details-right>ul li {
    display: inline-block
}

.inner-product-details-right>ul li>i {
    color: #eebe2c
}

.inner-product-details-right .price {
    font-size: 24px;
    font-weight: 600;
    color: #002147;
    margin-bottom: 30px
}

@media (min-width:992px) and (max-width:1199px) {
    .inner-product-details-right .price {
        margin-bottom: 40px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .inner-product-details-right .price {
        margin-bottom: 30px
    }
}

.inner-product-details-right .product-details-content {
    margin-bottom: 30px
}

@media (min-width:992px) and (max-width:1199px) {
    .inner-product-details-right .product-details-content {
        margin-bottom: 24px
    }
}

@media only screen and (max-width:991px) {
    .inner-product-details-right .product-details-content {
        margin-bottom: 12px
    }
}

.inner-product-details-right .product-details-content>p {
    margin-bottom: 10px;
    color: #757575
}

.inner-product-details-right .product-details-content>p>span {
    color: #212121;
    font-weight: 600;
    text-transform: uppercase
}

.inner-product-details-right .product-details-social {
    margin-bottom: 30px
}

@media (min-width:992px) and (max-width:1199px) {
    .inner-product-details-right .product-details-social {
        margin-bottom: 52px
    }
}

@media only screen and (max-width:991px) {
    .inner-product-details-right .product-details-social {
        margin-bottom: 20px
    }
}

.inner-product-details-right .product-details-social li {
    display: inline;
    color: #212121;
    font-weight: 600;
    margin-right: 15px
}

.inner-product-details-right .product-details-social li a {
    padding: 0 10px
}

.inner-product-details-right .product-details-social li a i {
    color: #757575;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.inner-product-details-right .product-details-social li a:hover i {
    color: #fdc800
}

.inner-product-details-right .inner-product-details-cart {
    margin-bottom: 0
}

@media only screen and (max-width:479px) {
    .inner-product-details-right .inner-product-details-cart {
        text-align: center
    }
}

.inner-product-details-right .inner-product-details-cart li {
    vertical-align: top;
    margin: 0 2px 0 0;
    display: inline-block
}

@media only screen and (max-width:479px) {
    .inner-product-details-right .inner-product-details-cart li {
        margin-bottom: 5px
    }
}

.inner-product-details-right .inner-product-details-cart li a {
    border: 1px solid #002147;
    line-height: 52px;
    text-align: center;
    height: 52px;
    padding: 0 20px;
    background: 0 0;
    display: block;
    color: #002147;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media (min-width:768px) and (max-width:1199px) {
    .inner-product-details-right .inner-product-details-cart li a {
        padding: 0 13px
    }
}

.inner-product-details-right .inner-product-details-cart li a i {
    color: #002147;
    line-height: 54px;
    font-size: 14px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.inner-product-details-right .inner-product-details-cart li a:hover {
    border: 1px solid #fdc800;
    background: #fdc800
}

.inner-product-details-right .inner-product-details-cart li .input-group {
    position: relative;
    box-shadow: none
}

.inner-product-details-right .inner-product-details-cart li .input-group .form-control {
    box-shadow: none
}

.inner-product-details-right .inner-product-details-cart li .input-group input {
    border: none;
    height: 50px;
    width: 100px;
    padding-right: 47px;
    font-size: 20px;
    text-align: center;
    color: #002147
}

@media (min-width:768px) and (max-width:1199px) {
    .inner-product-details-right .inner-product-details-cart li .input-group input {
        width: 81px;
        padding-left: 5px;
        padding-right: 40px
    }
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical .btn-default {
    border: 0
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button {
    display: block;
    border-left: 1px solid #002147 !important;
    border-radius: 0 !important;
    background: 0 0;
    padding: 4px 12px 3px;
    line-height: 1.3;
    border: 1px solid #002147
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button:last-child {
    border-top: 1px solid #002147
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button i {
    line-height: 1;
    color: #002147
}

.inner-product-details-right .inner-product-details-cart li:first-child {
    background: #002147
}

.inner-product-details-right .inner-product-details-cart li:first-child a {
    color: #fff
}

.inner-product-details-right .inner-product-details-cart li:first-child a:hover {
    color: #002147
}

.inner-product-details-right .inner-product-details-cart li .quantity-holder {
    border: 1px solid #002147
}

.product-details-tab-area {
    margin: 40px 0;
    border: 1px solid #bdbdbd;
    overflow: hidden
}

.product-details-tab-area ul>li {
    margin: -1px;
    display: inline-block;
    padding: 10px 0;
    background: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:479px) {
    .product-details-tab-area ul>li {
        display: block !important;
        padding: 0
    }
}

.product-details-tab-area ul>li a {
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:479px) {
    .product-details-tab-area ul>li a {
        display: block !important
    }
}

.product-details-tab-area ul>li:hover {
    background: 0 0
}

.product-details-tab-area ul>li:hover a {
    color: #002147
}

.product-details-tab-area ul .active {
    background: 0 0
}

.product-details-tab-area ul .active a {
    color: #002147;
    text-decoration: none
}

.product-details-tab-area .tab-content {
    padding: 10px 35px 15px 35px
}

@media only screen and (max-width:479px) {
    .product-details-tab-area .tab-content {
        padding: 0 20px 10px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .product-tags {
        display: none
    }
}

.brand-area .brand-area-box a img {
    width: 100%;
    margin: 0 auto
}

.brand-area .owl-nav {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .sidebar {
        margin-top: 30px
    }
}

.sidebar-box {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e0e0e0
}

.sidebar-box:last-child {
    margin-bottom: 0
}

.sidebar-box .sidebar-box-inner {
    padding: 0
}

@media (min-width:768px) and (max-width:1199px) {
    .sidebar-box .sidebar-box-inner {
        padding: 30px 15px
    }
}

.sidebar-categories li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0
}

.sidebar-categories li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.sidebar-categories li a {
    color: #444;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-categories li a:hover {
    color: #fdc800
}

.product-tags li {
    display: inline-block;
    margin-bottom: 7px;
    background: #e1e1e1;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.product-tags li a {
    color: #002147;
    text-transform: capitalize;
    display: block;
    padding: 10px 24px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.product-tags li:hover {
    background: #002147
}

.product-tags li:hover a {
    color: #fff
}

.sidebar-add-area {
    position: relative
}

.sidebar-add-area img {
    width: 100%
}

.sidebar-add-area a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2
}

.price-range-wrapper {
    padding-top: 10px
}

.price-range-wrapper:after {
    clear: both;
    display: block;
    content: ""
}

.price-range-wrapper .price-range-select {
    margin: 20px 0;
    text-align: center
}

.price-range-wrapper .price-range-select:after {
    clear: both;
    display: block;
    content: ""
}

.price-range-wrapper .price-range-select .price-range {
    font-size: 24px;
    color: #002147;
    display: inline-block;
    margin: 0 10px
}

.price-range-wrapper .noUi-connect {
    background: #002147
}

.price-range-wrapper .noUi-horizontal {
    height: 10px
}

.price-range-wrapper .noUi-target {
    border-radius: 0
}

.price-range-wrapper .noUi-horizontal .noUi-handle {
    top: -10px;
    background: #fdc800;
    border: none;
    box-shadow: none
}

.price-range-wrapper .noUi-handle::after,
.price-range-wrapper .noUi-handle::before {
    left: 16px;
    top: 7px;
    background: #fff
}

.price-range-wrapper .noUi-handle::after {
    left: 19px
}

.sidebar-find-course .form-group:last-child {
    margin-bottom: 0
}

.sidebar-find-course .form-group input {
    border-radius: 0;
    background: #f5f5f5;
    color: #002147;
    border: none
}

.sidebar-find-course .form-group .select2-selection.select2-selection--single {
    border-radius: 0;
    height: 40px;
    background-image: none;
    border: 1px solid #e5e5e5
}

.sidebar-find-course .course-name input {
    height: 40px;
    border: 1px solid #e5e5e5;
    box-shadow: none
}

.sidebar-find-course .remember-style {
    margin: 25px 0
}

.sidebar-find-course .remember-style span {
    color: #002147;
    margin-right: 15px;
    text-transform: uppercase
}

.sidebar-find-course .remember-style span input {
    margin-right: 10px
}

.sidebar-find-course input.form-control::-webkit-input-placeholder,
.sidebar-find-course textarea.form-control::-webkit-input-placeholder {
    color: #9a9a9a;
    font-style: italic
}

.sidebar-find-course input.form-control::-moz-placeholder,
.sidebar-find-course textarea.form-control::-moz-placeholder {
    color: #9a9a9a;
    font-style: italic
}

.sidebar-find-course input.form-control:-moz-placeholder,
.sidebar-find-course textarea.form-control:-moz-placeholder {
    color: #9a9a9a;
    font-style: italic
}

.sidebar-find-course input.form-control:-ms-input-placeholder,
.sidebar-find-course textarea.form-control:-ms-input-placeholder {
    color: #9a9a9a;
    font-style: italic
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none;
    margin: 5px 5px 0 0
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    padding: 5px 0 0 10px;
    line-height: inherit;
    font-style: italic;
    color: #9a9a9a
}

.sidebar-course-price span {
    font-size: 40px;
    color: #002147;
    margin-bottom: 20px;
    display: block
}

.sidebar-course-price .enroll-btn {
    margin-bottom: 30px
}

.sidebar-course-reviews h4 {
    color: #002147;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px
}

.sidebar-course-reviews h4 span {
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 1;
    font-size: 36px;
    color: #002147
}

.sidebar-course-reviews ul li {
    display: inline-block;
    color: #fdc800
}

.skill-area {
    position: relative;
    overflow: hidden
}

.skill-area .progress {
    background-color: #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    height: 8px;
    overflow: visible;
    position: relative;
    margin-top: 45px
}

.skill-area .progress .lead {
    color: #002147;
    position: absolute;
    top: -30px;
    font-weight: 500
}

.skill-area .progress:last-child {
    margin-bottom: 0
}

.skill-area .progress>span {
    color: #002147;
    position: absolute;
    right: 0;
    top: -30px
}

.skill-area .progress:nth-child(1) .progress-bar {
    background: #fdc800
}

.skill-area .progress:nth-child(2) .progress-bar {
    background: #fdc800
}

.skill-area .progress:nth-child(3) .progress-bar {
    background: #fdc800
}

.skill-area .progress:nth-child(4) .progress-bar {
    background: #fdc800
}

.skill-area .progress:nth-child(5) .progress-bar {
    background: #fdc800
}

.sidebar-skilled-area ul li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: disc
}

.sidebar-skilled-area ul li:last-child {
    margin-bottom: 0
}

.sidebar-skilled-area ul li .skilled-img {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin-right: 5px
}

.sidebar-skilled-area ul li .skilled-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3
}

.sidebar-skilled-area ul li .skilled-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: .9;
    font-weight: 500
}

.sidebar-skilled-area ul li .skilled-content h4 a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-skilled-area ul li .skilled-content h4 a:hover {
    color: #212121
}

.sidebar-skilled-area ul li .skilled-content p {
    color: #272727;
    line-height: 1.2;
    margin-bottom: 0
}

.sidebar-related-area ul li {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.sidebar-related-area ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-related-area ul li .related-img {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin-right: 10px
}

.sidebar-related-area ul li .related-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3
}

.sidebar-related-area ul li .related-content h4 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: .9;
    color: #002147
}

.sidebar-related-area ul li .related-content h4 a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-related-area ul li .related-content h4 a:hover {
    color: #444
}

.sidebar-related-area ul li .related-content p {
    color: #000;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500
}

.sidebar-best-seller-area ul li {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.sidebar-best-seller-area ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-best-seller-area ul li .related-img {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin-right: 10px
}

.sidebar-best-seller-area ul li .related-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3
}

.sidebar-best-seller-area ul li .related-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: .9
}

.sidebar-best-seller-area ul li .related-content h4 a {
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-best-seller-area ul li .related-content h4 a:hover {
    color: #fdc800
}

.sidebar-best-seller-area ul li .related-content .rating {
    margin-bottom: 12px
}

.sidebar-best-seller-area ul li .related-content .rating li {
    display: inline;
    border-bottom: none
}

.sidebar-best-seller-area ul li .related-content .rating li i {
    color: #fdc800
}

.sidebar-best-seller-area ul li .related-content p {
    color: #002147;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500
}

.sidebar-question-form .form-group:last-child {
    margin-bottom: 0
}

.sidebar-question-form .form-group input {
    border-radius: 0;
    background: #f5f5f5;
    color: #002147;
    height: 40px;
    border: 1px solid #e5e5e5;
    box-shadow: none
}

.sidebar-question-form .form-group textarea {
    border-radius: 0;
    background: #f5f5f5;
    color: #002147;
    border: 1px solid #e5e5e5;
    box-shadow: none
}

.sidebar-question-form .form-response .alert-info {
    background: 0 0;
    border: none;
    color: #fff;
    letter-spacing: 2px
}

.sidebar-question-form .form-response .alert-success {
    background-color: transparent;
    color: #05e42a;
    letter-spacing: 1px;
    border-color: transparent;
    font-weight: 500
}

@media only screen and (max-width:479px) {
    .sidebar-question-form .form-response .alert-success {
        letter-spacing: 0
    }
}

.sidebar-question-form .form-response .alert {
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 0;
    margin-top: 15px
}

.sidebar-latest-research-area ul li {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
    padding-bottom: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.sidebar-latest-research-area ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-latest-research-area ul li .latest-research-img {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin-right: 10px
}

.sidebar-latest-research-area ul li .latest-research-img a img {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-latest-research-area ul li .latest-research-img a:hover img {
    opacity: .7;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-latest-research-area ul li .latest-research-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3
}

.sidebar-latest-research-area ul li .latest-research-content h4 {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: .9;
    font-weight: 500;
    background: #002147;
    color: #fff;
    padding: 7px 10px 5px;
    display: inline-block
}

.sidebar-latest-research-area ul li .latest-research-content p {
    line-height: 1.2;
    margin-bottom: 0
}

.faq-page-area {
    padding: 60px 0 60px
}

.faq-box-wrapper {
    margin-bottom: 20px
}

.faq-box-wrapper .faq-box-item .panel-heading {
    border-radius: 0;
    padding: 0;
    color: #002147
}

.faq-box-wrapper .faq-box-item .faq-box-title h3 {
    margin-bottom: 0;
    position: relative;
    font-size: 18px
}

.faq-box-wrapper .faq-box-item .faq-box-title h3 a {
    display: block;
    position: relative;
    padding: 15px 10px 15px 60px;
    color: #002147;
    background: #efefef;
    font-size: 17px
}

.faq-box-wrapper .faq-box-item .faq-box-title h3 a span {
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 1;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    background: #fdc800;
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.faq-box-wrapper .faq-box-item .faq-box-title h3 a:before {
    content: "\f0fe";
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    color: #fdc800;
    font-family: FontAwesome
}

.faq-box-wrapper .faq-box-item .faq-box-body {
    background: #efefef;
    color: #002147;
    padding: 20px 35px 5px
}

.faq-box-wrapper .faq-box-item .active {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.faq-box-wrapper .faq-box-item .active .faq-box-title h3 a:before {
    content: "\f146";
    color: #002147
}

.faq-box-wrapper .faq-box-item .active .faq-box-title h3 a span {
    background: #fff
}

.error-page-area {
    padding: 110px 0 60px 0;
    background: #fff;
    text-align: center
}

@media (min-width:992px) and (max-width:1199px) {
    .error-page-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .error-page-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .error-page-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .error-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .error-page-area {
        padding: 50px 0
    }
}

.error-page-area .error-top {
    margin-bottom: 55px
}

.error-page-area .error-top img {
    display: inline-block;
    width: 400px
}

.error-bottom a {
    color: #fff;
    background: #002147
}

.error-page-area .error-bottom h2 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 30px;
    color: #000
}

@media only screen and (max-width:479px) {
    .error-page-area .error-bottom h2 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.error-page-area .error-bottom p {
    color: #634e00;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center
}

.contact-us-page1-area {
    padding: 90px 0 0
}

@media (min-width:992px) and (max-width:1199px) {
    .contact-us-page1-area {
        padding: 80px 0 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .contact-us-page1-area {
        padding: 70px 0 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .contact-us-page1-area {
        padding: 60px 0 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .contact-us-page1-area {
        padding: 50px 0 0
    }
}

@media only screen and (max-width:320px) {
    .contact-us-page1-area {
        padding: 40px 0 0
    }
}

@media only screen and (max-width:767px) {
    .contact-us-info1 {
        margin-bottom: 30px
    }
}

.contact-us-info1 h2 {
    font-size: 24px;
    color: #212121;
    text-transform: uppercase
}

.contact-us-info1 ul {
    margin-top: 11px;
    border: 1px solid #bdbdbd
}

.contact-us-info1 ul>li {
    padding: 20px 0 12px 30px;
    position: relative;
    border-bottom: 1px solid #bdbdbd
}

@media only screen and (max-width:1199px) {
    .contact-us-info1 ul>li {
        padding: 13px 0 6px 30px
    }
}

@media only screen and (max-width:991px) {
    .contact-us-info1 ul>li {
        padding: 15px 0 6px 12px
    }
}

@media only screen and (max-width:767px) {
    .contact-us-info1 ul>li {
        padding: 13px 0 4px 30px
    }
}

.contact-us-info1 ul>li:last-child {
    border-bottom: 0
}

.contact-us-info1 ul>li i {
    color: #002147;
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 40px;
    font-size: 24px
}

@media only screen and (max-width:991px) {
    .contact-us-info1 ul>li i {
        top: 20px
    }
}

.contact-us-info1 ul>li h3 {
    text-transform: capitalize;
    color: #111;
    font-size: 20px;
    margin-bottom: 5px
}

.contact-us-info1 ul>li .contact-social {
    margin-bottom: 10px;
    border: none
}

@media only screen and (max-width:767px) {
    .contact-us-info1 ul>li .contact-social {
        margin-bottom: 20px
    }
}

.contact-us-info1 ul>li .contact-social li {
    display: inline;
    margin-right: 15px;
    padding: 0;
    border: none
}

@media only screen and (max-width:1199px) {
    .contact-us-info1 ul>li .contact-social li {
        margin-right: 7px
    }
}

@media only screen and (max-width:1199px) {
    .contact-us-info1 ul>li .contact-social li {
        margin-right: 0
    }
}

@media only screen and (max-width:991px) {
    .contact-us-info1 ul>li .contact-social li {
        margin-right: 2px
    }
}

.contact-us-info1 ul>li .contact-social li a {
    background: 0 0;
    border: 1px solid #002147;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:991px) {
    .contact-us-info1 ul>li .contact-social li a {
        height: 28px;
        width: 28px;
        line-height: 28px
    }
}

.contact-us-info1 ul>li .contact-social li a i {
    font-size: 20px;
    position: inherit;
    color: #002147;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:991px) {
    .contact-us-info1 ul>li .contact-social li a i {
        font-size: 16px
    }
}

.contact-us-info1 ul>li .contact-social li:hover a {
    border: 1px solid #002147;
    background: #002147
}

.contact-us-info1 ul>li .contact-social li:hover a i {
    color: #fff
}

.contact-form1 .form-group {
    margin-bottom: 25px
}

.contact-form1 .form-group .form-control {
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    border: 1px solid #bdbdbd
}

.contact-form1 .form-group input {
    height: 45px
}

.contact-form1 .form-response .alert-info {
    background: 0 0;
    border: none;
    color: #a8a7a7;
    letter-spacing: 5px
}

.contact-form1 .form-response .alert-success {
    background-color: transparent;
    color: #00082e;
    letter-spacing: 4px;
    border-color: transparent;
    font-weight: 500
}

@media only screen and (max-width:479px) {
    .contact-form1 .form-response .alert-success {
        letter-spacing: 1px
    }
}

.contact-form1 .form-response .alert {
    border-radius: 0;
    padding: 15px 0
}

.google-map-area {
    margin-top: 100px
}

@media (min-width:992px) and (max-width:1199px) {
    .google-map-area {
        margin-top: 90px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .google-map-area {
        margin-top: 80px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .google-map-area {
        margin-top: 70px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .google-map-area {
        margin-top: 60px
    }
}

@media only screen and (max-width:320px) {
    .google-map-area {
        margin-top: 50px
    }
}

.contact-us-page2-area {
    padding: 88px 0 0
}

@media (min-width:992px) and (max-width:1199px) {
    .contact-us-page2-area {
        padding: 78px 0 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .contact-us-page2-area {
        padding: 68px 0 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .contact-us-page2-area {
        padding: 58px 0 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .contact-us-page2-area {
        padding: 48px 0 0
    }
}

@media only screen and (max-width:320px) {
    .contact-us-page2-area {
        padding: 38px 0 0
    }
}

@media only screen and (max-width:767px) {
    .contact-us-info2 {
        margin-bottom: 30px
    }
}

.contact-us-info2 ul {
    margin-top: 10px
}

.contact-us-info2 ul li {
    position: relative;
    padding: 25px 0 25px 70px;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    color: #002147;
    margin-bottom: 30px
}

.contact-us-info2 ul li:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:1199px) {
    .contact-us-info2 ul li {
        margin-bottom: 17px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .contact-us-info2 ul li {
        padding: 25px 0 25px 40px
    }
}

.contact-us-info2 ul li i {
    position: absolute;
    left: 23px;
    top: 22px;
    z-index: 1;
    color: #fdc800;
    font-size: 30px
}

@media (min-width:768px) and (max-width:991px) {
    .contact-us-info2 ul li i {
        left: 6px;
        top: 24px
    }
}

.contact-form2 .form-group {
    margin-bottom: 25px
}

.contact-form2 .form-group .form-control {
    border-radius: 0;
    background: #f1f1f1;
    box-shadow: none;
    border: none
}

.contact-form2 .form-group input {
    height: 45px;
    color: #002147
}

.contact-form2 .form-group textarea {
    height: 178px
}

.contact-form2 .form-response .alert-info {
    background: 0 0;
    border: none;
    color: #a8a7a7;
    letter-spacing: 5px
}

.contact-form2 .form-response .alert-success {
    background-color: transparent;
    color: #00082e;
    letter-spacing: 4px;
    border-color: transparent;
    font-weight: 500
}

@media only screen and (max-width:479px) {
    .contact-form2 .form-response .alert-success {
        letter-spacing: 1px
    }
}

.contact-form2 .form-response .alert {
    border-radius: 0;
    padding: 15px 0
}

.footer-area-top {
    padding: 60px 0 0;
    background: #002147;
    
    font-weight: 300
}

@media (min-width:992px) and (max-width:1199px) {
    .footer-area-top {
        padding: 82px 0 40px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-area-top {
        padding: 72px 0 40px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .footer-area-top {
        padding: 62px 0 35px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .footer-area-top {
        padding: 52px 0 20px
    }
}

@media only screen and (max-width:320px) {
    .footer-area-top {
        padding: 42px 0 10px
    }
}

.footer-area-top .footer-box {
    margin-bottom: 10px
}

.footer-area-top p {
    color: #e4e4e4;
    font-size: 14px
}

.footer-area-top h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff
}

.footer-area-top .footer-about {
    margin: 20px 0 35px
}

.footer-area-top .footer-about p {
    font-size: 14px;
    text-align: justify
}

.footer-area-top .featured-links {
    margin-bottom: 0
}

.footer-area-top .featured-links>li {
    display: inline-block
}

.footer-area-top .featured-links>li:first-child {
    margin-right: 30px
}

@media (min-width:992px) and (max-width:1199px) {
    .footer-area-top .featured-links>li:first-child {
        margin-right: 10px
    }
}

.footer-area-top .featured-links>li ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
    font-size: 14px
}

.footer-area-top .featured-links>li ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #fdc800;
    top: 0
}

.footer-area-top .featured-links>li ul li a {
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.footer-area-top .featured-links>li ul li a:hover {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.footer-area-top .corporate-address {
    margin-bottom: 20px
}

.footer-area-top .corporate-address li {
    margin-bottom: 10px;
    color: #f5f5f5;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    word-break: break-all
}

.footer-area-top .corporate-address li i {
    color: #fdc800;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1;
    font-size: 14px
}

.footer-area-top .corporate-address li a {
    color: #f5f5f5
}

.footer-area-top .corporate-address li:last-child {
    margin-bottom: 0
}

.footer-area-top .newsletter-area .stylish-input-group {
    border: none;
    padding: 0
}

.footer-area-top .newsletter-area .stylish-input-group .form-control {
    border: none;
    box-shadow: 0 0 0;
    border-radius: 0;
    text-transform: lowercase;
    color: #717a7f;
    height: 50px;
    font-size: 13px;
    background-color: rgba(0, 8, 46, .3)
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon {
    background: 0 0;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button {
    border: 0;
    padding: 13px 17px 14px 17px;
    background-color: rgba(0, 8, 46, .3);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button i {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover {
    background: #fdc800
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover i {
    color: #002147
}

.footer-area-top .footer-social li {
    display: inline-block;
    margin-right: 5px
}

.sidebar_order_nowbtn {
    position: relative !important
}

@media (min-width:992px) and (max-width:1199px) {
    .footer-area-top .footer-social li {
        margin-right: 2px
    }
}

.footer-area-top .footer-social li a {
    width: 30px;
    height: 30px;
    border: 1px solid #2b5788;
    display: block;
    text-align: center;
    line-height: 27px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-top .footer-social li a i {
    color: #b3b3b3;
    font-size: 13px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-top .footer-social li a:hover i {
    color: #fff
}

.footer-area-top .footer-social li:last-child {
    margin-right: 0
}

.footer-area-top .flickr-photos li {
    display: inline-block;
    width: 32%;
    margin-bottom: -2px
}

.footer-area-top .flickr-photos li img:hover {
    opacity: .5;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-bottom {
    background: #001a39;
    padding: 15px 0 5px 0;
    text-transform: capitalize;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .footer-area-bottom {
        text-align: center;
        padding: 17px 0
    }
}

.footer-area-bottom p {
    color: #f3f3f3;
    font-size: 14px;
    font-style: italic;
    
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .footer-area-bottom p {
        margin-bottom: 10px text-align: center
    }
}

.footer-area-bottom p a {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-bottom p a:hover {
    color: #fdc800
}

.footer-area-bottom .payment-method {
    text-align: right
}

@media only screen and (max-width:767px) {
    .footer-area-bottom .payment-method {
        text-align: center
    }
}

.footer-area-bottom .payment-method li {
    display: inline-block;
    margin-right: 25px
}

.footer-area-bottom .payment-method li a {
    color: #fff
}

.registration-page-area {
    padding: 88px 0 100px
}

.registration-page-area .registration-details-area label {
    letter-spacing: 1px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px
}

.registration-page-area .registration-details-area input {
    height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    background: #f9f9f9
}

.registration-page-area .registration-details-area textarea {
    border: 1px solid #dcdcdc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    background: #f9f9f9
}

.registration-page-area .registration-details-area span {
    color: #333;
    text-transform: capitalize;
    letter-spacing: 1px
}

.registration-page-area .registration-details-area span input {
    height: inherit;
    margin-right: 10px
}

.registration-page-area .registration-details-area .custom-select select {
    width: 100%;
    height: 40px
}

.registration-page-area .pLace-order {
    text-align: left
}

.registration-page-area .select2-container .select2-selection--single {
    height: 40px
}

.registration-page-area .select2-container--classic .select2-selection--single {
    background-color: #f9f9f9;
    background-image: none;
    border-radius: 0;
    border: 1px solid #dcdcdc
}

.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-style: normal;
    padding: 0 0 0 10px
}

.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__arrow {
    top: 7px;
    background-color: transparent;
    background-image: none;
    border-style: none;
    right: 5px;
    margin: 1px 5px 0 0
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #002147;
    color: #fff
}

.select2-container--classic .select2-dropdown {
    border: 1px solid #002147 !important
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #002147;
    z-index: 8
}

.profile-title {
    border: 1px solid #d7d7d7;
    background: #fff
}

.profile-title li {
    border-bottom: 1px solid #d7d7d7
}

.profile-title li:last-child {
    border-bottom: none
}

.profile-title li a {
    padding: 10px 10px 10px 30px;
    position: relative;
    display: block;
    color: #707070;
    font-size: 14px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.profile-title li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    color: #444;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.profile-title .active a {
    color: #37474f
}

.profile-title .active a:before {
    color: #002147
}

.profile-title .active a:after {
    background: #002147;
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.profile-title-inner {
    margin: 0 0 30px 0
}

.profile-title-inner li {
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.profile-title-inner li a {
    padding: 5px 20px;
    color: #002147;
    display: inline-block
}

.profile-title-inner li:last-child {
    margin-right: 0
}

.profile-title-inner li:hover {
    background: #fdc800
}

.profile-title-inner .active {
    background: #fdc800
}

.profile-details {
    padding: 30px;
    background-color: #fff;
    margin-top: 0
}

.profile-details .personal-info .form-group {
    margin-bottom: 15px
}

.profile-details .personal-info .select2-container--classic .select2-selection--single .select2-selection__rendered {
    font-style: normal;
    line-height: 30px
}

.profile-details .personal-info .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    top: 35%
}

.profile-details .personal-info .view-all-accent-btn {
    width: 160px
}

.profile-details .personal-info .control-label {
    text-align: left;
    color: #444;
    font-weight: 400
}

.profile-details .personal-info .form-control {
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    box-shadow: none
}

.profile-details .personal-info .form-control:focus {
    box-shadow: none
}

.profile-details .course-info img {
    margin-bottom: 20px
}

.profile-details .course-info h3 {
    font-size: 20px
}

.profile-details .course-info .skill-area .progress {
    margin-top: 30px;
    width: 100%;
    height: 10px
}

.profile-details .select2-container .select2-selection--single {
    height: 40px
}

.profile-details .select2-container--classic .select2-selection--single {
    background-color: #f9f9f9;
    background-image: none;
    border-radius: 0;
    border: 1px solid #dcdcdc
}

.profile-details .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.profile-details .select2-container--classic .select2-selection--single .select2-selection__arrow {
    top: 7px;
    background-color: transparent;
    background-image: none;
    border-style: none;
    right: 5px
}

.profile-details .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #707070
}

.profile-details .custom-select {
    margin-bottom: 0
}

.profile-details .public-profile-content img {
    margin-bottom: 15px
}

.profile-details .public-profile-content .file-title {
    margin-bottom: 10px
}

.profile-details .public-profile-content .file-upload-area {
    margin-bottom: 15px;
    padding: 8px;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    color: #707070
}

.profile-details .public-profile-content .file-upload-area a {
    margin-right: 15px;
    padding: 5px 10px;
    color: #444;
    background: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.profile-details .public-profile-content .file-upload-area a:hover {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2)
}

.review {
    margin-top: 50px
}

.contact-form {
    background: #f7f4f4;
    margin-top: 1%;
    margin-bottom: 5%;
    width: 60%
}

.contact-form .form-control {
    border: 1px solid #002147;
    border-radius: 0
}

.contact-image {
    text-align: center
}

.contact-image img {
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg)
}

.contact-form form {
    padding: 9% 20px
}

.contact-form form .row {
    margin-bottom: -7%
}

.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #002147
}

.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer
}

.paytopbot {
    margin-top: 20px;
    margin-bottom: 20px
}

.paytopbot .container {
    padding: 20px
}

.pay-noww-inner {
    
    background: #fff;
    border: 2px solid #002147;
    border-radius: 6px;
    padding: 30px 0 40px
}

.pay-leftt {
    background: url(https://www.essaycorp.com/alldir/images/order-now/or.png) right no-repeat
}

.pay-leftt h1 {
    font-size: 32px;
    color: #002147;
    text-align: center;
    font-family: open-sans, sans-serif;
    padding: 0 15px 20px
}

.pay-leftt-h5 {
    font-size: 16px;
    text-align: center;
    padding: 0 15px 15px;
    color: #006fb7
}

.paybitbor {
    border-bottom: 1px solid #f7f6f6;
    width: 80%;
    margin: 0 auto 10px
}

.pay-leftt .pay-num {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
    text-align: center
}

.pay-leftt .pay-num ul li {
    margin-top: 8px;
    margin-left: 1%
}

.pay-leftt .pay-num ul li span {
    background: #fdc800;
    padding: 4px 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #d4a801
}

.pay-leftt .pay-num ul li i {
    position: absolute;
    margin-left: 8%;
    font-size: 25px
}

.pay-leftt .pay-num ul li div {
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    font-family: open-sans, sans-serif
}

.paybitbor {
    border-bottom: 1px solid #f7f6f6;
    width: 80%;
    margin: 0 auto 10px
}

.pay-se-new {
    margin: 0 auto
}

.pay-se-new input {
    width: 100%;
    height: 28px;
    border: 2px solid #c6ccd2;
    font-family: open-sans, sans-serif;
    padding: 0 10px
}

.pay-select select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) .5em
}

.pay-select select.minimal,
.pay-select select.minimal:focus {
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    font-family: open-sans, sans-serif;
    color: #000
}

.pay-select select {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 12px;
    height: 28px;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.pay-select select option {
    padding: 4px 15px;
    color: #000
}

.pay-se-new .btn {
    width: 100%;
    transition: .3s ease;
    box-shadow: 1px 1px 3px 0 #cfcccc;
    font-family: open-sans, sans-serif;
    background: #179bd7;
    height: 28px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    padding: 1px 10px 2px
}

.btn {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 30px;
}
.btn-info {
    color: #fff;
    background-color: #02a06d;
    border-color: #02a06d;
}
.btn-info:hover {
    color: #fff !important;
    background-color: #02a06d;
    border-color: #02a06d;
}
.btn-info:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: #02a06d;
    border-color: #02a06d;
}
.disclame {
    font-size: 13px;
    line-height: 22px;
    padding: 15px 15px 0;
    font-family: open-sans, sans-serif
}

.disclame strong {
    color: #ea6809
}

.paypalpowered {
    border-top: 2px solid #f9f9f9;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 15px;
    display: none
}

.pay-rightt ul {
    margin-top: 15px
}

.pay-rightt ul li {
    font-size: 16px;
    color: #000;
    font-style: italic;
    margin-bottom: 10px
}

.pay-rightt ul li i {
    padding-right: 10px
}

.termboxx-1 {
    height: 22px;
    position: absolute;
    font-family: open-sans, sans-serif;
    transition: .3s ease;
    overflow: hidden;
    padding-bottom: 15px
}

.termboxx-1 i,
.termboxx-1 u {
    cursor: pointer
}

.termboxx-1 i,
.termboxx-1 u {
    cursor: pointer
}

.termboxx-2 {
    border: 2px solid #f2f2f2;
    background: #f9f9f9;
    padding: 5px;
    color: #909096;
    text-align: justify;
    font-size: 11px;
    margin-top: 5px;
    width: 96%
}

.pay-noww .container {
    background: #fdc800;
    padding: 10px 20px;
    box-shadow: 0 0 10px 0 #ddd
}

,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.pay-leftt-h5,
.pay-rightt ul li,
.pay-se-new h4 {
    font-family: Roboto-Medium
}

.pay-leftt-h5,
.pay-rightt ul li,
.pay-se-new h4 {
    font-family: open-sans, sans-serif
}

li {
    /* margin-bottom:10px; */
    text-align: justify;
}

.dropdown-menu {
    min-width: 300px
}

.dropdown-menu.columns-2 {
    min-width: 500px
}

.dropdown-menu.columns-3 {
    min-width: 700px
}

.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 400;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0;
    padding: 0
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #c52d2f
}

.text-yellow {
    color: #fdc800
}

.student-order-tab {
    margin-bottom: 20px;
    font-weight: 500;
    
}

.student-order-tab li {
    background: #a7a7a7;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-right: 15px
}

.student-order-tab li a {
    border-radius: 0 !important;
    color: #000;
    border-bottom: 2px solid #000;
    background: #fff !important
}

.student-order-tab li:hover {
    background-image: #002147
}

@media (max-width:767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden
    }
}

.check li i {
    font-size: 20px;
    color: #c52d2f;
    padding: 10px
}

.stu-form {
    width: 100%
}

.user_card {
    margin-top: auto;
    margin-bottom: auto;
    background: rgba(241, 241, 241, .8);
    position: relative;
    display: flex;
    width: 90%;
    flex-direction: column;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.brand_logo_container {
    position: absolute;
    height: 100px;
    width: 100px;
    top: -55px;
    border-radius: 50%;
    background: #60a3bc;
    padding: 5px;
    text-align: center
}

.brand_logo {
    width: 90px;
    border-radius: 50%;
    border: 2px solid #fff
}

.form_container {
    margin-top: 60px
}

.login_btn {
    width: 100%;
    background: #ff9800 !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 50px
}

.login_btn:focus {
    box-shadow: none !important;
    outline: 0 !important
}

.login_container {
    padding: 0 4rem
}

.input-group-text {
    background: #c0392b !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: .25rem 0 0 .25rem !important
}

.input_pass:focus,
.input_user {
    box-shadow: none !important;
    outline: 0 !important
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #c0392b !important
}

#myform {
    text-align: center;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 2%
}

.qty {
    width: 40px;
    height: 25px;
    text-align: center
}

input.qtyplus {
    width: 30px;
    height: 35px
}

input.qtyminus {
    width: 30px;
    height: 35px
}

.qts {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

h1 {
    margin: 20px 0;
    text-align: center;
    font-size: 3em
}

input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
select,
textarea {
    height: auto;
    margin: 0;
    outline: 0;
    width: 100%;
    color: #3e3e3e;
    border: 1px solid #cecece;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset
}

.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

.service-icon {
    width: 100%;
    height: 260px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 260px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #474747;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg)
}

.service-box .service-icon .front-content {
    position: relative;
    top: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.service-box .service-icon .front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: 400
}

.service-box .service-icon .front-content h3 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase
}

.service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase
}

.service-box .service-content p {
    font-size: 13px;
    color: #b1b1b1;
    margin: 0
}

.yellow {
    background-color: #ffc000
}

.orange {
    background-color: #fc7f0c
}

.red {
    background-color: #e84b3a
}

.grey {
    background-color: #474747
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg)
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.serviceBox {
    text-align: center
}

.serviceBox .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #193759;
    font-size: 35px;
    color: #193759;
    margin: 0 auto 15px;
    position: relative
}

.serviceBox .service-icon i {
    transform: scale(1);
    transition: all .3s ease-in-out 0s
}

.serviceBox:hover .service-icon i {
    transform: scale(1.15)
}

.serviceBox .service-icon:after {
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: 0 0;
    position: absolute;
    top: -6px;
    left: -6px;
    transition: all .3s ease-in-out 0s
}

.serviceBox:hover .service-icon:after {
    box-shadow: 3px 3px 0 rgba(113, 90, 252, .89)
}

.serviceBox .title {
    font-size: 24px;
    font-weight: 700;
    color: #484848;
    margin: 0 0 10px 0
}

.serviceBox .description {
    font-size: 16px;
    color: #777;
    padding: 0 20px;
    margin: 0
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin-bottom: 30px
    }
}

.progressBar {
    width: 200px;
    height: 10px;
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: #fff
}

.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px;
    width: 0;
    background-color: #09f
}

.shake-error {
    border: 1px dashed red !important
}

span.twitter-typeahead .tt-menu {
    cursor: pointer
}

.dropdown-menu,
span.twitter-typeahead .tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.dropdown-item:hover,
span.twitter-typeahead .tt-suggestion:focus,
span.twitter-typeahead .tt-suggestion:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5
}

span.twitter-typeahead .active.tt-suggestion,
span.twitter-typeahead .active.tt-suggestion:focus,
span.twitter-typeahead .active.tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion.tt-cursor:focus,
span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0
}

span.twitter-typeahead .disabled.tt-suggestion,
span.twitter-typeahead .disabled.tt-suggestion:focus,
span.twitter-typeahead .disabled.tt-suggestion:hover {
    color: #818a91
}

span.twitter-typeahead .disabled.tt-suggestion:focus,
span.twitter-typeahead .disabled.tt-suggestion:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

span.twitter-typeahead {
    width: 100%
}

.input-group span.twitter-typeahead {
    display: block !important
}

.input-group span.twitter-typeahead .tt-menu {
    top: 2.375rem !important
}

.circle-loader {
    position: relative;
    text-align: center;
    margin-bottom: 120px
}
.circle-loader img {
    width: 80px;
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #162534;
    border-top: 8px solid #09f;
    border-radius: 50%;
    animation: rotate 5s linear infinite
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.chat .chat-history {
    padding: 30px 30px 20px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px
}

.chat .chat-history .message {
    color: #000;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 30px;
    width: 90%;
    position: relative
}

.chat .chat-history .message:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 20px;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #eaeaea transparent;
    display: block;
    width: 0
}

.chat-back {
    background: #f9f9f9
}

.chat .chat-history .you-message {
    background: #eaeaea
}

.chat .chat-history .me-message {
    background: #ece5dd
}

.chat .chat-history .me-message:after {
    border-color: #ece5dd transparent;
    right: 20px;
    top: -15px;
    left: auto;
    bottom: auto
}

.chat .chat-message {
    padding: 30px
}

.chat .chat-message .fa-file-image-o,
.chat .chat-message .fa-file-o {
    font-size: 16px;
    color: gray;
    cursor: pointer
}

.chat-ul li {
    list-style-type: none
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.you {
    color: #ccdbdc
}

.me {
    color: #ece5dd
}

#show_conver_page_scroll {
    width: 100%;
    overflow-y: scroll;
    height: 400px;
    background: #fff;
    margin-top: 20px;
    border-top: 5px solid #002147
}

.main-timeline .timeline {
    padding: 0 2px;
    position: relative
}

.main-timeline .timeline-icon {
    display: block;
    text-align: center;
    padding: 20px 0 55px 0;
    z-index: 1;
    position: relative
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    padding: 55px 0 20px 0
}

.main-timeline .timeline-icon:before {
    content: "";
    width: 1px;
    height: 75%;
    background: #f7c403;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all .3s ease 0s
}

.main-timeline .timeline:nth-child(2n) .timeline-icon:before {
    bottom: auto;
    top: 0
}

.main-timeline .timeline:hover .timeline-icon:before {
    background: #193759
}

.main-timeline .timeline-icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #f7c403;
    font-size: 14px;
    color: #fff;
    transition: all .3s ease 0s
}

.main-timeline .timeline:hover .timeline-icon i {
    background: #193759;
    animation: icon-load 2.5s ease 0s infinite
}

.main-timeline .border {
    height: 15px;
    background: #f7c403;
    margin-bottom: 20px;
    transition: all .3s ease 0s
}

.main-timeline .timeline:hover .border {
    background: #193759
}

.main-timeline .timeline:first-child .border {
    border-radius: 4px 0 0 4px
}

.main-timeline .timeline:last-child .border {
    border-radius: 0 4px 4px 0
}

.main-timeline .timeline:nth-child(2n) .border {
    margin: 18px 0 0 0
}

.main-timeline .timeline-content {
    padding: 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 3px;
    transition: all .3s ease 0s
}

.main-timeline .timeline:hover .timeline-content {
    background: #193759
}

.main-timeline .title {
    font-size: 18px;
    font-weight: 700;
    color: #f7c403;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    transition: all .3s ease 0s
}

.main-timeline .timeline:hover .title {
    color: #fff
}

.timeline-content .description {
    font-size: 14px;
    color: #888;
    margin: 0;
    transition: all .3s ease 0s
}

.main-timeline .timeline:hover .description {
    color: #fff
}

@keyframes icon-load {
    0% {
        transform: rotate(-12deg)
    }
    8% {
        transform: rotate(12deg)
    }
    10% {
        transform: rotate(24deg)
    }
    18%,
    20% {
        transform: rotate(-24deg)
    }
    28%,
    30% {
        transform: rotate(24deg)
    }
    38%,
    40% {
        transform: rotate(-24deg)
    }
    48%,
    50% {
        transform: rotate(24deg)
    }
    58%,
    60% {
        transform: rotate(-24deg)
    }
    68% {
        transform: rotate(24deg)
    }
    100%,
    75% {
        transform: rotate(0)
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline .timeline-icon {
        padding-top: 0
    }
    .main-timeline .timeline:nth-child(2n) .timeline-icon {
        padding-bottom: 0
    }
    .main-timeline .border {
        margin-bottom: 10px
    }
    .main-timeline .timeline:nth-child(2n) .border {
        margin: 10px 0 0 0
    }
    .main-timeline .timeline-content {
        text-align: center
    }
}

.student-dash {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #002147
}

.stu-dash li a {
    color: #fff
}

.order-filter {
    margin-top: 70px;
    padding: 60px 0 20px 0
}
.assignment_data_box_cont {
    margin-bottom: 20px;
}
.stu-btn {
    margin-right: 20px
}
.label.label-success {
    display: block;
}
.stu-btn label strong {
    color: #02a06d;
    text-transform: uppercase;
    letter-spacing: 2px;
}
label.form-check-label {
    margin-left: 20px;
}
.file-name {
    font-size: 14px;
    color: #039c03;
    font-weight: 400;
    margin: 3px 5px
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.y-us-section {
    padding: 40px 0 40px
}

.y-us-head {
    text-align: center;
    margin: 0 0 40px
}

.y-us-title span {
    color: #000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 6px
}

.y-us-title>p {
    color: #777;
    line-height: 22px
}

.y-us-title-border {
    background: #ffae11 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px
}

.service-3 .service-box {
    margin-bottom: 18px
}

.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 25%
}

.service-3 .service-box .iconset i {
    color: #000;
    font-size: 44px
}

.service-3 .service-box .y-us-content {
    float: left;
    width: 75%
}

service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 14px 0 12px;
    text-transform: uppercase
}

.service-3 .service-box .y-us-content p {
    line-height: 24px
}

.icon {
    color: #f4b841;
    padding: 0;
    font-size: 40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px
}

.service-3 .service-box .iconset span {
    font-size: 45px
}

.srvices_main1 {
    overflow: hidden;
    padding: 0 0 30px 0;
    width: 100%
}

.service_first {
    background: #fff none repeat scroll 0 0;
    border: 1px dotted silver;
    border-radius: 0;
    padding: 0;
    width: 100%
}

.service_first div {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    background: #fdc800;
    border: none;
    color: #3c3c3c;
    font-family: sans-serif
}

.sidebar-box-inner div {
    background: 0 0
}

.order_wrapper {
    padding: 60px 0px;
}

.order_student_prefer .col-md-4 img {
    width: 50px
}

.order_student_prefer .col-md-4 {
    margin-bottom: 25px;
    text-align: center;
}

.sidebar-box .sidebar-box-inner .heading {
    background: #fdc800
}

.heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px;
    position: relative
}

.service_first p {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 10px 15px 15px
}

.service_first ul li {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0 15px 5px 15px;
    text-indent: -15px;
    margin-left: 35px;
    text-align: left
}

.service_first ul li i {
    margin-right: 10px;
    font-size: 18px
}

.service_button {
    padding: 10px 0;
    width: 100%
}

.service_button a {
    background-color: #f60;
    background-image: linear-gradient(to bottom, #f09204, #e65c00);
    border: 1px solid;
    border-radius: 0;
    color: #fff;
    font-family: roboto;
    font-size: 16px;
    margin: 0 65px;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out 0s
}

.service_button a:hover {
    background: #000 none repeat scroll 0 0
}

.service_first:hover {
    background: 0 0;
    border: 1px dashed #aaa;
    cursor: auto;
    display: block
}

.nav>li.dropdown.open {
    position: static
}

.nav>li.dropdown.open .dropdown-menu {
    display: table;
    border-radius: 0;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0
}

.foote-country {
    margin-right: 45px
}

.dropdown-menu>li {
    display: inline-block
}

@media screen and (max-width:767px) {
    .dropdown-menu>li {
        display: block
    }
    .service-3 .service-box .iconset span {
        font-size: 32px
    }
    .icon {
        font-size: 28px;
        height: 50px;
        line-height: 50px;
        width: 50px
    }
}

.new-footer ul li {
    color: #fff
}

.new-footer ul li a {
    margin-right: 0
}

.new-footer ul li a {
    color: #fff
}

.footer-padding {
    padding: 0 0 10px 0
}

.nav>li.dropdown.show {
    position: static
}

@media screen and (max-width:767px) {
    .footer-padding {
        display: none
    }
    .pay-now-section {
        padding: 60px 0 60px 0
    }
}

.expert-skill {
    background-color: #e0e0e0;
    border-radius: 4px;
    color: #222;
    font-size: 12px;
    cursor: default;
    padding: 5px 10px;
    line-height: 1;
    margin: 10px 0 0;
    font-weight: 600
}

.expert-skill:hover {
    background: #002147;
    color: #fff
}

.expert-table {
    vertical-align: top
}

.expert-star i {
    color: orange
}

.review-rating {
    margin-bottom: 5px;
    display: block;
    color: #646464
}

.rating-star {
    float: right;
    padding-right: 14px;
    padding-top: 1px;
}

.rating-star li {
    display: inline;
    color: #ffca28;
    margin-left: -2px;
}

#feedback {
    height: 0;
    width: 85px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

#feedback a {
    display: block;
    background: #fdc800;
    height: 52px;
    padding-top: 10px;
    width: 155px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none
}

#feedback a:hover {
    background: #002147
}

.pagination a {
    color: #000 !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #4caf50;
    color: #fff;
    border: 1px solid #4caf50
}

.pagination a:hover:not(.active) {
    background-color: #ddd
}

.btn-grey {
    background-color: #d8d8d8;
    color: #fff
}

.rating-block {
    background-color: #fafafa;
    border: 1px solid #efefef;
    padding: 15px 15px 20px 15px;
    border-radius: 3px
}

.bold {
    font-weight: 700
}

.padding-bottom-7 {
    padding-bottom: 7px
}

.review-block {
    background-color: #fafafa;
    border: 1px solid #efefef;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px
}

.review-block-name {
    font-size: 12px;
    margin: 10px 0
}

.review-block-date {
    font-size: 12px
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

.review-block-description {
    font-size: 13px
}

 

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 16px;
    margin: 0
}

:focus {
    outline: 0
}

textarea {
    resize: none
}

button,
input,
select,
textarea {
    font-size: 15px;
    color: #fff
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}*/

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

a {
    text-decoration: none
}

textarea {
    resize: none
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border: none
}

select option[value=""][disabled] {
    display: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

.wrapper {
    height: 100vh;
    margin: auto;
    display: flex
}

.wizard>.steps .current-info,
.wizard>.steps .number {
    display: none
}

.image-holder {
    width: 41.07%;
    align-self: flex-end
}

.form-header {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px
}

.form-header a {
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background: #002147
}

#wizard {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 47px 57px 10px 50px;
    position: relative;
    background: rgba(255, 255, 255, .1)
}

.wizard>.steps ul {
    content: "";
    width: 60%;
    height: 12px;
    background: rgba(255, 255, 255, .3);
    border-radius: 6px;
    position: absolute;
    left: 50%;
    bottom: -69px;
    transform: translateX(-50%)
}

.wizard>.steps ul:before {
    content: '\f26b';
    position: absolute;
    font-size: 20px;
    font-family: Material-Design-Iconic-Font;
    bottom: 20px;
    left: 29.4%;
    transition: all .5s ease
}

.wizard>.steps ul:after {
    content: "";
    width: 50%;
    height: 12px;
    background: #927401;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease
}

.wizard>.steps ul.step-2:before {
    left: 80%;
    transition: all .5s ease
}

.wizard>.steps ul.step-2:after {
    width: 100%;
    transition: all .5s ease
}

.form-row {
    display: flex;
    margin-bottom: 29px;
    align-items: center
}

.form-row:last-child {
    margin-bottom: 0
}

.form-row label {
    width: 34.9%
}

.form-row .form-holder {
    width: 65.1%
}

.form-holder {
    position: relative
}

.form-holder i {
    position: absolute;
    bottom: 7px;
    right: 20px;
    font-size: 25px
}

.form-control1 {
    height: 41px;
    border: 1px solid rgba(0, 0, 0, .4);
    background: 0 0;
    border-radius: 5px;
    width: 100%;
    padding: 0 18px;
    background: rgba(255, 255, 255, .2)
}

.form-control1:focus {
    box-shadow: 0 0 7px 0 rgba(255, 255, 255, .7);
    border: 1px solid #ceebf7
}

.form-control1::-webkit-input-placeholder {
    color: #444
}

.form-control1::-moz-placeholder {
    color: #444
}

.form-control1:-ms-input-placeholder {
    color: #444
}

.form-control1:-moz-placeholder {
    color: #444
}

.option {
    color: #999
}

textarea.form-control1 {
    padding: 8px 0;
    background: url(../images/textarea-bg.png) no-repeat right bottom 3px;
    height: 90px
}

input[type=submit] {
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
    letter-spacing: 1.3px;
    background: #fdc800;
     
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    /*content: '\f2ee';
    font-family: Material-Design-Iconic-Font;*/
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

input[type=submit]:hover {
    background: #002147;
    color: #fff;
    border: 1px solid #002147
}

input[type=submit]:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.actions ul {
    display: flex;
    margin-top: 39px;
    justify-content: space-between
}

.actions li a {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 54px;
    width: 180px;
    letter-spacing: 1.3px;
    align-items: center;
    background: #e4bd37;
    
    cursor: pointer;
    position: relative;
    padding-left: 34px;
    text-transform: uppercase;
    color: #000;
    border-radius: 27px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.actions li a:before {
    content: '\f2ee';
    position: absolute;
    top: 17px;
    right: 15px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.actions li a:hover {
    background: #c9a630
}

.actions li a:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.actions li[aria-disabled=true] a {
    opacity: 0;
    transition: all .3s
}

.actions li:first-child a {
    width: 136px;
    background: #fff;
    color: #666;
   
    padding-left: 57px
}

.actions li:first-child a:before {
    content: '\f2ea';
    left: 32px
}

.actions li:first-child a:hover {
    background: #e5e5e5
}

.actions li:last-child a {
    width: 154px
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.checkbox-circle {
    display: flex;
    justify-content: space-between
}

.checkbox-circle label {
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative;
    margin-right: 0;
    width: auto
}

.checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkbox-circle input:checked~.checkmark:after {
    display: block
}

.checkbox-circle .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .4)
}

.checkbox-circle .checkmark:after {
    content: "";
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    display: none
}

@media (max-width:1500px) {
    .wrapper {
        height: auto
    }
}

@media (max-width:1199px) {
    .wrapper {
        height: auto;
        width: auto
    }
    .image-holder {
        align-self: center
    }
    .image-holder img {
        transform: translateY(40px)
    }
    form {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 50px;
        padding-right: 50px;
        align-self: center
    }
}

@media (max-width:991px) {
    .wrapper {
        justify-content: center
    }
    .image-holder {
        display: none
    }
    form {
        width: auto
    }
}

@media (max-width:767px) {
    body {
        height: auto
    }
    .wrapper {
        height: auto;
        padding: 30px 20px
    }
    #wizard {
        border: none;
        display: flex;
        flex-direction: column;
        background: 0 0
    }
    #wizard,
    form {
        padding: 0
    }
    h3 {
        margin-bottom: 30px
    }
    .form-row {
        display: block
    }
    .form-row label {
        margin-bottom: 29px;
        display: block
    }
    .form-row .form-holder,
    .form-row label {
        width: 100%
    }
    .checkbox-circle {
        display: block
    }
    .wizard>.steps {
        order: 3;
        margin-top: 60px;
        margin-bottom: 20px
    }
    .wizard>.steps ul {
        position: static;
        transform: translateX(0);
        width: 100%
    }
    .actions ul {
        flex-direction: column;
        align-items: flex-end;
        margin-top: 0
    }
    .actions li a {
        height: 44px
    }
    .actions li a:before {
        top: 13px
    }
    .actions li:first-child a {
        margin-bottom: 20px
    }
}

.btn-bs-file {
    position: relative;
    height: 41px;
    border: 1px solid rgba(0, 0, 0, .4);
    background: 0 0;
    border-radius: 5px;
    width: 100% !important;
    padding: 0 18px;
    background: rgba(255, 255, 255, .2)
}

.btn-bs-file input[type=file] {
    position: absolute;
    top: -9999999;
    opacity: 0;
    width: 0;
    width: 100%;
    height: 0;
    outline: 0;
    cursor: inherit
}

.txt-rt {
    text-align: right
}

.txt-lt {
    text-align: left
}

.txt-center {
    text-align: center
}

.float-rt {
    float: right
}

.float-lt {
    float: left
}

.clear {
    clear: both
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.vertical-base {
    vertical-align: baseline
}

.vertical-top {
    vertical-align: top
}

nav.vertical ul li {
    display: block
}

nav.horizontal ul li {
    display: inline-block
}

input[type=button],
input[type=submit] {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.new-label {
    margin: 0;
    color: #424242;
    font-size: 14px
}

.form-price {
    background: #909090;
    border: none;
    color: #fff;
    height: 35px;
    width: 30px;
    font-weight: 800;
    font-size: 19px;
    margin-right: -3px;
    margin-left: -3px
}

.order-label {
    font-size: 12px;
    margin-bottom: .25rem
}

a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    color: #000;
}

.new-body {
    background: url(../images/gah-index.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: 750px
}

.register-full {
    width: 100%
}

.register-full-page {
    width: 95%;
    margin: auto 0;
    padding: 120px 25px 30px
}

.register-right {
    background: #fff;
    background: rgba(25, 55, 89, .69)
}

.register-in {
    padding: 2em;
    border-top: 1px solid #fcc700
}

.register-left {
    width: 60%;
    float: left
}

.register-right {
    width: 40%;
    float: left
}

.register-left p {
    line-height: 28px;
    font-size: 15px;
    font-weight: 100;
    padding: 0 4em;
    letter-spacing: 1px;
    color: #fff;
    text-align: center
}

.register-left h1 {
    font-size: 3em;
    text-transform: uppercase;
    padding: 0 1.5em 15px 1.5em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 5px
}

.register-left h2 {
    font-size: 2em;
    padding: 0 2em;
    color: #fff
}

.register-left b {
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
    color: #fdc800;
    letter-spacing: 1px
}

.register-right h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
    word-spacing: 5px;
    color: #fcc700;
    text-align: center
}

.link a {
    color: #fff;
    padding: .5em;
    font-size: 1.5em;
    border: 2px solid #0a7369
}

.checkbox a {
    color: #999
}

.checkbox a:hover {
    color: #fff
}

.link a:hover {
    color: #000;
    border: 2px solid #fff;
    background: 0 0
}

.register-form {
    margin: 2em 0 0 0
}

.address h4,
.register-form h4 {
    margin-bottom: 2em;
    color: #404040;
    margin: 0 0 2em 0;
    font-weight: 600
}

.register input[type=date],
.register input[type=email],
.register input[type=password],
.register input[type=tel],
.register input[type=text] {
    font-size: 1em;
    color: #828282;
    padding: .3em .8em;
    border: 0;
    height: 35px;
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    -webkit-appearance: none;
    outline: 0
}

select {
    font-size: .9em;
    color: #fff;
    font-weight: 100;
    padding: .6em .5em;
    border: 0;
    width: 97%;
    float: right;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    background: 0 0;
}

input[type=checkbox] {
    cursor: pointer;
    margin-right: 10px
}

.register textarea {
    min-height: 150px;
    resize: none
}

.styled-input.agile-styled-input-top {
    margin-top: 10px
}

.styled-input input:focus~label,
.styled-input input:valid~label,
.styled-input textarea:focus~label,
.styled-input textarea:valid~label {
    font-size: .9em;
    color: #999;
    top: -1.3em;
    -webkit-transition: all 125ms;
    -moz-transition: all 125ms;
    -o-transition: all 125ms;
    -ms-transition: all 125ms;
    transition: all 125ms
}

.styled-input {
    width: 100%;
    position: relative
}

.styled-input:nth-child(1),
.styled-input:nth-child(3) {
    margin-left: 0
}

.textarea-grid {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important
}

.styled-input label {
    color: #fff;
    padding: .5em .9em;
    letter-spacing: 1px;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
    font-size: .9em;
    display: block;
    line-height: 1em
}

.styled-input input~span,
.styled-input textarea~span {
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 125ms;
    -moz-transition: all 125ms;
    transition: all 125ms
}

option {
    width: 80%
}

select option:hover {
    background: #fcc700
}

select:focus {
    outline: 0
}

.styled-input textarea~span {
    bottom: 5px
}

.styled-input input:focus.styled-input textarea:focus {
    outline: 0
}

.styled-input input:focus~span,
.styled-input textarea:focus~span {
    width: 100%;
    -webkit-transition: all 75ms;
    -moz-transition: all 75ms;
    transition: all 75ms
}

.register-form input[type=submit] {
    outline: 0;
    color: #fff;
    width: 100%;
    padding: .3em 1em;
    font-size: 1.2em;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-appearance: none;
    background: #fcc700;
    text-transform: uppercase;
    border: 2px solid #fcc700;
    cursor: pointer;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all
}

.logo {}

.logo span.fa {
    color: #fff;
    font-size: 6em
}

.register-form input[type=submit]:hover {
    background: #c59c00;
    border: 2px solid #c59c00
}

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

.content3 {
    padding: 0 4em;
    margin: 0 auto 10%;
    text-align: center
}

.content3 a {
    background: #fcc700;
    font-size: 15px;
    outline-offset: 4px;
    outline: 2px solid #fff;
    color: #fff;
    padding: 12px 30px;
    letter-spacing: 1px;
    display: initial;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all
}

.content3 a:hover {
    background: #c59c00;
    outline: 2px solid transparent
}

.content3 a.read {
    background: #fcc700;
    font-size: 16px;
    outline-offset: 4px;
    outline: 2px solid #fff;
    padding: 12px 30px;
    display: initial;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all
}

.content3 a.read:hover {
    background: #c59c00;
    outline: 2px solid transparent
}

.content3 ul li {
    display: inline-block;
    margin: 1em .5em
}

.agile-copyright {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 2em 0 0;
    letter-spacing: 2px;
    font-weight: 200
}

.agile-copyright a:hover {
    color: #999
}

.agile-copyright a {
    color: #fff
}

.new-card {
    background: rgba(255, 255, 255, .9)
}

.head_banner_cont {
    padding: 0 0 0 18%
}

.head_banner_cont p {
    padding: 0 30px 0 0;
    font-size: 20px;
    text-align: justify
}

.head_banner_cont b {
    font-size: 42px
}

.head_banner_cont .content3 {
    padding: 0;
    margin: 0;
    text-align: left
}

@media (max-width:1440px) {
    .register-left h1 {
        font-size: 2.9em
    }
}

@media (max-width:1366px) {
    .register-left h2 {
        font-size: 1.5em;
        color: #fff
    }
    .register-right {
        width: 42%;
        float: left;
        margin-top: 65px
    }
    .register-left {
        width: 58%;
        float: left
    }
}

@media (max-width:1280px) {
    .register-right {
        width: 44%;
        float: left
    }
    .register-left {
        width: 56%;
        float: left
    }
}

@media (max-width:1199px) {
    .services_page_header .login_btn {
        margin-bottom: 20px
    }
    .services_page_header {
        margin-bottom: 60px
    }
}

@media (max-width:1080px) {
    .register-full-page {
        width: 90%
    }
    .register-left p {
        line-height: 1.6em
    }
    .link a {
        padding: .4em;
        font-size: 1.4em
    }
    .register-in {
        padding: 2em
    }
    .boxed_type_form .pl-0 {
        padding-left: 15px !important
    }
    .boxed_type_form .pr-0 {
        padding-right: 15px !important
    }
    .boxed_type_form {
        position: relative;
        top: 0;
        width: 100%
    }
    .home_banner_leftcont {
        padding: 0 0 60px 0
    }
    .courses2-area {
        margin-top: 0
    }
    .boxed_icon_homer {
        padding: 20px 20px 20px 0
    }
    .services_page_header .boxed_type_form {
        background: #fff;
        top: -10px;
        box-shadow: none;
        width: 100%
    }
}

@media (max-width:1024px) {
    .register-left h1 {
        font-size: 2.3em
    }
    .register-right h2 {
        font-size: 1.8em
    }
    label {
        letter-spacing: 0
    }
    .register-left p {
        padding: 0 2em
    }
    .content3 a,
    .content3 a.read {
        font-size: 15px;
        padding: 8px 30px
    }
    .logo span.fa {
        font-size: 5em
    }
    .styled-input {
        margin: 0 0 1.7em
    }
    .download_completed_data {
        display: flex;
        justify-content: left
    }
    .download_completed_data form {
        float: none
    }
}

@media (max-width:991px) {
    .register-right h2 {
        font-size: 1.6em
    }
}

@media (max-width:900px) {
    .register-full-page {
        width: 95%
    }
    .register-left h1 {
        font-size: 2.1em
    }
    .logo span.fa {
        font-size: 4em
    }
    .register-left p {
        padding: 0 1em
    }
    .agile-copyright {
        font-size: 14px;
        margin: 3em 0 0
    }
}

@media (max-width:800px) {
    .register-in {
        padding: 2em
    }
    .register-left h1 {
        font-size: 2.1em
    }
}

@media (max-width:768px) {
    .country-submenu {
        position: relative;
        right: 18px;
        bottom: 0
    }
    .register-left {
        display: none
    }
    .register-left h1 {
        font-size: 2em
    }
    .register-left p {
        padding: 0 4em
    }
    .link a {
        padding: .4em;
        font-size: 1.2em
    }
    .register-form input[type=submit] {
        font-size: 1.2em
    }
    .register-left {
        width: 100%;
        float: none
    }
    .register-right {
        width: 100%;
        float: none;
        margin: 4em auto 0
    }
    .logo {
        text-align: center;
        margin-top: 0;
    }
    .order_wrapper {
        margin-bottom: 5px !important;
        padding: 0px 0px 20px;
    }
    .mean-container a.meanmenu-reveal span {
    background: #fff;
    margin-top: 5px;
}
    .services_page_header .home_banner_leftcont {
        padding: 0 0 30px 0
    }
    .services_page_header .boxed_type_form {
        top: 0
    }
    .services_page_header .title_spheader {
        font-size: 24px
    }
    .services_page_header {
        margin-bottom: 0
    }
}

@media (max-width:736px) {
    .styled-input {
        margin: 0 0 1.2em
    }
    .register-left h1 {
        font-size: 2em
    }
    .register-right h2 {
        font-size: 1.5em
    }
}

@media (max-width:667px) {
    .register-in {
        padding: 2em
    }
    .register-full {
        margin: 0 auto 0
    }
    .register-full-page {
        margin: 0 auto 0
    }
    .logo {
        text-align: center;
        margin-top: 0;
    }
}

@media (max-width:640px) {
    .agile-copyright {
        letter-spacing: 1px
    }
}

@media (max-width:600px) {
    .register-left p {
        padding: 0 1em
    }
}

@media (max-width:568px) {
    .register-in {
        padding: 1.5em
    }
    .register-left h1 {
        font-size: 1.7em
    }
    .agile-copyright {
        margin: 3em 1em 0;
        line-height: 26px
    }
    .register-form input[type=submit] {
        font-size: 1.1em
    }
}

@media (max-width:480px) {
    .register-left,
    .register-right {
        width: 100%;
        height: inherit
    }
    .register-full-page {
        width: 90%
    }
    .boxes_order_pay .tooltip .tooltiptext {
        left: 25%
    }
    .boxes_order_pay .tooltip .tooltiptext h3.popover-title {
        margin-bottom: 10px
    }
}

@media (max-width:414px) {
    .register-left {
        width: 100%;
        height: inherit
    }
    .register-right {
        width: 100%
    }
    input[type=checkbox] {
        margin-right: 5px
    }
    .logo span.fa {
        font-size: 3.5em
    }
    .register input[type=email],
    .register input[type=password],
    .register input[type=tel],
    .register input[type=text] {
        width: 87%
    }
    .logo {
        margin-top: 0
    }
}

@media (max-width:384px) {
    .register-left h1 {
        font-size: 1.6em
    }
    .register-left p {
        padding: 0 1em;
        font-size: 14px
    }
    .content3 a,
    .content3 a.read {
        font-size: 14px;
        padding: 8px 20px
    }
    .register input[type=email],
    .register input[type=password],
    .register input[type=tel],
    .register input[type=text] {
        width: 85%
    }
}

@media (max-width:375px) {
    .logo span.fa {
        font-size: 3em
    }
}

@media (max-width:320px) {
    .mean-container .mean-bar {
        background: #1c2a44;
    }
    .register-left p {
        font-size: 14px;
        letter-spacing: .4px
    }
    .styled-input label,
    select {
        font-size: .875em
    }
    .register input[type=email],
    .register input[type=password],
    .register input[type=tel],
    .register input[type=text] {
        width: 83%
    }
    .register-left h1 {
        font-size: 1.35em
    }
    .content3 a,
    .content3 a.read {
        padding: 7px 15px
    }
    .register-right h2 {
        font-size: 1.3em
    }
    .agile-copyright {
        margin: 3em .2em 0
    }
    .link a {
        border: 1px solid #0a7369
    }
    .link a:hover {
        border: 1px solid #fff
    }
    .register-left p {
        margin: 1em 0 2em
    }
    .register-form input[type=submit] {
        font-size: 1em
    }
    .register-right {
        margin: 3em auto 0
    }
}

.price {
    font-size: 25px;
    font-weight: 600;
    color: #c0392b
}

@media (max-width:768px) {
    body {
        height: 400px
    }
    .register-full {
        margin: 0 auto 0
    }
    .register-full-page {
        width: 100%;
        background: #6d6d6d;
        padding: 40px 20px 10px
    }
    .new-register {
        background: #dedede;
        margin-top: -12px
    }
    .register-right {
        margin-top: 50px
    }
    .home_banner_leftcont h1 {
        font-size: 36px
    }
}

.login-block {
    background: url(../images/bg-login.jpg) fixed;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 60px 0
}

.carousel-inner {
    border-radius: 0 10px 10px 0
}

.carousel-caption {
    text-align: left;
    left: 5%
}

.login-sec {
    padding: 25px 30px;
    position: relative
}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center
}

.login-sec .copy-text i {
    color: #feb58a
}

.login-sec .copy-text a {
    color: #e36262
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px
}

.banner-text h2 {
    color: #fff;
    font-weight: 600
}

.banner-text h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #fff;
    display: block;
    margin-top: 20px;
    border-radius: 3px
}

.banner-text p {
    color: #fff
}

.brand-area-box {
    margin-bottom: 10px;
    width: 270px
}

.nav .active {
    background: #002147;
    border-radius: inherit
}

.modal-forget {
    background: #193759
}

.modal-forget h5 {
    color: #fff
}

.modal-forget span {
    color: #fff;
    padding: 2px
}

.modal-border {
    border: none
}

.modal-newsletter .modal-header {
    border-bottom: none;
    position: relative;
    text-align: center;
    border-radius: 5px 5px 0 0
}

.modal-newsletter .icon-box {
    color: #fff;
    display: inline-block;
    z-index: 9;
    text-align: center;
    position: relative;
    margin-bottom: 10px
}

.modal-newsletter .icon-box i {
    font-size: 70px
}

.modal-newsletter h4 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin: 0 0 18px;
    font-weight: 700;
    text-transform: capitalize
}

.modal-newsletter p {
    color: #f8f1f1
}

.modal-newsletter .input-group {
    margin: 30px 0 15px
}

.modal-close {
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 30px 10px 30px;
    overflow: hidden;
    position: relative
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative
}

#accordion .panel-title a {
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #193759;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    position: relative
}

#accordion .panel-title a.collapsed {
    background: #efefef;
    color: #626262;
    font-weight: 500
}

#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:before {
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #193759;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
    background: #ababab;
    border: 4px solid #626262
}

#accordion .panel-title a.collapsed:after,
#accordion .panel-title a:after {
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0
}

#accordion .panel-title a.collapsed:after {
    width: 19px;
    background: #ababab
}

#accordion .panel-body {
    border-left: 3px solid #183658;
    border-top: none;
    background: #fff;
    color: #1c2336;
    line-height: 27px;
    position: relative
}

#accordion .panel-body:before {
    content: "";
    height: 3px;
    width: 50%;
    background: #193759;
    position: absolute;
    bottom: 0;
    left: 0
}

#accordion .panel-body p {
    padding: 10px
}

.mob-order {
    background: #03a84e;
    color: #fff;
    padding: 6px;
    border-radius: 5px
}

.rating {
    float: left
}

.rating:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0)
}

.rating:not(:checked)>label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
    text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0, 0, 0, .5)
}

.rating:not(:checked)>label:before {
    content: '★ '
}

.rating>input:checked~label {
    color: #f70;
    text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0, 0, 0, .5)
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
    text-shadow: 1px 1px #daa520, 2px 2px #b57340, .1em .1em .2em rgba(0, 0, 0, .5)
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #ea0;
    text-shadow: 1px 1px #daa520, 2px 2px #b57340, .1em .1em .2em rgba(0, 0, 0, .5)
}

.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px
}

.radio_btn_feedback label:last-child {
    margin-right: 0
}

.radio_btn_feedback label {
    margin-right: 15px
}

#page-navi {
    width: 50%;
    margin: 40px auto;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden
}

#page-navi li {
    list-style: none;
    display: inline
}

#page-navi li a {
    float: left;
    display: block;
    padding: 8px 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    background: #fff;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    border-radius: 3px;
    color: #000
}

#page-navi li:last-child a {
    margin-right: 0
}

#page-navi li a.current,
#page-navi li a.disable,
#page-navi li a:hover {
    background: tomato;
    color: #fff;
    border-bottom: 3px solid #fff
}

.textarea_feed {
    color: #ff8d00;
    font-size: 12px;
    font-weight: 600
}

.text-area {
    width: 100%;
    height: 250px;
    padding: 10px;
    border: 1px solid #d9d9d9;
    outline: 0;
    font-size: 1rem;
    resize: none;
    line-height: 1.5rem;
    color: #000
}

.text-area:hover {
    border-color: silver
}

.text-area:focus {
    border-color: #4d90fe
}

.text-h1 {
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    margin: 1% 0 3%
}

.output.row {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 1.4rem;
    margin: 1% 0;
    background-color: #f9f9f9
}

.output.row div {
    display: inline-block;
    width: 42%;
    padding: 10px 15px;
    margin: 1%
}

.container-text {
    margin: 2% auto;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
}

.text-btn {
    padding: 5px;
    background: #4caf50;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #4caf50
}

@media (max-width:750px) {
    .output.row {
        font-size: 1.2rem
    }
    .output.row span {
        font-size: 1.3rem
    }
    .pagination a {
        padding: 5px 8px;
        font-size: 14px
    }
}

@media (max-width:380px) {
    .pagination a {
        padding: 5px 5px;
        font-size: 12px
    }
    .footer_top_section:before {
        bottom: 87%;
        width: 200px;
        left: 4px;
        height: 44px
    }
}

@media (max-width:340px) {
    .my_table_responsive td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 52%
    }
    .my_table_responsive td {
        border: none;
        border-bottom: 1px solid #655a5a !important;
        position: relative;
        padding-left: 55% !important;
        word-break: break-all
    }
    .my_table_responsive.table-striped tbody tr:nth-of-type(odd) {
        background-color: #eaeaea;
        padding: 0 0
    }
    .my_table_responsive.table-striped tbody .btn.btn-success a {
        font-size: 14px !important
    }
    .my_table_responsive tbody tr td:last-child {
        vertical-align: middle;
        padding: .75rem 5px
    }
}

.steps_home>.active {
    display: block;
    opacity: 1
}

.steps-tabs-home li {
    margin-bottom: 0;
    padding: 10px 15px
}

.steps-tabs-home li.active {
    margin-bottom: 0;
    background: 0 0
}

.steps-tabs-home li a.active {
    color: #fff;
    background: #002147;
    padding: 15px
}

.steps-tabs-home li a {
    color: #222
}

.fa-angle-down {
    position: relative
}

/*.fa-angle-down:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -76px 3px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}*/

.mega-menu-area>.angle_right_menu>a:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -36px 2px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.mega-menu-area>.angle_right_menu>a:hover:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -76px 3px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.sub-angle_right_menu>li>a:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -36px 2px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.sub-angle_right_menu>li>a:hover:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -76px 3px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.footer-area-top .featured-links>li ul li:before {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -118px 2px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.fa-facebook {
    position: relative
}

/*.fa-facebook:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: -14px;
    background-position: -197px 4px;
    background-size: 263px 200px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat
}*/

.fa-twitter {
    position: relative
}

/*.fa-twitter:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: -14px;
    background-position: -223px 4px;
    background-size: 263px 200px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat
}*/

.fa-linkedin {
    position: relative
}

.fa-instagram {
    position: relative
}

/*.fa-instagram:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: -14px;
    background-position: -209px -21px;
    background-size: 263px 200px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat
}*/

/*.fa-linkedin:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: -14px;
    background-position: 3px -21px;
    background-size: 263px 200px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat
}*/

.fa-pinterest {
    position: relative
}

/*.fa-pinterest:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: -14px;
    background-position: -26px -21px;
    background-size: 263px 200px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat
}*/

.services_caret_arrow li {
    position: relative
}

.services_caret_arrow li:before {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: -30px;
    background-position: -119px -13px;
    background-size: 195px 143px;
    width: 16px;
    height: 20px
}

.menu-star-rating i:nth-child(1) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu-star-rating i:nth-child(2) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 14px;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu-star-rating i:nth-child(3) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 28px;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu-star-rating i:nth-child(4) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 42px;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu-star-rating i:nth-child(5) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 55px;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.header-top-right ul li a .fa-home {
    position: relative
}

.header-top-right ul li a .fa-home:after {
    width: 20px;
    height: 20px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -93px -20px;
    background-size: 225px 160px
}

.header3-area .header-top-area .header-top-right ul li a i {
    padding-right: 15px
}

.header-top-right ul li a .fa-lock {
    position: relative
}

.header-top-right ul li a .fa-lock:after {
    width: 20px;
    height: 20px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -70px -20px;
    background-size: 225px 160px
}

.sidebar .services_caret_arrow li {
    position: relative
}

.sidebar .services_caret_arrow li:before {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: -15px;
    background-position: -98px -13px;
    background-size: 195px 143px;
    width: 16px;
    height: 20px
}

.sidebar .sidebar_other_services ul li {
    margin-bottom: 5px;
    text-align: left;
    padding-left: 15px;
    margin-left: 0
}

.person_hire_stars {
    position: relative
}

.boxes_experts_hire .person_hire_stars i.fa:nth-child(1) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.boxes_experts_hire .person_hire_stars i.fa:nth-child(2) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 15px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.boxes_experts_hire .person_hire_stars i.fa:nth-child(3) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 30px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.boxes_experts_hire .person_hire_stars i.fa:nth-child(4) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 45px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.boxes_experts_hire .person_hire_stars i.fa:nth-child(5) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 60px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.person_hire_stars {
    height: 18px
}

.reviews_stars .fa-star {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute
}

.reviews_stars {
    position: relative
}

.reviews_stars .fa-star:nth-child(1) {
    top: 2px;
    left: 13px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.reviews_stars .fa-star:nth-child(2) {
    top: 2px;
    left: 31px;
    background-position: -160px -20px;
    background-size: 225px 160px;
}

.reviews_stars .fa-star:nth-child(3) {
    top: 2px;
    left: 50px;
    background-position: -160px -20px;
    background-size: 225px 160px;
}

.reviews_stars .fa-star:nth-child(4) {
    top: 2px;
    left: 68px;
    background-position: -160px -20px;
    background-size: 225px 160px;
}

.reviews_stars .fa-star:nth-child(5) {
    top: 2px;
    left: 86px;
    background-position: -160px -20px;
    background-size: 225px 160px;
}

.rating-star li {
    position: relative
}

.rating-star li .fa-star {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute
}

.rating-star li:nth-child(1) .fa-star {
    top: 2px;
    left: -5px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.rating-star li:nth-child(2) .fa-star {
    top: 2px;
    left: -20px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.rating-star li:nth-child(3) .fa-star {
    top: 2px;
    left: -35px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.rating-star li:nth-child(4) .fa-star {
    top: 2px;
    left: -50px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.rating-star li:nth-child(5) .fa-star {
    top: 2px;
    left: -65px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.country-submenu a .fa-angle-right:before {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -118px 2px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}
#quote-carousel .left.carousel-control i:before {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -132px 0px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

#quote-carousel .right.carousel-control i:before {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -118px 0px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

@media only screen and (max-width:767px) {
    .boxes_experts_hire .person_hire_stars i.fa:nth-child(1) {
        left: 40%
    }
    .boxes_experts_hire .person_hire_stars i.fa:nth-child(2) {
        left: 45%
    }
    .boxes_experts_hire .person_hire_stars i.fa:nth-child(3) {
        left: 50%
    }
    .boxes_experts_hire .person_hire_stars i.fa:nth-child(4) {
        left: 55%
    }
    .boxes_experts_hire .person_hire_stars i.fa:nth-child(5) {
        left: 60%
    }
}

.ftco-animate ul {
    list-style: disc;
    margin-left: 20px
}

.ftco-animate ol {
    margin-left: -15px
}

/* Blog section css  */

.section_recent_blog {
    padding: 80px 0;
    background: linear-gradient(0deg, #f2f9fe, #f2f9fe, rgb(21 30 64 / 0%));
}

.blog-txtbs {
    padding: 15px;
}

.blog-txtbs h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.47;
}

.blog-boxs {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: 0 2px 1px hsl(0deg 0% 80% / 33%);
    background: #fff;
}

.blog-txtbs span {
    font-size: 12px;
    padding-right: 10px;
}

.blog-txtbs span img {
    width: 12px;
    margin-right: 1px;
    margin-top: -3px;
}

.blog-txtbs p {
    margin-top: 10px;
    min-height: 170px;
    font-size: 15px;
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
}

.blog-txtbs a {
    color: #0251b0;
    font-weight: 500;
    font-size: 15px;
}

.blog-txtbs a img {
    width: 10px;
}

.button-box {
    margin: 35px auto 0;
    text-align: center;
}

.button-box a {
    margin-right: 10px;
}
.dropdown-toggle::after{
    display: none;
}
/* End Blog section css  */



/* Tablets  */
@media (min-width:768px) and (max-width:991px) {
    .title-default-left-bold {
        font-size: 26px
    }
    .order-dashboard-wrapper {
    padding-top: 100px;
}
    /* PopupBox Payment  */
.invoice_left_details .invoice_order_icon img {
    margin: 30px auto 5px;
}
.invoice_order_id, .invoice_order_id p, .invoice_gah p, .invoice_left_details .oAmount, .invoice_right_details h2 {
    text-align: center;
}
.invoice_right_details h2 {
    color: #000;
}
.invoice_right_details img {
    width: auto;
    height: 60px;
    margin: 15px auto 20px;
    text-align: center;
    display: block;
}
.price_awaiting_assignment a {
    padding: 7px 15px !important;
}
.assignment_data_box_cont {
    margin-bottom: 0;
}
.order-dashboard-wrapper .form_order_design {
    margin-bottom: 30px;
}
}

/* Laptop  */
@media (min-width:992px) and (max-width:1199px) {
    .title-default-left-bold {
        font-size: 28px
    }
    .invoice_order_id .oOrderId {
    color: #fff;
    font-size: 14px;
}
.order-dashboard-wrapper {
    padding-top: 105px;
}
form {
    padding-left: 0;
    padding-right: 0;
}
.order-dashboard-wrapper .new-card.card-design, .order_page_dashboard-sidebar {
    min-height: 650px;
}

}
.test-css {
    color: blue;
}
.tooltip_space_bottom {
    margin-bottom: 25px;
    position: relative;
}
.boxes_order_pay .tooltip .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 20px;
    position: absolute;
    z-index: 1;
    left: 10px;
    right: 0;
    top: -175px;
   
    transition: opacity .3s;
}
@media only screen and (max-width:767px) {
.mean-container .mean-bar a {
    padding: 6px 15px !important;
    display: inline-block;
}
.checkmark-sign-box {
    left: 0;
    }
    .tooltip {
    position: relative;
}
.order_pay_now_page {
    padding: 0;
    }
.boxes_order_pay .tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 20px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: auto;
    top: -187px;
    margin: 0 initial !important;
    transition: opacity .3s;
    
}
.chat .chat-history {
    padding: 20px 0 !important;
}
#msg_expert_talk {
    padding-top: 0;
}
.cont_show_assignment label {
    font-weight: 600;
    text-align: left;
}
    .order-dashboard-wrapper {
    padding-top: 60px;
}
/* PopupBox Payment  */
.invoice_left_details .invoice_order_icon img {
    margin: 30px auto 5px;
}
.invoice_order_id, .invoice_order_id p, .invoice_gah p, .invoice_left_details .oAmount, .invoice_right_details h2 {
    text-align: center;
}
.invoice_right_details h2 {
    color: #000;
}
.invoice_right_details img {
    width: auto;
    height: 60px;
    margin: 15px auto 20px;
    text-align: center;
    display: block;
}
.price_awaiting_assignment a {
    padding: 7px 15px !important;
}
.assignment_data_box_cont {
    margin-bottom: 0;
}
.order_page_dashboard-sidebar {
    padding: 15px 20px 10px;
}
.order_page_dashboard-sidebar h3 {
    margin-top: 0;
}
    .mean-container .mean-nav ul li {
        margin-bottom: 0
    }
}