@import url("https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:wght@400;500;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:wght@100;300;400;700;900&family=Manrope:wght@200;300;400;500;600;700;800&family=Mulish:wght@200;300;400;500;600;700;800;900;1000&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica-Bold.woff2") format("woff2"), 
        url("../fonts/Helvetica-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.woff2") format("woff2"), 
        url("../fonts/Helvetica.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica-BoldOblique.woff2") format("woff2"),
         url("../fonts/Helvetica-BoldOblique.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica-LightOblique.woff2") format("woff2"), 
        url("../fonts/Helvetica-LightOblique.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica-Oblique.woff2") format("woff2"), 
        url("../fonts/Helvetica-Oblique.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica-Light.woff2") format("woff2"), 
        url("../fonts/Helvetica-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Axiforma";
    src: url("../fonts/Axiforma-SemiBold.woff2") format("woff2"), 
        url("../fonts/Axiforma-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Axiforma";
    src: url("../fonts/Axiforma-Regular.woff2") format("woff2"),
         url("../fonts/Axiforma-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Axiforma";
    font-family: "Helvetica";
    font-family: "Anton", sans-serif;
    font-family: "DM Sans", sans-serif;
    font-family: "Lato", sans-serif;
    font-family: "Manrope", sans-serif;
    font-family: "Mulish", sans-serif;
    font-family: "Poppins", sans-serif;
    font-family: "Roboto", sans-serif;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.blog-post-wrpper {
    overflow: initial;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 20px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 51px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 30px;
}
.navbar-light .navbar-nav li:last-child {
    margin: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #222222;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .navbar-nav.right-nav {
    margin: 0 0 0 26px;
}
.navbar-light .navbar-nav .btn-primary {
    width: 140px;
    padding: 10px;
    text-align: center;
}
.navbar-light .navbar-nav .btn-secondary {
    width: 140px;
    padding: 10px;
    text-align: center;
}
.navbar .navbar-nav li .nav-link:focus,
.navbar .navbar-nav li .nav-link:hover,
.navbar .navbar-nav li .nav-link:hover {
    color: #642391;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.active:focus,
.navbar .navbar-nav .nav-link.active:hover,
.navbar .navbar-nav .active .nav-link,
.navbar .navbar-nav .active .nav-link:focus,
.navbar .navbar-nav .active .nav-link:hover {
    color: #642391;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #642391;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 32px;height: 24px;background-image: none;position: relative;border-bottom: 4px solid #642391;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 32px;position: absolute;height: 4px;background-color: #642391;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 10px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(10px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */



/* ***** Fix Header **** */
/*header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.nav-new .navbar {
    border-radius: 0;
    box-shadow: none;
}*/
/* ***** End Fix Header **** */


.container {
    max-width: 1180px;
}

.btn-primary {
    font-family: "Lato";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    color: #ffffff;
    padding: 14px 28px;
    background: #642391;
    border-radius: 4px;
    display: table;
}
.btn-primary i {
    padding-left: 10px;
}
.btn-primary:focus,
.btn-primary:hover {
    background: #21083f;
    color: #fff;
}
.btn-secondary {
    font-family: "Lato";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    color: #642391;
    padding: 13px 26px;
    border: 1px solid #642391;
    border-radius: 4px;
    display: table;
    text-transform: uppercase;
}
.btn-secondary i {
    padding-left: 10px;
}
.btn-secondary:focus,
.btn-secondary:hover {
    background: #642391;
    color: #fff;
}

/* **** Login **** */
.login-wrpper {
    min-height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 0;
}
.login-wrpper .login-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
   
    width: 100%;
}
.login-wrpper .container {
    position: relative;
   
}
.login-wrpper .logo-img {
    margin: 0 auto 35px;
    display: table;
}
.login-wrpper .logo-img img {
	width:auto;
	height:auto;
    max-width: 300px;
    max-height: 150px;
}
.login-wrpper .login-form {
    background: #ffffff;
    box-shadow: 0px 6.73092px 8.97456px rgba(0, 0, 0, 0.05);
    border-radius: 4.48728px;
    max-width: 500px;
    padding: 55px 50px;
    margin: 0 auto 50px;
}
.login-wrpper .login-form .login-title h6 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15.7055px;
    line-height: 24px;
    color: #757575;
    text-align: left;
    margin: 0 0 5px;
}
.login-wrpper .login-form .login-title h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 26.9237px;
    line-height: 33px;
    color: #333333;
    margin: 0 0 32px;
}
.login-wrpper .login-form form .form-group {
    margin: 0 0 15px;
}
.login-wrpper .login-form form .form-group label {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 15.7055px;
    line-height: 24px;
    color: #333333;
    margin: 0 0 10px;
}
.login-wrpper .login-form form .form-group .form-control {
    padding: 13px 26px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 15.7055px;
    line-height: 24px;
    color: #333333;
    border: 1.12182px solid #dedede;
    border-radius: 6.73092px;
    box-shadow: none;
    outline: none;
}
.login-wrpper .login-form form button {
    margin: 20px 0 22px;
    padding: 15px;
    background: #642391;
    border-radius: 6.73092px;
    display: block;
    width: 100%;
    border: none;
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 17.9491px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.login-wrpper .login-form form button:hover {
    background: #21083f;
    color: #fff;
}
.login-wrpper .login-form form a {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 700;
    font-size: 13.4618px;
    line-height: 17px;
    text-align: center;
    color: #625bf7;
    display: table;
    margin: 0 auto;
}
.login-wrpper .login-form form a:hover {
    color: #000;
}
.login-wrpper h6 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    font-size: 13.4618px;
    line-height: 17px;
    text-align: center;
    color: #333333;
}
.login-wrpper h6 a {
    color: #625bf7;
}
/* **** End Login **** */

/* **** Hero **** */
.hero-wrp {
    padding: 75px 0;
    position: relative;
}
.hero-wrp .hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
}
.hero-wrp .hero-block {
    max-width: 470px;
    position: relative;
    z-index: 8;
}
.hero-wrp .hero-block h5 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #642391;
    display: table;
    background: #f5f0ff;
    border-radius: 4px;
    padding: 15px 20px;
    margin: 0 0 25px;
}
.hero-wrp .hero-block h4 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    color: #1e1e1e;
    margin: 0 0 25px;
}
.hero-wrp .hero-block h2 {
    font-family: "Anton";
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    color: #642391;
    margin: 0 0 24px;
}
.hero-wrp .hero-block h3 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 21px;
    text-align: justify;
    color: #1e1e1e;
    margin: 0 0 28px;
}
/* **** End Hero **** */

