@import url('https://fonts.googleapis.com/css2?family=Karla&family=Merriweather:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Merriweather:wght@300&family=Pacifico&family=Patua+One&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body {
    padding: 0%;
    margin: 0%;
    overflow-x: hidden;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none !important;
}

.nav-item {
    padding: 0px 8px;
    position: relative;
}

.mini-nav a {
    color: rgb(90, 90, 90);
}

.nav-item a {
    color: black !important;
    font-family: 'Karla', sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.vertex a {
    color: #fff;
    font-weight: bold;
}

.vertex a:hover {
    color: rgb(194, 194, 194);
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid black !important;
    border-radius: .25rem;
    color: black !important;
}

.navbar-toggler i {
    padding: 2px 0px 0px 0px;
    font-size: 14px;
}

.mini-header {
    width: 100%;
    height: 50px;
    line-height: 40px;
    font-size: 13px;
    padding: 6px 0px 0px 0px;
    color: #02387b;
    font-family: 'Karla', sans-serif;
    border-bottom: 1px solid #e4e4e4;
}
.top-two ul {
    display: flex;
  }
  .top-two ul {
    justify-content: end;
  }
.mini-header i {
    color: #02387b;
    padding: 0px 16px;
}
.top-two img {
    width: 28px;
    margin-bottom: 5px;
    border-radius: 2px;
  }
  .flags h6{
      color: black !important;
    }
    .top-two ul li{
        list-style: none;
    }
    .top-two ul li i {
        font-size: 14px;
        color: #0e0000;
        margin-left: 30px;
    }
    .flags ul li h6{
      font-family: 'Karla', sans-serif !important;
    color: #fff;
    font-size: 13px;
    margin: 12px 18px 0px 8px;
  }
.carousel-item img {
    width: 100%;
}

.gutter-img img {
    width: 100%;
}

.about-image img {
    width: 100%;
}

.main-nav {
    margin-left: 38% !important;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    padding: 14px 70px 26px 70px !important;
    border: 1px solid transparent;
}

.navbar {
    border-radius: 0px !important;
}

.navbar-brand {
    float: left;
    height: 0px;
    padding: 0px 0px !important;
    font-size: 18px;
    /* /* line-height: 20px; */
}


/* carousel :start */

.carousel-inner {
    background-color: #f2f2f2;
    padding: 50px 10px;
}

.carousel-caption {
    position: absolute;
    top: 113px;
    text-align: left !important;
    left: 42px !important;
    text-shadow: none !important;
}

.carousel-caption h3 {
    color: black;
    font-size: 46px;
    line-height: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-weight: 700;
}

.carousel-caption P {
    font-family: 'Karla', sans-serif;
    padding: 5px 0px 30px 0px;
    margin: 0px;
    font-size: 15px;
    width: 45%;
    text-align: justify;
    color: #626262;
    line-height: 24px;
}

.carousel-caption a {
    border: 1px solid #02387b;
    background-color: #02387b;
    border-radius: 5px;
    padding: 12px 22px;
    color: white;
}

.carousel-caption a:hover {
    color: white;
    text-decoration: none;
}

.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute !important;
    background: no-repeat 50%/100% 100%;
    background-image: url(../images/arrow2.png) !important;
    right: 140px !important;
}

.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute !important;
    background: no-repeat 50%/100% 100%;
    background-image: url(../images/arrow.png) !important;
    left: 138px !important;
}


/* carousel end */

.header-tabs {
    position: relative;
    top: -35px;
}

.box-shadow {
    /* border: 1px solid black; */
    padding: 16px 24px;
    border-radius: 7px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    background-color: white;
    cursor: pointer;
    transition: .3S ease-in-out;
}

.box-shadow:hover {
    transform: translateY(-10px);
    background-color: #02387b;
    color: white;
}

.box-shadow h4 {
    font-size: 17px;
    padding: 9px 0px 0px 0px;
    font-weight: bold;
    font-family: 'Karla', sans-serif;
}

.box-shadow p {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
}

.box-shadow i {
    color: tomato;
}


/* header-tabs end */

.service-txt h2 {
    padding: 0px 0px 20px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin: 2px 0px 14px 0px;
    font-size: 31px;
}

.service-txt h1 {
    margin: 0px;
    font-size: 17px;
    font-family: sans-serif;
    color: rgb(133, 133, 133);
    padding: 4px 0px;
}

.about-us {
    padding: 66px 20px 50px 20px;
    background: #deeaf938;
}

.col-text {
    padding: 56px 40px 64px 42px;
    background-color: #02387b;
    color: white;
}

.col-text a {
    color: white;
    padding: 10px 16px;
    border: 1px solid white;
    border-radius: 5px;
}

.col-text a:hover {
    color: white;
    text-decoration: none;
}

.col-text h2 {
    font-size: 31px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.col-text p {
    padding: 0px 0px 10px 0px;
    font-family: 'Karla', sans-serif;
    text-align: justify;
}

.col-text span {
    font-family: 'Karla', sans-serif;
}


/* .about-us end */

.about-tubes {
    background-color: #deeaf938;
    padding: 0px 0px 28px 0px;
    /* margin: 0px 0px 47px 0px; */
}

.info-box {
    padding: 16px 50px 50px 50px;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 7px;
    height: 290px;
    cursor: pointer;
    transition: .3s ease-in-out;
    box-shadow: 100px 10px 54px rgba(0, 0, 0, 0.08);
}

.info-box:hover p,
.info-box:hover h5,
.info-box:hover a,
.info-box:hover span,
.info-box:hover a:before,
.info-box:hover a:hover {
    color: white;
}

.info-box:hover a:before {
    background-color: white;
}

.info-box:hover {
    background-color: #02387b;
}

.info-box h5 {
    font-size: 17px;
    font-weight: bold;
    color: #3c3c3c;
    padding: 0px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
}

.info-box img {
    padding: 0px 0px 10px 0px;
}

.info-box p {
    color: rgb(109, 109, 109, 1);
    font-size: 11px;
    margin: 0px 0px 6px 0px;
    text-align: justify;
    line-height: 19px;
}

.info-box .btn-cla {
    color: black;
    position: relative;
    font-weight: 400;
}

.info-box .btn-cla:before {
    content: "";
    background-color: #02387b;
    height: 2px;
    width: 20px;
    position: absolute;
    bottom: 0;
    top: 22px;
    transition: .4s ease-in-out;
}

.info-box a:hover {
    color: black;
    text-decoration: none;
}

.info-box a:hover:before {
    width: 100%;
}


/* <!-- about-tubes end --> */

.inner-text p {
    margin-bottom: 0px;
    font-size: 17px;
    font-family: 'Karla', sans-serif;
    color: rgb(133, 133, 133);
}

.inner-text h2 {
    padding: 0px 0px 20px 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 31px;
    font-weight: bold;
    margin: 9px 0px 23px 0px;
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #02387b;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #02387b;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.shadow-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.effect-text {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: -556px;
    padding: 0px 50px;
    background-color: #02387b;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .6s ease-in-out;
    box-shadow: 100px 10px 54px rgba(0, 0, 0, 0.08);
}

.effect-text h2 {
    font-weight: bold;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
}

.effect-text p {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
}

.shadow-effect:hover .effect-text {
    left: 0;
    opacity: 0.9;
    color: white;
}


/* <!-- inner-carousel end --> */

.attachment-img {
    background-color: #02387b;
    background-size: cover;
    width: 100%;
    margin: 64px 0px 64px 0px;
    padding: 80px 0px 80px 0px;
    color: white;
}

.form-submit a {
    border: 1px solid white;
    padding: 10px 32px;
    border-radius: 5px;
    position: relative;
    left: 15px;
    top: 11px;
    color: white;
}

.form-text h2 {
    margin: 0%;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.form-text p {
    padding: 10px 0px 0px 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 16px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control::placeholder {
    font-size: 12px;
}

.form-submit a:hover {
    color: white;
    text-decoration: none;
}


/* form :end */

.footr-image {
    background-color: #00295d;
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    color: white;
}

.footer-top h4 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    padding: 0px 0px 20px 0px;
}

.footer-top h4:before {
    content: "";
    position: absolute;
    width: 12%;
    height: 2px;
    background-color: rgb(255, 60, 0);
    top: 27px;
}

.footer-links {
    padding: 0px 70px !important;
}

.footer-icons .icons-b i {
    padding: 0px 20px 0px 0px;
    padding: 10px;
    color: black;
    border-radius: 50%;
    margin: 0px 7px 0px 0px;
    background: white;
}

.icons-b a {
    color: white;
}

.icons-b a:hover {
    color: white;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links p {
    line-height: 23px;
    font-size: 12px;
    text-align: justify;
}

.footer-links ul li {
    line-height: 24px;
    font-size: 14px;
}

.footer-links ul li a {
    color: white;
    font-size: 12px;
}

.footer-links i {
    padding: 0px 10px 0px 0px;
    font-size: 13px;
}
.footer-links .ri-whatsapp-line {
        padding: 0px 5px 0px 0px;
    font-size: 16px;
}

.footer-links img {
    width: 73%;
    position: relative;
    bottom: 16px;
}

.quick-links span {
    padding: 0px 10px 0px 0px;
}

.boder-1 {
    border: 1px solid none;
    padding: 23px;
    border-radius: 6px;
    /* background-color: #2f2f2f; */
    margin-top: 32px;
}

.boder-1 i {
    font-size: 12px;
    padding: 0px 10px;
}

.boder-1 h4 {
    font-size: 20px;
    font-weight: 700;
}

.boder-1 p {
    font-size: 14px;
    margin: 6px 0px 0px 1px;
}

.boder-2 {
    border: 1px solid none;
    padding: 23px;
    background-color: #313131;
    color: white !important;
    border-radius: 6px;
    transform: scale(1.1);
    margin-top: 32px;
}

.boder-2 h4 {
    font-size: 20px;
    font-weight: 700;
}

.boder-2 i {
    font-size: 12px;
    padding: 0px 10px;
}

.boder-2 p {
    font-size: 14px;
    margin: 6px 0px 0px 1px;
}

.boder-3 {
    border: 1px solid none;
    padding: 23px;
    border-radius: 6px;
    /* background-color: #2f2f2f ; */
    margin-top: 32px;
}

.boder-3 h4 {
    font-size: 20px;
    font-weight: 700;
}

.boder-3 i {
    font-size: 12px;
    padding: 0px 10px;
}

.boder-3 p {
    font-size: 14px;
    margin: 6px 0px 0px 1px;
}

.copy-right {
    position: relative;
    top: 35px;
    display: flex;
    justify-content: space-between;
}

.copy-right p {
    font-size: 13px;
    color: #d9d9d9;
}

.boder-1,
.boder-3 {
    height: 85%;
}

.address span {
    display: inline-block;
    margin-left: 35px
}

.boder-1 .address:before {
    position: absolute;
    left: 37px;
    font-weight: 700;
    font-family: "FontAwesome";
    content: "\f3c5";
    padding: 0 10px;
    margin: 0 10px 0 0;
}

.boder-2 .address:before {
    position: absolute;
    left: 22px;
    font-weight: 700;
    font-family: "FontAwesome";
    content: "\f3c5";
    padding: 0 10px;
    margin: 0 10px 0 0;
}

.boder-3 .address:before {
    position: absolute;
    left: 37px;
    font-weight: 700;
    font-family: "FontAwesome";
    content: "\f3c5";
    padding: 0 10px;
    margin: 0 10px 0 0;
}

.footer-contct a {
    border: 1px solid white;
    padding: 7px 28px;
    border-radius: 5px;
    color: white;
    position: absolute;
}

.footer-contct a:hover {
    color: white;
    text-decoration: none;
}

.tubes-nav {
    position: absolute;
    z-index: 1;
    padding: 0;
    background: white;
    top: 40px;
    width: 220%;
    visibility: hidden;
    left: -22px;
    list-style: none;
    border-radius: 5px;
    box-shadow: 3px 4px 18px #d3d3d385;
    transition: .4s ease-in-out;
    opacity: 0;
    font-size: 15px;
}

.tubes-nav li {
    padding: 12px 17px;
    border-bottom: 1px solid #cdcdcd;
}

.nav-item i {
    padding: 10px 5px;
    /* position: absolute; */
    top: 14px;
}

.drop-down:hover .tubes-nav {
    top: 70px;
    visibility: visible;
    opacity: 1;
}

.alumium {
    position: relative;
}

.alumium-drop {
    position: absolute;
    background: white;
    padding: 0;
    list-style: none;
    top: 0px;
    z-index: 1;
    left: 200px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 3px 4px 18px #d3d3d385;
    transition: .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.alumium:hover .alumium-drop {
    left: 185px;
    visibility: visible;
    opacity: 1;
}

.vertex {
    position: relative;
    right: 40px;
}

.blogs {
    margin-block: 50px;
}

.blog-content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
  }

.blog-img img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

.blog-text {
    padding: 20px 20px 30px 20px;
  }

.blogs .btn-cla {
    color: black;
    position: relative;
    font-weight: 400;
  }

.blogs .btn-cla:before {
    content: "";
    background-color: #02387b;
    height: 2px;
    width: 20px;
    position: absolute;
    bottom: 0;
    top: 22px;
    transition: .4s ease-in-out;
}

  .blog-text h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333333;
  }

  .right-blog > h2{
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333333;
  }

  .right-blog > h1{
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333333;
  }

  .right-blog p {
    color: #777;
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    margin-bottom: 24px;
  }

  .right-blog-2 > h2{
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333333;
  }
  .right-blog-2 > h3{
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333333;
  }
  .exporters{
    border-radius: 10px;
  }
  .right-blog-2 p {
    margin-top: 20px;
    color: #777;
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    margin-bottom: 24px;
  }

  .right-blog-2 h4{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333333;
  }

  .inner-blog-img img{
   border-radius: 10px; 
  }

  .blog-text p {
    color: #777;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 24px;
  }

  .blog-date h6 {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    color: #777;
    font-weight: 500;
  }
  .blog-date i {
      color: #02387b;
      font-size: 16px;
      margin-right: 3px;
}
.right-blog h6 {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    color: #777;
    font-weight: 500;
  }
  .why-choose > h6{
    font-family: 'Karla', sans-serif;
    font-size: 16px;
color: #02387b;
    font-weight: 500;
  }

.right-blog i {
      color: #02387b;
      font-size: 16px;
      margin-right: 3px;
}
    .blog-date-2 {
    border-right: 1px solid #e3e3e3;
  }
  
  .blog-btn {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    padding: 12px 26px;
    border-radius: 20px;
  }

  .blog-inner-section{
    margin-block: 50px;
  }
  .shine {
    position: relative;
    overflow: hidden;
  }
  
  .shine::before {
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.208) 100%
    );
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 30%;
    z-index: 2;
  }
  .portfolio-box:hover .shine::before,
  .shine:focus::before {
    -webkit-animation: shine 2.3s;
    animation: shine 2.3s;
  }
  
  @-webkit-keyframes shine {
    100% {
      left: 125%;
    }
  }
  @keyframes shine {
    100% {
      left: 125%;
    }
  }

