.rubik-font, main {
  font-family: "Rubik", sans-serif;
}

.flw100, main .copyright, main footer .footer-col-4 .follow-us, main footer .footer-col-4 form .input-wrapper input, main footer .footer-col-4 form .input-wrapper, main footer .footer-col-4 form, main footer .footer-col-4 h2, main footer .footer-col-3 ul li a, main footer .footer-col-3 ul li, main footer .footer-col-3 ul, main footer .footer-col-3 h2, main footer .footer-col-2 ul li a, main footer .footer-col-2 ul li, main footer .footer-col-2 ul, main footer .footer-col-2 h2, main footer .footer-col-1 ul li a, main footer .footer-col-1 ul li, main footer .footer-col-1 ul, main footer, main .thank-you-wrap, main .inside-banner-wrapper, main .about-us-content-wrapper, main .customized-page .product-content-wrapp h3, main .customized-page .product-content-wrapp, main .customized-page, main .products-page .product-listing-wrapper .product-content-wrapp, main .products-page, main .breadcrumbs-wrapper, main .testimonials-home .testimonials .slick-slide .testimonials-content .author, main .testimonials-home, main .blog-home .blog-content .blog-content-box, main .blog-home .blog-content .blog-img img, main .blog-home .blog-content .blog-img, main .blog-home .blog-content, main .blog-home, main .product-enquiry-wrapper .product-content-wrapp h3, main .request-call-back-home, main .clients-home, main .services-home p, main .services-home h3, main .services-home, main .banner-wrapper .carousel .carousel-item .carousel-taglines h2, main .banner-wrapper, main header .menu-wrap .navbar .navbar-wrapper .navbar-nav, main header .menu-wrap .navbar .navbar-wrapper, main header .menu-wrap .navbar .navbar-toggler span, main, .global-ul li, main .about-us-content-wrapper ul li, main .customized-page .product-content-wrapp ul li, main .product-enquiry-wrapper .product-content-wrapp ul li, main .request-call-back-home .call-back-content-wrapper .call-back-content ul li, .global-ul, main .about-us-content-wrapper ul, main .customized-page .product-content-wrapp ul, main .product-enquiry-wrapper .product-content-wrapp ul, main .request-call-back-home .call-back-content-wrapper .call-back-content ul, .section-head, main .testimonials-home h2, main .blog-home h2, main .clients-home h1 {
  float: left;
  width: 100%;
}