/* **** Features **** */
.features-wrp {
    background: #f5f0ff;
    padding: 75px 0;
}
.features-wrp .row {
    align-items: center;
    margin: 0 -35px;
}
.features-wrp .col-md-6 {
    padding: 0 35px;
}
.features-wrp .features-dt h6 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.25em;
    color: #1e1e1e;
    margin: 0 0 13px;
}
.features-wrp .features-dt h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-size: 41px;
    line-height: 40px;
    color: #1e1e1e;
    margin: 0 0 13px;
}
.features-wrp .features-dt h5 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #1e1e1e;
    margin: 0 0 13px;
}
.features-wrp .features-dt ul li {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #1e1e1e;
    margin: 0 0 10px;
    padding-left: 25px;
    position: relative;
}
.features-wrp .features-dt ul li:last-child {
    margin: 0;
}
.features-wrp .features-dt ul li:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 16px;
    color: #fdab3b;
    left: 0;
}
.features-wrp .features-img img{max-width: 100%;}
/* **** End Features **** */

/* **** Bonuses **** */
.bonuses-wrp {
    padding: 0 0 75px;
}
.bonuses-wrp .bonuses-title {
    padding: 65px 0 230px;
    background-image: url("../images/bonuses-bg@2x.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bonuses-wrp .bonuses-title h6 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.24em;
    color: #ffffff;
    margin: 0 0 23px;
}
.bonuses-wrp .bonuses-title h2 {
    font-family: "Anton";
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 24px;
}
.bonuses-wrp .bonuses-title h5 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}
.bonuses-wrp .bonuses-block {
    margin-top: -130px;
}
.bonuses-wrp .bonuses-block .bonuses-box {
    background: #ffffff;
    border: 2px solid #e4ecf2;
    border-radius: 10px;
    padding: 30px;
    margin: 0 0 45px;
    position: relative;
}
.bonuses-wrp .bonuses-block .bonuses-box .star-icon {
    max-width: 100%;
    position: absolute;
    left: -24px;
    top: -52px;
}
.bonuses-wrp .bonuses-block .bonuses-box .box-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px;
}
.bonuses-wrp .bonuses-block .bonuses-box .box-icon img {
    max-width: 100%;
}
.bonuses-wrp .bonuses-block .bonuses-box h3 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #3d3434;
    margin: 0 0 15px;
}
.bonuses-wrp .bonuses-block .bonuses-box h4 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 15.518px;
    line-height: 23px;
    color: #5e2188;
    margin: 0;
    display: flex;
    align-items: end;
    justify-content: center;
}
.bonuses-wrp .bonuses-block .bonuses-box h4 span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    text-decoration: line-through;
    text-decoration-color: red;
    color: #5e2188;
}
.bonuses-wrp .btn-primary {
    margin: 0 auto;
}
/* **** End Bonuses **** */

/* **** Work **** */
.work-wrp {
}
.work-wrp .work-title h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 71px;
    text-align: center;
    letter-spacing: -1.10402px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}
.work-block {
    padding: 50px 0;
    background: #fff;
}
.even-work-block.work-block {
    background: #f5f0ff;
}
.work-block .row {
    align-items: center;
    margin: 0 -45px;
}
.work-block .col-md-6 {
    padding: 0 45px;
}
.work-block .work-dt h6 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.25em;
    color: #1e1e1e;
    margin: 0 0 13px;
}
.work-block .work-dt h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    color: #642391;
    margin: 0 0 12px;
}
.work-block .work-dt p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    color: #1e1e1e;
    margin: 0 0 15px;
}
.work-block .work-dt ul li {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #1e1e1e;
    margin: 0 0 10px;
    padding-left: 25px;
    position: relative;
}
.work-block .work-dt ul li:last-child {
    margin: 0;
}
.work-block .work-dt ul li:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 16px;
    color: #fdab3b;
    left: 0;
}
.work-block .work-dt .btn-primary {
    margin: 30px 0 0;
}
.work-block .work-img img {
    max-width: 100%;
}
/* **** End Work **** */

/* **** FREETrail **** */
.freetrail-wrp {
    padding: 0 0 75px;
}
.freetrail-wrp .freetrail-title {
    background-image: url("../images/freetrail-bg@2x.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 300px;
}
.freetrail-wrp .freetrail-title h2 {
    font-family: "Anton";
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 30px;
    position: relative;
}
.freetrail-wrp .freetrail-title h2:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    height: 2px;
    background: #fff;
    width: 120px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.freetrail-wrp .freetrail-title h6 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.freetrail-block {
    margin-top: -250px;
}
.freetrail-block .main-row {
    margin: 0;
    align-items: center;
}
.freetrail-block .col-md-5 {
    padding: 0;
    width: 45%;
}
.freetrail-block .col-md-7 {
    padding: 0;
    width: 55%;
}
.freetrail-block .freetrail-info {
    background: #21083f;
    border-radius: 12px 0 0 12px;
    padding: 65px 50px 30px;
}
.freetrail-block .freetrail-info h3 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #ffffff;
    margin: 0 0 30px;
}
.freetrail-block .freetrail-info h2 {
    display: flex;
    align-items: end;
    font-family: "Anton";
    font-style: normal;
    font-weight: 400;
    font-size: 165px;
    line-height: 145px;
    color: #ffffff;
    margin: 0 0 40px;
}
.freetrail-block .freetrail-info h2 span {
    font-size: 115px;
    line-height: 115px;
}
.freetrail-block .freetrail-info h2 small {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #a1d24c;
    margin: 0 0 10px 10px;
}
.freetrail-block .freetrail-info h5 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 17.3102px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    position: relative;
    margin: 0 0 25px;
}
.freetrail-block .freetrail-info h5 span {
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
    z-index: 6;
    background: #21083f;
}
.freetrail-block .freetrail-info h5:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.freetrail-block .freetrail-info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.freetrail-block .freetrail-info ul li {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14.9112px;
    line-height: 18px;
    color: #ffffff;
    margin: 0 0 30px;
    width: 50%;
    padding: 0 10px 0 30px;
    position: relative;
}
.freetrail-block .freetrail-info ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 16px;
    color: #a1d24c;
    left: 0;
}

.freetrail-form {
    background: #ffffff;
    box-shadow: 0px 4.5375px 17.0156px -3.40313px rgba(0, 0, 0, 0.25);
    border-radius: 11.3438px;
    position: relative;
    z-index: 5;
    padding: 42px;
}
.freetrail-form h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-size: 33.0906px;
    text-align: center;
    color: #642391;
    margin: 0 0 23px;
}
.freetrail-form .form-group {
    margin: 0 0 10px;
}
.freetrail-form .form-group .form-control {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9b9b9b;
    box-shadow: none;
    outline: none;
    background: #ffffff;
    border: 1.0312px solid #aaaaaa;
    border-radius: 6.78048px;
    
    box-shadow: none;
}
.freetrail-form img {
    max-width: 100%;
    margin: 0 auto 12px;
}
.freetrail-form button {
    border: none;
    display: block;
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
    border-radius: 12px;
    box-shadow: 0px 1.223px 2.446px rgba(20, 14, 62, 0.25), inset 0px 0px 0px 1.223px #4834d4, inset 0px 1.223px 1.223px 1.223px rgba(255, 255, 255, 0.25), inset 0px -1.223px 1.223px 1.223px rgba(52, 35, 170, 0.25);
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}