/* rsponsive :start */

@media(max-width: 1199px) {
    .main-nav {
        margin-left: 25% !important;
    }
    .col-text h2 {
        font-size: 21px;
    }
    .col-text p {
        font-size: 13px;
    }
    .col-text {
        padding: 37px 40px 38px 42px;
    }
    .info-box h5 {
        font-size: 16px;
    }
    .info-box {
        height: 322px;
    }
}

@media(max-width: 1024px) {
    .navbar-nav {
        margin-left: 12% !important;
    }
    .nav-item {
        padding: 0px 13px;
    }
    .carousel-control-prev-icon {
        right: 121px !important;
    }
    .carousel-control-next-icon {
        left: 125px !important;
    }
    .col-text {
        padding: 37px 40px 36px 42px !important;
    }
    .carousel-caption a {
        padding: 10px 22px;
    }
    .col-text h2 {
        font-size: 27px;
    }
    .info-box {
        padding: 18px 50px 50px 50px;
    }
    .carousel-caption h3 {
        font-size: 34px;
        line-height: 43px;
    }
    .carousel-caption P {
        padding: 0px 0px 21px 0px;
    }
    .carousel-caption {
        top: 78px;
    }
    .navbar {
        padding: 14px 85px 26px 85px !important;
    }
    .col-text {
        padding: 32px 40px 30px 42px;
    }
    .col-text h2 {
        font-size: 22px !important;
    }
}

