/*common_css start*/

.opacity {
  /* standards-compliant browsers */
  opacity: 0.7;
  /* The following is for IE and versions */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE8 */
  filter: alpha(opacity=70);
  /* IE 5-7  */
  filter: alpha(opacity=50);
  /* internet explorer */
  -khtml-opacity: 0.5;
  /* khtml, old safari */
  -moz-opacity: 0.5;
  /* mozilla, netscape */
  opacity: 0.5;
  /* fx, safari, opera */
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}

textarea {
  resize: none;
}

input[type="text"]:focus {
  outline: 0;
}

input[type="email"]:focus {
  outline: 0;
}

input[type="submit"]:focus {
  outline: 0;
}

select:focus {
  outline: 0;
}

textarea:focus {
  outline: 0;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:focus {
  text-decoration: none !important;
  outline: 0 !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

#boxshadoww {
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
}

.borderRadius {
  -webkit-border-radius: 4px 3px 6px 10px;
  -moz-border-radius: 4px 3px 6px 10px;
  -o-border-radius: 4px 3px 6px 10px;
  border-radius: 4px 3px 6px 10px;
}

#transformm {
  margin: 0;
  position: absolute;
  background: yellow;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

main {
  position: relative;
  width: 100%;
}

body {
  position: relative;
  font-family: 'Poppins';
  line-height: normal;
  width: 100%;
  color: #000000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*common_css close*/

/* Preloader css START */
#loader-wrapper {
  background: #f2f2f2;
  height: 100%;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  -ms-transition: all .1s ease-out 0s;
  -moz-transition: all .1s ease-out 0s;
  -webkit-transition: all .1s ease-out 0s;
  transition: all .1s ease-out 0s;
  width: 100%;
  z-index: 1000;
}

#loader {
  position: relative;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#loader img {
  max-width: 320px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*pulse lines*/
@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

.line-scale-pulse-out-rapid>div {
  background-color: #30a4dc;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

.line-scale-pulse-out-rapid>div:nth-child(2),
.line-scale-pulse-out-rapid>div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}

.line-scale-pulse-out-rapid>div:nth-child(1),
.line-scale-pulse-out-rapid>div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}


/* Preloader css CLOSE */

header {
  position: relative;
  width: 100%;
  padding: 0;
  /*border-bottom: 2px solid rgba(232, 189, 44, .8);*/
  box-shadow: 2px 1px 1px rgba(38,160,215,.3);
}

.container {
  position: relative;
  width: 100%;
  max-width: 70%;
}

header .container {
  position: relative;
  width: 100%;
  max-width: 70%;
  padding: 0px;
}

.container-fluid {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.pageheader {
  position: relative;
  width: 100%;
  padding: 20px 0;
  display: table;
}

.headerLT,
.headerRT {
  position: relative;
  width: 60%;
  display: inline-block;
  padding: 0;
}

.headerLT {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  vertical-align: middle;
}

.headerRT {
  width: 40%;
  padding: 8px 0;
  vertical-align: middle;
}

.brandlogo {
  display: inline-block;
  max-width: 282px;
}

.brandlogo img {
  display: block;
  width: 150px;
  height: auto;
}

.brand-divider {
  width: 1px;
  height: 48px;
  flex: 0 0 auto;
  background-color: #d8e1e8;
}

.saplogo {
  display: inline-flex;
  align-items: center;
}

.saplogo img {
  display: block;
  width: 105px;
  height: auto;
}

.headerRT ul {
  position: relative;
  width: 100%;
}

.headerRT ul li {
  position: relative;
}

.headerRT ul li span {
  font-family: 'Poppins';
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
  padding: 0px;
  margin: 0px;
  color: #646464;
  vertical-align: middle;
  text-align: left;
  display: inline-block;
}

.headerRT ul li span b {
  font-weight: 900;
  color: #2896ce;
}

a,a:hover, a:focus, a:active {
  color: inherit;
  text-transform: none;
  text-decoration: none;
}

/* Responsive Media CSS Start */

@media screen and (min-width:768px) {}

@media screen and (max-width:1599px) {}

@media screen and (max-width:1399px) {
  .headerRT ul li span {
    font-size: 20px;
  }

}

@media screen and (max-width:1199px) {}

@media screen and (max-width:1024px) {
  .headerRT ul li span {
    font-size: 13px;
  }
  header .container {
    max-width: 80%;
  }

}

@media screen and (max-width:991px) {
  header .container {
    max-width: 100%;
    padding: 0 20px;
  }
  #loader img {
    max-width: 250px;
  }

}

@media screen and (max-width:767px) {
  header .container {
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .headerLT img {
    max-width: 100%;
  }
  .pageheader {
    padding: 10px 0;
  }
  .headerLT,
  .headerRT {
    width: 100%;
    text-align: center;
  }
  .headerLT {
    display: flex;
    justify-content: center;
  }
  .headerRT {
    padding: 8px 0;
  }
  .headerRT ul li span {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .headerRT ul li span br {
    display: none;
  }
  .headerRT.text-right {
    text-align: center !important;
  }
  .headerRT ul li span {
    font-size: 18px;
  }


}

@media screen and (max-width:575px) {
  header .container {
    padding: 0 15px;
  }
  .headerRT ul li span br {
    display: none;
  }
  .headerRT ul li span {
    font-size: 16px;
  }
  .brandlogo {
    max-width: 220px;
  }
  .headerLT {
    gap: 12px;
  }
  .brand-divider {
    height: 40px;
  }
  .saplogo img {
    width: 95px;
  }

}

@media screen and (max-width:320px) {}


/* Responsive Media CSS close */
