/*------------------------------------------------------------------
 * Theme Name: Azure
 -------------------------------------------------------------------*/


/*------------------------------------------------------------------
	1. General Styles
-------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

* {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


*:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*------------------------------------------------------------------
	3. megamenu Styles
-------------------------------------------------------------------*/

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
  position: static;
  -webkit-transition: all 0.0s ease-in-out;
	-moz-transition: all 0.0s ease-in-out;
	-o-transition: all 0.0s ease-in-out;
	-ms-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
}

.megamenu .container {
  position: relative;
	-webkit-transition: all 0.0s ease-in-out;
	-moz-transition: all 0.0s ease-in-out;
	-o-transition: all 0.0s ease-in-out;
	-ms-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
}

.megamenu .dropdown-menu {
  left: auto;
	-webkit-transition: all 0.0s ease-in-out;
	-moz-transition: all 0.0s ease-in-out;
	-o-transition: all 0.0s ease-in-out;
	-ms-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
}

.megamenu .megamenu-content {
  padding: 15px;
	-webkit-transition: all 0.0s ease-in-out;
	-moz-transition: all 0.0s ease-in-out;
	-o-transition: all 0.0s ease-in-out;
	-ms-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
}

.megamenu .megamenu-content h3 {
  margin-top: 0;
  color: #428bca;
  font-size: 18px;
	-webkit-transition: all 0.0s ease-in-out;
	-moz-transition: all 0.0s ease-in-out;
	-o-transition: all 0.0s ease-in-out;
	-ms-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
	-webkit-transition: all 0.0s ease-in-out;
	-moz-transition: all 0.0s ease-in-out;
	-o-transition: all 0.0s ease-in-out;
	-ms-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
}

.megamenucontainpadding{
	padding:15px 20px;
	
}

.banner-jpmbp{
	text-align:center;
}

.banner-jpmbp img{
	width:100%;
}


/*------------------------------------------------------------------
	5. header Styles
-------------------------------------------------------------------*/

@media (min-width: 768px) {
.navbar-right .dropdown-menu {
	right: auto;
	left: auto;
}

.navbar-right .login-areadwn{
	right: 0 !important;
}


}

header {
	position: relative;
	height: 640px;
	background: #082031;
	background: -moz-linear-gradient(top, #082031 0%, #0e2c40 100%);
	background: -webkit-linear-gradient(top, #082031 0%,#0e2c40 100%);
	background: linear-gradient(to bottom, #082031 0%,#0e2c40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#082031', endColorstr='#0e2c40',GradientType=0 );
	-webkit-box-shadow: inset 2px 82px 178px 21px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: inset 2px 82px 178px 21px rgba(0, 0, 0, 0.48);
	box-shadow: inset 2px 82px 178px 21px rgba(0, 0, 0, 0.48);
}

.not-index-header {
	height: auto;
	min-height:50px;
}

.not-index-header:after {
	display:none;
}
.not-index-header .navbar {
	z-index: 2;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

/*------------------------------------------------------------------
	8. nav Styles
-------------------------------------------------------------------*/

@media (min-width: 768px) {
.main-nav .navbar-right>li>a {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 13px 25px;
	position:relative;
}

.main-nav .navbar-right>li>a:hover,.main-nav .navbar-right>li>a:focus,.main-nav .navbar-right>li>a:active  {
	color: #fff;
	background: rgba(1, 8, 12, 0.35) ;
}

/*------------------------------------------------------------------
	10. domain search Styles
-------------------------------------------------------------------*/

.domain-section{
	padding: 30px 0;
	text-align: center;
	z-index: 99;
	position: relative;
}

.domain-section .big-title{
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 200;
}

.domain-section .head-light-title{
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	line-height: 65px;
	margin-bottom: 20px;
}
.domain-section .head-light-title>span{
	font-weight:300;
}

.domain-section .big-title>span{
	font-weight: 400;
}

#domain-search{
	margin: 105px auto;
	max-width: 790px;
	position: relative;
}

#domain-search:hover{
	max-width: 820px;
}

#domain-search input[type="text"] {
	height: 53px;
	width: 100%;
	border: 0;
	border-radius: 58px;
	padding: 5px 30px;
	font-size: 14px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.7);
	z-index: 2;
	position: relative;
}

#domain-search select{
	z-index: 5;
	position: absolute;
	top: 4px;
	height: 45px;
	right: 57px;
	padding: 0 25px;
	font-size: 15px;
	border: 0;
	background: rgba(207, 211, 212, 0.47);
	color: #8f9a9c;
	border-radius: 60px;
}

#domain-search .select2-container{
	width: auto !important;
	z-index: 5;
	position: absolute;
	top: 4px;
	height: 45px;
	right: 57px;
	padding: 0 25px;
	font-size: 15px;
	border: 0;
	background: rgba(207, 211, 212, 0.47);
	color: #8f9a9c;
	border-radius: 60px;
}

#domain-search .select2-container--default .select2-selection--single {
	border: 0;
	background: 0;
	height: 45px;
	line-height: 45px;
}
#domain-search  .select2-container--default .select2-selection--single .select2-selection__rendered {
	border: 0;
	line-height: 44px;
}

#domain-search  .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}

#domain-search select:focus {
	outline: none;
}

#domain-search:after {
	content: '';
	width: 81px;
	height: 79px;
	background: url(../img/spacer.png) no-repeat top center;
	position: absolute;
	left: 28px;
	top: -76px;
	z-index: 1;
}

#domain-search input[type="text"]:focus {
	outline: none;
}


#domain-search button {
	position: absolute;
	right: 5px;
	top: 3.5px;
	background: rgb(38,182,223);
	background: -moz-linear-gradient(top, rgba(38,182,223,1) 0%, rgba(0,173,221,1) 100%);
	background: -webkit-linear-gradient(top, rgba(38,182,223,1) 0%,rgba(0,173,221,1) 100%);
	background: linear-gradient(to bottom, rgba(38,182,223,1) 0%,rgba(0,173,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b6df', endColorstr='#00addd',GradientType=0 );
	border: 0;
	color: #fff;
	height: 46px;
	border-radius: 90px;
	width: 46px;
	opacity: 0.7;
	z-index: 3;
}


#domain-search button:focus {
	outline: none;
}

#domain-search button:hover {
	opacity: 1;
}

#domain-search button>img {
	width: 30px;
}

/*------------------------------------------------------------------
	19. domain search page Styles
-------------------------------------------------------------------*/

.domain-section-non-index{
	padding: 80px 0 0 0;
	text-align: center;
}

.domain-section-non-index h5{
	font-size: 30px;
	font-weight: bold;
	color: #05253a;
}

.domain-section-non-index h5>span{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 15px;
	margin-top: 5px;
	text-transform: capitalize;
	color: rgba(5, 37, 58, 0.67);
}

.non-index-serch:after {
	display:none;
}


.non-index-serch input[type="text"] {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #ebedf1  !important;
}

.non-index-serch {
	margin: 50px auto !important;
	margin-bottom: 0 !important;
}

.control-group {
	text-align: center;
	padding: 30px;
	width: 100%;
	margin: 10px;
}
.control {
	 display: -webkit-inline-box;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 18px;
	margin-right: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}


.domain-search-error{
	text-align: center;
	padding: 10px 0 30px 0;
}

.domain-search-error .titte-error-domain h5{
	font-size: 30px;
	color: #F44336;
}

.domain-search-error .titte-error-domain h5>span{
	text-transform: lowercase;
}

.domain-search-error .titte-error-domain p{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 15px;
	margin-top: 5px;
	text-transform: lowercase;
	color: rgba(5, 37, 58, 0.69);
}

.domain-search-error .titte-error-domain p>b{
	color: #55686d;
}

.domain-search-error .suggestion-domains{
	margin: 30px 200px;
	border: 1px solid #f3f3f3;
	padding: 30px;
	border-radius: 8px;
}

.domain-search-error .suggestion-domains h5{
	text-align: left;
	margin-top: 0;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 25px;
}

.domain-search-error .suggestion-domains p{
	margin: 0 10px;
	border-bottom: 1px solid #e5ebef;
	padding: 10px;
}

.domain-search-error .suggestion-domains p:hover{
	background: rgba(229, 235, 239, 0.21);
}

.domain-search-error .suggestion-domains p>span{
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 15px;
	text-transform: lowercase;
	color: rgba(5, 37, 58, 0.69);
	margin-top: 7px;
}

.domain-search-error .suggestion-domains p>span{
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 15px;
	text-transform: lowercase;
	color: rgba(5, 37, 58, 0.69);
	margin-top: 7px;
}

.domain-search-error .suggestion-domains p>a{
	float: right;
	color: #4CAF50;
	border: 2px solid #4CAF50;
	padding: 5px 29px;
	border-radius: 35px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 21px;
	font-weight: bold;
	font-size: 13px;
}

.domain-search-error .suggestion-domains p>a:hover{
	background: #4CAF50;
	color: #fff;
	border: 2px solid #4CAF50;
	text-decoration: none;
}

.domain-search-info-plus{
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #f3f5f7 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#f3f5f7 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%,#f3f5f7 100%);
	padding: 30px 0;
}

.domain-search-info-plus h5 {
	font-weight: bold;
	font-size: 30px;
	position: relative;
	text-align: center;
}

.domain-search-info-plus h5>span{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 17px;
	text-transform: lowercase;
	color: rgba(5, 37, 58, 0.59);
	display: block;
}

.domain-search-info-plus h5:after{
	content: '+';
	position: absolute;
	right: -30px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	color: #cad2da;
	top: 13px;
}

.domain-search-info-plus .thelast:after{
	content: '=';
	position: absolute;
	right: -18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	color: #cad2da;
	top: 13px;
}


.domain-search-info-plus h4{
	font-weight: bold;
	font-size: 40px;
	position: relative;
	color: #4caf50;
	text-align: center;
}

.domain-search-info-plus h4>span{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 17px;
	text-transform: lowercase;
	color: rgba(5, 37, 58, 0.59);
	margin-top: -12px;
	display: block;
}

.domain-search-info-plus h4>b{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 15px;
	text-transform: lowercase;
	color: rgba(5, 37, 58, 0.59);
	margin-left: 9px;
}

.services-fetures-page{
	padding: 100px 0;
	border-top: 1px solid #f4f4f5;
}


.info-sec-serv-fet h5 {
	font-weight: bold;
	font-size: 30px;
	color: #05253a;
	margin-bottom: 50px;
}

.info-sec-serv-fet h5>span {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 15px;
	margin-top: 5px;
	text-transform: capitalize;
	color: rgba(5, 37, 58, 0.67);
	margin-left:0
}

.info-sec-serv-fet p {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 13.5px;
	margin-top: 5px;
	text-transform: capitalize;
	color: rgba(5, 37, 58, 0.46);
	padding: 1px 10px;
}

.info-sec-serv-fet p>i {
	color: #8BC34A;
	font-size: 15px;
	margin-right: 8px;
}
.info-sec-serv-fet span {
	display: block;
	margin-top: 30px;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 15px;
}

/*------------------------------------------------------------------
	20. 404 not found page Styles
-------------------------------------------------------------------*/

.not-found{
	text-align: center;
	padding: 70px 0;
	background: #f6f6f6;
}

.not-found img{
	width: 100%;
	max-width: 628px
}

.not-found h1{
	font-size: 130px;
	margin-top: -120px;
}

.not-found h1{
	font-size: 130px;
	margin-top: -120px;
}

.not-found h1>span{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 17px;
	margin-top: 7px;
	opacity: 0.5;
	text-transform: none;
}

/*------------------------------------------------------------------
	THE END
-------------------------------------------------------------------*/