@media(max-width: 991px) {
    .top-two ul{
        justify-content: center;
    }
    .navbar {
        padding: 17px 0px !important;
    }
    .nav-item a {
        font-size: 15px;
    }
    .navbar-nav {
        margin-left: 0 !important;
    }
    .info-box {
        padding: 15px 13px 13px 14px;
    }
    .carousel-caption P {
        font-size: 13px;
        line-height: 21px;
    }
    .col-text h2 {
        font-size: 19px !important;
        margin: 5px 0px;
    }
    .col-text {
        padding: 12px 40px 26px 42px !important;
    }
    .col-text a {
        padding: 7px 16px;
        font-size: 11px;
    }
    .blog-content{
        margin-top: 45px;
      }
      .blogs{
        margin: 0%;
      }
}

@media(max-width: 880px) {
    .carousel-control-next-icon {
        left: 112px !important;
    }
    .carousel-control-prev-icon {
        right: 103px !important;
    }
    .carousel-caption {
        top: 37px;
    }
    .carousel-caption h3 {
        font-size: 30px;
        line-height: 33px;
    }
    .carousel-control-next-icon {
        left: 97px !important;
    }
}

@media (max-width: 768px) {
    .flags{
        display: none;
    }
    .nav-item {
        padding: 0px 4px;
    }
    .navbar-nav {
        margin-left: 0% !important;
    }
    .nav-item a {
        font-size: 15px;
    }
    .carousel-control-next-icon {
        left: 89px !important;
    }
    .carousel-control-prev-icon {
        right: 85px !important;
    }
    .carousel-caption h3 {
        font-size: 30px;
        line-height: 34px;
    }
    .navbar-nav {
        margin-left: 16% !important;
    }
    .carousel-caption {
        top: 25px;
    }
    .box-shadow h4 {
        font-size: 13px;
        padding: 0px 0px 0px 0px;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
    }
    .box-shadow p {
        font-size: 12px;
    }
    .gutter-img img {
        height: 300px !important;
        width: 100%;
    }
    .col-text h2 {
        font-size: 23px;
        margin-top: 12px;
        margin-bottom: 14px;
    }
    .col-text p {
        font-size: 13px;
    }
    .info-box {
        padding: 5px 10px 0px 10px !important;
        height: 310px;
    }
    .info-box h5 {
        font-size: 13px;
    }
    .footer-icons .icons-b i {
        padding: 6px;
    }
    .col-text {
        padding: 19px 40px 28px 42px !important;
    }
}

