/*
Bilis - Agency Landing Page Template
Author : aStylers
Author URL : https://themeforest.net/user/astylers
*/

/*

Table of Content:
- fonts
- general
- form input
- button
- navbar
- home intro
- vission section
- services
- project
- pricing table
- testimonial
- contact us
- footer
- footer bottom / copyright
- responsive

*/


/* form input */
form input {
    border: 1px solid #DA0243;
    background: #fff;
    padding: 11px 20px;
    width: 100%;
    color: #aaa;
    border-radius: 5px;
    text-align: left;
    transition: all .2s ease;
}

form input:focus {
    border-color: #06111e;
}

form textarea {
    border: 1px solid #DA0243;
    background: #fff;
    padding: 12px 20px;
    width: 100%;
    color: #aaa;
    border-radius: 5px;
    text-align: left;
}

form textarea:focus {
    border-color: #06111e;
}

/* services */
.services .content {
    background: #080808;
    padding: 20px;
    border-radius: 10px;
    transition: all .3s ease;
}

.services .content:hover {
    transform: scale(1.1);
    box-shadow: 0 0 45px 6px rgba(0, 0, 0, 0.21);
}

.services .content .icon i {
    font-size: 60px;
    margin-bottom: 15px;
    color: #DA0243;
}

.services .content h5 {
    font-size: 18px;
    font-weight: 500;
}

.services .content .service-category span {
    color: #FCF0F0;
    padding: 4px 15px;
    background: #141414;
    font-size: 12px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 15px;
}

.services .content .button {
    margin-top: 50px;
    transition: all .3s ease;
}

a.button.button-full-width.button-middlepricing {
    margin-top: 13%;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}

p.quote {
    text-align: center;
    font-size: 20px;
    font-style: italic;
    margin-top: 35px;
}

.services h5 span {
    font-weight: bolder;
}

/* project */
.project .content {
    position: relative;
}

.project .content:hover img {
    transform: scale(0.9);
    box-shadow: 0 0 52px -18px black;
}

.project .content img {
    transition: all .3s ease;
    width: calc(100% - 30%);
    border-radius: 10px;
}

.project .content .project-caption {
    position: absolute;
    right: 28px;
    bottom: 60px;
}

.project .content .project-caption .category-project {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #DA0243;
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 700;
}

.project .content .project-caption .title-project {
    font-size: 32px;
}

/* FAQ */
.section-heading {
  text-align: center;
  margin-bottom: 90px;
}

.section-heading h6 {
  font-size: 16px;
  letter-spacing: 3.2px;
  text-align: center;
  color: #DA0243;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #323232;
}

#full-faq .faq-area .card {
  border: 0;
  margin: 8px 0;
  overflow: visible;
  background: none;
}

#full-faq .faq-area .card .card-header {
  border: 0;
  padding: 0;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: solid 1px #e3e8ec;
  background-color: transparent;
  border-color: #1A1616;
}


#full-faq .faq-area .card .card-header h2 button {
  padding: 20px 30px;
  font-weight: 700;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #FCF0F0;
  background-color: #da0243;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
#full-faq .faq-area .card .card-header h2 button:focus {
  box-shadow: none;
}
#full-faq .faq-area .card .card-header h2 button span {
  color: #96a9b8;
}

#full-faq .faq-area .card .card-header.active {
  background-color: transparent;
}

#full-faq .faq-area .card .card-header.active span {
  color: #FCF0F0;
}

#full-faq .card-body {
    font-size: 1.25rem;
}

#full-faq .card-body a {
    font-weight: 500;
}
}

/* END FAQ */

/* pricing */
.pricing .content {
    background: #06111e;
    text-align: center;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}

.pricing .content:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 45px 6px rgba(0, 0, 0, 0.3);
}
.pricing .button {
	background: #0c1725;
}

.pricing .content.recommended-price {
    background: #0c1725;
}

.pricing .content.recommended-price i {
    color: #DA0243;
}

.pricing .button.button-middlepricing {
    background: #DA0243;
	font-weight:bold;
}

.pricing .button.button-middlepricing i {
	display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    background: #da0243;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    font-size: unset;
    color: unset;
}

.pricing .content p.customOffer {
	margin:unset;
}

.pricing .content.recommended-price h4 {
    color: #fff;
}

.pricing .content.recommended-price li {
    color: #fff;
}


.pricing .content.premium-price i {
    color: #D2003B;
}

.pricing .content i {
    color: #DA0243;
    font-size: 80px;
}

.pricing .content ul {
    text-align: left;
}

