@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Poppins:wght@300;400;500;600;700;800&display=swap');

  
html {
  font-size: 16px;
  /* cursor: none; */
  overflow-x: hidden;
}

@font-face {
  font-family: 'Porter';
  src: url('../fonts/Porter-BoldDEMO.woff2') format('woff2'),
      url('../fonts/Porter-BoldDEMO.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendo';
  src: url('../fonts/Pretendo.woff2') format('woff2'),
      url('../fonts/Pretendo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pringle And Tweed';
  src: url('../fonts/PringleAndTweed-Regular.woff2') format('woff2'),
      url('../fonts/PringleAndTweed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rounded Elegance';
  src: url('../fonts/RoundedElegance-Regular.woff2') format('woff2'),
      url('../fonts/RoundedElegance-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body {
  position: relative;
  font-family: 'Porter';
  background: #000;
  overflow-x: hidden;
}

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #0b244c;
  --primary-color: #0c5088;
}

h1{
  font-size: 85px;
  font-weight: 700;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #C8C8C8;
  margin: 18px 0;
  font-family: 'Rounded Elegance';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFFFFF;
  font-family: 'Porter';
}

h2 {
  font-size:82px;
  color:#FFFFFF;
  font-weight: 700;
  font-family: 'Porter';
}

.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;
}

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

figure {
  margin: 0;
}

.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

/* header/slider-css */
 
header {
  margin: auto;
  z-index: 11;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 0;
  width: 100%;
}

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: end;

}

.navbar-nav .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background:#b62029;
  transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}

