@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"),
        url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
        url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
        url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "PT Sans", Arial, serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #666666;
    color: #7f7f7f;
    background: #fff;
    height: 100%;
    position: relative;
    letter-spacing: 0.5px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

a {
    color: #FF6600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    color: #FF6600;
    outline: none;
}

p {
    margin-bottom: 1.5em;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "PT Sans", Arial, serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

::-webkit-selection {
    color: #fff;
    background: #1fb5f6;
}

::-moz-selection {
    color: #fff;
    background: #1fb5f6;
}

::selection {
    color: #fff;
    background: #1fb5f6;
}

#icooffice-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
}
#icooffice-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}
#icooffice-header #navbar .navbar-right {
    margin-right: 0;
}
#icooffice-header #navbar li a {
    font-family: "PT Sans", Arial, serif;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 16px;
    font-weight: 400;
}
#icooffice-header #navbar li a span {
    /*position: relative;*/
    display: block;
    padding-bottom: 2px;
}
#icooffice-header #navbar li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#icooffice-header #navbar li a:hover {
    color: #000;
}
#icooffice-header #navbar li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
#icooffice-header #navbar li.active a {
    background: transparent;
    background: none;
}
@media screen and (max-width: 480px) {
    #icooffice-header #navbar li.active a {
        color: #FF6600;
    }
}
#icooffice-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #FF6600;
}
@media screen and (max-width: 480px) {
    #icooffice-header #navbar li.active a span:before {
        background-color: transparent;
    }
}
#icooffice-header #navbar li.call-to-action a {
    border: 1px solid #FF6600;
    padding: 5px 10px 3px 10px;
    margin: 12px 0 0 0px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
#icooffice-header #navbar li.call-to-action a:hover {
    background-color: #FF6600;
    color: #fff;
}
#icooffice-header #navbar li.call-to-action a span:before {
    background-color: transparent;
}
#icooffice-header .navbar-brand {
    float: left;
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #3a4651;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#icooffice-header .navbar-brand > span {
    color: #FF6600;
}

#icooffice-header.navbar-fixed-top {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
}
#icooffice-header.navbar-fixed-top .navbar-brand {
    color: #535659;
}
#icooffice-header.navbar-fixed-top #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#icooffice-header.navbar-fixed-top #navbar li a:hover {
    color: #FF6600;
}
#icooffice-header.navbar-fixed-top #navbar li.active a {
    color: #FF6600 !important;
}
@media screen and (max-width: 768px) {
    #icooffice-header.navbar-fixed-top #navbar li.active a {
        color: #FF6600 !important;
    }
}
#icooffice-header.navbar-fixed-top #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #FF6600;
}
@media screen and (max-width: 768px) {
    #icooffice-header.navbar-fixed-top #navbar li.active a span:before {
        background-color: transparent;
    }
}
#icooffice-header.navbar-fixed-top #navbar li.call-to-action a {
    border: 1px solid #FF6600;
    padding: 5px 10px 3px 10px;
    margin: 12px 0 0 0px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.productdetail  a {
    border: 1px solid #FF6600;
    padding: 5px 10px 3px 10px;
    margin: 12px 0 0 0px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
#icooffice-header.navbar-fixed-top #navbar li.call-to-action a:hover {
    background-color: #FF6600;
    color: #fff !important;
}
#icooffice-header.navbar-fixed-top #navbar li.call-to-action a span:before {
    background-color: transparent;
}
#icooffice-header .navbar-default {
    position: fixed;
    border: transparent;
    background: #fff;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.04);
    width: 100%;
}
#icooffice-header .navbar-default .brand-slogan {
    margin: 28px 0 0 15px;
    float: left;
    letter-spacing: 2px;
    color: #adadad;
}
#icooffice-header .navbar-default .brand-slogan em {
    color: #FF6600;
    font-style: normal;
}

#icooffice-home {
    background-color: transparent;
    background-size: cover;
    background-attachment : fixed;
    position: relative;
    width: 100%;
    height: 50% !important;
    color: #fff;
}
#icooffice-home a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: underline;
}
#icooffice-home a:hover {
    color: #fff;
    text-decoration: none;
}
#icooffice-home .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}
#icooffice-home, #icooffice-home .text-wrap {
    height: calc(100vh + 100px);
}
#icooffice-home .text-wrap {
    display: table;
    width: 100%;
    position: relative;
    z-index: 4;
}
#icooffice-home .text-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#icooffice-home .text-inner h1 {
    font-size: 38px;
    text-transform: uppercase;
    color: white;
    margin: 0 0 20px 0;
    font-weight: 700;
}
#icooffice-home .text-inner h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 60px 0;
}
#icooffice-home .text-inner .call-to-action {
    display: block;
    width: 100%;
}
#icooffice-home .text-inner .call-to-action a {
    width: 280px;
    display: inline-block;
    font-size: 20px;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 68px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
}
#icooffice-home .text-inner .call-to-action a.demo {
    border: 2px solid #fff;
    text-decoration: none !important;
}
@media screen and (max-width: 768px) {
    #icooffice-home .text-inner .call-to-action a.demo {
        margin-bottom: 20px;
    }
}
#icooffice-home .text-inner .call-to-action a.demo:hover {
    background: rgba(255, 255, 255, 0.2);
}
#icooffice-home .text-inner .call-to-action a.download {
    border: 2px solid #FF6600;
    background: #FF6600;
    text-decoration: none !important;
}

