/* 

font-family: 'Josefin Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Nunito', sans-serif;

 */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    padding-right: 0 !important;
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

main {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

a,
button,
input,
textarea {
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.f-j {
    font-family: 'Josefin Sans', sans-serif;
}

.f-o {
    font-family: 'Open Sans', sans-serif;
}

.f-n {
    font-family: 'Nunito', sans-serif;
}

.mb-100 {
    margin-bottom: 100px;
}


/* ============ Gutter gap ============  */

.g-20.row {
    margin-right: -10px;
    margin-left: -10px;
}

.g-20>[class^="col"] {
    padding-right: 10px;
    padding-left: 10px;
}

.g-10.row {
    margin-right: -5px;
    margin-left: -5px;
}

.g-10>[class^="col"] {
    padding-right: 5px;
    padding-left: 5px;
}


/* ============== bootstrap select to work start ============== */


/* .bootstrap-select.btn-group .dropdown-menu.inner { display: block; } */

.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
    display: block;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}


/* ============== bootstrap select to work end ============== */

body.modal-open header {
    margin-right: 17px;
}

img.pick {
    display: none;
}

h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #000;
    margin: 0;
    padding: 0;
}

h3,
h4 {
    font-family: 'Josefin Sans', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
}

.sample-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    font-size: 5em;
    font-weight: 400;
}

.main-banner {
    background: url(../images/main-banner.png) center top no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    height: 100vh;
    width: 100%;
}

.banner-video {
    padding: 70px 0 34px 228px;
    position: absolute;
    left: 203px;
    bottom: 50px;
    width: 1017px;
    height: 799px;
}

.banner-video video {
    width: 324px;
}

.banner-video img {
    position: absolute;
    left: 0;
    top: 0;
}

header {
    padding: 50px 66px 0 66px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

header a.logo {
    padding: 4px 0 0 0;
    display: block;
    float: left;
}

header .head-right {
    display: table;
    float: right;
}

header .button-cell {
    float: left;
}

header .button-cell a {
    padding: 13px 21px 0 21px;
    height: 44px;
    background: #FFF;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    color: #4A37AE;
    font-weight: 700;
    margin: 0 0 0 10px;
    display: flex;
    text-decoration: none;
    /*     align-items: center;
    justify-content: center;
    text-decoration: none; */
}

header .button-cell a:hover {
    background: #d81f3f;
    color: #fff;
}

header .navbar-nav {
    margin-top: 10px;
    margin-right: 20px !important;
}

header nav {
    float: left;
    padding: 0 !important;
}

header nav .nav-link {
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 23px;
    padding: 0 !important;
    position: relative;
}

header nav .nav-link.home {
    position: relative;
    top: -4px;
}

header nav .nav-link.home::after {
    display: none;
}

header nav .nav-link.home-inner {
    display: none;
}

header nav .nav-link img {
    width: 17px;
}

header nav .nav-link i {
    margin-left: 4px;
}

header nav .nav-link::after {
    width: 0;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 0;
    margin: 0;
}

header nav .nav-link:hover::after {
    width: 40%;
}

header nav .nav-link.dropdown-toggle::after {
    display: none;
}

header nav .nav-item.show .dropdown-menu {
    display: block;
}

header nav .nav-item .dropdown-menu {
    left: 23px;
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
    border: 0px;
    top: 22px;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.11) !important;
}

header nav .nav-item .dropdown-menu .dropdown-item {
    padding: 4px 15px;
    font-size: 14px;
    background: #FFF;
}

header nav .nav-item .dropdown-menu .dropdown-item:hover {
    background: #D81F3F;
    color: #fff;
}

.main-banner .banner-text {
    position: absolute;
    right: 275px;
    top: 50%;
    text-align: right;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-banner .banner-text h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 63px;
    color: #fff;
    margin: 0 0 55px 0;
}

.main-banner .banner-text a.btn {
    text-transform: uppercase;
    color: #fff;
    background: #D81F3F;
    padding: 0 25px;
    height: 58px;
    line-height: 58px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    font-weight: 600;
    float: left;
    margin: 0 0 0 10px;
}

.main-banner .banner-text a.btn:hover {
    color: #D81F3F;
    background: #fff;
}

ul.social1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 45px;
    list-style: none;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.social1 li {
    display: block;
    margin: 15px 0;
}

ul.social1 li a {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../images/social-icon.png);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

ul.social1 li a.fb {
    background-position: top left;
}

ul.social1 li a.fb:hover {
    background-position: top right;
}

ul.social1 li a.twitter {
    background-position: top -40px left;
}

ul.social1 li a.twitter:hover {
    background-position: top -40px right;
}

ul.social1 li a.insta {
    background-position: top -80px left;
}

ul.social1 li a.insta:hover {
    background-position: top -80px right;
}

.what-we-do {
    background: url(../images/dots.png) repeat, url(../images/what-we-do.png) left 40px top 250px no-repeat;
    padding: 78px 0 103px 0;
}

.what-we-do h2 {
    margin: 0 0 8px 0;
}

.what-we-do h2+p {
    line-height: 25px;
    font-size: 18px;
    margin: 0 0 45px 0;
}

.what-we-do .left {
    width: 800px;
    float: left;
}

.what-we-do .right {
    width: 370px;
    float: left;
    padding: 0 0 0 60px;
    position: relative;
}

.what-we-do .right .video-frame {
    position: absolute;
    left: 23px;
    top: -36px;
}

.what-we-do .left .cell {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 54px;
    margin: 80px 0 0 0;
    background: #FFF;
    box-shadow: 0px 0px 76px 0px rgba(147, 147, 147, 0.44);
}

.what-we-do .left .cell h3 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0;
    display: table;
    position: relative;
    z-index: 2;
}

.what-we-do .left .cell h3::after {
    width: 100%;
    height: 21px;
    background: #C0AAFC;
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: -1;
}

.what-we-do .left .cell p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 25px;
    margin: 0 0 10px 0;
}

.what-we-do .left .cell p span {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 40px;
}

.sec-1 {
    padding: 120px 0 100px 0;
    background: url(../images/bg-1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sec-1 h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px 0;
    line-height: 60px;
}

.sec-1 p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    margin: 0;
}

.how-it-works {
    padding: 108px 0 88px 0;
}

.how-it-works h3 {
    margin: 0 0 30px 0;
}

.how-it-works p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 0 0 0 0;
}

