header .header-area.vyay-header {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    background: #ffffff;
}
header .header-area.vyay-header.stick {
    height: 90px;
}
header .header-area.vyay-header .navbar-default {
    display: flex;
    flex-direction: row;
    align-items: center;
}
header .header-area.vyay-header .navbar-default .navbar-collapse.collapse {
    margin-left: auto;
}
.vyay-header .navbar-header a.navbar-brand {
    height: 80px;
    padding: 10px 0;
}
.vyay-header .main-menu ul.navbar-nav li a {
    color: #ee652b;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.stick.vyay-header .main-menu ul.nav>li>a {
    color: #ee652b;
    padding: 0;
}
.vyay-header .main-menu ul.nav>li>a:hover,
.stick.vyay-header .main-menu ul.nav>li>a:hover {
    color: #000000;
}
.about-area {
    background-color: #ffffff !important;
    padding-top: 70px;
}
h1.sec-head {
    font-size: 32px;
    line-height: 38px;
    text-transform: initial;
    color: #ee652b;
    padding-bottom: 25px;
    padding-top: 15px;
}
.well-text h2.sec-head {
    color: #000000;
    text-transform: initial;
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 25px;
}
p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.section-headline h2 {
    font-size: 35px !important;
}
.section-headline h2::after {
    content: none !important;
}
button.custom-button {
    padding: 15px 25px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 18px;
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 28px 30px -20px rgba(0, 0, 0, 0.2) !important;
    border: none;
    margin-top: 30px;
    background-size: 300% 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    text-transform: uppercase;
}
button.custom-button.white {
    border-color: #ffffff;
    color: #ffffff;
}
button.custom-button:hover {
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: scale(1.1);
}
button.custom-button:focus {
    outline: 0;
    transition: all .4s ease-in-out;
    transform: scale(1.1);
}
/* Section1 CSS starts */
.section1 {
    padding-top: 60px;
}
.section1-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.section1-wrapper .section1Box {
    width: 50%;
}
.section1Box.leftBox {
    padding-right: 10%;
}
.section1Box.leftBox img {
    max-height: 160px;
}
/* Finance And Accounting CSS starts */
.finance-features-area {
    padding-bottom: 60px;
}
.finance-services {
    padding: 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.finance-services:hover {
    -webkit-box-shadow: 0 35px 46px 0 rgba(0,0,0,.09);
    box-shadow: 0 35px 46px 0 rgba(0,0,0,.09);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
}
.finance-icon svg {
    width: 65px;
    height: 65px;
    fill: #135894;
    -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.finance-services:hover svg {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
}
.finance-services h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #135894;
    min-height: 50px;
}
.finance-services p {
    font-size: 14px;
    line-height: 20px;
    min-height: 120px;
}
.finance-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 50px) auto;
    position: relative;
    background-image: url('./company-logos/green-shape-odd.webp');
    padding: 70px;
}
.about-move .services-details a i, .about-move .services-details h6 {
    color: #ffffff;
}
.about-move .services-details {
    padding: 20px;
    text-align: center;
    min-height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.about-move .services-details:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    cursor: pointer;
}

