@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200;700&display=swap");

:root {
    --modal-btn-color: #85ce36;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
hgroup,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
section {
    display: block;
}
body {
    font-family: "Roboto", "Open Sans";
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    color: #9c9c9c;
    font-size: 18px;
}
ol,
ul {
    list-style: none;
}
a:hover {
    text-decoration: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
button {
    outline: none;
    cursor: pointer;
}
button:focus {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin: 0;
    padding: 0;
}
a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #fff;
}
button {
    outline: none;
}
input {
    outline: none;
}
textarea {
    outline: none;
}
section {
    float: left;
    width: 100%;
    position: relative;
}

p {
    font-size: 18px;
    line-height: 24px;
}

/* ================ CROSS BROWSER COMPATABILITY ============ */

nav ul li a,
.feature-icon > span,
.feature-icon > span i,
.price,
.price-head,
.price > a,
.user-info img,
.up-social-links ul li a,
.blog-img:before,
.blog-img:after,
.blog-info h3 a,
.overlay,
.wait-sec > a:hover,
.btn-sbmt:hover {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 999999999999;
}
.features {
    padding: 100px 0;
}
.get-started {
    padding: 100px 0 0 0;
}
.about {
    padding: 270px 0 460px 0;
}
.pricing {
    padding: 180px 0 100px 0;
    margin-top: -300px;
}
.news {
    padding: 120px 0;
}
.services {
    padding: 140px 0 300px 0;
}
.remove-top-gap {
    padding-top: 0 !important;
}

.bg4 {
    background-size: contain !important;
}
.bg5 {
    background-size: contain !important;
}

.services {
    margin-top: -335px;
}

.remove-btm-gap {
    padding-bottom: 0 !important;
}
.features {
    margin-bottom: -70px;
}
.features:before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 50%;
    height: 310px;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    z-index: 9;
}
.half-bg2 {
    margin-top: 60px;
}
.half-bg2::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 73%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    -webkit-box-shadow: 0 0 50px rgba(196, 204, 245, 0.35);
    -moz-box-shadow: 0 0 50px rgba(196, 204, 245, 0.35);
    -ms-box-shadow: 0 0 50px rgba(196, 204, 245, 0.35);
    -o-box-shadow: 0 0 50px rgba(196, 204, 245, 0.35);
    box-shadow: 0 0 50px rgba(196, 204, 245, 0.35);
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    transform: rotate(-16deg);
}
.fixed-bg {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat;
}
.footer-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    left: 30px !important;
}

/* ================== Revolution Slider ================ */

a:hover {
    color: #000;
}

/* =================== main-section-data ==================  */

.subtitle {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 100px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3;
}

.main-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0 310px 0;
}
.main-section-data {
    float: left;
    width: 100%;
}
.banner-text {
    float: left;
    width: 100%;
    padding-top: 180px;
    padding-left: 50px;
}
.banner-text h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    line-height: 1.3;
}
.cta-color {
    color: #85ce36 !important;
}
.brand-color {
    color: #7260c8 !important;
}
.banner-text h2 {
    font-size: 66px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.banner-text p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 70px;
}
.banner-imgs {
    float: left;
    width: 100%;
}
.banner-imgs img {
    width: 100%;
}
.custom-container {
    max-width: 1410px;
    margin: 0 auto;
}

/* ================== Header ================= */
.header {
    width: 100%;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header.fixed {
    padding: 10px 0;
    background-color: #7260c8;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
}

.header.active {
    background-color: #eb8b8d;
}

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

.header__logo {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}

.header__logo img {
    width: 150px;
}

/* Nav */
.nav {
    font-size: 15px;
    text-transform: uppercase;
}

.nav__link {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.1s linear;
    font-weight: bold;
    padding: 10px 0px;
    margin-top: 7px;
}

.nav__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: opacity 0.1s linear;
}

.nav__link:hover {
    color: #000;
}

.nav__link:hover:after,
.nav__link.active:after {
    opacity: 1;
}

.nav__link.active {
    color: #000;
}

.text-black {
    color: #000;
}

.text-gold {
    color: #ca9330;
}

.text-white {
    color: #fff !important;
}

/* Nav toggle */
.nav-toggle {
    width: 30px;
    padding: 0;
    display: none;
    font-size: 0;
    color: transparent;
    border: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
}

.nav-toggle:focus {
    outline: 0;
}

.nav-toggle__item {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: background 0.2s linear;
}

.nav-toggle.active .nav-toggle__item {
    background: none;
}

.nav-toggle__item:before,
.nav-toggle__item:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    transition: transform 0.2s linear;
}

.nav-toggle__item:before {
    top: -8px;
}

.nav-toggle__item:after {
    bottom: -8px;
}

.nav-toggle.active .nav-toggle__item:before {
    transform-origin: left top;
    transform: rotate(45deg) translate3d(0px, -2px, 0);
}

.nav-toggle.active .nav-toggle__item:after {
    transform-origin: left bottom;
    transform: rotate(-45deg) translate3d(0px, 3px, 0);
}

@media (max-width: 770px) {
    /* Header */
    .header {
        padding: 10px 0;
    }

    /* Nav */
    .nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #806dde;
        padding: 20px 0;
    }

    .nav.active {
        display: block;
    }

    .nav__link {
        display: block;
        margin: 0;
        padding: 15px 20px;
    }

    .nav-toggle {
        display: block;
    }
}

/* ================ features-sec ============== */

.features-sec {
    float: left;
    width: 100%;
    position: relative;
}
.features-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 368px;
    height: 390px;
    background-image: url(../images/vector-shape.png);
    background-repeat: no-repeat;
}
.feature {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.feature-icon {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.icons {
    margin-bottom: 40px;
    width: 100px;
    height: 100px;
    padding: 20px;
    background-color: #7260c8;
    border-radius: 50px;
}
.icons img {
    width: 50px;
}

.feature-icon > span {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    line-height: 90px;
    -webkit-box-shadow: -5px 7px 11px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -5px 7px 11px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: -5px 7px 11px rgba(0, 0, 0, 0.35);
    -o-box-shadow: -5px 7px 11px rgba(0, 0, 0, 0.35);
    box-shadow: -5px 7px 11px rgba(0, 0, 0, 0.35);
}
.feature-icon > span i {
    font-size: 60px;
    font-weight: 700;
}
.feature-info {
    float: left;
    width: 100%;
}
.feature-info h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* ============== services-sec ============== */

.about-sec {
    float: left;
    width: 100%;
}
.about-img {
    float: left;
    width: 100%;
}
.about-img img {
    width: 100%;
}
.about-list {
    float: left;
    width: 100%;
    padding-left: 70px;
    padding-top: 90px;
}
.about-info {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.about-num {
    float: left;
    width: 120px;
    position: relative;
    z-index: 99;
}
.about-num.st2:before {
    left: -45px;
    top: -15px;
    -webkit-transform: rotate(254deg);
    -moz-transform: rotate(254deg);
    -ms-transform: rotate(254deg);
    -o-transform: rotate(254deg);
    transform: rotate(254deg);
}
.about-num.st3:before {
    top: auto;
    right: 30px;
    bottom: -50px;
    -webkit-transform: rotate(105deg);
    -moz-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    -o-transform: rotate(105deg);
    transform: rotate(105deg);
}
.about-num span {
    display: inline-block;
    font-size: 60px;
    font-weight: 900;
}
.abt-info h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.abt-info {
    float: left;
    width: 80%;
    position: relative;
    z-index: 99;
}

.cta-box {
    margin-top: 30px;
}

.cta-green {
    letter-spacing: 1px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    line-height: 1.3;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    background-color: #85ce36;
    transition: all 0.5s;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border: none;
}

.cta-white {
    background-color: #ffffff;
    color: #7463ce;
}

/* ================== services-sec ================ */

.services-sec {
    float: left;
    width: 100%;
}
.services-list {
    float: left;
    width: 100%;
}
.service-details {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.service-details > span {
    float: left;
    font-size: 60px;
}
.check {
    width: 40px;
    float: left;
}
.service-info {
    width: 85%;
    padding-left: 60px;
}
.service-info h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.no-pd {
    padding: 0 !important;
}
.service-img {
    float: left;
    width: 70%;
    position: relative;
}
.service-img > img {
    width: 100%;
}
.service-img > a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#html5-watermark {
    display: none !important;
}
#html5-image {
    padding: 0 !important;
}

.service-main-info {
    position: absolute;
    top: 50%;
    right: 0;
    width: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #7968d6ed;
    padding: 40px;
    margin-top: 70px;
    border-radius: 40px;
}
.service-main-info h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 30px;
}
.main-srv-sec {
    float: left;
    width: 100%;
    position: relative;
}

/* ================== pricing-plan ================= */

.pricing-plan {
    float: left;
    width: 100%;
}
.price {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 30px rgb(2 2 2 / 30%);
    margin-bottom: 30px;
}

.price:hover > a {
    background-color: #9c84e1;
    color: #fff;
    border-color: transparent;
}
.price-head {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.price-head h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 13px;
}
.price-head ul {
    float: left;
    width: 100%;
}
.price-head ul li {
    display: inline-block;
}
.price-head ul li h3 {
    font-size: 64px;
    font-weight: 700;
}
.price-head ul li h3 span {
    font-size: 30px;
    display: inline-block;
}
.price-head ul li > span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
}
.price-head ul li:nth-child(2) {
    position: relative;
    top: -3px;
}
.price-head ul li b {
    display: block;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.price > p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 35px;
}
.price > a {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    line-height: 1.3;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}

