/* ===============
	Container
================== */
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width:576px) {
    .container {
    max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
    max-width: 100%;
   
    }
}
@media (min-width: 1024px) {
    .container {
    max-width: 960px;
    }
}
@media (min-width:1200px) {
    .container {
    max-width: 1170px;
    }
}
/* ======Navigation===== */
.bdt-navbar-dropdown {
    border-radius: 4px;
}

.bdt-navbar-dropdown-nav > li > a:last-child {
    border-color: transparent;
}

.bdt-navbar-nav > li > a {
    position: relative;
}

.bdt-navbar-nav > li.bdt-active > a::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ec2552;
    transform: scale(0.7);
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

/* ======Sider Form Style===== */

div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid input[type="radio"],
.wpcf7-not-valid {
    border: 1px solid #EC2552 !important;
}

.invalid input[type="submit"] {
    border-color: rgba(0,0,0,0) !important;
}

/* =============
Elementor Style 
============== */

.bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-title:hover {
    text-decoration: none !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets {  
    bottom: -30px !important;
}

/* =============
Testimonal Carousel
============== */

.bdt-testimonial-carousel-text {
    text-align: center;
    position: relative;
}


.transgo-testimonial .bdt-testimonial-carousel-text:before {
    content: '\201c';
    position: absolute;
  

    top: -30%;
    left: 50%;
    transform: translateX(-50%, -50%);
    margin-left: -32px;
    font-size: 100px;
    font-weight: 700;
    line-height: normal;
    font-family: "Arial", Sans-serif;
    color: rgba(255,255,255,0.5);
    z-index: 0;
}

@media (min-width: 768px){
    
    .transgo-testimonial .bdt-testimonial-carousel-text:before {
        top: -35%;
        left: 50%;
        transform: translateX(-50%, -50%);
    }
}

@media (min-width: 1024px){
    
    .transgo-testimonial .bdt-testimonial-carousel-text:before {
        top: -25%;
        left: 50%;
        transform: translateX(-50%, -50%);
    }
}

@media (min-width: 1440px){
    
    .transgo-testimonial .bdt-testimonial-carousel-text:before {
        top: -50%;
        left: 50%;
        transform: translateX(-50%, -50%);
    
    }
}


.transgo-testimonial .bdt-testimonial-carousel-text:after {
    content: '';
    position: absolute;

    top: -30%;
    left: 50%;
    transform: translateX(-50%, -50%);
    margin-left: -42px;
    font-weight: 700;
    line-height: normal;
    font-family: "Arial", Sans-serif;
    color: rgba(255,255,255,0.5);
    z-index: 0;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
} 


@media (min-width: 768px){
    .transgo-testimonial .bdt-testimonial-carousel-text:after {
        top: -35%;
        left: 50%;
        transform: translateX(-50%, -50%);
    }  
}

@media (min-width: 1024px){
    .transgo-testimonial .bdt-testimonial-carousel-text:after {
        top: -25%;
        left: 50%;
        transform: translateX(-50%, -50%);
    }  
}

@media (min-width: 1440px){
    .transgo-testimonial .bdt-testimonial-carousel-text:after {
        top: -49%;
        left: 50%;
        transform: translateX(-50%, -50%);
    }  
}


.testimonial .elementor-widget-container .bdt-testimonial-carousel .bdt-position-z-index .bdt-dots-container .swiper-pagination {
    margin-bottom: 0px !important;
} 

.swiper-pagination-bullet:focus,
.swiper-pagination-bullet:active {
    outline: none;
}

.icon svg {
    stroke: #fff;
}

.elementor-counter-number-suffix {
    font-size: 48px;
}

.quote-style .elementor-widget-container .elementor-text-editor p::before {
    content: '\201c';
    position: absolute;
    transform: translateX(-14%);
    top: 0px;
    left: -25px;
    margin-left: -32px;
    font-size: 120px;
    font-weight: 700;
    line-height: normal;
    font-family: "Arial", Sans-serif;
    color: #333;
    opacity: 0.2;
    z-index: 0;
}

.bdt-width-auto {
    text-align: right;
}

.bdt-post-card-item {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.bdt-post-card>div:nth-child(2) .bdt-post-card-item {
    margin-top: 0;
}
.bdt-post-card>div:nth-child(2) .bdt-post-card-item .bdt-post-card-thumb img {
    padding-top: 0;
    transform: scale(1);
}
.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-title a:hover {
    color: #0e4c82;
}

.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-meta *:hover{
    color: #0e4c82 !important;
}

.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-meta span:nth-of-type(1) {
    display: inline-block;
    position: absolute;
    z-index: 5;
    background: #EC2552;
    top: -5px;
    left: 20px;
    width: 75px;
    height: 60px;
    position: absolute;
    padding: 11px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    text-align: center;
    border-radius: 4px;
    border-top-right-radius: 0;
}
.elementor-widget-container .bdt-subnav span:after {
    background: transparent;
}

span.bdt-icon-wrapper svg{
    width: 64px;
    height: 64px;
}

#wpcf7-f898-p7-o2 form p{
    display: inline-flex;
    width: 100%;
 
}

.email-987 {
    position: relative;
}
.email-987 input[type="email"] {
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-radius: 0;
    background: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
    color: #595959;
    border-radius: 38px;
    border-color: transparent;
}

.email-987::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #595959;
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 24px;
    line-height: 24px;
}

