.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn {
    display: inline-block;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    background-image: none;
    border: none;
    text-shadow: none;
    text-decoration: none;
    border-bottom-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn:hover {
    -webkit-transform: translate(0px, 2px);
    -moz-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    -o-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
    text-shadow: none;
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.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;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-default {
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #999;
    text-shadow: none;
    -webkit-box-shadow: 0 4px #e1e1e1;
    -moz-box-shadow: 0 4px #e1e1e1;
    box-shadow: 0 4px #e1e1e1;
}

.btn-default:hover {
    background: #fcfcfc;
    border: 1px solid #e1e1e1;
    color: #999;
    -webkit-box-shadow: 0 2px #e1e1e1;
    -moz-box-shadow: 0 2px #e1e1e1;
    box-shadow: 0 2px #e1e1e1;
}

.btn-default:focus {
    background: #fcfcfc;
    border: 1px solid #e1e1e1;
    color: #999;
    -webkit-transform: translate(0px, 4px);
    -moz-transform: translate(0px, 4px);
    -ms-transform: translate(0px, 4px);
    -o-transform: translate(0px, 4px);
    transform: translate(0px, 4px);
    -webkit-box-shadow: 0 0 #e1e1e1;
    -moz-box-shadow: 0 0 #e1e1e1;
    box-shadow: 0 0 #e1e1e1;
}

.btn-primary {
    background: #3498db;
    -webkit-box-shadow: 0 4px #196090;
    -moz-box-shadow: 0 4px #196090;
    box-shadow: 0 4px #196090;
}

.btn-primary:hover {
    background: #217dbb;
    -webkit-box-shadow: 0 2px #196090;
    -moz-box-shadow: 0 2px #196090;
    box-shadow: 0 2px #196090;
}

.btn-primary:focus {
    -webkit-transform: translate(0px, 4px);
    -moz-transform: translate(0px, 4px);
    -ms-transform: translate(0px, 4px);
    -o-transform: translate(0px, 4px);
    transform: translate(0px, 4px);
    -webkit-box-shadow: 0 0 #196090;
    -moz-box-shadow: 0 0 #196090;
    box-shadow: 0 0 #196090;
}

.btn-warning {
    background: #faa732;
    -webkit-box-shadow: 0 4px #c17305;
    -moz-box-shadow: 0 4px #c17305;
    box-shadow: 0 4px #c17305;
}

.btn-warning:hover {
    background: #f39106;
    -webkit-box-shadow: 0 2px #c17305;
    -moz-box-shadow: 0 2px #c17305;
    box-shadow: 0 2px #c17305;
}

.btn-warning:focus {
    -webkit-transform: translate(0px, 4px);
    -moz-transform: translate(0px, 4px);
    -ms-transform: translate(0px, 4px);
    -o-transform: translate(0px, 4px);
    transform: translate(0px, 4px);
    -webkit-box-shadow: 0 0 #c17305;
    -moz-box-shadow: 0 0 #c17305;
    box-shadow: 0 0 #c17305;
}

.btn-danger {
    background: #c0392b;
    -webkit-box-shadow: 0 4px #6d2018;
    -moz-box-shadow: 0 4px #6d2018;
    box-shadow: 0 4px #6d2018;
}

.btn-danger:hover {
    background: #962d22;
    -webkit-box-shadow: 0 2px #6d2018;
    -moz-box-shadow: 0 2px #6d2018;
    box-shadow: 0 2px #6d2018;
}

.btn-danger:focus {
    -webkit-transform: translate(0px, 4px);
    -moz-transform: translate(0px, 4px);
    -ms-transform: translate(0px, 4px);
    -o-transform: translate(0px, 4px);
    transform: translate(0px, 4px);
    -webkit-box-shadow: 0 0 #6d2018;
    -moz-box-shadow: 0 0 #6d2018;
    box-shadow: 0 0 #6d2018;
}

.btn-success {
    background: #69bd43;
    -webkit-box-shadow: 0 4px #3f7228;
    -moz-box-shadow: 0 4px #3f7228;
    box-shadow: 0 4px #3f7228;
}

.btn-success:hover {
    background: #549835;
    -webkit-box-shadow: 0 2px #3f7228;
    -moz-box-shadow: 0 2px #3f7228;
    box-shadow: 0 2px #3f7228;
}

.btn-success:focus {
    -webkit-transform: translate(0px, 4px);
    -moz-transform: translate(0px, 4px);
    -ms-transform: translate(0px, 4px);
    -o-transform: translate(0px, 4px);
    transform: translate(0px, 4px);
    -webkit-box-shadow: 0 0 #3f7228;
    -moz-box-shadow: 0 0 #3f7228;
    box-shadow: 0 0 #3f7228;
}

.btn-info {
    background: #e34949;
    -webkit-box-shadow: 0 4px #ac1a1a;
    -moz-box-shadow: 0 4px #ac1a1a;
    box-shadow: 0 4px #ac1a1a;
}

.btn-info:hover {
    background: #d82121;
    -webkit-box-shadow: 0 2px #ac1a1a;
    -moz-box-shadow: 0 2px #ac1a1a;
    box-shadow: 0 2px #ac1a1a;
}

.btn-info:focus {
    -webkit-transform: translate(0px, 4px);
    -moz-transform: translate(0px, 4px);
    -ms-transform: translate(0px, 4px);
    -o-transform: translate(0px, 4px);
    transform: translate(0px, 4px);
    -webkit-box-shadow: 0 0 #ac1a1a;
    -moz-box-shadow: 0 0 #ac1a1a;
    box-shadow: 0 0 #ac1a1a;
}

.btn-inverse {
    background: #555;
    -webkit-box-shadow: 0 4px #222222;
    -moz-box-shadow: 0 4px #222222;
    box-shadow: 0 4px #222222;
}

.btn-inverse:hover {
    background: #3c3c3c;
    -webkit-box-shadow: 0 2px #222222;
    -moz-box-shadow: 0 2px #222222;
    box-shadow: 0 2px #222222;
}

.btn-inverse:focus {
    -webkit-transform: translate(0px, 4px);
    -moz-transform: translate(0px, 4px);
    -ms-transform: translate(0px, 4px);
    -o-transform: translate(0px, 4px);
    transform: translate(0px, 4px);
    -webkit-box-shadow: 0 0 #222222;
    -moz-box-shadow: 0 0 #222222;
    box-shadow: 0 0 #222222;
}

button.btn,
input[type="submit"].btn {
    padding-top: 3px;
    padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    padding-top: 7px;
    padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    padding-top: 3px;
    padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    padding-top: 1px;
    padding-bottom: 1px;
}

.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: #049cdb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-link:hover {
    color: #000000;
    text-decoration: underline;
    background-color: transparent;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.page-header {
    padding-bottom: 0px;
    border-bottom: none;
    margin: 5px 0;
}

#sp-menu #sp-main-menu ul.level-0>li {
    padding-top: 10px;
}

.entry-header {
    position: relative;
}

.create-date {
    float: left;
    margin: 3px 10px 0 0;
}

.year {
    display: block;
}

.entry-meta.muted {
    position: relative;
    background: none;
    color: #bfbfbf;
    padding: 5px;
    margin: 10px 0 2px 0;
    font-size: 12px;
}

.entry-meta.muted>span,
.entry-meta.muted>time {
    margin: 0 5px;
    font-size: 14px;
}

.entry-meta ul {
    margin: 0 5px;
}

.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 {
    display: none;
}

.entry-meta ul.actions li a span {
    display: none;
}

.entry-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 14px;
}

#sp-component-area-wrapper p {
    margin-top: 15px;
}

#sp-component-area-wrapper .watchvideo p {
    font-size: 12px;
    font-weight: bold;
}

.leading-0 {
    padding-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.leading-1,
.leading-2,
.leading-3,
.leading-4,
.leading-5 {
    margin-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.items-row {
    margin-bottom: 15px !important;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.pagination {
    margin: 0px;
}

ul {
    box-shadow: none !important;
    padding-left: 0;
}

ul.pagenav {
    list-style: none;
    padding: 0;
    clear: both;
    margin-top: 10px;
    margin-left: 0;
    overflow: hidden;
}

ul.pagenav .pagenav-prev {
    float: left;
}

ul.pagenav .pagenav-next {
    float: right;
}

dl dt,
dl dd {
    display: inline;
}

label.invalid {
    color: #c83025;
}

.pagination ul>li:first-child>a::after,
.pagination ul>li:first-child>span::after {
    background-color: #e1e1e1;
    content: "";
    display: none;
    height: 15px;
    position: relative;
    width: 1px;
    top: -21px;
    right: 3px;
}

.readmore {
    bottom: 30px !important;
    padding: 10px;
    background: none;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    text-shadow: none;
}

.readmore:hover,
.readmore:focus {
    background: #fcfcfc;
    border: 1px solid #e1e1e1;
    color: #999;
}

.pull-right {
    margin-top: 17px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    width: 100%;
}

.center {
    text-align: center;
}

.center th,
.center tr,
.center td {
    text-align: center;
}

.row-fluid:first-child {
    margin-bottom: 0;
}

#sp-toolbar-r {
    color: #858585;
    text-align: right;
}

#sp-toolbar-l {
    color: #858585;
    font-size: 12px;
}

#sp-header-wrapper {
    padding: 25px 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

#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;
}

.body-innerwrapper {
    overflow-x: hidden;
}

#sp-main-body-wrapper {
    padding:0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#sp-main-body-wrapper .contact h3 {
    margin-top: -6px !important;
    padding: 0 0 25px 0;
}

#sp-main-body-wrapper .contact h3::after {
    background-color: #cccccc;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 25px;
    top: 5px;
}

.contact-form-block h3 {
    display: none;
}

#sp-feature-wrapper {
    padding: 0;
    text-align: center;
}

#sp-feature-wrapper #feature h1 {
    font-size: 72px;
    line-height: 100px;
    font-weight: 400;
    margin-bottom: 10px;
}

#sp-feature-wrapper #feature p {
    font-size: 24px;
    line-height: 120%;
}

#sp-action-wrapper {
    padding: 40px 0;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

#sp-middle-wrapper {
    padding: 40px 0;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

#sp-intop-wrapper {
    padding: 40px 0;
    background: #f2f2f2;
    border-bottom: 1px solid #ebebeb;
}

#sp-parallax-1-wrapper {
    padding: 0;
    background: #fff;
}

#sp-users-wrapper {
    padding: 40px 0 !important;
    border-bottom: 1px solid #ebebeb;
    background: #f2f2f2;
}

#sp-users-wrapper a:not(.btn) {
    color: #3498db;
}

#sp-users-wrapper a:not(.btn):hover {
    color: #196090;
}

#sp-inner-wrapper {
    padding: 40px 0;
    background: #f2f2f2;
    border-bottom: 1px solid #ebebeb;
}

#sp-parallax-2-wrapper {
    padding: 0;
    background: #fff;
}

ul.breadcrumb {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

.sp-border {
    position: relative;
}

.sp-border::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

#sp-position1,
#sp-position2,
#sp-position3 {
    padding: 40px 0;
}

#sp-footer-wrapper {
    padding: 30px 0;
    line-height: 30px;
    position: relative;
}

#sp-footer-wrapper::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

#sp-footer-wrapper ul li {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

#sp-footer-wrapper ul li a {
    color: #fff;
}

#sp-footer-wrapper ul {
    display: inline-block;
}

#sp-footer-wrapper ul.nav {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 5px;
}

#sp-footer-wrapper ul.nav li {
    display: inline-block;
    margin: 0 5px;
}

#sp-footer-wrapper ul.nav li a {
    display: block;
}

#sp-footer-wrapper ul.nav li a:hover {
    background: none;
}

#sp-footer-wrapper .sp-totop {
    display: inline-block;
    bottom: 35px;
    right: 15px;
    position: absolute;
}

#sp-footer-wrapper .sp-totop i {
    color: #fff;
    display: block;
    background: rgba(73, 76, 87, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
}

