body,html {
    font-family: Poppins,sans-serif!important;
    scroll-behavior: smooth
}

body {
    background: #fff
}

.anchor-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.nopad {
    padding: 0
}

.pad-left {
    padding-left: 0
}

.pad-right {
    padding-right: 0
}

a:active,a:hover {
    text-decoration: none!important
}

* :focus {
    outline: 0 auto -webkit-focus-ring-color!important;
    outline-offset: 0!important;
    text-decoration: none!important
}

* a:hover {
    text-decoration: none!important
}

a.btnbg {
    background: #eb6420;
    border-radius: 100px!important;
    border: 1px solid #eb6420;
    margin-right: 20px
}

nav.nav1 {
    display: none
}

div#menuoverlay {
    display: none
}

a#hamburg {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: #fff;
    display: none;
    transition: all ease-out .3s
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.nav1 {
    transition: all ease-out .3s;
    display: none
}

.nav1 a {
    color: #000
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030
}

.nav1 ul li {
    display: inline-block;
    position: relative;
    padding: 10px 20px!important
}

.nav1 ul li>a {
    display: inline-block;
    padding: 10px
}

.nav1 ul li>a>i {
    margin-left: 15px;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .1s
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left
}

.nav1 .search-nav,.nav1 .title {
    display: none
}

.nav1 ul li ul li {
    display: block
}

.nav1 ul li ul li a {
    display: block
}

.nav1 ul li:hover>a {
    color: #000;
    text-decoration: none
}

.nav1 ul li:hover>a>i {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg)
}

.nav1 ul li:hover ul {
    display: block
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff
}

@media screen and (max-width: 1024px) {
    .slider .item .carousel-caption {
        top:80px
    }

    .slider-text h3 {
        font-size: 40px
    }

    .slider-text p {
        font-size: 16px;
        margin-bottom: 25px
    }

    .slider-text .form-group label {
        font-size: 12px
    }
}

.open-menu .nav-cross:before {
    position: absolute;
    z-index: -1;
    content: "\f00d";
    font: normal normal normal 21px/2 FontAwesome;
    left: 4px
}

@media screen and (max-width: 950px) {
    nav.nav1 {
        display:block
    }

    .logo-bar nav {
        display: none!important
    }

    a#hamburg {
        display: block
    }

    main {
        transition: all ease-out .3s
    }

    .nav1 .row {
        margin: 0
    }

    .nav1 {
        background-color: #fff;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        width: 250px
    }

    .nav1 .search-nav,.nav1 .title {
        display: block
    }

    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255,255,255,.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0
    }

    .nav1 .search-nav input[type=submit] {
        background: url(images/search-icon.png) no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%)
    }

    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px
    }

    .search-nav>form {
        position: relative
    }

    .nav1 ul {
        text-align: left;
        background-color: transparent
    }

    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999
    }

    .nav1 ul li a {
        display: block;
        padding: 10px 0
    }

    .nav1 ul li:hover>a {
        color: #000
    }

    .nav1 ul li a>i {
        float: right
    }

    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px
    }

    .nav1 ul li:hover>ul {
        display: none
    }

    .nav1 ul li:hover>a>i {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }

    .nav1 ul li.open>a {
        background-color: transparent
    }

    .nav1 ul li.open>a>i {
        transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg)
    }

    .nav1 ul li.open>ul {
        display: block
    }

    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out .3s;
        z-index: 1;
        opacity: 0
    }

    html.open-menu {
        overflow: hidden
    }

    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0,0,0,.5);
        min-height: 100vh;
        width: 100%!important;
        opacity: 1;
        width: calc(-150%);
        left: 250px
    }

    html.open-menu a#hamburg {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
        z-index: 999
    }

    html.open-menu main {
        transform: translateX(250px);
        -webkit-transform: translateX(250px)
    }

    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    .menu-main-menu-container ul ul ul li a {
        padding: 5px
    }

    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px!important;
        float: right;
        line-height: inherit!important
    }

    .nav1 ul li:last-child {
        border: 0
    }

    .nav-cross.open>span {
        background: #fff
    }

    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0 auto;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: .5s ease-in-out;
        cursor: pointer
    }

    .nav-cross span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: .25s ease-in-out
    }

    .open-menu .nav-cross span {
        display: none
    }

    #nav-icon1 span:nth-child(1) {
        top: 0
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg)
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg)
    }

    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
        -webkit-transform-origin: left center
    }

    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
        -webkit-transform-origin: left center
    }

    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
        -webkit-transform-origin: left center
    }

    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 11px;
        left: 4px
    }

    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0
    }

    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 28px;
        left: 4px
    }
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000
}

body::-webkit-scrollbar-thumb {
    background-color: #ef5036;
    outline: 1px solid #ef5036
}

h2.head {
    margin: 0;
    color: #202020;
    font-size: 30px;
    font-weight: 600
}

h2.head span {
    font-style: italic;
    font-family: 'Playfair Display',sans-serif;
    font-weight: 500
}

p.def {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

a img {
    transition: all ease .5s;
    position: relative;
    z-index: 2
}

a:hover img {
    animation: arrowanime .4s 1 linear;
    transition: all ease .5s
}

@keyframes arrowanime {
    0% {
        left: -32px;
        opacity: 1
    }

    70% {
        left: -20px;
        opacity: 1
    }

    100% {
        left: 0;
        opacity: 0
    }
}

header .head-top {
    background-image: -moz-linear-gradient(0deg,#cd408f 0,#094fc3 100%);
    background-image: -webkit-linear-gradient(0deg,#cd408f 0,#094fc3 100%);
    background-image: -ms-linear-gradient(0deg,#cd408f 0,#094fc3 100%);
    padding: 8px 0
}

header .head-top .soc ul {
    padding: 0;
    margin: 0
}

header .head-top .soc ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px
}

header .head-top .soc ul li a {
    color: #fff;
    font-size: 14px
}

header .head-top .top-info {
    text-align: right
}

header .head-top .top-info ul {
    padding: 0;
    margin: 0
}

header .head-top .top-info ul li {
    list-style: none;
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 0 22px;
    line-height: 22px
}

header .head-top .top-info ul li:first-child {
    border: none
}

header .head-top .top-info ul li:last-child {
    padding-right: 0
}

header .head-top .top-info ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

header .head-btm {
    padding: 15px 0
}

header .head-btm .logo img {
    width: 100%
}

header .head-btm .logo a:hover img {
    animation: none
}

header .head-btm .menu {
    text-align: right
}

header .head-btm .menu ul {
    padding: 0;
    margin: 0
}

header .head-btm .menu ul li {
    list-style: none;
    display: inline-block;
    padding: 13px 0 0 7px
}

header .head-btm .menu ul li a {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 12px;
    position: relative
}

header .head-btm .menu ul li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #9e77c5;
    transition: all ease .5s
}

header .head-btm .menu ul li a:hover:before {
    transition: all ease .5s;
    width: 100%
}

header .head-btm .menu ul li.has-child {
    position: relative
}

header .head-btm .menu ul li.has-child ul.child {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    background: #f8f6fa;
    z-index: 999;
    text-align: left;
    width: 220px;
    box-shadow: 0 3px 32.55px 2.45px rgba(203,183,214,.39);
    border-top: 2px solid #9e77c5;
    top: 20px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all ease .5s;
    z-index: 999999
}

header .head-btm .menu ul li.has-child ul.child li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #9da6ac9e;
    background: #fff
}

header .head-btm .menu ul li.has-child ul.child li:hover {
    background-image: -moz-linear-gradient(0deg,#cd408f 0,#094fc3 100%);
    background-image: -webkit-linear-gradient(0deg,#cd408f 0,#094fc3 100%);
    background-image: -ms-linear-gradient(0deg,#cd408f 0,#094fc3 100%)
}

header .head-btm .menu ul li.has-child ul.child li a {
    padding-bottom: 0;
    color: #ae00a2;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    padding: 10px 0 10px 15px
}

header .head-btm .menu ul li.has-child ul.child li:hover a {
    color: #fff
}

header .head-btm .menu ul li.has-child ul.child li a:before {
    display: none
}

header .head-btm .menu ul li.has-child:hover ul.child {
    height: auto;
    opacity: 1;
    transition: all ease .5s;
    top: 45px
}

.sec-banner {
    overflow: hidden;
    padding: 30px 0;
    background-size: cover!important;
    position: relative
}

.sec-banner .desc {
    color: #fff;
    padding: 100px 0
}

.sec-banner .desc h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 30px
}

.sec-banner .desc h1 span {
    font-style: italic;
    font-family: 'Playfair Display',sans-serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 8px;
    display: inline-block
}

.sec-banner .desc h1 span:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    left: -2px;
    bottom: 0
}

.sec-banner .desc p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
}

.sec-banner .desc ul {
    padding: 0;
    margin: 40px 0 20px;
    overflow: hidden
}

.sec-banner .desc ul li {
    list-style: none;
    width: 50%;
    float: left;
    margin-bottom: 15px
}

.sec-banner .desc ul li p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0
}

