/* ------------------------------------------------
  Project:   Sassaht - SaaS, Startup & WebApp Prebuilt Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Border Radius
  7. Banner
  8. Background Position & Size
  9. Countdown
  10. Terms and Conditions
  11. Privacy Policy
  12. Clients Logo
  13. Contact
  14. Video
  15. Side Background
  16. Error Page
  17. List Icon
  18. How It Work
  19. Nice Select
  20. Job Page
  21. Shape
  22. Animation
  23. Other


/* ------------------------
    General
------------------------*/
/* Fonts css start */
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../font-family/proximanova-bold.woff2') format('woff2'), url('../font-family/proximanova-bold.woff') format('woff');
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../font-family/proximanova-light.woff2') format('woff2'), url('../font-family/proximanova-light.woff') format('woff');
}

@font-face {
    font-family: 'ProximaNova-Light-Italic';
    src: url('../font-family/proximanova-light-italic.woff2') format('woff2'), url('../font-family/proximanova-light-italic.woff') format('woff');
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../font-family/proximanova-regular.woff2') format('woff2'), url('../font-family/proximanova-regular.woff') format('woff');
}

@font-face {
    font-family: 'ProximaNova-Regular-Italic';
    src: url('../font-family/proximanova-regular-italic.woff2') format('woff2'), url('../font-family/proximanova-regular-italic.woff') format('woff');
}

@font-face {
    font-family: 'ProximaNova-Semi-Bold';
    src: url('../font-family/proximanova-semi-bold.woff2') format('woff2'), url('../font-family/proximanova-semi-bold.woff') format('woff');
}


body {
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #7f7f7f;
    letter-spacing: 1px;
    overflow-x: hidden;
}

.page-wrapper {
    overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: inherit;
    letter-spacing: 2px;
}

h1{
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 61px;
    font-style: normal;
    line-height: 75px;
    font-weight: 700;
    text-transform: capitalize;
    color: #322f55;
    letter-spacing: 0;
}

h2 {
    font-size: 38px;
    font-style: normal;
    line-height: 50px;
    font-weight: 700;
    color: #322f55;
    text-transform: inherit;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    font-weight: 700;
    color: #322f55;
}

h4 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 34px;
    color: #322f55;
}

h5 {
    font-size: 18px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 26px;
    color: #322f55;
}

h6 {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #322f55;
}

ul {
    margin: 0px;
    padding: 0px;
}

u {
    text-decoration-style: wavy;
}


/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.7;
}

.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.o-hidden {
    overflow: hidden;
}

.o-x-hidden {
    overflow-x: hidden;
}

.img-center {
    display: inline-block !important;
    max-width: 100%;
}

.pos-r {
    position: relative;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

h1 span {
    color: #03d665;
}

section {
    padding: 60px 0;
}

.section-title {
    margin-bottom: 35px;
    position: relative;
}

.section-title p {
    font-size: 16px;
    color: #333;
}

.align-item-middle {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

.align-item-middle>div {
    width: 100%;
}

.la {
    line-height: inherit;
}

.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}

.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}


/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #03d665;
}

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

.text-grey {
    color: #999999;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}


/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff !important;
}

.dark-bg {
    background-color: #0d092c;
}

.grey-bg {
    background-color: #f8fcff;
}

.theme-bg {
    background-color: #03d665;
}

.transparent-bg {
    background-color: inherit !important;
}

.grediant-bg {
    background: rgb(3, 214, 101);
    background: linear-gradient(58deg, rgba(3, 214, 101, 1) 35%, rgba(115, 41, 194, 1) 100%);
}


/* ------------------------
    Border Radius
------------------------*/
.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius-0 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.radius-1 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.radius-2 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.radius-3 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.radius-4 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.radius-lb {
    -webkit-border-bottom-left-radius: 150px;
    -moz-border-bottom-left-radius: 150px;
    border-bottom-left-radius: 150px;
}

.radius-rt {
    -webkit-border-top-right-radius: 150px;
    -moz-border-top-right-radius: 150px;
    border-top-right-radius: 150px;
}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    min-height: 800px;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 44%;
    width: 100%;
    z-index: 9;
}