#icooffice-services, #icooffice-testimony, #icooffice-explore,#icooffice-explore_1, #icooffice-faq, #icooffice-team, #icooffice-trusted, #icooffice-footer {
    padding: 4em 0;
}
@media screen and (max-width: 768px) {
    #icooffice-services, #icooffice-testimony, #icooffice-explore,#icooffice-explore_1, #icooffice-faq, #icooffice-team, #icooffice-trusted, #icooffice-footer {
        padding: 2em 0;
    }
}

#icooffice-work, #icooffice-counters {
    padding: 7em 0;
}
@media screen and (max-width: 768px) {
    #icooffice-work, #icooffice-counters {
        padding: 4em 0;
    }
}

.icooffice-explore {
    padding-bottom: 40px;
}

.icooffice-explore-bg-color {
    width: 100%;
    background: #f1f1f1;
    padding: 80px 0;
    margin-bottom: 0;
}

.mt {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mt h4 {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
}
.mt h4 i {
    position: absolute;
    left: 0;
    top: 0;
    color: #1fb5f6;
}
.mt > div {
    margin-bottom: 40px;
}
.mt .list-nav {
    margin: 50px 0 0 0;
    padding: 0;
}
.mt .list-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
}
.mt .list-nav li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #1fb5f6;
}

#icooffice-testimony .wrap-testimony {
    position: relative;
    width: 100%;
}
#icooffice-testimony .wrap-testimony .testimony-slide {
    text-align: center;
}
#icooffice-testimony .wrap-testimony .testimony-slide span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
#icooffice-testimony .wrap-testimony .testimony-slide span a.twitter {
    color: #1fb5f6;
    font-weight: 300;
}
#icooffice-testimony .wrap-testimony .testimony-slide figure {
    margin-bottom: 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#icooffice-testimony .wrap-testimony .testimony-slide figure img {
    width: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#icooffice-testimony .wrap-testimony .testimony-slide blockquote {
    border: none;
    margin: 0 auto;
    width: 72%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#icooffice-testimony .wrap-testimony .testimony-slide blockquote p {
    font-style: italic;
    color: #8f989f;
    font-size: 20px;
    line-height: 1.6em;
}
#icooffice-testimony .wrap-testimony .testimony-slide blockquote:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #1fb5f6;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
}
#icooffice-testimony .wrap-testimony .testimony-slide.active {
    display: block;
}
#icooffice-testimony .wrap-testimony .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
}
#icooffice-testimony .wrap-testimony .arrow-thumb a {
    font-size: 32px;
    color: #dadada;
}
#icooffice-testimony .wrap-testimony .arrow-thumb a:hover, #icooffice-testimony .wrap-testimony .arrow-thumb a:focus, #icooffice-testimony .wrap-testimony .arrow-thumb a:active {
    text-decoration: none;
}

.getting-started {
    background: #1fb5f6;
    padding: 60px 0 40px 0;
}
.getting-started h3 {
    color: #fff;
}
.getting-started p {
    color: rgba(255, 255, 255, 0.8);
}
.getting-started .call-to-action {
    display: block;
    width: 100%;
    float: left;
}

.getting-started .call-to-action a.sign-up {
    float: right;
    margin-top: 20px;
    padding: 18px 60px;
    background: #ea574c;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
}

.getting-started .call-to-action a.sign-up:hover, .getting-started .call-to-action a.sign-up:focus, .getting-started .call-to-action a.sign-up:active {
    text-decoration: none;
}
.getting-started .call-to-action a.sign-up:hover {
    background: #393e46;
}

.icooffice-pricing {
    padding: 3em 0 0em 0;
    background: #f1faff;
}
.icooffice-pricing .pricing {
    display: block;
    float: left;
    margin-bottom: 30px;
}
.icooffice-pricing .price-box {
    text-align: center;
    padding: 30px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
}
.icooffice-pricing .price-box.popular .btn-select-plan {
    background: #FF6600;
}
.icooffice-pricing .price-box .btn-select-plan {
    padding: 10px 20px;
    background: #2196F3;
    color: #fff;
    -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
}
.icooffice-pricing .pricing-plan {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #888f94;
}
.icooffice-pricing .pricing-plan.pricing-plan-offer {
    margin-bottom: 24px;
}
.icooffice-pricing .pricing-plan span {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    color: #d5d8db;
}
.icooffice-pricing .price {
    font-size: 30px;
    color: #6d6d6d;
    line-height: 50px;
}
.icooffice-pricing .price .currency {
    font-size: 30px;
    top: 0em;
    padding-right: 10px;
}
.icooffice-pricing .price small {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    color: #888f94;
}

