:root {
    --color-primary: #B3020C;
    --color-primary-dark: #111111;
    --color-primary-light: #FFFFFF;
}
html, body {
  scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
	font-family: "Ubuntu", sans-serif;
	position: relative;
}
body.body.active {
    overflow: hidden;
}
h1,
h2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
}

h3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2em;
}

h4,
p {
    font-family: "Ubuntu", sans-serif;
    line-height: 40px;
}

h4 {
    font-weight: 600;
    font-size: 20px;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.container {
    max-width: 1600px;
}
.remove_header_bg .main-header {
    display: none;
}

.body.active::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #00000069;
    z-index: 12;
}


/* header css  */

.logo-inner img {
    width: 50px;
    height: 50px;
}

.main-header {
    position: fixed;
    width: 100%;
    padding: 25px 50px;
    transition: all 0.3s ease;
       z-index: 12;
}

.toogle-serch {
    gap: 26px;
}
.toggle-slide {
    background: #000;
    position: fixed;
    max-width: 650px;
    width: 100%;
    right: -100%;
    transition: 1s;
    top: 0;
    min-height: 100vh;
    height: 100%;
}
.toggle-slide.active {
    right: 0;
}

.bar-toogle {
    cursor: pointer;
}

.crose {
    padding: 20px 20px 35px 20px;
    display: flex;
    justify-content: end;
    position: absolute;
    right: 0;
    z-index: 99;
}


.inner-toggle .menus-list ul {
    padding: 0;
    list-style: none;
}

.inner-toggle .menus-list ul a {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
}
.inner-toggle {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.menus-list {
    padding: 100px 20px 0 20px;
}

.socil-media {
    padding: 10px 50px 30px 50px;
    width: 100%;
}

.socil-media-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-top: 0.5px solid #B3020C;
    gap: 34px;
    padding-top: 10px;
}

.socil-media-list li a {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
}
.main-header.active {
    background-color: rgba(255, 255, 255, 0.7);
    /* color: #fff; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 11px 50px;
}
.toogle-serch i.fa-solid {
    color: #fff;
    font-size: 24px;
}
.main-header.active .toogle-serch i.fa-solid {
    color: #000;
}
/*.main-header.active .toogle-serch img {
    filter: invert(1);
}*/
button.search-icon {
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
}
.search-container {
    display: flex;
}
.search-box {
    display: flex;
    align-items: center;
    gap: 0px;
    overflow: hidden;
    width: 0;
    opacity: 0;
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    top: -10px;
    border-radius: 6px;
    border: 1px solid #b3020c;
} 
.search-box.active {
  width: 320px; 
  opacity: 1;
}
.serch-bar-main {
    position: relative;
}
.search-box input[type="text"] {
    min-height: 45px;
    padding: 10px;
    border: none;
    background: transparent;
    color: #fff;
	width: 100%;
}
.search-box input[type="text"]::placeholder {
    color: #ffffff;
}
button.searchbtns {
    min-height: 45px;
    border: none;
    max-width: 45px;
    width: 100%;
    background: #b3020c;
}
button.searchbtns i.fa-solid {
    font-size: 18px;
}
.main-header.active button.searchbtns i.fa-solid {
	color: #fff;
}
button.close-btn i.fa-solid {
    color: #000;
    font-size: 20px;
}
button.close-btn {
    min-height: 45px;
    border: none;
    max-width: 45px;
    width: 100%;
    background: #fafafa;
}

#searchResults {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}
#searchResults li {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

/* Hero section css */

.Hero-section-home {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
     align-items: center;
} 
.Hero-section-home:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right,   rgba(255, 255, 255, 0.7) 0%,   transparent 75%,   rgba(255, 255, 255, 0.1) 100%);
}
.Hero-bg {
  position: absolute;
  inset: 0;
  background: url(../images/main-home-page-picture.jpg) center/cover no-repeat;
  filter: blur(0);
  z-index: 0;
}

.Hero-section-home .inner-content {
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.Hero-section-home h1,
.Hero-section-home .inner-c-s {
  opacity: 0;
  transform: translateY(50px);
}
p.cstm_fadeup {
	opacity: 0;
    transform: translateY(50px);
}
.Hero-section-home h1,
  .inner-c-s {
    opacity: 0;
    transform: translateY(50px);
  }
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}
.inner-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 670px;
    align-items: flex-start;
}

.inner-content h1 {
    color: var(--color-primary-dark);
}

.inner-c-s{
    color: var(--color-primary);
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
} 
.hero_sect_main {
    padding: 70px 0;
} 
.light_gray_bg {
	background: #fafafa;
} 

.hero_sect_main_extra {
    padding: 120px 0;
}
/* Hoverd section css  */

.hero-section {
    color: rgb(0, 0, 0);
    text-align: center;
    /* transition: background-image 0.5s ease-in-out; */
    padding: 0px 0px;
    position: relative;
}
.container-cstm.cstmContainerHeight {
    min-height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    justify-content: end;
} 
.cstm_padding_70 {
	padding-top: 70px;
}
.hero-section {
	position: relative;
	/*overflow: hidden;*/
} 
.bg-image-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    aspect-ratio: 0.9;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.bg-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: blur(0px) !important;
	transform: scale(1);
	transition: all 0.2s ease;
	object-position: bottom right;
} 
.inner-box-heading {
	position: relative;
	z-index: 1;
}
.progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 0%;
	background: rgb(179, 2, 12);
}
.tabs_contents {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px;
}  
 
.tabs_contents_poster {
    position: sticky;
    top: 80px;
}
.hoverd-section h2 {
    color: #C6C5C5;
    font-size: 46px;
    line-height: 1.2;
}

.hoverd-section h2.active {
    color: #B3020C;
}

.inner-box-heading {
    display: flex;
    justify-content: flex-end;
    align-items: self-start;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

/* .hero-section.hoverd-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #00000080;
    z-index: 1;
} */

.hoverd-section h2 sub {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    vertical-align: top;
}





/* Slider section css  */
.slider {
    perspective: 0px;
}
.slider_sect_main_parent {
    padding-bottom: 120px;
    background: #fff;
    position: relative;
    z-index: 11;
}
.slider-section-main {
    position: relative;
    padding: 120px 0 0;
	z-index: 9;
    background: #000;
}

.slider-section-main::after {
    position: absolute;
    content: '';
    top: 191px;
    width: 100%;
    background: #000;
    height: 80px;
    border-radius: 100%;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
} 

.slider-section-main::before {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    background: #000;
    height: 120px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    z-index: 9;
} 

.projects-slide-inner img {
    height: 450px;
    object-fit: cover;
}

.content-head {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
}

.content-head h2 span {
    color: #B3020C;
}

/* Cta section css  */
.inner-cta-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: inline-flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.cstmHeader_block p {
    max-width: 880px;
    margin: 0 auto;
} 
.cstmExtra_block p {
    max-width: 880px;
    margin: 0 auto;
}
.inner-cta-content h3 {
    color: #fff;
    text-transform: capitalize;
}
.ASYLUM_hide_block {
    position: relative;
    transition: opacity 0.4s ease;
	opacity: 1; 
}  
.ASYLUM_hide_block.ASYLUM_opacity_block {
    opacity: 0;
}

.inner-cta-content h3 span {
    color: #B3020C;
}

.cta-section {
    position: relative;
    padding-bottom: 120px;
}

.learn-more-btn:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: transparent;
    transition: 0.5s ease;
    border-top: 1.5px solid #B3020C;
    border-left: 1.5px solid #B3020C;
}

.learn-more-btn:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: transparent;
    transition: 0.5s ease;
    border-bottom: 1.5px solid #B3020C;
    border-right: 1.5px solid #B3020C;
}

.learn-more-btn {
    position: relative;
}
 
.learn-more-btn:before {
    top: -10px;
    left: -10px;
}

.learn-more-btn:after {
    bottom: -10px;
    right: -10px;
}

button.learn-more-btn {
    border: 1px solid #FFFFFF33;
    background: #B3020C;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    width: 239px;
    margin-top: 40px;
    height: 45px;
}
h2.subtitle_cstmhead {
    padding-bottom: 70px;
}
.hero-section_main {
    padding-bottom: 70px;
}
section.cta-section video {
    width: 100% !important;
    height: 600px;
    object-fit: cover;
}  
iframe.video_iframe {
    height: 600px;
    object-fit: cover;
	position: relative;
} 
.tabs_btn_outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: relative;
	background: #fafafa;
} 
.tabs_btn_outer ul.cstmNav_pills {
    display: flex;
    flex-direction: row;
    gap: 2px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.tabs_btn_outer ul.cstmNav_pills li.nav-item {
    width: auto;
	
}
.tabs_btn_outer ul.cstmNav_pills .nav-item .nav-link {
    background: transparent;
    font-weight: 600;
    font-size: 38px;
    text-transform: capitalize;
    color: #000;
    line-height: 1.2em;
    padding: 20px 30px;
    z-index: 11;
    position: relative;
	width: 100%;
}  
.tabs_btn_outer ul.cstmNav_pills .nav-item .nav-link.active {
    color: #B3020C;
}


/* Tabs section css  */
.cstm-tabs {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 100px;
}

.cstm-tabs button {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    transition: background 0.3s;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    line-height: 40px;
    text-transform: capitalize;
	color: #fff;
}

.cstm-tabs button.active {
    border-bottom: 2px solid #B3020C;
}

.tab-section {
    padding: 50px;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.tabs-wrap-data img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.tabs-wrap-data h2 {
    color: #fff;
    position: relative;
    z-index: 9;
    line-height: 1.2;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
}

/* partners section css  */
section.partners {
    padding: 100px 0;
	position: relative;
	background: #fff;
	z-index: 1;
}
.items_logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 140px;
}
.partner_owl_carousel .items_logos img {
    width: 120px;
    height: 110px;
    object-fit: contain;
}
/* Footer section css  */

.main-footer {
    /*background-color: var(--color-primary-dark);*/
    padding: 60px 0 15px 0;
    position: relative;
    z-index: 1;
    background: #111111 url(../images/footerbgsctBG.webp) center/cover no-repeat;
    background-position: center;
}

.get-in-touch h4 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Ubuntu", sans-serif;
    color: #fff;
    margin: 0;
}

.subscribe-form label {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #fff;
    display: block;
}

.get-in-touch form {
    margin-top: 20px;
}

.subscribe-form input {
    border: 1px solid #FFFFFF4D;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    background: transparent;
    padding: 10px 20px;
    max-width: 294px;
    height: 42px;
    width: 100%;
    margin-top: 18px;
    z-index: 999;
    display: block;
    color: #fff;
    position: relative;
}

.subscribe-form button {
    padding: 0;
    background: transparent;
    color: #fff;
    border: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
    text-transform: capitalize;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-address h4 {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    margin: 0;
}


.info-outer .info-inner {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 21px;
}

.info-outer {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-outer .info-inner h5 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    /* text-transform: capitalize; */
    margin: 0;
    color: #fff;
}
.media-outer p {
    max-width: 300px;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0;
}
.media-inner {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

footer.main-footer .top-footer {
    position: relative;
}

footer.main-footer .top-footer::after {
    position: absolute;
    content: '';
    height: calc(100% + 50px);
    width: 100px;
    border: 1px solid #FFFFFF33;
    border-right: 0;
    top: -23px;
    left: -20px;
}

footer.main-footer .top-footer::before {
    position: absolute;
    content: '';
    height: calc(100% + 50px);
    width: 100px;
    border: 1px solid #FFFFFF33;
    border-left: 0;
    top: -23px;
    right: -20px;
}

.copy-right {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    text-transform: capitalize;
    color: #fff;
}

/* Production Powerhouse css  */

.production-powerhouse {
    padding: 120px 0;
    background: #fff;
}

.content-head-new h2 span {
    color: #B3020C;
}

.about-us-link {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    color: #444444;
    text-decoration: none;
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.latest-poster img {
    height: 500px;
    width: 100%;
}


.tabs-btn-outer ul#pills-tab {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.tabs-btn-outer ul#pills-tab .nav-item .nav-link {
    background: transparent;
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 60px;
    text-transform: capitalize;
    color: #000;
    line-height: 1.2em;
    padding: 0;
}

.tabs-btn-outer ul#pills-tab .nav-item .nav-link.active {
    color: #B3020C;
}

.pphouse-inner img {
    height: 500px;
    object-fit: cover;
    transition: 0.5s;
}

.pphouse-inner:hover img {
    transform: scale(1.1);
}

.tabs-data-outer {
    margin-top: 50px;
}
.tabs-data-outer .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
}
.tabs-data-outer .owl-carousel .owl-nav button {
    width: 100%;
    max-width: 45px;
    height: 45px;
    background: #b3020c;
    color: #fff !important;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tabs-data-outer .owl-carousel .owl-nav button:hover {
    background: #000;
}
.tabs-data-outer .owl-carousel .owl-nav button span {
    font-size: 40px;
    top: -6px;
    position: relative;
}
/* other css  */

 
.form-side button {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    background: #B3020C;
    border: 0;
    color: #fff;
    padding: 12px 26px;
    border-radius: 5px;
}

