
 /* ==================== New CSS Start ===================================== */
 
@import url('https://fonts.googleapis.com/css2?family=Kufam&family=Roboto:ital,wght@0,300;0,400;1,400&family=Urbanist:wght@700&display=swap');

:root {
    --primary-color: #0262AF;
    --secondary-color: #1E1C1D;
    --hover-color: #016FC7;
   --tableheader-color: #B0CFF4;
    ;
  }
  
 body{
    font-family: 'Kufam', sans-serif !important;
    overflow-x: hidden !important;
  }
  
  /* Vertical Scrollbar */
::-webkit-scrollbar {
  width: 8px;
 }

 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;      
 }

 ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  }
   
   ::-webkit-scrollbar-thumb:hover {
       background: linear-gradient(356deg, rgba(91, 178, 255, 1) 0%, rgba(61, 119, 170, 1) 100%);
     }     
/*    Vertical Scrollbar End */
 
 /* Horizontal scroll on page scroll */

.progress_container {
  width: 100%;
  height: 1.5px;
  /* background: #161e3f; */
  /* background: #ffff; */
  top: 150px !important;
  z-index: 2;
}

.progress_bar {
  height: 1.5px;
  background: var(--primary-color) !important;
  width: 0%;
}

/* Horizontal scroll on page scroll End */

/* ================== Top Navbar css =========================== */

.navbar {
    background: #FFF;
    height: 60px;
    box-shadow: 1.5px 1.5px 5px 0.5px #ffff;
    padding: 0px !important;
}

.nav-coll
{
  padding-top: 12px;
}
.nav_icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
border: 0.5px solid #808A98;
background: #FFF;
box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.nav_icon:hover {
	color: var(--hover-color);
}

a
{
 text-decoration:none !important;
}

/*Register-btn*/

