@keyframes header {
    from {top: -200px;}
    to {top: 0px;}
  }
  @font-face {
      font-family: 'Montserrat';
      src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
          url('../fonts/Montserrat-Medium.woff') format('woff');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'Oswald';
      src: url('../fonts/Oswald-Medium.woff2') format('woff2'),
          url('../fonts/Oswald-Medium.woff') format('woff');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }
  
  
  html {
      font-family: 'Montserrat', sans-serif;
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%;
    }
    body {
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px !important;
      color: #313131;
  }
  .section{
      padding-top: 50px;
      padding-bottom: 50px;
  }
  h1,h2,h3{font-family: 'Oswald', sans-serif;font-weight: 500;}
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
      display: block;
    }
    audio,
    canvas,
    progress,
    video {
      display: inline-block;
      vertical-align: baseline;
    }
    audio:not([controls]) {
      display: none;
      height: 0;
    }
    [hidden],
    template {
      display: none;
    }
    a {
      background-color: transparent;
      color: #313131 !important;
    }
    a:active,
    a:hover {
      outline: 0;
    }
    abbr[title] {
      border-bottom: none;
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    b,
    strong {
      font-weight: bold;
    }
    dfn {
      font-style: italic;
    }
    h1 {
      font-size: 2em;
      margin: 0.67em 0;
    }
    mark {
      background: #ff0;
      color: #000;
    }
    small {
      font-size: 80%;
    }
    sub,
    sup {
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: baseline;
    }
    sup {
      top: -0.5em;
    }
    sub {
      bottom: -0.25em;
    }
    img {
      border: 0;
    }
    svg:not(:root) {
      overflow: hidden;
    }
    figure {
      margin: 1em 40px;
    }
    hr {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      height: 0;
    }
    pre {
      overflow: auto;
    }
    code,
    kbd,
    pre,
    samp {
      font-family: 'Montserrat', sans-serif;
      font-size: 1em;
    }
    img{max-width: 100%;}
    button,
    input,
    optgroup,
    select,
    textarea {
      color: inherit;
      font: inherit;
      margin: 0;
    }
    button {
      overflow: visible;
    }
    .text-right{text-align: right;}
    .text-left{text-align: left;}
    .text-center{text-align: center;}
    button,
    select {
      text-transform: none;
    }
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      -webkit-appearance: button;
      cursor: pointer;
    }
    button[disabled],
    html input[disabled] {
      cursor: default;
    }
    button::-moz-focus-inner,
    input::-moz-focus-inner {
      border: 0;
      padding: 0;
    }
    input {
      line-height: normal;
    }
    input,textarea {
      color: #000;
  }
    input[type="checkbox"],
    input[type="radio"] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
      height: auto;
    }
    input[type="search"] {
      -webkit-appearance: textfield;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
    }
    /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
    }
    fieldset {
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em;
    }
    legend {
      border: 0;
      padding: 0;
    }
    textarea {
      overflow: auto;
    }
    optgroup {
      font-weight: bold;
    }
    div#scroll {
      width: 100%;
      overflow-x: auto;
  }
    table {
      border-collapse: collapse;
      border-spacing: 0;
    }
    td,
    th {
      padding: 0;
    }
    * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    *:before,
    *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    html {
      font-size: 10px;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    body {
      font-size: 14px;
      line-height: 1.42857143;
      color: #333333;
      background-color: #ffffff;
    }
    .w-100{width: 100%;}
    .pt-1{padding-top: 1rem;}
    .pt-2{padding-top: 2rem;}
    .pt-3{padding-top: 3rem;}
    .pt-4{padding-top: 4rem;}
    .pt-5{padding-top: 5rem;}
    .pb-1{padding-bottom: 1rem;}
    .pb-2{padding-bottom: 2rem;}
    .pb-3{padding-bottom: 3rem;}
    .pb-4{padding-bottom: 4rem;}
    .pb-5{padding-bottom: 5rem;}
    .mb-0{margin-bottom: 0px;}
    .mt-0{margin-top:0px;}
    .m-auto{margin: auto;float: unset !important;}
    .m-0{margin: 0px;}
    input,
    button,
    select,
    textarea {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
    }
    a {
      color: #337ab7;
      text-decoration: none;
    }
    a:hover,
    a:focus {
      color: #23527c;
      text-decoration: underline;
    }
    a:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }
    figure {
      margin: 0;
    }
    img {
      vertical-align: middle;
    }
    .img-responsive {
      display: block;
      max-width: 100%;
      height: auto;
    }
    .img-rounded {
      border-radius: 6px;
    }
    .img-thumbnail {
      padding: 4px;
      line-height: 1.42857143;
      background-color: #ffffff;
      border: 1px solid #dddddd;
      border-radius: 4px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      display: inline-block;
      max-width: 100%;
      height: auto;
    }
    .img-circle {
      border-radius: 50%;
    }
    hr {
      margin-top: 20px;
      margin-bottom: 20px;
      border: 0;
      border-top: 1px solid #eeeeee;
    }
    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
    }
    .sr-only-focusable:active,
    .sr-only-focusable:focus {
      position: static;
      width: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      clip: auto;
    }
    [role="button"] {
      cursor: pointer;
    }
    .container {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    @media (min-width: 768px) {
  
      .container {
        width: 750px;
      }
    }
    @media (min-width: 992px) {
  
      .container {
        width: 970px;
      }
    }
    @media (min-width: 1200px) {
      .container {
        width: 1170px;
      }
    }
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    .row {
      margin-right: -15px;
      margin-left: -15px;
    }
    .row-no-gutters {
      margin-right: 0;
      margin-left: 0;
    }
    .row-no-gutters [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
      float: left;
    }
    .col-xs-12 {
      width: 100%;
    }
    .col-xs-11 {
      width: 91.66666667%;
    }
    .col-xs-10 {
      width: 83.33333333%;
    }
    .col-xs-9 {
      width: 75%;
    }
    .col-xs-8 {
      width: 66.66666667%;
    }
    .col-xs-7 {
      width: 58.33333333%;
    }
    .col-xs-6 {
      width: 50%;
    }
    .col-xs-5 {
      width: 41.66666667%;
    }
    .col-xs-4 {
      width: 33.33333333%;
    }
    .col-xs-3 {
      width: 25%;
    }
    .col-xs-2 {
      width: 16.66666667%;
    }
    .col-xs-1 {
      width: 8.33333333%;
    }
    @media (min-width: 768px) {
      .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
      }
      .col-sm-12 {
        width: 100%;
      }
      .col-sm-11 {
        width: 91.66666667%;
      }
      .col-sm-10 {
        width: 83.33333333%;
      }
      .col-sm-9 {
        width: 75%;
      }
      .col-sm-8 {
        width: 66.66666667%;
      }
      .col-sm-7 {
        width: 58.33333333%;
      }
      .col-sm-6 {
        width: 50%;
      }
      .col-sm-5 {
        width: 41.66666667%;
      }
      .col-sm-4 {
        width: 33.33333333%;
      }
      .col-sm-3 {
        width: 25%;
      }
      .col-sm-2 {
        width: 16.66666667%;
      }
      .col-sm-1 {
        width: 8.33333333%;
      }
    }
    @media (min-width: 992px) {
      .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
      }
      .col-md-12 {
        width: 100%;
      }
      .col-md-11 {
        width: 91.66666667%;
      }
      .col-md-10 {
        width: 83.33333333%;
      }
      .col-md-9 {
        width: 75%;
      }
      .col-md-8 {
        width: 66.66666667%;
      }
      .col-md-7 {
        width: 58.33333333%;
      }
      .col-md-6 {
        width: 50%;
      }
      .col-md-5 {
        width: 41.66666667%;
      }
      .col-md-4 {
        width: 33.33333333%;
      }
      .col-md-3 {
        width: 25%;
      }
      .col-md-2 {
        width: 16.66666667%;
      }
      .col-md-1 {
        width: 8.33333333%;
      }
    }
    .caret {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 2px;
      vertical-align: middle;
      border-top: 4px dashed;
      border-top: 4px solid \9;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
    }
    .dropup,
    .dropdown {
      position: relative;
    }
    .dropdown-toggle:focus {
      outline: 0;
    }
    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 160px;
      padding: 5px 0;
      margin: 2px 0 0;
      font-size: 14px;
      text-align: left;
      list-style: none;
      background-color: #ffffff;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #cccccc;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }
    .dropdown-menu.pull-right {
      right: 0;
      left: auto;
    }
    .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5;
    }
    .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #333333;
      white-space: nowrap;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5;
    }
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
      color: #ffffff;
      text-decoration: none;
      background-color: #337ab7;
      outline: 0;
    }
    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
      color: #777777;
    }
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
      text-decoration: none;
      cursor: not-allowed;
      background-color: transparent;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .open > .dropdown-menu {
      display: block;
    }
    .open > a {
      outline: 0;
    }
    .dropdown-menu-right {
      right: 0;
      left: auto;
    }
    .dropdown-menu-left {
      right: auto;
      left: 0;
    }
    .dropdown-header {
      display: block;
      padding: 3px 20px;
      font-size: 12px;
      line-height: 1.42857143;
      color: #777777;
      white-space: nowrap;
    }
    .dropdown-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 990;
    }
    .pull-right > .dropdown-menu {
      right: 0;
      left: auto;
    }
    .dropup .caret,
    .navbar-fixed-bottom .dropdown .caret {
      content: "";
      border-top: 0;
      border-bottom: 4px dashed;
      border-bottom: 4px solid \9;
    }
    .dropup .dropdown-menu,
    .navbar-fixed-bottom .dropdown .dropdown-menu {
      top: auto;
      bottom: 100%;
      margin-bottom: 2px;
    }
    @media (min-width: 768px) {
      .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
      }
      .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
      }
    }
    .clearfix:before,
    .clearfix:after,
    .container:before,
    .container:after,
    .container-fluid:before,
    .container-fluid:after,
    .row:before,
    .row:after {
      display: table;
      content: " ";
    }
    .clearfix:after,
    .container:after,
    .container-fluid:after,
    .row:after {
      clear: both;
    }
    .center-block {
      display: block;
      margin-right: auto;
      margin-left: auto;
    }
    .hide {
      display: none !important;
    }
    .show {
      display: block !important;
    }
    .invisible {
      visibility: hidden;
    }
    
    .hidden {
      display: none !important;
    }