.side-btn {
    position: fixed;
    right: 13px;
    z-index: 99999;
    border: 0;
    width: fit-content;
    top: 50%;
    transform: translateY(-50%);
}

.side-btn button {
    background: #B3020C;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 15px 20px;
    border-radius: 10px 10px 0 0;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    gap: 10px;
    transform-origin: right;
}
.side-btn button img {
    transform: rotate(90deg);
}
.form-side {
    background: #fff;
    max-width: 320px;
    width: 100%;
    transition: all 0.5s ease;
    padding: 35px 25px !important;
    position: fixed;
    right: -100%;
    top: 50% !important;
    border: 1px solid #0000001f;
    transform: translateY(-50%);
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
	z-index: 999;
}

.form-side.active {
    right: 0;
    z-index: 999999;
}
.crose-form {
    position: absolute;
    top: -40px;
    right: -0.5px;
    z-index: 99999;
    cursor: pointer;
    background: #fff;
    padding: 8px 10px;
    border-top-left-radius: 6px;
	border-right: 1px solid #0000001f;
}

.form-side h5 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}



.form-side .form-group-cstm label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: "Ubuntu", sans-serif;
    color: #8D8D8D;
}

.form-side .form-group-cstm input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #8D8D8D;
    margin-bottom: 20px;
    outline: none;
}

.form-side .form-group-cstm textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #8D8D8D;
    margin-bottom: 20px;
    outline: none;
}


.owl-theme .owl-dots .owl-dot.active span {
    background: #b3020c;
}
.tabs_outer_fixed_sec {
    position: relative;
}
.all .owl-dots {
    margin-top: 30px !important;
}
.heading-text h2 span{
    color: #b3020c;
}
.heading-text h2 {
    text-align: center;
    padding-bottom: 30px;
    background: #fff;
    position: relative;
    z-index: 11;
    margin-bottom: 0;
	color: #000;
}

.main_section_tabs {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 10px 0;
	background: rgba(0, 0, 0, 1);
	z-index: 10;
}
.main_section_tabs.sticky{
	position: sticky;
	top: 0px;
}
.main_section .main {
	position: relative;
}
.main_section section.parax {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 2;
    background: transparent;
    padding: 100px 50px;
}
.main_section .text_bg_block {
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 2rem;
	border-radius: 10px;
}
.main_section .text_bg_block img {
    height: 400px;
    object-fit: cover;
}
.main_section .fixed-bg {
	position: fixed;
	top: 0px; 
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.1s ease;
}
.main_section.active {
    background: #000;
}
.main_section.active .fixed-bg {
	opacity: 1;
}
.main_section .bg-item {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.1s ease;
}
.bg_black_light {
	background: #111111 !important;
}
.bg_black_dark {
	background: #000000 !important;
}

.owl-carousel.project-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
}
.owl-carousel.project-slider .owl-nav button span {
    font-size: 40px;
    top: -6px;
    position: relative;
}
.owl-carousel.project-slider .owl-nav button {
    width: 100%;
    max-width: 45px;
    height: 45px;
    background: rgba(179, 2, 12, 0.3);
    color: #fff !important;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #b3020c;
}
.owl-carousel.project-slider button.owl-next {
	position: absolute;
	top: 40%;
	right: 10px;
}
.owl-carousel.project-slider button.owl-prev {
	position: absolute;
	top: 40%;
	left: 10px;
}
.owl-carousel.project-slider .owl-nav button:hover {
    background: #000;
}   
section#new-releases {
    scroll-margin-top: 110px;
}
section#wwd {
    scroll-margin-top: 90px;
}
section.parax .row {
    gap: 40px !important;
    flex-wrap: nowrap;
}
 
button.learn-more-btn i {
    display: none;
}
section#partner .owl-carousel .owl-nav {
    display: none !important;
}
p#formMessage {
    font-size: 14px;
    line-height: 1.5em;
}
img.mobile-poster {
    display: none;
}