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-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;
}

.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 {}

.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-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
}



/* 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;
}

.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 */


/* Body Bg Anim */


.loader-container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
    opacity: 1;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.loader-container.active {
    height: 0
}

.loader-container:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f6f6f6;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.loader-container:before {
    animation: slideBgTop 1.1s forwards;
    -webkit-animation: slideBgTop 1.1s forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

@-webkit-keyframes slideBgTop {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }

    50% {
        -webkit-transform: translateY(-50%) translateX(-50%) skewY(7deg);
        transform: translateY(-50%) translateX(-50%) skewY(7deg)
    }

    100% {
        -webkit-transform: translateY(-100%) translateX(-50%) skewY(0);
        transform: translateY(-100%) translateX(-50%) skewY(0);
        -webkit-animation-timing-function: ease-in-out
    }
}

@keyframes slideBgTop {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }

    50% {
        -webkit-transform: translateY(-50%) translateX(-50%) skewY(7deg);
        transform: translateY(-50%) translateX(-50%) skewY(7deg)
    }

    100% {
        -webkit-transform: translateY(-100%) translateX(-50%) skewY(0);
        transform: translateY(-100%) translateX(-50%) skewY(0);
        -webkit-animation-timing-function: ease-in-out
    }
}


/* 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;
    }
  }
  .hero-sec {
    /* img size is 50x50 */
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC") repeat 0 0;
    -webkit-animation: bg-scrolling-reverse 3s infinite;
    /* Safari 4+ */
    -moz-animation: bg-scrolling-reverse 3s infinite;
    /* Fx 5+ */
    -o-animation: bg-scrolling-reverse 3s infinite;
    /* Opera 12+ */
    animation: bg-scrolling-reverse 3s infinite;
    /* IE 10+ */
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
  }

/*... BG Animation */

.hero-sec {
    /* background-image: url("../layout-optim/home-new/hero-banner-texture.gif"); */
    padding: 70px 0;
    margin-top: 3px;
}

.hero-sec h1 {
    line-height: 85px;
}



/*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 */