@media (max-width: 767px) {
    .bh-head h3 {
        line-height: 30px;
    }
    .bh-head{
        display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
    }
    .breadcrumb-section{
            padding: 0px !important;
            padding-bottom: 10px !important;
    }
    .carousel-caption h3 {
        font-size: 29px;
        line-height: 36px;
    }
    .box-shadow {
        margin-bottom: 29px;
    }
    .about-us {
        padding: 50px 20px 50px 20px;
    }
    .info-box {
        height: 310px;
        padding: 20px 19px 0px 19px !important;
    }
    .footer-links {
        position: relative;
        left: 0% !important;
    }
    .carousel-control-prev-icon {
        right: 67px !important;
    }
    .header-tabs {
        top: 28px;
        margin-bottom: 30px;
    }
    .carousel-caption {
        right: 23%;
    }
    .carousel-caption P {
        font-size: 12px;
        line-height: 21px;
    }
    .carousel-caption h3 {
        font-size: 28px;
        line-height: 29px;
    }
    .carousel-caption a {
        padding: 8px 15px;
    }
    .col-text h2 {
        font-size: 22px !important;
        margin: 5px 0px;
        line-height: 30px !important;
    }
}

@media (max-width: 675px) {
    .bh-head h3 {
        line-height: 30px;
    }
    .bh-head{
        display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
    }
    .breadcrumb-section{
            padding: 0px !important;
            padding-bottom: 10px !important;
    }
    .carousel-caption {
        top: 0px;
    }
    .carousel-caption h3 {
        font-size: 25px;
        line-height: 31px;
    }
    .carousel-caption P {
        padding: 0px 0px 15px 0px;
    }
    .carousel-control-next-icon {
        left: 75px !important;
    }
}

@media(max-width: 625px) {
    .bh-head h3 {
        line-height: 30px;
    }
    .bh-head{
        display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
    }
    .breadcrumb-section{
            padding: 0px !important;
            padding-bottom: 10px !important;
    }
    .carousel-caption h3 {
        font-size: 21px;
        line-height: 25px;
    }
    .carousel-caption h3 {
        font-size: 21px;
        line-height: 25px;
    }
    .carousel-caption a {
        font-size: 10px;
    }
}

