html {
  scroll-behavior: smooth;
}


body{
  -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body, body .site-main{
  background-color: #000 !important;
  background-color: #000;
  color: #fff;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



nav.main-menu, .prt-stickable-header.fixed-header, #site-header-menu .prt-stickable-header.fixed-header .site-navigation{
  background: #100f0f;
  border-radius: 10px;
  /* overflow: hidden; */
}

.prt-header-style-01 .site-header-menu .site-navigation{
  background: #100f0f;
  border-radius: 10px;
}

.menu-link{
  color: #fff;
}
.menu-link:after{
  display: none;
}

@media (max-width: 1199px){
  .prt-header-style-01 #site-header-menu, .prt-header-style-01 .site-header-menu .site-navigation {
      background-color: #000 !important;
  }
}

h1, h2, h3, h4, h5, h6{
  color: #fff !important;
}


.section-title h2.title{
  color: var(--base-skin) !important; 
}

.featured-imagebox .featured-content .featured-title h3 a{
  color: var(--base-skin);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor.border-color{
  border-color: #100f0f;
}

.prt-btn.btn-inline{
  color: #fff; 
}

.fid-map-items img{
  filter: invert(1);
}

.tooltip .tooltiptext::after{
  border-color: transparent transparent var(--base-skin) transparent;
}

.tooltip .tooltiptext p{
  line-height: 1.5;
  color: #000;
}

.tooltip .tooltiptext{
  background-color: var(--base-skin) ;
  height: auto;

}


.blog-featured-content, .featured-imagebox-post{
  background-color: #100f0f;
}

.blog-featured-content .featured-title h3 a{
  color: #fff;
}


.featured-icon-box.style7{
  background: #000;
  border: 2px solid #100f0f;
  height: 100%;
  margin: 0;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  transform: none;
}
.featured-icon-box.style7:hover{
  background: #100f0f;
}



.featured-icon-box.style7 .prt-icon{
  position: absolute;
  right: 0;
  opacity: 0.1 !important;
  bottom: 0px;
  /* bottom: -10px; */
  font-size: 80px !important;
  z-index: 0;
}
.featured-icon-box.style7 .prt-icon i{
  font-size: 80px !important;
}

.featured-icon-box.style7 .featured-title h3{
  margin-bottom: 15px;
}

.featured-icon-box.style7 .prt-icon img{
  width: 90px;
  filter: invert(1) grayscale(1);
}
.blog-txt.blog-txt1 {
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  -webkit-text-fill-color: transparent;
}

.blog-section-03 .featured-imagebox-post{
  border-radius: 0 !important;
  background: transparent !important;
  border: 1px solid #141414 !important;
}

.blog-overlay-img, .blog-overlay-img img{
  border-radius: 0 !important;
}


.bg-1{
  background: #100f0f !important;
}


.team-box .team-img{
  position: relative;
  opacity: 1;
  width: -webkit-fill-available;
  padding-top: 10px;
}

.team-box{
  display: flex;
  align-items: center;
  border: 1px solid #111;
  padding: 0;
}

.team-img img {
  border-radius: 0px !important;   
  width: 100%;
}

.team-details{
  padding: 40px
}
.team-box h3{
  color: var(--base-skin) !important;
  font-size: 34px;
  line-height: 1.8;
}
.team-box h4{
  font-size: 17px;
}
.team-box p{
  margin: 0;
  color: #6c757d;
}
@media(max-width:991px){
  .team-img img{
    width: 240px !important;
    min-width: 240px;
}
.team-box p {
  margin: 0;
  color: #6c757d;
  font-size: 14px;
}
}
@media(max-width:767px){
  .team-box{
      flex-direction: column;
  }

  .team-details{
      padding: 20px;
  }
  .team-box-img-right{
      flex-direction: column-reverse;
  }
  .team-img img{
    width: 100% !important;
    min-width: 100%;
  }
}

.contact-form-main{
  background-color: #100f0f;
}

.form-btn{
  padding: 20px 20px !important;
  width: 100%;
  font-size: 18px !important;
  font-weight: 700;
}


.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"]{
  background-color: #000;
  color: #fff;
  font-size: 16px;
}

.comment-form input::placeholder, .comment-form textarea::placeholder{
  color: #6c757d !important;
}


.map-contact-1 .map-contact-link, .map-contact-1 .map-contact-link-02{
  color: #6c757d;
}

