html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

body {
    font-family: 'Open Sans', sans-serif !important
}

p {
    font-size: 15px !important;
    line-height: 28px
}

.navbar-default .navbar-nav>li>a {
    -webkit-transition: .3s;
    transition: .3s
}

.navbar-default .navbar-nav>li>a:hover {
    color: #333 !important
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .81)
}

.bottom-fixed-contact {
    display: none
}

.navbar-default .navbar-nav>li>a {
    color: #333;
    font-size: 15px
}

.navbar-me {
    -webkit-transition: all .4s;
    transition: all .4s
}

.header-right-menu {
    padding: 5px 15px !important
}

.logo {
    margin-top: 15px
}

.navbar-me {
    padding: 10px 0;
    background-color: #fff !important;
    top: 0;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    width: 100%;
    z-index: 9999999 !important;
    background: rgba(255, 255, 255, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.navbar-collapse {
    text-align: center;
    border-top-width: 0;
    padding-top: 10px;
    margin-top: 5px
}

.menu-collapsed-button {
    margin: 20px 15px 10px 15px !important;
    background-color: #337ab7
}

.row {
    margin: 0;
    padding: 0
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.pad-about {
    background-color: #f7f9fb;
    padding: 0 0 20px 0 !important
}

.heading-main h1,
h2 {
    color: #23262a;
    font-weight: 700;
    font-size: 33px;
    font-weight: 600;
    margin: 8px 0 2px;
    text-align: center
}

.pad-about {
    padding: 40px 0 40px 0 !important
}

.pt-20 {
    padding-top: 20px
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.text-white {
    color: #fff !important
}

.item--title {
    font-size: 33px;
    line-height: 1.33333
}

.item--title.st-line-left1 span {
    position: relative;
    display: inline-block
}

.item--title.st-line-left1 span i {
    background: #1ab49a !important
}

#footer {
    background-color: #333 !important;
    height: auto;
    padding: 40px 0
}

::-webkit-input-placeholder {
    color: #fff !important
}

:-ms-input-placeholder {
    color: #fff !important
}

::placeholder {
    color: #fff !important
}

.btn-primary {
    -webkit-transition: .5s;
    transition: .5s
}

.contact-left a:hover {
    color: #ff214f
}

.item--icon {
    font-size: 24px;
    color: #fff;
    height: 63px;
    width: 61px;
    min-width: 61px;
    line-height: 61px;
    text-align: center;
    margin-top: 10px;
    margin-right: 38px;
    position: relative;
    overflow: hidden
}

.bottom-fixed-contact {
    background-color: #0071b0;
    padding: 7px 0 2px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999
}

.contact-info i {
    color: #fff;
    padding-right: 2px;
    padding-top: 2px
}

.contact-info a {
    font-size: 14px !important;
    color: #fff !important;
}

.contact-info a:hover {
    color: #ff1b5a
}

.contact-info {
    margin-bottom: 10px
}

#slider-div {
    font-family: 'Open Sans', sans-serif !important
}

#slider-div a {
    text-decoration: none
}

.s-overlay {
    background: rgba(44, 126, 255, .6);
    background: #000;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%
}

.object-sphere {
    background: #eee;
    position: absolute;
    right: -10%;
    top: -10%;
    height: 250px;
    width: 250px;
    border-radius: 100%;
    opacity: .3;
    -webkit-animation: ripple3 9s linear infinite;
    animation: ripple3 9s linear infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    visibility: hidden
}

@-webkit-keyframes ripple3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .2;
        visibility: hidden
    }
    100% {
        -webkit-transform: scale(4.5);
        transform: scale(4.5);
        opacity: 0;
        visibility: visible
    }
}

@keyframes ripple3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .2;
        visibility: hidden
    }
    100% {
        -webkit-transform: scale(4.5);
        transform: scale(4.5);
        opacity: 0;
        visibility: visible
    }
}

.object-sphere-1 {
    background: #fff;
    position: absolute;
    right: -10%;
    top: -10%;
    height: 250px;
    width: 250px;
    border-radius: 100%;
    opacity: .3;
    -webkit-animation: ripple4 9s linear infinite;
    animation: ripple4 9s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    visibility: hidden
}

@-webkit-keyframes ripple4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .2;
        visibility: hidden
    }
    100% {
        -webkit-transform: scale(4.5);
        transform: scale(4.5);
        opacity: 0;
        visibility: visible
    }
}

@keyframes ripple4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .2;
        visibility: hidden
    }
    100% {
        -webkit-transform: scale(4.5);
        transform: scale(4.5);
        opacity: 0;
        visibility: visible
    }
}

.object-sphere-2 {
    background: #fff;
    position: absolute;
    right: -10%;
    top: -10%;
    height: 250px;
    width: 250px;
    border-radius: 100%;
    opacity: .3;
    -webkit-animation: ripple5 9s linear infinite;
    animation: ripple5 9s linear infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    visibility: hidden
}

@-webkit-keyframes ripple5 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .2;
        visibility: hidden
    }
    100% {
        -webkit-transform: scale(4.5);
        transform: scale(4.5);
        opacity: 0;
        visibility: visible
    }
}

@keyframes ripple5 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .2;
        visibility: hidden
    }
    100% {
        -webkit-transform: scale(4.5);
        transform: scale(4.5);
        opacity: 0;
        visibility: visible
    }
}

.ellipse {
    background: url(images/home/Ellipse.png);
    position: absolute;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 25%;
    left: 50%;
    -webkit-animation: secure 7s infinite;
    animation: secure 7s infinite
}

@-webkit-keyframes secure {
    0% {
        left: 50%;
        top: 25%
    }
    25% {
        left: 50%;
        top: 35%
    }
    50% {
        left: 60%;
        top: 35%
    }
    75% {
        left: 60%;
        top: 25%
    }
    100% {
        left: 50%;
        top: 25%
    }
}

@keyframes secure {
    0% {
        left: 50%;
        top: 25%
    }
    25% {
        left: 50%;
        top: 35%
    }
    50% {
        left: 60%;
        top: 35%
    }
    75% {
        left: 60%;
        top: 25%
    }
    100% {
        left: 50%;
        top: 25%
    }
}

.ellipse2 {
    background: url(images/home/Ellipse.png);
    position: absolute;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 25%;
    left: 50%;
    -webkit-animation: secure-2 7s infinite;
    animation: secure-2 7s infinite
}

@-webkit-keyframes secure-2 {
    0% {
        left: 60%;
        top: 35%
    }
    25% {
        left: 60%;
        top: 25%
    }
    50% {
        left: 50%;
        top: 25%
    }
    75% {
        left: 50%;
        top: 35%
    }
    100% {
        left: 60%;
        top: 35%
    }
}

@keyframes secure-2 {
    0% {
        left: 60%;
        top: 35%
    }
    25% {
        left: 60%;
        top: 25%
    }
    50% {
        left: 50%;
        top: 25%
    }
    75% {
        left: 50%;
        top: 35%
    }
    100% {
        left: 60%;
        top: 35%
    }
}

.slider-mask {
    overflow: hidden
}

