body.page-id-516,
body.page-id-519,
body.page-id-521,
body.page-id-523,
body.page-id-525 {
    font-size: 14px !important;
}
/*Landingpage1 css start*/

.landing-banner {
    height: 630px;
    display: table;
    width: 100%;
    background-repeat-y: no-repeat;
    background-size: contain;
    background-position: center;
}

.banner-center {
    display: table-cell;
    vertical-align: middle;
}

.banner-text img {
    margin-bottom: 40px;
}

.banner-text h1 {
    color: white;
    font-size: 2.57em;
    line-height: 150%;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'open_sanssemibold';
}

.banner-text p {
    color: white;
    line-height: 170%;
    margin-bottom: 30px;
    font-size: 1.1em;
    font-family: 'open_sansregular';
    width: 80%;
}

.play-video {
    margin-bottom: 30px;
}

.play-video img {
    padding-right: 20px;
    position: relative;
    width: auto;
    height: auto;
}

.play-video .play {
    color: white;
    font-weight: bold;
    font-size: 1.4em;
    cursor: pointer;
}

.play-video .play:hover {
    opacity: 0.8;
}

#videomodal.modal.fade.in {
    display: table !important;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.modal {
    z-index: 9999999 !important;
}

#videomodal .modal-dialog-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#videomodal .modal-dialog {
    max-width: 815px;
    width: 100%;
    height: 465px;
    margin: auto;
}

#videomodal span {
    top: -30px;
    right: -10px;
    color: #fff;
    font-size: 1.5em;
}

.modal-backdrop {
    z-index: 999999 !important;
}

.banner-btn {
    margin-bottom: 50px;
}

.btn-rs {
    color: #19260a;
    font-size: 2.28em;
    float: left;
    border: 1px solid #192609;
    padding: 5px 10px;
    width: 125px;
    height: 51px;
    line-height: 130%;
    margin-right: 20px;
    text-align: center;
    font-family: 'open_sanssemibold';
}

.btn.btn-primary.order-btn {
    color: white;
    background-color: #19260a;
    display: inline-block;
    border-color: #19260a;
}

.order-btn:hover,
.order-btn:active,
.order-btn:focus {
    opacity: 0.9;
}

.banner-image {
    padding-top: 50px;
}
/*.banner-bottom {
    background-color: #587b2b;
    height: 50px;
}*/

.map-item {
    padding: 50px;
}

.map-row .col-md-6:nth-child(2n+1) {
    clear: both;
}

.map-item-title {
    margin-bottom: 25px;
}

.map-item-title img {
    float: left;
    margin-right: 25px;
}

.map-item-title h5 {
    display: table;
}

.map-item-text p {
    margin-bottom: 0;
}

.lp1-lightgallery li {
    list-style: none;
}

.lp1-lightgallery li a {
    display: block;
    cursor: pointer;
    position: relative;
}

.lp1-lightgallery li a:after,
.lp1-lightgallery li a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lp1-lightgallery li a:before {
    background-color: rgba(0, 0, 0, 0.45);
}

.lp1-lightgallery li a:after {
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 2em;
    color: #fff;
    width: 30px;
    height: 30px;
    margin: auto;
}

.lp1-lightgallery li a:hover:before,
.lp1-lightgallery li a:hover:after {
    opacity: 1;
}

.lp1-lightgallery li img {
    width: 100%;
}

.verify-item:after,
.verify-item:before {
    content: '';
    display: block;
    clear: both;
}

.verify-item {
    position: relative;
    margin-bottom: 70px;
}

.verify-item-left-col {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    height: 160px;
    margin: auto;
    box-shadow: 0 0 20px 0px #00000036;
    z-index: 9;
}

.verify-item-left-col img {
    height: 160px;
}

