html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 none;
    font-weight: 400
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #3f3f3f;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.font-weight-thin {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semi {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 900
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-28 {
    font-size: 28px
}

.font-30 {
    font-size: 30px
}

.font-36 {
    font-size: 36px
}

.font-40 {
    font-size: 40px
}

.font-50 {
    font-size: 50px
}

.font-60 {
    font-size: 60px
}

.font-70 {
    font-size: 70px
}

.font-80 {
    font-size: 80px
}

.line-height34 {
    line-height: 34px;
}

.line-height50 {
    line-height: 50px;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-unstyled {
    list-style-type: none
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear {
    clear: both;
    overflow: hidden
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.border-radius-5 {
    border-radius: 5px
}

.border-radius-10 {
    border-radius: 10px
}

.border-radius-50p {
    border-radius: 50%
}

.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08)
}

.alert-msg {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    line-height: 1.6
}

.common-border {
    border: 1px solid #b3baa9
}

.text-uppercase {
    text-transform: uppercase
}

.text-white {
    color: #fff
}

.text-dark {
    color: #313131
}

.color-primary {}

.color1 {
    color: #000000;
}

.color2 {
    color: #ff0000;
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
.color3 {
    color: #15b9a9;
}

.color4 {
    color: #646871;
}

.color5 {
    color: #333333;
}

.color6 {
    color: #3f3f3f;
}

.height-100p {
    height: 100%
}

.width-100p {
    width: 100%
}

.common-btn-center {
    text-align: center;
    margin: 40px auto 0;
}

a.common-btn {
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #fff;
    outline: 0 none;
    padding: 15px 30px;
    text-decoration: none;
    min-width: 160px;
}

.btn-color1 {
    background-color: #3f3f3f;
}

.btn-color2 {
    background-color: #e35f46;
}

.btn-color3 {
    background-color: #d2966d;
}

.btn-color4 {
    background-color: #c97387;
}

.btn-color5 {
    background-color: #15b9a9;
}


.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.column-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.column-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.column-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.column-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.column-12,
.column-11,
.column-10,
.column-9,
.column-8,
.column-7,
.column-6,
.column-5,
.column-4,
.column-3,
.column-2,
.column-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

a,
a:focus,
a:active a:hover,
a:visited {
    text-decoration: none
}

.align-middle {
    vertical-align: middle
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.m-0 {
    margin: 0
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-25 {
    margin-top: 25px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-40 {
    margin-top: 40px
}

.m-t-50 {
    margin-top: 50px
}

.m-t-90 {
    margin-top: 90px
}

.m-t-120 {
    margin-top: 120px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.m-tb-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-b-100 {
    margin-bottom: 100px
}

.m-b-120 {
    margin-bottom: 120px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-100 {
    margin-left: 100px
}

.m-l-120 {
    margin-left: 120px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-100 {
    margin-right: 100px
}

.m-r-120 {
    margin-right: 120px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-30 {
    margin-right: 30px
}

.m-auto {
    margin: 0 auto
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.p-30 {
    padding: 30px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-b-5 {
    padding-bottom: 5px
}

.overflow-hidden {
    overflow: hidden
}

/* Mobile  Nav Menu */

.mobile-nav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav .menu-toggle {
    display: none;
    opacity: 0.6;
    background-color: transparent;
    position: fixed;
    z-index: 999999;
    top: 17px;
    right: 20px;
    border: none;
    width: 30px;
    height: 25px;
    outline: none;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.mobile-nav .menu-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: auto;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), color-stop(20%, #3f3f3f), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #3f3f3f), color-stop(60%, #3f3f3f), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #3f3f3f), to(#3f3f3f));
    background: linear-gradient(to bottom, #3f3f3f, #3f3f3f 20%, transparent 20%, transparent 40%, #3f3f3f 40%, #3f3f3f 60%, transparent 60%, transparent 80%, #3f3f3f 80%, #3f3f3f 100%);
    -webkit-transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
    transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}

.mobile-nav .menu-toggle:after {
    opacity: 0;
    content: '×';
    color: white;
    position: absolute;
    top: 16px;
    left: -4px;
    font-family: Arial, sans-serif;
    font-size: 76px;
    line-height: 0;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.mobile-nav .menu-toggle:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.mobile-nav .menu-toggle:hover {
    opacity: 1;
}

.open .main-header {
    height: 0;
}

.open .menu-toggle {
    opacity: 1;
}

.open .menu-toggle.header-scrollUp {
    transform: translateY(0px);
}

.open .menu-toggle:before {
    opacity: 0;
    width: 0;
}

.open .menu-toggle:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transform: translate3d(0, 0, 0) rotate(360deg);
    -webkit-transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
    transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
    transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
    transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
}

.mobile-nav nav {
    z-index: 99999;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}


.mobile-nav nav:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #15b9a9;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0.04), translateY(9999px);
    transform: scale(0.04), translateY(9999px);
    overflow: hidden;
}

.open .mobile-nav nav {
    top: 0;
}

.open .mobile-nav nav:before {
    -webkit-animation: menu-animation 0.8s ease-out forwards;
    animation: menu-animation 0.8s ease-out forwards;
}

.mobile-nav ul.menu {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    color: white;
}

.mobile-nav ul.menu li {
    opacity: 0;
    text-align: center;
    -webkit-transform: translate3d(0, 36px, 0);
    transform: translate3d(0, 36px, 0);
    margin-bottom: 50px;
}

.mobile-nav ul.menu li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    left: auto;
    background-color: white;
    height: 100%;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.14s ease-out;
    transition: width 0.14s ease-out;
}

.mobile-nav ul.menu li:after {
    opacity: 0;
    content: attr(data-text);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #98B296;
    overflow: hidden;
    -webkit-transform: translate(-24px, 6px);
    transform: translate(-24px, 6px);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
    transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.mobile-nav ul.menu li:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.mobile-nav ul.menu li:hover:after {
    opacity: 1;
    padding: 0 20px;
    -webkit-transform: translate(0px, 6px);
    transform: translate(0px, 6px);
    -webkit-transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
    transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
    transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
    transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
}

.open .mobile-nav ul.menu li a {
    color: #fff;
    font-size: 18px;
}

.open .mobile-nav ul.menu li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.open .mobile-nav ul.menu li:nth-child(1) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.open .mobile-nav ul.menu li:nth-child(2) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.open .mobile-nav ul.menu li:nth-child(3) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.open .mobile-nav ul.menu li:nth-child(4) {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.open .mobile-nav ul.menu li:nth-child(5) {
    -webkit-transition-delay: 1.10s;
    transition-delay: 1.10s;
}

@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        transition: ease-out;
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }

    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }

    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        transition: ease-out;
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }

    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }

    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}


/* Mobile Nav Menu */


/* Main Header Section */

header.main-header {
    box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08) !important;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08);
    -moz-box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08);
    -ms-box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08);
    -o-box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08);
    height: 60px;
    overflow: hidden;
    transition: all 0.5s;
}


.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    width: 100%;
    background: #fff;
}

.header-scrollUp {
    transform: translateY(-60px);
}

.navigation {
    margin-top: 10px;
}

.navigation ul li a {
    color: #999999;
    position: relative;
}

.navigation ul li a:hover {
    color: transparent;
}

.navigation ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #15b9a9;
    -webkit-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s;
}