/* User Experience CSS starts */
.user-details, .user-box-wrapper {
    padding-bottom: 50px;
}
.user-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.user-details .user-content {
    width: 42%;
    padding-right: 2%;
}
.user-details .image-box {
    width: 58%;
}
.user-content h3 {
    color: #ee652b;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
}
.user-features-box p {
    font-size: 16px;
    padding: 10px 20px 0;
    margin-bottom: 0px;
}
.user-features-box h4.user-heading {
    font-size: 21px;
    color: #ee652b;
    padding-top: 15px;
    font-weight: 600;
}
.user-features-box .user-icon {
    position: relative;
}
.user-features-box .user-icon:after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 0;
    background: #fbf0e2;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    margin-left: -35px;
}
.user-features-box:hover .user-icon:after {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.user-features-box .user-icon svg {
    width: 80px;
    height: 80px;
    fill: #e5bc39;
}
.user-features-box {
    -webkit-box-shadow: 0 0 42px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 42px 0 rgba(0,0,0,.1);
    padding: 40px 25px;
    border-radius: 6px;
    height: 100%;
    display: block;
    min-height: 380px;
    margin-bottom: 30px;
    transition: all ease .4s;
    cursor: pointer;
}
.user-features-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
/* Brand loogs CSS starts */
.company-logos .single-team-member {
    border: 0 none;
    margin-top: 50px;
}
.company-logos .team-img img {
    height: 65px;
    width: auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 0.7;
    cursor: pointer;
}
.company-logos .team-img img:hover {
    opacity: 1;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.company-logos .team-img>a::after {
    content: none;
}
/* Slider CSS starts */
.owl-carousel .owl-stage-outer {
    padding: 40px 0px;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  .owl-nav button:focus {
      outline: none;
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 17px;
    overflow: hidden;
    width: 10px;
    font-size: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -4%;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -4%;
}
  .owl-controls .owl-nav .owl-prev:before, .owl-controls .owl-nav .owl-next:before {
    background-color: black;
    content: "";
    height: 17px;
    left: 5px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 17px;
  }
  .owl-controls .owl-nav .owl-next:before {
    left: auto;
    right: 5px;
  }
  .owl-controls .owl-nav .owl-prev:after, .owl-controls .owl-nav .owl-next:after {
    background-color: white;
    content: "";
    height: 17px;
    left: 8px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 17px;
  }
  .owl-controls .owl-nav .owl-next:after {
    left: auto;
    right: 8px;
  }
  .owl-carousel .about-move.green .services-details {
    background: #134f0a;
}
.owl-carousel .about-move.blue .services-details {
    background: #104572;
}
.owl-carousel .about-move.violet .services-details {
    background: #470d3d;
}
.owl-carousel .about-move.orange .services-details {
    background: #f04f2c;
}
.owl-carousel .about-move.sky-blue .services-details {
    background: #4792ac;
}
.owl-carousel .about-move.yellow .services-details {
    background: #e5bc39;
}
/* Started VYAY CSS starts */
#wellcome-area.wellcome-area {
    background: rgba(248, 248, 248, 0.8) url('/img/started-with-vyay-bg.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#wellcome-area.wellcome-area .wellcome-text {
    margin: 70px 0 120px;
}
/* Footer CSS starts */
footer.vyay-footer {
    position: relative;
}
    footer.vyay-footer .white-wave {
        background: url('/Content/home-wave-1.svg') no-repeat left top/cover;
        height: 84px;
        width: 100%;
        top: -84px;
        position: absolute;
        z-index: 1;
    }
.vyay-footer .footer-area-bottom {
    background: #ffffff;
    padding: 20px 0 40px;
}
footer.vyay-footer h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #ee652b;
}
footer.vyay-footer .footer-links-1 ul li,
footer.vyay-footer .footer-links-2 ul li {
    padding-bottom: 5px;
}
footer.vyay-footer .footer-links-1 ul li a,
footer.vyay-footer .footer-links-2 ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
}
footer.vyay-footer .footer-links-1 ul li a:hover,
footer.vyay-footer .footer-links-2 ul li a:hover {
    color: #ee652b;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
footer.vyay-footer .footer-icons {
    margin-top: 0;
    float: right;
}
footer.vyay-footer .footer-icons ul li a:hover {
    background: #ee652b;
    border: 1px solid #ee652b;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
footer.vyay-footer .copyright {
    border-top: 2px solid #ee652b;
    margin-top: 25px;
}
footer.vyay-footer .copyright p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    text-align: center;
    color: #000000;
}
/* Modal CSS starts */
.modal.vyay-modal .modal-header {
    background: linear-gradient(14deg, rgb(238, 101, 43) 0%, rgba(238,101,43,0.6));
}
.modal.vyay-modal .modal-header h4.modal-title {
    font-size: 26px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}
.modal.vyay-modal .modal-header button.close span {
    font-size: 0;
    top: 5px;
    right: 5px;
    position: absolute;
}
.modal.vyay-modal .modal-header button.close span .bg-info {
    background-color: transparent;
    color: #ffffff;
    font-size: 18px;
}
.modal.vyay-modal .modal-body {
    display: flex;
    padding: 30px 15px;
}
.modal.vyay-modal .modal-body label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
}
.modal.vyay-modal .modal-body .form-inline input.form-control {
    position: relative;
    border-radius: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 20px;
    width: 100%;
    height: 42px;
    box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2) !important;
}
.modal.vyay-modal .modal-body .form-inline input.form-control:focus,
.modal.vyay-modal .modal-body textarea:focus {
    box-shadow: inset 0px 1px 8px rgba(238, 101, 43, 0.2) !important;
    border-color: #ee652b;
}
.modal.vyay-modal .modal-body textarea {
    box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2) !important;
}
.modal.vyay-modal .modal-footer {
    text-align: center;
    border-top: 1px solid #ee652b;
}
.modal.vyay-modal .modal-footer button.custom-button {
    margin: 10px;
    padding: 10px 25px;
}
/* Media query starts from here */
@media all and (max-width: 1199px) {
    .finance-services {
        padding: 15px;
    }
    .finance-icon {
        padding: 50px;
    }
    .finance-icon svg {
        width: 50px;
        height: 50px;
    }
    .user-features-box {
        padding: 30px 25px;
    }
    .user-features-box .user-icon svg {
        width: 70px;
        height: 70px;
    }
    .user-features-box h4.user-heading {
        font-size: 18px;
    }
    .user-features-box p {
        font-size: 14px;
        padding: 10px 10px 0;
    }
}