.slider-img1 {
    background-image: url(images/home/banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 93vh
}

.zoom-animation {
    -webkit-animation-name: skyscrapper_1;
    animation-name: skyscrapper_1;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes skyscrapper_1 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes skyscrapper_1 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.slider-contents {
    position: absolute;
    top: 25%;
    left: 10%
}

.slider-right {
    position: absolute;
    top: 25%;
    right: 10%
}

img.tcl-image {
    width: 52%;
    position: relative;
    left: 29%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: move-slow 3s infinite;
    animation: move-slow 3s infinite
}

@-webkit-keyframes move-slow {
    0% {
        left: 29%
    }
    50% {
        left: 30%
    }
    100% {
        left: 29%
    }
}

@keyframes move-slow {
    0% {
        left: 29%
    }
    50% {
        left: 30%
    }
    100% {
        left: 29%
    }
}

img.pa-image {
    width: 43%;
    position: relative;
    left: -15%
}

.logo img {
    -webkit-filter: none;
    filter: none;
    width: 187px
}

.logo.new img {
    width: 210px;
}

.navbar-info.new .navbar-me {
    background-color: transparent!important;
    box-shadow: none;
}

.navbar-info.new .navbar-default .navbar-nav>li:nth-child(1) a {
    color: #000!important;
}

.navbar-info.new .navbar-default .navbar-nav>li:nth-child(1) a .fontt.new3 {
    color: #000!important;
}

.navbar-info.new .navbar-default .navbar-nav>li.new3 a {
    padding: 10px 60px 10px 0px;
}

.navbar-info.new .navbar-default .navbar-nav>li>a,
.navbar-info.new .bfont,
.navbar-info.new .fontt {
    color: #fff!important;
}

section.pad-about.one-visible.new {
    background: #fff url(banner-new.jpg) no-repeat 20px -4px / cover;
    margin-top: -112px;
}

section.pad-about.one-visible.new.new3 {
    background: #fff url(inven_ban_oct6.png) no-repeat 100% 0px / contain;
    margin-top: -112px;
}

.banner-text h3.new {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 125px;
}

.slider-para {
    color: #fff;
    line-height: 46px;
    padding-right: 12%;
    font-weight: 700;
    padding-top: 7%;
    font-size: 32px !important
}

.slider-para-p {
    color: #fff;
    line-height: 34px;
    padding-right: 24%;
    font-size: 17px !important
}

.big-quote1 {
    font-weight: 700;
    font-size: 25px !important
}

.heading-slider {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 67px
}

.banner_button1 {
    background: #fff;
    padding: 13px 40px;
    border-radius: 50px;
    font-size: 18px;
    color: #000;
    text-decoration: none
}

.banner_button1:hover {
    background-color: #ff214f !important;
    color: #fff
}

.slider-contents a {
    text-decoration: none
}

.slider-2 {
    background-image: url(images/home/graphics-design.jpg);
    height: 1100px;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.mountain {
    position: absolute;
    -webkit-animation-name: mountain_1;
    -webkit-animation-duration: 5s;
    -moz-animation-name: mountain_1;
    -moz-animation-duration: 5s;
    animation-name: mountain_1;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 30%;
    right: 0;
    bottom: -10%;
    animation-name: mountain_1;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    margin-top: -200px
}

@-webkit-keyframes mountain_1 {
    0% {
        left: 65%;
        top: 35%
    }
    50% {
        left: 65%;
        top: 40%
    }
    100% {
        left: 65%;
        top: 35%
    }
}

@keyframes mountain_1 {
    0% {
        left: 65%;
        top: 35%
    }
    50% {
        left: 65%;
        top: 40%
    }
    100% {
        left: 65%;
        top: 35%
    }
}

.rocket {
    position: absolute;
    top: 100px;
    left: 600px;
    width: 445px;
    height: 300px;
    -webkit-animation-name: rocket_1;
    animation-name: rocket_1;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes rocket_1 {
    0% {
        left: 60%;
        top: 100%
    }
    100% {
        left: 90%;
        top: -40%
    }
}

@keyframes rocket_1 {
    0% {
        left: 60%;
        top: 100%
    }
    100% {
        left: 90%;
        top: -40%
    }
}

.slider-2-contents {
    position: absolute;
    left: 10%;
    color: #fff;
    top: 23%
}

.heading-4-slide {
    font-size: 27px;
    line-height: 40px
}

.heading-3-slide {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700
}

.big-quote1 {
    font-size: 22px
}

.skyscrapper {
    position: relative;
    height: 1100px;
    overflow: hidden;
    background-image: url(images/home/slider3-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation-name: skyscrapper_1;
    animation-name: skyscrapper_1;
    background-position: top;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.slider-3 img {
    width: 100%
}

.slider-3-contents {
    position: absolute;
    right: 20%;
    top: 30%
}

.banner_button1 {
    background: #fff;
    padding: 13px 40px;
    border-radius: 50px;
    font-size: 18px;
    color: #000
}

.banner_button2 {
    background: #000;
    padding: 13px 40px;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s
}

.banner_button2:hover {
    background-color: #ff214f;
    color: #fff
}

.slider-4 {
    background-image: url(images/home/bg-slider.jpg);
    height: 1100px;
    background-size: cover;
    position: relative
}

.right-img {
    position: absolute;
    top: 250px;
    left: 650px;
    width: 1400px;
    height: 300px;
    -webkit-animation-name: clouds_2;
    -webkit-animation-duration: 3s;
    -moz-animation-name: clouds_2;
    -moz-animation-duration: 3s;
    animation-name: clouds_2;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 7;
    margin-top: 5px;
    bottom: 0
}

@-webkit-keyframes clouds_2 {
    0% {
        left: 11%;
        top: 34%
    }
    50% {
        left: 10%;
        top: 34%
    }
    100% {
        left: 11%;
        top: 34%
    }
}

@keyframes clouds_2 {
    0% {
        left: 11%;
        top: 34%
    }
    50% {
        left: 10%;
        top: 34%
    }
    100% {
        left: 11%;
        top: 34%
    }
}

.right-img1 {
    position: absolute;
    top: 250px;
    left: 650px;
    width: 1400px;
    height: 300px;
    -webkit-animation-name: clouds_3;
    -webkit-animation-duration: 3s;
    -moz-animation-name: clouds_3;
    -moz-animation-duration: 3s;
    animation-name: clouds_3;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}

@-webkit-keyframes clouds_3 {
    0% {
        left: 11%;
        top: 34%
    }
    50% {
        left: 10%;
        top: 34%
    }
    100% {
        left: 11%;
        top: 34%
    }
}

@keyframes clouds_3 {
    0% {
        left: 11%;
        top: 34%
    }
    50% {
        left: 10%;
        top: 34%
    }
    100% {
        left: 11%;
        top: 34%
    }
}

@keyframes clouds_2 {
    0% {
        left: 11%;
        top: 34%
    }
    50% {
        left: 10%;
        top: 34%
    }
    100% {
        left: 11%;
        top: 34%
    }
}

.navbar-nav>li:hover>.dropdown-menu {
    display: block;
    background: #333;
    left: 0;
    width: 270px
}

.dropdown-menu>li>a {
    display: block;
    line-height: 26px;
    color: #fff
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 150px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: 0;
    background-color: #555;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%
}

#myBtn:hover {
    background-color: #ff214f
}

.submit-div:hover {
    background-color: #eee !important;
    color: #000
}

.address-color a {
    color: #fff !important;
    text-decoration: none !important
}

.no-padding-left {
    padding-left: 0 !important
}

@media(max-width:1200px) {
    .slider-mask:after {
        display: none !important
    }
}

@media(max-width:768px) {
    .round #tawkchat-status-text-container {
        margin-top: -40% !important
    }
    .round #tawkchat-chat-indicator {
        bottom: 70px !important
    }
    .all-testimonial {
        height: auto !important;
        padding-bottom: 40px
    }
    .whatsapp-section {
        bottom: 195px;
        width: 37px
    }
    #sidebar {
        top: 58px !important
    }
    .slider-para {
        line-height: 26px;
        font-size: 5vw !important
    }
    .slider-para-p {
        padding-right: 0 !important
    }
    #moving-bg {
        background-image: none;
        background-color: #ff214f
    }
    .icon-text {
        font-size: 12px
    }
    #footer {
        padding-bottom: 120px !important;
        z-index: 9999999;
        position: relative
    }
    .heading-white {
        font-size: 28px
    }
    .img-in-black {
        display: none
    }
    .margin-40px-top {
        margin-top: 10px
    }
    .explore-btn {
        margin-top: 0 !important
    }
    .about-text {
        line-height: 26px !important
    }
    .inner-service {
        margin: 0;
        padding: 0
    }
    .images-team {
        display: none
    }
    .slider-icons {
        margin-top: 16px
    }
    .image-up {
        display: none
    }
    .icons-tech {
        width: 40px;
        height: 40px;
        font-size: 20px;
        padding-top: 10px
    }
    .slider-icons {
        margin-left: 0
    }
    .dots img {
        width: 50%
    }
    .slider-mask:before {
        display: none !important
    }
    .slider-mask:after {
        display: none !important
    }
    .navbar-me {
        margin-top: 0 !important
    }
    .carousel-indicators {
        bottom: 0
    }
    .slider-img1 {
        background-size: cover !important
    }
    .slider-para-p {
        color: #fff;
        line-height: 20px;
        padding-right: 24%;
        font-size: 12px !important
    }
    .skyscrapper {
        background-position: left
    }
    .slide-img {
        height: 92vw !important
    }
    .logo img {
        width: 200px
    }
    .heading-slider {
        font-size: 5vw !important
    }
    .right-part {
        padding-left: 0
    }
    .arrow {
        display: none
    }
    .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .inner-service {
        width: 100%
    }
    .white-circle-img {
        width: 15%
    }
    .process-heading {
        text-align: center;
        margin-bottom: 30px
    }
    .process-heading::before {
        display: none
    }
    .inner-process {
        margin-top: 0;
        margin-bottom: 30px
    }
    .process-line {
        margin-top: 0;
        display: none
    }
    .process-3 {
        margin-left: 0;
        margin: auto
    }
    .number-pro {
        left: 86px
    }
    .num-3 {
        top: -10px;
        position: absolute;
        left: 30px
    }
    #process-div {
        padding: 40px 0 40px 0
    }
    .hero-bkg-animated {
        padding: 30px 0 30px
    }
    .heading-sec {
        font-size: 25px
    }
    .mb-50 {
        margin-bottom: 0
    }
    .heading-about {
        font-size: 22px;
        line-height: 34px
    }
    .service-inner-bottom {
        width: 100%;
        margin-right: 0
    }
    .bottom-services {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contents-middle {
        padding: 19px 30px
    }
    .service-thrd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .inner-service-thrd {
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-top: 20px !important
    }
    .inner-service-thrd img {
        width: 18%
    }
    .pink_background {
        background-color: #fe214f;
        color: #fff;
        padding: 5px 20px;
        font-size: 15px;
        margin-top: 20px;
        line-height: 40px
    }
    #client-sec h2 {
        font-size: 20px;
        word-wrap: break-word
    }
    #client-sec h2 span {
        margin-top: 10px
    }
    .inner-client {
        margin-right: 0
    }
    .inner-client img {
        width: 75%;
        margin: auto
    }
    .contents-in-black {
        width: 100%
    }
    .item--title {
        font-size: 29px;
        line-height: 1.2
    }
    .inner-blog {
        margin-bottom: 30px
    }
    .heading-tech {
        font-size: 26px;
        color: #000;
        margin-top: 100px
    }
    .mt-200px {
        margin-top: 20px
    }
    .inner-tech {
        width: 46%;
        margin: auto;
        margin-right: 4%;
        margin-bottom: 30px !important
    }
    .inner-tech:nth-child(2n) {
        margin-right: 0
    }
    .left-heading::before {
        width: 60px;
        left: -48px
    }
    .left-heading {
        font-size: 30px
    }
    .contact-left {
        text-align: center
    }
    .item--icon {
        margin: auto;
        margin-bottom: 20px
    }
    .p-mobile {
        padding: 40px 0 0 0
    }
    .back-award {
        height: 560px
    }
    .img-award {
        bottom: 130px
    }
    .left-heading1 {
        font-size: 24px;
        line-height: 30px
    }
    .margin-100px-top {
        margin-top: 40px
    }
    .no-padding-mob {
        padding-right: 0 !important
    }
    .do-you-know {
        padding: 20px 20px
    }
    .inner-footer {
        margin-bottom: 20px
    }
    .no-padding-left {
        padding-right: 0 !important
    }
    .font-size-big {
        font-size: 34px
    }
    .testimonial-new {
        background-image: none;
        padding: 0 10px
    }
    .carousel-control.left {
        left: 84%
    }
    .carousel-control.right {
        right: -38px
    }
    .contact-infos {
        text-align: left;
        border-right: none
    }
    .social {
        text-align: left !important;
        padding-left: 0 !important;
        padding-top: 10px
    }
    .no-padding {
        padding: 0 !important;
        margin: 0 !important
    }
    .inner-counting {
        border-right: 0
    }
    .heading-main h2,
    h1 {
        font-size: 21px !important
    }
    .nav {
        text-align: left
    }
    .bottom-fixed-contact {
        display: block
    }
    .services-div {
        margin-top: 0;
        padding-top: 0
    }
    .envelope i {
        font-size: 13px
    }
    .top-nav-sec {
        display: none
    }
    .slider-para {
        font-size: 5vw !important;
        padding-top: 0;
        margin-bottom: 10px
    }
    .big-quote1 {
        font-size: 3.7vw !important
    }
    .slider-contents {
        left: 0;
        top: 33%
    }
    .banner_button1 {
        font-size: 3vw
    }
    .margin-40px-top {
        margin-top: 20px
    }
    .slider-2 {
        height: 70vw;
        background-size: cover
    }
    .heading-4-slide {
        font-size: 3.5vw;
        line-height: 22px
    }
    .heading-3-slide {
        font-size: 4vw;
        margin-top: 0;
        margin-bottom: 4px
    }
    .slider-2-contents {
        left: 2%;
        width: 70%;
        top: 25%
    }
    .banner_button1 {
        padding: 11px 32px
    }
    .banner_button2 {
        padding: 11px 32px;
        font-size: 2.9vw
    }
    .mountain {
        margin-top: 0
    }
    .rocket {
        width: 150px
    }
    .slider-4 {
        height: 70vw;
        background-size: cover
    }
    .right-img {
        width: 100%;
        margin-top: 62px
    }
    .right-img1 {
        width: 100%;
        margin-top: 57px
    }
    .slider-3 {
        background-size: cover;
        height: 70vw;
        background-position: right
    }
    .navbar-collapse {
        background-color: #337ab7 !important
    }
    .navbar-default .navbar-toggle {
        border-color: #fff
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }
    img.tcl-image {
        display: none
    }
    .ellipse {
        display: none
    }
    .ellipse2 {
        display: none
    }
    #process-div:before {
        display: none
    }
}

@media(max-width:400px) {
    .icons-tech {
        width: 30px;
        height: 30px;
        font-size: 14px;
        padding-top: 6px
    }
    .icon-text {
        font-size: 12px
    }
}

::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1
}

::placeholder {
    color: #000 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000 !important
}

::-ms-input-placeholder {
    color: #000 !important
}

#sut {
    background-color: #f70d39 !important
}

.f-course {
    padding: 50px 0
}

.ts-course-category .single-course-category {
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
    border: 1px dashed #e8e8e8;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fff
}

.ts-course-category .single-course-category .course-dot-shape,
.ts-course-category .single-course-category .course-round-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    background: #337ab7;
    display: block;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease
}

.ts-course-category .single-course-category .course-dot-shape {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background: 0 0;
    color: #0eb582;
    width: 60px;
    height: 60px
}

.ts-course-category .single-course-category .course-media {
    margin-bottom: 25px
}

.ts-course-category .single-course-category .course-media img {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%
}

.ts-course-category .single-course-category .course-category-title {
    font-size: 16px;
    line-height: 27px;
    font-size: 14px !important;
    line-height: 29px;
    font-weight: 700
}

.ts-course-category .single-course-category .course-category-title a {
    color: #333
}

.ts-course-category .single-course-category .course-category-title a:hover {
    color: #000
}

.ts-course-category .single-course-category .course-count {
    -o-transition: all .4s ease;
    min-height: 99px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    font-size: 14px !important;
    line-height: 26px;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease
}

.ts-course-category .single-course-category:hover {
    -webkit-box-shadow: 0 30px 50px 0 rgba(51, 51, 51, .08);
    box-shadow: 0 30px 50px 0 rgba(51, 51, 51, .08);
    border-color: transparent !important
}

.ts-course-category .single-course-category:hover .course-dot-shape,
.ts-course-category .single-course-category:hover .course-round-shape {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ts-course-category .single-course-category:hover .course-media img {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.ts-course-category.grid-style2 .single-course-category .course-dot-shape {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    background: 0 0;
    -webkit-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0)
}

.ts-course-category.grid-style2 .single-course-category:hover .course-dot-shape {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1)
}

.ts-course-category.grid-style3 .single-course-category .course-media {
    margin-bottom: 0;
    margin-right: 25px
}

.ts-course-category .single-course-category {
    padding: 20px;
    border-radius: 5px;
    height: 432px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
    border: 1px dashed #337ab7;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fff
}

.ts-course-category .single-course-category:hover {
    -webkit-box-shadow: 0 30px 50px 0 rgba(51, 51, 51, .08);
    box-shadow: 0 30px 50px 0 rgba(51, 51, 51, .08);
    border-color: transparent !important
}

.single-course-category {
    text-align: center;
    padding: 40px 35px 10px 35px;
    border-radius: 15px 15px 15px 15px
}

.bbg1 {
    display: block;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    font-size: 19px;
    font-family: candara;
    border-left: 7px solid #ff8c90;
    margin: 0 0 25px;
    text-align: left;
    position: relative
}

.fr {
    float: right
}

.trend_courses p {
    display: block;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    margin: 0 0 25px;
    position: relative;
    background-color: #fff;
    border-left: 5px solid;
    -o-border-image: linear-gradient(to bottom, #337ab7 50%, #82e3f3 10%) 3;
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #337ab7), color-stop(10%, #82e3f3)) 3;
    border-image: linear-gradient(to bottom, #337ab7 50%, #82e3f3 10%) 3
}

.trend_courses p:after {
    content: "";
    width: 93px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(assets/course1.jpg) no-repeat;
    z-index: 99
}

.trend_courses .i2 p {
    border-color: #00c3e1
}

.trend_courses .i2 p:after {
    background-position: 0 -60px
}

.trend_courses p {
    font-size: 14px !important;
    font-weight: 700
}

.trend_courses .i3 p:after {
    background-position: 0 -120px
}

.trend_courses .i3 p {
    border-color: #f1c44a
}

.trend_courses .i8 p:after {
    background-position: 0 -420px
}

.nav-center {
    text-align: center
}

.nav-center ul.nav {
    display: inline-block
}

.nav-center li {
    display: inline
}

.nav-center a {
    float: left
}

.nav-tabs {
    border-bottom: 0;
    margin-left: -5%
}

.f-course1 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px 0 50px
}

.trend_courses .i4 p:after {
    background-position: 0 -189px
}

.trend_courses .i5 p:after {
    background-position: 0 -249px
}

.trend_courses .i6 p:after {
    background-position: 0 -311px
}

.trend_courses .i7 p:after {
    background-position: 0 -372px
}

.trend_courses .i8 p:after {
    background-position: 0 -435px
}

.trend_courses .i9 p:after {
    background-position: 0 -493px
}

.trend_courses .i10 p:after {
    background-position: -3px -551px
}

.trend_courses .i11 p:after {
    background-position: -3px -613px
}

.trend_courses .i12 p:after {
    background-position: 0 -672px
}

a:hover {
    text-decoration: none
}

.nav-pills a {
    background-color: #333;
    color: #fff;
    text-transform: uppercase
}

.ap-a-btn {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    margin-bottom: 3%;
    line-height: 1.2em;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 15px 35px 15px 35px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    background: #0071b0;
    border: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .1, .25, 1), -webkit-box-shadow .3s cubic-bezier(.25, .1, .25, 1);
    transition: -webkit-transform .3s cubic-bezier(.25, .1, .25, 1), -webkit-box-shadow .3s cubic-bezier(.25, .1, .25, 1);
    transition: transform .3s cubic-bezier(.25, .1, .25, 1), box-shadow .3s cubic-bezier(.25, .1, .25, 1);
    transition: transform .3s cubic-bezier(.25, .1, .25, 1), box-shadow .3s cubic-bezier(.25, .1, .25, 1), -webkit-transform .3s cubic-bezier(.25, .1, .25, 1), -webkit-box-shadow .3s cubic-bezier(.25, .1, .25, 1)
}

.ap-a-btn:hover {
    color: #fff
}

.new.ban-btn {
    padding: 12px 40px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    /*    background-color: #3275e0;*/
    background-image: linear-gradient(to right, #0FC4FE 0%, #4364FF 100%);
    margin-top: 15px;
    display: table;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-left: 72px;
}

.new.ban-btn:hover {
    border-radius: 25px;
    text-decoration: none;
}

.courseee {
    background-color: #f4f8ff;
    /* background-image: url(https://demo.themewinter.com/wp/turitor/wp-content/uploads/2019/12/course_bg.png); */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0
}

.single-course-category {
    text-align: center;
    padding: 40px 35px 10px 35px;
    border-radius: 15px 15px 15px 15px
}

.single-course .course-category {
    margin-bottom: 8px
}

.single-course .course-category a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #555;
    padding: 0 15px;
    letter-spacing: -.14px
}

.single-course .course-category a:before {
    background: #0eb582
}

.single-course .course-category a:before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    content: "";
    background: #0eb582
}

.single-course .ts-course-el-title {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -.24px
}

.single-course .ts-course-el-title a {
    color: #333;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease
}

.single-course .enrol-list-area {
    opacity: 0;
    margin-bottom: -50px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease
}

.single-course .course-enrole-list {
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px
}

.single-course .course-enrole-list li {
    display: inline-block;
    font-size: 13px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease
}

.single-course .instructor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-course .instructor-thumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    background: #defff6;
    overflow: hidden
}

