�:root {
    font-size: 100%
}

body {
    margin: 0 auto;
    font-size: .95rem;
    overflow-x: hidden;
    line-height: 23px;
    font-family: Poppins, sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    background: #f8f8f8
}

a:focus,
a:hover {
    color: #034eb7
}

a {
    color: inherit
}

a:hover {
    text-decoration: none
}

.tbl-style {
    display: table;
    width: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.left {
    float: left
}

.right {
    float: right
}

h3,
h4 {
    font-family: Poppins, sans-serif;
    font-weight: 600
}

.h2,
h1,
h2 {
    font-size: 3rem;
    font-weight: 800;
    font-family: Poppins, sans-serif;
    color: #000;
    margin-bottom: 2rem
}

.hd-underline {
    color: #555;
    font-weight: 900;
    position: relative;
    margin-bottom: 2rem
}

.hd-underline>span {
    color: #000;
    position: relative
}

.hd-underline>span:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fdca00
}

.nopadding {
    padding: 0 !important
}

li,
ul {
    list-style-type: none;
    padding: 0
}

.alert {
    display: block;
    padding: 8px 15px;
    margin-top: 10px
}

:after,
:before {
    font-family: FontAwesome;
    font-style: normal
}

.row-0 {
    margin: 0
}

.row-0>[class^=col] {
    padding: 0
}

.carousel-control-next,
.carousel-control-prev {
    height: 80px;
    line-height: normal;
    width: 40px
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: 0 0;
    height: 50px;
    width: 50px
}

.carousel-control-next-icon:before,
.carousel-control-prev-icon:before {
    color: #000;
    font-size: 3rem
}

.carousel-control-prev-icon:before {
    content: "\f104"
}

.carousel-control-next-icon:before {
    content: "\f105"
}

.btn {
    border-radius: 1px;
    height: 3.2rem;
    line-height: 3.2rem;
    padding: 0 1.2rem;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif
}

.btn.btn-solid {
    background: #3c0c69;
    color: #fff
}

.btn.btn-solid:hover {
    background: #fdca00;
    color: #000;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

.btn.btn-outline {
    border: 2px solid #fdca00;
    background: 0 0;
    color: #fdca00
}

.btn.btn-outline:hover {
    background: #fdca00;
    color: #000
}

.top-header {
    background: rgba(0, 0, 0, .7);
    color: #d0cec1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    font-size: 13px
}

.top-header .navbar {
    padding: 0
}

.top-header .navbar a:hover {
    color: #fdca00
}

.top-header .navbar a .fa {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 1rem;
    margin-right: 7px;
    position: relative;
    text-align: right
}

.top-header .navbar .nav-item {
    position: relative
}

.top-header .navbar .nav-item+.nav-item {
    margin-left: 20px
}

.top-header .navbar .nav-item+.nav-item:before {
    content: '';
    position: absolute;
    left: -9px;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .2)
}

.login-links .nav-item>a {
    color: #fdca00;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: ease all .5s
}

.login-links .nav-item>a:hover {
    color: #fff;
    transition: ease all .5s
}

.login-links .nav-item>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #fdca00;
    opacity: 0;
    visibility: hidden;
    transition: ease all .3s;
    margin: 0 auto
}

.login-links .nav-item>a:hover:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: ease all .3s
}

.header {
    padding: 10px 00px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 33px;
    width: 100%;
    transition: ease all .5s
}

.header .navbar-brand img {
    height: 66px
}

.header .navbar {
    padding: 0
}

.navbar-nav .nav-link {
    padding-top: .3rem;
    padding-bottom: .3rem
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.5rem 1rem;
    padding-right: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    position: relative
}

.navbar-expand-lg .navbar-nav .nav-link::after,
.navbar-expand-lg .navbar-nav .nav-link::before {
    content: "";
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: 14px;
    left: 0;
    opacity: 0;
    -ms-filter: 0;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0 2px
}

.navbar-expand-lg .navbar-nav .nav-link::after {
    right: 0;
    padding: 0;
    border: 0;
    left: inherit
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after {
    visibility: visible;
    opacity: 1;
    -ms-filter: 1;
    right: 50%;
    background: #fdca00
}

.navbar-expand-lg .navbar-nav .nav-link:hover::before {
    visibility: visible;
    opacity: 1;
    -ms-filter: 1;
    left: 50%;
    background: #fdca00
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fdca00
}

.navbar-expand-lg .navbar-nav .nav-item:last-child>.nav-link {
    padding-right: 0
}

.header.sticky {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .9);
    padding: 0;
    transition: ease all .5s;
    box-shadow: 5px 0 5px 2px rgba(0, 0, 0, .2)
}

.header.sticky .navbar-brand img {
    height: 41px
}

.header.sticky .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
        padding: 0
    }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 57px;
    border-radius: 1px;
    background: #fdca00;
    left: -50px;
    min-width: 230px
}

.dropdown-menu .dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f8902e;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #060606
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    background: #fff;
    box-shadow: none;
    outline: 0
}

.navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle:hover:after,
.navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle:hover:before {
    display: none
}

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: '';
    width: 0;
    left: 40%;
    top: -14px;
    position: absolute;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 14px solid #fdca00
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .nav-link:after,
.navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .nav-link:before {
    display: none
}

#about .nav-about,
#career .nav-career,
#contact .nav-contact,
#home .nav-home,
#products .nav-product,
#services .nav-service {
    color: #fdca00
}

#about .nav-about::after,
#career .nav-career::after,
#contact .nav-contact::after,
#home .nav-home::after,
#products .nav-product::after,
#services .nav-service::after {
    visibility: visible;
    opacity: 1;
    -ms-filter: 1;
    right: 50%;
    background: #fdca00
}

#about .nav-about::before,
#career .nav-career::before,
#contact .nav-contact::before,
#home .nav-home::before,
#pricing .nav-pricing::before,
#products .nav-product::before,
#services .nav-service::before {
    visibility: visible;
    opacity: 1;
    -ms-filter: 1;
    left: 50%;
    background: #fdca00
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    font-size: 3rem;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '�?'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '�?'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.sec-banner {
    position: relative
}

.sec-banner>figure {
    margin: 0;
    height: 100vh;
    max-height: 750px;
    overflow: hidden;
    position: relative
}

.sec-banner>figure:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, .3)
}

.sec-banner>figure>img {
    width: 100%;
    height: 110%;
    object-fit: cover
}

.banner-cont {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 100%
}

.banner-cont .banner-text-cont {
    width: 53%;
    padding-top: 17%
}

.banner-cont .banner-text-cont>h1 {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .2);
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block
}

.banner-cont .banner-text-cont>h1>span {
    color: #fdca00
}

.banner-cont .banner-text-cont>p {
    color: #fff;
    text-align: justify;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 20px
}

.banner-cont .banner-img-cont {
    position: absolute;
    right: 0;
    bottom: 30%;
    right: 10%;
    width: 30%
}

.banner-cont .banner-img-cont>figure {
    margin: 0
}

.banner-cont .banner-img-cont>figure img {
    width: 100%
}

.x_row-separator {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    line-height: 0;
    bottom: -1px
}

.x_row-separator svg {
    fill: #f8f8f8;
    height: 50px;
    width: 100%
}

.inner-page .sec-banner>figure {
    height: 20rem
}

#index_canvas {
    width: 100%;
    height: 100%;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: visible;
    z-index: 1
}

#opening_spacer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    background: 0 0;
    -moz-transition: all .5s cubic-bezier(.39, .12, .22, .97);
    -o-transition: all .5s cubic-bezier(.39, .12, .22, .97);
    -webkit-transition: all .5s cubic-bezier(.39, .12, .22, .97);
    transition: all .5s cubic-bezier(.39, .12, .22, .97);
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

#opening_spacer #opening_greetings {
    position: absolute;
    top: 136px;
    left: 70px;
    z-index: 1;
    color: #fff;
    letter-spacing: 0;
    font-family: "Avenir Next LT Pro", "Avenir Next Cyr W00 Demi";
    font-weight: 400
}

#opening_spacer #opening_greetings h1 {
    font-size: 250%;
    line-height: .92
}

#opening_spacer #opening_greetings p.h1_str {
    margin-top: 1.4em;
    font-size: 66%;
    line-height: 1.25;
    margin-bottom: 1em
}

#opening_spacer #opening_greetings #clicktoscroll {
    font-size: 40%
}

@media screen and (max-width:568px) {
    #opening_spacer #opening_greetings {
        left: 20px;
        font-size: 135%
    }
}

@media screen and (min-width:568px) {
    #opening_spacer #opening_greetings {
        left: 70px;
        font-size: 200%
    }
}

@media screen and (min-width:768px) {
    #opening_spacer #opening_greetings {
        font-size: 310%
    }
}

@media screen and (min-width:1440px) {
    #opening_spacer #opening_greetings {
        font-size: 350%;
        left: 50%;
        margin-left: -650px
    }
}

#opening_spacer.close {
    top: -100%
}

.link-more:after,
.link-more:before {
    content: '';
    position: absolute;
    transition: transform .5s ease
}

.link-more {
    font-weight: 600;
    padding: 10px 20px;
    color: #0d2668;
    display: inline-block;
    overflow: hidden;
    position: relative
}

.link-more:after,
.link-more:before {
    left: 0;
    width: 100%;
    height: 1px;
    background: #0d2668
}

.link-more:before {
    bottom: 0;
    transform: translateX(-100%)
}

.link-more:after {
    top: 0;
    transform: translateX(100%)
}

.image-box-wrap:hover .link-more:after,
.image-box-wrap:hover .link-more:before,
.link-more:hover:after,
.link-more:hover:before {
    transform: translateX(0)
}

.content figure>img {
    max-width: 480px
}

figure.pull-right {
    padding-left: 30px;
    padding-bottom: 10px
}

.notes {
    padding: 35px 0;
    background: #fdca00;
    font-weight: 600;
    font-size: 16px
}

.notes p {
    line-height: 30px
}

.notes .tbl-style .table-cell:last-child {
    width: 25%;
    text-align: right
}

