.clearfix:after,
ul.pagenav {
    clear: both
}

.btn-block,
.input-block-level {
    width: 100%;
    -webkit-box-sizing: border-box
}

.sp-dropcap,
ul.pagenav {
    overflow: hidden
}

.btn,
.center,
.center td,
.center th,
.center tr {
    text-align: center
}

.account ul,
.benefit ul,
.consultant-text ul,
.credit ul,
.faq ul,
.my-footer1 ul,
.my-footer2 ul,
.my-footer3 ul,
.my-register ul,
.our-condition ul,
.ppc ul,
.privacy ul,
.profile ul,
.rayanhost ul,
.ul-our-services,
.vertical-menu ul,
.web ul,
.work-sample ul {
    list-style-type: none
}

.w3-hover-opacity:hover,
.w3-opacity,
.w3-opacity-max,
.w3-opacity-min {
    -webkit-backface-visibility: hidden
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    min-height: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btn {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border-color: rgba(0, 0, 0, .15) rgba(0, 0, 0, .15) rgba(0, 0, 0, .25)
}

.btn-danger,
.btn-info,
.btn-inverse,
.btn-primary,
.btn-success,
.btn-warning {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-repeat: repeat-x
}

.btn.active,
.btn.disabled,
.btn:active,
.btn:hover,
.btn[disabled] {
    color: #333;
    background-color: #e6e6e6
}

.btn.active,
.btn:active {
    background-color: #ccc\9
}

.btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.btn:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9\9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-danger,
.btn-info,
.btn-inverse,
.btn-primary,
.btn-success,
.btn-warning {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.btn-large [class^=icon-] {
    margin-top: 2px
}

.btn-small {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px
}

.btn-small [class^=icon-] {
    margin-top: 0
}

.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px
}

.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btn-block+.btn-block {
    margin-top: 5px
}

.btn-primary {
    color: #fff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)
}

.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:hover,
.btn-primary[disabled] {
    color: #fff;
    background-color: #04c
}

.btn-primary.active,
.btn-primary:active {
    background-color: #039\9
}

.btn-warning {
    color: #fff;
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)
}

.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:hover,
.btn-warning[disabled] {
    color: #fff;
    background-color: #f89406
}

.btn-warning.active,
.btn-warning:active {
    background-color: #c67605\9
}

.btn-danger {
    color: #fff;
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)
}

.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:hover,
.btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f
}

.btn-danger.active,
.btn-danger:active {
    background-color: #942a25\9
}

.btn-success {
    color: #fff;
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)
}

.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:hover,
.btn-success[disabled] {
    color: #fff;
    background-color: #51a351
}

.btn-success.active,
.btn-success:active {
    background-color: #408140\9
}

.btn-info {
    color: #fff;
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4
}

.btn-info.active,
.btn-info:active {
    background-color: #24748c\9
}

.btn-inverse {
    color: #fff;
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
    background-image: -webkit-linear-gradient(top, #444, #222);
    background-image: -o-linear-gradient(top, #444, #222);
    background-image: linear-gradient(to bottom, #444, #222);
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)
}

.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse:hover,
.btn-inverse[disabled] {
    color: #fff;
    background-color: #222
}

.btn-inverse.active,
.btn-inverse:active {
    background-color: #090909\9
}

button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}

.btn-link,
.btn-link:active {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #08c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent
}

#sp-main-menu li li:not(.sp-menu-group) a,
.btn.social:hover,
a,
a:hover,
button.social:hover,
input[type=submit].social:hover,
input[type=button].social:hover,
submit.social:hover {
    text-decoration: none
}

a,
a:hover {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.page-header {
    padding-bottom: 10px;
    margin: 0 0 20px
}

.entry-meta.muted {
    background: #e5e5e5;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 12px
}

.entry-meta ul,
.entry-meta.muted>span,
.entry-meta.muted>time {
    margin: 0 5px
}

#editor-xtd-buttons,
.button2-left {
    margin-right: 10px
}

.entry-meta ul.actions {
    float: right
}

.entry-meta ul.actions li {
    display: inline-block
}

.entry-meta ul.actions li.print-icon a::before {
    content: "\f02f"
}

.entry-meta ul.actions li.email-icon a::before {
    content: "\f003"
}

.entry-meta ul.actions li.edit-icon a::before {
    content: "\f044"
}

.entry-meta ul.actions li a {
    font-family: FontAwesome;
    display: block;
    font-size: 14px;
    margin-left: 5px
}

.entry-meta ul.actions li a img,
.entry-meta ul.actions li a span {
    display: none
}

ul.pagenav {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-left: 0
}

ul.pagenav .pagenav-prev {
    float: left
}

ul.pagenav .pagenav-next {
    float: right
}

dl dd,
dl dt {
    display: inline
}

#editor-xtd-buttons,
.button2-left,
.toggle-editor {
    display: inline-block
}

label.invalid {
    color: #c83025
}

.button2-left {
    margin-top: 15px
}

.edit .modal {
    position: inherit;
    top: auto;
    left: auto;
    width: auto;
    margin-left: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none
}

.row-fluid {
    margin-bottom: 20px
}

.row-fluid:first-child {
    margin-bottom: 0
}

#sp-header-wrapper {
    padding: 20px 0
}

#sp-header-wrapper .logo-wrapper .logo {
    background-position: 0 50%;
    background-repeat: no-repeat
}

#sp-header-wrapper .logo-wrapper .logo-text {
    font-size: 24px
}

#sp-header-wrapper .logo-wrapper .logo-slogan {
    font-size: 11px
}

#sp-header-wrapper .search {
    margin-top: 10px
}

#sp-header-wrapper .search form {
    margin: 0
}

.body-innerwrapper {
    overflow-x: hidden
}

#sp-main-body-wrapper {
    padding: 30px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

#sp-feature-wrapper {
    padding: 80px 0;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3) inset;
    text-align: center
}

#sp-feature-wrapper #feature h1 {
    color: #fff;
    font-size: 72px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 10px
}

#sp-users-wrapper {
    padding: 30px 0;
    border-top: 1px solid #f2f2f2;
    background: #e5e5e5
}

#sp-footer-wrapper ul.nav li a:hover,
ul.breadcrumb {
    background: 0 0
}

ul.breadcrumb {
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

.sp-border {
    position: relative
}

#sp-footer-wrapper::after,
.sp-border::after {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    left: 0
}

#sp-footer-wrapper {
    padding: 30px 0;
    position: relative
}

#sp-footer-wrapper ul li {
    display: block;
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    padding: 10px
}

#sp-footer-wrapper ul.nav,
#sp-footer-wrapper ul.nav li {
    display: inline-block;
    margin: 0 5px
}

#sp-footer-wrapper ul li a {
    color: #000
}

#sp-footer-wrapper ul {
    display: inline-block
}

#sp-footer-wrapper ul.nav {
    list-style: none;
    padding: 0
}

#sp-footer-wrapper ul.nav li a {
    display: block
}

#sp-footer-wrapper .sp-totop {
    display: inline-block
}

#sp-footer-wrapper .sp-totop i {
    color: #fff
}

#sp-footer-wrapper .sp-totop small {
    display: none
}

#sp-footer-wrapper .helix-framework {
    display: inline-block
}

#sp-footer-wrapper .helix-framework .helix-logo {
    display: block;
    width: 130px;
    height: 40px;
    text-indent: -9999px;
    background: url(../images/helix-logo-white.png) no-repeat
}

#sp-footer-wrapper .copyright {
    display: block
}

.ltr #sp-footer-wrapper .helix-framework {
    float: left;
    margin-right: 15px
}

.ltr #sp-footer-wrapper #sp-footer2 {
    text-align: right
}

.rtl #sp-footer-wrapper .helix-framework {
    float: right;
    margin-left: 15px
}

.rtl #sp-footer-wrapper #sp-footer2 {
    text-align: left
}

button,
input[type=submit],
input[type=button],
submit {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border-color: rgba(0, 0, 0, .15) rgba(0, 0, 0, .15) rgba(0, 0, 0, .25)
}

button.active,
button.disabled,
button:active,
button:hover,
button[disabled],
input[type=submit].active,
input[type=submit].disabled,
input[type=submit]:active,
input[type=submit]:hover,
input[type=submit][disabled],
input[type=button].active,
input[type=button].disabled,
input[type=button]:active,
input[type=button]:hover,
input[type=button][disabled],
submit.active,
submit.disabled,
submit:active,
submit:hover,
submit[disabled] {
    color: #333;
    background-color: #e6e6e6
}

button.active,
button:active,
input[type=submit].active,
input[type=submit]:active,
input[type=button].active,
input[type=button]:active,
submit.active,
submit:active {
    background-color: #ccc\9
}

button:hover,
input[type=submit]:hover,
input[type=button]:hover,
submit:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

button:focus,
input[type=submit]:focus,
input[type=button]:focus,
submit:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

button.active,
button:active,
input[type=submit].active,
input[type=submit]:active,
input[type=button].active,
input[type=button]:active,
submit.active,
submit:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9\9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