.main-navigate {
  margin: 0;
  padding: 12px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

/*custom-nav*/

/* custom-slider */

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slider {
  position: relative;
}

.bottom-line {
  position: absolute;
  right: 0;
  bottom: -14px;
  z-index: -1;
  width: 100%;
}

.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -270px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.custom-slider .carousel-indicators li {
  height: 0;
  width: unset;
  font-size: 12px;
  color: var(--white);
  position: relative;
  z-index: 111;
  text-indent: inherit;
  margin: 11px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: none;
}

.custom-slider .carousel-indicators li.active {
  opacity: 1;
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 5px;
  width: 20px !important;
  background-color: #ccc !important;
  position: absolute;
  left: 0;
  transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active span {
  font-size: 20px;
  margin: 0;
  color: white;
  margin-left: 43px;
}

.custom-slider .carousel-indicators li span {
  opacity: 0;
}


.custom-slider .carousel-indicators li.active:before {
  width: 50px !important;
  background: #fff !important;
}


ul.top-social {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
  top: 35%;
  height: 3%;
  z-index: 999;
}

ul.top-social li {
  display: inline-block;
  padding: 0 15px;
}

ul.top-social li a {
  color: #fff;
}


.slider-content h3 {
  font-size: 62px;
  color: #fff;
  line-height: 61px;
  padding-left: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.sliderItem h4 {
  font-size: 44px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  line-height: 70px;
  margin-bottom: 0;
}

.custom-slider img {
  width: 100%;
}

/* custom-slider */
.text-body .text-holder {
  position: relative;
}

.sliderItem p {
  color: #fff;
  font-size: 18px;
  margin-top: 1rem;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.slider-content {
  position: relative;
  margin-top: -5rem;
}

.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: rgb(207 203 203);
  font-weight: 700;
  padding-left: 17px;
  font-size: 14px;
  text-transform: uppercase;
} 

.main-navigate nav img {
  width: 100%;
}

header .header-inFo {
  position: absolute;
  right: 28px;
  top: 15px;
  z-index: 999;
}
.header-inFo span img {
  width: 63px;
  display: block;
}

.header-inFo span h5 {
  font-weight: 600;
  font-size: 18px;
  text-align: start;
  color: #fff;
  margin-bottom: 0px;
  margin-left: 17px;
  font-family: 'Poppins', sans-serif;
}
.header-inFo span a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-left: 17px;
}

.btn{
  padding: 16px 69px;
  color: #fff;
  outline: none;
  font-size: 19px;
  border: none;
  background: #b62029;
  border-radius: 34px;
  transition: all .5s;
  font-weight: 500;
  font-family: 'Rounded Elegance';
  font-weight: 500;
}

.btn:hover{
 background-color: #fff;
 color: #000;
 border:1px solid #b62029;
 transform: scale(1.1);
}

.header-btn{
  position: relative;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-btn{
  margin-top: 50px;
}

.tp-img{
  position: relative;
}

.overlay-top{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-top figure{
  width: 550px;
    height: 550px;
    border: 2px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    animation:shadow 1s linear infinite alternate;
}

@keyframes shadow{
  to{
    box-shadow: 0px 0px 0px red;
  }
  from{
    box-shadow: 0px 0px 60px red;
  }
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: rgb(207 203 203);
}

.add-ct{
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-left: 2rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(182 32 41);
}

.slider-content .text-holder h2{
  font-size: 111px;
  color: #fff;
  font-family: 'Pretendo';
  font-weight: 400;
  line-height: 120px;
}

.slider-content .text-holder h3{
  font-family: 'Pringle And Tweed';
  font-size: 158px;
  font-weight: 400;
  color: #B62029;
  position: absolute;
  right: 0;
  bottom: 6rem;
}
.watch-icon{
  position: absolute;
  right: 15rem;
  bottom: 19rem;
}

.logo-banner{
  position: absolute;
  bottom: -88px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.logo-banner img{
  width: 142px;
}

.logo-banner figure{
  width: 220px;
    height: 220px;
    border: 2px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    animation: shadow 2s linear infinite alternate;
}

/* header/slider-css */



.aboutus-sec {
  padding: 14rem 0 10rem;
  background-image: url(../images/aboutbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.aboutus-sec article h3{
  font-family: 'Rounded Elegance';
  font-size: 44px;
}

figure.aboutImg:before {
  content: '';
  width: 455px;
  height: 472px;
  border: 8px solid #B62029;
  position: absolute;
  top: -46px;
  left: -59px;
  z-index: -1;
  animation:color-change 1s linear infinite alternate;
}

@keyframes color-change{
  to{
    border-color: #fff;
  }
  from{
    border-color: #b62029;
  }
}

figure.aboutImg {
  position: relative;
}


/* services-secs */
.services-secs{
  padding: 5rem 0;
  position: relative;
}

.big-text{
  position: absolute;
  left: 0;
  top: 17rem;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
}

.big-text h2{
  font-size: 407px;
  font-weight: 700;
  color: #242222;
  letter-spacing: 3px;
}

.services-secs .primary-heading h2{
   font-size: 57px;
}

.service-card{
  display: flex;
  align-items: center;
  background: #bfbfbf54;
  backdrop-filter: blur(30px);
  padding: 0rem;
  border-radius: 36px;
  border: 2px solid #707070;
  transition: all .5s;
}

.service-card:hover{
  border: 2px solid #B62029;
}

.service-card:hover article h3{
  color: #fff;
  transition: all .5s;
}



.service-card span:nth-child(1){
  flex: 0 0 53%;
  max-width: 54%;
}

.service-card span article h3{
  font-family: 'poppins';
  color: #707070;
}

.service-card span article p{
  font-size: 14px;
  color:#C8C8C8;
}

.service-card span article .btn{
  font-size: 13px;
  padding: 12px 43px;
}


.service-card span:nth-child(2){
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 1rem;
}


/* services-secs */

/* gallery-sec */

.gallery-sec{
  padding: 5rem 0 9rem 0;
}

/* gallery-sec */

/* review-sec */

.review-sec{
  padding: 8rem 0 2rem 0;
  position: relative;
}

.review-sec::after{
  content: '';
  background-image: url(../images/gg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -2rem;
  top: 10rem;
  width:438px;
  height: 388px;
  z-index: -1;
}

.review-sec .row{
  background: #3a3939;
    border-radius: 92px;
    padding: 4rem 2rem 4rem 4rem;
    position: relative;
}


.reviw-content article h2{
  font-size: 40px;
}

.lgoo-rev{
  position: absolute;
  right: 0;
  left: 0;
  top: -9rem;
  margin: auto;
  text-align: center;
}

/* review-sec */


.testimonial-sec {
  background-color: #000;
  padding: 1rem 0 6rem 0;
}

.testimonial-item figure {
  display: flex;
  flex-direction: column
}

.testimonial-item figure img:first-child {
  width: 25%;
  margin: 0 auto
}

.testimonial-item figure img:nth-child(2) {
  width: 20%;
  margin: 35px auto 0
}

.testimonial-item p {
  color: #828282;
  font-style: italic;
  font-family: 'poppins';
  font-size: 14px;
}

.testimonial-item h5 {
  color: #c4c4c4;
  font-size: 34px;
}

.testimonial-item {
  text-align: center;
  margin: 0 30px
}

.testimonial-item span i {
  color: #ffbc03;
  margin-top: 10px
}

.testimonial-sec .row .col-lg-4:nth-child(2):before {
  content: '';
  background: url(../images/line.png) no-repeat;
  width: 30px;
  height: 500px;
  position: absolute
}

.testimonial-sec .row .col-lg-4:nth-child(2):after {
  content: '';
  background: url(../images/line.png) no-repeat;
  width: 30px;
  height: 500px;
  position: absolute;
  bottom: -30px;
  right: -20px
}


.excellence-sec {
  padding: 6rem 0 4rem 0;
  background-color: #1e1d1d;
  position: relative
}

.excellence-sec:before {
  content: '';
  background: url(../images/before01.png) no-repeat;
  position: absolute;
  width: 300px;
  height: 600px;
  left: 0
}

.excellence-sec .primary-heading h2{
  font-size: 60px;
}

.excellence-sec:after {
  content: '';
  background: url(../images/before02.png) no-repeat;
  position: absolute;
  width: 366px;
  height: 460px;
  right: 0;
  bottom: 56px
}

.excellence-info {
  text-align: center;
  margin-top: 40px;
  
  padding: 79px 0;
  border-radius: 29px
}

.excellence-info span {
  position: absolute;
  right: 35%;
  width: 40px;
  height: 40px;
  background-color: red;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  z-index: 3;
  top: -35px;
  border: 4px solid #fff;
  margin-right: 4px
}

.excellence-info figure {
  position: relative
}

.excellence-info figure:before {
  content: '';
  background-color: #fff;
  width: 118px;
  height: 124px;
  position: absolute;
  z-index: 1;
  border-radius: 15px;
  margin: 0 auto;
  display: table;
  left: 0;
  right: 0;
  top: -32px;
  transform: rotate(43deg);
  transform-origin: center
}

.excellence-info h5 {
  margin-top: 65px;
  color: #fff;
  font-weight: 400;
  font-size: 24px
}

.excellence-info figure img {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto 0;
  display: table;
  width: 14%
}

.excellence-sec .col-lg-4:before {
  content: '';
  position: absolute;
  background: url(../images/arrowcurve.png) no-repeat;
  width: 173px;
  height: 150px;
  right: -5rem;
  bottom: 107px;
  z-index: 999
}

.excellence-sec .col-lg-4:nth-child(3):before {
  display: none
}

.contactSec {
  justify-content: center;
  align-items: center;
  display: flex;
  background-position: top;
  background: url(../images/contactbanner.png);
  margin: 111px 180px 40px 180px;
  padding: 65px 54px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  /* height: 801px; */
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}

.contactSec:after {
  position: absolute;
  content: "";
  background: #43434347;
  height: 100%;
  width: 100%;
  top: 0px;
  border-radius: 50px;
  right: 0;
  top: 0;
  bottom: 0px;
  z-index: -1;
}

.contact_text h5 {
  font-size: 64px;
  color: #E9E9E9;
}

.contact_text h5 span {
  display: block;
}

.contact_text p {
  font-size: 20px;
  font-weight: 400;
  color: #b5b5b5;
  width: 95%;
  margin-top: 2rem;
  margin-bottom: 0px;
}



.formcontct .form-control {
  padding-top: inherit;
  height: 87px;
  border-radius: 19px;
  padding-left: 35px;
  width: 100%;
  font-family:  'Poppins', sans-serif;
}

textarea#exampleFormControlTextarea1 {
  height: unset;
  border-radius: 25px;
  resize: none;
}

.contact_text {
  padding-top: 1rem;
}

.formcontct .form-group {
  margin-bottom: 20px;
}
.formcontct {
  padding-left: 3rem;
}

.contact_text img{
  width: 200px;
}



.customche .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  margin-right: 24px;
}

.customche .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  padding-left: 15px;
  gap: 13px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.customche .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #b62029;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}

.customche .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 24px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.footersec {
  background: #434343;
  padding-top: 70px;
}

.footer-logo h6 {
  line-height: 69px;
  font-size: 76px;
}

.footercontct p {
    font-size: 19px;
    font-weight: 400;
}

.footercontct .form-control {
  border-bottom-right-radius: 138px !important;
  border-top-right-radius: 143px !important;
  height: 70px;
  background: transparent;
  border-radius: 135px;
  border: 2px solid #b62029;
  padding: 0px 30px;
  color: #fff;
}

span#basic-addon2 {
  height: 70px;
  border: transparent;
  background: #b62029;
  color: #ffffff;
  border-radius: 49px;
  width: 210px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 17px;
  position: absolute;
  right: -2px;
  top: 0px;
  padding: 13px 43px;
  z-index: 2;
  cursor: pointer;
}

.customfooter ul li a {
  color: #fff;
  font-size: 16px;
}

.customfooter ul li a p {width: 56%;font-size: 16px;font-weight: 500;line-height: 31px;margin: 0;color: #fff;font-family: 'poppins';}

.footerLogo {/* padding-left: 8rem; */margin-bottom: 2rem;}

.customfooter h5 {
  font-size: 28px;
}

.customfooter ul li a span {
  font-size: 24px;
}

.customfooter li {
  margin-bottom: 9px;
}

.footerpayment img {
  margin-bottom: 20px;
  width: 100%;
}

.copy_pra p {
  margin-top: 0px;
}

.copysec {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.copylink ul {
  display: flex;
  gap: 26px;
}

.copyrightmain {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #707070;
  padding-top: 3rem;
  margin-top: 5rem;
  padding-bottom: 40px;
}

.copylink {
  float: right;
}

.copy_pra p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #fff;
  font-family: 'poppins';
}

.copylink a {
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
.margn--{
  margin-top: 90px;
}
.customfooter.second {
  padding-left: 30px;
}


.footercontct .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
  font-size: 20px;
  font-weight: 500;
}

.footercontct .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
  font-size: 20px;
  font-weight: 500;
 
}

.footerLogo img{
  width: 220px;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 0.5s;
}


#preload {
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index:999;
}
#preload #logo_preload {
  position: absolute;
  width: 300px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
   height: 100%;
}
#preload #logo_preload #mask {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#preload #bars {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#preload #bars .bar {
  height: 20vh;
  background:#B62029;
  position: absolute;
  width: 100%;
  right: 0;
}
#preload #bars #bar1 {
  top: 0%;
}
#preload #bars #bar2 {
  top: 20%;
}
#preload #bars #bar3 {
  top: 40%;
}
#preload #bars #bar4 {
  top: 60%;
}
#preload #bars #bar5 {
  top: 80%;
}



.bannner-main {
  position: relative;
}

.bannner-main img {
  width: 100% !important;
}

.bannner-main .text-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content:center;
}

.banner-overlay h1 {
  font-size: 111px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: 'Pretendo';
}

.inner-test{
  padding-top: 8rem;
}


.privacy-sec{
  padding: 5rem 0;
}

.privacy-sec ul li{
  color: #C8C8C8;
}

#mapp{
    border-radius:24px;
    box-shadow:0px 0px 10px red;
}


.header-btn .btn{
   
    padding: 15px 17px;
    font-size:16px;
}