.btn-border {
    padding: 15px 30px;
    border: 2px solid #0f3a5d;
    font-size: 24px;
    border-radius: 5px;
    display: inline-block;
    color: #0f3a5d;
    font-weight: 600
}

.btn-border:hover {
    background: #0f3a5d;
    color: #fdca00
}

.sec-service {
    position: relative;
    margin-top: -6rem;
    z-index: 2
}

.ht-box-images {
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.ht-box-images:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.ht-box-images:hover .image-box-wrap {
    background: #fdca00
}

.ht-box-images:hover .image-box-wrap .default-image img {
    filter: grayscale(100%)
}

.ht-box-images:hover .image-box-wrap p.text {
    color: #000
}

.ht-box-images:hover .ht-box-images .image-box-wrap .box-heading {
    color: #000
}

.ht-box-images .image-box-wrap {
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
    background: #fff;
    border-radius: 5px;
    padding: 50px 30px 30px;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    overflow: hidden;
    position: relative
}

.ht-box-images .box-tagline {
    position: absolute;
    right: 0;
    top: 0;
    height: 120px;
    width: 120px;
    text-align: right;
    padding-right: 15px;
    padding-top: 15px
}

.ht-box-images .box-tagline>span {
    position: relative;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase
}

.ht-box-images .box-tagline:after {
    content: '';
    transition: ease all .5s;
    position: absolute;
    background: #fdca00;
    height: 100%;
    width: 130%;
    right: -25px;
    top: -31px;
    border-radius: 60px 40px;
    transform: rotate(26deg)
}

.ht-box-images:hover .box-tagline:after {
    background: #000;
    transition: ease all .5s
}

.ht-box-images:hover .box-tagline>span {
    color: #fff
}

.ht-box-images .image-box-wrap .box-image {
    position: relative;
    margin-bottom: 41px
}

.ht-box-images .image-box-wrap .box-image img {
    transition: ease all .5s;
    height: 90px
}

.ht-box-images .image-box-wrap .content .box-images-arrow {
    display: inline-block;
    margin-top: 17px;
    font-size: .9rem;
    font-weight: 500
}

.ht-box-images .image-box-wrap .content .box-images-arrow a {
    color: #0d2668;
    padding-left: 0
}

.ht-box-images .image-box-wrap p.text {
    font-size: .9rem;
    color: #888;
    margin: 0;
    transition: ease all .5s;
    text-align: justify
}

.ht-box-images .image-box-wrap p.text strong {
    font-weight: 600
}

.ht-box-images .image-box-wrap .box-heading {
    font-size: 1.5rem;
    margin-bottom: 12px;
    font-weight: 700
}

.processing-contact-us-bg {
    background-color: #3c0c69;
    background-image: url(../images/bg-contact-sec.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 8rem 0;
    background-size: contain
}

.conact-us-wrap-one .heading {
    position: relative;
    padding-left: 34px;
    font-weight: 700;
    line-height: 1.4;
    font-size: 2.5rem;
    letter-spacing: 1px
}

.conact-us-wrap-one .sub-heading {
    margin-top: 15px;
    margin-left: 34px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.6rem
}

.conact-us-wrap-one .heading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 94%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fdca00
}

.contact-info-two .call-us {
    color: #fdca00
}

.contact-info-two .call-us a:hover {
    color: #fff
}

.contact-info-two .heading {
    color: rgba(255, 255, 255, .8)
}

.contact-info-two .icon {
    color: #fff;
    font-size: 4rem;
    line-height: normal
}

.contact-info-two .btn-secondary:hover {
    background: #d2a98e;
    color: #fff
}

.sec-about {
    padding: 8rem 0;
    text-align: center;
    padding-bottom: 4rem
}

.about .h2,
.sec-about h2 {
    margin-top: 0
}

.sec-about p {
    color: #555;
    text-align: justify
}

.sec-about p .subtitle {
    font-size: 18px;
    font-weight: 700
}

.sec-application-list {
    padding-bottom: 8rem;
    text-align: center
}

.sec-application-list h4 {
    display: inline-block;
    border-top: 1px solid #ddd;
    padding-top: 5rem;
    margin-bottom: 2rem
}

.admlist-box {
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
    box-shadow: 0 0 10px rgba(51, 51, 51, .1);
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    margin-top: 40px;
    margin-bottom: 10px
}

.admlist-box .adm-stu {
    margin: 0 auto;
    margin-top: -45px;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .1);
    margin-bottom: 16px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 5px solid #fff
}

.admlist-box .adm-stu img {
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.admlist-box .adm-uni {
    font-weight: 500;
    line-height: 20px;
    color: #10388e;
    height: 47px;
    vertical-align: middle
}

.admlist-box .adm-count {
    font-weight: 700;
    font-size: 120%;
    margin-bottom: 15px
}

.admlist-box .adm-count>span {
    font-size: 20px
}

.admlist-box .adm-prog {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin-top: 5px;
    margin-bottom: 10px
}

.sec-application-list .carousel-control-prev {
    left: -30px
}

.sec-application-list .carousel-control-next {
    right: -30px
}

.sec-application-list .slick-slide {
    padding: 0 10px
}

.carousel-control-next,
.carousel-control-prev {
    top: 30%
}

@media (min-width:768px) {

    .sec-application-list .carousel-inner .active,
    .sec-application-list .carousel-inner .active+.carousel-item,
    .sec-application-list .carousel-inner .active+.carousel-item+.carousel-item,
    .sec-application-list .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
        display: block
    }

    .sec-application-list .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .sec-application-list .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .sec-application-list .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item,
    .sec-application-list .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
        transition: none
    }

    .sec-application-list .carousel-inner .carousel-item-next,
    .sec-application-list .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0)
    }

    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible
    }

    .sec-application-list .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .sec-application-list .carousel-item-next.carousel-item-left+.carousel-item,
    .sec-application-list .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .sec-application-list .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item,
    .sec-application-list .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    .sec-application-list .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible
    }

    .sec-application-list .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .sec-application-list .carousel-item-prev.carousel-item-right+.carousel-item,
    .sec-application-list .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .sec-application-list .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item,
    .sec-application-list .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible
    }
}

.love-work {
    padding: 40px 0;
    background: #16467b;
    text-align: center;
    color: #fff
}

.love-work p {
    padding: 0 150px;
    margin-top: 20px;
    font-size: 16px
}

.love-work h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px
}

.love-work h3 .love {
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding: 15px;
    z-index: 0
}

.love-work h3 .love:after {
    content: "\f004";
    font-family: FontAwesome;
    position: absolute;
    font-size: 60px;
    color: #d85a4b;
    z-index: -1;
    top: -5px;
    left: 5px
}

.our-clients {
    padding: 80px 0;
    text-align: center;
    margin: 0 auto
}

.our-clients h2 {
    margin-top: 0;
    margin-bottom: 30px
}

.our-clients img {
    margin-top: 10px
}

.our-clients .logo-box {
    background: #eee;
    padding: 20px;
    text-align: center
}

.our-clients .logo-cont {
    width: 90%;
    margin: 0 auto
}

.logo-cont ul {
    padding: 0;
    margin: 0
}

.logo-cont ul li {
    display: inline-block;
    width: 19%
}

.sec-partner-university {
    padding: 8rem 0;
    background: #cea4fd;
    text-align: center;
    padding-bottom: 12rem
}

.sec-partner-university .slick-slider figure {
    height: 110px;
    width: 110px;
    text-align: center;
    display: block;
    margin: 0 auto
}

.sec-partner-university .slick-slider figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    margin: 0 auto
}

.slick-next:before {
    content: "\f0da";
    color: #000
}

.slick-prev:before {
    content: "\f0d9";
    color: #000
}

.slick-dots li button:before {
    content: "\f111"
}

.sec-testimonials {
    padding: 8rem 0;
    text-align: center;
    position: relative;
    padding-top: 0
}

.testimonial-cont {
    background: #fff;
    padding: 4rem;
    box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
    border-radius: 5px;
    margin-top: -5rem
}

.sec-testimonials .testimonial-caption {
    padding: 0 8%
}

.sec-testimonials .testimonial-caption .fa {
    font-size: 20px;
    display: inline-block;
    background: #3c0c69;
    height: 60px;
    line-height: 58px;
    width: 60px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 12px
}

.sec-testimonials .testimonial-caption h3 {
    color: #555;
    font-size: 16px
}

.sec-testimonials .testimonial-caption h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    text-align: justify
}

.sec-testimonials .testimonial-caption p {
    height: 150px;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%
}

.sec-testimonials .testimonial-caption figure {
    text-align: center
}

.sec-testimonials .testimonial-caption figure>img {
    overflow: hidden;
    object-fit: cover;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 auto
}

.social-list {
    margin: 0
}

.social-list>li {
    display: inline-block
}

.social-list>li>a {
    font-size: 16px;
    margin-right: 10px
}

.social-list>li>a:hover {
    color: #fdca00
}

.socials {
    padding: 30px 0;
    background: #fdca00;
    text-align: center;
    position: relative;
    overflow: hidden
}

.socials ul {
    padding: 0
}

.socials ul li {
    list-style: none;
    display: inline-block;
    padding: 0 20px
}

.socials ul li a {
    font-size: 40px;
    color: #000;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.socials ul li a:hover {
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer {
    padding-top: 6rem;
    padding-bottom: 10px;
    position: relative;
    color: #ccc;
    overflow: hidden;
    background: #000;
    margin-top: 5rem
}

.footer .x_row-separator svg {
    transform: rotateX(125deg);
    fill: #f8f8f8
}

.footer .x_row-separator {
    top: -11px;
    bottom: inherit
}

.ftr-form {
    padding: 0 15px
}

.ftr-form:before {
    content: '';
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    left: -10px
}

.ftr-form h3 {
    margin-top: 0;
    color: #fdca00
}

.ftr-form input[type=number],
.ftr-form input[type=text],
.ftr-form textarea {
    background: 0 0;
    padding: 9px 18px;
    border-radius: 2px;
    width: 100%;
    border: 0;
    margin-bottom: 15px;
    border: 1px solid #555;
    color: rgba(255, 255, 255, .8)
}

.ftr-form input[type=button] {
    height: 3rem;
    line-height: 3rem
}

.ftr-lnks {
    margin-bottom: 30px
}

.ftr-lnks h4 {
    color: #fff
}

.ftr-lnks ul {
    padding: 0;
    list-style-type: none
}

.ftr-lnks ul li {
    padding: 2px 0
}

.ftr-lnks ul a {
    font-size: 14px;
    color: #aaa
}

.ftr-lnks ul a:hover {
    color: #fdca00
}

.cp-rt {
    font-size: 13px;
    color: #777
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 2rem
}

.background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden
}

