html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  background-color: #fff;
  margin: 0;
  padding-top: 100px;
  line-height: normal;
}
a, a:focus, a:hover {
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}

.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-50 {
  margin-bottom: 50px;
}
.set-img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.set-logo {
  height: 60px;
  padding: 0;
}
.sticky-top.stuck {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 4px 0 #dedede;
  ;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 1s ease-in-out 0s;
  z-index: 1001;
  right: 0;
}
.navbar-nav {
  width: 100%;
}
.navbar {
  padding: 20px 0;
}

.back-bg{background-color: #f6f6f6;    padding: 20px 0;}
.set-data {
    background-color: #f7f7f7;
    height: 80px;
    margin: 10px 0 0;
    padding: 10px;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #000;
  text-decoration: underline;
}
.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
a.dropdown-item {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Red Hat Display', sans-serif;
}
.about-banner {
  position: relative;
  z-index: 0;
  padding-bottom: 120px;
}
.header-banner {
  height: 432px;
  background-image: url("../img/web-banner.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /*    margin: 0 15px;*/
}
.header-title {
  font-size: 98px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  bottom: -120px;
  text-transform: uppercase;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
}
.col-white {
  color: #fff;
}
.col-blue {
  color: #1268c0;
}
.common-title {
  font-size: 28px;
  /*    line-height: 52px;*/
  color: #2b3f55;
  font-weight: 900;
  text-transform: uppercase;
}
.common-text {
  font-size: 14px;
  line-height: 20px;
  color: #212529;
  margin-bottom: 10px;
  text-align: justify;
}
.secong-head {
  font-size: 28px;
  line-height: 1.6;
  color: #212529;
  font-weight: 700;
}
.philoul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.philoul > li {
  padding-left: 30px;
  position: relative;
  margin: 7.5px 0;
  text-align: justify;
}
.philoul > li .feather {
  position: absolute;
  left: 0;
}
.icon-dual-success {
  color: rgb(18, 104, 192);
  fill: rgb(18, 104, 192, 0.2);
}
.section-heading {
  font-weight: 900;
  margin: 10px 0;
  font-size: 28px;
  color: #2b3f55;
}
.empin-desg {
  color: #2b3f55;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.img-box-shadow {
  box-shadow: 5px 5px 0 #dedede;
  border: 1px solid #ccc;
}
.empin-nm {
  color: #2b3f55;
  font-weight: bold;
}
.extrainfo {
  font-size: 14px;
  color: #2b3f55;
  margin-bottom: 10px;
  line-height: 20px;
    height: 65px;
}
.tabtext {
  font-size: 14px;
  color: #2b3f55;
  margin-bottom: 5px;
  text-align: justify;
  line-height: 20px;
}
.footer-title {
  font-size: 16px;
  color: #2b3f55;
}
.footer-text {
  font-size: 14px;
  color: #2b3f55;
}
.footerul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footerul li {
  display: inline-block;
}
.footerul li a {
  padding: 7px;
  border-right: 1px solid #2b3f55;
  display: inline-block;
  color: #2b3f55;
}
.footerul li a:hover {
  text-decoration: underline;
}
.footerul li:last-child a {
  border-right: unset;
}
.small-text {
  font-size: 12px;
  color: #2b3f55;
}
.accordion {
  display: inline-block;
  width: 100%;
}
.card {
  border: unset;
}
.card-header {
  background-color: #fff;
  padding: 0;
  border: unset;
}
.management::after {
  color: #000;
  content: "\f067";
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 15px;
}
.management[aria-expanded="true"]::after {
  content: "\f068" !important;
  font-family: "Font Awesome 5 Free";
}
.accordion .card {
/*
  width: calc(50% - 30px);
  float: left;
*/
  margin: 0 0px 30px;
}
.ulleft {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.ulleft li {
  display: inline-block;
  margin-right: 15px;
}
.csul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.address-hdng {
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.addres-name {
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
}
.addres-name .addicon {
  margin-right: 5px;
}
.address-list {
  padding-left: 20px;
  line-height: 21px;
}
a.mailid {
  color: #000;
  text-decoration: none;
}
.contact-form.contactpage {
  margin-top: 30px;
  background-color: #1268c0;
  padding: 30px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-form.contactpage .contactform-title {
  color: #fff;
}
.contactform-title {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.contactfrm input, .contactfrm textarea {
  background-color: #f6f6f6;
  margin-bottom: 7.5px;
  font-size: 14px;
}
/*
.contactfrm input::placeholder, .contactfrm textarea::placeholder {
  font-size: 12px;
  color: #555;
}
*/ ::-webkit-input-placeholder {
  font-size: 12px;
  color: #555;
}
::-moz-placeholder {
  font-size: 12px;
  color: #555;
}
:-ms-input-placeholder {
  font-size: 12px;
  color: #555;
}
:-moz-placeholder {
  font-size: 12px;
  color: #555;
}
.main-btn {
    background-color: #1268c0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 30px!important;
    height: auto!important;
    border-radius: 2px;
    border: none;
    color: #fff;
        text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}
a.main-btn{
    color: #fff;
}
/*
a.main-btn:hover{
    color: #fff;
}
*/
a.readmorebtn {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 15px;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  margin-top: 15px;
}
.readmorebtn {
  background-color: #000 !important;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 15px;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  margin-top: 15px;
  border: unset;
}
.i-input {
  height: 35px;
}
.i-input, .i-input option {
  font-size: 14px;
  color: #555;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
/*Features*/
.feat-card {
    margin-bottom: 10px;
}
a.feat-textbox {
  padding:15px 10px;
  color: #2b3f55;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  position: relative;
    font-size: 16px;
}
a.feat-textbox::after {
  color: #000;
  content: "\f067";
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 13px;
}
a.feat-textbox[aria-expanded="true"]::after {
    content: "\f068" !important;
    font-family: "Font Awesome 5 Free";
}
.feat-body{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.feat-header {
  background-color: #fff;
  padding: 0;
  border: unset;
}
.feattext {
  font-size: 14px;
  color: #2b3f55;
  margin-bottom: 10px;
  line-height: 20px;
  text-align: justify;
}
/*End of Features*/
/*Payment Solution*/
.paysolimg img{
    width: 60px;
}
.paysoltext{
    font-size: 14px;
    color: #2b3f55;margin-top: 10px;
    text-transform: uppercase;
}
/*END of Payment Solution*/
/*Support page*/
.supportbox{
    text-align: center;
    border: 1px dashed#000;
    padding: 15px;
    min-height: 150px;
}
.supportbox img{
    margin-bottom: 10px;
}
.supptitle{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.suppdesc{
    font-size: 13px;
    color: #555;
    margin-top: 5px;
}
.suppdesc a.cont,a.grivcont{
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.suppdesc a.cont .fass{
    margin-right: 5px;
}
a.grivcont .fass{
    margin-right: 5px;
}
.suppdesc a.cont:first-child{
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}
/*End of Support page*/
.owl-carousel .owl-item img{
    width: auto;
}
.owl-item .item{
    height: 70px;
}
@media(max-width:767px) {
    .supportbox{
        margin: 15px 0;
    }
    .header-banner {
        height: 150px;
       /* background-image: url("../img/mobile-banner1.jpg");*/
        background-position:center;
    }
    .header-title{
        font-size: 46px;
        bottom: -60px;
    }
    .about-banner{
        padding-bottom: 20px;
    }
    .common-title{
        font-size: 22px;
    }
    .mngm-photobox {
    margin-bottom: 15px;
}
    .img-box-shadow {
        height: 150px;

    }
    .management::after{
        top:180px;
    }
}
@media(min-width:768px) and (max-width:991px){
    .suppdesc a.cont{
        display: block;
        margin: 5px 0;
    }
    .suppdesc a.cont:first-child{
        margin-right: 0;
        padding-right: 0;
        border: unset;
    }
}
@media(max-width:575px) {
  .pl0 {
    padding-right: 0 !important;
  }
  .pr0 {
    padding-left: 0 !important;
  }
  .i-input {
    margin-bottom: 7.5px;
  }
  .navbar {
    padding: 15px;
  }

}