@media(max-width: 575px) {
    .bh-head h3 {
        line-height: 30px;
    }
    .bh-head{
        display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
    }
    .breadcrumb-section{
            padding: 0px !important;
            padding-bottom: 10px !important;
    }
    .carousel-control-next-icon {
        left: 53px !important;
    }
    .info-box {
        height: 234px;
        padding: 20px 19px 0px 19px !important;
    }
}

@media(max-width: 525px) {
    .bh-head h3 {
        line-height: 30px;
    }
    .bh-head{
        display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
    }
    .breadcrumb-section{
            padding: 0px !important;
            padding-bottom: 10px !important;
    }
    .carousel-control-prev-icon {
        right: 56px !important;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 15px !important;
        height: 15px !important;
    }
    .carousel-caption h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 5px 0px;
    }
    .carousel-caption P {
        font-size: 12px;
        line-height: 17px;
    }
}

@media(max-width: 475px) {
    .bh-head h3 {
        line-height: 30px;
    }
    .bh-head{
        display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
    }
    .breadcrumb-section{
            padding: 0px !important;
            padding-bottom: 10px !important;
    }
    .carousel-caption P {
        font-family: 'Karla', sans-serif;
        padding: 5px 0px 11px 0px;
        margin: 0px;
        font-size: 11px;
        width: 53%;
        color: #626262;
        line-height: 16px;
    }
    .carousel-control-prev-icon {
        right: 47px !important;
    }
}

@media (max-width: 425px) {
    .bh-head h3 {
        line-height: 30px;
    }
    .bh-head{
        display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
    }
    .breadcrumb-section{
            padding: 0px !important;
            padding-bottom: 10px !important;
    }
    .carousel-control-prev-icon {
        right: 36px !important;
    }
    .carousel-control-next-icon {
        left: 36px !important;
    }
    .carousel-caption {
        top: -10px;
        left: 18px !important;
    }
    .carousel-caption h3 {
        font-size: 18px;
        line-height: 21px;
    }
    .carousel-caption a {
        padding: 7px 7px;
        font-size: 12px;
    }
    .carousel-caption P {
        font-size: 12px;
    }
    .box-shadow {
        width: 169px;
        position: relative;
        left: 108px;
    }
    .info-box p {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .bh-head h3 {
        line-height: 30px;
    }
    .bh-head{
        display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
    }
    .breadcrumb-section{
            padding: 0px !important;
            padding-bottom: 10px !important;
    }
    .box-shadow {
        left: 88px;
    }
    .copy-right {
        top: 45px;
    }
    .copy-right p {
        font-size: 11px;
    }
    .service-txt h2 {
        padding: 0px 0px 20px 8px;
        font-size: 23px;
    }
    .service-txt p {
        padding: 0px 0px 0px 10px;
    }
    .carousel-control-prev-icon {
        right: 22px !important;
    }
    .carousel-control-next-icon {
        left: 29px !important;
    }
    .mini-header i {
        padding: 0px 12px;
    }
    .mini-header {
        font-size: 14px;
    }
    .box-shadow {
        left: 88;
    }
}

@media (max-width: 320px) {
    .carousel-caption {
        top: -39px;
        left: 18px !important;
    }
    .carousel-caption {
        top: -39px;
        left: 18px !important;
    }
    .carousel-caption h3 {
        font-size: 16px;
        line-height: 17px;
    }
    .carousel-caption P {
        font-size: 10px;
    }
    .box-shadow {
        left: 65px;
    }
    .navbar-brand {
        width: 87% !important;
    }
    .copy-right p {
        font-size: 10px;
    }
    .copy-right {
        top: 41px;
    }
    .gutter-img img {
        display: none;
    }
}
.whatsapp {
    position: fixed;
    right: 32px;
    background-color: #25d366;
    z-index: 4;
    bottom: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s all ease-in-out;
  }
  
  .whatsapp i {
    color: #fff;
    font-size: 42px;
  }
  
  .whatsapp:hover {
    background-color: #075e54;
  }
  .bullet-points {
    margin-top: 20px;
    color: #777;
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
  }