.navigation ul li a:hover:before {
    width: 100%;
}

.navigation ul li a:after {
    content: attr(data-menu);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    white-space: nowrap;
    -webkit-transition: all .4s cubic-bezier(.49, .51, .53, .6);
    -o-transition: all .4s cubic-bezier(.49, .51, .53, .6);
    transition: all .4s cubic-bezier(.49, .51, .53, .6);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    pointer-events: none;
}

.navigation ul li a:hover:after {
    color: #15b9a9;
}

.navigation ul li a:hover:after {
    -webkit-transition: all .4s cubic-bezier(.2, .59, .21, .6);
    -o-transition: all .4s cubic-bezier(.2, .59, .21, .6);
    transition: all .4s cubic-bezier(.2, .59, .21, .6);
}

.navigation ul li a:hover:after {
    width: 100%;
}

header.main-header .logo {
    margin-top: 10px;
}

/* Main Header Section */

/* Main Footer Section */
footer.main-footer {
    padding: 30px;
}
/* Main Footer Section */


/* Main Header Section */

header.main-header {
    box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08) !important;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08);
    -moz-box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08);
    -ms-box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08);
    -o-box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08);
    height: 60px;
    overflow: hidden;
    transition: all 0.5s;
}


.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    width: 100%;
    background: #fff;
}

