body {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: rgb(105, 105, 110);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    margin: 0px;
}

.main-container {

}
header {
    position: sticky;
    top: 0;
    z-index: 9;
}
section {
    position: relative;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: rgb(67, 159, 224);
    text-decoration: none;
    outline: 0px;
    transition: all 0.25s ease-out 0s;
}

a.inverse,
.inverse a,
i.inverse {
    color: rgb(255, 255, 255) !important;
}

blockquote {
    border-left: none;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
}

iframe {
    border: 0px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0px;
}

.videoWrapper>iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.videoWrapper>.frameCover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.lead {
    margin-top: 0px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 56px;
    text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

h2,
.h2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 46px;
}

h3,
.h3 {
    font-weight: 400;
    font-size: 34px;
    line-height: 38px;
}

h4,
.h4 {
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
}

h5,
.h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

p {
    font-size: 17px;
    line-height: 27px;
}

.p-opacity {
    opacity: 0.7;
}

strong,
b {
    font-weight: 900;
}

.lead {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.lead strong,
.lead b {
    font-weight: 700;
}

.f-w-300 {
    font-weight: 300;
}

.f-w-400 {
    font-weight: 400;
}

.f-w-700 {
    font-weight: 700;
}

.f-w-900 {
    font-weight: 900;
}

.text-white {
    color: rgb(255, 255, 255);
}

.text-black {
    color: rgb(105, 105, 110);
}

.text-blue {
    color: rgb(67, 159, 224);
}

.bg-grey {
    background-color: rgb(239, 241, 244);
}

.bg-light {
    background-color: rgb(250, 250, 250);
}

.bg-orange {
    background-color: rgb(254, 197, 229);
}

.bg-blue {
    background-color: rgb(192, 128, 156);
}

.bg-green {
    background-color: rgb(86, 182, 139);
}

.bg-red {
    background-color: rgb(231, 76, 60);
}

.bg-purple {
    background-color: rgb(142, 68, 173);
}

.bg-yellow {
    background-color: rgb(241, 196, 15);
}

.bg-dark {
    background-color: rgb(82, 94, 108);
}

.bg-black {
    background-color: rgb(46, 50, 52);
}

.bg-white {
    background-color: rgb(255, 255, 255);
}

.bg-img {
    background: url("../images/bg-1.jpg") center center / cover no-repeat scroll;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    zoom: 1;
    background: rgba(51, 51, 51, 0.5);
}

:root .overlay {}

.btn,
a.btn {
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 11px 18px;
    margin-bottom: 7px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    vertical-align: middle;
    white-space: pre-line;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

.btn:focus,
a.btn:focus,
.btn:hover,
a.btn:hover,
.btn.active:focus,
a.btn.active:focus,
.btn:active:focus,
a.btn:active:focus {
    color: rgb(255, 255, 255);
    outline: none;
}

.btn-md,
a.btn-md {
    padding: 15px 25px;
    font-size: 16px;
}

.btn-lg,
a.btn-lg {
    padding: 25px 60px;
    font-size: 18px;
}

.btn-nav,
a.btn-nav,
.navbar-nav>li>a.btn-nav {
    color: rgb(255, 255, 255);
    margin-right: 0px;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out 0s;
    opacity: 1 !important;
}

.active .btn-nav {
    background-color: rgb(82, 94, 108) !important;
}

.cta-header .active .btn-blue.btn-nav {
    background-color: rgb(67, 159, 224) !important;
}

.cta-header .active .btn-nav.btn-green {
    background-color: rgb(86, 182, 139) !important;
}

.cta-header .active .btn-nav.btn-yellow {
    background-color: rgb(241, 196, 15) !important;
}

.btn.btn-border {
    background-color: transparent !important;
}

.btn-grey,
a.inverse.btn-grey,
.inverse a.btn-grey {
    background-color: rgb(239, 241, 244);
    color: rgb(105, 105, 110) !important;
}

.btn.btn-grey {
    border: 3px solid rgb(239, 241, 244);
}

.btn-grey:hover,
.btn-nav.btn-grey:hover,
.btn-grey:focus,
.btn-nav.btn-grey:focus {
    background-color: rgb(215, 220, 229);
}

.btn.btn-grey:hover,
.btn.btn-grey:focus {
    border: 3px solid rgb(215, 220, 229);
}

.btn-shadow.btn-grey {
    box-shadow: rgb(199, 200, 201) 0px 4px 0px;
}

.btn-border.btn-grey,
a.btn-border.btn-grey {
    color: rgb(239, 241, 244);
}

.btn-orange,
a.inverse.btn-orange,
.inverse a.btn-orange {
    background-color: rgb(44, 75, 148);
}

.btn.btn-orange {
    border: 3px solid rgb(44, 75, 148);
    border-bottom: none !important;
}

.btn-orange:hover,
.btn-nav.btn-orange:hover,
.btn-orange:focus,
.btn-nav.btn-orange:focus {
    background-color: rgb(254, 197, 229);
    color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus {
    border: none !important;
}

.btn-shadow.btn-orange {
    box-shadow: rgb(255, 255, 255) 0px 4px 0px;
}

.btn-shadow.btn-orange:hover {
    box-shadow: none;
    /* box-shadow: rgb(0 0 0) 0px 4px 12px; */
    border: 3px solid rgb(254 197 229) !important;
}

.btn-border.btn-orange,
a.btn-border.btn-orange {
    color: rgb(44, 75, 148);
}

.btn-blue,
a.inverse.btn-blue,
.inverse a.btn-blue {
    background-color: rgb(44, 75, 148);
    border: none !important;
}

.btn.btn-blue {
    border: 3px solid rgb(67, 159, 224);
}

.btn-blue:hover,
.btn-nav.btn-blue:hover,
.btn-blue:focus,
.btn-nav.btn-blue:focus {
    background-color: rgb(254, 197, 229);
    color: #000 !important;
    box-shadow: none;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
    border: 3px solid rgb(29, 131, 201);
}

.btn-shadow.btn-blue {
    box-shadow: rgb(67, 117, 152) 0px 4px 0px;
}

.btn-border.btn-blue,
a.btn-border.btn-blue {
    color: rgb(67, 159, 224);
}

.btn-green,
a.inverse.btn-green,
.inverse a.btn-green {
    background-color: rgb(86, 182, 139);
}

.btn.btn-green {
    border: 3px solid rgb(86, 182, 139);
}

.btn.btn-pink {
    border: 3px solid rgb(254 197 229);
    background: rgb(254 197 229);
    color: #000;
}

.btn.btn-pink:hover {
    border: 3px solid rgb(44, 75, 148);
    background-color: rgb(44, 75, 148);
    color: rgb(255, 255, 255) !important;
}

.btn-green:hover,
.btn-nav.btn-green:hover,
.btn-green:focus,
.btn-nav.btn-green:focus {
    background-color: rgb(36, 168, 109);
}

.btn.btn-green:hover,
.btn.btn-green:focus {
    border: 3px solid rgb(36, 168, 109);
}

.btn-shadow.btn-green {
    box-shadow: rgb(72, 125, 101) 0px 4px 0px;
}

.btn-border.btn-green,
a.btn-border.btn-green {
    color: rgb(86, 182, 139);
}

.btn-red,
a.inverse.btn-red,
.inverse a.btn-red {
    background-color: rgb(231, 76, 60);
}

.btn.btn-red {
    border: 3px solid rgb(231, 76, 60);
}

.btn-red:hover,
.btn-nav.btn-red:hover,
.btn-red:focus,
.btn-nav.btn-red:focus {
    background-color: rgb(219, 43, 25);
}

.btn.btn-red:hover,
.btn.btn-red:focus {
    border: 3px solid rgb(219, 43, 25);
}

.btn-shadow.btn-red {
    box-shadow: rgb(186, 70, 58) 0px 4px 0px;
}

.btn-border.btn-red,
a.btn-border.btn-red {
    color: rgb(231, 76, 60);
}

.btn-purple,
a.inverse.btn-purple,
.inverse a.btn-purple {
    background-color: rgb(142, 68, 173);
}

.btn.btn-purple {
    border: 3px solid rgb(142, 68, 173);
}

.btn-purple:hover,
.btn-nav.btn-purple:hover,
.btn-purple:focus,
.btn-nav.btn-purple:focus {
    background-color: rgb(114, 34, 148);
}

.btn.btn-purple:hover,
.btn.btn-purple:focus {
    border: 3px solid rgb(114, 34, 148);
}

.btn-shadow.btn-purple {
    box-shadow: rgb(102, 55, 122) 0px 4px 0px;
}

.btn-border.btn-purple,
a.btn-border.btn-purple {
    color: rgb(142, 68, 173);
}

.btn-yellow,
a.inverse.btn-yellow,
.inverse a.btn-yellow {
    background-color: rgb(241, 196, 15);
}

.btn.btn-yellow {
    border: 3px solid rgb(241, 196, 15);
}

.btn-yellow:hover,
.btn-nav.btn-yellow:hover,
.btn-yellow:focus,
.btn-nav.btn-yellow:focus {
    background-color: rgb(221, 177, 0);
}

.btn.btn-yellow:hover,
.btn.btn-yellow:focus {
    border: 3px solid rgb(221, 177, 0);
}

.btn-shadow.btn-yellow {
    box-shadow: rgb(209, 178, 52) 0px 4px 0px;
}

.btn-border.btn-yellow,
a.btn-border.btn-yellow {
    color: rgb(241, 196, 15);
}

.btn-dark,
a.inverse.btn-dark,
.inverse a.btn-dark {
    background-color: rgb(82, 94, 108);
}

.btn.btn-dark {
    border: 3px solid rgb(82, 94, 108);
}

.btn-dark:hover,
.btn-nav.btn-dark:hover,
.btn-dark:focus,
.btn-nav.btn-dark:focus {
    background-color: rgb(56, 72, 91);
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    border: 3px solid rgb(56, 72, 91);
}

.btn-shadow.btn-dark {
    box-shadow: rgb(49, 54, 59) 0px 4px 0px;
}

.btn-border.btn-dark,
a.btn-border.btn-dark {
    color: rgb(82, 94, 108);
}

.btn-black,
a.inverse.btn-black,
.inverse a.btn-black {
    background-color: rgb(46, 50, 52);
}

.btn.btn-black {
    border: 3px solid rgb(46, 50, 52);
}

.btn-black:hover,
.btn-nav.btn-black:hover,
.btn-black:focus,
.btn-nav.btn-black:focus {
    background-color: rgb(33, 39, 42);
}

.btn.btn-black:hover,
.btn.btn-black:focus {
    border: 3px solid rgb(33, 39, 42);
}

.btn-shadow.btn-black {
    box-shadow: rgb(10, 11, 11) 0px 4px 0px;
}

.btn-border.btn-black,
a.btn-border.btn-black {
    color: rgb(46, 50, 52);
}

.btn-ghost {
    background-color: transparent;
    border: 3px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.btn-ghost:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(105, 105, 110) !important;
}

.btn-white {
    background-color: rgb(255, 255, 255);
    border: 3px solid rgb(255, 255, 255);
    color: rgb(105, 105, 110) !important;
}

.btn-white:hover {
    background-color: transparent;
    color: rgb(255, 255, 255) !important;
}

.social-btn a {
    border-radius: 50px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -10px 0px 0px 1px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 22px !important;
}

.social-btn a>i {
    margin-top: 10px;
}

.social-btn a:hover {
    transform: scale(1.3);
}

.sb-facebook {
    background-color: rgb(59, 89, 152);
}

.sb-facebook:hover {
    background-color: rgb(76, 112, 186);
}

.sb-foursquare {
    background-color: rgb(239, 75, 120);
}

.sb-foursquare:hover {
    background-color: rgb(243, 122, 155);
}

.sb-google-plus {
    background-color: rgb(221, 75, 57);
}

.sb-google-plus:hover {
    background-color: rgb(228, 115, 101);
}

.sb-instagram {
    background-color: rgb(63, 114, 155);
}

.sb-instagram:hover {
    background-color: rgb(84, 140, 185);
}

.sb-linkedin {
    background-color: rgb(9, 118, 180);
}

.sb-linkedin:hover {
    background-color: rgb(11, 150, 229);
}

.sb-pinterest {
    background-color: rgb(204, 33, 39);
}

.sb-pinterest:hover {
    background-color: rgb(224, 64, 70);
}

.sb-skype {
    background-color: rgb(0, 175, 240);
}

.sb-skype:hover {
    background-color: rgb(36, 196, 255);
}

.sb-twitter {
    background-color: rgb(85, 172, 238);
}

.sb-twitter:hover {
    background-color: rgb(131, 195, 243);
}

.sb-vimeo {
    background-color: rgb(26, 183, 234);
}

.sb-vimeo:hover {
    background-color: rgb(73, 198, 238);
}

.sb-youtube {
    background-color: rgb(229, 45, 39);
}

.sb-youtube:hover {
    background-color: rgb(234, 89, 85);
}

.sb-grey {
    background-color: rgb(239, 241, 244);
}

.sb-white {
    background-color: rgb(255, 255, 255);
}

.sb-black {
    background-color: rgb(105, 105, 110);
}

.btn-app,
a.btn-app {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border-radius: 4px;
    padding: 13px 20px 13px 60px;
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 20px;
    font-weight: 700;
    margin: 4px;
    text-align: left;
}

.btn-app i {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 45px;
}

.btn-app span {
    display: block;
    font-size: 12px;
    padding-left: 2px;
}

.btn-app.google-play i {
    top: 7px;
}

.btn-app.windows-store {
    padding-left: 70px;
}

.top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../images/top-arrow.svg") center 50% no-repeat rgb(67, 159, 224);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
}

.top.is-visible,
.top.fade-out,
.no-touch .top:hover {
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}

.top.is-visible {
    visibility: visible;
    opacity: 1;
}

.top.fade-out {
    opacity: 0.5;
}

.no-touch .top:hover {
    background-color: rgb(232, 98, 86);
    opacity: 1;
}

.form-control {
    background: rgb(232, 235, 237);
    color: rgb(101, 115, 128);
    font-size: 15px;
    font-weight: 700;
    padding: 11px;
    width: 100%;
    height: auto;
    outline: 0px;
    border: 2px solid rgb(232, 235, 237);
    box-shadow: none;
    transition: all 0.2s ease 0s;
    margin-bottom: 7px !important;
}

.form-control:focus {
    background: rgb(255, 255, 255);
    border-color: rgb(212, 217, 221);
    box-shadow: none;
}

.form-white .form-control {
    background: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(101, 115, 128);
    border-radius: 2px;
}

.form-white .form-control:focus {
    border-color: rgb(255, 255, 255);
}

.form-horizontal .control-label {
    padding-top: 14px;
}

.form-group button {
    width: 100%;
}

.form-inline .form-group,
.form-inline .form-group input {
    margin-bottom: 2px;
}

.form-inline button {
    font-size: 15px;
    font-weight: 900;
    padding: 12px 25px;
    vertical-align: top;
    text-transform: uppercase;
    border-radius: 2px;
}

.form-inline.double-input .form-group {
    width: 100%;
}

.form-inline.double-input .form-control {
    width: 49%;
}

.form-inline.double-input button {
    width: 99%;
}

.checkbox label,
.radio label {
    font-size: 15px;
}

input[type="checkbox"],
input[type="radio"] {
    margin-top: 6px;
}

.input-group-addon {
    padding: 6px 20px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    color: rgb(85, 85, 85);
    text-align: center;
    background-color: rgb(232, 235, 237);
    border: 2px solid rgb(232, 235, 237);
    border-radius: 4px;
}

textarea {
    resize: vertical;
}

.form-inline .btn {
    padding: 14px 25px 15px;
}

.form-paypal .form-group .form-control {
    padding-left: 10px;
}

.form-paypal select.form-control {
    height: 57px;
}

.form-paypal.bg-black-trs {
    padding: 30px 40px 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) -2px -2px 6px 0px;
    background-color: rgba(0, 0, 0, 0.4);
}

.mc-response {
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    background-color: rgb(142, 68, 173);
    padding: 20px;
    border-radius: 5px;
    transition: all 2s ease-in-out 0s;
}

.success,
.failed {
    display: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 20px;
    color: rgb(255, 255, 255);
}

.success i,
.failed i {
    margin-right: 5px;
}

.success {
    background-color: rgb(86, 182, 139);
}

.failed {
    background-color: rgb(231, 76, 60);
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0px;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    border: 2px solid rgb(255, 255, 255);
}

.carousel-indicators.inverse li {
    background-color: rgb(134, 151, 145);
    border: 2px solid rgb(134, 151, 145);
    opacity: 0.75;
}

.carousel-indicators.inverse .active {
    opacity: 1;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
    transition: all 0.2s ease-out 0s;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
}

.owl-theme .owl-controls .owl-page span {
    margin: 4px;
}

.owl-theme.inverse .owl-controls .owl-page.active span {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
}

.owl-theme.inverse .owl-controls .owl-page span {
    border: 2px solid rgb(255, 255, 255);
    background-color: transparent;
}

.loader {
    position: fixed;
    inset: 0px;
    z-index: 99999;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden !important;
}

.loader.bg-white .loader-inner>div,
.loader.bg-grey .loader-inner>div,
.loader.bg-light .loader-inner>div {
    border: 1px solid rgb(105, 105, 110);
}

.mfp-bg {
    opacity: 0.9;
}

.mfp-title {
    font-weight: 900;
    font-size: 15px;
}

.mfp-close {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 30px;
}

.h figure {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.h figure img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out 0s;
}

.h figcaption {
    position: absolute;
    bottom: 0px;
    top: 0px;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
}

.h figure:hover figcaption,
.h figure:hover img {
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
}

.h.caption-1 figcaption {
    border: 3px solid rgb(222, 221, 225);
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
}

.h.caption-1 .caption-box {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.h.caption-2 figure img {
    z-index: 10;
}

.h.caption-2 figure:hover img {
    transform: translateY(-50px) scale(0.5);
}

.h.caption-2 figcaption .caption-box {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

.h.caption-2 figcaption .caption-box p,
.h.caption-3 figcaption .caption-box p {
    font-size: 16px;
    font-weight: 900;
}

.h.caption-2 figcaption .caption-box p.small,
.h.caption-3 figcaption .caption-box p.small {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.h.caption-2 figcaption .caption-box a,
.h.caption-3 figcaption .caption-box a {
    padding: 5px 10px;
}

.h.caption-3 figure:hover img {
    transform: translateY(-50px);
}

.h.caption-3 figcaption {
    top: auto;
    border: none;
    padding-top: 10px;
    background-color: rgb(67, 159, 224);
    transform: translateY(100%);
}

.h.caption-3 figure:hover figcaption {
    transform: translateY(0px);
}

.h.caption-3 figcaption .caption-box {
    text-align: center;
}

.h.caption-4 figcaption {
    background-color: rgba(51, 51, 51, 0.8);
}

.h.caption-4 .caption-box {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.h.caption-4 figure:hover img,
.h.caption-5 figure:hover img {
    transform: scale(1.3);
}

.h.caption-5 figcaption {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.15);
}

.h.caption-5 .caption-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 23%;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.h.caption-5 figure p,
.h.caption-5 figure a {
    visibility: hidden;
    transition: all 0.1s ease-out 0s;
}

.h.caption-5 figure:hover p,
.h.caption-5 figure:hover a {
    visibility: visible;
    transition: all 0.5s ease-out 0s;
}

.h.caption-5 figure:hover .caption-box {
    padding-top: 0px;
    transition: all 0.5s ease-out 0s;
}

.h.caption-5 .caption-box h5>span {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
}

.img-thumbnail {
    border: 1px solid rgb(239, 241, 244);
}

.m-a-0 {
    margin: 0px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

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

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-x-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.m-a {
    margin: 10px !important;
}

.m-t {
    margin-top: 10px !important;
}

.m-r {
    margin-right: 10px !important;
}

.m-b {
    margin-bottom: 10px !important;
}

.m-l {
    margin-left: 10px !important;
}

.m-x {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.m-y {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-md {
    margin: 25px !important;
}

.m-t-md {
    margin-top: 25px !important;
}

.m-r-md {
    margin-right: 25px !important;
}

.m-b-md {
    margin-bottom: 25px !important;
}

.m-l-md {
    margin-left: 25px !important;
}

.m-x-md {
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.m-y-md {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.m-a-lg {
    margin: 50px !important;
}

.m-t-lg {
    margin-top: 50px !important;
}

.m-r-lg {
    margin-right: 50px !important;
}

.m-b-lg {
    margin-bottom: 50px !important;
}

.m-l-lg {
    margin-left: 50px !important;
}

.m-x-lg {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.m-y-lg {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.new-row-md,
.new-row-sm {
    margin-top: 40px;
}

.p-a-0 {
    padding: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.p-a {
    padding: 30px !important;
}

.p-t {
    padding-top: 30px !important;
}

.p-r {
    padding-right: 30px !important;
}

.p-b {
    padding-bottom: 30px !important;
}

.p-l {
    padding-left: 30px !important;
}

.p-x {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.p-y {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p-a-md {
    padding: 60px !important;
}

.p-t-md {
    padding-top: 30px !important;
}

.p-r-md {
    padding-right: 60px !important;
}

.p-b-md {
    padding-bottom: 60px !important;
}

.p-l-md {
    padding-left: 60px !important;
}

.p-x-md {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.p-y-md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.p-a-lg {
    padding: 120px !important;
}

.p-t-lg {
    padding-top: 120px !important;
}

.p-r-lg {
    padding-right: 120px !important;
}

.p-b-lg {
    padding-bottom: 120px !important;
}

.p-l-lg {
    padding-left: 120px !important;
}

.p-x-lg {
    padding-right: 120px !important;
    padding-left: 120px !important;
}

.p-y-lg {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.vertical-center-abs,
.vertical-center-rel {
    top: 50%;
    transform: translateY(-50%);
}

.vertical-center-abs {
    position: absolute;
}

.vertical-center-rel {
    position: relative;
}

.vh-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
}

.y-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.navbar {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px;
    border: none;
    margin-bottom: 0px;
    padding: 20px;
    transition: all 0.5s ease-in-out 0s;
}

.top-nav-collapse {
    padding: 15px;
}

.navbar-brand {
    padding: 3px 0px 0px;
    height: auto;
}

.navbar-nav>li>a {
    color: rgb(64, 75, 85);
    font-size: 15px;
    font-weight: 700;
    opacity: 0.8;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 2px;
}

.navbar-nav>li>a:focus {
    background-color: transparent;
}

.navbar-nav>li>a:hover {
    opacity: 1;
    background-color: transparent;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
    background-color: rgb(238, 238, 238);
    opacity: 1;
}

.navbar-toggle {
    border: none;
    padding: 5px 8px 3px;
}

.navbar-toggle .icon-bar {
    background-color: rgb(64, 75, 85);
    opacity: 0.8;
}

.navbar-toggle:hover .icon-bar {
    opacity: 1;
}

.navbar.bg-color {
    background-color: rgb(82, 94, 108);
}

.navbar.bg-transparent {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: rgb(255, 255, 255);
}

.navbar.bg-transparent.top-nav-collapse {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px;
    transition: all 0.5s ease-in-out 0s;
}

.navbar.bg-transparent .logo-white,
.navbar.bg-transparent.top-nav-collapse .logo-black {
    display: block;
}

.navbar.bg-transparent.top-nav-collapse .logo-white,
.navbar.bg-transparent .logo-black {
    display: none;
}

.navbar.bg-transparent .navbar-nav>li>a,
.navbar.bg-color .navbar-nav>li>a {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.navbar.bg-transparent.top-nav-collapse .navbar-nav>li>a {
    color: rgb(64, 75, 85);
    opacity: 0.8;
}

.navbar.bg-transparent.top-nav-collapse .navbar-nav>li>a.btn-nav {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.navbar.bg-color .navbar-toggle .icon-bar {
    background-color: rgb(255, 255, 255);
    opacity: 1;
}

.navbar-static-top {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.navbar.nav-onlylogo .navbar-header {
    width: 100%;
}

.navbar.nav-onlylogo .navbar-brand {
    float: none;
    display: block;
}

.navbar.nav-onlylogo.bg-transparent .logo-white,
.navbar.nav-onlylogo.bg-transparent.top-nav-collapse .logo-black {
    display: block;
}

.navbar.nav-onlylogo.bg-transparent .logo-black,
.navbar.nav-onlylogo.bg-transparent.top-nav-collapse .logo-white {
    display: none;
}

.navbar-nav>li>a.btn-login,
.navbar-nav>li>a.btn-signup {
    padding-top: 7px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.navbar-nav>li>a.btn-login {
    margin-left: 150px;
    margin-right: 10px;
}

.navbar-nav>li>a.btn-signup {
    opacity: 1;
    color: rgb(255, 255, 255) !important;
}

.nav-3cols {
    font-size: 15px;
    font-weight: 700;
    padding-top: 6px;
}

.nav-3cols.nav-callus i {
    font-size: 21px;
    vertical-align: middle;
    margin-right: 5px;
}

.nav-3cols.nav-callus .phone-number {
    font-size: 21px;
    font-weight: 900;
    margin-left: 5px;
}

.nav-3cols .social-btn .phone-number {
    vertical-align: top;
}

.nav-3cols-logo {
    text-align: center;
}

.navbar.bg-transparent .nav-3cols {
    color: rgb(255, 255, 255);
}

.navbar.bg-transparent.top-nav-collapse .nav-3cols {
    color: rgb(64, 75, 85);
}

.navbar.bg-transparent .nav-3cols-logo .logo-white,
.navbar.bg-transparent .nav-3cols-logo .logo-black {
    margin: 0px auto;
}

.nav-2.affix {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}

.top-bar {
    padding: 20px;
    border-bottom: 1px solid rgb(239, 241, 244);
    color: rgb(64, 75, 85);
    font-size: 14px;
    opacity: 0.8;
}

.top-bar .schedule {
    float: left;
}

.top-bar .schedule span,
.top-bar .contact-info .email,
.top-bar .contact-info .phone {
    font-size: 15px;
    font-weight: 700;
}

.top-bar .schedule i,
.top-bar .contact-info i {
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.top-bar .contact-info {
    float: right;
}

.top-bar .contact-info .email,
.top-bar .contact-info .phone {
    float: left;
}

.top-bar .contact-info .email a {
    color: rgb(64, 75, 85);
}

.top-bar .contact-info .phone span {
    display: none;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgb(238, 238, 238);
    border-color: rgb(232, 232, 232);
}

.bg-transparent .nav .open>a,
.bg-transparent .nav .open>a:focus,
.bg-transparent .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu>li>a {
    color: rgb(64, 75, 85);
    font-size: 15px;
    font-weight: 700;
    opacity: 0.8;
    padding: 9px 15px;
}

.navbar-nav>li>.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 12px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a::after {
    display: block;
    content: " ";
    float: right;
    width: 0px;
    height: 0px;
    border-color: transparent transparent transparent rgb(232, 232, 232);
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a::after {
    border-left-color: rgb(255, 255, 255);
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0px 6px 6px;
}

.hero {
    height: 700px;
}

.hero.height-800,
.hero.height-800-fix {
    height: 800px;
}

.hero .lead {
    font-weight: 700;
}

.hero .btn a {
    font-size: 17px;
    color: rgb(255, 255, 255);
}

.hero p.small a {
    font-size: 15px;
}

.hero h1 {
    margin-bottom: 20px;
}

.closeup-box {
    position: absolute;
    bottom: 0px;
    width: 50%;
}

.closeup-box img {
    float: right;
    height: 650px;
}

.closeup-box.closeup-right {
    right: 0px;
}

.closeup-box.closeup-right img {
    float: left;
}

.hero .list-unstyled li {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 700;
}

.hero .list-unstyled li>i {
    font-size: 32px;
    font-weight: 700;
    vertical-align: sub;
    margin-right: 5px;
}

.dashboard-box {
    position: absolute;
    bottom: -50px;
    width: 50%;
}

.dashboard-box.dashboard-right {
    right: 0px;
}

.dashboard-box img {
    height: 600px;
    padding-left: 20px;
}

.carousel-dashboard .carousel-indicators {
    position: absolute;
    bottom: 102%;
}

.hero.hero-devices {
    height: auto;
    padding-top: 140px;
    padding-bottom: 80px;
}

.hero.hero-devices .app-image {
    margin-top: 10px;
}

.hero.hero-countdown {
    height: auto;
    padding-top: 160px;
    padding-bottom: 100px;
}

.hero-leadbox {
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
}

.hero-leadbox .form-horizontal {
    padding: 30px 40px 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) -2px -2px 6px 0px;
    background-color: rgba(0, 0, 0, 0.4);
}

.hero-leadbox .form-horizontal.form-2col {
    padding: 40px 40px 20px;
}

.hero-leadbox h5 {
    font-size: 20px;
    font-weight: 900;
}

.hero-leadbox .form-group.w-50 input {
    display: inline-block;
    width: 49.5%;
}

.hero-leadbox .feature-box i {
    font-size: 50px;
    font-weight: 400;
    margin-right: 10px;
}

.hero-leadbox .feature-box h5,
.hero-leadbox .feature-box p {
    margin-left: 80px;
}

.hero-leadbox .feature-box h5 {
    margin-bottom: 5px;
}

.hero-leadbox .form-group button.picker__button--today,
.hero-leadbox .form-group button.picker__button--clear,
.hero-leadbox .form-group button.picker__button--close {
    width: 33%;
}

.popup-box {
    position: relative;
}

.popup-box img {
    max-width: 80%;
    margin: 0px auto;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 1px;
}

.popup-box .popup-button {
    position: absolute;
    top: 40%;
    left: 40%;
}

.popup-box .popup-button i {
    font-size: 50px;
    margin-top: -22px;
    color: rgb(255, 255, 255);
    padding: 23px 24px 22px 35px;
    background: rgb(86, 182, 139);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 5px 2px;
}

.big-popup i {
    font-size: 150px;
    color: rgb(255, 255, 255);
}

.big-popup i:hover,
.popup-box .popup-button i:hover {
    transform: scale(1.1);
}

.watch-video {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 25px;
}

.watch-video i {
    font-size: 28px;
    margin-right: 5px;
    vertical-align: sub;
}

.watch-video:hover i {
    transform: scale(1.6);
    margin-right: 10px;
}

.section-header {
    margin-bottom: 50px;
}

.section-header span {
    display: block;
}

.content-border {
    border-bottom: 1px solid rgb(229, 229, 229);
}

.content-block h5,
.content-block .h5 {
    font-weight: 900;
    font-size: 17px;
    line-height: 22px;
}

.content-block .lead {
    font-size: 20px;
    line-height: 24px;
}

.content-block img:hover {
    opacity: 0.8;
    transition: all 0.5s ease-out 0s;
}

.content-block .img-circle {
    width: 180px;
    height: 180px;
    margin: 0px auto;
}

.content-dashboard {
    overflow-x: hidden;
}

.content-dashboard .dash-left {
    margin-left: -400px;
}

.content-split {
    position: relative;
}

.content-split .img-block {
    position: absolute;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    margin: 0px;
    background-size: cover;
}

.content-split .img-block.left-block {
    left: 0px;
}

.content-split .content-block {
    height: 600px;
    padding-left: 0px;
    padding-right: 60px;
}

.content-spotlight {
    margin-bottom: 20px;
}

.spotlight-block>figure {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.spotlight-block>.spotlight-text {
    height: 500px;
    padding-left: 50px;
    padding-right: 50px;
}

.spotlight-block>figure>.img-wrap {
    height: 500px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.5s ease-out 0s;
}

.spotlight-block>figure>.img-wrap:hover {
    opacity: 0.8;
    transition: all 0.5s ease-out 0s;
}

.spotlight-block.img-left>.spotlight-text,
.spotlight-block.img-right>figure {
    overflow: visible;
    z-index: 2;
}

.spotlight-block.img-left>.spotlight-text::after,
.spotlight-block.img-right>figure::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    left: -10px;
    top: 0px;
    bottom: 0px;
    background: rgb(255, 255, 255);
}

.spotlight-block>.spotlight-text h6 {
    font-size: 17px;
    margin-bottom: 20px;
}

.content-grid>div {
    /* height: 600px; */
    overflow: hidden;
}

.content-grid>div:first-child {
    padding-right: 5px;
}

.content-grid .lead-block {
    padding: 30px 40px;
    margin-bottom: 20px;
    overflow: scroll;
    height: 460px;
    overflow-x: hidden;
}

.content-grid .lead {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.content-grid img {
    width: 100%;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    background: #fff;
}

.content-grid .img-block {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.features-block i {
    font-size: 60px;
    font-weight: 400;
}

.features-block h4 {
    font-size: 23px;
    line-height: 24px;
    font-weight: 900;
    margin-top: 15px;
}

.features-block p {
    margin-bottom: 0px;
}

.features-block p.small {
    font-size: 13px;
}

.features-block .icon-left i {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 50px;
}

.features-block .icon-left p,
.features-block .icon-left h5 {
    margin-left: 80px;
}

.features-block .img-left img {
    float: left;
    width: 128px;
    margin-top: 10px;
    margin-right: 22px;
}

.features-block .img-left p {
    margin-left: 150px;
}

.features-block .fix-box {
    height: 400px;
    padding-right: 40px;
    padding-left: 40px;
}

.features-device {
    padding-top: 80px;
}

.features-device {
    padding-top: 80px;
}

.features-list.features-list-left {
    text-align: right;
}

.features-tab {
    position: relative;
}

.features-tab .p-tab {
    font-size: 19px;
    line-height: 23px;
}

.features-tab .tab-title {
    width: 33%;
    padding: 30px 40px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgb(222, 221, 225);
    box-sizing: border-box;
    transition: all 0.05s ease 0s;
}

.features-tab.text-white .tab-title {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.features-tab .tab-title.current {
    color: rgb(255, 255, 255);
    background-color: rgb(67, 159, 224);
}

.features-tab.text-white .tab-title.current {
    color: rgb(105, 105, 110);
    background-color: rgb(255, 255, 255);
}

.features-tab .tab-title .i-right {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    opacity: 0;
    font-size: 30px;
    transition: all 0.2s ease 0s;
}

.features-tab .tab-title.current .i-right {
    opacity: 1;
    color: rgb(255, 255, 255);
}

.features-tab.text-white .tab-title.current .i-right {
    opacity: 1;
    color: rgb(105, 105, 110);
}

.features-tab .tab-content {
    position: absolute;
    right: 3%;
    top: 30%;
    width: 60%;
    opacity: 0;
    margin-top: -100px;
    transform: translate3d(0px, 200px, 0px);
    transition: all 0.3s ease 0s;
}

.features-tab .tab-title.current+.tab-content {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.features-panels .nav-tabs.nav-justified>li {
    padding: 35px 15px 0px;
    text-align: center;
}

.features-panels .nav-tabs.nav-justified>li>a {
    border: 1px solid rgb(229, 240, 251);
    color: rgb(105, 105, 110);
    border-radius: 0px;
    padding: 0px 0px 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}

.features-panels .nav-tabs.nav-justified>li>a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(67, 159, 224);
}

.features-panels .nav-tabs.nav-justified>.active>a,
.features-panels .nav-tabs.nav-justified>.active>a:focus,
.features-panels .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid rgb(67, 159, 224);
    color: rgb(105, 105, 110);
    font-weight: 900;
}

.features-panels li a img {
    display: block;
    width: 60px;
    height: 60px;
    background-color: rgb(255, 255, 255);
    margin: -35px auto 20px;
    transition: all 0.3s ease 0s;
}

.features-panels .tab-content h3::after {
    content: "";
    width: 100px;
    height: 3px;
    background: rgb(67, 159, 224);
    display: block;
    margin: 10px 0px;
}

.features-panels .icon-left i {
    float: left;
    margin-right: 5px;
    font-size: 20px;
}

.cta .lead {
    font-size: 20px;
    line-height: 24px;
}

.cta .outline {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
    padding: 40px 30px;
}

.cta .outline .lead {
    font-size: 23px;
    line-height: 29px;
    margin-top: 2px;
    margin-bottom: 0px;
}

.cta .outline .btn-md {
    font-size: 18px;
    padding: 18px 40px;
    margin-bottom: 0px;
}

.cta .small {
    font-size: 15px;
}

.cta .outline.bg-grey {
    border: 1px solid rgb(233, 240, 243);
}

.cta .outline.no-border {
    border: none;
    padding: 20px 30px;
}

.cta .single-line p.lead {
    display: inline-block;
    margin-bottom: 15px;
}

.cta .cta-box {
    padding: 15px;
    margin: 20px auto 10px;
    background-color: rgb(239, 241, 244);
    border-radius: 5px;
    width: 80%;
}

.cta .cta-box a {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    margin: 0px;
}

.cta .cta-arrow {
    position: absolute;
    top: 50px;
    right: 0px;
}

.cta .info {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px;
}

.testimonials .cite {
    font-weight: 900;
    font-size: 18px;
}

.testimonials .cite-info {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
}

.testimonials .img-left .cite {
    margin-left: 95px;
    margin-top: 15px;
}

.testimonials .img-left .cite-info {
    font-style: italic;
}

.testimonials .img-left figure {
    float: left;
    clear: both;
    width: 95px;
    height: 90px;
}

.testimonials .img-left blockquote p {
    clear: both;
}

.testimonials .big-img-left blockquote p {
    font-size: 17px;
}

.testimonials .quote-border {
    padding: 55px 20px 30px;
    border: 2px solid rgb(239, 241, 244);
    border-radius: 3px;
    position: relative;
}

.testimonials .quote-border figure {
    position: absolute;
    top: -50px;
}

.testimonials .quote-border p {
    margin-bottom: 30px;
    line-height: 21px;
}

.testimonials .quote-border .cite {
    font-size: 17px;
}

.testimonials .quote-border .cite-info {
    font-size: 13px;
    margin-top: 3px;
}

.testimonials .big-quote i {
    font-size: 45px;
}

.testimonials .big-quote p {
    font-size: 25px;
    line-height: 29px;
}

.testimonials .big-quote .cite {
    font-size: 16px;
    text-transform: uppercase;
}

.testimonials .big-quote .cite-info {
    font-size: 15px;
    text-transform: none;
}

.testimonials-twitter .twitter-row {
    margin-top: 10px;
}

.testimonials-right p {
    font-size: 18px;
}

.carousel-testimonial-single .carousel-indicators {
    bottom: -40px;
}

.bg-popup i {
    color: rgb(255, 255, 255);
    font-size: 100px;
}

.bg-popup i:hover {
    transform: scale(1.1);
}

.video h4 {
    margin-bottom: 15px;
}

.video .popup-button {
    top: 37%;
    left: 37%;
}

.video .popup-button.sm-popup {
    top: 30%;
    left: 34%;
}

.clients {
    margin: 0px auto;
}

.clients img {
    display: inline-block;
    max-height: 128px;
    margin: 10px 50px 0px;
    opacity: 0.55;
    transition: all 0.2s ease-in-out 0s;
}

.clients img:hover {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}

.clients.c-grid img {
    height: 128px;
    margin: 20px 0px 0px;
}

.clients h6 {
    font-size: 23px;
    font-weight: 900;
}

.clients h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
}

.clients p {
    font-size: 16px;
}

a.share-block {
    display: block;
    height: 160px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(222, 220, 215);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    margin: 10px auto;
    color: rgb(145, 145, 145);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.share-color a.share-block {
    border: none;
    color: rgb(255, 255, 255);
}

a.share {
    color: rgb(145, 145, 145);
    font-size: 13px;
    font-weight: 700;
}

.share-block i,
.share i {
    font-size: 50px;
    display: block;
    margin-bottom: 10px;
}

.share-block:hover {
    color: rgb(255, 255, 255);
}

.share-color .share-block:hover {
    transform: scale(1.05);
}

.share-block.twt:hover,
.share-color .share-block.twt {
    background-color: rgb(50, 182, 230);
}

.share-block.fb:hover,
.share-color .share-block.fb {
    background-color: rgb(110, 136, 198);
}

.share-block.gp:hover,
.share-color .share-block.gp {
    background-color: rgb(228, 115, 101);
}

.share.twt:hover {
    color: rgb(50, 182, 230);
}

.share.fb:hover {
    color: rgb(110, 136, 198);
}

.share.gp:hover {
    color: rgb(228, 115, 101);
}

.twitter-header i {
    font-size: 70px;
    color: rgb(50, 182, 230);
}

.twitter-header p {
    font-weight: 700;
    font-size: 15px;
}

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

.twitter-feed ul {
    padding-left: 0px;
}

.twitter-feed .tweet {
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
}

.twitter-feed .tweet img {
    display: none;
}

.twitter-feed .timePosted a {
    opacity: 0.7;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    color: rgb(105, 105, 110);
}

.twt-white .twitter-feed .tweet,
.twt-white .twitter-feed .tweet a,
.twt-white .twitter-feed .timePosted a {
    color: rgb(255, 255, 255) !important;
}

.twt-white .twitter-feed .tweet a,
.twt-white .twitter-feed .timePosted a {
    font-weight: 900;
    opacity: 1;
}

.twt-line i {
    font-size: 40px;
    color: rgb(50, 182, 230);
}

.twt-line .twitter-feed .tweet {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

.twt-line .twitter-feed p.timePosted {
    margin-bottom: 0px;
}

.twt-line .twitter-feed .timePosted a {
    font-size: 12px;
    font-weight: 700;
    color: rgb(105, 105, 110);
}

.portfolio-grid {
    display: block;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.portfolio-grid::after {
    content: "";
    display: block;
    clear: both;
}

.portfolio-grid li {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    padding: 0px;
    width: 25%;
}

.portfolio-grid li img,
.portfolio-card img {
    width: 100%;
    height: auto;
}

.portfolio-card figure {
    border-radius: 5px;
}

.screenshots .portfolio-grid li {
    width: 30%;
    margin: 0px 10px;
}

.carousel-app div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.pricing-3pf .info {
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pricing-3pf .info .price {
    font-size: 95px;
    font-weight: 900;
    padding-top: 30px;
    padding-bottom: 50px;
}

.pricing-3pf .info .price .currency {
    font-size: 50px;
    font-weight: 400;
    vertical-align: super;
    margin-right: -15px;
}

.pricing-3pf .info .price .cents {
    font-size: 30px;
    font-weight: 400;
    vertical-align: bottom;
    margin-left: -15px;
}

.pricing-3pf .details h5 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

.pricing-3pf .details p {
    font-size: 17px;
    line-height: 17px;
}

.pricing-3pf .details ul {
    padding-left: 0px;
    list-style-type: none;
}

.pricing-3pf .details ul>li {
    margin-bottom: 15px;
}

.pricing-3pf .green .details h5,
.pricing-3pf .green .details p {
    color: rgb(86, 182, 139);
}

.pricing-3pf .green .details hr {
    border-color: rgb(86, 182, 139);
}

.pricing-3pf .blue .details h5,
.pricing-3pf .blue .details p {
    color: rgb(67, 159, 224);
}

.pricing-3pf .blue .details hr {
    border-color: rgb(67, 159, 224);
}

.pricing-3pf .purple .details h5,
.pricing-3pf .purple .details p {
    color: rgb(142, 68, 173);
}

.pricing-3pf .purple .details hr {
    border-color: rgb(142, 68, 173);
}

.pricing-3pf .dark .details h5,
.pricing-3pf .dark .details p {
    color: rgb(82, 94, 108);
}

.pricing-3pf .dark .details hr {
    border-color: rgb(82, 94, 108);
}

.pricing-3pf .red .details h5,
.pricing-3pf .red .details p {
    color: rgb(231, 76, 60);
}

.pricing-3pf .red .details hr {
    border-color: rgb(231, 76, 60);
}

.pricing-3po .info {
    padding: 35px 20px;
    border: 3px solid rgb(239, 241, 244);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 25px;
}

.pricing-3po .info.bg-color {
    border-color: transparent;
}

.pricing-3po .green .info {
    border-color: rgb(86, 182, 139);
}

.pricing-3po .info .price {
    font-size: 80px;
    font-weight: 900;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-right: 20px;
}

.pricing-3po .info .price .currency {
    font-size: 30px;
    font-weight: 400;
    vertical-align: super;
    margin-right: 0px;
}

.pricing-3po .details li {
    margin-bottom: 10px;
}

.pricing-3po .details {
    padding-left: 0px;
    list-style-type: none;
}

.pricing-st .info {
    background: rgb(238, 240, 243);
    border-top: 3px solid rgb(238, 240, 243);
    max-width: 400px;
    padding: 50px 60px;
    transition: border-color 0.3s ease 0s;
}

.pricing-st .info:hover {
    border-color: rgb(86, 182, 139);
}

.pricing-st .info h4 {
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}

.pricing-st .info p {
    font-size: 17px;
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}

.pricing-st .info .price {
    font-size: 80px;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 35px;
    margin-right: 20px;
}

.pricing-st .info .price .currency {
    font-size: 30px;
    font-weight: 400;
    vertical-align: super;
    margin-right: 0px;
}

.pricing-st .details {
    padding-left: 0px;
    list-style-type: none;
    font-style: italic;
}

.pricing-st .price {
    color: rgb(86, 182, 139);
}

.pricing-st p {
    font-size: 18px;
    line-height: 22px;
}

.pricing-sc .info {
    background-color: rgb(255, 255, 255);
    padding: 50px 20px;
    border-radius: 10px;
}

.pricing-sc .price {
    color: rgb(255, 255, 255);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    font-size: 60px;
    font-weight: 900;
}

.pricing-sc .price .tag {
    display: block;
    padding-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}

.pricing-sc .price .currency {
    font-size: 30px;
    font-weight: 400;
    vertical-align: super;
    margin-right: 0px;
}

.pricing-2p .info {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(239, 241, 244);
    border-radius: 5px;
    padding: 40px 50px;
}

.pricing-2p h4 {
    display: inline-block;
    text-align: left;
}

.pricing-2p .price {
    display: inline-block;
    float: right;
    clear: both;
    font-size: 35px;
    font-weight: 700;
}

.pricing-2p .price span {
    font-size: 27px;
    font-weight: 400;
}

.pricing-2p .details {
    padding-left: 0px;
    list-style-type: none;
    font-size: 19px;
}

.pricing-2p .details li {
    margin-bottom: 10px;
}

.pricing-2p .details li i {
    font-weight: 400;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.pricing-2p .green .price,
.pricing-2p .green .details li i {
    color: rgb(86, 182, 139);
}

.pricing-2p .blue .price,
.pricing-2p .blue .details li i {
    color: rgb(67, 159, 224);
}

.pricing-2p .red .price,
.pricing-2p .red .details li i {
    color: rgb(231, 76, 60);
}

.pricing-2p .info a {
    width: 100%;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto;
}

.pricing-table {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 3px 3px;
}

.pricing-table li {
    padding: 15px 20px 0px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.pricing-table li.price {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 80px;
    font-weight: 900;
    padding-top: 40px;
    padding-bottom: 56px;
    background-color: rgb(67, 159, 224);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pricing-table li.price i {
    font-size: 30px;
    font-weight: 400;
    vertical-align: super;
}

.pricing-table li:last-child {
    padding: 15px 20px;
}

.pricing-table li[class^="package"] {
    padding: 0px 20px;
    overflow: hidden;
    height: 0px;
    transition: all 0.3s ease 0s;
}

li[class^="package"].active {
    height: 35px;
    padding: 15px 20px 0px;
    font-weight: 700;
    font-size: 17px;
}

.options-table {
    padding: 30px 30px 12px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 3px 3px;
}

.options-table .switch {
    display: block;
    height: 50px;
}

.options-table .switch:last-child {
    margin-bottom: 0px;
}

.options-table .switch .package-title {
    float: left;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    margin-top: 3px;
}

.options-table .switch .cmn-toggle,
.options-table .switch label {
    float: right;
}

.package-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.package-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

input.toggle-round-flat+label {
    padding: 1px;
    width: 60px;
    height: 30px;
    background-color: rgb(239, 241, 244);
    border-radius: 30px;
    transition: background 0.4s ease 0s;
}

input.toggle-round-flat+label::before,
input.toggle-round-flat+label::after {
    display: block;
    position: absolute;
    content: "";
}

input.toggle-round-flat+label::before {
    inset: 1px;
    background-color: rgb(239, 241, 244);
    border-radius: 30px;
    transition: background 0.4s ease 0s;
}

input.toggle-round-flat+label::after {
    top: 3px;
    left: 3px;
    bottom: 3px;
    width: 26px;
    background-color: rgb(255, 255, 255);
    border-radius: 26px;
    transition: margin 0.4s ease 0s, background 0.4s ease 0s;
}

input.toggle-round-flat:checked+label,
input.toggle-round-flat:checked+label::before {
    background-color: rgb(86, 182, 139);
}

input.toggle-round-flat:checked+label::after {
    margin-left: 30px;
}

.ticket-prices .item-price {
    border: 3px solid rgb(239, 241, 244);
    height: 140px;
    padding-right: 25px;
    transition: all 0.3s ease 0s;
}

.ticket-prices.ticket-selection .item-price {
    cursor: pointer;
}

.ticket-prices .item-price .amount {
    float: left;
    height: 140px;
    width: 140px;
    margin: -3px 26px 0px -3px;
    color: rgb(255, 255, 255);
    font-size: 40px;
    line-height: 130px;
    font-weight: 900;
    text-align: center;
}

.ticket-prices .item-price h4,
.ticlet-prices .item-price .ticket-info {
    padding-right: 25px;
}

.ticket-prices .item-price h4 {
    padding-top: 4%;
}

.ticket-prices .item-price.active,
.ticket-prices.ticket-selection .item-price:hover {
    border: 3px solid rgb(86, 182, 139);
}

.team .bio {
    font-size: 17px;
}

.team .role {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}

.team-member {
    overflow: hidden;
}

.team-member .tm-img img {
    opacity: 1;
    transition: all 0.25s ease-out 0s;
}

.team-member:hover .tm-img img {
    opacity: 0.7;
    transition: all 0.25s ease-out 0s;
    transform: scale(1.2);
}

.team-member .tm-details {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 30px 25px 0px;
    bottom: 0px;
    border-top: 1px solid rgb(221, 221, 221);
    transition: all 0.25s ease-out 0s;
}

.team-member:hover .tm-details {
    bottom: 110px;
    border-top: 1px solid rgb(221, 221, 221);
    transition: all 0.25s ease-out 0s;
}

.team-member .tm-name {
    display: block;
}

.team-member .tm-name .tm-job {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
}

.team-member .tm-info {
    visibility: hidden;
    margin-bottom: 0px;
}

.team-member:hover .tm-info {
    visibility: visible;
}

.team-list {
    border: 1px solid rgb(239, 241, 244);
}

.text-white .team-list {
    border: 1px solid rgb(255, 255, 255);
}

.team-list .tl-image img {
    width: 200px;
    height: 200px;
}

.blog h5 {
    color: rgb(105, 105, 110);
}

.blog a>h5:hover {
    color: rgb(67, 159, 224);
}

.blog .post-info {
    margin-top: 20px;
    margin-bottom: 18px;
    clear: both;
}

.blog .post-info .date {
    float: left;
    margin-right: 10px;
    padding: 5px;
    width: 60px;
    text-align: center;
    font-weight: 900;
    color: rgb(255, 255, 255);
    background: rgb(67, 159, 224);
    border-radius: 3px;
}

.blog .post-info .day {
    display: block;
}

.blog .post-info h5 {
    margin-bottom: 5px;
}

.blog .post-info h6 {
    font-size: 14px;
    margin-top: 0px;
}

.blog .post-meta {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: rgb(67, 159, 224);
    margin-bottom: 5px;
}

.blog .post-meta .date {
    margin-right: 50px;
}

.faq {
    padding: 30px 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.faq h5 {
    font-weight: 900;
}

.faq-item h5 {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
}

.schedule .panel-heading {
    background-color: transparent;
    border-color: rgb(221, 221, 221);
}

.schedule .panel-title a {
    color: rgb(105, 105, 110);
    font-size: 15px;
    font-weight: 700;
}

.schedule .panel-title .talk {
    display: block;
    opacity: 0.7;
    line-height: 18px;
}

.schedule .panel-body img {
    float: left;
    margin-right: 20px;
}

.schedule .panel-body h6 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.schedule .panel-body p {
    font-size: 14px;
}

.countdown .timer {
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.countdown .timer>div {
    font-size: 80px;
    line-height: 84px;
    font-weight: 700;
}

.funfacts i {
    font-size: 50px;
    margin-bottom: 20px;
}

.funfacts .counter {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.funfacts .text {
    font-size: 19px;
    line-height: 22px;
}

.funfacts .counter-left {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.funfacts .counter-left i {
    float: left;
    font-size: 20px;
    margin-top: 15px;
    margin-right: 5px;
}

.funfacts .counter-left .counter {
    display: inline;
}

.path {
    height: 350px;
    width: 100%;
    margin: 0px auto;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 5px;
}

.path h5 {
    font-size: 19px;
}

.path .btn-ghost {
    font-size: 13px;
}

.course-level .level {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
    background-color: transparent;
    margin-right: 3px;
}

.course-level .level.active {
    background-color: rgb(255, 255, 255);
}

.course-level p {
    display: inline-block;
    margin-left: 20px;
}

.timeline {
    border-left: 4px solid rgb(255, 255, 255);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0px auto;
    position: relative;
    padding: 50px;
    list-style: none;
    text-align: left;
}

.timeline .event {
    border-bottom: 1px dashed rgb(255, 255, 255);
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
}

.timeline .event::before,
.timeline .event::after {
    position: absolute;
    display: block;
    top: 0px;
}

.timeline .event::before {
    left: -217.5px;
    color: rgb(255, 255, 255);
    font-weight: 900;
    font-size: 15px;
    content: attr(data-date);
    text-align: right;
}

.timeline .event::after {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px;
    left: -57.85px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.timeline-tabs .nav-tabs {
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
}

.timeline-tabs .nav-tabs>li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
}

.timeline-tabs .nav-tabs>li>a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    padding: 20px 50px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 0px;
    opacity: 0.9;
}

.timeline-tabs .nav-tabs>li>a:hover,
.timeline-tabs .nav-tabs>li.active>a {
    background-color: rgb(255, 255, 255);
    color: rgb(105, 105, 110);
    opacity: 1;
}

.timetable .nav-tabs {
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
}

.timetable .nav-tabs>li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
}

.timetable .nav-tabs>li>a {
    color: rgb(105, 105, 110);
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    padding: 18px 30px;
    border: none;
    opacity: 0.8;
}

.timetable .nav-tabs>li>a:hover {
    border-radius: 4px;
    border: none;
}

.timetable .nav-tabs>li.active>a,
.timetable .nav-tabs>li.active>a:focus,
.timetable .nav-tabs>li.active>a:hover {
    color: rgb(85, 85, 85);
    cursor: default;
    background-color: rgb(238, 238, 238);
    border-radius: 4px;
    border: none;
    opacity: 1;
}

.timetable thead>tr>th {
    text-align: center;
    padding: 20px;
    font-size: 17px;
    line-height: 21px;
    font-weight: 900;
}

.timetable tbody>tr>td {
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.timetable tbody>tr>td>a>i {
    font-size: 22px;
    vertical-align: top;
    color: rgb(105, 105, 110);
}

.timetable tbody>tr>td>a:hover>i {
    transform: scale(1.6);
}

.timetable tbody>tr>td:first-child,
.timetable tbody>tr>td:last-child {
    font-weight: 900;
    font-size: 15px;
}

.subscription .form-horizontal.form-bg {
    padding: 30px 40px 10px;
    border-radius: 3px;
    margin-top: 15px;
}

.subscription .form-horizontal.form-margin {
    margin-left: 30px;
    margin-right: 30px;
}

.subscription .form-horizontal p.small>a {
    font-weight: 700;
}

.subscription .form-horizontal h6 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    line-height: 19px;
}

.subscription .form-inline .form-group {
    width: 50%;
}

.subscription .form-inline .form-group input {
    width: 100%;
}

.subscription .sub-left {
    padding-top: 90px;
}

.subscription .features-devices .img-left img {
    width: 90px;
    height: 90px;
}

.subscription .features-devices .img-left p {
    margin-left: 112px;
}

.contact a {
    color: rgb(105, 105, 110);
}

.contact ul {
    padding-left: 0px;
    list-style-type: none;
}

.contact .contact-info li {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 900;
}

.contact .contact-info li i {
    font-size: 25px;
    font-weight: 700;
    vertical-align: text-top;
    margin-right: 20px;
}

.contact .contact-info li span {
    display: block;
    margin-left: 46px;
}

.contact .form-horizontal {
    margin-right: 15px;
    margin-left: 15px;
}

.contact .form-group.w-50 input {
    display: inline-block;
    width: 49.5%;
}

.contact .mini-map {
    width: 100%;
    height: 300px;
}

.contact .mini-info p {
    font-size: 15px;
    line-height: 21px;
}

.contact .map-container {
    width: 100%;
    height: 600px;
}

.contact .map-container .map-iframe,
.img-wrap .map-iframe {
    height: 100%;
    width: 100%;
}

.contact .map-container .map-iframe {
    pointer-events: none;
}

.contact-divider i {
    font-size: 40px;
    font-weight: bold;
}

.contact-divider h5 {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0px 10px;
}

.footer p,
.footer a {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.footer a {
    color: rgb(105, 105, 110);
}

.footer ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}

.footer ul li {
    display: inline-block;
}

.footer.f1 .footer-social {
    float: right;
}

.footer.f1 .footer-social i {
    font-size: 20px;
    margin-left: 20px;
}

.footer.f2 .footer-links {
    text-align: right;
}

.footer.f2 .footer-links li>a,
.footer.f2 .footer-social li>a {
    margin-left: 15px;
    margin-right: 15px;
}

.footer.f2 .footer-social i {
    font-size: 20px;
}

.footer.f2 .footer-links i {
    margin-right: 5px;
}

.footer.f4 .footer-desc p {
    font-weight: 400;
}

.footer.f5 .footer-links img {
    max-height: 35px;
    margin-right: 50px;
    display: inline-block;
    position: relative;
    bottom: 2px;
}

.footer.f5 .footer-links p {
    margin-right: 50px;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer.f5 .footer-links a {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 900;
}

.footer.f6 .footer-links li {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer.f7 .contacts,
.footer.f7 .about {
    border-bottom: 2px solid rgb(238, 238, 238);
}

.footer.f7 .contacts i {
    font-size: 25px;
    font-weight: bold;
}

.footer.f7 .contacts h5 {
    font-size: 17px;
}

.footer.f7 .about .logo {
    border-right: 2px solid rgb(238, 238, 238);
    padding-right: 30px;
}

.footer.f7 .about .newsletter {
    padding-left: 30px;
}

.footer.f7 .links ul>li>a {
    margin-right: 15px;
    font-weight: 900;
    opacity: 0.9;
}

.page-head.h-img {
    height: 350px;
}

.page-head .h-bg {
    padding-top: 70px;
}

.page-head .h-bg a {
    color: rgb(105, 105, 110);
}

.page-head .breadcrumb {
    background-color: transparent;
    font-weight: 400;
}

.page-head .breadcrumb .active {
    font-weight: 900;
}

.page-head .breadcrumb .active.text-white {
    color: rgb(255, 255, 255);
}

.login .lead {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.login .form-horizontal {
    margin-left: 15px;
    margin-right: 15px;
}

.login .form-horizontal label {
    text-transform: uppercase;
    float: left;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
}

.login .form-horizontal .checkbox input[type="checkbox"] {
    bottom: 6px;
}

.login .forgot {
    margin-top: 20px;
}

.login .forgot a {
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgb(105, 105, 110);
}

.login .terms {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
}

.faqs .panel-group .panel-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.faqs .panel-group .panel-title a {
    font-size: 17px;
}

.blog-list {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 3px solid rgb(239, 239, 239);
}

.blog-post .date {
    float: left;
    width: 80px;
    padding: 10px;
    background: rgb(67, 159, 224);
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    margin-top: 25px;
    margin-right: 15px;
    font-weight: 900;
    border-radius: 7px;
}

.blog-post .date span {
    display: block;
    font-size: 12px;
}

.blog-post h4,
.blog-post .post-meta {
    margin-left: 95px;
    font-size: 29px;
    line-height: 29px;
}

.blog-post h4 {
    padding-top: 25px;
}

.blog-post h4 a,
.blog-post .post-meta a {
    color: rgb(105, 105, 110);
    font-weight: 900;
}

.blog-post .post-meta {
    padding-left: 0px;
    list-style-type: none;
    font-size: 13px;
}

.blog-post .post-meta li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
}

.blog-post .post-meta li i {
    margin-right: 5px;
}

.blog-post img {
    width: 100%;
    height: auto;
}

.blog-post .carousel-indicators {
    bottom: 0px;
}

.blog-post .quote-post {
    padding: 20px 50px;
    margin: 0px 0px 20px;
    border-left: none;
    font-style: italic;
}

.blog-post .quote-post p::before {
    content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â";
    padding-right: 10px;
    font-family: FontAwesome;
    color: rgb(131, 127, 126);
}

.blog-post .quote-post p::after {
    content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€¦Ã‚Â½";
    padding-left: 10px;
    font-family: FontAwesome;
    color: rgb(131, 127, 126);
}

.blog-post p {
    line-height: 26px;
}

.pagination>li>a {
    color: rgb(105, 105, 110);
    border: 2px solid rgb(239, 239, 239);
    font-weight: 700;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: rgb(67, 159, 224);
    border-color: rgb(67, 159, 224);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: rgb(105, 105, 110);
    background-color: rgb(238, 238, 238);
    border-color: rgb(239, 239, 239);
}

.pagination-post .prev-post a>img {
    float: left;
    margin-right: 10px;
}

.pagination-post .next-post a>img {
    float: right;
    margin-left: 10px;
}

.pagination-post p {
    color: rgb(105, 105, 110);
    font-size: 16px;
    line-height: 17px;
    font-weight: 900;
    margin-top: 15px;
}

.pagination-post p span {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.widget {
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
}

.widget .w-title h5 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
}

.widget p {
    font-size: 16px;
    font-weight: 400;
}

.widget .latest-post,
.widget .w-comments {
    padding-left: 0px;
    list-style-type: none;
}

.widget .latest-post li {
    clear: both;
    padding-top: 10px;
    padding-bottom: 20px;
}

.widget .latest-post .img-latest {
    float: left;
    width: 75px;
    margin-right: 10px;
}

.widget .latest-post .title-latest {
    margin-left: 85px;
    font-size: 15px;
}

.widget .latest-post .title-latest a {
    display: block;
    color: rgb(105, 105, 110);
    font-size: 16px;
    font-weight: 700;
}

.widget .w-comments li {
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.widget .w-comments a,
.comments-list a {
    color: rgb(105, 105, 110);
    font-weight: 700;
}

.widget .w-tags a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: rgb(105, 105, 110);
    border: 1px solid rgb(211, 211, 211);
    border-radius: 20px;
}

.widget .w-tags a:hover {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(86, 182, 139);
    background-color: rgb(86, 182, 139);
}

.comments-list {
    padding-left: 0px;
    list-style-type: none;
}

.comments-list .comment-author a {
    font-size: 17px;
    line-height: 17px;
    font-weight: 900;
}

.comments-list .comment-info {
    font-size: 13px;
    line-height: 15px;
}

.comments-list .comment-info .reply {
    font-size: 15px;
    font-weight: 900;
    padding-left: 10px;
}

.comments-list .comment-info .reply i {
    margin-right: 2px;
}
.hero h1 {
    margin-bottom: 20px;
    color: #6f3e97;
}
.hero .lead {
    font-weight: 600;
    color: #2a2a2a;
    font-size: 16px;
}

#hero2 {
    background: url(https://mansirana.com/wp-content/uploads/2022/08/Website-banner-new-2.png) 98% 13% / cover;
}#hero2 .right-section {
    position: relative;
    display: none;
}

#hero2 .right-section {
    position: relative;
}
@media only screen and (max-width: 768px) {

.hero h1 {
    
    color: #ffffff;
}.hero .lead {
    font-weight: 700;
    color: #ffffff;
}
#hero2 {
    background: url(https://mansirana.com/wp-content/uploads/2022/08/Website-banner-new-2.png) 86% 0% / cover;
    margin-top: 40px;
}
}

#hero2 .right-section .img2 {
    position: absolute;
    width: auto;
    left: 31px;
    bottom: auto;
}

.navbar-brand>img {
    display: block;
    width: 122px;
}

.client-logo img {
    width: 100%;
}

.client-logo {
    background: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.mansirana-footer-img {
    width: 120px;
    background: #fff;
    padding: 3px;
}

.btn.contact-btn:hover,
.btn.contact-btn:focus {
    border: 3px solid rgb(29, 131, 201);
    background: #fff;
    color: #000;
    box-shadow: none;
}

.pinkbg {
    background: #fec5e5;
}

.bg-dark {
    background-color: #162a50;
}

.form-inline.double-input .msg {
    width: 98.5%;
}

.digital-marketing-con {
    padding: 60px 0;
    background: #f7f7f7;
}

.digital-marketing-con .title h2 {
    text-align: center;
}

.digital-marketing-con .title p {
    text-align: center;
    padding-bottom: 20px;
}

.digital-marketing-con .right .img img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.digital-marketing-con .left ul {
    margin: 0px;
    padding: 0;
    padding-left: 20px;
}

.digital-marketing-con .left ul li {
    position: relative;
    list-style: none;
    padding-bottom: 10px;
    padding-left: 12px;
    font-size: 17px;
    line-height: 23px;
}

.digital-marketing-con .left ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: 900;
    text-align: center;
    font-size: 8px;
    color: #000;
    line-height: 22px;
    position: absolute;
    left: -25px;
    top: 2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #fec5e5;
    border-radius: 100px;
}

.digital-marketing-con .left h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.p-y-lg {
    padding-top: 60px!important;
    padding-bottom: 60px !important;
}

#subscription3-2 {
    display: none;
}

#testimonials2-1 {
    display: none;
}

section#achievement {
    background: #fec5e5;
}

.content-grid .achievement-content {
    padding: 30px 40px;
    margin-bottom: 20px;
    min-height: 365px;
    background: #fff;
}

.achievement-content .lead {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #868686;
    padding-top: 19px;
}

section#cta2 {
    background: #2c4b94;
}

.btn-white,
a.inverse.btn-white,
.inverse a.btn-white {
    background-color: #fff;
    border: none !important;
}

.btn-white {
    background-color: #fff;
    border: none !important;
}

.contact-strip a {
    display: inline-block;
    width: 39%;
    margin: 8px;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
    border: 3px solid rgb(29, 131, 201);
    background: #fec5e5;
    color: #000 !important;
}

.contact-strip .btn.btn-pink:hover {
    border: 3px solid rgb(255 255 255);
    background-color: rgb(255 255 255);
    color: rgb(0 0 0) !important;
}

.contact-strip .btn-white {
    background-color: #fff;
    border: none !important;
    border: 3px solid #fff !important;
}

.color-dark-pink {
    color: #ab4f83;
}

.bg-orange2 {
    background-image: linear-gradient(to right, #fdbbd8, #e91e63);
}

#contact8-2 .section-header h2 {
    color: #621842;
}

#contact8-2 .section-header .lead {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}

#contact8-2 .features-block h4 {
    color: #000;
}

#contact8-2 .features-block p {
    margin-bottom: 0px;
    color: #7b2d59;
    font-size: 20px;
    line-height: 26px;
}

#contact8-2 .contact-divider i {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}

#contact8-2 .contact-divider h5 {
    color: #7b2d59;
}

#contact8-2 a.inverse,
#contact8-2 .inverse a,
#contact8-2 i.inverse {
    color: rgb(123 45 89) !important;
}

.contact-strip .btn-white:hover {
    border: none !important;
    border: 3px solid #fec5e5!important;
}
.content-grid img {
    height: 470px;
    object-fit: cover;
}
section.digital-marketing-con .title p {
    font-size: 18px !important;
    line-height: 26px;
}
section#achievement .row.content-grid img {
    height: auto;
}
.entry-content ul {
    padding-left: 16px;
}
.entry-content ul li {
    line-height: 26px;
}
section.top-header {
    background: #2c4b94;
    padding: 10px 0px;
}

.right-contact-head ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding-left: 0px;
    align-items: center;
    margin-bottom: 0px;
}

.social-icons {
    text-align: right;
}

section.top-header {}

.social-icons a {
    color: #fff;
    padding-left: 16px;
}

.right-contact-head ul li a {
    color: #fff;
}


.right-contact-head ul li a span {
    padding-right: 8px;
}
.right-contact-head ul li a:hover {
    color: #f5a9d3;
}

.social-icons a:hover {
    color: #f5a9d3;
}
section.p-y-md header.entry-header {
    position: relative;
    z-index: 1;
}
h1.text-white.m-b-md.p-t-md {
    line-height: 43px;
}
p.lead.color-dark-pink.m-b-0.wow.zoomIn {
    text-align: justify;
}
.navbar-nav li:last-child a {background: #2c4b94;color: #fff;padding: 10px 15px;opacity: 1;border-radius: 6px;}


.navbar-right {
    display: flex;
    align-items: center;
}

.navbar-nav li:last-child a:hover {
    border-radius: 100px;
    transition: 2s;
}


.free-web .form-heading {
    text-align: center;
}

.free-web .form-heading h1 {
    font-size: 36px;
    color: #2c4b94;
}

.free-web .form-heading h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}



.free-web div#wpcf7-f913-p911-o1 {
    margin-top: 50px;
}
.free-web div#wpcf7-f913-p911-o1 form.wpcf7-form.init p span input {
    border: 1px solid #ccc;
    font-weight: 400;
}



.free-web  .bcontent p {
    text-align: center;
}


section.p-y-md.free-web .form-group p input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-info {
    text-align: center;
    margin: 32px auto 32px;
    display: block;
    width: 30%;
    border-radius: 4px;
    background: #2c4b94;
    padding: 14px 20px;
    font-size: 20px;
    font-weight: 500;
}



section.p-y-md.free-web span.wpcf7-spinner {
    display: none;
}

section.p-y-md.free-web .form-group p input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-info:hover {
    border-radius: 100px;
    transition: 2s;
}