@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Italic-VariableFont_wght.ttf);
}

@font-face {
  font-family: RobotoCondensed;
  src: url(../fonts/RobotoCondensed-VariableFont_wght.ttf);
}

@font-face {
  font-family: MYRIADPRO-REGULAR;
  src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}

@font-face {
  font-family: Orator-Std;
  src: url(../fonts/Orator-Std-Font.otf);
}

@font-face {
  font-family: PlayfairDisplay;
  src: url(../fonts/PlayfairDisplay-VariableFont_wght.ttf);
}

:root {
  --theme-blue: #173249;
  --theme-red: #da1c23;
  --theme-light-gray: #f8f8f8;
  --theme-gray: #616161;
}

.dropdown-menu .dropdown-item {
  font-size: 15px !important;
  text-transform: none !important;
  transition: all ease 0.4s;
  color: #ffffff;
}
/* .dropdown-menu .dropdown-item:hover{padding-left: 5px; } */
.dropdown-menu {
  /* background-color: gray; */
  /* background-color: #da1c23; */
  background-color: #173249;
}
.dropdown .btn:focus {
  border: #ffffff;
}
.dropdown .btn:active {
  border-top: #ffffff 6px solid;
}

.topbar {
  text-decoration: none;
  color: gray;
  padding: 0;
}

.topbar:hover {
  color: gray;
}

.dwnldprofile:hover {
  color: var(--theme-red) !important;
}
.dwnldprofile {
  transition: all ease 0.2s;
}
.topbar h6 {
  width: fit-content;
  margin-left: auto;
  text-align: end;
  margin-right: 4rem;
  margin-top: 1.5rem;
  z-index: 120000;
  position: relative;
  margin-bottom: -1.9rem;
}

.navigation-bar .nav-link {
  border-top: #00000000 6px solid;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: fit-content;
  color: var(--theme-blue);
  font-weight: 500;
}

.grad {
  background-image: linear-gradient(#f5f2f2, #ffffff);
}

.home-content h4 {
  font-family: Orator-Std;
  color: var(--theme-blue);
  text-transform: uppercase;
  margin: 1rem 0;
  font-weight: 500;
  font-size: 25px;
  color: #2166a3;
  text-align: center;
}

.nextgenlg {
  display: none;
}
.nextgensm {
  display: block;
}

.quotation {
  display: flex;
}

.quotation h1 {
  font-family: PlayfairDisplay;
  color: var(--theme-blue);
  font-size: 35px;
  /* background-color: #173249; */
}

.home-content .row {
  justify-content: center;
}

.home-content .cards div {
  margin-bottom: 3.2rem;
  /* background-color: var(--theme-light-gray); */
  background-color: #f5f2f2;
  padding-top: 0.8rem;
  /* background-color: #2166a3; */
}

.home-content .row h3 {
  color: var(--theme-blue);
  padding-top: 1rem;
  font-family: PlayfairDisplay;
}

.content2 {
  overflow: hidden;
}

@media (max-width: 1110px) {
  .texture {
    visibility: hidden;
    opacity: 0;
  }

  .texture-middle {
    width: 20%;
  }
}

@media (max-width: 950px) {
  .texture-middle {
    width: 60% !important;
    height: 120px !important;
    transform: rotate(90deg);
  }

  .texture-middle img {
    margin-top: -6.5rem !important;
  }
}

@media (max-width: 1100px) {
  .texture {
    display: none;
  }
}

/* MOBILE SCREEN MEDIA QUERY  */
@media (max-width: 760px) {
  /* .content2 #u-flip{padding: 3rem;} */

  .home-content .row div {
    text-align: center;
    margin-bottom: 1.2rem !important;
  }

  .home-content .row div h3 {
    text-align: center;
    font-size: 27px;
  }
}

/* MOBILE SCREEN MEDIA QUERY X */
.content2 .row {
  background-color: #fbfbfb;
  border-top: #e2e2e2 1px solid;
  border-bottom: #e2e2e2 1px solid;
  margin-top: 2rem;
  padding-top: 3.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  justify-content: center;
}

.content2 .row h3 {
  color: var(--theme-blue);
  padding: 0;
  font-family: PlayfairDisplay;
  font-style: italic;
}

.content2 .row h3::before {
  content: "~ ";
  color: var(--theme-red);
}

.content2 .row h3::after {
  content: " ~";
  color: var(--theme-red);
}

.content2 .row h4 {
  background-color: var(--theme-red);
  color: #ffffff;
  font-family: PlayfairDisplay;
  padding: 7px 17px;
}

.content2 .row h2 {
  color: var(--theme-blue);
  font-family: PlayfairDisplay;
}

.content2 .row p {
  font-family: RobotoCondensed;
  font-weight: 500;
  color: rgb(58, 58, 58);
}

.content2 .row a {
  font-family: RobotoCondensed;
  font-weight: 500;
  color: var(--theme-red);
}

.footer-bottom {
  background-color: var(--theme-blue);
}

.footer-bottom p {
  color: #ffffff;
}

.footer-bottom a {
  color: #fefec0;
  text-decoration: none;
  transition: 0.3s;
}


/* working  */


@media (min-width:550px) {
.above-footer h5{ font-size: 23px; width: fit-content;}

  
}
@media (max-width:549px) {
.above-footer h5{ font-size: 17px; padding: 1rem 0;}
.above-footer h5 span{display: block;}

  
}

.above-footer h5{ margin-bottom: 1.2rem;  color: var(--theme-blue); padding: 1rem; border-top: 3px solid red; border-bottom: 3px solid red;   font-family: RobotoCondensed;}

.branding-footer img{width: 140px;}
/* working  */


.above-footer h3 {
  font-family: Montserrat;
  margin-top: 3rem;
  font-weight: 900;
  font-style: italic;
  color: var(--theme-blue);
}

.above-footer h3 span {
  color: var(--theme-red);
}

/* styling on large screen  */
@media (min-width: 590px) {
  .content2 .row h3 {
    font-size: 23px;
  }

  .content2 .row h2 {
    font-size: 49px;
  }
}

/* Mobile view styling  */

@media (max-width: 588px) {
  .navigation-bar nav .logo {
    width: 63vw !important;
  }

  .grad img {
    width: 40px;
  }

  .footer-bottom .container p {
    text-align: center;
    font-size: 14px;
  }

  .navbar-brand img {
    width: 100%;
  }

  .content2 .row h3 {
    font-size: 22px;
  }

  .content2 .row h2 {
    font-size: 39px;
  }

  .content2 .row h4 {
    font-size: 20px;
  }

  .content2 .row p {
    font-size: 16px;
  }
  .content2 .row a {
    font-size: 18px;
  }

  .home-content h4 {
    font-size: 16px !important;
  }

  .home-content h1 {
    margin: 0 !important;
    text-align: center;
    font-size: 22px !important;
  }

  .above-footer .image img {
    /* width: 300px !important; */
    padding-top: 2.5rem;
  }
}

@media (min-width: 590px) {
  .footer-bottom .container {
    display: flex;
  }

  .nextgenlg {
    display: block;
  }
  .nextgensm {
    display: none;
  }
}
/* hamburger menu styling  */

.nav-container {
  display: flex;
  align-items: center;
  height: 62px;
}
.nav-container li {
  list-style: none;
}

.nav-container {
  display: block;
  position: relative;
  height: 50px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: -17px !important;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 21px;
  width: 27px;
  position: absolute;
  top: 17px;
  left: -17px !important;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo {
  display: none;
}

@media (min-width: 1110px) {
  .navigation-bar nav {
    padding: 0 2.4rem;
    margin-bottom: 1rem;
  }

  .navigation-bar ul li {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .navigation-bar nav {
    padding: 9px 0.7rem;
  }

  .navigation-bar ul li {
    font-size: 15px;
  }
}

@media (min-width: 990px) {
  .navigation-bar ul {
    margin-top: 3.9rem;
  }

  .navigation-bar ul li {
    text-transform: uppercase;
    margin: 0 0.9rem;
  }

  .navigation-bar .nav-link:hover {
    border-top: var(--theme-red) 6px solid;
  }


  .above-footer{margin-top: 1.5rem;}
  .above-footer .border-gradient {
    border-image: linear-gradient(#ffffff7c 35%, #c5c5c5) 1;
    border-width: 1px;
    border-style: solid;
    border-right: none;
    border-top: none;
  }

  .minus {
    margin-left: -1rem;
  }

  .above-footer h3 {
    padding-left: 1rem;
    font-family: Montserrat;
    margin-top: 4rem;
    font-weight: 900;
    font-style: italic;
    color: var(--theme-blue);
  }
}

@media (max-width: 990px) {
  .dropdown-menu {
    padding: 0 !important;
  }
  .content-main .row {
    justify-content: center;
  }
  .navigation-bar ul {
    margin-top: 1.9rem;
  }
  .navigation-bar ul li {
    padding: 3px 7px;
    border-bottom: 1px solid #f1f1f1;
    transition: all ease 0.3s;
  }
  /* .navigation-bar ul li:hover {
font-weight: 700;
background-color: #17324911;
  } */
}

/*=========================== 
about us company page styling 
=============================*/

.main-banner {
  background-color: #173249;
}

.main-banner .right {
  background-image: url(../images/about-background.png);
  background-repeat: no-repeat;
  margin-left: auto;
  width: 57%;
  background-size: 100% 100%;
  justify-content: end;
  padding-top: 8rem;
  padding-bottom: 0;
  margin-bottom: -0.5rem;
}
.main-banner .right h5 {
  clip-path: polygon(12% 0, 100% 1%, 100% 100%, 0% 100%);
  font-family: PlayfairDisplay;
  font-style: italic;
  margin-left: auto;
  color: #ffffff;
  background-color: var(--theme-red);
  width: fit-content;
  padding: 19px 30px 22px 112px;
  font-size: 25px;
  font-weight: 400;
}
.aboutcontent {
  overflow: hidden;
}
.aboutcontent p {
  font-family: RobotoCondensed;
  color: var(--theme-gray);
  margin-top: 1rem;
  font-size: 18px;
  font-style: normal;
}
.aboutcontent h1 {
  font-family: MYRIADPRO-REGULAR;
  color: var(--theme-blue);
  margin-top: 1.5rem;
  font-size: 50px;
  font-weight: 500;
}
.aboutcontent h1::before {
  content: '"';
  color: var(--theme-red);
  font-style: italic;
  margin-right: 1rem;
  font-size: 45px;
}

.brandprotection {
  text-align: center;
  margin-top: 4rem;
}
.brandprotection img {
  width: 3rem;
  margin: 0;
  padding: 0;
  margin-bottom: -2rem;
}
.brandprotection h2 {
  font-family: PlayfairDisplay;
  color: var(--theme-blue);
  margin: 0;
  padding: 0;
}
.brandprotection h2 span {
  color: var(--theme-red);
}
.brandprotection h2 span big {
  font-size: 4.7rem;
  font-weight: 400;
  font-style: italic;
}

.aboutcontent2 {
  padding: 0 32px;
}
.aboutcontent2 p {
  margin-top: 1rem;
  font-family: RobotoCondensed;
  color: var(--theme-gray);
  font-size: 18px;
  font-style: normal;
}
.aboutcontent2 .left {
  display: block;
  margin: auto;
}
.aboutcontent2 .right .image {
  margin-top: 1.5rem;
  position: relative;
  padding: 0 22px;
}
.aboutcontent2 .right .image img {
  position: relative;
  z-index: 1;
}
.aboutcontent2 .right span {
  color: var(--theme-red);
}

@media (min-width: 1045px) {
  .aboutcontent2 .right .image {
    width: 300px;
    text-align: end;
  }
  .aboutcontent2 .right .image .box {
    position: absolute;
    background-color: #e4f2ff;
    width: 16.3rem !important;
    height: 7rem;
    top: 12px;
    left: 11px;
  }

  .main-parent-row {
    display: flex;
  }
  .row1 {
    display: flex;
  }
  .row2 {
    display: flex;
  }
  .aboutcontent .main {
    display: flex;
  }
  .aboutcontent .main .left {
    max-width: 60%;
  }
  .aboutcontent .main .right {
    text-align: end;
    margin-left: auto;
  }
  .aboutcontent .left {
    padding: 5px 0 0 3.2rem;
  }
  .aboutcontent .right {
    margin-bottom: -1.8rem;
    position: relative;
    padding: 50px 0px;
    justify-content: end !important;
    overflow: hidden;
  }
  .aboutcontent .right img {
    position: relative;
  }
  .aboutcontent .right .box {
    background-color: #e4f2ff;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    width: 6.5rem !important;
  }
}

@media (max-width: 1045px) {
  .aboutcontent2 .left {
    display: flex;
    justify-content: center;
  }
  .aboutcontent2 .right .image {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
  }

  .aboutcontent .main .left {
    width: 100%;
  }
  .aboutcontent .main .right {
    text-align: center;
    margin-left: auto;
    padding: 5px 15px;
  }
  .aboutcontent .left {
    padding: 12px;
  }
  .aboutcontent .right {
    justify-content: center;
    padding: 50px 0px;
    overflow: hidden;
  }
  .aboutcontent .right img {
    position: relative;
  }
}

@media (min-width: 750px) {
  .main-banner {
    display: flex;
  }
  .main-banner .right h5 {
    display: block;
  }
  .main-banner .left {
    margin-left: 4rem;
    padding-top: 1.7rem;
  }
  .main-banner .left h6 {
    color: #ffffff;
    background-color: var(--theme-red);
    width: fit-content;
    padding: 5px 29px;
  }
  .main-banner .left h1 {
    font-weight: 400;
    font-family: PlayfairDisplay;
    color: #ffffff;
    margin-top: 4rem;
    width: fit-content;
    font-size: 54px;
  }
}
@media (max-width: 750px) {
  .brandprotection img {
    width: 2rem;
  }
  .brandprotection h2 {
    font-size: 20px;
  }

  .aboutcontent .left {
    text-align: center;
    padding-top: 0 !important;
  }
  .aboutcontent h1 {
    font-size: 32px;
    margin: 0 !important;
  }
  .aboutcontent p {
    font-size: 16px;
  }
  .aboutcontent2 {
    padding: 0 14px !important;
  }
  .aboutcontent2 .row1,
  .row2 {
    padding: 0;
    text-align: center;
  }
  .aboutcontent2 p {
    font-size: 16px;
  }
  .main-banner .right {
    display: none;
  }
  .main-banner .left {
    width: 100%;
    text-align: center;
    background-image: url(../images/about-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    padding-top: 0.8rem;
  }
  .main-banner .left h6 {
    color: #ffffff;
    padding: 15px 29px;
  }
  .main-banner .left h6 span {
    background-color: var(--theme-red);
    padding: 5px 1.4rem;
  }

  .main-banner .left h1 {
    font-weight: 400;
    font-family: PlayfairDisplay;
    color: #ffffff;
    margin-top: 3.5rem;
    padding-bottom: 1.5rem;
    font-size: 45px;
  }
}

@media (max-width: 450px) {
  .aboutcontent .right img {
    width: 100%;
  }
}

/* ==========================
U FLIP PAGE STYLING 
========================== */

.content-main h1 {
  margin-top: 2.5rem;
  font-family: MYRIADPRO-REGULAR;
  font-size: 47px;
  color: var(--theme-blue);
  font-weight: 500;
}
.content-main h1::before {
  content: '"';
  color: var(--theme-red);
  font-style: italic;
  margin-right: 1rem;
  font-size: 45px;
}

.content-main .left p {
  font-family: RobotoCondensed;
  color: var(--theme-gray);
  margin-top: 1rem;
  font-size: 18px;
  font-style: normal;
}
.content-main .img-box {
  display: block;
  margin: 2rem auto;
  width: 78%;
  background-color: black;
  height: 300px;
}

.content-main .right {
  margin-top: 5rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #eeeeee, #eeeeee);
}
.content-main .right img {
  display: block;
  margin: auto;
  padding: 0 17px;
}
.content-main h3 {
  text-align: center;
  font-weight: 600;
  color: var(--theme-blue);
  padding: 0;
  font-family: PlayfairDisplay;
  font-style: italic;
}

.content-main h3::before {
  content: "~ ";
  color: var(--theme-red);
}

.content-main h3::after {
  content: " ~";
  color: var(--theme-red);
}

.content-main .right {
  padding: 0 27px;
}
.content-main .right .list {
  font-family: RobotoCondensed;
  color: var(--theme-gray);
}
.content-main .right .list h6 {
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 2rem;
  font-family: RobotoCondensed;
  color: var(--theme-gray);
  font-size: 17px;
  border-bottom: rgba(180, 180, 180, 0.829) 1px solid;
}

.content-main li {
  list-style: square;
  padding: 0 !important;
  margin: 0 !important;
  font-family: RobotoCondensed;
  color: var(--theme-gray);
  font-size: 18px;
}
.content-main .right p {
  font-family: RobotoCondensed;
  color: var(--theme-gray);
  margin: 2rem 0;
}

@media (min-width: 762px) {
  .content-main h3 {
    font-size: 18px;
  }
  .content-main .right p {
    font-size: 17px;
  }
}

@media (max-width: 760px) {
  .content-main h1 {
    font-size: 32px !important;
  }
  .content-main h1::before {
    font-size: 44px !important;
  }
  .content-main .left {
    text-align: center;
  }
  .content-main .left p {
    font-size: 16px !important;
  }
  .content-main li {
    font-size: 15px;
  }
  .content-main h3 {
    font-size: 15px;
  }
  .content-main .right p {
    font-size: 16px;
  }
  .content-main .img-box {
    width: 85%;
    height: 200px;
  }
  .content-main .right {
    margin-top: 1rem !important;
  }
  .content-main {
    justify-content: center;
  }
}

/* CONTACT US PAGE  */
.contact h1 {
  color: var(--theme-blue);
  font-family: PlayfairDisplay;
}
.contact .container {
  text-align: center;
  justify-content: center;
}

.contact .container h3 span {
  display: block;
  color: var(--theme-red);
  font-family: RobotoCondensed;
}
.contact .container h3 {
  color: rgb(94, 94, 94);
  font-family: RobotoCondensed;
}
.contact .location {
  fill: var(--theme-red);
  color: var(--theme-red);
}
.contact .location a {
  color: gray;
  text-decoration: none;
}
.contact-details h6 {
  color: var(--theme-blue);
  font-family: RobotoCondensed;
}
.contact-details h6 a {
  color: var(--theme-blue);
  text-decoration: none;
}
.contact-details h6 span {
  color: var(--theme-red);
}
.contact button {
  background-color: var(--theme-red);
  border: 0;
  color: #ffffff;
  padding: 7px;
  font-family: RobotoCondensed;
}

@media (min-width: 790px) {
  .contact .container img {
    margin: 2.2rem 0;
  }
  .contact-details h6 {
    font-size: 28px;
  }

  .contact .container h3 {
    margin-top: 2.7rem;
    font-size: 30px;
  }
  .contact button {
    padding: 7px;
    width: 15.3rem;
    margin: 4rem 0;
    font-family: RobotoCondensed;
    font-size: 22px;
  }
}

@media (max-width: 788px) {
  .contact .container img {
    width: 2.7rem;
    margin: 1rem 0;
  }
  .contact h1 {
    font-size: 25px;
  }
  .contact button {
    padding: 7px;
    width: 10.3rem;
    margin: 2.8rem 0;
    font-family: RobotoCondensed;
    font-size: 18px;
  }
  .contact .container h3 {
    margin-top: 2rem;
    font-size: 20px;
  }
  .contact-details h6 {
    font-size: 18px;
  }
}

.overt li {
  list-style: none;
  font-family: RobotoCondensed;
  color: var(--theme-gray);
  text-align: left !important;
  list-style-image: url(checked.svg);
}
.overt .sublist {
  list-style: none;
  list-style-image: url(arrow-right.svg);
  fill: #2166a3;
}
@media (max-width: 520px) {
  .overt-img {
    width: 100%;
  }
  .homebanner .parent{padding: .5rem 0;}
  .homebanner .parent .right{padding: .5rem .9rem;}
}

.homebanner {
  overflow: hidden;
  background-color: #5a1d38;
}

.homebanner .parent .left {
  padding: 0 !important;
}

.homebanner .parent .right {
  margin: auto;
}
.homebanner .parent .right h3 {
  color: #ffffff;
  text-align: center;
  margin-top: 17px;
  font-family: MYRIADPRO-REGULAR;
}
/* .homebanner .parent .right video {
  width: 100%;
} */

@media (min-width: 906px) {
  .homebanner .parent {
    display: flex;
    justify-content: center;
  }

  .homebanner .parent .left img {
    width: 100%;
    margin-left: -14px;
  }

  .homebanner .parent .right video {
    width: 100%;
  }
}
@media (max-width: 905px) {
  .homebanner .parent {
    display: inline-block;
    justify-content: center;
  }

  .homebanner .parent .left img {
    display: block;
    margin: 0 auto;
  }

  .homebanner .parent .right video {
    display: block;
    margin: 0 auto;
  }

  .homebanner .parent .right h3 {
    margin-bottom: 17px;
  }
}

@media (max-width: 671px) {
  .homebanner .parent .right video {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .homebanner .parent .right h3 {
    font-size: 17px;
  }
}

@media (max-width: 475px) {
  .homebanner .parent .left img {
    width: 100%;
  }
}

/* uflip page videos  */
@media (min-width: 610px) {
  .uflip-videos .two-vid {
    display: flex;
  }
  .uflip-videos .two-vid video {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .uflip-videos video {
    width: 90%;
  }
}

/*================ inquiry form ============ */

.btn-trigger-from{margin-bottom: 0 !important;}




@media (min-width: 770px) {
  .inquiry-form {
    display: block;
    margin: 3rem auto;
    width: 60%;
  }
}

@media (min-width: 480px) {
  .inquiry-form form {
    padding: 22px;
  }
}
@media (max-width: 760px) {
  .inquiry-form {
    display: block;
    margin: 1rem auto;
    width: 100%;
  }
}


.inquiry-form {
  filter: drop-shadow(0px 6px 25px #00000021);
  border-radius: 32px;
  padding: 1.5rem 0;
  /* margin-bottom: 3rem; */
}
.inquiry-form label {
  display: block;
  text-align: left;
  margin-top: 1rem;
  font-weight: 450;
  font-family: RobotoCondensed;
}
.inquiry-form input {
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  background-color: #61616117;
  display: block;
  width: 100% !important;
  border-radius: 0px 22px 22px 0px;
  border: 0;
}
.inquiry-form textarea {
  transition: all ease 0.2s;
  width: 100%;
  background-color: #61616117;
  border: 0;
  border-radius: 0px 22px 22px 0px;
}
.inquiry-form .submit {
  text-align: center;
  font-size: 19px;
  width: fit-content !important;
  background-color: var(--theme-red);
  color: white;
  padding: 5px 75px;
  /* border-radius: 0px 22px 22px 0px; */
  border-radius:0px;
  /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */
  margin-top: 1.5rem;
  font-family: RobotoCondensed;
  transition: all ease 0.3s;
}
input[type="text"] {
  width: 100%;
  padding: 7px 13px;
}
textarea[name="message"] {
  width: 100%;
  padding: 7px 13px;
}

.inquiry-form .submit:hover {
  background-color: black;
  /* clip-path: polygon(0 0, 74% 0, 100% 100%, 24% 100%); */
  border-radius: 0px 22px 0px 22px !important;
}
.inquiry-form input:focus {
  outline: 1px solid gray;
}
.inquiry-form textarea:focus {
  outline: 1px solid gray;
}





/* LOOP VIDEO MEDIA QUERY  */

@media (min-width:550px) {
  .loopc2c{width:75%; display:block; margin:auto;}
  .colorshift{width:50%; display:block; margin:auto;}
  .inv-print{width:60%; display:block; margin: 0 auto;}
}
@media (max-width:549px) {
  .loopc2c{width:90%;}
  .colorshift{width:90%;}
  .inv-print{width:80%;}
  
}