/* **** End FREETrail **** */

/* **** Companies **** */
.company-wrp {
    padding: 0 0 50px;
}
.company-wrp h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 26.105px;
    line-height: 37px;
    text-align: center;
    color: #21083f;
    margin: 0 0 50px;
}
.company-wrp .slider-box {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-wrp .slider-box img {
    max-width: 100%;
}

.company-wrp button.slick-prev.slick-arrow,
.company-wrp button.slick-next.slick-arrow {
    position: absolute;
    left: -30px;
    top: 50%;
    z-index: 9;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0;
    background: transparent;
    border: none;
}
.company-wrp button.slick-next.slick-arrow {
    left: auto;
    right: -30px;
}
.company-wrp button.slick-prev.slick-arrow:before,
.company-wrp button.slick-next.slick-arrow:before {
    position: absolute;
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #21083f;
    left: 0;
    top: 50%;
    font-size: 16px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.company-wrp button.slick-next.slick-arrow:before {
    content: "\f054";
    left: auto;
    right: 0;
}
/* **** End Companies **** */

/* **** Post **** */
.post-wrp {
    padding: 65px 0;
    background: #fbf4ff;
}
.post-wrp .post-title {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}
.post-wrp .post-title h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 39.0413px;
    line-height: 47px;
    color: #642391;
    margin: 0;
}
.post-wrp .post-title .btn-secondary {
    margin-left: auto;
    width: 250px;
    border-radius: 40px;
    text-align: center;
}

.post-box .post-img img {
    width: 100%;
}
.post-box .post-dt {
    padding: 15px 15px 0;
}
.post-box .post-dt a {
    font-weight: 700;
    font-size: 19.5206px;
    line-height: 27px;
    color: #000000;
}
.post-box .post-dt a:hover{
    color: #642391;
}
.post-box .post-dt p {
    font-weight: 400;
    font-size: 11.7863px;
    line-height: 18px;
    color: #000000;
}
.post-box .post-dt .user-dt {
    display: flex;
    align-items: center;
}
.post-box .post-dt .user-dt img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    margin-right: 13px;
}
.post-box .post-dt .user-dt h6 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 11.387px;
    line-height: 17px;
    color: #000000;
    margin: 0;
}
.post-box .post-dt .user-dt ul {
    display: flex;
    align-items: center;
}
.post-box .post-dt .user-dt ul li {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 11.387px;
    line-height: 17px;
    color: #000000;
    margin-right: 18px;
    position: relative;
}
.post-box .post-dt .user-dt ul li:before {
    position: absolute;
    content: "";
    right: -10px;
    height: 4px;
    width: 4px;
    top: 50%;
    border-radius: 100%;
    background: #000;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.post-box .post-dt .user-dt ul li:last-child {
    margin: 0;
}
.post-box .post-dt .user-dt ul li:last-child:before {
    display: none;
}
.post-wrp .mobile-btn{
    display: none;
}
/* **** End Post **** */

/* **** Quote **** */
.quote-wrp {
    padding: 65px 0;
    background-image: url("../images/testimonial-bg@2x.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.quote-wrp .quote-img {
    margin: 0 auto 15px;
    max-width: 100%;
    display: table;
}
.quote-wrp p {
    font-family: "Inter";
    font-style: italic;
    font-weight: 500;
    font-size: 29.3528px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 25px;
    padding: 0 0 25px;
    position: relative;
}
.quote-wrp p:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 275px;
    background: #fff;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.quote-wrp .user-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.quote-wrp .user-box img {
    height: 95px;
    width: 95px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    margin-right: 16px;
}
.quote-wrp .user-box h6 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14.6764px;
    line-height: 18px;
    letter-spacing: 1.83455px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 2px;
}
.quote-wrp .user-box h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-size: 31.1873px;
    line-height: 38px;
    letter-spacing: 1.83455px;
    color: #ffffff;
    margin: 0;
}
/* **** End Quote **** */

/* **** Testimonial **** */
.testimonial-wrp {
    padding: 75px 0 85px;
}
.testimonial-wrp h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 35.6px;
    letter-spacing: 0.005em;
    color: #642391;
    margin: 0 0 50px;
}
.testimonial-wrp .slick-slide {
    margin: 0 10px;
}
.testimonial-wrp .slick-list {
    margin: 0 -10px;
}
.testimonial-wrp .slider-box {
    background: #ffffff;
    border: 0.89px solid #eaeaea;
    border-radius: 17.8px;
    padding: 28px;
}
.testimonial-wrp .slider-box .user-box {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.testimonial-wrp .slider-box .user-box img {
    width: 64.08px;
    height: 64.08px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    margin-right: 17px;
}
.testimonial-wrp .slider-box .user-box h5 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16.02px;
    line-height: 25px;
    letter-spacing: -0.0025em;
    color: #343434;
    margin: 0;
}
.testimonial-wrp .slider-box .user-box h6 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12.46px;
    line-height: 20px;
    letter-spacing: -0.0025em;
    color: #969696;
    margin: 0;
}
.testimonial-wrp .slider-box p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12.46px;
    line-height: 21px;
    letter-spacing: -0.0025em;
    color: #969696;
    min-height: 130px;
    margin: 0 0 40px;
}
.testimonial-wrp .slider-box ul {
    display: flex;
    align-items: center;
}
.testimonial-wrp .slider-box ul img {
    max-width: 100%;
}
.testimonial-wrp button.slick-prev.slick-arrow,
.testimonial-wrp button.slick-next.slick-arrow {
    position: absolute;
    right: 140px;
    left: auto;
    top: -100px;
    z-index: 9;
    font-size: 0;
    background: transparent;
    border: none;
}
.testimonial-wrp button.slick-next.slick-arrow {
    left: auto;
    right: 0;
}
.testimonial-wrp button.slick-prev.slick-arrow:before,
.testimonial-wrp button.slick-next.slick-arrow:before {
    position: absolute;
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #21083f;
    left: 0;
    top: 0;
    height: 48px;
    width: 48px;
    border: 1.5px solid #0c0047;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
}
.testimonial-wrp button.slick-next.slick-arrow:before {
    content: "\f061";
    left: auto;
    right: 0;
}
/* **** End Testimonial **** */

/* **** Contact **** */
.contact-wrp {
    position: relative;
    padding: 15px 0;
}
.contact-wrp:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url("../images/contact-bg@2x.jpg");
    background-size: cover;
    background-position: bottom left;
}
.contact-wrp .row {
    margin: 0 -40px;
    align-items: center;
}
.contact-wrp .col-md-6 {
    padding: 0 40px;
}
.contact-wrp .contact-info {
    position: relative;
    z-index: 9;
}
.contact-wrp .contact-info h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 42.626px;
    color: #ffffff;
    margin: 0 0 5px;
}
.contact-wrp .contact-info h6 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16.1399px;
    line-height: 26px;
    color: #ffffff;
    opacity: 0.7;
    margin: 0 0 30px;
}
.contact-wrp .contact-info ul li {
    display: flex;
    align-items: flex-start;
    margin: 0 0 23px;
}
.contact-wrp .contact-info ul li:last-child {
    margin: 0;
}
.contact-wrp .contact-info ul li span {
    display: block;
    width: 25px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.contact-wrp .contact-info ul li a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16.6779px;
    line-height: 20px;
    color: #ffffff;
}
.contact-wrp .contact-form h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 21.2686px;
    line-height: 21px;
    color: #642391;
    margin: 0 0 10px;
}
.contact-wrp .contact-form .form-group {
    margin: 0 0 12px;
}
.contact-wrp .contact-form .form-group label {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #21083f;
    margin: 0 0 5px;
}
.contact-wrp .contact-form .form-group .form-control {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #21083f;
    border: 1px solid #cad0d4;
    border-radius: 3px;
    resize: none;
    padding: 7px 14px;
    box-shadow: none;
    outline: none;
}
.contact-wrp .contact-form button {
    background: #642391;
    box-shadow: 0px 1.16081px 2.32162px rgba(20, 14, 62, 0.25), inset 0px 0px 0px 1.16081px #4834d4, inset 0px 1.16081px 1.16081px 1.16081px rgba(255, 255, 255, 0.25), inset 0px -1.16081px 1.16081px 1.16081px rgba(52, 35, 170, 0.25);
    border-radius: 11.6081px;
    font-weight: 700;
    font-size: 18.1765px;
    line-height: 22px;
    border: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 20px;
    width: 100%;
    text-align: center;
}
.contact-wrp .contact-form button:hover{
    background: #21083f;
}
/* **** End Contact **** */

/* **** Footer **** */
footer {
    padding: 55px 0 20px;
    background: #FBF4FF;
}
footer .foot-box img {
    max-width: 100%;
    margin: 0 0 12px;
}
footer .foot-box p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 10.3554px;
    line-height: 19px;
    text-align: justify;
    color: #2E526B;
    opacity: 0.8;
    margin: 0;
    max-width: 272.17px;
}
footer .social-bx {
    display: table;
    margin-left: auto;
}
footer .social-bx h5 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 12.9443px;
    text-transform: capitalize;
    color: #2E526B;
    margin: 0 0 12px;
}
footer .social-bx ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer .social-bx ul li {
    margin-right: 10px;
}
footer .social-bx ul li:last-child {
    margin: 0;
}
footer .social-bx ul li a {
    height: 25px;
    width: 25px;
    background: #642391;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 100%;
}
footer .social-bx ul li a:hover {
    background: #21083F;
}
footer .copyright {
    margin: 32px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #D7E1F4;
}
footer .copyright p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #2E526B;
    opacity: 0.8;
    margin: 0;
}
footer .copyright ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer .copyright ul li {
    margin-right: 6px;
    padding-right: 6px;
    position: relative;
}
footer .copyright ul li:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 1px;
    background: #2E526B;
    opacity: 0.5;
    right: 0;
    top: 60%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
footer .copyright ul li:last-child {
    padding: 0;
    margin: 0;
}
footer .copyright ul li:last-child:before {
    display: none;
}
footer .copyright ul li a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #2E526B;
    opacity: 0.5;
}
footer .copyright ul li a:hover {
    color: #21083F;
    opacity: 1;
}


/* **** End Footer **** */

.titlebar h6 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18.275px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #642391;
    margin: 0 0 17px;
}
.titlebar h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 48.7333px;
    line-height: 67px;
    text-align: center;
    color: #2e2e2e;
    margin: 0 0 70px;
}

/* **** About **** */
.about-wrp {
    padding: 75px 0 0;
    position: relative;
}
.about-wrp .about-block {
    position: relative;
    padding: 25px 0 35px;
}
.about-wrp .about-block:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 45%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #642391;
    z-index: -1;
}
.about-wrp .about-block .row {
    margin: 0 -25px;
    align-items: center;
}
.about-wrp .about-block .col-md-6 {
    padding: 0 25px;
}
.about-wrp .about-block img {
    max-width: 100%;
    margin-left: auto;
}
.about-wrp .about-block h2 {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 700;
    font-size: 40.6111px;
    line-height: 55px;
    color: #642391;
    margin: 0 0 20px;
}
.about-wrp .about-block h2 span {
    color: #21083f;
}
.about-wrp .about-block p {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 15.2292px;
    line-height: 32px;
    text-align: justify;
    color: #21083f;
    max-width: 508.65px;
}
.about-wrp .about-block .btn-primary {
    width: 281.74px;
    text-align: center;
}
/* **** End About **** */

/* **** Blog **** */
.blog-wrp {
    padding: 100px 0;
}
.blog-wrp .titlebar h2 {
    margin: 0 0 75px;
}
.blog-wrp .post-box {
    margin: 0 0 30px;
}
.blog-wrp .btn-primary {
    margin: 60px auto 0;
    width: 245px;
    text-align: center;
}
/* **** End Blog **** */

/* **** BLog Post **** */
.blog-post-wrp {
    padding: 25px 0 45px;
}
.blog-post-wrp .post-login {
    background: #ffc107;
    border-radius: 10px;
    padding: 8px;
    margin: 0 0 25px;
}
.blog-post-wrp .post-login h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #21083f;
}
.blog-post-wrp .post-login h3 span {
    font-family: "Inter";
    font-weight: 700;
    margin: 0 8px;
}
.blog-post-wrp .post-login h3 a {
    color: #0090ff;
}
.blog-post-wrp .post-login h3 a:hover {
    color: #642391;
}

.blog-post-wrp .blog-post-block .blog-post-img {
    width: 100%;
    margin: 0 0 22px;
}
.blog-post-wrp .blog-post-block h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #642391;
    margin: 0 0 10px;
}
.blog-post-wrp .blog-post-block .user-box {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}
.blog-post-wrp .blog-post-block .user-box img {
    height: 42px;
    width: 42px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}
.blog-post-wrp .blog-post-block .user-box h6 {
    margin: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #9a9a9a;
}

.blog-post-wrp .blog-post-block .blog-post-info {
    margin: 0 0 16px;
}
.blog-post-wrp .blog-post-block .blog-post-info h3 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #642391;
    margin: 0 0 18px;
}
.blog-post-wrp .blog-post-block .blog-post-info p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
    color: #21083f;
    margin: 0;
}
.newsletter-block {
    margin: 0 0 50px;
}
.newsletter-block h3 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #4a4b4b;
    background: #f5f8fc;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin: 0 0 8px;
}
.newsletter-block .form-group {
    margin: 0 0 10px;
}
.newsletter-block .form-group .form-control {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #4a4b4b;
    padding: 16px 55px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}
.newsletter-block button {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 13px;
    display: block;
    text-align: center;
    width: 100%;
    text-align: center;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 10px;
    margin: 0 0 7px;
}
.newsletter-block small {
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #4a4b4b;
}
/* **** End BLog Post **** */