.reg-btn {
  border: none;
  /* position: relative;
  display: inline-block; */
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: var(--primary-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 24px !important;
}

.reg-btn:hover {
    background: linear-gradient(90deg, rgba(9, 9, 121, 1) 15%, rgba(58, 134, 195, 1) 100%);
    color: #fff;
    animation: slide 6s linear infinite;
}
 @keyframes slide {
    100% {
      background-position: 50rem;
    }
  }

/* .reg-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-color: #3aade1;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.reg-btn:hover, .reg-btn:focus {
  color: var(--hover-color);
} */

.default-btn:hover span, .default-btn:focus span {
  width: 225%;
  height: 562.5px;
}

/* ================== Top Navbar css End =========================== */

/* ======================= Sub Navbar Css Start ==================== */

.navbar_1
{
	background:var(--primary-color) !important;
}

/* ================= Sub Navbar Css End ======================= */

/* ========================= Navbar Css End ============================================= */

 /* Carousel Css Start*/

.header_area
{
	position:relative;
	/* margin-top:106px; */
	margin-top:84px;
}
.Car_image
{
	height:420px;
}
.carousel-indicators button 
{
   border-radius: 50%;
}
.carousel-indicators 
{
    position: absolute;
    bottom: 48px !important;
}

 /* Form Start */

.login-box
  {
    position: absolute;
    border-radius: 4px;
    background:#F7F7F7;
    box-shadow: 1.5px 1.5px 5px 0.5px #ffff;
    top: 8%;
    height: auto;
    right: 6%;
    z-index: 10;
    opacity: .95;
    width: 350px;
    padding: 20px;
}
.login-box form,.form-group lable
{
	font-size: 16px; 
	font-weight: 500;
	color:#525252;
}
.login-box h2
{
	font-size: 24px; 
	font-family: 'Kufam', sans-serif !important;
	font-weight: 700; 
	margin:0 0 10px; 
	color:var(--primary-color);
	/* color:#000; */
	text-align: center;
}

.form-control {
  height: 36px;
  background-color: #ffffff;
  border-radius: 4px !important;
  border: 0.9px solid #858C94;
  /* color: #002e5b;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important; */
  padding-left: 15px;
  font-family: 'Kufam', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.form-control:focus 
{
	border-color: var(--hover-color) !important;
	border: none !important;
}
.btn-fp
{
    background: linear-gradient(to right, var(--primary-color), var(--hover-color));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.btn-fp:hover
{
  font-size:14px;
}
.login-btn
{
	border-radius: 6px;
    border: 1px solid var(--primary-color);
    background:var(--primary-color);
    box-shadow: 1.5px 1.5px 5px 0.5px #ffff;
    text-align: center;
    line-height: 36px;
    color: #fff !important;
    text-transform:uppercase;
    font-size: 14px;
    font-weight: 700; 
    height: 36px;  
}

.login-btn:hover {
    background: linear-gradient(90deg, rgba(9, 9, 121, 1) 15%, rgba(58, 134, 195, 1) 100%);
    color: #fff;
    animation: slide 6s linear infinite;
}
 @keyframes slide {
    100% {
      background-position: 50rem;
    }
  }
 /* Form End */

 /* Carousel Css End*/
 
 /* News Section */
 
.News
{
	/* position:relative;
	top:-54px;	 */
	position: absolute;
    top: 350px;
    left: 0px;
    right: 0px;
}
.news-col
{
	position:relative;
	z-index:1;
	background:#ffff;
	display:flex;
	justify-content:center;
	align-items:center;	
}
.news-btn {
    border-radius: 100px;
    border: 0.724px solid #808A98;
    /* background: #1E1C1D; */
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    width: 90px;
    line-height: 38px;
    font-size: 14px;
    box-shadow: 1.5px 1.5px 5px 0.5px #1E1C1D26;
    animation: fadeIn 5s infinite;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
.car_inner
{
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background: #FFFFFF;
    /* box-shadow: 1.5px 1.5px 5px 0.5px #ffff; */
    box-shadow: 1.5px 1.5px 5px 0.5px #1E1C1D26;
    border-radius: 10px;
 	
}

.carousel-control-next, .carousel-control-prev 
{
	position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    color: #fff;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    height: 36px;
    width: 36px !important;
    background: #fff !important;
    border-radius: 100%;
    /* left: -148px; */
    top: 25px !important;
    box-shadow: 0px 6px 10px 4px rgb(0 0 0 / 3%), 0px 2px 3px 0px rgba(0, 0, 0, 0.30);
} 

.carousel-control-prev 
{
	position: absolute !important;
    z-index: 2 !important;
	left:-23px !important;
	opacity:0.9 !important;
}
.carousel-control-next
{
	position: absolute !important;
    z-index: 2 !important;
	right:-23px !important;
	opacity:0.9 !important;
	
}
/* News Section End */ 

/* About DGH Start */

.about_dgh
{
	background-image: url(../../images/img/about-dgh-bg.png);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* height: 332px; */
    position: relative;	
}
.about-content {
    padding-left: 15px;
    color: #525252;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 30px;
    text-align: justify;
}
.about-map
{
	border-radius: 4px;
    border-right: 2px solid #0262AF;
    border-bottom: 2px solid #0262AF;
    background:#FFF;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 5px 3px 5px;
    /* width: 280px; */
    float: right;
    margin: 30px 0;
    
}

/* About DGH End */

/* Tab Section */
 
 .tblHead2
 {
 background:var(--tableheader-color) !important;
 }
 .New_tab
{
 padding:25px 0px !important;	
}
 
/*  New Strip */

 .form-group, .style_lable {
    color: #525252;
    font-size: 14px;
    font-weight: 500;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;
} 

.form-select {
	height:36px;
    font-size: 12px !important;
     font-family: 'Kufam', sans-serif !important;
}

#newTendDiv, #inprocessDiv, #corrigDiv
{
    padding: 10px;
    border-radius: 4px;
    border-bottom: 2px solid #0262AF;
    border-right: 2px solid #0262AF;
    background: #FFF;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
} 
.Tab_active
{
	background: var(--primary-color) !important;
}
 /*  New Strip End */
 
/*  Tab Section End */


/* Footer Start */

.Footer_part1 p
{
	display: flex;
    align-items: flex-start;
}

/* Footer End */

.margin_2
{
	margin-top:125px;
}

.buyer_new_strip_2 
{
    box-shadow: 1.5px 1.5px 5px 0.5px #1E1C1D26;
    border-radius: 10px;
    padding: 10px 6px;
}
 /*=================== New CSS End ========================================================= */
 
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Kufam&family=Roboto:ital,wght@0,300;0,400;1,400&family=Urbanist:wght@700&display=swap');

:root {
    --primary-color: #0262AF;
    --secondary-color: #1E1C1D;
    --hover-color: #016FC7;
   --tableheader-color: #B0CFF4;
    ;
  }
  
 body{
    font-family: 'Kufam', sans-serif !important;
    overflow-x: hidden !important;
  }
  
  /* Vertical Scrollbar */
::-webkit-scrollbar {
  width: 8px;
 }

 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;      
 }

 ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  }
       
/*    Vertical Scrollbar End */
 
 /* Horizontal scroll on page scroll */

.progress_container {
  width: 100%;
  height: 1.5px;
  /* background: #161e3f; */
  /* background: #ffff; */
  top: 140px !important;
  z-index: 2;
}

.progress_bar {
  height: 1.5px;
  background: var(--primary-color) !important;
  width: 0%;
}

/* Horizontal scroll on page scroll End */

/* ================== Top Navbar css =========================== */

.navbar {
    background: #FFF;
    height: 60px;
    box-shadow: 1.5px 1.5px 5px 0.5px #ffff;
    padding: 0px !important;
}

.nav-coll
{
  padding-top: 12px;
}
.nav_icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
border: 0.5px solid #808A98;
background: #FFF;
box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.nav_icon:hover {
	color: var(--hover-color);
}

a
{
 text-decoration:none !important;
}

/*Register-btn*/

.reg-btn {
  border: none;
  /* position: relative;
  display: inline-block; */
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: var(--primary-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 24px !important;
}

.reg-btn:hover {
    background: linear-gradient(90deg, rgba(9, 9, 121, 1) 15%, rgba(58, 134, 195, 1) 100%);
    color: #fff;
    animation: slide 6s linear infinite;
}
 @keyframes slide {
    100% {
      background-position: 50rem;
    }
  }

/* .reg-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-color: #3aade1;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.reg-btn:hover, .reg-btn:focus {
  color: var(--hover-color);
} */

.default-btn:hover span, .default-btn:focus span {
  width: 225%;
  height: 562.5px;
}

/* ================== Top Navbar css End =========================== */

/* ======================= Sub Navbar Css Start ==================== */

.upper-header
{
	background:var(--primary-color) !important;
	height: 28px;
	text-align: center;
    font-size: 14px;
    padding-top: 4px;
}

.upper-header span a
{

	color:#ffffff !important;
}
.navbar_1
{
	background:var(--primary-color) !important;
}
nav ul li a 
{
	font-size:15px !important;
	font-weight:500;
	color:#ffff !important;
	margin-right: 15px;
}
.dropend .dropdown-toggle {
  margin-left: 1em;
  
}
.dropdown-item {
    transition: 0.3s;
    cursor: pointer;
    white-space: normal !important;
    font-size: 14px !important;
    padding: 7px 11px !important;
    border-bottom: 1px dashed var(--secondary-color) !important;
}
.dropdown-item:hover {
  background-color: var(--hover-color) !important;
  color: #ffff !important;
  transform: translate(0, -5px);
}
.dropdown .dropdown-menu {
  display: none; 
  top: 31px;
}
.dropdown-menu 
{
 width: 250px;
 border:none !important;
 box-shadow: 1.5px 1.5px 5px 0.5px #ffff;
}
/* .dropdown .dropdown-menu l1 a .dropdown-item {
  color: var(--secondary-color) !important;
} */
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

.navbar-nav li:hover > ul.dropdown-menu.submenu {
    display: block;
    position: absolute;
    left: 88%;
    top: 88%;
    color: #212529;
    cursor: pointer;
    opacity: 1;
    box-shadow: 1.5px 1.5px 5px 0.5px #1E1C1D26;
    border-left: 2px solid #0262AF !important;
    /* border-bottom: 2px solid #0262AF !important; */
}




.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-toggle{
	color:#000!important;
	display: block;
	 transition: 0.3s;
    cursor: pointer;
    white-space: normal !important;
    font-size: 14px !important;
    padding: 7px 11px !important;
    border-bottom: 1px dashed var(--secondary-color) !important;
}
.dropdown-submenu>.dropdown-toggle:hover {
    background-color: var(--hover-color) !important;
    color: #ffff !important;
    transform: translate(0, -5px);
    display: block;
    font-size: 14px !important;
    padding: 7px 11px !important;
    border-bottom: 1px dashed var(--secondary-color) !important;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    color:#000!important;
    
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu:hover>.dropdown-menu a {
    display: block;
    color:#000!important;
    font-size: 14px !important;
    padding: 7px 11px !important;
    border-bottom: 1px dashed var(--secondary-color) !important;
     transition: 0.3s;
     cursor: pointer;
}
.dropdown-submenu:hover>.dropdown-menu a:hover {
    display: block;
    background-color: var(--hover-color) !important;
    color: #ffff !important;
    transform: translate(0, -5px);
    cursor: pointer;
}
.dropdown-submenu:hover {
    display: block;
    color:#000!important;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* ================= Sub Navbar Css End ======================= */

/* ========================= Navbar Css End ============================================= */

 /* Carousel Css Start*/

.header_area
{
	position:relative;
	/* margin-top:106px; */
	margin-top: 73px !important;
}
.Car_image
{
	height:420px;
}
.carousel-indicators button 
{
   border-radius: 50%;
}
.carousel-indicators 
{
    position: absolute;
    bottom: 48px !important;
}

 /* Form Start */

.login-box
  {
    position: absolute;
    border-radius: 4px;
    background:#F7F7F7;
    box-shadow: 1.5px 1.5px 5px 0.5px #ffff;
    top: 3%;
    height: auto;
    right: 6%;
    z-index: 10;
    opacity: .95;
    width: 350px;
    padding: 20px;
}
.login-box form,.form-group lable
{
	font-size: 16px; 
	font-weight: 500;
	color:#525252;
}
.login-box h2
{
	font-size: 24px; 
	font-family: 'Kufam', sans-serif !important;
	font-weight: 700; 
	margin:0 0 10px; 
	color:var(--primary-color);
	/* color:#000; */
	text-align: center;
}

.form-control {
  height: 36px;
  background-color: #ffffff;
  border-radius: 4px !important;
  border: 0.9px solid #858C94;
  /* color: #002e5b;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important; */
  padding-left: 15px;
  font-family: 'Kufam', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.form-control:focus 
{
	border-color: var(--hover-color) !important;
	border: none !important;
}
.btn-fp
{
    background: linear-gradient(to right, var(--primary-color), var(--hover-color));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.btn-fp:hover
{
  font-size:14px;
}
.login-btn
{
	border-radius: 6px;
    border: 1px solid var(--primary-color);
    background:var(--primary-color);
    box-shadow: 1.5px 1.5px 5px 0.5px #ffff;
    text-align: center;
    line-height: 36px;
    color: #fff !important;
    text-transform:uppercase;
    font-size: 14px;
    font-weight: 700; 
    height: 36px;  
}

.login-btn:hover {
    background: linear-gradient(90deg, rgba(9, 9, 121, 1) 15%, rgba(58, 134, 195, 1) 100%);
    color: #fff;
    animation: slide 6s linear infinite;
}
 @keyframes slide {
    100% {
      background-position: 50rem;
    }
  }
 /* Form End */

 /* Carousel Css End*/
 
 .News1
{
	/* position:relative;
	top:-54px;	 */
	position: absolute;
	text-align: center;
    top: 369px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background: #ffffff;
    width: 58% !important;
    padding: 12px;
    border-radius: 20px;
    box-shadow: 1.5px 1.5px 21px 0.5px #D3D3D3;
}


 
 /* News Section */
 
.News
{
	/* position:relative;
	top:-54px;	 */
	position: absolute;
    top: 350px;
    left: 0px;
    right: 0px;
}
.news-col
{
	position:relative;
	z-index:1;
	background:#ffff;
	display:flex;
	justify-content:center;
	align-items:center;	
}
.news-btn {
    border-radius: 100px;
    border: 0.724px solid #808A98;
    /* background: #1E1C1D; */
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    width: 90px;
    line-height: 38px;
    font-size: 14px;
    box-shadow: 1.5px 1.5px 5px 0.5px #1E1C1D26;
    animation: fadeIn 5s infinite;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
.car_inner
{
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background: #FFFFFF;
    /* box-shadow: 1.5px 1.5px 5px 0.5px #ffff; */
    box-shadow: 1.5px 1.5px 5px 0.5px #1E1C1D26;
    border-radius: 10px;
 	
}

.carousel-control-next, .carousel-control-prev 
{
	position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    color: #fff;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    height: 36px;
    width: 36px !important;
    background: #fff !important;
    border-radius: 100%;
    /* left: -148px; */
    top: 25px !important;
    box-shadow: 0px 6px 10px 4px rgb(0 0 0 / 3%), 0px 2px 3px 0px rgba(0, 0, 0, 0.30);
} 

.carousel-control-prev 
{
	position: absolute !important;
    z-index: 2 !important;
	left: -10px !important;
    top: 43px !important;
    opacity: 0.7 !important;
    background: var(--primary-color) !important;
}
.carousel-control-next
{
	position: absolute !important;
    z-index: 2 !important;
	right:-7px !important;
	top: 43px !important;
	opacity: 0.7 !important;
    background: var(--primary-color) !important;
	
}
/* News Section End */ 

/* About DGH Start */

.about_dgh
{
	background-image: url(../../images/img/about-dgh-bg.png);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* height: 332px; */
    position: relative;	
}
.about-content {
    padding-left: 15px;
    color: #525252;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 100px;
    text-align: justify;
}
.about-map
{
	border-radius: 4px;
    border-right: 2px solid #0262AF;
    border-bottom: 2px solid #0262AF;
    background:#FFF;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 5px 3px 5px;
    /* width: 280px; */
    float: right;
    margin: 30px 0;
    cursor: pointer;
    
}

/* About DGH End */

/* Tab Section */
 
 .tblHead2
 {
 background:var(--tableheader-color) !important;
 }
 .New_tab
{
 padding:25px 0px !important;	
}
 
/*  New Strip */

 .form-group, .style_lable {
    color: #525252;
    font-size: 14px;
    font-weight: 500;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;
} 

.form-select {
	height:36px;
    font-size: 12px !important;
     font-family: 'Kufam', sans-serif !important;
}

#newTendDiv, #inprocessDiv, #corrigDiv
{
    padding: 10px;
    border-radius: 4px;
    border-bottom: 2px solid #0262AF;
    border-right: 2px solid #0262AF;
    background: #FFF;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
} 
.Tab_active
{
	background: var(--primary-color) !important;
	color: #ffffff !important;
}
a
{
	cursor:pointer !important;
}
 /*  New Strip End */
 
/*  Tab Section End */


/* Licensing policy start */

/* .licensing_policy_main
{
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(236, 246, 255, 1) 100%);
  background-image: url(../images/about-dgh-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    border: 2px dashed var(--primary-color);
    border-radius: 10px;
}
 
.licensing_policy
  {
    border-radius: 50px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    box-shadow: 1.5px 1.5px 5px 0.5px #ffff;
    text-align: center;
    line-height: 36px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
  }

  .licensing_policy:hover {
    background: linear-gradient(90deg, rgba(9, 9, 121, 1) 15%, rgba(58, 134, 195, 1) 100%);
    color: #fff;
    animation: slide 6s linear infinite;
     }

     @keyframes slide 
     {
      100% {
        background-position: 50rem;
      }
     } */

.licensing_policy , .licensing_policy2
  {
    width: 30%;
    height: 140px;
    border-radius: 10px  0px;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(236, 246, 255, 1) 100%);
    box-shadow: 1.5px 1.5px 5px 0.5px #0262AF !important;
    text-align: center;
    line-height: 36px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .licensing_policy a , .licensing_policy2 a
  {
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-style: italic;
    line-height: 1.1;
    font-size: 11px;
    margin-top: 10px;
    text-transform: capitalize;
  }
 

  .licensing_policy:hover {
    scale:1.1;
     }
     
  .licensing_policy2:hover {
    scale:1.1;
    border-radius: 10px 0px;
    border: 2px solid green;
     }   

     .licensing_policy_sub
     {
      border: 1px solid var(--primary-color);
      background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(236, 246, 255, 1) 100%);
      margin-bottom: 6px;
      border-radius: 10px;
      padding: 8.4px 10px;
      font-weight: 600;
      box-shadow: 1.5px 1.5px 5px 0.5px #0262AF;
    }

    .licensing_policy_subtext
    {
      color:var(--primary-color) !important;
    font-style: italic;
        font-size: 15px;
    }
    
    
 .reg_head h6
{
	background: var(--primary-color) !important;
    border-radius: 5px;
    box-shadow: 1.5px 1.5px 5px 0.5px #1E1C1D26;
    margin:10px 0px;
    color: #ffffff !important;
    text-align: center;
}
.reg_head h6:hover
{
	background: #ffff !important;
	color: var(--primary-color) !important;
}

.reg_head h6
{
	padding:5px 0px;
}
.reg_head:hover h6
{
    color: var(--primary-color);
} 

.aaa
    {
      background-image: url(../../images/grain.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 332px;
    position: relative;
    }
    
     .licensing_policy1
    {
     background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(236, 246, 255, 1) 100%);
    border-radius: 10px 0px;
    box-shadow: 1.5px 1.5px 5px 0.5px #0262AF !important;
    padding: 10px 0px;
    }
    
   .table>:not(caption)>*>* {
       padding: 5px 5px 2px 5px !important;
   } 

/* Licensing policy End */

/* .licensing_policy_main
{
  background-image: url(../../images/img/about-dgh-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    border: 2px dashed var(--primary-color);
    border-radius: 10px;
}
 
.licensing_policy
  {
    border-radius: 50px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    box-shadow: 1.5px 1.5px 5px 0.5px #ffff;
    text-align: center;
    line-height: 36px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
  }
  
  .reg_head
{
	background: var(--primary-color) !important;
    border-radius: 5px;
    box-shadow: 1.5px 1.5px 5px 0.5px #1E1C1D26;
    margin:10px 0px;
    color: #ffffff !important;
    text-align: center;
}
.reg_head:hover
{
	background: #ffff !important;
	color: var(--primary-color) !important;
}

.reg_head h6
{
	padding:5px 0px;
}
.reg_head:hover h6
{
    color: var(--primary-color);
} 

  

  .licensing_policy:hover {
    background: linear-gradient(90deg, rgba(9, 9, 121, 1) 15%, rgba(58, 134, 195, 1) 100%);
    color: #fff;
    animation: slide 6s linear infinite;
     }

     @keyframes slide 
     {
      100% {
        background-position: 50rem;
      }
     } */
/* Footer Start */

.Footer_part1 p
{
	display: flex;
    align-items: flex-start;
}

/* Footer End */


/* Media Query Start */

@media screen and (min-width:1400px) and (max-width:2000px)
{

.header_area {
    margin-top: 83px;
}
}

@media screen and (min-width:1470px) and (max-width:1800px)
{
.licensing_policy_sub {
	padding: 8.4px 30px;
	}
	
	.licensing_policy_subtext {
	    font-size: 14px;
	}
}

/* Media Query Start */

 /*=================== New CSS End ========================================================= */
 
.ca-menu{
    padding:0;
}
.ca-menu li{
    width: 220px;
    height: 250px;
    overflow: hidden;
    position: relative;
    float:left;
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-right: 22px;
	margin-bottom:10px;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'Kufam', sans-serif !important;
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 120px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 20px;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	font-family: 'Kufam', sans-serif !important;
}
.ca-menu li:hover{
    background-color: #000;
}
.ca-menu li:hover .ca-icon{
    color: #fff;
    font-size: 60px;
}
.ca-menu li:hover .ca-main{   
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeftRotate{
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate{
    from {
        -moz-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform: translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate{
    from {
        -ms-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform: translateX(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
/*******************************************************************************************************************
*     Top Slider                                                                                             
*******************************************************************************************************************/
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 500px;
	margin: 0 auto;	
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
	filter: url(filters.svg#grayscale); /* Firefox */
		filter: gray; /* IE */
		-webkit-filter: grayscale(1); /* Webkit */
		opacity:1;
		
		-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.ei-title{
	position: absolute;	
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: center;
}
.ei-title h2{
	font-size: 40px;
	line-height: 50px;	
	color: #fff;
	padding: 0 10px;
}
.ei-title h3{
font-size: 50px;
line-height: 70px;
text-transform: uppercase;
color: #fff;
background: #333;
padding: 0px 40px;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #333;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-right: 1px solid #555;	
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 0;
		background: rgba(255,255,255,0.9);
		padding: 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
		margin-top: 0px;
		margin-bottom: 1px;
	}
}
html, body, div, h1, h2, ul, li, dl, dd, dt{ margin: 0; padding: 0; }
ul { list-style: none; }
.image_carousel {
	padding: 15px 0 15px 40px;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
	height: 110px;
width: 160px;
}

a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 50px;
}
a.prev {			left: 0px;
					background-position: 0 -100px !important;  }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: 0px;
					background-position: -50px -100px !important;  }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
	margin-right: 37px;
margin-top: 10px;
}
.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
.slideshowthumb { width:150px; height:59px;}
.negativetop {margin-top:-10px;}

a.actbutton {
   border-top: 1px solid #ffffff;
   background: #eee;
   padding: 10px 20px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: #444 !important;
   font-size: 18px;
   text-decoration: none;
   vertical-align: middle;
   font-family: 'Kufam', sans-serif !important;
   font-weight:bold;
   -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
   }
a.actbutton:hover {
   border-top-color: #ffffff;
   background: #fff;
   color: #33777d;
   }
.noslide {text-align:center;}
.noslide h1 {color:#eee;font-family: 'Kufam', sans-serif !important;margin-bottom:23px;}
.noslide h3 {color: #eee;padding: 0 100px; font-weight: lighter;  line-height: 34px;}



/*******************************************************************************************************************
*     For mobile only  Rajesh                                                                                        
*******************************************************************************************************************/

.logo_title{margin-top: -8px;font-size: 25px;color: #A52A2A;font-weight: 600;}

@media only screen and (min-width: 320px) and (max-width: 480px){
	
	.upper-header {
	height: auto;
	font-size: 12px;
    padding: 4px 0;
    }
	.logo_title{margin-top:0px;font-size: 9px;color: #A52A2A;font-weight: 600;}
	
	.nav_icon_mobile {
  width: 22px;
        height: 22px;
        align-items: center;
        border-radius: 50%;
        color: #000;
        font-size: 10px;
        border: 0.5px solid #808A98;
        background: #FFF;
        box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
        display: flex;
        justify-content: center;
}
.reg-btn{    margin-top:0px;
    display: block;
    font-weight: 600;
    font-size: 10px;
    padding: 5px 8px !important;
    }
 .navbar {height:auto!important; padding: 10px 0 !important;}
 .top_mLogo{display: flex;
    justify-content: space-around;
    align-items: center;}
 .top_mLogo a img{width: 64px;
    height: 36px;}
.navbar-toggler:focus{
    outline: none;
    box-shadow: 0 0 0 0rem!important;
}
#mobNav{z-index:999;}
.login-box {
    top: 1%;
    width: 291px;
    padding: 10px;
}
.News1 {width: 90% !important;}
.font_stl{font-size: 12px;
    line-height: 1.4;}
    .about-map {float:left;}
	
}