.header-scrollUp {
    transform: translateY(-60px);
}

.navigation {
    margin-top: 10px;
}

.navigation ul li a {
    color: #999999;
    position: relative;
}

.navigation ul li a:hover {
    color: transparent;
}

.navigation ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #15b9a9;
    -webkit-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s;
}


.navigation ul li a:hover:before {
    width: 100%;
}

.navigation ul li a:after {
    content: attr(data-menu);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    white-space: nowrap;
    -webkit-transition: all .4s cubic-bezier(.49, .51, .53, .6);
    -o-transition: all .4s cubic-bezier(.49, .51, .53, .6);
    transition: all .4s cubic-bezier(.49, .51, .53, .6);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    pointer-events: none;
}

.navigation ul li a:hover:after {
    color: #15b9a9;
}

.navigation ul li a:hover:after {
    -webkit-transition: all .4s cubic-bezier(.2, .59, .21, .6);
    -o-transition: all .4s cubic-bezier(.2, .59, .21, .6);
    transition: all .4s cubic-bezier(.2, .59, .21, .6);
}

.navigation ul li a:hover:after {
    width: 100%;
}

header.main-header .logo {
    margin-top: 10px;
}

/* Main Header Section */

/* Main Footer Section */
footer.main-footer {
    padding: 30px;
    border-top: 4px solid #f4f1f1;
}
/* Main Footer Section */


/* Body Bg Anim */


.loader-container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
    opacity: 1;
    background: #fff;

}

/* 
.loader-container.active
 {
    height: 0
} */
/* 
.loader-container.active:before,
.loader-container.active:after
 {
    animation: slideBgBottom 1s forwards;
    -webkit-animation: slideBgBottom 1s forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
} */
/* 
.loader-container.active:after {
	background: rgba(9,9,12,1);
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.loader-container.active:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
} */


.loader-container:before,
.loader-container:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(20, 21, 26, 0.6);
    border-bottom-left-radius: 200%;
    z-index: -1;
    -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%);
}


.loader-container:before {
    background: rgba(200, 200, 200, 0.4);
}

.loader-container:after {
    background: rgba(250, 250, 250, 0.8);
}

.loader-container:before,
.loader-container:after {
    animation: slideBgTop 1s forwards;
    -webkit-animation: slideBgTop 1s forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

@-webkit-keyframes slideBgTop {
    0% {
        -webkit-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
        border-bottom-left-radius: 200%;
    }

    100% {
        -webkit-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        border-radius: 0;
    }
}

@keyframes slideBgTop {
    0% {
        -webkit-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
        border-bottom-left-radius: 200%;
    }

    100% {
        -webkit-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        border-radius: 0;
    }
}

/* 
@-webkit-keyframes slideBgBottom {
    0% {
        -webkit-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        border-radius: 0;
    }
    
    100% {
        -webkit-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
        border-bottom-left-radius: 200%;
    }
}

@keyframes slideBgBottom {
    0% {
        -webkit-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        border-radius: 0;
    }
    
    100% {
        -webkit-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
        border-bottom-left-radius: 200%;
    }
} */


/* Body Bg Anim */

/* Hero Section */


/* BG Animation */

/* Animations */
@-webkit-keyframes bg-scrolling-reverse {
    100% {
      background-position: 50px 50px;
    }
  }
  @-moz-keyframes bg-scrolling-reverse {
    100% {
      background-position: 50px 50px;
    }
  }
  @-o-keyframes bg-scrolling-reverse {
    100% {
      background-position: 50px 50px;
    }
  }
  @keyframes bg-scrolling-reverse {
    100% {
      background-position: 50px 50px;
    }
  }
  @-webkit-keyframes bg-scrolling {
    0% {
      background-position: 50px 50px;
    }
  }
  @-moz-keyframes bg-scrolling {
    0% {
      background-position: 50px 50px;
    }
  }
  @-o-keyframes bg-scrolling {
    0% {
      background-position: 50px 50px;
    }
  }
  @keyframes bg-scrolling {
    0% {
      background-position: 50px 50px;
    }
  }

/*... BG Animation */

.hero-sec {
    /* background-image: url("../layout-optim/home-new/hero-banner-texture.gif"); */
    padding: 70px 0;
    margin-top: 3px;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
}

.hero-sec .all-content {
    position: relative;
    z-index: 999;
}

.hero-sec h1 {
    line-height: 85px;
}

.hero_sec__hero__background {
    position: absolute;
    width: 90rem;
    height: 45rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.hero_sec__hero__background svg {
    position: absolute;
}
.reveal.show .hero_sec__hero__background svg {
    animation-name: hero_sec__hero__background__svgAnim;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes hero_sec__hero__background__svgAnim {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: var(--transform);
    }
}



/*Vertical Sliding*/
h2.sentence {
    margin-left: -180px;
}

.slidingVertical{
    font-family: 'Della Respira', serif;
	display: inline;
	text-indent: 8px;
}

.slidingVertical span{
    animation: topToBottom 7.5s linear infinite 0s;
    -ms-animation: topToBottom 7.5s linear infinite 0s;
    -webkit-animation: topToBottom 7.5s linear infinite 0s;
    color: #ff0000;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    font-size: 22px;
}

.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}


.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

.slidingVertical span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}