.how-it-works .cell-1 {
    padding: 50px 50px 50px 0;
    margin: 40px 0 0 0;
    background: #6247C4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}

.how-it-works .cell-1 span {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.how-it-works .cell-1::after {
    width: 10000px;
    height: 100%;
    background: #6247C4;
    content: "";
    left: -10000px;
    top: 0;
    position: absolute;
}

.how-it-works .cell-row .cell {
    width: calc(50% - 15px);
    float: left;
    background: red;
    padding: 30px 18px 6px 18px;
    margin: 0 30px 30px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.how-it-works .cell-row .cell:nth-child(even) {
    margin-right: 0;
}

.how-it-works .cell-row .cell.color-1 {
    background: rgba(6, 239, 243, 1);
    background: -moz-linear-gradient(top, rgba(6, 239, 243, 1) 0%, rgba(64, 176, 220, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6, 239, 243, 1)), color-stop(100%, rgba(64, 176, 220, 1)));
    background: -webkit-linear-gradient(top, rgba(6, 239, 243, 1) 0%, rgba(64, 176, 220, 1) 100%);
    background: -o-linear-gradient(top, rgba(6, 239, 243, 1) 0%, rgba(64, 176, 220, 1) 100%);
    background: -ms-linear-gradient(top, rgba(6, 239, 243, 1) 0%, rgba(64, 176, 220, 1) 100%);
    background: linear-gradient(to bottom, rgba(6, 239, 243, 1) 0%, rgba(64, 176, 220, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#06eff3', endColorstr='#40b0dc', GradientType=0);
}

.how-it-works .cell-row .cell.color-2 {
    background: rgba(180, 123, 236, 1);
    background: -moz-linear-gradient(top, rgba(180, 123, 236, 1) 0%, rgba(127, 96, 207, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(180, 123, 236, 1)), color-stop(100%, rgba(127, 96, 207, 1)));
    background: -webkit-linear-gradient(top, rgba(180, 123, 236, 1) 0%, rgba(127, 96, 207, 1) 100%);
    background: -o-linear-gradient(top, rgba(180, 123, 236, 1) 0%, rgba(127, 96, 207, 1) 100%);
    background: -ms-linear-gradient(top, rgba(180, 123, 236, 1) 0%, rgba(127, 96, 207, 1) 100%);
    background: linear-gradient(to bottom, rgba(180, 123, 236, 1) 0%, rgba(127, 96, 207, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b47bec', endColorstr='#7f60cf', GradientType=0);
}

.how-it-works .cell-row .cell.color-3 {
    background: rgba(255, 216, 97, 1);
    background: -moz-linear-gradient(top, rgba(255, 216, 97, 1) 0%, rgba(242, 176, 23, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 216, 97, 1)), color-stop(100%, rgba(242, 176, 23, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 216, 97, 1) 0%, rgba(242, 176, 23, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 216, 97, 1) 0%, rgba(242, 176, 23, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 216, 97, 1) 0%, rgba(242, 176, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 216, 97, 1) 0%, rgba(242, 176, 23, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffd861', endColorstr='#f2b017', GradientType=0);
}

.how-it-works .cell-row .cell.color-4 {
    background: #D81F3F;
}

.how-it-works .cell-row .cell img {
    display: block;
}

.how-it-works .cell-row .cell span {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    line-height: 20px;
    margin: 15px 0 0 0;
    display: block;
    padding: 0 0 35px 0;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-2 {
    background: #4b38ae url(../images/bg-2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 85px 0;
}

.sec-2 h3 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
    margin: 0 0 25px 0;
}

.sec-2 a.btn {
    display: table;
    background: #4B38AE;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FF274C;
    height: 55px;
    padding: 0 28px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
}

.sec-2 a.btn:hover {
    background: #fff;
    color: #6247C4;
}

.we-craft {
    background: #fff url(../images/dots.png) repeat;
    padding: 111px 0 138px 0;
}

.we-craft h2 {
    margin: 0 0 45px 0;
}

.we-craft .cell {
    height: 275px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.we-craft .cell.fb {
    background: #4a37ae url(../images/facebook-big.png) center center no-repeat;
}

.we-craft .cell.website {
    background: #fac946 url(../images/website-big.png) center center no-repeat;
}

.we-craft .cell.live {
    background: #d81f3f url(../images/live-chat-big.png) center center no-repeat;
}

.we-craft .cell span {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.we-craft .cell span sub {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
}

.have-a-look {
    padding: 80px 0 0 0;
}

.have-a-look h2 {
    margin: 0 0 50px 0;
}

.have-a-look .cell-row {
    background: #5D42D3;
    margin: 0 0 108px 0;
}

.have-a-look .cell-row .cell {
    width: 25%;
    float: left;
    padding: 80px 60px 0 60px;
    height: 420px;
    text-align: left;
    position: relative;
}

.have-a-look .cell-row .cell.shadow {
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.11);
}

.have-a-look .cell-row h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
}

.have-a-look .cell-row p {
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.have-a-look .cell-row .cell.sme {
    background: url(../images/sme.png) left 50px bottom no-repeat;
}

.have-a-look .cell-row .cell.enterprise {
    background: url(../images/enterprise.png) left 50px bottom no-repeat;
}

.have-a-look .cell-row .cell.self-build {
    background: url(../images/self-build.png) left 50px bottom no-repeat;
}

.have-a-look .cell-row .cell a.btn {
    padding: 0 40px;
    height: 100px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50px;
    bottom: -50px;
    background: #FFF;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.11) !important;
    font-size: 25px;
    color: #000;
    font-weight: 700;
    line-height: 100px;
    display: block;
}

.have-a-look .cell-row .cell a.btn i {
    font-size: 22px;
    margin: 0 0 0 10px;
}

.have-a-look .cell-row .cell a:hover {
    color: #FFF;
    background: #d81f3f;
}

.key-features {
    padding: 79px 0 20px 0;
}

.key-features h2 {
    margin: 0 0 74px 0;
}

.key-features .cell h4 {
    font-size: 25px;
    font-weight: 700;
    color: #D81F3F;
    margin: 20px 0 12px 0;
}

.key-features .cell p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.key-features .cell a.btn {
    display: table;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #5D42D3;
    padding: 0 45px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.key-features .cell a.btn:hover {
    background: #D81F3F;
}

.key-features .cell {
    padding: 0 0 70px 0;
    position: relative;
    height: 100%;
}

.sec-3 {
    padding: 100px 0;
    background: url('../images/bg-3.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sec-3 h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 65px;
}

.sec-3 .btn {
    padding: 0 35px;
    background: #FFF;
    display: table;
    margin: 45px auto 0 auto;
    height: 65px;
    color: #000;
    font-weight: 700;
    line-height: 70px;
    font-size: 20px;
}

.sec-3 .btn:hover {
    background: #5D42D3;
    color: #fff;
}

.why-we-do {
    background: #FFF url('../images/dots.png') repeat;
    padding: 90px 0 135px 0;
}

.why-we-do h2 {
    margin: 0 0 15px 0;
}

.why-we-do h2+p {
    font-size: 25px;
    line-height: 35px;
    color: #000;
    margin: 0 0 70px 0;
}

.why-we-do h2+p span {
    color: #D81F3F;
    font-weight: 700;
}

.why-we-do h3 {
    font-size: 40px;
    color: #D81F3F;
    font-weight: 700;
    text-transform: uppercase;
}

.why-we-do .cell1 {
    padding: 60px 30px 25px 30px;
    margin: 60px 0 0 0;
    background: #6247C4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.why-we-do .cell1 p {
    margin: 0 0 35px 0;
}

.why-we-do .cell-row {
    padding: 70px 0 0 0;
}

.why-we-do .cell-row .cell2 {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 70px 30px 60px 30px;
    height: 100%;
    background: #fff;
}

.why-we-do .cell-row .cell2 img {
    margin: 0 0 30px 0;
}

.why-we-do .cell-row .cell2 p {
    font-size: 18px;
    color: #000;
    line-height: 26px;
}

.ready-to-start {
    background: #d81f3f url(../images/bg-2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 90px 0;
}

.ready-to-start span {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px 0;
    display: block;
}

.ready-to-start h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 38px 0;
}

.ready-to-start a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 0 25px;
    height: 53px;
    background: #FFF;
    display: block;
    float: left;
    line-height: 53px;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.ready-to-start a:hover {
    background: #6247c4;
    color: #fff;
}

footer {
    background: #333;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    font-weight: 700;
}

footer ul li {
    float: left;
    margin: 0 0 0 30px;
    color: #fff;
}

footer ul li a {
    color: #fff;
    text-decoration: none !important;
}

footer ul li a:hover {
    color: #D81F3F;
}

.footer-last {
    padding: 35px 0;
}

.footer-last ul {
    float: right;
    margin: 10px 45px 0 0;
}

footer .footer-logo {
    margin: 0 0 0 45px;
}

footer span.copyright {
    font-size: 14px;
    color: #fff;
    margin: 10px 0 0 0;
    display: block;
}

footer span.copyright a {
    color: #fff;
    text-decoration: none;
}

footer span.copyright a:hover {
    color: #D81F3F;
}


/* Side menu */

.mob-menu-button {
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    margin: 9px 10px 0 0;
}

.mob-menu-button i {
    font-size: 25px;
    position: relative;
    top: 2px;
    right: 5px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #412ea8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    z-index: 999;
}

.sidenav ul {
    margin: 0;
    padding: 0 0 0 25px;
    color: #fff;
    list-style: none;
    font-size: 20px;
}

.sidenav ul a {
    color: #fff;
    text-decoration: none;
}

.sidenav ul li {
    margin: 0 0 15px 0;
}

.sidenav ul li ul {
    margin: 5px 0 0 30px;
    padding: 0;
    font-size: 16px;
}

.sidenav ul li ul li {
    margin: 0 0 0 0;
    position: relative;
}

.sidenav ul li ul li a {
    padding: 5px 0;
    display: block;
}

.sidenav ul li ul li::after {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    background: #FFF;
    position: absolute;
    left: -12px;
    top: 13px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #fff;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.sidenav .closebtn:hover {
    color: #000;
}


/* Inner page started */


/* About */

header.inner {
    position: relative;
    padding-bottom: 40px;
}

header.inner .not-inner-logo {
    display: none !important;
}

header.inner .inner-logo {
    display: block !important;
}

header.inner .button-cell a {
    background: #D81F3F;
    color: #fff;
}

header.inner .button-cell a:hover {
    background: #6247c4;
    color: #fff;
}

header.inner nav .nav-link {
    color: #000;
}

header.inner nav .nav-link:hover {
    color: #d81f3f;
}

header.inner nav .nav-link.home {
    display: none;
}

header.inner nav .nav-link.home-inner {
    display: block;
}

header.inner nav .nav-link::after {
    background: #D81F3F;
}

header.inner nav .nav-item.active .nav-link {
    color: #d81f3f !important;
}

header.inner nav .nav-item.active .nav-link::after {
    width: 40%;
}

header+hr {
    display: none;
}

header.inner+hr {
    display: block;
    width: calc(100% - 132px);
    margin: 0 auto;
    height: 1px;
    background: #F1EFEF;
    border: 0px;
}

.about-page {
    padding: 75px 0 0 0;
}

.about-page h2 {
    font-size: 50px;
    line-height: 66px;
}

.about-top {
    padding: 80px 0 0 0;
}

.about-top .cell-1 {
    padding: 100px 60px;
    background: #d81f3f;
    width: 560px;
    position: relative;
    z-index: 9;
    left: -200px;
}

.about-top .cell-1 span.quote {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 0;
    bottom: -15px;
    position: relative;
}

.about-top .cell-1 p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.about-top .cell-1 span.name {
    padding: 0 0 0 63px;
    margin: 20px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    position: relative;
}

.about-top .cell-1 span.name sub {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FF94A7;
    bottom: 0;
    margin: 10px 0 0 0;
}

.about-top .cell-1 span.name img {
    position: absolute;
    left: 0;
    top: -1px;
    width: 49px;
    height: 49px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.about-top .cell-2 {
    margin: -260px 0 0 0;
    height: 500px;
    background: url('../images/about.png') center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.about-top .cell-2 a.btn {
    position: absolute;
    right: 80px;
    bottom: 70px;
    border: 1px solid #fff;
    height: 54px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    padding: 0 35px;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    line-height: 54px;
}

.about-top .cell-2 a.btn:hover {
    background: #D81F3F;
    border: 1px solid #D81F3F;
}

.our-team {
    padding: 110px 0 75px 0;
}

.our-team h2 {
    margin: 0 0 50px 0;
}

.our-team .team-cell {
    margin: 0 0 30px 0;
    position: relative;
}

.our-team .team-cell span.name {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 9;
    font-size: 30px;
    font-weight: 700;
    display: block;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.our-team .team-cell span.name sub {
    display: block;
    bottom: 0;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 0 0;
    line-height: normal;
}

.our-team .team-cell:hover span.name {
    opacity: 1;
}

.our-team .team-cell::after {
    width: 100%;
    height: 0;
    background: rgba(93, 66, 211, 0.7);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.our-team .team-cell:hover::after {
    height: 100%;
}

.our-team span.cuppa {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    color: #D81F3F;
    line-height: 50px;
    display: block;
    margin: 20px 0 50px 0;
}

.our-team .message {
    background: #F8F8F8;
    font-size: 25px;
    line-height: 35px;
    color: #010000;
    padding: 40px 35px;
}


/* Contact */

.contact-page {
    padding: 75px 0 120px 0;
}

.contact-page h2+span {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 10px 0 50px 0;
}

.address-cell {
    width: 100%;
    height: 100%;
    background: #6247c4 url("../images/contact-bg.png") left 170px center no-repeat;
    padding: 114px 0;
}

.address-cell .inner {
    float: right !important;
    width: 585px;
}

.google-map {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.google-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-page h3 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px 0;
}

.contact-page ul {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 400;
    color: #FFF;
    list-style: none;
}

.contact-page ul a {
    color: #FFF;
}

.contact-page ul li {
    margin: 0 0 25px 0;
    padding: 0 0 0 40px;
    position: relative;
}

.contact-page ul li img {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-page h4 {
    font-size: 40px;
    font-weight: 700;
    color: #D81F3F;
    margin: 90px 0 70px 0;
}

.contact-page span.title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 0 5px 0;
}

.contact-page input,
.contact-page textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #d8d6d6;
    padding: 0 20px;
    font-size: 14px;
    margin: 0 0 25px 0;
    color: #000;
}

.contact-page input:focus::placeholder,
.contact-page textarea:focus::placeholder {
    font-size: 0;
}

.contact-page input::placeholder {
    color: #848282;
}

.contact-page textarea {
    height: 200px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.contact-page button.submit {
    padding: 0 40px;
    height: 60px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 0px;
    background: #6247C4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.contact-page button.submit:hover {
    background: #D81F3F;
    color: #fff;
}

#ContactOurTeam .contact-page {
    padding: 30px 0;
}

#ContactOurTeam .modal-dialog {
    max-width: 1000px;
}


/* Product */

.our-product {
    padding: 75px 0 0 0;
}

.our-product .product {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #461F9F;
    padding: 70px 600px 70px 60px;
    margin: 30px 0 320px 0;
    text-align: left;
    position: relative;
}

.our-product .product p {
    font-size: 25px;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 40px;
}

.our-product .product .mob-sec {
    position: absolute;
    top: 40px;
    right: -30px;
}

.our-product .product .mob-sec img {
    position: relative;
    z-index: 9;
}

.our-product .product .mob-sec video {
    width: 254px;
    position: absolute;
    left: 216px;
    top: 17px;
}

.what-we-offer h2 {
    margin: 0 0 50px 0;
}

.what-we-offer .cell {
    padding: 80px 60px 100px 60px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 130px 0;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.11);
    position: relative;
}

.what-we-offer .cell.sme {
    background: #5d42d3 url(../images/sme.png) left bottom no-repeat;
}

.what-we-offer .cell.enterprise {
    background: #5d42d3 url(../images/enterprise.png) left bottom no-repeat;
}

.what-we-offer .cell.self-build {
    background: #5d42d3 url(../images/self-build.png) left bottom no-repeat;
}

.what-we-offer .cell.agency {
    background: #5d42d3 url(../images/agency.png) left bottom no-repeat;
}

.what-we-offer .cell h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.what-we-offer .cell p {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}

.what-we-offer .cell a.btn {
    padding: 0 40px;
    height: 100px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50px;
    bottom: -50px;
    background: #FFF;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.11) !important;
    font-size: 25px;
    color: #000;
    font-weight: 700;
    line-height: 100px;
    display: block;
}

.what-we-offer .cell a.btn i {
    font-size: 22px;
    margin: 0 0 0 10px;
}

.what-we-offer .cell a:hover {
    color: #FFF;
    background: #d81f3f;
}

.our-platform {
    padding: 50px 0 0 0;
}

.our-platform h2 {
    margin: 0 0 20px 0;
}

.our-platform h2+p {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 40px 0;
}

.our-platform .wrapr {
    padding: 120px 0 150px 0;
    background: url('../images/bg-4.jpg') center top repeat-y;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.our-platform h4 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 45px 0;
}

.our-platform .cell {
    background: #FFF;
    /* height: 100%; */
    margin: 0 0 30px 0;
}

.our-platform .content {
    padding: 30px;
}

.our-platform .content h5 {
    font-size: 35px;
    font-weight: 700;
    color: #D81F3F;
    margin: 0 0 5px 0;
}

.our-platform .content p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 10px 0;
    color: #000;
}

.our-platform .content p.small {
    font-size: 16px;
}

.our-platform .content a.btn {
    background: #D81F3F;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 10px 0 0 0;
    font-size: 14px;
    padding: 10px 20px;
}

.our-platform .content a.btn:hover {
    background: #5D42D3;
}

#FacebookMessengerChatbot .modal-body {
    padding: 30px;
}

#FacebookMessengerChatbot .modal-dialog {
    max-width: 1000px;
}

#FacebookMessengerChatbot .cell {
    padding: 0 0 0 0;
    position: relative;
}

#FacebookMessengerChatbot .cell img {
    float: left;
    margin: 0 15px 0 0;
}

#FacebookMessengerChatbot p {
    font-size: 14px;
}

#FacebookMessengerChatbot .cell p {
    display: grid;
    font-size: 14px;
    margin: 0 0 5px 0;
}


/* Features */

.features-page {
    padding: 75px 0 0 0;
}

.features-page h2 {
    margin: 0 0 10px 0;
}

.features-page h2+p {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.sec-4 {
    background: url(../images/bg-4.jpg) center center no-repeat;
    padding: 100px 0;
    margin: 20px 0 0 0;
}

.sec-4 span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin: 0 0 30px 0;
}

.sec-4 h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 65px;
}

.sec-4 a.btn {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 0 33px;
    background: #fff;
    height: 65px;
    line-height: 65px;
    margin: 25px 0 0 0;
}

.sec-4 a.btn:hover {
    background: #5D42D3;
    color: #fff;
}

.features-page .key-features h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 60px 0;
}

.what-you-see {
    background: #fff url('../images/dots.png') repeat;
    padding: 70px 0;
}

.what-you-see ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    color: #5D42D3;
}

.what-you-see ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 34px;
    position: relative;
}