@media all and (max-width: 1024px) {
    h1.sec-head {
        font-size: 28px;
        line-height: 36px;
    }
    .section-headline h2 {
        font-size: 28px !important;
        margin-bottom: 40px;
    }
    button.custom-button {
        font-size: 16px;
        line-height: 20px;
    }
    .about-move .services-details {
        min-height: 180px;
    }
    .about-move .services-details h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -3%;
    }
    .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -3%;
    }
    .company-logos .team-img img {
        height: 50px;
    }
    .area-padding {
        padding: 40px 0px 80px;
    }
    .company-logos .single-team-member {
        margin-top: 25px;
    }
    .wellcome-text .well-text>h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media all and (max-width: 991px) {
    h1.sec-head {
        font-size: 26px;
        line-height: 34px;
    }
    .section1-wrapper p {
        font-size: 16px;
        line-height: 22px;
    }
    .stick .navbar-brand.sticky-logo>img {
        height: 75% !important;
    }
    .vyay-header .main-menu ul.navbar-nav li a,
    .stick .main-menu ul.navbar-nav li a {
        font-size: 14px;
    }
    .vyay-header .navbar-header a.navbar-brand {
        height: 70px;
    }
    .stick .navbar-header a.navbar-brand {
        height: 80px;
    }
    .user-content h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .user-features-box {
        min-height: 325px;
    }
    .about-move .services-details {
        min-height: 160px;
    }
    .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -4%;
    }
    .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -4%;
    }
    .finance-icon {
        padding: 40px;
        margin-bottom: 20px;
        background-size: calc(100% - 150px) auto;
    }
    .finance-icon svg, .user-features-box .user-icon svg {
        width: 60px;
        height: 60px;
    }
    .user-features-box .user-icon:after {
        width: 80px;
        height: 80px;
    }
}
@media all and (max-width: 767px) {
    header .header-area.vyay-header .navbar-default {
        display: block;
    }
    header .header-area.vyay-header .navbar-default .navbar-toggle .icon-bar {
        background-color: #ee652b;
        width: 30px;
        height: 3px;
    }
    header .header-area.vyay-header .nav.navbar-nav.navbar-right, 
    header .header-area.vyay-header.stick .nav.navbar-nav.navbar-right {
        background-color: #ee652b;
        text-align: center;
        padding: 20px;
    }
    .vyay-header .main-menu ul.navbar-nav li a, 
    .stick .main-menu ul.navbar-nav li a,
    .stick.vyay-header .main-menu ul.nav>li>a {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        padding: 7px 2px;
    }
    .section1-wrapper, .user-details {
        flex-direction: column;
    }
    .section1-wrapper .section1Box, 
    .user-details .user-content, 
    .user-details .image-box {
        width: 70%;
    }
    .section1Box.leftBox {
        padding-right: 0;
        padding-bottom: 60px;
        text-align: center;
    }
    .section1Box.leftBox img {
        max-height: 120px;
    }
    .section1Box.leftBox .well-text {
        text-align: center;
    }
    .section1Box.leftBox .well-text h1, 
    .section1Box.leftBox p {
        text-align: left;
    }
    .finance-icon {
        background-size: calc(100% - 50px) auto;
        width: 30%;
        text-align: center;
        margin: 0 auto 20px;
    }
    .finance-services h6 {
        min-height: auto;
    }
    .finance-services p {
        font-size: 16px;
        line-height: 24px;
        min-height: auto;
    }
    .user-content h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .user-features-box p {
        font-size: 16px;
    }
    .user-features-box {
        min-height: auto;
    }
    .owl-slider {
        max-width: 500px;
        margin: 0 auto;
    }
    .owl-carousel .owl-stage-outer {
        padding: 20px 0px;
    }
    .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -5%;
    }
    .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -5%;
    }
    .wellcome-text .well-text>h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .vyay-footer .footer-area-bottom {
        padding: 0px 0 40px;
        text-align: center;
    }
    .vyay-footer .footer-links-2 {
        margin-top: 25px;
    }
    footer.vyay-footer .footer-icons {
        margin-top: 25px;
        float: none;
    }
}
@media all and (max-width: 575px) {
    .finance-icon {
        width: 40%;
    }
    .owl-slider {
        max-width: 400px;
        margin: 0 auto;
    }
}
@media all and (max-width: 480px) {
    .section1-wrapper .section1Box, .user-details .user-content, .user-details .image-box {
        width: 100%;
    }
    .section-headline h2 {
        font-size: 24px !important;
        line-height: 32px;
    }
    .finance-icon {
        width: 50%;
    }
    .owl-slider {
        max-width: 300px;
    }
    .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -10%;
    }
    .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -10%;
    }
}
@media all and (max-width: 420px) {
    .finance-icon {
        width: 60%;
    }
    .owl-slider {
        max-width: 240px;
    }
}