@font-face {
  font-family: "Public Sans", sans-serif;
  src: url(/assets/fonts/public_sans/PublicSans-Black.woff);
}
h1, h2, h3, h4, h5, h6, p, ul {
  font-family: "Public Sans", sans-serif;
}

body {
  margin: 0px;
  line-height: 1.5;
  color: #212529;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0px;
}
body p {
  margin: 0px;
}
body a {
  text-decoration: none;
}
body ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

img, svg {
  vertical-align: middle;
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 0px 15px;
}

.container-fluid {
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}

.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.mt-60 {
  margin-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.text-center {
  text-align: center;
}

b, strong {
  font-weight: bolder;
}

.primary-btn {
  background-color: #191530 !important;
  padding: 0.4em 1.7em;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 0.25rem;
  vertical-align: middle;
  color: #fff;
  border-color: #000000;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

.spacer-50 {
  height: 50px;
}

.spacer-80 {
  height: 80px;
}

.spacer-100 {
  height: 100px;
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
  .h2, h2 {
    font-size: 2rem;
  }
  .h3, h3 {
    font-size: 1.75rem;
  }
  .h4, h4 {
    font-size: 1.5rem;
  }
  .h5, h5 {
    font-size: 1.25rem;
  }
  .h6, h6 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 9.999%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 79.668%;
  }
  .col-md-12 {
    width: 100%;
  }
}
.site-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999999;
  background: transparent;
  box-shadow: 0px 0px 5px transparent;
}
.site-header .header {
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-header .header .header-left img {
  filter: invert(1);
}
.site-header .header .header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}
.site-header .header .header-right .phone-no svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
  vertical-align: -0.125em;
}
.site-header .header .header-right .phone-no a {
  color: #fff;
  padding: 0px 10px;
  vertical-align: middle;
}
.site-header .header .header-right .request-btn button {
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  background: transparent;
  border-radius: 0.25rem;
  padding: 0.4em 1.7em;
  line-height: 1.4em;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 6px;
}
.site-header .header .header-right .open-menu {
  padding: 0px 15px;
  vertical-align: middle;
  font-size: 30px;
  color: #191530;
  cursor: pointer;
}
.site-header .header .header-right .open-menu svg {
  color: #fff;
  display: inline-block;
  font-size: inherit;
  width: 0.875em;
  height: 1em;
  vertical-align: -0.125em;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #191530 !important;
}

