@font-face {
    src: url(https://thobson.com/assets/fonts/lato-regular.ttf);
    font-family: Lato-regular
}
@font-face {
    src: url(https://thobson.com/assets/fonts/lato-light.ttf);
    font-family: Lato-light
}
@font-face {
    src: url(https://thobson.com/assets/fonts/lato-bold.ttf);
    font-family: Lato-bold
}
@font-face {
    src: url(https://thobson.com/assets/fonts/Lato-BoldItalic.ttf);
    font-family: Lato-BoldItalic
}
@font-face {
    src: url(https://thobson.com/assets/fonts/Lato-Black.ttf);
    font-family: Lato-black
}
body, html {
    color: #000;
}
body {
    overflow-x: hidden;
}
a, a:visited, a:active, a:hover {
    color: #000;
    text-decoration: none;
}
.page-social {
    font-family: Lato, Sans-Serif;
}
section {
    padding: 60px 0;
}
.primary-bg-color {
    background-color: #fff !important;
}
.bg-light {
    background-color: rgba(0,0,0,0.05);
}
.w-50 {
    width: 50%;
}
.w-75 {
    width: 75%;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 4px;
}
.btn-orange {
    background-color: #d17c17;
    color: #fff;
    border: 0;
    border-radius: 4px;
}
.content-image {
    display: flex;
    justify-content: center;
}
.content-image img {
    max-width: 100%;
}
section.social-banner {
    padding: 50px 0 80px;
}
section.social-banner h1 {
    font-family: "Lato Black", Sans-Serif;
    font-size: 48px;
    margin-top: 0;
}
section.social-banner h1 span {
    color: #d17c17;
}
section.social-banner h3 {
    margin-bottom: 20px;
    font-size: 17.5px;
    line-height: 1.35;
}
.banner-action {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 20px;
}
.banner-action .btn {
    color: #fff;
    padding: 12px 25px;
}
section.social-banner img {
    max-width: 100%;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.gy-30 {
    row-gap: 30px;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
section.social-banner .btn {
    color: #fff !important;
    padding: 10px 20px;
}
.social_media_section1 {
    position: relative;
    padding-bottom: 0;
}
.social_media_section1 h2 {
    font-family: Lato-bold;
    letter-spacing: 1px;
    font-size: 40px;
}
.social_media_section1 p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 60px;
}
.social_media_section1 .content-image {
    padding: 60px 40px 0;
}
.social_media_section1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-color: rgba(231, 251, 255, 1.0);
    z-index: -1;
}
.social-services {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-services li {
    flex: 1 1 calc(16.66% - 20px);
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.social-services li a {
    display: block;
    text-align: center;
    padding: 15px;
}
.social-services img {
    max-width: 60px;
    margin-bottom: 10px;
}
.social-services h3 {
    font-size: 15px;
    margin: 10px 0 5px;
    white-space: nowrap;
    font-family: Lato-regular;
    letter-spacing: 0.8px;
}
.content_text {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.content_text h2 {
    font-family: Lato-black;
    font-size: 35px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.content_text h2:has(span) {
    line-height: 1.4;
}
.content_text h2 span {
    background-color: #d78d3e;
    padding: 2px 10px 4px;
    color: #fff;
}
.content_text .sub_text {
    background-color: rgba(215, 141, 62, .2);
    color: #000;
    display: inline;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 5px;
}
.content_text p {
    font-size: 18.5px;
    line-height: 1.5;
}
.feature-list {
    padding: 0;
    margin: 0 0 15px 0;
}
.feature-list li {
    list-style: none;
    font-family: "Lato-regular", Sans-Serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.feature-list li i {
    font-weight: 300;
    color: rgba(215, 141, 62, .5);
}
.text-center {
    text-align: center !important;
}
.img-fluid {
    max-width: 100%;
}
.section_features {
    background: url(gsuite_features.png) no-repeat left bottom;
    background-color: #0A2046;
    background-size: 100%;
}
.section_features .features-heading {
    width: 60%;
    margin: 0 auto 50px;
}
.section_features .features-heading h3 {
    font-size: 40px;
    font-family: 'Lato-bold';
    color: #fff;
    text-align: center;
}
.feature_group {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}
.feature_group .feature_item {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.33% - 20px);
    box-sizing: border-box;
    background: #fff;
}
.feature_group .feature_item .feature_content {
    padding: 20px;
}
.feature_group .feature_item h4 {
    font-family: "Lato-bold", Sans-Serif;
    font-size: 20px;
    letter-spacing: 0.6px;
}
.feature_group .feature_item img {
    max-width: 100%;
    border-radius: 5px;
    padding: 5px;
}
.feature_group .feature_item p {
    font-size: 16.5px;
}
.section_features .features-heading p {
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.content_padTop0 {
    padding-top: 0 !important;
}
.content_padTop120 {
    padding-top: 120px;
}
.content_padTop80 {
    padding-top: 80px;
}
.content_marTop50 {
    margin-top: 50px;
}
.content_marTop75 {
    margin-top: 75px;
}
.content_marTop100 {
    margin-top: 100px;
}
.content_marTop120 {
    margin-top: 120px;
}
.content_heading {
    position: relative;
    text-align: center;
}
.content_heading.left {
    text-align: left;
}
.content_heading::after {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #ccc;
    position: absolute;
    margin: 15px auto 0;
    left: 0;
    right: 0;
    border-radius: 15px;
}
.content_heading.left::after {
    margin-left: 0;
    margin-right: 0;
}
.content_heading h2 {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 0;
}
.content_heading p {
    font-size: 20px;
    line-height: 1.4;
}
.card {
    background-color: #fff;
}
.card.dark {
    background-color: #0A2046;
}
.card .card-header {
    padding: 15px;
}
.card .card-header img {
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 2px;
}
.card.dark .card-header img {
    border: 1px solid #6c748f;
}
.card .card-body {
    padding: 15px;
}
.card .card-body h3 {
    margin: 0;
    padding: 0;
    font-family: 'Lato-bold', Sans-Serif;
    margin-bottom: 10px;
}
.card .card-body p {
    font-size: 16.5px;
}
.card.dark .card-body h3 {
    color: #fff;
}
.card.dark .card-body p {
    color: #a7aec2;
}
.bg-social1 {
    background-image: url("bg-social1.png");
    background-size: cover;
    background-repeat: repeat-y;
}
.social_media_section3 {
    background-color: rgba(231, 251, 255, 1.0);
}
.logos-holder {
    padding-top: 60px;
    overflow: hidden;
}
.logos-holder .slider {
    height: auto;
    overflow: hidden;
    position: relative;
}
.slider:after, .slider:before {
    background: linear-gradient(270deg, rgba(231, 251, 255, 0) 1.31%, #e7fbff 56.62%);
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 10%;
    z-index: 2;
}
.logos-holder .slider::before {
    background: linear-gradient(270deg, rgba(231, 251, 255, 0.00) 1.31%, #E7FBFF 56.62%);
    left: 0;
    top: 0;
}
.logos-holder .slider::after {
    background: linear-gradient(270deg, rgba(231, 251, 255, 0.00) 1.31%, #E7FBFF 56.62%);
    right: 0;
    top: 0;
    transform: rotate(180deg);
}
.logos-holder .slide {
    cursor: pointer;
    height: 72px;
    padding: 12px;
    background: #fff;
    border: 1px solid #a2e4f0;
    border-radius: 8px;
    box-shadow: 0 4px 24px 0 rgba(0, 127, 142, .15);
    line-height: 0;
    display: flex;
    justify-content: center;
    margin: 0 10px;
}
.industry_wrapper {
    padding: 20px 10px 10px;
    border: 1px solid #232222;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    box-shadow: 0px 0px 10px 0px rgba(185, 174.99999999999997, 29.999999999999982, 0.19);
    margin-bottom: 20px;
}
.industry_wrapper h4 {
    color: #d17c17;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    white-space: pre-wrap;
    text-align: center;
    font-family: Lato-regular;
}
.industry_wrapper img {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    height: auto;
}
.social_media_section4 {
    position: relative;
    background: #0A2046;
}
.social_media_section4::before {
    content: '';
    background: url('purple-galaxy-constellation-bg.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
}
.block_social__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
}
.block_social__info .block_social__heading {
    flex: 1;
    max-width: 50%;
}
.block_social__info .block_social__buttons {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}
.block_social__info .block_social__heading h2 {
    font-family: "Lato-black", sans-serif;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0;
}
.block_social__info .block_social__buttons .btn {
    text-align: center;
    margin-bottom: 0;
    padding: 12px 20px;
    font-size: 20px;
    border: 2px solid #d78d3e;
}
.block_social__info .block_social__buttons .btn i {
    margin-left: 6px;
}
.block_social__info .block_social__buttons .btn.btn-white {
    background: #fff;
    border-color: #d78d3e;
    color: #d78d3e;
}
.block_social__info .block_social__buttons .btn.btn-white:hover {
    background: transparent;
    color: #fff;
}
#accordion6 .card-header .btn-link {
    font-size: 19px;
    font-family: "Lato-bold", Sans-Serif;
    letter-spacing: .6px;
    text-decoration: none;
    color: #1a2943;
}
#accordion6 .card-header {
    background-color: #ececec;
    color: #1a2943;
    cursor: pointer;
}
#accordion6 .card-header.active {
    background-color: #1a2943;
    color: #fff;
}
#accordion6 .card-header .btn-link:hover,
#accordion6 .card-header .btn-link:visited,
#accordion6 .card-header .btn-link:active {
    text-decoration: none;
    color: #1a2943;
}
.panel-body p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #000;
}
.content_pricing {
    background: #1a2943;
    padding: 80px 0;
}
.content_pricing .content_heading {
    margin-bottom: 60px;
}
.content_pricing .content_heading h2,
.content_pricing .content_heading p{
    color: #fff;
}
.content_pricing .content_heading img {
    max-width: 50%;
}
.content_pricing .content_heading::after {
    display: none;
}
section.hosting .hosting-pricing-box .hosting-pricing-box-content {
    background-color: #fff;
}
section.hosting .hosting-pricing-box .hosting-pricing-box-header {
    background-color: #e7e7e7;
    padding: 15px 0 20px !important;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
}
section.hosting .hosting-pricing-box .hosting-pricing-box-header h5 {
    color: #ff8e28;
    text-transform: none;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
    font-size: 26px !important;
    font-family: Lato-regular;
}
section.hosting .hosting-pricing-box .hosting-pricing-box-header h1 {
    color: #1a2943;
    font-family: Lato-bold;
    font-size: 35px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.aslowas {
    display: block;
    font-size: 18px !important;
    margin-bottom: 9px;
}
.smallstrike {
    text-decoration: line-through;
    font-size: 21px;
    padding-right: 10px;
}
.decimal {
    font-size: 20px !important;
    text-transform: lowercase;
}
section.hosting .hosting-pricing-box .hosting-pricing-box-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
section.hosting .hosting-pricing-box .hosting-pricing-box-content li {
    border-bottom: 2px solid #e5e5e5;
    text-align: center;
    padding: 8px 0;
}
section.hosting .box-normal-txt {
    color: #8a929f !important;
    font-size: 16px;
    margin-top: 3px;
}
section.hosting .hosting-pricing-box .hosting-pricing-box-content h5 {
    font-size: 20px;
    color: #d17c17;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 28px;
    font-family: Lato-regular;
}
section.hosting .hosting-pricing-box .hosting-pricing-box-content p {
    color: #8e8e8e;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0;
    font-family: Lato-regular;
    font-weight: 500;
    line-height: 20px;
}
section.hosting .hosting-pricing-box .hosting-pricing-box-footer {
    padding: 25px 15px;
    background-color: #8e8e8e;
    text-align: center;
}
.btn-pricing {
    text-transform: uppercase;
    font-weight: lighter;
    border: 0;
    padding: 12px 40px;
    color: #fff;
}
section.hosting .hosting-pricing-box .hosting-pricing-box-footer .btn {
    background-color: #d78d3e;
    font-family: 'Lato-regular', Sans-Serif;
}
section.content_pricing .pricing_custom {
    text-align: center;
    margin-top: 60px;
}
section.content_pricing .pricing_custom h3 {
    color: #fff;
    margin-bottom: 20px;
}
section.content_pricing .nav-tabs {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
    border: 0;
}
section.content_pricing .nav-tabs li a {
    display: flex;
    align-items: center;
    border: 1px solid #d78d3e;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 32px;
    color: #fff;
}
section.content_pricing .nav-tabs li.active a,
section.content_pricing .nav-tabs li a:hover {
    color: #d78d3e;
}
.page-social section.content_pricing .active>div:first-child,
.page-social section.content_pricing .active>div:first-child+div {
    display: flex;
}
.btn-dyn-whatsapp {
    background-color: #3ebd4e !important;
    padding: 5px 10px !important;
    display: inline-flex;
    align-items: center;
}
.btn-dyn-whatsapp i {
    font-size: 30px !important;
    display: inline-block;
    margin-right: 5px;
}
.content_industries .content_heading h2 {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 700;
    line-height: 40px;
    font-family: Lato-regular;
}
.content_industries .col-sm-6 {
    padding-right: 10px;
    padding-left: 10px;
}
@media (max-width: 992px) {
    .social-services li {
        flex: 1 1 calc(33.33% - 20px); /* 3 in a row */
    }
}
@media (max-width: 576px) {
    .social-services li {
        flex: 1 1 calc(50% - 20px); /* 2 in a row */
    }
    section.social-banner {
        padding: 10px;
    }
    section.social-banner h1 {
        font-size: 36px;
        text-align: center;
    }
    section.social-banner h3 {
        font-size: 16.5px;
        line-height: 1.45;
        text-align: center;
    }
    .social-banner .banner-action {
        justify-content: center;
        align-items: center;
    }
    section.social-banner img {
        margin-top: 10px;
    }
    .social_media_section1 .content-image {
        padding: 30px 0 20px;
    }
    .content_heading h2 {
        font-size: 35px;
    }
    .content_heading p {
        font-size: 18px;
    }
    .content_pricing .content_heading img {
        max-width: 90%;
    }
    .content_pricing .content_heading {
        margin-bottom: 30px;
    }
    section.content_pricing .nav-tabs {
        margin-bottom: 0;
    }
    section.content_pricing .pricing_custom {
        margin-top: 0;
    }
    .content_pricing {
        padding: 40px 0;
    }
    section {
        padding: 40px 0 20px;
    }
    .section_features .features-heading {
        width: 100%;
    }
    .feature_group .feature_item {
        flex: calc(100% - 20px);
    }
    .social_media_section2 .col-lg-5.offset-lg-1 .content_text {
        margin-top: 50px;
    }
    .content_marTop100 {
        margin-top: 50px;
    }
    .content_industries .col-sm-6 {
        width: 50%;
    }
    .block_social__info .block_social__heading {
        max-width: 100%;
    }
    .block_social__info .block_social__heading h2 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .block_social__info .block_social__buttons {
        max-width: 100%;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .block_social__info {
        padding: 0px 10px 40px;
    }
    .content_text h2 {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .block_social__info .block_social__image {
        display: none;
    }
    .block_social__info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .block_social__buttons {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}