.title_sec h1 span{
	font-family: "Playfair Display", serif;
	font-style: italic;
}
.linkinfo p a, .linkinfo a{
	color:#787777;
}
.nam_sec p{
	display: flex;
    width: 100%;
}
.elementor-30 .elementor-element.elementor-element-c4d4aa0 .ekit-form form label{width: 100%;}
.e-n-accordion-item-title{    justify-content: space-between !important;}

.be_aftr_images .coca-bais-container{border-radius: 20px;}

        .services-slider { padding:60px 0; }
        .service-card {
            background:#1c1c1c;
            border-radius:20px;
            overflow:hidden;
            color:#fff;
            transition:.3s;
			padding: 30px;
        }
        .service-card img {
            width:100%;
            height:350px;
            object-fit:cover;
            display:block;
			border-radius: 20px 20px 0 0 !important;
        }
        .service-card h3 {
			font-family: "Outfit", sans-serif;
            font-size:35px;
            font-weight:400;
        }
        .service-card:hover { transform:translateY(-6px); }
.services-slider .swiper-button-next, .services-slider .swiper-button-prev{
color: #c1c1c1;
    border: 1px solid #c1c1c1;
    border-radius: 50px;
    font-size: 15px;
    padding: 20px;}
.services-slider .swiper-button-next:after, .services-slider .swiper-button-prev:after{font-size: 18px;}
.services-slider .swiper-button-prev{
    left: auto;
    right: 100px;
    top: 30px;
}
.services-slider .swiper-button-next{
    right: 35px;
    top: 30px;
}
.services-slider{padding-top: 80px !important;}
.srvc_crsel{ height: 550px;}
#leidsens-toggle{
    margin: 50px 0 0;
    background-color: #505050;
    border: 1px solid #4e4e4e;
    color: #9d9d9d;
}

.wonderplugingridgallery a div{opacity: 0;}

/*================ RESPONSIVE =============*/
@media only screen and (max-width: 767px) {
	.service-card h3{font-size: 26px;}
	.elemenetskit-tablepress{overflow-x: auto;}
	.wonderplugin-gridgallery-item{border-radius:5px !important;}

}


@media only screen and (min-width: 768px) and (max-width: 1024px){

}
@media only screen and (min-width: 1024px) and (max-width: 1200px){


}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

}

  /*
 * Hide visually and from screen readers, but maintain layout
 */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after {clear: both;}


  /* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  /* Black prints faster:
    http://www.sanbeiji.com/archives/953 */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {text-decoration: underline; }
  a[href]:after {content: " (" attr(href) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  abbr[title]:after { content: " (" attr(title) ")";}
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid;}
  thead { display: table-header-group; }
  tr, img {page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 {page-break-after: avoid; }
}