@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';

/*Reset Css Start*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear:both;
}

.uper-case{
	text-transform:uppercase;
}

.search-result-header{
	background:none;
}

.search-result-header h4{
	border-bottom:#333 solid 1px;
	padding-bottom:30px;
}

/*Reset Css End*/

/***********TEXT COLOR START***********/ 

.light-text-color{ 
 color:#ffffff; 
} 

.medium-text-color{ 
 color:#cfcfcf; 
} 

.dark-text-color{ 
 color:#666666; 
}

.semi-text-color{
	color:rgb(58,162,13);
}

.semi2-text-color{
	color:rgb(237,61,74);
}

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

/***********TEXT COLOR END**********/ 


/***********BACKGROUND COLOR START***********/ 

.light-background-color{ 
 background:#ffffff; 
} 

.medium-background-color{ 
 background:#efefef!important; 
} 

.dark-background-color{ 
 background:#666666; 
} 

/***********BACKGROUND COLOR END***********/

.upper-case{
	text-transform:uppercase;
}

.bottom-margin{
	margin-bottom:30px;
}

#full-width-contener{
	width:100%;
	background:#ffffff;
	margin:0 auto;
}

#header{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

.box-contener{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

.box-contener-top-bottom-padding{
	padding:60px 0;
}

.hero-text-contener{
	width:100%;
	text-align:center;
}

.domain-search-box{
	border:#efefef solid 1px;
	font-size:16px;
	padding:10px;
	
}

#search-bar ul li a{
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.main-navigation{
	width:100%;
	background:rgb(247,245,245);
}

#navigation-holder{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}



@media all and (max-width:1025px){

nav ul li {
    padding: 68px 6.5px 15px!important;
}

}

@media all and ( min-width: 981px ){

#logo{
	float:left;
	width:30%;
}

#search-bar{
	width:60%;
	float:right;
	text-align:right;
	margin-top:9px;
}

#search-bar ul li{
	margin:12px 0;
	float:right;
}

#search-bar ul li input{
	display:inline;
}

#search-bar ul li .searchbutton{
	background:#00bdf3;
	padding:5px 10px;
	border:none;
	font-size:16px;
	color:#FFFFFF;
	cursor:pointer;
}

nav a {
    position: relative;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #000;
	
}

nav ul li {
	float: left;
	border-left: #e7e7e7 solid 1px;
	padding: 68px 18.9px 15px;
	width: 132.2px;
	text-align: center;
	height: 31px;
	line-height:0.9em;
}

nav ul li:last-child {
	border-right: #e7e7e7 solid 1px;
}


ul.submenu{
	border-top: 4px solid rgb(0, 0, 0);
	width: 250px;
	position:absolute;
	z-index:99999999999;
}

ul.dropdown-one-line{
    margin:32px 0px 0px -21px!important;
}

ul.dropdown-two-line{
    margin:32px 0px 0px -21px!important;
}

ul.submenu li{
    padding:7px 0px;
	width:100%;
	border:none;
	background:#efefef;
	border-bottom:#ffffff solid 1px;
}


.cl-effect-12 a::before,
.cl-effect-12 a::after {
	position: absolute;
	top:-10px;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
	
}