#sp-footer-wrapper .sp-totop i:hover {
    background: rgba(73, 76, 87, 0.9);
}

#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 0 0;
}

#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;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    background-image: none;
    border: none;
    text-shadow: none;
    text-decoration: none;
    border-bottom-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
    -webkit-transform: translate(0px, 2px);
    -moz-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    -o-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
    text-shadow: none;
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    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-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
    color: #787d8e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 4px 8px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
    color: #fff;
    border: none;
    text-decoration: none;
}

.btn.social {
    color: #787d8e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 4px 8px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.btn.social:hover {
    color: #fff;
    border: none;
    text-decoration: none;
}

#sp-menu {
    font-weight: 400;
}

.rtl .sp-submenu {
    right: 0;
}

.rtl .sp-submenu.sub-level {
    margin-top: 30px;
}

.rtl .sp-submenu.sub-level.open {
    margin-top: 0;
    -webkit-transition: margin 200ms;
    -moz-transition: margin 200ms;
    -o-transition: margin 200ms;
    transition: margin 200ms;
}

.rtl .sp-submenu.sub-level-child {
    margin-right: 30px;
}

.rtl .sp-submenu.sub-level-child.open {
    margin-right: 0px;
    -webkit-transition: margin 200ms;
    -moz-transition: margin 200ms;
    -o-transition: margin 200ms;
    transition: margin 200ms;
}

.rtl .sp-submenu .megacol {
    float: left;
}

.ltr .sp-submenu {
    left: 0;
}

.ltr .sp-submenu.sub-level {
    margin-top: 0px;
}

.ltr .sp-submenu.sub-level.open {
    margin-top: 0;
    -webkit-transition: margin 200ms;
    -moz-transition: margin 200ms;
    -o-transition: margin 200ms;
    transition: margin 200ms;
}

.ltr .sp-submenu.sub-level-child {
    margin-left: 30px;
}

.ltr .sp-submenu.sub-level-child.open {
    margin-left: 0px;
    -webkit-transition: margin 200ms;
    -moz-transition: margin 200ms;
    -o-transition: margin 200ms;
    transition: margin 200ms;
}

.ltr .sp-submenu .megacol {
    float: left;
}

.sp-submenu {
    position: absolute;
    top: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}

.sp-submenu .sp-submenu-wrap {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.sp-submenu.open {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}

.sp-mobile-menu {
    position: relative;
}

.sp-mobile-menu select.select-menu {
    width: 32px;
    height: 27px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.f-sp-header-wrapper {
    padding: 5px 0 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.sp-main-menu-toggler {
    left: auto;
    right: 10px;
    z-index: 99999 !important;
    position: fixed;
    top: 25px !important;
}

.nav-collapse,
.nav-collapse.collapse {
    z-index: 9999;
    margin-top: 30px;
}

.sp-dropcap {
    overflow: hidden;
}

.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.tick,
ul.cross,
ul.star,
ul.rss {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
    font-family: FontAwesome;
    font-size: 11px;
}

ul.spot {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.spot li::before,
ul.spot li::after {
    font-family: FontAwesome;
    font-size: 18px;
}

.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before,
.ltr ul.spot li::before {
    margin-right: 5px;
}

.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";
}

.ltr ul.spot li::before {
    content: "\f05d";
}

.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss 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";
}

.rtl ul.spot li::before {
    content: "\f05d";
}

img.pull-left,
.pull-left>img {
    margin-right: 15px;
}

img.pull-right,
.pull-right>img {
    margin-left: 15px;
}

.rtl img.pull-left,
.rtl .pull-left>img {
    margin-left: 15px;
}

.rtl img.pull-right,
.rtl .pull-right>img {
    margin-right: 15px;
}

.sp-blocknumber {
    position: relative;
    min-height: 45px;
}

.sp-blocknumber span {
    font-weight: bold;
    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;
}

.rtl .sp-blocknumber span {
    right: 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: 26px;
    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-left,
.ltr [class*=" icon-"].pull-left {
    margin-right: .3em;
}

.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
    margin-left: .3em;
}

.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
    margin-left: .3em;
}

.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
    margin-right: .3em;
}

h1,
h2,
h3 {
    margin: 0 !important;
}

@media (max-width: 979px) {
    .responsive #sp-header-wrapper [class*="span"] {
        width: auto;
        float: left;
    }
    .responsive #sp-header-wrapper [class*="span"]#sp-menu {
        float: right;
    }
    .responsive .sp-main-menu-toggler {
        top: 60px;
    }
}

@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: 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;
    }
    .responsive .sp-main-menu-toggler {
        top: 35px!important;
    }
}

.fixed .hidden-desktop {
    display: none;
}

.uk-icon-button {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: none;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border: none;
    text-shadow: none;
    margin-left: 2px;
}

.uk-tooltip {
    background: #1a1c20;
}

.sprocket-lists .sprocket-lists-title {
    color: #555 !important;
}

.ns2-tools {
    margin-top: -8px;
}

.ns2-page-inner {
    position: relative;
    margin-top: -10px;
}

.ns2-created:before {
    content: "\f040";
    font-family: FontAwesome;
    font-size: 14px;
}

div.ns2-created {
    font-size: 14px !important;
}

h4.ns2-title {
    font-weight: normal !important;
    text-transform: uppercase;
}

.pad-spa {
    padding: 20px 0;
}

.para {
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
}

.parallax {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    left: 0;
}

.para-back {
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.para-layer1 {
    background-position: center !important;
    background-repeat: no-repeat !important;
}

a.uk-button {
    color: #353535 !important;
}

a.uk-button-primary,
a.uk-button-success,
a.uk-button-danger {
    color: #fff !important;
}

.uk-badge-percent {
    background: none;
}


/*14-may-start*/

.slotholder:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(33, 67, 88, 0.58);
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
}

#sp-feature .tp-caption {
    z-index: 9999 !important;
}

#sp-action-wrapper .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sp-action-wrapper .row-fluid h3 {
    color: #888888;
}

.module h3 {
    color: #363636;
}

.uk-overlay-caption {
    display: none;
}

#parallax-2 .uk-overlay img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#parallax-2 .uk-overlay img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.module.title2 h3.header {
    padding: 0 !important;
}

#sp-inbottom-wrapper #sp-inbottom1 .module.title2 h3.header {
    padding-bottom: 5px !important;
}

#parallax-2 #content_parallax .mod_parallax.rotation_up:before {
    display: none;
}

#parallax-2 #content_parallax .mod_parallax.rotation_up:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(33, 67, 88, 0.80);
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
}

#parallax-2 .module {
    margin-top: 0;
}

#parallax-2 #content_parallax .mod_parallax.rotation_up {
    position: relative;
}

#sp-inbottom1 .module.title2 p {
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
}

#sp-bottom2 .sprocket-strips-arrows {
    display: none;
}

#sp-parallax1 #para {
    background-image: none;
    background-position: 100% 21% !important;
    background-color: RGBA(52, 152, 219, 1);
}

#sp-parallax1 #para .container {
    min-height: 0;
    padding: 25px!important
}

#sp-toolbar-wrapper .custom p {
    font-family: 'Open Sans', sans-serif;
}

#sp-toolbar-wrapper #sp-toolbar-l .custom p {
    font-size: 14px;
}

#sp-toolbar-wrapper {
    height: 40px;
}

#sp-toolbar-wrapper #sp-toolbar-r .custom p {
    margin-bottom: 0;
    margin-top: 5px;
}

.f-sp-header-wrapper .logo-wrapper {
    margin-top: 8px;
}

#sp-header-wrapper {
    padding: 10px 0 10px;
}

.sprocket-strips .sprocket-strips-container.cols-4 .sprocket-strips-text p {
    margin: 0;
    text-align: center !important;
    border-top: 1px solid #e3edf2;
    padding: 10px;
    color: #383838;
    font-family: 'Open Sans', sans-serif;
}

.sprocket-strips .sprocket-strips-container.cols-4 .sprocket-strips-content {
    border-radius: 0;
}

.sprocket-strips .sprocket-strips-container.cols-4 .sprocket-strips-content:hover {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sprocket-strips .sprocket-strips-container.cols-4 .sprocket-strips-content {
    border: 1px solid #e3edf2;
    padding: 0;
    background: #fff;
}

#sp-subinner-wrapper {
    background: #faf9fb !important;
    border: none !important;
}

#sp-subinner-wrapper:hover {
    background: #faf9fb !important;
    border: none !important;
}

#sp-bottom-2-wrapper .customtitle1 .arrow li {
    margin-bottom: 5px;
}

.myaboutus {
    color: #fff;
    position: relative;
    z-index: 999;
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.myaboutus h3 {
    color: #fff !important;
    padding: 20px 0 10px;
}

.myaboutus h2 {
    font-size: 24px;
    position: relative;
}

.myaboutus h2::after {
    margin: 0px auto;
    background-color: #cccccc;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 25px;
    top: 3px;
}

.myaboutus p {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
}

#sp-toolbar-r .custom p {
    letter-spacing: 0.5px;
}

#sp-toolbar-r .custom p a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#sp-toolbar-r .btn.social {
    border-radius: 0;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

#sp-toolbar-r .btn.social:hover {
    text-decoration: none !important;
}

#sp-toolbar-r .btn.social:focus {
    text-decoration: none !important;
}

#sp-toolbar-r .btn.social:last-child {
    border-right: none;
}

#sp-toolbar-r .customtitle1 {
    line-height: 26px;
}

.customtitle2 .box-yamato .box {
    background: #12a1e1;
    min-height: 180px;
    position: relative;
    overflow: hidden;
}

.customtitle2 .box-yamato .box li.box-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #005cab;
    padding: 5px 0;
    text-transform: capitalize;
}

.customtitle2 .box-yamato .box li.box-header h4 {
    margin: 0;
    padding: 0;
}

.customtitle2 .box-yamato .box li.box-header a {
    display: block;
    padding: 10px 0;
}

#sp-user1 .mod-wrapper .mod-content .customtitle2 .servicesreadmore a {
    color: #5a768d;
    border: 1px solid #a7bbca;
    display: inline-block;
    padding: 8px 25px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

#sp-user1 .mod-wrapper .mod-content .customtitle2 .servicesreadmore a:hover {
    background: #005cab;
    color: #fff;
    border: 1px solid #005cab;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#sp-user1 .mod-wrapper .mod-content .customtitle2 .servicesreadmore a:focus {
    text-decoration: none;
}

#sp-inbottom-wrapper #sp-inbottom1 .blogreadmore {
    margin-bottom: 10px;
    text-align: right;
}

#sp-inbottom-wrapper #sp-inbottom1 .blogreadmore a {
    color: #5a768d;
    border: 1px solid #a7bbca;
    display: inline-block;
    padding: 8px 25px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

#sp-inbottom-wrapper #sp-inbottom1 .blogreadmore a:hover {
    background: #005cab;
    color: #fff;
    border: 1px solid #005cab;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#sp-inbottom-wrapper #sp-inbottom1 .blogreadmore a:focus {
    text-decoration: none;
}

.partnerssubtitle {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

#sp-bottom-wrapper #sp-bottom2 .mod-wrapper-flat .partnersreadmore {
    margin-bottom: 10px;
    text-align: right;
}

#sp-bottom-wrapper #sp-bottom2 .mod-wrapper-flat .partnersreadmore a {
    color: #5a768d;
    border: 1px solid #a7bbca;
    display: inline-block;
    padding: 8px 25px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

#sp-bottom-wrapper #sp-bottom2 .mod-wrapper-flat .partnersreadmore a:hover {
    background: #005cab;
    color: #fff;
    border: 1px solid #005cab;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#sp-bottom-wrapper #sp-bottom2 .mod-wrapper-flat .partnersreadmore a:focus {
    text-decoration: none;
}

#content_parallax .teamreadmore {
    text-align: right;
    margin-bottom: 10px;
}

#content_parallax .teamreadmore a {
    color: #5a768d;
    border: 1px solid #a7bbca;
    display: inline-block;
    padding: 8px 25px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

