body {
    font-size: 14px;
    color: #151515;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    outline: 0 !important; 
}
.load-position .logo {
    margin: 0 auto;
    width: 150px;
}
.load-complete .line-scale {
    margin: 0 auto;
    display: block;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.load-complete .line-scale > div {
    display: inline-block;
    border-color: #151515 #151515 transparent;
    background-color: #151515;
}
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}
.load-complete .logo {
    color: #4C4C4C;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-size: 50px;
}

.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 2px;
}
.load-complete .loading-break {
    position: absolute;
    background: #059664;
    width: 15px;
    height: 2px;
}
.load-complete .loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite;
}
@keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
.titletop-section {
    background-color: #f0f0f0;
    background-image: url('../images/titletop-section-testimonials.png');
    background-position: top left;
    background-size: cover;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 55px;
}
.titletop-section h2 {
    font-size: 2.6rem;
    padding-top: 10px;
    font-weight: 500;
}
.titletop-section h1{font-weight: 500;}
.header-page {
    background-color: #f5f5f5;
}
.instagram-block > ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.instagram-carousel {
    direction: ltr;
}
.instagram-block > ul > .owl-controls {
    margin-top: 0;
}
.instagram-block > ul li {
    list-style: none;
    margin: 0 -1px;
}
.instagram-block > ul li > a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.instagram-block > ul.instagram-carousel.owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
}
.instagram-block > ul li a::before {
    background-color: rgba(21,21,21,0.5);
    bottom: 0;
    content: "";
    left: 0.5px;
    position: absolute;
    right: 0.5px;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.instagram-block > ul li a::after {
    content: "\f0c1";
    font-family: FontAwesome;
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;	
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.instagram-block > ul li a:hover::after {
    opacity: 1;
}
.instagram-block > ul li a:hover::before {
    opacity: 1;
}
.ftr-social {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}
.ftr-social > li {
    display: inline-block;
    margin: 0 33px;
}
.ftr-social > li > a {
    color: #464646;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.ftr-social > li > a > i {
    font-size: 13px;
    margin-right: 15px;
}
.ftr-social > li > a:hover {
    opacity: 0.5;
}
/* - Section Header */
.section-header {
    display: inline-block;
    margin-bottom: 23px;
    position: relative;
    width: 100%;
    text-align: center;
}
.section-header h3 {
    color: #151515;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 9px;
    text-transform: capitalize;
    position: relative;
    font-family: 'Yantramanav', sans-serif;
}
.section-header > h3::before {
    background-color: #ffa20f;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    margin: 0 auto;
}

.block-title  h3 {
    color: #151515;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.9px;
    margin-bottom: 24px;
    margin-top: 50px;
    padding-bottom: 13px;
    position: relative;
    text-align: center;
}
.block-title  h3::before {
    background-color: #e1e1e1;
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

/* + Page Banner */
.page-banner {
    background-image: url("../images/page-banner.jpg");
    position: relative;
    padding-top: 58px;
    padding-bottom: 50px;
    z-index: 1;
    box-shadow: 0px 5px 0px 0px #1b88ce;
    text-align: center;
}
.page-banner::before,
.page-banner::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}
.page-banner::after {
    background-image: url("../images/page-banner-pattern.png");
    background-repeat: repeat;
}
.page-banner::before{
    background-color: rgba(19,19,19,0.85);
}
.page-banner h3 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 1.7;
    margin-bottom: 3px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.page-banner i {
    color: #1b88ce;
    font-size: 44px;
}
.page-banner .breadcrumb {
    background-color: transparent;
    margin: 2px 0 0;
    padding: 0;
    text-align: center;
    position: relative;
}
.page-banner .breadcrumb li {
    color: #fff;
    display: inline-block;
    float: none;
    font-weight: bold;
    letter-spacing: 0.42px;
    line-height: 4;
    text-transform: uppercase;
}
.page-banner .breadcrumb > li + li::before {
    color: #fff;
    padding-left: 3px;
    padding-right: 4px;
}
.page-banner .breadcrumb li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.navigation.pagination {
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.navigation.pagination > h2.screen-reader-text {
    display: none;
}
.navigation.pagination .nav-links {
    display: inline-block;
}
.navigation.pagination .nav-links > .page-numbers {
    background-color: #fff;
    border-radius: 0;
    border: none;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    color: #464646;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin: 0;
    padding: 5px 21px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.navigation.pagination .nav-links > .page-numbers > span.screen-reader-text { 
    display: none;
}
.navigation.pagination .nav-links > .page-numbers:first-child {
    border-left: none;
}
.navigation.pagination .nav-links > .page-numbers:last-child {
    border-right: none;
}
.navigation.pagination .nav-links > .page-numbers.current,
.navigation.pagination .nav-links > a:focus,
.navigation.pagination .nav-links > a:hover {
    background-color: #ffa20f;
    border-color: transparent;
    color: #ffffff;
}
.page-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.slider-section {
    direction: ltr;
}
.rev_slider > ul li.slide-overlay .slotholder::before{
    background-color: rgba(0,0,0,0.35);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#mm-slider-1 .category-link:hover,
#mm-slider-1 .category-link:focus {
    box-shadow: none !important;
    outline: none !important;
}
#mm-slider-1 .post-title:hover,
#mm-slider-1 .post-title:focus {
    box-shadow: none !important;
    outline: none !important;   
}

.slider-section .slidecnt1 {
    white-space: nowrap;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.18px;
    text-transform:uppercase;
    text-decoration: none;
}
.slider-section .slidecnt2 {
    z-index: 6;
    display: block;
    white-space: normal;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0px;
    text-decoration: none;
}
.slider-section .slidecnt3 {
    z-index: 7;
    white-space: nowrap;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-transform:uppercase;
    background-color:rgba(0, 0, 0, 0);
    border-color:rgb(255,255,255);
    border-style:solid;
    border-width:2px 2px 2px 2px;
    outline:none;
    box-shadow:none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    cursor:pointer;
    text-decoration: none;
}
.slider-section2 {
    padding-top: 70px;
}
.slider-section2 .container .row {
    margin-left: -2px;
    margin-right: -2px;
}
.slider-section2 .container .row .post-block {
    padding-left: 2px;
    padding-right: 2px;
    /*height:100%;*/
}
.slider-section2 .post-block.post-big {
    width: 66%;
    flex: 0 0 66%;
    max-width: 66%;
}
.slider-section2 .post-block.post-thumb {
    width: 34%;
    flex: 0 0 34%;
    max-width: 34%;
}
.slider-section2 .container .row .post-block .post-box { 
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 4.8px;
    overflow: hidden;
}
.slider-section2 .container .row .post-block .post-box::before { 
    background-color: rgba(0,0,0,0.35);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.slider-section2 .container .row .post-block .post-box .entry-content { 
    bottom: 30px;
    position: absolute;
    left: 30px;
    right: 30px;
    animation-duration: 1s;
}
.slider-section2 .container .row .post-block .post-box:hover .entry-content { 
    animation-name: slideInLeft;
}
.slider-section2 .container .row .post-block .post-box .entry-content > span { 
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18px;
    line-height: 2;
}
.slider-section2 .container .row .post-block .post-box .entry-content h3 { 
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 1.33;
    margin-top: 8px;
}
.slider-section2 .container .row .post-block .post-box .entry-content > span > a,
.slider-section2 .container .row .post-block .post-box .entry-content > h3 > a,
.slider-section2 .container .row .post-block .post-box .entry-content > a { 
    color: #fff;
    text-decoration: none;
}
.slider-section2 .container .row .post-block .post-box .entry-content > a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    line-height: 2;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.slider-section2 .container .row .post-block .post-box .entry-content > a::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}
.slider-section2 .container .row .post-block.post-thumb .post-box .entry-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.slider-section2 .container .row .post-block.post-thumb .post-box .entry-content h3 {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 1.4;
    margin-top: 4px;
}

/* - Trending Section */
.trending-section {
    direction: ltr;
    padding-top: 60px;
}
.trending-section .type-post .entry-content {
    margin-top: 13px;
    padding-left: 0;
    padding-right: 0;
}
.trending-section .type-post h3.entry-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    line-height: 20px;
}
.trending-section .type-post h3.entry-title::before {
    display: none;
}

/* - Blog Post */
div.type-post {
    text-align: center;
}
.type-post {
    margin-bottom: 0px;
}
.type-post h3 {
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 1.65rem;	
}
.widget.widget_tags_cloud .type-post h3 {
    margin-top: 0px;		
}
.type-post h2 {
    color: #f49f22;
    font-weight: 700;
    font-size: 2.4rem;
    margin-top: 50px;
}
.type-post .entry-cover {
    position: relative;
}
.type-post .entry-cover > a {
    display: inline-block;
    max-width: 100%;
    position: relative;
}
.type-post .entry-cover .post-meta ~ a::before {
    background-color: rgba(0,0,0,0.35);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.type-post:hover .entry-cover .post-meta ~ a::before {
    opacity: 1;
}
.type-post .entry-cover .post-meta {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 10px;
    z-index: 1;
}
.type-post .entry-cover .post-meta > span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    animation-duration: 0.5s;
}
.type-post:hover .entry-cover .post-meta > span {
    opacity: 1;
}
.type-post .entry-cover .post-meta > span > a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.type-post .entry-cover .post-meta > span.byline {
    float: left;
    text-align: left;
}
.type-post:hover .entry-cover .post-meta > span.byline {
    animation-name: slideInLeft;
}
.type-post .entry-cover .post-meta > span.post-date {
    float: right;
    text-align: right;
}
.type-post:hover .entry-cover .post-meta > span.post-date {
    animation-name: slideInRight;
}
.type-post .entry-content {
    display: inline-block;
    max-width: 100%;
    margin-top: 27px;
}
.blog-single .type-post .entry-content {
    margin-top: 50px;
}
.blog-single .type-post .entry-content h3 {
    font-size: 1.55rem;
    font-weight: 600;
    margin-bottom: 20px;    
}
.entry-content a {
    color: #e78e0a;
    font-weight: 600;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;	
    text-decoration: none;	
}
.org-txt {
    color: #e78e0a;	
}
article[class*="type-"] .entry-content > h4.org-txt {
    color: #e78e0a;	
}
p.call-line {
    font-size: 16px;
}

.entry-content a:hover {
    color: #3d9edb;	
    text-decoration: none;	
}
div.type-post .entry-content {
    padding-left: 15px;
    padding-right: 15px;
}
.type-post .entry-header > span {
    color: #a1a1a1;
    font-size: 12px;
    letter-spacing: 0.18px;
    line-height: 2;
    text-transform: uppercase;
}
.type-post .entry-header > span > a {
    color: #ffa20f;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.type-post .entry-header > span > a:hover {
    color: #151515;
}
.type-post .entry-header .entry-title {
    color: #151515;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 5px 0 16px;
    padding-bottom: 18px;
    position: relative;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
}
.type-post:not(.post-position) .entry-header .entry-title::before {
    background-color: #e1e1e1;
    bottom: 0;
    content: "";
    height: 2px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
}
.space20 {
    height: 20px;
}
.space30 {
    height: 30px;
}
.space50 {
    height: 50px;
}
.space70 {
    height: 70px;
}
.small-title {
    font-size: 16px;
}
.type-post .entry-header .entry-title > a {
    color: #151515;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.type-post .entry-header .entry-title > a:hover {
    color: #717171;
}
.type-post .entry-content p {
    color: #717171;
    letter-spacing: 0;
    line-height: 1.5;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.type-post .entry-content p:last-of-type {
    margin-bottom: 0;
}

.type-post .entry-content > a,
.type-post .entry-content > a::before {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.type-post .entry-content > a {
    color: #3d9edb;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.18px;
    line-height: 2;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    animation-duration: 0.6s;
    font-weight: 500;
    margin-bottom: 30px;
}
.type-post .entry-content > a::before {
    background-color: #151515;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
}
.type-post .entry-content > a:hover {
    color: #ffa20f;
}
.type-post:hover .entry-content > a {
    animation-name: bounceIn;
}
.type-post .entry-content > a:hover::before {
    width: 100%;
}
.type-post.post-position {
    position: relative;
    margin-bottom: 60px;
}
.type-post.post-position .entry-cover > a::before {
    background-color: rgba(0,0,0,0.45);
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
}
.type-post.post-position .entry-content {
    left: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    margin-top: 0;
}
.type-post.post-position .entry-content .entry-header > span {
    font-weight: bold;
}
.type-post.post-position .entry-content .entry-header > span > a,
.type-post.post-position .entry-header .entry-title > a {
    color: #fff;
}
.type-post.post-position .entry-header .entry-title {
    padding-bottom: 0;
    margin-bottom: 3px;
}
.type-post.post-position .entry-content > a {
    color: #fff;
    font-weight: bold;
}
.type-post.post-position .entry-content > a::before {
    background-color: #fff;
}

.blog-paralle .type-post .entry-content p,
.blog-masonry-box .entry-content p:last-of-type {
    margin-bottom: 0;
}

/* - Blog Parallel */
.blog-paralle .type-post { 
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}
.blog-paralle .type-post .entry-content {	
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 35px;
    text-align: left;
    position: relative;
}

.blog-paralle:last-child .type-post .entry-content { 
    padding-bottom: 15px;
}
.blog-paralle .type-post .entry-content::before {
    background-color: #ebebeb;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
.blog-paralle:last-child .type-post .entry-content::before { 
    display: none;
}
.blog-paralle .type-post .entry-header .entry-title::before {
    margin: 0;
}
.blog-paralle .type-post .entry-content > a {
    margin-bottom: 8px;
}

/* - Blog One Column */
.blog-onecolumn.type-post .entry-header .entry-title {
    font-size: 30px;
}

/* - Blog Single */
article[class*="type-"] .entry-cover {
    position: relative;
}
article[class*="type-"] .entry-header,
article[class*="type-"] .entry-content blockquote {
    text-align: center;
}
article[class*="type-"] .entry-header .entry-title {
    margin-bottom: 15px;
}
article[class*="type-"] .entry-content blockquote {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
}
article[class*="type-"] .entry-content blockquote p {
    color: #151515;
    font-weight: bold;
    letter-spacing: -0.55px;
    margin-bottom: 0;
}
article[class*="type-"] .entry-content blockquote span {
    color: #717171;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 1.875;
}
article[class*="type-"] .entry-content > h4 {
    color: #151515;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    margin-bottom: 20px;
    margin-top: 40px;
}
article[class*="type-"] .entry-content figure {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 0;
}
article[class*="type-"] .entry-content .post-image.row {
    margin-left: -4px;
    margin-right: -4px;
}
article[class*="type-"] .entry-content .post-image > figure {
    padding-left: 4px;
    padding-right: 4px;
}
article[class*="type-"] .entry-content figure figcaption {
    color: #a1a1a1;
    font-size: 14px;
    letter-spacing: 0.21px;
    line-height: 1.71;
    margin-top: 13px;
    margin-bottom: 32px;
}
article[class*="type-"] .entry-content > ul {
    display: inline-block;
    margin: 10px 0 0px;
    padding-left: 0;
    padding-right: 0;
}
article[class*="type-"] .entry-content > ul > li {
    color: #000000;
    display: list-item;
    font-size: 15px;
    letter-spacing: 0.225px;
    line-height: 1.6;
    position: relative;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 10px;
    list-style-type: circle;
    margin-left: 20px;
}
article[class*="type-"] .entry-content > ul > li::before {

}
article[class*="type-"] .entry-content .entry-footer {
    display: inline-block;
    width: 100%;
    margin-top: 45px;
}

article[class*="type-"] .entry-content .entry-footer.single-entry-footer {
	margin-top: 0;
}
article[class*="type-"] .entry-content .entry-footer .tags > a,
article[class*="type-"] .entry-content .entry-footer .social > li  > a {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
article[class*="type-"] .entry-content .entry-footer .tags {
    float: left;
    margin-bottom: 12px;
    max-width: 100%;
}
article[class*="type-"] .entry-content .entry-footer .tags > a {
    color: #a1a1a1;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.21px;
    margin-right: 40px;
    text-decoration: none;
    text-transform: uppercase;
}
article[class*="type-"] .entry-content .entry-footer .tags > a:hover {
    color: #151515;
}
article[class*="type-"] .entry-content .entry-footer .social {
    float: right;
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
}
article[class*="type-"] .entry-content .entry-footer .social > li {
    display: inline-block;
    margin-left: 18px;
}
article[class*="type-"] .entry-content .entry-footer .social > li  > a {
    color: #151515;
    font-size: 13px;
}
article[class*="type-"] .entry-content .entry-footer .social > li  > a:hover {
    color: #717171;
}

.blog-single .entry-header > h3  {
    text-align: center;
    margin-bottom: 15px;
}
.blog-single .entry-header .post-meta {
    margin-bottom: 15px;
}
.blog-single .entry-header .post-meta > span {
    color: #717171;
    font-size: 13px;
    font-weight: 400;
    animation-duration: 0.5s;
}
.blog-single .entry-header .post-meta > span::after {
    content: ","
}
.blog-single .entry-header .post-meta > span:last-child::after {
    content: "";
}
.blog-single article[class*="type-"]  .entry-header .post-meta > span > a {
    color: #717171;
    text-transform: uppercase;
    text-decoration: none;
}

.card.type-post .entry-content a {
	margin-bottom: 20px;
}

/* - About Author */
.about-author-box {
    border-bottom: 1px solid #e1e1e1;
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 60px;
    width: 100%;
}
.about-author-box > .author {
    min-height: 170px;
    padding-left: 210px;
    padding-top: 10px;
    position: relative;
}
.about-author-box > .author > i {
    left: 0;
    position: absolute;
    top: 0;
}
.about-author-box > .author > i > img {
    border-radius: 100%;
}
.about-author-box .author > h4 {
    color: #131313;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.45px;
    line-height: 1.66;
    margin-bottom: 12px;
    text-transform: capitalize;
    width: 100%;
}
.about-author-box .author > p {
    color: #717171;
    letter-spacing: 0.225px;
    line-height: 1.6;
}
.about-author-box .author > ul {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
}
.about-author-box .author > ul > li {
    display: inline-block;
    margin-right: 20px;
}
.about-author-box .author > ul > li > a {
    color: #717171;
    font-size: 13px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.about-author-box .author > ul > li > a:hover {
    color: #151515;
}

/* - Related Post */
.related-post {
    display: inline-block;
    padding-top: 0px;
    width: 100%;
}
.related-post > h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 1.875;
    margin-bottom: 23px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
}
.related-post > h3::before {
    background-color: #ffa20f;
    bottom: 0;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    right: 0;
    width: 30px;
    margin: 0 auto;
}
.related-post .related-post-block {
    direction: ltr;
}
.related-post .related-post-box {
    text-align: center;
}
.related-post .related-post-box > span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.15px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 7px;
}
.related-post .related-post-box > span  > a {
    color: #ffa20f;
    text-decoration: none;
}
.related-post .related-post-box > h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.35px;
}
.related-post .related-post-box > h3 > a {
    color: #151515;
    text-decoration: none;
}
.required {
    color: #c0392b;
}
.form-submit {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

/* - Aboute Section */
.aboute-block p {
    color: #717171;
    letter-spacing: 0.225px;
    line-height: 1.6;
}
.aboute-block h3 {
    color: #151515;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: -0.55px;
    text-align: center;
    margin-top: 30px;
}
.aboute-block span {
    color: #717171;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 1.875;
    margin-bottom: 34px;
    margin-top: 5px;
    text-align: center;
}
.aboute-block ul {
    margin-top: 48px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.aboute-block ul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}
.aboute-block ul li a {
    color: #151515;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.aboute-block ul li a:hover {
    color: #717171;
}

/* - Contact Section */
.contact-info {
    margin-bottom: 50px;
    text-align: center;
}
.contact-info p {
    color: #717171;
    font-size: 15px;
    letter-spacing: 0.225px;
    line-height: 1.6;
    padding: 0 27px;
}
.contact-form .form-group:first-child {
    padding-right: 7.5px;
}
.contact-form .form-group:nth-child(2) {
    padding-left: 7.5px;
}
.contact-form .form-group .form-control {
    color: #a1a1a1;
    background-color: #f7f7f7;
    border:none;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.225px;
    min-height: 45px;
    padding-left: 30px;
    padding-right: 30px;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.contact-form .form-group .form-control:-moz-placeholder { 
    color: #a1a1a1;
    opacity: 1;
}
.contact-form .form-group .form-control::-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.contact-form .form-group .form-control:-ms-input-placeholder {  
    color: #a1a1a1;
    opacity: 1;
}
.contact-form .form-group .submit {
    background-color: #464646;
    border: none;
    box-shadow: none;
    color: #ffffff;
    float: right;
    font-size: 14px;
    letter-spacing: -0.35px;
    line-height: 20px;
    margin-top: 10px;
    outline: none;
    padding: 10px 40px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.contact-form .form-group .submit:hover {
    background-color: #f7f7f7;
    box-shadow: inset 0px 0px 2px 0px rgba(255, 0, 150, 0.004);
    -webkit-box-shadow: inset 0px 0px 2px 0px #464646;
    color: #151515;
}

/* + Alert Msg */
.alert-msg {
    color: #ccc;
    display: inline-block;
    width: 100%;
}
.alert-msg-success {
    color: #50B948;
}
.alert-msg-failure {
    color: #FF0000;
}

/* - Error Section */
.error-block {
    background-color: #f7f7f7;
    display: inline-block;
    padding: 70px 15px 55px;
    text-align: center;
    width: 100%;
}
.error-block span {
    color: #a1a1a1;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.36px;
    line-height: 1;
    margin-bottom: 15px;
}
.error-block h2 {
    color: #151515;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.9px;
    line-height: 1.6;
    margin-bottom: 6px;
}
.error-block p {
    color: #717171;
    font-size: 15px;
    letter-spacing: 0.225px;
    line-height: 1.6;
}
.error-block a {
    background-color: #464646;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.35px;
    line-height: 1.9;
    margin-top: 27px;
    padding: 7px 32px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.error-block a:hover {
    background-color: #cdcdcd;
    color: #464646;
}

/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 7px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #717171;
    line-height: 20px;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #3d9edb;
    border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.step1,
.step2, 
.step3, 
.step4,
.step5 {
    margin-bottom: 30px;
    padding-left: 60px;
    font-size: 14px;	
    height: 70px;
}
.step1 {
    background: url(assets/images/1.png) 0px 1px no-repeat;
}
.step2 {
    background: url(assets/images/2.png) 0px 1px no-repeat;
}
.step3 {
    background: url(assets/images/3.png) 0px 1px no-repeat;
}
.step4 {
    background: url(assets/images/4.png) 0px 1px no-repeat;
}
.step5 {
    background: url(assets/images/5.png) 0px 1px no-repeat;
}

.searchform div {
    height: 36px;
    width: 100%;
    margin-bottom: 0;
}
.searchform {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    margin-bottom: 30px;
}
.searchboxwrapper {
    position: relative;
}

.searchbox {
    border: none;
    outline: none;
    color: #777;
    width: 100%;
    background: transparent;
    padding-left: 12px;
    font-size: 14px;
    line-height: 22px;
    padding-top: 8px;
    font-style: italic;
}

.searchsubmit {
    font-family: 'FontAwesome';
    width: 36px;
    height: 36px;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    background: #eeeeee;
    border: none;
    color: #969696;
    cursor: pointer;
}

.banner-section2 {
    background: url(assets/images/banner_bg2.jpg) no-repeat top center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 600;
}
.banner-section2-blue {
    background: url(../images/banner_bgblue.jpg) no-repeat top center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 600;
}

.banner-section2 a,
.banner-section2-blue a {
	text-decoration: none;
}
button.signup {
    float: none;
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    padding: 8px 48px;
    border-radius: 50px;
    font-size: 20px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;    
}
button.signup:hover {
    background-color: #fff;
    color: #464646;
    box-shadow: inset 0px 0px 2px 0px #464646;
    -webkit-box-shadow: inset 0px 0px 2px 0px #464646;	
}
.type-post .entry-header .entry-title.align-left {
    text-align: left;
    font-size: 36px;	
}
article[class*="type-"] .entry-header.align-left {
    text-align: left;
}
.type-post:not(.post-position) .entry-header .entry-title.align-left::before {
    display: none;
}
.clearfix {
    display: block;
    width: 100%;
    clear: both;
}
.float-left {
    float: left;
}
.widget.widget_social.float-left {
    width: auto;
    margin-bottom: 0;
    margin-top: 0;
}
.txt-left {
    text-align: left;
}
.widget.widget_social {
	margin-top: 0px;
}
.widget.widget_social.mt0 {
	margin-top: 0px;
}
p.social-txt {
	margin-bottom: 0;
}
.widget.widget_tags_cloud h4 {
    font-size: 16px;
}
.widget.filter-resources ul {
	padding-left: 0;
}
.entry-header.align-left .post-meta.float-right {
    font-size: 13px;
    color: #717171;
    font-weight: 600;
}
.entry-header.align-left .post-meta.float-right .byline {
	margin-right: 12px;
}

/* ****************** CONTACT US STYLE ****************** */

.banner-needtotalk {
    background: url(../images/banner-needtotalk.png) no-repeat top center;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    color: #3c3c46;
    font-size: 30px;
    text-transform: none;
    font-weight: 700;
}
.banner-needtotalk .phone-number {
	color: #1779b6;
	font-size: 50px;
}
.grey-bg {
	background: #fafafa;
	padding-top: 40px;
}
.contactinfo {
    float: right;
    width: 61%;	
    position: relative;  
    height: 800px;
}
.contactinfotitle.mt20 {
	margin-top: 20px;
}
.arrow-form {
    position: absolute;
    right: -60px;
    top: -25px;
}
.w60 {
	width: 48%;
}
.contactinfo h1 {
	font-weight: 600;
	margin-bottom: 15px;
}
.contactinfo h2 {
	font-size: 20px;
}
.contactinfotitle {
    font-size: 22px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 10px;	
}
.contactinfo .widget.widget_social {
	margin-bottom: 0;
}
.contactinfo .widget.widget_social > ul {
    background-color: transparent;
    padding: 0;
    text-align: left;
    margin-left: -8px;   
}
.contactinfo span {
	color: #f49922;
	font-weight: 600;	
}

@keyframes backgroundGradient {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes loadBounce {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  40% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  60% {
    transform: translate(-50%, -50%) scale(1);
  }
  80% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.contactinfo a,
.form-contactus a,
.testimonial-item a,
.resposlider .respocontent .resposingle h5 a,
.banner-grey a,
.form-download-resource a,
.step-success a {
  color: #f49922;
  font-weight: 600;	
  transition: all 0.5s linear;
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background: linear-gradient(to right, #f4d922 0%, #f47622 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 85%;
  text-shadow: 0;
}
.contactinfo a:hover,
.form-contactus a:hover,
.testimonial-item a:hover,
.resposlider .respocontent .resposingle h5 a:hover,
.banner-grey a:hover,
.form-download-resource a:hover,
.step-success a:hover {
  background-size: 100% 2px;
}
.form-contactus h4 {
	color: #1779b6;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 600;	
}
.form-contactus h5 {
	color: #777777;
    font-size: 16px;
    margin-bottom: 20px;	
}
.form-contactus {
    width: 33%;
    padding: 35px 30px;
    border: 1px solid #e6e6e6;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(147, 173, 179, 0.23);	
    float: left;  
    margin-bottom: 50px;   
    position: relative;  
}
.form-download-resource {
    width: 40%;
    padding: 40px 30px;
    border: 1px solid #e6e6e6;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(147, 173, 179, 0.23);	
    float: right;  
    margin-bottom: 50px;   
    position: relative;  
}
.privacy {
	margin-top: 40px;
	font-size: 13px;
}
.form-contactus button  {
    background: #f49f22;
    border: 2px solid #f49f22; 
    border-radius: 100px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 8px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.5s ease;
    cursor:pointer;	
}
.form-download-resource button  {
    background: #f49f22;
    border: 2px solid #f49f22;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    width: 50%;
    padding: 8px;
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto 0px auto;
    transition: all 0.5s ease;
    cursor: pointer;
    display: block;
}
.form-contactus button:hover,
.form-download-resource button:hover {
   color: #f49f22;	
   background: #ffffff;
   border: 2px solid #f49f22;  
}
.form-contactus button:focus,
.form-download-resource button:focus {
  outline: none;
}

.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 0.7em;
  font-size: 14px;
}

label, input, textarea {
  transition: all 0.2s;
  touch-action: manipulation;
  font-size: 14px;
}

input, textarea {
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
  background: transparent;
}


input.fileupload {
    border: none;
    font-size: 13px;
    font-style: italic;	
    color: #777;
}
.privacy-txt {
    margin-top: 30px;
    font-size: 12px;	
}
::-webkit-file-upload-button {
	border: none;
	background: none;
	color: #f49f22;
	padding-left: 0;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
    font-style: italic;		
}
::-webkit-file-upload-button:focus {
	outline: none;
}
input:focus,
textarea:focus {
  outline: 0;
  border-bottom: 1px solid #1d97e3;
  font-size: 14px;  
}

label {
  text-transform: none;
  font-size: 14px; 
}
input:placeholder-shown + label,
textarea:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 1.8rem) scale(1.5);
  font-size: 10px;  
}

::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
  font-size: 14px;  
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px;  
}

input:not(:placeholder-shown) + label,
textarea:not(:placeholder-shown) + label,
input:focus + label,
textarea:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
  font-size: 10px;  
}
.form-contactus.form-contactus-v2 {
    float: left;
}
.contactinfo.contactinfo-v2 {
    float: right;
    width: 61%;
    padding-bottom: 0;
    background: none;
}
.contactinfo-txt {
    width: 57%;
    float: left;
}
.contactinfo-img {
    width: 330px;
    position: absolute;
    bottom: 0;
    right: 0;	
}
.contactinfo-img-v1 {
    width: 400px;
    position: absolute;
    bottom: 0;
    right: 0;	
}
.head-office-address {
    border-top: 1px solid #ddd;
    background: #fff;	
    padding: 20px 0;
}
.office-addressbox {
    width: 25%;
    float: left;
}
.office-addressbox h4 {
	font-weight: 100;
	padding-top: 30px;
}
.office-addressbox h4 span {
	font-weight: 600;	
}
textarea {
	height: 70px;
}

/* ****************** END CONTACT US STYLE ****************** */

/* ****************** TESTIMONIALS STYLE ****************** */

.container-fluid.no-left-padding.no-right-padding.our-services-section .container {
	padding: 0 24px 0 0;
}
.no-top-padding {
	padding-top: 0;
}

/* Slider */
.slick-slide {
    margin: 0px 9px;
}
.slick-slide img {
    width: auto;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus,
.slick-slide:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
button.slick-prev.slick-arrow {
    background: url(../images/prev-arrow.png) 0px 0px no-repeat;
    color: transparent;
    width: 21px;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: -15px;
}
button.slick-next.slick-arrow {
	background: url(../images/next-arrow.png) 0px 0px no-repeat;
    color: transparent;
    width: 21px;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;    
}
.our-services-section button.slick-prev.slick-arrow {
    background: url(../images/prev-arrow.png) 0px 0px no-repeat;
    color: transparent;
    width: 21px;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -20px;
    left: 0px;
}
.our-services-section button.slick-next.slick-arrow {
	background: url(../images/next-arrow.png) 0px 0px no-repeat;
    color: transparent;
    width: 21px;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: 0px;   
}
button.slick-prev.slick-arrow:focus,
button.slick-next.slick-arrow:focus {
    outline: none;	
}
button.slick-prev.slick-arrow:hover {
    background: url(../images/prev-arrow-active.png) 0px 0px no-repeat;
    color: transparent;    	
}
button.slick-next.slick-arrow:hover {
    background: url(../images/next-arrow-active.png) 0px 0px no-repeat;	
    color: transparent;    
}

/* End Slider */

.trending-section.testimonial-trending-section .trending-carousel {
	border-bottom: none;
}
.servicesimg-inner {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.1em;	
}
.grey-bg-testimonials {
	background: #fafafa;
}
.white-bg {
	background: #ffffff;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 60px;
}
#loadMore {
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;	
}
.mt60 {
	margin-top: 60px;
}
.mt40 {
	margin-top: 40px;
}

#loadMore a {
    background: #fafafa;
    border: 2px solid #f49f22;
    border-radius: 100px;
    color: #f49f22;
    text-align: center;
    width: 100%;
    padding: 9px 34px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.5s ease;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
#loadMore a:hover {
   color: #ffffff;	
   background: #f49f22;
   border: 2px solid #f49f22;  
}
.titletop-section-testimonials {
    background-color: #f0f0f0;
    background-image: url(../images/titletop-section-testimonials.png);
    background-position: top left;
    background-size: cover;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 90px;
}
.titletop-section-testimonials h2 {
    font-size: 1.4rem;
    padding-top: 10px;
}
.testimonial-item {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    text-align: center;
    width: 48.3%;
    position: relative;
    margin-bottom: 40px;
}

.testimonial-item.lindon-box p {
	margin-bottom: 64px;
}
.testimonial-item.david-box p,
.testimonial-item.richard-box p {
    margin-bottom: 40px;
}
.testimonial-name {
    font-size: 18px;
    font-weight: 600;	
    margin-top: 15px;
}
.testimonial-line {
    background: #f49922;
    height: 1px;
    width: 12%;
    margin: 16px auto;	
}
.testimonial-item p {
    color: #777777;
    font-style: italic;
    font-size: 14px;
    line-height: 24px;	
}
.testimonial-function {
    color: #000000;
    font-size: 14px;
    font-weight: 400;  	
}
.services-virtual-receptionist {
    background: url(../images/vr-box.png) center center no-repeat;	
    background-size: 100%;	
}
.services-virtual-office {
    background: url(../images/vo-box.png) center center no-repeat;	
    background-size: 100%;	
}
.services-virtual-assistant {
    background: url(../images/va-box.png) center center no-repeat;	
    background-size: 100%;	
}
.services-virtual-address {
    background: url(../images/vad-box.png) center center no-repeat;	
    background-size: 100%;	
}
.services-virtual-receptionist,
.services-virtual-office,
.services-virtual-assistant,
.services-virtual-address {
	width: 100%;
	height: 243px;
}
.services-box {
	width: 100%;
	text-align: center;
}
div.type-post.services-box .entry-content {
	padding: 0;
}
.type-post.services-box .entry-content p:last-of-type {
	margin: 30px 0 20px 0;
}
/* ****************** END TESTIMONIALS STYLE ****************** */


.container-fluid.no-left-padding.no-right-padding.trending-section .container {
	padding: 0;
}

/* ****************** THANK YOU STYLE ****************** */

.banner-newsletter {
    background: url(../images/banner-needtotalk.png) no-repeat top center;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    color: #3c3c46;
    font-size: 30px;
    text-transform: none;
    font-weight: 700;
}
.banner-newsletter-form {
	width: 500px;
	margin: 0 auto;
}
.banner-newsletter-form input {
    float: left;
    width: 400px;
    border-radius: 50px 0px 0px 50px;
    height: 45px;
    padding-left: 27px;
    font-style: italic;
}
.banner-newsletter-form button {
    float: right;
    width: 100px;
    border-radius: 0px 50px 50px 0px;
    height: 45px;
    border: none;
    background: #ffa20f;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    cursor: pointer;
}
.banner-newsletter-form button:focus {
	outline: none;
}
.resources-guide {
    float: left;
    width: 199px;
    height: 240px;	
}
.resources-guide.height220 {
    height: 220px;	
}
.resources-guide-txt {
    float: right;
    width: 400px;
    padding: 30px;
}
.resources-guide-txt h4 {
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	font-weight: 600;
}
.resources-guide-txt p {
    font-size: 13px;
    padding-top: 6px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 22px;
    color: #777;
}
.resources-guide-txt a.download-resource {
    background: #f49f22;
    border: 2px solid #f49f22;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    padding: 6px 22px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.5s ease;
    cursor: pointer;
    float: none;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.download-resource-success a.download-resource {
    background: #f49f22;
    border: 2px solid #f49f22;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    padding: 9px 22px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease;
    cursor: pointer;
    float: none;
    width: 160px;
    display: block;
    margin: 0 auto;
}
.resources-guide-txt a.download-resource:hover {
   color: #f49f22;	
   background: #ffffff;
   border: 2px solid #f49f22;  
   text-decoration: none;
}
.download-resource-success a.download-resource:hover {
   color: #f49f22;	
   background: transparent;
   border: 2px solid #f49f22;  
   text-decoration: none;
}

.widget_social.section-thankyou-social > ul {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    width: 162px;
}
.share-resource {
    float: left;
    padding-top: 9px;
    padding-left: 26px;
    color: #777;
    font-size: 13px;
}
.widget.widget_social.section-thankyou-social {
    float: left;
    width: 184px;
    margin: 0;
}
.grey-bg-thankyou {
	background: #fafafa;
}
.resource-card {
	margin: 20px auto;
    width: 600px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 30px 0px rgba(147, 173, 179, 0.3);
    min-height: 160px;
}
.titletop-section-thankyou {
    background-color: #f0f0f0;
    background-image: url(../images/titletop-section-thankyou.png);
    background-position: top left;
    background-size: cover;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 0px;
}
.titletop-section-thankyou h2 {
    font-size: 1.4rem;
    padding-top: 10px;	
}
.titletop-section-thankyou h3 {
	font-size: 16px;
    width: 570px;
    margin: 44px auto 34px auto;
    line-height: 24px;
}
.resposlider {
	padding:20px 0 0px 0;
	margin:0 0 0 0;
}
.resposlider .respocontent {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	text-align:center;
	position:relative;
	min-height:205px;
}
.resposlider .respocontent .resposingle {
	padding:0 0 0 0;
	margin:0 0 0 0;
	position:absolute;
	visibility:hidden;
	text-align:center;
	opacity:0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	width:100%;
}
.resposlider .respocontent .resposingle.active {
	padding:0 0 0 0;
	margin:0 0 0 0;
	visibility:visible;
	opacity:1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.resposlider .respocontent .resposingle h4 {
    padding: 0;
    margin: 0 0 0 0;
    font-size: 18px;
    color: #000;
}
.resposlider .respocontent .resposingle h5 {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 45px;
    margin-bottom: 0;	
}

.resposlider .respocontent .resposingle .respotexts {
    padding: 0px 40px;
    margin: 0 0 0 0;
    font-size: 17px;
    color: #777777;
    background: #fff;
    font-style: italic;
    width: 100%;
    display: inline-block;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    min-height: 110px;
}
.resposlider .respocontent .resposingle .respotexts i {
	font-size:24px;
}

/* ====== 02. RespoSlider Thumbnail Area ====== */

.respothumb ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
}
.respothumb ul li {
	padding:0 0 0 0;
	margin:0 0 0 0;
	display:block;
	float:left;
}
.respothumb ul li img {
	width:100%;
	opacity: 0.4;
    filter: alpha(opacity=40);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.respothumb ul li:hover img, .respothumb ul li.active img {
	opacity:1;
    filter: alpha(opacity=100);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

/* ====== 03. RespoSlider Navigation Area ====== */

/* Direction Nav */

.resposlider-nav {
	padding:40px 0 30px 0;
	margin:0 0 0 0;
	list-style:none;
	text-align:center;
}
.resposlider-nav li {
	display:inline-block;
	cursor:pointer;
}
.resposlider-nav li a.prev-arrow {
	background: url(../images/prev-arrow-active.png) center center no-repeat;
	opacity:0.6;
	color: transparent;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;	
  
}
.resposlider-nav li a.next-arrow {
	background: url(../images/next-arrow-active.png) center center no-repeat;
	color: transparent;
	opacity:0.6;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;	

}
.resposlider-nav li a.prev-arrow:hover {
	color: transparent;
	opacity:1;	
	background: url(../images/prev-arrow.png) center center no-repeat;
}
.resposlider-nav li a.next-arrow:hover {
	color: transparent;
	opacity:1;	
	background: url(../images/next-arrow.png) center center no-repeat;
}

/* ====== 04. RespoSlider Animations Area ====== */

/* 
	Animations :-
*/

.resFadeIn li .respotexts {
	opacity: 0;
    filter: alpha(opacity=0);
}
.resFadeIn li.active .respotexts {
	opacity: 1;
    filter: alpha(opacity=100);
}

.resFadeUp li .respotexts {
	position:relative;
	top:-80px;
}
.resFadeUp li.active .respotexts {
	top:0;
}

.resFadeDown li .respotexts {
	position:relative;
	top:80px;
}
.resFadeDown li.active .respotexts {
	top:0;
}

.resFadeLeft li .respotexts {
	position:relative;
	left:-80px;
}
.resFadeLeft li.active .respotexts {
	left:0;
}

.resFadeRight li .respotexts {
	position:relative;
	left:80px;
}
.resFadeRight li.active .respotexts {
	left:0;
}

.resFlipX li .respotexts {
	-webkit-transform: rotateX( 180deg );
	-moz-transform: rotateX( 180deg );
	-ms-transform: rotateX( 180deg );
	transform: rotateX( 180deg );
}
.resFlipX li.active .respotexts {
	-webkit-transform: rotateX( 0deg );
	-moz-transform: rotateX( 0deg );
	-ms-transform: rotateX( 0deg );
	-webkit-transform: rotateX( 0deg );
}

.resFlipY li .respotexts {
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-ms-transform: rotateY( 180deg );
	-webkit-transform: rotateY( 180deg );
}
.resFlipY li.active .respotexts {
	-webkit-transform: rotateY( 0deg );
	-moz-transform: rotateY( 0deg );
	-ms-transform: rotateY( 0deg );
	-webkit-transform: rotateY( 0deg );
}

.resZoomIn li .respotexts {
	top:0;
	-webkit-transform:scale(.80);
	-moz-transform:scale(.80);
	-ms-transform:scale(.80);
	-webkit-transform:scale(.80);
}
.resZoomIn li.active .respotexts {
	top:0;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
}

/* ****************** END THANK YOU STYLE ****************** */


/* ****************** SIGN UP STYLE ****************** */

.signupbenefits {
    display: block;
    text-align: left;
    margin-top: 28px;
    margin-bottom: 5px;
}
.signupbox {
    width: 28%;
    display: inline-block;
    text-align: center;
}
.signuptitle {
    margin-top: 9px;
    font-weight: 700;
    font-size: 17px;
}
.signupbox p {
	font-weight: 500;
	font-size: 13px;
}
.m15 {
	margin: 0px 15px;
}
.grey-bg.signup-bg {
    background: #fafafa url(../images/model-signup.png) no-repeat right 170px bottom 200px;
}
.grey-bg.signup-bgv2 {
    background: #fafafa url(../images/bg-brunette-light-right.jpg) no-repeat center top;
}
.contactinfo.contactinfo-v2.signup-text {
	background: none;
	margin-top: 0px;
	width: 59%;
}
.contactinfo.contactinfo-v2.signup-text h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;	
    margin-bottom: 0px;
    line-height: 32px;
}
.contactinfo.contactinfo-v2.signup-text h2 {
    color: #f4142e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-weight: 600;	
    line-height: 64px;
}
.contactinfo.contactinfo-v2.signup-text h2 span {
    color: #f4142e;
    font-size: 94px;
    font-weight: 600;	
}
.contactinfo.contactinfo-v2.signup-text h3 {
	font-size: 18px;
    font-weight: 600;	
}
video {
   width:600px;
   height:320px; 
   background: transparent url('../images/video.png') no-repeat 0 0;
   -webkit-background-size:cover;
   -moz-background-size:cover;
   -o-background-size:cover;
   background-size:cover;
    box-shadow: 2px 3px 20px 0px rgba(148, 148, 148, 0.43);
    cursor: pointer;
}
input:placeholder-shown + label span {
	font-size: 7px;
}
.form-contactus.form-contactus-v2.form-signup {
    padding: 22px 0px;
    float: none;
    width: 100%;
    margin-bottom: 0;
}
.form-contactus.form-contactus-v2.form-signup form {
    padding: 0px 30px;
}
.field.float-left,
.field.float-right {
	width: 46%;
}
.form-signup-title1 {
    color: #929292;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: 700;	
}
.form-signup-title2 {
	color: #62c3eb;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
}
.form-signup-title3 {
    color: #929292;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 500;
    background: #f0f0f0;
    padding: 9px;
    margin-top: 20px;
    margin-bottom: 30px;	
}

.form-contactus.form-contactus-v2.form-signup button {
    background: #f4142e;
    border: 2px solid #f4142e;	
    margin-top: 0px;
}
.form-contactus.form-contactus-v2.form-signup button:hover {
	color: #f4142e;
    background: #ffffff;
    border: 2px solid #f4142e;
}
.align-center {
	text-align: center;
}
.privacy-txt.align-center {
	font-size: 13px;
}
ul.benefits-list {
    padding: 0;
    display: block;
    margin-top: 25px;
    margin-bottom: 0;
}
.benefits-list li {
    background: url(../images/check.png) no-repeat 0px center;
	list-style-type: none;
	padding-left: 9px;
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	width: 48%;
	text-align: center;
	line-height: 27px;
}
.benefits-list li:first-child {
	margin-right: 9px;
}
.form-signup-container {
    width: 37%;
    float: left;	
}
.security {
	text-align: center;
    font-size: 14px;
    background: url(../images/lock.png) no-repeat 0px top;
    width: 93%;
    margin: 20px auto;
    padding: 0 20px;
}

.banner-section2 .phone-number-orange {
    font-size: 50px;	
}
.select-style {
    border-bottom: 1px solid #ccc;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    background: url(../images/arrow-state.png) no-repeat 100% 74%;
}

.select-style select {
    padding: 2px 5px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    margin-top: 15px;
}
.select-style select:focus {
    outline: none;
}
.form-contactus.form-contactus-v2.form-signup.bg-red {
    background: #ff0000;
}
.form-contactus.form-contactus-v2.form-signup.bg-red .form-signup-title2, .form-contactus.form-contactus-v2.form-signup.bg-red .form-signup-title1 {
    color: #ffffff;
}
.form-contactus.form-contactus-v2.form-signup.bg-red .form-signup-title3 {
    border-top: 1px solid #ff9191;
    border-bottom: 1px solid #ff9191;
    color: #ffffff;
    background: #bf1313;
}
.form-contactus.form-contactus-v2.form-signup.bg-red input, .form-contactus.form-contactus-v2.form-signup.bg-red textarea {
    border-bottom: 1px solid #ff9191;
}
.form-contactus.form-contactus-v2.form-signup.bg-red .select-style {
    border-bottom: 1px solid #ff9191;	
    background: url(../images/arrow-state-white.png) no-repeat 100% 74%;
}
.form-contactus.form-contactus-v2.form-signup.bg-red input:focus,
.form-contactus.form-contactus-v2.form-signup.bg-red textarea:focus {
  outline: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 14px;  
}
.form-contactus.form-contactus-v2.form-signup.bg-red input, .form-contactus.form-contactus-v2.form-signup.bg-red textarea, .form-contactus.form-contactus-v2.form-signup.bg-red label {
	color: #ffffff;
}
.form-contactus.form-contactus-v2.form-signup.bg-red .select-style select {
	color: #ffffff;
}
.form-contactus.form-contactus-v2.form-signup.bg-red select option {
    background: #bf1313;
}
.form-contactus.form-contactus-v2.form-signup.bg-red .benefits-list li {
	color: #ffffff;
	background: url(../images/check-white.png) no-repeat 0px center;	
}
.form-contactus.form-contactus-v2.form-signup.bg-red button {
    background: #710100;
}
.form-contactus.form-contactus-v2.form-signup.bg-red button:hover {
    background: #ffffff;
}
.form-contactus.form-contactus-v2.form-signup.bg-red .privacy-txt.align-center,
.form-contactus.form-contactus-v2.form-signup.bg-red a {
	color: #ffffff;	
}

.form-contactus.form-contactus-v2.form-signup.bg-red.full-inputs input {
	background: #ffffff;
    border: none;
    border-radius: 3px;
    color: #000;
    padding: 6px 10px;
}
.form-contactus.form-contactus-v2.form-signup.bg-red.full-inputs label {
    color: #000000;
    margin: 0;
    padding-left: 6px;	
}
.form-contactus.form-contactus-v2.form-signup.bg-red.full-inputs input:not(:placeholder-shown) + label,
.form-contactus.form-contactus-v2.form-signup.bg-red.full-inputs input:focus + label{
	color: #ffffff;
}
.form-contactus.form-contactus-v2.form-signup.bg-red.full-inputs .select-style {
    background: #ffffff url(../images/arrow-state.png) no-repeat 95% 58%;
    background: #ffffff url(../images/arrow-state.png) no-repeat 95% 58%;
    border: none;
    border-radius: 3px;
    height: 33px;
    margin-top: 25px;
}
.form-contactus.form-contactus-v2.form-signup.bg-red.full-inputs .select-style select {
    border: none;
    border-radius: 3px;
    color: #000;
    padding: 6px 10px;
    margin: 0;
}
.form-contactus.form-contactus-v2.form-signup.bg-red.full-inputs select option {
    background: #ffffff;
}
 
/* ****************** END SIGN UP STYLE ****************** */

/* ****************** SIGN UP SUCCESS STYLE ****************** */

.titletop-section-success {
    background-color: #e7f0f7;
    background-image: url('../images/success-bg.png');
    background-position: top left;
    background-size: cover;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 55px;
    position: relative;
    min-height: 453px;
}
.titletop-section-success img {
    position: absolute;
    top: 0;
    right: 15%;	
}
.step-success-one {
    background-image: url(../images/step-success-one.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 413px;
    z-index: 1;
    margin-bottom: 50px;
}
.step-success-two {
    background-image: url(../images/step-success-two.png);
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 346px;
    z-index: 1;
}
.step-success-three {
    background-image: url(../images/step-success-three.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 406px;
    z-index: 1;
    margin-bottom: 50px;
}
.step-success-four {
    background-image: url(../images/step-success-four.png);
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 413px;
    z-index: 1;
}
.step-success .steptitle {
    color: #0fa2ff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 26px;
    margin-top: 15px;	
}
.step-success-text ul {
	padding: 0;
	z-index: 1;
}
.step-success-text ul li {
    background-image: url(../images/success-licircle.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 32px;
    line-height: 22px;
    color: #000000;
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 15px;	
}
.step-success-text, 
.step-success-line, 
.step-success-number {
	float: left;
	position: relative;
}
.title-steps {
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 64px;	
}
.step-success-line {
    background: #40aff5;
    height: 2px;
    margin-top: 117px;
}
.ssn-nr {
    font-family: 'Oswald', sans-serif;
    color: #badfff;
    font-size: 120px;
    font-weight: 500;
    float: left;
    margin-top: 17px;
    margin-left: 100px;
    line-height: 180px;    
}
.ssn-s {
    float: left;
    color: #989898;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 104px;
    margin-left: 15px;
}
.vertical-line {
    border-left: 1px solid #cccccc;
    height: 189px;
    position: absolute;
    left: 23px;
    top: 165px;
    z-index: -1;	
}
.color-red {
	color: #f21f03;
}
.step-success-text.col-lg-6 ul li ul li {
    background: none;
    margin: 4px 0 5px 25px;
    padding: 0 0 0 0;
    line-height: 24px;
    font-style: italic;
    color: #5d5d5d;	
}
.step-success-text.col-lg-6 ul li ul {
	margin-top: 15px;
}
.step-success-text.col-lg-6 ul li ul li:first-child {
    border-top: none;	
}
.step-success-text.col-lg-6 ul li ul li span {
    margin-left: 15px;
    color: #0fa2ff;	
}
.height240 {
    height: 240px;
}
.height52 {
    height: 52px;
}
.margin-left130 {
    margin-left: 130px;
}
.margin-left90 {
    margin-left: 90px;
}
.step-success-one ul li span.asterisk {
    font-style: italic;
    color: #5d5d5d;
    text-align: left;
    font-size: 14px;
}
.titletop-section-success h1 span {
	color: #f49f22;
}
.titletop-section-success .section-header h3 {
	font-size: 22px;
}
.titletop-section-success h1 i {
    font-style: normal;
    font-weight: 400;	
}
.titletop-section-success h4 {
    color: #727272;
    font-size: 20px;	
    font-weight: 400;    
    margin-top: 20px;
    margin-bottom: 15px;    
}
.titletop-section-success h6 {
    color: #727272;
    font-size: 20px;
    width: 19%;
    margin: 0 auto;
    line-height: 28px;	
    font-weight: 400;    
}
.titletop-section-success h5 {
    color: #1779b6;
    font-weight: 700;
    margin-bottom: 30px;    
    font-size: 34px;
}
.email-note {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;	
}

a.download-resource.width45 {
    width: 45%;
}

.banner-grey {
    background: url(../images/banner-grey.png) no-repeat top center;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    color: #3c3c46;
    font-size: 30px;
    text-transform: none;
    font-weight: 700;
}
.banner-grey p span {
	color: #f49922;
}
.banner-grey p {
	width: 40%;
    margin: 30px auto 0 auto;
    font-size: 18px;
    font-weight: 500;
}
.content-accordion-menu {
	width: 100%;
	margin: 20px auto 100px auto;
}
.jquery-accordion-menu,
.jquery-accordion-menu *{
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	outline: 0;
}
.jquery-accordion-menu{
	min-width: 100%;
	float: left;
	position: relative;
}
.jquery-accordion-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.jquery-accordion-menu ul li{
	width: 100%;
	display: block;
	float: left;
	position: relative;
}
.jquery-accordion-menu ul li a{
	width: 100%;
	padding: 14px 22px;
	float: left;
	text-decoration: none;
	color: #e7e7e7;
	font-size: 14px;
	background: #414956;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}
.jquery-accordion-menu > ul > li:hover > a,
.jquery-accordion-menu > ul > li.active > a{
	color: #fff;
	background: #3b424d;
}
.jquery-accordion-menu > ul > li > a{
	border-bottom: solid 1px #3b424d;
}
.jquery-accordion-menu ul li a i{
	width: 34px;
	float: left;
	line-height: 18px;
	font-size: 16px;
	text-align: left;
}
.jquery-accordion-menu .submenu-indicator{
	float: right;
	right: 22px;
	position: absolute;
	line-height: 19px;
	font-size: 26px;
	-o-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-ms-transition: transform .3s linear;
	color: #f49f22;
}
.display-inline {
	display: inline-block;
}
.jquery-accordion-menu ul ul.submenu .submenu-indicator{
	line-height: 16px;
}
.white.jquery-accordion-menu > ul > li > a.submenu-indicator-minus {
	background: #e7e7e7;
}
.jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator{
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu{
	width: 100%;
	display: none;
	position: static;
}
.jquery-accordion-menu ul ul.submenu li{
    clear: both;
    width: 100%;
    padding: 20px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 22px;
}
.jquery-accordion-menu ul ul.submenu li a{
	width: 100%;
	float: left;
	font-size: 11px;
	background: #383838;
	border-top: none;
	position: relative;
	border-left: solid 6px transparent;
	-o-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}
.jquery-accordion-menu ul ul.submenu li:hover > a{
	border-left-color: #414956;
}
.jquery-accordion-menu ul ul.submenu > li > a{
	padding-left: 30px;
}
.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a{
	padding-left: 45px;
}
.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a{
	padding-left: 60px;
}
.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label{
	min-width: 20px;
	padding: 1px 2px 1px 1px;
	position: absolute;
	right: 18px;
	top: 14px;
	font-size: 11px;
	font-weight: 800;
	color: #555;
	text-align: center;
	line-height: 18px;
	background: #e7e7e7;
	border-radius: 100%;
}
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label{
	top: 12px;
}
.ink{
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
}

.animate-ink{
	-webkit-animation: ripple 0.5s linear;
   -moz-animation: ripple 0.5s linear;
   -ms-animation: ripple 0.5s linear;
   -o-animation: ripple 0.5s linear;
   animation: ripple 0.5s linear;
}

@-webkit-keyframes ripple {
   100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
   100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
   100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
   100% {opacity: 0; transform: scale(2.5);}
}


.white.jquery-accordion-menu ul li a{
	background: #fff;
	color: #555;
}
.white.jquery-accordion-menu > ul > li:hover > a,
.white.jquery-accordion-menu > ul > li.active > a{
	background: #e7e7e7;
}
.white.jquery-accordion-menu > ul > li > a{
	border-bottom-color: #dfdfdf;
}
.white.jquery-accordion-menu ul ul.submenu li:hover > a{
	border-left-color: #e7e7e7;
}
.white.jquery-accordion-menu ul ul.submenu li a{
	color: #e7e7e7;
}
.white.jquery-accordion-menu > ul > li > a > .ink{
	background: rgba(0, 0, 0, 0.1);
}

/* ****************** END SIGN UP SUCCESS STYLE ****************** */


/* ****************** DOWNLOAD RESOURCE STYLE ****************** */

.resource-success-benefit {
    width: 28%;
    display: inline-block;
}
.to-center {
    text-align: center;	
}
.download-resource-success h1 {
    text-align: center;
    font-size: 28px;
    width: 82%;
    margin: 0 auto;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.space100 {
	height: 100px;
}
.download-resource-success h2 {
	text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 30px;
}
.download-resource-txt {
    width: 56%;
    position: relative;
    float: left;	
}
.arrow-download-resource {
    position: absolute;
    right: -70px;
    top: 5px;
    z-index: 2;
}
.guide-text {
	width: 58%;
    float: left;	
}
.guide-image {
    width: 240px;
    float: right;	
}
.guide-text h1 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
}
.guide-text h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.guide-text h3 {
    color: #f49f22;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
}
.download-resource-txt h4 {
    margin-top: 90px;
    margin-bottom: 20px;	
}
.download-resource-txt ul {
	padding: 0;
	margin-top: 30px;
}
.download-resource-txt ul li {
    background-image: url(../images/check-org.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 32px;
    line-height: 22px;
    color: #000000;
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 14px;	
}
.download-resource-bg {
    background: url(../images/download-resource.png);
    padding-top: 50px;
    background-repeat: no-repeat;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: checkbox;
    cursor: pointer;
}
.form-inner-txt {
    color: #777777;
    font-style: italic;
    font-size: 13px;
    margin: 0;	
}
.checkbox-subscribe label {
    font-size: 12px !important;
    float: left;	
    margin-left: 8px;
    width: 90%;
}
.checkbox-subscribe input#DecisionBox {
    float: left;	
    margin-top: 2px;    
}
.checkbox-subscribe {
	margin-top: 25px;
}
.resource-success-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.mlf {
    margin: 0 84px;
}
.resource-success-benefit a {
    background: transparent;
    border: 2px solid #f49f22;
    border-radius: 100px;
    color: #f49f22 !important;
    text-align: center;
    padding: 7px 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s ease;
    cursor: pointer;
    float: none;
    width: 123px;
    display: block;
    margin: 0 auto;	
}
.resource-success-benefit a:hover {
   color: #ffffff !important;
   background: #f49f22;
   border: 2px solid #f49f22;  
   text-decoration: none;
}
.resource-success-benefits {
    margin-bottom: 70px;	
}

/* ****************** END DOWNLOAD RESOURCE STYLE ****************** */


/* ****************** FOOTER STYLE ****************** */

.space60 {
	height: 60px;
	display: block;
}
/* ****************** END FOOTER STYLE ****************** */

/* ****************** HEADER STYLE ****************** */


/* ****************** END HEADER STYLE ****************** */


/* ========================================================================== */
/* [ + Responsive ] */
/* ========================================================================== */

/* - min-width: 1200 */
@media (min-width: 1200px) {

    /* - Slider Section 7 */
    .slider-carousel .post-box .entry-content {
        left: 16%;
        right: 16%;
    }

    /* - Blog One Column No Sidebar */
    .blog-one-col-no-sidebar .type-post {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* - Blog Two Column No Sidebar */
    .blog-2-col-no-sidebar .content-area {
        padding-left: 45px;
        padding-right: 45px;
    }
    .widget-area {
        padding-left: 30px;
    }
}

/* - min-width: 992 */
@media (min-width: 992px) {

    /* - Blog Parallel Post */
    .blog-paralle .type-post .entry-cover {
        width: 42.85%;
        float: left;
    }
    .blog-paralle .type-post .entry-content {
        width: 57.15%;
        float: left;
        margin-top: 6px;
        padding-left: 30px;
        padding-right: 0;
    }
    .blog-paralle .type-post .entry-content::before {
        left: 30px;
    }

    /* - Blog Parallel No Sidebar */
    .blog-paralle-post-no-sidebar .blog-paralle .type-post .entry-cover {
        width: 36.26%;
    }
    .blog-paralle-post-no-sidebar .blog-paralle .type-post .entry-content {
        width: 63.74%;
    }
}

@media (min-width: 768px) {
    .cover-container .widget-area,
    .cover-fullwidth .widget-area {
        margin-top: 53px;
    }
}

@media (max-width: 1199px) {

	.benefits-list li {
		width: 100%;
		text-align: left;
		padding-left: 31px;
		display: block;
	}
	.form-contactus {
		padding: 30px 30px;
	}
	.contactinfo.contactinfo-v2 {
		width: 63%;
		position: relative;
	}
	.contactinfo-img  {
		width: 48%;
	}
	.contactinfo-img-v1 {
		width: 60%;	
	}
	.grey-bg {
		padding-top: 80px;
	}
	.container {max-width: 95%;}
	video {width: 100%;height: auto;}
	.grey-bg.signup-bg {background: #fafafa;}
	.arrow-form {display: none;}
    .slider-section2 .container .row .post-block .post-box .entry-content h3 {
        font-size: 25px;
    }
    .slider-section2 .container .row .post-block.post-thumb .post-box .entry-content h3 {
        font-size: 16px;
    }
}	

@media only screen and (min-width: 1256px) and (max-width: 1600px) {
	.titletop-section-success img {
		right: -10px;
	}
	.titletop-section-success h6 {
		width: 100%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1255px) {

	.resource-success-benefit {
		width: 26%;
	}
	.titletop-section-success {
		padding-left: 40px;
		text-align: left;
	}
	.titletop-section-success .section-header {
		text-align: left;
	}
	.titletop-section-success .section-header > h3::before {
		margin: 0;
	}
	.titletop-section-success h6 {
		width: 44%;
		margin: 0;
	}
	.titletop-section-success img {
		right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.guide-text {
		width: 53%;
	}
	.guide-text h1 {
		font-size: 28px;
		line-height: 36px;
	}
	.titletop-section-success h6 {
		width: 90%;
	}
	.step-success-number.col-lg-3 {
		max-width: 30%;
	}
	.step-success-number.col-lg-4 {
		max-width: 30%;		
	}
	.margin-left130 {
		margin-left: 70px;
	}	
	
	.contactinfo {
		height: 840px;
	}
    .ftr-social > li {
        margin: 0 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.download-resource-success h1 {
		line-height: 30px;
		font-size: 24px;
	}
	.download-resource-success h2 {
		font-size: 16px;
		margin-bottom: 20px;
	}
    .slider-carousel .post-box .entry-content > h3 {
        font-size: 20px;
    }
    .contactinfo-txt {
		width: 100%;
		float: none;
	}
	.contactinfo {
		height: 915px;
	}
	.contactinfo-img {
		width: 200px;
	}
	.office-addressbox {
		width: 100%;
		float: none;
		text-align: center;
	}
	.office-addressbox h4 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {

/* ****************** THANK YOU STYLE ****************** */
	.titletop-section-thankyou h3,
	.resource-card {
		width: 90%;
	}
	.resources-guide {
		display: none;
	}
	.resources-guide-txt {
		float: none;
		width: 100%;
		text-align: center;
	}
	.resources-guide-txt h4,
	.resources-guide-txt p {
		float: none;
		text-align: center;
		display: block;
	}
	.resources-guide-txt a.download-resource  {
		float: none;
		text-align: center;
		display: block;
		width: 100%;
		margin: 20px auto;
	}
	
/* ****************** END THANK YOU STYLE ****************** */

/* ****************** CONTACT US STYLE ****************** */

	.form-contactus.form-contactus-v2 {
		float: none;
	}
	.contactinfo,
	.form-contactus {
		width: 100%;
		float: none;
		height: auto;
	}
	.contactinfo p {
		padding-right: 0;
	}
	.contactinfotitle {
		font-size: 20px;
	}
	.contactinfo h1 {
		font-size: 1.8rem;
	}
	.contactinfo h2 {
		font-size: 18px;
	}
	.contactinfo-txt {
		width: 100%;
		float: none;
	}
	.contactinfo-img,
	.contactinfo-img-v1 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		float: none;
		position: relative;
	}
	.office-addressbox {
		width: 100%;
		float: none;
		text-align: center;
	}
	.office-addressbox h4 {
		font-size: 20px;
	}
	.form-contactus h4 {
		font-size: 18px;
		line-height: 24px;	
	}

/* ****************** END CONTACT US STYLE ****************** */

/* ****************** TESTIMONIALS STYLE ****************** */
	.testimonial-item {
		float: none !important;
		width: 100%;
	}
	.container {
		max-width: 90%;
	}
	.titletop-section-testimonials {
		margin-bottom: 50px;
	}
	.banner-section2,
	.banner-section2-blue,
	.banner-needtotalk {
		padding: 30px;
		font-size: 26px;
	}
	.banner-needtotalk .phone-number {
		font-size: 40px;
	}
	.titletop-section-testimonials,
	.titletop-section {
		padding: 40px;
	}

/* ****************** END TESTIMONIALS STYLE ****************** */

/* ****************** SIGN UP STYLE ****************** */

	.form-signup-container {
		width: 100%;
		float: none;
	}
	ul.benefits-list {
		width: 100%;
		margin: 10px auto 0 auto;	
	}
	.grey-bg.signup-bg {
		background: none;
	}
	.contactinfo.contactinfo-v2.signup-text,
	.signupbenefits {
		text-align: center;
	}
	.security {
		text-align: center;
		font-size: 14px;
		background: url(../images/lock.png) no-repeat center top;
		width: 100%;
		margin: 0px auto 30px auto;
		padding: 30px 0px 20px 0px;
	}
	.form-contactus.form-contactus-v2.form-signup {
		margin-bottom: 40px;
	}
	.field.float-left, .field.float-right {
		width: 100%;
		margin-bottom: 1em;
	}
	.form-signup-title1 {
		font-size: 22px;
	}
	.form-signup-title2 {
		line-height: 54px;
		font-size: 48px;
	}
	.form-signup-title3 {
		padding: 6px;
		font-size: 17px;
		margin-bottom: 20px;
	}
	.contactinfo.contactinfo-v2.signup-text h2 {
		font-size: 46px;
		line-height: 70px;	
	}
	.signupbox {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	.m15 {
		margin: 0 0 30px 0;
	}
	video {
		width: 100%;
		height: auto;
	}
	.banner-section2 .phone-number-orange {
		font-size: 36px;
	}
	.contactinfo.contactinfo-v2.signup-text {
		padding-bottom: 60px;
		float: none;
		width: 100%;	
	}
	.contactinfo.contactinfo-v2 {
		float: none;
		width: 100%;
	}

/* ****************** END SIGN UP STYLE ****************** */
	header .container {
		padding-right: 0;
		padding-left: 0;	
	}

	.titletop-section,
	.titletop-section-testimonials {
		padding-top: 100px;
	}
	.titletop-section h2 {
		font-size: 1.1rem;
        padding-top: 10px;
	}
    .slider-section2 .container .row .post-block .post-box .entry-content {
        left: 20px;
        right: 20px;
    }
    .slider-section2 .post-block.post-big {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .slider-section2 .post-block.post-thumb {
        flex-wrap: wrap;
        margin-left: -2px;
        margin-right: -2px;
        max-width: 100%;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        -moz-box-pack: justify;
        justify-content: space-between;
        padding: 0;
    }
    .slider-section2 .post-block.post-thumb .post-box {
        flex: 0 0 49.6%;
        max-width: 49.6%;
        width: 49.5%;
    }
    .slider-section2 .post-block.post-thumb .post-box:first-child {
        margin-right: 2px;
    }
    .slider-section2 .post-block.post-thumb .post-box:last-child {
        margin-left: 2px;
    }

    /* - Slider Section 3 */
    .slider-section3 .container .row .post-block .post-box .entry-content h3 {
        font-size: 20px;
    }
    .slider-section3 .container .row .post-block.post-thumb .post-box .entry-content h3 {
        font-size: 16px;
    }
    /* - Slider Section 5 */
    .slider-section5 .post-item .carousel-caption {
        left: 25px;
        right: 25px;
    }
    .slider-section5 .post-item .carousel-caption > h3 {
        font-size: 25px;
    }

    /* - Blog Post */
    .type-post {
        margin-bottom: 30px;
    }
    .widget-area {
        margin-top: 70px;
    }

    /* - Blog Single */
    article[class*="type-"] .entry-content .entry-footer .tags > a {
        margin-right: 15px;
    }
    .post-nosidebar > .entry-cover .entry-header .entry-title {
        font-size: 30px;
    }

    /* - Error Section */
    .error-block {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .error-block h2 { 
        font-size: 30px;
        line-height: 1.4;
    }

    .widget-area .widget {
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.search.collapsed .sr-ic-open,
.search .sr-ic-close {
    display: inline-block;
}
.search.collapsed .sr-ic-close {
    display: none;
}
.search .sr-ic-open {
    display: none;
}

.widget-area > [class*="col-"] {
    padding-bottom: 10px;
    padding-top: 10px;
}
.widget a {	
    text-decoration: none;
    color: #464646;
    font-size: 14px;
    line-height: 1.7;
    word-wrap: break-word;
    text-transform: uppercase;	
}
.widget-title {
    color: #151515;
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Yantramanav', sans-serif;
}
.widget-title::before {
    background-color: #ffa20f;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 40px;
}
.resource-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #f49f22;	
}
.widget > ul:first-of-type {
    padding-left: 0;
}
.widget ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

/* - WordPress Widgets --- */
.widget {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget > ul:first-of-type {
    padding-left: 0;
    padding-right: 0;
}

/* - Widget: Archives */
.widget_archive > ul {
    margin-bottom: 0;
}
.widget_archive > ul li {
    background-color: #f7f7f7;
    color: #464646;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 3px;
    padding: 9px 15px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
}
.widget_archive.text-center > ul li {
    text-align: center;
}
.widget_archive > ul li:last-child {
    margin-bottom: 0;
}
.widget_archive > ul li:hover {
    background-color: #464646;
    color: #f7f7f7;
}
.widget_archive ul li a {
    color: #464646;
    font-size: 12px;
    line-height: 1.66;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.widget_archive ul li:hover a,
.widget_archive ul li a:hover {
    color: #f7f7f7;
}

.widget_archive .select_box {
    padding: 15px;
    overflow: hidden;
    background-color: #F4F4F4;
    position: relative;
    display: block;
}
.widget_archive .select_box select {
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #F4F4F4;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.widget_archive .select_box::after {
    content:"▼";    
    padding: 12px 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 1;
    text-align: center;
    width: 10%;
    pointer-events: none;
    box-sizing: border-box;
}

/* - Widget: Categories */
.widget_categories {
    overflow: hidden;
}
.widget_categories ul {
    margin-bottom: 0;
    position: relative;
}
.widget_categories > ul li {
    background-color: #f7f7f7; 
    color: #464646;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
    position: relative;
    z-index: 1;
}
.widget_categories > ul > li {
    margin-bottom: 3px;
}
.widget_categories > ul li a {
    position: relative
}
.widget_categories > ul ul {
    padding-left: 10px;
    margin-top: 3px;
}
.widget_categories > ul ul::before {
    background-color: #fff;
    content: "";
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    bottom: 0;
}
.widget_categories > ul li:last-child {
    margin-bottom: 0;
}
.widget_categories ul > li:hover {
    background-color: #464646;
}
.widget_categories ul.children li {
    margin-top: 3px;
    padding-right: 0px;
}
.widget_categories ul ul.children li:last-child {
    padding-bottom: 0;
}
.widget_categories ul li a {
    color: #464646;
    padding: 9px 0 9px 15px;
    display: inline-block;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.66;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.widget_categories ul li:hover,
.widget_categories ul li:hover > a,
.widget_categories ul li > a:hover {
    color: #f7f7f7;
}
.widget_categories.text-center > ul li {
    text-align: center;
    padding: 9px 15px;
}
.widget_categories.text-center ul li a {
    padding: 0;
}

.widget_categories .select_box {
    padding: 15px;
    overflow: hidden;
    background-color: #F4F4F4;
    position: relative;
    display: block;
}
.widget_categories .select_box select {
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #F4F4F4;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.widget_categories .select_box:after {
    content:"▼";    
    padding: 12px 8px;
    position: absolute; 
    right: 10px; 
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 1;
    text-align: center;
    width: 10%;
    pointer-events: none;
    box-sizing: border-box;   
}

/* - Widget: NavMenu */
.widget_nav_menu > div > ul:first-of-type {
    padding-left: 0;
    margin-bottom: 0;
}
.widget_nav_menu > div > ul ul {
    padding-left: 15px;
}
.widget_nav_menu ul li {
    padding: 0;
    position: relative
}
.widget_nav_menu ul li:hover::before,
.widget_nav_menu ul li::before {
    background: none;
}
.widget_nav_menu ul li a {
    border-bottom: 1px solid #aaa;
    color: #464646;
    display: block;
    font-size: 12px;
    line-height: 1.66;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    width: 100%;
}
.widget_nav_menu ul li a:hover {
    color: #aaa;
}

/* - Widget : Meta */
.widget_meta ul {
    margin-bottom: 0;
}
.widget_meta ul li a {
    color: #444;
    letter-spacing: 0.98px;
    line-height: 28px;
    word-wrap: break-word;
    text-decoration: none;
    text-transform: capitalize;
}
.widget_meta ul li:hover a{
    color: #aaa;
}

/* - Widget : Pages */
.widget_pages > ul li {
    position: relative;
}
.widget_pages > ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px 10px 8px 0;
    border-bottom: 1px solid #ddd;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}
.widget_pages > ul li.current_page_item a {
    color: #444;
}
.widget_pages > ul li a:hover {
    color: #aaa;
}
.widget_pages > ul ul {
    padding-left: 10px;
}

/* - Widget : Recent Entries */
.widget_recent_entries ul {
    margin-bottom: 0;
}
.widget_recent_entries ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.widget_recent_entries ul li:last-of-type {
    margin-bottom: 0;
}
.widget_recent_entries ul li a {
    display: inline-block;
    color: #464646;
    font-size: 15px;
    width: 100%;
    text-transform: inherit;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}
.widget_recent_entries ul li a:hover {
    color: #aaa;
}
.widget_recent_entries ul li > span {
    color: #a1a1a1;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.18px;
    text-transform: uppercase;
}

/* - Widget : Search */

.widget_search .input-group .form-control,
.widget_search .btn-default {
	height: 45px;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
	color: #000;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.widget_search .btn-default {
	padding: 6px 18px;
	background-color: #d4d4d4;
	color: #000;
}
.widget_search .input-group .form-control {	
	font-weight: 500;
	font-size: 14px;
	padding: 10px 22px;
	letter-spacing: 1.2px;
	color: #000;
	background-color: transparent;
}
.widget_search .form-control::-webkit-input-placeholder {
	color: #000;
}
.widget_search .form-control:-moz-placeholder {
	color: #000;
}
.widget_search .form-control::-moz-placeholder {
	color: #000;
}
.widget_search .form-control:-ms-input-placeholder {
	color: #000;
}

/* - Widget : Latest Posts */
.widget_latestposts .latest-content {
	display: inline-block;
	margin-bottom: 25px;
	min-height: 80px;
	padding: 0px 0 5px 120px;
	position: relative;
	width: 100%;
}
.widget_latestposts .latest-content.no_post_thumb {
	min-height: 1px;
}
.widget_latestposts .latest-content:last-of-type {
	margin-bottom: 0;
}
.widget_latestposts  .latest-content.no_post_thumb {
	padding-left: 0;
	padding-right: 0;
}
.widget_latestposts .latest-content > a > i {
	position: absolute;
	left: 0;
	top: 0;
}
.widget_latestposts .latest-content h5 {
	color: #151515;
    margin-bottom: 0px;
    margin-top: 0;
}
.widget_latestposts .latest-content h5 > a {
	color: #151515;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.375px;
    line-height: 16px;
	text-decoration: none;
	text-transform: inherit;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_latestposts .latest-content h5 > a:hover {
	color: #717171
}
.widget_latestposts .latest-content span {
	color: #a1a1a1;
	font-size: 12px;
	display: inline-block;
	letter-spacing: 0.18px;
	text-transform: uppercase;
}
.widget_latestposts .latest-content span a {
	color: #a1a1a1;
	font-size: 10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-decoration: none;
}
.widget_latestposts .latest-content span a:hover {
	color: #151515;
}

/* - Widget: Tags */
.tagcloud {
	display: inline-block;
	width: 100%;
	text-align: left;
}
.tagcloud a {
	background-color: #f7f7f7;
	display: inline-block;
	color: #717171;
    font-size: 14px !important;
	letter-spacing: 0.225px;
	line-height: 1.73;
	margin: 0 2px 10px;
	padding: 5px 15px 2px 15px;
	text-decoration: none;
	font-weight: 400;
	text-transform: capitalize;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.tagcloud a:hover {		
	background-color: #3d9edb;
	color: #ffffff;
}
.tagcloud a:last-of-type {
	margin-right: 0;
}

/* - Widget : Text */
.widget_text .textwidget p {
	color: #000;
    font-size: 14px;
    line-height: 2;
    padding: 0;
    word-wrap: break-word;
}
.widget_text .textwidget p:last-of-type {
	margin-bottom: 0;
}
.widget_text .select_box {
	padding: 15px;
	overflow: hidden;
	background-color: #F4F4F4;
	position: relative;
    display: block;
}
.widget_text .select_box select {
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: #F4F4F4;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.widget_text .select_box select option {
	word-wrap: break-word;
}
.widget_text .select_box:after {
    content:"▼";    
    padding: 12px 8px;
    position: absolute; 
	right: 10px; 
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
    z-index: 1;
    text-align: center;
    width: 10%;
    pointer-events: none;
    box-sizing: border-box;   
}

/* - Widget : Image */
.widget_media_image {
	text-align: center;
}

/* - Widget : Audio */
.widget_media_audio {
	text-align: center;
}
.widget_media_audio iframe {
	max-width: 100%;
	border: none;
}

/* - Widget : Video */
.widget_media_video {
	text-align: center;
}
.widget_media_video iframe {
	max-width: 100%;
	border: none;
}

/* - Widget : Aboutme */
.widget_aboutme .about-info {
	text-align: center;
}
.widget_aboutme .about-info p {
	line-height: 24px;
	letter-spacing: 0.225px;
	color: #717171;
	margin-top: 30px;
	margin-bottom: 13px;
}
.widget_aboutme .about-info a {
	font-size: 12px;
	letter-spacing: 0.18px;
	line-height: 2;
	color: #3d9edb;
	text-decoration: none;
	font-weight: 600;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_aboutme .about-info a:hover {
	color: #151515;
}

/* - Widget : Categories2 */
.widget_categories2 .categories-box {
	text-align: center;
}
.widget_categories2 .categories-box ul {
	padding-left: 0;
	padding-right: 0;
}
.widget_categories2 .categories-box ul li {
	margin-bottom: 4px
}
.widget_categories2 .categories-box ul li,
.widget_categories2 .categories-box ul li a {
	display: inline-block;
	width: 100%;
}
.widget_categories2 .categories-box ul li a {
	position: relative;
	padding: 23px 15px;
}
.widget_categories2 .categories-box ul li a > img {
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
}
.widget_categories2 .categories-box ul li a span {
	font-size: 12px;
	line-height: 1.66;
	color: #151515;
	font-weight: 500;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.9);
	padding: 8px 35px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_categories2 .categories-box ul li a:hover span {
	background-color: rgba(21,21,21,0.9);
	color: #fff;
}

/* - Widget : Social */
.widget_social > ul {
	background-color: #f7f7f7;
	padding: 18px 0 12px;
	margin-bottom: 0;
	text-align: center;
}
.widget_social > ul > li {
	display: inline-block;
	width: auto;
	margin: 0 10px;
}
.widget_social > ul > li > a {
	color: #3d9edb;
	font-size: 22px;
	vertical-align: middle;
	 -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
}
.widget_social > ul > li > a:hover {
	color: #ffa20f;	
}
.widget_social h4 {
    float: left;
    margin: 5px 11px 4px 0px;
    font-size: 13px;
    color: #717171;	
}
.widget_social > ul.blog-share > li > a {
	font-size: 20px;
	line-height: 20px;
}
.widget_social > ul.blog-share > li {
	margin: 0 6px;
}
.widget_social > ul.blog-share {
	background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    text-align: left;	
    float: left;
}
/* - Widget : Newsletter */
.widget_newsletter .newsletter-box {
	background-color: #f7f7f7;
	padding: 15px 30px 30px 30px;
	text-align: center;
}
.widget_newsletter .newsletter-box > i {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 28px;
	line-height: 2.0;
	height: 57px;
	width: 57px;
	margin-bottom: 9px;
}
.form-control {
	font-size: 14px;
}
.widget_newsletter .newsletter-box > h4 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.45px;
	line-height: 1.66;
	margin-bottom: 7px;
}
.widget_newsletter .newsletter-box > p {
	color: #717171;
	letter-spacing: 0.225px;
	line-height: 1.73;
}
.widget_newsletter .newsletter-box > form {
	display: inline-block;
	width: 100%;
}
.widget_newsletter .newsletter-box > form .form-control {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #717171;
	outline: none;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	text-align: center;
}
.widget_newsletter .newsletter-box > form .form-control::-webkit-input-placeholder {
	color: #717171;
	opacity: 1;
}
.widget_newsletter .newsletter-box > form .form-control:-moz-placeholder { 
	color: #717171;
	opacity: 1;
}
.widget_newsletter .newsletter-box > form .form-control::-moz-placeholder {
	color: #717171;
	opacity: 1;
}
.widget_newsletter .newsletter-box > form .form-control:-ms-input-placeholder {  
	color: #717171;
	opacity: 1;
}
.widget_newsletter .newsletter-box > form button {
	background-color: #3d9edb;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	letter-spacing: -0.35px;
	display: inline-block;
	padding: 9px 10px;
	margin-top: 7px;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	font-style: normal;
}
.widget_newsletter .newsletter-box > form button:hover {
	background-color: transparent;
	color: #464646;
	box-shadow: inset 0px 0px 2px 0px #464646;
	-webkit-box-shadow: inset 0px 0px 2px 0px #464646;
}

/* - Widget : Tranding Post */
.widget_tranding_post .trnd-post-box {
	display: inline-block;
	width: 100%;
}
.widget_tranding_post .trnd-post-box > .post-cover {
	margin-bottom: 15px;
}
.widget_tranding_post .trnd-post-box > span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.18px;
	line-height: 2px;
}
.widget_tranding_post .trnd-post-box > span > a {
	color: #a1a1a1;
	text-decoration: none;
	font-size: 12px;
}
.widget_tranding_post .trnd-post-box > h3 {
	font-size: 18px;
	letter-spacing: -0.45px;
	line-height: 1.38;
	margin-bottom: 0;
	margin-top: 5px;
	text-transform: capitalize;
}
.widget_tranding_post .trnd-post-box > h3 > a {
	color: #151515;
	text-decoration: none;
	font-size: 18px;
	text-transform: capitalize;
}
.widget_tranding_post  .carousel-indicators {
	position: relative;
	margin-top: 30px;
	margin-bottom: 0;
}
.widget_tranding_post  .carousel-indicators li {
	width: 10px;
    height: 10px;
	border-radius: 50%;
	flex: 0 0 auto;
	border: 1px solid #000;
	cursor: pointer;
}
.widget_tranding_post  .carousel-indicators li.active {
	background-color: #000;
}

/* - Widget : Advertise */
.widget_advertise  .carousel-indicators li {
	width: 12px;
    height: 13px;
	border-radius: 50%;
	flex: 0 0 auto;
	border: 1px solid #fff;
	cursor: pointer;
}
.widget_advertise  .carousel-inner {
	position: relative;
}
.widget_advertise  .carousel-inner .carousel-caption {
	position: absolute; 
	top: 89px;
	bottom: auto;
	left: 100px;
	right: 0;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget_advertise  .carousel-inner .carousel-caption h3 {
	font-size: 24px;
	line-height: 0.83;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.widget_advertise  .carousel-inner .carousel-caption p {
	font-size: 14px;
	line-height: 1.42;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 34px;
}
.footer-widget {
	padding: 35px 0;
}
.footer-widget .widget {
	margin-bottom: 15px;
	margin-top: 15px;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vertical_middle {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav_absolute {
	position: absolute;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}
.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}
.slidepanel { 
	display: block; 
}
.closeit,
.toggle,
.slideit {
	display: none;
}
.navbar-brand {
	height: auto;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.col-lg-4.col-md-6.col-12.widget-area.sidebar-single {
    margin-top: 22px;
}
.breadcrumbs-container {
	position: relative;
}
.breadcrumbs {
    margin-top: -50px;
}
.breadcrumbs li {
	list-style-type: none;
}
.breadcrumbs ul {
	padding-left: 0;
}
.slider-section2 .container .row .post-block.post-big .post-box{
	height: 100%;
}
.slider-section2 .container .row .post-block.post-big .post-box img{
	height: 100%;
}
.slider-section2 .container .row .post-block.post-big {
	padding-bottom: 4px;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
@media (min-width: 992px) {
	.desktop-hide {
		display: none;
	}
	.nav_trans {
		background: transparent;
	}
}
@media (max-width: 991px) {

	.resource-success-benefit {
		width: 100%;
		display: inline-block;
		margin-bottom: 60px;
	}
	.mlf {
		margin: 0 0 60px 0;
	}
	.resource-success-benefits {
		margin-bottom: 0;
	}
	.resource-success-title {
		margin-top: 20px;
	}
	.jquery-accordion-menu {
		float: none;
	}
	.jquery-accordion-menu ul li a {
		padding: 14px 50px 14px 22px;
		white-space: initial;
	}
	.jquery-accordion-menu .submenu-indicator {
		top: 16px;
	}
    .ftr-social > li {
        margin: 5px 25px;
    }
    .blog-paralle:nth-last-child(2) .type-post .entry-content::before { 
        display: none;
    }
    .navigation.pagination .nav-links > .page-numbers {
        padding-left: 10px;
        padding-right: 10px;
    }
    .about-author-box > .author {
        padding-left: 125px;
        min-height: 100px;
    }
    .about-author-box > .author > i > img {
        width: 100px;
        height: 100px;
    }
    
	/* ****************** DOWNLOAD RESOURCE STYLE ****************** */
	.download-resource-txt,
	.guide-text {
		width: 100%;
		text-align: center;
		float: none;
	}
	.guide-image {
		float: none;
	}
	.arrow-download-resource {
		display: none;
	}
	.download-resource-txt h4 {
		margin-top: 20px;
	}
	.download-resource-txt ul li {
		text-align: left;
	}
	.form-download-resource {
		width: 100%;
		margin-top: 40px;
		float: none;
	}
	.guide-text h1 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 20px;	
	}
	.guide-text h2 {
		font-size: 14px;
		font-weight: 400;
		line-height: 23px;

	}
	.form-download-resource button {
		width: 100%;	
	}

	/* ****************** END DOWNLOAD RESOURCE STYLE ****************** */

	/* ****************** SIGN UP SUCCESS STYLE ****************** */

	.titletop-section-success {
		padding-left: 30px;
		padding-right: 30px;
		min-height: auto;
		padding-bottom: 0;	
	}
	.titletop-section-success img {
		position: relative;
		top: 0;
		right: 0;
	}
	.titletop-section-success h6 {
		width: 100%;
		margin-bottom: 40px;
	}
	.titletop-section-success h1 {
		font-size: 2rem;
	}
	.titletop-section-success .section-header h3 {
		font-size: 20px;
		line-height: 28px;
		margin-top: 20px;
	}
	.step-success-one, .step-success-two, 
	.step-success-three, .step-success-four {
		background-image: none;
		min-height: auto;
		margin-bottom: 60px;
		border-bottom: 2px solid #40aff5;
		padding-bottom: 50px;
	}
	.step-success-line,
	.step-success-number,
	.vertical-line {
		display: none;
	}
	.margin-left90 {
		margin-left: 0;
	}
	.banner-grey {
		background-size: cover;
		padding-left: 30px;
		padding-right: 30px;	
	}
	.banner-grey .section-header h3 {
		font-size: 24px;
		line-height: 34px;		
	}
	.banner-grey p {
		width: 100%;
		font-size: 16px;
	}
	.step-success-text ul li {
		line-height: 20px;
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 14px;	
	}
	
	/* ****************** END SIGN UP SUCCESS STYLE ****************** */

	.slidepanel { 
		display: none;
		border-bottom: 1px solid #8a9b0f;
	}
	.slideit,
	.toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	.desktop-hide {
		position: absolute;
		right: 50px;
		text-align: center;
		top: 20px;
	}	
	.slideit,
	.closeit {
		color: #1b88ce;
		font-size: 25px;
		position: relative;
		right: 0;
		top: 0;
	}
	.slideit:hover,
	.closeit:hover {
		color: #1b88ce;
	}
	
	.mobile-hide {
		display: none;
	}
}

.contactus-top {display: none;}

@media only screen and (min-width: 1199px) and (max-width: 1700px) {
	.grey-bg.signup-bg {
		background: #fafafa url(../images/model-signup.png) no-repeat right -100px bottom 200px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

/* ****************** HEADER STYLE ****************** */
	.buttons-header-mobile {
		display: block;
		text-align: center;
		position: absolute;		
		right: 20px;
	}
	.button-trial-mobile  {
		margin: 11px 0px 0px 0px;
		padding: 10px 30px;
		display: inline-block;
		background-color: #f21f03;
		border: 2px solid #f21f03;
		color: #fff;
		border-radius: 50px;
		text-transform: uppercase;
		font-weight: bold;
		transition: 300ms ease-in-out;  
		font-size: 15px;      	
	}

	.button-trial-mobile:hover,
	.button-trial-mobile:active {
		color: #f21f03;
		background-color: #fff;
		border: 2px solid #f21f03;
		text-decoration:none;
	}

	.button-login-mobile  {
		margin: 11px 0px 0px 0px;
		padding: 10px 30px;
		display: inline-block;
		background-color: transparent;
		border: 2px solid #1779b6;
		color:#1779b6;
		border-radius: 50px;
		text-transform: uppercase;
		font-weight: bold;
		transition: 300ms ease-in-out;  
		font-size: 15px;  	
	}
	.button-login-mobile:hover,
	.button-login-mobile:active {
		background-color: #1779b6;
		text-decoration:none;	
		color: #ffffff;	
	}
	.useful-links.text-right.col-lg-10 {
		width: 80%;
		float: right;
	}
	.socialandterms.col-lg-12 .col-lg-2 {
		width: 140px;
		float: left;		
	}
	.buttons-header {
		display: none;
	}
	.logovq.col-lg-2 {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 14px;
		margin-left: 0;
		width: 150px;
		padding-bottom: 12px;
	}
	.flexy-menu > li > a {
		padding: 21px 3px 15px 20px;
	}
	.flexy-menu ul {
		top: 53px;
		left: 0;
	}
	.flexy-menu-wrapper {
		width: 78%;
	}
/* ****************** END HEADER STYLE ****************** */

/* ****************** FOOTER STYLE ****************** */
	.footer_sec_1 {
		width: 33.33333333%;
		float: left;
	}
	.footer_sec_2 {
		width: 33.33333333%;
		float: left;    
	}
	.footer_sec_3 {
		width: 33.33333333%;
		float: left;    
	}
	.inner-footer {
		width: 100%;
	}
/* ****************** END FOOTER STYLE ****************** */

	.titletop-section {
		padding-top: 80px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.widget_latestposts .latest-content {
		padding: 0;
	}
	.widget_latestposts .latest-content > a > i {
		position: relative;
	}
	.widget_latestposts .latest-content h5 {
		line-height: 20px;
		margin-top: 10px;
	}
	.banner-section2 {
		padding: 40px;
	}
	.signupbox {
		width: 30%;
	}
	.signuptitle {
		font-size: 14px;
	}
	.form-signup-title1 {
		font-size: 24px;
	}
	.form-signup-title2 {
		font-size: 52px;
	}
	.form-signup-title3 {
		font-size: 17px;
	}
	.field.float-left, .field.float-right {
		width: 100%;
		margin-bottom: 1em;
		float: none !important;
	}
}

@media (max-width: 768px) {

	.download-resource-success h1 {
		line-height: 30px;
		margin-bottom: 20px;
		margin-top: 35px;
		font-size: 20px;
		width: 100%;
	}
	.download-resource-success h2 {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		margin-bottom: 0;
	}
	.download-resource-success {
		min-height: 270px;
	}
	.flexy-menu-wrapper {
		width: 100%;
		float: none;
	}
	.buttons-header-mobile {
		display: block;
		text-align: center;
		position: absolute;
		right: 0;
		left: 0;
	}
	.button-trial-mobile  {
		margin: 11px 0px 0px 0px;
		padding: 10px 30px;
		display: inline-block;
		background-color: #f21f03;
		border: 2px solid #f21f03;
		color: #fff;
		border-radius: 50px;
		text-transform: uppercase;
		font-weight: bold;
		transition: 300ms ease-in-out;  
		font-size: 15px;      	
	}

	.button-trial-mobile:hover,
	.button-trial-mobile:active {
		color: #f21f03;
		background-color: #fff;
		border: 2px solid #f21f03;
		text-decoration:none;
	}
	.button-login-mobile  {
		margin: 11px 0px 0px 0px;
		padding: 10px 30px;
		display: inline-block;
		background-color: transparent;
		border: 2px solid #1779b6;
		color:#1779b6;
		border-radius: 50px;
		text-transform: uppercase;
		font-weight: bold;
		transition: 300ms ease-in-out;  
		font-size: 15px;  	
	}
	.button-login-mobile:hover,
	.button-login-mobile:active {
		background-color: #1779b6;
		text-decoration:none;	
		color: #ffffff;	
	}
	.flexy-menu {
		float: left;
		width: 100%;
	}
	.flexy-menu-wrapper.scrollable{
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.flexy-menu.vertical{
		width: 100%;
	}
	.flexy-menu li{
		display: block;
		width: 100%;	
	}
	.flexy-menu > li > a{
		padding-top:15px;
		padding-bottom:15px;
		padding-left: 25px;
	}
	.flexy-menu a{
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul, 
	.flexy-menu ul li ul,
	.flexy-menu.vertical ul, 
	.flexy-menu.vertical ul li ul{
		width: 100%;
		left: 0;
		border-left: none;
		position: static;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul li {
		border-left: none;
		border-right: none;
	}
	.flexy-menu ul li a,
	.flexy-menu.vertical ul li a	{
		padding-top:10px;
		padding-bottom:10px;
	}
	.flexy-menu ul > li > a{
		padding-left: 40px !important;
	}
	.flexy-menu > li .indicator{
		top: 15px;
		right: 25px;
		font-size: 17px;
	}
	.flexy-menu ul > li .indicator{
		right: 24px;
	}
	.flexy-menu.vertical ul > li .indicator{
		top: 10px;
		right: 15px;
	}
	.flexy-menu > li > ul > li > a{ padding-left: 40px !important; }
	.flexy-menu > li > ul > li > ul > li > a{ padding-left: 60px !important; }
	.flexy-menu > li > ul > li > ul > li > ul > li > a{ padding-left: 80px !important; }
	
	 .flexy-menu ul li {
		background: #ffffff;
	 }
	 .logovq.col-lg-2 {
		margin-left: 0;
		width: 100%;	
		padding-bottom: 12px;	
	 }
	 .logovq.col-lg-2 img {
		max-width: 150px;
		float: right;
		margin-right: 0;
	}
	.buttons-header {
		display: none;
	}
	.logovq {
		float: right;
	}
	.useful-links.text-right.col-lg-10 span{
		display: none;
	}
	.useful-links.text-right.col-lg-10 span.last-item.no-hr {
		display: block;
	}
	.useful-links.text-right.col-lg-10 {
		width: 50%;
		float: right;
	}
	.socialandterms.col-lg-12 .col-lg-2 {
		width: 50%;
		float: left;		
	}
	.flexy-menu > li > a {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 28px;
	}
	.socialandterms.col-lg-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.socialandterms.col-lg-12 .col-lg-2 .social-media-top {
		display: none;
	}
	.contactus-top {
		display: block;
	}
	.contactus-top span a {
		text-transform: uppercase;
		font-size: 14px;
	}
	.contactus-top span a:hover,
	.contactus-top span a:active {
		text-decoration: none;
	}
	.inner-footer {
		width: 100%;
		text-align: center;
	}
	footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.space60 {
		height: 40px;
		display: block;
	}
	.footer_sec_2,
	.footer_sec_3 {
		margin: 40px auto 0px auto;
		text-align: center;
	}
	footer h6 {
		padding-bottom: 20px;
	}
	footer hr {
		margin: 10px 0;
	}
	.copyright span {
		display: block;
		clear: both;
		width: 100%;
	}
	.footer_sec_1{
		text-align: center;	
	}
	.titletop-section-thankyou {
		padding-top: 100px;
	}
	.banner-newsletter-form {
		width: 80%;
		margin: 0 auto;
		display: block;
		clear: both;
		overflow: hidden;
	}
	.banner-newsletter-form input {
		width: 70%;
	}
	.banner-newsletter-form button {
		width: 30%;		
	}
	.type-post.services-box .entry-content p:last-of-type {
		margin: 20px 0 20px 0;
	}
	.form-contactus {
		margin-bottom: 60px;
	}
	.socialandterms.col-lg-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.socialandterms.col-lg-12 .col-lg-2 .social-media-top {
		display: none;
	}
	.contactus-top {
		display: block;
	}
	.contactus-top span a {
		text-transform: uppercase;
		font-size: 14px;
	}
	.contactus-top span a:hover,
	.contactus-top span a:active {
		text-decoration: none;
	}
}

/* - max-width: 575 */
@media (max-width: 575px) {
	.type-post .entry-header .entry-title.align-left {
		font-size: 28px;
	}
	.blog-single .type-post .entry-content h3 {
		font-size: 1.4rem;
	}
	.widget.widget_social.float-left,
	.entry-header.align-left .post-meta.float-right {
		float: none !important;
		display: block;
		width: 100%;	
		clear: both;
		overflow: hidden;
	}
	.entry-header.align-left .post-meta.float-right {
		margin-top: 15px;
	}
	.titletop-section-success h1 {
		font-size: 30px;
	}
    .slider-section2 .post-block.post-thumb .post-box {
        flex: 0 0 49.5%;
        max-width: 49.5%;
        width: 49.5%;
    }
    div.type-post {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-paralle .type-post {
        display: block;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-2-col-no-sidebar .type-post {
        max-width: 440px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .post-nosidebar > .entry-cover .entry-header .entry-title {
        font-size: 22px;
        line-height: 0.5;
    }
    .error-block h2 { 
        font-size: 25px;
        line-height: 1.3;
    }
}

/* - max-width: 479 */
@media (max-width: 479px) {
    .ftr-social > li {
        margin-left: 14px;
        margin-right: 14px;
    }
    .navigation.pagination .nav-links > .page-numbers {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .slider-section2 .container .row .post-block .post-box .entry-content h3 {
        font-size: 20px;
    }
    .slider-section2 .container .row .post-block.post-thumb .post-box .entry-content h3 {
        font-size: 14px;
    }
    .slider-section2 .post-block.post-thumb .post-box {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 4px;
    }
    .slider-section2 .post-block.post-thumb .post-box,
    .slider-section2 .post-block.post-thumb .post-box:first-child,
    .slider-section2 .post-block.post-thumb .post-box:last-child {
        margin-left: 0;
        margin-right: 0;
    }
    .slider-section2 .post-block.post-thumb .post-box > img {
        width: 100%;
    }
    .trending-section div.type-post {
        max-width: 270px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    article[class*="type-"] .entry-content .entry-footer .social {
        width: 100%;
    }
    article[class*="type-"] .entry-content .entry-footer .social > li {
        margin-left: 0;
        margin-right: 18px;
    }
}
.post h3.entry-title a{padding: 0;}
.post-pager.pagination{justify-content: center;}
.post-pager.pagination>li>a, .post-pager.pagination>li>span{
    background-color: #fff;
    border-radius: 0;
    border: none;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    color: #464646;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin: 0;
    padding: 5px 21px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.post-pager.pagination>.active>a, .post-pager.pagination>.active>span, .post-pager.pagination>.active>a:hover, .post-pager.pagination>.active>span:hover, .post-pager.pagination>.active>a:focus, .post-pager.pagination>.active>span:focus,.post-pager.pagination>li>a:hover{
    background-color: #ffa20f;
    border-color: transparent;
    color: #ffffff;
}
.post-pager.pagination>li:first-child a{border-left: none;}
.post-pager.pagination>li:last-child a{border-right: none;}