/* Master Stylesheet */
/* :: 1.0 Import Fonts */
@import url(libs/css/style5.css);
/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0; }

*::first-letter{
    text-transform: uppercase !important;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background-color: #f2f4f5; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    color: #000000;
    font-weight: bold;
}
h1 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    line-height: normal;
}
h1.big {
    font-size: 2.5rem;
}

h2 {
    color: #575757;
    font-size: 1.6rem;
    line-height: normal;
}

h3 {
    font-size: 1.3rem;
    line-height: normal;
    letter-spacing: 6px;
}

h4 {
    font-size: 1.2rem;
    font-weight: 400;
}


p {
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 1rem;
    text-align: justify;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000000;
}
ul,
ol {
    margin: 0; }
ul li,
ol li {
    list-style: none; }

img {
    height: auto;
    max-width: 100%; }
button{
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
    text-decoration: none !important;
}
hr{
    width: 50%;
    border-top: 1px solid #007bff;
}
.highlighter {
    display: inline-flex;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font: 300 0.75em/0 "Raleway", sans-serif;
    padding: 1.1em 1.4em !important;
    border: 0.1em solid #007bff !important;
    color: #fff;
    background-color: #007bff !important;
    transition: all 0.2s;
}

.highlighter:hover {
    background-color: transparent !important;
    color:  #007bff !important;
}

/*[ -- :: custom Form :: -- ]*/

.form-control {
    position: relative;
    z-index: 2;
    height: 48px;
    width: 100%;
    background-color: #ffffff;
    font-size: 12px;
    margin-bottom: 15px;
    border: 2px solid #ebebeb;
    padding: 10px 30px;
    color: #777777;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
.form-control:focus {
    box-shadow: none;
    border-color: #ed3974; }

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

textarea {
    min-height: 25vh !important;
    resize: none;
}
input[type="file"]{
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
}

label[for="file"]:active {
    box-shadow: inset 1px 1px 3px #ccc;
}
input:-webkit-autofill{
    background-color: transparent !important;
}

.card{
    border:none;
    background: transparent
}
.card-header{
    background-color: transparent;
    color: black;
}
.card-img{
    object-fit: cover;
    object-position: top;
}
/* Form CSS */
.group {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
.group input,
.group textarea,
.group select {
    font-size: 14px;
    padding: 10px;
    display: block;
    width: 100%;
    height: 35px;
    border: none;
    color: #000;
    border-bottom: 2px solid #f1f1f1 !important;
}
.group input:focus,
.group textarea:focus,
.group select:focus {
    outline: none;
    box-shadow: none; }
.group label {
    color: #8d8d8d;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 5px;
    transition: 0.5s ease all;
    font-family: "Ubuntu", sans-serif; }
.group .bar {
    position: relative;
    display: block;
    width: 100%; }
.group .bar:before, .group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background-color: #007bff;
    transition: 0.5s ease all; }
.group .bar:before {
    left: 50%; }
.group .bar:after {
    right: 50%; }
.group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
/* Form Active State */
.group input:focus ~ label,
.group textarea:focus ~ label,
.group input:valid ~ label,
.group select:focus ~ label,
.group select:valid ~ label,
.group textarea:valid ~ label {
    top: -15px;
    font-size: 12px;
    color: #007bff  }

.group input:focus ~ .bar:before,
.group textarea:focus ~ .bar:before,
.group input:focus ~ .bar:after,
.group textarea:focus ~ .bar:after {
    width: 50%; }

.group input:focus ~ .highlight,
.group textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; }

/* Animations */
@-webkit-keyframes inputHighlighter {
    from {
        background-color: #007bff ; }
    to {
        width: 0;
        background-color: transparent; } }
@-moz-keyframes inputHighlighter {
    from {
        background-color: #007bff ; }
    to {
        width: 0;
        background-color: transparent; } }
@keyframes inputHighlighter {
    from {
        background-color: #007bff ; }
    to {
        width: 0;
        background-color: transparent; } }
/* ====== The End ====== */

/* :: 3.4.0 Navigation */

.o-header{
    width:100%;
    min-height: 12vh;
    overflow: hidden;
}
.static {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6) !important;
}
.scroll{
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
    /*background: #1f1f1f !important;*/
    border-radius: unset;
}
.nav{
    transition: all 1s;
}
.nav .navbar-brand img{
    height: 2.5rem;
}
.nav-link{
    position: relative;
    font-size: 1.05rem !important;
    font-weight: 300 !important;
    letter-spacing: .05em !important;
    font-family: 'Ubuntu', sans-serif;
    color: #000 !important;
}
.nav-link:hover, .nav-link.active, a.text-muted:hover, a.text-muted.active{
    color: #007bff !important;
}


/*[ -- :: NAVIGATION TABS:: -- ]*/
.nav-tabs {
    border-bottom: 2px solid #f1f1f1;
}
.nav-tabs .nav-link{
    position: relative;
    color:  #007bff !important;
    font-size: .9rem !important;
    font-weight: 300 !important;
    letter-spacing: .05em !important;
    font-family: 'Ubuntu', sans-serif;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
    color: #6c757d !important;
    border: 1px solid transparent !important;
    background: transparent !important;
}
.nav-tabs .nav-link.active {
    border: none;
}
.nav-tabs .nav-link.active:after {
    position: absolute;
    left: 15px;
    bottom: -2px;
    content: '';
    background-color: #007bff;
    width: calc(100% - 45px);
    height: 2px;
}

/* :: 3.5.0 Miscellaneous */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 10px 25px;
}
.section-heading h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1; }
@media only screen and (max-width: 767px) {
    .section-heading h5 {
        font-size: 16px; } }

input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent; }

.box-shadow {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15) !important; }