#content_parallax .teamreadmore a:hover {
    background: #005cab;
    color: #fff;
    border: 1px solid #005cab;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#content_parallax .teamreadmore a:focus {
    text-decoration: none;
}

#sp-user1 .mod-wrapper .mod-content .customtitle2 .servicesreadmore {
    text-align: right;
    ;
}

#sp-user1 .mod-wrapper .box-yamato .box li.box-icon {
    padding: 0px 0;
    margin: 0;
}

#sp-user1 .mod-wrapper .box-yamato .box li.box-icon a {
    padding: 40px 0;
    display: block;
}


/*.homeservicess{
      display: flex;
    justify-content: center;
    margin-top: 25px;
}*/

.servicedetailcontent ul {
    padding-left: 20px;
}

#sp-main-menu ul.level-0>li a {
    display: block;
    margin: 0;
    padding: 12px;
    color: #858585;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-weight: 700;
}

#sp-bottom2 .sprocket-strips .sprocket-strips-container .sprocket-strips-content {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#sp-bottom-2-wrapper #sp-bottom6 .module.title1 {
    margin-left: 45px;
}

#sp-bottom-2-wrapper #sp-bottom7 .module.title1 {
    margin-left: 40px;
}

.homepage #sp-main-body-wrapper {
    display: none;
}

.menu-team #sp-main-body-wrapper {
    display: none;
}

.awardsubtitle {
    text-align: center;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}

.awardsubtitle p b {}

#sp-parallax2 #content_parallax .show-grid {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#sp-parallax2 #content_parallax .show-grid p {
    margin-top: 0;
}

#sp-parallax2 #content_parallax .show-grid h4 {
    font-weight: 700;
    font-size: 16px;
    color: #343434;
}

#sp-bottom-wrapper #sp-bottom2 .sprocket-strips {
    text-align: center;
}

#sp-bottom-wrapper #sp-bottom2 .sprocket-strips h4 {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

#sp-bottom-2-wrapper {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
}

#sp-bottom-2-wrapper #sp-bottom8 .footerkeeptouch li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

#sp-bottom-2-wrapper #sp-bottom8 .footerkeeptouch li i {
    margin-right: 5px;
    line-height: 19px;
}

#sp-main-menu li li:not(.sp-menu-group) a {
    font-weight: 700 !important;
    color: #858585 !important;
}

#sp-main-menu ul.level-0>li a:focus {
    text-decoration: none;
}

#sp-main-body-wrapper .entry-content {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 30px;
}

#sp-main-body-wrapper .entry-content h2.textheading {
    position: relative;
    font-size: 24.5px;
}

#sp-main-body-wrapper .entry-content h2.textheading:after {
    margin: 0px auto;
    background-color: #cccccc;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 25px;
    top: 0;
}

#sp-main-body-wrapper .entry-content h3.textsubtitle {
    font-size: 24px;
    margin-top: 25px !important;
}

.team-member .member li {
    min-height: 35px;
    padding: 3px !important;
}

.myaboutuspage p.textcontent {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
}

#sp-position-wrapper .mod-wrapper .team-member .member-name h3 {
    font-size: 16px;
    font-weight: 600;
}

#sp-position-wrapper .mod-wrapper .team-member .member-name {
    min-height: auto;
    padding: 10px;
}

#sp-position-wrapper .mod-wrapper .team-member .member:hover li.member-name {
    color: #fff !important;
}

#sp-position-wrapper .mod-wrapper .team-member .member:hover li.member-name h3 {
    color: #fff !important;
}

#sp-position-wrapper {
    background-image: url(/images/Demo/parallax/bg7.jpg) !important;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.aboutuspageteam .span3:nth-child(4n+1) {
    margin-left: 0;
}

#sp-position-wrapper .module.title2 h3.header {
    margin-bottom: 25px !important;
}

#sp-header-wrapper {
    left: 0;
}

.uk-modal-dialog {
    margin: 150px auto;
}

.menu-about-us #sp-breadcrumb-wrapper:before {
    background: rgba(33, 67, 88, 0.34);
}

.menu-about-us #sp-breadcrumb-wrapper {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#sp-breadcrumb-wrapper {
    position: relative;
    background-position: 100% 21% !important;
    background-image: url(/images/Demo/parallax/breadcrumbs1.jpg) !important;
    background-repeat: repeat;
}

#sp-breadcrumb-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(33, 67, 88, 0.70);
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
}

#sp-breadcrumb-wrapper ul.breadcrumb {
    position: relative;
    z-index: 99;
}

#sp-breadcrumb-wrapper ul.breadcrumb li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

#sp-main-body-wrapper h3.header {
    padding: 0 0 10px 0;
}

#para {
    position: relative;
    background-position: 100% 21% !important;
}

#para:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(33, 67, 88, 0.70);
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
}

#para ul.breadcrumb {
    position: relative;
    z-index: 99;
}

#para ul.breadcrumb li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

#para h3.header {
    padding: 0 0 10px 0;
}

.bookdetail {
    font-family: 'Open Sans', sans-serif;
}

.bookdetail .bookprice {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #12a1e1;
}

.bookdetail p {
    display: inline-block;
}

.bookdetail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bookdetail ul li {
    list-style-type: none;
}

#sp-component-wrapper .entry-content .uk-scrollspy-init-inview {
    margin-bottom: 20px;
}

#sp-component-wrapper .entry-content .uk-scrollspy-init-inview:last-child {
    margin-bottom: 0;
}

.menu-books #sp-component-wrapper .entry-content .uk-scrollspy-init-inview .span6 img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 170px;
}

.menu-books #sp-component-wrapper .entry-content .uk-scrollspy-init-inview p {
    text-align: left !important;
}

.teamdetail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
}

.teamdetail ul li {
    list-style-type: none;
}

.teamdetail ul li a {
    color: #3e97dd !important;
}

.teamdetail {
    margin-top: 25px;
}

.teamdetail div {
    font-size: 18px;
    margin: 0 5px;
}

.teamimg {
    width: 100%;
    max-width: 370px;
    margin: auto;
    position: relative;
}

.teamimg:before {
    content: '';
    background: #13a8df;
    position: absolute;
    width: 100%;
    max-width: 230px;
    bottom: -10px;
    height: 137px;
    z-index: 2;
    left: -13px;
}

.teamimg:after {
    content: '';
    background: #274199;
    position: absolute;
    width: 100%;
    max-width: 254px;
    bottom: -10px;
    height: 257px;
    z-index: 1;
    right: -9px;
}

.teamimg img {
    position: relative;
    z-index: 9;
}

html,
body {
    font-family: 'Open Sans', sans-serif !important;
}

.team-member .member li a {
    color: #757575;
}

.team-member .member li a:hover {
    text-decoration: none;
}

.team-member .member li a:focus {
    text-decoration: none;
}

#sp-component-wrapper .entry-content h3.header {
    padding-bottom: 10px;
}

.servicedetail h4 {
    font-size: 13px;
    font-weight: 600;
}

#sp-parallax-2-wrapper .mod-wrapper .mod_parallax .span3 a {
    color: #6f6f6f;
}

#sp-parallax-2-wrapper .mod-wrapper .mod_parallax .span3 a:hover {
    text-decoration: none;
}

#sp-parallax-2-wrapper .mod-wrapper .mod_parallax .span3 a:focus {
    text-decoration: none;
}

.servicedetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
}

.servicedetail .servicedetailcontent {
    width:100%;
    background: #3380c0;
    padding:10px 0 20px;
    color: #fff;
}

.servicedetail .servicedetailcontent p {
    text-align: center;
}

.servicedetail .servicedetailcontent h4 {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-align: center;
}

.servicedetail .servicedetailimg {
    width:100%;
}

.servicedetail .servicedetailimg img {
    width:100%;
}

.servicedetail .servicedetailcontent p {
    padding: 0 60px;
}

.gbs3 form #formsecondtstep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
}

.gbs3 form #formfirsttstep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
}

.gbs3 form .form-group label {
    width: 100%;
    font-weight: normal;
    margin-bottom: 3px !important;
}

.gbs3 form .form-group .gcore-input {
    width: 100%;
}

.gbs3 #formfirsttstep .gcore-form-row {
    width: 100%;
    max-width: 33.333%;
    padding-right: 10px !important;
}

.gbs3 .gcore-form-row input {
    width: 100% !important;
    border: none;
}

.gbs3 .gcore-form-row select {
    width: 100% !important;
    border: none;
    height: 34px !important;
}

.gbs3 .form-horizontal .form-group:nth-child(04) {
    max-width: 100%;
    margin-bottom: 15px;
}

.gbs3 .form-horizontal .form-group:nth-child(04) textarea {
    width: 100% !important;
    height: 120px;
    resize: vertical;
    border: none;
}

.gbs3 .form-horizontal .form-group:nth-child(07) {
    max-width: 100%;
}


/* .gbs3 .form-horizontal .form-group:nth-child(07) input{
  width: 130px !important;
  margin:auto;
  margin-top: 15px;
} */

.menu-testimonials .media.testimonial.span4 {
    margin-left: 0 !important;
    position: relative;
    border: 1px solid #f7f7f7;
    padding: 15px;
    margin: 15px 15px 35px;
    overflow: visible;
    text-align: center;
    min-height: 325px;
    margin-bottom: 75px;
}

.menu-testimonials .media.testimonial.span4 .pull-left {
    position: absolute;
    top: 10px;
    margin: 0;
}

.menu-testimonials .media.testimonial.span4 .media-body {
    overflow: visible;
}

.menu-testimonials .media.testimonial.span4 .media.testimonial-author {
    text-align: center;
    margin-top: -55px !important;
    margin-bottom: 12px;
}

.menu-testimonials .media.testimonial.span4 .pull-left i {
    font-size: 22px !important;
    position: relative;
    top: -22px;
    color: #3380c0;
}

.menu-testimonials .media.testimonial.span4 .media.testimonial-author .pull-left {
    position: inherit;
    margin: 0;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    float: none;
    border: 5px solid #ffff;
}

.menu-testimonials .media.testimonial.span4 .media.testimonial-author .pull-left img {
    margin: 0;
    border-radius: 0
}

.menu-testimonials .media.testimonial.span4 .media.testimonial-author .media-body {
    width: 100%;
    text-align: center;
}

.formsubtitle {
    text-align: center;
    margin-top: 25px !important;
}

.watchvideo a {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 29px;
    border: 2px solid #30acdc;
    color: #30acdc !important;
    border-radius: 50%;
}

.watchvideo a i {
    font-size: 18px;
}

.watchvideo a:focus {
    text-decoration: none;
}

.menu-testimonials .media.testimonial.span4 .media.testimonial-author .media-body strong {
    margin: 12px 0 5px;
    display: inline-block;
}

.rokbox-wrapper iframe {
    width: 100%;
}

.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container {
    max-width: 100% !important;
}

.menu-books #sp-component-wrapper .entry-content h3.header {
    margin-bottom: 30px !important;
}

.bookdetail ul {
    display: none;
}

.gbs3 form {
    position: relative;
}

.gbs3 form .gcore-input.pull-left.gcore-sub-input.gcore-display-table img {
    position: absolute;
    right: 170px;
    bottom: 56px;
    width: 100%;
    max-width: 110px;
}

.contact-form #contact-form fieldset .control-group .controls input#jform_contact_email_copy {
    width: 15px;
}

@media(max-width:991px) {
    .gbs3 form .gcore-input.pull-left.gcore-sub-input.gcore-display-table img {
        right: 120px;
    }
}

@media(max-width:767px) {
    .servicedetail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #sp-component-wrapper .entry-content .uk-scrollspy-init-inview .module.title1 h3.header {
        padding-bottom: 10px;
    }
    #sp-component-wrapper .entry-content .uk-scrollspy-init-inview {
        margin-bottom: 50px;
    }
    #sp-inbottom1 .mod-wrapper .col-4 {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 35px;
    }
    #sp-bottom-2-wrapper #sp-bottom7 .module.title1 {
        margin-left: 0;
        margin-top: 25px;
    }
    .sprocket-strips-container>li {
        margin: 0;
    }
    #sp-bottom-2-wrapper #sp-bottom6 .module.title1 {
        margin-left: 0;
        margin-top: 25px;
    }
    .gbs3 .gcore-form-row {
        max-width: 100%;
    }
    .gbs3 form .gcore-input.pull-left.gcore-sub-input.gcore-display-table img {
        right: inherit;
        top: 10px;
        position: relative;
    }
    .gbs3 form .form-group .gcore-input {
        text-align: center;
    }
}