.background-wrapper .background {
    height: 100%;
    width: 100%
}

.background--particles {
    overflow: hidden;
    width: 120%;
    height: 120%
}

.inner-page p {
    text-align: justify;
    color: #777
}

.inner-page p a {
    font-weight: 600
}

.inner-page p a:hover {
    text-decoration: underline
}

.inner-page h1,
.inner-page h2 {
    font-size: 40px;
    margin: 20px 0
}

.bnr-heading {
    position: relative;
    text-align: center;
    margin-top: -46px;
    margin-bottom: 4rem
}

.bnr-heading img {
    width: 100%
}

.bnr-heading h2,
.heading h1 {
    position: relative;
    z-index: 2;
    padding-bottom: 0;
    margin-bottom: -8px;
    background: #fff;
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 5px;
    box-shadow: 0 18px 40px rgba(51, 51, 51, .1)
}

.bnr-heading p {
    text-align: center
}

.aboutus h4,
h1.type1 {
    font-size: 28px;
    text-align: center;
    color: #3c0c69;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    line-height: 50px;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 700
}

.aboutus h2 {
    font-size: 28px;
    font-weight: 700
}

.services-pg p {
    color: #555;
    font-size: 15px
}

.services-pg h3 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #333;
    font-size: 26px;
    border-bottom: 3px solid #fdca00;
    display: inline-block;
    padding-bottom: 5px
}

.service-list {
    border-right: 1px solid #ddd;
    height: 100%
}

.service-list ul {
    list-style-type: none;
    padding-left: 0;
    position: sticky;
    top: 70px
}

.service-list ul li a {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    display: block;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    color: #777
}

.service-list ul li:last-child a {
    border-bottom: 0
}

.service-list ul li a:hover {
    color: #3c0c69
}

.service-list ul li.active a:after {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #fdca00;
    width: 100%;
    left: 0
}

.service-list ul li.active a:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: #fdca00;
    width: 4px;
    right: -2px;
    z-index: 2
}

.service-list ul li.active a {
    color: #3c0c69
}

.service-cont .row+.row {
    margin-top: 10rem
}

.service-cont .left-sec {
    padding: 2.5rem;
    padding-right: 7%;
    position: relative;
    padding-top: 4rem
}

.service-cont .left-sec:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 150%;
    height: 103%;
    top: 20px;
    left: 0;
    z-index: -1;
    box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
    border-radius: 5px
}

.service-cont .right-sec {
    padding: 2.5rem;
    padding-left: 7%;
    padding-top: 2rem;
    position: relative;
    padding-top: 4rem
}

.service-cont .right-sec:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 150%;
    height: 103%;
    top: 20px;
    right: 0;
    left: -50%;
    z-index: -1;
    box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
    border-radius: 5px
}

.service-cont .service-image {
    margin: 0
}

.service-image>img {
    width: 100%
}

.service-cont .order-md-1 figure {
    text-align: right
}

.service-info h3 {
    font-weight: 700;
    margin-bottom: 2rem;
    color: #3c0c69
}

.service-info p {
    color: #999;
    font-size: 1rem;
    line-height: 1.5rem
}

.white-box {
    background: #fff;
    box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
    border-radius: 5px;
    padding: 2rem
}

address ul {
    list-style-type: none;
    padding-left: 0
}

address ul li {
    padding: 11px;
    position: relative;
    padding-left: 49px;
    line-height: 25px
}

address ul li strong {
    font-weight: 500
}

address ul li .fa {
    position: absolute;
    left: 0;
    font-size: 1.3rem;
    top: 12px;
    background: #fdca00;
    color: #000;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center
}

address ul li .fa.fa-envelope-o {
    font-size: 1.2rem
}

.get-in-tch p {
    font-size: 14px;
    text-align: left
}

.cont-form {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 18px 40px rgba(51, 51, 51, .1)
}

.cont-form .form-group {
    margin-bottom: 2rem
}

.cont-form h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: #aaa;
    font-size: 14px;
    letter-spacing: 1px
}

.cont-form .form-control {
    font-size: inherit;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0
}

.cont-form .form-control.err {
    border-bottom: 1px solid #c12e2e
}

.tbl-package {
    border: 0;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    max-width: 100%;
    border-radius: 30px;
    margin: 0 auto
}

.tbl-package td,
.tbl-package th {
    border: 0;
    padding: 10px 5px;
    box-shadow: -6px 0 5px 0 rgba(0, 0, 0, .1)
}

