:root {
  --dgcolor: #d01469;
  --dgcolorblue: #00004c;
  --white: #ffffff; 
  --dg-dark-grey:#121212;
}
body{
font-family: "Quicksand", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}

.header-top
{
/*	background: #01015b;*/
	background-color: #f9f9f9;
	border-bottom: 1px solid #dbdbdb;
}

.header-top a
{
		
		font-size: 0.9rem;
		color: #01015b;
		text-decoration: none;
		margin-right: 1rem;
}
.header-top span.phone
{
		
		font-size: 0.9rem;
		color: #01015b;
		text-decoration: none;
		margin-right: 1rem;
}
.header-top a.lang
{
		
		font-size: 0.9rem;
		color: #01015b;
		text-decoration: none;
		margin-right: 1rem;
}
#carouselDGVCL
{
	 height: auto;
  width: auto;
  overflow: hidden;
}

.carousel-inner .carousel-item img{
	object-fit:cover;
}
.carousel-item {
  height: 600px;
}

.carousel-item:before {
  content: "";
  background: rgba(1, 1, 91, .7);
  position: absolute;
  inset: 0;
 
}

.carousel-item-news:before {
  content: "";
  background: transparent;
  position: absolute;
  inset: 0;
 
}
.carousel-item-news {
  height: 2rem;
}
#carousel
{
	background: #f9f9f9;
		
}
#carousel::before
{
	background: #000;
		
}
.carousel-caption{
	top:25%;
}
.company_title
{
	font-family: "Quicksand", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
.bg_body_login{
	background-color: #eee;
}
.bg-login-gradient
{
	background: #d01469;
    background: -webkit-linear-gradient(to right, #01015b,#d01469);
    background: linear-gradient(to right, #01015b, var(--dgcolor));
}
.navbar-brand
{
	color:var(--dgcolor);
	font-size: 1.1rem;
}

.btn_header {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.75rem;
    border-color: transparent !important;
    box-shadow: none !important;
    color: inherit;
    font-size: 1.25rem;
    border: 0px;
}
.dropdown-item
{
	font-size: 0.9rem;
}
.dropdown-item:hover
{
	font-size: 0.9rem;
	color:#01015b;
	background: rgba(235, 237, 239, 0.5);
	border-radius: 0.5rem;
}
.navbar-expand-lg .navbar-nav .nav-link{
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 1rem;
		color: var(--dg-dark-grey);		;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
		color:#01015b;
		
		 background: rgba(235, 237, 239, 0.5);
		border-radius: 0.5rem;
}
.navbar-expand-lg 
{
	padding: 0.2rem 0rem;
}

.text-dg
{
	color: #d01469;
}
.bg-dg
{
	background-color: #d01469;
}

.border-dg-md
{
	border:3px solid #ebf5fb;
}
.btn-bg-dg {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--dgcolor);
    --bs-btn-border-color: #d01469;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #af1058;
    --bs-btn-hover-border-color: #af1058;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #af1058;
    --bs-btn-active-border-color: #af1058;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d01469;
    --bs-btn-disabled-border-color: #d01469;
}
.btn-bg-dg-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #01015b;
    --bs-btn-border-color: #01015b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #01015b;
    --bs-btn-hover-border-color: #01015b;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #01015b;
    --bs-btn-active-border-color: #01015b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #01015b;
    --bs-btn-disabled-border-color: #01015b;
}
.text-dg-blue
{
	color: #01015b;
}
.dg-header i
{
	margin-right:0.5rem;
	color: #d01469;
	font-size: 1.5rem;

}
.dg-header span{
	color: #01015b;
	font-weight: 600;
}
p.dg-header
{
	margin-bottom: 0;
	display: flex;
	align-items:center;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog > div {
    text-align:center;
	color:#FFFFFF;
	width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
  
}
.username
{
	color: #d01469;
	font-size: 0.9rem;
	margin-left: 0.75rem;
	font-weight: bold;
}
.progress {
   width: 100.8px;
   height: 16.8px;
   -webkit-mask: radial-gradient(circle closest-side,#d01469 94%,#0000) left/20% 100%;
   background: linear-gradient(#d01469 0 0) left/0% 100% no-repeat #dbdcef;
   animation: progress-c3ir73 1.6s infinite steps(6);
}
.body_home{
	background: #eee;
}

/*section#about-us
{
	background: #00004c;
}*/
#offcanvasDG
{
	background: #d01469;
	color: #fff;
}
#offcanvasDG ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#offcanvasDG ul li
{
	margin-bottom: 0.75rem;
	margin-top: 0.75rem;
	padding-left: 0.75rem;

	
}
#offcanvasDG ul li a
{
	color: #fff;
	text-decoration: none;
	
}
#offcanvasDG ul li a:hover
{
	color: #000;
	
}
.heading-services
{
	color: #000;
	font-size: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: bold;

}

#statstics
{
	background: #f1f4fa;
}
.stats-row div
{
		background: #fff;
		box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 10px;
}
.stats-row h2
{
	color: #5f687b;
	margin: 0.5rem 1rem;
}
.stats-row h5
{
	color: #00004c;
	margin: 0.75rem 1rem;
}
.stats-row i,.stats-row img
{
	font-size: 3rem;
	color:#d01469 ;
}
.stats-row i
{
	font-size: 3rem;
	color:#d01469 ;
}
.stats-row img
{
	width: 100px;
	padding: 1.2rem;
	color:#d01469 ;
}
#discom
{
	background: #f1f4fa;
}
#discom a
{
	text-decoration: none;
}
#discom a img
{
	text-decoration: none;
	width: 120px;
	height: 120px;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
	border: 1px solid #fff;
	transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
  	transition-property: box-shadow, transform;
}
#discom a img:hover
{
	box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
	transform: scale(1.2);
}
#footer
{
	background: #fff;
	color: #5f687b;
	border-top: 1px solid color-mix(in srgb, #d01469, transparent 50%);
}
#footer-links ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#about-us::before {
	/*background:#00004c;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;*/
}
#about-us {
   /* background: url(../images/footer-bg.jpg) center center fixed no-repeat;
    z-index: 9;
    position: relative;
    padding: 60px 0;
    width:100%;
    background-size:cover;*/
}
#services
{
	
	background: url(../images/footer-bg.jpg) center center fixed no-repeat;
    z-index: 9;
    position: relative;
    padding: 60px 0;
    width:100%;
    background-size:cover;

}
#services::before
{
	
background:var(--dgcolorblue);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.95;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;

}

#about-us::before {
	background:#00004c;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.card-icon-service
{
	background: var(--dgcolor);
	color: #fff;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	line-height:90px;
	font-size: 30px;
	margin: -65px auto 20px auto;
}
#services .card:hover .card-icon-service  {
  
    background: #F38734;
}
#services h4  {
  
    text-transform: capitalize;
    font-weight: bold;
    

}


ul.service-menu{
		margin: 0;
		padding: 0;
		list-style: none;
}
ul.service-menu li{
		margin: 1rem 0;
		padding-left: 2rem;
		list-style: none;
		font-size: 1.2rem;
}
ul.service-menu li i{
		margin-right: 1rem;
		color: var(--dgcolor);		
}
.footer-links ul li a{
	color: #6c757d;
	text-decoration: none;
	font-size: 0.8rem;
}
.footer-links ul li a:hover{
	color: #d01469;
}
.footer-top
{
	border-bottom: 1px solid rgba(256, 256, 256, .1)
}
.footer-top .footer-about a
{
	font-size: 1rem;
	color: #d01469;
	text-decoration: none;
}
.footer-contact
{
	font-size: 0.85rem;

}
.footer-contact p
{
	margin-bottom: 0.3rem;

}

.marquee {
    font-size: 1rem;
    color: #fff;
    height: 45px;
    overflow: hidden;
    
    position: relative;
}
/* nested div inside the container */
.marquee div {
    display: block;
    width: 200%;
    position: absolute; 
    overflow: hidden;
    animation: marquee 12s linear infinite;
}
/* span with text */
.marquee span {
    float: left;
    width: 50%;
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

@keyframes progress-c3ir73 {
   100% {
      background-size: 120% 100%;
   }
}
@media (min-width: 992px) {
    .bg-login-border
	{
		border-top-left-radius: 0.3rem;
		border-bottom-left-radius: 0.3rem;
	}
	
}
@media (max-width: 991px) {
    .bg-login-border
	{
		border-top-left-radius: 0.3rem;
		border-top-right-radius: 0.3rem;
	}
	.dropdown-menu-end[data-bs-popper]{
		left: 0; important!
	}
}


.loader {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        position: relative;
        animation: rotate 1s linear infinite
      }
      .loader::before , .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #01015b;
        animation: prixClipFix 2s linear infinite ;
      }
      .loader::after{
        transform: rotate3d(90, 90, 0, 180deg );
        border-color: #d01469 ;
      }

      @keyframes rotate {
        0%   {transform: rotate(0deg)}
        100%   {transform: rotate(360deg)}
      }

      @keyframes prixClipFix {
          0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
          50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
          75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
      }

#overlay{ 
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(255,255,255,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #d01469 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}