@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-Light.woff2") format("woff2"), url("./assets/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("./assets/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("./assets/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("./assets/fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("./assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.cmnbtn.outlinebtn {
  background: transparent;
  color: #1D33A4;
  border: 1px solid #1D33A4;
}

body {
  padding: 0;
  font-family: "Montserrat";
  font-weight: 400;
  margin: 0;
  font-size: 16px;
}

img {
  max-width: 100%;
}

a {
  color: #404040;
}

a:hover {
  color: #303030;
}

a, i {
  transition: all 0.4s;
  text-decoration: none;
}

li {
  margin-bottom: 16px;
}

b, strong {
  font-weight: 600;
}

p {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
}

.cmn-inquiry {
  transition: 0.3s all;
  color: #fff;
  background: #0F3640;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 27px;
  border-radius: 50px;
  display: inline-block;
  align-items: center;
  text-align: left;
  position: relative;
  border: 1px solid #1D33A4;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
}
.cmn-inquiry .head-inauiry {
  line-height: 20px;
}
.cmn-inquiry i {
  margin-right: 20px;
}
.cmn-inquiry span {
  display: block;
  font-size: 12px;
}
.cmn-inquiry:hover {
  background: #fff;
}

.btngroup {
  align-items: center;
  display: flex;
}
.btngroup .cmnbtn:first-child {
  margin-right: 50px;
}

.cmn-heading {
  text-align: left;
  margin-bottom: 20px;
}
.cmn-heading strong {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding-left: 90px;
  color: #1D33A4;
}
.cmn-heading strong:after {
  position: absolute;
  content: "";
  background: #1D33A4;
  width: 74px;
  height: 4px;
  bottom: 0;
  left: 0;
  top: -4px;
  right: auto;
  bottom: 0;
  margin: auto;
  left: 0;
}
.cmn-heading strong:before {
  position: absolute;
  content: "";
  background: #5BC2E8;
  width: 9px;
  height: 9px;
  top: 0;
  left: 70px;
  top: 8px;
  z-index: 1;
}
.cmn-heading .text-head {
  position: relative;
  position: relative;
  text-align: left;
  font-size: 28px;
  color: #000;
  margin-bottom: 0px;
  margin-bottom: 20px;
  font-weight: 700;
}
.cmn-heading .text-head span {
  color: #1D33A4;
}
.cmn-heading .text-head.text-center:after {
  margin: auto;
}
.cmn-heading .text-head.white-clr {
  color: #fff;
}
.cmn-heading .text-head.white-clr:after {
  background: #fff;
}

.cmnbtn {
  transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #1D33A4;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 600;
  padding: 4px 20px;
  display: inline-block;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  line-height: 40px;
  position: relative;
}
.cmnbtn:hover {
  background: linear-gradient(117.35deg, #1D33A4 -34.73%, #4DB0DD 112.35%);
  transition: 0.3s all;
  color: #fff;
  border-color: #1D33A4;
}
.cmnbtn i {
  margin-left: 10px;
}

.whitebtn {
  border: 1px solid #fff;
  color: #fff;
}

.cmn-heading.leftheading {
  text-align: left;
}
.cmn-heading.leftheading .text-head {
  text-align: left;
}
.cmn-heading.leftheading .text-head:after {
  margin: 0;
}

.bulletpoints ul {
  padding: 0px;
  list-style: none;
}
.bulletpoints ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
.bulletpoints ul li:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/tick.png);
  width: 22px;
  height: 22px;
  background-size: 22px;
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group textarea {
  height: 110px;
  border-radius: 0px;
  color: #707070;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  padding: 0;
  font-weight: 500;
  letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

li.moreinquiry a {
  display: flex;
  align-items: center;
}
li.moreinquiry a:hover i {
  animation: blink 1s infinite;
}
li.moreinquiry a:hover .head-inauiry {
  color: #1D33A4;
}
li.moreinquiry a i {
  margin-right: 10px;
  transition: all 0.3s ease;
}
li.moreinquiry a .head-inauiry {
  color: #0F3640;
  font-size: 20px;
  font-weight: bold;
}
li.moreinquiry a .head-inauiry span {
  display: block;
  color: #1D33A4;
  font-weight: 500;
  font-size: 16px;
}

section.section {
  padding: 50px 0px;
  position: relative;
}

.flexheading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexheading .flexright-ct {
  width: 40%;
  padding-left: 50px;
  text-align: right;
}

.bannerseciton {
  background-image: url(assets/images/bannerbg.webp);
  padding-bottom: 40px;
  padding-top: 120px;
}
.bannerseciton .banner-ctmain strong {
  background: #5BC2E8;
  color: #1D33A4;
  padding: 2px 12px;
  border-radius: 20px;
}
.bannerseciton .banner-ctmain h1 {
  color: #383838;
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #1D33A4;
  padding-bottom: 20px;
}
.bannerseciton .banner-ctmain h1:after {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  background: #5BC2E8;
  left: 0;
  bottom: -5px;
}
.bannerseciton .banner-ctmain h1::before {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  background: #5BC2E8;
  right: 0;
  bottom: -5px;
}
.bannerseciton .banner-ctmain h1 span {
  color: #1D33A4;
  display: block;
}
.bannerseciton .bannerslidermain {
  margin-top: 30px;
  position: relative;
}
.bannerseciton .bannerslidermain .swiper-button-prev, .bannerseciton .bannerslidermain .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #9C9C9C;
  color: #000;
}
.bannerseciton .bannerslidermain .swiper-button-prev:after, .bannerseciton .bannerslidermain .swiper-button-next:after {
  font-size: 18px;
}
.bannerseciton .bannerslidermain .swiper-button-prev:hover, .bannerseciton .bannerslidermain .swiper-button-next:hover {
  background: #1D33A4;
  color: #fff;
}
.bannerseciton .bannerslidermain .swiper-button-prev {
  left: -20px;
}
.bannerseciton .bannerslidermain .swiper-button-prev:after {
  font-family: bootstrap-icons !important;
  content: "\f12f";
}
.bannerseciton .bannerslidermain .swiper-button-next {
  right: -20px;
}
.bannerseciton .bannerslidermain .swiper-button-next:after {
  font-family: bootstrap-icons !important;
  content: "\f138";
}
.bannerseciton .bannerslidermain .swiper-slide .swiperinner {
  border-radius: 20px;
  overflow: hidden;
}
.bannerseciton .bannersmall-img {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.bannerseciton .bannersmall-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staticsbanner-bottom {
  background: #F2F4FF;
  padding: 30px 0px;
}
.staticsbanner-bottom ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0px -15px;
}
.staticsbanner-bottom ul li {
  padding: 0px 15px;
  width: 33.33%;
}
.staticsbanner-bottom ul li .statsbox {
  transition: 0.3s all;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.2509803922);
  text-align: center;
  padding: 30px 15px;
  border-radius: 0px 50px 0px 50px;
}
.staticsbanner-bottom ul li .statsbox strong {
  font-size: 28px;
  font-weight: 700;
  color: #1D33A4;
  display: block;
}
.staticsbanner-bottom ul li .statsbox span {
  font-size: 18px;
}
.staticsbanner-bottom ul li .statsbox:hover {
  background: #1D33A4;
  color: #fff;
  transform: translateY(-10px);
}
.staticsbanner-bottom ul li .statsbox:hover strong {
  color: #fff;
}

.aboutus-hme {
  padding: 50px 0px;
}

.ourservicesmain.servicesection .swiperinner:hover {
  background: #1D33A4;
  transition: 0.3s all;
}

.servicesection {
  background: #F8F8F8;
  padding: 50px 0px;
}
.servicesection .swiperinner {
  background: #EEEEEE;
  padding: 15px 15px 25px 15px;
  border-radius: 20px;
}
.servicesection .swiperinner:hover {
  background: #1D33A4;
}
.servicesection .swiperinner:hover .ser-ct a {
  color: #fff;
}
.servicesection .swiperinner:hover .ser-ct p {
  color: #fff;
}
.servicesection .swiperinner:hover .ser-ct .sericon-right span {
  background: #fff;
}
.servicesection .swiperinner:hover .ser-ct .sericon-right span img {
  filter: none;
}
.servicesection .swiperinner .serimg img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}
.servicesection .swiperinner .ser-ct a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0px;
  line-height: 24px;
  min-height: 45px;
}
.servicesection .swiperinner .ser-ct .sericon-right {
  text-align: right;
  position: relative;
}
.servicesection .swiperinner .ser-ct .sericon-right span {
  display: inline-block;
  text-align: right;
  background: #1d33a4;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 10px 10px 31px 10px;
  line-height: 54px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.servicesection .swiperinner .ser-ct .sericon-right span:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 3px;
  background: #5BC2E8;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.servicesection .swiperinner .ser-ct .sericon-right span img {
  filter: brightness(0) invert(1);
}
.servicesection .swiperinner .ser-ct .sericon-right:after {
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  width: 100%;
  background: #CCCCCC;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.servicesection .swiperinner .ser-ct a.explorebtn {
  margin: 0;
  font-size: 16px;
}
.servicesection .swiperinner .ser-ct a.explorebtn i {
  margin-left: 10px;
}
.servicesection .ourserviceslidermain {
  position: relative;
}
.servicesection .ourserviceslidermain .serviceiconsmain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.servicesection .ourserviceslidermain .serviceiconsmain .serviceiconsright {
  position: relative;
  width: 100px;
}
.servicesection .ourserviceslidermain .serviceiconsmain .serviceiconsright .swiper-button-prev, .servicesection .ourserviceslidermain .serviceiconsmain .serviceiconsright .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #1D33A4;
  border-radius: 50%;
  color: #fff;
}
.servicesection .ourserviceslidermain .serviceiconsmain .serviceiconsright .swiper-button-prev:after, .servicesection .ourserviceslidermain .serviceiconsmain .serviceiconsright .swiper-button-next:after {
  font-size: 18px;
}
.servicesection .ourserviceslidermain .serviceiconsmain .serviceiconsright .swiper-button-prev {
  left: 0;
}
.servicesection .ourserviceslidermain .serviceiconsmain .serviceiconsright .swiper-button-prev:after {
  font-family: bootstrap-icons !important;
  content: "\f12f";
}
.servicesection .ourserviceslidermain .serviceiconsmain .serviceiconsright .swiper-button-next:after {
  font-family: bootstrap-icons !important;
  content: "\f138";
}
.servicesection .ourserviceslidermain .serviceiconsmain .linehr {
  width: 60%;
  color: #1D33A4;
  position: relative;
  height: 0.5px;
  background: #1D33A4;
}
.servicesection .ourserviceslidermain .serviceiconsmain .linehr:after {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  background: #5BC2E8;
  left: 0;
  bottom: -5px;
}
.servicesection .ourserviceslidermain .serviceiconsmain .linehr:before {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  background: #5BC2E8;
  right: 0;
  bottom: -5px;
}