@media(max-width:480px) {
    .teamimg {
        width: 100%;
        max-width: 280px;
        position: relative;
        margin: 0 15px 15px;
    }
    .teamimg:after {
        height: 228px;
    }
    .teamimg:before {
        height: 117px;
    }
    .teamdetailinterest li {
        margin-bottom: 10px;
    }
}

.module.title1.teamdetailtitle {
    margin-bottom: 30px;
}

.module.title1.teamdetailtitle h4 {
    font-size: 13px;
    margin-top: 0;
    color: #363636;
}

.teamdetailsubtitle {
    font-size: 18px;
    color: #363636;
}

.module.title1 h3.header::after {
    display: none!important;
}

#sp-component-wrapper .entry-content .teamdetailtitle h3.header {
    padding-bottom: 5px
}

.teamdetailhobbies {
    margin-bottom: 30px;
}

.teamdetailhobbies li {
    list-style: none;
    border: 1px solid #8c8c8c;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 17px;
}

.teamdetailinterest li {
    display: inline-block;
    list-style: none;
    background: #e8e8e8;
    padding: 2px 18px;
    margin-right: 5px;
}

.uk-grid.uk-grid-divider .uk-panel p:first-child {
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

#sp-parallax2 #content_parallax .show-grid h4 {
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 0;
}

#sp-parallax2 #content_parallax .show-grid h4:hover {
    background: #3498db;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 4px;
    transition: all 0.5s;
}

#sp-parallax2 #content_parallax .show-grid h4:hover a {
    color: #fff;
}

#sp-parallax2 #content_parallax .show-grid p {
    min-height: 40px;
    margin-bottom: 0;
}

.customtitle2 .box-yamato .box li a {
    color: #fff !important;
}

.customtitle2 .box-yamato .box li a:hover {
    text-decoration: none;
}

.customtitle2 .box-yamato .box li a:focus {
    text-decoration: none;
}

#sp-parallax2 #content_parallax .show-grid p:first-child a {
    font-size: 13px;
}

.team-member .member li:nth-child(03) a {
    color: #333;
}

.team-member .member li:nth-child(03) {
    font-size: 12px;
    line-height: 17px;
}

.sprocket-strips-text>div {
    padding: 0px 0;
}

@media(max-width: 767px) {
    .servicedetail .servicedetailcontent {
        padding: 15px;
    }
}

.entry-meta.muted {
    display: none;
}

.day {
    font-family: inherit !important;
}

.year {
    font-family: inherit !important;
}

#contact-form .control-group label span {
    font-size: 9px;
    color: red;
}

.customtitle1 ul li:before {
    display: none;
}

.servicedetail .servicedetailcontent ul {
    list-style: none;
}

.servicedetail .servicedetailcontent ul li {
    list-style-type:none;
    margin-bottom: 5px;
    position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.servicedetail .servicedetailcontent ul li a {
    color: #fff;
    text-decoration: underline;
    text-transform: capitalize;
}

.servicedetail .servicedetailcontent ul li a:hover {
    color: #c1dcfa;
}

#para li:last-child {
    color: #fff;
}

#para ul.breadcrumb li a {
    position: relative;
    padding-left: 13px;
    text-decoration: none;
}

#para ul.breadcrumb li a:after {
    position: absolute;
    content: "\f041";
    font-family: FontAwesome;
    color: #fff;
    left: 0
}

.sprocket-strips-container.cols-4 .sprocket-strips-item .sprocket-strips-content .sprocket-strips-text p {
    margin-top: 0!important;
    min-height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sprocket-strips-container.cols-4 .sprocket-strips-item .sprocket-strips-content .sprocket-strips-text>div img {
    width: 100%;
}


/*.menu-apply-to-work-with-us #sp-main-body-wrapper{
  display: none;
}*/

.applyformclass .gbs3 .form-horizontal .form-group:nth-child(04) {
    max-width: 33.333%;
}

.applyformclass .gbs3 .gcore-label-left {
    max-width: initial;
    min-width: auto;
}

.applyformclass .gbs3 .A {
    width: 100%!important;
}

.applyformclass .gbs3 #form-row-14 {
    max-width: 100%;
}

.applyformclass .gbs3 #form-row-21 {
    max-width: 100%;
}

.applyformclass .gbs3 #form-row-21 #fin-button7 {
    width: 25%;
    margin-top: 15px;
}

.uk-grid.uk-grid-divider .uk-panel p img {
    margin: auto;
}

.uk-grid.uk-grid-divider .uk-panel .heightTxt {
    min-height: 90px;
}

.applyformclass .gbs3 form .gcore-input.pull-left.gcore-sub-input.gcore-display-table img {
    left: 38%;
}

@media(max-width: 767px) {
    .applyformclass .gbs3 .form-horizontal .form-group:nth-child(04) {
        max-width: 100%;
    }
}

.tl-arrow {
    position: absolute;
    bottom: 70px;
    width: 100%;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
}

.tl-arrow a {
    background: transparent!important;
    box-shadow: none!important;
    border: 2px solid #fff!important;
    border-radius: 50%!important;
    padding: 10px;
}

.downArrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

.bouncee {
    -moz-animation: bouncee 3s infinite;
    -webkit-animation: bouncee 3s infinite;
    animation: bouncee 3s infinite;
}

.hidden-phone .module .mod-inner .custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidden-phone .module .mod-inner .custom p {
    margin: -4px 0;
    display: inline-block;
}

.dk-headerlink {
    display: inline-block;
    background: #12a1e1;
    margin: 0 14px;
    margin-left: 0;
    padding: 4px 15px;
    border-radius: 5px;
    color: #fff !important;
    text-transform: capitalize;
}

.dk-headerlink:hover {
    text-decoration: none;
    background: #217dbb;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.menu-subcribe-for-new-latter #sp-main-body-wrapper {
    padding-top: 0;
}

.menu-apply-to-become-a-part-of-our-family #sp-main-body-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.sliderbotton {
    position: absolute;
    top: 75%;
    z-index: 99;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

#sp-subinner .mod-content .sprocket-strips-container li:nth-child(04) .sprocket-strips-text img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

#sp-component-wrapper .entry-content .sprocket-strips-container li:nth-child(04) .sprocket-strips-text img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

#sp-component-area .entry-content form {
    font-family: 'Open Sans', sans-serif;
}

#sp-component-area .entry-content form ._form-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 25px;
    color: #666;
}

#sp-component-area .entry-content form ._html-code {
    text-align: center;
    color: #666;
}

#sp-component-area .entry-content form ._html-code p {
    font-size: 13px !important;
}

#sp-component-area .entry-content form {
    width: 100%;
}

#sp-component-area .entry-content form ._row._checkbox-radio {
    display: inline-block;
    margin-right: 15px;
}

#sp-component-area .entry-content form input {
    height: 40px;
}

#sp-component-area .entry-content form select {
    height: 40px;
}

#sp-component-area .entry-content form textarea {
    height: 100px;
    resize: vertical;
}

#sp-component-area .entry-content form button {
    background: #3498db !important;
}

#sp-component-area .entry-content form ._form_element {
    margin-bottom: 15px;
}

#sp-component-area .entry-content form ._form_element input {
    height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
}

#sp-component-area .entry-content form ._form_element select {
    height: 30px;
    border: 1px solid #ccc;
    color: #333;
}

#sp-component-area .entry-content form ._form_element textarea {
    height: 50px !important;
    border: 1px solid #ccc;
    resize: vertical;
    width: 100%;
    max-width: 630px;
}

#sp-component-area .entry-content form ._form_element label {
    font-weight: normal;
    color: #656565;
    font-size: 13px;
}

#sp-component-area .entry-content form ._form_element:nth-child(02) {
    margin-bottom: 25px;
}

#sp-component-area .entry-content form ._form_element:nth-child(03) {
    width: 100%;
    max-width: 230px;
    float: left;
    margin-right: 10px;
}

#sp-component-area .entry-content form ._form_element:nth-child(04) {
    width: 100%;
    max-width: 230px;
    float: left;
    margin-right: 10px;
}

#sp-component-area .entry-content form ._form_element:nth-child(05) {
    width: 100%;
    max-width: 230px;
    float: left;
    margin-right: 10px;
}

#sp-component-area .entry-content form ._form_element:nth-child(06) {
    width: 100%;
    max-width: 230px;
    float: left;
}

#sp-component-area .entry-content form ._form_element:nth-child(07) {
    clear: both;
}

#sp-component-area .entry-content form ._form_element:nth-child(08) {
    width: 100%;
    max-width: 230px;
    float: left;
    margin-right: 10px;
}

#sp-component-area .entry-content form ._form_element:nth-child(09) {
    width: 100%;
    max-width: 230px;
    float: left;
    margin-right: 20px;
}

#sp-component-area .entry-content form ._form_element:nth-child(10) {
    width: 100%;
    max-width: 450px;
    float: left;
}

#sp-component-area .entry-content form ._form_element:nth-child(11) {
    clear: both;
}

#sp-component-area .entry-content form ._button-wrapper button {
    width: 120px;
    font-family: 'Open Sans', sans-serif;
}

#sp-component-area .entry-content form ._form_element:nth-child(01) ._form-title {
    color: #12a1e1;
}

.menu-subcribe-for-new-latter #sp-component-area .entry-content form ._form_element:nth-child(02) {
    width: 100%;
    max-width: 250px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.menu-subcribe-for-new-latter #sp-component-area .entry-content form ._form_element:nth-child(04) {
    display: none;
}

.menu-subcribe-for-new-latter #sp-component-area .entry-content form ._button-wrapper {
    clear: both;
}

.menu-subcribe-for-new-latter #sp-component-area .entry-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-subcribe-for-new-latter #sp-component-area .entry-content form ._form-title {
    color: #12a1e1;
    margin-bottom: 30px;
}

.menu-subcribe-for-new-latter #sp-component-area ._form-content {
    width: 100%;
    max-width: 390px;
    margin: auto;
    -webkit-box-shadow: 0 0 5px #d8d8d8;
    box-shadow: 0 0 5px #d8d8d8;
    margin-bottom: 30px;
    padding: 30px;
}

.menu-subcribe-for-new-latter #sp-component-area ._form-content input {
    height: 40px !important;
}

.menu-subcribe-for-new-latter #sp-component-area ._form-content ._form_element {
    width: 100%;
    max-width: 100% !important;
    margin-right: 0 !important;
}

#newslattermodal form {
    margin: 0;
    width: 100%;
}

#newslattermodal ._form-content ._form_element:nth-child(01) ._form-title {
    font-weight: normal !important;
    font-size: 20px !important;
    text-align: center;
    margin: 15px 0 40px;
    color: #12a1e1;
    font-family: 'Open Sans', sans-serif !important;
}

#newslattermodal ._form-content ._form_element input {
    height: 40px;
    border: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif !important;
}

#newslattermodal ._form-content ._form-label {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal !important;
}

#newslattermodal .uk-modal-close.uk-close {
    margin: 0;
    float: right;
    position: absolute;
    top: -10px;
    z-index: 999;
    right: 10px;
    font-size: 19px;
    color: #000 !important;
    opacity: 1;
    font-family: 'Open Sans', sans-serif !important;
}

#newslattermodal ._form-content ._form_element {
    margin-bottom: 15px;
}

#newslattermodal ._button-wrapper button {
    background: #12a1e1 !important;
    width: 100px;
    margin-top: 10px;
}

#newslattermodal .uk-modal-dialog {
    width: 100%;
    max-width: 500px;
    margin: 60px auto;
}