.page-header {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.page-header .header .header-left img {
  filter: none;
}
.page-header .header .header-right .phone-no a,
.page-header .header .header-right .open-menu svg {
  color: #000;
}
.page-header .header .header-right .request-btn button {
  color: #000;
  border: 1px solid #000;
}

.sticky .header .header-left img {
  filter: invert(1);
}
.sticky .header .header-right .phone-no a,
.sticky .header .header-right .open-menu svg {
  color: #fff;
}
.sticky .header .header-right .request-btn button {
  color: #fff;
  border: 1px solid #fff;
}

.home-menu {
  background-color: rgba(0, 0, 0, 0.95) !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999999;
  opacity: 0;
  visibility: hidden;
}
.home-menu .exam-hei {
  height: 100%;
}
.home-menu .clr-sec {
  font-size: 30px;
  color: #fff;
  text-align: center;
  height: 100%;
  position: relative;
}
.home-menu .clr-sec ul {
  text-align: left;
  margin-left: 0px;
  left: 0px;
  width: auto;
  padding-top: 100px;
}
.home-menu .clr-sec ul a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.home-menu .clr-sec ul .fb-tw {
  font-size: 25px;
  color: #191530;
  padding: 0px 2px;
}
.home-menu .clr-sec ul .fb-tw .menu-fb {
  margin-top: 40px;
  color: #fff !important;
}
.home-menu .foot-sec1 {
  margin-top: 0px;
}
.home-menu .foot-sec1 .sec-foot2 {
  padding-bottom: 300px;
}
.home-menu .foot-sec1 .sec-foot2 {
  padding: 100px 0px;
}
.home-menu .foot-sec1 .sec-foot2 div {
  border-left: 1px solid #262626;
  padding-left: 20px;
}
.home-menu .foot-sec1 h4 {
  font-size: 15px;
  color: #de1b77;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.home-menu .foot-sec1 h4 a {
  font-size: 15px;
  color: #de1b77;
  font-weight: 700;
}
.home-menu .foot-sec1 .foot-list {
  padding-bottom: 8px;
  padding-top: 15px;
}
.home-menu .foot-sec1 .foot-list li {
  line-height: 27px;
}
.home-menu .foot-sec1 .foot-list li a {
  font-size: 13px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.clr-sec ul li:hover {
  transform: translateX(5px);
  transition: all 0.3s ease-in-out;
}

.close-menu {
  color: #fff;
}

.close-menu {
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
  font-size: 26px;
}

.active-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}

.banner-sec {
  background-image: url(https://dev.strategicinfinity.com/wp-content/uploads/2021/04/banner.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner-sec .banner-vid {
  position: relative;
  height: 100%;
}
.banner-sec .banner-content-left {
  position: relative;
  width: 100%;
  z-index: 999;
  height: 100%;
}
.banner-sec .banner-content-left .container {
  height: 100%;
}
.banner-sec .banner-content-left .container .row {
  height: 100%;
}
.banner-sec .banner-content-left .container .row .col-md-6 {
  position: relative;
}
.banner-sec .banner-content-left .carousel-row23 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-sec .banner-content-left .carousel-row23 h1 {
  font-size: 2.5rem;
  color: #fff;
  word-spacing: 5px;
  line-height: 48px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.banner-sec .banner-content-left .carousel-row23 p {
  font-size: 1.1875rem;
  color: #fff;
}
.banner-sec .banner-content-right {
  position: absolute;
  bottom: 12%;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.banner-sec .banner-content-right .digital-mar ul {
  font-size: 1.2rem;
  color: #fff !important;
  list-style: none;
  float: left;
  margin-right: 0px;
  line-height: 50px;
  padding: 0px;
  padding-left: 30%;
}
.banner-sec .banner-content-right .digital-mar ul a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
}
.banner-sec .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7882352941);
  opacity: 60%;
}

.section-1 {
  padding-bottom: 150px;
}
.section-1 .container {
  position: relative;
  background-color: #fff;
}
.section-1 .service {
  margin: 0px 10px;
  text-align: center;
}
.section-1 .service svg {
  margin-bottom: 20px;
  width: 50px;
}
.section-1 .service h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section-1 .service h3 a {
  color: #000;
}
.section-1 .btn-link {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.section-title {
  text-align: left;
  position: relative;
}
.section-title h2 {
  margin-bottom: 50px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  color: #333;
  display: inline-block;
}
.section-title .left-bar {
  width: 30%;
  height: 1px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 20px;
}

.section-2 {
  background-color: #fafafa;
}
.section-2 .innovative {
  margin: 0px 10px;
}
.section-2 .innovative h2 {
  font-size: 40px;
  font-weight: bold;
}
.section-2 .innovative p {
  margin-bottom: 38px;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  margin-top: 20px;
  padding-right: 50px;
}
.section-2 .vid-wid {
  margin: 0px 10px;
  width: 100%;
}
.section-2 .vid-wid .post-prev-img {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
.section-2 .vid-wid .play-video {
  z-index: 9;
  cursor: pointer;
  border-radius: 5px;
}
.section-2 .vid-wid .play-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.section-2 .vid-wid img {
  width: 100%;
  height: 360px;
}
.section-2 .invest h5 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.section-2 .invest .invest-box {
  margin: 0px 10px;
}
.section-2 .invest .invest-box svg {
  width: 100%;
  max-width: 70px;
  float: right;
  margin-right: 11px;
}
.section-2 .invest .invest-box h6 {
  font-size: 18px;
  color: #de1b77;
  text-transform: capitalize;
}
.section-2 .invest .invest-box p {
  font-size: 12px;
  margin-bottom: 30px;
}

.section-3 .featured h2 {
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
}
.section-3 .featured .slider-bg {
  background-image: url(/assets/img/mob-back.png);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.section-3 .featured .slider-bg .col-md-12 {
  padding: 0px 10px;
}
.section-3 .featured .slider-bg .carousel-row .col-md-2 {
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
.section-3 .featured .slider-bg .carousel-row .col-md-2 .project-box {
  position: relative;
  transform: scale(0.8);
  border: 1px solid #e1e1e1;
}
.section-3 .featured .slider-bg .carousel-row .col-md-2 .project-box img {
  width: 100%;
}
.section-3 .featured .slider-bg .carousel-row .col-md-2 .project-box .mockup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.project-box:after {
  content: "";
  height: 50%;
  background-color: #de1b77;
  position: absolute;
  top: 50%;
  left: -20px;
  right: -20px;
  z-index: -1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}

.slick-current .project-box:after {
  opacity: 1 !important;
  visibility: visible !important;
}

.slick-current .project-box {
  transform: scale(1) !important;
}

.slick-current .project-box {
  border: 0 !important;
}

.slick-current .project-box .mockup {
  opacity: 1 !important;
  visibility: visible !important;
}

.featured .slick-prev, .featured .slick-next {
  bottom: -70px;
  transform: translate(0, 0);
  top: auto;
  z-index: 99999;
  background-color: #de1b77;
  color: #fff;
}

.featured .slick-prev {
  left: 47%;
}

.featured .slick-next {
  right: 47%;
}

.section-4 {
  background-color: #fafafa;
}
.section-4 .need-sec {
  padding: 0px 20px;
  margin: 0px 10px;
  text-align: center;
}
.section-4 .need-sec svg#Capa_1 {
  width: 45px;
  margin-bottom: 20px;
}
.section-4 .need-sec h3 {
  font-size: 14px;
  margin-bottom: 20px;
}
.section-4 .need-sec p {
  font-size: 12px;
  margin-bottom: 30px;
}
.section-4 .need-sec h5 {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
}
.section-4 .need-sec ul {
  text-align: left;
  display: inline-block;
}
.section-4 .need-sec ul li {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}
.section-4 .need-sec ul li .fa-check {
  background-color: #191530;
  color: #fff;
  font-size: 14px;
  margin-right: 6px;
  padding: 2px;
  border-radius: 50%;
}

.section-5 {
  padding-bottom: 56px;
  background-color: #de1b77;
  padding-top: 45px;
  color: #fff;
}
.section-5 h2 {
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.popup-contact {
  padding: 0.4em 1.7em;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  border: none;
  text-decoration: none;
  border-radius: 0.25rem;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.section-6 {
  position: relative;
  color: #fff;
  padding-bottom: 190px;
}
.section-6 .testimonials .row {
  padding: 0px 30px;
  justify-content: center;
}
.section-6 .testimonial-col {
  padding-left: 5px;
  padding-right: 5px;
}
.section-6 .testi-col-inner {
  position: relative;
}
.section-6 .testi-col-inner .work-img-bg {
  position: absolute;
  top: 0;
  left: 2px;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 5PX;
  opacity: 0.2;
}
.section-6 .testi-col-inner .work-img-bg {
  left: 2%;
  width: 96%;
}
.section-6 .testi-col-inner .row-cont {
  background-color: #fff;
  color: #333;
  padding: 30px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2901960784);
  margin: 10px;
}
.section-6 .testi-col-inner .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.section-6 .testi-col-inner .blockquote > :last-child {
  margin-bottom: 0;
}
.section-6 .testi-col-inner img {
  width: 100%;
  border-radius: 50% !important;
}
.section-6 .testi-col-inner p {
  font-size: 16px;
}

.section-7 {
  background-color: #191530;
}
.section-7 .section-title .left-bar {
  background-color: #fff;
}
.section-7 .section-title .container {
  background-color: #191530;
  position: relative;
}
.section-7 .section-title h2 {
  color: #fff;
}
.section-7 .client-logo {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-7 .client-logo img {
  max-width: 100%;
  max-height: 70px;
}

.blog-rad {
  border-radius: 5px;
  margin: 0px 10px 20px 10px;
}
.blog-rad .post-prev-img {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
.blog-rad .post-prev-img .work-img-bg {
  position: absolute;
  top: 0;
  left: 2px;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 5PX;
  opacity: 0.2;
}
.blog-rad .post-prev-img img {
  width: 100%;
}
.blog-rad .blog-desc {
  background-color: #f9f9f9;
  padding: 20px;
}
.blog-rad .blog-desc h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 15px;
  min-height: 120px;
  margin-bottom: 30px;
  font-weight: bold;
}
.blog-rad .blog-desc h3 a {
  color: #000;
}
.blog-rad .blog-desc .Moment-sec {
  border-bottom: 0px solid #191530;
}
.blog-rad .blog-desc .Moment-sec .fb-size {
  font-size: 36px;
  display: contents;
  color: #191530;
  padding: 0px 2px;
}

.section-title .container {
  position: relative;
  background: #fff;
}

.section-9 .inner-left {
  background-color: #de1b77;
}
.section-9 .inner-right {
  background-color: #191530;
}
.section-9 .inner-sec {
  cursor: pointer;
  text-align: center;
  color: #fff;
  padding: 50px;
  text-transform: uppercase;
  min-height: 219px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-9 .inner-sec h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.section-9 .inner-sec h4 {
  font-size: 30px;
}
.section-9 .inner-sec p {
  margin-bottom: 0px;
  width: 100%;
  font-size: 18px;
}

.inner-left:hover {
  background-color: #fff;
  color: #000;
}

.inner-right:hover {
  background-color: #fff;
  color: #000;
}

.row-cont .row {
  padding: 0px !important;
}

.pag-title img {
  width: 100%;
}
.pag-title h3 {
  font-weight: 900;
  font-size: 39px;
  line-height: 1;
  text-transform: uppercase;
}
.pag-title .divider {
  width: 8%;
  height: 5px;
  display: inline-block;
  background: #000;
}
.pag-title h2 {
  font-size: 3.4vw;
  font-weight: 900;
  text-transform: uppercase;
}
.pag-title h2:last-child {
  font-size: 7vw;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.case-card {
  margin: 10px;
}
.case-card .case-img {
  position: relative;
  overflow: hidden;
}
.case-card .case-img img {
  width: 100%;
}
.case-card .case-img .slide-effect {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  transition: all 0.5s ease;
}
.case-card .case-img .slide-effect h4 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 3px;
}
.case-card .case-img .slide-effect p {
  position: absolute;
  bottom: 15px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
}

.case-img:hover .slide-effect {
  left: 0;
  padding: 15px;
}

.about-section-1 {
  background: url(/assets/img/about-us-banner.jpeg);
  height: 100vh;
  position: relative;
}

.about-section-2 {
  background-color: rgba(255, 255, 255, 0);
  margin-top: -200px;
  position: relative;
}
.about-section-2 .about-content {
  background: #fff;
  padding: 50px 40px;
}
.about-section-2 .about-content h4 {
  font-size: 32px;
  margin-bottom: 20px;
}
.about-section-2 .about-content p {
  margin-bottom: 30px;
  font-size: 20px;
}
.about-section-2 .about-content .italic {
  font-style: italic;
}
.about-section-2 .counter-box .counter span {
  font-size: 69px;
  font-weight: 700;
  color: #222;
  line-height: 1;
}
.about-section-2 .counter-box .counter-heading span {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #666;
  line-height: 2.5;
}

.about-section-3 {
  padding: 80px 0px;
  border-bottom: 2px solid #f1f1f1;
}
.about-section-3 .container {
  max-width: 926px;
}
.about-section-3 .about-callout-box {
  border: 1px solid #657573;
  padding: 40px;
  height: 260px;
  margin: 15px;
}
.about-section-3 .about-callout-box .about-callout-box-header {
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
}
.about-section-3 .about-callout-box .about-callout-box-header::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #de1b77;
}
.about-section-3 .about-callout-box .about-callout-box-title a {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
  display: inline-block;
}
.about-section-3 .about-callout-box .about-callout-box-link a {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.about-section-3 .about-callout-box .about-callout-box-link a svg {
  width: 15px;
  height: 15px;
}

.service-section-1, .service-section-3, .service-section-5 {
  background: #FAFAFA;
}

.service-side {
  margin: 15px;
}

.service-left-side h2 {
  font-size: 39px;
}
.service-left-side h2 a {
  color: #000;
}
.service-left-side p {
  margin-bottom: 30px;
  font-size: 1.25rem;
}
.service-left-side .list-img .list-img img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.service-left-side h5 a {
  color: #000;
}

.service-right-side a {
  display: inline-block;
}
.service-right-side a img {
  width: 100%;
}

.contact-us .pag-title h3 {
  font-size: 59px;
}

.contact-section-1 .contact-map {
  margin-right: 15px;
}
.contact-section-1 .contact-map iframe {
  width: 100%;
  height: 677px;
}
.contact-section-1 .contact-det {
  margin-left: 30px;
}
.contact-section-1 .contact-det p {
  margin-bottom: 30px;
}
.contact-section-1 .contact-det .input-fields {
  margin-bottom: 18px;
}
.contact-section-1 .contact-det .input-fields label {
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}
.contact-section-1 .contact-det .input-fields input {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #cad5e2;
  background: none;
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
}
.contact-section-1 .contact-det .input-fields textarea {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #cad5e2;
  background: none;
  display: inline-block;
  height: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
}
.contact-section-1 .contact-det .input-fields button {
  white-space: pre-wrap;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #191530;
  border-color: #191530;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}

.blog-detail-page .blog-title {
  margin: 10px;
}
.blog-detail-page .blog-img {
  margin: 10px;
}
.blog-detail-page .blog-img img {
  width: 100%;
  margin-bottom: 30px;
}
.blog-detail-page .details-blog .container {
  max-width: 650px;
  border-bottom: 1px solid #ddd;
}
.blog-detail-page .details-blog img {
  max-width: 100%;
  height: auto;
}
.blog-detail-page .details-blog p {
  margin-bottom: 15px;
}
.blog-detail-page .details-blog h4 {
  margin-bottom: 10px;
}
.blog-detail-page .details-blog a {
  color: #0d6efd;
  text-decoration: underline;
}

.comm {
  border-bottom: 2px solid #f1f1f1;
}

#comments .comment-respond {
  margin: 50px 0px;
}
#comments .comment-respond h3 {
  margin-bottom: 30px;
}
#comments .comment-respond .comment-form {
  max-width: 60%;
}
#comments .comment-respond .comment-form p {
  margin-bottom: 30px;
}
#comments .comment-respond .comment-form label {
  display: inline-block;
}
#comments .comment-respond .comment-form textarea {
  height: 150px;
  margin: 0;
  width: 100%;
  border: 1px solid #ddd;
}
#comments .comment-respond .comment-form input {
  padding: 10px;
  margin: 0;
  width: 100%;
  border: 1px solid #ddd;
}
#comments .comment-respond .comment-form .submit {
  padding: 0.4em 1.7em;
  font-size: 16px;
  line-height: 1.4em;
  border-radius: 5px !important;
  vertical-align: middle;
  width: auto;
  background-color: #191530;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 992px) {
  .case-card .case-img .slide-effect {
    left: 0px;
    padding: 15px;
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .container {
    max-width: 540px;
  }
  .banner-sec {
    background-position: center;
    height: 86vh;
  }
  .banner-content-right, .phone-no, .request-btn {
    display: none;
  }
  .banner-content-left .col-sm-12 {
    height: 100%;
  }
  .banner-vid video {
    transform: scale(3.5) !important;
  }
  .section-title .col-sm-12 {
    text-align: center;
  }
  .innovative {
    text-align: center;
    padding-bottom: 50px;
  }
  .innovative p {
    padding-right: 0px !important;
  }
  .section-2 .vid-wid {
    margin: 0px 0px;
  }
  .section {
    padding: 50px 0px;
  }
  .section-4 .need-sec {
    padding-top: 40px;
  }
  .prposal-buttons {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .popup-contact {
    width: 100%;
  }
  .client-logo {
    margin: 0px 10px 10px 10px;
  }
  .upper-footer .row {
    padding: 30px 0px !important;
  }
  .pag-title .spacer-100 {
    height: 50px;
  }
  .pag-title .spacer-80 {
    height: 40px;
  }
  .about-section-1 {
    height: 60vh;
  }
  .about-section-2 .about-content {
    padding: 30px 20px;
  }
  .about-section-2 .about-content h4 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .about-section-2 .about-content p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .about-section-2 .counter-box .counter span {
    font-size: 54px;
  }
  .about-section-2 .counter-box .counter-heading span {
    font-size: 14px;
  }
  .about-section-3 {
    padding: 25px 0px;
  }
  .about-section-3 .about-callout-box {
    padding: 20px;
  }
  .about-section-3 .about-callout-box .about-callout-box-title a {
    font-size: 20px;
  }
  .service-left-side h2 {
    font-size: 24px;
  }
  .service-left-side p {
    font-size: 1rem;
  }
  .service-section-1 .col-sm-12:first-child, .service-section-3 .col-sm-12:first-child, .service-section-5 .col-sm-12:first-child {
    order: 2;
  }
  .service-section-1 .col-sm-12:last-child, .service-section-3 .col-sm-12:last-child, .service-section-5 .col-sm-12:last-child {
    order: 1;
  }
  .services-page .section {
    padding: 20px 0px;
  }
  .contact-us .pag-title h3 {
    font-size: 34px;
  }
}
.upper-footer {
  margin-top: 20px;
  background: #fff;
}
.upper-footer .row {
  padding: 100px 0px;
}
.upper-footer .widgets h4 {
  font-size: 15px;
  color: #de1b77;
  font-weight: 700;
}
.upper-footer .widgets h4 a {
  color: #de1b77;
}
.upper-footer .widgets .stay-form {
  margin-top: 20px;
}
.upper-footer .widgets .stay-form .form-group {
  margin-bottom: 10px;
}
.upper-footer .widgets .stay-form .form-group input {
  border: 0;
  border-bottom: 1px solid #cecece;
  height: 40px;
}
.upper-footer .widgets .stay-form .form-group p {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
  font-size: 13px;
}
.upper-footer .widgets .stay-form .form-group button {
  background-color: #de1b77;
  color: #fff;
  border-radius: 0.25rem;
  padding: 0.4em 1.7em;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 6px;
  padding-bottom: 7px;
  border: 1px solid #de1b77;
  cursor: pointer;
}
.upper-footer .widgets .ty-on-sub {
  display: none;
  color: #000;
}
.upper-footer .widgets .ty-on-sub strong {
  width: 100%;
  display: block;
}
.upper-footer .widgets .fb-tw {
  font-size: 25px;
  color: #191530;
  padding: 0px 2px;
}
.upper-footer .widgets .foot-list {
  margin-bottom: 15px;
}
.upper-footer .widgets .foot-list a {
  font-size: 13px;
  text-decoration: none;
  color: #000;
}
.upper-footer .widgets .home-lst .row {
  padding: 0px;
}

.bottom-footer {
  background-color: #de1b77;
  padding: 15px 0px;
  color: #fff;
}
.bottom-footer .row {
  justify-content: space-between;
}
.bottom-footer p {
  font-size: 13px;
  margin-bottom: 0px;
  color: #fff;
}
.bottom-footer #frequent-lst {
  list-style: none;
  display: block;
  color: #fff;
  text-align: right;
}
.bottom-footer #frequent-lst li {
  display: inline-block;
  margin-right: 15px;
}
.bottom-footer #frequent-lst li a {
  color: #fff;
  font-size: 13px;
  padding: 30px;
}
.bottom-footer #frequent-lst li:last-child {
  margin-right: 0;
}

.foot-list a:hover {
  color: #3ccbdb !important;
}/*# sourceMappingURL=main-style.css.map */