.videosection-inner {
  position: relative;
}

.whychooseus {
  padding: 50px 0px;
  background: #fff;
}
.whychooseus .whyrightpad {
  position: relative;
}
.whychooseus .whychooseuslist {
  position: absolute;
  width: 135%;
  overflow: hidden;
  right: 0;
  background-image: url(assets/images/chooseus-img.webp);
  padding: 20px;
  border-radius: 0px 100px 0px 100px;
  margin-top: 20px;
}
.whychooseus .whychooseuslist ul {
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: 0;
  position: relative;
}
.whychooseus .whychooseuslist ul:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 5px;
  background: #1D33A4;
  margin: auto;
  left: 0;
  right: 0;
  top: -21px;
  z-index: 1;
}
.whychooseus .whychooseuslist ul li {
  width: 33.33%;
  padding: 0px 15px;
  margin-bottom: 0;
  border-right: 0.5px dashed #1d33a4;
}
.whychooseus .whychooseuslist ul li:last-child {
  border: none;
}
.whychooseus .whychooseuslist ul li p {
  margin-bottom: 0;
  font-size: 14px;
}
.whychooseus .whychooseuslist ul span {
  display: block;
  width: 50px;
  margin-bottom: 15px;
}
.whychooseus .whychooseuslist ul strong {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.testimonail-section {
  padding: 50px 0px;
  padding-top: 0;
  position: relative;
}
.testimonail-section:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/client_testi.webp);
  height: 67%;
  left: 0;
  right: 0;
  width: 75%;
  background-size: 700px;
  top: 0;
  z-index: -1;
}
.testimonail-section .testimonailbox {
  padding: 50px 0px;
}
.testimonail-section .swipermain {
  display: flex;
}
.testimonail-section .swipermain .mainsliderct .rating {
  color: #ffcc00;
}
.testimonail-section .swipermain .swiper.mySwiper2 {
  width: 70%;
  margin: 0;
}
.testimonail-section .swipermain .swiper.clientslider {
  max-height: 300px;
  width: 30%;
  text-align: center;
}
.testimonail-section .swipermain .swiper.clientslider .swiper-slide .testiimage {
  transform: scale(0.8);
}
.testimonail-section .swipermain .swiper.clientslider .swiper-slide.swiper-slide-active .testiimage {
  transform: scale(1.3);
}
.testimonail-section .swipermain .swiper.clientslider .swiper-slide.swiper-slide-active .testiimage img {
  border: 1px solid #1d33a4;
  border-radius: 50%;
}
.testimonail-section .testimonail-bt strong {
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  color: #1D33A4;
}
.testimonail-section .testimonail-bt .testimonails-btimg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1D33A4;
  border-radius: 60px;
  padding: 30px;
}
.testimonail-section .testimonail-bt .testimonails-btimg .testbt-contact {
  display: flex;
}
.testimonail-section .testimonail-bt .testimonails-btimg .testbt-contact p {
  margin-bottom: 0;
  color: #fff;
  margin-left: 20px;
}
.testimonail-section .testimonail-bt .testimonails-btimg .testbt-contact p a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.testimonail-section .testimonail-bt .testimonails-btimg .testbt-contact span {
  background: #5BC2E8;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.testimonail-section .testimonail-bt .testimonails-btimg .testbt-contact span img {
  width: 30px;
}
.testimonail-section .testimonail-bt .testimonails-btimg .more-servicebtn .cmnbtn {
  border: 1px solid #fff;
}
.testimonail-section .testmonail-img {
  position: relative;
  height: 100%;
}
.testimonail-section .testmonail-img:after {
  content: "";
  position: absolute;
  background-image: url(assets/images/logo-round.webp);
  width: 120px;
  height: 120px;
  right: 0;
}
.testimonail-section .testmonail-img img {
  border-radius: 0px 150px 0px 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  left: 0;
  right: 0;
}