/*-----------------slider css*/
span.navbar-toggler-icon {
  color: #fff;
}
.mobile-btn {
  display: none;
}
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
    /*--------mine css*/
    ul.navbar-nav {
        list-style: none;
        padding-left: 0px;
        text-align: right;
    }
    ul.navbar-nav li {
        display: inline-block;
        font-weight: 600;
        padding: 0px 12px;
        text-transform: uppercase;
    }
    header {
      background-color:#13283E;
      box-shadow: 0px 0px 3px 2px #00000038;
      position: sticky;
      top: 0px;
      z-index: 2;
      padding: 10px 0px;
  }
    .logo{padding-top: 3px;}
    ul.navbar-nav li a {
        color: #fff !important;
        font-size: 16px;
        text-transform: uppercase;
        padding: 5px;
        font-weight: 500;
    }
    .contact-btn {
      margin-top: 2px;
  }
  ul.navbar-nav li.contact-btn a {
    background-color: #A2C2CC;
    color: #fff !important;
    padding: 15px 30px !important;
    color: #fff !important;
    border-radius: 30px;
}
  a.btn {
    background-color: #000;
    color: #fff !important;
    padding: 12px 26px;
    display: inline-block;
    text-align: center;
    border-radius: 35px;
}
a.btn.blue {
  background-color:#13283E;
}
.v-center {
  align-items: center;
  display: flex;
}
section.contact-banner {
  color: #fff;
  background-color: #13283E !important;
}
section.contact-banner p {
  font-size: 18px;
}
div#hyt {
  display: block;
  border: 5px double #13283E;
  border-radius: 20px;
  overflow: hidden;
}
section.video-section:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("/images/image.webp");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  opacity: 0.2;
  background-attachment: fixed;
}

section.video-section {
  position: relative;
  background-color: #eaeaea;
}
.box {
  background-color: #a2c2cc;
  color: #13283E;
  padding: 25px;
  position: relative;
  outline: 2px solid white;
  padding-top: 9rem;
  border-radius: 20px;
  margin-top: 4rem;
  /* filter: drop-shadow(6px 7px 3px #0000004f); */
  outline-offset: -6px;
}
.box img {
  width: 150px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
a:hover{text-decoration: none;}

.text-box {
  position: absolute;
  max-width: 600px;
  color: #13283E;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}
section.temp-banner {
  position: relative;
}
.product-box:hover {
  transition: 0.5s all;
  transform: translateY(-10px);
  background-color: #f7f7f7;
  outline-color: #fff;
}
.inner-banner {
  background-color: #E5E5E5;
  background-image: url("/images/solutionsbg.webp");
  color: #fff;
  background-size: cover;
  background-position: center;
}
.product-box {
  background-color: #a2c2cc;
  color: #13283E;
  padding: 10px 24px;
  border-radius: 20px;
  -moz-outline-radius: 20px;
  outline: 2px solid #fff;
  outline-offset: -6px;
  position: relative;
  transition: 0.5s all;
}
.title {
  font-size: 4rem;
  color: #13283E;
  margin: 0px;
}
.product-box h3 {
  font-size: 2.2rem;
}
.logo-box img {
  background-color: #e5e5e5;
  margin: 8px;
  border-radius: 10px;
  animation: mymove 30s infinite;
}
.logo-box:hover img{
  animation-play-state: paused;
}
.logo-box {
  display: flex;
  overflow: hidden;
}
@keyframes mymove {
  from {transform: translateX(-0%);}
  50% {transform: translateX(-300%);}
  to {transform: translateX(-0%);}
}
.main-footer {
  background-color: #13283e;
  color: #fff;
  padding: 19px 0px;
}
footer .main-footer a {
  color: #fff !important;
}
.product-box img {
  /* filter: drop-shadow(2px 4px 6px black); */
  /* position: absolute; */
  width: 150px;
  border-radius: 20px;
  display: block;
  margin-top: -44px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
  padding: 18px;
  outline: 2px solid #13283e;
  outline-offset: -6px;
}
ul.points {
  padding-left: 18px;
}
ul.points li {
  margin-bottom: 12px;
}
section.temp-banner img {
  width: 100%;
}
.box-2 h3 {
  font-size: 24px;
}
.box-2 {
  background-color: #13283e;
  color: #fff;
  padding: 18px 20px;
  border-radius: 18px;
  font-size: 14px;
  box-shadow: inset 2px 2px 10px 2px #00000085;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
.mobile-btn {
  display: block;
  position: absolute;
  top: 23px;
  right: 24px;
  cursor: pointer;
}
div#collapsibleNavbar {
  display: none;
}
div#collapsibleNavbar li {
  width: 100%;
  text-align: left;
  margin-bottom: 18px;
}
.contact-btn {
  margin-top: 14px;
}
}

@media only screen and (max-width: 767px) {
  .hide-box {
    display: block !important;
}

  .mobile-btn {
    top: 30px;
}
.v-center {
  align-items: center;
  display: flex;
  flex-direction: column;
}
section.temp-banner {
  min-height: 300px;
  background-color: #a2c2cc;
}
section.temp-banner img {
  display: none;
}
.text-box {
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.text-box h1 {
  font-size: 28px;
}
.product-box img {
  outline: 0px;
  border: 2px solid #13283E;
}
.product-box {
  margin-bottom: 5rem;
  outline: 0px;
}
.box {
  margin-top: 5rem;
  outline:0px ;
}
}