.what-you-see ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}

.what-you-see h5 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 15px 0 0 0;
}

.what-you-see p {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}


/* Login sign up */

.login-close {
    width: 38px;
    height: 38px;
    background: url(../images/close.png) center bottom no-repeat;
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    -webkit-transition: 0s !important;
    -moz-transition: 0s !important;
    -ms-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}

.login-close:hover {
    background: url(../images/close.png) center top -1px no-repeat;
}

.login-signup-wrapper {
    width: 100%;
    height: 100vh;
}

.bg1 {
    background: url('../images/login-signup-bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg2 {
    background: url('../images/login-signup-bg.jpg') center center repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
}

.bg3 {
    background: #EFEFEF;
}

.login-signup-wrapper .main-cell {
    width: calc(100% - 300px);
    /* 	height: calc(100vh - 300px);
	position: relative;
	top: 150px;
	left: 150px; */
    background: #FFF;
}

.login-signup-wrapper .main-cell .cell-left {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}

.login-signup-wrapper .main-cell .cell-right {
    width: 50%;
    float: left;
    height: 100%;
    background: #F9F9F9;
    padding: 20px;
    min-height: 660px;
}

.login-signup-wrapper .main-cell .cell-right img {
    max-width: 100%;
    max-height: 100%;
}

.login-signup-wrapper .main-cell .logo {
    position: absolute;
    top: 40px;
    left: 40px;
}

.login-signup-wrapper .main-cell .cell-left.login {
    padding: 170px 255px 50px 115px;
}

.login-signup-wrapper .main-cell .cell-left h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #000;
    margin: 0;
}