.contact-section {
  background: #F8F8F8;
  padding: 50px 0px;
}
.contact-section .formfooter {
  position: relative;
  background: #1b2d86;
  padding: 0px;
  height: 620px;
}
.contact-section .formfooter:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 6px;
  background: #5BC2E8;
  top: 0;
  right: 0;
}
.contact-section .formfooter h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.contact-section .formfooter iframe {
  width: 100%;
  height: 100%;
}
.contact-section .contactmain-home .location-mini .loc-icons {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.contact-section .contactmain-home .location-mini .loc-icons span {
  background: #1D33A4;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
}
.contact-section .contactmain-home .location-mini .loc-icons strong {
  font-size: 20px;
  font-weight: 700;
}
.contact-section .contactmain-home ul {
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.contact-section .contactmain-home ul li a {
  display: inline-block;
}
.contact-section .contactmain-home ul li a p {
  display: flex;
  align-items: center;
}
.contact-section .contactmain-home ul li a p span {
  background: #1D33A4;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
}
.contact-section .contactmain-home ul li a:hover {
  color: #1D33A4;
  transform: translateY(-10px);
}
.contact-section .contactmain-home .contact-img img {
  border-radius: 150px 0px 0px 150px;
}

footer .footerlink {
  background-image: url(assets/images/foot_bg.webp);
  padding: 40px 0px;
  padding-bottom: 0px;
}
footer .footerlink .footertitlingtext {
  height: 105px;
  overflow: hidden;
  margin-top: 20px;
  border-top: 1px solid rgba(234, 233, 233, 0.4);
  padding-top: 20px;
}
footer .footerlink .footerlinklogo p {
  font-size: 14px;
}
footer .footerlink .footerlinklogo a {
  display: inline-block;
  margin-bottom: 10px;
}
footer .footerlink .followus h5 {
  font-size: 20px;
  font-weight: 600;
}
footer .footerlink .followus ul {
  display: flex;
  list-style: none;
  padding: 0;
}
footer .footerlink .followus ul li {
  margin-right: 10px;
}
footer .footerlink .followus ul li a {
  background: #F2F4F6;
  display: inline-block;
  border: 1px solid #E4E6E8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #1D33A4;
}
footer .footerlink .ftlink-main .fthead {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .footerlink .ftlink-main ul {
  list-style: none;
  padding: 0;
}
footer .footerlink .ftlink-main ul li {
  position: relative;
  padding-left: 16px;
  position: relative;
}
footer .footerlink .ftlink-main ul li:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/right.png);
  width: 12px;
  height: 12px;
  background-size: 10px;
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
}
footer .footerlink .ftlink-main ul li a {
  font-size: 14px;
}
footer .footerlink .ftlink-main ul li a:hover {
  color: #1D33A4;
}
footer .footercopy {
  background: #1D33A4;
  padding: 30px 0px;
  padding-bottom: 0;
}
footer .footercopy p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

input.form-control {
  background: #0D207E;
  border-radius: 35px;
  height: 45px;
  border: none;
  padding: 10px 15px;
  color: #fff;
}
input.form-control::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
input.form-control::placeholder {
  color: #fff;
  font-size: 14px;
}
input.form-control:focus {
  outline: none;
  box-shadow: none;
  background: #0D207E;
  color: #fff;
}

textarea.form-control {
  background: #0D207E;
  border-radius: 35px;
  border: none;
  padding: 10px 15px;
  padding-top: 20px;
}
textarea.form-control::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
textarea.form-control::placeholder {
  color: #fff;
  font-size: 14px;
}
textarea.form-control:focus {
  outline: none;
  box-shadow: none;
  background: #0D207E;
  color: #fff;
}

.innerpage-section {
  background-image: url(assets/images/about-banner.webp);
  height: 400px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.innerpage-section .container {
  height: 100%;
}
.innerpage-section .container .innertext {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.innerpage-section .container .innertext .innercontent {
  width: 80%;
  margin: auto;
}
.innerpage-section .container .innertext .innercontent h1 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.innerpage-section .container ul {
  padding: 0;
  display: inline-block;
  list-style: none;
  justify-content: end;
  background: #1D33A4;
  margin-bottom: 0;
  border-radius: 50px;
  padding: 10px 15px;
}
.innerpage-section .container ul li {
  color: #fff;
  display: inline-block;
  margin-bottom: 0px;
}
.innerpage-section .container ul li a {
  color: #fff;
}
.innerpage-section .tilingline {
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -12px;
}

.tiling-solutionssection {
  background: #F3F6FF;
  padding: 50px 0px;
}
.tiling-solutionssection .solutionsbox ul {
  padding: 0;
  list-style: none;
  display: flex;
}
.tiling-solutionssection .solutionsbox ul li:first-child {
  border-radius: 200px 0px 0px 200px;
  overflow: hidden;
  padding-right: 10px;
}
.tiling-solutionssection .solutionsbox ul li:last-child {
  border-radius: 0px 200px 200px 0px;
  overflow: hidden;
  padding-left: 10px;
}
.tiling-solutionssection .solutionsbox .solutionbt {
  display: flex;
}
.tiling-solutionssection .solutionsbox .solutionbt span {
  width: calc(100% - 100px);
  text-align: right;
}

.tiling-services .text-head {
  margin-bottom: 40px;
}
.tiling-services .serimg-tiling {
  border-radius: 200px 0px 0px 0px;
  overflow: hidden;
}
.tiling-services .ser-ct .serdiv {
  margin-bottom: 30px;
}
.tiling-services .ser-ct .serdiv strong {
  background: #1D33A4;
  color: #fff;
  padding: 4px 20px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.easysetps-flooring {
  background: #F3F6FF;
}
.easysetps-flooring .text-head {
  margin-bottom: 40px;
}
.easysetps-flooring .easystepslist ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.easysetps-flooring .easystepslist ul li {
  width: 25%;
  padding: 20px;
  position: relative;
  border-radius: 20px;
}
.easysetps-flooring .easystepslist ul li:hover {
  background: #fff;
}
.easysetps-flooring .easystepslist ul li .polygonicon {
  position: absolute;
  right: -7px;
  top: 45%;
  bottom: 0;
  display: inline-block;
  margin: auto;
  z-index: 1;
}
.easysetps-flooring .easystepslist ul li .polygonicon img {
  width: 15px;
}
.easysetps-flooring .easystepslist ul li:first-child {
  border-top: 0.5px #1D33A4 dashed;
}
.easysetps-flooring .easystepslist ul li:first-child:after {
  content: "";
  position: absolute;
  top: 4%;
  left: 0;
  height: 60%;
  border-left: 1px dashed #1d33a4;
  transform-origin: right;
}
.easysetps-flooring .easystepslist ul li:first-child::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  bottom: 32%;
  left: -6px;
  border: 1px solid #1D33A4;
}
.easysetps-flooring .easystepslist ul li:nth-child(2) {
  border-bottom: 0.5px #1D33A4 dashed;
}
.easysetps-flooring .easystepslist ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  height: 90%;
  border-left: 1px dashed #1d33a4;
  transform-origin: right;
}
.easysetps-flooring .easystepslist ul li:nth-child(2):after {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  height: 90%;
  border-left: 1px dashed #1d33a4;
  transform-origin: right;
}
.easysetps-flooring .easystepslist ul li:nth-child(3) {
  border-top: 0.5px #1D33A4 dashed;
}
.easysetps-flooring .easystepslist ul li:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  height: 90%;
  border-left: 1px dashed #1d33a4;
  transform-origin: right;
}
.easysetps-flooring .easystepslist ul li:nth-child(4) {
  border-bottom: 0.5px #1D33A4 dashed;
}
.easysetps-flooring .easystepslist ul li:nth-child(4)::before {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 0;
  height: 60%;
  border-left: 1px dashed #1d33a4;
  transform-origin: right;
}
.easysetps-flooring .easystepslist ul li:nth-child(4)::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  bottom: 62%;
  right: -6px;
  border: 1px solid #1D33A4;
}
.easysetps-flooring .easystepslist ul li:nth-child(4) .polygonicon {
  display: none;
}
.easysetps-flooring .easystepslist ul li:nth-child(even) .titlebox {
  bottom: 0;
  top: auto !important;
}
.easysetps-flooring .easystepslist ul li:nth-child(even) .stepcontent {
  padding-top: 0px !important;
  padding-bottom: 90px;
}
.easysetps-flooring .easystepslist ul li:nth-child(odd) .polygonicon {
  top: 34%;
  right: -9px;
}
.easysetps-flooring .easystepslist ul li:nth-child(odd) .polygonicon img {
  transform: rotate(60deg);
}
.easysetps-flooring .easystepslist ul li .stepboxmain {
  position: relative;
}
.easysetps-flooring .easystepslist ul li .stepboxmain .titlebox {
  position: absolute;
  left: -20px;
  top: 14px;
  transform: translateZ(0);
  animation: floatY 3.5s ease-in-out infinite;
}
.easysetps-flooring .easystepslist ul li .stepboxmain .titlebox:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 80px;
  background: #1d33a4;
  border-radius: 5px;
  top: -15px;
  left: -1px;
  background: linear-gradient(180deg, #1D33A4 0%, #0D207E 100%);
}
.easysetps-flooring .easystepslist ul li .stepboxmain .titlebox h4 {
  font-size: 16px;
  background: #1D33A4;
  color: #fff;
  border-radius: 0px 50px 50px 0px;
  padding: 5px 70px 5px 15px;
  font-weight: 600;
}
.easysetps-flooring .easystepslist ul li .stepboxmain .stepcontent {
  padding-top: 90px;
  text-align: center;
}
.easysetps-flooring .easystepslist ul li .stepboxmain .stepcontent span {
  display: inline-block;
  margin-bottom: 10px;
}
.easysetps-flooring .easystepslist ul li .stepboxmain .stepcontent span img {
  width: 50px;
}
.easysetps-flooring .easystepslist ul li .stepboxmain .stepcontent p {
  font-size: 14px;
}

