/* ==========================================================================
   Designer Name = Vinay Bhardwaj
   Company Name = Questend India Pvt Ltd
   Date = 09-08-2022
   City = Delhi / Noida
========================================================================== */


@font-face {
  font-family: 'Made mirage webfont';
  src: url('../fonts/made_mirage_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Made mirage webfont';
  src: url('../fonts/made_mirage_black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Made mirage webfont';
  src: url('../fonts/made_mirage_medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Made mirage webfont';
  src: url('../fonts/made_mirage_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Made mirage webfont';
  src: url('../fonts/made_mirage_thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/work-sans-extralight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

/* All delay classes will take half the time to start */
:root {
  --animate-delay: 0.5s;
}

body {
  font-family: 'Work Sans', sans-serif;
  color: #100146;
  font-size: 14px;
  line-height: 20px;
  cursor: default;
  background: #2a2e32;
  font-weight: 800;
}

html{scroll-behavior:smooth}


/* ==========================================================================
   Start of custom CSS
========================================================================== */
.text-golden { color: #d59d47!important; }
a { -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;  }
a:hover, a:focus, a:active { text-decoration:none; outline:none; }
button:focus {
  outline: none;
}
input:focus, textarea:focus, select:focus{
    outline: none;
}
.form-control:focus {
  box-shadow: none;
  border-bottom: #000 solid 1px;
  border-color : #000;
}
.main{ position: relative; overflow: hidden; width: 90vw; padding-top: 132px; margin-right: auto; margin-left: auto;}
section{ padding-bottom: 5vh; margin-right: auto; margin-left: auto;}
.section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15vh;
  padding-bottom: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ece9e3;
}
.text-muted { margin-top: 10px; }
.section.topless {
    padding-top: 0vh;
    text-align: left;
}

.brand { 
  margin-top: 22px; 
  margin-bottom: 22px; 
  font-size: 30px; 
  color: #000; 
  font-weight: 100; 
  text-decoration: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center; 
  -ms-flex-pack: center;
  justify-content: center; 
  -webkit-box-align: center; 
  -webkit-align-items: center; 
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.border-black-b { border-bottom: 1px solid #000; border-top: 1px solid #000; }
.navbar {padding: 20px; width: 90vw; margin: auto; margin-top: 50px;}
.navbar-collapse {padding: 0.7rem 1rem;}
.header-bg {background-color: #100146;}
.large-heading { 
  font-family: 'Made mirage webfont', 'Palatino Linotype', sans-serif; 
  padding-top: 3rem; 
  padding-bottom: 3rem; 
  font-size: 9vw; 
  text-transform: uppercase;
  font-weight: 100;
  color: #100146;
  line-height: 1.15em;
}
.navbar-light .navbar-nav .nav-link {color: #d59d47; padding-left: 1.5rem; padding-right: 1.5rem; font-size: 18px;}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
/*.dropdown:hover .dropdown-menu {display: block;}*/
.dropdown-menu {background-color: rgba(213, 207, 197, 0.9); }
.dropdown-menu a:hover {background-color: #ece9e3;}
.dropdown-item {font-weight: 800;}
.p-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ece9e3;
}

.p-wrap.mandat {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-block {
  /*width: 740px;*/
  padding: 50px 120px;
  border-top: 1px solid #d59d47;
  border-bottom: 1px solid #d59d47;
  text-align: center;
}

.p-block-b {
  /*width: 740px;*/
  padding: 50px 120px;
  border-bottom: 1px solid #d59d47;
  text-align: center;
}
.p-block.mandat {
  width: 60%;
  max-width: 600px;
  margin-top: 15vh;
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}

.pad-20 {
  margin-bottom: 20px;
}
.pl-120 {
  padding-left: 100px;
}
.pr-20 {
  padding-right: 20px;
}
.heading-50 {
  margin-top: 0px;
  font-family: 'Made mirage webfont', 'Palatino Linotype', sans-serif;
  font-size: 50px;
  line-height: 1.25em;
  font-weight: 400;
}

.body-20 {
  font-size: 20px;
  line-height: 1.5em;
}
.vert-line {
  width: 1px;
  height: 20vh;
  background-color: #d59d47;
}

.vert-line._35vh {
  height: 35vh;
  margin-top: -15vh;
}

.vert-line._35vh.mbm-exclusion.flip {
  margin-top: 0vh;
  margin-bottom: -15vh;
}

.vert-line._10vh {
  height: 10vh;
}
.mbm-exclusion {
    mix-blend-mode: normal;
}
.body-15 {
  position: relative;
  z-index: 5;
  font-size: 15px;
  line-height: 1.65em;
}
.slider-frame {
  width: 100%;
  padding: 50px 50px 50px;
  border: 1px solid #d59d47;
  background-color: #d59d473b;
}
.slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*width: 70%;*/
    height: 100%;
    max-width: 1000px;
    background-color: transparent;
}
.slider-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    min-width: 330px;
    padding-top: 20px;
    padding-right: 2%;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.carousel-item img { border: 1px solid #d59d47; }
.carousel-control-prev { left: -120px; }
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d59d47' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next { right: -120px; }
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d59d47' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-caption {
  position: sticky;
  padding-bottom: 0px;
  right: 0;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -32px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: right;
}
.carousel-caption > h5{
  /*position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -52px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: right;*/
  color: #100146;
  font-weight: 700;
  font-size: 30px;
  margin-top: 5px;
  
}
.carousel-indicators {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 2%;
    z-index: 30;
    margin-left: -3px;
    font-size: 9px;
    margin-bottom: -10px;
}
.top-content .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #c593d8;
    border-radius: 50%;
}
.carousel-indicators li{
  background-color: #000;
  width: 1em;
  height: 1em;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 39%;
  height: 30vw;
  margin-bottom: 5%;
  padding-left: 1%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  font-family: 'Made mirage webfont', 'Palatino Linotype', sans-serif;
  color: #000;
  font-size: 2.4vw;
  line-height: 1em;
  cursor: default;
}

.navbar-toggler {
  background-color: #d59d47;
  padding: 25px;
  border-radius: 0;
  font-size: 1.55rem;

}
.arc-header-div {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-bottom: -13vw;
    margin-left: auto;
    text-align: center;
}
.arc-header-div.no-max {
  max-width: none;
  margin-bottom: -20vw;
}

.arc-header-div.no-max.story {
  margin-bottom: 1vw;
}
.arc-frame-wrap {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.heading-9vw {
    margin-top: 0px;
    font-family: 'Made mirage webfont', 'Palatino Linotype', sans-serif;
    font-size: 13vw;
    line-height: 1.15em;
    font-weight: 100;
    text-transform: uppercase;
}
.arc-frame {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 60%;
    height: 75vw;
    max-height: 970px;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top-left-radius: 600px;
    border-top-right-radius: 600px;
}
.oh-card {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 18vw;
  height: 18vw;
  max-height: 280px;
  max-width: 280px;
  margin-right: auto;
  margin-bottom: -5vw;
  margin-left: auto;
  background-color: #100146;
}
.oh-home-logo {
  width: 100%;
  margin-top: 25%;
}
.home-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -30vh;
  padding-top: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d3cdc3), to(rgba(236, 233, 227, 0.32)));
  background-image: linear-gradient(180deg, #d3cdc3, rgba(236, 233, 227, 0.32));
}
.home-col-container{ width: 90%; }
.card {margin-left: 1.50%; margin-right: 1.50%}
.home-col-container a:hover{color: #000;}
.card-title { font-weight: 800; }
.card-body {background-color: #d3cdc3;}
/*.button-icon {width: 40px; height: 40px;}*/
.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.star-effect {
   display: inline-block;
   height: 40px;
   width: 40px;
   font-size: 1px;
   padding: 1px;
   margin-right: 5px;
   margin-left: 5px;
   animation: roll 3s infinite;
   transform: rotate(30deg);
   /*opacity: 0.7;*/
}
@keyframes roll {
   0% {
     transform: rotate(0);
  }
   100% {
     transform: rotate(360deg);
  }
}
.quote-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ece9e3;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: 0% 0%;
    perspective-origin: 0% 0%;
    text-align: center;
}
.quote-heading {
    font-family: 'Made mirage webfont', 'Palatino Linotype', sans-serif;
    font-size: 36px;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
}
.quote-div > .vert-line { height: 8vh; }
.signature {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.5em;
}
.paragraph-wrap {
  width: 50%;
  max-width: 600px;
}
.paragraph-wrap > p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}

.paragraph-wrap-full {
  width: 100%;
}
.paragraph-wrap-full > p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}

.list-group-item {
  background-color: transparent; 
  border: 0; 
  border-top: 1px solid #d59d47; 
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 50px;
}
.list-group-item:first-child {border-radius: 0;}
.list-group-item-action:focus, .list-group-item-action:hover {background-color: transparent;}
.list-group-item .list-heading { color: #100146; }
.nos {
  font-family: 'Made mirage webfont', 'Palatino Linotype', sans-serif;
  color: #100146;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}
.list-group-item .list-heading { 
  margin-top: 0;
  font-size: 38px;
  font-family: 'Made mirage webfont', 'Palatino Linotype', sans-serif;
  font-weight: 400;
  text-align: right;
  line-height: 1.15em;
}
.list-dec {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
.ticker{display: flex;flex-wrap: wrap; width: 100%; height: 50px;margin: 0 auto}
.news{width: 76%;background: #cc4444;padding: 0 2%}
.title{width: 20%;text-align: center;background: #c81c1c;position: relative}
.title:after{
  position: absolute;content: "";
  right: -22%;border-left: 20px solid #c81c1c;border-top: 28px solid transparent;border-right: 20px solid transparent;border-bottom: 21px solid transparent;
  top: 0px
}
.title h5{font-size: 18px;margin: 8% 0}
.news marquee{font-size: 18px;margin-top: 12px}
.news-content p{margin-right: 41px;display: inline}
.btn {
  font-size: 13px;
  line-height: 1.7;
  text-transform: capitalize;
  color: #fff;
  font-weight: 800;
  padding: 15px 50px;
  border-radius: 0;
  outline: 0 !important;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
  background-color: #100146;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn:hover {
  color: #100146;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn-primary {
  background-color: #d59d47;
  border: solid 1px #d59d47;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-primary:hover {
  background-color: #100146;
  color: #ffffff;
  border: solid 1px #100146;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-primary-outline {
  background-color: transparent;
  border: solid 1px #d59d47;
  color: #d59d47;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-primary-outline:hover {
  background-color: #d59d47;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-my {
  color: #696661;
  background-color: #d3cdc3;
  border-color: #c0bbb2;
  border-radius: 0;
  font-weight: 800;
}
.btn-my:hover {
  background-color: #c0bbb2;
  border-color: #d3cdc3;
}
.software-logo { 
  padding-top: 5vh; 
  padding-bottom: 5vh;
  border: #d59d47 solid 1px;
  background-color: #d59d473b;
}
.software-logo .logo-img {
  height: 50px;
  margin-left: 25px;
  margin-right: 25px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.software-logo .logo-img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
/*Start footer*/
.footer {
  padding: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /*border: 1px solid #000;*/
  background-color: #100146;
  color: #d59d47;
}
.email-input {
    background: transparent!important;
    border: 0;
    border-bottom: #d59d47 solid 1px;
    border-radius: 0;
}
.send-btn {
    background: transparent!important;
    border: 0;
    color: #d59d47;
    padding: 0;
}
.send-btn :hover{
    color: #000;
    opacity: 0.8;
}


.text-small {
  font-size: 0.9rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover, a:focus {
  text-decoration: none;
}

.form-control {
  background: transparent;
  border-color: #d59d47;
}

.form-control:focus {
  background: transparent;

}

.formbox {
  border-left: 1px solid #d59d47;
}
/*footer {
  background: #212529;
}*/


/*about us page*/
.layer {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}

.page-banner {
    position: relative;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.page-banner .banner-content {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}
.page-banner .banner-content h2 { color:#fff; text-transform:uppercase; /*font-family: 'Oswald', sans-serif;*/ font-size:90px; font-weight:700; }
/*end about us page*/

/*security page*/
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.accordion>.cardlist {
  border: 0;
  margin-left: 0!important;
  margin-right: 0!important;
  background: transparent;
}
.card-header:first-child {
  border-radius: 0;
}
.accordion>.card .card-header {
  background: transparent;
  border-bottom: 1px solid #d59d47;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

/*.accordion>.card .card-header:last-child {
  border-bottom: 1px solid #000;
}*/

.listheading {
  margin-top: 0px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  font-family: 'Made mirage webfont', 'Palatino Linotype', sans-serif;
  font-size: 38px;
  line-height: 1.15em;
  font-weight: 400;
}
.listcontent {
    overflow: hidden;
    padding-left: 93px;
}
.accordion .listcontent li {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.8em;
  color: #100146;
}
.bgtransparent {
  background: transparent!important;
}
/*end security page*/

@media (max-width: 1360px) { 
  .pl-120 {padding: 0px;}
  .pr-20 {padding: 0px;}
  .section { padding-top: 5vh; padding-bottom: 5vh; }
}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
  .section{ padding-top: 3vh; padding-bottom: 3vh; }
  .large-heading {font-size: 8vw;}
  .slider-content{ min-width: 300px; }
  .pl-120 {padding-left: 0px;}
  .pr-20 {padding-right: 0px;}
  .navbar-light .navbar-nav .nav-link { font-size: 4vh; }
  .nav-item { padding-top: 2vh; padding-bottom: 2vh; font-size: 4vh; border-top: 1px solid #d59d47;}
  .nav-item:first-child {border: 0;}
  .dropdown-item:last-child {border: 0;}
  .dropdown-item { 
    font-weight: 800;
    font-size: 3vh;
    line-height: 1.8rem;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  .navbar-nav { max-height:500px; overflow-y: scroll;  text-align: center;}
  .navbar-nav .nav-link { text-align: center; }
}


/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .main{padding-top: 3rem;}
  .section { padding-top: 10vh; padding-bottom: 10vh; }
  .navbar { width: 100%; padding: 0; margin-top: 0px;}
  .navbar-brand {
    font-size: 30px;
    color: #000;
    font-weight: 100;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-collapse {padding: 0;}
  .shadowbottom { box-shadow: 0px 15px 10px -15px #111; }
  .brand-header {margin-top: 0; text-align: left;}
  .brand {
    -webkit-box-pack: center;
    -webkit-justify-content: center; 
    -ms-flex-pack: center;
    justify-content: center; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 0;
    z-index: 999;
  }
  .nav-item {
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 4vh;
    border-top: 1px solid #d59d47;
  }
  .nav-item:first-child {border: 0;}
  .dropdown-item:last-child {border: 0;}
  .dropdown-item { 
    font-weight: 800;
    font-size: 3vh;
    line-height: 1.8rem;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  .navbar-nav { max-height:500px; overflow-y: scroll; }
  .navbar-nav .nav-link { text-align: center; }
  
  .slider-frame {
      padding: 20px;
      display: inline-block;
  }
  .slider {
      width: 100%;
      margin-top: 30px;
  }
  .slider-content {
      width: 90%;
      max-width: 470px;
      min-width: auto;
      padding-left: 0;
  }
  .vert-line._35vh.mbm-exclusion {
      height: 15vh;
      margin-top: -5vh;
  }
  .vert-line {
      height: 10vh;
  }
  .paragraph-wrap {
    width: 70%;
  }
  .pl-120 {padding: 20px;}
  .pr-20 {padding: 20px;}
}

/*Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .navbar {width: 100%; margin-top: 0px;}
  .main {padding-top: 4rem; width: 100%;}
  .navbar-toggler { padding: 15px }
  .section{ padding-top: 5vh; padding-bottom: 5vh; }
  .p-block {padding: 30px 0vw 25px;}
  .heading-50 { font-size: 28px; }
  .brand-header {margin: auto;}
  .brand { z-index: 999;}
  .brand img {height: 60px;}
  .large-heading{padding-top: 1rem; padding-bottom: 1rem;}
  .nav-item { padding-top: 2vh; padding-bottom: 2vh; font-size: 4vh; border-top: 1px solid #d59d47;}
  .carousel-caption { display: block!important; }
  .carousel-caption > h5 { font-size: 18px;}
  .software-logo{ padding: 0; margin: 0px 25px}
  .software-logo > .container-fluid {padding-right: 0; padding-left: 0;}
  .software-logo .logo-img { margin: 10px 14px 10px 14px;}
  .paragraph-wrap { width: 100%; }
  .slider-frame { padding: 10px; display: inline-block; margin: auto; width: 95%; }
  .list-group-item .list-heading { font-size: 24px; }
  .listheading { font-size:  30px; font-weight:  500;}
  .listcontent{ padding-left: 15px;}
  .pl-120 {padding: 20px;}
  .pr-20 {padding: 20px;}
  .p-block-b{ padding: 50px 20px; }
  /*.page-banner {margin-top: 96px;}*/
  .home-collection { padding-top: 40vh; }
  .formbox { margin: 0px 25px; border: none; }
  .home-collection { margin-top: 20vh; padding-top: 25vh;}
}