.section-head, main .testimonials-home h2, main .blog-home h2, main .clients-home h1 {
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 50px;
  line-height: 1;
}
@media (max-width: 991px) {
  .section-head, main .testimonials-home h2, main .blog-home h2, main .clients-home h1 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .section-head, main .testimonials-home h2, main .blog-home h2, main .clients-home h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.beforePseudo, main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li a::before, main header .menu-wrap .navbar .navbar-toggler::after, main header .menu-wrap .navbar .navbar-toggler::before, main header .menu-wrap .navbar .navbar-toggler span::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

.afterPseudo {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.global-ul, main .about-us-content-wrapper ul, main .customized-page .product-content-wrapp ul, main .product-enquiry-wrapper .product-content-wrapp ul, main .request-call-back-home .call-back-content-wrapper .call-back-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  main {
    padding: 0 0 45px 0;
  }
}
main header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: 0.5s;
}
@media (max-width: 991px) {
  main header {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  main header {
    padding: 10px;
  }
}
main header .logo-wrap {
  position: relative;
}
main header .logo-wrap img {
  transition: 0.5s;
  max-width: 100%;
}
main header .logo-wrap .fixed-logo {
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
}
@media (max-width: 767px) {
  main header .logo-wrap .fixed-logo {
    top: 0;
  }
}
main header .menu-wrap {
  width: 63%;
}
@media (max-width: 1200px) {
  main header .menu-wrap {
    width: 75%;
  }
}
@media (max-width: 991px) {
  main header .menu-wrap {
    margin: -34px 0 0 0;
  }
}
main header .menu-wrap .navbar {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  main header .menu-wrap .navbar {
    padding: 0;
    top: 40px;
    float: right;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  main header .menu-wrap .navbar {
    flex-direction: row-reverse;
    padding: 0;
  }
}
main header .menu-wrap .navbar .navbar-toggler {
  padding: 0;
  margin: 5px 0 0 0;
  box-shadow: none !important;
  position: relative;
  width: 25px;
  height: 13px;
  line-height: 1;
  border: none;
  float: right;
}
@media (max-width: 767px) {
  main header .menu-wrap .navbar .navbar-toggler {
    margin: 0;
  }
}
main header .menu-wrap .navbar .navbar-toggler span {
  position: relative;
  background-image: none;
}
main header .menu-wrap .navbar .navbar-toggler span::before {
  width: 100%;
  height: 3px;
  background: #2050a0;
  top: 16px;
}
main header .menu-wrap .navbar .navbar-toggler::before {
  width: 100%;
  height: 3px;
  background: #2050a0;
}
main header .menu-wrap .navbar .navbar-toggler::after {
  width: 100%;
  height: 3px;
  background: #2050a0;
  top: 8px;
}
@media (max-width: 991px) {
  main header .menu-wrap .navbar .navbar-wrapper {
    padding-right: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 48px;
    width: 100%;
    background: #fff;
    text-align: left;
  }
}
@media (max-width: 767px) {
  main header .menu-wrap .navbar .navbar-wrapper {
    width: 300px;
  }
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  main header .menu-wrap .navbar .navbar-wrapper .navbar-nav {
    margin-bottom: 0 !important;
    align-items: flex-start;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li a {
  padding: 35px 0;
  line-height: 1;
  color: #11203f;
  font-size: 16px;
  transition: 0.5s;
  position: relative;
}
@media (max-width: 1200px) {
  main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li a {
    padding: 25px 0;
  }
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li a::before {
  width: 100%;
  background: red;
  height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li a::before {
    display: none;
  }
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li a:after {
  position: relative;
  left: 5px;
}
@media (max-width: 767px) {
  main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li a:after {
    position: absolute;
    left: calc(100% - 15px);
    top: 15px;
  }
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li a:hover::before {
  height: 5px;
}
@media (max-width: 991px) {
  main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li a {
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #11203f !important;
  }
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li ul {
  border-radius: 0;
  width: 300px;
  margin: 0;
  padding: 10px;
  border: 1px solid #dddddd;
}
@media (max-width: 767px) {
  main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li ul {
    float: left;
    width: 100%;
    background: rgba(240, 242, 245, 0.9882352941);
    padding-bottom: 0;
    padding-top: 0;
    border: none;
    display: block;
  }
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li ul li a {
  padding: 15px 20px;
}
@media (max-width: 767px) {
  main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li ul li a {
    font-size: 12px;
  }
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li ul li a::before {
  display: none;
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li ul li a:hover {
  background: #ea1a30;
  color: #fff !important;
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li ul:last-child a {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 15px 20px;
  color: #000000 !important;
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li ul:last-child a:hover {
  background: #ea1a30;
}
@media (max-width: 991px) {
  main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li:last-child {
    border-bottom: none;
  }
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li:last-child a {
  background: #eb1933;
  padding: 20px 15px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li:last-child a {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li:last-child a {
    background: transparent !important;
    color: #eb1933 !important;
    border-radius: 0;
    padding: 10px 0;
    box-shadow: none;
  }
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li:last-child a::before {
  display: none;
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li:last-child a:hover {
  background: #2151a1;
}
@media (max-width: 991px) {
  main header .menu-wrap .navbar .navbar-wrapper .navbar-nav li:last-child a {
    border-bottom: none;
  }
}
main header .menu-wrap .navbar .navbar-wrapper .navbar-nav .active a::before {
  height: 5px;
}
main .fixed {
  background: #2151a1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
main .fixed .logo-wrap .fixed-logo {
  opacity: 1;
}
main .fixed .logo-wrap .default {
  opacity: 0;
}
main .fixed .menu-wrap .navbar .navbar-toggler::after, main .fixed .menu-wrap .navbar .navbar-toggler::before {
  background: #0135a5;
}
@media (max-width: 991px) {
  main .fixed .menu-wrap .navbar .navbar-toggler::after, main .fixed .menu-wrap .navbar .navbar-toggler::before {
    background: #fff;
  }
}
main .fixed .menu-wrap .navbar .navbar-toggler span::before {
  background: #0135a5;
}
@media (max-width: 991px) {
  main .fixed .menu-wrap .navbar .navbar-toggler span::before {
    background: #fff;
  }
}
main .fixed .menu-wrap .navbar .navbar-wrapper .navbar-nav li a {
  color: #fff;
  padding: 25px 0;
}
main .fixed .menu-wrap .navbar .navbar-wrapper .navbar-nav li a::before {
  background: #fff;
}
@media (max-width: 991px) {
  main .fixed .menu-wrap .navbar .navbar-wrapper .navbar-nav li a {
    border-bottom: 1px solid rgba(20, 68, 172, 0.12);
  }
}
@media (max-width: 767px) {
  main .banner-wrapper .carousel-indicators {
    bottom: 10px;
  }
}
main .banner-wrapper .carousel-indicators button {
  opacity: 1 !important;
  border: 1px solid #fff !important;
  transition: 0.5s;
}
main .banner-wrapper .carousel-indicators button.active {
  background: #eb1933;
}
@media (max-width: 767px) {
  main .banner-wrapper .carousel-indicators {
    margin-bottom: 0;
  }
}
main .banner-wrapper .carousel .carousel-item {
  position: relative;
}
main .banner-wrapper .carousel .carousel-item .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .banner-wrapper .carousel .carousel-item .carousel-taglines {
  width: 550px;
  max-width: 100%;
}
@media (max-width: 1200px) {
  main .banner-wrapper .carousel .carousel-item .carousel-taglines {
    width: 390px;
  }
}
@media (max-width: 767px) {
  main .banner-wrapper .carousel .carousel-item .carousel-taglines {
    width: 61%;
  }
}
main .banner-wrapper .carousel .carousel-item .carousel-taglines h3 {
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  background: #2151a1;
  line-height: 1;
  margin-bottom: 15px;
  float: left;
  animation-delay: 0.5s;
  padding: 10px 15px;
}
@media (max-width: 1200px) {
  main .banner-wrapper .carousel .carousel-item .carousel-taglines h3 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  main .banner-wrapper .carousel .carousel-item .carousel-taglines h3 {
    font-size: 17px;
    margin: 0 0 10px 0;
  }
}
main .banner-wrapper .carousel .carousel-item .carousel-taglines h2 {
  font-size: 41px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 15px;
  animation-delay: 1s;
}
@media (max-width: 1200px) {
  main .banner-wrapper .carousel .carousel-item .carousel-taglines h2 {
    font-size: 32px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  main .banner-wrapper .carousel .carousel-item .carousel-taglines h2 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
}
main .banner-wrapper .carousel .carousel-item .carousel-taglines a {
  text-decoration: none;
  color: #fff;
  background: #eb1933;
  line-height: 1;
  font-size: 16px;
  float: left;
  padding: 15px 20px;
  border-radius: 5px;
  transition: 0.5s;
  animation-delay: 1.5s;
}
@media (max-width: 1200px) {
  main .banner-wrapper .carousel .carousel-item .carousel-taglines a {
    padding: 13px 15px;
  }
}
@media (max-width: 767px) {
  main .banner-wrapper .carousel .carousel-item .carousel-taglines a {
    padding: 5px 8px;
    font-size: 13px;
  }
}
main .banner-wrapper .carousel .carousel-item .carousel-taglines a:hover {
  color: #eb1933;
  background: #fff;
}
@media (max-width: 1200px) {
  main .banner-wrapper .carousel .carousel-item .banner-bg {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  main .banner-wrapper .carousel .carousel-item .banner-bg {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  main .banner-wrapper .carousel .carousel-item .banner-bg {
    height: 200px;
    object-fit: cover;
  }
}
main .banner-wrapper .carousel .carousel-control-prev, main .banner-wrapper .carousel .carousel-control-next {
  width: 5%;
}
main .services-home {
  padding: 50px 0;
}
@media (max-width: 767px) {
  main .services-home {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  main .services-home .services-wrapper:nth-child(3), main .services-home .services-wrapper:nth-child(4) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  main .services-home .services-wrapper {
    display: block !important;
    padding: 0 15px !important;
  }
}
main .services-home .service-color-1 {
  position: relative;
}
main .services-home .service-color-1 a {
  background: #05b0d0;
}
main .services-home .service-color-2 {
  position: relative;
}
main .services-home .service-color-2 a {
  background: #000d28;
}
main .services-home .service-color-3 {
  position: relative;
}
main .services-home .service-color-3 a {
  background: #2151a1;
}
main .services-home .service-color-4 {
  position: relative;
}
main .services-home .service-color-4 a {
  background: #001643;
}
main .services-home h3 {
  padding: 35px 20px 15px 20px;
  font-size: 17px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1200px) {
  main .services-home h3 {
    padding: 20px 15px 5px 15px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  main .services-home h3 {
    padding: 15px 15px 10px 15px;
    font-size: 13px;
  }
}
main .services-home p {
  padding: 0 20px 0 20px;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1200px) {
  main .services-home p {
    padding: 0 15px 0 15px;
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  main .services-home p {
    padding: 0 15px;
    font-size: 13px;
  }
}
main .services-home i {
  position: absolute;
  right: 20px;
  bottom: 25px;
  color: #fff;
}
@media (max-width: 1200px) {
  main .services-home i {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  main .services-home i {
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
  }
}
main .services-home a {
  transition: 0.5s;
}
main .services-home a i {
  transition: 0.5s;
}
main .services-home a:hover {
  background: #868686 !important;
}
main .services-home a:hover i {
  right: 10px;
}
main .services-home .service-img img {
  width: 100%;
}
@media (max-width: 991px) {
  main .services-home .service-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  main .services-home .service-img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
  }
}
main .clients-home {
  padding: 60px 0 50px 0;
}
@media (max-width: 991px) {
  main .clients-home {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  main .clients-home {
    padding: 20px 0;
  }
}
main .clients-home h1 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  main .clients-home h1 {
    margin-bottom: 30px;
  }
}
main .clients-home .slick-slide {
  margin-right: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  main .clients-home .slick-slide {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  main .clients-home .slick-slide {
    margin-right: 20px;
  }
}
main .clients-home .slick-slide img {
  width: auto !important;
}
@media (max-width: 767px) {
  main .clients-home .slick-slide img {
    width: 80%;
  }
}
main .request-call-back-home .call-back-img iframe {
  height: 350px;
}
main .request-call-back-home .call-back-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  main .request-call-back-home .call-back-img img {
    height: 450px;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  main .request-call-back-home .call-back-img img {
    height: auto;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  main .request-call-back-home .call-back-img img {
    height: auto;
  }
}
main .request-call-back-home .call-back-content-wrapper {
  background-color: #f0f0f0;
}
@media (max-width: 991px) {
  main .request-call-back-home .call-back-content-wrapper {
    padding: 40px 15px;
  }
}
@media (max-width: 767px) {
  main .request-call-back-home .call-back-content-wrapper {
    padding: 20px 15px;
  }
}
main .request-call-back-home .call-back-content-wrapper .call-back-content {
  width: 500px;
  color: #000;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  margin-left: 40px;
}
@media (max-width: 1200px) {
  main .request-call-back-home .call-back-content-wrapper .call-back-content {
    width: 400px;
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  main .request-call-back-home .call-back-content-wrapper .call-back-content {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  main .request-call-back-home .call-back-content-wrapper .call-back-content {
    width: 100%;
    margin-left: 0;
  }
}
main .request-call-back-home .call-back-content-wrapper .call-back-content h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  main .request-call-back-home .call-back-content-wrapper .call-back-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  main .request-call-back-home .call-back-content-wrapper .call-back-content h3 {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
main .request-call-back-home .call-back-content-wrapper .call-back-content p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  main .request-call-back-home .call-back-content-wrapper .call-back-content p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .request-call-back-home .call-back-content-wrapper .call-back-content p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
main .request-call-back-home .call-back-content-wrapper .call-back-content ul {
  margin-bottom: 10px;
}
main .request-call-back-home .call-back-content-wrapper .call-back-content ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 0 12px 0;
  width: 50%;
}
@media (max-width: 1200px) {
  main .request-call-back-home .call-back-content-wrapper .call-back-content ul li {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  main .request-call-back-home .call-back-content-wrapper .call-back-content ul li {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
main .request-call-back-home .call-back-content-wrapper .call-back-content ul li i {
  width: 15px;
  color: #eb1933;
  margin-right: 15px;
}
main .request-call-back-home .call-back-content-wrapper .call-back-content ul li span {
  color: #2151a1;
}
@media (max-width: 767px) {
  main .request-call-back-home .call-back-content-wrapper .call-back-content ul li span {
    font-size: 14px;
  }
}
main .request-call-back-home .call-back-content-wrapper .call-back-content a {
  text-decoration: none;
  background: #eb1933;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 5px;
  transition: 0.5s;
  transition: 0.5s;
}
main .request-call-back-home .call-back-content-wrapper .call-back-content a:hover {
  background: #2151a1;
}
@media (max-width: 767px) {
  main .request-call-back-home .call-back-content-wrapper .call-back-content a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
main .about-us-wrapper .call-back-content-wrapper {
  background: #2151a1;
}
main .about-us-wrapper .call-back-content-wrapper h3, main .about-us-wrapper .call-back-content-wrapper p, main .about-us-wrapper .call-back-content-wrapper li, main .about-us-wrapper .call-back-content-wrapper i, main .about-us-wrapper .call-back-content-wrapper span {
  color: #fff !important;
}
main .about-us-wrapper .call-back-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  main .about-us-wrapper .call-back-img img {
    height: auto;
  }
}
main .product-enquiry-wrapper .product-content-wrapp {
  float: right;
  width: 520px;
  max-width: 100%;
  margin: 30px 50px 30px 0;
}
@media (max-width: 1200px) {
  main .product-enquiry-wrapper .product-content-wrapp {
    width: 450px;
  }
}
@media (max-width: 991px) {
  main .product-enquiry-wrapper .product-content-wrapp {
    width: 300px;
  }
}
@media (max-width: 767px) {
  main .product-enquiry-wrapper .product-content-wrapp {
    margin: 20px 0;
    float: left;
    width: 100%;
    padding: 0 15px;
  }
}
main .product-enquiry-wrapper .product-content-wrapp h2 {
  font-size: 21px;
  margin-bottom: 20px;
}
main .product-enquiry-wrapper .product-content-wrapp h3 {
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: 20px;
}
main .product-enquiry-wrapper .product-content-wrapp p {
  margin-bottom: 0;
}
main .product-enquiry-wrapper .product-content-wrapp ul li {
  padding-bottom: 10px;
}
main .product-enquiry-wrapper .product-content-wrapp ul li i {
  margin-right: 10px;
}
main .product-enquiry-wrapper .product-content-wrapp ul li span {
  float: right;
  width: calc(100% - 30px);
}
main .product-enquiry-wrapper .call-back-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .blog-home {
  background: #f0f0f0;
  padding: 50px 0;
}
@media (max-width: 991px) {
  main .blog-home {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  main .blog-home {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  main .blog-home h2 {
    margin-bottom: 30px;
  }
}
main .blog-home .blog-content .blog-img {
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  main .blog-home .blog-content .blog-img {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  main .blog-home .blog-content .blog-img {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  main .blog-home .blog-content .blog-content-box {
    padding: 0;
    margin-bottom: 20px;
  }
}
main .blog-home .blog-content .blog-content-box p {
  color: #3c3c3c;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  main .blog-home .blog-content .blog-content-box p {
    margin-bottom: 15px;
  }
}
main .blog-home .blog-content .blog-content-box a {
  text-decoration: none;
  font-size: 15px;
  color: #2e0068;
  font-weight: 600;
  transition: 0.5s;
}
main .blog-home .blog-content .blog-content-box a:hover {
  color: #eb1933;
}
main .testimonials-home {
  padding: 60px 0;
}
@media (max-width: 991px) {
  main .testimonials-home {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  main .testimonials-home {
    padding: 25px 0;
  }
}
main .testimonials-home .testimonials button {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  background: transparent;
  border: none;
  padding: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
main .testimonials-home .testimonials button::before {
  font-size: 21px;
  color: #2151a1;
  content: "\f061";
}
main .testimonials-home .testimonials .slick-slide img {
  width: 256px;
  float: left;
}
@media (max-width: 767px) {
  main .testimonials-home .testimonials .slick-slide img {
    width: 100%;
  }
}
main .testimonials-home .testimonials .slick-slide .testimonials-content {
  float: right;
  width: calc(100% - 256px);
  padding-left: 30px;
  text-align: left;
}
@media (max-width: 991px) {
  main .testimonials-home .testimonials .slick-slide .testimonials-content {
    width: calc(100% - 256px);
    padding-left: 30px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  main .testimonials-home .testimonials .slick-slide .testimonials-content {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
  }
}
main .testimonials-home .testimonials .slick-slide .testimonials-content h3 {
  font-size: 31px;
  font-weight: 600;
  margin: 0 0 30px 0;
  line-height: 1;
}
@media (max-width: 767px) {
  main .testimonials-home .testimonials .slick-slide .testimonials-content h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
}
main .testimonials-home .testimonials .slick-slide .testimonials-content p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 25px 0;
}
@media (max-width: 991px) {
  main .testimonials-home .testimonials .slick-slide .testimonials-content p {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  main .testimonials-home .testimonials .slick-slide .testimonials-content p {
    font-size: 15px;
    margin: 0 0 30px 0;
  }
}
main .testimonials-home .testimonials .slick-slide .testimonials-content .author h4 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 5px;
  color: #eb1933;
  font-weight: 600;
}
@media (max-width: 991px) {
  main .testimonials-home .testimonials .slick-slide .testimonials-content .author h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  main .testimonials-home .testimonials .slick-slide .testimonials-content .author h4 {
    font-size: 22px;
  }
}
main .testimonials-home .testimonials .slick-slide .testimonials-content .author h5 {
  font-size: 18px;
  line-height: 1;
  margin: 10px 0 0 0;
  font-weight: 400;
  color: #3c3c3c;
}
@media (max-width: 991px) {
  main .testimonials-home .testimonials .slick-slide .testimonials-content .author h5 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  main .testimonials-home .testimonials .slick-slide .testimonials-content .author h5 {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
main .breadcrumbs-wrapper {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
main .breadcrumbs-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
main .breadcrumbs-wrapper ul li {
  color: #11203f;
  font-size: 16px;
}
main .breadcrumbs-wrapper ul li a {
  text-decoration: none;
  color: #11203f;
  padding: 0 13px;
  position: relative;
  margin: 0 6px;
}
main .breadcrumbs-wrapper ul li a::before {
  position: absolute;
  content: "/";
  right: 0;
}
main .products-page {
  padding: 40px 0;
}
main .products-page .product-listing-wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  main .products-page .product-listing-wrapper {
    flex-direction: column;
  }
}
main .products-page .product-listing-wrapper .product-content-wrapp {
  margin-top: 40px;
}
@media (max-width: 767px) {
  main .products-page .product-listing-wrapper .product-content-wrapp {
    margin: 0 0 30px 0;
  }
}
main .products-page .product-listing-wrapper .product-content-wrapp h2 {
  font-size: 21px;
  margin-bottom: 20px;
}
main .products-page .product-listing-wrapper .product-content-wrapp p {
  margin-bottom: 30px;
}
main .products-page .product-listing-wrapper .product-content-wrapp a {
  text-decoration: none;
  background: #eb1933;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 5px;
  transition: 0.5s;
  transition: 0.5s;
}
main .products-page .product-listing-wrapper .product-content-wrapp a:hover {
  background: #2151a1;
}
@media (max-width: 767px) {
  main .products-page .product-listing-wrapper .product-content-wrapp a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
main .products-page .product-listing-wrapper .product-img-wrap img {
  width: 100%;
}
main .customized-page {
  padding: 40px 0;
}
@media (max-width: 767px) {
  main .customized-page .product-content-wrapp {
    margin: 0 0 30px 0;
  }
}
main .customized-page .product-content-wrapp h2 {
  font-size: 21px;
  margin-bottom: 20px;
}
main .customized-page .product-content-wrapp h3 {
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 20px;
}
main .customized-page .product-content-wrapp p {
  margin-bottom: 30px;
}
main .customized-page .product-content-wrapp ul li {
  padding-bottom: 10px;
}
main .customized-page .product-content-wrapp ul li i {
  margin-right: 10px;
}
main .customized-page .product-content-wrapp ul li span {
  float: right;
  width: calc(100% - 30px);
}
main .about-us-content-wrapper {
  padding: 40px 0 20px;
}
main .about-us-content-wrapper ul {
  margin-bottom: 20px;
}
main .about-us-content-wrapper ul li {
  padding-bottom: 10px;
  width: 33%;
}
@media (max-width: 767px) {
  main .about-us-content-wrapper ul li {
    width: 100%;
  }
}
main .about-us-content-wrapper ul li i {
  margin-right: 10px;
}
main .contact-form-content-wrapper .contact-form-box {
  float: right;
  width: 520px;
  max-width: 100%;
  margin: 30px 50px 0 0;
}
@media (max-width: 1200px) {
  main .contact-form-content-wrapper .contact-form-box {
    width: 450px;
  }
}
@media (max-width: 991px) {
  main .contact-form-content-wrapper .contact-form-box {
    width: 300px;
  }
}
@media (max-width: 767px) {
  main .contact-form-content-wrapper .contact-form-box {
    margin: 20px 0;
    float: left;
    width: 100%;
    padding: 0 15px;
  }
}
main .product-enquiry-form .contact-form-box {
  float: left;
  width: 520px;
  max-width: 100%;
  margin: 30px 0 30px 50px;
}
@media (max-width: 1200px) {
  main .product-enquiry-form .contact-form-box {
    width: 450px;
  }
}
@media (max-width: 991px) {
  main .product-enquiry-form .contact-form-box {
    width: 300px;
  }
}
@media (max-width: 767px) {
  main .product-enquiry-form .contact-form-box {
    margin: 20px 0;
    float: left;
    width: 100%;
    padding: 0 15px;
  }
}
main .product-enquiry-form .call-back-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  main .product-enquiry-form .call-back-img img {
    height: auto;
  }
}
main .thank-you-wrap i {
  font-size: 50px;
  width: 80px;
  height: 80px;
  line-height: 77px;
  border: 2px solid #32b824;
  border-radius: 50%;
  color: #32b824;
}
main .thank-you-wrap h3 {
  color: #595959;
  margin: 20px 0 5px 0;
  font-weight: 700;
  font-size: 35px;
}
main .thank-you-wrap p {
  color: #595959;
  margin: 0 0 5px 0;
}
main .thank-you-wrap a {
  background: #eb1933;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding: 10px 40px;
  line-height: 1;
  display: inline-block;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}
main footer {
  background: #2151a1;
  padding: 50px 0 35px 0;
}
@media (max-width: 767px) {
  main footer {
    padding: 20px 0;
  }
}
main footer .footer-col-1 .footer-logo {
  margin-bottom: 25px;
}
main footer .footer-col-1 p {
  color: #fff;
}
@media (max-width: 1200px) {
  main footer .footer-col-1 p {
    font-size: 14px;
  }
}
main footer .footer-col-1 p:last-child {
  margin-bottom: 0;
}
main footer .footer-col-1 p a {
  color: #fff;
  text-decoration: none;
}
main footer .footer-col-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main footer .footer-col-1 ul li a {
  color: #fff;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
  padding: 10px 0;
  transition: 0.5s;
  font-weight: 600;
}
main footer .footer-col-1 ul li a:hover {
  padding-left: 5px;
}
@media (max-width: 767px) {
  main footer .footer-col-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    margin-top: 15px;
  }
}
main footer .footer-col-2 h2 {
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1200px) {
  main footer .footer-col-2 h2 {
    font-size: 15px;
  }
}
main footer .footer-col-2 ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}
main footer .footer-col-2 ul li a {
  color: #bfd7ff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  padding: 8px 0;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  main footer .footer-col-2 ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  main footer .footer-col-2 ul li a {
    padding: 5px 0;
  }
}
main footer .footer-col-2 ul li a i {
  font-size: 13px;
  float: left;
  padding-top: 2px;
}
@media (max-width: 767px) {
  main footer .footer-col-2 ul li a i {
    padding-top: 3px;
  }
}
main footer .footer-col-2 ul li a span {
  float: left;
  padding-left: 10px;
}
@media (max-width: 767px) {
  main footer .footer-col-2 ul li a span {
    float: right;
    width: calc(100% - 10px);
    line-height: 1.3;
  }
}
main footer .footer-col-2 ul li a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  main footer .footer-col-3 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    margin-top: 15px;
  }
}
main footer .footer-col-3 h2 {
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
main footer .footer-col-3 h2 a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  main footer .footer-col-3 h2 {
    font-size: 15px;
  }
}
main footer .footer-col-3 ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}
main footer .footer-col-3 ul li a {
  color: #bfd7ff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  padding: 8px 0;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  main footer .footer-col-3 ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  main footer .footer-col-3 ul li a {
    padding: 5px 0;
  }
}
main footer .footer-col-3 ul li a i {
  font-size: 13px;
  float: left;
  padding-top: 2px;
}
@media (max-width: 767px) {
  main footer .footer-col-3 ul li a i {
    padding-top: 3px;
  }
}
main footer .footer-col-3 ul li a span {
  float: left;
  padding-left: 10px;
}
@media (max-width: 767px) {
  main footer .footer-col-3 ul li a span {
    float: right;
    width: calc(100% - 10px);
    line-height: 1.3;
  }
}
main footer .footer-col-3 ul li a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  main footer .footer-col-4 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    margin-top: 15px;
  }
}
main footer .footer-col-4 h2 {
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 25px 0;
}
@media (max-width: 1200px) {
  main footer .footer-col-4 h2 {
    font-size: 15px;
  }
}
main footer .footer-col-4 form .input-wrapper {
  position: relative;
}
main footer .footer-col-4 form .input-wrapper input {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  height: 45px;
  padding: 0 85px 0 10px;
  outline: none;
  color: #fff;
}
main footer .footer-col-4 form .input-wrapper button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 39px;
  background: #fff;
  border: none;
  color: #000;
  width: 74px;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.5s;
}
main footer .footer-col-4 form .input-wrapper button:hover {
  background: #eb1933;
  color: #fff;
}
main footer .footer-col-4 .follow-us {
  margin-top: 30px;
}
main footer .footer-col-4 .follow-us span {
  float: left;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 10px 0 0 0;
}
main footer .footer-col-4 .follow-us ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
main footer .footer-col-4 .follow-us ul li {
  float: left;
}
main footer .footer-col-4 .follow-us ul li a {
  float: left;
  width: 36px;
  height: 36px;
  background: #fff;
  color: #839ecd;
  transition: 0.5s;
  border-radius: 50%;
  margin-left: 10px;
  text-align: center;
  font-size: 19px;
  line-height: 38px;
}
main footer .footer-col-4 .follow-us ul li a:hover {
  transform: rotateZ(360deg);
}
main .copyright {
  background: #2151a1;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #4c72b2;
}
@media (max-width: 767px) {
  main .copyright {
    text-align: center;
  }
}
main .copyright .row {
  align-items: center;
}
main .copyright .row ul {
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  main .copyright .row ul {
    display: flex;
    float: none;
    margin: 10px 0 0 0;
    flex-direction: column;
    align-items: center;
  }
}
main .copyright .row ul li {
  float: left;
  margin-left: 20px;
}
main .copyright .row ul li a {
  float: left;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  main .copyright .row ul li a {
    font-size: 14px;
  }
}
main .copyright .row ul li a:hover {
  color: #eb1933;
}
main .request-call-back-float {
  position: fixed;
  right: -8px;
  top: 180px;
  z-index: 2;
}
@media (max-width: 767px) {
  main .request-call-back-float {
    top: initial;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    height: 35px;
  }
  main .request-call-back-float img {
    width: 200px;
    position: relative;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (min-width: 992px) {
  main .navbar .nav-item .dropdown-menu {
    display: none;
  }
  main .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  main .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
