:root {
  --white: #fff;
  --black: #000;
  --theme-color: #fff;
}
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: 5rem 0;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #828282;
  font-family: "Poppins";
}

/* @font-face {
    font-family: 'Vampire Wars';
    src: url(../fonts/'VampireWars.eot');
    src: url(../fonts/'VampireWars.eot?#iefix') format('embedded-opentype'),
        url(../fonts/'VampireWars.woff2') format('woff2'),
        url(../fonts/'VampireWars.woff') format('woff'),
        url(../fonts/'VampireWars.ttf') format('truetype'),
        url(../fonts/'VampireWars.svg#VampireWars') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vampire Wars';
    src: url(../fonts/'VampireWars-Italic.eot');
    src: url(../fonts/'VampireWars-Italic.eot?#iefix') format('embedded-opentype'),
        url(../fonts/'VampireWars-Italic.woff2') format('woff2'),
        url(../fonts/'VampireWars-Italic.woff') format('woff'),
        url(../fonts/'VampireWars-Italic.ttf') format('truetype'),
        url(../fonts/'VampireWars-Italic.svg#VampireWars-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", 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: 180px;
  transition: 0.3s ease-in-out;
}

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

header.sticky {
  position: fixed;
}

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

header .navbar-nav {
  padding-right: 2rem;
  gap: 1rem 1.6rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: normal;
  color: var(--white);
  text-transform: uppercase;
  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.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}

.main-slider {
  position: relative;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Banner Css Start */

.themeBtn {
  background-color: #080892;
  padding: 14px 30px;
  border-radius: 50px;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s ease-in-out;
  display: inline-block;
}

.themeBtn:hover {
  background-color: black;
  color: white;
}