button.disabled,
button[disabled],
input[type=submit].disabled,
input[type=submit][disabled],
input[type=button].disabled,
input[type=button][disabled],
submit.disabled,
submit[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

button.social,
input[type=submit].social,
input[type=button].social,
submit.social {
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#sp-main-menu ul.level-0>li,
.btn.social {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s
}

button.social.facebook,
input[type=submit].social.facebook,
input[type=button].social.facebook,
submit.social.facebook {
    color: #0378a9
}

button.social.facebook:hover,
input[type=submit].social.facebook:hover,
input[type=button].social.facebook:hover,
submit.social.facebook:hover {
    background: #0378a9;
    color: #fff
}

button.social.twitter,
input[type=submit].social.twitter,
input[type=button].social.twitter,
submit.social.twitter {
    color: #17b8fb
}

button.social.twitter:hover,
input[type=submit].social.twitter:hover,
input[type=button].social.twitter:hover,
submit.social.twitter:hover {
    background: #17b8fb;
    color: #fff
}

button.social.pinterest,
input[type=submit].social.pinterest,
input[type=button].social.pinterest,
submit.social.pinterest {
    color: #dc4e44
}

button.social.pinterest:hover,
input[type=submit].social.pinterest:hover,
input[type=button].social.pinterest:hover,
submit.social.pinterest:hover {
    background: #dc4e44;
    color: #fff
}

button.social.gplus,
input[type=submit].social.gplus,
input[type=button].social.gplus,
submit.social.gplus {
    color: #9d261d
}

button.social.gplus:hover,
input[type=submit].social.gplus:hover,
input[type=button].social.gplus:hover,
submit.social.gplus:hover {
    background: #9d261d;
    color: #fff
}

.btn.social {
    background: #fff;
    transition: all .2s
}

.btn.social.facebook {
    color: #0378a9
}

.btn.social.facebook:hover {
    background: #0378a9;
    color: #fff
}

.btn.social.twitter {
    color: #17b8fb
}

.btn.social.twitter:hover {
    background: #17b8fb;
    color: #fff
}

.btn.social.pinterest {
    color: #dc4e44
}

.btn.social.pinterest:hover {
    background: #dc4e44;
    color: #fff
}

.btn.social.gplus {
    color: #9d261d
}

.btn.social.gplus:hover {
    background: #9d261d;
    color: #fff
}

#sp-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px
}

#sp-main-menu ul.level-0>li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    transition: all .2s
}

#sp-main-menu ul.level-0>li>a {
    display: block;
    margin: 0;
    padding: 15px;
    color: #900c5a
}

#sp-main-menu ul.level-0>li>a .menu-desc {
    font-size: 11px;
    color: #999;
    display: block
}

#sp-main-menu ul.level-0>li.active,
#sp-main-menu ul.level-0>li:hover {
    background-color: #eee;
    border-bottom: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .05)
}

#sp-main-menu ul.level-0>li:hover {
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1), 0 3px 8px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1), 0 3px 8px rgba(0, 0, 0, .125);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1), 0 3px 8px rgba(0, 0, 0, .125)
}

#sp-main-menu ul.level-0>li.parent:hover {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

#sp-main-menu li li:not(.sp-menu-group) {
    display: block;
    border-top: 1px solid #eee;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#sp-main-menu li li:not(.sp-menu-group):first-child {
    border-top: none
}

#sp-main-menu li li:not(.sp-menu-group) a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 25px;
    color: #900c5a
}

#sp-main-menu li li:not(.sp-menu-group).parent>a span.menu {
    position: relative;
    padding-right: 20px;
    display: block
}

#sp-main-menu li li:not(.sp-menu-group).parent>a:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 15px
}

.rtl .sp-blocknumber span,
.rtl .sp-submenu {
    right: 0
}

#sp-main-menu li li:not(.sp-menu-group).active,
#sp-main-menu li li:not(.sp-menu-group):hover {
    background: #f5f5f5
}

#sp-main-menu div.sp-menu-group {
    margin: 10px
}

#sp-main-menu div.sp-menu-group a.sp-menu-group {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #666
}

#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
    text-transform: uppercase
}

#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
    margin: 0;
    padding: 10px 0 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px
}

#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
    font-size: 14px
}

.sp-submenu {
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    margin-top: 30px;
    -webkit-transition: margin .1s, visibility .1s, opacity .1s;
    -moz-transition: margin .1s, visibility .1s, opacity .1s;
    -o-transition: margin .1s, visibility .1s, opacity .1s;
    transition: margin .1s, visibility .1s, opacity .1s
}

.sp-submenu.open {
    z-index: 99999;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: margin .3s, visibility .3s, opacity .3s;
    -moz-transition: margin .3s, visibility .3s, opacity .3s;
    -o-transition: margin .3s, visibility .3s, opacity .3s;
    transition: margin .3s, visibility .3s, opacity .3s
}

.sp-submenu .sp-submenu-wrap {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.sp-submenu .megacol {
    float: left
}

.sp-submenu.sub-level-child {
    margin-left: 30px;
    margin-top: 0
}

.sp-submenu.sub-level-child.open {
    margin-left: 0
}

.ltr .sp-submenu {
    left: 0
}

.rtl #sp-main-menu {
    float: right
}

.rtl #sp-main-menu ul.level-0>li.active>a:after,
.rtl #sp-main-menu ul.level-0>li:hover>a:after {
    margin: 0 -10px 0 0
}

.rtl #sp-main-menu ul.level-0>li.parent>a span.menu {
    padding: 0 0 0 10px
}

.rtl #sp-main-menu li li:not(.sp-menu-group).parent>a span.menu {
    padding-right: 0;
    padding-left: 20px
}

.menu-fixed {
    top: 0;
    width: 100%
}

.module {
    margin-top: 20px
}

.module:first-child {
    margin-top: 0
}

.module h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: normal
}

.module.blue,
.module.dark,
.module.gray,
.module.green,
.module.highlighted,
.module.maroon,
.module.orange,
.module.pink,
.module.red {
    padding: 20px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset
}

.module.blue h3,
.module.dark h3,
.module.gray h3,
.module.green h3,
.module.highlighted h3,
.module.maroon h3,
.module.orange h3,
.module.pink h3,
.module.red h3 {
    padding: 0 0 10px;
    border-bottom: 1px dashed #fff;
    color: #fff
}

.module.orange {
    background: #f89406
}

.module.orange a {
    color: #B66B00
}

.module.orange a:hover {
    color: #6F4100
}

.module.dark {
    background: #000
}

.module.dark a {
    color: #777
}

.module.dark a:hover {
    color: #888
}

.module.green {
    background: #46a546
}

.module.green a {
    color: #63E063
}

.module.green a:hover {
    color: #43F043
}

.module.maroon {
    background: #F35D34
}

.module.maroon a {
    color: #B4300D
}

.module.maroon a:hover {
    color: #C93F19
}

.module.blue {
    background: #049cdb
}

.module.blue a {
    color: #47C9FF
}

.module.blue a:hover {
    color: #0073A3
}

.module.gray {
    background: #555
}

.module.gray a {
    color: #999
}

.module.gray a:hover {
    color: #777
}

.module.pink {
    background: #c3325f
}

.module.pink a {
    color: #FF5C8F
}

.module.pink a:hover {
    color: #FA2E6E
}

.module.red {
    background: #9d261d
}

.module.red a {
    color: #EE4538
}

.module.red a:hover {
    color: #DA3F33
}

.sp-dropcap:first-letter {
    color: #666;
    display: block;
    float: left;
    font-size: 50px;
    line-height: 40px;
    padding: 4px 8px 0 0
}

ul.arrow,
ul.arrow-double,
ul.cross,
ul.rss,
ul.star,
ul.tick {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.arrow li::after,
ul.arrow li::before,
ul.arrow-double li::after,
ul.arrow-double li::before,
ul.cross li::after,
ul.cross li::before,
ul.rss li::after,
ul.rss li::before,
ul.star li::after,
ul.star li::before,
ul.tick li::after,
ul.tick li::before {
    font-family: FontAwesome;
    font-size: 11px
}

.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.cross li::before,
.ltr ul.rss li::before,
.ltr ul.star li::before,
.ltr ul.tick li::before {
    margin-right: 5px
}

.pull-left>img,
.rtl .pull-right>img,
.rtl img.pull-right,
img.pull-left {
    margin-right: 15px
}

.ltr ul.arrow li::before {
    content: "\f105"
}

.ltr ul.arrow-double li::before {
    content: "\f101"
}

.ltr ul.tick li::before {
    content: "\f00c"
}

.ltr ul.cross li::before {
    content: "\f00d"
}

.ltr ul.star li::before {
    content: "\f006"
}

.ltr ul.rss li::before {
    content: "\f09e"
}

.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.cross li::after,
.rtl ul.rss li::after,
.rtl ul.star li::after,
.rtl ul.tick li::after {
    margin-left: 5px
}

.rtl ul.arrow li::after {
    content: "\f104"
}

.rtl ul.arrow-double li::after {
    content: "\f100"
}

.rtl ul.tick li::after {
    content: "\f00c"
}

.rtl ul.cross li::after {
    content: "\f00d"
}

.rtl ul.star li::after {
    content: "\f006"
}

.rtl ul.rss li::after {
    content: "\f09e"
}

.pull-right>img,
.rtl .pull-left>img,
.rtl img.pull-left,
img.pull-right {
    margin-left: 15px
}

.ltr [class*=" icon-"].pull-left,
.ltr [class^=icon-].pull-left,
.rtl [class*=" icon-"].pull-right,
.rtl [class^=icon-].pull-right {
    margin-right: .3em
}

.sp-blocknumber {
    position: relative;
    min-height: 45px
}

.sp-blocknumber span {
    font-weight: 700;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0
}

.sp-blocknumber span.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.sp-blocknumber span.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.ltr .sp-blocknumber {
    padding: 5px 0 5px 60px
}

.ltr .sp-blocknumber span {
    left: 0
}

.rtl .sp-blocknumber {
    padding: 5px 60px 5px 0
}

.sp-block.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.sp-bubble {
    position: relative;
    margin-bottom: 40px
}

.sp-bubble cite {
    display: block;
    height: 30px;
    line-height: 36px;
    position: absolute;
    bottom: -30px
}

.sp-bubble cite span {
    content: ' ';
    position: absolute;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-bottom-color: transparent!important
}

.ltr .sp-bubble cite {
    left: 15px;
    padding-left: 40px
}

.ltr .sp-bubble cite span {
    left: 0;
    border-left-color: transparent!important
}

.rtl .sp-bubble cite {
    right: 15px;
    padding-right: 40px
}

.rtl .sp-bubble cite span {
    right: 0;
    border-right-color: transparent!important
}

.ltr [class*=" icon-"].pull-right,
.ltr [class^=icon-].pull-right,
.rtl [class*=" icon-"].pull-left,
.rtl [class^=icon-].pull-left {
    margin-left: .3em
}

@media (max-width:767px) {
    .responsive.bg {
        padding-left: 0;
        padding-right: 0
    }
    .responsive .container {
        padding: 0 10px;
        max-width: 480px;
        min-width: 280px
    }
    .responsive #sp-feature-wrapper {
        padding: 20px 0
    }
    .responsive #sp-feature-wrapper #feature h1 {
        font-size: 200%;
        line-height: 200%
    }
    .responsive #sp-feature-wrapper #feature p {
        font-size: 100%
    }
    .responsive #sp-feature-wrapper #feature .btn {
        padding: 2px 6px;
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 5px
    }
}