.servicesform ._form-content {
    font-family: 'Open Sans', sans-serif !important;
}

.servicesform ._form-content ._form_element {
    margin-bottom: 15px !important;
}

.servicesform ._form-content ._form_element label {
    font-weight: normal !important;
}

.servicesform ._form-content ._form_element:nth-child(01) ._form-title {
    width: 100%;
    font-weight: normal !important;
    text-align: center;
    margin-bottom: 30px !important;
    color: #12a1e1 !important;
    font-size: 20px;
}

.servicesform #_form_1108_ {
    width: 100%;
    background: transparent !important;
    margin-top: 0;
}

.servicesform ._form-content ._form_element:nth-child(02) {
    width: 100% !important;
    max-width: 369px !important;
    float: left;
    margin-right: 10px;
}

.servicesform ._form-content ._form_element:nth-child(03) {
    width: 100% !important;
    max-width: 369px !important;
    float: left;
    margin-right: 10px;
}

.servicesform ._form-content ._form_element:nth-child(04) {
    width: 100% !important;
    max-width: 369px !important;
    float: left;
    margin-right: 0;
}

.servicesform ._form-content ._form_element:nth-child(05) {
    clear: both;
    width: 100%;
}

.servicesform ._form-content ._form_element:nth-child(06) {
    clear: both;
    width: 100%;
    max-width: 369px !important;
}

.servicesform ._form-content ._button-wrapper._full_width #_form_1108_submit {
    width: 100px;
    background: #12a1e1 !important;
}

.servicesform ._form-content ._form_element input {
    height: 38px !important;
    border: 1px solid #ccc !important;
    font-family: 'Open Sans', sans-serif !important;
    width: 100%;
}

.servicesform ._form-content ._form_element textarea {
    height: 100px !important;
    border: 1px solid #ccc !important;
    width: 100%;
}

.servicesform ._form-content ._form_element select {
    height: 38px !important;
    border: 1px solid #ccc !important;
    width: 100%;
}

.menu-testimonials .entry-content {
    max-width: 100% !important;
    float: left;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.addnewtestimonialdiv {
    margin: 25px 0;
    text-align: center;
    clear: both;
}

.menu-testimonials .entry-content .awardsubtitle {
    margin-bottom: 70px;
}

.menu-testimonials #sp-component-area .entry-content form ._form_element:nth-child(05) {
    max-width: 100%;
}

.menu-testimonials #sp-component-area .entry-content form ._form_element:nth-child(08) {
    max-width: 100%;
}

.menu-testimonials #addtestimonialmodal .uk-modal-dialog {
    margin: 50px auto;
}

.menu-testimonials .uk-modal-dialog>.uk-close:first-child {
    margin-top: -30px;
}

.contact-form form._inline-form {
    margin: 0 !important;
    width: 100% !important;
    padding: 20px 0 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.contact-form form._inline-form ._form-content label._form-label {
    font-weight: normal !important;
}

.contact-form form._inline-form ._form-content input {
    border: 1px solid #ccc !important;
    height: 38px !important;
}

.contact-form form._inline-form ._form-content textarea {
    border: 1px solid #ccc !important;
    height: 100px !important;
}

.contact-form form._inline-form ._form-content select {
    border: 1px solid #ccc !important;
    height: 38px !important;
}

.contact-form form._inline-form ._form-content {
    margin-bottom: 15px !important;
}

.contact-form form._inline-form ._button-wrapper._full_width #_form_1115_submit {
    background: #12a1e1 !important;
    width: 100px;
    font-family: 'Open Sans', sans-serif !important;
}

@media(max-width:767px) {
    #sp-component-area .entry-content form ._form_element {
        max-width: 100% !important;
    }
    .rev_slider_wrapper.fullscreen-container {
        height: 100vh !important;
    }
    .mod-wrapper .mod-inner .ns2-inner img.ns2-image {
        width: 100%;
    }
    .mod-wrapper .mod-inner .ns2-column>div {
        padding: 0 !important;
    }
    .mod-wrapper .blogreadmore {
        margin-top: 40px;
    }
    #sp-footer-wrapper .custom {
        text-align: center;
    }
    #sp-footer-wrapper .custom p {
        margin-bottom: 0;
    }
    #sp-footer-wrapper {
        padding: 15px 0 !important;
        text-align: center;
    }
    .mod-wrapper-flat .sprocket-strips-container li {
        width: 47%;
    }
    #sp-bottom-wrapper #sp-bottom2 .mod-wrapper-flat .partnersreadmore {
        margin-top: 40px;
    }
    .sliderbotton {
        width: 100%;
        max-width: 210px;
    }
    #content_parallax .mod_parallax.rotation_up .container {
        padding: 15px !important;
    }
}

@media(max-width:480px) {
    .sliderbotton {
        top: 72%;
    }
}

.dk-headerlink:focus {
    text-decoration: none;
}

#sp-action .customtitle3 {
    text-align: center;
}

#sp-action .customtitle3 h3 {
    font-size: 20px;
    text-align: center !important;
    line-height: 27px;
}

.homeservicess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#formsecondtstep .form-group:nth-child(03) .gcore-sub-input.gcore-display-table {
    width: 100%;
    max-width: 250px;
    clear: both;
}

#errormsgfirst {
    clear: both;
    width: 100%;
    margin-bottom: 5px;
}

.progressbar {
    width: 100%;
    height: 8px;
    background: #bfbfbf;
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px;
}

.fiftypercent {
    width: 50%;
    height: 8px;
    background: #3498db;
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px;
    display: block;
}

#fld16 {
    width: 32% !important;
}

.menu-apply-to-become-a-part-of-our-family #formsecondtstep ._form_element:nth-child(03) {
    max-width: 100% !important;
}

.menu-apply-to-become-a-part-of-our-family #formsecondtstep ._form_element:nth-child(06) {
    max-width: 440px !important;
    margin-left: 15px;
}

.menu-apply-to-work-with-us #formsecondtstep ._form_element:nth-child(03) {
    max-width: 100% !important;
}

.menu-apply-to-work-with-us #formsecondtstep ._form_element:nth-child(06) {
    max-width: 440px !important;
    margin-left: 15px;
}

.menu-services #sp-main-body-wrapper .entry-content p {
    text-align: center !important;
    line-height: 24px;
}

.menu-services #sp-main-body-wrapper .servicedetail .servicedetailcontent a {
    display: block;
    background: #fff;
    padding: 4px 15px;
    border-radius: 5px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 0;
    width: 100%;
    max-width: 95px;
    margin: 15px auto;
}

select {
    color: #333 !important;
}

#addtestimonialmodal {
    z-index: 9999;
}

.menu-services #sp-main-body-wrapper .servicedetail .servicedetailcontent a:hover {
    opacity: 0.7;
}

#sp-component-area .entry-content form ._button-wrapper #clickbackstep {
    width: 110px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    padding: 10px 14px;
    margin-left: 10px;
}

.menu-about-us #sp-main-body-wrapper .entry-content {
    max-width: 100%;
    margin-bottom: 0;
}

.dd-about-main .dd-about-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dd-about-main .about-flex-box-cols {
    width: 50%;
}

.dd-about-main .dd-about-flex-box {
    background: #f5f5f5;
    margin: 40px 0;
}

.dd-about-main .about-flex-box-cols .dd-about-text {
    padding: 15px 55px;
}

.dd-about-main .about-flex-box-cols .dd-about-text p b {
    padding: 15px 0;
    display: block;
}

.dd-about-main .about-flex-box-cols .dd-about-img img {
    width: 100%;
}

.span6.testi-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#addtestimonialmodal h3.title2 {
    text-align: center;
}

#addtestimonialmodal .form-group {
    margin-bottom: 15px;
}

#addtestimonialmodal .form-group:nth-last-child(02) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#addtestimonialmodal .form-group:nth-last-child(02) label {
    width: 100% !important;
}

#addtestimonialmodal .form-group:nth-last-child(02) .gcore-input.pull-left.gcore-sub-input.gcore-display-table img {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 110px;
}

#addtestimonialmodal .uk-modal-dialog {
    left: 0;
}

#addtestimonialmodal .form-group:last-child input {
    width: 100% !important;
    max-width: 130px;
    margin: auto;
    margin-top: 15px;
}

#addtestimonialmodal .form-group input {
    border: 1px solid #d4d4d4;
    height: 35px;
}

#addtestimonialmodal .gcore-label-left {
    max-width: 100%;
}

#sp-footer-wrapper .copyright {
    display: inline-block;
    margin-right: 25px;
}

#becomeapartmodal ._inline-form {
    padding: 0 30px;
    margin: 35px 0 0;
    width: 100%;
    font-family: inherit;
}

#becomeapartmodal {
    z-index: 99999;
}

#becomeapartmodal .uk-modal-dialog {
    margin: 80px auto;
}

#becomeapartmodal .uk-modal-dialog>.uk-close:first-child {
    margin: 0;
    float: none;
    position: absolute;
    right: 10px;
    top: -10px;
    z-index: 99;
}

#becomeapartmodal .uk-modal-dialog ._form-content {
    margin-top: 0;
}

#becomeapartmodal .uk-modal-dialog ._form-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

#becomeapartmodal .uk-modal-dialog ._row._checkbox-radio {
    display: inline-block;
    float: left;
    margin-right: 16px;
}

#becomeapartmodal .uk-modal-dialog ._submit {
    background: #3498db !important;
    padding: 6px 24px !important;
    margin-right: 10px;
}

#becomeapartmodal .uk-modal-dialog ._form-label {
    font-weight: 400 !important;
}

#becomeapartmodal .uk-modal-dialog ._form_element {
    margin-bottom: 15px;
    clear: both;
}

#becomeapartmodal .uk-modal-dialog ._form_element input {
    height: 35px;
}

#becomeapartmodal .clicknextstepdiv {
    text-align: center;
}

#becomeapartmodal .uk-modal-dialog ._form_element:nth-child(01) ._form-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    color: #12a1e1;
    font-family: 'Open Sans', sans-serif !important;
}

#becomeapartmodal .uk-modal-dialog #clickbackstep {
    background: #3498db !important;
    padding: 6px 24px !important;
    margin-right: 10px;
}

.menu-complete-support-request #_form_1113_ {
    background: transparent;
    width: 100%;
}

.menu-complete-support-request ._form-content ._form-title {
    font-size: 20px !important;
    line-height: 26px !important;
}

.menu-complete-support-request ._form-content ._form_element:nth-child(02) {
    max-width: 100% !important;
    text-align: center;
    margin-bottom: 15px;
}

.menu-complete-support-request #formfirsttstep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.servicesform ._form-content ._form_element:nth-child(03) {
    max-width: 250px !important;
    margin-right: 10px;
}

.servicesform ._form-content ._form_element:nth-child(04) {
    max-width: 250px !important;
    margin-right: 10px;
}

.servicesform ._form-content ._form_element:nth-child(05) {
    max-width: 250px !important;
    margin-right: 10px;
    float: left;
    clear: inherit;
}

.servicesform ._form-content ._form_element:nth-child(06) {
    max-width: 250px !important;
    float: left;
    clear: inherit;
}

.menu-services #formsecondtstep ._form_element:nth-child(05) {
    width: 100%;
    max-width: 100% !important;
}

.menu-services #formsecondtstep ._form_element:nth-child(05) ._checkbox-radio {
    display: inline-block;
    margin-right: 5px;
}

.menu-services #formsecondtstep ._form_element:nth-child(06) {
    max-width: 100% !important;
}