.icooffice-services .box-services {
    position: relative;
    margin-bottom: 70px;
}
.icooffice-services .box-services i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 54px;
    color: #2196F3;
}
.icooffice-services .icooffice-post {
    padding-left: 75px;
}
.icooffice-services .icooffice-post h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.icooffice-services .call-to-action .btn-learn {
    padding: 12px 30px;
    background: #2196F3;
    color: #fff;
}

#icooffice-team {
    background: #f1faff;
}
#icooffice-team .team-box {
    position: relative;
    padding: 30px;
    padding-top: 5em;
    background: #fff;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
#icooffice-team .team-box .user {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -73px;
    margin-left: -73px;
    width: 147px;
    height: 147px;
}
#icooffice-team .team-box .user img {
    width: 147px;
    height: 147px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 15px solid #f1faff;
}
#icooffice-team .team-box h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
#icooffice-team .team-box .position {
    font-size: 16px;
    color: #8f989f;
    display: block;
    margin-bottom: 30px;
}
#icooffice-team .team-box .social-media {
    margin: 0;
    padding: 0;
}
#icooffice-team .team-box .social-media li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    margin-right: 10px;
}
#icooffice-team .team-box .social-media li a {
    color: #333;
}
#icooffice-team .team-box .social-media li a:hover, #icooffice-team .team-box .social-media li a:focus, #icooffice-team .team-box .social-media li a:active {
    text-decoration: none;
    color: #FF6600 !important;
}

.box-faq {
    margin-bottom: 60px;
}
.box-faq h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.partner-logo {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.section-heading {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 0px;
    clear: both;
}
.section-heading h2 {
    margin: 0 0 0 0;
    font-size: 40px;
    font-weight: 400;
    color: #333;
    position: relative;
    display: block;
    padding-bottom: 10px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 28px;
    }
}
.section-heading h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #8f989f;
    position: relative;
    display: block;
    padding-bottom: 30px;
}
.section-heading h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #FF6600;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .section-heading h3 {
        font-size: 16px !important;
        line-height: 28px;
    }
}

#icooffice-footer {
    background: #3a4651;
    color: #74889e;
}
#icooffice-footer a {
    color: #74889e;
}
#icooffice-footer a:hover {
    color: #fff !important;
    text-decoration: underline;
}
#icooffice-footer .section-title {
    font-size: 22px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}
#icooffice-footer .section-title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #FF6600;
}
#icooffice-footer .copy-right {
    position: relative;
    padding-top: 20px;
    margin-top: 40px;
}
#icooffice-footer .copy-right > a {
    color: rgba(255, 255, 255, 0.4);
}
#icooffice-footer .copy-right:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    background: #FF6600;
}
#icooffice-footer .contact-info {
    margin: 0 0 0px 0;
    padding: 0;
}
#icooffice-footer .contact-info li {
    font-size: 16px;
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}
#icooffice-footer .contact-info li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #FF6600;
}
#icooffice-footer .social-media {
    margin: 0 0 30px 0;
    padding: 0;
}
#icooffice-footer .social-media li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    margin-right: 10px;
}
#icooffice-footer .social-media li a {
    color: #FF6600;
}
#icooffice-footer .social-media li a:hover, #icooffice-footer .social-media li a:focus, #icooffice-footer .social-media li a:active {
    text-decoration: none;
}
#icooffice-footer .contact-form .form-group input[type="name"],
#icooffice-footer .contact-form .form-group input[type="text"],
#icooffice-footer .contact-form .form-group input[type="email"],
#icooffice-footer .contact-form .form-group textarea {
    font-size: 16px;
}
#icooffice-footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#icooffice-footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#icooffice-footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#icooffice-footer .contact-form .form-group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
#icooffice-footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#icooffice-footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#icooffice-footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#icooffice-footer .contact-form .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
}
#icooffice-footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#icooffice-footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#icooffice-footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#icooffice-footer .contact-form .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
}
#icooffice-footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#icooffice-footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#icooffice-footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#icooffice-footer .contact-form .form-group textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
#icooffice-footer .contact-form .form-group input {
    color: #fff;
    background: transparent;
    border: none;
    background: #485b71;
    box-shadow: none;
}
#icooffice-footer .contact-form .form-group textarea {
    color: #fff;
    background: transparent;
    border: none;
    background: #485b71;
    box-shadow: none;
}
#icooffice-footer #btn-submit {
    color: rgba(255, 255, 255, 0.9) !important;
    background: #FF6600 !important;
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.icooffice-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}
.icooffice-nav-toggle.active i::before, .icooffice-nav-toggle.active i::after {
    background: #FF6600;
}
.icooffice-nav-toggle:hover, .icooffice-nav-toggle:focus, .icooffice-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.icooffice-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #535659;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #535659;
    transition: all .2s ease-out;
}
.icooffice-nav-toggle i::before, .icooffice-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #535659;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.icooffice-nav-toggle i::before {
    top: -7px;
}

.icooffice-nav-toggle i::after {
    bottom: -7px;
}

.icooffice-nav-toggle:hover i::before {
    top: -10px;
}

.icooffice-nav-toggle:hover i::after {
    bottom: -10px;
}

.icooffice-nav-toggle.active i {
    background: transparent;
}

.icooffice-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.icooffice-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.icooffice-nav-toggle {
    position: absolute;
    top: 2px;
    right: 15px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 25px;
    border-bottom: none !important;
}
@media screen and (max-width: 768px) {
    .icooffice-nav-toggle {
        display: block;
    }
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn.btn-primary {
    background: #FF6600;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    box-shadow: none;
    background: #FF6600;
}
.btn:hover, .btn:active, .btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    border-color: transparent;
}

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.social li a {
    font-size: 16px;
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 4px;
}
.social li a i {
    display: table-cell;
    vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
    text-decoration: none;
    border-bottom: none;
}
.social li a.social-box {
    background: #FF6600;
    color: #fff;
}
.social li a.social-circle {
    background: #FF6600;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.social li a:hover {
    background: #393e46 !important;
}
.social.social-box a {
    background: #FF6600;
    color: #fff;
}
.social.social-circle a {
    background: #FF6600;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#map {
    width: 100%;
    height: 500px;
    position: relative;
}
@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
    opacity: 0;
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.icooffice-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-controls .owl-dot span {
    background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
    background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
    background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
    background: transparent;
    border: 2px solid #FF6600;
}

/*# sourceMappingURL=style.css.map */
.ui-15{
    padding:0px 10px;
}
/* Ui Content */
.ui-15 .ui-content{
    max-width:730px;
    margin:30px auto;
    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.pt-40
{
    padding-top: 40px;
}
@media (max-width:767px){
    .ui-15 .ui-content{
        max-width:400px;
    }
}
.ui-15 .ui-content .ui-padd{
    padding:0px;
}
/* Ui social */
.ui-15 .ui-content .ui-social{
    padding:25px 30px;
    border-left:1px solid #eee;
    color:#999;
}
@media (max-width:767px){
    .ui-15 .ui-content .ui-social{
        border:0px;
        border-top:1px solid #eee;
    }
}
/* Heading */
.ui-15  h2{
    font-size:14px;
    text-transform:uppercase;
}
.ui-15 .ui-social ul li{
    margin:15px 0px;
}
/* Button */
.ui-15 .ui-social ul li a{
    width:100%;
    display:block;
    color:#fff;
    font-size:14px;
    border-radius:3px;
    padding:5px 10px;
}
/* Icon*/
.ui-15 .ui-social ul li > a > i{
    width:25px;
    text-align:center;
}
/* UI form */
.ui-15 .ui-content .ui-form{
    padding:0px 30px;
}
/* UI Input */
.ui-15 .ui-form .ui-input{
    position: relative;
    width: 100%;
    margin:10px 0px;
}
.ui-15 .ui-form .form-control{
    height:40px;
}
/* UI Icon */
.ui-15 .ui-form .ui-icon{
    right:4px;
    top: 0;
    font-size:14px;
    width: 30px;
    color: #ddd;
    line-height:40px;
    position: absolute;
    text-align: center;
}

.ui-99 .ui-item{
    display:block;
    padding:15px 10px;
    border:1px solid rgba(0,0,0,0.1);
    background:#fff;
    border-radius:10px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.19), 0 0px 0px rgba(0,0,0,0.23);
    margin:15px auto;
    text-align: center;
}
.ui-99 .ui-item i{
    display:block;
    font-size:50px;
    line-height:65px;
    color:#FF934B;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom:5px;
}
.ui-99 .ui-item span{
    font-size:13px;
    line-height:23px;
    text-transform:uppercase;
    font-weight:600;
    color:#999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.ui-99 .ui-item:hover i{
    color:#FF6600 !important;
}
.ui-99 .ui-item:hover span{
    color:#333;
}
@media (max-width:767px){
    .ui-99 .ui-item{
        padding:10px 5px;
        margin:10px auto;
    }
    .ui-99 .ui-item i{
        font-size:30px;
        line-height:45px;
        margin-bottom:5px;
    }
}
@media (max-width:500px){
    .ui-99 .ui-item{
        width:60px;
        height:60px;
        line-height:60px;
        padding:0px;
    }
    .ui-99 .ui-item i{
        margin-bottom:0px;
        line-height:60px;
        font-size:20px;
    }
    .ui-99 .ui-item span{
        display:none;
    }
}
a{
    text-decoration: none;
    color: #777;
}
a:hover,a:active,a:focus {
    outline: 0;
    text-decoration: none;
    color: #999;
}


