@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;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}


body{
	font-size: 1rempss;
	font-family: "Poppins",  "sans-serif";
	color: #6C6C6C;
}
p{
	font-size: 1rem;
	color: #6C6C6C;
}

h1, h2, h3, h4, h5, h6{
	color: #000;
	font-family: "Poppins",  "sans-serif";
	font-weight: 600;
}

a{
	text-decoration: none;
	color: #5996FF;
}


/* ez-head  */


.ez-head
{
	background-color: #D9D9D9;
	padding: 5px 0;
}

.header .container-fluid{
	padding: 0 40px;
}
@media (max-width: 768px) and  (min-width: 576px)
{
	.TAG-DOMAINS h1
{
	font-size: 2.4rem;
	color: white;
}

	.rotator-container
	{
		font-size: 2.2rem !important;
	}
}

.links a
{
	text-decoration: none;
	color: black;
padding: 0 5px;
font-size: 12px;
transition: all .5s ease-in-out;
}
.links .btn-secondary
{
	background-color: transparent;
	border-color: transparent;
}
.links .btn-secondary:focus {
	color: #2A4B84;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none !important;
  }
  .links .btn-secondary:hover {
	color: #2A4B84;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none !important;
  }
  .links a:hover
  {
	transition: all .5s ease-in-out;
	color: #2A4B84;
	font-size: 12.5px;
}

.links2{
	text-align: right;
}


  .links2 a
  {
	text-decoration: none;
	color: black;
	padding: 0 5px;
	font-size: 12px;
	transition: all .5s ease-in-out;
  }
  .links2 a:hover
  {
	color: #2A4B84;
	transition: all .5s ease-in-out;
	font-size: 12.4px;
  }
  
/* navbar  */



.search-icon
{
	display: flex;
	justify-content: center;
	align-self: center;
	padding:0  10px ;
}

.navbar .btn
{
background-color: #2A4B84;
border-radius: 30px;
margin: 0 5px;
padding: 5px 20px;
transition: .1 ease-in-out;
}
.navbar .btn:hover
{
background-color: #223557;
transition: .5 ease-in-out;

}
.navbar a 
{
	color: #141517;
	transition: .5 ease-in-out;
}
.navbar a :hover
{
	color: #2A4B84;
	transition: .5 ease-in-out;
}

.navbar-brand img{
 	width: 100%;
	

}

.navbar-nav {
	padding-left: 10%;
}
.modal-confirm {		
	color: #434e65;
	width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.close
{
	color: black;
	background-color: transparent;
	border: none;
	font-size: 16px;
}
.modal-confirm .modal-header {
	background: #47c9a2;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}
.footer-line
{
	display: none;
}
.modal-confirm .btn span {
	margin: 1px 3px 0;
	float: left;
}
.modal-confirm .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.sss
{
	display: block;
}
.sss1{
	display: none;
}

/* hero */
.hero
{
	padding-top: 50px;
}
.TAG-DOMAIN{
	font-size: 50px; 
	font-weight: bold;
}
.title-pov h1
{
font-size: 70px;
font-weight: 200;
}

.title-pov h1 span
{
	font-weight: bold;
}
.img-sec1
{
	padding-left: 50px;
}
/*.img-sec
{
background-image: url(../img/earth.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0,0,0,.25);
  font-weight: 900;
  font-size: 50px;
  min-height: 550px;

 
  display: flex;
  justify-content: center;
  align-items: center;
 
 }*/

.img-sec
{
background-image: url(../img/earth.png);
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0,0,0,.25);
  font-weight: 900;
  font-size: 50px;
  min-height: 550px;

 
  display: flex;
  justify-content: center;
  align-items: center;
 
 }
.title-pov
{
	align-self: center;
}
.title-pov p 
{
	padding-top: 20px;
}
.title-pov .btn 
{
	margin-top: 64px;
	background-color: #2A4B84 !important;
	border-radius: 5px;
	padding: 5px 20px;
	
	transition: .5s ease-in-out;
}
.text1
{
	color: #fff;
     text-align: left;
     
	 
	
}

.nav-pills .dr1.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: white;
}
.dr1{
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: white;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.dr1:hover
{
	color: #dcdcdc;
}
.nav-pills .dr2.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: white;
}
.dr2{
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: white;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.dr2:hover
{
	color: #dcdcdc;
}
.nav-pills .dr3.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: white;
}
.search-domain .btn
{
	background-color:#072251;
	border: white;
}