@media(max-width: 991px) {
    .hidden-phone {
        display: none;
    }
    .dd-about-main .dd-about-flex-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .dd-about-main .about-flex-box-cols {
        width: 100%;
    }
    .dd-about-main .dd-about-flex-box:nth-child(02) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .dd-about-main .dd-about-flex-box:nth-child(04) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media(max-width:767px) {
  .juit-form{
    padding:15px 0;
  }
  .menu-testimonials .sbox-content-iframe#sbox-content iframe{
    width:100%;
  }
  #sbox-window.shadow{
    z-index: 99999 !important;
  }
    #becomeapartmodal .uk-modal-dialog {
        left: 0;
        margin: 15px auto;
    }
    #becomeapartmodal ._inline-form {
        padding: 0;
    }
    #becomeapartmodal {
        z-index: 99999999;
    }
    #sp-footer-wrapper .copyright {
        display: block;
        margin-right: 0;
    }
    #fld16 {
        width: 100% !important;
    }
    .gbs3 #formfirsttstep .gcore-form-row {
        max-width: 100%;
    }
    .dd-about-main .about-flex-box-cols .dd-about-text {
        padding: 15px 15px;
    }
}

@media(max-width:480px){
  .juit-form .control-group{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
  }
}

@-moz-keyframes bouncee {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bouncee {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.module.title2 .header {
    text-transform: capitalize;
}

.system-message .validation {
    float: left;
    width: 89%;
}

#_form_1113_ #_form_1113_submit {
    background: #3498db !important;
    padding: 4px 10px !important;
}

#_form_1125_ {
    font-size: 14px;
    line-height: 1.6;
    font-family: arial, helvetica, sans-serif;
    margin: 0;
}

#_form_1125_ * {
    outline: 0;
}

._form_hide {
    display: none;
    visibility: hidden;
}

._form_show {
    display: block;
    visibility: visible;
}

#_form_1125_._form-top {
    top: 0;
}

#_form_1125_._form-bottom {
    bottom: 0;
}

#_form_1125_._form-left {
    left: 0;
}

#_form_1125_._form-right {
    right: 0;
}

#_form_1125_ input[type="text"],
#_form_1125_ input[type="date"],
#_form_1125_ textarea {
    padding: 6px;
    height: auto;
    border: #979797 1px solid;
    border-radius: 4px;
    color: #000 !important;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#_form_1125_ textarea {
    resize: none;
}

#_form_1125_ ._submit {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial, sans-serif;
    font-size: 14px;
    text-align: center;
    background: #333 !important;
    border: 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 10px !important;
}

#_form_1125_ ._close-icon {
    cursor: pointer;
    background-image: url('https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png');
    background-repeat: no-repeat;
    background-size: 14.2px 14.2px;
    position: absolute;
    display: block;
    top: 11px;
    right: 9px;
    overflow: hidden;
    width: 16.2px;
    height: 16.2px;
}

#_form_1125_ ._close-icon:before {
    position: relative;
}

#_form_1125_ ._form-body {
    margin-bottom: 30px;
}

#_form_1125_ ._form-image-left {
    width: 150px;
    float: left;
}

#_form_1125_ ._form-content-right {
    margin-left: 164px;
}

#_form_1125_ ._form-branding {
    color: #fff;
    font-size: 10px;
    clear: both;
    text-align: left;
    margin-top: 30px;
    font-weight: 100;
}

#_form_1125_ ._form-branding ._logo {
    display: block;
    width: 130px;
    height: 14px;
    margin-top: 6px;
    background-image: url('https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png');
    background-size: 130px auto;
    background-repeat: no-repeat;
}

#_form_1125_ ._form-label,
#_form_1125_ ._form_element ._form-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

#_form_1125_._dark ._form-branding {
    color: #333;
}

#_form_1125_._dark ._form-branding ._logo {
    background-image: url('https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png');
}

#_form_1125_ ._form_element {
    position: relative;
    margin-bottom: 10px;
    font-size: 0;
    max-width: 100%;
}

#_form_1125_ ._form_element * {
    font-size: 14px;
}

#_form_1125_ ._form_element._clear {
    clear: both;
    width: 100%;
    float: none;
}

#_form_1125_ ._form_element._clear:after {
    clear: left;
}

#_form_1125_ ._form_element input[type="text"],
#_form_1125_ ._form_element input[type="date"],
#_form_1125_ ._form_element select,
#_form_1125_ ._form_element textarea:not(.g-recaptcha-response) {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#_form_1125_ ._field-wrapper {
    position: relative;
}

#_form_1125_ ._inline-style {
    float: left;
}

#_form_1125_ ._inline-style input[type="text"] {
    width: 150px;
}

#_form_1125_ ._inline-style:not(._clear)+._inline-style:not(._clear) {
    margin-left: 20px;
}

#_form_1125_ ._form_element img._form-image {
    max-width: 100%;
}

#_form_1125_ ._clear-element {
    clear: left;
}

#_form_1125_ ._full_width {
    width: 100%;
}

#_form_1125_ ._form_full_field {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#_form_1125_ input[type="text"]._has_error,
#_form_1125_ textarea._has_error {
    border: #f37c7b 1px solid;
}

#_form_1125_ input[type="checkbox"]._has_error {
    outline: #f37c7b 1px solid;
}

#_form_1125_ ._error {
    display: block;
    position: absolute;
    font-size: 13px;
    z-index: 10000001;
}

#_form_1125_ ._error._above {
    padding-bottom: 4px;
    top: -41px;
    right: 0;
}

#_form_1125_ ._error._below {
    padding-top: 4px;
    top: 100%;
    right: 0;
}

#_form_1125_ ._error._above ._error-arrow {
    bottom: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f37c7b;
}

#_form_1125_ ._error._below ._error-arrow {
    top: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f37c7b;
}

#_form_1125_ ._error-inner {
    padding: 8px 12px;
    background-color: #f37c7b;
    font-size: 13px;
    font-family: arial, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#_form_1125_ ._error-inner._form_error {
    margin-bottom: 5px;
    text-align: left;
}

#_form_1125_ ._button-wrapper ._error-inner._form_error {
    position: static;
}

#_form_1125_ ._error-inner._no_arrow {
    margin-bottom: 10px;
}

#_form_1125_ ._error-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

#_form_1125_ ._error-html {
    margin-bottom: 10px;
}

.pika-single {
    z-index: 10000001 !important;
}

@media all and (min-width:320px) and (max-width:667px) {
     ::-webkit-scrollbar {
        display: none;
    }
    #_form_1125_ {
        margin: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    #_form_1125_ * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1em;
    }
    #_form_1125_ ._form-content {
        margin: 0;
        width: 100%;
    }
    #_form_1125_ ._form-inner {
        display: block;
        min-width: 100%;
    }
    #_form_1125_ ._form-title,
    #_form_1125_ ._inline-style {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    #_form_1125_ ._form-title {
        font-size: 1.2em;
    }
    #_form_1125_ ._form_element {
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
    }
    #_form_1125_ ._form-element,
    #_form_1125_ ._inline-style,
    #_form_1125_ input[type="text"],
    #_form_1125_ label,
    #_form_1125_ p,
    #_form_1125_ textarea:not(.g-recaptcha-response) {
        float: none;
        display: block;
        width: 100%;
    }
    #_form_1125_ ._row._checkbox-radio label {
        display: inline;
    }
    #_form_1125_ ._row,
    #_form_1125_ p,
    #_form_1125_ label {
        margin-bottom: 0.7em;
        width: 100%;
    }
    #_form_1125_ ._row input[type="checkbox"],
    #_form_1125_ ._row input[type="radio"] {
        margin: 0 !important;
        vertical-align: middle !important;
    }
    #_form_1125_ ._row input[type="checkbox"]+span label {
        display: inline;
    }
    #_form_1125_ ._row span label {
        margin: 0 !important;
        width: initial !important;
        vertical-align: middle !important;
    }
    #_form_1125_ ._form-image {
        max-width: 100%;
        height: auto !important;
    }
    #_form_1125_ input[type="text"] {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 1.3em;
        -webkit-appearance: none;
    }
    #_form_1125_ input[type="radio"],
    #_form_1125_ input[type="checkbox"] {
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        font-size: 1em;
        margin: 0 0.3em 0 0;
        vertical-align: baseline;
    }
    #_form_1125_ button[type="submit"] {
        padding: 20px;
        font-size: 1.5em;
    }
    #_form_1125_ ._inline-style {
        margin: 20px 0 0 !important;
    }
}

#_form_1125_ {
    position: relative;
    text-align: left;
    margin: 25px auto 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
    background: #fff !important;
    border: 0px solid #b0b0b0 !important;
    width: 500px;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #000 !important;
}

#_form_1125_ ._form-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

#_form_1125_:before,
#_form_1125_:after {
    content: " ";
    display: table;
}

#_form_1125_:after {
    clear: both;
}

#_form_1125_._inline-style {
    width: auto;
    display: inline-block;
}

#_form_1125_._inline-style input[type="text"],
#_form_1125_._inline-style input[type="date"] {
    padding: 10px 12px;
}

#_form_1125_._inline-style button._inline-style {
    position: relative;
    top: 27px;
}

#_form_1125_._inline-style p {
    margin: 0;
}

#_form_1125_._inline-style ._button-wrapper {
    position: relative;
    margin: 27px 12.5px 0 20px;
}

#_form_1125_ ._form-thank-you {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
}

@media all and (min-width:320px) and (max-width:667px) {
    #_form_1125_._inline-form._inline-style ._inline-style._button-wrapper {
        margin-top: 20px !important;
        margin-left: 0 !important;
    }
    #sp-feature .tp-caption {
        margin-top: -120px!important;
    }
}

.logo-wrapper a img {
    max-width: 315px;
}

@media(max-width:767px) {
    .logo-wrapper a img {
        max-width: 210px;
    }
    .responsive .sp-main-menu-toggler {
        top: 15px!important;
    }
}