.elementor-shortcode .wpcf7 form p{
    margin: 0 !important;
}

input[type="submit"].footer-newsletter-btn{
    font-family: "Poppins", Sans-serif;
    display: inline-block;
    margin-left: auto;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #595959;
    opacity: 0;
    cursor: pointer;
    border-radius: 0 48px 48px 0;
    position: relative;
    position: absolute;
    top: 0px;
    right: 0px;
}

input[type="submit"].footer-newsletter-btn::before {
    content: "\201C";
    /* font-family: "FontAwesome"; */
    font-weight: 100;
    font-size: 14px;
    position: absolute;
    transform: translateX(-14%);
    top: 0px;
    left: -25px;
    margin-left: -32px;
    font-size: 120px;
    font-weight: 700;
    line-height: normal;
    font-family: "Poppins", Sans-serif;
    color: #595959;
    opacity: 0.2;
    z-index: 0;
}

input:focus {
    outline: none;
}

.wpcf7-form {
    position: relative;
}

.footer-newsletter-btn .fa-chevron-right:before {
    content: '/f054';
    font-family: FontAwesome !important;
}

 .bdt-dots-container .swiper-pagination {
    
    
}

/* ================
Slider Bullet Style
====================*/

.custom .tp-bullet {
    height: 35px;
    width: 5px;
    background: #EC2552 !important;

}

.tp-bullets.custom[style] {
    left: 110% !important;
    top: 74% !important;
}
@media(min-width: 768px){
    .custom .tp-bullet {
        height: 65px;
        width: 5px;
        background: #EC2552 !important;
    
    }
    
    .tp-bullets.custom[style] {
        left: 100% !important;
        top: 50% !important;
    }
}


.custom .tp-bullet.selected{
    background: rgba(236, 37, 82, 0.5) !important;
}



/* ==============
Border Style
==================*/

@media (max-width: 768px) {
    .transgo-border-style .elementor-element-populated {
        border-color: transparent !important;
    }
}

a,
a i{
    transition:  all 0.3s ease-in-out;
}

.transgo-title .elementor-widget-container .elementor-heading-title{
    position: relative;
}

.transgo-title .elementor-widget-container .elementor-heading-title::after {
    content: '';
    display: block;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background: rgba(236,37,82,0.82);
    position: absolute;
}

.transgo-accodian-style .bdt-accordion-container .bdt-accordion .bdt-accordion-item {
    border-radius: 8px !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-content {
    padding: 40px 20px 40px 30px !important;
}

.bdt-post-slider-content .bdt-post-slider-title-wrap a .bdt-post-slider-title{
    position: relative;
}

.bdt-post-slider-content .bdt-post-slider-title-wrap a .bdt-post-slider-title::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background: #fff;
}

.bdt-post-slider-content  .bdt-post-slider-meta {
    margin-top: 30px !important;
}

/*==============
Request A free Quote Home page
================*/
/* ==contact form 7== */
.request-for-quote .elementor-widget-container .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    margin-top: 25px !important;
}

.wpcf7 .wpcf7-form textarea:focus {
    outline: none;
}

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

/* ==========
Footer Gallery 
===============*/

@media (max-width: 768px) {
    .elementor-image-gallery .gallery-item {
        max-width: 33% !important;
    }
}

.bdt-post-card > div:nth-child(2) .bdt-post-card-item {
    margin: 40px 15px;
}

.bdt-post-card>div:nth-child(2) .bdt-post-card-item {
    margin-top: 30 !important;
    margin-bottom: 30 !important;
}

@media (min-width: 1024px){
  
    .bdt-post-card>div:nth-child(2) .bdt-post-card-item {
        margin-top: 0 !important;
        margin-bottom: 0 !important;

    }
    
}

.bdt-post-card>div:nth-child(2) .bdt-post-card-item .bdt-post-card-thumb img {
    transform: scale(1) !important;
}

@media (min-width: 1024px) {
    .bdt-post-card>div:nth-child(2) .bdt-post-card-item .bdt-post-card-thumb img {
        padding-top: 0 !important;
    }
}


.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-meta *:hover,
.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-title a {
    transition: all ease-in-out 0.3s;
}

.bdt-post-card .bdt-post-card-button:hover .bdt-button-icon-align-right,
.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-meta *:hover,
.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-title a:hover {
    color: #EC2552 !important;
}



/* =============
    Footer Animtaion
=================*/
/* 
.elementor-widget-container .elementor-button-wrapper a{
    text-decoration: underline;
} */


a.copy-right,
.elementor-widget-container .elementor-button-wrapper a {
    position: relative;
}


a.copy-right::before,
.elementor-widget-container .elementor-button-wrapper a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scale(0);
    transform-origin: right;
    transition: transform 0.3s;
  
}

.bdt-post-list-title a.bdt-post-list-link:hover::before,
a.copy-right:hover::before,
.elementor-widget-container .elementor-button-wrapper a:hover::before {
    transform: scale(1);
    transform-origin: left;
}

.transgo-burger-menu {
    background: #fff;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .transgo-burger-menu {
        background: transparent;
        box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.0);
    }
}

@media (min-width: 768px) {
   
}

.bdt-navbar-dropdown .bdt-navbar-dropdown-nav > li:last-child > a {
    border-color: transparent !important;
}

/* ===============
Elementor Team Style
 =================*/
.bdt-member-skin-default .bdt-member-icons {
    border-top: 2px solid #EC2552;
}

/* =============
Contact Page 
===============*/



/* =============
    Request A Free Quote Page
===============*/

/* ==contact form 7== */



/* =============
NewS Feed or Blog Page
===============*/

.title-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
  
.page-banner {

}


@media (min-width: 1440px){
    .page-banner {
        padding: 30px 0;
    }
}

.banner-content {
    text-align: center;
    position: relative;
    padding: 40px 0;
}


@media (min-width: 1440px){
    .banner-content {
        padding: 20px 0;
    }
}

.banner-content .banner-title {
    color: #192744;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 30px;
    font-weight: 600; 
    text-transform: uppercase;
    z-index: 98;
    padding: 0 !important;
    margin: 0 !important;
}

.banner-content .banner-title-shadow {
    color: rgba(156,156,156,0.12);
    z-index: 0;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    bottom: -18px;
    width: 100%;
    transition: all .3s ease-out;
    position: absolute;
    top: 77px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .banner-content .banner-title-shadow {
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1024px) {
    .banner-content .banner-title-shadow {
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 1440px) {
    .banner-content .banner-title-shadow {
        position: absolute;
        top: 62px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px){
    .banner-content .banner-title {
        font-size: 50px;
    }
    
    .banner-content .banner-title-shadow {
        font-size: 58px;
    }
}

.post-section {
    background: #fff;
}

@media (min-width: 450px) {
    .post-section {
        padding: 30px 0 30px;
    
        background: #fff;
    }
}

.post-grid {
    
    background: #fff;
    height: 100%;
    flex-direction: column;
    display: flex;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.article-inner-content {
    padding: 15px 25px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.article-footer {
    padding: 10px 25px 20px;
}

.gridview-post-img {
    line-height: 0 !important;
}

.gridview-post-img .entry-meta {
    position: absolute;
}

.gridview-post-img a{
    display: inline-block;
    line-height: 0 !important;
}

.article-inner-content .article-title {
    margin: 10px 0;
}

.article-inner-content .article-title a {
    text-decoration: none;
    color: #192744;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    line-height: 32px;
}

@media (min-width: 1440px) {
    .article-inner-content .article-title{
        margin: 5px 0 20px;
    }

    .article-inner-content .article-title a {
        font-size: 24px;
        font-weight: 600;
    }
}

.article-inner-content .article-title a:hover {
    color: #EC2552 !important;
}

.article-inner-content p {
    color: #595959;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .article-inner-content p {
        font-size: 15px;
    }
}

.find-out-more {
    color: #192744;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-weight: bolder;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.find-out-more:hover,
.find-out-more:hover span{
    color: #EC2552;
}

.icon-align-right {
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
}

/* =============
All Meta Items Style
===============*/
.entry-date .posted-on,
.entry-date {
    position: relative;
}

.entry-date .posted-on a{
    background: #EC2552;
    top: -8px;
    left: 20px;
    position: absolute;
    display: block;
    padding: 12px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    border-top-right-radius: 0;
    line-height: 20px;
    border-radius: 4px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    width: 75px;
}

.entry-date .posted-on time{
    z-index: 5;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    padding-left: 5px;
}

.only-tags,
.transgo-comments-number,
.cat-links ,
.author.vcard {
    text-decoration: none;
    padding: 3px 3px 3px;
    background: transparent;
    line-height: 16px;
    display: inline-block;
    color: #192744;
    margin-top: 8px;
    
} 

.entry-date .posted-on a i,
.only-tags i,
.transgo-comments-number i,
.cat-links i,
.author.vcard i{
font-size: 11px;
opacity: 0.8;
} 

.only-tags a,
.transgo-comments-number a,
.cat-links a,
.author.vcard a{
    color: #192744;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    text-decoration: none;
    line-height: 16px;
    text-decoration: none;
    font-weight: 600;
}

.only-tags svg,
.transgo-comments-number svg,
.cat-links svg,
.author.vcard svg{
    color: inherit;
    fill: #EC2552 !important;
    font-size: 13px;
    line-height: 14px;
}

.transgo-comments-number,
.entry-meta .byline{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.7px;
    color: #181818;
    text-decoration: none;
    position: relative;
    margin-left: 25px;
    position: relative;
    display: inline-block;
}

.transgo-comments-number {
    margin-left: 0px;
}

.transgo-comments-number::before,
.entry-meta .byline::before {
    content: '';
    position: absolute;
    top: 17px;
    left: -25px;
    width: 15px;
    height: 0;
    border: 0.5px solid #000000;
}

.transgo-comments-number::before {
    top: 10px;
    left: -20px;
}
/* =============
Single Page Style
===============*/

.single-post-content_sec {
    padding: 50px 0;
}

@media (min-width: 768px){
    .single-post-content_sec {
        padding: 70px 0;
    }
}

@media (min-width: 1440px){
    .single-post-content_sec {
        padding: 100px 0;
    }
}

.single-title {
    color: #192744;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 30px;
    line-height: 46px;
    font-weight: 600; 
    text-transform: capitalize;
    z-index: 98;
}

@media (min-width: 1440px){
    .single-title {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (min-width: 1440px){
    .single-title {
        font-size: 42px;
        line-height: 62px;
    }
}


/* ==== Post Meta Style for Single Page ==== */

/* ==date== */
/* .meta-items .entry-date .posted-on {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.meta-items .entry-date .posted-on a{
    background: #EC2552;
    position: absolute;
    left: -15px;
    top: -40px;
    display: block;
    padding: 12px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    border-top-right-radius: 0;
    line-height: 20px;
    border-radius: 4px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    width: 75px;
}

.meta-items .entry-date .posted-on time{
    z-index: 5;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    padding-left: 5px;
} */

/* ==date end== */

.meta-items {
    /* margin-top: 50px; */
   overflow: hidden;
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 20px;
  min-height: 80px;
}

.meta-items .entry-meta {
  float: none;
  margin-bottom: 20px;
}

@media (min-width: 768px){
    .meta-items .entry-meta {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 80px;
        margin-bottom: 35px;
      }
}

.meta-items .social-share{
  float: none;
}

@media (min-width: 768px){

    .meta-items {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .meta-items .entry-meta {
 
    margin-bottom: 0px;
  }


  .meta-items .entry-meta {
    float: left;
    width: 73%;
  }

  .meta-items .social-share{
    float: right;
    width: 27%;
    flex: 1;
  }

  .meta-items .entry-meta .byline,
  .meta-items .entry-meta .cat-links {
      flex: 1;
  }
}



.meta-items .entry-meta .tags-links a,
.meta-items .entry-meta .cat-links a{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.7px;
  color: #181818;
  text-decoration: none;
  display: inline-block;
  padding-left: 0;
}

.meta-items .entry-meta .tags-links,
.meta-items .entry-meta .byline .author.vcard,
.meta-items .entry-meta .cat-links,
.meta-items .entry-meta .byline,
.meta-items .entry-meta .edit-link {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  margin-right: 5px;
}

.meta-items .entry-meta .tags-links,
.meta-items .entry-meta .byline,
.meta-items .entry-meta .edit-link a {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.7px;
  color: #181818;
  text-decoration: none;
position: relative;

}

.meta-items .entry-meta .byline,
.meta-items .entry-meta .cat-links {
    margin-left: 30px;
}

@media (min-width: 768px) {
    .meta-items .entry-meta .byline {
        max-width: 175px;
    }
}

@media (min-width: 1440px) {
    .meta-items .entry-meta .byline {
        margin-left: 0px;
    }
}

.meta-items .entry-meta .cat-links {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .meta-items .entry-meta .cat-links {
        max-width: 275px;
        margin-top: 8px;
        margin-left: 25px;
    }
     
}

.meta-items .entry-meta .byline span.author a {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.7px;
  color: #181818;
  text-decoration: none;
}

.meta-items .entry-meta .cat-links::before,
.meta-items .entry-meta .tags-links::before,
.meta-items .entry-meta .byline::before,
.meta-items .entry-meta .edit-link::before
{
  content: '';
  position: absolute;
  top: 15px;
  left: -25px;
  width: 15px;
  height: 0;
  border: 0.5px solid #000000;
}

.meta-items .entry-meta .cat-links::before {
    top: 9px;
}

.meta-items .social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  padding-top: 8px;
  margin-left: -15px;
}


@media (min-width: 768px) {
    .meta-items .social-share ul {
        text-align: right;
        margin-left: 0px;
      }
}

.meta-items .social-share ul li {
  display: inline-block;
}

.meta-items .social-share ul li.social-share-item {
  padding-left: 15px;
}

.social-share-item .transgo-comments-number {
    border: none;
    border-radius: 0;
    text-decoration: none;
    padding: 3px 0px 2px;
    background: transparent;
    line-height: 16px;
    display: inline-block;
    color: #192744;
    margin-top: 0px;
    margin-right: 0px;

}

.social-share-item .transgo-comments-number a{
    color: #192744;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    text-decoration: none;
    line-height: 16px;
    padding-left: 0px;
    text-decoration: none;
}

.social-share-item .transgo-comments-number i {
    padding-left: 2px;
    font-size: 15px;
    opacity: 1;

}
/* =============
Side Bar Sytle
===============*/

/*---------sidebar widget area--------------*/ 

aside.widget-area {
    padding: 50px 35px;
    margin: 0px 0px 0px 0px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
}

aside.widget-area section {
    padding-bottom: 10px;
}

aside.widget-area section h2.widget-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    font-family: "Roboto Condensed", Sans-serif;
    color: #192744;
    margin-bottom: 10px;
}

aside.widget-area section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

aside.widget-area section ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

aside.widget-area section ul li::before {
    content: "›";
    position: absolute;
    left: 0px;
    top: -1px;
    font-family: "Times New Roman";
    font-weight: 700;
    color: #EC2552;
    font-size: 16px;
}

aside.widget-area section ul li a, aside.widget-area section.widget_tag_cloud .tagcloud a, aside.widget-area section ul li.recentcomments, aside.widget-area section ul li span.post-date {
    text-decoration: none;
    font-family: "Poppins", Sans-serif;
    color: #595959;
    font-size: 14px !important;
    font-weight: 500;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

section.widget_tag_cloud .tagcloud a {
    display: block;
}

aside.widget-area section ul li a:hover, aside.widget-area section.widget_tag_cloud .tagcloud a:hover, aside.widget-area section ul li.recentcomments:hover,  aside.widget-area section ul li span.post-date:hover {
    color: #ec2552;
}
    
 /*---------Search form/ search page--------------*/ 
 .widget-area .widget .search-form {
    background: #fff;
    border: 2px solid #ededed;
    border-radius: 25px;
    display: inline-flex;
    width: 100%; 
    padding-left: 10px;
}
.widget-area .widget .search-form .search-field {
    font-family: "Poppins", Sans-serif;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #666; 
    line-height: 35px;
}
.widget-area .widget .search-form .search-field::placeholder {
     color: #666; 
}
.widget-area .widget .search-form .search-submit {
    font-family: "Poppins", Sans-serif;
    display: inline-block;
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #ccc;
    cursor: pointer; 
    padding: 12px 25px;
    border-left: 2px solid #ededed;
    border-radius: 0 48px 48px 0;
    transition: all 0.3s ease-in-out;
}

.widget-area .widget .search-form .search-submit:hover {
    color: #ec2552;
    background: transparent;
}

.widget-area .widget .search-form .search-submit span {
    font-size: 1.05rem;
    width: auto;
    height: auto;
} 

.dashicons-search::before {
    content: "\f002";
    font-family: "FontAwesome";
    font-weight: 100;
    font-size: 14px;
}


/* =============
Comments Style 
===============*/

/*-----Comment- Reply fields--------*/ 

article.comment-body {
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 10px;
    padding-top: 30px;
}

.comments-area {
    margin-top: 50px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author {
    font-family: "Poppins", Sans-serif;
    display: flex;
    align-items: center; 
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .avatar {
    border-radius: 50%;
    margin-right: 20px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author img.avatar {
    width: 80px;
    height: 80px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .fn {
    margin-right: 5px; 
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata {
    padding-left: 100px;
    margin-top: -30px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    color: #6d6d6d;
    text-decoration: none; 
    font-weight: 600;
    }

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata .edit-link a:hover {
    color: #2f2f2f;
    text-decoration: none; 
    }

.comments-area .comments-title {
    border-bottom: 2px solid #192744;
}

.comments-area .comments-title, .comments-area .comment-respond h2.comments-title {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #192744;
    margin-bottom: -10px;
}

.comments-area .comments-title, .comments-area .comment-respond h3.comment-reply-title {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #192744;
}

.comments-area .comment-list {
    margin: 0;
    padding: 10px 0;
    list-style: none; 
}

.comments-area .comment-list .comment .children {
    list-style: none; 
}

@media (max-width: 500px) {
    .comment .children {
        margin-left: 0;
        padding: 0;
    }
}


.comments-area .comments-title a, .comments-area .comment-reply-title small a {
    text-decoration: none;
    color: #EC2552;
    font-family: "Poppins", Sans-serif;
    font-size: 14px; 
}

.comments-area .comment-form .logged-in-as a {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #192744; 
    transition: 0.3s all ease-in-out;
}

.comments-area .comment-form .logged-in-as a:hover, .comments-area .comment-form .logged-in-as a:visited, .comments-area .comment-form .logged-in-as a:active {
    color: #EC2552; 
}

.comments-area .comment-list .comment .comment-body .comment-content p {
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    color: #595959;
    margin: 30px 0 10px;
}

@media (min-width: 768px) {
    .comments-area .comment-list .comment .comment-body .comment-content p {
        font-size: 16px;
    }
    
}

.comments-area .comment-form .form-submit .submit {
    color: #fff;
    background-color: #EC2552;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EC2552;
    border-radius: 40px 40px 40px 40px;
    padding: 15px 30px 15px 30px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out; 
}

@media only screen and (max-width: 425px){
    .comment-form p.form-submit {
        text-align: center;
    }
}


.comments-area .comment-form .form-submit .submit:hover {
    color: #EC2552;
    background-color: #ffffff;
    border-color: #EC2552; 
}

@media (max-width: 750px) {
    .comments-area .comment-form p > input:not([type="submit"]) {
        width: 100%;
    }
    
}

.comments-area .comment-form p > textarea:focus, .comments-area .comment-form p > input:focus{
    outline-color: #EC2552 !important;
   
}

.comment-form p > textarea{
    font-size:14px;
    color: #333; 
    font-family: "Poppins", Sans-serif;
    border-color: #ccc;
}

.comments-area .comment-form p > label {
    display: block;
    color: #333; 
    font-family: "Poppins", Sans-serif;
}

.comments-area .comment-list .comment .comment-body .reply {
    text-align: right;
}

.comments-area .comment-list .comment .comment-body .reply a {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    color: #192744;
    text-decoration: none; 
    transition: 0.3s all ease-in-out;
    font-weight: 700;
}

.comments-area .comment-list .comment .comment-body .reply a:hover {
    color: #EC2552;
}

.comments-area .comment-list .comment .comment-body .reply a:before {
    content: "\f3e5";
    font-family: 'Font Awesome 5 Free';
    margin-right: 4px;
    font-weight: 900;
    color: inherit;
    font-size: 16px;
}

p.comment-form-cookies-consent {
    display: none;
}

.comment-form-comment input,
 .comment-form-author input,
 .comment-form-email input,
 .comment-form-url input {
     border-color: #ccc !important;
 }

 .comment-notes > span {
    color: #333;
    font-family: "Poppins", Sans-serif;
 }

 /* ====wpDiscuz==== Plugins */

 #wc-comment-header {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #192744;
 }

 .wc-field-comment textarea.wc_comment:focus {
    outline-color: transparent;
 }

 .wpdiscuz-ftb-left > div{
    font-size:12px;
    color: #333; 
    font-family: "Poppins", Sans-serif;
    border-color: #ccc;
 }

 .wpdiscuz-ftb-left  #wc_show_hide_loggedin_username a{
    color: #EC2552;
 }

 .wpdiscuz-textarea-wrap textarea {
    font-size:14px;
    color: #333; 
    font-family: "Poppins", Sans-serif;
    border-color: #ccc;
 }

 #wpcomm input[type="submit"] {
    transition:  all 0.3s ease-in-out;
 }

 #wpcomm input[type="submit"]:hover {
    background: transparent !important;
    border-color: #EC2552 !important;
    color: #EC2552 !important;
 }
 
 #wpcomm .wc-cta-button:hover {
    background: #ededed !important;
    color: #ec2552 !important;
}
/* =============
Post Navigation
===============*/

/*---------Post Navigation--------------*/ 

.post-nav {
    text-align: center;
    margin: 20px auto;
}
@media (min-width: 768px) {
    .post-nav {
        margin: 30px auto;
    } 
}
.post-nav a{
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
}
.post-nav .page-numbers, .post-nav span{
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 36px;
    border: 2px solid #EC2552;
    border-radius: 50%;
    color: #192744;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px 5px 5px;
    transition: all 0.3s ease-in-out;
}


.post-nav .page-numbers i {
    color: #192744;
}
 

.post-nav .page-numbers.current, .post-nav .page-numbers:hover {
    border-color: #EC2552;
    background-color: #EC2552;
    color: #fff;
}


.post-nav .page-numbers:hover i {
    color: #fff;
}
 
/* =============
404 Page 
===============*/

/*---------404 page--------------*/
.error-404 {
	padding: 0 20px 30px;
}
.error-404-main {
	text-align: center;
}
.error-404-main h2 {
	font-size: 94px;
    line-height: 75px;
    margin-bottom: 15px;
    color: #ec2552;
	font-weight: 800;

}
.error-404-main h3 {
	font-size: 45px;
    letter-spacing: 5px;
    line-height: 70px;
    font-weight: 800;
	color: #192744;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.error-404-main h4 {
	font-size: 38px;
    letter-spacing: 2px;
    line-height: 58px;
    margin-bottom: 29px;
	color: #595959;
	font-family: 'Poppins', sans-serif;
	margin-top: -10px;
}


/* ====btn 404page=== */
.error-404-main a {
	text-decoration: none;
	margin-top: 30px;
}

.error-btn {
	text-transform: uppercase;
    font-size: 18px;
	letter-spacing: 1px;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	padding: 12px 22px;
	color: #EC2552;
	border: 2px solid #EC2552;
    border-radius: 48px;
	background-color: transparent;
	position: relative;
	display: inline-block;
	outline: none;
	transition: all .3s ease-in-out;
	z-index: 0;
	text-align: center;
    overflow: hidden;
}

.error-btn a i{
    color: inherit;
}

.error-404-main a i {
	padding-right: 12px;
}

.error-btn:hover {
	color: #fff;
	background-color: #EC2552;
}

.error-btn:hover i {
    color: #fff;
}

@media (min-width: 768px) { 
	.error-404 {
		padding: 70px 0;
	}
	.error-404-main h2 {
		font-size: 200px;
		line-height: 180px;
		margin: 50px 0;
	}
	.error-404-main h3 {
		font-size: 64px;
		letter-spacing: 10px;
	}
	.error-404-main h4 {
		margin-top: 20px;
	}
}

@media (min-width: 1040px) { 
	.error-404-main h3 {
		font-size: 90px;
		letter-spacing: 20px;
	}
	.error-404 {
		padding: 100px 0;
	}
}


/* =============
Cpntact Page 
===============*/



 
/* =============
Cpntact Page 
===============*/


 
/* =============
Cpntact Page 
===============*/

/* ===========
selectric PLugins
=============== */

.selectric-wrapper.selectric-wpcf7-form-control.selectric-wpcf7-select {
    margin-top: 25px !important;
}

.wpcf7-form br {
    display: none;
}

.selectric-wpcf7-form-control .selectric {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 20px 8px 0;
}

.selectric-wpcf7-form-control .selectric  .label {
    /* padding: 15px 20px; */
    font-size: 16px;
    color: #595959;
    text-transform: uppercase;
  }

.selectric-wpcf7-form-control .selectric .button {
    height: 42px;
    width: 46px;
    background: transparent;
    top: 7px;
    right: 2px;
}
.selectric-wpcf7-form-control .selectric .button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '\f078';
    font-size: 1rem;
    color: #333;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.selectric-wpcf7-form-control .selectric .button::after {
    opacity: 0 ;
}

.selectric-wpcf7-form-control.selectric-open .selectric {
    margin-top: 0;
}

.selectric-wpcf7-form-control .selectric-items {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-color: #ededed;
}

.selectric-wpcf7-form-control .selectric-items::before, .selectric-wpcf7-form-control .selectric-items::after {
    display: none;
}

.selectric-wpcf7-form-control .selectric-items .selectric-scroll li {
   
    padding: 13px 30px 13px 10px;
    font-size: 16px;
    color: #595959;
    text-transform: uppercase;
}

.selectric-wpcf7-form-control .selectric-items .selectric-scroll li:hover {
    background-color: #192744;
    color: #fff;
}


.selectric-wpcf7-form-control .selectric-items .selectric-scroll li.highlighted {
    background-color: #ededed;
    color: #192744;
    font-weight: 500;
}

.selectric-wpcf7-form-control .selectric-items .selectric-scroll li.highlighted::after {
    display: none;
}


/* =============
Search Page 
===============*/
.search-content {
    padding: 50px 0;
}

@media(min-width: 768px) {
    .search-content {
        padding: 70px 0;
    }
}


@media(min-width: 1440px) {
    .search-content {
        padding: 70px 0 100px;
    }
}

.search-content .entry-header .entry-title a{
    text-decoration: none !important;
    font-size: 22px;
    transition: all .3s ease-in-out;
    font-weight: 600;
    line-height: 32px;
}

.search-content .entry-header .entry-title a:hover {
    color: #ec2552!important;
}


.search-content article{
    background: #fff;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);

}


/* ==========
Defalut index Page Style
=========== */

.home.blog .bdt-navbar-nav > li > a{
    color: #192744 !important;
}

.post-content_sec {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .post-content_sec {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .post-content_sec {
        padding: 70px 0 70px;
    }
}


.post-content_sec article {
    box-sizing: border-box;
    background: #fff;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

@media (min-width: 768px) {
    .post-content_sec article .entry-header .entry-title {
        margin-bottom: 0;
    }
    
    .post-content_sec article .entry-content {
        margin-top: 0;
    }
}


.post-content_sec article .entry-header .entry-title a{
    text-decoration: none;
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 98;
}

@media (min-width: 768px) {
    .post-content_sec article .entry-header .entry-title a{
        font-size: 32px;
        line-height: 44px;
    }
}

@media (min-width: 1440px) {
    .post-content_sec article .entry-header .entry-title a{
        font-size: 42px;
        line-height: 62px;
    }
}
.post-content_sec article .entry-footer  {
    padding-left: 30px;
}
 
@media (min-width: 768px) {
    .post-content_sec article .entry-footer  {
        padding-left: 30px;
    }
}

.post-content_sec article .entry-footer .comments-link a,
.post-content_sec article .entry-footer .edit-link a,
.post-content_sec article .entry-footer .tags-links a{
    text-decoration: none;
    padding: 3px 3px 3px;
    background: transparent;
    display: inline-block;
    color: #192744;
    margin-top: 8px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    text-decoration: none;
    line-height: 16px;
    text-decoration: none;
}

.post-content_sec article  .entry-footer .cat-links,
.post-content_sec article  .entry-footer .tags-links,
.post-content_sec article  .entry-footer .comments-link,
.post-content_sec article  .entry-footer .edit-link {
    position: relative;
}


    .post-content_sec article  .entry-footer .cat-links::before,
    .post-content_sec article  .entry-footer .tags-links::before,
    .post-content_sec article  .entry-footer .comments-link::before,
    .post-content_sec article  .entry-footer .edit-link::before {
        content: '';
        position: absolute;
        top: 19px;
        left: -25px;
        width: 15px;
        height: 0;
        border: 0.5px solid #000000;
        overflow: hidden;
    }
    
    .post-content_sec article  .entry-footer .cat-links::before{
        top: 12px;
    }
    .post-content_sec article p{
        color: #595959;
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }