/* --------------------------------------------------------
HTML Template: Activism - Multipurpose Activism Template
Author: http://themeforest.net/user/rayoflightt
Website: http://rayoflightthemes.com
----------------------------------------------------------*/


/* -----------------------------------------------------------
CONTENTS:
html5 and responsive content
reset
menu + general classes
elements
top slider
undersliderwrapper
testimonial
team
event single
events
about us
services
gallery
faq
twitter
homepage blog
contact
blog page
------------------------------------------------------------*/


/********* menu + general classes *********/

.loading {
    position: fixed;
    overflow: hidden;
    width: 100%;
    max-height: 100%;
    background: #fff url(../images/loader.gif) center center no-repeat;
    opacity: 0;
}

html,
body {
    height: 100%;
}

body {
    overflow-x: hidden;
    height: 100%;
    line-height: 1.6;
    background: #fff;
    background-attachment: fixed;
    font-size: 14px;
    font-family: "Quattrocento Sans", Arial, sans-serif;
    font-weight: normal;
    color: #1d0907;
}

::selection {
    color: #fff;
    background: #1d0907;
}

::-moz-selection {
    color: #fff;
    background: #1d0907;
}

.wrapper100percent {
    float: left;
    width: 100%;
    padding: 0;
}

.sectionwrapper {
    position: relative;
    float: left;
    margin-top: 1px;
    padding-bottom: 88px;
    width: 100%;
}

.section1 {
    padding: 0 0 66px 0;
    background: #fff;
}

.section7 {
    padding: 20px 0 80px 0;
    background: #fff;
}

.section2 {
    padding: 0 0 88px 0;
    background: #952893;
}

@media (max-width: 400px) {
    .section2 {
        text-align: center;
    }
}


/* parallax sections */

.section3 {
    min-height: 300px;
    background: #1d0907 url(../images/1.jpg) 50% 0 no-repeat fixed;
    text-align: center;
}

.section3inner {
    width: 100%;
    float: left;
    padding: 0 0 88px 0;
    background: rgba(51, 51, 51, 0.7);
}

.section4 {
    min-height: 300px;
    background: #1d0907 url(../img/tecendosocial-banner-midias-img1.jpg) 50% 0 no-repeat fixed;
    text-align: center;
}

.section4inner {
    width: 100%;
    float: left;
    padding: 0 0 88px 0;
    background: rgba(51, 51, 51, 0.7);
}


/* parallax sections end */

.section2 ul,
.section2 i,
.section2 p,
.section2 h1,
.section2 h2,
.section2 h3,
.section2 h4,
.section2 h5,
.section2 h6 {
    color: #fff;
}

.section3 ul,
.section3 i,
.section3 p,
.section3 h1,
.section3 h2,
.section3 h3,
.section3 h4,
.section3 h5,
.section3 h6 {
    color: #fff;
}

.section4 ul,
.section4 i,
.section4 p,
.section4 h1,
.section4 h2,
.section4 h3,
.section4 h4,
.section4 h5,
.section4 h6 {
    color: #fff;
}

@media (max-width: 1250px) {
    h1 {
        font-size: 44px;
        font-weight: bold;
    }
}

.mainheadlinewrapper {
    margin-bottom: 9px;
    float: left;
    width: 100%;
    text-align: center;
}

.mainheadline h2 {
    padding-bottom: 22px;
    font-weight: 700;
    font-size: 44px;
}

@media (max-width: 767px) {
    .mainheadline h2 {
        font-size: 27px;
    }
}

@media (max-width: 400px) {
    .mainheadline.textleft {
        text-align: center;
    }
}

.mainheadlinewrapperpage {
    margin-bottom: 1px;
    float: left;
    width: 100%;
    padding: 44px 0;
    background: #952893;
}

.mainheadlinepage h1 {
    margin: 0;
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
    color: #fff;
}


/****** menu ******/

.navbar-toggle {
    position: relative;
    float: right;
    width: 42px;
    height: 34px;
    margin-top: 22px;
    margin-bottom: 8px;
    background-color: #952893;
    border: none;
    border-radius: 0;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #1d0907;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar {
    position: relatie;
    z-index: 900;
    min-height: 70px;
    height: 70px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0;
}