.pricing .content h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 3px;
}
.pricing .content h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 1rem;
}
.pricing .content p {
    margin-bottom: 1.2rem;
}

.pricing .content hr {
    border-top: 0.1rem dashed #DA0243;
	opacity:0.4;
	margin-bottom:1rem;
}

.pricing .content .price {
    font-size: 29px;
    color: #DA0243;
    display: block;
    margin-top: 20px;
    line-height: 1.2;
}
.pricing .content {
    font-size: 13px;
    line-height: 1.4;
}

.pricing .content ul li {
    margin-bottom: 6%;
    color: #fff;
}

.pricing .content ul li.not-active {
    color: #FFDDE7;
    opacity: 0.5;
}
.pricing .content ul li.not-new {
    opacity: 0.75;
}

.customPriceContainer {
	margin-top:25px;
}

.customOffer {
	font-size:22px;
	font-weight:600;
}
.customOffer span {
	font-weight:750;
	color:#DA0243;
}


a.button.button-full-width.button-middlepricing.customPricingButton {
    margin-top: 5%;
}
a.button.button-full-width.button-middlepricing:hover {
    color: #fff;
}

/* testimonial */
#testimonial a.button.button-primary.button-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
	margin-top:35px;
}

.testimonial .content-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 0 12em 12em 0;
}

.testimonial .content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial .content-right {
    padding: 0 30px;
}

.testimonial .content .title-name h5 {
    margin-bottom: 8px;
    font-size: 22px;
}

.testimonial .content .title-name span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #dadada;
}

.testimonial .content .wave-line {
    width: 50px;
    display: block;
    margin-bottom: 20px;
    height: auto;
}

/* contact us */
.contact .row {
    margin-bottom: 30px;
}

.contact .row:last-child {
    margin-bottom: 0;
}

.contact .form-contact {
    background: #DA0243;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    top: 12.125em;
    margin-top: -14.125em;
}

.contact .form-group {
    margin-bottom: 0;
}

.contact .button-submit {
    text-align: center;
}

.contact .button-submit .button {
    margin-top: 0;
}

.calendly-inline-widget {
    height: 63vh;
}

/* footer */
.footer {
    background: #141414;
    padding: 50px 0 30px;
    margin-top: 120px;
}

.footer .content h3 {
    font-weight: 700;
    margin-bottom: 7px;
}

.footer .content .form-group {
    display: flex;
    margin-bottom: 0;
}

.footer .content .form-group button {
    margin-top: 0;
    margin-left: 15px;
}

.footer .content .form-group input {
    border-color: #06111e;
}

/* footer bottom */
.footer-bottom {
    background: #141414;
    padding-bottom: 30px;
}

.footer-bottom .footer-brand h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    align-self: center;
}

.footer-bottom .footer-menu {
    text-align: right;
}

.footer-bottom .footer-menu ul li {
    display: inline-block;
    margin-left: 15px;
}

.footer-bottom .footer-menu ul li a {
    text-decoration-line: underline;
    color: #fff;
}

.footer-bottom .footer-menu ul li:first-child {
    margin-left: 0;
}

/* responsive */
@media (max-width:980px) {
    .section-title h3 {
        font-size: 32px;
    }

	.home-intro {
		padding: 12% 0 4%;
	}

	.home-intro .content-text h1 {
		font-size: 42px;
	}

    .home-intro .content-text h2 {
        font-size: 22px;
    }

    .vission-section .content .bg-icon i {
        font-size: 60px;
    }

    .vission-section .content h5 {
        font-size: 15px;
    }

    .services .content .icon i {
        font-size: 54px;
    }

    .services .content h5 {
        font-size: 17px;
    }

    .services .content .button-secondary {
        padding: 6px 12px;
        font-size: 14px;
    }

    .services .content .button-primary {
        padding: 6px 12px;
        font-size: 14px;
    }

    .project .content .project-caption {
        right: 15px;
        bottom: 47px;
    }

    .project .content .project-caption .category-project {
        font-size: 13px;
    }

    .project .content .project-caption .title-project {
        font-size: 28px;
    }

    .pricing .content {
        padding: 15px;
    }

    .pricing .content h4 {
        font-size: 28px;
    }

    .pricing .content .price {
        font-size: 24px;
    }

    .contact .form-contact {
        padding: 15px;
        top: 0;
        margin-top: 0;
    }

    .footer {
        border-bottom: 1px solid #1d2a37;
    }

    .footer .row {
        justify-content: center;
    }

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

    .footer-bottom {
        padding: 30px 0;
    }

}

