@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,600,900&display=swap');

body {
    margin: 0;
    font-family: 'Raleway', 'helvetica', 'arial', sans-serif;
    font-size: 16px;

}

.navbar-brand img {
    width: 80%;
    animation: fadeIn .7s ease-in-out backwards;
}

.navbar-nav {
    animation: fadeIn .7s ease-in-out backwards;
}


nav {
    padding: 1rem 1rem !important;
}

.navbar-brand {
    max-width: 30%;
}


a{
    color:#846089;
    font-weight:600;
    
}

.page-item a {
    font-family: 'Raleway', 'helvetica', 'arial', sans-serif;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: .9rem;
    margin-right: 15px;

}

.dropdown:hover > .dropdown-menu {
    display: block;
    transition: 0.5s;
}

.dropdown-submenu {
    position: relative;
}

.dropdown {
    text-align: center;
}

.button,
.dropdown-menu {
    margin: 10px auto
}



.nav-link {
    color: #fff;

    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: .9rem;
}



.dropdown-menu {
    z-index: 1000;
    min-width: 10rem;
    padding: 1.5rem 0;

    font-size: 1rem;
    color: #846089;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, .1);
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 47%;
    top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
    z-index: 9999;
}

.dropdown-menu li + li {
    padding-top: 15px;
}

.dropdown-menu li + li:before {
    display: block;
    content: '';
    background: #846089;
    height: 2px;
    width: 30px;
    margin: 0 auto;
    margin-bottom: 15px;
    opacity: .23;
}

.dropdown-menu li {
    font-size: 1em;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

footer {
    background: #846089;
    padding-bottom: 200px;
    padding-top: 50px
}

#secondary-menu a {
    color: #fff;
    text-transform: uppercase;

}

ul#secondary-menu {
    list-style: none;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: .75rem;
    line-height: 2rem;
    padding: 0;
}

p.company-info {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: .75rem;
    line-height: 1.75rem;
    color: #fff;

}

strong {
    font-weight: 600;
}

.page-item a:hover {
    opacity: .8;
    color: #fff;
    transition: 0.5s;
}

.dropdown-toggle:after {
    display: none !important;
}

.menu-menu-1:hover {
    display: block;
    transition: 0.5s;
}

.dropdown:hover {
    display: block;
    transition: 0.5s;
}

.navbar.front-page.scrolled {

    background: linear-gradient(45deg, rgba(163, 129, 174, 1) 0%, rgba(93, 93, 171, 1) 100%);
    transition: background .5s ease 0s;



}

.form-button {
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 0px;
    max-width: 150px;
}

.cta-btn-white a:hover {
    text-decoration: none;
    opacity: .7;
    transition: 0.5s;
}



.interior {
    background: linear-gradient(45deg, rgba(163, 129, 174, 1) 0%, rgba(93, 93, 171, 1) 100%);
}

.body-page {
    margin-top: 150px;
}

.body-blog {
    margin-top: 100px;
}

a.dropdown-item {
    color: #846089;
    font-weight: 600;
    text-align: center;

}

a.dropdown-item:hover {
    background: transparent;
    opacity: .5;
    color: #846089;
}

.cta-btn a {
    background: #f4f4f4;
    border-radius: 30px !important;
    padding: 15px 50px !important;
    font-weight: 600;


}

.cta-btn a:hover {
    opacity: .5;
    transition: 0.5s;
}

#wpadminbar {
    visibility: hidden;
}

.what-do-nav {
    list-style: none;
    display: inline-flex;
    font-weight: 900;
    color: #836289;
}

.what-do-nav li {
    text-align: center;
    opacity: .6;
    padding: 15px;
}

.what-do-nav li a {
    color: inherit;

}

.what-do-nav li:hover {
    opacity: 1;
}



label {
    display: block;
    background: transparent;

}

.nav-link:hover {
    opacity: .5;
    color: #fff;
    transition: 0.5s;
}


.entry-title {
    color: #846089
}

/* Contact Form 7 Styles
---------------------------------*/

input,
textarea {
    width: 100%;
    background: transparent;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-width: 1px;
    padding-bottom: 5px;
    margin-top: 15px;
}

.wpcf7-form input[type="submit"],
.wpcf7-submit {

    border-radius: 30px !important;
    padding: 8px 50px !important;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: 600;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-submit:hover {
    opacity: .5;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline: focus-ring-color auto 0px;
}


.form-white input,
textarea {
    border-bottom: 1px soild #fff !important;
    border-color: #fff;
    color: #fff;

}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #846089;
    background: #fff;
    border: 0;
    padding: 10px;
    text-align: center;
    margin-bottom: 50px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #846089;
    background: #fff;
    border: 0;
    padding: 10px;
    text-align: center;
    margin-bottom: 50px;
}

div.wpcf7-mail-sent-ok:before,
div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}

div.wpcf7-mail-sent-ok:before {
    content: "\f147";
    color: green;
}

div.wpcf7-validation-errors:before {
    content: "\f158";
    color: red;
}




#wpcf7-f6-p17-o1 > form > div.container.form-white > div:nth-child(3) > div.col-md-12 > label > span > textarea {
    border-color: #fff;
    color: #fff;
}

.wpcf7-form .form-white input[type="submit"],
.wpcf7-submit {
    background-color: #fff;
    color: #846089 !important;


}


.form-purple input,
textarea {
    border-bottom: 1px soild #846089 !important;
    border-color: #846089;
    color: #846089;

}

.wpcf7-form .form-purple input[type="submit"],
.wpcf7-submit {
    background-color: #846089;
    color: #fff !important;

}

.form-white ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff !important;
    opacity: 1;
}

.form-white :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
    opacity: 1;
}

.form-white ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff !important;
    opacity: 1;
}

.form-white :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff !important;
    opacity: 1;
}

.form-purple ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #846089 !important;
    opacity: 1;
}

.form-purple :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #846089 !important;
    opacity: 1;
}

.form-purple ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #846089 !important;
    opacity: 1;
}

.form-purple :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #846089 !important;
    opacity: 1;
}




::selection {
    background: #846089;
    /* WebKit/Blink Browsers */
    color: #fff;

}

::-moz-selection {
    background: #846089;
    /* Gecko Browsers */
    color: #fff;

}

#menu-item-47 > a::before {
    border-top: 1px #000 solid;
    width: 10px;
    text-align: center;
    margin: 0 auto;

}


.purple {
    color: #846089;
}

h2.section-heading {
    font-size: 4rem;
}

.elementor-button {
    color: #846089 !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
}

.social-icon {
    color: #846089;
    max-width: 50px
}

.social-container {
    float: right;
    display: inline-block;
    margin-right: 25px;
}

h1 {

    font-size: 4rem;
    line-height: 5rem;
    font-family: 'Raleway', 'helvetica', 'arial', sans-serif;
    font-weight: 200;
    color: #fff;
    margin-top: 3rem;
}

h2 {
    color: #846089;
    font-size: 2rem;
    line-height: 2.25rem;
    font-family: 'Raleway', 'helvetica', 'arial', sans-serif;
    font-weight: 200;
}

.entry-content h2 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 400;
}

.entry-meta {
    margin-top: 25px;
    font-weight: 600;
    color: #372b6e;
    font-size: 1.2rem;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #846089;

}

h3 {
    color: #846089;
    font-size: 1.5rem;
    line-height: 2.5rem !important;
    font-weight: 900;
    font-family: 'Raleway', 'helvetica', 'arial', sans-serif;
}

h4 {
    color: #846089;
    font-size: 1.24rem;
    line-height: 2.25rem !important;
    font-weight: 900;
    font-family: 'Raleway', 'helvetica', 'arial', sans-serif;
}

p {
    color: #846089;
    font-size: 1.2rem;
    line-height: 2.3rem;
}
ol{
    color:#846089;
}
ol li{
    margin-top:15px;
}
aside {
    color: #372b6e;
    font-size: 1rem;
    line-height: 2rem;
}

aside ul{
    list-style:none;
    padding:0px;
}
aside ul li{
    margin-top:15px;
}
aside#secondary{
    background:#f9f9f9;
    padding:15px;
    
}
.cta-text {
    color: #fff;
    font-size: 3rem;
    line-height: 4rem !important;
    font-weight: 900;
    font-family: 'Raleway', 'helvetica', 'arial', sans-serif;
}

.cta-btn-white a {
    background: #fff;
    border-radius: 30px !important;
    padding: 15px 50px !important;
    font-weight: 600;


}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
    .card-columns.three-col{
            -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
    }
.cta-blade {
    background: #66ccff;
}

.featured-blogs {

    display: inline-flex;
}


.post-section-inner p {
    color: #372b6e;
    font-size: 1rem;
    line-height: 2rem;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: 4px;
    background-color: #fff;
    border-radius: 1px;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-collapse {
    transition: .5s;

}

.show {
    transition: .5s;

}

.navbar.collapsing {
    color: red;

}

.card {
    background: #fff;
    border-radius: 0px;
    border: #fff;

}

.center {
    text-align: center;
}

img.post-thumbnail {}

.blog-section-heading {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}

.post-section {
    width: 33%;

    border: solid 1px #e1e1e1;
    

}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.dropdown-menu {
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 28px;
}

.post-section-inner {
    padding: 25px;
    text-align: center;
}

.post-thumbnail img {
    width: 100%;
    max-width: 100%;
}

.blog-heading {
    color: #bf90b0;
    font-size: 1.24rem;
    line-height: 2.25rem !important;
    font-weight: 900;
    font-family: 'Raleway', 'helvetica', 'arial', sans-serif;
}

a:hover.blog-heading {
   color: #bf90b0;
    text-decoration:none;
    opacity:.7;
}

img.attachment-thumbnail {
    width: 100%;
    height: 100%;
}

.elementor img {
    padding: 15px;
}

home-top {
    margin-top: -200px;
}

.navbar-toggler .icon-bar {
    position: relative;
    transition: all 200ms ease-in-out;
}

.navbar-toggler.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.navbar-toggler.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
    transition: all 1ms ease-in-out;
}

.navbar-toggler.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


.container {
    max-width: 1140px;
}



.footer-link {
    color: #fff;
}

.footer-link:hover {
    color: #fff;
    text-decoration: none;
    opacity: .6;
}

@media only screen and (max-width: 768px) {
    .navbar {}

    .post-section {
        width: 90%;
        margin: 15px;
        padding: 0px;
    }

    .what-do-nav {
        list-style: none;
        display: block;
        font-weight: 900;
        color: #836289;
        padding-left: 0px;
    }

    .what-do-nav li {
        text-align: center;
        opacity: .6;
        padding: 15px;
    }

    .what-do-nav li a {
        color: inherit;
    }
    .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
    .card-columns.three-col{
            -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
    }


    .featured-blogs {

        display: block;
    }

    .navbar.front-page {
        transition: background .5s ease 0s;
        background: #5d5dab;

    }

    .navbar.front-page.scrolled {
        transition: background .5s ease 0s;
        background: #5d5dab;

    }




}

@media (max-width: 1024px) {
    .body-page {
        margin-top: 50px;

    }

    .social-icon {
        max-width: 30px;
    }

    footer {
        padding-bottom: 100px
    }

    .cta-blade {}

}

@media (max-width: 991px) {
    .mobile-mt {
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
    }

    .cta-text {
        text-align: center;
    }

    img.logo-footer {
        padding-left: 15px;
        margin-bottom: 15px;

    }

    .dropdown-menu:before {
        display: none;
    }

    .container {
        max-width: 1140px;
    }

    .navbar-nav {
        height: 100vh;



    }

    .dropdown {
        text-align: left !important;
    }

    .navbar.active {
        background: linear-gradient(45deg, rgba(163, 129, 174, 1) 0%, rgba(93, 93, 171, 1) 100%);
        animation: fadeOut .7s ease-in-out backwards;


    }





    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;

    }

    .navbar-expand-lg .navbar-nav {
        padding-left: 0;
        padding-right: 0;
        margin-top: 25px;
    }


    .nav-link {
        margin-top: 10px;
        font-size: 1.5rem;
    }

    .dropdown-menu {

        width: 300px;
        left: 50%;
        margin-left: 0px;
        top: 28px;
        background: transparent;
        box-shadow: none;
        padding: 0px;
        transition: 0.5s;
    }

    .dropdown:hover {
        transition: 0.5s;
    }

    a.dropdown-item:hover {
        color: #fff;
    }

    a.dropdown-item {
        text-align: left;
        color: #fff;

    }

    .dropdown-menu li + li {
        padding-top: 0px;
    }

    .body-page {
        margin-top: 25px;
    }

}

@media (max-width: 768px) {
    .body-blog {
        margin-top: 65px;
    }

    .social-container {
        float: left;
    }

    .navbar-brand {
        max-width: 50%;
    }

    .nav-link {
        margin-top: 10px;
        font-size: 1.5rem;
    }

    .body-page {
        margin-top: 50px;
    }

}

@media (max-width: 600px) {
    .body-page {
        margin-top: 50px;
    }

    .body-blog {
        margin-top: 50px;
    }

    h1 {
        font-size: 3rem;
        line-height: 4rem;
    }
}
