 @import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Slab&display=swap');
body{
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
font-family: 'Roboto Slab', serif;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: rgb(0, 219, 248) !important;
    font-weight: 600 !important;
    border-bottom: 3px solid #00d9ff !important;
}
.navbar-light .navbar-nav .nav-link{
font-weight: 600 !important;
color: #fff !important;
}
.nav-link{
    border-bottom: 3px solid #be2b2c;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
 .dropdown-menu1 {
    width: 175px !important;
 }
 .dropdown-menu2 {
    width: 325px !important;
 }
.img1{
width: 300px !important;
}
.card{
    text-align: center;
    height: 420px !important;
}
.card-body{
    margin-top: 50px !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
    background-color: #be2b2c !important;
    border-left: 5px solid #0d0d0d;
 
}
.txt-lightblue{
color:#0081CC !important;
background: none !important;

}
.bg-red{
    background: #be2b2c !important;
}
.txt-red{
    color: #be2b2c !important;
}
.txt-red-bg{
    color: #be2b2c !important;
    background: #ffffffbd !important;
}

.fa-facebook1:hover{
    color:rgb(12, 12, 136) !important;
    background: #fff !important;
    transition: 0.8s;
}

.fa-twitter1:hover{
    color:#00d9ff!important;
    background: #fff !important;
    transition: 0.8s;
}

.navbar-light .navbar-toggler {
    background: #fff;
}
.whyus_sec {
    background-color: #eee;
    padding: 5rem 0px;
}

.footer_list {
    list-style: none;
    line-height: 30px;
    text-decoration: none;
}
.footer_list li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.footer_list li {
    transition: all 0.4s;
}
.footer_list li:hover {
    transform: translateX(10px);
    opacity: 0.6;
    cursor: pointer;
}
.nav-pills .nav-link:hover{
    color: #fff !important;
    background-color: #007bff !important;
}

.About_heading {
    background-color:#0081cc;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    /* border-radius: 151% 135%; */
}
.bdr-red{
border: 5px solid #be2b2c;
}
.data-set{
    height: 1100px;
    display: flex;
    flex-direction: column;
    justify-content:center ;
    text-align: center;
    border-radius: 30px;
}
.data-set1{
    height: 1250px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
}
.data-set2{
    height: 850px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
}
.card-img-top {
    width: 75% !important;
}
.data-set3{
    height: 600px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
}
.data-set4{
    height: 1200px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
}
.data-set5{
    height: 1000px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
}
.data-set0{
    height: 600px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
}
.data-set6{
    height: 1200px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
}
.Whatsapp_btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.Whatsapp_icon {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    box-shadow: 0 0 0 0 #00833b;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;

    
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
    
}

.Phone_btn {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.Phone_icon {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    box-shadow: 0 0 0 0 #327ff3;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
}
.img-f{
    margin:10px;
}

@media (max-width: 550px)
{
.email{
display:none !important;}

    .top{
        font-size: 10px !important;
    }
	.h250{
	height: 250px !important;
	}
.logo_img{
width:200px !important;
margin:auto;}

.logo_txt,.logo_txt h2,._txt,.logo_txt h5{
padding:0 !important;
font-size:15px !important;
margin:auto;}

}



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

    .nav li a{

        color:red!important;
        line-height:31px!important;
        

    }


    .img-contact{
        width: 250px !important;
    }

}

@media (min-width: 992px){
.left-0 {
    left: 0 !important;
}
.left-25{
    left: 25px !important;
}
}
