body {
  background-color: #000;
}

.sectopbg {
  background-color: #C7C7C7;
  padding: 5px 0px;
}

.sectopbg p {
  text-align: center;
  margin: 0;
  font-family: 'Roboto';
  font-size: 14px;
  color: #000;
}

.haderherobg {
  background-image: url(../images/mainherser-Background.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.headermenusec {
  font-family: 'Source Sans 3';
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-right: 15px;
}

.haderherobg {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}

.secbtnmen {
  background-color: #D5413A;
  text-transform: uppercase;
  padding: 10px 19px !important;
  margin-top: 5px;
  border-radius: 10px;
}

.secbtnmen:hover {
  background-color: #3A72A8;
  text-decoration: none;
}

#navbarOffcanvas {
  padding-top: 20px;
}

.sechedmasec h1 {
  font-family: 'Bebas Neue';
  color: #fff;
  font-size: 150px;
  line-height: 120px;
}

.sechedmasec h1 img {
  width: 10%;
}

.seclefripd {
  padding-left: 50px;
  padding-top: 100px;
  position: relative;
  z-index: 99;
}

.modal-backdrop.show {
  z-index: 9;
}

.secpadhebtn {
  padding-top: 40px;
}

.secjonpavg a {
  font-family: 'Roboto';
  font-size: 20px;
  background-color: #2C2C2C;
  padding: 12px 30px;
  color: #fff;
  text-decoration: none;
}

.secjonpavg a:hover {
  background-color: #3A72A8;
  text-decoration: none;
}

.sectwoling {
  font-family: 'Roboto';
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}

.secvideo {
  text-align: end;
  padding-right: 40px;
  padding-top: 20px;
  position: relative;
  z-index: 997;
}

a.navbar-brand.secmainlogo img {
  width: 63%;
  padding-left: 60px;
}

.sechesmai {
  padding-top: 80px;
  padding-left: 60px;
}

/* marquee start */
:root {
  --bg: #D5413A;
  --text: #ffffff;
  --accent: #fff;
  --height: 64px;
  --gap: 3rem;
  --speed: 20s;
}

.marquee-wrap {
  background: var(--bg);
  color: var(--text);
  height: var(--height);
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: var(--gap);
  white-space: nowrap;
  will-change: transform;
  animation: marquee-linear var(--speed) linear infinite;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  font-family: 'Oswald';
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 40px;
}

.marquee-star {
  display: inline-block;
  margin-left: 40px;
  color: var(--accent);
  font-weight: 900;
  font-size: 60px;
  padding-top: 20px;
  transform: translateY(1px);
}

@media (min-width:768px) {
  :root {
    --height: 72px;
    --gap: 4rem;
  }

}

.marquee-wrap:hover .marquee-track,
.marquee-wrap:focus-within .marquee-track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }

  .marquee-track {
    transform: none;
  }
}