.semantic1
{
	align-self: flex-end;
}
.semantic
{
	color: white;
}
.btn-bulk
{
	align-self: center;
}
.bulk-txt h5
{
	color: white;
}
.bulk-txt p
{
	color: #dad8d8;
	padding-top: 20px;
}
.dr3{
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: white;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.dr3:hover
{
	color: #dcdcdc;
}

.TAG-DOMAINS h1
{
	font-size: 2.4rem;
	color: white;
}


.rotator-container {
	position: relative;
	width: 200px;
	height: 59px;
	overflow: hidden;
	text-align: left;
	font-size: 2rem;
	font-weight: bold;
	background-color: transparent;
}

.rotator-text {
	position: absolute;
	width: 100%;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.rotator-text.active {
	opacity: 1;
	transform: translateY(0);
}
  
.rotator-container .active {
	background-color: transparent;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .ddd {
	position: relative;
	width: 100%;
  }
  .search-plac
  {
	position: absolute;
	font-size: 1rem;
	z-index: 1000px;
	left: 15px;
  top: 28%;
  color: #828283;
	
  }
  .ddd .btn {
	background-color: #2A4B84;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-shadow: 0 2px 4px rgba(0,0,0,.25);
	border: 1px solid transparent;
	  border-top-color: transparent;
	  border-right-color: transparent;
	  border-bottom-color: transparent;
	  border-left-color: transparent;
	padding: .375rem 1.75rem;
	font-size: 1rem;
	margin-right: 10%;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .ddd .btn-outline-success:hover {
	color: #fff;
	background-color: #223557;
	border-color: #223557;
  }
  .ddd .btn-outline-success:focus {
	
	box-shadow: none;
  }
.u-serach
{
 	padding:  20px 0px;
 	
}
.u-serach .btn
{
	margin: 0 10px;
	padding: 10px 20px;
	width: 170px;
	background-color: #2A4B84;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-shadow: 0 2px 4px rgba(0,0,0,.25);
	border: 1px solid transparent;
	  border-top-color: transparent;
	  border-right-color: transparent;
	  border-bottom-color: transparent;
	  border-left-color: transparent;
	
	font-size: 1rem;
	
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.u-serach .btn-outline-success:hover {
	color: #fff;
	background-color: #223557;
	border-color: #223557;
  }
  .u-serach .btn-outline-success:focus {
	
	box-shadow: none;
  }
  

.u-serach .active{
	color: #fff;
	background-color: #1caade;
	border-color: #1caade;	
}





  /* services */


.Services img{
	border-radius: 25px;
	
}


  .services-title 
  {
	text-align: center;
	margin-top: 100px;
	line-height: 20px;
	

  }
  .services-title hr
  {
	width: 15%;
	margin: auto;
	height: 7px;
	background-color: #223557 !important;
	border: none;
	color: #223557 !important;
	opacity: 100%;
	border-radius: 10px;
	margin-top: 0rem !important;
  }


.CCTLD’S p
{
	width: 100%;
	text-align: justify;
}
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
  }
  
  /* Next & previous buttons */
  .prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	text-decoration: none;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: black;
	font-weight: bold;
	font-size: 50px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  .prev
  {
	left: -10%;
  }
  .next
  {
	right: -17% !important;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
	color: #2A4B84;
  }
  
  /* Caption text */
  .text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
	background-color: #717171;
  }
  
  /* Fading animation */
  .fade1 {
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
  }
  .input-group
  {}

  
@keyframes bounce {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(0, 5px, 0);
	}
}
.slide-show .active
{
	background-color: transparent !important;
}


.CCTLD’S h3
{
	padding-bottom: 50px;
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5%;
	padding: 0;
	color: black !important;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: 1;
	transition: opacity .15s ease;
  }


.carousel-control-prev {
  left: -80px;
}

.carousel-control-next {
  right: -80px;
}
  
  .pre
  {
	font-size: 50px;
  }
  .nex
  {
	font-size: 50px;

  }




  /* why choose*/

.why-choose h2{
	color: #fff;
}
.bg-blue
{
	margin-top: 50px;
	background-color: #2A4B84;
	min-height: 450px;
	position: relative;
}

.bg-blue-1
{
	margin-top: 50px;
	background-color: #2A4B84;
	position: relative;
	border-radius: 20px ;
}



.title2
{
	color: white;
	padding: 50px 0;

	padding-left: 40px;
}
.title2 p
{
	padding: 30px 0;
		 color: #fff !important;

}
.title2 .btn
{
	
	padding: 10px 20px;
	width: 170px;
	background-color: #072251;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-shadow: 0 2px 4px rgba(0,0,0,.25);
	border: 1px solid transparent;
	  border-top-color: transparent;
	  border-right-color: transparent;
	  border-bottom-color: transparent;
	  border-left-color: transparent;
	
	font-size: 1rem;
	border-color: white;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.title2 .btn:hover
{
	background-color: #141517;
}


  .circle1 {
	height: 126px;
	width: 126px;
	background: #07225157 !important;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 12%;
  left: 29%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	 	  z-index: -1;
  }
  .circle2 {
	height: 163px;
	width: 163px;
	background: #07225157 !important;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 53%;
  left: 39%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	 	  z-index: -1;
  }
  .circle3 {
	height: 80px;
	width: 80px;
	background: #07225157 !important;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 22%;
  left: 42%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	  z-index: -1;
  }
  .circle4 {
	height: 93px;
	width: 93px;
	background: #07225157 !important;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
  left: 29%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	  	  z-index: -1;
  }

  .may
  {
	color: white;
	text-align: center;
	flex-wrap: wrap;
	padding-top: 40px;
  }
  .broder1
  {
	border-bottom: 1px white solid;
	border-right: 1px white solid;
	padding-right: 20px;
    z-index: 99999;
    position: relative;
  }
  .border2
  {
	border-right: 1px white solid;
	padding-top: 20px;
	padding-right: 20px;
    z-index: 99999;
    position: relative;
  }

  .border2 p
  {
  color: white;
  }

  .border3
  {
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	padding: 20px 0;

  }
  .border3 p
  {
  color: white;
  }

  .broder1 p
  {
	text-align: center;
  color: white;
  width: 80%;
  }

  /* Floating Circle Animation */
@keyframes floatCircle {
	0% {
	  transform: translateY(0); /* Initial position */
	}
	50% {
	  transform: translateY(-10px); /* Move upwards */
	}
	100% {
	  transform: translateY(0); /* Return to original position */
	}
  }
  
  /* Circle Styling and Animation */
  .circle1, .circle2, .circle3, .circle4 {
	height: 126px;
	width: 126px;
	background: #07225157;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	animation: floatCircle 4s ease-in-out infinite; /* Apply floatCircle animation */
  }
  
  /* Specific positions for circles */
  .circle1 {
	top: 12%;
	left: 29%;
	animation-duration: 4s; /* Custom duration for different circles */
  }
  
  .circle2 {
	top: 53%;
	left: 39%;
	animation-duration: 6s;
  }
  
  .circle3 {
	top: 22%;
	left: 42%;
	animation-duration: 5s;
  }
  
  .circle4 {
	top: 50%;
	left: 29%;
	animation-duration: 3s;
  }
  
  /* Hover Animation for Icons (Images) */
  .broder1 img, .border2 img, .border3 img {
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  
  .broder1 img:hover, .border2 img:hover, .border3 img:hover {
	transform: scale(1.05); /* Slight zoom effect on hover */
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); /* Add a shadow effect */
  }
  
  /* Button Animation (Optional) */
  .title2 .btn {
	transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  .title2 .btn:hover {
	background-color: #141517;
	transform: scale(1.1); /* Slight zoom effect on button hover */
  }
  


  /* why choose .org*/

 
  .Choose-org .btn
{
	
	padding: 10px 20px;
	width: 170px;
	background-color: #072251;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-shadow: 0 2px 4px rgba(0,0,0,.25);
	border: 1px solid transparent;
	  border-top-color: transparent;
	  border-right-color: transparent;
	  border-bottom-color: transparent;
	  border-left-color: transparent;
	
	font-size: 1rem;
	
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.Choose-org .btn:hover
{
	background-color: #6c95e9;
}
.For-Your
{
	background-color: #072251;
	color: #fff !important;
	margin-top: 81px ;
	padding: 20px;
	
}

.For-Your p, .For-Your h2
{
	color: #fff !important;	
}

.For-Your .btn
{
	display: flex;
	justify-content: end;
	padding: 10px 20px;
	
	background-color: white;
	
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-shadow: 0 2px 4px rgba(0,0,0,.25);
	border: 1px solid transparent;
	  border-top-color: transparent;
	  border-right-color: transparent;
	  border-bottom-color: transparent;
	  border-left-color: transparent;
	
	font-size: 1rem;
	width: 60px;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.For-Your .btn:hover
{
	background-color: #6c95e9;
}
.For-Your1
{
	color: white;
	background-color: #072251;
	padding: 20px;
}

.For-Your1 p, .For-Your1 h2
{
	color: white;
}

.w-c1
{
	padding-top: 50px;
	padding-left: 20px;
}

.For-Your1 .btn
{
	display: flex;
	justify-content: end;
	padding: 10px 20px;	
	background-color: white;	
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-shadow: 0 2px 4px rgba(0,0,0,.25);
	border: 1px solid transparent;
	  border-top-color: transparent;
	  border-right-color: transparent;
	  border-bottom-color: transparent;
	  border-left-color: transparent;
	
	font-size: 1rem;
	width: 60px;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.For-Your1 .btn:hover
{
	background-color: #6c95e9;
}
.w-c2{
	padding-left: 20px;
}


/* how to choose domain */

.title-how
{
	text-align: center;
	padding: 100px 0 50px;
	line-height: 15px;
}
.title-how span
{
	color: #072251;
}
.title-how hr
{
	height: 7px;
opacity: 1;
background-color: #072251;
width: 34%;
margin-left: 33%;
border-radius: 10px;	
}


.step-flow h3 {
	color: #2A4B84;
	font-weight: bold;
  }
  
  .step-flow p {
	color: #333;
  }
  
  .step-row {
	margin-bottom: 50px;
  }
  
  /* Step Circle */
  .step-circle {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	background-color: #2A4B84;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	position: relative;
	animation: zoomInOut 4s infinite ease-in-out; /* Animation applied here */
  }
  
  /* Zoom In and Out Animation */
  @keyframes zoomInOut {
	0% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(1.2); /* Zoom in */
	}
	100% {
	  transform: scale(1); /* Zoom out */
	}
  }

  /* See-What-Our-Customers-Think */
  .see-what 
  {
	margin-top: 3%;
	background-color: #2A4B84;
	
	
	text-align: center;
	
  }
  .see-what 
  {padding-top: 50px;

	
  }

  .swiper{
	width: 100%;
	padding-bottom: 50px !important;
  }
  
  .swiper-wrapper{
	width: 100%;
	height: 35em;
	display: flex;
	align-items: center;
  }
  
  .swiper-wrapper .card{
	
border-radius: 35px; 
  }
  
  .swiper-slide:not(.swiper-slide-active){
	filter: blur(1px);
	  color: #fff;
  }
  
  .card__image{
	width: 5em;
	height: 5em;
	border-radius: 50%;
	border: 5px solid var(--color);
	padding: 3px;
	margin-bottom: 2em;
  }
  
  .card__image img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
  }
  
  .card__content{
	display: flex;
	  align-items: start;
  flex-direction: column;
  margin-left: 30px;
  }
  
  .card__title{
	font-size: 1.5rem;
	font-weight: 500;
	position: relative;
	top: .2em;
  }
  
  .card__name{
	color: var(--color);
  }
  
  .card__text{
	text-align: center;
	font-size: 1.1rem;
	margin: 1em 0;
  }
  
  .card__btn{
	background-color: var(--color);
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	padding: .5em;
	border-radius: .5em;
	margin-top: .5em;
	cursor: pointer;
  }

.swiper {
  background: #092350;
}

  .swiper-slide {
	flex-shrink: 0;
	width: 50% !important;
	height: 400px !important;
	position: relative;
	transition-property: transform;
	display: block;
	background: #2c4c82;
  }

.swiper-slide-active{
	background: #fff;
}
  .img-cou1
  {
	position: relative;
	padding-left: 20px;
  padding-top: 20px;
  }
  .img-cou1 p
  {
	position: absolute;
	top: 30%;
	left: 17%;
  }
  .img-star
  {
	position: absolute;
	top: 43%;
  left: 73%;
  }
   
  .modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: relative !important;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}



  /* Certified-registrars */
  
 
  .certified-title hr
  {
	width: 28%;
	margin-left: 35.7%;
	height: 7px;
	background-color: #223557 !important;
	border: none;
	color: #223557 !important;
	opacity: 100%;
	border-radius: 10px;
	margin-top: 0rem !important;
  }

  
.slider1 {
	
   
    height: 50%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%; /* Full width */
    
}
.line1
{
	height: 7px !important;
	background-color: #5B86CF;
	opacity: 1;
}

/* Slide Track */
.slide-track1 {
    display: flex;
    width: calc(250px * 8); /* Total width of all slides (8 slides here) */
    animation: scroll 20s linear infinite; /* Continuous animation */
}

/* Individual Slides */
.slide1 {
	
    flex: 0 0 250px; /* Fixed width for each slide */
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 10px; /* Add spacing between slides */
}
.slide1 a 
{
	text-decoration: none;
}
.slide1 p
{
	padding-top: 30px;
}

.slide1 img {
    width: 70%;
   
}

/* Keyframes for Infinite Scrolling */
@keyframes scroll {
    0% {
        transform: translateX(0); /* Start from the initial position */
    }
    100% {
        transform: translateX(calc(-250px * 4)); /* Move left by half (4 slides width) */
    }
}




/* Our leadership in domain registration */

.vido
{
	border-radius: 300px;
	width: 50%;
	margin-bottom: 50px;
}
.our-title hr
{
	width: 53%;
  margin-left: 23.7%;
  height: 7px;
  background-color: #223557 !important;
  border: none;
  color: #223557 !important;
  opacity: 100%;
  border-radius: 10px;
  margin-top: 0rem !important;
}




/* web3 */
.web3 .btn
{
	padding: 10px 20px;
	width: 250px;
	background-color: #072251;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-shadow: 0 2px 4px rgba(0,0,0,.25);
	border: 1px solid transparent;
	  border-top-color: transparent;
	  border-right-color: transparent;
	  border-bottom-color: transparent;
	  border-left-color: transparent;
	
	font-size: 1rem;
	border-color: white;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.web3 .btn:hover
{
	background-color: #020202;
	transition: 1s ease-in-out;
}
.web3-circles
{
	position: relative;
}
.web3-circles .circle5
{
	position: absolute;
	opacity: 1;
	height: 189px;
	width: 189px;
	background: #072251 !important;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 0%;
  left: 0%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.web3-circles .circle6
{
	position: absolute;
	opacity: 1;
	height: 97px;
	width: 97px;
	background: #072251 !important;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 28%;
  left: 24%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.web3-circles .circle8
{
	position: absolute;
	opacity: 1;
	height: 189px;
	width: 189px;
	background: #072251 !important;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 2%;
  left: 45%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.web3-circles .circle9
{
	position: absolute;
	opacity: 1;
	height: 229px;
	width: 229px;
	background: #072251 !important;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 39%;
  left: 42%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.web3-circles .circle11
{
	position: absolute;
	opacity: 1;
	height: 229px;
	width: 229px;
	background: #072251 !important;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 49%;
  left: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.web3-circles .circle12
{
	position: absolute;
	opacity: 1;
	height: 97px;
	width: 97px;
	background: #072251 !important;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 79%;
  left: 36%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
/*  news */
#myVideo {

position:
fixed;

right:
10px;

bottom:
0;

width:
55%;

z-index:
1;

}

  
.news
{
	
}
.news h2
{
	font-weight: 800;
}
.news .certified-title hr {
  width: 23%;
  margin-left: 0;
}

.news1 hr
{
	width: 24%;
	opacity: 1;
	height: 5px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 17%, rgba(7,90,222,1) 35%, rgba(7,34,81,1) 100%); 
	
}
.news1 a
{
	text-decoration: none; color: black;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.news1 a:hover
{
	 color: #204a93;
	 transition: .5s ease-in-out;
	 cursor: pointer;
}
.news1 h4
{
	padding-top: 30px;
}
.news1 p
{
	color: #8F8F8F;
	
}
.news2 img{
	display: flex;
	float: left;
	width: 40%;
}
.news2 a
{
	text-decoration: none; 
	color: black;
	transition: .5s ease-in-out;
	cursor: pointer;
 }
.news2 a:hover
{
	
	color: #204a93;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.new-wri
{
	
	display: flex;
	margin-bottom: 20px;

}
.new-wri p
{
	color: #8F8F8F;
}
.new-wrid
{
	margin-left: 10px;
}
.new-wri hr
{
	width: 24%;
	opacity: 1;
	height: 5px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 17%, rgba(7,90,222,1) 35%, rgba(7,34,81,1) 100%); 
}
/* footer*/

.footer{
	background-color: #072251;
	padding: 50px 0;
}

.footer p{
	color: #fff;
	margin-top: 20px;
}
.footer h2{
	color: #fff;
 }


/* Responsive Enhancements */





/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

/* Section-specific Animations */
.hero {
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
}

.slide-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* Custom Button Hover Effects */
.btn-primary:hover {
    background-color: #1e355f;
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

/* Section Adjustments */
.services-title h1 {
    animation: fadeInUp 1.2s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Initial state for fade-in animation */
.fade-in, .slide-in-left, .slide-in-right, .zoom-in, .rotate-in, .bounce-in {
    opacity: 0;
    transform: translateY(20px); /* Default transition for fade */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* When element is in view */
.fade-in.show, .slide-in-left.show, .slide-in-right.show, 
.zoom-in.show, .rotate-in.show, .bounce-in.show {
    opacity: 1;
    transform: translateY(0);
}






.main-breadcrumb{
	background: #2A4B84;
	padding: 10px 0;
	margin-bottom: 50px;
 }

.breadcrumb{
	padding:  0;
	margin: 0;
 }
.breadcrumb-item + .breadcrumb-item {
  color: #fff;
  /*z-index:100;*/
}
.breadcrumb-item a {
  color: #77aeff;
}

.banner-area {
  background:url(../img/common-banner.jpg) no-repeat;
  background-size:cover;
  max-height: 300px;
 }
.banner-area .banner-content {
  min-height:250px
}
.banner-area .overlay-bg {
  background:rgba(7,4,31,0.6)
}
/*.banner-area h1 {
  font-size:50px;
  margin-bottom:10px;
  z-index: 999;
  color: #fff;
  position: relative;
}*/

  .banner-area h1 {
	font-size:50px;
	margin-bottom: 0%;
	z-index: 999;
	color: #fff;
	position: relative;
  }

.banner-area p {
  margin-bottom:0px;
  color:#fff;
  z-index: 999;
  position: relative;
}

.relative {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.nav-tabs, .tab-content {
	font-size: 16px;
}

.nav-tabs, .tab-content {
 	background-color: transparent !important;
	border: 0px solid !important;
}

.tab-content .active{
 	background-color: transparent !important;
	border: 0px solid !important;
}




.txt2
{
	text-align: right;
}
.step1
{
	margin-left: 40px;
}
.modal-body .input-group
{
  margin: 20px 0;
}

@media (max-width: 575.98px) { 
	.TAG-DOMAINS h1 {
		font-size: 1.4rem;
		color: white;
	}
	.modal-confirm.modal-dialog
	
	{
margin-top: 0;
	}
	.modal-dialog
	{
		width: 95%;
	}
	.rotator-container {
	position: relative;
	width: 200px;
	height: 59px;
	overflow: hidden;
	text-align: left;
	font-size: 2rem;
	font-weight: bold;
	background-color: transparent;
}
	.Services
	{
		display: none;
	}
	.ez-head .ms-auto
	{
		margin-left: 0 !important;
	}
	.burger
	{
		margin-left: 40%;
	}
	.TAG-DOMAINS p {
		font-size: 1rem;
		color: #072251;
	}
	.menu1
	{
		display: grid;
	}
	.title-pov h1 {
		font-size: 40px;
		font-weight: 200;
		text-align: center;
	}
	.title-pov p {
		padding-top: 11px;
		text-align: center;
	}
.btn-connect
{
	display: flex;
	justify-content: center;
}
.img-sec {
    background-image: url(../img/earth.png);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: center;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    font-weight: 900;
    font-size: 50px;
    min-height: 550px;
    display: flex
;
    justify-content: center;
    align-items: center;

	}
	.img-sec1 {
		padding-left: 14px;

	
	}
.step-circle1 {
    margin-left: auto !important;
}
.txt11 {
    text-align: center !important;
}
.slidingVertical
{
	color: #072251;
	font-size: 16px;
}
.u-serach li
{
	padding: 10px 0;
}
.broder1
{
	border-right: none;
}
.border2
{
	border-right: none;
}
.why-choose h2
{
	text-align: center;
}
.title2 p
{
	text-align: center;
}
.btn-learn
{
	display: flex;
	justify-content: center;
}
.step-circle
{
	margin-bottom: 20px;
}
.txt1
{
	text-align: center;
}
.step1
{
	margin-left: auto;
}
.txt2
{
	text-align: center;
}
.swiper-slide
{
	height: 200px !important;
	
}
.swiper-slide p 
{
	font-size: 11px;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
}
.title2 
{
	padding-left: 0;
}
.card__title img
{
	display: none;
}
.img-cou1 img 
{
	display: none !important;
}
.img-cou1 p
{
	margin-left:13% !important;
	margin-top: 20% !important;
}
.txt-our
{
	font-size: 9px !important;
	width: 100% !important;
}
.web3 h1 
{
	font: 60px;
}
.web3 p 
{
	font-size: 11px;
}
.news2 img 
{
	display: none;
}
.footer p
{
	font-size: 9px;
}
.all_links .col-auto
{
	width: 100%;
	text-align: center;
}
}
@media (min-width: 768px) and (max-width: 934px) { 
	.Web311
	{
		text-align: center;
	}
	.title2
	{
		text-align: center;
	}
	.step-circle1 {
		margin-left: 70%;
	}
	.Services
	{
		display: none;
	}
	.img-sec1
	{
		margin-top: 50px;
	}
	.title-pov
	{
		text-align: center;
	}
	.broder1 
	{
		border-right: none;
		
	}
	.border2
	{
		border-right: none;
	}
	.img-cou1 p
	{
		left: 30%;
	}
	.txt-our
	{
		width: 100% !important;
	}
 }
 .step-circle1
{
	margin-left: 80%;
}
.txt11
{
	text-align: right;
}
.aaa 
{
	margin-top: 0 !important;
}

.search-domain{
	margin: 50px 0;
}
.login-card {
    background-color: #fff;
    width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.text-sgin-in {
    color: #0073b1;
    font-weight: 500;
}

.email-pass {
    font-size: 0.9rem;
    font-weight: 500;
}

.pss-ema[type="email"], .pss-ema[type="password"], .pss-ema[type="text"] {
    font-size: 1rem;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 10px;
}

.pss-ema[type="email"]:focus, .pss-ema[type="password"]:focus, .pss-ema[type="text"]:focus {
    border-color: #0073b1;
    box-shadow: 0 0 10px rgba(0, 115, 177, 0.2);
}

.account-btn {
    background-color: #0073b1;
    border-color: #0073b1;
    font-size: 1.1rem;
    padding: 12px;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.account-btn:hover {
    background-color: #005f8a;
    border-color: #004e73;
}

.lks {
    color: #0073b1;
    font-weight: 500;
}
.login-card{
         height: auto !important; 

}


.lks:hover {
    text-decoration: underline;
}
        
    .main-breadcrumb
    {
      margin-bottom: 0px;
    }



	.contact-container {
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		padding: 30px;
		width: 50%;
		max-width: 50%;
		margin: auto;
	}
	.contact-container h2 {
		text-align: center;
		margin-bottom: 20px;
	}
	.user-name {
		border-radius: 8px;
	}
	.btn-sen-massage {
		background-color: #072251;
		border: none;
	}
	.btn-sen-massage:hover {
		background-color: #03122b;
	}
	.map-container {
		margin-top: 30px;
		border-radius: 12px;
		overflow: hidden;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		width: 100%;
		height: 300px;
	}
	@media (max-width: 575.98px) { 
		.contact-container {
		max-width: 100%;
		width: 100%;
		}
	}



	.news-card {
		background-color: #fff;
		border-radius: 8px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		padding: 20px;
		min-height: 450px;  /* Set the minimum height for the card */
		display: flex;
		flex-direction: column;
		justify-content: space-between; /* Ensures content is spaced out */
		transition: transform 0.3s ease-in-out;
	}
	
	.news-card:hover {
		transform: translateY(-10px);
	}
	
	.news-title {
		font-size: 1.3rem;
		font-weight: bold;
		color: #333;
	}
	
	.news-date {
		font-size: 1rem;
		color: #888;
	}
	
	.news-summary {
		font-size: 1rem;
		color: #555;
		line-height: 1.6;
		flex-grow: 1; /* Ensures the summary section grows to take available space */
	}
	/* Styling the pagination */
	.pagination {
		display: flex;
		justify-content: center;
		padding: 20px 0;
		list-style-type: none;
		margin: 0;
	}
	
	.pagination1 {
		display: flex;
		justify-content: center;
		padding: 20px 0;
		list-style-type: none;
		margin: 0;
	}
	
	.page-item {
		margin: 0 5px;
	}
	
	.page-link {
		color: #007bff;
		font-size: 1rem;
		font-weight: bold;
		padding: 10px 20px;
		border: 1px solid #007bff;
		border-radius: 5px;
		transition: background-color 0.3s ease, color 0.3s ease;
	}
	
	.page-link:hover {
		background-color: #007bff;
		color: #fff;
	}
	
	.page-item.active .page-link {
		background-color: #007bff;
		color: #fff;
		border: 1px solid #007bff;
	}
	
	.page-item.disabled .page-link {
		background-color: #f8f9fa;
		color: #ccc;
		border: 1px solid #ccc;
	}
	
	.page-item .page-link:focus {
		box-shadow: none;
	}
	
	.page-item a[aria-label="Previous"],
	.page-item a[aria-label="Next"] {
		font-size: 1.2rem;
	}
	
	/* Responsive Design */
	@media (max-width: 576px) {
		.page-link {
			padding: 8px 15px;
			font-size: 0.9rem;
		}
	}
	
	.news-card .btn {
		background-color: #007bff;
		color: white;
		border: none;
		font-size: 1rem;
		padding: 10px;
		border-radius: 5px;
		transition: background-color 0.3s ease;
		align-self: flex-start; /* Align the button to the start of the card */
		margin-top: 10px;
	}
	
	.news-card .btn:hover {
		background-color: #0056b3;
	}
	
	.pagination .page-item .page-link {
		color: #007bff;
		font-weight: bold;
		transition: background-color 0.3s;
	}
	.pagination1 .page-item .page-link {
		color: #007bff;
		font-weight: bold;
		transition: background-color 0.3s;
	}
	.pagination .page-item .active {
		color: white;
		font-weight: bold;
		transition: background-color 0.3s;
		
	}
	.pagination1 .page-item .active {
		color: white;
		font-weight: bold;
		transition: background-color 0.3s;
		background-color: #007bff !important;
	}
	
	.pagination .page-item:hover .page-link {
		background-color: #007bff;
		color: #fff;
	}
	.pagination1 .page-item:hover .page-link {
		background-color: #007bff;
		color: #fff;
	}












	.office-card {
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		transform: translateY(50px);
		opacity: 0;
		transition: all 0.8s ease-in-out;
		width: 80%;
	}
	.office-card.show {
		transform: translateY(0);
		opacity: 1;
	}
	.office-card img {
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
	.office-card .card-body {
		text-align: center;
		padding: 20px;
	}
	.office-card h5 {
		font-size: 1.4rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.contact-info {
		font-size: 0.9rem;
	}

.homepage .section-title {
margin-top: 15px;
}

.section-title {
margin-bottom: 50px;
margin-top: 5px;
}

.categories-list .list-item {
margin-bottom: 60px;
}
.categories-list .list-item .title {
margin-bottom: 10px;
}

.categories-list .list-item .title .icon {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
background-color: #004e73;
color: #fff;
text-align: center;
width: 40px;
height: 40px;
margin-right: 10px;
}
.categories-list .list-item .title .icon i {
font-size: 14px;
line-height: 38px;
}
.numbers{
color: white; 

font-size: 18px;
margin-top: 15%;
}
.categories-list .list-item .title h3 {
display: inline-block;
font-size: 18px;
font-weight: normal;
vertical-align: middle;
}
.homepage h3 {
margin-bottom: 15px;
font-weight: lighter;
margin-top: 10px;
}
.categories-list .list-item ul {
list-style: none;
padding-left: 52px;
}
.categories-list .list-item ul li a {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
opacity: 0.6;
color: black;
display: inline-block;
padding: 2px 0;
}

.categories-list .list-item ul li .count {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: inline-block;
font-size: 10px;
float: right;
top: 7px;
position: relative;
}






















.shared-hosting-area
{
	margin: 100px 0;
}
.hosting-list li a {
font-size: 20px;
font-weight: 700;
font-family: "Dosis", sans-serif;
color: #22105f;
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 20px;
display: block;
text-align: center;
position: relative;
z-index: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
min-width: 200px;
}
/* Initial setup */
ul.hosting-list {
list-style-type: none;
padding: 0;
}

ul.hosting-list li {
display: inline-block;
margin-right: 20px;
}

ul.hosting-list li a {
text-decoration: none;
font-size: 16px;
color: #000;
position: relative;
padding: 25px 20px;
display: inline-block;
transition: color 0.3s ease;
margin: 10px 0;
min-width: 300px !important; /*talia2025*/

}

ul.hosting-list li a::after {
content: '';
position: absolute;
bottom: 0;
z-index: -1;
left: 0;
width: 100%;
height: 100%;
background-color: #22105f; /* Color for the underline */
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.4s ease;
}

/* Hover effect */
ul.hosting-list li a:hover {
color: white;
}

ul.hosting-list li a:hover::after {
transform: scaleX(1);
transform-origin: bottom left;
}

.shared-hosting-area .col-lg-3:nth-child(1) ul {
border-left: 1px solid #eeeeee;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
.hosting-list li {
margin-bottom: 10px;
}
.hosting-list li:hover a {
color: #ffffff;
}
a {
display: inline-block;
-webkit-transition: all 0.5s;
transition: all 0.5s;
text-decoration: none;
}
.img22 {
width: 100%;
max-width: 500px;
height: auto;
opacity: 0; /* Start with the image hidden */
transform: scale(0.8); /* Start with the image slightly smaller */
transition: opacity 1s, transform 1s; /* Smooth transition for opacity and transform */
}
@keyframes fadeInScaleUp {
0% {
opacity: 0;
transform: scale(0.8);
}
100% {
opacity: 1;
transform: scale(1);
}

}
.img22.show {
	animation: fadeInScaleUp 1.5s ease-in-out forwards;
  }





  .sitemap-header {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 2rem;
  }
  .sitemap-section {
	margin-bottom: 1.5rem;
  }
  .sitemap-section ul {
	list-style-type: none;
	padding-left: 0;
  }
  .sitemap-section li {
	margin: 0.5rem 0;
  }
  .sitemap-section a {
	text-decoration: none;
	color: #007bff;
  }
  .sitemap-section a:hover {
	text-decoration: underline;
  }
  .sitemap-column {
	margin-bottom: 2rem;
  }




  .signup-container {
	max-width: 800px;
	background: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 40px auto;
}
.a123 label {
	font-weight: bold;
}
.btn-account-sgin {
	background-color: #072251;
	border-color: #072251;
}
.btn-account-sgin:hover {
	background-color: #204a93;
}











.whois-container {
	max-width: 800px;
	background: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 40px auto;
}
.whios-btn {
	background-color: #072251;
	border-color: #072251;
}
.whios-btn:hover {
	background-color: #204a93;
}







.search-container {
	max-width: 900px;
	background: white;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	margin: 40px auto;
}
.search-title {
	color: #072251;
	font-size: 24px;
	font-weight: bold;
}
.not-available {
	color: #dc3545;
	font-style: italic;
}
.table thead {
	background-color: #b98347;
	color: white;
}
.btn-add {
	background-color: #28a745;
	color: white;
	border: none;
	padding: 6px 12px;
	border-radius: 6px;
	cursor: pointer;
}
.btn-add:hover {
	background-color: #218838;
	color: white;
}
.btn-whois {
	background-color: #072251;
	color: white;
	border: none;
	padding: 6px 12px;
	border-radius: 6px;
	cursor: pointer;
}
.btn-whois:hover {
	background-color: #0073b1;
	color: white;
}








.order-container {
	max-width: 100%;
	background: white;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	margin: 40px auto;
}
.domain-table thead {
	background-color: #072251;
	color: white;
}
.btn-upload {
	background-color: #204a93;
	color: white;
	border: none;
	padding: 6px 12px;
	border-radius: 6px;
}
.btn-upload:hover {
	background-color: #072251;
	color: white;
}
.btn-delete {
	color: #204a93;
	font-size: 18px;
	cursor: pointer;
}
.btn-proceed {
	background-color: #072251;
	color: white;
	font-weight: bold;
	border: none;
	padding: 10px 20px;
	border-radius: 8px;
	display: block;
	width: 100%;
}
.btn-proceed:hover {
	background-color: #204a93;
	color: white;
}
.file-input {
	display: none;
}










.service-container {
	background: #ffffff;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	max-width: 800px;
	margin: auto;
	margin-top: 50px;
}
.ing-o-o {
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.ing-o-o input {
	border: none;
	padding: 15px;
	border-radius: 50px 0 0 50px;
}
.ing-o-o select {
	border: none;
	padding: 15px;
	background: #f8f9fa;
}
.ing-o-o button {
	background: #072251;
	color: white;
	border: none;
	padding: 15px 25px;
	border-radius: 0 50px 50px 0;
	transition: 0.3s;
}
.ing-o-o button:hover {
	background: #a06e3a;
}
.info-list {
	list-style: none;
	padding-left: 0;
}
.info-list li {
	margin: 10px 0;
	font-size: 16px;
}
.cta-buttons button {
	margin-top: 20px;
}
.login-service
{
	background-color: #007bff;
	color: white;
	border-color: #072251;
}
.login-service:hover
{
	background-color: #072251;
	color: white;
	border-color: #072251;

}
.login-service:focus
{
	background-color: #072251;
	color: white;
	border-color: #072251;

}

.btnccLTDS
{
	background-color: black;
}



















.check {
	max-width: 100%;
	margin: 50px auto;
	background: #ffffff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.check-title {
	color: #072251;
	text-align: center;
}
.search-box-check{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.search-box-check input {
	flex-grow: 1;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.search-box-check button {
	background: #072251;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.search-box-check button:hover {
	background: #204a93;
}
.info {
	background: #f5f5dc;
	padding: 15px;
	border-radius: 5px;
	margin-top: 20px;
}

.rules {
	margin-top: 20px;
	padding: 20px;
	background: #e0e0e0;
	border-radius: 5px;
}
.cta-buttons {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.cta-buttons button {
	padding: 12px 24px;
	font-size: 16px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}

.login1 {
	background-color: #072251;
	color: #fff;
}

.signup1 {
	background-color: #204a93;
	color: #fff;
}

.more1{
	background-color: #072251;
	color: white;
}

.cta-buttons button:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.login1:hover {
	background-color: #204a93;
}

.signup1:hover {
	background-color: #072251;
}

.more1:hover {
	background-color: #204a93;
}
.custom-select {
	position: relative;
	width: 200px;
}

.custom-select select {
	appearance: none;
	width: 100%;
	padding: 10px;
	border: 2px solid #070707;
	border-radius: 8px;
	background: #fff;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	transition: all 0.3s ease;
}

.custom-select select:hover {
	border-color: #204a93;
}

.custom-select select:focus {
	border-color: #204a93;
	box-shadow: 0 0 5px rgba(185, 131, 71, 0.5);
}

.custom-select::after {
	content: "▼";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 14px;
	color: #204a93;
}
.sbox img
{
 width: 20%;
}

.sbox {
	background: #f8f9fa;
	padding: 15px;
	border-radius: 5px;
	margin-top: 20px;
}






























.all-ccrlds-cointainer {
	max-width: 100%;
	margin: auto;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.all-ccrlds-cointainer table {
	width: 100%;
	border-collapse: collapse;
}
.all-ccrlds-cointainer table  th, td {
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.all-ccrlds-cointainer table th {
	background-color: #072251;
	color: white;
}
.register-btn {
	background-color: #204a93;
	color: white;
	border: none;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.register-btn:hover {
	background-color: #072251;
}
.domain-circle {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #072251;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #204a93;
}
 /* Dropdown container */
 .dropdown-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

/* Custom styled select */
.CCltds-select {
	width: 250px;
	padding: 12px;
	border-radius: 8px;
	border: 2px solid #072251;
	background-color: white;
	font-size: 16px;
	color: #204a93;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	position: relative;
	background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%234B3A2A" d="M2 0L0 2h4zM2 5l2-2H0z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px;
}

/* Hover & Focus effects */
.CCltds-select:hover,
.CCltds-select:focus {
	border-color: #204a93;
	outline: none;
}
.title-CCtlds
{
	text-align: center; color: #204a93;
}


















.domain-manager-sidebar {
	width: 250px;
	height: 100vh;
	background: #e5e5e5;
	color: white;
	padding: 20px;
	border-radius: 10px 0 0 10px;
}
.domain-manager-sidebar h5 {
	margin-bottom: 20px;
	text-align: center;
}
.tabo-ite{
	display: flex;
	align-items: center;
	padding: 12px;
	margin-bottom: 10px;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
	color: black;
}
.tabo-ite i {
	margin-right: 10px;
	font-size: 18px;
}
.tabo-ite.active {
	background: #c7c7c7;
	font-weight: bold;
}
.custom-card {
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
	width: 100%;
}
.domain-manager-sidebar strong
{
	color: #686868;
}
.table-domain thead {
	background-color: #2c3e50;
	color: white;
}
.table-domain tbody tr:hover {
	background-color: #f4f4f4;
}
.btn-custom {
	background-color: #2c3e50;
	color: white;
}
.btn-custom:hover {
	background-color: #1a252f;
	color: white;
}
.btn-iner-ac
{
	background-color: #072251;
	color: white; 
	border-color: #072251;
}
.btn-iner-ac:hover
{
	background-color: #204a93;
	color: white;
	
	
}
.btn-renew
{
	background-color: #204a93;
	color: white;
	width: 75px;
	padding: 8px 0;
	border-color: #004e73;

}
.btn-renew:hover
{
	background-color: #072251;
	color: white;
}



@media (max-width: 575.98px){
.domain-manager-sidebar {
    width: 16%;
    height: 100vh;
    background: #e5e5e5;
    color: white;
    padding: 20px;
    border-radius: 10px 0 0 10px;
	font-size: 9px;
	z-index: 1;

}

.btn-renew
{
	background-color: #204a93;
	color: white;
	width: 75px;
	margin-top: 20px ;
	padding: 8px 0;

}
.domain-manager-sidebar span
{
	display: none;
}
.tabo-ite.active {
    background: #c7c7c7;
    font-weight: bold;
    width: 45px;
}

.gmgm .card {
    
     margin: 0 0 !important; 
}
.qaz
{
	margin: 10px 0;
}
.aszx button
{
	margin: 10px 0;
	width: 150px;
}
}
@media (min-width: 575.98px) and (max-width: 768px){
.domain-manager-sidebar {
    width: 16%;
    height: 100vh;
    background: #e5e5e5;
    color: white;
    padding: 20px;
    border-radius: 10px 0 0 10px;
	font-size: 9px;
	z-index: 1;

}

.tabo-ite.active {
    background: #c7c7c7;
    font-weight: bold;
    width: 84px;
}

.gmgm .card {
    
     margin: 0 0 !important; 
}
.qaz
{
	margin: 10px 0;
}
.aszx button
{
	margin: 10px 0;
	width: 150px;
}
}


.qwxaZ
{
	padding: 100px 0;
}

@media (min-width: 768px) and (max-width: 934px)
{
	.domain-manager-sidebar {
		width: 16%;
		height: 100vh;
		background: #e5e5e5;
		color: white;
		padding: 20px;
		border-radius: 10px 0 0 10px;
		font-size: 9px;
		z-index: 1;
	
	}
	.btn-renew
{
	background-color: #204a93;
	color: white;
	width: 75px;
	margin-top: 20px ;
	padding: 8px 0;

}
	.tabo-ite.active {
		background: #c7c7c7;
		font-weight: bold;
		width: 100%;
	}
	
	.gmgm .card {
		
		 margin: 0 0 !important; 
	}
	.qaz
	{
		margin: 10px 0;
	}
	.aszx button
	{
		margin: 10px 0;
		width: 150px;
	}
}
@media (min-width: 935px) and (max-width: 1539px)
{
	.domain-manager-sidebar {
		width: 16%;
		height: 100vh;
		background: #e5e5e5;
		color: white;
		padding: 20px;
		border-radius: 10px 0 0 10px;
		font-size: 9px;
		z-index: 1;
	
	}
	.tabo-ite.active {
		background: #c7c7c7;
		font-weight: bold;
		width: 100%;
	}
	
	.gmgm .card {
		
		 margin: 0 0 !important; 
	}

	.aszx button
	{
		margin: 10px 0;
		width: 150px;
	}
}
.custom-table {
	border: 2px solid #072251; /* Brown border */
	width: 100%;
}
.custom-table th {
	background-color: #c6d5ed; /* Beige */
	color: #072251; /* Brown */
	text-align: center;
}
.custom-table th, .custom-table td {
	border: 1px solid #072251;
	padding: 10px;
	text-align: center;
}
.pagination-btn {
	background-color: #072251;
	color: white;
	border: none;
	padding: 5px 15px;
	cursor: pointer;
	border-radius: 5px;
}
.details-link {
	color: #072251;
	text-decoration: none;
	font-weight: bold;
}












































     .acac {
            background: #072251;
            color: white;
            padding: 20px;
            border-radius: 10px;
        }
        .qgww input {
            border-radius: 50px;
        }
        .domain-details {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            height: 150px;
        }
		.acac h2
		{
			color: white;
		}
		.dqqa
		{
			background-color: #072251;
			color: white; 
			border-color: #072251;
		}
		.dqqa
		{
			background-color: #2a5fbb !important;
			color: white;
			border-color: #2a5fbb;
		}



















		.name-server {
            max-width: 700px;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            margin-top: 50px;
        }
        .name-server h2 {
            color: #072251;
            border-bottom: 2px solid #072251;
            padding-bottom: 10px;
            text-align: center;
        }
        .server-lebel {
            font-weight: bold;
        }
        .ubdate-btn {
            background-color: #072251;
            border-color: #072251;
        }
        .ubdate-btn:hover {
            background-color: #0056b3;
        }











		.contact-domain {
            max-width: 100%;
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
			
        }
        .btn-custom {
            background-color: #072251;
            color: white;
        }

































		.container-edit-table {
			margin: 53px auto;
        }
        .section-title-edit {
            font-size: 24px;
            font-weight: bold;
            color: #072251;
			text-align: center;
        }
        .custom-table-edit {
            background: white;
            border-radius: 5px;
            padding: 15px;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
			display: flex
;
    width: 100%;
    justify-content: center;
        }
        .table-edit th {
            background-color: #b7c7e2; /* Beige */
            color: #072251;
			text-align: center;
        }
        .edit-btn {
            background-color: #D9534F;
            color: white;
            border: none;
            padding: 5px 10px;
            border-radius: 5px;
            cursor: pointer;
            float: right;
        }
        .edit-btn:hover {
            background-color: #C9302C;
        }
		.table-edit{
			width: 100%;
		}































		.container-docs {
            margin-top: 50px;
        }
        .section-title-docs {
            font-size: 26px;
            font-weight: bold;
            color: #072251;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .glass-box-docs {
            background: rgba(255, 255, 255, 0.4);
            border-radius: 15px;
            padding: 20px;
            backdrop-filter: blur(10px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: 0.3s;
        }
        .glass-box-docs:hover {
            transform: translateY(-5px);
        }
        .document-card-docs {
            background: rgba(255, 255, 255, 0.6);
            border-radius: 10px;
            padding: 12px;
            display: flex;
            align-items: center;
            transition: 0.3s;
            margin-bottom: 10px;
        }
        .document-card-docs:hover {
            background: rgba(255, 255, 255, 0.9);
            transform: scale(1.03);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
        }
        .document-card-docs img {
            width: 30px;
            margin-right: 10px;
        }
        .document-card-docs a {
            text-decoration: none;
            color: #444;
            font-weight: bold;
        }
        .document-card-docs a:hover {
            color: #072251;
        }
        .btn-modern {
            background: #0073b1;
            color: white;
            padding: 10px 20px;
            border-radius: 10px;
            border: none;
            font-weight: bold;
            text-transform: uppercase;
            transition: 0.3s;
        }
        .btn-modern:hover {
            background: #0073b1;
            transform: scale(1.05);
        }
        .folder-img {
            width: 170px;
            animation: fadeIn 1.2s ease-in-out;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }











.tags-video

{

margin-left:
20%;

width:
800px;

height:
500px;

border-radius:
35px;

}

	

		@media (max-width: 575.98px) {
		.tags-video{
			height: 200px;
			width: 300px;
			margin: auto;
			display: flex;
		}
		
		}
		@media (max-width: 768px) and  (min-width: 576px)
		{
			.tags-video {
				margin: auto;
				width: 600px;
				height: 365px;
				display: flex;
			}
		}
		@media (min-width: 720px) and (max-width: 1023px) { 
		
			.tags-video {
			    margin-left: 5%;
    width: 600px;
    height: 365px;
			}
		
		}
		@media(min-width: 1024px) and (max-width: 1365px) {
			.tags-video{

				width: 600px;
				height: 365px;
				border-radius: 35px;
			
				margin-top: 20%;
				margin-left: 0;

			}
}





.news1 img
{
	border-radius: 25px;
}
.news2 img
{
	border-radius: 25px;
}



.circle12312 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b98347; /* Optional border */
}

.circle12312 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%; /* Ensures the image itself is round */
}






.table-container1 {
    max-width: 700px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.table1 th {
    background-color: #072251;
    color: white;
    text-align: center;
}
.table1 tbody tr td
{
    text-align: left;
}
.table1 tr:hover {
            background-color: #f1f1f1;
        }






		.form-group-for-name-server {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .form-group-for-name-server label {
            width: 50px;
            font-weight: bold;
        }
        .form-group-for-name-server input {
            flex-grow: 1;
            padding: 5px;
        }
        .dns-link {
            margin-left: 10px;
            font-size: 0.9rem;
        }
        .btn-for-name-server {
            width: 100%;
        }
        .form-control-if-there-dns {
    display: block;
    width: 60%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}
        .form-control-if-there-not {
    display: block;
    width: 60%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}
.container-for-name-server{
	max-width: 600px;
	margin: 50px auto;
	padding: 20px;
	background: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
.width-for-name-server-form-control
{
	width: 100%;
}













.table-for-dns {
	width: 100%;
}
.table-for-dns th, td {
	padding: 8px;
	text-align: center;
	border: 1px solid #dee2e6;
}
.btn-for-dns {
	background-color: #072251;
	color: white;
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
}
.btn-for-dns:hover {
	background-color: #007bff;
}
.btn-domain-order
{
	width: 150px;
	margin: 20px 0;
}
.domain-order .domain-table
{
overflow: scroll;
}








.payment-container {
	max-width: 100%;
	margin: 50px auto;
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-payment{
	background-color: #072251;
	color: white;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	border-radius: 8px 8px 0 0;
}
.payment-info {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #ddd;
	background: #fafafa;
	border-radius: 8px;
	
}
.success-message {
	color: #28a745;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.success-message table {
	width: 100%;
	margin-top: 10px;
}
.success-message table th, table td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	width: 33%;
}
.text-payment-method
{
	text-align: center;
}


.aszx .btn
{
	width: 150px;
	margin: 5px 0;
}


.container-documanets {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	margin: 40px auto;
}
.header-title-decumanets {
	color: #204a93;
	font-weight: bold; 
	text-align: center;
}
.container-documanets .table th, .table td {
	vertical-align: middle;
}
.container-documanets .upload-btn {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.container-documanets .upload-btn:hover {
	background-color: #e9ecef;
}
.container-documanets .delete-icon {
	color: #072251;
	cursor: pointer;
}
.container-documanets .delete-icon:hover {
	color: #204a93;
}
.container-documanets .btn-primary {
	background-color: #072251;
	border-color: #072251;
}
.container-documanets .btn-primary:hover {
	background-color: #204a93;
}
.text-muted-decumanets {
	text-align: center;
	
}





/*malotaibi*/
.btn-remove {
	background-color: red;
	color: white;
	border: none;
	padding: 6px 12px;
	border-radius: 6px;
	cursor: pointer;
}
.btn-remove:hover {
	background-color: #21ffbb;
	color: white;
}

.result .entypo-check:before{color:#090 !important;}
.result .entypo-cancel:before{color:#C00 !important;;}












.pagedemo{border:1px solid #8A5404;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;margin:2px auto;text-align:center;}
.jPaginate{height:34px;position:relative;color:#a5a5a5;font-size:small;display:inline-block;margin-left:auto;margin-right:auto;padding-right:61px;z-index:1;width:85%!important;}
.jPaginate a{line-height:15px;height:18px;cursor:pointer;padding:2px 5px;margin:2px;float:left;font-weight:bold;}
.jPag-control-back{position:absolute;left:0px;}
.jPag-control-front{position:absolute;top:0px;width:63px;left:846px !important;}
.jPaginate span{cursor:pointer;}
ul.jPag-pages{float:left;list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
ul.jPag-pages li{display:inline;float:left;padding:0px;margin:0px;}
ul.jPag-pages li a{float:left;padding:2px 5px;color:#F2ECD2;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#8A5821', EndColorStr='#241910');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#8A5821', EndColorStr='#241910')";background-image:-ms-linear-gradient(top, #8A5821 0%, #241910 100%);background-image:-moz-linear-gradient(top, #8A5821 0%, #241910 100%);background-image:-o-linear-gradient(top, #8A5821 0%, #241910 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #8A5821), color-stop(1, #241910));background-image:-webkit-linear-gradient(top, #8A5821 0%, #241910 100%);background-image:linear-gradient(to bottom, #8A5821 0%, #241910 100%);border:1px solid #8A5404;}
.jPag-first ,.jPag-last{color:#F2ECD2;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#8A5821', EndColorStr='#241910');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#8A5821', EndColorStr='#241910')";background-image:-ms-linear-gradient(top, #8A5821 0%, #241910 100%);background-image:-moz-linear-gradient(top, #8A5821 0%, #241910 100%);background-image:-o-linear-gradient(top, #8A5821 0%, #241910 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #8A5821), color-stop(1, #241910));background-image:-webkit-linear-gradient(top, #8A5821 0%, #241910 100%);background-image:linear-gradient(to bottom, #8A5821 0%, #241910 100%);border:1px solid #8A5404;}
span.jPag-current{cursor:default;font-weight:normal;line-height:15px;height:18px;padding:2px 5px;margin:2px;float:left;border:1px solid #4C2B00;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;color:#777;}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img{height:22px;margin:2px;float:left;line-height:18px;color:#633B00;}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img{margin:2px 0px 2px 2px;font-size:12px;font-weight:bold;width:10px;}
ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img{margin:2px 2px 2px 0px;font-size:12px;font-weight:bold;width:10px;}
span.jPag-sprevious,
span.jPag-sprevious-img{margin:2px 0px 2px 2px;font-size:18px;width:15px;text-align:right;}
span.jPag-snext,
span.jPag-snext-img{margin:2px 2px 2px 0px;font-size:18px;width:15px;text-align:right;}
ul.jPag-pages li span.jPag-previous-img{background:transparent url(../images/previous.png) no-repeat center right;}
ul.jPag-pages li span.jPag-next-img{background:transparent url(../images/next.png) no-repeat center left;}
span.jPag-sprevious-img{background:transparent url(../images/sprevious.png) no-repeat center right;}
span.jPag-snext-img{background:transparent url(../images/snext.png) no-repeat center left;}
/*.fieldRow1 input[type="text"], input[type="password"]{border:1px solid #DFDED9;border-radius:4px;height:35px;width:84%;}*/
.x input{display:inline-table;float:right;margin-right:7px !important;width:85px;}


.hidden-attr{
    display:none;
}



.all-cert
{
	display: flex
	;
		flex-wrap: wrap;
		justify-content: center;
	
}





.a-link-new

{

color: white;

text-decoration: 
none;

margin-top: 
2%;

/*margin-left:
38.5%;*/


}

.a-link-new:hover

{

color: #007bff;


transition: 
all 0.3s 
ease;



}

.boxx {
  display: inline-flex !important;
  align-items: center;
}

.align-div {
  justify-content: flex-start; /* left */
}