/* ================== heading ================== */

.heading {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.heading.st2 {
    margin-bottom: 75px;
}
.heading h3 {
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
}

/* ============= blog-posts =========== */

.blog-posts {
    float: left;
    width: 100%;
}
.blog-post {
    float: left;
    width: 100%;
}
.blog-img {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #ededed;
    position: relative;
    overflow: hidden;
}
.blog-img:before,
.blog-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}
.blog-post:hover .blog-img:before {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.blog-post:hover .blog-img:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.blog-post:hover .blog-img:before,
.blog-post:hover .blog-img:after {
    opacity: 1;
    visibility: visible;
}
.blog-img img {
    width: 100%;
}
.blog-info {
    float: left;
    width: 100%;
}
.blog-info h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.blog-catgs {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.blog-catgs li {
    display: inline-block;
    margin-right: 25px;
}
.blog-catgs li a {
    font-size: 16px;
}
.cms-links {
    float: left;
    width: 100%;
}
.cms-links li img {
    padding-right: 8px;
}
.cms-links li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}
/* ================== wait-sec ================== */

.wait-sec {
    float: left;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    padding: 180px 0;
}
.wait-sec h3 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}
.custom {
    margin-bottom: 30px;
    text-align: center;
    padding: 0 50px;
}

.custom p {
    letter-spacing: 0.5px;
    font-size: 25px;
    line-height: 1.4;
}

.wait-sec > a {
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 25px 75px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
}
.wait-sec > a:hover,
.btn-sbmt:hover {
    background-color: #907bf6;
    border-color: transparent;
    color: #fff;
}
.poly:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 116px;
    height: 116px;
    background-image: url(../images/poly.png);
    background-repeat: no-repeat;
}

