/* ======================
==    Default CSS start
========================*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.area {
    width: 100%;
    float: left;
}

ul,
ol {
    padding-left: 35px;
}

table,
table tr,
table td,
table th {
    border: 1px solid #ddd;
    padding: 5px;
}

a,
button,
input,
textarea {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a {
    color: #74992E;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    display: inline-block;
    color: #1B70BB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #062C4F;
    line-height: 1.3;
    margin: 0 0 15px;
}

body {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #4B6780;
}

main.area {
    min-height: 700px
}

img {
    height: auto;
    max-width: 100%;
}

img.alignright {
    float: right;
    margin: 25px 0 25px 25px
}

img.alignleft {
    float: left;
    margin: 25px 25px 25px 0
}

img.aligncenter {
    display: block;
    margin: 25px auto
}

.section_padding .vc_column-inner {
    padding-top: 0 !important
}

.cla_cta-btn a,
a.cla_cta-btn,
.cla_cta-btn input,
input.cla_cta-btn,
.cla_cta-btn button,
button.cla_cta-btn {
    background: #74992E !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    padding: 20px 40px !important;
    border-radius: 40px !important;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cla_cta-btn a:hover,
a.cla_cta-btn:hover,
.cla_cta-btn a:focus,
a.cla_cta-btn:focus,
.cla_cta-btn a:active,
a.cla_cta-btn:active,
.cla_cta-btn input:hover,
input.cla_cta-btn:hover,
.cla_cta-btn input:focus,
input.cla_cta-btn:focus,
.cla_cta-btn input:active,
input.cla_cta-btn:active,
.cla_cta-btn button:hover,
button.cla_cta-btn:hover,
.cla_cta-btn button:focus,
button.cla_cta-btn:focus,
.cla_cta-btn button:active,
button.cla_cta-btn:active {
    background: #1B70BB !important;
}

.section_overlay {
    position: relative;
    z-index: 1
}

.section_overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(4, 7, 22, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: inline-block !important
}

.admin-bar .site_header {
    margin-top: 32px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer_content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffffff;
}

/* ======================
==    Header CSS start
========================*/

.site_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.site_header.shrink-header {
    background: rgba(255, 255, 255, 0.98);
}

.site_header.shrink-header .header_top-content {
    padding: 5px 0;
}

.header_top-section {
    background-color: #1B70BB;
    padding: 4px 0;
}

.header_top-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.header_top-content ul.top-menu-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_top-content ul li {
    display: inline-block;
    margin: 0 5px;
}

.header_top-content ul li:last-child {
    margin-right: 0;
}

.header_top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header_contact p {
    display: inline-block;
    margin: 0;
}

.header_contact ul li span i.fa {
    color: #ffffff;
}

.header_contact ul li p a {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header_contact ul li span {
    margin-right: 5px;
}

.header_contact ul li p a:hover,
.header_contact ul li p a:focus {
    color: #376fb6;
}

.header_top-section .cla_cta-btn a {
    padding: 10px 35px !important;
}

.header_social ul li a {
    color: inherit;
}

.header_social ul li {
    margin: 0 10px;
}

.header_top-section .header_contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* 	flex-wrap: wrap; */
    padding: 0 !important;
}

.header_top-content * {
    line-height: 1.3;
}

.header_social {
    margin-left: 15px;
}

.header_social ul li a:hover,
.header_social ul li a:focus {
    color: #00D3C8;
}

/* Header top end */