/* :: 3.6.0 ScrollUp */
#scrollUp {
    background-color: #000000;
    border-radius: 0;
    bottom: 50px;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    line-height: 42px;
    right: 50px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }

#scrollUp:hover, #scrollUp:focus {
    background-color: #ed3974;
    color: #ffffff; }
@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
        line-height: 32px;
        width: 30px;
        height: 30px; } }

/* :: 3.4.0 Articles */
.social-followers-info {
    position: relative;
    z-index: 1; }
.social-followers-info a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    background-color: #ed3974;
    margin-bottom: 10px;
    padding: 0 30px;
    font-weight: 600;
    line-height: 50px; }
.social-followers-info a:last-child {
    margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    .social-followers-info a {
        font-size: 16px;
        padding: 0 20px; } }
.social-followers-info a i {
    margin-right: 10px; }
.social-followers-info a span {
    font-size: 14px; }
.social-followers-info a.facebook-fans {
    background-color: #4b6cd0; }
.social-followers-info a.facebook-fans:hover {
    background-color: rgba(75, 108, 208, 0.8); }
.social-followers-info a.twitter-followers {
    background-color: #49a7f3; }
.social-followers-info a.twitter-followers:hover {
    background-color: rgba(73, 167, 243, 0.8); }

.single-featured-post .post-thumbnail {
    position: relative;
    z-index: 1; }
.single-featured-post .post-thumbnail .video-play {
    width: 50px;
    height: 50px;
    background-color: rgba(26, 26, 26, 0.7);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99; }
.single-featured-post .post-thumbnail .video-play:hover, .single-featured-post .post-thumbnail .video-play:focus {
    background-color: #ed3974; }
.single-featured-post .post-content {
    position: relative;
    z-index: 1; }
.single-featured-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
.single-featured-post .post-content .post-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ed3974; }
.single-featured-post .post-content .post-meta a:last-child {
    margin-left: 20px; }
.single-featured-post .post-content .post-meta a:last-child::after {
    content: '/';
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1; }
.single-featured-post .post-content .post-meta a:hover, .single-featured-post .post-content .post-meta a:focus {
    color: #777777; }
.single-featured-post .post-content .post-title {
    font-size: 30px;
    display: block;
    margin-bottom: 15px; }
.single-featured-post .post-content .post-title:hover, .single-featured-post .post-content .post-title:focus {
    color: #ed3974; }
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-featured-post .post-content .post-title {
        font-size: 20px; } }
@media only screen and (max-width: 767px) {
    .single-featured-post .post-content .post-title {
        font-size: 18px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-featured-post .post-content .post-title {
        font-size: 20px; } }
.single-featured-post .post-share-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    margin-top: 30px;
    overflow: hidden; }
.single-featured-post .post-share-area .post-meta a {
    font-size: 14px;
    color: #777777;
    margin-right: 20px; }
.single-featured-post .post-share-area .post-meta a:hover, .single-featured-post .post-share-area .post-meta a:focus {
    color: #ed3974; }
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-featured-post .post-share-area .post-meta a {
        margin-right: 10px;
        font-size: 12px; } }
@media only screen and (max-width: 767px) {
    .single-featured-post .post-share-area .post-meta a {
        margin-right: 8px;
        font-size: 11px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-featured-post .post-share-area .post-meta a {
        font-size: 13px;
        margin-right: 12px; } }
.single-featured-post .post-share-area .share-info {
    position: relative;
    z-index: 1; }
.single-featured-post .post-share-area .share-info .sharebtn {
    position: relative;
    z-index: 100;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #1a1a1a;
    text-align: center;
    font-size: 16px;
    display: block; }
.single-featured-post .post-share-area .share-info .sharebtn i {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms; }
.single-featured-post .post-share-area .share-info .sharebtn:hover {
    background-color: #ed3974; }
.single-featured-post .post-share-area .share-info .all-share-btn {
    position: absolute;
    z-index: 20;
    top: 0;
    right: -200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms; }
.single-featured-post .post-share-area .share-info .all-share-btn a {
    width: 40px;
    height: 40px;
    background-color: #ed3974;
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;
    text-align: center; }
.single-featured-post .post-share-area .share-info .all-share-btn a.facebook {
    background-color: #4b6cd0; }
.single-featured-post .post-share-area .share-info .all-share-btn a.twitter {
    background-color: #49a7f3; }
.single-featured-post .post-share-area .share-info .all-share-btn a.whatsapp {
    background-color:  #25d366; }
.single-featured-post .post-share-area .share-info .all-share-btn a.instagram {
    background-color: #bb8950; }
.single-featured-post .post-share-area .share-info .all-share-btn a:hover, .single-featured-post .post-share-area .share-info .all-share-btn a:focus {
    color: #ffffff;
    background-color: #1a1a1a; }
.single-featured-post .post-share-area .share-info:hover .sharebtn i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
.single-featured-post .post-share-area .share-info:hover .all-share-btn {
    opacity: 1;
    visibility: visible;
    right: 40px; }


/* :: 8.0 Contact Area CSS */
.single-contact-info {
    position: relative;
    margin-bottom: 30px; }
.single-contact-info:last-child {
    margin-bottom: 0; }
.single-contact-info .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    color: #ed3974; }
.single-contact-info p {
    font-size: 14px;
    margin-bottom: 5px; }
.single-contact-info h6 {
    margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    .single-contact-info h6 {
        font-size: 12px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-contact-info h6 {
        font-size: 14px; } }



.contact-form,
.post-a-comment-area {
    padding: 60px 55px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
@media only screen and (max-width: 767px) {
    .contact-form,
    .post-a-comment-area {
        padding: 30px 25px; } }
.contact-form h5,
.post-a-comment-area h5 {
    font-size: 18px;
    color: #000000;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin-bottom: 30px; }
button.custom-btn {
    border-color: #007bff ;
    background-color: #000000 !important;
    color: #ffffff;
    margin-top: 40px;
}
button.custom-btn:hover {
    background-color: #007bff !important;}


.section-title {
    margin: 0;
    padding-bottom: 32px;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}
#home {
    background-size: cover;
    display: flex;
    align-items: center;
    height: 55vh;
    text-align: center;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 35px 0px;
}


.home-wrapper {
    background: rgba(250,250,250,0.8);
    padding: 32px 12px;
}

.section_title
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    white-space: nowrap;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
    margin-bottom: 25px;
}
.section_title::after
{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #000000;
    content: '';
}

#testimonials {
    padding: 60px 0;
}

#testimonials .section-header {
    margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 50%;
    border: 4px solid #fff;
    float: left;
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    margin-left: 140px;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
    margin-left: 140px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-dot.active {
    background-color: #1bb1dc;
}

/*:: SIDE BAR::*/
.block-img {
    height: 80px;
    width: 80px; }
.block-text {
    font-size: .9em;
}
.slider-controls {
    position: absolute;
    top: -.8em;
    right: 0;
}
.slider-controls .span {
    display: inline-block;
    margin: 1em;
}
.slider-controls .custom_dot span {
    background: rgba(0,0,0,0.15);
}
.slider-controls .custom_dot:hover span,
.slider-controls .custom_dot.active span {
    background: rgba(0,0,0,1);
}
.widget-box-one .widget-one-icon {
    position: absolute;
    right: 30px;
    font-size: 52px;
    top: 0;
    color: #f3f3f3;
    overflow: hidden;
    vertical-align: middle;
    line-height: 2 !important;
}
/*:: HOME PAGE STYLES::*/
.subscribe form
{
    position: relative;
    left: 0;
    width: 100%;
    border-bottom: solid 1px #888888  !important;
    color: #FFFFFF;
}
.subscribe label
{
    top: -20px;
    font-size: 12px;
    color: #000000
}
.sub_input
{
    position: relative;
    width: 100%;
    background: transparent !important;
    border: none !important;
    outline: none !important;
}
.sub_input::-webkit-input-placeholder
{
    font-family: 'Ubuntu', sans-serif;
    font-size: .8em !important;
    font-weight: 200 !important;
    color: rgba(0,0,0,0.5) !important;
}
.sub_input:-moz-placeholder
{
    font-family: 'Ubuntu', sans-serif;
    font-size: .8em !important;
    font-weight: 200 !important;
    color: rgba(0,0,0,0.5) !important;
}
.sub_input::-moz-placeholder
{
    font-family: 'Ubuntu', sans-serif;
    font-size: .8em !important;
    font-weight: 200 !important;
    color: rgba(0,0,0,0.5) !important;
}
.sub_input:-ms-input-placeholder
{
    font-family: 'Ubuntu', sans-serif;
    font-size: .8em !important;
    font-weight: 200 !important;
    color: rgba(0,0,0,0.5) !important;
}
.sub_input::placeholder
{
    font-family: 'Ubuntu', sans-serif;
    font-size: .8em !important;
    font-weight: 200 !important;
    color: rgba(0,0,0,0.5) !important;
}
.sub_button
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    color: #000000;
    background: transparent;
}

.subscribe form:focus label
{
    color: #007bff;
;
}
.subscribe form:hover, .subscribe form:focus
{
    border-bottom: solid 1px #007bff !important;
}
/* :: FOOTER */
footer {
    width: 100%;
    background: #1f1f1f;
}
.footer_content {
    padding-top: 2rem;
    text-align: center;
    padding-bottom: 1rem;
}
.copyright
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.1);
    margin-top: 40px;
}


/* Mobile Navigation */

.mobile-nav {
    top: 0;
    bottom: 0;
    left: -260px;
    width: 260px;
    z-index: 9999;
    position: fixed;
    overflow-y: auto;
    padding-top: 18px;
    background: rgba(255, 255, 255, 1);
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}
.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav a {
    display: block;
    padding: 10px 20px;
}
.mobile-nav ul#admin  {
    padding: 4rem;
    align-items: start;
}
.mobile-nav #mobile-logo {
    align-items: center !important;
}
.mobile-nav-toggle {
    background: none;
    font-size: 24px;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
}
.nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none !important;
    font-size: 24px;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}
.nav-toggle i {
    margin: 23px 25px 0 0;
    color: white;
}
.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    display: none;
}
.mobile-nav-active {
    overflow: hidden;
}
.mobile-nav-active .mobile-nav {
    left: 0;
}
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}
.mobile-nav .drop-down li {
    padding-left: 70px;
}