body {
    font-family: 'Quicksand', sans-serif;
    scroll-behavior: smooth;
    /* cursor: none;  
    height: 100vh;  */
    }
    h2.heading::after {
    content: "";
    bottom: -14px;
    left: 30%;
    position: absolute;
    border: 1px solid #25b5f1;
    width: 40%;
    transform: translatey(-46%);
    }
    h2.heading-1 {
    text-align: center;
    position: relative;
    }
    h3.sctAboutMe {
    margin-top: 40px;
    font-size: 1.1em;
    margin-bottom: 15px;
    }
    .panel-body {
    padding: 15px;
    }
    button.btn:hover {
    color: #FFF;
    text-decoration: none;
    background-image: -webkit-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to right, #01c1fb 0%, #1457f2 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF01C1FB', endColorstr='#FF1457F2', GradientType=1);
    }
    .anoop-into-pic {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid;
    border-color: rgb(0, 0, 0);
    border-color: rgba(255, 255, 255, 0.5);
    }
    .anoop-into-pic:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    }
    @keyframes shake {
    10%,
    90% {
    transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
    transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
    transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
    transform: translate3d(4px, 0, 0);
    }
    }
    #back2Top {
    width: 50px;
    border-radius: 50%;
    line-height: 41px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(3600deg);
    transform: rotate(360deg);
    position: fixed;
    bottom: 43px;
    right: 15px;
    background-color: #00baff;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border: 2px solid white;
    height: 50px;
    }
    #back2Top .fa-angle-up {
    line-height: 42px;
    }
    images {
    max-width: 100%;
    }
    p {
    margin-bottom: 20px;
    line-height: 30px;
    }
    a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    }
    /* a:hover,
    a:focus,
    a:active {
    text-decoration: none;
    color: #1453F2;
    outline: none;
    } */
    .logo-img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    }
    .welcome-header {
    text-align: center;
    margin: 0 auto 50px auto;
    width: 80%;
    max-width: 978px;
    position: relative;
    z-index: 999991
    }
    .welcome-header h2 {
    color: #ccc;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: none;
    position: absolute;
    top: 100px;
    width: 100%
    }
    .welcome-header h2 span {
    display: block;
    margin-top: 10px;
    }
    .loaded .welcome-header {
    display: none;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
    }
    #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999
    }
    #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 999991
    }
    #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
    }
    #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
    }
    @-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
    }
    100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
    }
    }
    @keyframes spin {
    0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
    }
    100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
    }
    }
    #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 99999;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
    }
    #loader-wrapper .loader-section.section-left {
    left: 0
    }
    #loader-wrapper .loader-section.section-right {
    right: 0
    }
    .loaded #loader-wrapper .loader-section.section-left {
    background: rgba(0, 187, 255, 0.7);
    }
    .loaded #loader-wrapper .loader-section.section-right {
    background: rgba(0, 187, 255, 0.7);
    }
    .loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
    }
    .loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
    }
    .loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
    }
    .loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
    }
    .no-js #loader-wrapper {
    display: none
    }
    .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden
    }
    .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
    }
    blockquote,
    pre {
    padding: 20px;
    border-left: 3px solid #1453F2;
    font-size: 18px;
    font-style: italic;
    background: #f8f8f8;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    }
    input,
    textarea {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    margin-bottom: 30px;
    color: #777777;
    font-family: inherit;
    }
    input:focus,
    textarea:focus {
    outline: none;
    }
    @media (max-width: 991px) {
    section {
    padding-top: 90px;
    padding-bottom: 90px;
    }
    body {
    padding-top: 30px;
    }
    }
    ul#customersCats {
    margin-top: 1.2rem;
    height: 40px;
    }
    ul#customersCats li a {
    margin-right: 13px;
    padding: 6px 7px 6px 7px;
    border: 1px solid #00baff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    }
    .tabs-list li.active a {
    background-color: #00baff;
    color: #fff;
    }
    .intro-hero .btn-theme {
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 12px 45px;
    font-weight: 500;
    border: none;
    margin-top: 20px;
    }
    .nav .active {
    background-color: #00baff!important;
    color: #fff!important;
    }
    #about {
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #skills {
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #portfolios {
    padding-top: 50px;
    padding-bottom: 80px;
    }
    #contact {
    background-color: #fafafa;
    padding-top: 40px;
    padding-bottom: 50px;
    background: #fafafa;
    background: #fafafa;
    border-bottom: #ddd solid 1px;
    /* padding: 3em 1.5em 1em; */
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }
    .text-1 {
    /* padding: 1.2em 2em; */
    font-size: 1.1em;
    line-height: auto;
    letter-spacing: .5px;
    color: #666666;
    }
    .text-2 {
    font-size: 1.1em;
    color: #666666;
    }
    ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    }
    ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    }
    ::-webkit-scrollbar-thumb {
    background-color: #000000;
    }
    .img-fluid {
    width: 100%!important;
    }
    @-webkit-keyframes pulse {
    0% {
    box-shadow: 0 0 9px #00baff, inset 0 0 0px #ffffff;
    }
    50% {
    box-shadow: 0 0 9px #00baff, inset 0 0 0px #ffffff;
    }
    100% {
    box-shadow: 0 0 9px #00baff, inset 0 0 0px #ffffff;
    }
    }
    .ac-shining {
    background-color: red;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    box-shadow: 0 0 9px #00baff, inset 0 0 0px #ffffff;
    -webkit-animation: pulse 2s linear 1s infinite;
    }
    /* Global Rules*/
    .section-shape {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    }
    .section-shape>span {
    display: inline-block;
    width: 2px;
    height: 70px;
    vertical-align: top;
    background-image: -webkit-linear-gradient(right, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(right, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, right top, left top, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to left, #01c1fb 0%, #1457f2 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF01C1FB', endColorstr='#FF1457F2', GradientType=1);
    margin: 0 5px;
    }
    .section-shape>span:nth-child(2) {
    background-image: -webkit-linear-gradient(top, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(top, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to bottom, #01c1fb 0%, #1457f2 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF01C1FB', endColorstr='#FF1457F2', GradientType=0);
    height: 90px;
    }
    .social>li {
    display: inline-block;
    }
    .section-title {
        font-size: 1.9em;
        /* text-transform: uppercase; */
        color: #384665;
        font-weight: normal;
        position: relative;
        display: inline-block;
    }
    @media (max-width: 991px) {
    .section-title {
    margin-top: 50px;
    }
    }
    .block-title {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    }
    @media (max-width: 767px) {
    .block-title {
    font-size: 18px;
    }
    .text-1 {
    padding: 0px;
    }
    }
    .btn-theme {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 25px;
    font-weight: 500;
    border: none;
    margin-top: 5px;
    }
    .btn-theme:hover {
    background-image: -webkit-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to right, #01c1fb 0%, #1457f2 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF01C1FB', endColorstr='#FF1457F2', GradientType=1);
    color: #fff;
    }
    .btn-active {
    /* background-image: -webkit-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to right, #01c1fb 0%, #1457f2 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF01C1FB', endColorstr='#FF1457F2', GradientType=1); */
    color: #fff;
    background: #00baff
    }
    ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    }
    ul.social-network li {
    display: inline;
    margin: 0 5px;
    }
    /* footer social icons */
    .social-network a.icoFacebook:hover {
    background-color: #3c5fac;
    border-color: #3c5fac;
    }
    .social-network a.icoLinkedin:hover {
    background-color: #2089b5;
    border-color: #2089b5;
    }
    .social-network a.icoBehance:hover {
    background-color: #3878F6;
    border-color: #3878F6;
    }
    .social-network a.icoEmail:hover {
    background-color: #c63d2d;
    border-color: #c63d2d;
    }
    .social li a.phone:before {
    content: '\f095';
    }
    .social li a:hover {
    color: #fff !important;
    background-color: #000;
    border-color: #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 03px 3px 5px rgba(0, 0, 0, 0.3);
    }
    .social-network a.icoFacebook:hover i,
    .social-network a.icoLinkedin:hover i,
    .social-network a.icoBehance:hover i,
    .social-network a.icoEmail:hover i {
    color: #fff;
    }
    .social-network a.socialIcon:hover,
    .socialHoverClass {
    color: #44BCDD;
    }
    .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin-top: 13px;
    }
    .social-circle li i {
    margin: 0;
    line-height: 37px;
    text-align: center;
    }
    .social-circle li a:hover i,
    .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    }
    .social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    }
    .social-network a {
    background-color: #ffffff;
    border: 1.5px solid #00baff;
    }
    .color-text {
    color: #1453F2;
    }
    .text-blue {
    color: #017fff;
    }
    .bg-gray {
    background: #fafafa;
    background: #fafafa;
    border-bottom: #ddd solid 1px;
    padding: 3em 1.5em 1em;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }
    .color-social i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    padding: 13px;
    color: #fff;
    }
    .color-social .fa-facebook {
    background: #3b579d;
    }
    .color-social .fa-twitter {
    background: #1da1f2;
    }
    .color-social .fa-google-plus {
    background: #ea4335;
    }
    .color-social .fa-linkedin {
    background: #0177b5;
    }
    .color-social .fa-dribbble {
    background: #ea4c89;
    }
    .scroll-top {
    position: fixed;
    bottom: -50px;
    right: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #00baff;
    border: 2px solid white;
    color: #fff;
    text-align: center;
    /* padding: 5px; */
    border-radius: 50%;
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 38px;
    }
    .scroll-top.active {
    bottom: 30px;
    }
    .navbar-brand {
    background-image: -webkit-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to right, #01c1fb 0%, #1457f2 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 48px;
    font-weight: 300;
    }
    #nav {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-transition: top .3s ease, left .5s ease;
    -o-transition: top .3s ease, left .5s ease;
    transition: top .3s ease, left .5s ease;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    @media (min-width: 992px) {
    #nav .nav-item {
    margin-left: 15px;
    }
    }
    #nav .nav-link {
    color: #000;
    padding: 15px 10px;
    text-transform: capitalize;
    }
    #nav .nav-link:hover {
    background-image: -webkit-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to right, #01c1fb 0%, #1457f2 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    }
    @media (max-width: 991px) {
    .navbar-toggler {
    cursor: pointer;
    background: #000;
    color: #fff;
    position: inherit;
    float: right;
    line-height: normal;
    margin-top: 5px;
    background-image: -webkit-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to right, #01c1fb 0%, #1457f2 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF01C1FB', endColorstr='#FF1457F2', GradientType=1);
    border: none;
    }
    }
    @media (max-width: 767px) {
    .intro-particle {
    opacity: .3;
    }
    }
    @media (max-width: 575px) {
    #nav {
    display: block;
    padding: 15px;
    }
    .social-intro {
    max-width: 100% !important;
    }
    }
    .navbar-brand {
    background-image: -webkit-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to right, #01c1fb 0%, #1457f2 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 48px;
    font-weight: 300;
    }
    #nav {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-transition: top .3s ease, left .5s ease;
    -o-transition: top .3s ease, left .5s ease;
    transition: top .3s ease, left .5s ease;
    }
    #nav>.container {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    left: 0;
    }
    .sidenav {
    height: 100%;
    width: 280px;
    position: fixed;
    z-index: 1100;
    top: 0;
    right: -280px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 30px;
    }
    .left-offset {
    left: -280px !important;
    }
    .navigation-toggle {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: fixed;
    width: 50px;
    height: 50px;
    /* -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1); */
    z-index: 1030;
    border-radius: 50%;
    color: #000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    right: 15px;
    top: 15px;
    background: #fff;
    }
    .navigation-toggle .lnr {
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    }
    .navigation-toggle .lnr-cross {
    opacity: 0;
    }
    .navigation-toggle.nav__toggle {
    right: 280px;
    }
    .navigation-toggle.nav__toggle .lnr-cross {
    opacity: 1;
    }
    .navigation-toggle.nav__toggle .lnr-text-align-right {
    opacity: 0;
    }
    .anoop-intro {
    background: url(../images/anoop-bg.jpg) no-repeat scroll 0 0;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 125px;
    color: #fff;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    margin-top: -50px;
    }
    .anoop-intro::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0px;
    left: 0px;
    }
    .intro-particle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    }
    .hero-title {
    font-size: 36px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    }
    .hero-tagline {
    font-size: 30px;
    }
    .typelist-skill {
    font-weight: bold;
    }
    .typelist-skill>.selectedText {
    display: none;
    }
    .typelist-skill:after {
    position: relative;
    top: 7px;
    display: inline-block;
    height: 30px;
    margin-left: 5px;
    content: " ";
    -webkit-animation: blink .5s step-end infinite alternate;
    animation: blink .5s step-end infinite alternate;
    border-right: 2px solid;
    }
    @-webkit-keyframes blink {
    0% {
    opacity: 1.0;
    }
    50% {
    opacity: .0;
    }
    100% {
    opacity: 1.0;
    }
    }
    @keyframes blink {
    0% {
    opacity: 1.0;
    }
    50% {
    opacity: .0;
    }
    100% {
    opacity: 1.0;
    }
    }
    .social-intro {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 25px;
    }
    .social-intro li {
    padding: 0 5px;
    }
    .social-intro li a {
    width: 40px;
    height: 40px;
    border: 1px solid #00c5ff;
    /* border-radius: 50%; */
    padding: 10px;
    background-color: #fff;
    color: #19c0f0;
    font-size: 17px;
    margin-right: 7px;
    text-align: center;
    display: inline-block;
    transition: all .3s ease 0s;
    }
    .social-intro li a:hover {
    color: #fff;
    background: #00c5ff;
    border: 1px solid #fff;
    }
    .social-intro li a:hover i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    }
    @media (max-width: 767px) {
    .social-intro {
    padding: 0 10px;
    }
    }
    @media (max-width: 576px) {
    .social-intro {
    padding: 0 10px;
    display: block;
    text-align: center;
    margin: 20px 0;
    }
    .btn-play-video {
    max-width: 150px;
    margin: 10px auto;
    }
    .hero-title {
    font-size: 28px;
    margin-bottom: 0;
    }
    .hero-tagline {
    font-size: 24px;
    }
    }
    .about-me-text .lead,
    .about-me-text h4 {
    font-size: 22px;
    color: #2a3133;
    line-height: 36px;
    font-weight: 600;
    }
    .personal-info {
    padding: 40px 15px 40px 40px;
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    }
    @media (max-width: 767px) {
    .personal-info .btn-theme {
    margin-top: 30px;
    }
    }
    .personal-info>h4 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
    }
    .personal-info ul>li {
    width: 50%;
    float: left;
    padding-bottom: 5px;
    }
    .personal-info ul>li>strong {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
    width: 25%;
    color: #333;
    }
    @media (max-width: 767px) {
    .personal-info ul>li {
    width: 100%;
    float: none;
    }
    .personal-info ul>li>strong {
    width: auto;
    }
    }
    @media (max-width: 576px) {
    .about-me-text .btn {
    margin-bottom: 15px;
    }
    }
    .interest-block {
    -webkit-box-shadow: 0 0 30px 0 rgba(230, 230, 230, 0.9);
    box-shadow: 0 0 30px 0 rgba(230, 230, 230, 0.9);
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto 0;
    background: #fff;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 180px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #efefef;
    }
    .interest-block span.fa {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 30px;
    color: #00baff;
    }
    .interest-block:hover span.fa {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    .interest-block p {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 900;
    }
    .contact-block {
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    padding: 30px;
    }
    .z .interest-block>.lnr {
    color: #c5c5c5;
    font-size: 42px;
    margin-bottom: 20px;
    }
    .interest-block:hover .lnr {
    color: #1453F2;
    }
    .awards-logo {
    max-width: 150px;
    min-height: 80px;
    }
    .site-footer {
    padding: 16px 5% 0 5%;
    color: #ffffff;
    background: #141923;
    }
    .footer-theme-name {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    background-image: -webkit-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to right, #01c1fb 0%, #1457f2 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    }
    #page-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1050;
    }
    .loader-icon {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-right: 3px solid #1453F2 !important;
    border-top: 3px solid rgba(19, 19, 19, 0.1) !important;
    height: 50px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
    .colored-border {
    border-color: #fff;
    }
    .fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
    }
    @-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);
    }
    }
    @media (max-width: 991px) {
    .section-title {
    font-size: 30px;
    }
    .background-text {
    font-size: 60px;
    }
    }
    @media (max-width: 576px) {
    .section-title {
    top: 0;
    }
    .background-text {
    display: none;
    }
    }
    .edu-block {
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    padding: 40px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
    .institute-name {
    color: #777;
    font-weight: normal;
    }
    .edu-session {
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    left: 0;
    }
    .edu-session span {
    color: #1453F2;
    left: 15px;
    -webkit-transform: rotate(-90deg) translateX(-50%);
    -ms-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    width: 90px;
    position: absolute;
    top: 50%;
    }
    .edu-info-text {
    padding-left: 70px;
    }
    .work-exp-block {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 4px;
    overflow: hidden;
    }
    .company-name {
    margin: 20px 0;
    font-weight: normal;
    }
    .working-duration {
    margin-bottom: 15px;
    background-image: -webkit-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to right, #01c1fb 0%, #1457f2 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    }
    @media (min-width: 992px) {
    .working-duration {
    float: right;
    margin-bottom: 0;
    }
    }
    @media (max-width: 576px) {
    .work-exp-block {
    padding-right: 80px;
    }
    }
    .skill-name {
    margin-bottom: 10px;
    }
    .skill {
    margin-bottom: 30px;
    margin-top: 20px;
    }
    .skill .progress {
    position: relative;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 30px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    }
    .skill .progress-tooltip {
    position: absolute;
    right: 0px;
    top: 0;
    height: 30px;
    line-height: 28px;
    font-size: 15px;
    opacity: 0.5;
    font-weight: 700;
    }
    .skill .progress-tooltip {
    color: #000;
    }
    .skill-name {
    display: block;
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
    color: #fff;
    position: absolute;
    font-weight: 800;
    }
    .skill .progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef;
    border-radius: .25rem;
    background-color: #FFF;
    border: 1px solid #f0f0ef;
    border-radius: 10px;
    overflow: hidden;
    }
    .skill .progress-bar {
    background-color: #00baff;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
    }
    .skill .progress-bar {
    height: 30px;
    width: 0px;
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    -o-animation: animate-bg 5s linear infinite;
    animation: animate-bg 5s linear infinite;
    background-size: 40px 40px;
    }
    @keyframes animate-bg {
    from {
    background-position: 0 0;
    }
    to {
    background-position: -80px 0;
    }
    }
    @-webkit-keyframes animate-bg {
    from {
    background-position: 0 0;
    }
    to {
    background-position: -80px 0;
    }
    }
    @-moz-keyframes animate-bg {
    from {
    background-position: 0 0;
    }
    to {
    background-position: -80px 0;
    }
    }
    @-o-keyframes animate-bg {
    from {
    background-position: 0 0;
    }
    to {
    background-position: -80px 0;
    }
    }
    #testimonials {
    background: url(../images/testimonial-bg.jpg) no-repeat scroll 0 0;
    background-size: cover;
    }
    .quote-slides {
    padding-top: 100px;
    }
    .quote-slides .owl-dots {
    margin-top: 50px;
    }
    .author-avatar {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    }
    .quote-text {
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    margin-left: 120px;
    background: #fff;
    border-radius: 4px;
    padding: 30px;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 200px;
    position: relative;
    }
    .quote-text:before {
    content: '';
    position: absolute;
    left: -30px;
    width: 50px;
    height: 30px;
    background: #fff;
    top: 0;
    border-radius: 20px;
    }
    .quote-text p {
    margin-bottom: 20px;
    }
    .author-name {
    font-size: 18px;
    font-weight: normal;
    }
    .author-profession {
    color: #777;
    }
    #whatido {
    background-size: cover;
    padding-top: 50px;
    background: #000 url(assets/images/skills.jpg) fixed no-repeat;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    position: relative;
    }
    #whatido h2.block-title {
        font-weight: 500;
         color: #384665;
        }
    #whatido p {
    color: #666666;
    }
    #whatido:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0px;
    left: 0px;
    }
    .iframe {
    height: 449px;
    overflow-y: scroll;
    }
    .spacer20 {
    clear: both;
    height: 20px;
    width: 20px;
    }
    section.work-progress {
    padding-top: 120px;
    padding-bottom: 90px;
    }
    #whatido h2 {
    color: white;
    }
    .service-block {
    position: relative;
    }
    .service-block {
    background: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(43, 43, 43, 0.1);
    box-shadow: 0 0 50px 0 rgba(43, 43, 43, 0.1);
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 4px;
    top: 0;
    transition: top ease 0.5s;
    }
    .service-block:hover {
    top: -10px;
    }
    .service-block .block-title {
    margin-top: 30px;
    margin-bottom: 15px;
    }
    .sr-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #3fcbff;
    transition: all 0.3s ease 0s;
    }
    #work-process {
    position: relative;
    z-index: 1;
    }
    #work-process:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/curve-bg.jpg) no-repeat scroll 0 0;
    width: 100%;
    height: 400px;
    z-index: -1;
    background-size: cover;
    }
    #work-process .row.mt-100 {
    margin-top: 100px;
    }
    .work-process-text {
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #fff;
    padding: 40px;
    }
    .work-proc-icon {
    text-align: center;
    }
    @media (max-width: 767px) {
    .work-process .row.mt-100 {
    margin-top: 60px;
    }
    }
    .fun-fact {
    background: url(../images/fun-fact.jpg) no-repeat scroll 0 0;
    background-size: 100% 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    -webkit-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    }
    .fun-fact-icon {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1453F2;
    }
    .fun-fact-count {
    font-size: 36px;
    color: #000;
    font-weight: normal;
    }
    .clients {
    padding-top: 100px;
    padding-bottom: 100px;
    }
    .client-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
    }
    .call-to-action {
    font-size: 18px;
    }
    .call-to-action .section-title {
    top: 0;
    margin-bottom: 10px;
    }
    .call-to-action .section-title:after {
    display: none;
    }
    .portfolio-filter {
    display: inline-block;
    }
    .logo-images {
    display: block;
    margin: 0 auto;
    }
    .portfolio-filter>li {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 4px;
    margin-left: -4px;
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    }
    .portfolio-filter>li.active {
    background-image: -webkit-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to right, #01c1fb 0%, #1457f2 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF01C1FB', endColorstr='#FF1457F2', GradientType=1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    }
    .portfolio-block {
    position: relative;
    margin-top: 30px;
    border-radius: 4px;
    -webkit-border-radius: -1px;
    box-shadow: 0px 0px 7px #cac8c8;
    -webkit-box-shadow: 0px 0px 7px #cac8c8;
    border: 4px solid #ffffff;
    }
    .portfolio-block:hover .portfolio-overlay {
    opacity: 1;
    }
    .portfolio-block:hover .portfolio-desc {
    margin-top: 30px;
    opacity: 1;
    }
    .portfolio-overlay {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 20px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0.7);
    }
    .portfolio-btn-action>a {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border: 2px solid rgba(244, 244, 244);
    border-radius: 50%;
    padding: 11px;
    text-align: center;
    margin: 5px;
    }
    .portfolio-btn-action>a:hover,
    .portfolio-btn-action>a:focus {
    color: #fff;
    background: rgba(244, 244, 244, 0.5);
    outline: none;
    }
    .portfolio-desc {
    margin-top: 100px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    }
    .portfolio-desc h2 {
    font-size: 1.5em;
    }
    .portfolio-details-text>h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #000;
    }
    .portfolio-meta {
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    padding: 30px;
    }
    .portfolio-meta ul li {
    padding: 5px;
    }
    .portfolio-meta ul li strong {
    margin-right: 5px;
    color: #000;
    }
    .portfolio-meta ul li>a {
    display: inline-block;
    margin: 0 5px;
    }
    @media (max-width: 576px) {
    .portfolio-filter {
    display: block;
    border: none;
    border-radius: 0;
    }
    .portfolio-filter>li {
    display: block;
    }
    }
    @media (max-width: 767px) {
    .post-taq {
    text-align: center !important;
    padding-bottom: 15px;
    }
    }
    .post-taq>a {
    padding: 5px;
    display: inline-block;
    }
    @media (max-width: 768px) {
    aside#sidebar {
    margin-top: 60px !important;
    }
    .skill {
    margin-bottom: 0px;
    margin-top: 0px;
    }
    }
    .contact-bottom-content {
    background: url(../images/contact-bottom.jpg) no-repeat scroll 0 0;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 100px;
    }
    #contact p {
    margin-bottom: 0px!important;
    }
    .contact-hero-text {
    font-size: 34px;
    font-weight: 300;
    line-height: 45px;
    }
    @media (max-width: 768px) {
    .contact-hero-text {
    padding-bottom: 30px;
    }
    }
    .form-control {
    border-color: #e7e7e7;
    color: #777;
    font-family: inherit;
    padding: 12px;
    opacity: .9;
    border-radius: 0;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    }
    @media (max-width: 767px) {
    .contact-bottom-content {
    padding-bottom: 150px;
    }
    }
    .footer-theme-name {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    background-image: -webkit-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -o-linear-gradient(left, #01c1fb 0%, #1457f2 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#01c1fb), to(#1457f2));
    background-image: linear-gradient(to right, #01c1fb 0%, #1457f2 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    }
    @-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);
    }
    }
    @media (max-width: 991px) {
    .section-title {
    font-size: 30px;
    }
    .background-text {
    font-size: 60px;
    }
    }
    @media (max-width: 576px) {
    .section-title {
    top: 0;
    }
    .background-text {
    display: none;
    }
    }
    a {
    text-decoration: none!important;
    }
    #inner-banner h1 {
    font-size: 2.5em;
    margin-top: 5%;
    text-align: center;
    color: white;
    position: relative
    }
    #inner-banner h1::before {
    content: "";
    bottom: -14px;
    left: 50%;
    position: absolute;
    border: 1px solid #fff;
    width: 7%;
    transform: translatex(-50%);
    }
    #inner-banner ul li {
    display: inline-flex;
    color: white;
    font-size: 1.2em;
    margin-top: 25px;
    }
    #inner-banner ul li.active {
    color: white;
    font-weight: 600;
    }
    #inner-banner ul li a {
    text-decoration: none;
    color: white;
    }
    #inner-banner ul {
    text-align: center;
    margin-top: 25px;
    margin-left: 0;
    padding-left: 0;
    }