.poly2:before {
    content: "";
    position: absolute;
    top: -90px;
    left: 65%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 325px;
    height: 325px;
    background-image: url(../images/poly2.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.poly3 {
    position: relative;
}
.poly3:before {
    content: "";
    position: absolute;
    top: -40px;
    left: -130px;
    width: 247px;
    height: 247px;
    background-image: url(../images/poly3.png);
    background-repeat: no-repeat;
    z-index: -1;
}

/* ================== FOOTER =============== */

footer {
    float: left;
    width: 100%;
}
.top-footer {
    float: left;
    width: 100%;
    padding: 200px 0 50px 0;
    position: relative;
    margin-top: -22px;
}
.top-footer-data {
    float: left;
    width: 100%;
}
.widget {
    float: left;
    width: 100%;
}
.widget-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.widget > p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
}

/* ============ widget-contact ========= */

.widget-contact ul {
    float: left;
    width: 100%;
}
.widget-contact ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.widget-contact ul li span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 24px;
}

/* ============== contact-form ============= */

.contact-form {
    float: left;
    width: 100%;
}
.contact-form form {
    float: left;
    width: 100%;
}
.contact-form form input {
    height: 60px;
    padding: 0 30px;
}
.contact-form form textarea {
    height: 150px;
    padding: 30px;
}
.contact-form form input,
.contact-form form textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 0;
    font-family: "Roboto", "Open Sans";
}
.btn-sbmt {
    float: left;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    height: 60px;
    padding: 0 70px;
    border: 0;
    letter-spacing: 1px;
    border: 2px solid;
    background-color: transparent;
}
.form-group {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.js-ajax-form label {
    position: relative;
    top: -15px;
    font-size: 16px;
}

/* =============== bottom-footer ============ */

.bottom-footer {
    float: left;
    width: 100%;
    background-color: #111111;
    padding: 50px 0;
}
.bottom-footer-data {
    float: left;
    width: 100%;
}
.bottom-footer-data p {
    color: #ffffff;
    font-size: 14px;
    float: left;
}

/* ============= social-links ============ */

.social-links {
    float: right;
    margin-top: 2px;
}
.social-links li {
    display: inline-block;
    padding: 0 6px;
}
.social-links li a {
    color: #ffffff;
    font-size: 15px;
}
.social-links li a:hover {
    color: #b6e5e6;
}

/* ================= LANDING PAGE ============== */

.landing-sec {
    text-align: center;
    padding: 150px 0 250px 0;
    background-image: url(../images/landing-bg.png);
    background-size: cover;
}
.landing-sec .logo {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.landing-sec .logo img {
    float: none;
}
.landing-sec p {
    width: 665px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.ld-pages {
    float: left;
    width: 100%;
}
.ld-pages li {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.ld-pages li img {
    width: 100%;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.ld-pages li h3 {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.show-mobile {
    display: none;
}

.hide-mobile {
    display: block;
}

/*Dark Color*/

body {
    background-color: #333333;
}
nav ul li a,
.feature-icon > span i,
.feature-info h3,
p,
.about-num span,
.abt-info h3,
.about-list > a,
.about-list > a:hover,
.service-details > span,
.service-info h3,
.service-main-info h3,
.price-head h4,
.price-head ul li h3,
.price-head ul li > span,
.price > a,
.heading h3,
.user-comment p,
.user-info h3,
.user-info > span,
.blog-info h3,
.blog-info h3 a,
.blog-catgs li a,
.cms-links li,
.widget-title,
.widget > p,
.widget-contact ul li span,
.mobile-menu-btn a,
.mobile-menu-btn a:hover,
.banner-text h3,
.banner-text h2,
.banner-text p,
.banner-text > a,
.up-social-links ul li a,
.form-group,
.js-ajax-form label,
.btn-sbmt {
    color: #ffffff;
}

.banner-text > a:hover,
.about-list > a:hover {
    background-color: #907bf6;
    color: #fff;
    border-color: transparent;
}
.about-list > a,
.btn-sbmt {
    border-color: #ffffff;
}

.feature-icon > span {
    background-color: #7260c8;
}
.features:before {
    background-color: #333333;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
}
.bg3 {
    background-image: url(../images/bg3_2.png);
}
.about-num:before {
    background-image: url(../images/poly_2.png);
}
.bg4 {
    background-image: url(../images/bg4_2.png);
}

.bg5 {
    background-image: url(../images/bg5_2.png);
}
.bg6 {
    background-image: url(../images/bg6_2.png);
}
.wait-sec {
    background-color: #7260c8;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.35);
}
.footer-bg {
    background-image: url(../images/footer-bg2.png);
}
.contact-form form input,
.contact-form form textarea {
    background-color: #333333;
    box-shadow: 2px 2px 20px rgb(114 96 200);
    color: #fff;
    border: 1px solid #ffffff47;
}
.contact-form form input::-webkit-input-placeholder,
.contact-form form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}
.contact-form form input::-moz-placeholder,
.contact-form form textarea::-webkit-input-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
.contact-form form input:-ms-input-placeholder,
.contact-form form textarea::-webkit-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.contact-form form input:-moz-placeholder,
.contact-form form textarea::-webkit-input-placeholder {
    /* Firefox 18- */
    color: #fff;
}

header.sticky {
    background-color: #7260c8;
}

.blog-info h3 a:hover {
    color: #7260c8;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li.active a,
.up-social-links ul li a:hover,
.mb-social-links li a:hover {
    color: #897ffc;
}
nav ul li a:hover,
nav ul li.active a {
    color: #897ffc;
}

.main-section {
    background-image: url(../images/main-sec-bg2.png);
}

/***************** Modal **********************/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-form {
    width: 100%;
    max-width: 500px;
    padding: 30px 20px 0 20px;
    margin: 5% auto;
}

#project-title {
    padding: 20px 20px 0 20px;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}

#form-title {
    margin-top: 10px;
    font-size: 16px;
    color: #000000;
}

#modal-title {
    font-size: 18px;
    font-weight: 200;
}

/* Modal Content/Box */
.modal-content {
    width: 100%; /* Could be more or less, depending on screen size */
}

@media (max-width: 399px) {
    #modal-title {
        font-size: 13px;
    }
    .modal-header {
        padding: 5px 0 !important;
    }
    .close {
        line-height: 24px !important;
        margin-right: 10px;
    }

    .gradient-button {
        font-size: 13px;
        padding: 1em 2em;
    }

    .modal-form {
        width: 100%; /* Could be more or less, depending on screen size */
        max-width: 700px;
        padding: 35px 20px 0 20px;
        margin: 10% auto; /* 15% from the top and centered */
    }
}

/* The Close Button */
.close {
    color: #ffffff;
    font-size: 40px;
    line-height: 28px;
    opacity: 1;
    font-weight: 400;
    text-shadow: none;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    padding: 15px;
    flex-direction: row;
    justify-content: flex-end;
    border: none;
    background-color: #7260c8;
}

.form-group label {
    color: #000;
    margin-bottom: 10px;
}

/* Modal Body */
.modal-body {
    text-align: left;
    background-color: #fff;
    padding: 20px;
    color: #191919;
}

.modal-body h2 {
    padding: 20px 20px 0 20px;
}
.modal-body form {
    padding: 20px;
}

.s {
    text-decoration: line-through;
}

/*******  Form ********/
.form-control {
    font-family: "Roboto", "Open Sans";
    min-height: 3.7em;
    box-shadow: none;
    line-height: 1.43;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #787878;
    background-color: #fff;
    background-image: none;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    border: 1px solid #c9c9c9;
}

input {
    font-family: "Roboto", "Open Sans";
    font-size: 16px;
}

.hide {
    display: none;
    color: red;
}

/*Responsive*/

@media (max-width: 1410px) {
    .custom-container {
        width: 100%;
        padding: 0 40px;
    }
    .header__logo img {
        width: 130px;
    }
    .feature-info h3 {
        font-size: 25px;
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
    .service-info {
        width: 100%;
    }
    .service-info h3 {
        font-size: 25px;
    }
    .main-section {
        padding: 200px 0 160px 0;
    }
    .service-main-info h3 {
        font-size: 40px;
        line-height: 1.3;
    }
    .banner-text {
        padding-top: 150px;
    }
    .footer-bg {
        left: 0px !important;
    }
    .abt-info h3 {
        font-size: 25px;
    }
}

@media (max-width: 1200px) {
    .abt-info {
        width: 70%;
    }
    .service-main-info h3 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .pricing {
        padding: 120px 0 0 0;
    }
    .heading.st2 {
        margin-bottom: 20px;
    }
    .user-info h3 {
        font-size: 20px;
    }
    .news {
        padding: 110px 0 110px 0;
    }
    .blog-info h3 {
        font-size: 26px;
    }
    .blog-catgs li {
        margin-right: 10px;
    }
    .wait-sec h3 {
        font-size: 46px;
    }
    .wait-sec {
        padding: 120px 0;
    }
    .top-footer {
        padding: 50px 0;
    }
    .features {
        padding: 0;
    }
    .banner-text {
        padding-top: 85px;
    }
    .get-started {
        padding-bottom: 100px;
    }
    .banner-text p br {
        display: none;
    }
    .main-section {
        background-position: 70% 50%;
    }
    .price > p {
        font-size: 15px;
    }
    .custom p {
        font-size: 23px;
    }
    .subtitle {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .feature {
        margin-bottom: 40px;
    }
    .features-sec {
        margin-bottom: -40px;
    }
    .about-img img {
        width: auto;
        max-width: 50%;
        float: none;
    }
    .about-img {
        text-align: center;
    }
    .features-sec::before {
        display: none;
    }
    .features::before {
        display: none;
    }
    .features {
        padding-bottom: 0;
    }
    .about {
        padding: 120px 0;
    }
    .about-list {
        padding-left: 0;
        padding-top: 40px;
    }
    .about-num.st2::before {
        left: 0;
    }
    .mg-btm-minus {
        margin-top: 0;
    }
    .services {
        padding: 60px 0;
    }
    .mg-top-minus {
        margin-top: 0;
    }
    .bg5 {
        display: none;
    }
    .price:hover .price-head {
        padding-top: 28px;
    }
    .pricing {
        padding: 40px 0 340px 0;
    }
    .heading h3 {
        font-size: 40px;
    }
    .user-info h3 {
        font-size: 15px;
    }
    .blog-post {
        margin-bottom: 40px;
    }
    .wait-sec {
        padding: 75px 0;
    }
    .blog-posts {
        margin-bottom: -40px;
    }
    .wait-sec h3 {
        margin-bottom: 40px;
        font-size: 40px;
    }
    .widget > p {
        font-size: 14px;
    }
    .widget {
        margin-bottom: 40px;
    }
    .landing-sec {
        padding: 80px 0;
    }
    .landing-sec p {
        width: 100%;
        margin-bottom: 60px;
    }
    .banner-text {
        text-align: center;
    }
    .banner-imgs img {
        width: auto;
        max-width: 80%;
        float: none;
    }
    .banner-imgs {
        text-align: center;
        margin-top: 30px;
    }
    .main-section {
        padding: 125px 0 200px 0;
    }
    .services {
        margin-top: 0;
    }
    .pricing {
        padding: 40px 0 0px 0;
        margin-top: 0;
    }
    .banner-text p {
        padding: 0 100px;
    }
    .fixed-bg {
        top: -20px;
        height: 80%;
    }
    .subtitle {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .feature-info h3 {
        font-size: 24px;
    }
    .abt-info h3 {
        font-size: 28px;
    }
    .services {
        padding: 40px 0;
    }
    .about-info {
        margin-bottom: 45px;
    }
    .services-list {
        padding-top: 0;
    }
    .about {
        padding-bottom: 50px;
        padding-top: 200px;
    }
    .service-main-info {
        position: static;
        float: left;
        width: 100%;
        transform: inherit;
    }
    .price:hover .price-head {
        padding-top: 50px;
    }
    .service-img {
        width: 100%;
        text-align: center;
    }
    .heading h3 {
        font-size: 34px;
    }
    .blog-catgs li {
        margin-bottom: 10px;
    }
    .wait-sec h3 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .up-social-links ul li a {
        padding: 0 7px;
    }
    .main-section {
        padding: 90px 0 100px 0;
    }
    .ld-pages li h3 {
        font-size: 18px;
    }
    .banner-text {
        padding-top: 0;
    }
    .banner-text > a {
        padding: 0 50px;
        height: 60px;
        line-height: 60px;
    }
    .banner-text p {
        margin-bottom: 40px;
    }
    .nav-toggle {
        padding: 17px 0;
    }
    .custom p {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .abt-info {
        width: 100%;
        margin-top: 20px;
    }
    .custom-container {
        padding: 0 15px;
    }
    .about-list > a {
        padding: 0 25px;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }
    .services {
        padding: 30px 0;
    }
    .about-info {
        margin-bottom: 35px;
    }
    .service-main-info h3 {
        font-size: 32px;
        line-height: 34px;
    }
    .service-main-info {
        padding-top: 50px;
    }
    .service-info h3 {
        font-size: 20px;
    }
    .price:hover .price-head {
        padding-top: inherit;
    }
    .price:hover {
        background: inherit;
        transform: inherit;
        padding: 40px 15px;
    }
    .user-info h3 {
        font-size: 15px;
    }
    .wait-sec > a {
        padding: 20px 25px;
    }
    .wait-sec h3 {
        padding: 0 20px;
        line-height: 34px;
    }
    .top-footer {
        padding-top: 0;
    }
    .bottom-footer-data p {
        width: 100%;
        margin-bottom: 15px;
    }
    .bottom-footer-data {
        text-align: center;
    }
    .social-links {
        width: 100%;
    }
    .ld-pages li {
        width: 100%;
        margin-bottom: 40px;
    }
    .banner-text {
        padding-left: 0;
    }
    .banner-text h2 {
        font-size: 40px;
    }
    .banner-text p br {
        display: none;
    }
    .banner-text p {
        margin-bottom: 25px;
    }
    .banner-imgs img {
        max-width: 100%;
    }
    .main-section {
        padding: 100px 0 70px 0;
    }
    .banner-text > a {
        font-size: 18px;
    }
    .news {
        padding: 60px 0;
    }
    .banner-text p {
        padding: 0 20px;
    }
    .icons {
        margin-bottom: 0;
        width: 80px;
        height: 80px;
    }
    .about-img img {
        max-width: 100%;
    }
    .fixed-bg {
        top: 70px;
        height: 50%;
    }
    .cta-green {
        font-size: 15px;
    }
    .icons img {
        width: 40px;
    }
    .feature-info h3 {
        font-size: 18px;
    }
    .abt-info h3 {
        font-size: 20px;
    }
    p {
        font-size: 13px;
        line-height: 1.3;
    }
    .service-info {
        width: 95%;
    }
    .check {
        margin-left: 10px;
    }
    .show-mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
    .service-main-info {
        margin-top: 10px;
    }
    .price {
        box-shadow: 0 0 30px rgb(2 2 2 / 30%);
    }
    .footer-bg {
        background-position: 100% 40%;
        left: 0px !important;
        top: 300px;
    }
    .banner-text h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .banner-text p {
        font-size: 16px;
    }
    .nav-toggle {
        padding: 8px 0;
    }
    .header.fixed {
        padding: 5px 0;
    }
    .header__logo img {
        width: 100px;
    }
    .custom {
        padding: 0 20px;
    }
    .custom p {
        font-size: 15px;
    }
    .subtitle {
        padding-bottom: 50px;
    }
}

.footer__link {
    display: inline-flex;
    flex-direction: column;
}

.footer__link-item {
    color: #ffffff;
    transition: 0.2s linear;
    font-size: 20px;
    padding-bottom: 10px;
}

.footer__link-item:hover {
    color: #907bf6;
    transition: 0.2s linear;
}