.cl-effect-12 a::after {
	width: 80px;
	height: 80px;
	border-width: 4px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

ul.submenu  a:hover::before,
ul.submenu  a:hover::after,
ul.submenu  a:focus::before,
ul.submenu  a:focus::after {
	opacity: 0;
	-webkit-transform:none;
	-moz-transform: none;
	transform:none;
}

.about-icon{
	background-image:url(../images/about-icon.png);
	background-repeat:no-repeat;
	background-position:center 25px;
	background-size:35px;
}

.registration-icon{
	background-image:url(../images/registration-icon.png);
	background-repeat:no-repeat;
	background-position:center 25px;
	background-size:35px;
}

.dispute-icon{
	background-image:url(../images/domain-dispute-icon.png);
	background-repeat:no-repeat;
	background-position:center 25px;
	background-size:35px;
}

.policies-icon{
	background-image:url(../images/policies-agreements-icon.png);
	background-repeat:no-repeat;
	background-position:center 25px;
	background-size:35px;
}

.announcements-icon{
	background-image:url(../images/announcements-icon.png);
	background-repeat:no-repeat;
	background-position:center 25px;
	background-size:35px;
}

.registrar-icon{
	background-image:url(../images/be-our-registrar-icon.png);
	background-repeat:no-repeat;
	background-position:center 25px;
	background-size:35px;
}

.faq-icon{
	background-image:url(../images/faq-icon.png);
	background-repeat:no-repeat;
	background-position:center 25px;
	background-size:35px;
}

.toggle-button{
	display:none;
}

.hero-image{
	width:100%;
	background-image:url(../images/hero-image.jpg);
	background-position:top center;
	background-size:cover;
	border-bottom:rgb(245,168,66) solid 25px;
}

.about-hero-image{
	width:100%;
	background-image:url(../images/about-hero.jpg);
	background-position:top center;
	background-size:cover;
	border-bottom:rgb(245,168,66) solid 25px;
}

ul.hero-search-box li{
	display: inline-table;
	margin:0px;
	padding:0px;
	
}

ul.hero-search-box {
	width: 614px;
	margin: 25px auto 25px;
	background:#ffffff;
}

ul.hero-search-box li:first-child input{
	border:none;
	padding:15px 10px;
	font-size:16px;
	width:430px;
}

ul.hero-search-box li select{
	-moz-appearance: none;
 	-webkit-appearance: none;
 	appearance: none;
 	font-size:16px;
 	background: transparent url('example.png') no-repeat right center;
 	padding:15px 10px;
 	border: none;
	border-left:#efefef solid 1px;
}

ul.hero-search-box li:last-child input{
	border:none;
	padding:15px 10px;
	font-size:16px;
}

.mobile-hero-image{
	display:none;
}

.h4-width {
    width: 52%;
    margin: 0px auto;
}

.three-col-one{
	float:left;
	width:379px;
	margin-right:30px;
}

.last{
	margin-right:0px!important;
}

.three-col-announcements{
	border:rgba(36,63,118,0.5) solid 1px;
	padding:35px 10px;
	text-align:center;
	width:169px;
	float:left;
	position:relative;
	margin-right: 10px;
	margin-bottom: 10px;
	background:rgb(247,245,245);
}

.three-col-announcements:hover{
	background:rgb(36,63,118);
	color:#FFFFFF!important;
}

.three-col-announcements p:first-child{
	margin-bottom:20px;
	font-weight:600;
}

.three-col-announcements:hover a{
	color:#FFFFFF!important;
}



.three-col-announcements p a{
	color:#000000;
	text-transform:none;
}

.announcement-lable{
	position:absolute;
	right:0px;
	top:0px;
	padding:13px 15px;
	background:rgb(86,158,214);
	color:#FFFFFF;
}

.two-col{
	width: 552px;
	float: left;
	margin-right: 24px;
	border:#efefef solid 1px;
	margin-bottom: 24px;
	padding: 17px;
}

.full-width-two-col-padding-none{
	width:50%!important;
	padding:0px!important;
}

.full-width-two-col-padding-none iframe{
	width:100%;
	height:600px;
}

.full-width-two-col{
	width:40%;
	float:left;
	padding:5%;
}

}

@media all and ( max-width: 980px ) {

ul.dropdown-one-line li a{
	text-decoration:none;
	color:#000000;
}

.full-width-two-col-padding-none iframe{
	width:100%;
	height:300px;
}

.full-width-two-col-padding-none{
	width:100%!important;
	padding:0px!important;
}

.full-width-two-col{
	width:90%;
	float:none;
	padding:5%;
	display: block;
}


.two-col{
	width: 80%;
	margin:0 auto;
	border:#efefef solid 1px;
	margin-bottom: 24px;
	padding: 17px;
}

h4{ 
 font-size:20px; 
 line-height:33px; 
}

.three-col-one{
	float:left;
	width:100%;
	margin-bottom:40px;
}

.announcement-lable{
	position:absolute;
	right:0px;
	top:0px;
	padding:13px 15px;
	background:rgb(86,158,214);
	color:#FFFFFF;
}


.three-col-announcements p:first-child{
	margin-bottom:20px;
	font-weight:600;
}

.three-col-announcements{
	border:rgb(36,63,118) solid 1px;
	padding:10%;
	width:70%;
	position:relative;
	margin:0 auto 20px;
	text-align:center;
}

.three-col-announcements:hover{
	background:rgb(36,63,118);
	color:#FFFFFF;
}

.three-col-announcements:hover a{
	color:#FFFFFF!important;
}



.three-col-announcements p a{
	color:#000000;
	text-transform:none;
}



.h4-width {
    margin:15px auto;
	line-height:1.3em;
	width:95%;
}

.hero-text-contener h1{
	margin-bottom:15px;
}

.mobile-hero-image{
	width:100%;
	margin-bottom:35px;
}

.mobile-hero-image img{
	width:100%;
}


h1{ 
 font-size:25px; 
 line-height:30px;
 font-weight:400;
}

h2{
	font-size:23px;
	line-height:28px;
	font-weight:400;
	margin-bottom:15px;
}

p{
	line-height:1.2em;
}

.mobile-dark-text-color{
	color:#666666;
}

#header {
    padding: 10px 0 0px;
}

#logo{
	float:none;
	width:75%;
	text-align:left;
	padding-left:20px;
}

#search-bar{
	width:100%;
	float:none;
	text-align:center;
	background: #efefef;
    padding:17px 0;
}

#search-bar ul li .searchbutton{
	background:#00bdf3;
	padding:5px 10px;
	border:none;
	font-size:16px;
	color:#FFFFFF;
	cursor:pointer;
}

.main-navigation{
	display:none;
}

.domain-search-box {
    width: 65%;
}

.about-icon{
	background-image:url(../images/about-icon.png);
	background-repeat: no-repeat;
	background-position: 24px 4px;
	background-size: 35px;
	padding: 12px 0px 15px 70px;
	border-bottom: #fff solid 1px;
}

.registration-icon{
	background-image:url(../images/registration-icon.png);
	background-repeat: no-repeat;
	background-position: 24px 4px;
	background-size: 35px;
	padding: 12px 0px 15px 70px;
	border-bottom: #fff solid 1px;
}


.dispute-icon{
	background-image:url(../images/domain-dispute-icon.png);
	background-repeat: no-repeat;
	background-position: 24px 4px;
	background-size: 35px;
	padding: 12px 0px 15px 70px;
	border-bottom: #fff solid 1px;
}

.policies-icon{
	background-image:url(../images/policies-agreements-icon.png);
	background-repeat: no-repeat;
	background-position: 24px 4px;
	background-size: 35px;
	padding: 12px 0px 15px 70px;
	border-bottom: #fff solid 1px;
}

.announcements-icon{
	background-image:url(../images/announcements-icon.png);
	background-repeat: no-repeat;
	background-position: 24px 4px;
	background-size: 35px;
	padding: 12px 0px 15px 70px;
	border-bottom: #fff solid 1px;
}

.registrar-icon{
	background-image:url(../images/be-our-registrar-icon.png);
	background-repeat: no-repeat;
	background-position: 24px 4px;
	background-size: 35px;
	padding: 12px 0px 15px 70px;
	border-bottom: #fff solid 1px;
}

.faq-icon{
	background-image:url(../images/faq-icon.png);
	background-repeat: no-repeat;
	background-position: 24px 4px;
	background-size: 35px;
	padding: 12px 0px 15px 70px;
	border-bottom: #fff solid 1px;
}

.toggle-button{
    position: absolute;
    top: 20px;
    right: 20px;
	cursor:pointer;
}

nav ul li {
   padding: 13px 0px 15px 69px !important;
}

ul.nav li a{
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
}

ul.nav li ul{
	margin-top:20px;
	width:90%;
}

ul.nav li ul li:first-child{
	
	border-top: #fff solid 1px!important;
}

ul.nav li ul li:last-child{
	
	border-top:none!important;
}

ul.nav li ul li{
	padding:13px 0px 15px 13px !important;
	border-bottom: #fff solid 1px;
}


ul.hero-search-box li:first-child input{
	border:none;
	padding:15px 10px;
	font-size:16px;
	width:80%;
	border:#efefef solid 1px;
	text-align:center;
	margin-bottom:10px;
}

ul.hero-search-box li select{
	-moz-appearance: none;
 	-webkit-appearance: none;
 	appearance: none;
 	font-size:16px;
 	background: transparent url('example.png') no-repeat right center;
 	padding:15px 10px;
 	border: none;
	border:#efefef solid 1px;
	width:158px;
	text-align:center;
	margin-bottom:10px;
}

ul.hero-search-box li:last-child input{
	border:none;
	padding:15px 10px;
	font-size:16px;
}



}



@media only screen  and (min-width : 1824px) {

/*Define styles for basic elements:  body, h1, h2, h3, h4, h5, h6, ul, ol, a, p, etc.*/
h1{ 
 font-size:40px!important; 
 line-height:46px!important;
 font-weight:400!important;
} 

h2{ 
 font-size:32px!important; 
 line-height:38px!important; 
} 

h3{ 
 font-size:27px!important; 
 line-height:33px!important; 
} 

h4{ 
 font-size:21px!important; 
 line-height:27px!important; 
} 

h5{ 
 font-size:18px!important; 
 line-height:24px!important; 
} 

p{ 
 font-size:16px!important; 
 line-height:22px!important; 
} 

ul, ol{ 
 list-style:none!important; 
 font-size:16px!important; 
 line-height:22px!important; 
}

.hero-image{
	height:560px!important;
}

.about-hero-image{
	height:560px!important;
}

.hero-text-contener{
	padding:11% 0 0!important;
}

.search-result-text-content{
	padding:6% 0 0!important;
}

}
	
@media only screen  and (min-width : 1224px) {

/*Define styles for basic elements:  body, h1, h2, h3, h4, h5, h6, ul, ol, a, p, etc.*/
h1{ 
 font-size:35px; 
 line-height:41px;
 font-weight:400;
} 

h2{ 
 font-size:27px; 
 line-height:33px; 
} 

h3{ 
 font-size:22px; 
 line-height:27px; 
} 

h4{ 
 font-size:18px; 
 line-height:21px; 
} 

h5{ 
 font-size:18px; 
 line-height:21px; 
} 

p{ 
 font-size:14px; 
 line-height:20px; 
} 

ul, ol{ 
 list-style:none; 
 font-size:14px; 
 line-height:20px; 
}

.hero-image{
	height:400px;
}

about-hero-image{
	height:400px;
}

.hero-text-contener{
	padding:8% 0 0;
}

.search-result-text-content{
	padding:6% 0 0;
}

.about-hero-image .hero-text-contener{
	height:280px;

}
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari and Chrome, if Chrome rule needed */
    ul.hero-search-box {
	width: 607px;
	margin: 25px auto 0px;
	background:#ffffff;
}

    /* Safari 5+ ONLY */
    ::i-block-chrome, ul.hero-search-box {
	width: 614px;
	margin: 25px auto 0px;
	background:#ffffff;
	height:52px;
}

.h4-width{
	margin-top:30px;
}
	
}


.three-col-one img{
	margin-bottom:20px;
}

.main-footer{
	width:100%;
	text-align:center;
	padding:15px 0px;
	color:#FFFFFF;
	text-align:center;
	background:#424242;
	font-size:13px;
}

.three-col-one a{
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
}

.three-col-one p:last-child{
	margin-top:10px;
}

.faq-button, .faq-button2, .faq-button3, .faq-button4, .faq-button5, .faq-button6{
	font-weight:600;
	
}

.faq-answer, .faq-answer2, .faq-answer3, .faq-answer4, .faq-answer5, .faq-answer6{
	display:none;
	margin-top:15px;
}

.search-result-text-content{
	text-align:center;
}