@media (max-width:979px) {
    .responsive #sp-header-wrapper [class*=span] {
        width: auto;
        float: left
    }
    .responsive #sp-header-wrapper [class*=span]#sp-menu {
        float: right
    }
}

.fixed .hidden-desktop {
    display: none
}

.our-services-back {
    min-height: 300px;
    height: auto;
    margin: auto;
    width: 100%
}

.profile li a,
.work-sample li a {
    text-decoration: none;
    margin-bottom: 0;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-left: .3em
}

.our-service {
    background-color: #fbfbfb
}

.our-services-back h3 {
    font-size: 20px;
    padding: 5px;
    color: #51c7c8;
    text-align: center
}

.li-our-services,
.li-our-services-title {
    padding: 20px;
    color: #000
}

.iconn-our-services-image {
    width: 100px;
    height: 100px
}

.iconn-our-services-image:hover {
    width: 100px;
    height: 100px;
    opacity: .7
}

.ul-our-services {
    border-right: .01em dotted gray
}

.li-our-services-title {
    font-weight: 700
}

.profile h1,
.profile h2 {
    color: #900c5a;
    font-weight: 400
}

@media (max-width:979px) {
    .li-our-services,
    .li-our-services-title {
        text-align: center;
        display: block
    }
    .iconn-our-services-image,
    .iconn-our-services-image:hover {
        width: 100%;
        height: auto
    }
    .ul-our-services {
        list-style-type: none;
        border-bottom: .01em dotted gray
    }
}