/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

/*... Hero Section */

.della-respira-font {
    font-family: 'Della Respira', serif;
    font-size: 28px;
    font-weight: 500;
    color: #ff0000;
}

.search-box {
    margin-left: 300px;
    margin-right: 300px;
    margin-top: 25px;
}

.search-box .form-control {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    height: 76px;
    border: 0;
    padding:0 25px;
    background: #ffffff;
    width: 100%;
}

.search-box img {
    top: 24px;
    right: 35px;
    font-size: 36px;
    cursor: pointer;
}

/* Starts Document Step Section */

.doc-step-sec {
    background-color: #ffffff;
    padding: 60px 0;
}

.doc-step-sec .card.card-bg-1 {
    background-color: #0096c7;
}

.doc-step-sec .card.card-bg-2 {
    background-color: #00b4d8;
}

.doc-step-sec .card.card-bg-3 {
    background-color: #48cae4;
}

.doc-step-sec .card {
    margin-left: -18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 24px;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    -moz-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    -ms-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    -o-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    height: 100%;
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.doc-step-sec .card:hover {
    transform: translateY(-1px);
}


.doc-step-sec .card h4 {
    font-size: 22px;
    min-height: 55px;
    margin-top: 22px;
    margin-bottom: 22px;
    color: #ffffff;
}

.doc-step-sec .card p {
    color: #ffffff;
}

.doc-step-sec .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.offset-md-1 {
    margin-left: 8.3333333333%;
}

.doc-step-sec .column-4 {
    padding-right: 12px;
    padding-left: 12px;
}

/* Ends Document Step Section */

/* Help Write Documents Section */

.help-to-write-documents {
    background-color: #ffffff;
    padding: 0 0 60px 0;
}

.help-to-write-documents .container {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 50px;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    position: relative;
}

.help-to-write-documents .card {
    background-color: #e6fbff;
    min-width: 250px;
    height: 100%;
}

.help-to-write-documents .card .card-body {
    padding: 50px 20px;
    max-width: 250px;
}

.color4 {
    color: #489fb5;
}

/* Help Write Documents Section */

/* Download Sample Document Section */
.download-sample-documents {
    background-color: #ffffff;
    padding: 0 0 60px 0;
}
.download-sample-documents ul {
    list-style-type: none;
}
.download-sample-documents ul li {
    margin-bottom: 8px;
}

.download-sample-documents ul li a {
    color: #999999;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.download-sample-documents ul li a:hover {
    text-decoration: underline;
    color: #15b9a9;
}

.download-sample-documents ul li:last-child {
    margin-bottom: 0;
}

/* Download Sample Document Section */

/* Start Sticky social_bar */

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: #000000;
    z-index: 11111;
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    background: #3f3f3f;
    margin-bottom: 1px;
  }
  
  .icon-bar a:hover {
    background-color: #000;
  }

  .icon-bar a:last-child {
    margin-bottom: 0;
}
  
  .call {
    background: #3B5998;
    color: white;
  }
  
  .mail {
    background: #55ACEE;
    color: white;
  }
  
  .whatsapp {
    background: #dd4b39;
    color: white;
  }

  /* Ends Sticky social_bar */

  /* Starts scrollup css */

  .scrollup {
    position: fixed;
    display: none;
    background: transparent;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    z-index: 11;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.scrollup img {
    width: 40px;
}

.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/* Ends scrollup css */


/* Responsive Styles */


@media screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}


