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: 36px;
    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;
    }
}