@media (max-width:767px) {
	
	.responsive-margin-15 {
		margin-right: 15px;
		margin-left: 15px;
	}
	
	.vission-section {
		display:none;
	}

	.mobile-center a{
		display:block;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:40px;
		max-width: fit-content;
	}

    .navbar .navbar-nav {
        background: #141414;
        box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
        border-radius: 15px 15px 15px 15px;
        border-top: 0;
        outline: none;
        padding: 14px 10px;
        margin-top: 15px;
    }

    .navbar .navbar-nav li {
        padding-left: 0;
    }


	.home-intro {
		padding: 20% 0 4%;
	}

	.home-intro .content-text h1 {
		font-size: 28px;
	}

    .home-intro .content-text {
        text-align: center;
        margin-bottom: 30px;
    }

    .vission-section .content h5 {
        font-size: 20px;
    }

    .services .col-sm-6:nth-last-child(-n+2) .content {
        margin-bottom: 0;
    }

    .services .content {
        margin-bottom: 30px;
    }

    .services .content h5 {
        font-size: 20px;
    }

    .project .col-sm-12:last-child .content {
        margin-bottom: 0;
    }

    .project .content {
        margin-bottom: 30px;
    }

    .pricing .col-sm-12:last-child .content {
        margin-bottom: 0;
    }

    .pricing .content {
        margin-bottom: 30px;
    }

    .footer-bottom .footer-brand {
        margin-bottom: 15px;
        text-align: center;
    }

    .footer-bottom .footer-menu {
        text-align: center;
    }

    .testimonial .content-image {
        margin-bottom: 30px;
    }

    .testimonial .content-right {
        padding: 0;
    }

}

@media (max-width:480px) {
    .section-title h3 {
        font-size: 32px;
    }

    .vission-section .col-xs-12:last-child .content {
        margin-bottom: 0;
    }

    .vission-section .content {
        margin-bottom: 30px;
    }

    .services .col-xs-12:last-child .content {
        margin-bottom: 0 !important;
    }

    .services .content {
        margin-bottom: 30px !important;
    }

}

@media (max-width:360px) {
    .footer .content .form-group {
        display: block;
    }

    .footer .content .form-group .button {
        margin: 22px 0 0 0;
    }

}



/* CLIENTS LOGO SLIDER */
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.customer-logos.slider {
    padding-top: 20px;
}

.footer-logo {
    max-width: 100%;
}

.mentionslegales {
    font-size: 0.6rem;
    opacity: 0.5;
    line-height: 1.3;
}




/* LANDING PAGE */

.italicSubtitle {
    font-style: italic;	
}

img.smaller-intro-image{
	width:calc(100% - 30%) !important;
}
img.smaller-intro-image-2{
	width:calc(100% - 22%) !important;
}

h2.landingH2 {
	font-size: 25px;
    font-weight: 500;
	line-height: 1.5;
}


.home-intro h2 span {
    color: #DA0243;
}

#textMessage span { 
    color: #DA0243;
}

.textContent span { 
    color: #DA0243;
}

.swapper h3 {
    font-size: 2rem;
    font-weight: bold;
}

.textContent {
    display: none;
}

#textMessage {
    font-weight: bolder;
}

.linkInText {
	border-bottom: 1.8px dotted #DA0243;
	text-decoration: none;	
}
.linkInText:hover {
	border-bottom: 1.8px dotted #DA0243;
	text-decoration: none;	
	color: #DA0243;
}


/** GENERATE CONTENT PAGES **/
.container-special-generate {
	max-width: 1150px;
    margin: auto;
}


.title-goals {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4px;
    font-size: 28px;
    font-weight: 700;
	border-bottom: 1.8px dotted #DA0243;
	max-width:fit-content;
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 10px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 10px;word-break:normal;}
.tg .tg-nrix{text-align:center;vertical-align:middle}
@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}


th.tg-nrix.table-goals-c1-title{
    font-size: 26px;
    font-weight: 600;
	color: #DA0243;
	min-width: 500px;
}

th.tg-nrix.table-goals-c2-title{
    font-size: 22px;
    font-weight: 500;
	color: #DA0243;
}

th.tg-nrix.table-goals-c3-title{
	font-size: 22px;
    font-weight: 500;
	color: #DA0243;
}

td.tg-nrix.table-goals-c1-content{
	font-size: 22px;
    font-weight: 600;
	min-width: 500px;	
}               

td.tg-nrix.table-goals-c2-content{
    font-size: 14px;
    font-weight: 500;
	
}               

td.tg-nrix.table-goals-c3-content{
	font-size: 18px;
    font-weight: 600;
	
}