.prt-page-title-row-heading{
  border-color: transparent;
}


header{
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.prt-page-title-row, .map-section{
  margin-top: 120px;
}


.site-branding a.home-link img{
  margin: 0;
  height: auto;
  max-width: 100%;
  width: 300px !important;
}

@media(max-width:390px){
.site-branding a.home-link img{
  margin: 0;
  height: auto;
  max-width: 100%;
  width: 260px !important;
}
}


.aboutcta  div span{
color: #E1BA66 !important;
opacity: 1 !important;
position: relative;
z-index: 3;
font-size: 24px !important;
}

.hero-slider{
  margin-top: 110px;
}





.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

/* @media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    display: none;
  }
} */
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
  /* height: 850px; */
  min-height: 600px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
      min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style{
      min-height: 450px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 90%;
}

.hero-style .slide-title h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
  line-height: 1.7;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 36px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 36px;
    margin: 0 0 30px;
  }
}

@media (max-width: 650px) {
  .hero-style .slide-title{
    max-width: 95%;
  }
  .hero-style .slide-title h2 {
    font-size: 26px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
    #button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}

.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}

.hero-slider .swiper-button-prev:after,
.hero-slider .swiper-button-next:after{
  display: none;
}

/* .floating-btn{
  position: fixed;
    left: -100px;
    top: 50%;
    z-index: 999;
    max-width: 280px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 30px 6px 18px;
    background: #100f0f;
    border-radius: 8px;
    transform: rotate(270deg);
} */

.floating-btn{
  display: flex;
  align-items: center;
  height: 80px;
}

/* .floating-btn img{
  width: 40px;
} */

.floating-btn h3{
  font-size: 14px;
  margin: 0;
  color: rgba(255 255 255 / 0.7) !important;
  font-weight: 500 !important;
  font-family: "Kumbh Sans", sans-serif;
}

/* 
@media(max-width:1199px){

  .floating-btn{
    top: 60%;
  }
} */

@media(max-width:600px){
  .copyright{
    padding-bottom: 40px;
  }
  /* .floating-btn{
    transform: none;
    left: 0;
    bottom: 0;
    height: 52px;
    width: 100%;
    bottom: 0;
    top: auto;
    padding-top: 0;
    max-width: 600px;
    justify-content: center;
  } */
  /* #totop{
    bottom: 70px !important;
  } */
}

.pt-0 {
  padding-top: 0 !important;
}

.esr-box{
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%;
  border: 2px solid #100f0f;
  padding: 20px 30px;
  border-radius: 8px;
  transition: 0.3s all ease-in-out;
  transform: none;
}

.esr-box:hover{
  background-color: #100f0f;
  transform: scale(1.025);
}

.esr-box .esr-img img{
  max-width: 180px;
}


.esr-box h3{
  margin-bottom: 15px;
  color: var(--base-skin) !important;
}
.esr-box p{
  margin: 0;
  font-size: 14px;
}




/* cursor
------------------------------------------------------ */
.mouse {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden
}

.mouse-inner {
  margin-left: -5px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  z-index: 10000;
  background-color: #D1B464;
  -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
  transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}

.mouse-inner.mouse-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #D1B464;
  opacity: .3
}

.mouse-outer {
  margin-left: -22px;
  margin-top: -22px;
  width: 40px;
  height: 40px;
  border: 2px solid #D1B464;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000;
  opacity: .5;
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out
}

.mouse-outer.mouse-hover {
  opacity: 0
}


/* @media(max-width:1320px){
  .item3 {
    left: 370px !important;
  }
}

@media(max-width:1200px){
  .item3 {
    left: 390px !important;
  }
} */

.first-footer{
  display: none !important;
}

.blog-section-03 .blog-overlay-img{
  opacity: 1 !important;
}

@media(max-width:767px){
  .float-unser-md{
    float: unset !important;
  }
}


.featured-imagebox-services.style1 img{
  height: 300px;
  object-fit: cover;
}


.gallery-item{
  border-radius: 10px !important;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  border: 2px solid #000 !important;
}

.gallery-item:hover{
  border-color: #E1BA66 !important;
}

@media(min-width:992px){
  .team-img img{
    min-width: 280px;
    max-width: 280px;
  }
  .team-box-img-right .team-img{
    text-align: right !important;
  }
}