* {
  box-sizing: border-box;
}
html, body{
  overflow-x: hidden;
}

p{
    text-align: justify;
}
.logom{
    width: 100px;
}
.logodesk{
    display:none;
}
.logof{
    width: 100%;
}
header{
  /*position: sticky;*/
   top: 0;
   z-index: 10;
   width: 100%;
   /* margin-bottom: 60px; */
   float: left;
   max-width: 1600px;
}
.pdslider,.about{
 padding-top: 10px;
}
.navbar{
  padding: 0 !important;
}
.nav-link{
  padding: 0px 20px !important;
  color:black !important;
}
.header.sticky .header{
  top: 42px !important;
}
.slick-slider .element {
  height: 100%;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-slide img{
  width: 80% !important;
  margin: auto;
}
.icon-container-alt h5{
  color: black;
  font-family: normal;
}
.icon-container-alt a{
  text-decoration: none !important;
}
.mbanner{
  height: 300px;
  object-fit: fill;
}
.bxcnt{
  padding-top: 70px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: black;
  clear: both;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
.ltn__feature-item-6.active, .ltn__feature-item-6:hover {
  box-shadow: 0 0 10px 1px rgba(21, 28, 34, .5);
}
.ltn__feature-item-6 {
  border:0 0 10px 1px rgba(21, 28, 34, .5);
  margin-bottom: 30px;
  padding: 40px 30px 35px;
  height: 450px;
}
.ltn__feature-item-6.active::before, .ltn__feature-item-6:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.ltn__feature-item-6::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  -webkit-transition: all 0.5sease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5sease 0s;
  opacity: 0;
  visibility: hidden;
}
.ltn__feature-info h3 a{
  color:black;
  text-decoration: none;
}
.button {
  width: 50%;
padding: 5px 20px;
text-align: center;
color: #000;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
cursor: pointer;
display: inline-block;
border-radius: 15px;
}
.button-3 {
 width: 100% !important;
padding: 5px 20px;
text-align: center;
color: #000;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
cursor: pointer;
display: inline-block;
border-radius: 15px;
}

.button-2, .button-3 {
  color: #fff;
  border: 3px solid #0f559d;
  background-image: linear-gradient(30deg, #0f559d 50%, transparent 50%);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  width: 100%;
}

.button-2:hover {
  background-position: 100%;
  color: #00233e;
}
.button-3:hover {
  background-position: 100%;
  color: #00233e;
}

.about1-section-area {
  border-radius: 8px;
  padding: 30px;
  margin: 50px 0px;
  position: relative;
}
.mbbtn{
    display: none;
}
.links{
    text-decoration: none;
}

 .carousel-caption p{
    font-size: 20px;
  }
  .img-gradient {
    position: relative;
    /*display: inline-block;*/
  }
  .img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgb(3 22 33 / 0%) 0%, rgb(1 37 65 / 63%) 100%);
  }
  .img-gradient img {
    display: block;
    object-fit: fill;
  }
  .carousel-caption {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.carousel-item.active .carousel-caption {
  opacity: 1;
  transform: translateY(0);
}
.offcanvas{
    background: white !important;
}
.offcanvas-header .btn-close{
    filter: none !important;
}
  header.blog-banner {
        background-image: url(../img/page_bg.jpg);
        color: #FFF;
        box-sizing: border-box;
        height: auto;
        width: 100%;
        padding: 80px 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .chev.container {
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
    text-align: center;
}
.blog-header {
    text-align: left;
}
.blog-header h4 {
    color: #333;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 5px;
    display: block;
    margin-bottom: -25px;
    font-weight: 700;
    text-align: left;
}
.blog-header h4 a{
    text-decoration: none;
    color: black;
}
.blog-header h3 {
    line-height: 110px;
}

.blog-header h3 {
    color: #333;
    text-transform: uppercase;
    font-size: 37px;
    letter-spacing: 2px;
    padding-bottom: 8px;
    font-weight: 700;
    text-align: left;
}
.sp11{
    padding: 100px 0px !important;
}
.ft-service-page-items .ft-service-innerbox-2 {
    margin-bottom: 30px;
}

.ft-service-innerbox-2 {
    padding: 8px;
    max-width: 270px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 6px;
    -webkit-transition: 500ms allease;
    transition: 500ms allease;
    box-shadow: 0px 0px 10px 10px #80808030;
    height: 360px;
    margin: 20px 0px;
}
.ft-service-innerbox-2 .ft-service-img {
    overflow: hidden;
    border-radius: 6px;
}
.ft-service-innerbox-2 .ft-service-text {
    padding: 30px 12px 20px;
}
.ft-service-innerbox-2 .ft-service-icon {
    top: -35px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: 0.6scubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.6scubic-bezier(0.24, 0.74, 0.58, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.ft-service-innerbox-2 h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.ft-service-innerbox-2 h3 a{
    color:black;
    text-decoration: none;
}
.ft-btn-2 a{
    color:black;
    text-decoration: none;
}
.ft-service-innerbox-2 .ft-service-serial {
    right: -38px;
    bottom: -58px;
    height: 100px;
    width: 194px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 100%;
    font-family: "Poppins";
    background-color: #002e39;
    -webkit-transition: 500ms allease;
    transition: 500ms allease;
    padding: 15px 10px 10px 32px;
}
.ft-service-innerbox-2:hover {
    background-color: #002e39;
}

.ft-service-innerbox-2:hover.ft-service-innerbox-2 h3 a{
    color:white;
}
.ft-service-innerbox-2:hover .ft-btn-2 a{
    color:white;
}
.num small a{
    text-decoration: none;
    color: #0f559d;
}
.socicon, .fa-phone, .fa-map-marker-alt, .fa-clock{
    color: #0f559d !important;
}
button:focus:not(:focus-visible){
    box-shadow: none !important;
}
.stickytop {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.footer-social-icon{
    padding: 0px 35px;
}
.carousel-control-prev{
    left: 0;
    top: 30% !important;
}
.carousel-control-next {
    right: 0;
    top: 30% !important;
}
.bimg{
    height: 175px;
    object-fit: cover;
}
.blog-content a{
    text-decoration: none !important;
    color:black;
}
.boxpara{
    height: 200px;
    margin-bottom: 30px;
}
.ltn__feature-info h3{
    padding: 10px 20px;
}
.order{
    text-decoration: none !important;
    color: white !important;
}
.owl-carousel.first.owl-theme .owl-nav {
    top: -110px;
}
.owl-carousel.second.owl-theme .owl-nav {
    top: -210px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    background: #10569e !important;
    padding: 15px !important;
    color: white !important;
}
.posts p{
    padding-top: 10px;
    margin: 0;
}