.ui-31 h4{
    color:#888;
    text-transform:uppercase;
    font-size:15px;
}
.ui-31 h4 small{
    font-size:13px;
    text-transform:none;
    color:#aaa;
}
.ui-31 .ui-item{
    max-width:72px;
    margin:20px auto;
    text-align:center;
}
.ui-31 .ui-item a i{
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    background-color: #eee;
    border: 1px solid #fff;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
    color:#888;
}
.ui-31 .ui-item  a.active i{
    background-color:#fff;
    color:#FF6600;
    border: 1px solid #FF6600;
}
.ui-31 .ui-item a span{
    color:#aaa;
    font-size: 13px;
    line-height: 35px;
    font-weight: 600;
    text-transform:uppercase;
}
.ui-31 .ui-item a.active span{
    color:#555;
}
.site-btn
{
    background: white;
    border: 1px solid #FF6600;
}
.site-btn:hover
{
    background: #FF6600 !important;
    color: white !important;
}



/* --Created By US */

.help-block-error-custom {
    color: #e73d4a !important;
    font-size: 80%;
}

.ui-item-success{
    background-color: #fff;
    color: green;
    border: 1px solid green;
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}
.ui-item-mail{
    background-color: #fff;
    color: #FF6600;
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    font-size: 30px;
}
.ui-item-fail{
    background-color: #fff;
    color: #EF4836;
    border: 1px solid #EF4836;
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}

.ui-item-theme{
    background-color: #fff;
    color: #FF6600;
    border: 1px solid #FF6600;
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}
.mt-radio, .mt-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mt-radio > input, .mt-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mt-radio.mt-radio-outline > span, .mt-radio.mt-checkbox-outline > span, .mt-checkbox.mt-radio-outline > span, .mt-checkbox.mt-checkbox-outline > span {
    border: 1px solid #d9d9d9;
    background: none;
}
.mt-radio > span, .mt-checkbox > span {
    border: 1px solid transparent;
    position: absolute;
    top: 0px;
    left: 0;
    height: 19px;
    width: 19px;
    background: #E6E6E6;
}
.mt-radio > span:after, .mt-checkbox > span:after {
    content: '';
    position: absolute;
    display: none;
}
.mt-checkbox > span:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #666666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mt-radio > input:checked ~ span:after, .mt-checkbox > input:checked ~ span:after {
    display: block;
}
/* Added */
#toast-container
{
    max-width: 1000px;
    text-align: center;
    font-size: 12px !important;
}
#toast-container>div {
    opacity: 1 !important;
}
.toast-top-center {
    top: 0 !important;
}
#toast-container>div {
    padding: 2px 10px 2px 25px !important;
}
#toast-container.toast-top-center>div, #toast-container.toast-bottom-center>div {
    width: 470px !important;
}
.toast-top-center {
    top: 0;
    margin: 0 auto 0 -150px;
    left: 45%;
}

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #D9D9DE;
}