.single-course .instructor a {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

.single-course .instructor-thumb img {
    width: 100%
}

.single-course .instructor a {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

.single-course .course-thumb {
    position: relative;
    z-index: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease
}

.single-course .course-shap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.img-fluid {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.single-course .course-footer {
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 40px;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease
}

.single-course .course-footer .xs-ratting-content {
    float: left;
    margin-top: 20px
}

.single-course .course-footer .xs-ratting-content .xs-review-rattting {
    display: inline-block;
    vertical-align: middle
}

.single-course .course-footer .xs-ratting-content .xs-review-rattting .xs-star {
    line-height: 20px
}

.xs-review-rattting .xs-star,
.xs-review-rattting .xs-star.dashicons-star-filled,
.xs-review-rattting .xs-star.dashicons-star-half {
    color: #ff912c
}

.xs-review-rattting .xs-star {
    display: inline-block
}

.xs-review-rattting .xs-star.dashicons-star-filled:before,
.xs-review-rattting .xs-star.dashicons-star-half:before,
.xs-review-rattting .xs-star:before {
    display: inline-block;
    width: 16px;
    height: 14px;
    font-size: 14px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.single-course .course-footer .course-price-item {
    float: right
}

.single-course .course-footer .course-price-item .course-price {
    background-color: #273c66
}

.single-course .course-footer .course-price-item .course-price,
.single-course .course-footer .course-price-item .free-course {
    min-height: 70px;
    min-width: 70px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #273c66;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    font-weight: 500
}

.single-course:hover {
    background-color: #0071b0;
    border-style: solid;
    border-width: 0;
    -webkit-box-shadow: 0 30px 50px 0 rgba(51, 51, 51, .08);
    box-shadow: 0 30px 50px 0 rgba(51, 51, 51, .08)
}

.single-course {
    border: 1px dashed #dedfe2;
    background: #fff;
    padding: 40px 40px 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease
}

.single-course .course-shap path:last-of-type {
    fill: #c1f3e6
}

.single-course .course-shap path:first-of-type,
.single-course .course-shap path:last-of-type {
    fill: #0eb582;
    opacity: .5
}

.single-course:hover .course-category a,
.single-course:hover .course-enrole-list li,
.single-course:hover .instructor a,
.single-course:hover .ts-course-el-title a {
    color: #fff
}

.single-course:hover .enrol-list-area {
    opacity: 1
}

.single-course:hover .course-thumb {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.single-course:hover .course-shap path:first-of-type {
    fill: #0aa877
}

.single-course:hover .course-shap path:first-of-type {
    fill: #00b5de
}

.abt h2 {
    color: #0082c9;
    padding-bottom: 1%
}

.abtp {
    font-size: 17px;
    color: #333;
    text-align: center
}

.abtr {
    padding-bottom: 1%
}

.courseee h2 {
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 4%
}

.single-course .course-shap path:first-of-type,
.single-course .course-shap path:last-of-type {
    fill: #00a8e2;
    opacity: .5
}

.ca {
    margin-top: -25%
}

.about-sp {
    padding: 0 30px
}

.ed-advan ul li:nth-child(1) {
    border-bottom: 1px solid #dcdbdb;
    border-right: 1px solid #dcdbdb
}

.ed-advan ul li {
    float: left;
    width: 33.333%;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul:not(.browser-default) li {
    list-style-type: none
}

.ed-ad-img {
    float: left
}

.ed-ad-dec h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700
}

.ed-ad-dec p {
    font-size: 13px !important;
    line-height: 20px
}

.ed-advan ul li:nth-child(2) {
    border-bottom: 1px solid #dcdbdb;
    border-right: 1px solid #dcdbdb
}

.ed-advan ul li:nth-child(3) {
    border-bottom: 1px solid #dcdbdb
}

.ed-advan ul li:nth-child(4) {
    border-right: 1px solid #dcdbdb
}

.ed-advan ul li:nth-child(5) {
    border-right: 1px solid #dcdbdb
}

.course-features {
    padding: 60px 0
}

h2 {
    font-weight: 700;
    font-size: 40px
}

.ed-ad-dec {
    float: left;
    width: 80%;
    padding-left: 25px
}

.ed-ad-img img {
    width: 50px;
    opacity: .8
}

.con-title {
    padding-bottom: 2%
}

.form-sec {
    background: url(assets/faq_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    opacity: 1;
    padding: 120px 0 100px 0;
    -webkit-transition: background .3s, border-radius .3s, opacity .3s;
    transition: background .3s, border-radius .3s, opacity .3s
}

.sub-title {
    color: #777;
    font-size: 17px;
    font-weight: 400
}

.section-title {
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 42px;
    letter-spacing: -.36px
}

.img-responsive {
    width: 100%
}

.formp {
    padding: 6%;
    background-color: #fafafa;
    margin-top: -3%
}

.border-conner-2::before {
    background: #0071b0;
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 0;
    left: 40px;
    bottom: -8%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.p-30 {
    padding: 30px !important
}

.bg-dark {
    background-color: #0071b0 !important;
    position: relative;
    border-radius: 12px 12px 0 0
}

.w-100 {
    width: 100%
}

.form-bg {
    -webkit-box-shadow: 0 2px 6px 5px rgba(218, 218, 218, .7);
    box-shadow: 0 2px 6px 5px rgba(218, 218, 218, .7);
    border-radius: 12px 12px 0 0
}

.features-bg {
    position: relative;
    background: #0071b0;
    padding-top: 60px
}

.feature-img {
    margin-bottom: -100px;
    margin-top: -6%
}

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

.testimonial {
    padding: 166px 0 60px
}

.b1 {
    margin: 0;
    padding: 0 0 0 20px;
    border-style: solid;
    border-width: 0 0 0 2px;
    border-color: #ced9ee;
    border-radius: 0
}

.certificate {
    padding: 70px 0 70px 0;
}

.certificate h2 {
    color: #333;
    margin: 54px 0 26px 0;
    font-size: 42px;
    text-align: left;
    line-height: 52px
}

.elementskit-infobox {
    background-color: #d3e6f6ad;
    padding: 40px 40px 35px 40px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #3aa4ff;
    height: 137px;
    border-radius: 15px 15px 15px 15px
}

.elementskit-info-box-title {
    font-size: 18px;
    line-height: 33px
}

.top1 {
    background-color: #333;
    padding: 10%;
    font-size: 15px !important;
    line-height: 27px;
    border: 2px solid #fff
}

.top2 {
    border: 2px solid #fff;
    background-color: #333;
    padding: 10%;
    font-size: 15px !important;
    line-height: 27px
}

.topc {
    margin-top: -10%
}

.pulse-animation,
.pulse-animation:after,
.pulse-animation:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 96px;
    width: 96px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: pulse-animation 3s infinite;
    animation: pulse-animation 3s infinite
}

.pulse-animation:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.pulse-animation:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes pulse-animation {
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -ms-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -o-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse-animation {
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -ms-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -o-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.popup-youtube {
    position: absolute;
    left: 0;
    right: 0;
    top: 76%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.popup-youtube:hover {
    color: #fff
}

.flaticon-play-button::before {
    font-size: 80px;
    background: linear-gradient(45deg, #184b78, #0b8eff) !important;
    border-radius: 50%;
    line-height: 100px
}

.elementor-background-overlay {
    background-image: url(assets/newsletter_bg.png);
    background-position: center center;
    background-size: cover;
    -webkit-transition: background .3s, border-radius .3s, opacity .3s;
    transition: background .3s, border-radius .3s, opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.vd {
    border-radius: 12px
}

.testimonial-author-content {
    border-style: solid;
    border-color: rgba(242, 101, 34, .86);
    padding: 42px;
    margin-top: 40px;
    height: 340px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    background-color: #fff;
    margin-bottom: 45px;
    opacity: .5;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    opacity: 1;
    border: 10px solid #2e8fe3
}

.testimonial-author-content .qoute-icon {
    color: rgba(242, 101, 34, .86)
}

.testimonial-author-content .qoute-icon {
    position: absolute;
    left: 39px;
    top: 17px;
    width: 45px;
    height: 45px;
    background: #fff;
    font-size: 38px;
    color: #337ab7
}

.testimonial-author-content .testimonial-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: auto;
    overflow: hidden;
    right: 0;
    border: 10px solid #fff
}

.single-feature {
    background-color: #f7f7f7;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    border-left: 5px solid;
    -o-border-image: linear-gradient(to bottom, #337ab7 10%, #82e3f3 10%) 3;
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #337ab7), color-stop(10%, #82e3f3)) 3;
    border-image: linear-gradient(to bottom, #337ab7 10%, #82e3f3 10%) 3
}

.single-feature .feature-icon {
    margin-right: 16px;
    max-height: 65px;
    background: #fff
}

.pb {
    padding-bottom: 3%
}

.pb2 {
    padding-bottom: 1%
}

.logos {
    padding: 0 0
}

.counts {
    padding: 100px 0 135px 0;
    background-color: #00a8e2;
    background-image: url(assets/fbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.elementskit-section-title {
    color: #fff;
    margin: 0 0 30px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 63px
}

.elementskit-section-title-wraper p {
    color: #fff;
    text-align: center;
    margin: 0
}

.counter .container {
    background-color: #0071b0;
    -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
    margin-top: -75px;
    margin-bottom: 0;
    padding: 40px 30px 40px 30px;
    border-radius: 6px 6px 6px 6px
}

.count-sec2 h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700
}

.count-sec2 {
    border-right: 1px solid #fff
}

.vc {
    border-right: none
}

.count-sec2 p {
    color: #fff
}

.ap-a-btn1 {
    margin-bottom: 3%;
    line-height: 1.2em;
    font-size: 20px;
    color: #000;
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 15px 35px 15px 35px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    border: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .1, .25, 1), -webkit-box-shadow .3s;
    transition: -webkit-transform .3s cubic-bezier(.25, .1, .25, 1), -webkit-box-shadow .3s;
    transition: transform .3s cubic-bezier(.25, .1, .25, 1), box-shadow .3s;
    transition: transform .3s cubic-bezier(.25, .1, .25, 1), box-shadow .3s, -webkit-transform .3s cubic-bezier(.25, .1, .25, 1), -webkit-box-shadow .3s
}

.elementskit-infobox {
    position: relative;
    background-color: #00a8e2;
    padding: 40px 0 25px 0;
    border-style: solid;
    border-width: 0;
    border-color: rgba(2, 1, 1, 0);
    border-radius: 6px 7px 1px 1px
}

.elementskit-box-header {
    position: relative;
    z-index: 2
}

.elementskit-info-box-title {
    margin: 26px 0 20px 0;
    color: #333;
    font-size: 15px;
    padding: 10px;
    background-color: #f5f5f5;
    line-height: 30px
}

.process {
    background-repeat: no-repeat;
    padding: 88px 0
}

.elementskit-infobox.gradient-active::before {
    background-image: url(assets/feature_bg.png);
    background-repeat: no-repeat
}

.elementskit-infobox.image-active:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(37, 117, 252, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    background-size: 101% 101%
}

.pb3 {
    padding-bottom: 3%
}

.fza {
    font-size: 50px
}

.elementskit-infobox:hover {
    opacity: .6
}

.pt3 {
    padding-top: 4%
}

.fzq {
    font-size: 80px
}

.elementor-widget-container {
    padding: 0 30px 0 0;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #d4d8e0;
    border-radius: 0
}

.elementskit-btn {
    padding: 17px 30px 14px 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #0071b0;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 36px 36px 36px 36px
}

.ct-heading h3.item--title {
    font-size: 36px;
    line-height: 1.33333
}

.ct-heading .item--title.st-line-left1 span {
    padding-left: 82px;
    position: relative;
    font-weight: 700;
    display: inline-block
}

.ct-heading .item--title.st-line-left1 span i {
    background: #337ab7 !important
}

.ct-heading .item--title.st-line-left1 span i {
    width: 54px;
    height: 3px;
    position: absolute;
    top: 21px;
    left: 0;
    background-color: #1ce596;
    background-image: -webkit-gradient(linear, left top, right top, from(#1ce596), to(#9af657));
    background-image: linear-gradient(left, #1ce596, #9af657)
}

.three-sec {
    padding: 60px 0
}

.ct-heading {
    font-weight: 700
}

.ct-fancy-box-inner {
    background-color: #000;
    color: #e9e9e9;
    height: 479px;
    border-radius: 7px;
    border-left: 4px solid #0a8af8;
    padding: 50px 30px 40px 40px
}

.ct-fancy-box-inner .item--title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px
}

.item--description p {
    font-size: 14px !important;
    line-height: 29px
}

.fzc {
    font-size: 60px;
    color: #fff !important
}

.elementor-motion-effects-layer {
    background-color: #ecf5ff;
    background-image: url(assets/h6-bg-section-01.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-bottom: 100px !important
}

.services {
    -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
    padding: 60px 0 0
}

.grid-item-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 40px 32px;
    height: 292px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .05);
    box-shadow: 0 0 16px rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.ct-service-grid5 .item--icon {
    line-height: 1;
    margin-right: 22px;
    margin-top: 3px
}

.ct-service-grid5 .item--title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5
}

.ct-service-grid5 .item--desc {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    text-align: justify;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.abc {
    margin-bottom: 9px;
    color: #337ab7;
    font-weight: 700;
    padding-left: 58px
}

.item--title.st-line-left3 span .dot-shape i {
    height: 11px;
    width: 11px;
    border-radius: 11px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0
}

.item--title.st-line-left3 span .dot-shape i:nth-child(2) {
    background-color: #337ab7;
    left: 14px
}

.placement {
    padding: 60px 0;
    background: #000
}

.placement h3 {
    font-weight: 700;
    line-height: 39px;
    font-size: 18px;
    color: #8ac9ff !important;
    margin-bottom: 20px
}

.item--title.st-line-left3 span .dot-shape i:nth-child(3) {
    left: 30px
}

.services-block-two {
    position: relative
}

.services-block-two .inner-box {
    position: relative;
    display: block
}

.services-block-two .inner-box .overlay-box {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 494px !important;
    display: block;
    text-align: center;
    padding: 70px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: #0071b0
}

.inner-box .overlay-box .icon-box {
    position: relative;
    color: #fff;
    font-size: 70px;
    line-height: 1em;
    padding-bottom: 20px;
    margin-bottom: 25px;
    background: 0 0
}

.services-block-two .inner-box .overlay-box h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 15px
}

.services-block-two.pink .inner-box .overlay-box {
    background-color: #0071b0
}

.services-block-two.blue .inner-box .overlay-box {
    background-color: rgba(68, 57, 134, .9)
}

.services-block-two.blue .inner-box .overlay-box {
    background-color: #00a8e2
}

.item--title.st-line-left3 span .dot-shape i:nth-child(5) {
    top: 14px;
    left: 30px
}

.item--title.st-line-left3 span .dot-shape i:nth-child(6) {
    background-color: #337ab7;
    top: 28px;
    left: 30px
}

.ct-heading .item--title.st-line-left3 span .dot-shape i:nth-child(4) {
    top: 14px;
    left: 14px
}

.item--title.st-line-left3 span {
    padding-left: 58px;
    position: relative;
    display: inline-block
}

.place li {
    list-style: disc !important;
    line-height: 30px;
    font-weight: 500
}

.pat {
    text-align: center;
    background-color: #337ab7;
    color: #fff;
    padding: 8px
}

.pat h3 {
    margin: 0
}

.mtt {
    margin-top: 5%
}

.mtt1 {
    margin-top: 19%
}

.navbar-right li a {
    padding: 10px 25px
}

.bfont {
    font-weight: 700;
    color: #0071b0 !important;
    font-size: 27px !important;
    text-align: right;
    line-height: 22px !important
}

.fontt {
    font-size: 14px;
    text-align: right;
    color: #000 !important;
    font-weight: 300
}

.s1 .col-md-4 {
    padding: 0
}

.s1 .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.pdx {
    line-height: 30px;
    padding: 10px 18px 10px 18px
}

.item--icon-abs {
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}

.item--icon-abs i {
    font-size: 106px;
    opacity: .45;
    color: #fff;
    margin: 31px 0 30px 0
}

.hire {
    padding: 22px 0
}

.ct-service-grid4 .grid-item-inner1 {
    background-color: #292929;
    padding: 16px 30px 27px 40px;
    margin-bottom: 30px;
    height: 220px;
    position: relative
}

.ct-service-grid4 .item--title {
    font-size: 20px;
    margin-bottom: 8px;
    color: #fff;
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.ct-service-grid4 .grid-item-inner1:before {
    content: '';
    height: 4px;
    width: 0;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: -4px;
    background-color: #1ce596;
    background-image: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1ce596), to(#9af657));
    background-image: linear-gradient(left, #1ce596, #9af657);
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.ct-service-grid4 .item--content {
    font-size: 14px;
    line-height: 26px;
    color: #fff
}

.ct-service-grid4 .grid-item-inner1:hover:before {
    width: 100%
}

.pb {
    padding-bottom: 2%
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.job-opening-inner {
    border-bottom: solid 2px #000;
    padding: 9px 15px 22px;
    width: 100%;
    margin-right: 5%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transition: .3s;
    transition: .3s
}

.job-title {
    color: #000;
    font-weight: 700;
    font-size: 25px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card {
    margin-bottom: 2%
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

#job-opening {
    padding: 15px 0
}

.job-title:hover {
    text-decoration: none
}

.job li {
    list-style: disc !important;
    line-height: 30px
}

.ct-fancy-box-layout1.style4 {
    padding: 35px 13px 25px 28px;
    position: relative;
    height: auto !important
}

.ct-fancy-box-layout1.style4:before {
    content: '';
    height: 5px;
    width: 0;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    background-color: #f700e3;
    background-image: -webkit-gradient(linear, left top, right top, from(#f700e3), to(#701ad1));
    background-image: linear-gradient(left, #f700e3, #701ad1);
    position: absolute;
    bottom: 0;
    left: 0
}

.ct-fancy-box-layout1.style4 .item--icon {
    background-color: transparent !important;
    background-image: none !important;
    line-height: 1;
    margin-right: 17px;
    margin-top: 0
}

.ct-fancy-box-layout1.style4 .item--icon i {
    font-size: 38px
}

.ct-fancy-box-layout1.style4 .item--icon i {
    background-color: #f700e3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#f700e3), to(#701ad1));
    background-image: linear-gradient(left, #f700e3, #701ad1);
    background-color: transparent;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.ct-fancy-box-layout1.style4 .item--title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0
}

.ct-fancy-box-layout1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.five-step {
    padding: 50px 0
}

.step h4 {
    line-height: 30px
}

.location {
    padding: 60px 0;
    background: url(assets/background5.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.inn-loc {
    height: 462px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 7px;
    padding: 22px 18px;
    background-color: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 20px rgba(12, 12, 12, .14);
    -ms-box-shadow: 0 0 20px rgba(12, 12, 12, .14);
    -o-box-shadow: 0 0 20px rgba(12, 12, 12, .14);
    box-shadow: 0 0 20px rgba(12, 12, 12, .14);
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    margin-bottom: 60px
}

.item--image {
    height: 67px;
    width: 67px;
    min-width: 67px;
    border-radius: 67px;
    background-color: #ebf2fd;
    position: relative;
    margin-right: 22px
}

.item--image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.inn-loc h3 {
    font-size: 18px;
    font-weight: 700
}

.ct-career-grid11 .item--title {
    font-size: 20px;
    margin-bottom: 8px
}

.ct-career-grid11 .item--feature {
    font-size: 14px;
    color: #000;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    line-height: 30px
}

.ct-career-grid11 .item--holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 7px
}

.ct-career-grid11 .item-desc {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 18px
}

.inn-loc p {
    font-size: 14px !important
}

.testimonial {
    position: relative;
    background: url(assets/bg3.png);
    background-size: cover
}

.testimonial p::before {
    position: absolute;
    width: 197px;
    height: 100%;
    left: 51%;
    top: 250px;
    background-image: url(assets/image-1.png);
    content: "";
    opacity: .8;
    background-repeat: no-repeat;
    z-index: -1
}

.orange-text {
    color: #ffc107
}

@media only screen and (max-width:1500px) {
    .product-1 img {
        position: absolute;
        right: 25%;
        -webkit-animation: move-top 3.5s infinite;
        animation: move-top 3.5s infinite
    }
    @-webkit-keyframes move-top {
        0% {
            bottom: 22%
        }
        50% {
            bottom: 19%
        }
        100% {
            bottom: 22%
        }
    }
    @keyframes move-top {
        0% {
            bottom: 22%
        }
        50% {
            bottom: 19%
        }
        100% {
            bottom: 22%
        }
    }
    .product-2 img {
        position: absolute;
        right: 17%;
        bottom: -5%;
        -webkit-animation: move-top-2 3.5s infinite;
        animation: move-top-2 3.5s infinite
    }
    @-webkit-keyframes move-top-2 {
        0% {
            bottom: 19%
        }
        50% {
            bottom: 22%
        }
        100% {
            bottom: 19%
        }
    }
    @keyframes move-top-2 {
        0% {
            bottom: 19%
        }
        50% {
            bottom: 22%
        }
        100% {
            bottom: 19%
        }
    }
    .product-4 img {
        bottom: 38%
    }
    .product-5 img {
        bottom: 38%
    }
}

@media(max-width:767px) {
    .product-1,
    .product-2,
    .product-3 {
        display: none;
    }
    .one-visible {
        background: transparent;
        background-color: #f8f8f8;
        background-image: none !important;
    }
    .tg {
        padding-top: 80%;
    }
    .mobile-toop {
        margin-top: 19%;
    }
    .social-links {
        line-height: 67px;
    }
    .item--image {
        margin-right: 12px !important
    }
    .ct-career-grid11 .item--feature {
        font-size: 11px !important
    }
    .searchButton {
        left: 86% !important
    }
    .searchTerm {
        width: 100% !important
    }
    .button-2 h4 {
        width: 100% !important
    }
    .button-1 h4 {
        width: 100% !important
    }
    .bfont {
        text-align: left
    }
    .fontt {
        color: #fff !important
    }
    .testimonial {
        background: 0 0
    }
    .elementor-widget-container {
        border: none
    }
    .nav>li>a {
        padding: 10px 5px !important
    }
    .nav-pills>li>a {
        font-size: 12px
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff
    }
    .tppp {
        margin-top: 47%
    }
    .count-sec2 {
        border-right: none
    }
    .elementskit-infobox {
        margin-bottom: 20%
    }
    .pb {
        margin-bottom: 12%
    }
    .grid-item-inner {
        height: 100%
    }
    .item--icon {
        margin: inherit !important
    }
    .ct-fancy-box-layout1.style4 {
        padding: 6px 13px 25px 28px
    }
    .inn-loc {
        height: 100%
    }
    .ed-advan ul li {
        width: 100% !important
    }
    .ed-advan ul li {
        border: none !important
    }
    .ed-ad-dec {
        width: 100% !important;
        padding-left: 0 !important
    }
}

.one-visible {
    background-image: url(assets/banner.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat
}

.secure-course {
    padding-top: 0
}

.product-1 img {
    position: absolute;
    right: 25%;
    -webkit-animation: move-top 3.5s infinite;
    animation: move-top 3.5s infinite
}

@-webkit-keyframes move-top {
    0% {
        bottom: 18%
    }
    50% {
        bottom: 24%
    }
    100% {
        bottom: 18%
    }
}

@keyframes move-top {
    0% {
        bottom: 18%
    }
    50% {
        bottom: 24%
    }
    100% {
        bottom: 18%
    }
}

.product-2 img {
    position: absolute;
    right: 17%;
    bottom: -5%;
    -webkit-animation: move-top-2 3.5s infinite;
    animation: move-top-2 3.5s infinite
}

@-webkit-keyframes move-top-2 {
    0% {
        bottom: 24%
    }
    50% {
        bottom: 18%
    }
    100% {
        bottom: 24%
    }
}

@keyframes move-top-2 {
    0% {
        bottom: 24%
    }
    50% {
        bottom: 18%
    }
    100% {
        bottom: 24%
    }
}

.product-3 img {
    position: absolute;
    right: 17%;
    bottom: -13%;
    width: 28%
}

.product-4 img {
    position: absolute;
    right: 17%;
    bottom: 42%;
    -webkit-animation: cloud-top 4.5s infinite;
    animation: cloud-top 4.5s infinite
}

@-webkit-keyframes cloud-top {
    0% {
        right: 60%
    }
    50% {
        right: 58%
    }
    100% {
        right: 60%
    }
}

@keyframes cloud-top {
    0% {
        right: 60%
    }
    50% {
        right: 58%
    }
    100% {
        right: 60%
    }
}

.product-5 img {
    position: absolute;
    right: 20%;
    bottom: 42%;
    -webkit-animation: cloud-top-2 15s infinite;
    animation: cloud-top-2 15s infinite
}

@-webkit-keyframes cloud-top-2 {
    0% {
        right: 38%
    }
    50% {
        right: 33%
    }
    100% {
        right: 38%
    }
}

@keyframes cloud-top-2 {
    0% {
        right: 38%
    }
    50% {
        right: 33%
    }
    100% {
        right: 38%
    }
}

section.pad-about.one-visible {
    padding: 28px 0 8vh !important
}

@media only screen and (max-width:1500px) {
    .product-1 img {
        position: absolute;
        right: 25%;
        -webkit-animation: move-top 3.5s infinite;
        animation: move-top 3.5s infinite
    }
    @-webkit-keyframes move-top {
        0% {
            bottom: 22%
        }
        50% {
            bottom: 19%
        }
        100% {
            bottom: 22%
        }
    }
    @keyframes move-top {
        0% {
            bottom: 22%
        }
        50% {
            bottom: 19%
        }
        100% {
            bottom: 22%
        }
    }
    .product-2 img {
        position: absolute;
        right: 17%;
        bottom: -5%;
        -webkit-animation: move-top-2 3.5s infinite;
        animation: move-top-2 3.5s infinite
    }
    @-webkit-keyframes move-top-2 {
        0% {
            bottom: 19%
        }
        50% {
            bottom: 22%
        }
        100% {
            bottom: 19%
        }
    }
    @keyframes move-top-2 {
        0% {
            bottom: 19%
        }
        50% {
            bottom: 22%
        }
        100% {
            bottom: 19%
        }
    }
    .product-3 img {
        position: absolute;
        right: 17%;
        bottom: -13%;
        width: 28%
    }
    .product-4 img {
        bottom: 38%
    }
    .product-5 img {
        bottom: 38%
    }
}

.one-visible {
    background-image: url(assets/banner3.jpg);
    background-size: cover;
    background-position: bottom;
    padding-top: 30px !important;
    background-repeat: no-repeat
}

.inn-loc .item--feature i {
    color: #00a4e1 !important
}

.inn-loc .item-desc i {
    color: #00a4e1 !important
}

.inn-loc h3 {
    color: #0071b0
}

.features-bg .pb {
    padding-bottom: 8%
}

.footul a {
    color: #fff
}

.footul li {
    list-style: disc !important
}

#footer h3 {
    font-size: 18px
}

#footer ul {
    line-height: 30px;
    padding-left: 16px
}

#footer {
    background: url(assets/footer-bg.webp);
    background-size: cover
}

.banner-text h3 {
    line-height: 33px;
    font-size: 24px;
    margin-bottom: 2%
}

.searchTerm {
    width: 80%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #337ab7;
}

.searchButton {
    position: absolute;
    left: 70%;
    MARGIN-TOP: 1%;
    width: 40px;
    height: 36px;
    text-align: center;
    color: #1c5c9d;
    border: none;
    background: 0 0;
    cursor: pointer;
    font-size: 20px
}

input:focus {
    text-decoration: none;
    outline: none;
}

*,
.btn,
img {
    vertical-align: middle
}

.s1 {
    padding-top: 6%
}

.author-name b {
    color: #2e8fe3
}

.tagline {
    text-align: left;
    line-height: 51px;
    margin-top: 7%;
}

.fir {
    color: #0071b0
}

h1 {
    line-height: 50px
}

.callaction {
    padding: 20px 0 20px;
    background: #1aa4d4
}

#hero-section5 {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(assets/appointment.png);
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    height: 650px;
    visibility: inherit;
    z-index: 20;
}

.contact-pt {
    padding-top: 7%;
}

.fdiv {
    padding: 3%;
    background-color: #fff;
    border-radius: 12px;
    z-index: 9999;
    -webkit-box-shadow: -4px -2px 57px -7px rgba(0, 0, 0, 0.57);
    box-shadow: -4px -2px 57px -7px rgba(0, 0, 0, 0.57);
}

.mb {
    margin-bottom: 3%;
}

.select-style {
    border: 1px solid #c9c9c9 !important;
    border-radius: 5px;
    width: 80%;
    border: none;
    padding-left: 7px;
    width: 100%;
    height: 50px;
}

.social-links .text-white {
    font-size: 26px;
    margin-right: 4%;
}

.social-links {
    margin-top: 7%;
}

.social-links i {
    background-color: #337ab7;
    padding: 2%;
    border-radius: 50%;
    border: 1px solid #fff;
}

.mt-20 {
    margin-top: 11%;
}

.product-1 img {
    position: absolute;
    right: 12%;
    -webkit-animation: move-top 3.5s infinite;
    animation: move-top 3.5s infinite;
}

@keyframes move-top {
    0% {
        bottom: 8%
    }
    50% {
        bottom: 0%
    }
    100% {
        bottom: 8%
    }
}

.product-2 img {
    position: absolute;
    right: 5%;
    bottom: -5%;
    -webkit-animation: move-top-2 3.5s infinite;
    animation: move-top-2 3.5s infinite;
}

@keyframes move-top-2 {
    0% {
        bottom: 0%
    }
    50% {
        bottom: 8%
    }
    100% {
        bottom: 0%
    }
}

.product-3 img {
    position: absolute;
    right: 6%;
    bottom: -13%;
    width: 30%;
}

@media only screen and (max-width:1500px) {
    .product-1 img {
        position: absolute;
        right: 12%;
        top: 38%;
        -webkit-animation: move-top 3.5s infinite;
        animation: move-top 3.5s infinite;
    }
    @-webkit-keyframes move-top {
        0% {
            bottom: 8%
        }
        50% {
            bottom: 0%
        }
        100% {
            bottom: 8%
        }
    }
    @keyframes move-top {
        0% {
            bottom: 8%
        }
        50% {
            bottom: 0%
        }
        100% {
            bottom: 8%
        }
    }
    .product-2 img {
        position: absolute;
        right: -3%;
        bottom: -5%;
        -webkit-animation: move-top-2 3.5s infinite;
        animation: move-top-2 3.5s infinite;
    }
    @-webkit-keyframes move-top-2 {
        0% {
            bottom: 0%
        }
        50% {
            bottom: 8%
        }
        100% {
            bottom: 0%
        }
    }
    @keyframes move-top-2 {
        0% {
            bottom: 0%
        }
        50% {
            bottom: 8%
        }
        100% {
            bottom: 0%
        }
    }
    .product-3 img {
        position: absolute;
        right: -4%;
        bottom: -13%;
        width: 30%;
    }
}

.bg-white {
    background: #fff;
}

.ban-para i {
    color: #0082c9;
}

.display_box {
    padding: 14px 7px 6px 9px !important;
    border-top: dashed 1px #337ab7 !important;
}

.display_box img {
    width: 17px !important;
}

.ban-para {
    padding-bottom: 0%;
    padding-top: 0%;
    font-weight: 500;
}

.highlite {
    color: #FE610C;
}

.highlite.new {
    color: #4267ff;
}

.my-bt {
    height: 48px;
    text-shadow: 2px 2px 3px #000;
    font-size: 17px;
}

.elementskit-infobox:after {
    position: absolute;
    content: "+";
    top: 40%;
    bottom: 10%;
    left: -13%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    font-size: 30px;
}

.test22:after {
    display: none;
}

.pb-20 {
    padding-bottom: 3%;
}

.text-black {
    color: #000 !important;
}

.ap-a-btn:hover {
    color: #fff;
    border-radius: 24px;
    background-color: #333;
}

a:focus {
    color: #fff;
}

.rotate-title {
    position: relative;
    border-radius: 7px;
}

.grey {
    color: #686f7a;
}

.mp {
    margin-top: 7%;
}

.pl {
    padding: 15px 15px 15px 15px;
}

.news {
    background-color: #f8fcff;
    padding: 50px 0;
}

.news .nav-tabs>li.active>a {
    color: #fff;
    background-color: #337ab7;
}

.news .tab-content {
    overflow-y: scroll;
    height: 300px;
}

.news .nav-tabs {
    margin-left: 0px;
    margin-bottom: 2%;
}

.mob-img {
    display: none;
}

@media (max-width: 1320px) {
    nav .container {
        width: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .banner-text h3.new {
        font-size: 22px;
        margin-top: 40px;
    }
    .banner-text p {
        font-size: 12px!important;
    }
    .new.ban-btn {
        font-size: 16px;
        margin-left: 15px;
    }
    .navbar-right li a {
        padding: 10px 16px;
    }
    .navbar-info.new .navbar-default .navbar-nav>li.new3 a {
        padding: 6px 10px 10px 0px;
    }
    .logo.new img {
        width: 204px;
    }
    .bfont {
        font-size: 16px!important;
    }
    .fontt {
        font-size: 12px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .logo.new img {
        width: 162px;
    }
    .bfont {
        font-size: 16px!important;
    }
    .fontt {
        font-size: 12px;
    }
    .navbar-info.new .navbar-default .navbar-nav>li.new3 a {
        padding: 6px 10px 10px 0px;
    }
    .navbar-right li a {
        padding: 10px 5px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
    }
    .banner-text h3.new {
        font-size: 16px;
        margin-top: 40px;
        line-height: 24px;
    }
    .banner-text p {
        font-size: 10px!important;
        margin-bottom: 2px;
    }
    .new.ban-btn {
        font-size: 16px;
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .mob-img {
        display: block;
        margin-top: 40px;
    }
    .banner-text h3.new {
        margin-top: 20px;
    }
    .banner-text h3.new span br {
        display: none;
    }
    .new.ban-btn {
        margin-left: 0px;
    }
}@font-face{font-family:Flaticon;font-display: swap;src:url(fonts/flaticon.eot);src:url(fonts/flaticon.eot?#iefix) format("embedded-opentype"),url(fonts/flaticon-1.woff) format("woff"),url(fonts/flaticon3.woff) format("woff"),url(fonts/flaticon.ttf) format("truetype"),url(fonts/flaticon.svg#Flaticon) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Flaticon;src:url(fonts/flaticon.svg#Flaticon) format("svg")}}[class*=" flaticon-"]:after,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class^=flaticon-]:before{font-family:Flaticon;font-style:normal}.flaticon-exam:before{content:"\f102"}.flaticon-open-book:before{content:"\f103"}.flaticon-house:before{content:"\f105"}.flaticon-quote:before{content:"\f106"}.flaticon-right-quote-sign:before{content:"\f107"}.flaticon-placeholder:before{content:"\f108"}.flaticon-telephone:before{content:"\f10c"}.flaticon-phone-call:before{content:"\f10d"}.flaticon-award:before{content:"\f116"}.flaticon-winner:before{content:"\f117"}.flaticon-trophy:before{content:"\f118"}.flaticon-map:before{content:"\f119"}.flaticon-play-button:before{content:"\f120"}.flaticon-back-arrow:before{content:"\f121"}.flaticon-growth:before{content:"\f122"}.flaticon-star:before{content:"\f129"}.flaticon-headphones:before{content:"\f12a"}.flaticon-internet:before{content:"\f12c"}.flaticon-envelope:before{content:"\f130"}.flaticon-email:before{content:"\f131"}.flaticon-send:before{content:"\f137"}.flaticon-success:before{content:"\f138"}.flaticon-tick-inside-circle:before{content:"\f139"}.flaticon-monitor:before{content:"\f13a"}.flaticon-email-1:before{content:"\f141"}.flaticon-right-quote:before{content:"\f143"}.flaticon-arrow-pointing-to-right:before{content:"\f146"}.flaticon-back-1:before{content:"\f147"}.flaticon-award-1:before{content:"\f148"}.flaticon-pdf:before{content:"\f149"}.flaticon-user:before{content:"\f14a"}.flaticon-handshake:before{content:"\f14c"}.flaticon-link:before{content:"\f14d"}.flaticon-user-1:before{content:"\f14e"}.flaticon-trophy-1:before{content:"\f14f"}.flaticon-checked:before{content:"\f1b2"}.flaticon-analytics:before{content:"\f1bf"}.flaticon-plus:before{content:"\f1c4"}.flaticon-plus-1:before{content:"\f1c5"}.flaticon-call:before{content:"\f1c8"}.flaticon-telephone-1:before{content:"\f1c9"}.flaticon-email-4:before{content:"\f1ca"}.flaticon-address:before{content:"\f1cd"}.flaticon-analytics-1:before{content:"\f1d8"}.flaticon-bar-chart-1:before{content:"\f1d9"}.flaticon-support-3:before{content:"\f1db"}.flaticon-innovation:before{content:"\f1dc"}.flaticon-machine-learning:before{content:"\f1dd"}.flaticon-creativity:before{content:"\f1e5"}.flaticon-consulting:before{content:"\f1e6"}.flaticon-planning:before{content:"\f1e7"}.flaticon-planning-1:before{content:"\f1e8"}.flaticon-analysis-1:before{content:"\f1ea"}.flaticon-doc:before{content:"\f1f1"}.flaticon-document:before{content:"\f1f2"}.flaticon-checklist:before{content:"\f1f3"}.flaticon-check-symbol:before{content:"\f182"}.flaticon-favourites-filled-star-symbol:before{content:"\f175"}.flaticon-hand-shake:before{content:"\f1a9"}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}