@media screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}



@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}



@media screen and (max-width: 1200px) {
    
}

@media screen and (max-width: 991px) {
    /* .column-100 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-50 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    } */

    .m-l-md-0 {
        margin-left: 0;
    }

    .m-r-md-0 {
        margin-right: 0;
    }

    .mobile-nav .menu-toggle {
        display: block;
    }

    .navigation {
        display: none;
    }

    footer.main-footer {
        padding: 30px 0;
    }

    footer.main-footer ul {
        flex-wrap: wrap;
    }

    footer.main-footer ul li:last-child {
        flex: 0 0 100%;
        text-align: center;
        margin-top: 10px;
    }

    .search-box {
        margin-left: 100px;
        margin-right: 100px;
    }

    .icon-bar a img {
        width: 20px;
        height: 20px;
    }

    .icon-bar a {
        padding: 10px;
    }

}

@media screen and (max-width: 767px) {
    .column-sm-100 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-sm-50 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    footer.main-footer ul {
        justify-content: center;
    }

    footer.main-footer ul li {
        margin-bottom: 10px;
        margin-right: 20px;
        position: relative;
    }

    footer.main-footer ul li a {
        font-size: 14px;
    }

    footer.main-footer ul li {
        font-size: 14px; 
    }

    /* footer.main-footer ul li:before {
        position: absolute;
        top: 9px;
        content: "";
        background: #c7c7c7;
        height: 4px;
        width: 4px;
        border-radius: 50%;
        left: -7px;
    }

    footer.main-footer ul li:last-child:before {
        width: 0;
        height: 0;
    } */

    .hero-sec h1 {
        line-height: 75px;
        font-size: 60px;
    }

    .search-box {
        margin-left: 50px;
        margin-right: 50px;
    }

    .doc-step-sec .offset-md-1 {
        margin-left: 0;
    }

    .doc-step-sec .card h4 {
        min-height: 0;
        margin-bottom: 5px;
    }

    .doc-step-sec .column-4 {
        margin-bottom: 5px;
    }

    br {
        display: none;
    }

    .stats-counter .col-auto {
        width: 100%;
        margin-bottom: 10px;
    }

    .help-to-write-documents .card .card-body {
        max-width: 100%;
    }

    .doc-step-sec .card {
        margin-left: 0;
    }

    .hero-sec h1 {
        line-height: 50px;
        font-size: 40px;
    }

    .scrollup {
        right: 5px;
        bottom: 55px;
    }

}

@media screen and (max-width: 575px) {

    .doc-step-sec .card {
        margin-left: 80px;
        margin-right: 80px;
    }

    .help-to-write-documents .card {
        margin-left: 80px;
        margin-right: 80px;
    }

    .download-sample-documents .column-6.column-sm-100 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {

    .search-box {
        margin-left: 20px;
        margin-right: 20px;
    }

    .doc-step-sec .card {
        margin-left: 60px;
        margin-right: 60px;
    }

    .help-to-write-documents .card {
        margin-left: 60px;
        margin-right: 60px;
    }
    
}

@media screen and (max-width: 420px) {

}

@media screen and (max-width: 380px) {

    .search-box {
        margin-left: 0;
        margin-right: 0;
    }

    .doc-step-sec .card {
        margin-left: 40px;
        margin-right: 40px;
    }

    .help-to-write-documents .card {
        margin-left: 40px;
        margin-right: 40px;
    }

}

@media screen and (max-width: 360px) {

    .doc-step-sec .card {
        margin-left: 20px;
        margin-right: 20px;
    }

    .help-to-write-documents .card {
        margin-left: 20px;
        margin-right: 20px;
    }

}





/*...Responsive Styles */