::-webkit-scrollbar-track {
    background: rgb(243, 243, 243);
}
.details
{
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 12px;
    color: #888;
}
.ui-141{
    margin:60px 0px;
}
.ui-141 .ui-item{
    background:#fff;
    border:1px solid #ddd;
    padding:15px;
    border-radius:4px;
    box-shadow:2px 2px 0px 1px rgba(0,0,0,0.06);
    margin:20px auto;
    max-width:300px;
}
.ui-141 .ui-left{
    float:left;
    width:90px;
    text-align:center;
}
.ui-141 .ui-left i{
    font-size:50px;
    margin-bottom:16px;
    margin-top:10px;
}
.ui-141 .ui-left h4{
    font-size:13px;
    line-height:13px;
    color:#999;
}
.ui-141 .ui-right{
    margin-left:110px;
    font-size:50px;
    line-height:40px;
    font-weight:300;
    margin-top:10px;
}
.ui-141 .ui-right h6{
    color:#999;
    font-size:12px;
    line-height:12px;
    font-weight:400;
    margin-bottom:20px;
}
.ui-141 .ui-right span{
    font-size:17px;
    font-weight:400;
    position:relative;
    top:-20px;
}
.ui-141 .details{
    margin-top:10px;
    padding-top:15px;
    border-top:1px solid #eee;
    text-align:center;
    font-size:12px;
    color:#888;
}
.mainpage-fa
{
    font-size: 30px;
    background-color: #fff;
    color: #FF6600;
    border: 1px solid #FF6600;
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
}
.mainproduct-box
{
    /*border: 1px solid #F1FAFF;*/
    padding: 25px;
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    min-height: 370px;
    border-radius: 6px;
}
.mt-10
{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* HOME */

.pt-5
{
    padding-top: 5px !important;
}

.pt-20
{
    padding-top: 20px !important;
}

.pad-0
{
    padding: 0;
}
.pad-15
{
    padding: 15px !important;
}
.pad-30
{
    padding: 30px;
}
.lsp-2
{
    letter-spacing: 2px;
}
.mb-40
{
    margin-bottom: 40px;
}
.mb-20
{
    margin-bottom: 20px;
}
.mb-15
{
    margin-bottom: 15px;
}
.mb-10
{
    margin-bottom: 10px;
}
.mb-0{
    margin-bottom: 0px;
}
.pb-0
{
    padding-bottom: 0px !important;
}
.mh-50
{
    min-height: 50px !important;
}
.pb-15{
    padding-bottom: 15px;
}
.pb-25
{
    padding-bottom: 25px;
}
.pb-40
{
    padding-bottom: 40px;
}
.mtn-200
{
    margin-top: -200px;
}
.icooffice-explore
{
    padding: 0px;
    padding-top: 4em;
}
.link-color
{
    color: #007bff;
}
.pricing-lable{
    height: 8px;
    margin-bottom: -10px;
    margin-right: 20px;
}
.pricing-lable-1{
    height: 8px;
    margin-bottom: -10px;
    margin-left: 20px
}
.mbn-10
{
    margin-bottom: -10px;
}
.ppd{
    margin-bottom: 10px;
    color: #FF6600;
    font-size: 18px;
    font-weight: 500 !important;
}
.pricing-user
{
    font-weight: bold;
    margin-bottom: 5px;
}
.pricing-space
{
    font-weight: bold;
    margin-top: 0px;
}
.dn
{
    display: none;
}

.feature-color{
    color: #7f7f7f
}
.hrm-desc-1
{
    width: 35%;
    left: 65%
}
.hdr-border
{
    border-bottom: 1px solid #ddd;
}
.pricing-msg
{
    font-size: 16px;
    font-style: italic;
}

.body-bg
{
    background-image: url('../../site/images/mainbg.jpg');
}
.display-msg
{
    padding-top: 80px;
    font-size: 14px;
    display: none;
    min-height: calc(100vh);
}
.maxw-400
{
    max-width: 400px !important;
}
.maxw-450
{
    max-width: 450px !important;
}
.minh-200{
    min-height: 200px !important;
}
.minh-300{
    min-height: 300px !important;
}
.succ-msg
{
    text-align: center;
    font-size: large;
    color: green
}
.contact-us-form{
    padding: 60px;
    font-size: 14px;
    left: 0;
    min-height: calc(100vh);
}
.terms-of-use
{
    padding: 60px !important;
    font-size: 14px !important;
    left: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.maxwp-100
{
    max-width: 100% !important;
}
.terms-container
{
    min-height: 300px;
    padding: 30px;
}
.terms-header
{
    margin-top:15px;
    margin-bottom: 15px;
}
.terms-main
{
    margin: 2em 0 2em 0;
}
.contact-us-header
{
    margin-top:15px;
    margin-bottom: 15px;
    text-transform: none;
    font-size: 20px;
}
.br-none
{
    border-radius: 0px;
}
.desc-ta
{
    resize:none !important;
    height: auto !important;
}
.fees-div
{
    font-size: 15px;
    margin-top: 25px;
}
.fs-20
{
    font-size: 20px;
}
.fs-15
{
    font-size: 15px;
}
.fees-span
{
    font-weight: 800;
    font-size: 20px;
}
.fees-table
{
    width: 100%;
    font-size: 16px;
}
.fees-tr
{
    height: 35px;
}
.fees-td-span
{
    font-weight: bold;
    font-size: 15px;
}
.buynow-displaymsg
{
    padding-top: 60px;
    font-size: 14px;
    min-height: calc(100vh);
}
.company-form
{
    padding-top: 60px;
    font-size: 14px;
    min-height: calc(100vh);
}
.form-control {
    border-radius: 0px !important;
}
.pad-80
{
    padding: 80px;
}
.maxw-700
{
    max-width: 700px !important;
}
.buynow-div
{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.bill-header
{
    margin-top:20px;
    margin-bottom: 20px;
    text-transform: none;
    font-size: 20px
}
.mt-50
{
    margin-top: 50px;
}
.pl-50
{
    padding-left: 50px;
}
.mt-25
{
    margin-top: 25px;
}
.demo-header
{
    padding-top: 60px;
    font-size: 14px;
    min-height: calc(100vh);
    padding-left: 10px;
    padding-right: 10px
}
.minh
{
    min-height: calc(100vh);
}
.maxw-650
{
    max-width: 650px !important;
}
.pad-60
{
    padding: 60px;
}
.pt-10
{
    padding-top: 10px;
}
.error-span{
    color: #e73d4a !important;
    font-size: 80%;
}
.footer-color
{
    color: lightgray !important;
}
.width-90
{
    width: 90px !important;
}
.width-120
{
    width: 120px  !important;
}
.width-162
{
    width: 162px  !important;
}
.footer-p
{
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    text-align: center;
    bottom: 0;
    font-size: 13px;
}
.pl-0
{
    padding-left: 0px !important;
}
.maxw-390
{
    max-width: 390px !important;
}
.maxh-40
{
    max-height: 40px;
}
.login-div{
    padding-top: 10px;
    height: 100px;
}
.pb-30
{
    padding-bottom: 30px;
}
.maxw-350
{
    max-width: 350px !important;
}
.font-w{
    font-weight: normal;
}
.rememberme-input{
    color: blue;
}
.box-div{
    min-height: 80px;
    margin-bottom: 30px;
}
.partner-header{
    margin-top:15px !important;
    margin-bottom: 15px !important;
    text-transform: none !important;
    ;
    font-size: 18px !important;
}
.maxw-410
{
    max-width: 410px !important;
}
.pt-30
{
    padding-top: 30px;
}
.pb-30
{
    padding-bottom:30px;
}
.mail-color{
    color:green !important;
}
.site-submit{
    align-items: center;
}
.error-msg{
    text-align: center;
    font-size: large;
    color: red;
}
.payment-error{
    text-align: center;
    font-size: large;
    color: #EF4836;
}
.bill-payment{
    margin-top:35px !important;
    font-size: 20px !important;
    text-transform: none !important;
}
.mt-40{
    margin-top: 40px;
}
.payment-us-header
{
    margin-top:15px !important;
    margin-bottom: 15px !important;
    text-transform: none !important;
    font-size: 20px !important;
}
.maxw-425{
    max-width: 425px !important;
}
.pad-50{
    padding: 50px;
}
.container-privacy{
    min-height: 300px;
    padding-left: 30px;
    padding-right: 30px
}
.privacy-desc{
    margin-left: 3em;
}
.product-div{
    padding-top: 60px;
    min-height: calc(100vh);
}
.content-div{
    box-shadow: none !important;
    border: none !important;
}
.product-span{
    color: red !important;
}
.minh-400{
    min-height: 400px!important;
}
.maxw-444{
    max-width: 444px!important;
}
/*
Loader CSS
*/

@keyframes lds-bricks {
    0% {
        top: 33px;
        left: 107px;
    }
    8.3% {
        top: 107px;
        left: 107px;
    }
    25% {
        top: 107px;
        left: 107px;
    }
    33.3% {
        top: 107px;
        left: 33px;
    }
    50% {
        top: 107px;
        left: 33px;
    }
    58.3% {
        top: 33px;
        left: 33px;
    }
    75% {
        top: 33px;
        left: 33px;
    }
    83.3% {
        top: 33px;
        left: 107px;
    }
    100% {
        top: 33px;
        left: 107px;
    }
}
@-webkit-keyframes lds-bricks {
    0% {
        top: 33px;
        left: 107px;
    }
    8.3% {
        top: 107px;
        left: 107px;
    }
    25% {
        top: 107px;
        left: 107px;
    }
    33.3% {
        top: 107px;
        left: 33px;
    }
    50% {
        top: 107px;
        left: 33px;
    }
    58.3% {
        top: 33px;
        left: 33px;
    }
    75% {
        top: 33px;
        left: 33px;
    }
    83.3% {
        top: 33px;
        left: 107px;
    }
    100% {
        top: 33px;
        left: 107px;
    }
}
.lds-bricks {
    position: relative;
}
.lds-bricks div {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    -webkit-animation: lds-bricks 2s linear infinite;
    animation: lds-bricks 2s linear infinite;
}
.lds-bricks div:nth-child(1) {
    background: #FABF24;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lds-bricks div:nth-child(2) {
    background: #f1263c;
    -webkit-animation-delay: -1.166666666666667s;
    animation-delay: -1.166666666666667s;
}
.lds-bricks div:nth-child(3) {
    background: #5a74f2;
    -webkit-animation-delay: -1.833333333333333s;
    animation-delay: -1.833333333333333s;
}
.lds-bricks {
    width: 71px !important;
    height: 71px !important;
    -webkit-transform: translate(-35.5px, -35.5px) scale(0.355) translate(35.5px, 35.5px);
    transform: translate(-35.5px, -35.5px) scale(0.355) translate(35.5px, 35.5px);
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display:none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.paymentpage .center-on-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.paymentpage input[type="checkbox"],
.paymentpage input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.paymentpage label {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 36px;
    cursor: pointer;
}
.paymentpage label::before {
    content: " ";
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #FF6600;
    border-radius: 4px;
    z-index: -1;
}
.paymentpage input[type="radio"] + label::before {
    border-radius: 18px;
}
/* Checked */
.paymentpage input[type="checkbox"]:checked + label,
.paymentpage input[type="radio"]:checked + label {
    padding-left: 10px;
    color: #fff;
}
.paymentpage input[type="checkbox"]:checked + label::before,
.paymentpage input[type="radio"]:checked + label::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: #FF6600;
}
/* Transition */
.paymentpage label,
.paymentpage label::before {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/***
Toastr Notifications
***/
.toast {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

.toast .toast-close-button {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    text-indent: -100000px;
    width: 11px;
    height: 16px;
    background-repeat: no-repeat !important;
    background-image: url("../img/portlet-remove-icon-white.png") !important;
}

.toast-top-center {
    top: 12px;
    margin: 0 auto;
    left: 50%;
    margin-left: -200px;
}
.toast-top-center .toast {
    margin: 0 !important;
}

.toast-bottom-center {
    bottom: 12px;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
}
.toast-bottom-center .toast {
    margin: 0 !important;
}

.pricing
{
    width: 100% !important;
}
.main-img-content{
    display: block;
}

.productmobileview
{
    display: none;
}
.descproduct
{
    min-height: 140px;
}
.descproduct-small
{
    min-height: 185px;
}
.descproduct-large
{
    min-height: 210px;
}
.headerimg{
    padding-top:11px;
    padding-left: 10px;
}
a:hover
{
    text-decoration: none !important;
}

.icooffice-pricing .price-box .btn-select-plan {
    border: 1px solid #FF6600;
    padding: 10px 20px;
    border-radius: 70px;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
}
.icooffice-pricing .price-box .btn-select-plan:hover
{
    background-color:  #FF6600 !important;
    color: #fff !important;
}
.btn.btn-learn:hover
{
    background-color:  #FF6600 !important;
    color: #fff !important;
}
.btn.btn-learn
{
    border: 1px solid #FF6600 !important;
    padding: 10px 20px;
    border-radius: 70px;
    background: #fff !important;
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
}
#captchadiv
{
    display: none;
}
@media (min-width: 1281px) {

    .hrms-main-img-mobile
    {
        display: none;
    }

}
/*.mainproduct-box:hover
{
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    cursor: pointer;
    padding-top:  20px;
    transition: all .2s ease-in-out;
    border-radius: 6px;
}*/
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    .hrms-main-img-mobile
    {
        display: none;
    }

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    .hrms-main-img-mobile
    {
        display: block !important;
    }
    .hrms-main-img
    {
        display: none !important;
    }
    .hrms-bg
    {
        width: 100%;
        height: 100%;
        padding-top: 55px;
    }
    .icooffice-nav-toggle {
        display: none;
    }

    #icooffice-header .navbar-brand {
        padding-left: 10px !important;
        padding-right: 0 !important;
    }
    #icooffice-header #navbar li a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .descproduct
    {
        min-height: 0px !important;
    }
    .descproduct-small
    {
        min-height: 0px !important;
    }
    #icooffice-header.navbar-fixed-top {
        position: absolute !important;
    }
    .mainproduct-box
    {
        /*border: 1px solid #F1FAFF;*/
        padding: 25px;
        box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
        min-height: 370px;
        border-radius: 6px;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .hrms-main-img-mobile
    {
        display: block !important;
    }
    .hrms-main-img
    {
        display: none !important;
    }
    .descproduct
    {
        min-height: 180px !important;
    }
    .descproduct-small
    {
        min-height: 120px  !important;
    }
    .mainproduct-box
    {
        /*border: 1px solid #F1FAFF;*/
        padding: 25px;
        /*box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);*/
        min-height: 390px;
        border-radius: 6px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .hrms-main-img-mobile
    {
        display: block !important;
    }
    .hrms-main-img
    {
        display: none !important;
    }
    .hrms-bg
    {
        width: 100%;
        height: 100%;
        margin-top: 55px;
    }

    #icooffice-header .navbar-brand {
        padding-left: 10px !important;
        padding-right: 0 !important;
    }
    #icooffice-header #navbar li a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .descproduct
    {
        min-height: 0px !important;
    }
    .descproduct-small
    {
        min-height: 0px !important;
    }
    #icooffice-header.navbar-fixed-top {
        position: absolute !important;
    }
    .mainproduct-box
    {
        /*border: 1px solid #F1FAFF;*/
        padding: 25px;
        box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
        min-height: 390px;
        border-radius: 6px;
    }
    .productmobileview
    {
        display: inherit;
    }
    .productmainview{
        display: none;
    }
    .nav.navbar-nav
    {
        margin-bottom: 20px;
        text-align: center;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .hrms-main-img-mobile
    {
        display: block !important;
    }
    .hrms-main-img
    {
        display: none !important;
    }
    .hrms-bg
    {
        width: 100%;
        height: 100%;
        margin-top: 55px;
    }
    #icooffice-header .navbar-brand {
        padding-left: 10px !important;
        padding-right: 0 !important;
    }
    #icooffice-header #navbar li a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .descproduct
    {
        min-height: 0px !important;
    }
    #icooffice-header.navbar-fixed-top {
        position: absolute !important;
    }
    .mainproduct-box
    {
        /*border: 1px solid #F1FAFF;*/
        padding: 25px;
        box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
        min-height: 390px;
        border-radius: 6px;
    }

    .productmobileview
    {
        display: inherit;
    }
    .productmainview{
        display: none;
    }

    .nav.navbar-nav
    {
        margin-bottom: 20px;
        text-align: center;
    }

}
.space_right_30{
    padding-right: 30px;
    padding-left: 30px;
}

.space_right_10 {
    padding-right: 10px;
}

.custom-count {
    border-top: 3px solid whitesmoke;
    padding-top: 20px;
}
.comment-post{
    padding-top: 20px;
    border: 3px solid whitesmoke;
    border-radius: 10px;
    padding: 20px;
    /*box-shadow: 0 6px 15px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
}
.uppercase{
    font-variant-caps: all-petite-caps;
    font-size: large;
}

.h3-bb {
    border-bottom: 3px solid whitesmoke;
    padding-bottom: 15px;
}

.cust-blog-bs{
    padding-top: 15px;
    border: 3px solid whitesmoke;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    width: 47%;
    /*height: 360px;*/
}