.back-profile {
    background-image: url(http://rayanhost.com/rayanjv3/images/backgrounds/google-adwords-rayanhost.jpg);
    background-attachment: fixed;
    background-position: right;
    height: auto;
    background-size: cover;
    min-height: auto
}

.ppc,
.rayanhost,
.web {
    background-attachment: scroll;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative
}

.profile {
    padding: 50px;
    text-align: center
}

.profile h1 {
    font-size: 24px;
    padding: 5px
}

.profile h2 {
    font-size: 22px;
    padding: 5px
}

.privacy strong,
.rayanhost strong,
.web strong {
    font-weight: 700
}

.profile h3 {
    font-size: 20px;
    padding: 5px
}

.profile ul {
    padding: 5px
}

.profile li {
    display: inline;
    padding: 15px
}

.profile li a {
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    border-radius: 20px 0;
    color: #fff;
    background-color: #51c7c8;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.profile li a:active,
.profile li a:focus,
.profile li a:hover {
    color: #900c5a;
    border-bottom: 1px solid #900c5a;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media (max-width:979px) {
    .profile {
        padding: 5px
    }
    .profile h1,
    .profile h2,
    .profile h3,
    .profile li,
    .profile li a {
        text-align: center;
        display: block;
        font-size: 14px
    }
}

.work-sample {
    padding: 10px;
    text-align: center
}

.work-sample h3 {
    font-size: 20px;
    padding: 5px;
    color: #000
}

.work-sample li {
    display: block;
    padding-top: 15px
}

.work-sample li img {
    width: auto;
    height: auto
}

.work-sample li img:hover {
    width: auto;
    height: auto;
    opacity: .7
}

.work-sample li a {
    display: inline-block;
    padding: 15px;
    width: 160px;
    font-size: 16px;
    color: #fff;
    background-color: #51c7c8;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.work-sample a:hover,
.work-sample li a:active,
.work-sample li a:focus {
    color: #124254;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media (max-width:979px) {
    ,
    .work-sample li {
        text-align: center;
        display: block
    }
    .work-sample li img,
    .work-sample li img:hover {
        width: 100%;
        height: auto;
        opacity: 1
    }
}

.rayanhost {
    background-image: url(http://rayanhost.com/rayanjv3/images/backgrounds/company-profile-rayanhost.png);
    min-height: 300px;
    background-position: bottom left;
    background-size: 30%;
    margin: auto;
    width: 80%
}

.rayanhost p {
    padding: 10px;
    font-size: 16px;
    line-height: 30px;
    width: 70%;
    color: #000;
    text-align: justify
}

.rayanhost h3 {
    font-size: 20px;
    padding: 5px;
    color: #51c7c8;
    text-align: center
}

.rayanhost li {
    padding: 10px;
    text-align: center
}

.rayanhost a {
    color: #900c5a;
    border-bottom: solid 2px #51c7c8;
    display: inline-block;
    line-height: 28px
}

.rayanhost li a,
.vertical-menu li a {
    margin-bottom: 0;
    line-height: 18px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    margin-left: .3em;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer
}

.rayanhost a:hover {
    color: #51c7c8;
    border-bottom-color: #900c5a
}

.rayanhost li a {
    display: inline-block;
    padding: 15px;
    border-radius: 20px 0;
    width: 160px;
    text-align: center;
    color: #fff;
    background-color: #51c7c8;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.rayanhost li a:active,
.rayanhost li a:focus,
.rayanhost li a:hover {
    color: #124254;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media (max-width:979px) {
    .rayanhost {
        padding: 10px;
        background-image: none
    }
    .rayanhost p {
        width: 100%
    }
    .rayanhost li,
    .rayanhost li a {
        display: block;
        text-align: center;
        width: 100%
    }
}

.vertical-menu {
    padding-top: 40px;
    text-align: right
}

.vertical-menu li {
    padding: 1px
}

.vertical-menu li a {
    display: inline-block;
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #51c7c8;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.faq li,
.ppc,
.web {
    margin: auto
}

.vertical-menu li a:active,
.vertical-menu li a:focus,
.vertical-menu li a:hover {
    color: #900c5a;
    border-bottom: 1px solid #900c5a;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media (max-width:979px) {
    .vertical-menu {
        padding-top: 0;
        text-align: right
    }
    .vertical-menu li,
    .vertical-menu li a {
        display: block;
        text-align: center
    }
}

.ppc {
    background-image: url(http://rayanhost.com/rayanjv3/images/backgrounds/ppc-background-rayanhost.png);
    min-height: auto;
    background-position: bottom right;
    background-size: 45% 90%;
    width: 90%
}

.account ul,
.web {
    min-height: 300px
}

.ppc p,
.ppc ul {
    width: 52%;
    float: left
}

.ppc p {
    padding: 10px;
    font-size: 16px;
    line-height: 170%;
    text-align: justify
}

.account li,
.faq li p,
.my-footer1 li,
.my-footer2 li,
.my-footer3 li,
.ppc a {
    line-height: 28px
}

.account,
.benefit h3,
.ppc h3,
.ppc li {
    text-align: center
}

.ppc h3 {
    font-size: 20px;
    padding: 5px;
    color: #51c7c8
}

.ppc strong {
    color: #900c5a
}

.ppc li {
    padding: 10px
}

.ppc a {
    color: #f3006e;
    border-bottom: solid 2px #30B1D0;
    display: inline-block
}

.ppc a:hover {
    color: #00a4cc;
    border-bottom-color: #900c5a
}

@media (max-width:979px) {
    .ppc p,
    .ppc ul {
        width: 100%
    }
    .ppc {
        padding: 10px;
        background-image: none
    }
    .ppc ul {
        float: none
    }
    .ppc li,
    .ppc li a {
        display: block;
        text-align: center;
        width: 100%
    }
}

.benefit {
    position: relative;
    padding: 5px
}

.benefit h3 {
    font-size: 20px;
    padding: 5px;
    color: #51c7c8
}

.benefit li,
.benefit li:hover {
    padding: 25px;
    font-size: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    display: block
}

.benefit li {
    background-color: #fbfbfb;
    border-right: 7px solid #51c7c8;
    color: #900c5a
}

.benefit li:hover {
    border-right: 7px solid #900c5a
}

.account h3,
.account li,
.account ul {
    padding: 5px
}

.benefit li i {
    font-size: 22px;
    color: #900c5a;
    padding: 5px
}

.account h3,
.credit h3 {
    font-size: 20px;
    color: #51c7c8
}

.account ul {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3), 0 2px 10px 0 rgba(0, 0, 0, .1);
    height: 100%
}

.account li {
    display: block
}

.account li img {
    padding: 10px;
    width: auto;
    height: auto
}

@media (max-width:979px) {
    .account {
        padding: 10px;
        display: block;
        text-align: center
    }
}

.credit,
.credit h3 {
    padding: 5px;
    text-align: center
}

.credit li,
.credit li a {
    padding: 20px
}

.credit li {
    display: inline
}

.credit li img {
    width: auto;
    height: auto
}

.credit li img:hover {
    width: auto;
    height: auto;
    opacity: .7
}

@media (max-width:979px) {
    .credit li {
        display: block;
        text-align: center;
        padding: 20px
    }
}

.consultant-button ul {
    list-style-type: none
}

.consultant-button li {
    padding: 20px;
    text-align: center;
    font-size: 26px;
    color: #fff
}

.consultant-button li a {
    color: #fff;
    padding: 15px;
    border-radius: 20px 0;
    border: 2px solid #fff
}

.consultant-button li a:active,
.consultant-button li a:focus,
.consultant-button li a:hover {
    color: #900c5a;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #fff
}

.my-footer1 h3,
.my-footer2 h3,
.my-footer3 h3 {
    border-bottom: 2px solid #900c5a
}

.consultant-text li {
    padding: 20px;
    text-align: right;
    font-size: 30px;
    color: #fff
}

@media (max-width:979px) {
    .consultant-button li a,
    .consultant-text li,
    .consultant-text li a:active,
    .consultant-text li a:focus,
    .consultant-text li a:hover {
        text-align: center;
        display: block;
        font-size: 13px
    }
}

.my-footer1 {
    text-align: right
}

.my-footer1 h3 {
    font-size: 20px;
    padding: 5px;
    color: #51c7c8;
    text-align: center
}

.my-footer1 li {
    padding: 5px
}

.my-footer1 li a {
    padding: 5px;
    color: #000
}

.my-footer1 li a:hover {
    padding: 5px;
    opacity: .8
}

.my-footer2 {
    text-align: right
}

.my-footer2 h3 {
    font-size: 20px;
    padding: 5px;
    color: #51c7c8;
    text-align: center
}

.my-footer2 li {
    padding: 5px
}

.my-footer2 li a {
    padding: 5px;
    color: #000
}

.my-footer2 li a:hover {
    padding: 5px;
    opacity: .8
}

.my-footer3 {
    text-align: right
}

.my-footer3 h3 {
    font-size: 20px;
    padding: 5px;
    color: #51c7c8;
    text-align: center
}

.my-footer3 li {
    padding: 5px
}

.my-footer3 li a {
    padding: 5px;
    color: #000
}

.my-footer3 li a:hover {
    padding: 5px;
    opacity: .8;
    cursor: pointer
}

.privacy {
    padding: 5px;
    text-align: right
}

.privacy p {
    padding: 5px
}

.privacy strong {
    padding: 5px;
    color: red
}

.privacy h3 {
    text-align: center
}

.privacy li {
    padding: 10px;
    display: block
}

.privacy a {
    color: #900c5a;
    border-bottom: solid 2px #51c7c8
}

.privacy a:hover {
    color: #51c7c8;
    border-bottom: solid 2px #900c5a
}

.our-condition {
    padding: 5px;
    text-align: right
}

.our-condition p {
    padding: 5px
}

.our-condition strong {
    padding: 5px;
    color: red
}

.our-condition h3 {
    text-align: center
}

.our-condition li {
    padding: 10px;
    display: block
}

.our-condition li a {
    color: #900c5a;
    border-bottom: solid 2px #51c7c8
}

.our-condition li a:hover {
    color: #51c7c8;
    border-bottom: solid 2px #900c5a
}

.faq {
    text-align: right
}

.faq li h3 {
    font-size: 20px;
    padding: 5px;
    color: #51c7c8
}

.faq li,
.web li a,
.web p {
    font-size: 16px
}

.faq li {
    padding: 15px;
    display: block;
    border-bottom: 2px dotted #51c7c8;
    width: 80%
}

.faq li p {
    color: #000;
    text-align: justify
}

@media (max-width:979px) {
    .faq h3 {
        text-align: center
    }
    .faq li,
    .faq li p {
        text-align: justify;
        width: auto;
        margin: auto;
        padding: 10px
    }
}

.web {
    background-image: url(http://rayanhost.com/rayanjv3/images/backgrounds/web-design-background-rayanhost2.jpg);
    background-position: center left;
    background-size: 38%;
    width: 100%
}

.web p {
    padding: 10px;
    width: 55%;
    color: #000;
    line-height: 30px;
    text-align: justify
}

.web h3,
.web li,
.web li a {
    text-align: center
}

.web h3 {
    font-size: 20px;
    padding: 5px;
    color: #51c7c8
}

.web li {
    padding: 10px;
    display: inline
}

.web a,
.web li a {
    display: inline-block
}

.web a {
    color: #900c5a;
    border-bottom: solid 2px #51c7c8;
    line-height: 28px
}

.web a:hover {
    color: #51c7c8;
    border-bottom-color: #900c5a
}

.web li a {
    text-decoration: none;
    padding: 15px;
    width: 160px;
    margin-bottom: 0;
    border-radius: 20px 0;
    line-height: 18px;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #51c7c8;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    margin-left: .3em
}

.our-domain,
.our-work-sample-adwords img,
.our-work-sample-adwords li img {
    margin-left: auto;
    margin-right: auto
}

.web li a:active,
.web li a:focus,
.web li a:hover {
    color: #124254;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media (max-width:979px) {
    .web {
        padding: 10px;
        background-image: none
    }
    .web p {
        width: 100%
    }
    .web li,
    .web li a {
        display: block;
        text-align: center;
        width: 100%
    }
}

.my-register ul {
    text-align: left
}

.my-register li {
    display: inline
}

.my-register li a {
    padding: 10px 15px;
    background-color: #900c5a;
    color: #fff
}

.my-register li a:hover {
    padding: 10px 15px;
    background-color: #fff;
    color: #900c5a;
    border: 1px solid #900c5a
}

@media (max-width:979px) {
    .my-register li {
        padding: 15px;
        display: block;
        text-align: center
    }
}

.google-adwords-page-article {
    margin: auto;
    width: 100%;
    color: #000
}

.google-adwords-page-article p {
    padding: 10px;
    font-size: 16px;
    line-height: 170%;
    text-align: justify
}

.google-adwords-page-article h3 {
    font-size: 20px;
    padding: 5px;
    color: #51c7c8;
    text-align: right
}

.google-adwords-page-article h1,
.google-adwords-page-article h2 {
    font-size: 24px;
    padding: 1px;
    color: #900c5a;
    font-weight: 400;
    text-align: center
}

.google-adwords-page-article strong {
    color: #900c5a
}

.google-adwords-page-article ul {
    list-style-type: circle;
    text-align: right
}

.google-adwords-page-article li {
    padding: 10px
}

.google-adwords-page-article a {
    color: #900c5a;
    border-bottom: solid 2px #30B1D0;
    display: inline-block;
    line-height: 28px
}

.google-adwords-page-article a:hover {
    color: #00a4cc;
    border-bottom-color: #900c5a
}

@media (max-width:979px) {
    .google-adwords-page-article {
        padding: 10px;
        background-image: none
    }
    .google-adwords-page-article p {
        width: 100%
    }
    .google-adwords-page-article ul {
        float: none;
        width: 100%;
        list-style-type: circle
    }
    .google-adwords-page-article li,
    .google-adwords-page-article li a {
        display: block;
        text-align: right;
        width: 100%
    }
}

.our-work-sample-adwords ul,
.web-design ul,
.why-us ul {
    list-style-type: none
}

.my-table {
    overflow-x: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
    color: #000;
    border: 1px solid #ccc
}

tr:nth-child(odd) {
    background-color: #fff
}

tr:nth-child(even) {
    background-color: #f1f1f1
}

tr:first-child,
tr:last-child {
    background-color: #900c5a;
    color: #fff
}

tr:last-child a {
    color: #fff
}

tr:last-child a:hover {
    border-bottom: 2px solid #fff;
    color: #51c7c8
}

table td a {
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle
}

table td,
table th,
table-all td,
table-all th {
    padding: 12px 8px;
    border: 1px solid #51c7c8;
    display: table-cell;
    vertical-align: middle
}

.our-work-sample-adwords img,
.our-work-sample-adwords li,
.web-design li,
.why-us li {
    display: block
}

table td:first-child,
table th:first-child,
table-all td:first-child,
table-all th:first-child {
    padding-left: 16px
}

.our-work-sample-adwords,
.permit,
.web-design,
.why-us {
    padding: 20px
}

.our-work-sample-adwords li img {
    display: block;
    width: auto;
    height: auto;
    text-align: center
}

.our-work-sample-adwords img {
    text-align: center
}

@media (max-width:979px) {
    .our-work-sample-adwords img,
    .our-work-sample-adwords li img {
        width: 100%;
        text-align: center;
        display: block
    }
    .why-us li {
        text-align: right;
        display: block
    }
}

.permit {
    margin-top: 70px
}

.permit p {
    text-align: justify;
    color: #900c5a;
    font-weight: 700;
    margin: auto;
    width: 55%;
    line-height: 28px
}

.our-host li,
.our-host li:first-child,
.our-host li:nth-child(odd) {
    padding: 10px;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC
}

@media (max-width:979px) {
    .permit p {
        text-align: justify;
        width: 100%
    }
    .web-design li {
        text-align: right;
        display: block
    }
}

.our-domain ul,
.our-host li a {
    display: inline-block
}

.our-host p {
    text-align: justify
}

.our-host ul,
.our-host ul:hover {
    float: right;
    min-width: 16%;
    text-align: center;
    list-style-type: none
}

.our-host ul:hover {
    transition: .3s;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 8px 20px 0 rgba(0, 0, 0, .19)
}

.domain-button-li-a:hover,
.w3-btn-block:hover,
.w3-btn-floating-large:hover,
.w3-btn-floating:hover,
.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.our-host li:nth-child(odd) {
    background-color: #f5f5f5
}

.our-host li:first-child {
    color: #fff;
    background-color: #900c5a
}

@media (max-width:979px) {
    .our-host ul {
        padding: 20px;
        list-style-type: none;
        float: none;
        width: 96%
    }
}

.our-domain p {
    text-align: justify
}

.domain-button-li,
.our-domain ul,
.w3-centered tr td,
.w3-centered tr th {
    text-align: center
}

.our-domain ul {
    margin: 2px;
    list-style-type: none;
    background-color: #fff;
    border: 2px solid #900c5a;
    max-width: 13.2%;
    min-width: 13.2%
}

.our-domain li:first-child {
    padding: 10px;
    display: block;
    min-width: 14%;
    background-color: #900c5a;
    color: #fff;
    font-weight: 700
}

.our-domain li {
    padding: 15px;
    display: block;
    color: #000;
    font-weight: 700
}

@media (max-width:979px) {
    .our-domain ul {
        padding: 20px;
        list-style-type: none;
        float: none;
        width: auto;
        max-width: 13.2%;
        min-width: 13.2%
    }
}

@media (max-width:770px) {
    .our-domain ul {
        padding: 20px;
        list-style-type: none;
        float: none;
        max-width: 100%;
        min-width: 13.2%
    }
}

@media (max-width:500px) {
    .our-domain ul {
        padding: 20px;
        list-style-type: none;
        float: none;
        max-width: 100%;
        min-width: 13.2%
    }
}

.domain-button-ul {
    list-style-type: none
}

.domain-button-li {
    padding: 10px
}

.domain-button-li-a {
    display: inline-block;
    text-decoration: none;
    padding: 15px;
    width: 160px;
    margin-bottom: 0;
    border-radius: 20px 0;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #51c7c8;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    margin-left: .3em
}
.my-address{
    padding: 10px;
}
.my-address ul{list-style-type:none;color: #51c7c8;}
.my-address li:nth-child(1){text-align:center;padding:5px;width: 64px;height: 64px;margin: auto;}
.my-address li:nth-child(2){text-align:center;padding:5px;font-size:17px;font-weight:bold;}
.my-address li:nth-child(3){text-align:center;padding:5px;font-size:15px;}
.my-phone{ padding: 10px;}
.my-phone ul{list-style-type:none;color: #51c7c8;}
.my-phone li:nth-child(1){text-align:center;padding:5px;width: 64px;height: 64px;margin: auto;}
.my-phone li:nth-child(2){text-align:center;padding:5px;font-size:17px;font-weight:bold;}
.my-phone li:nth-child(3){text-align:center;padding:5px;font-size: 15px;}
.my-phone li:nth-child(4){text-align:center;padding:5px;font-size:15px;}
.my-mail{ padding: 10px;}
.my-mail ul{list-style-type:none;color: #51c7c8;}
.my-mail li:nth-child(1){text-align:center;padding:5px;width: 64px;height: 64px;margin: auto;}
.my-mail li:nth-child(2){text-align:center;padding:5px;font-size:17px;font-weight:bold;}
.my-mail li:nth-child(3){text-align:center;padding:5px;font-size:15px;}
.my-mail li:nth-child(4){text-align:center;padding:5px;font-size:15px;}
.my-teleg{ padding: 10px;}
.my-teleg ul{list-style-type:none;color: #51c7c8;}
.my-teleg li:nth-child(1){text-align:center;padding:5px;width: 64px;height: 64px;margin: auto;}
.my-teleg li:nth-child(2){text-align:center;padding:5px;font-size:17px;font-weight:bold;}
.my-teleg li:nth-child(3){text-align:center;padding:5px;font-size:15px;}
.my-teleg li:nth-child(4){text-align:center;padding:5px;font-size:15px;}
.w3-accordion-content a,
.w3-btn,
.w3-btn-block,
.w3-dropdown-content a,
.w3-dropnav a,
.w3-navbar a,
.w3-sidenav a,
.w3-topnav a {
    text-decoration: none!important
}

.w3-navbar,
ul.w3-ul {
    list-style-type: none;
    margin: 0
}

.domain-button-li-a:hover {
    color: #124254;
    background-color: #fff
}

.my-logo img {
    width: auto;
    height: auto
}

.w3-image {
    max-width: 100%;
    height: auto
}

.w3-table,
.w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.w3-table-all {
    border: 1px solid #ccc
}

.w3-bordered tr,
.w3-table-all tr {
    border-bottom: 1px solid #ddd
}

.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-table-all tr:nth-child(odd) {
    background-color: #fff
}

.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
    background-color: #ccc
}

.w3-btn,
.w3-btn-block,
.w3-btn-floating,
.w3-btn-floating-large {
    color: #fff;
    background-color: #000;
    cursor: pointer;
    overflow: hidden
}

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
    padding: 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

.w3-table td:first-child,
.w3-table th:first-child,
.w3-table-all td:first-child,
.w3-table-all th:first-child {
    padding-left: 16px
}

.w3-btn,
.w3-btn-block {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap
}

.w3-btn,
.w3-btn-floating,
.w3-btn-floating-large,
.w3-closenav,
.w3-opennav {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-btn-floating,
.w3-btn-floating-large {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    font-size: 24px
}

.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.w3-btn-floating-large {
    width: 56px;
    height: 56px;
    line-height: 56px
}

.w3-btn-floating-large:disabled,
.w3-btn-floating:disabled,
.w3-btn:disabled,
.w3-disabled {
    cursor: not-allowed;
    opacity: .3
}

.w3-btn-block.w3-disabled,
.w3-btn-floating.w3-disabled *,
.w3-btn-floating:disabled *,
.w3-btn.w3-disabled *,
.w3-btn:disabled * {
    pointer-events: none
}

.w3-btn-block.w3-disabled:hover,
.w3-btn-floating-large.w3-disabled:hover,
.w3-btn-floating-large:disabled:hover,
.w3-btn-floating.w3-disabled:hover,
.w3-btn-floating:disabled:hover,
.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
    box-shadow: none
}

.w3-btn-group .w3-btn {
    float: left
}

.w3-btn-block {
    width: 100%
}

.w3-btn-bar .w3-btn {
    box-shadow: none;
    background-color: inherit;
    color: inherit;
    float: left
}

.w3-btn-bar .w3-btn:hover {
    background-color: #ccc
}

.w3-badge,
.w3-sign,
.w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.w3-navbar .w3-dropdown-click:hover,
.w3-navbar .w3-dropdown-hover:first-child,
.w3-navbar .w3-dropdown-hover:hover,
.w3-navbar li a:hover {
    background-color: #ccc;
    color: #000
}

.w3-badge {
    border-radius: 50%
}

ul.w3-ul {
    padding: 0
}

ul.w3-ul li {
    padding: 6px 2px 6px 16px;
    border-bottom: 1px solid #ddd
}

ul.w3-ul li:last-child {
    border-bottom: none
}

.w3-display-container,
.w3-tooltip {
    position: relative
}

.w3-tooltip .w3-text {
    display: none
}

.w3-tooltip:hover .w3-text {
    display: inline-block
}

.w3-navbar {
    padding: 0;
    overflow: hidden
}

.w3-modal,
.w3-sidenav {
    height: 100%;
    overflow: auto
}

.w3-navbar li {
    float: left
}

.w3-navbar li a,
.w3-navitem {
    display: block;
    padding: 8px 16px
}

.w3-navbar .w3-dropdown-click,
.w3-navbar .w3-dropdown-hover {
    position: static
}

.w3-navbar .w3-opennav.w3-right {
    float: right!important
}

.w3-topnav {
    padding: 8px
}

.w3-topnav a {
    padding: 0 8px;
    border-bottom: 3px solid transparent;
    -webkit-transition: border-bottom .3s;
    transition: border-bottom .3s
}

.w3-topnav a:hover {
    border-bottom: 3px solid #fff
}

.w3-topnav .w3-dropdown-hover a {
    border-bottom: 0
}

.w3-closenav,
.w3-opennav {
    color: inherit
}

.w3-closenav:hover,
.w3-opennav:hover {
    cursor: pointer;
    opacity: .8
}

.w3-accordion-content a,
.w3-btn,
.w3-btn-block,
.w3-btn-floating,
.w3-btn-floating-large,
.w3-closebtn,
.w3-closenav,
.w3-dropdown-click:hover,
.w3-dropdown-content a,
.w3-dropdown-hover:hover,
.w3-dropnav a,
.w3-hover-amber,
.w3-hover-aqua,
.w3-hover-black,
.w3-hover-blue,
.w3-hover-blue-grey,
.w3-hover-brown,
.w3-hover-cyan,
.w3-hover-dark-grey,
.w3-hover-deep-orange,
.w3-hover-deep-purple,
.w3-hover-grayscale,
.w3-hover-green,
.w3-hover-grey,
.w3-hover-greyscale,
.w3-hover-indigo,
.w3-hover-khaki,
.w3-hover-light-blue,
.w3-hover-light-green,
.w3-hover-light-grey,
.w3-hover-lime,
.w3-hover-opacity,
.w3-hover-opacity-off,
.w3-hover-orange,
.w3-hover-pink,
.w3-hover-purple,
.w3-hover-red,
.w3-hover-sand,
.w3-hover-sepia,
.w3-hover-shadow,
.w3-hover-teal,
.w3-hover-text-amber,
.w3-hover-text-aqua,
.w3-hover-text-black,
.w3-hover-text-blue,
.w3-hover-text-blue-grey,
.w3-hover-text-brown,
.w3-hover-text-cyan,
.w3-hover-text-dark-grey,
.w3-hover-text-deep-orange,
.w3-hover-text-deep-purple,
.w3-hover-text-green,
.w3-hover-text-grey,
.w3-hover-text-indigo,
.w3-hover-text-khaki,
.w3-hover-text-light-blue,
.w3-hover-text-light-green,
.w3-hover-text-light-grey,
.w3-hover-text-lime,
.w3-hover-text-orange,
.w3-hover-text-pink,
.w3-hover-text-purple,
.w3-hover-text-red,
.w3-hover-text-sand,
.w3-hover-text-teal,
.w3-hover-text-white,
.w3-hover-text-yellow,
.w3-hover-white,
.w3-hover-yellow,
.w3-hoverable li,
.w3-hoverable tbody tr,
.w3-navbar a,
.w3-opennav,
.w3-pagination li a,
.w3-sidenav a {
    -webkit-transition: background-color .3s, color .15s, box-shadow .3s, opacity .3s, filter .3s;
    transition: background-color .3s, color .15s, box-shadow .3s, opacity .3s, filter .3s
}

.w3-ripple:active {
    opacity: .5
}

.w3-ripple {
    -webkit-transition: opacity 0s;
    transition: opacity 0s
}

.w3-sidenav {
    width: 200px;
    background-color: #fff;
    position: fixed!important;
    z-index: 1
}

.w3-modal,
.w3-sidenav .w3-dropdown-click,
.w3-sidenav .w3-dropdown-hover {
    width: 100%
}

.w3-sidenav a {
    padding: 4px 2px 4px 16px
}

.w3-sidenav a:hover {
    background-color: #ccc
}

.w3-dropnav a,
.w3-sidenav a {
    display: block
}

.w3-dropnav a:hover,
.w3-sidenav .w3-dropdown-click:hover,
.w3-sidenav .w3-dropdown-hover:first-child,
.w3-sidenav .w3-dropdown-hover:hover {
    background-color: #ccc;
    color: #000
}

.w3-sidenav .w3-dropdown-click .w3-dropdown-content,
.w3-sidenav .w3-dropdown-hover .w3-dropdown-content {
    min-width: 100%
}

#main,
.w3-main {
    transition: margin-left .4s
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-closebtn {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: 700;
    color: inherit
}

.w3-closebtn:focus,
.w3-closebtn:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.w3-pagination {
    display: inline-block;
    padding: 0;
    margin: 0
}

.w3-pagination li {
    display: inline
}

.w3-pagination li a {
    text-decoration: none;
    color: #000;
    float: left;
    padding: 8px 16px
}

.w3-pagination li a:hover {
    background-color: #ccc
}

.w3-group,
.w3-input-group {
    margin-top: 24px;
    margin-bottom: 24px
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid grey;
    width: 100%
}

.w3-label {
    color: #009688
}

.w3-input:not(:valid)~.w3-validate {
    color: #f44336
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    color: #000;
    border: 1px solid transparent;
    border-bottom: 1px solid #009688
}

.w3-select select:focus {
    color: #000;
    border: 1px solid #009688
}

.w3-select option[disabled] {
    color: #009688
}

.w3-dropdown-click,
.w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.w3-dropdown-hover:hover .w3-dropdown-content {
    display: block;
    z-index: 1
}

.w3-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0
}

.w3-accordion-content a:hover,
.w3-dropdown-content a:hover {
    background-color: #ccc
}

.w3-dropdown-content a {
    padding: 6px 16px;
    display: block
}

.w3-accordion {
    width: 100%;
    cursor: pointer
}

.w3-accordion-content {
    cursor: auto;
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0
}

.w3-accordion-content a {
    padding: 6px 16px;
    display: block
}

.w3-progress-container {
    width: 100%;
    height: 1.5em;
    position: relative;
    background-color: #f1f1f1
}

.w3-progressbar {
    background-color: #757575;
    height: 100%;
    position: absolute;
    line-height: inherit
}

input[type=checkbox].w3-check,
input[type=radio].w3-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

input[type=checkbox].w3-check:checked+.w3-validate,
input[type=radio].w3-radio:checked+.w3-validate {
    color: #009688
}

input[type=checkbox].w3-check:disabled+.w3-validate,
input[type=radio].w3-radio:disabled+.w3-validate {
    color: #aaa
}

.w3-responsive {
    overflow-x: auto
}

.w3-btn-bar:after,
.w3-btn-bar:before,
.w3-btn-group:after,
.w3-btn-group:before,
.w3-clear:after,
.w3-container:after,
.w3-panel:after,
.w3-row-padding:after,
.w3-row:after,
.w3-topnav:after {
    content: "";
    display: table;
    clear: both
}

.w3-col,
.w3-half,
.w3-quarter,
.w3-third,
.w3-threequarter,
.w3-twothird {
    float: right;
    width: 100%
}

.w3-col.s1 {
    width: 8.33333%
}

.w3-col.s2 {
    width: 16.66666%
}

.w3-col.s3 {
    width: 24.99999%
}

.w3-col.s4 {
    width: 33.33333%
}

.w3-col.s5 {
    width: 41.66666%
}

.w3-col.s6 {
    width: 49.99999%
}

.w3-col.s7 {
    width: 58.33333%
}

.w3-col.s8 {
    width: 66.66666%
}

.w3-col.s9 {
    width: 74.99999%
}

.w3-col.s10 {
    width: 83.33333%
}

.w3-col.s11 {
    width: 91.66666%
}

.w3-col.s12,
.w3-half,
.w3-quarter,
.w3-third,
.w3-threequarter,
.w3-twothird {
    width: 99.99999%
}

@media only screen and (min-width:601px) {
    .w3-col.m1 {
        width: 8.33333%
    }
    .w3-col.m2 {
        width: 16.66666%
    }
    .w3-col.m3,
    .w3-quarter {
        width: 24.99999%
    }
    .w3-col.m4,
    .w3-third {
        width: 33.33333%
    }
    .w3-col.m5 {
        width: 41.66666%
    }
    .w3-col.m6,
    .w3-half {
        width: 49.99999%
    }
    .w3-col.m7 {
        width: 58.33333%
    }
    .w3-col.m8,
    .w3-twothird {
        width: 66.66666%
    }
    .w3-col.m9,
    .w3-threequarter {
        width: 74.99999%
    }
    .w3-col.m10 {
        width: 83.33333%
    }
    .w3-col.m11 {
        width: 91.66666%
    }
    .w3-col.m12 {
        width: 99.99999%
    }
}

@media only screen and (min-width:993px) {
    .w3-col.l1 {
        width: 8.33333%
    }
    .w3-col.l2 {
        width: 16.66666%
    }
    .w3-col.l3,
    .w3-quarter {
        width: 24.99999%
    }
    .w3-col.l4,
    .w3-third {
        width: 33.33333%
    }
    .w3-col.l5 {
        width: 41.66666%
    }
    .w3-col.l6,
    .w3-half {
        width: 49.99999%
    }
    .w3-col.l7 {
        width: 58.33333%
    }
    .w3-col.l8,
    .w3-twothird {
        width: 66.66666%
    }
    .w3-col.l9,
    .w3-threequarter {
        width: 74.99999%
    }
    .w3-col.l10 {
        width: 83.33333%
    }
    .w3-col.l11 {
        width: 91.66666%
    }
    .w3-col.l12 {
        width: 99.99999%
    }
}

.w3-content {
    max-width: 980px;
    margin: auto
}

.w3-rest {
    overflow: hidden
}

.w3-hide {
    display: none!important
}

.w3-show,
.w3-show-block {
    display: block!important
}

.w3-show-inline-block {
    display: inline-block!important
}

@media (max-width:600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto!important
    }
    .w3-modal {
        padding-top: 30px
    }
}

@media (max-width:768px) {
    .w3-modal-content {
        width: 500px
    }
    .w3-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px
    }
}

@media screen and (max-width:600px) {
    .w3-topnav a {
        display: block
    }
    .w3-navbar li:not(.w3-opennav) {
        float: none;
        width: 100%!important
    }
    .w3-navbar li.w3-right {
        float: none!important
    }
    .w3-navbar .w3-dropdown-click .w3-dropdown-content,
    .w3-navbar .w3-dropdown-hover .w3-dropdown-content,
    .w3-topnav .w3-dropdown-hover .w3-dropdown-content {
        position: relative
    }
    .w3-navbar,
    .w3-topnav {
        text-align: center
    }
}

@media (max-width:600px) {
    .w3-hide-small {
        display: none!important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .w3-hide-medium {
        display: none!important
    }
}

@media (min-width:993px) {
    .w3-hide-large {
        display: none!important
    }
}

@media screen and (max-width:992px) {
    .w3-sidenav.w3-collapse {
        display: none
    }
    .w3-main {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:993px) {
    .w3-sidenav.w3-collapse {
        display: block!important
    }
}

.w3-bottom,
.w3-top {
    position: fixed;
    width: 100%;
    z-index: 1
}

.w3-top {
    top: 0
}

.w3-bottom {
    bottom: 0
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2
}

.w3-left {
    float: left!important
}

.w3-right {
    float: right!important
}

.w3-tiny {
    font-size: 10px!important
}

.w3-small {
    font-size: 12px!important
}

.w3-medium {
    font-size: 15px!important
}

.w3-large {
    font-size: 18px!important
}

.w3-xlarge {
    font-size: 24px!important
}

.w3-xxlarge {
    font-size: 36px!important
}

.w3-xxxlarge {
    font-size: 48px!important
}

.w3-jumbo {
    font-size: 64px!important
}

.w3-vertical {
    word-break: break-all;
    line-height: 1;
    text-align: center;
    width: .6em
}

.w3-left-align {
    text-align: left!important
}

.w3-right-align {
    text-align: right!important
}

.w3-justify {
    text-align: justify!important
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.w3-circle {
    border-radius: 50%!important
}

.w3-round-small {
    border-radius: 2px!important
}

.w3-round,
.w3-round-medium {
    border-radius: 4px!important
}

.w3-round-large {
    border-radius: 8px!important
}

.w3-round-xlarge {
    border-radius: 16px!important
}

.w3-round-xxlarge {
    border-radius: 32px!important
}

.w3-round-jumbo {
    border-radius: 64px!important
}

.w3-border-0 {
    border: 0!important
}

.w3-border {
    border: 1px solid #ccc!important
}

.w3-border-top {
    border-top: 1px solid #ccc!important
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc!important
}

.w3-border-left {
    border-left: 1px solid #ccc!important
}

.w3-border-right {
    border-right: 1px solid #ccc!important
}

.w3-margin {
    margin: 16px!important
}

.w3-margin-0 {
    margin: 0!important
}

.w3-margin-top,
.w3-panel,
.w3-section {
    margin-top: 16px!important
}

.w3-margin-bottom,
.w3-panel,
.w3-section {
    margin-bottom: 16px!important
}

.w3-margin-left {
    margin-left: 16px!important
}

.w3-margin-right {
    margin-right: 16px!important
}

.w3-padding-tiny {
    padding: 2px 4px!important
}

.w3-padding-small {
    padding: 4px 8px!important
}

.w3-form,
.w3-padding,
.w3-padding-medium {
    padding: 8px 16px!important
}

.w3-padding-large {
    padding: 12px 24px!important
}

.w3-padding-xlarge {
    padding: 16px 32px!important
}

.w3-padding-xxlarge {
    padding: 24px 48px!important
}

.w3-padding-jumbo {
    padding: 32px 64px!important
}

.w3-padding-4 {
    padding-top: 4px!important;
    padding-bottom: 4px!important
}

.w3-padding-8 {
    padding-top: 8px!important;
    padding-bottom: 8px!important
}

.w3-padding-12 {
    padding-top: 12px!important;
    padding-bottom: 12px!important
}

.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important
}

.w3-padding-24 {
    padding-top: 24px!important;
    padding-bottom: 24px!important
}

.w3-padding-32 {
    padding-top: 32px!important;
    padding-bottom: 32px!important
}

.w3-padding-48 {
    padding-top: 48px!important;
    padding-bottom: 48px!important
}

.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important
}

.w3-padding-128 {
    padding-top: 128px!important;
    padding-bottom: 128px!important
}

.w3-padding-0 {
    padding: 0!important
}

.w3-padding-top {
    padding-top: 8px!important
}

.w3-padding-bottom {
    padding-bottom: 8px!important
}

.w3-padding-left {
    padding-left: 16px!important
}

.w3-padding-right {
    padding-right: 16px!important
}

.w3-topbar {
    border-top: 6px solid #ccc!important
}

.w3-bottombar {
    border-bottom: 6px solid #ccc!important
}

.w3-leftbar {
    border-left: 6px solid #ccc!important
}

.w3-rightbar {
    border-right: 6px solid #ccc!important
}

.w3-row-padding,
.w3-row-padding>.w3-col,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-twothird {
    padding: 0 8px
}

.w3-container,
.w3-example,
.w3-panel {
    padding: .01em 16px
}

.w3-spin {
    animation: w3-spin 2s infinite linear;
    -webkit-animation: w3-spin 2s infinite linear
}

@-webkit-keyframes w3-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes w3-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.w3-example {
    background-color: #f1f1f1
}

.w3-code {
    line-height: 1.4;
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.w3-codespan {
    color: #dc143c;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.w3-hover-none:hover,
.w3-transparent {
    background-color: transparent!important
}

.w3-code,
.w3-example {
    margin: 20px 0
}

.w3-card {
    border: 1px solid #ccc
}

.w3-card-2,
.w3-example {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)!important
}

.w3-card-4,
.w3-hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)!important
}

.w3-card-8 {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)!important
}

.w3-card-12 {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19)!important
}

.w3-card-16 {
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21)!important
}

.w3-card-24 {
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22)!important
}

.w3-animate-fading {
    -webkit-animation: fading 10s infinite;
    animation: fading 10s infinite
}

@-webkit-keyframes fading {
    0%,
    100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes fading {
    0%,
    100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

.w3-animate-opacity {
    -webkit-animation: opac .8s;
    animation: opac .8s
}

@-webkit-keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.w3-animate-top {
    position: relative;
    -webkit-animation: animatetop .4s;
    animation: animatetop .4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.w3-animate-left {
    position: relative;
    -webkit-animation: animateleft .4s;
    animation: animateleft .4s
}

@-webkit-keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.w3-animate-right {
    position: relative;
    -webkit-animation: animateright .4s;
    animation: animateright .4s
}

@-webkit-keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

.w3-animate-bottom {
    position: relative;
    -webkit-animation: animatebottom .4s;
    animation: animatebottom .4s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.w3-animate-zoom {
    -webkit-animation: animatezoom .6s;
    animation: animatezoom .6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.w3-animate-input {
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out
}

.w3-animate-input:focus {
    width: 100%!important
}

.w3-hover-opacity:hover,
.w3-opacity {
    opacity: .6;
    filter: alpha(opacity=60)
}

.w3-hover-opacity-off:hover,
.w3-opacity-off {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden
}

.w3-opacity-max {
    opacity: .25;
    filter: alpha(opacity=25)
}

.w3-opacity-min {
    opacity: .75;
    filter: alpha(opacity=75)
}

.w3-grayscale-max,
.w3-greyscale-max,
.w3-hover-grayscale:hover,
.w3-hover-greyscale:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.w3-grayscale,
.w3-greyscale {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%)
}

.w3-grayscale-min,
.w3-greyscale-min {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%)
}

.w3-sepia {
    -webkit-filter: sepia(75%);
    filter: sepia(75%)
}

.w3-hover-sepia:hover,
.w3-sepia-max {
    -webkit-filter: sepia(100%);
    filter: sepia(100%)
}

.w3-sepia-min {
    -webkit-filter: sepia(50%);
    filter: sepia(50%)
}

.w3-text-shadow {
    text-shadow: 1px 1px 0 #444
}

.w3-text-shadow-white {
    text-shadow: 1px 1px 0 #ddd
}

.w3-hover-none:hover {
    box-shadow: none!important
}

.w3-amber,
.w3-hover-amber:hover {
    color: #000!important;
    background-color: #ffc107!important
}

.w3-aqua,
.w3-hover-aqua:hover {
    color: #000!important;
    background-color: #0ff!important
}

.w3-blue,
.w3-hover-blue:hover {
    color: #fff!important;
    background-color: #2196F3!important
}

.w3-hover-light-blue:hover,
.w3-light-blue {
    color: #000!important;
    background-color: #87CEEB!important
}

.w3-brown,
.w3-hover-brown:hover {
    color: #fff!important;
    background-color: #795548!important
}

.w3-cyan,
.w3-hover-cyan:hover {
    color: #000!important;
    background-color: #00bcd4!important
}

.w3-blue-gray,
.w3-blue-grey,
.w3-hover-blue-gray:hover,
.w3-hover-blue-grey:hover {
    color: #fff!important;
    background-color: #607d8b!important
}

.w3-green,
.w3-hover-green:hover {
    color: #fff!important;
    background-color: #4CAF50!important
}

.w3-hover-light-green:hover,
.w3-light-green {
    color: #000!important;
    background-color: #8bc34a!important
}

.w3-hover-indigo:hover,
.w3-indigo {
    color: #fff!important;
    background-color: #3f51b5!important
}

.w3-hover-khaki:hover,
.w3-khaki {
    color: #000!important;
    background-color: khaki!important
}

.w3-hover-lime:hover,
.w3-lime {
    color: #000!important;
    background-color: #cddc39!important
}

.w3-hover-orange:hover,
.w3-orange {
    color: #000!important;
    background-color: #ff9800!important
}

.w3-deep-orange,
.w3-hover-deep-orange:hover {
    color: #fff!important;
    background-color: #ff5722!important
}

.w3-hover-pink:hover,
.w3-pink {
    color: #fff!important;
    background-color: #e91e63!important
}

.w3-hover-purple:hover,
.w3-purple {
    color: #fff!important;
    background-color: #9c27b0!important
}

.w3-deep-purple,
.w3-hover-deep-purple:hover {
    color: #fff!important;
    background-color: #673ab7!important
}

.w3-hover-red:hover,
.w3-red {
    color: #fff!important;
    background-color: #f44336!important
}

.w3-hover-sand:hover,
.w3-sand {
    color: #000!important;
    background-color: #fdf5e6!important
}

.w3-hover-teal:hover,
.w3-teal {
    color: #fff!important;
    background-color: #009688!important
}

.w3-hover-yellow:hover,
.w3-yellow {
    color: #000!important;
    background-color: #ffeb3b!important
}

.w3-hover-white:hover,
.w3-white {
    color: #000!important;
    background-color: #fff!important
}

.w3-black,
.w3-hover-black:hover {
    color: #fff!important;
    background-color: #000!important
}

.w3-gray,
.w3-grey,
.w3-hover-gray:hover,
.w3-hover-grey:hover {
    color: #000!important;
    background-color: #9e9e9e!important
}

.w3-hover-light-gray:hover,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-light-grey {
    color: #000!important;
    background-color: #f1f1f1!important
}

.w3-dark-gray,
.w3-dark-grey,
.w3-hover-dark-gray:hover,
.w3-hover-dark-grey:hover {
    color: #fff!important;
    background-color: #616161!important
}

.w3-hover-pale-red:hover,
.w3-pale-red {
    color: #000!important;
    background-color: #fdd!important
}

.w3-hover-pale-green:hover,
.w3-pale-green {
    color: #000!important;
    background-color: #dfd!important
}

.w3-hover-pale-yellow:hover,
.w3-pale-yellow {
    color: #000!important;
    background-color: #ffc!important
}

.w3-hover-pale-blue:hover,
.w3-pale-blue {
    color: #000!important;
    background-color: #dff!important
}

.w3-hover-text-amber:hover,
.w3-text-amber {
    color: #ffc107!important
}

.w3-hover-text-aqua:hover,
.w3-text-aqua {
    color: #0ff!important
}

.w3-hover-text-blue:hover,
.w3-text-blue {
    color: #2196F3!important
}

.w3-hover-text-light-blue:hover,
.w3-text-light-blue {
    color: #87CEEB!important
}

.w3-hover-text-brown:hover,
.w3-text-brown {
    color: #795548!important
}

.w3-hover-text-cyan:hover,
.w3-text-cyan {
    color: #00bcd4!important
}

.w3-hover-text-blue-gray:hover,
.w3-hover-text-blue-grey:hover,
.w3-text-blue-gray,
.w3-text-blue-grey {
    color: #607d8b!important
}

.w3-hover-text-green:hover,
.w3-text-green {
    color: #4CAF50!important
}

.w3-hover-text-light-green:hover,
.w3-text-light-green {
    color: #8bc34a!important
}

.w3-hover-text-indigo:hover,
.w3-text-indigo {
    color: #3f51b5!important
}

.w3-hover-text-khaki:hover,
.w3-text-khaki {
    color: #b4aa50!important
}

.w3-hover-text-lime:hover,
.w3-text-lime {
    color: #cddc39!important
}

.w3-hover-text-orange:hover,
.w3-text-orange {
    color: #ff9800!important
}

.w3-hover-text-deep-orange:hover,
.w3-text-deep-orange {
    color: #ff5722!important
}

.w3-hover-text-pink:hover,
.w3-text-pink {
    color: #e91e63!important
}

.w3-hover-text-purple:hover,
.w3-text-purple {
    color: #9c27b0!important
}

.w3-hover-text-deep-purple:hover,
.w3-text-deep-purple {
    color: #673ab7!important
}

.w3-hover-text-red:hover,
.w3-text-red {
    color: #f44336!important
}

.w3-hover-text-sand:hover,
.w3-text-sand {
    color: #fdf5e6!important
}

.w3-hover-text-teal:hover,
.w3-text-teal {
    color: #009688!important
}

.w3-hover-text-yellow:hover,
.w3-text-yellow {
    color: #d2be0e!important
}

.w3-hover-text-white:hover,
.w3-text-white {
    color: #fff!important
}

.w3-hover-text-black:hover,
.w3-text-black {
    color: #000!important
}

.w3-hover-text-gray:hover,
.w3-hover-text-grey:hover,
.w3-text-gray,
.w3-text-grey {
    color: #757575!important
}

.w3-hover-text-light-gray:hover,
.w3-hover-text-light-grey:hover,
.w3-text-light-gray,
.w3-text-light-grey {
    color: #f1f1f1!important
}

.w3-hover-text-dark-gray:hover,
.w3-hover-text-dark-grey:hover,
.w3-text-dark-gray,
.w3-text-dark-grey {
    color: #3a3a3a!important
}

.w3-border-amber,
.w3-hover-border-amber:hover {
    border-color: #ffc107!important
}

.w3-border-aqua,
.w3-hover-border-aqua:hover {
    border-color: #0ff!important
}

.w3-border-blue,
.w3-hover-border-blue:hover {
    border-color: #2196F3!important
}

.w3-border-light-blue,
.w3-hover-border-light-blue:hover {
    border-color: #87CEEB!important
}

.w3-border-brown,
.w3-hover-border-brown:hover {
    border-color: #795548!important
}

.w3-border-cyan,
.w3-hover-border-cyan:hover {
    border-color: #00bcd4!important
}

.w3-border-blue-gray,
.w3-border-blue-grey,
.w3-hover-blue-gray:hover,
.w3-hover-blue-grey:hover {
    border-color: #607d8b!important
}

.w3-border-green,
.w3-hover-border-green:hover {
    border-color: #4CAF50!important
}

.w3-border-light-green,
.w3-hover-border-light-green:hover {
    border-color: #8bc34a!important
}

.w3-border-indigo,
.w3-hover-border-indigo:hover {
    border-color: #3f51b5!important
}

.w3-border-khaki,
.w3-hover-border-khaki:hover {
    border-color: khaki!important
}

.w3-border-lime,
.w3-hover-border-lime:hover {
    border-color: #cddc39!important
}

.w3-border-orange,
.w3-hover-border-orange:hover {
    border-color: #ff9800!important
}

.w3-border-deep-orange,
.w3-hover-border-deep-orange:hover {
    border-color: #ff5722!important
}

.w3-border-pink,
.w3-hover-border-pink:hover {
    border-color: #e91e63!important
}

.w3-border-purple,
.w3-hover-border-purple:hover {
    border-color: #9c27b0!important
}

.w3-border-deep-purple,
.w3-hover-border-deep-purple:hover {
    border-color: #673ab7!important
}

.w3-border-red,
.w3-hover-border-red:hover {
    border-color: #f44336!important
}

.w3-border-sand,
.w3-hover-border-sand:hover {
    border-color: #fdf5e6!important
}

.w3-border-teal,
.w3-hover-border-teal:hover {
    border-color: #009688!important
}

.w3-border-yellow,
.w3-hover-border-yellow:hover {
    border-color: #ffeb3b!important
}

.w3-border-white,
.w3-hover-border-white:hover {
    border-color: #fff!important
}

.w3-border-black,
.w3-hover-border-black:hover {
    border-color: #000!important
}

.w3-border-gray,
.w3-border-grey,
.w3-hover-border-gray:hover,
.w3-hover-border-grey:hover {
    border-color: #9e9e9e!important
}

.w3-border-light-gray,
.w3-border-light-grey,
.w3-hover-border-light-gray:hover,
.w3-hover-border-light-grey:hover {
    border-color: #f1f1f1!important
}

.w3-border-dark-gray,
.w3-border-dark-grey,
.w3-hover-border-dark-gray:hover,
.w3-hover-border-dark-grey:hover {
    border-color: #616161!important
}

.w3-border-pale-red,
.w3-hover-border-pale-red:hover {
    border-color: #ffe7e7!important
}

.w3-border-pale-green,
.w3-hover-border-pale-green:hover {
    border-color: #e7ffe7!important
}

.w3-border-pale-yellow,
.w3-hover-border-pale-yellow:hover {
    border-color: #ffc!important
}

.w3-border-pale-blue,
.w3-hover-border-pale-blue:hover {
    border-color: #e7ffff!important
}