.sec-contact .btn,
a {
    transition: all 0.25s;
}

/*=Typography=*/
html {
    font-size: 16px;
}

body {
    font-family: "Open sans", sans-serif;
    font-weight: 300;
}

.navbar a,
.sec-about p {
    text-align: center;
}

.navbar a {
    font-size: 16px;
}

.navbar .fa-external-link {
    font-size: 10px;
}

.main-heading {
    font-family: "Open sans", sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 9px;
    text-transform: uppercase;
}

.container>h1 {
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.sec-about a {
    text-decoration: underline;
}

.sec-services h2,
.sec-services p {
    font-weight: 300;
    text-align: center;
}

.sec-testimonials p {
    font-style: italic;
}

.sec-contact .btn {
    text-transform: uppercase;
}

.soc-media-ul a {
    text-align: center;
    text-decoration: none;
}

/*=Base=*/
section {
    padding: 5em 0;
}

footer {
    padding: 1em 0;
}

@media screen and (max-width: 768px) and (min-width: 485px) {
    form {
        max-width: 70%;
    }
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

hr {
    margin-bottom: 3em;
    width: 7%;
}

/*=Layout=*/
.sec-folio .row {
    margin-bottom: 3em;
}

.sec-folio img {
    max-width: 100%;
}

/*Header*/
.navbar-default {
    background: #7469B6;
}
.navbar-default .navbar-nav>li>a,.navbar-default .navbar-brand {
    color: #fff;
}
.navbar .fa-external-link {
    vertical-align: top;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #000000;
}

.navbar-default .navbar-nav>li>a:active {
    color: #940000;
}

/*Main*/
.sec-main {
    /* position: relative;   */
    /* min-height: 100vh; */
    /* background: url(https://img.freepik.com/free-vector/halftone-background-with-circles_23-2148907689.jpg) no-repeat center center; */
    background-size: cover;
}

.sec-main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
}

/* .main-heading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    margin: auto;
    height: 40px;
    color: #fff;
} */

/*About*/
.sec-about a {
    color: #000;
}

.sec-about a:hover,
.sec-about a:focus {
    color: #ad0000;
}

/*Services*/
.sec-services {
    background: #f9f9f9;
}

.sec-services i {
    display: block;
    margin: auto;
    width: 45px;
}

.sec-services .fa-paint-brush {
    width: 64px;
}

.sec-services .fa-code {
    width: 68px;
}

.sec-services h2 {
    margin: 1em 0;
}

/*Testimonials*/
.sec-testimonials {
    background: #f9f9f9;
}

/*Contact*/
.sec-contact .form-control:focus {
    border-color: #ad0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 0, 0, 0.6);
}

.sec-contact .btn {
    padding: 0.5rem 1.75rem;
    background: #000;
    font-size: 0.95rem;
    color: #fff;
}

.sec-contact .btn:hover,
.sec-contact .btn:focus {
    background: #ad0000;
    border-color: #7a0000;
}

/*Footer*/
footer {
    background: #AD88C6;
    color: white;
}
.mb-3{
    margin-bottom: 1rem;
}
h1{
    color:#d23aa2;
    font-weight: 1000;
}
.h3{
    color: #9d47d6;
    font-weight: 500 !important;
}
.text-right{
    color: #7200bd;
}
.p-head{
    font-weight: 400 !important;
}
.lead{
    font-weight: 400;
}

/* pricing table css starts  */
.pricing-table-2 {
    border: 3px solid #e5e3e3;
    border-radius: 10px;
    text-align: center;
    padding: 38px 0 40px;
    transition: 0.3s ease-in;
    margin-bottom: 30px;
}

.pricing-table-2:hover {
    border-color: #197beb;
}

.pricing-table-2 .price-header .title {
    color: #282828;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}

.pricing-table-2 .price-header .icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #197beb;
}

.pricing-table-2 .price-header .price {
    font-size: 50px;
    line-height: 60px;
    color: #282828;
    font-weight: 600;
    margin-bottom: 25px;
}

.pricing-table-2 .price-header .price .dollar {
    font-size: 33px;
    line-height: 33px;
    position: relative;
    top: -12px;
}

.pricing-table-2 .price-header .price .month {
    font-size: 22px;
    line-height: 23px;
}

.pricing-table-2 .price-footer {
    margin-top: 40px;
}

.pricing-table-2 .price-footer .order-btn {
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #197beb;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #282828;
    transition: 0.3s ease-in;
    font-weight: 600;
}

.pricing-table-2 .price-footer .order-btn i {
    font-size: 13px;
    padding-left: 2px;
}

.pricing-table-2 .price-footer .order-btn:hover {
    background-color: #197beb;
    color: #fff;
    border-color: #197beb;
}

.pricing-table-2 .price-body ul {
    margin: 0;
    padding: 0;
}

.pricing-table-2 .price-body ul li {
    list-style: none;
    display: block;
    color: #000000;
    margin: 10px 0;
    font-weight: 500;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-brand{
    font-weight: 400
}
.pricing-table-2 .price-body ul li:first-child {
    margin-top: 0;
}

.pricing-table-2 .price-body ul li:last-child {
    margin-bottom: 0;
}
a{
    text-decoration: none !important;
}
/* pricing table css ends */