.main_header-content .navbar {
    padding: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header_nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header_menu li a {
    color: #4B6780;
    font-size: 16px;
    line-height: 1;
    /* 	text-transform: capitalize; */
    padding: 15px 12px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 400;
}

.header_menu li a:hover,
.header_menu li a:focus {
    color: #1B70BB !important;
}

.header_menu .dropdown ul {
    display: block;
    top: 140%;
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
}

.header_menu .dropdown ul li a {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    padding: 13px;
    font-size: 12px;
    line-height: 1.3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header_menu .dropdown-toggler {
    display: none;
}

.header_menu .dropdown ul li:last-child a {
    border: none
}

.header_menu .dropdown ul li a:hover {
    background: rgba(4, 63, 95, 0.05);
}

.header_menu .dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    top: 101%
}

.header_menu li a::after {
    display: none;
}

.header_contact ul li p {
    color: #ffffff;
}

.header_menu li.cla_cta-btn a:hover {
    color: #ffffff !important;
}

.header_menu li.cla_cta-btn a {
    padding: 15px 30px !important;
    margin-left: 10px;
}

.main_header {
    padding: 10px 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header_menu .dropdown ul ul.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header_menu .dropdown ul li.menu-item-has-children:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.site_header.shrink-header .main_header {
    padding: 5px 0;
}

.cus_gform .gform_button:hover,
.cus_gform .gform_button:focus {
    background: #1B70BB !important;
}

.cus_gform .gform_footer {
    text-align: center;
    padding-bottom: 0 !important;
}

.cus_gform .ginput_container_consent input {
    margin-right: 5px !important;
}

.cus_gform .gform_button {
    background: #74992E !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    padding: 20px 40px !important;
    border-radius: 40px !important;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cus_gform .ginput_container_consent label {
    display: inline;
}

.cus_gform .ginput_container input:focus,
.cus_gform .ginput_container textarea:focus {
    -webkit-box-shadow: -3.42px 9.397px 30px 0px #e5f3ff;
    box-shadow: -3.42px 9.397px 30px 0px #e5f3ff;
    background: #ffffff !important;
}

.cus_gform .ginput_container {
    margin: 0 !important;
}

.cus_gform .ginput_container input,
.cus_gform .ginput_container textarea,
.cus_gform .ginput_container select {
    margin: 5px 0 !important;
    border: none !important;
    background: #00406208 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    padding: 15px !important;
    color: #333333 !important;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 55px !important;
    border-radius: 5px !important;
}

.cus_gform .ginput_container textarea {
    height: 120px !important;
}

.cus_gform .ginput_container input[type="checkbox"] {
    height: auto !important;
    margin: 0 !important;
}

.cus_gform .gfield_label {
    display: none !important;
}

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

.onelife_footer-content.widget_media_image {
    margin: 0 0 15px;
}

.footer_widget_section {
    padding: 60px 0;
    background: #376eb5;
}

.footer-title {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 20px;
    color: #160004;
}

.footer_menu li a:hover {
    color: #73AFB6;
}

.footer_menu li a {
    color: #4D6978;
    font-size: 16px;
}

.footer_contact ul li a:hover,
.footer_contact ul li a:focus {
    color: #73AFB6;
}

.copyright_content a:hover,
.copyright_content a:focus {
    color: #73AFB6;
}

.footer_contact ul li a {
    color: inherit;
}

.footer_contact ul li {
    margin: 0 0 15px;
}

.footer_contact ul li i.fa {
    margin-right: 10px;
}

.footer_contact ul li p {
    margin: 0;
    font-size: 16px;
}

.footer_contact ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

main>section:first-child {
    margin-top: 145px;
}

.title-header h1 {
    background: #062C4F !important;
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    padding: 15px;
    color: #ffffff;
}

.copyright_section {
    background: #7c9840;
    padding: 10px 0;
}

.copyright_content,
.copyright_content a {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}

.copyright_content a {
    color: #6FAFE0 !important;
}

.footer_social {
    margin: 20px 0 0;
}

.footer_social ul li a:hover i,
.footer_social ul li a:focus i{
	background: rgba(255, 255, 255, 0.4);
	color: #ffffff;
}

.footer_social ul li {
    display: block;
	margin-top: 5px;
}

.footer_social ul li a i{
	color: #456db0;
    margin-right: 10px;
    -webkit-box-shadow: -1.71px 4.698px 20px 0px rgba(33, 150, 244, 0.1);
    box-shadow: -1.71px 4.698px 20px 0px rgba(33, 150, 244, 0.1);
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 7px;
    margin-right: 10px !important;
}

.title_bar.left::after {
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.inner_content_structure ul {
    padding-left: 30px;
}

.cus_gform .gfield_checkbox input {
    float: left;
    position: relative;
    top: 3px;
}

.cus_gform .gfield_checkbox label {
    padding-left: 10px !important;
}

.header_logo {
    max-width: 200px;
}

.header_logo img {
    width: 100%;
}

.footer_widget_section .widget_media_image img {
    width: 100% !important;
}

.footer_widget_section .widget_media_image {
    max-width: 300px;
    margin-bottom: 0px;
}

.cus_gform .gfield_checkbox,
.cus_gform .gfield_checkbox li {
    margin: 0 !important;
}

.footer_widget_section a:hover {
    color: #82974d;
}

.footer_widget_section .footer-contact li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.footer_widget_section .footer-contact i {
    margin-right: 10px;
    color: #005DAB;
}

.footer_widget_section .footer-contact a {
    margin-bottom: 10px;
    line-height: 30px;
}

.footer_widget_section .col-lg-6 {
    text-align: center;
}

.footer_widget_section .footer-contact p {
    margin-bottom: 0;
    line-height: 30px;
}

.footer_widget_section .footer-text {
    line-height: 30px;
    padding: 10px 40px 0;
}

.footer_social .social_icon_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
}

.footer_social .social_icon_link_list li:not(:last-child) {
    margin-right: 20px;
}

.footer_widget_section .social_icon_link_list a {
    display: inline-block;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    -webkit-box-shadow: -1.71px 4.698px 20px 0px rgba(33, 150, 244, 0.1);
    box-shadow: -1.71px 4.698px 20px 0px rgba(33, 150, 244, 0.1);
}

.footer_widget_section .social_icon_link_list a:hover {
    background: #78CCCE;
    color: #fff;
}

.footer_widget_section .col-sm-6:last-child {
    padding-left: 120px;
}

.footer_quick_links .list-item a {
    margin-bottom: 10px !important;
    line-height: 28px;
}

.footer-bottom-section .copyright-text {
    font-size: 18px !important;
}

.copyright_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    /*justify-content: space-between;*/
    -ms-flex-pack: center;
    justify-content: center;
}

.header_nav_mobile_wrapper {
    display: none;
}

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

.header_nav_mobile ul.header_menu li.cla_cta-btn {
    padding: 15px 30px;
}

.home .footer_top_cta_section {
    display: none;
}

.vc_row.hero_section {
    background-attachment: fixed;
}

.footer_content_wrapper a {
    color: #ffffff;
    text-decoration: underline;
}

.footer_social ul {
    padding: 0;
    margin: 0;
}

.surestream_footer-content p,
.surestream_footer-content a,
.surestream_footer-content strong,
.footer-title {
    color: #ffffff;
}

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

.footer_subscribe_content {
    background: #7BC342;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    margin-bottom: -85px;
    position: relative;
}

.footer_subscribe_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer_subscribe_form .ginput_container input {
    min-width: 300px;
    background: #ffffff !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.footer_subscribe_content_wrapper p {
    margin: 0;
    color: #ffffff;
}

.footer_subscribe_content_wrapper h2 {
    color: #ffffff;
}

.footer_subscribe_form .gform_button {
    min-height: 55px;
}

.footer_subscribe_form .gform_button:hover,
.footer_subscribe_form .gform_button:focus {
    background: #333333 !important;
}

.subtitle {
    margin-bottom: 5px;
}

.pix_carousel_wrapper .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.pix_carousel_wrapper .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 50%;
    outline: none !important;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.pix_carousel_wrapper .owl-nav button.owl-prev {
    position: relative;
    left: -60px;
}

.pix_carousel_wrapper .owl-nav button.owl-next {
    position: relative;
    right: -60px;
}

.pix_carousel_wrapper .owl-nav button:hover,
.pix_carousel_wrapper .owl-nav button:focus {
    background: #2475CC;
    border-color: #2475CC !important;
}

.pix_carousel_wrapper .owl-nav button:hover i {
    color: #ffffff;
}

.wp-video-popup i.fa {
    background: rgba(141, 199, 65, 0.8);
    border-radius: 50%;
    font-size: 40px;
    line-height: 150px;
    color: #ffffff;
    width: 150px;
    height: 150px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.wp-video-popup i.fa:hover {
    background: rgba(141, 199, 65, 1);
}

.testimonial_slides .author_img img {
    max-width: 50px;
}

.testimonial_slides .author_img {
    margin-bottom: 20px;
}

.testimonial_slides .testimonia_review {
    margin-bottom: 5px;
    color: #FFC859;
}

.testimonial_slides .testimonia_review i.fa {
    margin-right: 3px;
}

.testimonial_slides p {
    margin-bottom: 5px;
}

.testimonial_slides h4 {
    margin: 0;
    font-size: 18px;
}

.testimonial_section .owl-carousel .owl-stage-outer {
    /* 	overflow: visible; */
}

.testimonial_section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0.2;
}

.testimonial_section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.testimonial_section .owl-nav button {
    color: #62B8DB !important;
    border-color: #62B8DB !important;
}

.contact_section .cus_gform_wrapper {
    margin: 0;
}

.contact_section .cus_gform_wrapper .ginput_container input,
.contact_section .cus_gform_wrapper .ginput_container select,
.contact_section .cus_gform_wrapper .ginput_container textarea {
    background: #ffffff !important;
}

.cus_gform .ginput_container .gfield_radio input {
    height: auto !important;
}

.recent_post_section .vc_gitem-post-data-source-post_title h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.recent_post_section .vc_gitem-post-data-source-post_title {
    margin-bottom: 5px;
}

.recent_post_section .vc_btn3-container {
    margin-bottom: 5px;
}

.recent_post_section .vc_btn3-container .vc_btn3 {
    background: none !important;
    color: #2475CC !important;
    padding: 0;
    font-weight: 700;
}

.recent_post_section .vc_gitem-post-data-source-post_excerpt,
.recent_post_section .vc_gitem-post-data-source-post_excerpt p {
    margin-bottom: 10px !important;
}

.recent_post_section .vc_btn3-container .vc_btn3:hover,
.recent_post_section .vc_btn3-container .vc_btn3:focus {
    color: #62B8DB !important;
}

.title-header .media-heading {
    font-size: 24px;
    padding: 10px;
}

.modal-dialog {
    min-width: 700px;
    margin-top: 100px;
}

.single-team-member a.modal_id {
    display: block;
    position: relative;
    z-index: 1
}

.single-team-member a.modal_id img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.single-team-member .team-member-details-hidden-text {
    display: none
}

.single-team-member {
    position: relative;
    z-index: 1;
    margin: 15px 0
}

.single-team-member .memeber-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.single-team-member .memeber-title h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding: 10px
}

.single-team-member:hover .memeber-title {
    background: rgba(165, 76, 41, 1);
}

.single-team-member a.modal_id::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #2475CC;
    font-size: 60px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 11
}

