@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400&amp;display=swap');
body {
    background: var(--black);
    font-weight: 400;
    font-style: normal !important;
    font-family: 'Barlow Condensed', sans-serif;
}

:root{
	--black:#000;
	--red:#d34e20;
    --graycolor:#eeeeee;
}
a:hover,
a{
	text-decoration: none;
}
p{
    font-family: 'Barlow', sans-serif;
}
input:focus,
button:focus,
textarea:focus{
    outline: none;
}
.transition{transition: .4s ease-out;}
.bg_red {background: #344177 !important;}
.object_Fit_cover{object-fit: cover}
.bg_black{background:var(--black);}
.text_black{color:var(--black);}
.graycolor{ background-color: var(--graycolor); }
.fixed40{width:40px; height: 40px;}
.navbar-nav .nav-link.active {
  color: #344177 !important;
}
/*button css*/
.ct_btn1{
    z-index: 0;
}
.ct_btn1:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:0%;
    height: 100%;
    background:var(--white);
    transition: .4s ease-in-out;
    z-index: -1;
}
.ct_btn1:hover:before{
    width:100%;
}
.ct_btn1:hover{
    z-index: 10;
    background:none;
    color:#344177 !important;
}
.navbar-nav .nav-link:hover {
	color:  #344177 !important;
} 

.fixed_header {
    position: fixed;
    top:0; left:0;
    width: 100%; 
    background:linear-gradient(to bottom, rgb(0 0 0 / 90%) 100%, rgba(0,0,0,0) 0%)!important;
    z-index: 100000000;
    transition: .2s ease-in-out;
    animation: scrollfix .4s 1;
}
@keyframes scrollfix{
    0%{transform: translateY(-100%);}
    100%{transform: translateY(0);}
}


header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
header .navbar::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 86px;
	background: rgba(5, 6, 23, 0.302);
}

/*slider css in home page */
.slider .carousel-item img{
    min-height: 100vh;
}
.slider .slider_overlay{
    position: absolute;
    top: 0;
    left: 0;
}
.sub_title{
    font-size: 25px;
    line-height: 1.2;
}
.banner_title{
    font-size: 95px;
    line-height: 95px;
}
.slider .slider_overlay .sub_title::before{
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    background:url('../images/hero_line.webp') no-repeat;

}

.section-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.single-info .info-caption {
    position: relative;
}
.single-info .info-caption::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 100px;
    border: 2px solid rgba(255,255,255,.2);
    left: 0;
    z-index: 0;
    top: -24px;
}
.single-info .info-caption p {
    font-size: 14px;
    line-height: 1.4;
}

/*service css in home page */
.services-area .card .service_title::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -35px;
    width:30px;
    height: 2px;
    background:#344177 !important;
}
.services-area .card .card-caption {
    min-height: 190px;
}
.services-area .card .card-caption  .para2{
    display: none;
}

.services-area .card:hover .card-caption {
    transform: translateY(-30px);
    background:#344177 !important;
}
.services-area .card:hover .card-caption p.para2 {
    display: block;
}
.services-area .card:hover .card-caption p,
.services-area .card:hover .card-caption .service_title a{
    color:var(--white)!important;
}
.services-area .card:hover .service_title::before{
    background:var(--white);
}
/*************************** gallery css in home page ***************************/
.gallery-img {
    position: relative;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.gallery-img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.4);
    transition: .4s ease-in-out;
    opacity: 0;
    z-index: -1;
}
.gallery-img .gal_title{
    opacity: 0;
}
.gallery-img:hover::before,
.gallery-img:hover .gal_title{
    opacity: 1;
}
.gallery-img .gal_title a:hover{
    background:var(--white);
}
.gallery-img .gal_title a:hover i{
    color:#344177 !important;
 }

/*testimonial css */
.testimonial .carousel-indicators li{
    width:10px;
    height: 10px;
    border-radius: 50%;
    border:none;
}

.inner_banner{
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
    min-height: 350px;
}
.inner_banner .breadcrumb .breadcrumb-item a{
    color:var(--white);
}
.inner_banner .breadcrumb .active,
.inner_banner .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-item+.breadcrumb-item::before {
    color:#344177 !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}


.footer-social {
	font-size: 25px;
}
.footer-social i:hover {
	color: #d34e20;
	cursor: pointer;
	transition: all ease-out 0.5s;
}

.flex-gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-rate{
  position: relative;
  overflow: hidden;
  height: 250px;
  margin: 2.5px;
  flex-grow: 1;
}

.image-rate  img{
  width: auto;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  cursor: pointer;
}






.our-services {
    min-height: 198px;
    border-radius: 10px;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)
}
.our-services .icon {
transform: translateY(-50%);
}
.our-services:hover h4,
.our-services:hover p {
    color: #fff
}
.s2:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #890101 0%, #BB0303 100%);
}
.zoom-effect-container{
    position: relative;
    overflow: hidden;
     box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.zoom-effect-container:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.zoom-effect-container:hover .card-img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