/* ***** comment ***** */
.comment-block .comment-title {
    padding: 0 0 50px;
    border-bottom: 2px solid rgba(45, 57, 76, 0.1);
    margin: 0 0 25px;
}
.comment-block .comment-title h2 {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 700;
    font-size: 19.4234px;
    line-height: 22px;
    color: #000000;
}
.comment-block .comment-title .sort-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.comment-block .comment-title .sort-box h6 {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 400;
    font-size: 19.4234px;
    line-height: 22px;
    color: #4b4f56;
    margin: 0 16px 0 0;
    white-space: nowrap;
}
.comment-block .comment-title .sort-box .dropdown-toggle {
    background: #f5f6f7;
    border: 1.38739px solid #cdd0d5;
    border-radius: 2.77477px;
    padding: 6px 12px;
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 700;
    font-size: 16.6486px;
    line-height: 19px;
    color: #4b4f56;
    display: flex;
    align-items: center;
}
.comment-block .comment-title .sort-box .dropdown-toggle img {
    max-width: 100%;
    margin-left: 5px;
}
.comment-block .comment-title .sort-box .dropdown-toggle:after {
    display: none;
}
.comment-block .comment-title .sort-box .dropdown-menu {
    background: #f5f6f7;
    border: 1.38739px solid #cdd0d5;
    border-radius: 2.77477px;
    padding: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.comment-block .comment-title .sort-box .dropdown-menu .dropdown-item {
    padding: 6px 12px;
    font-weight: 700;
    font-size: 16.6486px;
    line-height: 19px;
    color: #4b4f56;
}

.send-comment {
    display: flex;
    align-items: flex-start;
    margin: 0 0 28px;
}
.send-comment .comment-img {
    height: 65px;
    width: 65px;
    object-fit: cover;
    object-position: center;
    margin-right: 13px;
}
.send-comment .send-dt {
    width: 100%;
}
.send-comment .form-control {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 400;
    font-size: 22.1982px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    box-shadow: none;
    outline: none;
    border: 1.38739px solid rgba(45, 57, 76, 0.1);
    border-radius: 0;
    resize: none;
}
.sendpost-img {
    background: #f5f6f7;
    border: 1.38739px solid rgba(45, 57, 76, 0.1);
    border-top: none;
    padding: 20px;
}
.sendpost-img .btn-primary {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 700;
    font-size: 16.6486px;
    line-height: 19px;
    color: #ffffff;
    margin-left: auto;
    background: #a1b3d5;
    border-radius: 2.77477px;
}
.sendpost-img .dropdown {
    display: table;
    margin: 0 25px 10px 0;
    margin-left: auto;
}
.sendpost-img .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
}
.sendpost-img .dropdown .dropdown-toggle:aftre {
    margin-left: 5px;
}
.sendpost-img .dropdown .dropdown-toggle img {
    min-width: 22.2px;
    width: 22.2px;
    height: 22.2px;
    object-fit: cover;
    object-position: center;
}
.sendpost-img .dropdown .dropdown-menu {
    background: #f5f6f7;
    border: 1.38739px solid #cdd0d5;
    border-radius: 2.77477px;
    padding: 0;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}
.sendpost-img .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 12px;
}
.sendpost-img .dropdown .dropdown-menu .dropdown-item img {
    height: 22px;
    width: 22px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}
.comment-box {
    display: flex;
    align-items: flex-start;
    margin: 0 0 20px;
}
.comment-box .comment-img {
    height: 65px;
    width: 65px;
    object-fit: cover;
    object-position: center;
    margin-right: 13px;
}
.comment-box .comment-dt {
    width: 100%;
}
.comment-box .comment-dt h4 {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 700;
    font-size: 16.6486px;
    line-height: 19px;
    color: #385898;
    margin: 0 0 12px;
}
.comment-box .comment-dt p {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 400;
    font-size: 16.6486px;
    line-height: 23px;
    color: #000000;
    margin: 0 0 10px;
}
.comment-box .comment-dt ul {
    display: flex;
    align-items: center;
}
.comment-box .comment-dt ul li {
    padding-right: 8px;
    margin-right: 8px;
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 400;
    font-size: 16.6486px;
    line-height: 19px;
    color: #90949c;
    position: relative;
}
.comment-box .comment-dt ul li a {
    color: #4267b2;
    position: relative;
}
.comment-box .comment-dt ul li a:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    right: -8px;
    border-radius: 100%;
    background: #4267b2;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.comment-box .comment-dt ul li:last-child {
    margin: 0;
}
.comment-box .comment-dt .small-box {
    margin: 15px 0 0;
    padding-left: 15px;
    border-left: 1.38739px dashed rgba(144, 148, 156, 0.3);
}
.comment-box .comment-dt .small-box .comment-img {
    height: 50px;
    width: 50px;
}
.comment-block .load-btn {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 700;
    font-size: 19.4234px;
    line-height: 22px;
    color: #ffffff;
    padding: 20px;
    background: #4777de;
    border-radius: 2.77477px;
    display: block;
    width: 100%;
    text-align: center;
}
.comment-block .load-btn:hover {
    background: #21083f;
    color: #fff;
}
.comment-block .facebook-link {
    padding: 15px 0 0;
    margin: 20px 0 0;
    border-top: 1.38739px solid rgba(45, 57, 76, 0.1);
}
.comment-block .facebook-link h6 {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 400;
    font-size: 15.2613px;
    line-height: 18px;
    color: #385898;
}
.comment-block .facebook-link h6 i {
    padding-right: 5px;
    font-size: 18px;
}
/* ***** End comment ***** */

/* **** rolloffer-block **** */
.rolloffer-block {
    padding: 0 0 25px;
    border-bottom: 2px solid #d9d9d9;
    position: sticky;
    top: 10px;
}
.rolloffer-block h2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    padding: 12px;
    background: #642391;
    border-radius: 10px 10px 0px 0px;
    margin: 0;
}
.rolloffer-block p {
    background: #fbf4ff;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    color: #21083f;
    padding: 20px 20px 25px;
    border-radius: 0px 0px 10px 10px;
}
/* **** End rolloffer-block **** */

/* **** FAQ **** */
.faq-wrp {
    padding: 65px 0 30px;
}
.faq-wrp .titlebar h2 {
    margin: 0 0 65px;
}
.faq-wrp .faq-block {
    background: #ffffff;
    border-radius: 18.689px;
    filter: drop-shadow(0px 5.55698px 16.6709px rgba(0, 0, 0, 0.06));
}
.faq-wrp .faq-block .accordion .accordion-item {
    margin: 0;
    background-color: transparent;
    border: none;
    padding: 0 0;
    border-bottom: 1px solid #d7e1f4;
}
.faq-wrp .faq-block .accordion .accordion-item:last-child {
    border: none;
}
.faq-wrp .faq-block .accordion .accordion-item .accordion-button {
    font-family: "Axiforma";
    font-style: normal;
    font-weight: 600;
    font-size: 18.689px;
    color: #2e526b;
    padding: 40px 45px 40px 100px;
    background-color: transparent;
    position: relative;
}
.faq-wrp .faq-block .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #2e526b;
}
.faq-wrp .faq-block .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-wrp .faq-block .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-wrp .faq-block .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    left: 40px;
    top: 50%;
    font-size: 20px;
    color: #642391;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-wrp .faq-block .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
}
.accordion .accordion-body {
    padding: 0 45px 40px 100px;
}
.accordion .accordion-body p {
    font-family: "Axiforma";
    font-style: normal;
    font-weight: 400;
    font-size: 16.8201px;
    line-height: 44px;
    color: #2e526b;
    opacity: 0.8;
    margin: 0;
}
/* **** End FAQ **** */

/* **** contact **** */
.contact-wrpper {
    padding: 60px 0;
}
.contact-wrpper .titlebar h2 {
    margin: 0 0 80px;
}
.contact-wrpper .cnt-form .form-group {
    margin: 0 0 15px;
}
.contact-wrpper .cnt-form .form-group label {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 15.1948px;
    line-height: 23px;
    color: #2e2e2e;
    margin: 0 0 12px;
}
.contact-wrpper .cnt-form .form-group .form-control {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 15.1948px;
    line-height: 26px;
    color: #cccccc;
    padding: 14px 15px;
    border: 1px solid rgba(216, 214, 245, 0.5);
    border-radius: 7.5974px;
    box-shadow: none;
    outline: none;
    resize: none;
}
.contact-wrpper .cnt-form .form-group .form-control::placeholder {
    color: #cccccc;
}
.contact-wrpper .cnt-form button {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15.1948px;
    line-height: 23px;
    padding: 15px 40px;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
select.form-control {
    width: 100%;
    display: inline-block;
    margin: 0 0;
    -webkit-appearance: none;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center right 15px;
}
/* **** End contact **** */

/* **** Contact Info **** */
.contact-info-wrp {
    padding: 60px 0;
    position: relative;
}
.contact-info-wrp:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 45%;
    background: #642391;
    top: 0;
    left: 0;
    bottom: 0;
}

.contact-info-wrp .row {
    margin: 0 -35px;
    align-items: center;
}
.contact-info-wrp .col-md-6 {
    padding: 0 35px;
}
.contact-info-wrp .cnt-info h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 64px;
    color: #2e2e2e;
    margin: 0 0 24px;
}
.contact-info-wrp .cnt-info p {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #808080;
    margin: 0 0 40px;
}

.contact-info-wrp .cnt-info ul li {
    display: flex;
    align-items: flex-start;
    margin: 0 0 40px;
}
.contact-info-wrp .cnt-info ul li:last-child {
    margin: 0;
}
.contact-info-wrp .cnt-info ul li span {
    width: 23px;
    text-align: center;
    color: #642391;
    display: block;
    font-size: 18px;
    margin-right: 18px;
}
.contact-info-wrp .cnt-info ul li h3 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #2e2e2e;
    margin: 0 0 8px;
}
.contact-info-wrp .cnt-info ul li a {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
}
.contact-info-wrp .cnt-info ul li a:hover {
    color: #642391;
}
.contact-info-wrp .map-bx {
    width: 100%;
    position: relative;
    z-index: 5;
}
.contact-info-wrp .map-bx img{
    border-radius: 6px;
    max-width: 100%;
}
.contact-info-wrp .map-bx iframe {
    height: 100%;
    width: 100%;
    border-radius: 6px;
}
/* **** End Contact Info **** */

.header-second{background: #F1F1FF;}




.banner-section{
	position:relative;
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
}
.banner-section:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	background-image: url(../images/contact-bg@2x.jpg);
	background-size: cover;
	background-position: bottom center;
	z-index:-1;
}
.banner-section h1{
	position:relative;
	font-family: "Anton";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 62px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin: auto;
}






.inputInvalid{
    animation: shake 300ms;
    color: #DC3545 !important;
	border-color:#DC3545 !important;
}

@keyframes shake {
    25% {
        transform: translateX(4px);
    }
    50% {
        transform: translateX(-4px);
    }
    75% {
        transform: translateX(4px);
    }
}

.LandingPage{
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
}
.LandingPage .container{
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.LandingPage a.btn,
.LandingPage button.btn,
.LandingPage input.btn{
	border-radius:50px;
}
.LandingPage .brandArea{
	position:relative;
}
.LandingPage .brandArea:after{
	content:"";
	position:absolute;
	border:1px solid #ddd;
	border-bottom:0px solid #ddd;
	left:0;
	right:0;
	top:-30px;
	height:30px;
	background:#fff;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
}
.LandingPage .brandArea .logo{
	max-width:300px;
	max-height:200px;
}
.LandingPage .contactSection .contactArea:after,
.LandingPage .contactSection .contactArea:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	height:30px;
}
.LandingPage .contactSection .contactArea:after{
	top:-30px;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
}
.LandingPage .contactSection .contactArea:before{
	bottom:-30px;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
}
.LandingPage .googleMap_iframe iframe{
	width:100% !important;
	height:300px !important;
	border-bottom:1px solid #ddd !important;
}




.LandingPage.theme1 .text-purple{
	color:#642391;
}
.LandingPage.theme1 .bg-purple{
	background-color:#642391;
}
.LandingPage.theme1 .bg-purple-dark{
	background-color:#21083F;
}
.LandingPage.theme1 .bg-light-purple{
	background-color:#F5F0FF;
}
.LandingPage.theme1 .btn-outline-purple{
	border-color:#642391;
	color:#642391;
}
.LandingPage.theme1 .btn-outline-purple:hover{
	background-color:#642391;
	color:#fff;
}
.LandingPage.theme1 .btn-purple{
	background-color:#642391;
	color:#fff;
}
.LandingPage.theme1 .btn-purple:hover{
	background-color:#21083F;
}

.LandingPage.theme1 .contactSection .contactArea:after,
.LandingPage.theme1 .contactSection .contactArea:before{
	background:#21083F;
}



.LandingPage.theme2 .text-purple{
	color:#8E2385;
}
.LandingPage.theme2 .bg-purple{
	background-color:#8E2385;
}
.LandingPage.theme2 .bg-purple-dark{
	background-color:#721b6a;
}
.LandingPage.theme2 .bg-light-purple{
	background-color:#ead7e9;
}
.LandingPage.theme2 .btn-outline-purple{
	border-color:#8E2385;
	color:#8E2385;
}
.LandingPage.theme2 .btn-outline-purple:hover{
	background-color:#8E2385;
	color:#fff;
}
.LandingPage.theme2 .btn-purple{
	background-color:#8E2385;
	color:#fff;
}
.LandingPage.theme2 .btn-purple:hover{
	background-color:#721b6a;
}
.LandingPage.theme2 .contactSection .contactArea:after,
.LandingPage.theme2 .contactSection .contactArea:before{
	background:#721b6a;
}


