/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
body, html{
	overflow-x:hidden;
}
.fl-row-content.fl-row-fixed-width.fl-node-content {
    max-width: 1375px;
}
/* Add your custom styles here... */ 
@font-face {
    font-family: 'Selvedger';
    src: url('fonts/Selvedger-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AllisonScript';
    src: url('fonts/Allison_Script.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SofiaProLight';
    src: url('fonts/sofiapro-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SofiaProRegular';
    src: url('fonts/sofiapro-light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SofiaProMedium';
    src: url('fonts/sofiapro-light.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SofiaProSemiBold';
    src: url('fonts/Sofia-Pro-Semi-Bold-Az.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SofiaProBold';
    src: url('fonts/Sofia-Pro-Semi-Bold-Az.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SofiaProExtraBold';
    src: url('fonts/Sofia-Pro-Semi-Bold-Az.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SofiaProBlack';
    src: url('fonts/Sofia-Pro-Semi-Bold-Az.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}


h1{
	font-family: 'Selvedger';
	font-size:100px;
	font-weight:400;
}
h2{
	font-family: 'SofiaProLight';
	font-size:59px;
	font-weight:300;
}
/* Default styles */
h1{
    font-family: 'Selvedger';
    font-size:100px;
    font-weight:400;
}

h2{
    font-family: 'SofiaProLight';
    font-size:59px;
    font-weight:300;
}

/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
    h1{
        font-size: 60px;
    }

    h2{
        font-size: 36px;
    }
}

/* Media query for screens smaller than 480px */
@media (max-width: 480px) {
    h1{
        font-size: 40px;
    }

    h2{
        font-size: 24px;
    }
}
.fl-menu .fl-toggle-plus .fl-menu-toggle:before, .fl-node-18jgrt5qisp0 .fl-menu .fl-toggle-plus .fl-menu-toggle:after {
    border-color: #bb006f !important;
}
/* Slider Banner*/
.slide {
    position: relative;
}
.slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slider-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 20%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 550px;
    margin: auto;
}
span.vertical-line {
    width: 2px;
    height: 465px;
    background-color: #bb016e;
    background-position: center;
    margin: 40% auto -113px auto;
}
.slider-wrapper h1 {
    color: white;
    text-align:left;
    margin:0px;
}
.slider-wrapper h2 {
    color: white;
    text-align: center;
    margin: 0px;
    line-height: 1;
}
.slide {
    height: 900px;
    max-height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.banner-wrapper .slick-dots {
  display: none;
}

.banner-wrapper .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.banner-wrapper .slick-dots button {
  background-color: red;
  border: 1px solid transparent;
  border-radius: 50%;
  color: transparent;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.banner-wrapper .slick-dots button:hover, .banner-wrapper .slick-dots button:focus, .banner-wrapper .slick-dots button.slick-active {
    color: #bb026f;
    font-size: 30px;
    width: auto;
}

.banner-wrapper .slick-dots li button {
  font-size: 20px;
  line-height: 0;
  display: block;
  width: 40px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: 0 0;
  color: #6c6c6c;
}
.banner-wrapper li.slick-active:after {
    content:"";
    width: 42vh;
    position:absolute;
    display:block;
    height:2px;
    background-color:#bb006f;
    top:50%;
    left:10vh;
}

.banner-wrapper .slick-dots button:before {
    display: none;
}

.banner-wrapper ul.slick-dots {
    display: flex;
    flex-direction: column;
    gap:20px;
    align-items: flex-end;
    align-content: flex-end;
    position: absolute;
    right: 20%;
    bottom: 50%;
}
.banner-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0;
}
/* End Slider Banner */
ul#menu-main-menu li.menu-item-object-page a:hover:before {
    content: "";
    position:absolute;
    height:50px;
    display:flex;
    width:2px;
    background-color:#bb006f;
    top:-50px;
    text-align:center;
    justify-content:center;
    align-items:center;
    left:50%;
    right:0;
    
}
ul.sub-menu li a:hover:before {
    content: "";
    position:absolute !important;
    height:50px;
    display:flex;
    width:2px;
    background-color:transparent !important;
    top:-50px;
    text-align:center;
    justify-content:center;
    align-items:center;
    left:50%;
    right:0;
    
}

/*Banner Section*/

.social-icons .fl-icon-group .fl-icon{
    display:flex;
    text-align:left;
    justify-content:left;
}

.social-icons .fl-icon + .fl-icon {
    margin-left: 0px;
}

.social-icons span.fl-icon i:hover {
    border: 3px solid #5e0b3d;
    width: 60px;
    height: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 60px;
}

.social-icons span.fl-icon i {
    border: 3px solid transparent;
    width: 60px;
    height: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 60px;
}

.social-icons .fl-icon-group {
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.cta-card {
    position: relative;
	height: 259px;
    max-height: 259px;
}

.cta-card .fl-col-content.fl-node-content {
    min-height: 100%;
}


.cta-card img{
    height: 259px !important;
    max-height:259px;
}

.cta-card::after {
    content: ""; /* Add empty content to the pseudo-element */
    position: absolute; /* Position the overlay absolutely within the card */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0); /* Set the background color to transparent */
    transition: background-color 0.3s ease; /* Add a transition effect to the background color */
    z-index:999
    
}

.cta-card {
  display: flex;
  justify-content: center;
  position: relative;
}

.cta-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  transition: top 0.3s ease;
}

.cta-card:hover .cta-text {
  top: 70%;
  z-index:99999
}

.cta-card:hover::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 150px;
    background-color: white;
    z-index: 99999999;
}



/* Set the position of the card to relative so the overlay can be positioned relative to it */
.fl-col.fl-col-small.cta-card {
    position: relative;
}

/* Create the overlay pseudo-element */
.fl-col.fl-col-small.cta-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0); /* Transparent background color */
    transition: background-color 0.3s ease; /* Add a transition effect to the background color */
}

/* Show the overlay when the card is hovered over */
.fl-col.fl-col-small.cta-card:hover::after {
    background: linear-gradient(to top, rgb(119 11 79 / 82%) 35%,rgba(119,11,79,0.5) 54%), rgba(255, 255, 255, 0);
    border-top: 10px solid #ba006f;
}
.cta-card .cta-text .fl-heading {
    text-align: center;
}
.cta-card::after {
    content: ""; /* Add empty content to the pseudo-element */
    position: absolute; /* Position the overlay absolutely within the card */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 38%); /* Transparent background color */background-color: rgb(0 0 0 / 38%); /* Transparent background color */
    transition: background-color 0.3s ease; /* Add a transition effect to the background color */
    z-index:999
}

.fl-col.fl-col-small.cta-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 38%); /* Transparent background color */
    transition: background-color 0.3s ease; /* Add a transition effect to the background color */
}

.fl-col.fl-col-small.cta-card:hover::after {
    background: linear-gradient(to top, rgb(119 11 79 / 82%) 35%,rgba(119,11,79,0.5) 54%), rgba(255, 255, 255, 0);
    border-top: 10px solid #ba006f;
}
.cta-text{
    z-index:999999;
}
.cstm-video:after {
    content: url("/wp-content/uploads/2023/05/video-player.png");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex; /* Add flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    cursor:pointer;
}
.cstm-video{
    position:relative;
}
.video-production {
    padding-left: 47px;
    margin-left: -170px;
    z-index: 9999;
    position: relative;
    background: linear-gradient(38deg, #292929 41%, #890e57 100%);
}
.cstm-video .fl-wp-video img {
    width: 100%;
    height: 485px;
    max-height: 485px;
    object-fit:cover;
}
.cstm-video .fl-wp-video {
    position: relative;
    overflow: hidden;
    padding: 0 0 56.25%;
    height: 485px;
    object-fit: cover;
}
.cstm-video-prod {
    height: 485px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.fl-cta-text-content {

  padding-left: 0px;
}
.video-production .fl-cta-text-content::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 70px;
  height: 93%;
  border-left: 2px solid #bb006f;
}
.footer-text {
    font-weight: 600;
}
.cstm-social-icons .fl-icon-group i {
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 60px;
}
.cstm-social-icons .fl-icon-group i:hover {
    padding: 8px;
    border: 1px solid #bb006f;
    border-radius: 60px;
}
.cstm-social-icons a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}
.footer-text p {
    max-width: 900px;
    margin: auto;
    line-height: 45px;
}
.fl-cta-text-content {
    font-family: 'SofiaProLight';
	line-height:25.6px;
}

p{
	font-family: 'SofiaProLight';
	line-height:25.6px;
}
.fl-cta-text-content {
    margin: 10px 0px;
}
.video-production.left-side {
    margin: 0;
    z-index: 9999;
    position: relative;
    padding-right: 20px;
    margin-right: -189px;
}
.selvedger h2 {
    font-family: 'Selvedger';
    font-size: 100px;
}
.contact-us-form input:focus, .contact-us-form input, .contact-us-form select, .contact-us-form select:focus  {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #bb006f;
    color:9a9a9a;
    margin:20px 0 !important;
	border-radius:0px;
}


.contact-us-form input::placeholder {
    color: #9a9a9a !important;
    opacity: 1;
}


.gform_footer.top_label {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

input#gform_submit_button_1 {
    border: 0px;
    border-left: 1px solid #bb006f;
    border-radius: 0;
}
input#gform_submit_button_1:hover {
    background-color:transparent;
}
.selvedger span.fl-heading-text:after {
    content: "";
    position: relative;
    height: 168px;
    width: 2px;
    background-color: #bb006f;
    display: inline-block;
    margin-left: 20px;
}
.angry-grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    height: 100%;
}

.cstm-card {
   background-color: #F7EFDB;
   height: 100%;
}

.cstm-card:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}
.cstm-card:nth-child(6) {
    grid-row-start: 1;
    grid-column-start: 4;
    grid-row-end: 3;
    grid-column-end: 5;
}

.cstm-card img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-card-design:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}
.row.cstm-blog::before {
    display: none;
}
.angry-grid-2 {
    display: grid; 
	margin-top:20px;
   grid-template-rows: 1fr 1fr;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   
   gap: 20px;
   height: 100%;
}

div#item-8 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}



div#item-15 {
    grid-row-start: 1;
    grid-column-start: 5;
    grid-row-end: 3;
    grid-column-end: 6;
}
.new-card-design img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-wrapper {
    display: none;
}


.cstm-card:hover .content-wrapper {
    display: block;
    position:absolute;
    top:0;
    z-index:999;
    width: 100%;
    height: 100%;
    background-color: #bb006fa8;
}
.cstm-card:hover .content-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #bb006fa8;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
	padding:5%;
}
.cstm-card{
    position:relative;
    overflow:hidden;
}

.content-wrapper h4{
    font-size:30px;
    color:white;
}

.new-card-design{
    position:relative;
}
.new-card-design:hover .content-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #bb006fa8;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
	padding:5%;
}
.content-wrapper p {
    color: white;
    text-align: center;
    font-size: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.watch-button {
    font-size: 20px;
    color: white;
    text-decoration: none;
    display: flex;
    margin-top: 20px;
}

a.watch-button:before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: white;
    display: flex;
    margin-right: 10px;
}
a.fl-button {
    border-left: 3px solid white !important;
    border-radius: 0px !important;
}
.cstm-bookcol .fl-col-content.fl-node-content {
    height: 100%;
    display: flex;
}
.cstm-allison span.fl-heading-text {
    font-family: AllisonScript;
    font-weight: 500;

}
.cstm-allison h2.fl-heading {
    text-align: right;
}
.pink-cta {
    position: relative;
}
.pink-cta .fl-cta-text-content::before {
    content: "";
    position: absolute;
    top: -90px;
    left: 30px;
    height: 93%;
    border-left: 2px solid white;
}
.partners img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-id-136 footer.fl-page-footer-wrap {
    display: none;
}
.slider video {
    width: 100%;
}
.cstm-heading h1 {
    font-family: 'SofiaProLight';
    font-weight: 600;
    font-size: 59px;
    padding: 0;
    margin: 0;
}
span.captivate {
    font-weight: bold;
}
.cstm-heading h2{
    font-size:45px;
    padding:0px;
    margin:0px;
}
.cstm-bannertext div p {
    font-family: 'SofiaProLight';
    letter-spacing: 1px;
}
.button-pink a.fl-button {
    border-radius: 60px !important;
    border: 0px !important;
    margin-top: 20px;
}
.cta-box h3.fl-cta-title {
    font-size: 35px;
    font-weight: 600;
    color: white;
}

span.pink-text {
    color: #bb006f;
}
.cta-box a.fl-button {
    background-color: #bb006f;
    border: 0px !important;
    border-radius: 60px !important;
    padding: 15px 70px !important;
}
.cta-box .fl-cta-wrap.fl-cta-stacked.fl-cta-left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    height: 100%;
}

.cta-box .fl-module-content.fl-node-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cstm-business .fl-col-content.fl-node-content {
    height: 100%;
}

.cta-box {
    height: 100%;
}
.cstm-video-placeholder .fl-video.fl-wp-video {
    border-radius: 40px;
}


.testimonial p {
    font-size: 18px;
    color: white;
}

p.testimonial-name {
    font-size: 18px;
    color: white;
    font-weight: 600;
    font-style: unset;
    margin-bottom:20px;
}

.testimonial span.testimonial-position {
    color: white;
}
p.testimonial-position {
    font-family: 'SofiaProLight';
    font-weight: 300;
}
p.testimonial-content {
    font-weight: 600;
    margin: 20px 0 50px 0px;
}
.cstm-testimonials-wrapper {
    background-image: url("http://postcreatives.customadesign.info/wp-content/uploads/2023/05/testimonial-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.cstm-testimonials-wrapper .fl-module-content.fl-node-content {
    height: 985px;
}
.cstm-testimonials-wrapper .fl-module-content.fl-node-content {
    height: auto;
}
.testimonial {
    padding: 162px 5%;
}
.cstm-testimonials-wrapper ul.slick-dots {
    position: absolute;
    bottom: 19%;
    left: 0px;
}
.industries {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.industry {
    width: 18.2%;
}

.industry h2 {
    font-size: 23px;
    font-weight: 600;
}
.industry a:hover {
    text-decoration:unset
}
.image-container {
  position: relative;
  overflow: hidden;
}

.feat_image {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #bb006f8c;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay:hover {
  background-image: url(/wp-content/uploads/2023/05/video-player.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.overlay-text {
    color: #fff;
    font-size: 23px;
    text-align: left;
    padding: 20px 0;
}

.image-container:hover .overlay {
  opacity: 1;
}
.image-container:before {
    background-color: #ffffff5e;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.watch-video {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 100px;
    font-weight:600
}
.mfp-autoresize .mfp-content {
  max-width: 1300px;
  max-height: 800px;
}

.mfp-autoresize .mfp-iframe-scaler {
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
/* Move Magnific Popup close button down and to the right */
.mfp-close {
  top: 15px !important; 
  right: 15px !important;
}
.pink-line h5.fl-heading:after {
    content: "";
    width: 1044px;
    height: 2px;
    display: block;
    background-color: #b7006d;
    left: 0px;
    position: absolute;
    margin-top: 15px;
}


.pink-line {
    padding-bottom: 20px;
}
.cstm-footer-text {
    max-width: 1035px;
    margin: auto;
}
.cstm-owner .fl-col-content.fl-node-content {
    height: 100%;
}

.pink-cta {
    height: 100%;
}

.pink-cta .fl-module-content.fl-node-content {
    height: 100%;
    display:flex;
    align-items:center;
}
.video-production a.fl-button {
    border-left: 2px solid #bb006f !important;
}