.tbl-package th {
    background: #3c0c69;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding: 29px 15px;
    width: 16%;
    text-align: center
}

.tbl-package tr th:first-child {
    width: 36%;
    padding-left: 25px;
    border-radius: 30px 0 0 0;
    text-align: left
}

.tbl-package tr th:last-child {
    border-radius: 0 30px 0 0
}

.tbl-package tr:nth-child(odd) td {
    background-color: #e6e8f4
}

.tbl-package td {
    text-align: center;
    font-weight: 600;
    font-size: 16px
}

.tbl-package td small {
    line-height: 16px;
    display: block;
    color: #777
}

.tbl-package tr td:first-child {
    text-align: left;
    padding-left: 25px;
    font-weight: 400;
    font-size: 14px
}

.tbl-package tr:last-child td:first-child {
    border-radius: 0 0 0 30px
}

.tbl-package tr:last-child td:last-child {
    border-radius: 0 0 30px 0
}

.tbl-package td .btn-plan {
    transition: ease all .5s;
    border: 0;
    font-size: 1.1rem;
    border: 2px solid #3c0c69;
    text-transform: uppercase;
    background: #3c0c69;
    color: #fff;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 2px;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block
}

.tbl-package td .btn-plan:hover {
    transition: ease all .5s;
    background: #fff;
    color: #3c0c69;
    border: 2px solid #3c0c69;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .3)
}

.tbl-package td .txt-amnt {
    white-space: nowrap
}

.tbl-package td .txt-amnt .fa {
    font-size: 85%
}

.tbl-package th.col-recmd {
    transform: scaleY(1.1);
    background: #fdca00;
    color: #000
}

.tbl-package td.col-recmd {
    background: #fff9c9 !important
}

.tbl-package tr.tr-total td:first-child {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px
}

.tbl-package .tr-total td {
    font-size: 1.5rem;
    font-weight: 700;
    color: #040404;
    background: #f5e662 !important
}

.tbl-package .tr-total td .old-price {
    font-size: 16px;
    display: inline-block;
    position: relative;
    color: #d41c1c;
    font-weight: 600;
    padding: 0 5px
}

.tbl-package .tr-total td .old-price:after {
    content: '';
    height: 1px;
    background: #d41c1c;
    width: 100%;
    position: absolute;
    left: 0;
    top: 47%
}

.tbl-package .tr-total td small {
    font-size: 12px;
    margin-top: 2px;
    display: inline-block;
    margin-right: -20px;
    position: relative;
    top: -3px;
    left: -2px
}

.feedback-form,
.overlay {
    z-index: 100;
    position: fixed
}

.feedback-form {
    top: 20%;
    right: 0
}

.cnt-form {
    transition: all .4s;
    padding: 20px;
    margin-right: -300px;
    border-radius: 3px 0 0 3px;
    width: 300px;
    box-shadow: 0 16px 20px rgba(51, 51, 51, .1)
}

.cnt-form h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: .8rem
}

.cnt-form.active {
    margin-right: 0
}

.feedback-form .cont-form .form-group {
    margin-bottom: 1.2rem
}

.feedback-form .cont-form .btn.btn-solid {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem
}

.feedback-form .pull_feedback {
    background: #fdca00;
    display: block !important;
    width: 134px;
    float: right;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 80px;
    padding: 8px;
    left: 0;
    transform: rotate(90deg);
    transform-origin: left top 0;
    color: #000;
    border-radius: 0 0 5px 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

.sticky-aside-cont {
    z-index: 100;
    position: fixed
}

.sticky-aside-cont {
    top: 20%;
    right: 0
}

.sticky-aside-cont-inner {
    transition: all .4s;
    padding: 20px;
    margin-right: -320px;
    background: #fff;
    border-radius: 3px 0 0 3px;
    width: 320px;
    box-shadow: 0 0 20px rgba(51, 51, 51, .1)
}

.sticky-aside-cont-inner h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: .8rem;
    text-transform: uppercase
}

.sticky-aside-cont-inner.active {
    margin-right: 0
}

.sticky-aside-cont .sticky-aside-cont-inner .form-group {
    margin-bottom: 1.2rem
}

.sticky-aside-cont .pull_sticky-aside {
    background: #02aefd;
    display: block !important;
    width: 50px;
    float: right;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    padding: 8px;
    left: -46px;
    transform-origin: left top 0;
    color: #000;
    border-radius: 25px 0 0 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700
}

.sticky-aside-cont .pull_sticky-aside:hover .fa {
    transform: rotate(360deg);
    transition: ease all .5s
}

.sticky-aside-cont .pull_sticky-aside .fa {
    font-size: 18px;
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #fff;
    line-height: 30px;
    border-radius: 50%;
    transition: ease all .5s
}

.sticky-aside-cont-inner ul li strong {
    font-weight: 600
}

.sticky-aside-cont-inner ul li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd
}

.sticky-aside-cont-inner ul li a {
    color: inherit
}

.float-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 55px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100
}

.float-btn:hover {
    background: #fdca00;
    color: #000
}

@media screen and (min-width:767px) {
    .sticky-aside-cont-inner:hover {
        margin-right: 0
    }
}

.flow-diagram {
    margin: 2rem 0
}

.flow-diagram ul>li>div {
    border-radius: 25px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    height: 100%;
    margin: auto 0;
    vertical-align: middle;
    padding: 15px 10px;
    text-align: center;
    position: relative;
    display: flex;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2)
}

.flow-diagram ul>li>div>span {
    margin: auto;
    display: block;
    text-align: center
}

.flow-diagram ul>li>div:after {
    content: "\f178";
    position: absolute;
    font-size: 2rem;
    right: -33px;
    top: 45%;
    transform: translateY(-50%);
    color: #6e5fa9;
    transform: scaleY(1.4)
}

.flow-diagram.theme-red ul>li>div:after {
    color: #bd9b53
}

.flow-diagram ul>li:last-child>div:after {
    display: none
}

.bullet-list>li {
    position: relative;
    padding: 2px 0;
    padding-left: 2rem
}

.bullet-list>li .fa {
    position: absolute;
    left: 0;
    top: 4px;
    color: #163368
}

.bullet-list.md {
    font-size: 1rem;
    font-weight: 600
}

@media screen and (max-width:991px) {
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important
    }

    .header {
        z-index: 999;
        top: 3px
    }

    .navbar .navbar-collapse,
    .navbar-toggler+.navbar-collapse {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fdca00;
        z-index: 99;
        padding: 2rem;
        padding-top: 5rem;
        display: block;
        right: -100%;
        visibility: hidden;
        transition: ease all .5s
    }

    .navbar .navbar-collapse.show {
        right: 0;
        visibility: visible;
        transition: ease all .5s
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid rgba(0, 0, 0, .3)
    }

    .navbar-expand-lg .navbar-nav .nav-link>i {
        font-size: 1rem;
        margin-left: 5px;
        transition: ease all .3s
    }

    .navbar-expand-lg .navbar-nav .nav-link>i:before {
        content: "\f078"
    }

    .navbar-expand-lg .navbar-nav .nav-link.active>i {
        transform: rotate(180deg);
        transition: ease all .3s
    }

    #about .nav-about,
    #career .nav-career,
    #contact .nav-contact,
    #crm .nav-product,
    #home .nav-home {
        color: #000;
        font-weight: 700
    }

    .header .navbar-brand img {
        height: 50px
    }

    .navbar-toggler {
        padding: 0;
        position: relative;
        z-index: 9999;
        margin-top: -6px
    }

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: 0
    }

    .navbar-toggler .navbar-toggler-icon {
        position: relative;
        width: 2.1rem;
        height: 28px
    }

    .navbar-toggler .navbar-toggler-icon>span {
        display: block;
        position: absolute;
        height: 4px;
        width: 70%;
        right: 0;
        background: #fff;
        top: 12px
    }

    .navbar-toggler .navbar-toggler-icon:after,
    .navbar-toggler .navbar-toggler-icon:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background: #fff;
        right: 0;
        top: 0;
        transform: inherit;
        transition: ease all .3s
    }

    .navbar-toggler .navbar-toggler-icon:after {
        top: inherit;
        bottom: 0;
        width: 90%;
        transform: inherit
    }

    .navbar-toggler.active .navbar-toggler-icon>span {
        display: none
    }

    .navbar-toggler.active .navbar-toggler-icon:after,
    .navbar-toggler.active .navbar-toggler-icon:before {
        content: '';
        position: absolute;
        width: 105%;
        height: 4px;
        background: #040404;
        right: 0;
        top: 10px;
        transition: ease all .3s
    }

    .navbar-toggler.active .navbar-toggler-icon:after {
        transform: rotate(-45deg)
    }

    .navbar-toggler.active .navbar-toggler-icon:before {
        transform: rotate(45deg)
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu:before,
    .navbar-expand-lg .navbar-nav .nav-link::after,
    .navbar-expand-lg .navbar-nav .nav-link::before {
        display: none
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background: 0 0;
        box-shadow: none;
        border: 0
    }

    .dropdown-menu .dropdown-item {
        margin-left: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0;
        letter-spacing: 1px;
        font-size: 1rem;
        font-weight: 600
    }

    .dropdown-menu .dropdown-item:active,
    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu .dropdown-item:hover {
        background: 0 0
    }

    .dropdown-menu .dropdown-item:first-child {
        padding-top: 12px
    }

    .navbar-expand-lg .navbar-nav .nav-link:focus,
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #000;
        background: #d4be06
    }

    #about .nav-about,
    #career .nav-career,
    #contact .nav-contact,
    #home .nav-home,
    #products .nav-product,
    #services .nav-service {
        color: #000;
        background: #d4be06
    }

    .banner-cont .banner-text-cont {
        position: absolute;
        left: 40px;
        top: 40%;
        transform: translateY(-50%);
        width: 45%
    }

    .banner-cont .banner-text-cont>h1 {
        font-size: 2.5rem
    }

    .banner-cont .banner-img-cont {
        bottom: inherit;
        top: 45%;
        transform: translateY(-50%);
        right: 40px;
        width: 41%
    }

    .sec-banner>figure {
        max-height: 600px
    }

    .x_row-separator svg {
        height: 50px
    }

    .sec-service {
        margin-top: -6rem
    }

    .ht-box-images .image-box-wrap {
        padding: 25px 30px;
        display: flex
    }

    .ht-box-images .image-box-wrap .box-image {
        width: 25%;
        padding-right: 1rem
    }

    .ht-box-images .image-box-wrap .box-image img {
        height: 80px
    }

    .h2,
    h1,
    h2 {
        font-size: 2rem
    }

    .processing-contact-us-bg,
    .sec-about,
    .sec-application-list,
    .sec-partner-university,
    .sec-testimonials {
        padding: 4rem 0
    }

    .sec-partner-university {
        padding-bottom: 7rem
    }

    .testimonial-cont {
        margin-top: -7rem
    }

    .processing-contact-us-bg {
        background-size: contain
    }

    .conact-us-wrap-one .heading {
        font-size: 2rem
    }

    .testimonial-cont {
        padding: 2rem
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 40px
    }

    .footer {
        margin-top: 4rem
    }

    .footer .x_row-separator {
        top: -12px
    }

    .ftr-lnks h4 {
        font-size: 1rem
    }

    .ftr-form:before {
        left: 10px;
        width: calc(100% - 30px);
        height: 1px;
        top: 23px
    }

    .ftr-form {
        padding: 0;
        padding-top: 3rem
    }

    .ftr-lnks {
        margin-bottom: 0
    }

    .ftr-form h3 {
        font-size: 1.2rem
    }

    .service-cont .left-sec {
        padding-right: 3%
    }

    .service-cont .right-sec {
        padding-left: 3%
    }

    .service-info h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem
    }

    .tbl-cont1 {
        overflow-x: auto
    }
}