.single-team-member:hover a.modal_id::after {
    opacity: 1;
    visibility: visible
}

.single-team-member a.modal_id::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden
}

.single-team-member:hover a.modal_id::before {
    opacity: 1;
    visibility: visible
}

.team-member-modal .modal-body {
    padding: 30px;
    position: relative
}

.team-member-modal .modal-body button.close {
    position: absolute;
    right: 20px;
    top: 20px
}

.pix_template-header {
    margin: 0;
}

.pix_template-text p {
    text-align: unset;
}

.pix_template-title {
    text-transform: capitalize;
    font-size: 36px !important;
}

.footer_subscribe_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.footer_subscribe_content_wrapper h2 {
    margin-bottom: 5px;
}

.footer_content_wrapper a:hover,
.footer_content_wrapper a:focus {
    color: #ffffff;
}

.footer_subscribe_form .ginput_container input {
    min-width: 250px;
}

.footer_subscribe_form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inner_page_hero_section {
    padding: 200px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.inner_page_hero_content {
    margin: 0 !important;
    color: #ffffff;
    text-align: center;
}

.home .inner_page_hero_section {
    display: none;
}

.footer_top_cta_content {
    /* background: linear-gradient(83.11deg, #0192B9 0%, #8FBC16 100%); */
    text-align: center;
    border-radius: 10px;
    padding: 40px 30px;
    background: #F4F5F8;
}

.footer_top_cta_content p {
    padding: 0 100px;
}

.footer_top_cta_section {
    margin-bottom: 60px;
}


.footer_contact a {
    color: #ffffff;
}

.footer_contact .info_item p {
    margin: 0;
}

.footer_contact .info_item {
    margin-bottom: 10px;
}

.home main section:first-child {
    /* 	margin-top: 0; */
}

.title_bar {
    position: relative;
    z-index: 1;
}

.title_bar::after {
    content: "";
    width: 100px;
    height: 50px;
    background: #FDB71A;
    position: absolute;
    top: 0;
    left: -6px;
    z-index: -1;
}

.title.title_bar {
    display: inline-block;
}

.testimonial_carousel .owl-dots button span {
    width: 12px;
    height: 12px;
    background: #7f7f7f;
    display: inline-block;
    border-radius: 50%;
    margin: 2px;
}

.testimonial_carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.testimonial_carousel .owl-dots button.active span {
    background: #82974d;
}

.pix_card_addon_wrapper.Horizontal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pix_card_addon_wrapper.Horizontal-card .pix_card_img {
    margin-right: 15px;
}

.pix_card_addon_wrapper.Horizontal-card .pix_card_content p {
    margin: 0;
}

.pix_card_addon_wrapper {
    margin-bottom: 25px;
}

.cla_post-details a {
    word-break: break-all;
}

.cla_blog-sidebar {
    margin-top: 20px;
}




/* Custom CSS start from here */


.surestream_footer-content ul {
    list-style: none;
    padding: 0;
}

.surestream_footer-content ul li a {
    word-break: unset;
    margin-bottom: 7px;
}

.surestream_footer-content img {
    margin-bottom: 25px;
}

.surestream_footer-content .cla_cta-btn {
    padding: 15px 30px !important;
}

.surestream_footer-content .cla_cta-btn:hover,
.surestream_footer-content .cla_cta-btn:focus {
    background: #32a432 !important;
}

.surestream_cus_addon_wrapper {
    border: 1px solid #ECDAD3;
    border-radius: 14px;
    text-align: center;
    padding: 30px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.surestream_cus_addon_wrapper .surestream_addon_img {
    margin-bottom: 20px;
}

.surestream_cus_addon_wrapper .surestream_addon_title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.surestream_cus_addon_wrapper .surestream_addon_hover_content {
    position: absolute;
    background: #2475CC;
    top: 0;
    left: 0;
    border-radius: 14px;
    padding: 30px 15px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.surestream_cus_addon_wrapper .surestream_addon_hover_content p {
    color: #ffffff;
    font-size: 14px;
}

.surestream_cus_addon_wrapper .surestream_addon_hover_content .cla_cta-btn {
    padding: 10px 15px !important;
    font-size: 12px !important;
    max-width: 100px;
    margin: 0 auto;
    background: #CE772A !important;
}

.surestream_cus_addon_wrapper .surestream_addon_hover_content .cla_cta-btn:hover,
.surestream_cus_addon_wrapper .surestream_addon_hover_content .cla_cta-btn:focus {
    background: #32a432 !important;
}

.surestream_cus_addon_wrapper:hover .surestream_addon_hover_content {
    opacity: 1;
    visibility: visible;
}

.step_section h3 {
    font-size: 20px;
}

.service_section .surestream_cus_addon_wrapper {
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.step_section .vc_inner .vc_column-inner {
    padding-top: 30px !important;
    border-radius: 10px;
}

.difference_card_wrapper .surestream_cus_addon_wrapper>a {
    display: none;
}

.difference_card_wrapper .surestream_cus_addon_wrapper .surestream_addon_title {
    margin: 0;
    font-size: 24px;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.difference_card_wrapper .surestream_cus_addon_wrapper {
    position: relative;
    z-index: 1;
}

.difference_card_wrapper .surestream_cus_addon_wrapper::after {
    content: url('https://www.surestream.com/wp-content/uploads/2022/03/arrow_top.png');
    position: absolute;
    top: 15px;
    left: 15px;
}

.difference_card_wrapper .surestream_cus_addon_wrapper::before {
    content: url(https://www.surestream.com/wp-content/uploads/2022/03/arrow_bottom.png);
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.webinar_section .vc_inner .vc_column-inner {
    padding: 0 !important;
}

.webinar_section .vc_inner .cla_cta-btn {
    margin-bottom: 25px;
}

.webinar_section .vc_inner .section_heading_wrapper {
    padding: 5px 15px 0 15px;
}

.testimonial_slides {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 3%);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 3%);
    margin: 15px;
    padding: 20px 25px;
}

.contact_section.section_overlay::before {
    background: rgba(255, 255, 255, 0.6);
}

.recent_post_section .vc_gitem-post-data-source-post_excerpt {
    display: none;
}

.recent_post_section .vc_gitem-zone-c {
    background: none !important;
}

.logo-carousel-free .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_contact a {
    word-break: break-all;
}

.inner_content_4col .vc_column-inner {
    background: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 0 !important;
}

.inner_content_4col .vc_column-inner .title {
    background: #2475CC;
    padding: 15px 10px;
    color: #ffffff;
    /*     border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
    font-size: 22px !important;
}

.inner_content_4col .content {
    padding: 0 15px;
}

.surestream_line {
    width: 80%;
    height: 1px;
    background: #2475CC;
    position: relative;
    z-index: 1;
    margin: 30px auto !important;
}

.surestream_line::after {
    content: url(https://surestream.com/wp-content/uploads/2022/03/Untitled-1.png);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 0 15px;
    z-index: 1;
    border-radius: 50%;
}

.cla_cta-btn.line_cta a {
    background: none !important;
    border: 1px solid #62B8DB !important;
    color: #62B8DB !important;
}

.cla_cta-btn.line_cta a:hover,
.cla_cta-btn.line_cta a:focus {
    background: #2475CC !important;
    border-color: transparent !important;
    color: #ffffff !important;
}

.offer_carousel .offer_cpt_slides .offer_cpt_img {
    overflow: hidden;
    margin-bottom: 15px;
}

.offer_carousel .offer_cpt_slides .offer_cpt_img img {
    height: 255px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.offer_carousel .offer_cpt_slides:hover .offer_cpt_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.offer_carousel .offer_cpt_slides .offer_cpt_content h2 {
    font-size: 22px;
    margin-bottom: 7px;
}

.offer_carousel .offer_cpt_slides .offer_cpt_content .cla_cta-btn {
    padding: 10px 20px !important;
    font-size: 14px !important;
}

.Explore_intro_card .vc_column-inner {
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    background: #ffffff;
    padding: 30px 15px !important;
    margin-top: -70px;
}

.Explore_intro_card {
    overflow: visible !important;
    margin-bottom: 40px;
    z-index: 9;
}

.Explore_intro_card .content,
.Explore_intro_card .content p:last-child {
    margin: 0 !important;
}

.Explore_subcat_wrapper .wpb_text_column h2 {
    font-size: 38px;
    margin-bottom: 40px;
}

.offer-wrapper .offer_cpt_slides {
    margin-bottom: 30px !important;
}

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

.offer_book strong {
    font-size: 18px;
    font-style: italic;
    color: #0B2C39;
    font-weight: 500;
    line-height: 1.4;
}

blockquote.offer_post_quote {
    width: 100%;
    float: left;
    background: #F6F6F6;
    padding: 30px;
    border-left: 5px solid #2475CC;
    margin: 30px 0;
}

blockquote.offer_post_quote p {
    font-style: italic;
    margin: 0;
}

.offer_single_content_wrapper b,
.offer_single_content_wrapper strong {
    color: #2475CC;
}

.offer_single_hero_section {
    padding: 150px 0 200px 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.offer_single_hero_content {
    text-align: center;
}

.offer_single_hero_content .offer_single_hero_content_title {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 35px;
}

.offer_single_hero_content .offer_single_hero_content_subtitle {
    color: #ffffff;
    font-size: 28px;
    font-style: italic;
}

.offer_single_overview_wrapper {
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 50px;
}

.offer_single_overview_wrapper p {
    text-align: center;
    margin-bottom: 50px;
}

.offer_single_overview_cards_single h4 {
    font-size: 18px;
}

.offer_single_overview_cards_single p {
    text-align: left;
    margin: 0;
}

.offer_single_overview_section {
    position: relative;
    top: -100px;
    z-index: 9;
}

.offer_single_sidebar {
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 30px;
    width: 100%;
    float: left;
}

.offer_single_sidebar .widget {
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}

.offer_single_sidebar .widget-title {
    font-size: 22px;
    color: #2475CC;
}

.offer_single_sidebar .cla_cta-btn {
    width: 100%;
    text-align: center;
}

.offer_single_related_workshop_section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.offer_single_sidebar .widget:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

h2.related-workshop {
    margin-bottom: 40px;
}

.case-details-hidden-text {
    display: none;
}

.case_studies_modal>h2 {
    font-size: 24px;
}

.case_studies_inner_section .vc_inner .vc_column-inner {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.case_studies_inner_section .vc_inner .vc_column-inner:hover {
    background: #2475CC !important;
    cursor: pointer;
}

.case_studies_inner_section .vc_inner .vc_column-inner:hover .case_studies_modal * {
    color: #ffffff !important;
}

.case_studies_inner_section .vc_inner .vc_column-inner .case_studies_modal * {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.offer_carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.offer_carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #2475CC !important;
    color: #2475CC !important;
    border-radius: 50%;
    outline: none !important;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.offer_carousel .owl-nav button.owl-prev {
    position: relative;
    left: -60px;
}

.offer_carousel .owl-nav button.owl-next {
    position: relative;
    right: -60px;
}

.offer_carousel .owl-nav button:hover,
.offer_carousel .owl-nav button:focus {
    background: #2475CC;
    border-color: #2475CC !important;
    color: #ffffff !important;
}

.Explore_intro_card .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.bordered_cta .title {
    margin: 0 !important;
}

.vc_row.inner_content_4col.feature_items .vc_column-inner .title {
    background: none !important;
    margin-bottom: 0 !important;
}

.vc_row.inner_content_4col.feature_items .section_heading_wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
}

.event_post_title a {
    font-size: 18px;
    color: #0B2C39;
}

.event_post_title {
    margin-bottom: 5px;
    font-size: unset;
}

.event_cpt_info p {
    font-weight: 400;
}

.event_cpt_image {
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
}

.event_carousel .owl-nav button {
    border-color: #2475CC !important;
    color: #2475CC !important;
}

.event_cpt_image img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event_post_title a:hover,
.event_post_title a:focus {
    color: #2475CC;
}

.resources_addon_wrapper {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #ffefe8;
}

.resources_addon_image {
    overflow: hidden;
}

.resources_addon_image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.resources_addon_wrapper:hover .resources_addon_image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.resources_addon_content h2 {
    font-size: 22px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.resources_addon_content p {
    color: #2475CC;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.resources_addon_content {
    padding: 20px 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.resources_addon_wrapper:hover .resources_addon_content {
    background: #2475CC;
}

.resources_addon_wrapper:hover .resources_addon_content h2,
.resources_addon_wrapper:hover .resources_addon_content p {
    color: #ffffff;
}

.resources_addon_wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.cus_radio_label .gfield_label {
    display: block !important;
}

.inner_content_4col .vc_single_image-wrapper img {
    width: 90px;
}

.guides_left_sidebar {
    position: sticky !important;
    top: 150px !important;
    height: calc(100vh - 175px) !important;
    overflow-y: scroll !important;
}

.vc_row.guides_wrapper {
    overflow: visible !important;
}

.guides_left_sidebar .vc_inner .cla_cta-btn {
    margin: 5px;
}

.guides_left_sidebar .vc_inner {
    margin-bottom: 25px !important;
}

.guides_left_sidebar .wpb_text_column {
    margin-bottom: 20px;
}

.guides_left_sidebar .wpb_text_column h4 {
    color: #2475CC;
    margin-bottom: 25px;
}

.guides_left_sidebar .wpb_text_column a {
    color: #616F74;
}

.guides_left_sidebar .wpb_text_column a:hover {
    color: #2475CC;
}

.redefinition-right-col .wpb_text_column p {
    color: #2475CC;
}

.approaches_intro_section .vc_inner .content,
.approaches_intro_section .vc_inner .content p {
    margin: 0;
}

.business_overview_services .content,
.business_overview_services .content p {
    margin: 0;
}

.business_overview_services .vc_column-inner {
    padding-bottom: 0 !important;
}

.offer_carousel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.resources_addon_content p a {
    position: static;
}

.resources_addon_wrapper:hover .resources_addon_content p a {
    color: #ffffff;
}

form.filterableForm {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 40px 30px 40px 0;
}

form.filterableForm .cla_cta-btn {
    margin: 0 6px;
    padding: 15px 30px !important;
    border: 1px solid #2475CC !important;
}

form.filterableForm .cla_cta-btn.line_cta {
    background: none !important;
    color: #2475CC !important;
}

form.filterableForm .cla_cta-btn.line_cta:hover,
form.filterableForm .cla_cta-btn.line_cta:focus {
    background: #B35325 !important;
    border-color: #B35325 !important;
    color: #ffffff !important;
}

.contact_section .pix_card_addon_wrapper.Horizontal-card .pix_card_img {
    width: 15%;
}

.contact_section .pix_card_addon_wrapper.Horizontal-card .pix_card_content {
    width: 75%;
}

.header_contact .footer_social {
    margin: 0;
}

.header_contact .footer_social ul li a {
    margin: 0;
}

.header_top-content ul.top-menu-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header_top-content ul.top-menu-right li {
    margin: 0 0 0 32px;
}

.header_contact .footer_social ul li {
    margin: 0 4px;
}

.header_contact .footer_social ul li a {
    background: rgba(255, 255, 255, 0.4);
}

.header_contact .footer_social ul li a:hover,
.header_contact .footer_social ul li a:active {
    background: #376fb6;
    color: #ffffff;
}

.hero_section .section_heading_wrapper {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 20%;
    background: rgba(6, 44, 79, 0.8);
    border-radius: 16px;
    padding: 40px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	max-width: 700px;
}

.section_heading_wrapper.section_heading .subtitle,
.section_heading_wrapper.section_heading .title {
    text-transform: uppercase;
}

.vc_row.step_section .vc_column-inner {
    border: 1px solid #c7dbec;
    border-radius: 12px;
    padding: 24px 16px !important;
    background: #ffffff;
    margin-top: -130px;
}

.vc_row.step_section {
    z-index: 99;
    overflow: visible !important;
}

.pricing_section .vc_inner .vc_column-inner {
    border: 1px solid #c0d3e9;
    padding: 60px 24px 40px 24px !important;
    border-radius: 16px;
    position: relative;
}

.pricing_section .vc_inner .vc_column-inner ul {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.pricing_section .vc_inner .vc_column-inner ul li {
    padding-bottom: 12px;
    border-bottom: 1px solid #D5E0C0;
    margin-bottom: 12px;
}

.pricing_section .vc_inner .vc_column-inner .package_badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #376eb5;
    color: #ffffff;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.pricing_section .vc_inner .vc_column-inner .wpb_single_image {
    margin-bottom: 24px !important;
}

.pricing_section .vc_inner .premium_pack .vc_column-inner .package_badge {
    background: #7c9840;
}

.pricing_section .vc_inner .vc_column-inner .cla_cta-btn {
    background: #ffffff !important;
    border: 2px solid #7c9840 !important;
    color: #7c9840 !important;
}

.pricing_section .vc_inner .premium_pack .vc_column-inner .cla_cta-btn {
    background: #82974d !important;
    color: #ffffff !important;
}

.pricing_section .vc_inner .premium_pack .vc_column-inner .cla_cta-btn:hover,
.pricing_section .vc_inner .premium_pack .vc_column-inner .cla_cta-btn:focus {
    background: #456db0 !important;
    border-color: #456db0 !important;
}

.pricing_section .vc_inner .vc_column-inner .cla_cta-btn:hover {
    background: #82974d !important;
    color: #ffffff !important;
}

.pricing_section .vc_inner .vc_column-inner h4 {
    color: #74992E;
    font-size: 48px;
}

.pricing_section .vc_inner .vc_column-inner h4 strong {
    font-size: 16px;
    display: block;
    font-weight: 500;
    margin-top: -8px;
}

.why_us_section .pix_card_img {
    min-width: 80px;
}

.why_us_section .pix_card_content h3 {
    color: #1B70BB;
    margin-bottom: 8px;
    font-size: 24px;
}

.why_us_section .pix_card_content p {
    color: #ffffff;
}

.why_us_section .section_heading_wrapper {
    margin-bottom: 40px !important;
}

.wp-video-popup i.fa {
    background: rgba(141, 199, 65, 0.8);
    border-radius: 50%;
    font-size: 40px;
    line-height: 150px;
    color: #ffffff;
    width: 150px;
    height: 150px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.wp-video-popup i.fa:hover {
    background: rgba(141, 199, 65, 1);
}

.testimonial_slides {
    border: 1px solid #bdd1e3;
    border-radius: 16px;
}

.get_started_section .cla_cta-btn:hover,
.get_started_section .cla_cta-btn:focus {
    background: #122b4d !important;
}

.blog_section .vc_gitem-zone-c {
    background: #ffffff !important;
    border: 1px solid #c0d3e9;
    padding: 8px;
}

.blog_section .vc_gitem-zone-c .vc_btn3-container {
    margin: 0;
}

.blog_section .vc_gitem-zone-c .vc_btn3-container .vc_btn3 {
    color: #74992E !important;
    background: none !important;
    text-transform: uppercase !important;
    font-size: 16px;
    padding: 0 !important;
    font-weight: 500;
}

.blog_section .vc_gitem-zone-a {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.blog_section .vc_gitem-zone-c {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.contact_section .pix_card_addon_wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
}

.contact_section .pix_card_addon_wrapper h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.contact_section .gform_footer {
    text-align: left;
}

.newsletter_section .vc_inner {
    position: absolute;
    top: -122px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.newsletter_section {
    overflow: visible !important;
}

footer.main_footer {
    position: relative;
    z-index: 1;
}

.home .footer_widget_section {
    padding-top: 80px;
}

.newsletter_section .vc_inner .section_heading_wrapper {
    padding-left: 24px;
}

.newsletter_section .vc_inner form {
    background: #ffffff;
    border-radius: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 10px;
}

.newsletter_section .vc_inner form input[type="email"] {
    background: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.newsletter_section .vc_inner form .gform-body {
    width: 100% !important;
}

h2.cla_post-title {
    color: #122b4d !important;
}

.service_carousel {
    margin-top: 24px;
}

.service_carousel .service_cpt_wrap {
    border: 1px solid #d4debf;
    border-radius: 16px;
    overflow: hidden;
}

.service_carousel .service_cpt_wrap .service_cpt_image img {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    height: 180px !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.service_carousel .service_cpt_wrap .service_cpt_content {
    padding: 0 15px 15px 15px;
}

.service_carousel .service_cpt_wrap .service_cpt_content h2.service_cpt_title {
    font-size: 20px;
    margin-bottom: 8px;
}

.service_carousel .service_cpt_wrap .service_cpt_image {
    overflow: hidden;
    margin-bottom: 16px;
}

.service_carousel .service_cpt_wrap:hover .service_cpt_image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.cla_cta-btn.second_cta {
    background: #376eb5 !important;
}

.cla_cta-btn.second_cta:hover, .cla_cta-btn.second_cta:focus {
    background: #7c9840 !important;
}

.cta_set .cla_cta-btn {
    margin: 0 4px;
}

.call-us {
    width: 48px;
    height: 48px;
    border: 2px solid #1B70BB;
    border-radius: 48px;
    line-height: 48px;
    text-align: center;
    transition: all 0.3s linear;
}

.call-us:hover, .call-us:focus {
    background: #1B70BB;
    color: #ffffff;
}

/* new page css  */
.hero_section_two{
	position: relative;
	padding: 280px 0px 250px;
}
.hero_section_two .section_heading_wrapper  {
    width: 1130px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.hero_section_two .section_heading_wrapper .subtitle,.hero_section_two .section_heading_wrapper h2.title,.testimonial_section .section_heading_wrapper h2.title{
	text-transform: uppercase;
}
.hero_section_two .section_heading_wrapper .subtitle{
	letter-spacing: 14px;
}
.hero_section_two .section_heading_wrapper .content{
	margin-bottom: 30px;
}
.hero_section_two .section_heading_wrapper .content p{
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	/*max-width: 900px;*/
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
}
.hero_section_two .section_heading_wrapper .cla_cta-btn{
	margin: 0 10px;
	min-height: 60px;
}
.hero_section_two .section_heading_wrapper .banner_btn_one{
	padding: 20px 50px !important;
	font-size: 16px !important;
}
.section_heading_wrapper .banner_button_two{
	font-size: 16px !important;
	color: #fff !important;
	padding: 0px !important;
	background: transparent !important;
	min-height: auto !important;
	margin-top: 25px !important;
	cursor: initial !important;
}

.section_heading_wrapper a.cla_cta-btn.banner_button_two:hover{
	color: #fff !important;
	background: transparent !important;
}

.sec_title h2{
	font-size: 40px;
	line-height: 40px; 
	text-transform: uppercase;
}
.service_item .wpb_wrapper{
	padding: 5px 25px;
	border-radius: 40px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service_item .wpb_wrapper h4{
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}
.service_item .wpb_wrapper:before{
	content: "";
	width: 94px;
	height: 16px;
	background: url('https://c1mdevsite.com/surestream.com/wp-content/uploads/2023/08/Arrow4.png');
	display: inline-block;
	margin-right: 30px;
	display: none;
}
.wpb_content_element.hero_video_bg{
	margin-bottom: 0px !important;
}

.section_heading_wrapper .cla_cta-btn.ac_btn_one{
	font-size: 16px !important;
	padding: 20px 50px !important;
    min-height: 60px;
	box-shadow: 0px 20px 80px 0px rgba(74, 114, 0, 0.40) !important;
}
.section_heading_wrapper .cla_cta-btn.ac_btn_one:hover{
	box-shadow: 0px 20px 80px 0px rgba(38, 119, 190, 0.40) !important;
}
.section_heading_wrapper .cta_set .cla_cta-btn.ac_btn_two{
	font-size: 16px !important;
	padding: 0px !important;
	border: 0px solid #74992E !important;
	color: #062C4F !important;
	background: transparent !important;
	margin-top: 25px !important;
	cursor: initial !important;
	text-decoration: none !important;
}
.section_heading_wrapper .cta_set{
	display: grid;
	align-items: center;
	justify-content: center;
}
.section_heading_wrapper .cta_set .cla_cta-btn.ac_btn_two:hover{
	background: transparent !important;
}
.section_heading_wrapper .cta_set .cla_cta-btn{
	margin: 0px 15px;
}
.section_heading_wrapper .cta_set .cla_cta-btn.ac_btn_two.white{
	color: #fff !important;
}

.section_heading_wrapper .cta_set .cla_cta-btn.ac_btn_two.white.blue:hover{
	color: #fff !important;
	text-decoration: underline;
}
.features_section #cla_heading_64f054b7cf204 .title,.features_section .section_heading_wrapper h2.title{
	text-transform: uppercase !important;
}
.section_heading_wrapper.service_content .cla_cta-btn.ac_btn_one{
	background: #fff !important;
	color: #74992E !important;
}
.section_heading_wrapper.service_content .cla_cta-btn.ac_btn_one:hover{
	background: #1B70BB !important;
	color: #fff !important;
}
.faq_inner .wpb_single_image img{
	border-radius: 20px;
}

.faq_inner .vc_toggle_default{
	border-radius: 40px;
	border: 1px solid #A7BE7B;
	background: #FFF;
}
.faq_inner .vc_toggle_default .vc_toggle_icon{
	left: auto !important;
	right: 20px !important;
}
.faq_inner .vc_toggle_default .vc_toggle_icon:before{
	content:'';
	background: url('https://c1mdevsite.com/surestream.com/wp-content/uploads/2023/08/angle-down.png') !important;
	width: 20px !important;
	height: 12px !important;
	color: #A7BE7B;
	font-size: 24px;
	border: 0px !important;
}
.faq_inner .vc_toggle_default.vc_toggle_active .vc_toggle_icon:after{
	content:'';
	background: url('https://c1mdevsite.com/surestream.com/wp-content/uploads/2023/08/angle-up.png') !important;
	width: 20px !important;
	height: 12px !important;
	border: 0px !important;
	font-size: 24px;
	color: #A7BE7B;
	visibility: visible !important;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after{
	width: auto !important;
	height: auto !important;
}
.faq_inner .vc_toggle_default .vc_toggle_icon{
	background: transparent !important;
    border: 0px !important;
    height: 20px !important;
    width: 20px !important;
	margin-left: 0px !important;
}

.faq_inner .vc_toggle_default .vc_toggle_content{
	padding-right: 20px !important;
}
.faq_inner .vc_toggle_default .vc_toggle_content p{
	font-size: 16px;
	line-height: 30px;
	color: #062C4F !important;
	margin-bottom: 10px;
	opacity: 0.6;
	padding-left: 38px !important;
}
.faq_inner .vc_toggle_title>h4{
	font-weight: 500;
	font-size: 24px !important;
}
.faq_inner .vc_toggle_default .vc_toggle_title{
	margin: 14px 0px;
	padding-left: 25px !important;
	position: relative;
}
.faq_inner .vc_toggle_default .vc_toggle_title:before{
	content: "";
	background: url('https://c1mdevsite.com/surestream.com/wp-content/uploads/2023/08/Arrow42.png');
	width: 34px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
    display: inline-block;
    transform: translateY(-50%);
	display: none;
}
.header_nav .call-us{
	display: none;
}
.main_header{
	padding: 25px 0px; 	
}
.header_menu li.cla_cta-btn a{
	background: #74992E !important;
	box-shadow: 0px 20px 80px 0px #4A7200 !important;
}
/* main>section:first-child {
    margin-top: 0px;
} */
.site_header{
	background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(2px);
}
.testimonial_section .testimonial_slides{
	padding:0px 50px 34px;
	margin: 0px;
	border: 0px;
	border-radius: 0px;
	box-shadow: none !important;
}
.testimonial_section .testimonial_slides .author_img{
	margin-left: -62px;
	margin-bottom: 0px;
}
.testimonial_section .testimonial_slides .author_img img{
	max-width: 100px;
}
.testimonial_section .testimonial_slides p{
	font-size: 20px;
	line-height: 34px;
	color: #062C4F;
	margin-bottom: 28px;
}
.testimonial_section .testimonial_slides h4{
	text-align: right;
	margin-right: 36px;
}
.testimonial_section .testimonial_slides:before{
	content:"";
	background: url('https://c1mdevsite.com/surestream.com/wp-content/uploads/2023/08/double-quotes-l.png');
	width: 100px;
	height: 100px;
	position: absolute;
	transform: rotate(180deg);
    right: -12px;
    bottom: -16px;
}
.testimonial_carousel .owl-dots{
	display: none;
}
.testimonial_section .testimonial_carousel .owl-nav.disabled{
	display: block !important;
}
.testimonial_section .owl-carousel .owl-nav .owl-prev,.testimonial_section .owl-carousel .owl-nav .owl-next{
	position: absolute !important;
	top: 50%;
	width: 48px;
	height: 38px;
}
.testimonial_section .owl-carousel .owl-nav .owl-prev i,.testimonial_section .owl-carousel .owl-nav .owl-next i{
	display: none;
}
.testimonial_section .owl-carousel .owl-nav .owl-next{
	right: -180px;
	background: url(https://c1mdevsite.com/surestream.com/wp-content/uploads/2023/08/arrow-right.png);
}
 .testimonial_section .owl-carousel .owl-nav .owl-prev{
	left: -180px;
	background: url(https://c1mdevsite.com/surestream.com/wp-content/uploads/2023/08/arrow-left.png);
}

.header_contact ul li p a:hover{
	color: #fff;
}
.header_contact ul li:first-child p a{
	text-decoration: underline;
}
.header_contact ul li:first-child p a:hover{
	color: #fff;
}
.section_heading_wrapper .cta_set{
	display: grid;
}
.footer_widget_section.area .col-lg-6{
	display: flex;
}
.footer_widget_section .widget_media_image{
	margin-right:15px;
}
#text-2.surestream_footer-content.widget_text{
	padding-left: 0px;
	margin-top: 0px;
}
.surestream_footer-content.widget_text p{
	text-align: left !important;
}
.surestream_footer-content ul{
	display: flex;
	flex-wrap: wrap;
}
.surestream_footer-content .footer_social ul{
	display: block;
}
.surestream_footer-content ul.menu li{
	margin-right: 6px;
	border-left: 1px solid #fff;
	line-height: 1;
	padding-left: 8px;
	margin-bottom: 5px;
}
.surestream_footer-content ul.menu li:first-child{
	border: 0px;
	padding-left: 0px;
}
.surestream_footer-content ul li a{
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}
.surestream_footer-content.widget_text#text-3 .footer-title{
	display: none;
}
.footer_social{
	margin-top: 0px;
	text-align: left;
}
.home .footer_widget_section{
	padding-top: 35px;
}
.footer_widget_section{
	padding: 30px 0px;
}
.col-lg-4 .surestream_footer-content.widget_nav_menu,.col-lg-4 .surestream_footer-content.widget_text{
	padding-left: 45px;
}
.col-lg-4 .surestream_footer-content.widget_text {
	margin-top: 4px;
}
.text_b p{
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-size: 16px !important;
	font-weight: 700;
	margin-top: 20px;
	text-transform: uppercase;
}
.features_section_one .text_b p{
	color: #062C4F;
}













/*  */