@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Lobster|Marvel:400,700|Roboto:100,300,400,700|Roboto+Condensed:300,400,700");

@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i");

/*
    font-family: 'Lobster', cursive;
    font-family: 'Roboto', sans-serif;
    font-family: 'Marvel', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
*/
:root {
  --w: rgba(255, 255, 255, 1);
  --b: rgba(0, 0, 0, 1);
  --r: #ed1b24;
  --g: #7f7f7f;
  --gr: #616161;
  --re: #c14d50;
  --robotocon: "Roboto Condensed", sans-serif;
  --roboto: "Roboto", sans-serif;
  --gry: #4c4d4f;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
}

* {
  padding: 0px;
  border: none;
  margin: 0px;
  list-style: none;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  position: relative;
  font-weight: inherit;
}

body {
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

body:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.head2x h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  border-top: 0.25rem solid var(--r);
  border-bottom: 0.25rem solid var(--r);
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 1200px) {
  .fancybox-navigation {
    top: 50%;
  }

  .serv {
    width: 50rem;
    margin: 0px auto;
    padding: 16vh 0vh 0px;
    z-index: 1;
    text-align: center;
  }

  .serv > h1 {
    font-family: "Roboto", sans-serif;
    color: var(--r);
    font-size: 2.3rem;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 600;
    display: inline-block;
  }

  /*.serv > h1:after
	{
		content: " ";
		position: absolute;
		top: 3rem;
		left: 0rem;
		height: 0.225rem;
		width: 0rem;
		background-color: var(--r);
		transition: all 0.44s ease;
		z-index: 2;
	}
	
	.serv > h1:hover:after
	{
		width: 100%;
		transition: all 0.44s ease;
	}*/

  /*.flx
	{
		width: 80vw;
		margin: 3rem auto 0rem;
		padding-bottom: 3rem;
		display: flex;
		flex-wrap: wrap;
	}
	
	.flx > div
	{
		width: 30%;
		margin: 2rem auto;
	}
	
	.flx > div > p
	{
		text-align: center;
	}
	
	.flx > div > p > img
	{
		height: 3rem;
		-webkit-filter: contrast(0%);
		filter: contrast(0%);
	}
	
	.flx > div > p:last-child
	{
		font-size: 2rem;
		font-weight: 600;
	}*/

  .pr1 {
    width: 90vw;
    margin: 0px auto;
    padding: 0.2rem 0rem;
    text-align: center;
  }

  .pr1 > p {
    font-family: "Roboto", sans-serif;
    color: var(--b);
    font-size: 1.4rem;
    display: inline-block;
    /*white-space: nowrap;*/
  }

  /*.pr1 > p:after
	{
		content: " ";
		position: absolute;
		top: 2.4rem;
		left: 0rem;
		height: 0.225rem;
		width: 0rem;
		background-color: var(--b);
		transition: all 0.44s ease;
		z-index: 2;
	}
	
	.pr1 > p:hover:after
	{
		width: 100%;
		transition: all 0.44s ease;
	}*/

  .cyber1 {
    display: flex;
    width: 100vw;
    margin: 0px auto;
    padding: 2rem 0rem 21vh /*6rem*/;
    justify-content: center;
  }

  .cyber1 > div:first-child {
    width: 38vw;
    padding: 0rem 3rem 0rem 0rem;
  }

  .cyber1 > div:first-child:after {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0rem;
    width: 0.125rem;
    height: 100%;
    background-color: var(--re);
  }

  .cyber1 > div:last-child {
    width: 38vw;
    padding: 0rem 0rem 0rem 3rem;
  }

  .cyber1 > div:first-child {
    text-align: right;
  }

  .cyber1 > div > p {
    transition: all 0.24s ease;
  }

  .cyber1 > div:nth-child(1) > p:hover,
  .cyber1 > div:nth-child(1) > p:last-child:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.24s ease;
    padding-right: 2rem;
  }

  .cyber1 > div:nth-child(2) > p:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.24s ease;
    padding-left: 2rem;
  }

  .cyber1 > div > p:first-child {
    padding: 0rem 0rem 0.2rem;
  }

  .cyber1 > div:first-child > p:last-child {
    padding: 0.2rem 0rem 0rem;
  }

  .cyber1 > div > p {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0.2rem 0rem;
    white-space: nowrap;
  }

  .cyber1 > div > p:nth-child(odd) {
    color: var(--re);
  }

  .cyber1 > div > p:nth-child(even) {
    color: var(--gr);
  }

  .news {
    padding: 3rem 0rem 3rem;
    overflow-x: hidden;
  }

  .news > div {
    padding: 1rem 0rem;
    background-color: var(--gr);
  }

  .news > div > p {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--w);
  }

  .cont {
    width: 80%;
    margin: 0px auto;
    padding: 1rem 0rem 4rem;
    text-align: center;
  }

  .wrp {
    display: inline-block;
    padding: 0.5rem;
    text-align: center;
    width: 6rem;
    height: 6rem;
    border: 0.0625rem solid #bababa;
    /*background-color: var(--w);*/
    margin-right: -0.0625rem;
    margin-bottom: -0.0625rem;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
    overflow: hidden;
    vertical-align: middle;
  }

  .wrp:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
    cursor: pointer;
  }

  /*.wrp:before
	{
		content: " ";
		position: absolute;
		top: 100%;
		left: 0px;
		height: 100%;
		width: 100%;
		background-color: rgba(0,0,0,0.5);
		transition: all 0.34s ease;
	}
	
	.wrp:hover:before
	{
		top: 0px;
		transition: all 0.34s ease;
	}*/

  /*.wrp:hover
	{
		background-color: #c0c0c080;
		transition: all 0.34s ease;
	}*/

  .wrp > img {
    height: inherit;
    width: inherit;
    object-fit: contain;
    vertical-align: middle;
    filter: grayscale(1);
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .wrp:hover > img {
    filter: grayscale(0);
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .flex {
    display: flex;
    flex-wrap: wrap;
  }

  /*Gallery*/

  .galflx {
    display: flex;
    margin: 0px auto;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem 6rem 3rem;
  }

  .galflx > div {
    width: 21rem;
    margin: 0.2rem 0.2rem;
    border-radius: 5px;
  }

  /*.galflx > div:hover
	{
		box-shadow: 0px 0px 10px 1px #0009;
		transition: all 0.24s ease;
	}*/

  .galflx > .inv {
    width: 21rem;
    height: 0rem;
    margin: 0rem 0.2rem;
  }

  .galflx > div > div:first-child {
    height: 20rem;
    overflow: hidden;
  }

  .galflx > div > div:first-child > img {
    width: 100%;
    height: 100%;
    transition: all 0.24s ease;
  }

  .galflx > div:hover > div:first-child > img {
    transform: scale(1.2);
    transition: all 0.24s ease;
  }

  .galflx > div > div:first-child > p {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 1.27rem;
    font-weight: 600;
    font-family: var(--roboto);
    color: var(--w);
    letter-spacing: 0.03rem;
  }

  .galflx > div > div:nth-child(2) {
    padding: 0rem 1rem;
    background-color: var(--gry);
    /*height: 7.5rem;*/
  }

  .galflx > div > div:nth-child(2) > div:first-child {
    height: 5.5rem;
    display: flex;
    flex-direction: column;
  }

  .galflx > div > div:nth-child(2) > div:first-child > p:first-child {
    font-family: var(--roboto);
    color: var(--w);
    font-size: 1rem;
    text-align: center;
    line-height: 1.4rem;
    margin: auto;
  }

  .galflx > div > div:nth-child(2) > p:nth-child(2) {
    font-family: var(--roboto);
    color: var(--w);
    font-size: 0.85rem;
    text-align: right;
    padding: 0.6rem 0rem;
  }

  .con-flx {
    display: flex;
    padding: 2rem 0rem;
  }

  .con-flx > div:first-child {
    width: 40rem;
    margin-left: auto;
    margin-right: 0rem;
  }

  .con-flx > div:nth-child(2) {
    width: 23rem /*20rem*/;
    margin-left: 0rem;
    margin-right: auto;
  }

  .con-flx > div:first-child > form > .c-fl {
    display: flex;
  }

  .sp {
    margin: 1rem 0rem;
  }

  .con-flx > div:first-child > form > .c-fl > div {
    width: 19rem;
  }

  .con-flx > div:first-child > form > .c-fl > div > input {
    width: calc(100% - 2rem);
    font-family: var(--roboto);
    font-size: 1.05rem;
    border: 0.05rem solid #bababa;
    padding: 0.35rem 1rem;
    background-color: var(--w);
    border-radius: 3px;
  }

  .con-flx > div:first-child > form > .c-fl > div:first-child {
    margin-left: 0rem;
    margin-right: 1rem;
  }

  .con-flx > div:first-child > form > .c-fl > div:nth-child(2) {
    margin-left: 1rem;
    margin-right: 0rem;
  }

  .con-flx > div:first-child > form > div:nth-child(3) {
    margin: 1rem 0rem;
    width: calc(100% - 2rem);
  }

  .con-flx > div:first-child > form > div:nth-child(3) > textarea {
    background-color: var(--w);
    padding: 0.5rem 1rem;
    font-family: var(--roboto);
    font-size: 1.05rem;
    width: 100%;
    border: 0.05rem solid #bababa;
    border-radius: 3px;
  }

  .con-flx > div:first-child > form > .sb {
    margin: 0rem 0rem;
    left: 21rem;
    position: absolute;
    bottom: 0.9rem;
  }

  .con-flx > div:first-child > form > .sb > input {
    font-family: var(--roboto);
    font-size: 1.05rem;
    padding: 1rem 1.5rem;
    color: var(--w);
    background-color: var(--r);
    cursor: pointer;
    transition: all 0.24s ease;
  }

  .con-flx > div:first-child > form > .sb > input:hover {
    background-color: var(--b);
    transition: all 0.24s ease;
  }

  .con-flx > div:nth-child(2) > h2 {
    font-family: var(--roboto);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--r);
    padding-left: 2rem;
  }

  .con-flx > div:nth-child(2) > p:nth-child(2),
  .con-flx > div:nth-child(2) > p:nth-child(3) {
    font-family: var(--roboto);
    font-size: 1.1rem;
    padding: 0.4rem 0rem 0rem 2rem;
    white-space: nowrap;
  }

  .con-flx > div:nth-child(2) > p:nth-child(6),
  .con-flx > div:nth-child(2) > p:nth-child(7) {
    font-family: var(--roboto);
    font-size: 1.1rem;
    padding: 0.3rem 0rem 0rem 2rem;
    transition: all 0.24s ease;
  }

  .con-flx > div:nth-child(2) > p:nth-child(4),
  .con-flx > div:nth-child(2) > p:nth-child(5) {
    font-family: var(--roboto);
    font-size: 1.1rem;
    padding: 0.75rem 0rem 0rem 2rem;
    transition: all 0.24s ease;
  }

  .con-flx > div:nth-child(2) > p:nth-child(5) {
    font-family: var(--roboto);
    font-size: 1.1rem;
    padding: 0.3rem 0rem 0rem 2rem;
    transition: all 0.24s ease;
  }

  .con-flx > div:nth-child(2) > p:nth-child(4) > span,
  .con-flx > div:nth-child(2) > p:nth-child(5) > span,
  .con-flx > div:nth-child(2) > p:nth-child(6) > span,
  .con-flx > div:nth-child(2) > p:nth-child(7) > span {
    padding-right: 1.5rem;
    font-size: 1.2rem;
  }

  .con-flx > div:nth-child(2) > p:nth-child(4) > span > i {
    transform: rotate(460deg);
  }

  .con-flx > div:nth-child(2) > p:nth-child(4):hover,
  .con-flx > div:nth-child(2) > p:nth-child(5):hover,
  .con-flx > div:nth-child(2) > p:nth-child(6):hover,
  .con-flx > div:nth-child(2) > p:nth-child(7):hover {
    color: var(--r);
    transition: all 0.24s ease;
  }

  .mp {
    padding: 0rem 0rem 3rem;
  }

  .mp > div {
    width: 70rem;
    margin: 0px auto;
    height: 30rem;
    border: 0.05rem solid #bababa;
  }

  .mp > div > iframe {
    width: 100%;
    height: 100%;
  }

  /*video-gallery*/

  .galx {
    padding-bottom: 0rem;
    margin-top: 0.1rem;
  }

  .gl-xx {
    display: flex;
    margin: 2rem auto 2rem;
    /*padding-bottom: 20rem;*/
  }

  .gl-xx > div {
    width: 18rem;
    height: 12.25rem;
    border-radius: 5px;
    transition: 0.24s ease;
  }

  .gl-xx > div.ginvi {
    width: 18rem;
    height: 0px;
  }

  .gl-xx > div:first-child {
    margin-left: auto;
    margin-right: 1rem;
  }

  .gl-xx > div:nth-child(2),
  .gl-xx > div:nth-child(3) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .gl-xx > div:nth-child(4) {
    margin-left: 1rem;
    margin-right: auto;
  }

  .gl-xx > div > a > span {
    position: absolute;
    text-align: center;
    font-size: 2rem;
    color: var(--w);
    display: block;
    z-index: 1;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    top: calc(6.125rem - 1rem);
    transition: all 0.24s ease;
  }

  .gl-xx > div > a:hover > span {
    transform: scale(1.3);
    transition: all 0.24s ease;
  }

  .gl-xx > div > a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .gl-xx > div > a > img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
  }

  .galx > .gl-xx > .abs {
    width: 18rem;
    height: 0px;
    margin: 0px auto;
  }

  .tt-st {
    position: fixed;
    bottom: 2rem;
    left: 0rem;
    width: 100%;
  }

  .tt-foo {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 98.5vw;
  }

  .wit {
    width: 100vw !important;
  }

  .pd {
    padding-top: 0rem !important;
  }

  /*Contact page update*/

  .con-flx > div:nth-child(2) > .soc {
    padding-left: 4.8rem;
    padding-top: 0.4rem;
  }

  .con-flx > div:nth-child(2) > .soc > li {
    display: inline-block;
  }

  /*.con-flx > div:nth-child(2) > .soc > li:first-child > a:hover
	{
		color: var(--r);
		transition: color 0.24s ease;
	}*/

  .con-flx > div:nth-child(2) > .soc > li:first-child > a {
    font-size: 1.3rem;
    bottom: 0.2rem;
    color: #6e6e6e;
    transition: color 0.24s ease;
  }

  .con-flx > div:nth-child(2) > .soc > li:nth-child(2) > a > img,
  .con-flx > div:nth-child(2) > .soc > li:nth-child(4) > a > img {
    height: 1.4rem;
  }

  .con-flx > div:nth-child(2) > .soc > li:nth-child(3) > a > img {
    height: 1.24rem;
    bottom: 0.06rem;
  }

  .con-flx > div:nth-child(2) > .soc > li:not(:first-child) > a {
    padding-left: 0rem;
  }

  .con-flx > div:nth-child(2) > .po-box {
    padding-left: 6.23rem;
    padding-top: 0.5rem;
  }

  .con-flx > div:nth-child(2) > .po-box > p:first-child {
    text-align: left;
    padding-left: 0.46rem;
  }

  .con-flx > div:nth-child(2) > .po-box > p:first-child > img {
    height: 2rem;
  }

  .con-flx > div:nth-child(2) > .po-box > p:nth-child(2) {
    font-family: var(--roboto);
    font-weight: 500;
    font-size: 0.75rem;
    left: -0.45rem;
  }

  .con-flx > div:nth-child(2) > .po-box > p:nth-child(3) {
    font-family: var(--roboto);
    font-weight: 600;
    font-size: 0.85rem;
    padding-left: 0.15rem;
    padding-top: 0.1rem;
  }

  /*Showreel*/

  .vid-s {
    width: 43rem;
    margin: 2rem auto 12.4rem;
    height: 24rem;
  }

  .vid-s > div {
    width: 43rem;
    height: 24rem;
  }

  .vid-s > div > a,
  .vid-s > div > a > img {
    width: 43rem;
    height: 24rem;
  }

  .vid-s > div > a > span {
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    bottom: calc(12rem - 1rem);
    left: 0;
    right: 0;
    font-size: 2rem;
    z-index: 1;
    color: var(--w);
    transition: all 0.24s ease;
  }

  .vid-s > div:hover > a > span {
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    bottom: calc(13rem - 1.5rem);
    left: 0;
    right: 0;
    font-size: 3rem;
    z-index: 1;
    color: var(--w);
    transition: all 0.24s ease;
  }

  /*Testimonial new*/

  .galx > .t-p {
    display: flex;
    flex-wrap: wrap;
    width: 80rem;
    margin: 0 auto 1rem;
  }

  .galx > .t-p2 {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .galx > .t-p > div,
  .galx > .t-p2 > div {
    width: 18rem;
    height: 18rem;
  }

  .galx > .t-p > div > a,
  .galx > .t-p2 > div > a {
    width: 18rem;
    height: 18rem;
    display: block;
  }

  .galx > .t-p > div > a > img,
  .galx > .t-p2 > div > a > img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  .galx > .t-p > div {
    margin: 1rem;
  }

  /* .galx > .t-p > div:first-child {
    margin-left: auto;
    margin-right: 1rem;
  }

  .galx > .t-p > div:nth-child(2) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .galx > .t-p > div:nth-child(3) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .galx > .t-p > div:nth-child(4) {
    margin-left: 1rem;
    margin-right: auto;
  } */

  .galx > .t-p2 > div:first-child {
    margin-left: auto;
    margin-right: 1rem;
  }

  .galx > .t-p2 > div:nth-child(2) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .galx > .t-p2 > div:nth-child(3) {
    margin-left: 1rem;
    margin-right: 1rem;
    /*width: 18rem;
		height: 0px!important;*/
  }

  .galx > .t-p2 > div:nth-child(4) {
    margin-left: 1rem;
    margin-right: auto;
  }

  .galx > .t-p2 > .invisible {
    margin-left: 1rem;
    margin-right: auto;
    width: 18rem;
    height: 0px !important;
  }

  /*Ip Custodian*/

  .ip-flx {
    display: flex;
    margin: 2rem auto 5rem;
    width: 66rem;
  }

  .ip-flx > div {
    width: 32rem;
  }

  .ip-flx > div:first-child:after {
    content: " ";
    position: absolute;
    width: 0.125rem;
    height: 33rem;
    top: 0px;
    left: 31.5rem;
    background-color: rgb(159, 159, 159);
  }

  .ip-flx > .left {
    margin-left: auto;
    margin-right: 0rem;
  }

  .ip-flx > .right {
    margin-left: 0rem;
    margin-right: auto;
  }

  .ip-flx > div > div:first-child {
    width: 29rem;
    margin: 0px auto;
  }

  .ip-flx > div > div:first-child > p {
    text-align: center;
    font-family: var(--roboto);
    font-size: 1.09rem;
  }

  .ip-flx > div > div:nth-child(2) {
    text-align: center;
  }

  .ip-flx > div > div:nth-child(2) > img {
    height: 11rem;
    display: inline-block;
    right: 0.8rem;
  }

  .ip-flx > div > div:nth-child(2) > .third {
    height: 11rem;
    display: inline-block;
    right: 0rem;
  }

  .ip-flx > div > .fl-link {
    display: flex;
    bottom: 1.7rem;
  }

  .ip-flx > div > .fl-link > div {
    width: 15rem;
  }

  .ip-flx > div > .fl-link > div:first-child {
    margin-left: auto;
    margin-right: 0.3rem;
  }

  .ip-flx > div > .fl-link > div:nth-child(2) {
    margin-left: 0rem;
    margin-right: auto;
  }

  .ip-flx > div > .fl-link > div > p {
    font-family: var(--roboto);
    font-size: 0.8rem;
    font-weight: 500;
  }

  .ip-flx > div > .fl-link > div:first-child > p {
    text-align: right;
  }

  .ip-flx > div > .fl-link > div:first-child > p > a > span {
    padding-right: 1rem;
  }

  .ip-flx > div > .fl-link > div > p > a > img {
    height: 1.5rem;
    top: 0.45rem;
    padding-right: 0.2rem;
  }

  .ip-flx > div > .fl-link > div:nth-child(2) > p > a > img {
    height: 1.5rem;
    top: 0.55rem;
    padding-right: 0.2rem;
  }

  .ip-flx > div > div:nth-child(4),
  .ipc1 {
    padding-top: 1rem;
    width: 24rem;
    margin: 0px auto;
  }

  .ip-flx > div > div:nth-child(4) > p,
  .ipcu {
    text-align: center;
    font-family: var(--roboto);
    font-size: 1.09rem;
  }

  .ip-flx > div > div:nth-child(5),
  .tac {
    text-align: center !important;
  }

  .mhauto {
    margin: 0 auto !important;
  }

  .ip-flx > div > div:nth-child(5) > img {
    height: 11rem;
    display: inline-block;
  }

  .ip-flx > div > div:nth-child(5) > .gab,
  .gabph {
    height: 11rem;
    display: inline-block;
    left: 0.6rem;
  }

  .ip-flx > div > p:nth-child(6),
  .ppp {
    text-align: center;
    font-family: var(--roboto);
    font-size: 0.8rem;
    font-weight: 500;
    bottom: 1.5rem;
  }

  .ip-flx > div > p:nth-child(6) > a > img,
  .gabfb {
    height: 1.5rem;
    top: 0.45rem;
    padding-right: 0.2rem;
  }

  .ip-flx:before {
    content: " ";
    position: absolute;
    top: 17.7rem;
    left: 0px;
    width: 100%;
    height: 0.125rem;
    background-color: rgb(159, 159, 159);
  }

  .side {
    margin-left: -3rem;
  }

  .wdth-align {
    margin-left: 6rem;
  }

  /* Newly added ip page structure */

  .ip-flx > .left > .rlfx {
    display: flex;
    width: 40rem;
  }

  .ip-flx > .left > .rlfx > .ibr {
    width: 15rem;
  }

  .ip-flx > .left > .rlfx > .ibr::after {
    content: " ";
    position: absolute;
    top: 1.45rem;
    right: -7px;
    height: calc(100% - 2.5rem);
    width: 0.125rem;
    background-color: rgb(159, 159, 159);
  }

  .ip-flx > .left > .rlfx > .bbr {
    width: 25rem;
    text-align: left;
  }

  .ip-flx > .left > .rlfx > .ibr {
    /*margin: 0px auto 0px 0px;*/
    left: -4rem;
  }

  .ip-flx > .left > .rlfx > .bbr {
    margin: 0px auto 0px 0px;
  }

  .ip-flx > .left > .rlfx > .ibr > img {
    height: 10rem;
  }

  .ip-flx > .left > .rlfx > .bbr > img {
    height: 10rem;
    left: 2rem;
  }

  .ip-flx > .left > .rlfx > .ibr > p {
    text-align: center;
    font-family: var(--roboto);
    font-size: 0.8rem;
    font-weight: 500;
    bottom: 0.55rem;
  }

  .ip-flx > .left > .rlfx > .ibr > p > a > img {
    height: 1.5rem;
    top: 0.45rem;
    padding-right: 0.2rem;
  }

  .ip-flx > .left > .rlfx > .bbr > .bbr-flx > p {
    text-align: left;
    font-family: var(--roboto);
    font-size: 0.8rem;
    font-weight: 500;
    bottom: 0.55rem;
    left: -2.5rem;
  }

  .ip-flx > .left > .rlfx > .bbr > .bbr-flx > p > a > img {
    height: 1.5rem;
    top: 0.45rem;
    padding-right: 0.2rem;
  }

  .ip-flx > .left > .rlfx > .bbr > .bbr-flx > p > a:nth-child(2) {
    left: 0.45rem;
  }

  /* Testimonials */

  .head2x {
    display: flex;
    flex-wrap: wrap;
    width: 80rem;
    margin: 2rem auto 0rem;
  }

  .tst_vids {
    display: flex;
    flex-wrap: wrap;
    width: 80rem;
    margin: 0 auto 1rem;
  }

  .tst_vids > div {
    width: 18rem;
    height: 12.25rem;
    border-radius: 5px;
    margin: 1rem;
    transition: 0.24s ease;
  }

  .tst_vids > div a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .tst_vids > div a span {
    position: absolute;
    text-align: center;
    font-size: 2rem;
    color: var(--w);
    display: block;
    z-index: 1;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    top: calc(6.125rem - 1rem);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .tst_vids > div a:hover span {
    transform: scale(1.3);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .tst_vids > div a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
  }

  .tstflex {
    display: flex;
    padding: 1rem 0rem 18vw;
  }

  .tstflex > .tsbox {
    border-radius: 16px;
    overflow: hidden;
  }

  .tstflex > .tsbox > .owlx,
  .tstflex > .tsbox > .owlx div {
    width: 22rem;
    height: 12rem;
    display: block;
  }

  .tstflex > .tsbox > .owlx div {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
  }

  .owl-stage-outer {
    overflow: hidden;
  }

  .tstflex > .tsbox > .owlx .owl-nav,
  .tstflex > .tsbox > .owlx .owl-dots {
    display: none;
  }

  .tstflex > .reels {
    margin-left: auto;
    margin-right: 2rem;
  }

  .tstflex > .frames {
    margin-right: auto;
    margin-left: 2rem;
  }

  .tstflex > .tsbox > p {
    font-family: "Roboto", sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
  }

  .tstflex > .tsbox > p > a {
    padding: 0.5rem;
    background: #2a2a2a;
    display: block;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .tstflex > .tsbox:hover > p > a {
    background-color: #ef0f1f;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  footer {
    padding: 0.5rem 1rem;
    background-color: var(--b);
    font-size: 0.88rem;
  }

  footer > p {
    font-family: var(--robotocon);
    color: var(--w);
    width: 50%;
  }

  footer > p:last-child {
    text-align: right;
  }

  footer > p > a {
    color: var(--re);
    vertical-align: top;
  }
}

@media only screen and (max-width: 1199px) {
  .fancybox-navigation {
    top: 50%;
  }

  .re {
    display: block;
    width: calc(100% - 12rem);
    max-width: 28rem;
    margin: 2rem auto;
  }

  .serv {
    text-align: center;
    padding: 0rem 0px 1rem;
    font-family: var(--roboto);
    font-weight: 600;
    font-size: 1.84rem;
    color: var(--r);
  }

  .pr1 {
    text-align: center;
    padding: 0.25rem 1rem;
    font-family: var(--roboto);
    font-size: 1.1rem;
  }

  .galflx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem 0rem;
  }

  .galflx > div {
    width: 21rem;
    overflow: hidden;
    margin: 0.25rem auto;
  }

  .galflx > div > div > img {
    width: 100%;
    vertical-align: top;
  }

  .galflx > div > div:first-child > p {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 1.27rem;
    font-weight: 600;
    font-family: var(--roboto);
    color: var(--w);
    letter-spacing: 0.03rem;
  }

  .galflx > div > div:nth-child(2) {
    padding: 0rem 1rem;
    background-color: var(--gry);
    /*height: 7.5rem;*/
  }

  .galflx > div > div:nth-child(2) > div:first-child {
    height: 5.5rem;
    display: flex;
    flex-direction: column;
  }

  .galflx > div > div:nth-child(2) > div:first-child > p:first-child {
    font-family: var(--roboto);
    color: var(--w);
    font-size: 1rem;
    text-align: center;
    line-height: 1.4rem;
    margin: auto;
  }

  .galflx > div > div:nth-child(2) > p:nth-child(2) {
    font-family: var(--roboto);
    color: var(--w);
    font-size: 0.85rem;
    text-align: right;
    padding: 0.6rem 0rem;
  }

  footer {
    background-color: var(--b);
    font-family: var(--robotocon);
    text-align: center;
    font-size: 0.92rem;
    color: var(--w);
    flex-direction: column;
  }

  footer > p:first-child {
    padding: 0.5rem 0.25rem 0.125rem;
  }

  footer > p:last-child {
    padding: 0.125rem 0.25rem 0.5rem;
  }

  footer a {
    color: var(--re);
  }

  .cyber1 {
    padding: 4rem 1rem 2rem;
    font-family: var(--roboto);
    font-weight: 600;
    font-size: 1rem;
  }

  .cyber1 > div:first-child > p:nth-child(odd),
  .cyber1 > div:last-child > p:nth-child(even) {
    padding: 0.25rem 0rem;
    color: var(--re);
  }

  .cyber1 > div:first-child > p:nth-child(even),
  .cyber1 > div:last-child > p:nth-child(odd) {
    padding: 0.25rem 0rem;
    color: var(--gr);
  }

  .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4rem 0rem;
  }

  .wrp {
    display: inline-block;
    padding: 0.5rem;
    text-align: center;
    width: 6rem;
    height: 6rem;
    border: 0.0625rem solid #bababa /*var(--gr)*/;
    margin-right: -0.0625rem;
    margin-bottom: -0.0625rem;
    transition: all 0.34s ease;
    overflow: hidden;
    vertical-align: middle;
  }

  .wrp:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
    cursor: pointer;
  }

  .wrp > img {
    height: inherit;
    width: inherit;
    object-fit: contain;
    vertical-align: middle;
    filter: grayscale(1);
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .wrp:hover > img {
    filter: grayscale(0);
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .f_k {
    display: inline-block;
    padding: 0px 0.5rem;
    text-align: center;
    width: 6.0625rem;
    height: 0rem;
    vertical-align: middle;
  }

  .gl-xx {
    margin: 4rem 1rem 0rem;
    display: flex;
    flex-wrap: wrap;
  }

  .mrg {
    margin-top: 0rem;
  }

  .gl-xx > div {
    width: 10rem;
    margin: auto;
  }

  .gl-xx img {
    width: 100%;
  }

  .gl-xx a {
    display: block;
  }

  .gl-xx span {
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
    text-align: center;
    font-size: 2.4rem;
    color: var(--w);
    position: absolute;
    top: calc(50% - 2rem);
    left: calc(50% - 2rem);
    z-index: 1;
  }

  #contact input,
  #contact textarea {
    font-family: var(--roboto);
    width: calc(100% - 3rem);
    padding: 0.25rem 0.5rem;
    border-radius: 0.125rem;
    border: 0.05rem solid #bababa;
    margin: 0.25rem 1rem;
  }

  #contact textarea {
    height: 6.4rem;
  }

  .g-recaptcha {
    margin: 1rem;
  }

  #contact input[type="submit"] {
    background-color: var(--r);
    border: none;
    width: calc(100% - 2rem);
    padding: 0.5rem 0rem;
    color: var(--w);
  }

  .con-flx > div:last-child {
    margin: 2rem 1rem;
  }

  .con-flx > div:nth-child(2) > h2 {
    font-family: var(--roboto);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--r);
    padding: 1rem 0rem;
  }

  .con-flx > div:nth-child(2) > p {
    font-family: var(--roboto);
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .con-flx > div:nth-child(2) > p:nth-child(4) {
    margin-top: 1rem;
  }

  .mp {
    margin: 1rem 1rem 2rem;
  }

  .mp > div > iframe {
    width: 100%;
    height: 44vw;
  }

  .con-flx > div:nth-child(2) > p > span {
    display: inline-block;
    padding-right: 1.5rem;
  }

  /*Contact page update*/

  .con-flx > div:nth-child(2) > .soc {
    padding-left: 2.7rem;
    padding-top: 0.4rem;
  }

  .con-flx > div:nth-child(2) > .soc > li {
    display: inline-block;
  }

  /*.con-flx > div:nth-child(2) > .soc > li:first-child > a:hover
	{
		color: var(--r);
		transition: color 0.24s ease;
	}*/

  .con-flx > div:nth-child(2) > .soc > li:first-child > a {
    font-size: 1.3rem;
    bottom: 0.2rem;
    color: #6e6e6e;
    transition: color 0.24s ease;
  }

  .con-flx > div:nth-child(2) > .soc > li:nth-child(2) > a > img,
  .con-flx > div:nth-child(2) > .soc > li:nth-child(4) > a > img {
    height: 1.4rem;
  }

  .con-flx > div:nth-child(2) > .soc > li:nth-child(3) > a > img {
    height: 1.24rem;
    bottom: 0.06rem;
  }

  .con-flx > div:nth-child(2) > .soc > li:not(:first-child) > a {
    padding-left: 0rem;
  }

  .con-flx > div:nth-child(2) > .po-box {
    padding-left: 4.1rem;
  }

  .con-flx > div:nth-child(2) > .po-box > p:first-child {
    text-align: left;
    padding-left: 0.46rem;
  }

  .con-flx > div:nth-child(2) > .po-box > p:first-child > img {
    height: 2rem;
  }

  .con-flx > div:nth-child(2) > .po-box > p:nth-child(2) {
    font-family: var(--roboto);
    font-weight: 500;
    font-size: 0.75rem;
    left: -0.45rem;
  }

  .con-flx > div:nth-child(2) > .po-box > p:nth-child(3) {
    font-family: var(--roboto);
    font-weight: 600;
    font-size: 0.85rem;
    padding-left: 0.15rem;
    padding-top: 0.1rem;
  }

  /*Showreel*/

  .vid-s {
    width: 20rem;
    margin: 2rem auto 17.4rem;
    height: 12rem;
  }

  .vid-s > div {
    width: 20rem;
    height: 12rem;
  }

  .vid-s > div > a,
  .vid-s > div > a > img {
    width: 20rem;
    height: 12rem;
  }

  .vid-s > div > a > span {
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    bottom: calc(6rem - 1rem);
    left: 0;
    right: 0;
    font-size: 2rem;
    z-index: 1;
    color: var(--w);
    transition: all 0.24s ease;
  }

  .vid-s > div:hover > a > span {
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    bottom: calc(6rem - 1.5rem);
    left: 0;
    right: 0;
    font-size: 3rem;
    z-index: 1;
    color: var(--w);
    transition: all 0.24s ease;
  }

  /*Testimonial new*/

  /*.galx > .t-p, .galx > .t-p2
	{
		display: none;
	}*/

  .galx > .t-p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0rem 0rem 1rem;
  }

  .galx > .t-p2 {
    display: flex;
    justify-content: center;
    margin: 0rem 0rem 0rem;
    flex-wrap: wrap;
  }

  .galx > .last {
    margin-bottom: 2rem !important;
  }

  .galx > .t-p > div,
  .galx > .t-p2 > div {
    width: 10rem;
    height: 10rem;
    margin-top: 0.2rem;
  }

  .galx > .t-p > div > a,
  .galx > .t-p2 > div > a {
    width: 10rem;
    height: 10rem;
    display: block;
  }

  .galx > .t-p > div > a > img,
  .galx > .t-p2 > div > a > img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  .galx > .t-p > div {
    margin: 0.2rem;
  }

  /* .galx > .t-p > div:first-child {
    margin-left: auto;
    margin-right: 0.2rem;
    margin: 0.2rem;
  }

  .galx > .t-p > div:nth-child(2) {
    margin-left: 0.2rem;
    margin-right: auto;
    margin: 0.2rem;
  }

  .galx > .t-p > div:nth-child(3) {
    margin-left: auto;
    margin-right: 0.2rem;
    margin: 0.2rem;
  }

  .galx > .t-p > div:nth-child(4) {
    margin-left: 0.2rem;
    margin-right: auto;
    margin: 0.2rem;
  }

  .galx > .t-p2 > div:first-child {
    margin-left: auto;
    margin-right: 0.2rem;
    margin: 0.2rem;
  }

  .galx > .t-p2 > div:nth-child(2) {
    margin-left: 0.2rem;
    margin-right: auto;
    margin: 0.2rem;
  }

  .galx > .t-p2 > div:nth-child(3) {
    margin-left: auto;
    margin-right: 0.2rem;
    margin: 0.2rem;
    width: 10rem;
		height: 0px!important;
  }

  .galx > .t-p2 > div:nth-child(4) {
    margin-left: 0.2rem;
    margin-right: auto;
    margin: 0.2rem;
  }

  .galx > .t-p2 > .invisible {
    margin-left: auto;
    margin-right: auto;
    width: 10rem;
    height: 0px !important;
  } */

  /*ip-custodian*/

  .ip-flx {
    display: flex;
    margin: 2rem auto 2rem;
    /*width: 66rem;*/
    flex-direction: column;
  }

  .ip-flx > div {
    width: 20rem;
  }

  /*.ip-flx > div:first-child:after
	{
		content: " ";
		position: absolute;
		width: 0.125rem;
		height: 29.8rem;
		top: 0px;
		left: 31.5rem;
		background-color: rgb(159, 159, 159);
	}*/

  .ip-flx > .left {
    margin-left: auto;
    margin-right: auto;
  }

  .ip-flx > .right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.2rem;
  }

  .ip-flx > div > div:first-child {
    /*width: 29rem;*/
    margin: 0px auto;
  }

  .ip-flx > div > div:first-child > p,
  .ipcu {
    text-align: center;
    font-family: var(--roboto);
    font-size: 1.09rem;
  }

  .ip-flx > div > div:nth-child(2) {
    text-align: center;
  }

  .ip-flx > div > div:nth-child(2) > img {
    height: 9rem;
    display: inline-block;
    /*right: 0.8rem;*/
  }

  .ip-flx > div > div:nth-child(2) > .third {
    height: 9rem;
    display: inline-block;
    /*right: 0rem;*/
  }

  .ip-flx > div > .fl-link {
    display: flex;
    bottom: 1rem;
    flex-direction: column;
  }

  .ip-flx > div > .fl-link > div {
    width: 15rem;
  }

  .ip-flx > div > .fl-link > div:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .ip-flx > div > .fl-link > div:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }

  .ip-flx > div > .fl-link > div > p {
    font-family: var(--roboto);
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
  }

  .ip-flx > div > .fl-link > div:first-child > p {
    text-align: center;
  }

  .ip-flx > div > .fl-link > div:first-child > p > a > span {
    padding-right: 1rem;
  }

  .ip-flx > div > .fl-link > div > p > a > img {
    height: 1.5rem;
    top: 0.45rem;
    padding-right: 0.2rem;
  }

  .ip-flx > div > .fl-link > div:nth-child(2) > p > a > img {
    height: 1.5rem;
    top: 0.55rem;
    padding-right: 0.2rem;
  }

  .ip-flx > div > div:nth-child(4),
  .ibfapt,
  .ipc1 {
    padding-top: 1rem;
    /*width: 24rem;*/
    margin: 0px auto;
  }

  .ip-flx > div > div:nth-child(4) > p,
  .ibfap {
    text-align: center;
    font-family: var(--roboto);
    font-size: 1.09rem;
  }

  .ip-flx > div > div:nth-child(5) {
    text-align: center;
  }

  .ip-flx > div > div:nth-child(5) > img {
    height: 9rem;
    display: inline-block;
  }

  .ip-flx > div > div:nth-child(5) > .gab,
  .gabph {
    height: 9rem;
    display: inline-block;
    left: 0.6rem;
  }

  .ip-flx > div > p:nth-child(6),
  .ppp {
    text-align: center;
    font-family: var(--roboto);
    font-size: 0.8rem;
    font-weight: 500;
    bottom: 1rem;
  }

  .ip-flx > div > p:nth-child(6) > a > img,
  .gabfb {
    height: 1.5rem;
    top: 0.45rem;
    padding-right: 0.2rem;
  }

  /*.ip-flx:before
	{
		content: " ";
		position: absolute;
		top: 15rem;
		left: 0px;
		width: 100%;
		height: 0.125rem;
		background-color: rgb(159, 159, 159);
	}*/

  .tac {
    text-align: center !important;
  }

  .side {
    margin-left: 0rem;
  }

  /* Newly added ip page structure */

  .ip-flx > .left > .rlfx {
    display: flex;
    flex-direction: column;
  }

  .ip-flx > .left > .rlfx > .bbr {
    text-align: center;
  }

  .ip-flx > .left > .rlfx > .ibr > img {
    height: 10rem;
  }

  .ip-flx > .left > .rlfx > .bbr > img {
    height: 11rem;
  }

  .ip-flx > .left > .rlfx > .ibr > p {
    text-align: center;
    font-family: var(--roboto);
    font-size: 0.8rem;
    font-weight: 500;
    bottom: 0.55rem;
  }

  .ip-flx > .left > .rlfx > .ibr > p > a > img {
    height: 1.5rem;
    top: 0.45rem;
    padding-right: 0.2rem;
  }

  .ip-flx > .left > .rlfx > .bbr > .bbr-flx > p {
    text-align: center;
    font-family: var(--roboto);
    font-size: 0.8rem;
    font-weight: 500;
    bottom: 0.55rem;
  }

  .ip-flx > .left > .rlfx > .bbr > .bbr-flx > p > a > img {
    height: 1.5rem;
    top: 0.45rem;
    padding-right: 0.2rem;
  }

  .ip-flx > .left > .rlfx > .bbr > .bbr-flx > p > a:nth-child(2) {
    left: 0.45rem;
  }

  /* Testimonials */

  .head2x {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem 0rem 0rem;
  }

  .tst_vids {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0rem 0rem 24px;
  }

  .tst_vids > div {
    width: 10rem;
    margin: 0.2rem;
  }

  .tst_vids > div a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .tst_vids > div a span {
    /* line-height: 4rem;
    height: 4rem;
    width: 4rem; */
    text-align: center;
    font-size: 1.75rem;
    color: var(--w);
    position: absolute;
    top: calc(50% - 0.875rem);
    left: calc(50% - 0.875rem);
    z-index: 1;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .tst_vids > div a:hover span {
    transform: scale(1.3);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .tst_vids > div a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
  }

  .tstflex {
    display: flex;
    flex-direction: column;
    padding: 0rem 0rem 40vw;
  }

  .tstflex > .tsbox {
    border-radius: 16px;
    overflow: hidden;
  }

  .tstflex > .tsbox > .owlx,
  .tstflex > .tsbox > .owlx div {
    width: 20rem;
    height: 10rem;
    display: block;
  }

  .tstflex > .tsbox > .owlx div {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
  }

  .owl-stage-outer {
    overflow: hidden;
  }

  .tstflex > .tsbox > .owlx .owl-nav,
  .tstflex > .tsbox > .owlx .owl-dots {
    display: none;
  }

  .tstflex > .reels {
    margin: 0px auto 2rem;
  }

  .tstflex > .frames {
    margin: 0px auto;
  }

  .tstflex > .tsbox > p {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .tstflex > .tsbox > p > a {
    padding: 0.5rem;
    background: #2a2a2a;
    display: block;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .tstflex > .tsbox:hover > p > a {
    background-color: #ef0f1f;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .mp0-25 {
    padding-top: 0.25rem !important;
  }
}