@keyframes marquee-linear {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.container-bar {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.marquee-track>.repeat {
  display: inline-flex;
}

/* marquee end */

.secserbmainbg {
  padding: 60px 10px;
}

.secheadma h2 {
  font-family: 'Anta';
  text-align: center;
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
}

.secheadma h2 span {
  color: #D5413A;
}

.secheadma p {
  text-align: center;
  color: #C7C7C7;
  font-family: "Source Sans 3";
  width: 50%;
  font-size: 18px;
  margin: auto;
}

.secbgser {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}

.secbgser p {
  font-family: "Source Sans 3";
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.secbgser i {
  font-size: 22px;
  color: #D5413A;
}

.secjiobg {
  font-family: "Source Sans 3";
  color: #C7C7C7;
  font-size: 15px;
  margin-bottom: 30px;
}

.aescted {
  text-decoration: none;
}

.secelevbg {
  padding-bottom: 60px;
}

.sechedele h2 {
  font-family: 'Anta';
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
}

.sechedele h2 span {
  color: #D5413A;
}

.secwetext {
  color: #fff;
  font-family: "Source Sans 3";

}

.secvideo video {
  width: 100%;
}

.sectestbg {
  padding-bottom: 60px;
}

.secpasdte {
  padding-right: 0;
}

.secboxbg {
  background-color: #2C2C2C;
  padding: 30px;
  margin-top: 10px;
}

.secpasdte2 {
  padding-left: 0;
}

.secvdot {
  width: 5% !important;
}

.secastext {
  font-family: "Source Sans 3";
  color: #fff;
  font-size: 16px;
  padding-top: 30px;
  width: 70%;
}

.revim {
  display: flex;
  padding-top: 40px;
}

.secreimg img {
  width: 70% !important;
  border-radius: 50px;
}

.serrevtext h5 {
  font-family: "Source Sans 3";
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.secreimg {
  width: 10%;
}

.serrevtext p {
  color: #B1B1B1;
}

.sectestmai .owl-dots {
  display: none;
}

.sectestmai .owl-nav {
  text-align: end;
  color: #fff;
  font-size: 40px !important;
}

.serpribg {
  background-image: url(../images/pricbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 10px;
}

.secpricbtn {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}

.secpricbtn a {
  background-color: #D5413A;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
}

.secpricbtn a:hover {
  background-color: #3A72A8;
}

.sectablco {
  background-color: #D5413A;

}

.pricing-table {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0px;
  width: 100%;
}

table {
  width: 100%;
  margin: 0;
  text-align: center;
  border-collapse: collapse;
}

thead th {
  background-color: #D5413A;
  color: #fff !important;
  font-weight: 600;
  padding: 15px;
}

tbody td {
  padding: 14px;
  color: #fff;
  font-family: "Source Sans 3";
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: start;
  padding-left: 40px;
}

tbody tr:hover td {
  background-color: rgba(255, 255, 255, 0.1);
}

.enroll-btn {
  background-color: #D5413A;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 6px 18px;
  font-size: 14px;
  transition: 0.3s;
  text-decoration : none;
}

.enroll-btn:hover {
  background-color: #3A72A8;
}

.secblobgain {
  padding: 60px 10px;
}

.secbtnbl a {
  font-family: "Source Sans 3";
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  background-color: #D5413A;
  border-radius: 5px;
}

.secbtnbl a:hover {
  background-color: #3A72A8;
}

.secbtnff {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.secbolpad {
  padding-top: 30px;
}

.secblogbox img {
  border-radius: 10px;
}

.secbotebg {
  display: flex;
  padding-top: 20px;
}

.sectextblog {
  width: 70%;
}

.sectextblog h4 {
  font-family: "Source Sans 3";
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}

.secbloglink {
  text-align: end;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.secbloglink a {
  color: #D5413A;
  text-decoration: none;
  font-family: "Source Sans 3";
  padding: 8px 10px;
  border: 2px solid #D5413A;
  border-radius: 5px;
}
.secbloglink a:hover{
  background-color: #3A72A8;
  color: #fff;
   border: 2px solid #3A72A8;
}
.secblotit{
  color: #C7C7C7;
  font-family: "Source Sans 3";
  padding-top: 10px;
  font-size: 15px;
}




.ftslibg{
   padding: 0;
   padding-bottom: 50px;
}
.footerslider img{
   padding:0px;
}
.footerslider .owl-nav {
   display: none;
}
.footerslider .owl-dots{
   display: none;
}
.sechotextcont h4{
   font-family: 'Anta' !important;
   color: #D5413A;
   font-size: 26px;
   font-weight: 500;
}
.sechotextcont p{
   font-family: 'Source Sans 3';
   font-size: 14px;
   color: #fff;
}
.sechotextcont p a{
   font-family: 'Source Sans 3';
   font-size: 14px;
   color: #fff;
   text-decoration: none;
}
.secbtbg{
  padding-top: 30px;
}
.sechotextcont p a i{
   font-family: 'Source Sans 3';
   font-size: 24px;
   color: #1D1D1D;
}
.container.seconthome {
    padding-bottom: 60px;
}
.secfooterbg{
   background-image: url(../images/footer-bgg.png);
   background-repeat: no-repeat;
   background-size: cover;
   padding: 50px 10px;
}
.secfooterlogo{
   text-align: start;
}
.secfootermenu{
   padding-top: 40px;
   display: flex;
   justify-content: flex-start;
}
.secfootermenu li {
    text-align: center;
    padding-right: 60px;
}
.secfootermenu li a {
  font-family: 'Source Sans 3';
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-left: -8px;
  text-decoration: none;
}
.seclpar {
  padding-right: 0px !important;
}
.secass2{
   padding-top: 40px;
}
::marker {
    color: #D5413A;
}
@media only screen and (max-width:768px) {
  .secfootermenu li {
	text-align: center;
	padding-right:30px;
  }
  .secfootermenu {
    margin-left : 40px;
  }
  .secpaacont2 {
    margin-top : 20px;
  }
}

.socalmedia{
   display: flex;
   justify-content: center;
   padding-top: 30px;
}
.socalmedia p a{
   padding-left: 30px;
   font-size: 35px;
   background-image: linear-gradient(#D5413A);
   color: transparent;
   background-clip: text;
}
.socalmedia p a:hover{
   background-image: linear-gradient(#3A72A8);
   color: transparent;
   background-clip: text;
}
.secterm{
   padding-left: 40px;
}
.secpaf {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.aectem{
   margin: 0;
}
.aectem2{
   margin: 0;
   font-family: 'Source Sans 3';
   font-size: 14px;
   color: #fff;
   text-align: center;
   padding-top: 150px;
}
.aectem2 a{
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

 #secmobile{
display: none;
 }
 

 /* about */

 
.aboutbg2 {
   background-image: url(../images/aboutpagebackground.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: bottom;
   height: 400px;

}
.heaname h2 {
   font-family: 'Bebas Neue';
   font-size: 70px;
   color: #fff;
   text-transform: capitalize;
   font-weight: 900;
   text-align: center;
   padding-top: 80px;
}
.marrabout {
   background-color: #030303;
   padding: 60px 100px 60px 100px;
   margin-top: -10px;
}
.secabouttext h3 {
   font-family: 'Anta';
   font-size: 25px;
   color: #fff;
   text-transform: uppercase;
}
.secabouttext p {
   color: #fff;
   font-family: "Source Sans 3";
   font-size: 20px;
}
.secvisbgg {
    background-color: #25201B;
    padding: 50px 100px;
    margin-top: -3px;
}
.secvisintext {
    font-family: 'Michroma';
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}
.secvisintext2 {
    color: #fff;
    font-family: "Space Grotesk";
    font-size: 20px;
}
.scabtext{
  padding: 60px 10px;
}
.secblmabg{
  padding-top: 10px !important;
}
.sec-aet-des-padd {
    padding-bottom: 80px;
    margin-top: -170px;
}
.secaetiv-h22 {
    color: #fff;
    font-family: 'Bebas Neue';
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 152.5%;
    padding-top: 30px;
}
.sec-p-ad {
    color: #fff;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}
.sec-h-ad {
    color: #fff;
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: 700;
    line-height: 180%;
    padding-top: 30px;
}
/* about */
  .about-image {
      position: relative;
      display: inline-block;
      border-radius: 6px;
    }

    .about-image::before {
      content: "";
      position: absolute;
      top: -30px;
      right: -30px;
      bottom: 40px;
      left: 40px;
      background: #D5413A;
      z-index: 0;
    }
    .about-image img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto;
      display: block;
    }

    /* about-end */

    /* contact */
    .secandclass22 {
    padding-bottom: 50px;
}
.sec-cont-hh {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}
.sec-cont-pp {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
}
.sec-menu-btn2 {
    background: #F79A34;
    font-family: 'Roboto';
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 15px 30px;
    border: none;
}
.contbgg {
    background: #fff;
    padding: 20px;
}
.sec-cont-hh2 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #000;
}
.seccont-add-h span i {
    color: #F67627;
}
.seccont-add-h {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    color: #000000;
}
.seccont-add-p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}
.seccont-add-p a {
   font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}
.form-group label {
    color: #fff;
}
.form-group {
    margin-bottom: 15px;
}