.whychooseus.whychoosabtus .whychooseuslist {
  left: 0;
  margin-top: 40px;
}
.whychooseus.whychoosabtus .whychoseus-img img {
  border-radius: 0px 0px 0px 150px;
}

.service-providesection .serimg-ct {
  border-radius: 120px 0px 120px 0px;
  overflow: hidden;
}

.ourservicesmain.servicesection {
  background: #fff;
}
.ourservicesmain.servicesection .swiperinner {
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid #E3E3E3;
}
.ourservicesmain.servicesection .servicelast {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  border-radius: 0px 0px 280px 0px;
  overflow: hidden;
}
.ourservicesmain.servicesection .servicelast img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-section.contactpage .ct-map {
  height: 100%;
}
.contact-section.contactpage .ct-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ctcontactpage {
  background: #f3f6ff;
}
.ctcontactpage .contactform {
  height: 560px;
  width: 100%;
}
.ctcontactpage .contactform iframe {
  height: 100%;
  width: 100%;
}

.service-details .serviceinnerimg {
  border-radius: 100px 0px 100px 0px;
  overflow: hidden;
}
.service-details .serinner-ct {
  margin-top: 20px;
}
.service-details .bt-tiling-serinner strong {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}

.blog_form_rt iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
}

.faqsection .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 30px;
  border-top-right-radius: 0;
}
.faqsection h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.faqsection .accordion-item {
  margin-bottom: 25px;
  border: none;
}
.faqsection .accordion-button:not(.collapsed) {
  background: #1D33A4;
  color: white;
}
.faqsection .accordion-button:not(.collapsed):after {
  filter: brightness(0) invert(1);
}
.faqsection .accordion-button {
  font-size: 18px;
  color: #000;
  border: none;
  background: #F0F0F0;
  font-weight: 600;
  border-radius: 30px 0px 0px 30px;
}
.faqsection .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faqsection .faqimg {
  display: flex;
  align-items: center;
  height: 100%;
}

