/*Font Famliy*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@600;700;800&display=swap');
*{
	padding:0;
	margin:0;
}
body{
	font-family: 'Poppins', sans-serif;
}
.fs-ctm{
	font-size:14px !important;
}
/*Font Size*/
.font-size-14{
    font-size: 14px !important;
}
/*Home Banner*/
/*Nav*/
.navbar-brand img{
    width: 10rem !important;
}
.bg-top{
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: rgb(223 222 236);
    background: linear-gradient(87deg, rgb(205 233 255) 1%, rgb(228 217 231) 50%, rgb(255 195 195) 100%) !important;
    height: 4px !important;
}
.bg-graphics{
    position: absolute;
    bottom: 90px;
    right: 0px;
    top: 100px;
}
.bg-graphics-sec{
    position: absolute;
    bottom: 90px;
    right: 35%;
    top: 76%;
}
.nav-bottom-border{
    border-bottom: 4px solid #7c1720;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px !important;
    margin: 0 0 0 30px !important;
    font-weight: 500;
}
.bg-banner{
	background-image: url(../img/banner/home.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.main-heading{
	font-family: 'Mukta', sans-serif;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    border-radius: 5px !important;
    padding: 5px !important;
    font-weight: 500;
    color: #bb0012 !important;
}
/*Home Page*/
.py-8{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.about-rgv-img img{
    position: absolute;
    right: 20%;
    top: 130%;
    width: 13rem;
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.rgv-home-card{
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
}
.rgv-home-card:before {
    content: "";
    position: absolute;
    background: rgb(194 205 255 / 30%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}
.rgv-home-card:hover {
    background: #f4faff;
    color: #000;
    transform: scale(1.1);
    z-index: 9;
    border: 1px solid #dddddd3b;
	cursor:pointer;
}
.rgv-home-card:hover .hover_color_bubble {
    top: 0rem;
}
.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -12rem;
    transition: 0.7s;
}
.icon-testimonial{
    font-size: 50px;
    color: #9f0000;
}
.service-list li a{
    color: #000000;
    text-decoration: none;
}
.service-list li a::before{
    content: '\e873';
    font-family: fontello;
    margin-right: 10px;
}
.service-list li{
    padding: 13px 30px;
    color: #5f5b5b;
    text-decoration: none;
    border-radius: 4px;
    background: rgb(255 255 255) !important;
    line-height: 2;
    margin-bottom: 5px;
    border: 1px solid #fff;
    box-shadow: 1px 2px #07070726;
}
.bg-rgv-global{
    background: rgb(205,233,255);
background: linear-gradient(87deg, rgba(205,233,255,1) 1%, rgba(255,195,195,1) 100%);
}
.customers-name p{
    font-size: 18px;
    font-weight: 600;
}
/*Footer*/
.link-rgv{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.link-main-rgv li{
    padding-bottom: 10px;
}
.link-rgv:hover{
    color: rgb(255, 128, 128);
}
.main-link:hover{
    color: rgb(255, 128, 128) !important;
}
.sc-rgv-icons{
    background-color: #AC1F24;
    height: 25px;
    border-radius: 5px;
}
.sc-icons{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
}
.sc-icons li{
    float: left;
    padding: 5px;
}
.sc-icons li a{
    background-color: #7c1720;
    margin:0 0 0 10px;
    border-radius: 5px;
    padding: 5px;
}
.sc-icons li a i{
    color: #fff !important;
}
@media screen and (max-width: 600px) {
  .bg-graphics-sec {
    display:none;
  }
  .about-rgv-img img {
    position: absolute;
    right: 50%;
    top: 320%;
    width: 10rem;
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
 }
 .mm-mt-20{
     margin-top:20px;
 }
 .ft-title{
    display: inline-block;
    line-height: 2.2;
}
}
/*Modal*/
.modal-header{
    padding: 0;
    border: 0;
}
.modal-content{
    border-radius: 0;
}
.btn-close{
    position: absolute;
    right: -20px;
    background-color: #fff;
    opacity: 1;
    top: 8px;
}

@media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
    .dropdown .dropdown-menu {
      display: none;
    }
    .dropdown:hover .dropdown-toggle::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }
  
  @media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }