/*
    Theme Name: easydns
    Theme URL: 
	Description: 
	Author: 
	Author URI:
	Version: 3.0
*/
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

.clear {
  clear: both;
}

body {
  color: #111A27B3;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

p {
  color: #111A27B3;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}




/* ----- header------- */

header {
  padding: 25px 0;
}

.nav-link.login,.wp-block-loginout, .loginbtn,  .logoutbtn{
  padding: 10px 26px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  background: #E40303;
  color: #fff;
  margin-left: 20px;
}

.nav-link.login:hover,.wp-block-loginout:hover, .nav li.loginbtn:hover, .nav li.logoutbtn:hover{
  background: #004990;
  color: #fff;
}
.nav-link.login:hover,.wp-block-loginout:hover, .nav li.loginbtn a:hover, .nav li.logoutbtn a:hover
	{  color: #fff;}
.wp-block-loginout a,.nav li.loginbtn a,.nav li.logoutbtn a{  color: #fff; text-decoration:none}

.nav {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 16px;
}

.nav li a {
  color: #000;
  font-weight: 500;
  padding: 8px 25px;
  text-decoration: none;
}

.nav li a:hover {
  color: #004990;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


/* ----- header------- */



/* ----- banner------- */




.banner {
  background: #F8FBFF;
  padding: 140px 0;
  text-align: center;
}

.banner h1 {
  color: #004990;
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner h3 {
  color: #004990;
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 300;
}


/* ----- banner------- */


/* ----- btns_secs------- */

.yellow_sec {
  background: #F2D719;
  padding: 20px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
}

.green_sec {
  background: #90BF3F;
  padding: 20px;
}

.btns_secs_inner {
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

.btns_secs_title {
  font-size: 19px;
  font-weight: 600;
  margin: 0;
  width: 100%;
  padding: 0 10px;
}

.btns_secs_inner a {
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 10px;
  width: 43%;
  text-align: center;
}

.btns_secs_inner a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ----- btns_secs------- */


/* ----- footer------- */

 
.footersec p{
  background: #004990;
  text-align: center;
  padding: 20px 0;
  color:#FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.footersec p a{
	text-decoration:none;
	color:grey;
}

/* ----- footer------- */



/* ----- banner_sub------- */


.banner_sub {
  background: #F8FBFF;
  padding: 50px 0;
  text-align: center;
}

.banner_sub h1 {
  color: #004990;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
}

.form_sec {
  width: 100%;
  padding: 80px 0;
}

.form-group input,
.form-group textarea {
  padding: 14px 18px;
  font-size: 18px;
  color: #464646;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.form-group {
  margin: 0 0 30px;
}

.submit_btn button {
  border: none;
  background: #90BF3F;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 13px 25px;
  border-radius: 5px;
}

.submit_btn button:hover {
  background: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



/* ----- banner_sub------- */


.nav-link:focus, .nav-link:hover {
  color: #fff!important;
}



#gform_1 input, #gform_3 input {
  display: block;
  width: 100%;
  padding: 14px 18px;
  font-size: 18px;
  color: #464646;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#gform_1 .gfield_label , #gform_3 .gfield_label {
  width: 100%;
  text-align: left;
  margin-top: 10px;
 font-family: 'Poppins', sans-serif;
 font-weight: 600;
}
#gform_1 .ginput_container, #gform_3 .ginput_container  {
  width: 100%;
}
#gform_1 #gform_submit_button_1, #gform_3 #gform_submit_button_3 {
  border: none;
  background: #90BF3F;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 13px 25px;
  border-radius: 5px;
  width: auto;
}

#gform_1 #gform_submit_button_1:hover, #gform_3 #gform_submit_button_3:hover {
  background: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#gform_1 .gform_footer.right_label, #gform_3 .gform_footer.right_label {
  padding: 30px 0 0 !important;
  justify-content: center;
}
#gform_1 select, #gform_3 select {
  display: block;
  width: 100%;
  padding: 14px 18px;
  font-size: 18px;
  color: #464646;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#gform_1 input:focus,
#gform_1 input:focus-within,
#gform_3 input:focus,
#gform_3 input:focus-within {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
figure {
  margin: 0 0 0em!important;
}


.align-items-center {
	align-items: center !important;
	justify-content: center;
}

.content h1 a {
	text-decoration: none;
	color: #443b3b;
}
.paragraph-p2 {
	text-align: center;
}

.wpum-action-links{display:none;}
.wpum-login-form {
	max-width: 600px;
	margin: 0 auto;
}

.gform_button {
	background: #004990;
	color: #fff;
	padding: 10;
	border: none;
	border-radius: 5px;
}

a.elementor-register{display:none}