.whychoose h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.whychoose .whychose-serviceinner ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 3px 8px 26px 0px rgba(69, 69, 69, 0.1215686275);
  border: 1px solid #E5E5E5;
}
.whychoose .whychose-serviceinner ul li {
  width: 33.33%;
  margin-bottom: 0;
  padding: 15px 0px;
}
.whychoose .whychose-serviceinner ul li:last-child .whycht-main {
  border: none;
}
.whychoose .whychose-serviceinner ul li .whycht-main {
  padding: 20px 20px;
  border-right: 1px gray dashed;
}
.whychoose .whychose-serviceinner ul li .whycht-main span {
  display: block;
}
.whychoose .whychose-serviceinner ul li .whycht-main span img {
  width: 40px;
}
.whychoose .whychose-serviceinner ul li .whycht-main p {
  margin-bottom: 0;
}
.whychoose .whychose-serviceinner ul li .whycht-main strong {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0px;
  display: inline-block;
}

/* 1. Outer Parent Section: .gallerymain */
.gallerymain {
  padding: 20px 0 0 0;
}

.gallerymain .container {
  margin: 0 auto;
  padding: 0 15px;
}

.gallerymain .image-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0px; /* Vertical gap (between rows) */
  -moz-column-gap: 30px;
       column-gap: 30px; /* Horizontal gap (between columns) */
  list-style: none;
  padding-left: 0;
  margin: 0; /* Ensures no default margin adds extra space */
}

/* General styles for Grid Item (LI) */
.gallerymain .image-grid-container .grid-item {
  background-color: #f0f0f0;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 12/9;
}

/* Styles for the anchor tag (FancyBox wrapper) inside LI */
.gallerymain .image-grid-container .grid-item a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Styles for all img tags */
.gallerymain .image-grid-container .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* **Special Style:** Image 6 (span-two-rows) to cover 2 vertical rows (Right side) */
.gallerymain .image-grid-container .span-two-rows {
  grid-row: span 2;
  grid-column-start: 3;
  aspect-ratio: unset;
}

/* Custom rounded corners */
.gallerymain .image-grid-container .grid-item:nth-child(7) {
  border-bottom-left-radius: 50px;
}

.gallerymain .image-grid-container .grid-item:nth-child(8) {
  border-bottom-right-radius: 50px;
}