.verify-right-col {
    width: 82%;
    float: right;
    padding: 25px 25px 15px 65px;
    min-height: 200px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.buyer-name {
    margin-bottom: 15px;
}

.buyer-name h5 {
    display: inline-block;
}

.buyer-name span {
    display: inline-block;
    font-size: 1.1em;
}

.verify-title {
    margin-bottom: 15px;
}

.verify-title h5 {
    margin-right: 10px;
    float: left;
}

.verify-title .field_type-star_rating {
    display: table;
    clear: none;
}

.verify-title .field_type-star_rating ul {
    margin: 6px auto;
}

.verify-right-col p {
    margin-bottom: 0;
    letter-spacing: 0;
}

.map-blockquote-icon {
    position: absolute;
    right: -20px;
    bottom: -18px;
}

.verify-item:nth-child(even) .verify-item-left-col {
    left: auto;
    right: 0;
}

.verify-item:nth-child(even) .verify-right-col {
    float: left;
    padding: 25px 65px 15px 25px;
}

.verify-item:nth-child(even) .verify-right-col .map-blockquote-icon {
    right: auto;
    left: -20px;
}

.lp-featured-item {
    text-align: center;
}

.lp-featured-item img {
    margin-bottom: 15px;
}

.lp-featured-item h4 {
    font-size: 1.29em;
    color: rgb(193, 193, 193);
    font-family: 'open_sansbold';
}

.special-banner {
    background-color: #7fa84a;
    height: 500px;
    display: table;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.special-banner-center {
    display: table-cell;
    vertical-align: middle;
}

.special-banner .bi-wrapper {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
}
.special-banner .bt-wrappper {
    float: right;
}
.special-banner .sb-text h3 {
    color: #fff;
    font-style: italic;
    margin-bottom: 25px;
}

.special-banner .sb-text h2 {
    color: white;
    font-size: 2.57em;
    line-height: 150%;
    margin-bottom: 40px;
}
/*Landingpage1 css end*/
/*Landingpage2 css start*/

.lp2-banner {
    height: 900px;
}

.lp2-banner-text h1 {
    font-size: 3.9em;
    font-family: 'open_sansregular';
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 30px;
}

.lp2-banner-text h4 {
    font-family: 'open_sansregular';
    padding: 0 50px;
    line-height: 180%;
    position: relative;
    margin-bottom: 70px;
}

.lp2-banner-image {
    width: 550px;
    height: 100%;
    margin: auto;
}

.lp2-lightgallery li {
    list-style: none;
    padding: 0 5px;
}

.lp2-lightgallery li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.lp2-lightgallery li a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lp2-lightgallery li a:hover:before {
    opacity: 1;
}

.lp2-lightgallery li a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 186px;
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.lp2-lightgallery li a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lg-backdrop,
.lg-outer {
    z-index: 999999;
}

.services-item .icon-col {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    display: table;
    box-shadow: 0 0 13px 0px #0000001a;
}

.services-item .icon-col-inner {
    display: table-cell;
    vertical-align: middle;
    line-height: 100%;
}

.services-item .description-col {
    display: table;
    padding-right: 40px;
}

.services-item .icon-col-inner i {
    font-size: 2em;
    line-height: 100%;
}

.services-item .description-col h4 {
    font-family: 'open_sansregular';
    margin-bottom: 8px;
}

.services-item .description-col p {
    line-height: 200%;
    font-family: 'open_sansregular';
}

.page-id-519 h2 {
    font-size: 2.71em;
    font-family: 'open_sansregular';
}

.title-wrapper {
    margin-bottom: 70px;
}

.title-wrapper h4 {
    color: #a0a0a0;
    font-family: 'open_sansregular';
    margin-bottom: 50px;
}

.title-wrapper .title {
    margin-bottom: 20px;
}

.special-title {
    letter-spacing: 5px;
    margin-bottom: 35px;
    display: block;
    position: relative;
    color: #a0a0a0;
}

.special-title:after,
.lp2-banner-text h4:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -10px;
    width: 50px;
    height: 1px;
    margin: auto;
}

.lp2-banner-text h4:after {
    bottom: -30px;
}

.lp2-testimonial-wrapper .title p {
    font-size: 1.3em;
    font-family: 'open_sansregular';
}
.lp2-testimonial-wrapper .testimonial-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.testimonial-bubble p {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 35px;
    box-shadow: 0 0 11px #0000001f;
    margin-bottom: 0;
    position: relative;
}

.testimonial-bubble p .tb-arrow {
    position: absolute;
    bottom: -19px;
    left: 120px;
    right: auto;
    width: 26px;
}

.testimonial-bubble .authore-detail-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 4px solid #fff;
    box-shadow: 0 0 7px #0000002b;
    float: left;
    margin-right: 20px;
}

.authore-detail-wrapper:after,
.authore-detail-wrapper:before {
    content: '';
    clear: both;
    display: block;
}

.authore-detail-wrapper {
    display: table;
    margin-top: -20px;
    width: 100%;
    padding-left: 30px;
    z-index: 9;
    position: relative;
}

.authore-detail-wrapper .ad-text {
    display: table-cell;
    vertical-align: bottom;
}
/*Landingpage2 css end*/
/*Landingpage3 css start*/

.page-id-521 h2 {
    font-size: 2.14em;
    font-family: 'open_sansregular';
}

