  @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,400;0,500;1,400&family=Fredoka:wght@400;500&family=Inter:wght@200&family=Karla:wght@200&family=Nunito+Sans:wght@200&family=Roboto:wght@100;400&family=Rubik:wght@300&display=swap');


  p{
    font-size: 16px;
    line-height: 28px;
    color: #292929;
  }

  .heading  {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #008ae0;
  }

  .heading-sub {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
  }

  .navbar-brand img{
    width: 220px;
}
.navbar-light .navbar-nav .nav-link{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.nav-item a{
    font-size: 17px;
    font-weight: 400;
    color: #302e43;
}
.nav-item a:hover {
    color: #ffffff;
    background-color: #008ae0;
    color: #ffffff;
}
/* .carousel-item img{
  position: relative;
  top: 50px;
  left: 50px;
    height: 450px;
} */
.baner-con{
  position: absolute; 
  top: 28%;
  left: 10%;
}
.ban1{
  height: 520px;
  width: 100%;
  background: url(image/BAN1.jpg);
  background-size: cover;
  object-fit: cover;
  background-position: center;
}
 .ban2{
  font-weight: 780;
  color: #0a1d11;
  font-size: 57px;
}
.ban3{
  font-weight: 500;
  color: #450507;
  font-size: 30px;
}
.about h3{
    font-size: 37px;
    line-height: 45px;
    font-weight: 700;
    color: #141f26;
}
.card-body{
    text-align: center;
}

.deal{
    text-align: center;
    padding: 15px;
}
.deal h5{
    font-weight: 500;
    color: #008ae0;
}

.deal{
    /* border: 1px solid rgb(36, 36, 36);
    padding: 15px; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.copyright{
    background-color: #024874;
    color: #ffffff;
}

footer{
    background-color: #01629f;
}
.footer-link{
    color: #ffffff;
    margin-top: 40px;
}
.footer-list li{
    list-style-type: none;
}
.single-page-header {
    padding: 150px 50px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 350px;
  }
.single-page{
  padding: 100px 50px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 250px;
    background-color: #2785c3;
}
  .float{
    position:fixed;
    width:50px;
    height:50px;
    bottom:40px;
    left:25px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:20px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  
  .my-float{
    margin-top:16px;
  }
  .float-call{
    position:fixed;
    width:50px;
    height:50px;
    bottom:110px;
    left:25px;
    background-color:#d33125;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:20px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  
  .my-float-call{
    margin-top:16px;
  }

  @media screen and (max-width: 600px) {

    .social{
        display: none;
    }
    .conatact{
        display: none;
    }

}
@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}
.dropdown-menu .dropdown-item a{
  font-weight: 600;
}
.contact-btn {

  transform: rotate(-90deg);

  position: fixed;

  top: 60%;

  z-index: 1;

  right: -40px;

  left: unset;

}
.breadcrumb1{
  display: flex;
  justify-content: center;
  align-items: center; 
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
  background-color: #2785c3;
  text-decoration: none;
}

 .text-light{
  color: #fff;

}
.breadcrumb1 .breadcrumb-item+.breadcrumb-item::before{
  color: #fff;
}

/* /////////////////////////flip card */


.flip-card {
  background-color: transparent;
  /* width: 250px; */
  width: 100%;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #52a7c1;
  background-image: linear-gradient(315deg, #52a7c1 0%, #b3f6d8 74%);
  /* background-color: #e6c84f;
background-image: linear-gradient(315deg, #e6c84f 0%, #e8807f 74%); */
background-color: white;
    color: black;
  transform: rotateY(180deg);
  padding-top: 20px;
}

.flip-card-back:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}


#imghover:hover{
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 8px 8px rgba(0,0,0,0.11), 0 16px 16px rgba(0,0,0,0.11), 0 32px 32px rgba(0,0,0,0.11);}


/* //////////////////////////////////////////////// */



/* //////////////////////////////////header */


/* ////////////////////////////////////header */

.conatact{
  display: flex;
  text-align: center;
  justify-content: center;
  color: #3a356e;
}



.imgfluid{
  width: 100%;
  height: auto;
}



