/*@import url('https://fonts.googleapis.com/css?family=Poppins');*/
@import url('https://fonts.googleapis.com/css?family=Jost');
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
}

body,
button,
input,
select,
textarea {
  color: #716c80;
  font-family: "Jost", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
  border: none;
  background: #fff;
}
.topBarArea{
  background: #F5F5F5;
}

.topBarArea .topBarLeft {
  text-align: left;
  padding: 8px 0;
  color: #5C5858;
  font-family: "Jost", Sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
}
.topBarArea .topBarRight {
  text-align: right; 
  padding: 8px 0;
  color: #5C5858;
  font-family: "Jost", Sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
}
a{
  text-decoration: none;
}

.topBarArea .topBarRight a{
  color: #5C5858;
}

.topBarArea .topBarRight a i{
  color: #6ec1e4;
}

.cust-p-0{
  padding: 0px;
}


.get-quote-btn{
  font-weight: 500;
  border-radius: 0px;
}

.fstsoc{
  background: #f37022;
  color: #fff;
}


.sedsoc{
  background-color: #f5f5f5;
  color: #0c137e;
}

.thirdsoc{
  background: #1ca555;
  color: #fff;
}

.get-quote-btn:hover{
  background: #027196;
  color: #fff;
}


.menuArea{
  background: #fff;
}



#myHeader {
    z-index: 999;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 25px rgb(34 50 72 / 22%);
}

.cust-navbar .navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    padding: 0px 15px 0px 15px;
}
.cust-navbar .navbar-nav .nav-link:hover{
  color: #13B7EC;
}


.cust-navbar {
    padding-top: 0px; 
    padding-bottom: 0px;
}

.cust-navbar .navbar-nav {
  justify-content: center;
  width: 100%;
}

.form-select:focus, .form-control:focus {
    border-color: #bfbfbf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 3%);
}

.background-bg{
  background: #e9e9e9;
}



.footer{
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #0E0E0E;
  background-image: url(../images/fotterbg.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer-overaly{
    background-color: #11161EFA;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.position-inherit{
    z-index: 9;
    position: inherit;
}


.footer-txt{
  color: #B7B4B4;
}

.footer-header{
    color: #F3F3F3;
    font-weight: 500;
}

.footerMenuList{
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
.footerMenuList li {
  padding: 5px 0px;
}
.footerMenuList li a{
 color: #B7B4B4;
}
.footerMenuList li a:hover{
 color: #1FAEE3;
}
.footerMenuList li a i{
  margin-right: 10px;
}


.bottomFooter{
  background: #11161E;
  padding: 10px;
}

.bottomFooter a{
  color: #f37022;
}





/*banner area css start*/
.bannerArea .bannerSlider .item {
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: center!important;
}
.bannerArea .bannerSlider .item .banner-Content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  color: #fff;
  height: 80vh;
  padding: 40px 0px;
}
.bannerArea .bannerSlider .item .banner-Content h1{
  font-size: 3.5rem;
  font-weight: 300;
}
.bannerArea .bannerSlider .item .banner-Content h1 span{
  font-weight: 600!important;
}
.bannerArea .bannerSlider .item .banner-Content p{
  font-size: 1.3rem;
}
/*banner area css end*/

.owl-dots{
  display: none;
}

.sliderArea{
    background: #1fa2e3;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.slidText{

}
.aboutArea{
  background: #dee8f0;
  padding: 40px 10px 40px 10px;
}

.aboutArea .abtPara{

}

.feedArea{
    padding: 40px 10px 40px 10px;
}

.custPgHeader{
    font-size: 2.5rem;
    color: #060606;
    text-align: center;
    margin-bottom: 30px;
}
.fmArea{
  padding: 40px 10px 40px 10px;
}




.main .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
}


.cdcustpadding{
 height: 70px;
}


.gallery-container, .mainvgalleryarea{
  padding: 15px;
  background: #fff;
}

.innerPageBannerArea{
  padding: 60px 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.innerPageBannerArea h1{
  color: #fff;
}

.videoFeed{
  height: 500px;
  overflow-y: auto;
}