.sec-banner .desc ul li img {
    padding-right: 15px
}

.sec-banner .desc a.st {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-right: 35px;
    background: 0 0;
    padding: 9px 25px;
    display: inline-block
}

.sec-banner .desc a.st img {
    padding-left: 20px;
    filter: brightness(100);
    transition: all ease .7s
}

.sec-banner .desc a.st:hover {
    color: #fff;
    border: 1px solid #2b3957;
    background: #2b3957;
    transition: all ease .7s
}

.sec-banner .desc a.port {
    color: #2b3957;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #fff;
    padding: 9px 25px;
    display: inline-block
}

.sec-banner .desc a.port img {
    padding-left: 20px
}

.sec-banner .desc a.port:hover {
    color: #fff;
    border: 1px solid #2b3957;
    background: #2b3957;
    transition: all ease .7s
}

.sec-banner .desc a.port:hover img {
    filter: brightness(100);
    transition: all ease .7s
}

.sec-banner .desc h6 {
    margin: 55px 0 22px;
    color: #fff;
    font-weight: 300;
    font-size: 14px
}

.sec-banner .anim-img {
    max-width: 650px;
    position: absolute;
    top: 60px
}

.sec-banner .anim-img figure {
    position: relative
}

.sec-banner .anim-img .img-1 {
    z-index: 99;
    position: relative
}

.sec-banner .anim-img .img-2 {
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 80px;
    z-index: 99
}

.sec-banner .anim-img .img-3 {
    position: absolute;
    top: auto;
    bottom: 70px;
    left: 280px;
    z-index: 99
}

.sec-banner .anim-img .img-4 {
    position: absolute;
    top: 80px;
    right: -180px
}

.startproj {
    width: 304px;
    z-index: 9999;
    top: 0;
    position: absolute;
    right: 21vw
}

.startproj .start-btn {
    background: #ae00a2;
    bottom: -43px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 17px;
    font-weight: 700;
    height: 43px;
    padding: 10px 0 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 100%;
    z-index: 2;
    text-align: center
}

.startproj .start-btn h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 600
}

.startproj .start-btn h3 span {
    color: #ff0
}

.startproj .start-btn h3 i {
    padding-left: 5px
}

.startproj .start-form {
    height: 0;
    overflow: hidden;
    z-index: 1;
    margin-top: -6px;
    transition: all ease .5s
}

.startproj .start-form.active {
    height: 248px;
    transition: all ease .5s
}

.startproj .start-form .form-container {
    position: relative
}

.startproj .start-form .formcont {
    background: #fff;
    box-shadow: 0 0 30px #000;
    width: 100%;
    padding: 10px 20px 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #ccc;
    border-top: 0;
    text-align: center
}

.startproj .start-form h5 {
    font-size: 14px;
    color: #252525;
    margin: 0 0 20px
}

.startproj .start-form h5 span {
    color: #f36;
    font-weight: 700
}

.startproj .start-form .inr {
    position: relative
}

.startproj .start-form .inr i {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #9da6ac;
    font-size: 15px
}

.startproj .start-form .inr input,.startproj .start-form select,.startproj .start-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 10px 8px 40px;
    font-size: 13px;
    font-weight: 400;
    color: rgb(0 0 0 / 61%)
}

.startproj .start-form .inr input[type=submit] {
    background: #ae00a2;
    border: none;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer
}

.startproj .start-form .formcont .row .col-md-12:nth-child(4) {
    display: none
}

.sec-2 {
    background: #202020
}

.sec-2 .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%
}

.sec-2 .main {
    padding: 40px 0;
    border-right: 1px solid #595959;
    text-align: center;
    min-height: 130px
}

.sec-2 .col-md-2:last-child .main {
    border: none
}

.sec-2 .main svg {
    float: left
}

.sec-2 .main h4 {
    margin: 0 0 0;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 0 0 60px;
    max-width: 100%;
    text-transform: uppercase;
    text-align: left
}

.sec-3 {
    padding: 50px 0
}

.sec-3 .top-desc {
    max-width: 65%;
    margin: 0 auto 40px
}

.sec-3 .top-desc h2 {
    margin-bottom: 15px
}

.sec-3 .top-desc p {
    max-width: 80%;
    margin: auto
}

.sec-3 .box {
    background: #f8f6fa;
    border-radius: 15px;
    padding: 40px 10px 25px;
    text-align: center;
    transition: all ease .7s;
    position: relative
}

.sec-3 .box:hover {
    background-color: #fff;
    box-shadow: 0 3px 32.55px 2.45px rgba(203,183,214,.39);
    transition: all ease .7s
}

.sec-3 .box img {
    max-height: 90px
}

.sec-3 .box h4 {
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 12px
}

.sec-3 .box p {
    color: #202020;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.sec-4 .desc {
    padding-top: 140px
}

.sec-4 .offset-md-2 {
    margin-left: 20%
}

.sec-4 .desc h2 {
    margin-bottom: 18px
}

.sec-4 .desc p {
    margin-bottom: 20px
}