@media screen and (max-width:767px) {
    .banner-cont .banner-text-cont>h1 {
        font-size: 2rem
    }

    .banner-cont .banner-text-cont>p {
        font-size: 14px
    }

    .ht-box-images .image-box-wrap {
        padding: 20px;
        display: block
    }

    .ht-box-images .image-box-wrap .box-image {
        padding-right: 1.2rem;
        display: block;
        margin-bottom: 25px
    }

    .ht-box-images .image-box-wrap .content .box-images-arrow {
        margin-top: 17px
    }

    .ht-box-images .image-box-wrap .box-heading {
        font-size: 1.2rem
    }

    .testimonial-cont {
        padding: 25px 15px
    }

    .sec-testimonials .testimonial-caption p {
        width: 100%
    }

    .inner-page .sec-banner>figure {
        max-height: 250px
    }

    .inner-page h1,
    .inner-page h2 {
        font-size: 2rem
    }

    .inner-page h1.type1 {
        font-size: 1.2rem;
        line-height: normal
    }

    .inner-page .h3,
    .inner-page h3 {
        font-size: 1.2rem
    }

    .inner-page img.img-responsive {
        width: 100%;
        margin-bottom: 1rem
    }

    .inner-page .hd-underline {
        margin-bottom: 1.2rem;
        font-size: 1.4rem
    }

    .service-cont .row+.row {
        margin-top: 2rem
    }

    .service-cont .right-sec {
        padding: 20px;
        padding-left: 20px
    }

    .service-cont .left-sec,
    .service-cont .right-sec {
        padding: 20px;
        margin: 0
    }

    .service-info {
        padding-top: 20px
    }

    .service-cont .left-sec:after {
        width: 100%;
        right: 0;
        left: 0
    }

    .bnr-heading {
        margin-bottom: 1rem
    }

    .footer {
        margin-top: 4rem
    }

    .sec-application-list {
        padding-top: 0
    }

    .sec-application-list h4 {
        font-size: 20px
    }

    .flow-diagram ul>li {
        margin-bottom: 2rem
    }

    .flow-diagram ul>li>div:after {
        content: "\f175";
        right: 50%;
        top: inherit;
        bottom: -30px;
        transform: scaleY(1.1);
        font-size: 1.7rem
    }

    .tbl-package th {
        font-size: 1rem;
        padding: 15px 10px
    }

    .tbl-package tr td:first-child {
        padding-left: 10px;
        min-width: 200px
    }

    .tbl-package td .txt-amnt {
        white-space: normal
    }

    .tbl-package .tr-total td small {
        margin: 0;
        top: 5px;
        display: block
    }

    .sticky-aside-cont .pull_sticky-aside {
        left: -48px
    }
}

@media screen and (max-width:599px) {
    .banner-cont .banner-text-cont {
        width: 80%;
        left: 20px
    }

    .banner-cont .banner-img-cont {
        display: none
    }

    .sec-banner>figure {
        max-height: 600px
    }

    .hd-underline {
        font-size: 1.6rem
    }

    .slick-next {
        right: -5px;
        z-index: 99
    }

    .slick-prev {
        left: -5px;
        z-index: 99
    }

    figure.pull-right {
        padding: 1rem 0
    }

    .content figure>img {
        max-width: 100%
    }

    .bullet-list>li .fa {
        top: 6px
    }

    .x_row-separator svg {
        height: 56px
    }
}