.gallerymain .navtabsmain ul.nav.nav-tabs {
  background: #F4F4F4;
  margin-bottom: 30px;
  display: flex;
  border-radius: 20px 20px 0px 0px;
  justify-content: space-between;
}
.gallerymain .navtabsmain ul.nav.nav-tabs li {
  margin-bottom: 0px;
}
.gallerymain .navtabsmain ul.nav.nav-tabs li:first-child a {
  border-radius: 20px 0px 0px 0px;
}
.gallerymain .navtabsmain ul.nav.nav-tabs li:last-child a {
  border-radius: 0px 20px 0px 0px;
}
.gallerymain .navtabsmain ul.nav.nav-tabs li:last-child a:after {
  display: none;
}
.gallerymain .navtabsmain ul.nav.nav-tabs li a {
  font-size: 13px;
  padding: 16px 7px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.gallerymain .navtabsmain ul.nav.nav-tabs li a:after {
  position: absolute;
  content: "";
  width: 0.5px;
  height: 70%;
  background: #000;
  bottom: 0;
  top: 0;
  right: 0px;
  margin: auto;
}
.gallerymain .navtabsmain ul.nav.nav-tabs li a.active {
  background: #1D33A4;
  color: #fff;
}

.ourblog-section .blog-ct {
  border: 1px solid #E3E3E3;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.ourblog-section .blog-ct .blog-img {
  position: relative;
}
.ourblog-section .blog-ct .blog-img span {
  position: absolute;
  background: #1D33A4;
  color: #fff;
  right: 15px;
  bottom: -15px;
  font-size: 15px;
  padding: 3px 20px;
  border-radius: 50px;
  border: 5px solid #fff;
}
.ourblog-section .blog-ct .blog-ctbox {
  padding: 10px 15px 15px 20px;
}
.ourblog-section .blog-ct .blog-ctbox p {
  margin-bottom: 10px;
}
.ourblog-section .blog-ct .blog-ctbox p span {
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}
.ourblog-section .blog-ct .blog-ctbox p span i {
  margin-right: 2px;
  color: #1D33A4;
}
.ourblog-section .blog-ct .blog-ctbox a {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin: 10px 0px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}
.ourblog-section .blog-ct .blog-ctbox a.readmorebtn {
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border: 0;
}

.blogdetailssection .blogdetails-inner img {
  border-radius: 100px 0px 100px 0px;
  margin-bottom: 20px;
}

.maintagblog-section {
  display: flex;
  justify-content: space-between;
}
.maintagblog-section strong {
  margin-bottom: 10px;
  display: inline-block;
}
.maintagblog-section ul {
  padding: 0;
  list-style: none;
  display: flex;
}
.maintagblog-section ul li {
  margin-bottom: 0;
}
.maintagblog-section .tagsblog li {
  background: #E8ECFF;
  padding: 5px 6px;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
}
.maintagblog-section .shareiconslist ul {
  justify-content: end;
}
.maintagblog-section .shareiconslist ul li {
  margin-left: 10px;
}
.maintagblog-section .shareiconslist ul li a {
  font-size: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
.pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 20px 0;
}

/* Common style for all page numbers */
.pagination .page-numbers {
  padding: 8px 14px;
  border: 1px solid #ccc;
  color: #777;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Hover effect */
.pagination .page-numbers:hover {
  background-color: #e6f0ff;
  border-color: #1D33A4;
  color: #1D33A4;
}

/* Active page */
.pagination .current {
  background-color: #1D33A4;
  border-color: #1D33A4;
  color: #fff;
  font-weight: 600;
  cursor: default;
}

/* Next button (optional styling) */
.pagination .next {
  font-weight: 500;
}

.blogdetails-inner ul, .blogextra-ct ul, .service-details ul {
  list-style: none;
  padding-left: 28px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: block;
}
.blogdetails-inner ul li, .blogextra-ct ul li, .service-details ul li {
  width: 100%;
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: left;
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
}
.blogdetails-inner ul li:after, .blogextra-ct ul li:after, .service-details ul li:after {
  color: #243ec5;
  content: "\f133";
  font-family: bootstrap-icons;
  font-size: 20px;
  left: 0;
  margin-left: -27px;
  position: absolute;
  top: -3px;
}

.blogdetailssection h1 {
  font-size: 28px;
  font-weight: 600;
}

.blogdetailssection h2, .blogdetailssection h3, .blogdetailssection h4, .blogdetailssection h5, .blogdetailssection h6 {
  font-size: 24px;
  font-weight: 600;
}

.enquirymodal .modal-body iframe {
  display: block;
  height: 100%;
  min-height: 575px;
  width: 100%;
}

.enquirymodal button.btn-close {
  filter: invert(1) opacity(1);
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 1;
}

.enquirymodal .modal-body {
  padding: 0;
}

.blog_form_rt {
  position: sticky;
  top: 90px;
}

.service-details h2 {
  font-size: 28px;
  font-weight: 600;
}

.service-details h3 {
  font-size: 18px;
  font-weight: 600;
}

.service-details h4, .service-details h5, .service-details h6 {
  font-size: 18px;
  font-weight: 600;
}

.contact-img {
  height: 200px;
}
.contact-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ourservicesmain.reatedservice_sec .serviceiconsmain {
  justify-content: end;
}

.playbtn {
  display: none;
}

.error-404.not-found {
  text-align: center;
  padding: 50px 0px;
  padding-top: 110px;
}
.error-404.not-found h2 {
  text-align: center;
  margin-top: 10px;
}

.error404 .error_thank_slf {
  width: 300px;
  margin: 0 auto;
}

/* media query start here */
@media (min-width: 992px) {
  header.main_header {
    padding-top: 0px;
    background-size: cover;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    top: 0;
    box-shadow: 1px 1px 21px -30px;
    transition: all 0.4s;
  }
  header.main_header .dropdown-menu > li:hover {
    background-color: transparent;
  }
  header.main_header .dropdown-toggle::after {
    content: "\f285";
    font-family: "bootstrap-icons";
    left: 0;
    font-size: 13px;
    vertical-align: middle;
    margin: 0 6px 0 0;
    border: none;
    transform: rotate(90deg);
  }
  header.main_header .navbar-light .nav-link.show {
    background: transparent;
  }
  header.main_header .navbar-expand-lg {
    justify-content: space-between;
    padding: 10px 0px;
    width: 100%;
  }
  header.main_header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    background: #1D33A4;
    padding: 4px 28px;
    border-radius: 40px;
  }
  header.main_header .container .hdr_mnu_rt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_tp {
    border-bottom: 1px solid #e7e7e7;
    transition: all 0.4s;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_tp ul li a {
    font-size: 14px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm {
    justify-content: flex-end;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li {
    padding: 0px 10px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a {
    position: relative;
    padding: 12px 0px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a:after {
    background: #4DB0DD;
    width: 100%;
    height: 1px;
    content: "";
    bottom: -11px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a:hover {
    transition: 0.3s all;
  }
  header.main_header .container .hdr_mnu_rt ul {
    list-style: none;
    padding: 0px 0;
    display: flex;
    margin: 0;
    align-items: center;
  }
  header.main_header .container .hdr_mnu_rt ul li.nav-item:last-child {
    margin-left: 10px;
  }
  header.main_header .container .hdr_mnu_rt ul li.nav-item.hd-freequote a.cmnbtn {
    box-shadow: none;
    border: 1px solid #fff;
    padding: 0px 12px;
  }
  header.main_header .container .hdr_mnu_rt ul li {
    margin: 0;
    padding: 3px 10px 3px 10px;
  }
  header.main_header .container .hdr_mnu_rt ul li a.cmn_btn_primary:hover {
    color: #303030;
  }
  header.main_header .container .hdr_mnu_rt ul li:last-child {
    border: none;
    padding-right: 0;
  }
  header.main_header .container .hdr_mnu_rt ul li.hd-ctnumber.nav-item a.nav-link {
    display: flex;
  }
  header.main_header .container .hdr_mnu_rt ul li.hd-ctnumber.nav-item a.nav-link small {
    display: block;
    font-weight: normal;
    font-size: 13px;
  }
  header.main_header .container .hdr_mnu_rt ul li.hd-ctnumber.nav-item a.nav-link i {
    background: #5BC2E8;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    margin-right: 8px;
  }
  header.main_header .container .hdr_mnu_rt ul li.hd-ctnumber.nav-item span {
    font-size: 16px;
    font-weight: 600;
  }
  header.main_header.scrolled {
    box-shadow: 1px 1px 17px -11px;
    padding: 5px 0;
  }
  header.main_header.scrolled .hdr_mnu_tp {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  header.main_header.scrolled .container .hdr_logo {
    width: 300px;
  }
  .searchbaraccount form {
    position: relative;
  }
  .searchbaraccount form input {
    background: #111827;
    color: #A9A9A9;
    border-radius: 40px;
    padding-right: 34px;
    height: 44px;
  }
  .searchbaraccount form input:focus {
    background: #111827;
    color: #A9A9A9;
    box-shadow: none;
    outline: none;
  }
  .searchbaraccount form i {
    position: absolute;
    top: 9px;
    right: 15px;
    color: #fff;
  }
  .searchbaraccount ul li.userheader a {
    font-size: 26px;
  }
  .searchbaraccount ul li.cartheader {
    font-size: 26px;
  }
  .searchbaraccount ul li.singing a {
    font-weight: 700;
    line-height: 17px;
    display: inline-block;
  }
  .searchbaraccount ul li.singing a span {
    font-weight: normal;
    font-size: 14px;
  }
  .mobile_hdr_logo_btns {
    display: none;
  }
  header.main_header .container .hdr_mnu_rt ul li ul.sub-menu {
    padding: 0;
    list-style: none;
    display: flex;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    position: absolute;
    background: #f8f8f8;
    width: 675px;
    flex-wrap: wrap;
    top: 70px;
    border-radius: 10px;
    z-index: 111;
    background: linear-gradient(117.35deg, #1D33A4 -34.73%, #1d33a4 112.35%);
  }
  .main_header button.sub-menu-toggle {
    display: none;
  }
  header.main_header .container .hdr_mnu_rt ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
  }
  header.main_header .container .hdr_mnu_rt ul li.menu-item-has-children ul.sub-menu li {
    margin-bottom: 6px;
    margin-right: 0;
    margin-left: 0px;
    padding: 0px;
    width: 50%;
  }
  header.main_header .container .hdr_mnu_rt ul li.menu-item-has-children ul.sub-menu li a {
    padding: 6px 14px;
    display: block;
    font-size: 14px;
    color: #fff;
  }
  header.main_header .container .hdr_mnu_rt ul li.menu-item-has-children ul.sub-menu li a:hover {
    transition: 0.3s all;
    background: rgba(62, 84, 194, 0.54);
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1155px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1591px;
  }
}
@media (max-width: 1699px) {
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .cmn-heading .text-head {
    font-size: 24px;
  }
  .cmnbtn {
    font-size: 14px;
  }
  .innerpage-section .container .innertext .innercontent h1 {
    font-size: 24px;
  }
  .service-details h2 {
    font-size: 24px;
  }
  .blogdetailssection h1 {
    font-size: 24px;
  }
  .blogdetailssection h2, .blogdetailssection h3, .blogdetailssection h4, .blogdetailssection h5, .blogdetailssection h6 {
    font-size: 20px;
  }
}
@media (max-width: 1499.98px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
  .pakage-details-inner .pakageimg-small ul li {
    height: 185px;
    width: 185px;
  }
}
@media (max-width: 1200px) {
  .headertop {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .headertop .header-list ul li {
    font-size: 13px;
    margin-right: 7px;
    padding-right: 7px;
  }
  .headertop .header-list ul li a {
    font-size: 13px;
  }
  .headertop .header-list ul li p {
    font-size: 13px;
  }
}
@media (max-width: 1199.98px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li {
    padding: 0px 9px;
  }
  header.main_header .container .hdr_mnu_rt ul li.hd-ctnumber.nav-item a.nav-link i {
    width: 35px;
    height: 35px;
  }
  .hdr_logo {
    width: 150px;
  }
  .bannerseciton .banner-ctmain h1 {
    font-size: 36px;
  }
  .whychooseus .whychooseuslist {
    width: 169%;
    border-radius: 0px 80px 0px 80px;
    margin-top: 0px;
  }
  .whychooseus .whychooseuslist ul span {
    width: 35px;
    margin-bottom: 8px;
  }
  .whychooseus .whychooseuslist ul strong {
    font-size: 16px;
  }
  .whychooseus .whychooseuslist ul li p {
    font-size: 12px;
  }
  .testimonail-section:after {
    height: 63%;
  }
  .cmn-heading .text-head {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .main_header .navbar-light .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .main_header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #1D33A4;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: none;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 28px;
  }
  .main_header nav .navbar-collapse {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 74px;
    bottom: 0;
    overflow: scroll;
  }
  .main_header nav .navbar-collapse ul.navbar-nav {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .hdr_logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }
  header.main_header .container .hdr_logo a.navbar-brand {
    max-width: 130px;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li a {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: #000;
    border-bottom: 1px solid #efefef;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li.hd-freequote, header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li.nav-item.hd-ctnumber {
    display: none;
  }
  .mobile_hdr_logo_btns {
    margin: 0 10px 0 auto;
  }
  .mobile_hdr_logo_btns a {
    padding: 8px 10px;
    border-radius: 50px;
    margin: 0 7px 0 0;
    background: #fff;
    color: #1D33A4;
    font-size: 16px;
  }
  .menu-btn {
    width: 28px;
    height: 22px;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .menu-btn span {
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    left: 0;
    transition: 0.4s ease;
  }
  /* Line positions */
  .menu-btn span:nth-child(1) {
    top: 0;
  }
  .menu-btn span:nth-child(2) {
    top: 8px;
  }
  .menu-btn span:nth-child(3) {
    top: 16px;
  }
  /* When open */
  .menu-btn.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-btn.open span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .main_header nav .navbar-collapse ul.navbar-nav li button.sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 8px;
    padding: 4px 10px;
    font-size: 22px;
    background: transparent;
    border: none;
    transition: all 0.4s;
  }
  .main_header nav .navbar-collapse ul:not(.navbar-nav) {
    display: none;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li button.sub-menu-toggle[aria-expanded=true] + ul.sub-menu {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    text-align: justify;
  }
  .cmnbtn {
    font-size: 14px;
    line-height: 32px;
  }
  .cmnbtn i {
    margin-left: 2px;
  }
  .enquirymodal button.btn-close {
    filter: none;
    right: 10px;
  }
  .bannerseciton .banner-ctmain h1 {
    font-size: 26px;
  }
  .bannersmall-img {
    display: none;
  }
  .bannerseciton .bannerslidermain .swiper-slide .swiperinner img {
    width: 100%;
  }
  .staticsbanner-bottom ul {
    display: block;
  }
  .staticsbanner-bottom ul li {
    width: 100%;
  }
  .staticsbanner-bottom ul li .statsbox {
    padding: 15px 15px;
  }
  .staticsbanner-bottom ul li .statsbox strong {
    font-size: 24px;
  }
  .staticsbanner-bottom ul li .statsbox span {
    font-size: 16px;
  }
  .cmn-heading .text-head {
    font-size: 20px;
  }
  .cmn-heading .text-head br {
    display: none;
  }
  .aboutus-img {
    margin-top: 20px;
  }
  .flexheading {
    display: block;
  }
  .flexheading .flexright-ct {
    width: 100%;
    text-align: left;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .servicesection .ourserviceslidermain .serviceiconsmain .linehr {
    display: none;
  }
  .whychooseus .whychooseuslist {
    width: 100%;
    position: initial;
    padding: 20px 15px;
    background-color: #f6f6f6;
    background-image: initial;
  }
  .whychooseus .whychooseuslist ul li {
    width: 100%;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px #1d33a4 dashed;
    padding-bottom: 22px;
    border-right: none;
  }
  .servicesection .swiperinner .ser-ct .sericon-right span {
    width: 45px;
    height: 40px;
    line-height: 34px;
    border-radius: 10px 10px 28px 10px;
  }
  .servicesection .swiperinner .ser-ct .sericon-right span img {
    width: 25px;
  }
  .videosection-inner .playbtn {
    width: 40px;
    height: 40px;
    line-height: 42px;
  }
  .videosection-inner .playbtn a {
    font-size: 20px;
  }
  .whychoseus-img {
    display: none;
  }
  .whychooseus .whychooseuslist ul span {
    width: 40px;
    margin-bottom: 8px;
  }
  .testimonail-section .swipermain {
    display: block;
  }
  .testimonail-section:after {
    height: 100%;
    width: 100%;
    background-size: initial;
  }
  .testimonail-section .swipermain .swiper.clientslider .swiper-slide.swiper-slide-active .testiimage {
    transform: scale(1);
  }
  .testimonail-section .swipermain .swiper.clientslider {
    max-height: initial;
    width: auto;
    text-align: left;
  }
  .testiheading span img {
    width: 40px;
  }
  .testimonail-section .swipermain .swiper.mySwiper2 {
    width: 100%;
    margin-bottom: 15px;
  }
  .testimonail-section .testmonail-img:after {
    background-size: 90px;
    background-repeat: no-repeat;
  }
  .testimonail-section .testimonail-bt .testimonails-btimg {
    display: block;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 25px;
  }
  .testimonail-section .testimonail-bt .testimonails-btimg .testbt-contact {
    justify-content: center;
    margin-bottom: 10px;
  }
  .testimonail-section .testimonail-bt .testimonails-btimg .testbt-contact span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .testimonail-section .testimonail-bt .testimonails-btimg .testbt-contact span img {
    width: 25px;
  }
  .testimonail-section .testimonail-bt .testimonails-btimg .testbt-contact p a {
    font-size: 18px;
  }
  .testimonail-section .testmonail-img {
    display: none;
  }
  .testimonail-section .testimonail-bt strong {
    font-size: 16px;
  }
  .testimonail-section .testimonailbox {
    padding-bottom: 30px;
  }
  .cmn-heading strong:after {
    height: 2px;
    top: -2px;
  }
  .contact-section .contactmain-home .location-mini .loc-icons span {
    width: 35px;
    height: 35px;
  }
  .contact-section .contactmain-home ul li a p span {
    width: 35px;
    height: 35px;
  }
  .contact-section .contactmain-home ul li a p {
    margin-bottom: 10px;
  }
  .contact-section .contactmain-home ul {
    margin-top: 20px;
  }
  .contact-section .contactmain-home .contact-img img {
    display: none;
  }
  .whychooseus .whychooseuslist ul li:last-child {
    margin-bottom: 0;
  }
  .testimonail-section {
    padding-bottom: 20px;
  }
  .contact-section .formfooter {
    padding: 40px 15px;
  }
  footer .footerlink {
    padding-top: 0px;
  }
  .footertitlingtext {
    display: none;
  }
  footer .footercopy {
    padding: 8px 0px;
  }
  footer .footerlink .ftlink-main ul li:after {
    width: 10px;
    height: 10px;
    top: 4px;
  }
  .innerpage-section {
    margin-top: 74px;
    height: 160px;
  }
  .innerpage-section .container .innertext .innercontent h1 {
    font-size: 20px;
  }
  .tiling-solutionssection .solutionsbox ul {
    margin-bottom: 0;
  }
  .tiling-solutionssection .solutionsbox .solutionbt span {
    display: none;
  }
  .tiling-solutionssection {
    padding-bottom: 0;
  }
  .tiling-services .serimg-tiling {
    margin-bottom: 20px;
  }
  .easysetps-flooring .easystepslist ul {
    display: block;
  }
  .easysetps-flooring .easystepslist ul li {
    width: 100%;
  }
  .easysetps-flooring .easystepslist ul li {
    display: block;
    border: 1px #1D33A4 dashed;
  }
  .easysetps-flooring .easystepslist ul li:after {
    display: none;
  }
  .easysetps-flooring .easystepslist ul li:before {
    display: none;
  }
  .easysetps-flooring .easystepslist ul li .polygonicon {
    display: none;
  }
  .easysetps-flooring .easystepslist ul li:nth-child(even) .titlebox {
    top: 0 !important;
  }
  .easysetps-flooring .easystepslist ul li:nth-child(even) .stepcontent {
    padding-top: 90px !important;
    padding-bottom: 0px !important;
  }
  .ourblog-section .blog-ct .blog-ctbox a {
    font-size: 16px;
  }
  .ourblog-section .blog-ct .blog-img {
    height: 150px;
  }
  .ourblog-section .blog-ct .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallerymain .navtabsmain ul.nav.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto; /* enable horizontal scroll */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* smooth native scrolling on iOS */
    scroll-behavior: smooth;
  }
  .gallerymain .navtabsmain ul.nav.nav-tabs li {
    min-width: 220px;
  }
  .gallerymain .navtabsmain ul.nav.nav-tabs li a {
    font-size: 12px;
    padding: 7px 6px;
    text-align: center;
  }
  .gallerymain .image-grid-container {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .gallerymain .image-grid-container .grid-item {
    margin-bottom: 10px;
  }
  .whychoose .whychose-serviceinner ul li {
    width: 100%;
  }
  .whychoose .whychose-serviceinner ul li .whycht-main {
    border-bottom: 1px gray dashed;
    border-right: none;
  }
  .faqsection .accordion-button {
    font-size: 14px;
    padding: 10px 15px;
  }
  .faqsection .faqimg img {
    width: 200px;
    margin: auto;
  }
  .faqsection.section {
    padding-bottom: 0px;
  }
  .servicesection .swiperinner .ser-ct a {
    font-size: 18px;
    min-height: auto;
  }
  .service-providesection .serimg-ct {
    border-radius: 60px 0px 60px 0px;
  }
  .ourservicesmain.servicesection {
    padding-top: 0px;
  }
  .easysetps-flooring .easystepslist ul li .stepboxmain .titlebox h4 {
    font-size: 14px;
  }
  .contact-section .formfooter {
    height: 720px;
  }
  .innerpage-section .container ul {
    padding: 2px 10px;
  }
  .innerpage-section .container ul li {
    font-size: 10px;
  }
  .mobile_hdr_logo_btns a {
    padding: 6px 6px;
    border-radius: 50px;
    margin: 0 7px 0 0;
    background: white;
    color: #1D33A4;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 19px;
    text-align: center;
  }
  .bannerseciton {
    padding-top: 75px;
  }
  .bannerseciton .bannerslidermain .swiper-button-prev, .bannerseciton .bannerslidermain .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .bannerseciton .bannerslidermain .swiper-button-next {
    right: -9px;
  }
  .bannerseciton .bannerslidermain .swiper-button-prev {
    left: -9px;
  }
  .contact-img {
    display: none;
  }
  .service-details h2 {
    font-size: 20px;
  }
  .service-details h3 {
    font-size: 18px;
  }
  .service-details h4, .service-details h5 {
    font-size: 18px;
  }
  .blogdetails-inner ul li:after, .blogextra-ct ul li:after, .service-details ul li:after {
    font-size: 15px;
    top: -1px;
  }
  .faqsection .faqimg {
    display: none;
  }
  .ourservicesmain.servicesection.reatedservice_sec {
    padding-top: 40px;
  }
  .blogdetailssection h2, .blogdetailssection h3, .blogdetailssection h4, .blogdetailssection h5, .blogdetailssection h6 {
    font-size: 18px;
  }
  .blogdetails-inner ul li, .blogextra-ct ul li, .service-details ul li {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */