@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,700,900');
@import url(font-awesome.css);
body,
html {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: white;
    background-color:#f8f9f9;
}
img {
    border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.warning {
    border-left: 5px solid #f2c779;
    margin-bottom: 25px;
    background: #fff8c4;
}
.error {
    border-left: 5px solid #f5aca6;
    border-right: 1px solid #f5aca6;
    border-top: 1px solid #f5aca6;
    border-bottom: 1px solid #f5aca6;
    margin-bottom: 25px;
    background: #ffecec;
}
.error h1 {
    font-family: 'Roboto', sans-serif;
    color:#222;
}
.success {
    border-left: 5px solid #a6ca8a;
    border-right: 1px solid #a6ca8a;
    border-top: 1px solid #a6ca8a;
    border-bottom: 1px solid #a6ca8a;
    margin-bottom: 25px;
    background: #e9ffd9;
}
.success h1 {
    font-family: 'Roboto', sans-serif;
    color:#222;
}
.warn {
    border-left: 5px solid #f9d604;
    border-right: 1px solid #f9d604;
    border-top: 1px solid #f9d604;
    border-bottom: 1px solid #f9d604;
    margin-bottom: 25px;
    background: #f6ed8f;
}
.warn h1 {
    font-family: 'Roboto', sans-serif;
    color:#222;
}
.notice {
    border-left: 5px solid #8ed9f6;
    border-right: 1px solid #8ed9f6;
    border-top: 1px solid #8ed9f6;
    border-bottom: 1px solid #8ed9f6;
    margin-bottom: 25px;
    background: #e3f7fc;
}
.coming-soon h1 {
    font-family: 'Roboto', sans-serif;
    color:#222;
}
.coming-soon {
    border-left: 5px solid #8d5ebf;
    border-right: 1px solid #8d5ebf;
    border-top: 1px solid #8d5ebf;
    border-bottom: 1px solid #8d5ebf;
    margin-bottom: 25px;
    background: #e0ccf4;
}
.notice h1 {
    font-family: 'Roboto', sans-serif;
    color:#222;
}
.message {
    color:#222;
    padding: 10px;
}
.service-icon {
	margin-bottom: 20px;
}	
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.home-section {
    padding-top: 110px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

.alert_campaign-top {
	background-color:#E0E0E0;
	padding:9px 0px 9px 0px;

	transition:width .5s,margin .5s,padding .5s,background-color .5s
}

.alert_campaign-top a {
	font-weight: 700;
}

.alert_campaign-top p {
	padding: 0px 15px 0px 15px;

}

.alert_campaign {
	background-color:#E0E0E0;
	padding:9px 0px 9px 0px;
	margin: 0px;
	transition:width .5s,margin .5s,padding .5s,background-color .5s
}

.alert_campaign a {
	font-weight: 700;
}

.alert_campaign p {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

.alert-error {
	background-color:#F2DEDE;
	color:#AA4342
}

.alert-custom {
	background-color:#3c658f;
	color:#FFF;
	border-bottom: 1px solid #3c658f;
	border-top: 1px solid #fff;
}

.alert-custom-top {
	background-color:#3c658f;
	color:#FFF;
	border-bottom: 1px solid #fff;
}

.alert-dark {
	background-color:#333544;
	color:#f5f5f5;
}

.alert-dark a {
	color: #f5f5f5;
}

.alert-blue {
	background-color:#039BE5;
	color:#f8f8f8;
}

.alert-red {
	background-color:#e86363;
	color:#f8f8f8;
}

.alert-green {
	background-color:#77A74B;
	color:#f8f8f8;
}

.alert-yellow {
	background-color: #ead222;
	color: #333;
}


.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}
#top-content{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
    position: relative;
    z-index: 100;
    background-color: #3c658f;
   /* background-image: url('https://Webabyte.com/images/bgpattern.svg'); */
    background-repeat: repeat;
    background-size: 778px 481px;
    padding-top: 55px;
    -webkit-animation: movebg 30s linear both infinite;
    -moz-animation: movebg 30s linear both infinite;
    animation: movebg 30s linear both infinite;
}
#top-content .big-title{
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    color: #f8f9f9; /* --- 527292 --- */
    font-weight: 100;
    line-height: 62px;
    margin-bottom: 40px;
}
#top-content .domain-search-holder{
    margin-bottom: 120px;
}
#top-content .domain-search-holder input[type="text"]{
    padding: 20px 35px;
    border-radius: 10px;
    background-color: #f1f4f5;
    font-size: 18px;
    color: #7c969d;
    border: 0;
    outline: 0;
    width: 100%;
    max-width: 420px;
}
#top-content .domain-search-holder input[type="text"]:hover,
#top-content .domain-search-holder input[type="text"]:focus{
    background-color: #f4f7f8;
}
#top-content .domain-search-holder input[type="submit"]{
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #0269ce;
    font-size: 18px;
    color: #ffffff;
    border: 0;
    margin-left: 8px;
}
#top-content .domain-search-holder input[type="submit"]:hover,
#top-content .domain-search-holder input[type="submit"]:focus{
   background-color: #5849af; 
}
#top-content .domain-search-holder ::-webkit-input-placeholder {color: #7c969d;}
#top-content .domain-search-holder :-moz-placeholder {color: #7c969d;}
#top-content .domain-search-holder ::-moz-placeholder {color: #7c969d;}
#top-content .domain-search-holder :-ms-input-placeholder {color: #7c969d;}

#top-content .arrow-button-holder{
    text-align: center;
    display: inline-block;
}
#top-content .arrow-button-holder a{
    cursor: pointer;
    text-decoration: none;
}
#top-content .arrow-button-holder .arrow-icon{
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #eafcd9;
    border-radius: 100px;
    -webkit-box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
    -moz-box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
    box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
    margin-bottom: 22px;
}
#top-content .arrow-button-holder a:hover .arrow-icon,
#top-content .arrow-button-holder a:focus .arrow-icon{
    -webkit-box-shadow: 0 15px 15px rgba(166, 165, 169, 0.35);
    -moz-box-shadow: 0 15px 15px rgba(166, 165, 169, 0.35);
    box-shadow: 0 15px 15px rgba(166, 165, 169, 0.35);
}
#top-content .arrow-button-holder .arrow-icon .fa{
    width: 100%;
    text-align: center;
    color: #0269ce;
    padding-top: 17px;
}
#top-content .arrow-button-holder a:hover .arrow-icon .fa,
#top-content .arrow-button-holder a:focus .arrow-icon .fa{
    padding-top: 19px;
}
#top-content .arrow-button-holder .arrow-icon .sphst{
    color: #0269ce;
    font-size: 15px;
    padding-top: 16px;
}
#top-content .arrow-button-holder a:hover .arrow-icon .sphst,
#top-content .arrow-button-holder a:focus .arrow-icon .sphst{
    padding-top: 18px;
}
#top-content .arrow-button-holder .button-text{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #a7bcc1;
    text-transform: uppercase;
}
#top-content .arrow-button-holder a:hover .button-text,
#top-content .arrow-button-holder a:focus .button-text{
    color: #9bb0b5;
}
#footer {
    background-color: #3c658f;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 30px;
    text-align: center;
}
#footer p {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
#footer h3 {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-weight: bold;
}
#footer h4 { 
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-weight: bold;
}
#footer a {
    font-weight: bold;
    color: #b6d6f1;
}
.btn-custom {
    color: #bdc3c7;
    font-size: 18px;
    border: 1px solid #bdc3c7;
}
.btn-custom:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.btn-viewall {
    background-color:#3c658f;
    color: #fff;
    font-size: 18px;
    border: 2px solid #4e7092;
}
.btn-viewall:hover {
    background-color:#4e7092;
    color: #ffffff;
    border: 2px solid #3c658f;
}
#service {
    padding-top: 50px;
}
#service h2 {
    font-family: 'Roboto', sans-serif;
}
#branding {
    padding-top: 25px;
}
#branding h2 {
    color:#3c658f;
    font-family: 'Roboto', sans-serif;
}
#branding p {
    color:#3c658f;
}
#view-all {
    padding-top: 25px;
}
#view-all h2 {
    color:#3c658f;
    font-family: 'Roboto', sans-serif;
}
#view-all p {
    color:#3c658f;
}
#content-container {
    background-color:#f8f9f9;
    padding-top: 50px;
}
#status-container {
    margin: -25px 100px 100px 100px;
    background-color:#f8f9f9;
    padding-top: 50px;
}
#pricing-table {
    padding-top: 50px;
}
#pricing-table .pricing {
    marign: 0;
    padding: 0;
    font-family: 'Robot', sans-serif;
}
#pricing-table .pricing .pricing-table {
    padding-bottom: 30px;
}
#pricing-table .pricing .pricing-table .pricing-header {
    position: relative;
    background: #3c658f;
    padding: 22px 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-align: center;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #bdc3c7;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 16px;
    color: #bdc3c7;
    text-transform: uppercase;
}
#pricing-table .pricing .pricing-list {
    padding: 20px 0 40px 0;
    background: #ffffff;
    border: 1px solid #e3e3e3;
}
#pricing-table .pricing .pricing-list ul {
    padding: 0px;
    display: table;
    margin: 0px auto;
}
#pricing-table .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #EAECEB;
    color: #85898b;
    font-size: 16px;
    line-height: 42px;
}
#pricing-table .pricing .pricing-list ul li:last-child {
    border: none;
}
#pricing-table .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #bdc3c7;
}
#pricing-table .pricing .pricing-list ul li span {
    color: #3c658f;
}
#header-holder {
    position: relative;
    z-index: 100;
    background-color: #3c658f;
    background-repeat: repeat;
    background-size: 778px 481px;
    padding-top: 55px;
    -webkit-animation: movebg 30s linear both infinite;
    -moz-animation: movebg 30s linear both infinite;
    animation: movebg 30s linear both infinite;
}
@keyframes movebg {
    0% {
        background-position: 0 0px;
    }
    100% {
        background-position: 0 480px;
    }
}
@-webkit-keyframes movebg {
    0% {
        background-position: 0 0px;
    }
    100% {
        background-position: 0 480px;
    }
}
#header-holder .bottom-gradiant {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}
#header-holder #main-nav {
    border: 0;
    background-color: transparent;
}
.logo {
    width: 147px;
    height: 46px;
    margin-top: 7px;
}
.hero {
    color: #3c658f;
    height: 812px;
    margin-top: 64px;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
}
.hero .wrap {
    margin-top: 72px;
}
.hero h1 {
    color: #3c658f;
    font-size: 35px;
    line-height: 1.1;
    max-width: 700px;
    text-align: center;
}
.features {
    background-color: rgba(52, 73, 94, 0.9);
    padding: 30px 0 42px 0;
}
.features .columns {
    color: #fff;
    margin: 80px 0;
}
.columns {
    font-family: 'Open Sans';
    width: auto;
}
.columns [class*="col"] {
    float: left;
    width: 100%;
    margin-right: 60px;
}
.columns [class*="col"]:last-child {
    margin-right: 0;
}
.columns [class*="col"] h4 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.8;
    color: #15181D;
    width: inherit;
}
.columns [class*="col"] h4 i {
    margin-right: 5px;
}
.columns [class*="col"] .subtitle {
    margin-bottom: 20px;
}
.columns .col2 {
    width: 480px;
}
.columns:after {
    display: table;
    clear: both;
    content: '';
}
.subtitle {
    font-size: 17px;
    line-height: 1.5;
    color: #787A7D;
    width: 60%;
}
.text-center {
    text-align: center;
}
.light {
    font-weight: 300;
}
.semi-bold {
    font-weight: 400;
}
.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #f8f9f9;
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Roboto', sans-serif;
    color: #a7bcc1;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.navbar-default .navbar-nav>li>a span {
    font-family: 'Roboto', sans-serif;
    color: #a7bcc1;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.navbar-default .navbar-nav>li>a span:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -4px;
    background-color: #0269ce;
    transition: all 0.3s ease;
}
.navbar-default .navbar-nav>li>a:hover span:after {
    width: 100%;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #0397ff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #0397ff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a.ca-button {
    display: inline-block;
    position: relative;
    padding: 4px 14px 4px 14px;
    background-color: #879ff6;
    border-radius: 17px;
    color: #222;
    opacity: 1;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 15px;
    font-weight: bold;
    font-size: 12px;
    -webkit-box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.11);
}
.navbar-default .navbar-nav>li>a.ca-button:before {
    position: absolute;
    content: "";
}
.navbar-default .navbar-nav>li>a.ca-button:hover,
.navbar-default .navbar-nav>li>a.ca-button:focus {
    background-color: #a9bcff;
    -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.18);
    margin-top: 15px;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.navbar-default .navbar-toggle {
    border: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #0269ce;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    opacity: 0.7;
}
.navbar-toggle {
    margin-top: 17px;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    border: 0;
    top: 50px;
    padding: 12px 11px;
    border-radius: 12px;
    -webkit-box-shadow: 0 5px 20px rgba(224, 230, 243, 0.56);
    -moz-box-shadow: 0 5px 20px rgba(224, 230, 243, 0.56);
    box-shadow: 0 5px 20px rgba(224, 230, 243, 0.56);
}
.dropdown-menu > li > a {
    color: #7f888f;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 3px 11px;
    border-radius: 10px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #6c84af;
    background-color: #f9fbff;
    /*text-shadow: 0px 0px 2px #6c84af;*/
}
.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
    display: block;
}