#nav ul {
    margin-top: 0;
    margin-bottom: 0;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.nav>li>a:link,
.nav>li>a:visited {
    position: relative;
    display: inlne-block;
    margin-top: -1px;
    padding: 25px 17px;
    background: transparent;
    color: #1d0907;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav>li>a:hover,
.nav>li>a:active {
    color: #952893;
}

.navbar-nav>.active>a:link,
.navbar-nav>.active>a:visited,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
    display: inlne-block;
    color: #952893;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

nav a {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    outline: none;
}

nav a:hover,
nav a:focus {
    outline: none;
}


/*** for dropdown hide ***/

.navbar-nav li ul {
    position: absolute;
    z-index: 100;
    left: -9999px;
}

.navbar-nav li:hover ul {
    left: 0;
}

.navbar-nav li:hover ul li ul {
    left: -9999px;
}

.navbar-nav li ul li ul {
    postion: absolute;
    left: -9999px;
}

.navbar-nav li ul li:hover ul {
    left: 0;
}


/*** for dropdown hide end ***/


/***second level***/

.navbar-nav>li>ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.navbar-nav>li>ul>li {
    padding: 0;
    margin: 0;
    width: 100%;
}

.navbar-nav>li>ul>li>a:link,
.navbar-nav>li>ul>li>a:visited {
    position: relative;
    display: block;
    padding: 7px 15px;
    width: 150px;
    margin: 0;
    background: #fff;
    color: #1d0907;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-nav>li>ul>li>a:hover {
    color: #952893;
}

.navbar-nav>li:hover ul {
    left: 0;
}


/*** second level end ***/

@media (max-width: 1200px) {
    .nav>li>a:link,
    .nav>li>a:visited {
        padding: 25px 15px;
    }
}

@media (max-width: 1000px) {
    .nav>li>a:link,
    .nav>li>a:visited {
        padding: 25px 7px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .navbar-nav>li>a {
        margin-bottom: 5px;
    }
    .navbar-nav>li>a {
        margin-left: 0;
    }
    .navbar-nav>li>a {
        margin-right: 0;
        color: #fff;
    }
    .navbar {
        height: auto;
        background: #fff;
    }
    .nav {
        margin-top: 20px;
    }
    .nav li {
        width: 100%;
        text-align: center;
    }
    .navbar-nav>li>ul>li>a:link,
    .navbar-nav>li>ul>li>a:visited {
        width: 100%;
        text-align: center;
        display: block;
    }
    .navbar-nav li ul {
        position: relative;
        z-index: 100;
        left: 0;
    }
    .navbar-nav li:hover ul {
        left: 0;
    }
    .navbar-nav li:hover ul li ul {
        left: 0;
    }
    .navbar-nav li ul li ul {
        postion: relative;
        left: 0;
    }
    .navbar-nav li ul li:hover ul {
        left: 0;
    }
}


/*** menu end ***/


/********* menu + general classes end **********/


/********* elements *********/


/*** buttons ***/


/*** rollon button ***/


/* General button style (reset) */

.btn {
    position: relative;
    padding: 16px 20px;
    display: inline-block;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    text-transform: uppercase;
    outline: none;
    border: none;
    color: inherit;
    background: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:after {
    position: absolute;
    z-index: -1;
    content: '';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* Pseudo elements for icons */

.btn:before,
.icon-road:after,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
    position: relative;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


/*** change font awesome icon code here ***/

.icon-cart:before {
    content: "\f06c";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-chevron-right:before {
    content: "\f054";
}

.btn-5 {
    background: #922981;
    height: 44px;
    min-width: 10px;
    line-height: 1;
    font-size: 16px;
    color: #1d0907;
    font-weight: bold;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn-5:hover {
    background: #1d0907;
}

.btn-5:active {
    background: #1d0907;
    top: 0px;
}

.btn-5 span {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.btn-5:before {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 1.9;
    font-size: 180%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-5.icon-chevron-right {
    color: #fff;
}

.btn-5a:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btn-5a:before {
    left: 0;
    top: -100%;
}

.btn-5a:hover:before {
    top: 0;
}

@-webkit-keyframes emptyBottom {
    to {
        height: 100%;
    }
}

@-moz-keyframes emptyBottom {
    to {
        height: 100%;
    }
}

@keyframes emptyBottom {
    to {
        height: 100%;
    }
}


/*** rollon button end ***/


/*** button1 ***/

.btn-1 {
    height: 45px;
    line-height: 1;
    background: #fff;
}

a.btn.btn-1:link,
a.btn.btn-1:visited {
    color: #952893;
}

a.btn.btn-1:hover {
    color: #fff;
}

.btn-1b:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.btn-1b:hover,
.btn-1b:active {
    background: #1d0907;
}

.btn-1b:hover:after,
.btn-1b:active:after {
    height: 100%;
}


/*** button1 end ***/


/*** button2 ***/

.btn-2 {
    height: 45px;
    line-height: 1;
    background: #952893;
}

a.btn.btn-2:link,
a.btn.btn-2:visited {
    color: #fff;
}

.btn-2b:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.btn-2b:hover,
.btn-2b:active {
    background: #1d0907;
}

.btn-2b:hover:after,
.btn-2b:active:after {
    height: 100%;
}


/*** button2 end ***/


/*** button2 ***/

.btn-3 {
    height: 45px;
    line-height: 1;
    background: #1d0907;
}

a.btn.btn-3:link,
a.btn.btn-3:visited {
    color: #fff;
}

.btn-3b:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.btn-3b:hover,
.btn-3b:active {
    background: #952893;
}

.btn-3b:hover:after,
.btn-3b:active:after {
    height: 100%;
}


/*** button3 end ***/


/*** buttons end ***/


/********* elements end *********/


/********* top slider *********/

.topslider {
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
}

.slidertexthide {
    display: none;
}

.slidertext {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-top: -265px;
    margin-left: -240px;
    display: block;
    padding: 12px;
    width: 480px;
    height: 480px;
    border: 1px solid #fff;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

@media (max-width: 1250px) {
    .slidertext {
        padding: 10px;
        margin-top: -205px;
        margin-left: -185px;
        width: 370px;
        height: 370px;
    }
}

@media (max-width: 1000px) {
    .slidertext {
        left: 50%;
        padding: 8px;
        margin-top: -160px;
        margin-left: -160px;
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 767px) {
    .slidertext {
        position: relative;
        top: 0;
        left: 0;
        padding: 20px 0;
        margin-top: 0;
        margin-left: 0;
        float: left;
        width: 100%;
        height: auto;
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}

.slidertextinner {
    width: 454px;
    height: 454px;
    padding-top: 24%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

@media (max-width: 1250px) {
    .slidertextinner {
        width: 349px;
        height: 348px;
    }
}

@media (max-width: 1000px) {
    .slidertextinner {
        width: 300px;
        height: 300px;
        padding-top: 20%;
    }
}

@media (max-width: 767px) {
    .slidertextinner {
        width: 100%;
        height: auto;
        padding-top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

.slidertextinner img {
    margin-bottom: 17px;
}

.slidertextinner h1 {
    color: #1d0907;
    margin-bottom: 22px;
    line-height: 1;
}

@media (max-width: 1250px) {
    .slidertextinner h1 {
        margin-bottom: 12px;
    }
}

@media (max-width: 1000px) {
    .slidertextinner h1 {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .slidertextinner h1 {
        margin-bottom: 12px;
        font-size: 18px;
    }
}

.slidertextinner h2 {
    font-size: 22px;
    color: #952893;
}

@media (max-width: 1250px) {
    .slidertextinner h2 {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .slidertextinner h2 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .slidertextinner h2 {
        font-size: 14px;
    }
}

.slidertextinner img {
    margin-bottom: 22px;
}

@media (max-width: 1250px) {
    .slidertextinner i {
        font-size: 30px;
        margin-bottom: 12px;
    }
}

@media (max-width: 1000px) {
    .slidertextinner i {
        font-size: 30px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .slidertextinner i {
        font-size: 20px;
        margin-bottom: 12px;
    }
}


/********* top slider end *********/


/********* undersliderwrapper *********/

.undersliderwrapper {
    position: relative;
    z-index: 100;
    float: left;
    width: 100%;
    min-height: 245px;
    margin-top: -15px;
    padding: 88px 0 70px 0;
    background: #952893;
    text-align: center;
}

.underslider h3 {
    margin-bottom: 22px;
    line-height: 1.6;
    color: #fff;
    font-size: 44px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .underslider h3 {
        font-size: 27px;
    }
}

.underslider h4 {
    font-size: 22px;
    text-transform: none;
    color: #fff;
}


/********* undersliderwrapper end *********/


/********* testimonials *********/

.bxtestimonials {
    text-align: center;
}

.quotewrapper i {
    margin: 0 auto 27px auto;
    padding-top: 22px;
    width: 66px;
    height: 66px;
    font-size: 27px;
    background: #fff;
    color: #952893;
}

.bxtestimonials p {
    max-width: 1170px;
    margin: 0 auto 12px auto;
    font-style: italic;
    color: #fff;
    font-size: 21px;
}

@media (max-width: 767px) {
    .bxtestimonials p {
        margin: 0 20px;
    }
}

.bxtestimonials p span {
    color: #952893;
    font-size: 50px;
    font-family: arial;
}

.bxtestimonials p.cite {
    color: #952893;
    padding-bottom: 44px;
    font-style: normal;
}

.bxtestimonials p.cite span {
    font-weight: bold;
    font-size: 21px;
}


/********* testimonials end *********/


/************ team ************/

.teamcolumnwrapper {
    margin-bottom: 22px;
}

.teamcolumn {
    margin: 0 auto 22px auto;
    text-align: center;
}

.teamcolumninner {
    float: left;
    width: 100%;
    border: #952893 1px solid;
}

@media (max-width: 767px) {
    .teamcolumninner {
        margin-bottom: 44px;
    }
}

.teamcolumninner h3 {
    display: block;
    margin: 12px 0;
    text-transform: none;
    font-size: 27px;
}

.teamcolumninner p {
    line-height: 0;
    margin-bottom: 27px;
}

.teamcolumninner i {
    margin: 0 3px 22px 3px;
    font-size: 18px;
    color: #1d0907;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.teamcolumninner i:hover {
    color: #952893;
}


/************ team end ************/


/********* event single *********/

.eventsinglewrapper {
    background: #952893;
    padding: 44px 0 22px 0;
}

.eventsinglewrapper ul,
.eventsinglewrapper i,
.eventsinglewrapper p,
.eventsinglewrapper h1,
.eventsinglewrapper h2,
.eventsinglewrapper h3,
.eventsinglewrapper h4,
.eventsinglewrapper h5,
.eventsinglewrapper h6 {
    color: #fff;
}


/********* event single end *********/


/************events************/

.eventswrapper {
    margin-bottom: -12px;
}

.oneevent {
    position: relative;
    z-index: 100;
    float: left;
    margin-bottom: 12px;
    padding: 0 0 0 140px;
}

.oneevent ul {
    width: 95%;
    float: left;
    margin: 0 0 12px 0;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #fff;
}

.oneevent ul li {
    float: left;
    padding-right: 12px;
    margin-right: 12px;
    font-size: 14px;
    border-right: 1px solid #fff;
}

.oneevent h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
}

.oneevent p {
    margin-bottom: 22px;
    width: 100%;
    float: left;
}

.eventsdate {
    left: 0;
    position: absolute;
    top: 50%;
    height: 120px;
    width: 120px;
    padding-top: 13px;
    margin-top: -70px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eventsdate p {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4;
    color: #952893;
}

.eventsdate p span {
    font-weight: bold;
    font-size: 27px;
}

.oneevent:hover .eventsdate {
    background: #952893;
    border: 1px solid #fff;
}

.oneevent:hover .eventsdate p {
    color: #fff;
}

.oneevent:hover a.eventslink i {
    margin-left: 5px;
}

a.eventslink:link,
a.eventslink:visited {
    float: left;
    margin-top: 7px;
    margin-bottom: 22px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

a.eventslink i {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eventstext a:hover {
    color: #1d0907;
}

.eventstext a:hover i {
    color: #1d0907;
}

@media (max-width: 767px) {
    .eventswrapper {
        margin-bottom: 22px;
    }
    .eventsdate {
        margin-bottom: 22px;
    }
}

@media (max-width: 400px) {
    .oneevent {
        padding: 0 0 40px 0;
        text-align: center;
    }
    .eventsdate {
        position: relative;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    .oneevent ul li {
        float: none;
    }
    .oneevent ul {
        width: 100%;
    }
    a.eventslink:link,
    a.eventslink:visited {
        float: none;
        margin-top: 22px;
    }
    .oneevent ul li {
        margin-right: 12px;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
}


/************ events end ************/


/************ about us ************/

i.aboutusicon {
    width: 160px;
    padding: 20px;
    text-align: center;
    margin-top: 22px;
    font-size: 110px;
    color: #fff;
    background: #952893;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

i.aboutusicon:hover {
    color: #1d0907;
}

.onelist {
    float: left;
}

.onelist h4 {
    margin: 0;
}

.oneevent p {
    margin-bottom: 0;
    width: 100%;
}

.aboutusleft {
    float: left;
    margin-right: 22px;
    margin-top: 7px;
    text-align: center;
}

.aboutusleft i {
    color: #fff;
    font-size: 30px;
}


/************ about us end ************/


/************ services ************/

.services .servicecolumn {
    text-align: center;
}

.services .servicecolumn h4 {
    font-size: 27px;
}

.services a:link,
.services a:visited {
    height: 105px;
    width: 105px;
    display: block;
    margin: 0 auto 27px auto;
    padding-top: 26px;
    text-align: center;
}

.servicecolumnone:hover a {
    border: none;
}

.servicecolumnone-pdf:hover a {
    border: none;
}

.services img {
    text-align: center;
}

.servicecolumnone:hover i.aboutusicon {
    background: #952893;
    color: #fff;
}


/************ services end ************/


/********* gallery *********/

.grid {
    overflow: hidden;
    margin: 0 0 44px 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -3px -2px;
    width: 25%;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
}

.grid figure figcaption {
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    color: #fff;
}

.grid figure h2 {
    font-size: 27px;
}

.grid figure h2,
.grid figure p {
    color: #fff;
}

.grid figure p {
    padding: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(142, 39, 146, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(142, 39, 146, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1200px) {
    .grid figure {
        width: 50%;
    }
    .grid figure figcaption {
        font-size: 90%;
    }
}

@media screen and (max-width: 600px) {
    .grid figure {
        width: 100%;
    }
}


/********* gallery end *********/


/********* faq **********/

.faqicon {
    float: left;
    padding: 10px;
    width: 66px;
    height: 66px;
    margin-right: 22px;
    margin-top: 7px;
    text-align: center;
    border: 1px solid #fff;
}

@media (max-width: 400px) {
    .faqicon {
        float: none;
        margin: 22px auto;
    }
}

.faqicon p {
    color: #fff;
    font-size: 27px;
}


/********* faq end ********/


/********* twitter ********/

.twittericon {
    height: 66px;
    width: 66px;
    margin: 0 auto;
    padding-top: 15px;
    margin-bottom: 22px;
    background: #952893;
}

.twitterwrapper .twittericon i {
    color: #fff;
    font-size: 35px;
}

.twitterwrapper {
    margin: 44px auto 0 auto;
    text-align: center;
}

.twitterwrapper a {
    color: #952893;
}

.twitterwrapper .icon-twitter {
    color: #fff;
}

.twitter ul {
    padding-left: 0px;
}

.twitter ul li {
    margin: 5px;
    padding: 5px;
    list-style: none;
    overflow: hidden;
}

.twitter p {
    color: #fff;
    margin-bottom: 0;
}

.twitter .user,
.tweet,
.timePosted {
    float: left;
}

.twitter .user {
    display: none;
}

.twitter .tweet {
    width: 100%;
}

.twitter .timePosted {
    display: none;
}

.twitter .user {
    clear: left;
}

.twitter .user a {
    width: 100px;
}

.twitter .user span span {
    width: 100px;
    display: block;
    margin-top: 10px;
}

.twitter .user img,
.user a>span {
    float: left;
}

.twitter.interact {
    display: none;
}

.twitter .interact a {
    display: none;
}


/********* twitter end *********/


/********* homepage blog *********/

.bloghomepage.owl-theme {
    margin-bottom: 22px;
}

.bloghomepage.owl-theme .item {
    margin: 0;
}

.bloghomepage .owl-theme-inner {
    position: relative;
    float: left;
    border: #952893 1px solid;
}

.bloghomepage .owl-theme-inner-text {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 20px;
}

.bloghomepage .owl-theme-inner h4 {
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 27px;
}

.bloghomepage .owl-theme-inner a:link,
.bloghomepage .owl-theme-inner a:visited {
    display: inline-block;
    float: right;
    text-transform: uppercase;
    margin-right: 0px;
    margin-bottom: 0;
    color: #fff;
    background: #952893;
    padding: 5px 15px;
    margin-bottom: 21px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bloghomepage .owl-theme-inner a:hover {
    background: #1d0907;
}

.homeblogmeta {
    padding: 12px 0;
    margin-bottom: 22px;
    text-align: center;
    width: 100%;
    float: left;
    border-bottom: 1px solid #1d0907;
}

.bloghomepage .homeblogmeta a:link,
.bloghomepage .homeblogmeta a:visited {
    margin-right: 5px;
    padding: 0;
    float: none;
    margin-bottom: 0px;
    text-transform: none;
    color: #952893;
    background: transparent;
    border-bottom: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.homeblogmeta p {
    display: inline-block;
    width: 49%;
    float: left;
    margin: 0;
    border-right: 1px solid #1d0907;
}

.homeblogmeta p.no-border {
    border-right: none;
}


/********* homepage blog end *********/


/********* contact *********/

.map {
    position: relative;
    margin-bottom: 44px;
    margin-top: 44px;
}

.map iframe {
    position: relative;
    z-index: 100;
    max-width: 100%;
    width: 100%;
    height: 400px;
    border: none;
}

@media (max-width: 767px) {
    .map {
        text-align: center;
    }
    .map iframe {
        width: auto;
        height: auto;
        margin: 0 auto;
        max-width: auto;
        float: none;
    }
}

.mapoverlay {
    position: relative;
    z-index: 999;
    top: 400px;
    width: 100%;
    height: 400px;
    margin-top: -400px;
    background: transparent;
}

.address {
    text-align: center;
}

@media (max-width: 767px) {
    .address {
        margin-bottom: 44px;
    }
}

.address h4 {
    margin-bottom: 22px;
    font-size: 27px;
}

.address i {
    width: 66px;
    height: 66px;
    padding-top: 15px;
    margin: 0 auto 27px auto;
    font-size: 35px;
    color: #952893;
    border: 1px solid #1d0907;
}

.address ul {
    padding: 0;
    margin: 0;
}

.address p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}


/* for contact form */

#main {
    margin-top: 22px;
    margin-bottom: 22px;
    float: left;
    width: 100%;
}

#main p {
    margin-bottom: 5px;
}

#main ::-webkit-input-placeholder {
    color: #1d0907;
}

#main ::-moz-placeholder {
    color: #1d0907;
}

#main :-ms-input-placeholder {
    color: #1d0907;
}

#main :input:-moz-placeholder {
    color: #1d0907;
}

#main input {
    padding: 0 10px;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#main .contact1 input {
    height: 55px;
    color: #1d0907;
    box-shadow: none;
    outline: none;
    background: transparent;
    border: #1d0907 1px solid;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

#main .contact1 input:focus {
    box-shadow: none;
    outline: none;
    border: #952893 1px solid;
}

#main .contact2 input {
    height: 55px;
    color: #1d0907;
    outline: none;
    border: #1d0907 1px solid;
    background: transparent;
    box-shadow: none;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

#main .contact2 input:focus {
    box-shadow: none;
    outline: none;
    border: #952893 1px solid;
}

#main .textarea {
    width: 100%;
    padding: 10px;
    height: 114px;
    margin-bottom: 0;
    float: left;
    display: inline;
    color: #1d0907;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    border: #1d0907 1px solid;
    background: transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

#main .textarea:focus {
    box-shadow: none;
    outline: none;
    border: #952893 1px solid;
}

#main .buttoncontact {
    margin: 5px auto 0 auto;
    padding: 10px 0;
    height: 55px;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border: none;
    background: #952893;
    box-shadow: none;
    outline: none;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

#main .buttoncontact:hover {
    background-color: #1d0907;
}

#main .buttoncontact:hover {
    background-color: #1d0907;
}

#main .buttoncontact:focus {
    background-color: #1d0907;
}

li.success {
    padding: 10px;
    color: #fff;
    margin: 22px auto;
    background-color: #addab7;
}

li.error {
    padding: 10px;
    margin: 22px auto;
    color: #fff;
    background-color: #f1bebe;
}


/* for contact form end */

.socialicons {
    text-align: center;
}

.socialicons li {
    margin: 5px;
    display: inline-block;
    text-align: center;
}

.socialicons i {
    font-size: 30px;
    color: #952893;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

ul.socialicons li a:link,
ul.socialicons li a:visited {
    padding-top: 17px;
    width: 66px;
    height: 66px;
    display: block;
    color: #fff;
    background: #fff;
}

ul.socialicons li a:hover {
    background: #952893;
}

ul.socialicons li a:hover i {
    color: #fff;
}

.copyrightwrapper {
    background: #1d0907;
}

.copyright {
    float: left;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 22px;
    text-align: center;
}

.copyright p {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
}

@media (max-width: 767px) {
    .copyright p {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.copyright a:link,
.copyright a:visited {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.copyright a:hover {
    color: #952893;
}


/** footer stick to bottom fix **/

.bodywrapper {
    min-height: 100%;
    height: 100%;
    margin-bottom: -44px;
}

.push {
    height: 44px;
}

.bottom {
    width: 100%;
    float: left;
    min-height: 44px;
    background: #952893;
}


/** footer stick to bottom fix end **/

.bottomlinks {
    padding: 0;
}

.bottomlinks li {
    float: left;
    margin-right: 10px;
    margin-top: 22px;
    text-transform: uppercase;
}

.bottomlinks a:link,
.bottomlinks a:visited {
    color: #fff;
    text-transform: none;
    font-size: 14px;
}

.bottomlinks a:hover {
    color: #1d0907;
}

.scrollbutton {
    text-align: center;
}

.scrollbutton i {
    font-size: 32px;
    color: #952893;
}

.scrollbutton a {
    padding-top: 8px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    margin-top: 22px;
    float: right;
    margin-bottom: 22px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.scrollbutton a:hover {
    color: #fff;
    background: #1d0907;
}


/********* contact end *********/


/********* blog pages *********/

.pagination {
    margin-bottom: 66px;
    float: right;
}

.pagination a:link,
.pagination a:visited {
    width: 33px;
    height: 33px;
    float: right;
    padding-top: 5px;
    margin-left: 5px;
    color: #952893;
    text-align: center;
    border: 1px solid #952893;
}

.pagination a:hover {
    color: #fff;
    background: #952893;
}


/********* blog pages end *********/


/*
* ----------------------------------------------------------------------------------------
* TEIA
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    height: 100%;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/bg/bg.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    position: absolute;
    /*background: rgba(0, 0, 0, .6);*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    position: absolute;
    top: 0px;
    width: 100%;
    overflow: hidden;
    background: url('../img/banner/1.jpeg') no-repeat center center/cover;
    background-attachment: fixed;
}

.header_content:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    content: '';
    background: rgba(0, 0, 0, .4);
}

div.particles_js {
    position: relative;
    height: 100%;
    width: 100%;
}

div#particles_js {
    position: absolute;
    height: 100%;
    width: 100%;
}

.head_content {
    z-index: 11;
}

.head_content h1 {
    font-size: 5.4rem;
    color: #fff;
}

.head_content h1 a {
    color: #22B4FF;
    cursor: none;
}

.head_content h1 a:hover {
    cursor: none;
    text-decoration: none;
}

.head_content .l_btn {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
}

.head_content .l_btn:hover,
.head_content .l_btn:focus {
    background: #fff;
    color: #22B4FF;
}

.image-shadow{
        width: 570px;
        margin: 2px;
        box-shadow: #c5c5c5 2px 4px 3px 4px;
}