.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item {
    height: 100%;
}

.fullscreen-banner .img-side {
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
    height: auto;
}


/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

.bg-repeat {
    background-repeat: repeat;
}


/* ------------------------
    Countdown
------------------------*/
.countdown {
    margin: 50px 0;
    width: 100%;
}

.countdown>li {
    font-weight: 700;
    list-style-type: none;
}

.countdown>li span {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    display: inline-block;
    color: #03d665;
}

.countdown>li p {
    font-size: 20px;
    display: block;
    line-height: 30px;
    margin-bottom: 0;
    color: #322f55;
}

.coming-soon .subscribe-form {
    margin: 0 auto;
}

.coming-soon-pattern {
    position: absolute;
    right: -20%;
}

.countdown.style-2>li span {
    color: #ffffff
}


/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}


/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}


/* ------------------------
    Clients Logo
------------------------*/
.client-logo {
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.client-logo.style-2 {
    background: none;
    padding: 0;
    box-shadow: none;
}


/* ------------------------
    Contact
------------------------*/
.contact-inner {
    padding: 30px 50px;
    border-radius: 5px;
}

.contact-media i {
    line-height: 60px;
    font-size: 30px;
    color: #03d665;
    vertical-align: middle;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-media h5 {
    font-size: 20px;
    color: #03d665;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

.contact-media p {
    margin: 0;
    line-height: 24px;
    color: #322f55;
}

.contact-media a {
    color: #322f55;
}

.contact-media a:hover {
    color: #03d665;
}

.contact-media.style-2 li {
    border-radius: 5px;
    min-height: 185px;
    width: calc((100% - 150px) / 3);
    float: left;
    display: block;
    text-align: center;
    background: #ffffff;
    padding: 50px;
    position: relative;
    margin: 0 30px;
}

.contact-media.style-2 li:last-child {
    margin-right: 0;
}

.contact-media.style-2 i {
    margin-right: 0;
    position: absolute;
    left: -30px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #322f55
}

.form-control {
    height: 50px;
    border-radius: 0;
    font-size: 13px;
    color: #322f55;
    background: none;
    border: none;
    border-bottom: 2px solid #03d665;
}

.theme-bg .form-control,
.dark-bg .form-control {
    background: none;
    border-bottom-color: #ffffff;
}

.dark-bg .form-control,
.theme-bg .form-control {
    color: #ffffff;
}

.grey-bg .form-control {
    background: #ffffff
}

textarea.form-control {
    height: 150px;
}

.form-control:focus {
    box-shadow: none;
    background: none;
    border-color: #7329c2;
}

.theme-bg .form-control:focus {
    border-color: #03d665;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.iframe-h {
    height: 500px !important;
}

.iframe-h-2 {
    height: 600px !important;
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: inherit;
    font-size: 13px;
    line-height: 14px;
    bottom: -20px;
}

.form-control::-webkit-input-placeholder {
    color: #555;
}

.form-control::-moz-placeholder {
    color: #555;
}

.form-control:-ms-input-placeholder {
    color: #555;
}

.form-control:-moz-placeholder {
    color: #555;
}

.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.dark-bg .form-control::-moz-placeholder,
.theme-bg .form-control::-moz-placeholder {
    color: #ffffff;
}

.dark-bg .form-control:-ms-input-placeholder,
.theme-bg .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.dark-bg .form-control:-moz-placeholder,
.theme-bg .form-control:-moz-placeholder {
    color: #ffffff;
}

.login-2 label {
    color: #ffffff
}


/* ------------------------
    Video
------------------------*/
.video-btn {
    position: relative;
    display: inline-block;
}

.video-btn .play-btn {
    font-size: 30px;
    background: #03d665;
    color: #fff;
    line-height: 50px;
    width: 70px;
    height: 70px;
    border: 10px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    position: relative;
    display: inline-block;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
}

.video-btn-pos {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99;
}

.theme-bg .video-btn .play-btn,
.dark-bg .video-btn .play-btn {
    background: #ffffff;
    border-color: #ddd;
    color: #03d665;
}

.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.html5-video video {
    width: 100%;
}

.video-btn .spinner-eff {
    left: 50%;
    top: 50%;
}


/* ------------------------
    Side Background
------------------------*/
.img-side img {
    max-width: 100%
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

.img-side {
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.image-column {
    position: absolute;
    left: 0px;
    top: 50%;
}

.image-column.right {
    left: inherit;
    right: 0;
}


/* ------------------------
    Error Page
------------------------*/
.error-round {
    position: absolute;
    width: 80%;
    left: 43%;
    transform: translateX(-50%);
    margin-left: -35%;
    top: -50px;
    z-index: -1
}

.error-page-2 h1 {
    font-size: 200px;
    line-height: 200px;
    color: #ffffff;
}

.error-page-2 h1 span {
    color: #ffffff;
}

.error-page-2 h1 div {
    display: inline-block;
}


/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    position: relative;
    padding-left: 30px;
    color: #333;
}

.list-icon li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #03d665;
    font-size: 22px;
    line-height: 20px;
}

.theme-bg .list-icon li i {
    color: #ffffff;
}

.list-icon-2 li {
    padding-left: 20px;
    position: relative;
}

.list-icon-2 li:before {
    content: "";
    background: #03d665;
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 2px;
    border-radius: 4px;
}

.custom-li {
    display: inline-block;
}

.custom-li li {
    float: left;
    margin-bottom: 20px;
    width: calc(100% / 2);
}


/* ------------------------
    How It Work
------------------------*/
.step-num-box {
    position: relative;
}

.step-desc {
    position: relative;
    padding-top: 30px;
}

.step-num {
    color: #7329c2;
    display: inline-block;
    font-size: 100px;
    opacity: 0.1;
    font-weight: 600;
    left: 50%;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 0;
}

.step-desc h4 {
    font-size: 22px;
}

.theme-bg .work-process h4,
.theme-bg .work-process p {
    color: #ffffff;
}

.step-icon {
    margin: 0 auto 30px;
    background: #ffffff;
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    line-height: 100px;
    font-size: 40px;
    text-align: center;
    color: #03d665;
}

.work-process .arrow {
    position: absolute;
    margin: 0 auto;
    width: 20px;
    top: -40px;
    right: 0;
    transform: rotate(-80deg);
}

.work-process .arrow .curve {
    border: 2px dashed #03d665;
    border-color: transparent transparent transparent #03d665;
    height: 230px;
    width: 150px;
    border-radius: 230px 0 0 150px;
}

.work-process .arrow .point {
    position: absolute;
    left: 34px;
    top: 212px;
}

.work-process .arrow .point:before,
.work-process .arrow .point:after {
    border: 1px solid #7329c2;
    height: 25px;
    content: "";
    position: absolute;
}

.work-process .arrow .point:before {
    top: -11px;
    left: -11px;
    transform: rotate(-74deg);
    -webkit-transform: rotate(-74deg);
    -moz-transform: rotate(-74deg);
    -ms-transform: rotate(-74deg);
}

.work-process .arrow .point:after {
    top: -20px;
    left: 5px;
    transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
}


/* ------------------------
    Nice Select
------------------------*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.75rem;
    border-bottom: 2px solid #f5f5f5;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.dark-bg .nice-select span,
.theme-bg .nice-select span {
    color: #ffffff;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #03d665;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.theme-bg .nice-select:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 300px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 99;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    color: #322f55;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}


/* ------------------------
    Job Page
------------------------*/
.job-search {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    z-index: 99;
}

.job-search .form-control {
    border: none;
    background: rgba(3, 214, 101, 0.1);
}

.job-list {
    padding: 30px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

.job-list,
.job-list-left,
.job-list-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-list-icon {
    margin-right: 50px;
}

.job-list-icon i {
    color: #03d665;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #7329c2;
    border-radius: 5px;
    font-size: 34px
}

.job-list-info li {
    font-size: 13px;
}

.job-list-info i {
    color: #03d665;
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.job-list-time span {
    background: rgba(3, 214, 101, 0.1);
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-block;
    color: #322f55
}


/* ------------------------
    Shape
------------------------*/
.hero-shape1 {
    position: absolute;
    background: rgb(3, 214, 101);
    background: linear-gradient(58deg, rgba(3, 214, 101, 1) 35%, rgba(115, 41, 194, 1) 100%);
    width: 120%;
    height: 120%;
    border-bottom-right-radius: 50%;
    transform: rotate(15deg);
    top: -30%;
    left: -10%;
    border: 30px solid rgba(255, 255, 255, 0.050);
}

.hero-shape4 {
    position: absolute;
    width: 120%;
    height: 140%;
    border-radius: 30px;
    transform: rotate(-15deg);
    top: -40%;
    left: 0;
    background: rgb(3, 214, 101);
    background: linear-gradient(58deg, rgba(3, 214, 101, 1) 35%, rgba(115, 41, 194, 1) 100%);
}

.hero-shape3 {
    position: absolute;
    top: -15%;
    right: -15%;
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.hero-shape5 {
    position: absolute;
    background: rgb(3, 214, 101);
    background: linear-gradient(58deg, rgba(3, 214, 101, 1) 35%, rgba(115, 41, 194, 1) 100%);
    width: 120%;
    height: 120%;
    border-radius: 200px;
    transform: rotate(-35deg);
    top: -50%;
    left: -10%;
}

.hero-shape2 {
    position: absolute;
    background: rgb(3, 214, 101);
    background: linear-gradient(58deg, rgba(3, 214, 101, 1) 35%, rgba(115, 41, 194, 1) 100%);
    width: 140%;
    height: 140%;
    border-radius: 0;
    transform: rotate(-35deg);
    top: -50%;
    left: -40%;
}

.hero-shape6 {
    background: rgb(3, 214, 101);
    background: linear-gradient(58deg, rgba(3, 214, 101, 1) 35%, rgba(115, 41, 194, 1) 100%);
    overflow: hidden;
    border-top-left-radius: 500px;
    width: 60%;
    display: inline-block;
    position: absolute;
    right: -10%;
    top: 0;
    border-bottom-left-radius: 500px;
    transform: rotate(-35deg);
    height: 60%;
}

.hero-shape7 {
    background: rgb(3, 214, 101);
    background: linear-gradient(58deg, rgba(3, 214, 101, 1) 35%, rgba(115, 41, 194, 1) 100%);
    overflow: hidden;
    border-top-left-radius: 500px;
    width: 50%;
    display: inline-block;
    position: absolute;
    left: -10%;
    top: 0;
    border-bottom-left-radius: 500px;
    transform: rotate(35deg);
    height: 50%;
}


/* ------------------------
    Animation
------------------------*/
.bg-img {
    position: absolute;
    left: -10%;
    width: 50%;
    top: 50%;
}

.bg-img.right {
    left: inherit;
    right: -10%;
}

.image-anim {
    position: relative;
}

.image-anim::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -10%;
    width: 550px;
    height: 550px;
    border: 50px solid rgba(3, 214, 101, 0.1);
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round-anim {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 700px;
    height: 700px;
    border: 50px solid rgba(3, 214, 101, 0.1);
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round-anim.right {
    right: -10%;
    left: inherit;
}

.round-anim.center {
    left: 50%;
    margin-left: -350px
}

.img-box {
    background: #ffffff;
    position: relative;
    border-radius: 7px;
    margin-left: 5%;
    margin-right: 5%;
}

.img-box img {
    border-radius: 7px;
}

.img-box::before {
    content: "";
    height: 20px;
    width: 110%;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: -5%;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
}

.img-box img {
    width: 100%;
}

.video-box {
    background: #ffffff;
    position: relative;
    border-radius: 7px;
}

.effect-img {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1
}

.text-bg {
    background: rgba(3, 214, 101, 0.1);
    padding: 10px;
    border-radius: 7px;
    color: #322f55
}

.title-bg {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    display: inline-block;
}

.title-theme-bg {
    background: rgba(3, 214, 101, 0.2);
    border-radius: 7px;
    display: inline-block;
    padding: 3px;
}

@keyframes move_wave {
    0% {
        transform: scaleY(1)
    }

    50% {
        transform: scaleY(0.55)
    }

    100% {
        transform: scaleY(1)
    }
}

.banner-wave {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -2px;
}

.banner-wave .wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.banner-wave .wave.wave1 {
    opacity: 0.5
}

.banner-wave .wave.wave2 {
    background-size: 50% 200px;
}

.banner-wave .wave1 {
    animation: move_wave 10s linear infinite;
}

.bg-sec {
    padding-bottom: 300px;
}


/* ------------------------
    Other
------------------------*/
.banner .img-2 {
    position: absolute;
    left: 46%;
    top: 41%;
    transform: translateX(-50%) translateY(-50%);
    width: 25%;
}

#particles-js {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.3
}

.app-img {
    position: absolute;
    top: -15%;
    width: 90%;
    right: -20%;
    transform: rotate(10deg);
}

#waterdrop {
    height: 30px;
}

#waterdrop canvas {
    bottom: -70px !important;
}

.header-call .btn:hover::before,
.header-call .btn:hover::after,
.header-call .btn:hover span::before,
.header-call .btn:hover span::after {
    height: auto;
}

.gradient-strip {
    padding: 5px 10px;
    background: linear-gradient(90deg, rgba(255, 102, 0, 1) 0%, rgba(255, 102, 0, 1) 0%, rgba(111, 54, 196, 1) 100%, rgba(111, 54, 196, 1) 100%);
    color: #fff;
    display: inline-block;
}

.navbar .la {
    font-size: 22px !important;
}

.hero-shape1 {
    background: rgb(157, 157, 232) !important;
}

.text-cust-1 {
    color: #333;
}

.cust-footer-bg {
    background: #f5f6fa;
}

.cust-bg-color {
    background: #9d9de8 !important;
}

.cust-theme-bg-2 {
    background-color: #b26fe0;
}

.list-icon.text-white li {
    color: #fff;
}

.btn.btn-theme:hover {
    border: 1px solid #f37222;
}

.btn:hover::before,
.btn:hover::after,
.btn span::before,
.btn span::after {
    background-color: #4937af !important;
}

.btn.call-btn:hover::before,
.btn.call-btn:hover::after,
.btn.call-btn span::before,
.btn.call-btn span::after {
    background-color: #f37222 !important;
}

.owl-carousel.tap-text-carousel .owl-stage-outer {
    padding-bottom: 10px;
}

.tap-section-bg-2 {
    max-width: 90%;
}

.cust-page-title {
    padding: 140px 0 80px;
}

.cust-contact-inner {
    border-radius: 4px;
    border: solid 1px #f2f2f2;
    background: #FFFFFF;
}

.cust-contact-inner .title {
    color: #000;
}

.form-control {
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #676767;
}

.form-control {
    border-bottom-color: #676767 !important;
}

.contact-media h5,
.contact-media i {
    color: #f37222 !important;
}

/* 
.left-bdr, .right-bdr{
    background-color: #f37222 !important;
} */

.featured-item.style-5 .featured-icon:before {
    content: none;
}

.featured-item.style-5 {
    min-height: 245px;
}

.mob-call-btn {
    padding: 4px 16px !important;
}

.engage-benefits-list .featured-item.style-5 {
    min-height: 310px;
}

.header-2 .navbar-nav .nav-link{
    font-family: 'Proximanova-Light';
}


.header-2 .navbar-nav .nav-item .nav-link.active,
.header-2 #header-wrap.fixed-header .navbar-nav .nav-link.active{
    position: relative;
    font-family: 'Proximanova-Regular';
}

.header-2 .navbar-nav .nav-item .nav-link.active::after,
.header-2 #header-wrap.fixed-header .navbar-nav .nav-link.active::after{
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background: #fff;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
}

.header-2 #header-wrap.fixed-header .navbar-nav .nav-link.active::after{
    background: #333;
}

.tap-featured-item .featured-item.style-5{
    min-height: 200px;
}

/*14022020*/

.logo img {
    height: 100px;
}
#header-wrap.fixed-header .logo img {
    height: 63px;
}
.navbar-nav .nav-item {
    margin: 0 25px;
}
.header-2 .navbar-nav .nav-link {
    color: #202020;
}
.header-2 .navbar-nav .nav-item .nav-link.active{
    color: #202020;
}
.header-2 .navbar-nav .nav-item .nav-link.active::after, .header-2 #header-wrap.fixed-header .navbar-nav .nav-link.active::after{
  background-color: #202020;;
}
.hero-shape4{height: 120%; background: #f8f2ef;}
.custom-bg-color{background-color: #49497c !important;}
.btn.btn-orange {
  box-shadow: 0 4px 20px 5px rgba(249, 194, 160, 0);
  /* border: solid 1px #f37222; */
  background-color: #f37222 !important;
  color: #FFFFFF;
}
.btn.btn-white {
  background: #ffffff;
   color: #322f55;
}
.grid-item.offset-md-2 {
    margin-left: 18.666667%;
}
.app-img {
    top: -28%;
    width: 68%;
    right: -3%;
}
.section-title-btns {
  margin-bottom: 50px;
}
.featured-item.style-3 {
 padding-left: 40px;
 min-height: 220px;
}
.page-title-heading {padding: 120px 0 40px;}
.cust-bg-color {
    background-color: #9d9de8 !important;
}
.fullscreen-banner.custom-banner {
    min-height: 405px;
}
.mt-80{
    margin-top: 0px;
}

.custom-grid-4 {
    width: 38% !important;
    margin-left: 31.333333%;
}
.featured-item.style-3:hover{
    background-color: #49497C !important;
}
.price-note {
    position: absolute;
    left: 20px;
    bottom: -8px;
    font-size: 10.5px;
    letter-spacing: 1px;
    color: #bbbbbb;
}
.price-table {
    padding: 30px 30px;
}
.price-table.style-4 .price-title {
    font-size: 22px;
}
.btn-live-preview{
    border: 1px solid #ccc;
}
.phonno::-webkit-outer-spin-button,
.phonno::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.phonno[type=number] {
  -moz-appearance:textfield;
}
.header-2 .navbar-nav .nav-link:hover{
    color: #f37222;
}
.price-table .btn.btn-theme:hover {
    border: 1px solid #4937af;
}
.email-txt .text-dark {
    font-size: 16px;
}
/* .primary-footer .row {
    align-items: center;
} */
.header-2 .navbar-toggler span {
    background-color: #000 !important;
}
.footer-cntct {
    padding: 7px 30px;
}
.cust-page-title-contact {
    padding: 140px 0 80px;
    background: rgb(210, 249, 254) !important;
}
/* #mc-form .email {
    background: #fff !important;
    -webkit-box-shadow: 0 8px 40px -5px rgba(9,31,67,.1);
    -moz-box-shadow: 0 8px 40px -5px rgba(9,31,67,.1);
    box-shadow: 0 8px 40px -5px rgba(9,31,67,.1);
} */
/* 
_::-webkit-full-page-media, _:future, :root .safari_only {
    #mc-form input[type="email"], #mc-form input[type="text"]{
        background-color: #ffffff;
    }
} */

#mc-form .form-group{
    -webkit-box-shadow: 0 8px 40px -5px rgba(9,31,67,.1);
    -moz-box-shadow: 0 8px 40px -5px rgba(9,31,67,.1);
    box-shadow: 0 8px 40px -5px rgba(9,31,67,.1);
    height: 60px;
    border-radius: 7px;
}
#mc-form input[type="email"], #mc-form input[type="text"]{
    box-shadow: none;
}

@media not all and (min-resolution:.001dpcm) { @media {
    #mc-form input[type="email"], #mc-form input[type="text"]{
        background-color: #ffffff;
        border: 1px solid rgba(9,31,67,.1)cc;
    }
}}

@media (max-width: 992px){
    body .fullscreen-banner {
        padding: 75px 0 0 !important;
    }
    .price-note {
        margin-top: 16px;
        margin-bottom: 0;
        position: static;
        line-height: 18px;
    }
}
@media (max-width: 767px){
    a.btn.btn-orange.btn-circle.mt-5 {
        margin-top: 0 !important;
    }
    .portfolio-item .portfolio-title{
        display: none;
    }
    
}

@media (max-width: 576px){
    .navbar-collapse {
        top: 60px !important;
    }
}