.main-slider h2 {
  text-align: left;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-slider p {
  color: white;
  text-align: left;
}

/* Banner Css End */

/* Inspector Css Start */

.inspectorContent {
  text-align: center;
}

.subHeadings {
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.inspectorSec .slick-dots li button:before {
  color: #2a75dc;
  font-size: 35px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.homeInspCours .overlay {
  justify-content: flex-start;
  padding-top: 5rem;
}

.homeInspCours {
  padding: 0;
}

.subHeading {
  font-size: 1.875rem;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

.homeInspCours p {
  color: white;
}

.inspectorContent .themeBtn {
  margin-bottom: 1.5rem;
}

/* Inspector Css Start */

/* Work Css Start */

.howWorkSec {
  text-align: center;
}

.howWorkSec .circle {
  width: 8rem;
  height: 8rem;
  background: #f2f1f0;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.howWorkSec p {
  font-size: 14px;
  width: 78%;
  margin: 0 auto;
}

.howWorkSec h4 {
  font-size: 1.5625rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1.3rem;
}

/* Work Css Start */

/* Riview Css Start */

.rate {
  height: 46px;
  padding: 0 10px;
  display: inline-block;
}

.rate:not(:checked) > input {
  transform: translate(6px, 9px);
  position: absolute;
  opacity: 0;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate > input:checked ~ label {
  color: #ffc700;
  z-index: 99999;
}

.rate:not(:checked) > label::before {
  content: "★ ";
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #ffc700;
}

.riviews {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.riviews span {
  font-size: 18px;
  color: #828282;
}

.inspectorContent img {
  margin: 0 auto;
}

.videoSec {
  padding: 0;
}

/* Riview Css Start */

/* Newsletter Css Start */

.subscribeSec {
  position: relative;
  padding: 10rem 0;
  background: url(../images/bg1.jpg) top center no-repeat;
  text-align: center;
}

.subscribeSec .subdent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30rem;
}

.subform {
  padding: 1.5rem;
  background: var(--white);
  box-shadow: 0px 4px 120px 0px rgb(200 200 200 / 35%);
  border-radius: 100px;
  display: flex;
  margin-top: 3rem;
}

.subform .form-control {
  height: 4rem;
  width: 80%;
  border-radius: 100px;
  border: 0;
}

h3 > span {
  font-size: 1.125rem;
  display: block;
  color: #828282;
  text-transform: uppercase;
}

.subform .themeBtn {
  border: none;
}

.subform .form-control::placeholder {
  padding-left: 4rem;
  font-weight: 300;
}

/* Newsletter Css Start */

/* Footer Css Start */

footer {
  background: black;
  padding-top: 6em;
}

footer p {
  color: var(--white);
  width: 90%;
}

footer h4 {
  font-size: 1.5625rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0 1.5rem;
  color: var(--white);
}

footer .links li a,
footer .contInfo li a {
  display: inline-block;
  padding: 8px 0;
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--white);
}

.contInfo {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

footer .contInfo li a {
  position: relative;
  padding: 8px 0 7px 4rem;
  text-transform: none;
  line-height: 2;
}

footer .contInfo li a i {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--white);
  transform: scaleX(-1);
  font-size: 2.5rem;
}

.copyRight p {
  margin: 0;
}

.copyRight {
  border-top: 2px solid rgb(238 232 227 / 20%);
  padding: 2em 0;
  margin-top: 5em;
  align-items: center;
}

.copyRight ul {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

.copyRight ul a {
  text-transform: uppercase;
  color: var(--black);
  background: #efefef;
  width: 3.375rem;
  height: 3.375rem;
  font-size: 1rem;
}

.copyRight ul a:hover,
.copyRight ul a:focus {
  background: #080892;
  color: var(--white);
}

.socialIo li a {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .contInfo li a h5 {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
}

/* Footer Css Start */

/* Inner Pages Css Start */

/* About Us Page Css Start */

.aboutSec {
  margin-top: 5rem;
  background-color: #f8f8f8;
}

/* .aboutImg {
  margin: -80px -18rem 0rem -13.5rem;
  align-self: flex-end;
  position: relative;
} */

/* .aboutImg img {
  position: absolute;
  left: 24%;
  z-index: 11;
} */

/* .aboutContent {
  padding-bottom: 13rem;
  padding-top: 4rem;
} */

.aboutContent p {
  padding-bottom: 1rem;
}

.aboutContent h3 span {
  color: #080892;
  text-transform: capitalize;
}

.aboutInner {
  padding: 8rem 0;
}

/* About Us Page Css End */

/* Inspector Page Css Start */

.startedSec {
  text-align: center;
  background-color: #f8f8f8;
}

.startedSec h5 {
  font-size: 1.375rem;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 3rem;
}

.startedSec p {
  width: 80%;
  margin: 0 auto;
}

/* Inspector Page Css End */

/* Contact Us Page Css Start */

.loctnLst ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.loctnLst ul li span {
  border-radius: 50%;
  background-color: #080892;
  width: 75px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--white);
  box-shadow: 0 0 0px 6px #b4b4de;
  flex-shrink: 0;
}

.lctnContent h2 {
  font-size: 1.1875rem;
  margin: 0 0 5px;
  font-weight: 600;
}
.lctnContent p {
  font-size: 1.375rem;
  color: #828282;
  margin: 0;
  line-height: 28px;
  font-weight: 400;
}

.cntctForm span {
  display: block;
  position: relative;
}

.cntctForm span i {
  position: absolute;
  top: 27px;
  left: 15px;
  font-size: 1.5rem;
  color: #a9a9a9;
  font-weight: 300;
}

.cntctForm span input {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
  height: 80px;
  width: 100%;
  font-size: 1.375rem;
  border: 0;
  padding: 0 3.3rem;
  margin: 0 0 2rem;
}

.cntctForm span textarea {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
  height: 209px;
  width: 100%;
  font-size: 1.375rem;
  border: 0;
  padding: 1.5rem 3.3rem;
}

.chkOne {
  margin-top: 1.5rem;
}

.chkOne input {
  width: 20px;
  height: 20px;
}

.chkOne label {
  margin: 0 0 0 10px;
  font-size: 22px;
  color: #828282;
  font-weight: 300;
}

.chkOne .themeBtn {
  display: table;
  border: 0;
  margin-top: 2rem;
}

.loctnLst ul li + li {
  margin: 3rem 0 0;
}

.cntctHead .headTwo {
  color: var(--black);
  font-size: 3.75rem;
  margin: 0 0 3rem;
  font-weight: 600;
}

.lctnContent {
  padding-left: 1rem;
}

.lctnContent a {
  color: #828282;
  font-size: 1.375rem;
}

.cntctForm span select {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
  height: 80px;
  width: 100%;
  font-size: 1.375rem;
  border: 0;
  padding: 0 3.3rem;
  margin: 0 0 2rem;
  font-size: 18px;
  color: #828282;
}

.cntctForm span input::placeholder {
  font-size: 18px;
  color: #828282;
}

.cntctForm span textarea::placeholder {
  font-size: 18px;
  color: #828282;
}

.cntctPage {
  padding: 7rem 0;
}

.mapSec {
  padding: 0;
}

/* Contact Us Page Css End */

/* Software Page Css Start */

.softwareSec {
  background-image: url(../images/softwareBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.softwareSec h2 {
  font-size: 3.125rem;
  text-transform: uppercase;
  font-weight: 600;
}

.softwareSec p {
  font-size: 1.25rem;
  color: #1a2a39;
  font-weight: 500;
}

/* Software Page Css Start */

/* Courses Page Css Start */

.serviceSec .content {
  background: #fff;
  height: 100%;
  position: relative;
  padding: 2.5rem;
  box-shadow: 0px 8px 53.1px 5.9px rgba(200, 200, 200, 0.31);
}

.serviceSec.inner .content:before {
  content: none;
}

.serviceSec.inner .content .count {
  margin: 0;
}

.serviceSec.inner .content p {
  margin: 0;
  font-weight: 500;
}

.serviceSec figure {
  height: 100%;
  width: 100%;
}

.serviceSec figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.serviceSec .content:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  height: 50px;
  width: 50px;
  background: #fff;
  z-index: 1;
}

.serviceSec [class*="row"]:nth-child(odd) .content:before {
  left: -25px;
}

.serviceSec [class*="row"]:nth-child(even) .content:before {
  right: -25px;
}

.serviceSec .content .count {
  color: #ccd0d8;
  font-size: 3.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.serviceSec .content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--black);
}

.serviceSec .content p {
  font-size: 0.9375rem;
  color: var(--black);
  font-weight: 400;
}

.serviceSec {
  padding: 7rem 0;
}

/* Courses Page Css Start */
.privacySec {
  color: #000;
}
.privacySec h4 {
  padding-top: 10px;
}
.privacySec h2 {
  padding-top: 20px;
}
.privacySec p {
  padding-top: 15px;
  padding-bottom: 15px;
}
.privacySec ul li {
  padding: 10px;
}
.privacySec ul {
  list-style: unset;
  color: #828282;
  font-weight: 500;
}
.privacySec a {
  color: #3d3c3c;
}

/* .aboutImg .img1 {
  left: -6%;
} */


.ScribewareSec h2 {
  font-size: 3.125rem;
  text-transform: uppercase;
  font-weight: 600;
}