.menu-services .servicedetail {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.menu-services .servicedetail .servicedetailimg {
    width: 50%;
}

.menu-services .servicedetail .servicedetailcontent p {
    padding: 15px;
}

.menu-services .servicedetail .servicedetailcontent {
    width: 50%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.servicedetail .servicedetailimg img {
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
}

.menu-services .servicedetail:nth-child(02) {}

.myaboutus-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.myaboutus-flexbox .hr-visionbox {
    max-width: 350px;
    height: 350px;
    background: rgba(53, 190, 233, 0.60);
    border-radius: 50%;
    margin: 0 15px;
    width: 100%;
}

.myaboutus-flexbox .hr-visionbox:last-child {
    background: rgba(47, 155, 224, 0.60);
}

.myaboutus-flexbox .hr-visionbox .hr-visionbox-img img {
    padding: 60px 0 0 !important;
}

.myaboutus-flexbox .hr-visionbox .textcontent {
    width: 100%;
    max-width: 280px;
    margin: auto;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.myaboutus-flexbox .hr-visionbox .textcontent a {
    color: #fff;
}

.menu-about-us #sp-intop-wrapper {
    padding: 40px 0;
    color: #fff;
    background: #3498db;
    border-bottom: 1px solid #2383c4;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.menu-about-us #sp-intop-wrapper .module h3 {
    color: #fff;
}

.sprocket-tabs.layout-top.animation-slideandfade ul li {
    margin-bottom: 10px;
}

.juit-form{
    font-family:arial !important;
}
.juit-form .control-group label{
    color: #333;
    margin-bottom: 25px !important;
}

.juit-form .page-header h1{
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px !important;
}

.juit-form .control-group{
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.juit-form .control-group .controls{
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
}

.juit-form .control-group .controls input{
    height:32px !important;
    border:1px solid #ccc;
    padding:0 10px;
}
.juit-form .control-group .controls input:focus{
    outline:none;
}

.juit-form .control-group .controls textarea{
    height:70px !important;
    border:1px solid #ccc;
    padding:0 10px;
    resize:vertical;
}

.juit-form .form-actions button{
    outline: none;
}

.juit-form .form-actions button:last-child{
    border-bottom: 5px solid #ccc;
    margin-top: 5px;
}

.juit-form .form-actions button:first-child{
    color: #fff;
}

.cus-submittestimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
}

.cus-submittestimonial a{
    background: #3498db;
    -webkit-box-shadow: 0 4px #2383c3;
    -moz-box-shadow: 0 4px #2383c3;
    box-shadow: 0 4px #2383c3;
}
.cus-submittestimonial a:hover{
    background: #3498db;
    -webkit-box-shadow: 0 4px #2383c3;
    -moz-box-shadow: 0 4px #2383c3;
    box-shadow: 0 4px #2383c3;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-middle-wrapper .mod-wrapper .mod-content ul{
    padding:0 13px;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-middle-wrapper .mod-wrapper .mod-content ul li{
    margin-bottom: 3px;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-middle-wrapper .mod-wrapper .module.title1 p{ 
    line-height: 22px;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-main-body-wrapper .entry-content{
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-main-body-wrapper .module {
    margin-top: 0;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-main-body-wrapper .entry-content ul {
    padding: 0 9px;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-intop-wrapper{
    background: #fff;
    border-bottom:none;
    border-top:none;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-inner-wrapper{
    background: #fff;
    padding: 0;
}

.servicedetail .servicedetailcontent p a{
    color: #fff;
    text-decoration: underline;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-main-body-wrapper{
    border-top:none;
    border-bottom:none;
    padding:0;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-middle-wrapper{
    border-bottom:none;
    padding: 0 !important;
}

.module.title1.section6 {
    margin: 80px 0;
}

.module.title1.section7 {
    margin: 80px 0;
}

.module.title1.section8 {
    margin: 80px 0;
}

.module.title1.section9 {
    margin: 80px 0;
}

.module.title1.videomarket{
    margin: 50px 0;
}

.module.title1.section2 {
    margin: 50px 0;
}

.module.title1.section5 {
    margin: 50px 0;
}

.defaultTestimonials .page-header h1{
    text-align: center;
}

.menu-10x-grower-and-a-shower-bigger-is-better .mod-wrapper h3.header{
    padding:0 0 15px !important;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-users-wrapper{
    display: none;
}

.testimonialsContainer .testiList [class*='col-']:not(:last-child):after, .testiList [class*='span']:not(:last-child):after{
    border-left:none !important;
}

.customtitle1.youtubelink{
    margin:0;
}

.testimonialsContainer .testiList > div{
    border: 1px dashed #dddddd;
    margin-bottom:30px !important;
}

.testimonialsContainer .video.watchvideo {
    min-height: 30px;
    padding-bottom: 0;
}

.testimonialsContainer .testimonialText{
    margin-bottom: 5px;
    min-height:90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.customtitle2 .box-yamato .box li.box-header a{
    font-size: 14px;
}

.menu-about-us .mod-inner .span2 a i{
    color:#fff;
}

.menu-about-us .sprocket-strips-s-container{
    box-shadow: 0 0 5px #ccc !important;
    padding: 10px !important;
    margin-bottom: 10px;
}

.menu-about-us .sprocket-strips-s-container .sprocket-strips-s-block{
    border-bottom:1px solid #dcdcdc;
}

.servicedetailimg.youtubelink p iframe{
    width: 100%;
}

.menu-about-us .sprocket-strips-s-container .sprocket-strips-s-block:last-child{
    border-bottom:none;
}

.juit-form .control-group label{
    width: 100%;
    max-width: 200px;
    margin-bottom: 0 !important;
    font-size: 14px;
}

.juit-form .control-group .controls{
    width:100%;
}

.menu-testimonials .sbox-content-iframe#sbox-content{
    overflow-y: auto;
    overflow-x: hidden;
}

.menu-testimonials .sbox-content-iframe#sbox-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.menu-testimonials .sbox-content-iframe#sbox-content::-webkit-scrollbar
{
    width:0;
    background-color: #F5F5F5;
}

.menu-testimonials .sbox-content-iframe#sbox-content::-webkit-scrollbar-thumb
{
    background-color:#32343b;
}

.menu-your-first-step-to-growth .youtubelink p iframe{
    width: 100%;
    margin-top: 10px;
}

.readbutton a {
    display: inline-block;
    background: #fff;
    padding: 6px 15px;
    border-radius: 5px;
}
.readbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 0;
}

.cus-submittestimonial{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.cus-submittestimonial .btn-success{
    background: #12a1e1;
    -webkit-box-shadow: 0 4px #3f7228;
    -moz-box-shadow: 0 4px #3f7228;
    box-shadow: 0 4px #0f7fb1;
}

.testiList > div{
    border: 1px dashed #dddddd !important;
}


@media(max-width:991px) {
    .menu-services .servicedetail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .menu-services .servicedetail .servicedetailimg {
        width: 100%;
    }
    .menu-services .servicedetail .servicedetailimg img {
        height: auto;
    }
    .menu-services .servicedetail .servicedetailcontent {
        width: 100%;
    }
    .servicedetail.cus-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media(max-width:767px) {
    .servicedetail{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .servicedetail .servicedetailimg{
        width: 100%;
    }
    .servicedetail .servicedetailcontent{
        width: 100%;
    }
    .servicedetail .servicedetailcontent p{
        padding:0;
    }
    .myaboutus-flexbox .hr-visionbox {
        max-width: 310px;
        height: 290px;
        margin-bottom: 15px !important;
        margin: 0;
    }
    .myaboutus-flexbox .hr-visionbox .textcontent {
        font-size: 11px;
        max-width: 220px;
    }
    .myaboutus-flexbox .hr-visionbox .hr-visionbox-img img {
        padding: 30px 0 0 !important;
    }
}
.youtubelink p{
    text-align: center;
}

ul.text1{
    padding: 0 15px;
}

ul.text1 li a{
    color: #3498db;
    margin-bottom: 5px;
    display: block;
    text-decoration: underline;
}

.sprocket-lists-item .sprocket-padding span{
    font-size: 22px;
}

.caroufredsel_wrapper .span6 {
    width: 100% !important;
}

.myaboutus.myaboutus-flexbox.aboutuscustom .hr-visionbox {
    background: rgb(53, 190, 233);
}

#sp-main-body-wrapper .myaboutus.myaboutus-flexbox.text-center.aboutuscustom .textsubtitle {
    margin-top: 0 !important;
}
#sp-main-body-wrapper .myaboutus.myaboutus-flexbox.text-center.aboutuscustom .hr-visionbox .textcontent {
    margin-top: 0;
}

.myaboutus.myaboutus-flexbox.aboutuscustom .hr-visionbox:last-child {
    background: rgb(47, 155, 224);
}

.menu-services #formsecondtstep ._button-wrapper._full_width #_form_1113_submit{
    margin-left: 10px;
    padding: 4px 30px !important;
}

@media(max-width:480px){
  .sprocket-tabs-nav > li{
    /*width: 100%;
    margin-bottom: 10px !important;*/
    width: 40%;
    margin-bottom: 10px !important;
    text-align: center;
    margin: 0px 14px;
  }
  .sprocket-tabs-nav li .sprocket-tabs-inner{
    margin-right: 0 !important;
    font-size: 14px;
  }
}

@media(max-width:1199px){
  .sprocket-tabs-nav li .sprocket-tabs-inner{
    width: 100%;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .logo-wrapper a img{
    max-width: 230px;
  }
  #sp-menu #sp-main-menu ul.level-0>li{
    padding-top: 0;
  }
  #sp-main-menu ul.level-0 > li a{
    padding: 12px 9px !important;
    font-size: 13px;
  }
  #sp-toolbar-r .btn.social{
    padding:0 7px;
  }
}

.tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe video{
  max-width: 1140px !important;
  margin: auto;
  position: relative;
  z-index: 99999 !important;
}

.tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start{
    background-color: #fff;
}

.juit-form{
  padding-top:0;
}


.juit-form #jform_captcha {
    min-height: 90px !important;
}

.servicedetail .servicedetailcontent ul{
    padding: 0 75px;
}

.listflexbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.servicedetail .servicedetailcontent .listflexbox ul{
    display: inline-block;
    padding-right: 0;
    width: 100%;
    max-width: 420px;
    padding-left: 20px;
}

.listflexbox .image-center p{
    padding: 0 15px;
}

.linkbutton{
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    color: #333 !important;
    padding: 8px 30px;
    margin:15px 0 !important;
    text-align: center;
}

@media(max-width:1366px){
  .tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe video{
    max-width: 910px !important;
  } 
  .tp-caption.blank_new, .blank_new{
    font-size: 38px !important;
    left: 50% !important;
    -webkit-transform: translate(-50%) !important;
    -ms-transform: translate(-50%) !important;
            transform: translate(-50%) !important;
  }
}

.youtubelink video{
    width: 100% !important;
    height:auto !important;
}

.HasListener{
    opacity: 1 !important;
}


@media(max-width:767px){
    .listflexbox{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .servicedetail .servicedetailcontent ul{
        padding: 0 15px;
    }
    #sp-feature .tp-caption {
        margin-top: 0!important;
    }
    #sp-feature .tp-caption{
        text-align: center;
        font-size: 16px !important;
        left: 50% !important;
        -webkit-transform: translate(-50%) !important;
        -ms-transform: translate(-50%) !important;
        transform: translate(-50%) !important;
    }
    .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order{
        float: left;
        margin-top: 5px;
    }
    .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter{
        float: left;
    }
    #sp-feature .tp-caption b {
        font-size: 13px !important;
        display: block;
        margin-top: 15px !important;
    }

}


@media(max-width:375px){
    #sp-feature .tp-caption{
        font-size: 14px !important;
    }
}

.menu-services #formsecondtstep ._form_element:nth-child(05) ._checkbox-radio input{
    width: 15px;
}

#formsecondtstep ._button-wrapper._full_width{
    clear: both;
    position: relative;
    padding: 45px 0;
    top: 55px;
}






/** video css*/
#mobiletaptoplay{
  display: none;
}
#muteUnmutetext .icon-microphone-slash{
  display: none;
}

  @-moz-document url-prefix(){
    #muteUnmutetext{
        display: none !important;
      }
  }
  @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    #muteUnmutetext{
        display: none !important;
      }
}}

      
      @supports (overflow:-webkit-marquee) and (justify-content:inherit)
{
   #muteUnmutetext{
        display: none !important;
      }
}
 #muteUnmutetext{
    display: inline-block;
    background: #e11212;
    margin: 0 15px !important;
    margin-left: 0;
    padding: 4px 15px !important;
    border-radius: 5px;
    color: #fff !important;
    text-transform: capitalize;
    cursor: pointer;
      

    }

@media(max-width:767px){
  #muteUnmutetext{
    display: none;
  }
  #mobiletaptoplay{
  
  cursor: pointer;
  padding: 8px 4px !important;
  font-size: 12px !important;
  background: transparent;
}
.tp-caption.very_big_white.tp-fade.tp-resizeme.start{
  padding: 4px !important;
  font-size: 12px !important; 
  border-radius: 30px;
  padding: 0 16px !important;
  background: red;
}
.menu-about-us .container{
  width: auto;
}
.menu-about-us .module.title1 .mod-wrapper{
  margin:0;
}
#sp-intop-wrapper #sp-intop1 .module.title1 .mod-wrapper .customtitle1 h3 {
    text-align: center !important;
}

}


.menu-freedom-efficiency-accelerator #sp-main-body-wrapper{
  padding:0;
  border-top:none; 
}

.menu-freedom-efficiency-accelerator #sp-middle-wrapper{
  padding-bottom: 0;
  border-bottom: none;
}

.tp-caption.very_big_white.tp-fade.tp-resizeme.start {
    background-color: transparent;
}

@media(max-width:767px){
  .tp-caption.very_big_white.tp-fade.tp-resizeme.start{
    background-color:red;
    left: 50% !important;
    -webkit-transform: translate(-50%) !important;
    -ms-transform: translate(-50%) !important;
    transform: translate(-50%) !important;
  }
  #videoloader{
  width: 100%;
    height: 100vh;

}
#videoloader img{
  width: 100%;
  height: 100%;
}
}
#videoloader{
 
    display: none;
}


.tp-volume-bar, .tp-seek-bar{
    height:4px;
}


.menu-10x-grower-and-a-shower-bigger-is-better #sp-middle-wrapper .mod-wrapper .mod-content ul li{
    list-style-type: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position:relative;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-middle-wrapper .mod-wrapper .mod-content ul li:before{
    content:"\f101";
    display: inline-block;
    font-family:FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 7px;
    font-size:16px;
    color:#3498db;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-main-body-wrapper .entry-content ul li{
    list-style-type: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position:relative;
}