.LandingPage.theme3 .text-purple{
	color:#8C234E;
}
.LandingPage.theme3 .bg-purple{
	background-color:#8C234E;
}
.LandingPage.theme3 .bg-purple-dark{
	background-color:#721b3e;
}
.LandingPage.theme3 .bg-light-purple{
	background-color:#ead7df;
}
.LandingPage.theme3 .btn-outline-purple{
	border-color:#8C234E;
	color:#8C234E;
}
.LandingPage.theme3 .btn-outline-purple:hover{
	background-color:#8C234E;
	color:#fff;
}
.LandingPage.theme3 .btn-purple{
	background-color:#8C234E;
	color:#fff;
}
.LandingPage.theme3 .btn-purple:hover{
	background-color:#721b3e;
}
.LandingPage.theme3 .contactSection .contactArea:after,
.LandingPage.theme3 .contactSection .contactArea:before{
	background:#721b3e;
}



.LandingPage.theme4 .text-purple{
	color:#892222;
}
.LandingPage.theme4 .bg-purple{
	background-color:#892222;
}
.LandingPage.theme4 .bg-purple-dark{
	background-color:#6d1a1a;
}
.LandingPage.theme4 .bg-light-purple{
	background-color:#ead7d7;
}
.LandingPage.theme4 .btn-outline-purple{
	border-color:#892222;
	color:#892222;
}
.LandingPage.theme4 .btn-outline-purple:hover{
	background-color:#892222;
	color:#fff;
}
.LandingPage.theme4 .btn-purple{
	background-color:#892222;
	color:#fff;
}
.LandingPage.theme4 .btn-purple:hover{
	background-color:#6d1a1a;
}
.LandingPage.theme4 .contactSection .contactArea:after,
.LandingPage.theme4 .contactSection .contactArea:before{
	background:#6d1a1a;
}



.LandingPage.theme5 .text-purple{
	color:#875421;
}
.LandingPage.theme5 .bg-purple{
	background-color:#875421;
}
.LandingPage.theme5 .bg-purple-dark{
	background-color:#6d421a;
}
.LandingPage.theme5 .bg-light-purple{
	background-color:#f4efeb;
}
.LandingPage.theme5 .btn-outline-purple{
	border-color:#875421;
	color:#875421;
}
.LandingPage.theme5 .btn-outline-purple:hover{
	background-color:#875421;
	color:#fff;
}
.LandingPage.theme5 .btn-purple{
	background-color:#875421;
	color:#fff;
}
.LandingPage.theme5 .btn-purple:hover{
	background-color:#6d421a;
}
.LandingPage.theme5 .contactSection .contactArea:after,
.LandingPage.theme5 .contactSection .contactArea:before{
	background:#6d421a;
}


.LandingPage.theme6 .text-purple{
	color:#878721;
}
.LandingPage.theme6 .bg-purple{
	background-color:#878721;
}
.LandingPage.theme6 .bg-purple-dark{
	background-color:#72721b;
}
.LandingPage.theme6 .bg-light-purple{
	background-color:#f2f2e6;
}
.LandingPage.theme6 .btn-outline-purple{
	border-color:#878721;
	color:#878721;
}
.LandingPage.theme6 .btn-outline-purple:hover{
	background-color:#878721;
	color:#fff;
}
.LandingPage.theme6 .btn-purple{
	background-color:#878721;
	color:#fff;
}
.LandingPage.theme6 .btn-purple:hover{
	background-color:#72721b;
}
.LandingPage.theme6 .contactSection .contactArea:after,
.LandingPage.theme6 .contactSection .contactArea:before{
	background:#72721b;
}


.LandingPage.theme7 .text-purple{
	color:#528421;
}
.LandingPage.theme7 .bg-purple{
	background-color:#528421;
}
.LandingPage.theme7 .bg-purple-dark{
	background-color:#446d1b;
}
.LandingPage.theme7 .bg-light-purple{
	background-color:#ecf2e6;
}
.LandingPage.theme7 .btn-outline-purple{
	border-color:#528421;
	color:#528421;
}
.LandingPage.theme7 .btn-outline-purple:hover{
	background-color:#528421;
	color:#fff;
}
.LandingPage.theme7 .btn-purple{
	background-color:#528421;
	color:#fff;
}
.LandingPage.theme7 .btn-purple:hover{
	background-color:#446d1b;
}
.LandingPage.theme7 .contactSection .contactArea:after,
.LandingPage.theme7 .contactSection .contactArea:before{
	background:#446d1b;
}



.LandingPage.theme8 .text-purple{
	color:#308220;
}
.LandingPage.theme8 .bg-purple{
	background-color:#308220;
}
.LandingPage.theme8 .bg-purple-dark{
	background-color:#276b19;
}
.LandingPage.theme8 .bg-light-purple{
	background-color:#e8f2e6;
}
.LandingPage.theme8 .btn-outline-purple{
	border-color:#308220;
	color:#308220;
}
.LandingPage.theme8 .btn-outline-purple:hover{
	background-color:#308220;
	color:#fff;
}
.LandingPage.theme8 .btn-purple{
	background-color:#308220;
	color:#fff;
}
.LandingPage.theme8 .btn-purple:hover{
	background-color:#276b19;
}
.LandingPage.theme8 .contactSection .contactArea:after,
.LandingPage.theme8 .contactSection .contactArea:before{
	background:#276b19;
}


.LandingPage.theme9 .text-purple{
	color:#1F7F3F;
}
.LandingPage.theme9 .bg-purple{
	background-color:#1F7F3F;
}
.LandingPage.theme9 .bg-purple-dark{
	background-color:#196633;
}
.LandingPage.theme9 .bg-light-purple{
	background-color:#e6f2ea;
}
.LandingPage.theme9 .btn-outline-purple{
	border-color:#1F7F3F;
	color:#1F7F3F;
}
.LandingPage.theme9 .btn-outline-purple:hover{
	background-color:#1F7F3F;
	color:#fff;
}
.LandingPage.theme9 .btn-purple{
	background-color:#1F7F3F;
	color:#fff;
}
.LandingPage.theme9 .btn-purple:hover{
	background-color:#196633;
}
.LandingPage.theme9 .contactSection .contactArea:after,
.LandingPage.theme9 .contactSection .contactArea:before{
	background:#196633;
}


.LandingPage.theme10 .text-purple{
	color:#1F7C6D;
}
.LandingPage.theme10 .bg-purple{
	background-color:#1F7C6D;
}
.LandingPage.theme10 .bg-purple-dark{
	background-color:#1a685b;
}
.LandingPage.theme10 .bg-light-purple{
	background-color:#e6f2f0;
}
.LandingPage.theme10 .btn-outline-purple{
	border-color:#1F7C6D;
	color:#1F7C6D;
}
.LandingPage.theme10 .btn-outline-purple:hover{
	background-color:#1F7C6D;
	color:#fff;
}
.LandingPage.theme10 .btn-purple{
	background-color:#1F7C6D;
	color:#fff;
}
.LandingPage.theme10 .btn-purple:hover{
	background-color:#1a685b;
}
.LandingPage.theme10 .contactSection .contactArea:after,
.LandingPage.theme10 .contactSection .contactArea:before{
	background:#1a685b;
}


.LandingPage.theme11 .text-purple{
	color:#1E5B7A;
}
.LandingPage.theme11 .bg-purple{
	background-color:#1E5B7A;
}
.LandingPage.theme11 .bg-purple-dark{
	background-color:#174a63;
}
.LandingPage.theme11 .bg-light-purple{
	background-color:#e6eef2;
}
.LandingPage.theme11 .btn-outline-purple{
	border-color:#1E5B7A;
	color:#1E5B7A;
}
.LandingPage.theme11 .btn-outline-purple:hover{
	background-color:#1E5B7A;
	color:#fff;
}
.LandingPage.theme11 .btn-purple{
	background-color:#1E5B7A;
	color:#fff;
}
.LandingPage.theme11 .btn-purple:hover{
	background-color:#174a63;
}
.LandingPage.theme11 .contactSection .contactArea:after,
.LandingPage.theme11 .contactSection .contactArea:before{
	background:#174a63;
}



.LandingPage.theme12 .text-purple{
	color:#1d2c77;
}
.LandingPage.theme12 .bg-purple{
	background-color:#1d2c77;
}
.LandingPage.theme12 .bg-purple-dark{
	background-color:#172360;
}
.LandingPage.theme12 .bg-light-purple{
	background-color:#e6e8f2;
}
.LandingPage.theme12 .btn-outline-purple{
	border-color:#1d2c77;
	color:#1d2c77;
}
.LandingPage.theme12 .btn-outline-purple:hover{
	background-color:#1d2c77;
	color:#fff;
}
.LandingPage.theme12 .btn-purple{
	background-color:#1d2c77;
	color:#fff;
}
.LandingPage.theme12 .btn-purple:hover{
	background-color:#172360;
}
.LandingPage.theme12 .contactSection .contactArea:after,
.LandingPage.theme12 .contactSection .contactArea:before{
	background:#172360;
}



.LandingPage.theme13 .text-purple{
	color:red;
}
.LandingPage.theme13 .bg-purple{
	background-color:red;
}
.LandingPage.theme13 .bg-purple-dark{
	background-color:#db1111;
}
.LandingPage.theme13 .bg-light-purple{
	background-color:#f2e8e8;
}
.LandingPage.theme13 .btn-outline-purple{
	border-color:red;
	color:red;
}
.LandingPage.theme13 .btn-outline-purple:hover{
	background-color:red;
	color:#fff;
}
.LandingPage.theme13 .btn-purple{
	background-color:red;
	color:#fff;
}
.LandingPage.theme13 .btn-purple:hover{
	background-color:#db1111;
}
.LandingPage.theme13 .contactSection .contactArea:after,
.LandingPage.theme13 .contactSection .contactArea:before{
	background:#db1111;
}




.LandingPage.theme14 .text-purple{
	color:blue;
}
.LandingPage.theme14 .bg-purple{
	background-color:blue;
}
.LandingPage.theme14 .bg-purple-dark{
	background-color:#0f0fe0;
}
.LandingPage.theme14 .bg-light-purple{
	background-color:#e6e6f2;
}
.LandingPage.theme14 .btn-outline-purple{
	border-color:blue;
	color:blue;
}
.LandingPage.theme14 .btn-outline-purple:hover{
	background-color:blue;
	color:#fff;
}
.LandingPage.theme14 .btn-purple{
	background-color:blue;
	color:#fff;
}
.LandingPage.theme14 .btn-purple:hover{
	background-color:#0f0fe0;
}
.LandingPage.theme14 .contactSection .contactArea:after,
.LandingPage.theme14 .contactSection .contactArea:before{
	background:#0f0fe0;
}


.LandingPage.theme15 .text-white,
.LandingPage.theme15 .text-light{
	color:#000 !important;
}
.LandingPage.theme15 .border{
	border-color:#cece00 !important;
}

.LandingPage.theme15 .text-purple{
	color:#000;
}
.LandingPage.theme15 .bg-purple{
	background-color:yellow;
}
.LandingPage.theme15 .bg-purple-dark{
	background-color:#e2e200;
}
.LandingPage.theme15 .bg-light-purple{
	background-color:#e6e6f2;
}
.LandingPage.theme15 .btn-outline-purple{
	border-color:#cece00;
	color:#000;
}
.LandingPage.theme15 .btn-outline-purple:hover{
	background-color:yellow;
	color:#000;
}
.LandingPage.theme15 .btn-purple{
	background-color:yellow;
	border-color:#cece00;
	color:#000;
}
.LandingPage.theme15 .btn-purple:hover{
	background-color:#e2e200;
}
.LandingPage.theme15 .contactSection .contactArea:after,
.LandingPage.theme15 .contactSection .contactArea:before{
	background:#e2e200;
}



.LandingPage.theme16 .text-purple{
	color:#212529;
}
.LandingPage.theme16 .bg-purple{
	background-color:#212529;
}
.LandingPage.theme16 .bg-purple-dark{
	background-color:#000;
}
.LandingPage.theme16 .bg-light-purple{
	background-color:#F8F9FA;
}
.LandingPage.theme16 .btn-outline-purple{
	border-color:#212529;
	color:#212529;
}
.LandingPage.theme16 .btn-outline-purple:hover{
	background-color:#212529;
	color:#fff;
}
.LandingPage.theme16 .btn-purple{
	background-color:#212529;
	color:#fff;
}
.LandingPage.theme16 .btn-purple:hover{
	background-color:#000;
}
.LandingPage.theme16 .contactSection .contactArea:after,
.LandingPage.theme16 .contactSection .contactArea:before{
	background:#000;
}
.LandingPage.theme16 .contactSection .contactArea .fa{
	color:#fff;
}



.LandingPage.theme17 .text-purple{
	color:#30C730;
}
.LandingPage.theme17 .bg-purple{
	background-color:#30C730;
}
.LandingPage.theme17 .bg-purple-dark{
	background-color:#28a328;
}
.LandingPage.theme17 .bg-light-purple{
	background-color:#e6f2e6;
}
.LandingPage.theme17 .btn-outline-purple{
	border-color:#30C730;
	color:#30C730;
}
.LandingPage.theme17 .btn-outline-purple:hover{
	background-color:#30C730;
	color:#fff;
}
.LandingPage.theme17 .btn-purple{
	background-color:#30C730;
	color:#fff;
}
.LandingPage.theme17 .btn-purple:hover{
	background-color:#28a328;
}
.LandingPage.theme17 .contactSection .contactArea:after,
.LandingPage.theme17 .contactSection .contactArea:before{
	background:#28a328;
}