.page-id-521 p {
    font-family: 'open_sansregular';
    font-size: 1.15em
}

.lp3-banner {
    height: 530px;
}

.lp3-banner-text {
    padding-right: 60px;
}

.lp3-banner-text h1 {
    font-size: 1.875em;
    text-transform: capitalize;
    font-family: 'open_sansregular';
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 140%;
}

.lp3-banner-text p {
    font-size: 1.2em;
    font-family: 'open_sansregular';
    margin-bottom: 30px;
}

.webinar-item .wi-icon {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    height: 80px;
}

.webinar-item .wi-icon-inner {
    display: table-cell;
    vertical-align: middle;
}

.webinar-item .wi-icon img {
    margin: auto;
    max-height: 80px;
    max-width: 85px;
}

.webinar-item p {
    width: 70%;
    margin: auto;
}

.owner-desc:after,
.owner-desc:before {
    display: block;
    content: '';
    clear: both;
}

.owner-desc .od-img {
    float: left;
    margin-right: 35px;
}

.owner-desc .od-img img {
    width: 177px;
    height: 177px;
    border-radius: 100%;
    border: 3px solid #fff;
}

.owner-desc .od-text {
    display: table;
    padding-top: 12px;
}

.owner-desc .od-text h5 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.owner-desc .od-text h6 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: 'open_sanssemibold';
}

.testimonial-item {
    width: 85%;
    margin: auto;
}

.ti-detail {
    margin-bottom: 20px;
}

.ti-detail:after,
.ti-detail:before {
    display: block;
    clear: both;
    content: '';
}

.ti-detail .ti-ai {
    float: left;
    margin-right: 20px;
}

.ti-detail .ti-ai img {
    width: 81px;
    height: 81px;
    border-radius: 100%;
}

.ti-detail .ti-at {
    display: table;
}

.ti-detail .ti-at span {
    color: #a0a0a0;
}

.testimonial-item p {
    font-style: italic;
}
.lp3-testimonial-wrapper .testimonial-item {
    margin-bottom: 0;
    margin-left: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.online-marketing-section .title-wrapper {
    margin-bottom: 50px;
}

.online-marketing-section p {
    width: 80%;
    margin: 0 auto 50px;
}

.light-gray-bg {
    background-color: #fdfdfd;
}
/*Landingpage3 css end*/
/*Landingpage4 css start*/

.lp4-banner {
    display: table;
    width: 100%;
    height: 800px;
    background-position: 150% bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

/*.lp4-product-img-border {
    position: relative;
    height: 510px;
    width: 350px;
    margin: auto;
    border: 2px solid #8126ca;
}*/

.lp4-product-img img {
    position: absolute;
    top: -70px;
    bottom: 0;
    right: -40px;
    left: auto;
}

.lp4-banner-text h1 {
    font-size: 2.6em;
    color: #fff;
    text-transform: none;
    line-height: 130%;
    margin-bottom: 50px;
}

.lp4-banner-text p {
    color: #fff;
    margin-bottom: 50px;
}

.price-col {
    color: #fff;
    margin-bottom: 40px;
}

.price-col span {
    font-size: 1.2em;
    float: left;
    margin-right: 10px;
    padding-top: 2px;
}

.price-col h2 {
    color: #fff;
    display: table;
    line-height: 100%;
    font-family: 'open_sansbold';
}

.banner-leave {
    position: absolute;
    right: 10%;
    bottom: -20%;
    z-index: 9;
}

.page-id-523 h2 {
    font-size: 2.14em;
    font-family: 'open_sansregular';
}

.page-id-532 p {
    font-family: 'open_sansregular';
    font-size: 1.2em;
}

.latest-product .title {
    width: 75%;
    margin: auto;
    margin-bottom: 30px;
}

.latest-product .title h2 {
    line-height: 160%;
}

.lp-review {
    display: inline-block;
}

.lp-review h5 {
    float: left;
    margin-right: 20px;
    line-height: 100%;
    font-size: 1.5em;
    font-family: 'open_sansregular';
}

.lp-review .field_type-star_rating {
    display: table;
    clear: none;
}

.lp-review .field_type-star_rating .star-rating {
    margin: 0px 0;
    height: auto;
}

.lp-review .field_type-star_rating .star-rating li {
    display: inline-block;
}

.lp-review .field_type-star_rating .star-rating li i {
    font-size: 1.5em;
}

.lp-item-row {
    width: 90%;
    margin: auto !important;
}

.lp-item {
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 91%;
    margin: auto;
}

.feature-item {
    margin-bottom: 50px;
}

.feature-item .icon-col {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    padding-top: 5px;
}

.feature-item .description-col {
    display: table;
}

.feature-item .description-col h5 {
    margin-bottom: 15px;
}

.as-banner {
    position: relative;
    height: 400px;
    display: table;
    width: 100%;
}

.as-banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(245, 239, 255, 0.85);
}

.as-text {
    position: relative;
}

.as-text img,
.as-text h5 {
    margin-bottom: 20px;
}

.verified-item {
    width: 70%;
    margin: auto;
    margin-bottom: 70px;
}

.verified-item .vi-img {
    display: table-cell;
    vertical-align: middle;
    width: 110px;
    padding-right: 20px;
}

.verified-item .vi-img-inner {
    position: relative;
}

.verified-item .vi-text {
    display: table-cell;
    vertical-align: middle;
}

.verified-item .vi-text p {
    font-style: italic;
    margin-bottom: 0;
}

.verified-item .vi-text .buyer-name span {
    color: #414241;
}

.verified-item:last-child {
    background-color: white;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.18);
    padding: 20px 20px 20px 40px;
    display: table;
    width: 75%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.verified-item:last-child .vi-img-inner:after {
    content: '';
    border: 2px solid #8126ca;
    position: absolute;
    left: -10px;
    top: -10px;
    height: 100%;
    width: 90%;
}

.verified-item:last-child .vi-img img {
    position: relative;
    z-index: 9;
}

.verified-item:last-child:after {
    content: '';
    background-image: url(images/vi-img-blockquote.png);
    right: 10%;
    top: -50%;
    left: auto;
    bottom: 0;
    width: 320px;
    height: 320px;
    position: absolute;
    opacity: 0.1;
}

.lp4-banner-bottom {
    background-repeat: repeat;
}

.lp4-product-img-bg {
    content: '';
    position: absolute;
    background-color: #fff;
    left: auto;
    right: 150px;
    top: 16%;
    bottom: 0;
    height: 90%;
    width: 60%;
}

.lp4-banner-bottom .lp4-product-img-border {
    z-index: 99;
}

.lp4-banner-bottom .banner-leave.top-leaf {
    bottom: auto;
    top: 3%;
    right: auto;
    left: 30%;
}

.lp4-banner-bottom .lp4-product-img img {
    right: auto;
    left: 80px;
}
/*Landingpage4 css end*/
/*Landingpage5 css start*/

.page-id-525 h2 {
    font-size: 2.71em;
    font-family: 'open_sansregular';
    font-weight: 500;
}

.page-id-525 p {
    font-family: 'open_sansregular';
}

.lp5-banner {
    height: 825px;
    background-size: cover;
    overflow: hidden;
    background-position: left bottom;
}

.lp5-banner-text {
    padding-right: 120px;
}

.lp5-banner-text h1 {
    color: #fff;
    text-transform: none;
    font-family: 'open_sansregular';
    font-weight: 400;
    font-size: 3.92em;
    margin-bottom: 30px;
}

.lp5-banner-text h4 {
    font-family: 'open_sansregular';
    color: #fff;
    line-height: 170%;
    margin-bottom: 40px;
}

.lp5-banner-text span {
    display: block;
    padding-top: 5px;
    color: #fff;
    font-size: 0.9em;
}

.lp5-banner-image {
    width: 458px;
    height: 636px;
    overflow: hidden;
    padding-top: 20px;
}
.lp5-banner-image img {
    height: 100%;
}
.services-section-lp5 .services-item .icon-col {
    box-shadow: none;
    padding-top: 5px;
}

.video-col .video-bg {
    height: 350px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-col .video-bg:hover {
    opacity: 0.8;
}

.video-col .video-bg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
}

.video-col .video-bg .video-play-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    border-radius: 100%;
    background-color: #0a76b9;
    display: table;
    box-shadow: 0 0 0px 20px rgba(10, 118, 185, 0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-col .video-bg:hover .video-play-icon {
    box-shadow: 0 0 0px 10px rgba(10, 118, 185, 0.4);
}

.video-col .video-bg .video-play-icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 2em;
    color: #fff;
    padding-left: 10px;
}

.lp5-video iframe {
    width: 100%;
}

.video-section .vcr-wrapper {
    display: table;
}

.video-col-right {
    padding-left: 80px;
    display: table-cell;
    vertical-align: bottom;
}

.video-col-right h2 {
    margin-bottom: 40px;
}

.video-col-right p {
    font-size: 1.1em;
    margin-bottom: 0;
}

.about-contact .internal-hs-1 h2{
    font-family: 'open_sanssemibold';
}