.sec-4 .desc a.st {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #2b3957;
    margin-right: 15px;
    background: #2b3957;
    padding: 9px 25px;
    display: inline-block
}

.sec-4 .desc a.st img {
    padding-left: 20px;
    filter: brightness(100)
}

.sec-4 .desc a.port {
    color: #2b3957;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #fff;
    background: #fff;
    padding: 9px 25px;
    display: inline-block
}

.sec-4 .desc a.port img {
    padding-left: 20px
}

.sec-4 .main img {
    width: 100%
}

.sec-4 .slick-arrow {
    border: 0;
    font-size: 0;
    right: 45%;
    margin-top: 0;
    position: absolute;
    top: auto;
    z-index: 1;
    bottom: -70px;
    background: transparent url(../images/slick-ar.png) no-repeat center center;
    width: 36px;
    height: 40px;
    transform: none;
    -webkit-transform: none;
    cursor: pointer
}

.sec-4 .slick-arrow:hover {
    background: transparent url(../images/slick-ar.png) no-repeat center center
}

.sec-4 .slick-next.slick-arrow {
    left: 43%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.sec-5 {
    margin-top: 100px;
    background: url(../images/cta-bg.jpg) no-repeat;
    padding: 60px 0;
    background-size: cover
}

.sec-5 .desc h2 {
    margin: 0 0 2px;
    color: #fff;
    font-size: 30px;
    font-weight: 600
}

.sec-5 .desc h3 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-style: italic;
    font-family: 'Playfair Display',sans-serif
}

.sec-5 .desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 30px
}

.sec-5 .desc a.st {
    color: #2b3957;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-right: 20px;
    background: #fff;
    padding: 9px 20px;
    display: inline-block
}

.sec-5 .desc a.st img {
    padding-left: 15px
}

.sec-5 .desc a.port {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: 0 0;
    padding: 9px 28px;
    display: inline-block
}

.sec-5 .desc ul {
    padding: 0;
    margin: 30px 0 0
}

.sec-5 .desc ul li {
    display: inline-block;
    margin: 0 3%;
    position: relative;
    padding: 0 0 0 53px
}

.sec-5 .desc ul li h6 {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    margin: 0 0 0;
    text-align: left;
    border-left: 1px solid #e2e2e2;
    padding: 5px 0 5px 14px
}

.sec-5 .desc ul li h6 a {
    display: block;
    font-size: 18px;
    color: #fff
}

.sec-5 .desc ul li i {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    transform: scale(.8);
    color: #fff;
    font-size: 36px
}

.sec-5 .formdv input {
    color: #9d9d9d;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #a090ae;
    background: 0 0;
    width: 100%;
    padding: 9px;
    margin-bottom: 15px
}

.sec-5 .formdv input::-webkit-input-placeholder {
    color: #9d9d9d
}

.sec-5 .formdv input:-ms-input-placeholder {
    color: #9d9d9d
}

.sec-5 .formdv input::placeholder {
    color: #9d9d9d
}

.sec-5 .formdv input[type=submit] {
    width: auto;
    color: #2b3957;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    border: none;
    padding: 10px 110px 10px 20px;
    background: #fff url(../images/right-ar.png) no-repeat 150px center;
    cursor: pointer
}

.sec-port {
    padding: 30px 0 50px
}

.sec-port .top-desc {
    margin-bottom: 50px
}

.sec-port .top-desc h2 {
    margin-bottom: 12px
}

.sec-port .main {
    margin-bottom: 30px
}

.sec-port .main .pic {
    position: relative;
    overflow: hidden
}

.sec-port .main .pic:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / .7);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all ease .5s;
    z-index: 9
}

.sec-port .main:hover .pic:after,.sec-port .main:hover .pic:before {
    transition: all ease .5s;
    opacity: 1
}

.sec-port .main .pic:after {
    content: '';
    width: 93.5%;
    height: 94%;
    border: 2px solid #e0e2eb;
    position: absolute;
    left: 16px;
    top: 14px;
    opacity: 0;
    transition: all ease .5s;
    z-index: 99
}

.sec-port .main.bg .pic:after {
    width: 96.5%
}

.sec-port .main:hover .pic:after,.sec-port .main:hover .pic:before {
    transition: all ease .5s;
    opacity: 1
}

.sec-port .main .pic img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    transition: all ease-in-out .5s
}

.sec-port .main:hover .pic img {
    transform: scale(1.1);
    transition: all ease-in-out .5s
}

.sec-port .main .desc {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    transition: all ease-in-out .5s;
    padding: 0 25px
}

.sec-port .main:hover .desc {
    opacity: 1;
    transition: all ease-in-out .5s;
    top: 130px
}

.sec-port .main .desc p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0 0;
    line-height: 24px
}

.sec-port .main .desc span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 24px;
    display: block
}

.sec-port .main .desc a.st {
    color: #2b3957;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #fff;
    background: #fff;
    padding: 9px 20px 9px;
    display: inline-block;
    margin: 70px 0 0;
    transition: all ease .2s
}

.sec-port .main .desc a.st img {
    padding-left: 15px;
    transition: all ease .2s
}

.sec-port .main .desc a.st:hover {
    background: #2b3957;
    border: 1px solid #2b3957;
    color: #fff;
    transition: all ease .2s
}

.sec-port .main .desc a.st:hover img {
    filter: brightness(100);
    transition: all ease .2s
}

.sec-port .btnss {
    margin-top: 40px
}

.sec-port .btnss a.st {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #ff5337;
    margin-right: 35px;
    background: #ff5337;
    padding: 9px 25px;
    display: inline-block
}

.sec-port .btnss a.st img {
    padding-left: 30px;
    filter: brightness(100)
}

.sec-port .btnss a.port {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #e3e3e4;
    background: #e3e3e4;
    padding: 9px 25px;
    display: inline-block
}

.sec-port .btnss a.port img {
    padding-left: 20px;
    filter: brightness(0)
}

.sec-pricing {
    background: #f8f6fa;
    padding: 50px 0
}

.sec-pricing .top-desc {
    margin-bottom: 40px
}

.sec-pricing .top-desc h2 {
    margin-bottom: 10px
}

.sec-pricing ul.pckg-menu {
    padding: 0;
    margin: 0 0 50px;
    text-align: center
}

.sec-pricing ul.pckg-menu li {
    list-style: none;
    display: inline-block;
    padding: 0 20px
}

.sec-pricing ul.pckg-menu li a {
    color: rgb(2 2 2 / 75%);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #b3b2b3;
    padding: 8px 18px;
    transition: all ease .5s
}

.sec-pricing ul.pckg-menu li.current a,.sec-pricing ul.pckg-menu li:hover a {
    color: #2b3957;
    border-color: #2b3957;
    transition: all ease .5s
}

.sec-pricing .pdiv {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e3e3e4;
    transition: all ease .75s;
    position: relative
}

.sec-pricing .pdiv:after {
    content: '';
    position: absolute;
    background: url(../images/save-50.png) no-repeat;
    top: -18px;
    left: -23px;
    width: 120px;
    height: 120px
}

.sec-pricing .pdiv:hover {
    box-shadow: 0 3px 32.55px 2.45px rgba(203,183,214,.39);
    transition: all ease .75s
}

.sec-pricing .best .pdiv {
    position: relative
}

.sec-pricing .best .pdiv:before {
    content: '';
    position: absolute;
    background: url(../images/best-badge.png) no-repeat;
    top: -18px;
    right: -30px;
    width: 100px;
    height: 100px;
    -webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse
}

.sec-pricing .pdiv .top {
    background: #2b3957;
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2b3957
}

.sec-pricing .pdiv .top h3 {
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 800
}

.sec-pricing .pdiv .top h3 span {
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
    top: -6px;
    position: relative;
    padding-left: 18px
}

.sec-pricing .pdiv .btm {
    text-align: center;
    padding: 10px 25px
}

.sec-pricing .pdiv .btm img {
    margin: 10px auto
}

.sec-pricing .pdiv .btm h4 {
    margin: 0 0 25px;
    color: #202020;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize
}

.sec-pricing .pdiv .btm ul {
    padding: 0;
    margin: 0;
    text-align: left
}

.sec-pricing .pdiv .btm ul li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 23px;
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 7px;
    margin-bottom: 7px
}

.sec-pricing .pdiv .btm ul li:before {
    content: "\f00c";
    color: #2b3957;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    top: 4px;
    position: absolute;
    left: 0
}

