:root {
  --white: #fff;
  --black: #000;
  --primary: #f6921e;
  --secondary: #033579;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}

@media (min-width: 1700px) {
  .container {
    max-width: 1366px;
  }
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #828288;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}

img {
  max-width: 100%;
  height: auto;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar-brand img {
  max-height: 150px;
  transition: 0.3s ease-in-out;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 1.5rem;
  width: 100%;
  transition: 0.3s ease-in-out;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}

.navbar-nav {
  gap: 1rem 2rem;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1;
  position: relative;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: transform 0.3s ease-in-out;
  background-color: var(--white);
  transform-origin: center;
  transform: scaleX(0);
}
.navbar-nav .nav-item .nav-link.active::after,
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}
.form-inline {
  margin-left: 2rem;
  gap: 2rem;
}
.themeBtn {
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid var(--primary);
  display: inline-block;
  padding: 0.75em 1.25em;
  border-radius: 10px;
  margin: 0.5rem 0;
  text-transform: capitalize;
}
.themeBtn.blueBtn {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.themeBtn:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.themeBtn.blueBtn:hover {
  background-color: var(--primary);
  color: var(--white);
}
.callBtn {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
}
.callBtn span {
  display: block;
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 600;
}
.main-slider {
  position: relative;
  height: 100%;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider h2 {
  color: var(--white);
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  padding-left: 1rem;
  border-left: 1px solid var(--primary);
  text-transform: uppercase;
}
.main-slider h2 span {
  font-size: 2.5rem;
  letter-spacing: 3px;
  display: block;
  font-weight: 400;
  margin-top: 12px;
}
.main-slider p {
  color: var(--white);
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.main-slider figure {
  margin-right: -15rem;
}
.main-slider .goDown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5rem;
  z-index: 1;
}

.socialIo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.socialIo li a {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  line-height: 44px;
  font-size: 1.125rem;
  display: inline-block;
  color: var(--black);
  border: 1px solid var(--black);
}
.socialIo li a:hover {
  background-color: var(--black);
  color: var(--white);
}

.secHeading {
  font-size: 3.125rem;
  font-weight: 600;
  color: var(--black);
  line-height: 1;
  margin-bottom: 1.5rem;
  position: relative;
}
.secHeading::before {
  content: "";
  height: 2px;
  background-color: var(--primary);
  width: 10rem;
  position: absolute;
  left: 0;
  bottom: -5px;
}
/* About Section */
.aboutSec {
  padding: 25rem 0 6rem;
}
.aboutSec p {
  color: #828282;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
}
.aboutImg {
  position: relative;
}
.aboutImg .outsideLine {
  position: absolute;
  top: -3rem;
  left: -3rem;
}
.aboutImg .insideLine {
  position: absolute;

  top: 1.5rem;

  left: 1.5rem;
  /* margin: 0 auto; */
}
.aboutImg .infobox {
  display: grid;
  place-items: center;
  height: 230px;
  width: 230px;
  position: absolute;
  right: 3rem;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--primary);
}
.aboutImg .infobox h2 {
  color: var(--white);
  line-height: 1;
  text-align: center;
  font-size: 5.8125rem;
  font-weight: 700;
}
.aboutImg .infobox h2 span {
  font-size: 1.375rem;
  font-weight: 400;
  display: block;
}

/* servCard */
.servCard {
  border: 1px solid #d2d2d2;
  border-radius: 15px;
  padding: 2rem 1rem 0;
  transition: 0.3s ease-in-out;
  text-align: center;
  min-height: 505px;
  display: grid;
  place-items: center;
}
.servCard figure {
  height: 80px;
  display: grid;
  place-items: center;
}
.servCard figure img {
  transition: 0.3s ease-in-out;
}
.servCard h3 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 1rem;
  transition: 0.3s ease-in-out;
}
.servCard h3::before {
  width: 56px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  background-color: var(--secondary);
}
.servCard p {
  transition: 0.3s ease-in-out;
}
.servCard .themeBtn {
  background-color: var(--white);
  color: var(--black);
  transform: translateY(10px);
  margin-bottom: -1rem;
}
.servCard:hover {
  background-color: var(--secondary);
}
.servCard:hover h3::before {
  background-color: var(--primary);
}
.servCard:hover .themeBtn {
  background-color: var(--primary);
  color: var(--white);
}
.servCard:hover p,
.servCard:hover h3 {
  color: var(--white);
}
.servCard:hover figure img {
  filter: brightness(100) invert(0);
}

/* serviceSection */
.serviceSection {
  background: url(../images/bgImg2.jpg) center/cover no-repeat;
  padding: 4rem 0;
}

.serviceSection .secHeading {
  color: var(--white);
}
.serviceSection .secHeading::before {
  left: 50%;
  width: 80px;
  transform: translateX(-50%);
  background-color: var(--white);
}
.serviceCard {
  background-color: var(--white);
  border-radius: 20px;
}
.serviceCard .imgWrap {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.serviceCard .imgWrap img {
  transition: 0.3s ease-in-out;
}
.serviceCard .content {
  padding: 2rem 2rem 0;
}
.serviceCard h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--black);
  position: relative;
  margin-bottom: 1rem;
}
.serviceCard h3::before {
  content: "";
  height: 2px;
  background-color: var(--primary);
  width: 5rem;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.serviceCard p {
  line-height: 1.5;
}
.serviceCard .themeBtn {
  background-color: var(--white);
  color: var(--black);
  transform: translateY(10px);
  margin: 0 auto;
  display: block;
  width: 150px;
  border-color: var(--secondary);
  text-align: center;
  margin-bottom: -1rem;
}
.serviceCard:hover .imgWrap img {
  transform: scale(1.25);
}
.serviceCard:hover .themeBtn {
  background-color: var(--secondary);
  color: var(--white);
}
.ctaSec {
  background-color: var(--secondary);
  border-radius: 40px;
  padding: 2rem 4rem;
  /* margin-top: 3rem; */
  /* margin-bottom: -12rem; */
}
.ctaSec .secHeading {
  font-size: 2.5rem;
}
.ctaSec .secHeading::before {
  left: 0;
  transform: none;
  background-color: var(--primary);
}
.ctaSec p {
  color: var(--white);
  font-size: 1.125rem;
}
.ctaSec .btn-group {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.ctaSec .callBtn span {
  font-size: 1.875rem;
}

/* testimonialSec */
.testimonialSec {
  padding-top: 10rem;
}
.testimonialSec .secHeading {
  font-size: 2.5rem;
}
.testimonialSec .secHeading::before {
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
}

.testiCard {
  padding: 1.5rem;
  border-radius: 20px;
  margin: 0.5rem;
  box-shadow: 0px 3px 20px #00000014;
  background-color: var(--white);
}
.testiCard .topRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testiCard .userInfo {
  display: flex;
  text-align: right;
  align-items: center;
  gap: 1rem;
}
.testiCard .userInfo h4,
.testiCard .userInfo h3 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: var(--black);
}
.testiCard .userInfo h4 {
  color: var(--secondary);
}
.testiCard .userInfo img {
  border: 3px solid var(--primary);
}
.testiCard .contentWrap {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  gap: 1rem;
}
.testiCard .contentWrap img {
  margin-top: -2rem;
}
.testiCard p {
  color: #828282;
  font-weight: 400;
  font-style: italic;
}

.testimonialSlider .slick-next::before,
.testimonialSlider .slick-prev::before {
  content: none;
}
.testimonialSlider .slick-next,
.testimonialSlider .slick-prev {
  top: auto;
  bottom: -4rem;
  color: var(--black);
  font-size: 1.125rem;
}
.testimonialSlider .slick-prev {
  left: 43%;
}
.testimonialSlider .slick-next {
  right: 43%;
}

/* Partner Section */
.partnerSec .secHeading {
  font-size: 2.5rem;
}

.partnerWrap {
  display: flex;
  text-align: center;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
}
.partnerIcon {
  flex: 1;
}

/* contactSec */
.contactSec {
  background: url(../images/bgimg3.png) top/cover no-repeat;
  padding: 10rem 0 8rem;
}
.contactSec figure {
  margin-right: -10rem;
  margin-left: 2rem;
}
.contactSec .secHeading {
  color: var(--white);
  font-weight: 500;
  text-align: center;
}
.contactSec .secHeading::before {
  display: none;
}
.contactForm .form-group {
  margin-bottom: 3rem;
  position: relative;
}
.contactForm .form-group .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 1rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.contactForm .form-group textarea::placeholder,
.contactForm .form-group input::placeholder {
  color: var(--white);
}
.contactForm .form-group textarea.form-control {
  padding-top: 1rem;
  resize: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  height: 225px;
}
.contactForm .themeBtn {
  background-color: transparent;
}
.contactForm .themeBtn:hover {
  background-color: var(--primary);
  color: var(--white);
}
.newsLtrSec {
  background-color: var(--primary);
  border-radius: 40px;
  padding: 2rem 4rem;
  margin-top: -12rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.newsLtrSec h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1;
}
.newsLtrSec h2 span {
  font-weight: 600;
  font-size: 6.25rem;
}
.newsLtrSec .form-group {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid var(--white);
}
.newsLtrSec .form-group input {
  width: 100%;
  border: 0;
  height: 60px;
  background-color: transparent;
}
.newsLtrSec .form-group input::placeholder {
  color: var(--white);
}
.newsLtrSec .form-group button {
  background-color: transparent;
  font-size: 2.5rem;
  border: 0;
  color: var(--white);
}
.form-check label {
  color: var(--white);
  font-size: 1rem;
}

/* Footer */
footer {
  background-color: #000e20;
  padding-top: 6rem;
}
footer h4 {
  color: var(--white);
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 1;
}
footer .links li a {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 1rem;
}
.copyRight {
  border-top: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  margin-top: 4rem;
}
.copyRight p {
  color: var(--white);
  margin: 0;
}

/* Inner pages css */
.main-slider.inner-slider {
  height: auto;
  z-index: 1;
}
.main-slider.inner-slider figure {
  margin-right: -8rem;
}
.main-slider.inner-slider h2 {
  border: none;
  font-size: 5rem;
  font-weight: 600;
  padding-left: 0;
}
.aboutSec.aboutInner {
  padding: 6rem 0 0;
}

.servicesInner .row + .row {
  margin-top: 4rem;
}
.servicesInner h2 {
  font-size: 3.125rem;
  font-weight: 600;
  color: var(--black);
  line-height: 1;
}
.servicesInner p {
  font-size: 1.125rem;
  font-weight: 400;
}

.mapSec {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.servicesInner ul li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #828288;
}

.servicesInner ul {
  list-style: disc;
  list-style-position: inside;
}

.ourPromise {
    margin-top: 6rem;
}
.ourPromise ul {}
.ourPromise ul li {
      color: #828282;
    font-size: 1.175rem;
    font-weight: 400;
    list-style: disc;
    margin-left: 1.3rem;
}
.ourPromise ul li+li {
    margin-top: 0.9rem
}