.menu-10x-grower-and-a-shower-bigger-is-better #sp-main-body-wrapper .entry-content ul li:before{
    content:"\f101";
    display: inline-block;
    font-family:FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 7px;
    font-size:16px;
    color:#3498db;  
}

.servicedetail .servicedetailcontent ul li:before{
    content:"\f101";
    display: inline-block;
    font-family:FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 7px;
    font-size:16px;
    color:#fff;
}

b.ads{
    font-size: 24px;
    padding: 15px 0;
    display: inline-block;
    text-decoration: underline;
}

.tp-simpleresponsive >ul li .tp-caption:nth-child(03) {
    width: 100% !important;
}

.beside{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 45px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sp-feature .tp-caption{
    text-align: left;
    width: 100% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%) !important;
    -ms-transform: translate(-50%) !important;
    transform: translate(-50%) !important;
}

.tp-simpleresponsive >ul li:nth-child(01) .tp-caption:nth-child(06){
    text-align: left !important;
    margin: 0 15px !important;
}

.tp-simpleresponsive >ul li:nth-child(01) .tp-caption:nth-child(06) #muteUnmutetext{
    width: 100%;
    max-width: 105px;
    text-align: center;
    float: left;
}


.servicesform ._form-content ._form_element:nth-child(07){
    clear: both;
}

.menu-services #formsecondtstep ._button-wrapper._full_width{
    padding: 15px 0 0;
    top: 0;
}

#formsecondtstep ._button-wrapper._full_width{
    top:10px;
    padding: 0;
}

#formsecondtstep ._button-wrapper._full_width{
    padding: 10px 0;
    top: 0;
    display: inline;
}

.servicedetail .servicedetailcontent ul li.nopointer:before{
    content: none;
}

.servicedetail .servicedetailcontent ul li.nopointer{
    padding: 0 15px;
}

.servicedetailimg.youtubelink{
    position: relative;
}

#serunmutebtntext{
    position: absolute;
    top: 50px;
    left:9%;
    background: red;
    padding: 3px 15px;
    border-radius: 5px;
    color: #fff;
    cursor:pointer;
}

.linkbutton.blue{
    background: #3498dc;
    color: #fff !important;
    text-decoration: underline;
    display: block;
}

.menu-home #becomeapartmodal .uk-modal-dialog #clickbackstep{
    padding:4px 15px !important;
}

.menu-home #_form_1113_ #_form_1113_submit{
    padding: 4px 30px !important;
}

#sp-component-wrapper .entry-content h3.header{
    font-size:20px;
    font-weight:bold;
}

.sprocket-mosaic-loadmore{
    border: 1px solid #3498db !important;
    background: #3498db !important;
    color: #fff !important;
}
.sprocket-mosaic-loadmore:hover{
    background:#fff !important;
    border:1px solid #d1d1d1 !important;
    color:#333 !important;
}

.youtubelink{
    position: relative;
}

.sprocket-mosaic-loadmore span.loadmore-info{
    display: none;
}

#sp-toolbar-r .module{
    float: right;
}

.juit-form .form-actions button:first-child{
    color: #fff;
    background: #3498db;
    -webkit-box-shadow: 0 4px #196090;
    -moz-box-shadow: 0 4px #196090;
    box-shadow: 0 4px #196090;
}

.juit-form .form-actions button:hover{
    -webkit-box-shadow: 0 0 #196090;
    -moz-box-shadow: 0 0 #196090;
    box-shadow: 0 0 #196090;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.juit-form .form-actions button:last-child{
    border-bottom: 0 solid transparent !important;
    margin-top: 0;
    color: #fff;
}


.portfoliosubtitle{
    margin-top: -50px;
}

.youtubelink #player{
    width:100%;
}

.youtubelink #player #video-element{
    width: 100% !important;
    max-width: 1000px;
    margin: auto;
    display: block;
}



@media(max-width:767px){
  .tp-simpleresponsive >ul li .tp-caption:nth-child(03){
      top: 0 !important;
  }

  .tp-simpleresponsive >ul li .tp-caption:nth-child(03) #videoloader{
    width:100%;
    height:100vh;
  }

  .tp-simpleresponsive >ul li .tp-caption:nth-child(03) #videoloader img{
    width:100% !important;
    height:100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .tp-simpleresponsive >ul li:nth-child(03) .tp-caption:nth-child(03) {
    top: 50% !important;
  }
  .carousel-inner>.span3.item{
        margin-bottom:3px;
  }
  .tp-simpleresponsive >ul li:nth-child(02) .tp-caption:nth-child(03) {
    top: 37% !important;
    line-height: 61px !important;
  }
}

@media(max-width:412px){
    .tp-simpleresponsive >ul li:nth-child(02) .tp-caption:nth-child(03) {
        top: 37% !important;
        line-height: 48px !important;
    }
}

/** custome video player */
#player {
      float:left;
      
      border-radius: 9px;
    }
    
     #player #controls{
        /*border: 1px solid darkgreen;*/
        width:100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 5px;
        padding-bottom: 3px;
        border-radius: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
     #player video {
      /*border:1px solid darkgreen;*/
      width:420px;
      height:231px;
      background:black;
    }
    
     #player button{
        /*text-indent:-9999px;*/
        width:75px;
        outline:none;
        height:16px;
        border:none;
        cursor:pointer;
        background: none;
        padding-top:0;
        text-transform: capitalize;
        font-size: 13px;
        /*background:transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJEAAAAQCAYAAAAWNJ1eAAAAB3RJTUUH4AMQDS0aGLmsqwAAAAlwSFlzAAAOdAAADnQBaySz1gAAAvZJREFUeNrtmk2u0zAQxyele7gBZcOWcAJ8AKTXFVvKhnW5QbhBD4BEe4GnvgULdkaCNeUE5N2gbJGgeDJ26rhO4rFbKRX5P7mtP+YX2x1PHPdl4ErCa/W6UEmc1ACsVekGQjWyeKwrVWYN+bF63aqU99jsVJqryblvbTGyeKxrkoSPesxC/f3CosyaEBzso0DUvgL5JmZk8VhdoihXKLsnLLtLsYix1jkcf+VIU12wZUwI6LZo89xTN7J4rFOZLxxgxrjG+Vm0WNB27hlvXrWQICb6Im5IXqhU9lwi17Zuh13WS2juF/Dzq0TWW+tzLMvuj2ip47J480W8G5V+qnSwStfg+9KxDbW98V6Bw+qThGdA0WYBPQtmohu507rRYQ/ryg77RU8e9Vmlb1b+q0q3iawPqn+fEllmrF+qlDbGUDVtyRkwQs0YjFll4zpSHMsvikASyHnwVlwALbSV1aq+nU2gfRWGOJPoyaNw33VwyqYDYIXqkqwV0x5vK7sWWy6rSwUcHQgd5b1ebO+AIlvtQNh4GoSkx9RN5P0Vr/HbKTsw7P0sWT9ZxrBET5lMZNnqYs2Yvb7TNF/E4bGkM2/CelInZ0WtVPkPp90bZfvQOBAqzInS9MdTFutE52H5bl92mUxk2eKwhiOzB/L33nIgVJgTpT0tZE7+AcQ70XlY9ioU9TFHXJ9i7UglcOaU9j2FZRvPEidzyR33C9BONoGutYLOg7v99h2+7Mn79Bf8X3w4S9T26ayQ6boca8m0tw83l4msLu31u+hoY+r26ERrz1D7nMdo3ZNHPQWKGEa5LotnySrcThNZobocC/c4tP8oGYwS6AT87gysNm31+1I/6jdFZcZptyaUfwf+2cdOdfz08Gxk8VhNLm1Y3e1DzK0nhdU8kceotIJjFBVADmTq8omumMMxhIVoD8cdvKuRxWMdZTas4ed0l2HRzzNC9xudpQByIgmnj//34w+wQ2ANVf6fPfZ63IUZU+YxHOa/SfwPrCvVP/2nY6KBhDUMAAAAAElFTkSuQmCC') no-repeat 0 0; *//* url('buttons.png') */
    }

    #player button:hover{
        -webkit-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
    
     #player .pause { background-position:-19px 0; }
    #player .stop { background-position:-38px 0; }

    #player #volume-bar {
      width: 50px;
      vertical-align: middle;
      padding:0px;
    }
    #player .mute { background-position:-95px 0; }
    #player .unmute { background-position:-114px 0; }
    #player .replay { background-position:-133px 0; }
     #player .fullscreen {
        text-indent: 0px;
        color:#3498db;
        background-color:#434343;
        background-image: none;
        padding: 0px;
        font-weight: bold;
        padding-bottom: 3px;
        width: 100%;
        max-width: 110px;
        font-size:12px;
        height:16px;
        border-radius:10px;
    }

    #controls{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    
    #player progress {
      color:rgb(53, 152, 219);
      font-size: 12px;
      width:100%;
      height:5px;
      border: none;
      margin-right: 10px;
      background: #434343;
      border-radius: 0;
      vertical-align: middle;
    }
     #player progress::-moz-progress-bar { 
      color:rgb(53, 152, 219);
      background:rgb(53, 152, 219); 
    }
    
     #player progress[value]::-webkit-progress-bar {
      background-color: #434343;
      border-radius: 2px;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
              box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    }
    
     #player progress[value]::-webkit-progress-value {
      background-color: #3498db;
    }
    
     #player input[type=range] {
      -webkit-appearance: none;
      width: 100%;
      margin: 6.8px 0;
    }
     #player input[type=range]:focus {
      outline: none;
    }
    #player input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 4.4px;
      cursor: pointer;
      /*box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;*/
      background: #3498db;
      border-radius: 1px;
      border: 1.1px solid #3498db;
    }
    #player input[type=range]::-webkit-slider-thumb {
      /*box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;*/
      border: 2.5px solid #3498db;
      height: 18px;
      width: 9px;
      border-radius: 3px;
      background: #3498db;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -7.9px;
    }
    #player input[type=range]:focus::-webkit-slider-runnable-track {
      background: #3498db;
    }
    #player input[type=range]::-moz-range-track {
      width: 100%;
      height: 4.4px;
      cursor: pointer;
      /*box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;*/
      background: #3498db;
      border-radius: 1px;
      border: 1.1px solid #3498db;
    }
     #player input[type=range]::-moz-range-thumb {
      /*box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;*/
      border: 2.5px solid #3498db;
      height: 18px;
      width: 9px;
      border-radius: 3px;
      background: #3498db;
      cursor: pointer;
    }
    #player input[type=range]::-ms-track {
      width: 100%;
      height: 4.4px;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent;
    }
     #player input[type=range]::-ms-fill-lower {
      background: #3498db;
      border: 1.1px solid #3498db;
      border-radius: 2px;
      /*box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;*/
    }
    #player input[type=range]::-ms-fill-upper {
      background: #3498db;
      border: 1.1px solid #3498db;
      border-radius: 2px;
      /*box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;*/
    }
    #player input[type=range]::-ms-thumb {
      /*box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;*/
      border: 2.5px solid #3498db;
      height: 18px;
      width: 9px;
      border-radius: 3px;
      background: #3498db;
      cursor: pointer;
      height: 4.4px;
    }
     #player input[type=range]:focus::-ms-fill-lower {
      background: #3498db;
    }
    #player input[type=range]:focus::-ms-fill-upper {
      background: #3498db;
      background-color: lightgray;
    }    

@media(max-width:767px){
    #player .unmute{
        margin-top: -3px;
    }
    #player .pause{
        margin-top: -7px;
    }
}    

@media(max-width:320px){
    #player .pause{
        padding: 0;
        padding-right: 7px;
        margin-top: -7px;
    }
    #player #volume-bar{
        width:30px;
    }
    #player .unmute{
        padding: 0 6px;
        margin-top: -3px;
    }
    #player .fullscreen{
        font-size:11px;
    }
}    
    
/** end custome video player */