.login-signup-wrapper .login-form {
    padding: 0;
    margin: 35px 0 0 0;
}

.login-signup-wrapper .login-form .cell {
    padding: 0 0 35px 0;
    position: relative;
}

.login-signup-wrapper .login-form .cell i {
    position: absolute;
    left: 0;
    bottom: 50px;
    font-size: 23px;
    color: #8d8d8d;
}

.login-signup-wrapper .login-form .cell input {
    padding: 0 0 0 40px;
    border: 0px;
    border-bottom: 2px solid #8d8d8d;
    height: 50px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    width: 100%;
}

.login-signup-wrapper .login-form .bottom-cell a {
    float: right;
    color: #5F5F5F;
    text-decoration: none;
}

.login-signup-wrapper .login-form .bottom-cell a:hover {
    color: #D81F3F;
}

.login-signup-wrapper .login-form .bottom-cell input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.login-signup-wrapper .login-form .bottom-cell input[type=checkbox].css-checkbox+label.css-label,
.login-signup-wrapper .login-form .bottom-cell input[type=checkbox].css-checkbox+label.css-label.clr {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

.login-signup-wrapper .login-form .bottom-cell input[type=checkbox].css-checkbox:checked+label.css-label,
.login-signup-wrapper .login-form .bottom-cell input[type=checkbox].css-checkbox+label.css-label.chk {
    background-position: 0 -15px;
}

.login-signup-wrapper .login-form .bottom-cell label.css-label {
    background-image: url(../images/check-2.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #5F5F5F;
    font-size: 14px;
}

.login-signup-button {
    margin: 45px 0 0 0;
}

.login-signup-button .btn {
    width: 165px;
    height: 50px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    border: 1px solid #6247c4;
    font-size: 16px;
    font-weight: 700;
    color: #6247C4;
    float: left;
    margin: 0 15px 0 0;
    line-height: 50px;
    padding: 0;
}

.login-signup-button .btn:hover,
.login-signup-button .btn.style1 {
    background: #6247C4;
    color: #fff;
}

.login-signup-button .btn.style1:hover {
    border: 1px solid #D81F3F;
    background: #D81F3F;
}

.login-with {
    padding: 0;
    margin: 65px 0 0 0;
}

.login-with span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 7px 15px 0 0;
    display: block;
    float: left;
}

.login-with a {
    float: left;
    font-size: 14px;
    padding: 0 22px 0 14px;
    margin: 0 0 0 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

.login-with a.fb {
    background: #3B5998;
}

.login-with a.fb i {
    font-size: 16px;
}

.login-with a.google {
    background: #ea4335;
}

.login-with a.fb:hover {
    background: #304b83;
}

.login-with a.google:hover {
    background: #da2111;
}

.login-with a i {
    position: relative;
    margin: 0 7px 0 0;
    padding: 0 12px 0 0;
}

.login-with a i::after {
    content: "";
    width: 1px;
    height: 11px;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 3px;
}

.login-with a.google i::after {
    top: 2px;
}


/* Register */

.login-signup-wrapper .main-cell .cell-left.register {
    padding: 150px 70px 30px 70px;
}

.register-form {
    padding: 10px 0 0 0;
}

.register-form .cell {
    width: calc(50% - 20px);
    float: left;
    margin: 0 0 10px 0;
}

.register-form .cell:nth-child(odd) {
    margin-right: 40px;
}

.register-form .cell input {
    width: 100%;
    height: 40px;
    border: 0px;
    border-bottom: 2px solid #8d8d8d;
    font-size: 16px;
}

.register-form .cell input::placeholder {
    color: #000;
}

.register-form .cell .bootstrap-select {
    width: 100% !important;
}

.register-form .cell .bootstrap-select .dropdown-toggle {
    padding: 7px 0 0 0 !important;
    height: 40px;
    border: 0px;
    border-bottom: 2px solid #8d8d8d;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none !important;
}

.register-form .cell .bootstrap-select .dropdown-toggle span {
    color: #000;
}

.register-form .cell .dropdown-menu {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
}

.register-form .cell .bootstrap-select .dropdown-toggle::after {
    margin-left: -12px;
    border-top: .3em solid #000;
}

.register-form .cell .dropdown-menu li a:hover {
    background: #f1f1f1;
}

.register-form .cell.phone input {
    width: calc(100% - 65px);
    float: left;
}

.register-form .cell.phone .bootstrap-select {
    width: 55px !important;
    float: left;
    margin-right: 10px;
}

.register-form .cell.phone .bootstrap-select button::after {
    display: none !important;
}

.already-have-account {
    font-size: 16px;
    color: #5F5F5F;
    margin: 15px 0 0 0;
}

.already-have-account a {
    color: #6247C4;
    font-weight: 700;
}

.already-have-account+.login-signup-button {
    margin-top: 30px;
}

header.d-none+hr {
    display: none;
}

.products-link {
    padding: 24px 0;
    background: #F7F5FD;
}

.products-link ul {
    display: table;
    margin: 0 auto;
    padding: 0;
}

.products-link ul li {
    list-style: none;
    float: left;
}

.products-link ul li a {
    display: block;
    text-align: center;
    height: 58px;
    line-height: 52px;
    width: 120px;
    font-size: 20px;
    color: #5D42D3;
    border: 2px solid #5d42d3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 8px;
    text-decoration: none;
}

.products-link ul li a:hover,
.products-link ul li.active a {
    background: #5d42d3;
    color: #fff;
}

.self-build {
    padding: 75px 0 0 0;
}

.self-build h2+p {
    font-size: 35px;
    color: #D81F3F;
    line-height: normal;
}

.sec-5 {
    padding: 46px 0;
    margin: 30px 0 0 0;
    background-color: #6247c4;
    background-image: url(../images/bg-5.jpg);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.sec-5 h3 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
}

.sec-5 h3 sup {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    display: block;
    top: auto;
    bottom: 0;
    line-height: normal;
    margin: 0 0 15px 0;
}

.sec-5 ul {
    width: 50%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.sec-5 ul li {
    margin: 0 0 15px 0;
}

.sec-5 ul li i {
    font-size: 13px;
    margin: 0 2px 0 0;
}

.sec-5 a.btn1 {
    display: table;
    padding: 16px 30px;
    background: #FFF;
    font-size: 18px;
    font-weight: 700;
    color: #6247C4;
    margin: 20px 0 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

.sec-5 a.btn1:hover {
    color: #D81F3F;
}

.sec-5 .pricecell {
    width: calc(100% - 70px);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    min-height: 382px;
    margin: 0 0 0 35px;
    background: #fff;
    text-align: center;
    padding: 40px 0;
}

.sec-5 .pricecell h4 {
    font-size: 80px;
    font-weight: 400;
    color: #000;
    margin: 15px 0 0 0;
}

.sec-5 .pricecell h4 sup {
    font-size: 18px;
    font-weight: 400;
    color: #D81F3F;
    top: -35px;
    bottom: 0;
    line-height: normal;
    margin: 0 10px 0 0;
}

.sec-5 .pricecell h4 sub {
    font-size: 18px;
    font-weight: 400;
    color: #D81F3F;
    top: 0;
    bottom: 0;
    line-height: normal;
    margin: 0 0 0 4px;
}

.sec-5 .pricecell a.btn {
    width: calc(100% - 80px);
    background: #d81f3f;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.sec-5 .pricecell a.btn:hover {
    background: #5D42D3;
}

.self-build .page-content {
    padding: 100px 0;
}

.self-build .page-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 25px;
    line-height: normal;
}

.self-build .page-content ul li {
    margin: 0 0 40px 0;
    padding: 0 0 0 85px;
    position: relative;
}

.self-build .page-content ul li:last-child {
    margin-bottom: 0;
}

.self-build .page-content ul li span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 100px;
    color: #E5E2F7;
    font-weight: 700;
}


/* Pricing */

.pricing-banner {
    background: #000;
    text-align: center;
}

.pricing {
    padding: 50px 0 0 0;
}

.pricing h2+p {
    font-size: 25px;
    font-weight: 700;
}

.pricing .page-content {
    padding: 75px 0 30px 0;
}

.pricing .page-content h4 {
    font-size: 40px;
    font-weight: 700;
    color: #D81F3F;
    margin: 0 0 35px 0;
}

.pricing .page-content .cell1 {
    padding: 0 0 25px 0;
}

.pricing .page-content .cell1 span {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 0 13px 0;
}

.pricing .page-content .cell1 p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0 0 0 30px;
}

.sec-6 {
    background: url(../images/dots.png) center repeat;
    padding: 60px 0;
    margin: 55px 0 0 0;
}

.sec-6 span.title1 {
    font-size: 18px;
    color: #D81F3F;
    font-weight: 700;
    display: block;
    margin: 0 0 10px 0;
}

.sec-6 h5 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.sec-6 p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 10px 0 0 0;
}

.sec-6 ul {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: normal;
    list-style: none;
    font-size: 16px;
}

.sec-6 ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 40px;
    position: relative;
}

.sec-6 ul li img {
    position: absolute;
    left: 0;
    top: 2px;
}


/* Sme */

.sme {
    padding: 75px 0;
}

.sme h2+p {
    font-size: 35px;
    color: #D81F3F;
    line-height: normal;
}

.sme .cell-1 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #6247C4;
    padding: 40px 15px;
    margin: 25px 0 0 0;
}

.sme .cell-1 p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    margin: 0 0 15px 0;
}

.sme .cell-1.color2 {
    background: #F3F3F3;
}

.sme .cell-1.color2 p {
    color: #000;
}

.sme .service-involve {
    padding: 100px 0;
    margin: 100px 0 0 0;
    background: url(../images/bg-6.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sme .service-involve h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 60px 0;
}

.sme .service-involve .mainbtn {
    display: block;
    width: 270px;
    height: 155px;
    float: left;
    text-align: center;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #6247C4;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.sme .service-involve .mainbtn:hover {
    background: #D81F3F;
    color: #fff;
}

.sme .service-involve .arrowcell1 {
    width: 180px;
    height: 155px;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 15px;
}

.sme .service-involve .arrowcell1 img {
    max-width: 100%;
}

.sme .service-involve .arrowcell2 {
    padding: 40px 0;
}

.sme .service-involve .modal-content {
    z-index: 999;
}

.sme .service-involve .modal-title {
    color: #6247C4;
    font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

.sme .service-involve button.btn.btn-secondary {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #6247C4;
    border: 0px;
}

.sme .service-involve button.btn.btn-secondary:hover {
    background: #D81F3F;
}

.sme .service-involve .modal-body p {
    margin: 0;
    font-size: 22px;
}

.sme .selectniche {
    padding: 90px 0 20px 0;
}

.sme .selectniche h2 {
    margin: 0 0 40px 0;
}

.sme .selectniche .cell {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 340px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 999 !important;
    display: block;
}

.sme .selectniche .cell .inner {
    background: rgba(98, 71, 196, 0.9);
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sme .selectniche .cell .inner span {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    display: block;
}

.sme .selectniche .cell .inner span sub {
    bottom: 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.sme .selectniche .cell .inner figure {
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    height: 50px;
    margin: 30px auto 0 auto;
    font-size: 16px;
    line-height: 50px;
    padding: 0 28px;
    font-weight: 700;
    display: none;
}

.sme .selectniche .cell .inner figure:hover {
    background: #D81F3F;
    color: #fff;
}

.sme .selectniche .cell:hover .inner figure {
    display: table;
}

.sme .selectniche .cell:hover .inner {
    height: 100%;
}

.sme .selectniche .cell:hover .inner figure {
    display: table;
}

.sme .selectniche .modal-dialog {
    max-width: 970px;
}

.sme .selectniche .modal-dialog .modal-header {
    border: 0px !important;
    padding: 0;
}

.sme .selectniche .modal-dialog button.close {
    width: 60px;
    height: 60px;
    background: #D71F3E;
    opacity: 1;
    padding: 0;
    right: 16px;
    top: 16px;
    position: absolute;
    line-height: 10px;
    z-index: 99;
}

.sme .selectniche .modal-dialog button.close:hover {
    background: #6045C3;
}

.sme .selectniche .modal-body {
    padding: 50px;
}

.sme .selectniche .modal-body .cell1 {
    width: calc(100% - 330px);
    float: left;
}

.sme .selectniche .modal-body .cell1 h3 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.sme .selectniche .modal-body .cell1 p {
    font-size: 14px;
    line-height: 24px;
}

.sme .selectniche .modal-body .cell1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: normal;
}

.sme .selectniche .modal-body .cell1 ul>li {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative;
}

.sme .selectniche .modal-body .cell1 ul>li::after {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #5d42d3;
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
}

.sme .selectniche .modal-body .cell1 ol {
    padding-left: 20px;
    margin: 10px 0 0 0;
}

.sme .selectniche .modal-body .cell1 a.btn {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #5D42D3;
    padding: 10px 15px;
    color: #fff;
    margin: 0 0 0 0;
}

.sme .selectniche .modal-body .cell1 a.btn:hover {
    background: #D71F3E;
}

.sme .selectniche .modal-body .cell1 i {
    position: relative;
    bottom: -2px;
    margin: 0 0 0 5px;
}

.sme .selectniche .modal-body .cell2 {
    width: 330px;
    float: left;
    padding: 0 0 0 40px;
    position: relative;
}

.sme .selectniche .modal-body .cell2 img {
    position: relative;
    z-index: 9;
    max-width: 100%;
}

.sme .selectniche .modal-body .cell2 video {
    width: 224px;
    position: absolute;
    top: 10px;
    left: 54px;
}

.sec-7 {
    background: url(../images/bg-6.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 85px 0;
    color: #FFF;
    font-size: 60px;
    line-height: 76px;
    margin: 60px 0 0 0;
}

.our-Services {
    padding: 75px 0;
    margin: 0 0 0 0;
}

.our-Services h2+p {
    font-size: 35px;
    font-weight: 400;
    color: #000;
    line-height: normal;
    margin: 10px 0 0 0;
}

.our-Services h3 {
    font-size: 45px;
    font-weight: 700;
}

.our-Services p {
    font-size: 20px;
}

.sec-8 {
    background: url(../images/bg-6.jpg) center center no-repeat;
    padding: 80px 0;
    margin: 50px 0 0 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sec-8 h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 40px 0;
}

.sec-8 .cell {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 40px 15px;
    background: #5137B6;
    text-align: center;
}

.sec-8 .cell span.title {
    font-size: 116px;
    font-weight: 700;
    color: #3A2788;
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    line-height: 100px;
    margin: 0 0 0 0;
}

.sec-8 .cell span.title sub {
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 45px;
}

.sec-8 .cell p {
    font-size: 16px;
    font-weight: 400;
    color: #e6e3f5;
}

.sec-8 i {
    position: absolute;
    right: -25px;
    top: 50%;
    color: #fff;
    font-size: 45px;
    z-index: 9;
    transform: translateY(-50%);
}

.brand-experience {
    padding: 100px 0;
    background: url(../images/dots.png) repeat;
}

.brand-experience.bg2 {
    background: #FFF;
    padding-bottom: 0;
}

.brand-experience h3 {
    color: #000;
    font-size: 60px;
    font-weight: 700;
}

.brand-experience h3+p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 70px 0;
}

.brand-experience .cell1 {
    background: #FFF;
    box-shadow: 0px 0px 76px 0px rgba(147, 147, 147, 0.44);
    border-radius: 5px;
    padding: 40px;
    margin: 32px 0 0 0;
}

.brand-experience .cell1 h4 {
    font-size: 25px;
    font-weight: 700;
    color: #D81F3F;
    margin: 0 0 10px 0;
}

.brand-experience .cell1 p {
    font-size: 16px;
    line-height: 25px;
}

.brand-experience .cell1 span.title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    display: block;
    margin: 10px 0 15px 0;
}

.brand-experience .cell1 ul {
    margin: 0 0 0 0;
    padding: 0;
    line-height: normal;
    list-style: none;
    color: #5D42D3;
}

.brand-experience .cell1 ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 35px;
    position: relative;
}

.brand-experience .cell1 ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}

.brand-experience .cell1 .cell {
    padding: 0 0 0 110px;
    position: relative;
    margin: 25px 0 0 0;
}

.brand-experience .cell1 .cell p {
    margin: 0;
}

.brand-experience .cell1 .cell i {
    font-size: 15px;
    color: #333;
}

.brand-experience .cell1 .cell img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.brand-experience .cell1 .cell span.name {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    display: block;
    margin: 5px 0 0 0;
}

.brand-experience .cell1 .cell span.name sub {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0 0 0;
    line-height: normal;
    bottom: 0;
}

.brand-experience .cell1 .cell img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.brand-experience .cell2 {
    position: relative;
    top: -23px;
}

.brand-experience .cell2 img {
    position: relative;
    z-index: 9;
}

.brand-experience .cell2 video {
    width: 253px;
    position: absolute;
    top: 36px;
    left: 37px;
}


/* Blog */

.blog-page h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0 0 17px 0;
}

.blog-page span.date,
.blog-page span.comment {
    font-size: 16px;
    font-weight: 400;
    color: #8A8787;
    display: block;
    padding: 0 0 0 32px;
    background: url("../images/calendar.png") left center no-repeat;
    float: left;
}

.blog-page span.comment {
    background: url("../images/chat-icon.png") left center no-repeat;
    margin: 0 0 0 25px;
}

.blog-list h3 {
    font-size: 25px;
    line-height: normal;
    color: #D81F3F;
    margin: 0 0 20px 0;
}

.blog-list h3+p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin: 0 0 30px 0;
}

.blog-list .cell {
    padding: 0 0 30px 0;
}

.blog-list .cell a.title {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    line-height: normal;
    margin: 0 0 15px 0;
    display: block;
}

.blog-list .cell a.title:hover {
    color: #D81F3F;
    text-decoration: none;
}

.blog-list .cell p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.blog-page .recent {
    padding: 9px 0 0 0;
}

.blog-page .recent h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0;
}

.blog-page .recent .cell {
    padding: 0 0 30px 0;
}

.blog-page .recent .cell a.title {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    display: block;
    line-height: normal;
    margin: 25px 0 10px 0;
    text-decoration: none;
}

.blog-page .recent .cell a.title:hover {
    color: #D81F3F;
}

.blog-page .recent .cell p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0;
}

.blog-page .recent a.btn {
    padding: 0 45px;
    display: table;
    height: 50px;
    background: #EAE9E9;
    color: #5d42d3;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.blog-page .recent a.btn:hover {
    background: #5d42d3;
    color: #fff;
}

hr.style-1 {
    margin: 30px 0;
}

.social-media {
    padding: 0;
}

.social-media h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.social-media a {
    width: calc(33.33% - 4px);
    float: left;
    background: red;
    margin-right: 6px;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.social-media a:nth-child(3n+2) {
    margin-right: 0;
}

.social-media a span {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    display: block;
}

.social-media a span sup {
    display: block;
    font-size: 16px;
    line-height: normal;
    position: relative;
    margin: 0 0 -8px 0;
}

.privacy-tearm {
    padding: 65px 0;
}

.privacy-tearm h2 {
    font-size: 40px;
}

.privacy-tearm ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 17px;
}

ul.liststyle1 {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    text-align: left;
    font-size: 18px;
}

ul.liststyle1 li {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    position: relative;
}

ul.liststyle1 li::after {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background: #6147bf;
    content: "";
}

.case-study {
    padding: 65px 0 0 0;
}

.case-study .videobox {
    width: 330px;
    padding: 0 0 0 0;
    position: relative;
}

.case-study .videobox img {
    position: relative;
    z-index: 9;
    max-width: 100%;
}

.case-study .videobox video {
    width: 224px;
    position: absolute;
    top: 10px;
    left: 14px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.sme-enterprise-agency {
    padding: 60px 0;
    background: #F9F9F9;
}

.sme-enterprise-agency h3 {
    font-size: 35px;
    font-weight: 700;
}

.sme-enterprise-agency a.btn {
    background: #D81F3F;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}

.sme-enterprise-agency a.btn:hover {
    background: #6247C4;
}

.sme-enterprise-agency .cell {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #6247c4;
    background-image: url(../images/bg-5.jpg);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 30px;
}

.sme-enterprise-agency .cell a {
    width: 100%;
    background: #FFF;
    font-weight: 700;
    color: #6247C4;
    border: 1px solid #fff;
    margin: 20px 0 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sme-enterprise-agency .cell a:hover {
    color: #fff;
}

.modal.fade.style1 button.close {
    width: 35px;
    height: 35px;
    background: #D71F3E;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 9;
}

.modal.fade.style1 button.close:hover {
    background: #5D42D3;
}

.modal.fade.style1 button.close img {
    width: 14px;
    position: relative;
    top: -4px;
}

.modal.fade.style1 h5 {
    font-size: 25px;
    color: #6247C4;
    margin: 0 0 10px 0;
}

.sec-9 {
    background: url(../images/bg-6.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0;
    color: #FFF;
    margin: 50px 0 0 0;
}

.sec-9 h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.sec-9 p {
    font-size: 16px;
    padding: 0 0;
}

.sec-9 a.btn {
    padding: 0 38px;
    height: 58px;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 58px;
    font-weight: 700;
    margin: 20px 0 0 0;
}

.sec-9 a.btn:hover {
    background: #D81F3F;
    color: #fff;
}

.white-label {
    padding: 75px 0 0 0;
}

.white-label h4 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px 0;
}

.white-label p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.white-label a.btn {
    padding: 0 38px;
    height: 58px;
    background: #5d42d3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 58px;
    font-weight: 700;
    margin: 20px 0 0 0;
    color: #fff;
}

.white-label a.btn:hover {
    background: #D81F3F;
    color: #fff;
}

.key-features-2 {
    padding: 12px 0 60px 0;
}

.key-features-2 .cellrow {
    padding-bottom: 30px;
}

.key-features-2 .cell h4 {
    font-size: 25px;
    font-weight: 700;
    color: #D81F3F;
    margin: 20px 0 12px 0;
}

.key-features-2 .cell p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.promotions-page {
    padding: 0 0 50px 0;
}

.promotions-page h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
}

.promotions-page p {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.promotions-page ul.style1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.promotions-page ul.style1 li {
    padding: 0 0 0 25px;
    margin: 0 0 15px 0;
    position: relative;
    font-weight: 700;
}

.promotions-page ul.style1 li::after {
    width: 8px;
    height: 8px;
    background: #D81F3F;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.promotions-page .cell {
    padding: 40px 0 0 0;
}

#startnow .modal-dialog {
    max-width: 700px;
}

#startnow .modal-content {
    background: none;
}

#startnow .modal-body {
    /* background-color: #fff;
	background-image: url(../images/bg-5.jpg); */
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    padding: 0;
    text-align: center;
}

#startnow .modal-body h2 {
    font-size: 32px;
    text-align: center;
    color: #6247C4;
}

#startnow .modal-body button.close {
    position: absolute;
    right: 15px;
    top: 10px;
}

#startnow .modal-body span.sub {
    font-size: 28px;
    color: #D81F3F;
    font-weight: 700;
    margin: 10px 0 0 0;
    display: block;
    text-align: center;
}

#startnow .modal-body a.btnGO {
    background: #6247C4;
    display: table;
    margin: 15px auto 0 auto;
    color: #fff;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

#startnow .modal-body a.btnGO:hover {
    background: #D81F3F;
}

#startnow .modal-body a.btnGO i {
    font-size: 16px;
    margin: 0 0 0 6px;
    position: relative;
    top: 1px;
}

#startnow .modal-body .left {
    width: 40%;
    float: left;
    height: 350px;
    background: #6247C4;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#startnow .modal-body .right {
    width: 60%;
    float: left;
    height: 350px;
    padding: 0 10px;
    display: flex;
    background: #FFF;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*  */

.price-table {
    margin: 0 auto;
    padding: 15px 0 50px 0;
    display: block;
}

.price-table .cell {
    width: 25%;
    float: left;
    border: 1px solid #e0e4e8;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 20px 0 123px 0;
    text-align: center;
    background: #FFF;
    position: relative;
    -webkit-box-shadow: 6px 12px 0px 3px rgba(246, 246, 246, 1);
    -moz-box-shadow: 6px 12px 0px 3px rgba(246, 246, 246, 1);
    box-shadow: 6px 12px 0px 3px rgba(246, 246, 246, 1);
}

.price-table .cell:nth-of-type(2) {
    z-index: 99;
}

.price-table .cell:nth-of-type(3) {
    z-index: 999;
}

.price-table .cell:nth-of-type(4) {
    z-index: 9999;
}

.price-table .cell span.top-price {
    font-size: 50px;
    font-weight: 700;
}

.price-table .cell span.top-price sup {
    font-size: 21px;
    top: -19px;
}

.price-table .cell span.top-price strike {
    font-weight: 400;
    font-size: 25px;
    color: #4a4949;
}

.price-table .cell p.syl1 {
    font-size: 17px;
    font-weight: 700;
    color: #504f4f;
    position: relative;
    margin: -5px 0 0 0;
    line-height: 22px;
}

.price-table .cell p.syl2 {
    font-size: 15px;
    font-weight: 400;
    color: #757373;
    position: relative;
    margin: 5px 0 15px 0;
}


/* .price-table .cell span.top-price p.syl1 {
	color: #848080;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin: -5px 0 0 0;
} */

.price-table .cell span.title {
    width: calc(100% - 20px);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: normal;
    display: block;
    margin: 0 auto 15px auto;
    padding: 15px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.price-table .cell span.title sub {
    display: block;
    line-height: normal;
    bottom: 0;
    font-size: 25px;
    position: relative;
    margin-top: -15px;
}

.price-table .cell span.basic {
    background: #feb515;
}

.price-table .cell span.standard {
    background: #ff002c;
}

.price-table .cell span.premium {
    background: #FF4B3C;
}

.price-table .cell span.custom {
    background: #4b38ae;
}

.price-table .cell ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.price-table .cell ul li {
    padding: 6px 10px 6px 25px;
    border-bottom: 1px solid #e0e4e8;
    background: url(../images/tick.png) left 10px top 14px no-repeat;
}

.price-table .cell ul li span {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e1e1e1;
    display: block;
    margin: 6.5px auto;
}

.most-popular {
    position: absolute;
    top: 0;
    right: 0;
}

.buttons-cell {
    padding: 10px 15px 0 15px;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
}

.buttons-cell a {
    margin: 5px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

.buttons-cell a.sign-up {
    height: 40px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #4b38ae;
    color: #fff;
    width: 100%;
    display: block;
    line-height: 40px;
    font-weight: 600;
}

.buttons-cell a.request {
    height: 40px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ff002c;
    color: #fff;
    width: 100%;
    display: block;
    line-height: 40px;
    font-weight: 600;
}

.buttons-cell a:hover {
    background: #000;
}


/*  */

.price-table .cell.styl-2 {
    padding-bottom: 60px;
    margin-bottom: 20px;
}

.price-table .cell.styl-2 .buttons-cell {
    padding-left: 10px;
    padding-right: 10px;
}

.price-table .cell.styl-2 span.title {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}


/*  */

.standard-price {
    margin: 0 auto;
    padding: 15px 0 50px 0;
    display: block;
}

.standard-price .cell {
    width: 100%;
    float: left;
    border: 1px solid #e0e4e8;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 20px 0 78px 0;
    text-align: center;
    background: #FFF;
    position: relative;
    -webkit-box-shadow: 6px 12px 0px 3px rgba(246, 246, 246, 1);
    -moz-box-shadow: 6px 12px 0px 3px rgba(246, 246, 246, 1);
    box-shadow: 6px 12px 0px 3px rgba(246, 246, 246, 1);
}

.standard-price .cell span.title {
    width: calc(100% - 20px);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
    margin: 0 auto 25px auto;
    padding: 0 0 15px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FF002C;
}

.standard-price .cell span.title sub {
    display: block;
    line-height: normal;
    bottom: 0;
    font-size: 25px;
    position: relative;
    margin-top: -15px;
}

.standard-price .cell ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.standard-price .cell ul li {
    padding: 6px 10px 6px 25px;
    border-bottom: 1px solid #e0e4e8;
    background: url(../images/tick.png) left 10px top 14px no-repeat;
}

.standard-price .cell ul li span {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e1e1e1;
    display: block;
    margin: 6.5px auto;
}

.pre-built-cell {
    padding: 0;
}

.pre-built-cell h2 {
    font-size: 35px;
    margin: 5px 0 0 0;
    float: left;
}

.pre-built-cell h2+.btn {
    margin-left: 10px;
}

.pre-built-cell h2+.btn,
.pre-built-cell h2+.btn+.btn {
    float: right;
}

.pre-built-cell a.cell {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
}

.pre-built-cell a.cell span {
    font-size: 16px;
    color: #FFF;
    font-weight: 700;
    display: block;
    background: #6247C4;
    width: 100%;
    text-align: right;
    padding: 10px 15px 10px 40px;
}

.pre-built-cell a.cell::before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    bottom: 12px;
    left: 10px;
    background: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pre-built-cell a.cell.current::after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    bottom: 17px;
    left: 15px;
    background: #6247C4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 9;
}

.pre-built-cell .col-xl-3 {
    margin-bottom: 30px;
}

body.bg2 .login-signup-wrapper {
    height: auto !important;
    padding: 50px 0;
}

body.bg2 .login-signup-wrapper .main-cell .cell-left.register {
    width: 60%;
}

body.bg2 .login-signup-wrapper .main-cell .cell-right {
    width: 40%;
}

.btn.style2 {
    padding: 0 25px;
    background: #D81F3F;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    height: 45px;
    line-height: 42px;
    margin: 0 0 0 0;
    letter-spacing: 1px;
}

.btn.style2:hover {
    background: #BD0C2B;
}

.app-logo-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 15px 0;
}

.app-logo-col {
    max-width: 40%;
    padding: 0px 15px;
}

.app-logo-sec {
    padding: 20px 0;
}

.hd1 {
    color: #ffffff;
    font-size: 30px;
}

.login-signup-wrapper.agency {
    background: #EFEFEF;
}

.login-signup-wrapper.agency .main-cell {
    border: 1px solid #e0e0e0;
}

.login-signup-wrapper.agency .login-signup-button .btn,
.login-signup-wrapper.agency .login-signup-button .btn.style1 {
    background: #fff;
    color: #3e3e3e;
    border: 1px solid #3e3e3e;
}

.login-signup-wrapper.agency .login-signup-button .btn:hover,
.login-signup-wrapper.agency .login-signup-button .btn.style1:hover {
    background: #3e3e3e;
    color: #fff;
    border: 1px solid #3e3e3e;
}

.login-signup-wrapper.agency .login-form .bottom-cell a:hover {
    text-decoration: underline;
    color: #000;
}

.login-signup-wrapper.agency .already-have-account a {
    color: #000;
}

.tooltip {
    display: inline;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 0;
}

.tooltip .fa-question-circle {
    font-size: 18px;
}

.tooltip p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.tooltip:hover {
    cursor: pointer;
}

.tooltip:hover .tooltip__content {
    -webkit-transform: translate3d(-50%, -10%, 0);
    -moz-transform: translate3d(-50%, -10%, 0);
    -ms-transform: translate3d(-50%, -10%, 0);
    -o-transform: translate3d(-50%, -10%, 0);
    transform: translate3d(-50%, -10%, 0);
    opacity: 1;
    pointer-events: auto;
}

.tooltip__content {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate3d(-50%, 0%, 0);
    -moz-transform: translate3d(-50%, 0%, 0);
    -ms-transform: translate3d(-50%, 0%, 0);
    -o-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    -webkit-transform-origin: 0 10px;
    -moz-transform-origin: 0 10px;
    -ms-transform-origin: 0 10px;
    -o-transform-origin: 0 10px;
    transform-origin: 0 10px;
    background-color: #9f87f7;
    border-radius: 4px;
    color: #2f2f2f;
    display: block;
    font-size: 14px;
    font-weight: normal;
    left: 50%;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    bottom: 100%;
    width: 300px;
}

.tooltip__content:before {
    border-color: transparent;
    border-top-color: #9f87f7;
    border-style: solid;
    border-width: 10px;
    content: " ";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    bottom: -19px;
    width: 0;
}

.tooltip__content:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
}

.tooltip__content:hover {
    -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    -moz-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    -ms-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    -o-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    opacity: 1;
    pointer-events: auto;
}

.register-form .cell.with-info {
    padding-right: 40px;
    position: relative;
}