.sec-pricing .pdiv .btm a.order {
    background-image: -moz-linear-gradient(0deg,#c82090 0,#6a14d1 100%);
    background-image: -webkit-linear-gradient(0deg,#c82090 0,#6a14d1 100%);
    background-image: -ms-linear-gradient(0deg,#c82090 0,#6a14d1 100%);
    transition: all ease 1s;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 35px;
    margin: 15px 0 10px
}

.sec-pricing .pdiv .btm a.order:hover {
    background-image: -moz-linear-gradient(0deg,#6a14d10%,#c82090 100%);
    background-image: -webkit-linear-gradient(0deg,#6a14d1 0,#c82090 100%);
    background-image: -ms-linear-gradient(0deg,#6a14d1 0,#c82090 100%);
    transition: all ease 1s
}

.sec-pricing .pdiv .btm ul.cta {
    overflow: hidden;
    margin: 18px 0 8px
}

.sec-pricing .pdiv .btm ul.cta li {
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
    border: none
}

.sec-pricing .pdiv .btm ul.cta li:before {
    display: none
}

.sec-pricing .pdiv .btm ul.cta li a {
    color: #202020;
    font-size: 14px;
    font-weight: 500
}

.sec-pricing .pdiv .btm ul.cta li a i {
    color: #2b3957;
    padding-right: 4px
}

.style-14::-webkit-scrollbar-track {
    background-color: #e3e3e4
}

.style-14::-webkit-scrollbar {
    width: 3px;
    background-color: #2b3957!important
}

.style-14::-webkit-scrollbar-thumb {
    background-color: #2b3957!important
}

.scrollbar {
    margin-left: 0;
    float: left;
    height: 250px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px!important;
    padding-right: 20px!important;
    overflow-x: hidden
}

.sec-pricing .cdiv {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e3e3e4;
    transition: all ease .75s;
    margin-top: 30px;
    position: relative
}

.sec-pricing .cdiv:after {
    content: '';
    position: absolute;
    background: url(../images/save-50.png) no-repeat;
    top: -18px;
    left: -23px;
    width: 120px;
    height: 120px
}

.sec-pricing .cdiv:hover {
    box-shadow: 0 3px 32.55px 2.45px rgba(203,183,214,.39);
    transition: all ease .75s
}

.sec-pricing .seller .cdiv {
    position: relative
}

.sec-pricing .cdiv:before {
    content: '';
    position: absolute;
    background: url(../images/mega-badge.png) no-repeat;
    top: -14px;
    right: 30px;
    width: 158px;
    height: 126px;
    -webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse
}

.sec-pricing .cdiv .ctop {
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    background: #2b3957
}

.sec-pricing .cdiv .ctop h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin: 0
}

.sec-pricing .cdiv .cbtm {
    padding: 25px
}

.sec-pricing .cdiv .cbtm h4.tit {
    color: #202020;
    font-size: 24px;
    font-weight: 700
}

.sec-pricing .cdiv .cbtm h4 img {
    padding-right: 20px
}

.sec-pricing .cdiv .cbtm h3 {
    margin: 20px 20px 0 0;
    color: #2b3957;
    font-size: 43px;
    font-weight: 800
}

.sec-pricing .cdiv .cbtm h3 span {
    color: #a8a8a8;
    font-size: 21px;
    font-weight: 400;
    text-decoration: line-through;
    position: relative;
    top: -8px;
    padding-left: 12px
}

.sec-pricing .cdiv .cbtm h5 {
    color: #2b3957;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 20px;
    display: inline-block
}

.sec-pricing .cdiv .cbtm ul {
    padding: 0;
    margin: 0;
    text-align: left
}

.sec-pricing .cdiv .cbtm ul li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 23px;
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.sec-pricing .cdiv .cbtm ul li:before {
    content: "\f00c";
    color: #2b3957;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    top: 4px;
    position: absolute;
    left: 0
}

.sec-pricing .cdiv .cbtm a.order {
    margin: 15px 0 10px;
    background-image: -moz-linear-gradient(0deg,#c82090 0,#6a14d1 100%);
    background-image: -webkit-linear-gradient(0deg,#c82090 0,#6a14d1 100%);
    background-image: -ms-linear-gradient(0deg,#c82090 0,#6a14d1 100%);
    transition: all ease 1s;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 35px;
    width: 100%;
    text-align: center
}

.sec-pricing .cdiv .cbtm a.order:hover {
    background-image: -moz-linear-gradient(0deg,#6a14d10%,#c82090 100%);
    background-image: -webkit-linear-gradient(0deg,#6a14d1 0,#c82090 100%);
    background-image: -ms-linear-gradient(0deg,#6a14d1 0,#c82090 100%);
    transition: all ease 1s
}

.sec-pricing .cdiv .cbtm ul.mrgn {
    margin: 0 0 200px
}

.sec-pricing .cdiv .cbtm h5.sm {
    color: #2b3957;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 12px;
    text-align: left
}

.sec-pricing .cdiv .cbtm p {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    margin: 0
}

.sec-pricing .cdiv .cbtm a.call {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    margin: 0
}

.sec-pricing .cdiv .cbtm a.call span {
    color: #2b3957;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.sec-pricing .cdiv .cbtm a.call i {
    color: #2b3957;
    padding-left: 20px;
    padding-right: 5px;
    vertical-align: middle
}

.sec-pricing .tab-content {
    display: none;
    align-items: center;
    justify-content: center
}

.sec-pricing #pr-tab1 {
    display: flex
}

.sec-cta2 {
    background: url(../images/cta2-bg.jpg) no-repeat;
    padding: 80px 0
}

.sec-cta2 .desc h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600
}

.sec-cta2 .desc h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 40px;
    font-style: italic;
    font-family: 'Playfair Display',sans-serif
}

.sec-cta2 .desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px
}

.sec-cta2 .desc a.st {
    color: #2b3957;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-right: 20px;
    background: #fff;
    padding: 9px 20px;
    display: inline-block
}

.sec-cta2 .desc a.st img {
    padding-left: 15px
}

.sec-cta2 .desc a.port {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: 0 0;
    padding: 9px 28px;
    display: inline-block
}

.sec-mile {
    padding: 70px 0;
    position: relative;
    overflow: hidden
}

.sec-mile .abs-img {
    position: absolute;
    top: 8%;
    right: 0;
    opacity: 0;
    transition: all ease 1s
}

.sec-mile.anim-play .abs-img {
    -webkit-animation: 1s ease-in-out .9s 1 backInRight;
    animation: 1s ease-in-out 1 backInRight;
    opacity: 1;
    transition: all ease 1s
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.sec-mile .top-desc {
    max-width: 60%;
    margin: 0 auto 40px
}

.sec-mile .top-desc h2 {
    margin-bottom: 8px
}

.sec-mile .top-desc p {
    max-width: 95%;
    margin: auto
}

.sec-mile .cimg {
    box-shadow: 2.034px -4.568px 24.55px 2.45px rgba(203,183,214,.6);
    border-radius: 20px;
    margin-bottom: 50px
}

.sec-mile .cimg img {
    width: 100%
}

.sec-mile .col-md-5 {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
    margin-right: 30px
}

.sec-mile .cbtn {
    margin-top: 65px;
    display: block
}

.sec-mile .cbtn a {
    color: #2b3957;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

.sec-mile .cbtn a img {
    padding-left: 10px
}

.sec-mile .cbtn p {
    color: #202020;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Playfair Display',sans-serif;
    margin: 0;
    padding-right: 40px
}

.style-15::-webkit-scrollbar-track {
    background-color: #e3e3e4
}

.style-15::-webkit-scrollbar {
    width: 3px;
    background-color: #2b3957
}

.style-15::-webkit-scrollbar-thumb {
    background-color: #2b3957
}

.pscroll {
    margin-left: 0;
    float: none;
    height: 155px;
    width: 100%;
    overflow-y: scroll;
    padding-right: 20px!important
}

.sec-rev {
    background: url(../images/rev-bg.png) no-repeat;
    padding: 60px 0 90px;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden
}

.sec-rev .abs-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all ease 1s
}

.sec-rev.anim-play .abs-img {
    -webkit-animation: 1s ease-in-out .9s 1 fadeInLeft;
    animation: 1s ease-in-out 1 fadeInLeft;
    opacity: 1;
    transition: all ease 1s
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.sec-rev .top-desc {
    margin: 80px 0 40px
}

.sec-rev .top-desc h2 {
    color: #fff;
    margin: 0 0 8px
}

.sec-rev .top-desc p {
    color: #fff;
    max-width: 43%
}

.sec-rev .slick-list {
    padding: 0 28vw 0 0
}

.sec-rev .main {
    background: #fff;
    padding: 20px 15px 30px
}

.sec-rev .main h2 {
    color: #2b3957;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin: 0 0 15px
}

.sec-rev .main h2 img {
    display: inline-block;
    float: right;
    width: 90px
}

.sec-rev .main p {
    color: #202020;
    font-size: 13px;
    line-height: 20px;
    margin: 0
}

.sec-rev .slick-arrow {
    border: 0;
    font-size: 0;
    left: 4%;
    margin-top: 0;
    position: absolute;
    top: auto;
    z-index: 1;
    bottom: -60px;
    background: transparent url(../images/slick-rev.png) no-repeat center center;
    width: 36px;
    height: 40px;
    transform: none;
    -webkit-transform: none;
    cursor: pointer;
    transition: all ease 1s
}

.sec-rev .slick-arrow:hover {
    background: transparent url(../images/slick-rev.png) no-repeat center center;
    opacity: .5;
    transition: all ease 1s
}

.sec-rev .slick-next.slick-arrow {
    left: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.ocean {
    height: 21%;
    width: 100%;
    position: absolute;
    top: 200px;
    left: 0;
    background: #f2f2f2;
    z-index: -1
}

.wave {
    background: url(../images/wave.svg) repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(.36,.45,.63,.53) infinite;
    transform: translate3d(0,0,0)
}

.wave:nth-of-type(2) {
    top: -175px;
    animation: wave 7s cubic-bezier(.36,.45,.63,.53) -.125s infinite,swell 7s ease -1.25s infinite;
    opacity: 1
}

@keyframes wave {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -1600px
    }
}

@keyframes swell {
    0%,100% {
        transform: translate3d(0,-25px,0)
    }

    50% {
        transform: translate3d(0,5px,0)
    }
}

.sec-cont {
    padding: 80px 0
}

.sec-cont .desc h2 {
    margin-bottom: 20px
}

.sec-cont .desc h2 span {
    display: block
}

.sec-cont .desc p {
    margin-bottom: 30px
}

.contact-form p {
    font-size: 18px;
    line-height: 2.6;
    color: #202020
}

.contact-form .interactive {
    padding: 0 .3rem;
    margin: 0 .3rem
}

.interactive {
    position: relative;
    text-align: left;
    min-width: 110px;
    outline: 0;
    border-bottom: #2b3957 1px solid;
    line-height: 1.4;
    color: #2b3957;
    display: inline-block
}

.interactive:before {
    transition: all .4s cubic-bezier(.52,0,.08,1) 0s;
    position: absolute;
    opacity: 0;
    width: 200px;
    top: 2rem;
    font-size: 11px;
    color: #e42e5c
}

.interactive:before.underline {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.4)
}

.interactive .options {
    transition: all .25s cubic-bezier(.52,0,.08,1) 0s;
    position: relative;
    overflow: hidden;
    width: 300px;
    max-height: 0;
    top: 5px;
    left: -1rem;
    z-index: 9;
    background-color: transparent;
    line-height: 1.7;
    color: rgba(255,255,255,0);
    user-select: none
}

.interactive .options .option {
    display: block;
    padding: 3px 0 0 15px
}

.interactive .options .option.button {
    width: 100%;
    border: none;
    background-color: transparent;
    text-transform: capitalize;
    font-size: 18px;
    color: #fff
}

.interactive:focus:before {
    opacity: 1;
    top: 1.9rem
}

.interactive:focus .options {
    top: -95px;
    background-color: #7f1565;
    max-height: 330px;
    color: #fff
}

.interactive:focus .options .option {
    padding: 3px 0 0 15px
}

.interactive:focus .options .option.selected {
    background-color: #4d0e87
}

.interactive:focus .options .option:hover {
    cursor: pointer;
    background-color: #fff;
    color: #333
}

.interactive.center .options {
    left: 50%;
    margin-left: -150px
}

.interactive.center .options .option {
    padding: 3px 0 0
}

.interactive .options {
    transition: all .25s cubic-bezier(.52,0,.08,1) 0s;
    position: absolute;
    overflow: hidden;
    width: 300px;
    max-height: 0;
    top: 5px;
    left: -1rem;
    z-index: 9;
    background-color: transparent;
    line-height: 1.7;
    color: rgba(255,255,255,0);
    user-select: none
}

.interactive .options .option {
    display: block;
    padding: 3px 0 0 15px
}

.contact-form .interactive.name-input:before {
    content: 'Jhon Smith'
}

.contact-form .interactive.business-input:before {
    content: 'business name, type, etc.'
}

.interactive:before {
    transition: all .4s cubic-bezier(.52,0,.08,1) 0s;
    position: absolute;
    opacity: 0;
    width: 200px;
    top: 2rem;
    font-size: 11px;
    color: #2b3957
}

.contact-form .interactive.contact-input:before {
    content: 'email@example.com'
}

.contact-form input[type=submit] {
    width: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    border: none;
    padding: 10px 70px 10px 20px;
    background: #4b0978 url(../images/ar-wt.png) no-repeat 200px center;
    cursor: pointer
}

.footer .foot-top {
    background: #f8f6fa;
    padding: 80px 0 40px
}

.footer .foot-logo img {
    width: 200px
}

.footer .foot-logo p {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 30px 0 0;
    max-width: 90%
}

.footer .foot-links h3 {
    margin: 0 0 25px;
    color: #202020;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px
}

.footer .foot-links ul {
    padding: 0;
    margin: 0
}

.footer .foot-links ul li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
    padding-left: 20px
}

.footer .foot-links ul li:before {
    content: "\f105";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #202020;
    left: 0;
    top: 5px;
    transition: all ease .5s
}

.footer .foot-links ul li:before:hover {
    color: #2b3957;
    transition: all ease .5s
}

.footer .foot-links ul li a {
    color: #202020;
    font-size: 12px;
    font-weight: 500;
    transition: all ease .5s
}

.footer .foot-links ul li a:hover {
    color: #2b3957;
    transition: all ease .5s
}

.footer ul.soc-links {
    padding: 0;
    margin: 40px 0 0
}

.footer ul.soc-links li {
    list-style: none;
    display: inline-block;
    padding: 0 15px
}

.footer ul.soc-links li a {
    color: #202020;
    font-size: 20px;
    transition: all ease .5s
}

.footer ul.soc-links li a:hover {
    color: #9e77c5;
    transition: all ease .5s
}

.footer .foot-btm {
    background: #222;
    padding: 15px 0
}

.footer .foot-btm p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.mob-mock {
    display: none
}

.sec-banner.majento-ban .anim-img .img-3 {
    position: absolute;
    top: 30px;
    bottom: auto;
    left: 270px;
    z-index: 99
}

.sec-banner.majento-ban .anim-img .img-2 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 180px;
    z-index: 99
}

.sec-majento-3 {
    padding: 50px 0
}

.sec-majento-3 .top-desc {
    margin-bottom: 70px
}

.wrd-dev .sec-majento-3 .top-desc {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.wrd-dev .sec-majento-3 .rt .main .desc {
    padding-left: 90px
}

.sec-majento-3 .top-desc h2 {
    margin-bottom: 10px
}

.sec-majento-3 .main-img img {
    width: 100%
}

.sec-majento-3 .lf {
    margin-top: 25px
}

.sec-majento-3 .rt {
    margin-top: 25px
}

.sec-majento-3 .main {
    position: relative;
    margin-bottom: 70px
}

.sec-majento-3 .main .desc {
    padding-right: 80px;
    text-align: right
}

.sec-majento-3 .rt .main .desc {
    text-align: left;
    padding-left: 80px;
    padding-right: 0
}

.sec-majento-3 .main .desc h4 {
    margin: 0 0 8px;
    color: #2b3957;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase
}

.sec-majento-3 .main .desc p {
    color: #202020;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.sec-majento-3 .main .icon {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 3px 32.55px 2.45px rgba(203,183,214,.39);
    width: 69px;
    height: 66px;
    text-align: center;
    padding: 15px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease .5s
}

.sec-majento-3 .main:hover .icon {
    background-image: -moz-linear-gradient(90deg,#cd408f 0,#094fc3 100%);
    background-image: -webkit-linear-gradient(90deg,#cd408f 0,#094fc3 100%);
    background-image: -ms-linear-gradient(90deg,#cd408f 0,#094fc3 100%);
    transition: all ease .5s
}

.sec-majento-3 .main:hover .icon img {
    filter: brightness(100);
    transition: all ease .5s
}

.sec-majento-3 .rt .main .icon {
    left: 0
}

.sec-majento-3 .btnss {
    margin-top: 40px
}

.sec-majento-3 .btnss a.st {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #2b3957;
    margin-right: 35px;
    background: #2b3957;
    padding: 9px 25px;
    display: inline-block
}

.sec-majento-3 .btnss a.st img {
    padding-left: 30px;
    filter: brightness(100)
}

.sec-majento-3 .btnss a.port {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #202020;
    padding: 9px 25px;
    display: inline-block
}

.sec-majento-3 .btnss a.port img {
    padding-left: 20px;
    filter: brightness(100)
}

.sec-majento-4 {
    padding: 50px 0 0
}

.sec-majento-4 .top-desc h2 {
    margin-bottom: 8px
}

.sec-majento-4 .proj-slider {
    margin-left: 20%
}

.sec-majento-4 .slick-list {
    padding: 0 15vw 0 0
}

.sec-majento-4 .slick-track {
    padding: 40px 0
}

.sec-majento-4 .main {
    position: relative;
    transition: all ease .7s
}

.sec-majento-4 .main:hover {
    box-shadow: 0 3px 32.55px 2.45px rgb(203 183 214 / 56%);
    transition: all ease .7s
}

.sec-majento-4 .main .pic {
    width: 100%;
    height: 470px
}

.sec-majento-4 .main .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sec-majento-4 .main .desc h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center
}

.sec-majento-4 .main .desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 80%;
    margin: auto;
    line-height: 24px
}

.sec-majento-4 .slick-arrow {
    bottom: -20px;
    background: transparent url(../images/slick-ar.png) no-repeat center center;
    border: 0;
    font-size: 0;
    width: 36px;
    height: 40px;
    left: 3%;
    margin-top: 0;
    position: absolute;
    top: auto;
    cursor: pointer
}

.sec-majento-4 .slick-next.slick-arrow {
    left: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.sec-majento-4 .slick-arrow:hover {
    background: transparent url(../images/slick-ar.png) no-repeat center center
}

.sec-majento-5 {
    padding: 50px 0 0
}

.sec-majento-5 .top-desc {
    margin-bottom: 40px
}

.sec-majento-5 .top-desc h2 {
    margin-bottom: 8px
}

.sec-majento-5 .main {
    position: relative
}

.sec-majento-5 .main img {
    padding-left: 15px;
    max-width: 85px
}

.sec-majento-5 .main span.abs {
    position: absolute;
    color: #e1e1e1;
    font-size: 36px;
    font-weight: 700;
    left: 0;
    z-index: -1;
    top: 14px
}

.sec-majento-5 .main h4 {
    margin: 12px 0 15px;
    color: #2b3957;
    font-size: 20px;
    font-weight: 400
}

.sec-majento-5 .main p {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px
}

.sec-majento-5 .btnss {
    margin-top: 40px
}

.sec-majento-5 .btnss a.st {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #2b3957;
    margin-right: 35px;
    background: #2b3957;
    padding: 9px 25px;
    display: inline-block
}

.sec-majento-5 .btnss a.st img {
    padding-left: 30px;
    filter: brightness(100)
}

.sec-majento-5 .btnss a.port {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #202020;
    padding: 9px 25px;
    display: inline-block
}

.sec-majento-5 .btnss a.port img {
    padding-left: 20px;
    filter: brightness(100)
}

.sec-banner.ecom-sol .anim-img .img-1 {
    top: 90px
}

.sec-banner.ecom-sol .anim-img .img-1 img {
    max-width: 690px
}

.sec-banner.opencart-ban .anim-img .img-3 {
    position: absolute;
    top: -30px;
    bottom: auto;
    left: 300px;
    z-index: 99
}

.sec-banner.opencart-ban .anim-img .img-2 {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 60px;
    z-index: 99
}

.sec-banner.opencart-ban .anim-img {
    top: 100px
}

.sec-banner.shopify-ban .anim-img {
    top: 130px
}

.sec-banner.shopify-ban .anim-img .img-1 img {
    width: 720px
}

.sec-banner.woo-ban .anim-img .img-3 {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 190px;
    z-index: 99
}

.sec-banner.woo-ban .anim-img .img-2 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 240px;
    z-index: 99
}

.sec-banner.woo-ban .anim-img {
    top: 70px
}

.wordpress-sup .sec-banner .anim-img {
    max-width: 650px;
    position: relative;
    top: 80px
}

.wordpress-sup .sec-banner .anim-img .img-1 img {
    width: 550px
}

.wordpress-sup .sec-3 .top-desc {
    max-width: 65%
}

.wordpress-sup .sec-3 .box {
    margin-bottom: 30px;
    min-height: 350px
}

.wordpress-sup .sec-pricing .price-note {
    max-width: 65%;
    margin: 50px auto 0
}

.wordpress-sup .sec-pricing .price-note p {
    color: #202020;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0
}

.wordpress-sup section.sec-4 {
    padding: 50px 0 0
}

.wordpress-sup .sec-4 .desc {
    padding-top: 90px
}

.wordpress-sup .sec-4 .desc h4 {
    color: #202020;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0
}

.wordpress-sup .sec-5 {
    margin-top: 0;
    padding-bottom: 40px
}

.sec-faqs {
    padding: 70px 0
}

.sec-faqs .top-desc {
    margin-bottom: 40px
}

.sec-faqs .inner {
    margin-bottom: 40px
}

.sec-faqs .icon {
    background-image: -moz-linear-gradient(-90deg,#c82090 0,#6a14d1 100%);
    background-image: -webkit-linear-gradient(-90deg,#c82090 0,#6a14d1 100%);
    background-image: -ms-linear-gradient(-90deg,#c82090 0,#6a14d1 100%);
    width: 65px;
    height: 65px;
    text-align: center;
    padding: 8px 0 0
}

.sec-faqs .icon p {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif
}

.sec-faqs .desc h4 {
    margin: 20px 0 15px;
    color: #202020;
    font-size: 14px;
    font-weight: 600
}

.sec-faqs .desc p {
    color: #202020;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.sec-banner.health-ban .anim-img {
    top: -40px
}

.sec-banner.health-ban .anim-img img {
    max-width: 850px
}

.sec-banner.health-ban .desc {
    color: #fff;
    padding: 10px 0
}

.health .sec-4 {
    padding: 50px 0
}

.sec-banner.health-ban .desc h1 {
    margin: 0 0 20px
}

.combo-pckge .sec-5 {
    margin-top: 0
}

.combo-pckge .sec-rev {
    margin: 160px 0 10px
}

.sec-banner.combo-ban .anim-img {
    top: 30px
}

.sec-banner.combo-ban .anim-img img {
    width: 100%
}

.portfolio-page .sec-port .top-desc {
    margin-bottom: 40px
}

.portfolio-page .sec-port .top-desc h2 {
    margin-bottom: 0
}

.portfolio-page .sec-port ul.port-menu {
    padding: 0;
    margin: 0 0 30px;
    text-align: center
}

.portfolio-page .sec-port ul.port-menu li {
    list-style: none;
    display: inline-block;
    padding: 0 20px
}

.portfolio-page .sec-port ul.port-menu li a {
    color: rgb(2 2 2 / 75%);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #b3b2b3;
    padding: 8px 18px;
    transition: all ease .5s;
    width: 230px;
    display: block;
    text-align: center
}

.portfolio-page .sec-port ul.port-menu li.current a,.portfolio-page .sec-port ul.port-menu li:hover a {
    color: #2b3957;
    border-color: #2b3957;
    transition: all ease .5s
}

.sec-port .tab-content {
    display: none
}

.sec-port #pr-tab1 {
    display: flex
}

.portfolio-page .sec-5 {
    margin-top: 0;
    margin-bottom: 100px
}

.sec-port .moreBox,.sec-port .moreBox1,.sec-port .moreBox2,.sec-port .moreBox3 {
    display: none
}

.sec-banner.cont-ban .anim-img {
    position: relative;
    top: 60px
}

.sec-banner.cont-ban .anim-img img {
    width: 100%
}

.cont-sec-2 {
    padding: 70px 0
}

.cont-sec-2 .top-desc {
    margin-bottom: 60px
}

.cont-sec-2 .top-desc h2 span {
    display: block
}

.cont-sec-2 .box .icon {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-image: -moz-linear-gradient(-90deg,#c82090 0,#6a14d1 100%);
    background-image: -webkit-linear-gradient(-90deg,#c82090 0,#6a14d1 100%);
    background-image: -ms-linear-gradient(-90deg,#c82090 0,#6a14d1 100%);
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 18px;
    padding: 20px 0 0;
    transition: all .5s;
    border: 2px solid #eaeaea
}

.cont-sec-2 .box:hover .icon {
    background: #fff;
    border: 2px solid #981796;
    color: #981796;
    transition: all .5s
}

.cont-sec-2 .col-md-4 {
    border-right: 1px solid #f1f1f1
}

.cont-sec-2 .col-md-4:last-child {
    border-right: none
}

.cont-sec-2 .box h4 {
    margin: 25px 0;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

.cont-sec-2 .box a,.cont-sec-2 .box p {
    font-size: 14px;
    line-height: 23px;
    color: #666;
    display: block
}

.contact-page iframe {
    filter: grayscale(1.5)
}

.cont-sec-3 {
    padding: 60px 0 0
}

.cont-sec-3 .top-desc {
    margin-bottom: 40px
}

.cont-sec-3 .top-desc h2 span {
    display: inline-block
}

.cont-sec-3 .top-desc p {
    color: #888
}

.cont-sec-3 input,.cont-sec-3 textarea {
    width: 100%;
    border: 1px solid #ececec;
    padding: 18px;
    margin-bottom: 25px;
    color: #b5b4b4;
    font-size: 14px;
    font-weight: 400;
    resize: none
}

.cont-sec-3 input::-webkit-input-placeholder {
    color: #b5b4b4
}

.cont-sec-3 input:-ms-input-placeholder {
    color: #b5b4b4
}

.cont-sec-3 input::placeholder {
    color: #b5b4b4
}

.cont-sec-3 textarea::-webkit-input-placeholder {
    color: #b5b4b4
}

.cont-sec-3 textarea:-ms-input-placeholder {
    color: #b5b4b4
}

.cont-sec-3 textarea::placeholder {
    color: #b5b4b4
}

.cont-sec-3 textarea {
    height: 150px
}

.cont-sec-3 input[type=submit] {
    width: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    border: none;
    padding: 10px 110px 10px 20px;
    background: #2b3957 url(../images/ar-wt.png) no-repeat 150px center;
    cursor: pointer
}

body.health .sec-banner .desc h1 {
    font-size: 34px
}

.thank {
    background: url(../images/thankyou-ban.jpg) no-repeat;
    height: 550px;
    background-size: cover
}

.thank .desc {
    padding-top: 180px
}

.thank .desc h1 {
    margin: 0;
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase
}

.thank .desc h4 {
    margin: 0 0 12px;
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding: 1px 10px;
    background-image: -moz-linear-gradient(0deg,#cd408f 0,#094fc3 100%);
    background-image: -webkit-linear-gradient(0deg,#cd408f 0,#094fc3 100%);
    background-image: -ms-linear-gradient(0deg,#cd408f 0,#094fc3 100%)
}

.thank .desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.page-def {
    padding: 60px 0
}

.page-def h3 {
    margin: 0 0 20px;
    color: #202020;
    font-size: 30px;
    font-weight: 600
}

.page-def h4 {
    margin: 0 0 8px;
    color: #2b3957;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize
}

.page-def p,.page-def ul li {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.page-def ul {
    padding: 0 0 0 20px
}

.popupform {
    width: 450px;
    border-radius: 23px;
    padding: 0;
    overflow: visible;
    border-bottom: #0467ff 5px solid;
    border: 9px solid #2b3957
}

.popupform .box-lead {
    background-color: #fff;
    box-shadow: 0 8px 27px 0 rgb(0 0 0 / 15%);
    padding: 40px;
    text-align: center;
    margin-top: 0;
    border-radius: 15px
}

.popupform .box-lead h4 {
    margin: 0 0 7px;
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.popupform .box-lead h3 {
    margin: 0 0 15px;
    color: #000;
    font-size: 24px;
    font-weight: 600
}

.popupform .box-lead h3 span {
    color: #2b3957
}

.popupform .box-lead form input,.popupform .box-lead form select,.popupform .box-lead form textarea {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 14px;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    width: 100%
}

.popupform .box-lead form textarea {
    height: 90px;
    resize: none
}

.popupform .box-lead form input[type=submit] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    background: #2b3957;
    text-transform: uppercase;
    cursor: pointer
}

.popupform .box-lead form p {
    margin: 10px 0 0;
    color: #000;
    font-weight: 500;
    font-size: 12.5px
}

.popupform .box-lead form p a {
    text-decoration: underline;
    color: #000
}

.popupform .fancybox-close-small {
    border: #2b3957 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -20px;
    top: -20px;
    overflow: visible
}

.popupform .fancybox-close-small:after {
    color: #2b3957;
    font-size: 24px;
    right: 4px;
    content: "\f00d";
    font: normal normal normal 20px/1 FontAwesome;
    width: auto;
    height: auto;
    left: 4px;
    top: 8px
}

.fancybox-close-small:focus:after {
    outline: 0
}

.sec-pricing.lp .pdiv:after {
    content: '';
    position: absolute;
    background: url(../images/save-70.png) no-repeat;
    top: -19px;
    left: -22px;
    width: 110px;
    height: 110px;
    background-size: 100%
}

.sec-pricing.lp .cdiv:after {
    content: '';
    position: absolute;
    background: url(../images/save-70.png) no-repeat;
    top: -19px;
    left: -22px;
    width: 110px;
    height: 110px;
    background-size: 100%
}

.startproj {
    display: none
}

.sec-4 .desc a {
    display: none!important
}

.sec-cont {
    display: none
}

.box-lead .iti {
    width: 100%;
    margin-bottom: 20px
}

.popupform-onload {
    width: 800px;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    border-bottom: none;
    border: none;
    margin: 0!important
}

.popupform-onload .box-lead {
    background-color: rgb(255,255,255);
    box-shadow: 0 8px 27px 0 rgb(0 0 0 / 15%);
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    position: relative
}

.popupform-onload .pic {
    position: relative
}

.popupform-onload .pic img {
    width: 100%
}

.popupform-onload .pic:after {
    content: '';
    position: absolute;
    background: url(../../images/lp/3.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: contain;
    right: -150px;
    bottom: -13px
}

.popupform-onload .desc {
    height: 100%;
    width: 100%;
    padding: 0 50px;
    position: relative
}

.popupform-onload .desc:before {
    content: '';
    position: absolute;
    background: url(../../images/lp/1.png) no-repeat;
    width: 130px;
    height: 200px;
    background-size: contain;
    right: 15px;
    top: 0
}

.popupform-onload .d-table-cell {
    display: table-cell!important;
    vertical-align: middle
}

.popupform-onload .desc:after {
    content: '';
    position: absolute;
    background: url(../../images/lp/2.png) no-repeat;
    width: 90px;
    height: 130px;
    background-size: contain;
    right: 3px;
    bottom: -1px
}

.popupform-onload .desc h2 {
    margin: 0 0 20px;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px
}

.popupform-onload .desc h2 span {
    color: #2b3957;
    font-size: 24px;
    font-weight: 700
}

.popupform-onload .desc h2 b {
    color: #2b3957;
    font-size: 36px
}

.popupform-onload .desc label {
    display: block;
    color: #000;
    font-size: 10px;
    font-weight: 500;
    margin: 0 0 3px 3px
}

.popupform-onload .desc input,.popupform-onload .desc select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 6px 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #000;
    background: #fff
}

.popupform-onload .desc input[type="submit"] {
    background: #2b3957;
    color: #fff;
    width: auto;
    padding: 8px 30px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
    -webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse;
    font-weight: 700
}

.popupform-onload .fancybox-close-small {
    border: #2b3957 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -20px;
    top: -20px;
    overflow: visible
}

.popupform-onload .fancybox-close-small:after {
    color: #2b3957;
    font-size: 24px;
    right: 4px;
    content: "\f00d";
    font: normal normal normal 20px/1 FontAwesome;
    width: auto;
    height: auto;
    left: 4px;
    top: 8px
}
