/*
 Theme Name: Securebrowsing
 Author: Securebrowsing
 Version: 1.0
*/

/* RESETS */

* {
    box-sizing: border-box;
}

html {
    scroll-padding-top: 60px;
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: "Aleo", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-size: 20px;
    color: #000;
    overflow-x: hidden;
}

a:focus,
button:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

p {
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 26px;
}

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 25px;
}

img {
    display: block;
    height: auto;
}

::selection {
    background: #013162;
    color: #fff;
}

/* BASICS STYLES */
.reset {
    font-size: 0;
    list-style-type: none;
    padding: 0;
}

.clear {
    clear: both;
}

.container {
    width: 1260px;
    max-width: 85%;
    margin: 0 auto;
}

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

/* FONTS */
/* Assistant */
@font-face {
    font-family: "Assistant";
    src: url("./fonts/Assistant-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Assistant";
    src: url("./fonts/Assistant-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Assistant";
    src: url("./fonts/Assistant-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Assistant";
    src: url("./fonts/Assistant-Bold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
}

/* Aleo */
@font-face {
    font-family: "Aleo";
    src: url("./fonts/Aleo-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Aleo";
    src: url("./fonts/Aleo-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Aleo";
    src: url("./fonts/Aleo-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Aleo";
    src: url("./fonts/Aleo-Bold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
}



/* Fixed Header */

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: smoothScroll 1s forwards;
    z-index: 9999;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

header.fixed {
    background: #fff;
    padding: 10px 0 0;
    box-shadow: 0px -8px 12px 1px #000000b5;
}

/* GENERAL */

.text-center {
    text-align: center;
}

/* Mobile Header */
.header-mobile-menu {
    display: none;
}

/*===============================
    HEADER
===============================*/
.header-top {
    margin-top: 20px;
}

.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    float: left;
    width: 15%;
}

.header-logo img {
    width: 100%;
    max-width: 172px;
}

.header-menu {
    background: linear-gradient(to right, #015d9a, #00214f);
}

.header-navigation ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    margin-top: 20px;
}

.header-navigation ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
}

.header-search {
    float: right;
    margin-top: 5px;
    width: 30%;
}

.header-search form.is-search-form,
.slide-out-menu form.is-search-form {
    display: flex;
    flex-direction: row-reverse;
}

body .header-search .is-form-style.is-form-style-3 input.is-search-input,
body .siteheader .slide-out-menu form.is-search-form input.is-search-input {
    border-right: 1px solid #cccccc !important;
    border-left: 0 !important;
    padding-left: 0;
}

.is-search-icon {
    background: transparent;
    border-right: 0;
}

div#is-ajax-search-result-36 {
    display: none !important;
}



/*===============================
    FOOTER
===============================*/
footer.site-footer {
    font-size: 0;
    padding: 50px 0;
    background: #000;
    color: #fff;
    margin-top: 60px;
}

footer.site-footer section.widget,
footer.site-footer section.widget p,
footer.site-footer section.widget a {
    font-size: 14px;
    text-align: center;
}

footer.site-footer section.widget p,
footer.site-footer section.widget a {
    margin-top: 20px;
    color: #00A0D6;
}

/*========================
    GENERAL
========================*/
.underline,
.title-line h2.elementor-heading-title {
    position: relative;
}

.underline:after,
.title-line h2.elementor-heading-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 4px;
    width: 15%;
    background: #005d9b;
}

a.readmore,
.readmore a {
    display: block;
    text-align: center;
    margin: 30px 0 0;
    padding: 15px;
    background: #005D9B1A !important;
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    color: #005D9B !important;
    position: relative;
    transition: 2s ease-in;
    text-transform: uppercase;
}

.readmore a span span {
    position: relative;
}

a.readmore:after,
.slider-single a:after {
    position: absolute;
    content: '\f061';
    font-family: 'fontawesome';
    margin: 3px 0 0 15px;
    transition: 0.2s ease-in;
}

a.readmore:hover {
    opacity: 0.9;
    transition: 2s ease-in;
}

a.readmore:hover:after {
    margin: 3px 0 0 20px;
    transition: 0.2s ease-in;
}

.readmore a span span:after {
    position: absolute;
    content: '\f061';
    font-family: 'fontawesome';
    margin: 0 0 0 15px;
    transition: 0.2s ease-in;
}

.readmore a:hover span span {
    opacity: 0.9;
    transition: 2s ease-in;
}

.readmore a:hover span span:after {
    margin: 0 0 0 20px;
    transition: 0.2s ease-in;
}


.listing-section h2 {
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-size: 30px;
    border-bottom: 1px solid #eaeded;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.listing-section h2:after {
    width: 10%;
}

.list-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}

.list-holder {
    display: flex;
    flex-direction: row;
}

body .list-holder img {
    margin-right: 20px;
    width: 135px;
    height: 135px;
    max-width: none;
    object-fit: cover;
    object-position: top center;
}

body .listcon a {
    display: flex;
    align-items: stretch;
    align-content: space-between;
    flex-direction: column;
}

.list-holder span.category,
.list-holder span.category a,
.sidebar ul.post-categories a{
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #005D9B;
    /* rgba(172, 206, 226, 1)*/
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}

.list-holder h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #1B1B1B;
}

.list-holder p {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

/*========================
    HOME
========================*/
.home-slider {
    position: relative;
}

.slider-single {
    padding: 180px 0 300px;
    position: relative;
    background-size: cover !important;
}

.slider-single:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000a8;
}

.slider-single h3 {
    font-size: 48px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    width: 65%;
    font-family: "Aleo", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
}

.slider-single a {
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgba(172, 206, 226, 1);
    position: relative;
    z-index: 9;
}

.slider-single .container a:first-child:after {
    display: none;
}

.slider-single a:after {
    margin-top: 5px !important;
}

.slidthumcon {
    padding: 40px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.slidthumcon:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000099;
    z-index: 0;
}

body .thumbnail-struct img,
.thumbnail-struct .thumbcon {
    display: inline-block !important;
    vertical-align: middle;
}

body .thumbnail-struct img {
    width: 80px;
    max-width: none;
    object-fit: cover;
    object-position: top center;
    height: 80px;
}

.thumbnail-struct .thumbcon {
    margin-left: 10px;
    width: 55%;
}

.thumbcon h3,
.homnewcon h3 {
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: rgba(172, 206, 226, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.thumbcon p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.slidthumcon .slick-slide {
    cursor: pointer;
}

.slick-slide.slick-current.slick-active {
    filter: brightness(1);
}

.slick-slide.slick-active {
    filter: brightness(0.5);
}

.main .wrapper {
    display: grid;
    grid-template-columns: 60% 35%;
    margin: 70px 0;
    gap: 55px;
}

.main .wrapper h2,
.security-section h2,
.title-line h2 {
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif !important;
    font-size: 30px;
    border-bottom: 1px solid #eaeded;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sidebar h2:after {
    background: #00204e;
    width: 25%;
}

.latnew-innercon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.homenew-holder,
.sideblog-innercon .homenew-holder:first-child {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #c2c9cd;
    padding-top: 20px;
}

.homenew-holder:first-child {
    grid-column: span 2;
    display: block;
    border-top: none;
    padding-top: 0;
}

.homenew-holder:first-child .homnewcon {
    margin-left: 0;
}

body .homenew-holder:first-child img {
    width: 100%;
    height: 340px;
    max-width: none;
    object-fit: cover;
    /* object-position: top center; */
    object-position: center;
}

body .homenew-holder img,
body .sideblog-innercon .homenew-holder:first-child img {
    width: 120px;
    height: 120px;
    max-width: none;
    object-fit: cover;
    object-position: top center;
}

body .homenew-holder .homnewcon img,
body .sideblog-innercon .homenew-holder img {
    margin-right: 20px;
}

.homenew-holder:first-child .homnewcon h3 {
    margin: 15px 0 5px;
}

.homnewcon h3 {
    color: #005D9B;
}

.homnewcon p {
    font-size: 14px;
    line-height: 19px;
}

body .homenew-holder img {
    margin-right: 20px;
}

.latnew-innercon.sideblog-innercon,
.privacy-sec .homenew-holder {
    display: block;
}

.sideblog-innercon .homenew-holder {
    padding: 20px 0;
}

.sideblog-innercon .homenew-holder:first-child .homnewcon h3 {
    margin-top: 0 !important;
}

.sideblog-innercon .homenew-holder:first-child,
.privacy-sec .homenew-holder {
    border-top: none;
    padding-top: 0;
}


.sideinmobile {
    display: none;
}

.privacy-sec {
    margin-top: 50px;
}

.privacy-sec .latnew-innercon {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}

.privacy-sec .homenew-holder:first-child {
    grid-column: 1;
    grid-row: span 2;
}

.privacy-sec .homenew-holder:nth-child(2),
.privacy-sec .homenew-holder:nth-child(3) {
    grid-column: 2;
}

.privacy-sec .homnewcon {
    margin: 15px 0 0;
}

.privacy-sec .homnewcon p,
.security-section ul p {
    font-size: 18px;
    line-height: 24px;
}

.privacy-sec .homenew-holder img {
    width: 100%;
}

.security-section {
    background: #19202E;
    padding: 50px 0;
}

.security-section h2 {
    color: #fff;
    border-color: #ACCEE2;
}

.security-section h2:after {
    background: #ACCEE2 !important;
    width: 10% !important;
}

.security-section ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeaT(3, 1fr);
    gap: 30px;
}

.security-section ul img {
    width: 100%;
    height: 350px;
    max-width: none;
    object-fit: cover;
    /* object-position: top center; */
    object-position: center;
}

.security-section ul p {
    margin: 10px 0;
    color: #fff;
}

.security-section .readmore a {
    background: #ACCEE2 !important;
    color: #00204E !important;
    font-weight: 700;
}


.homelist .list-inner {
    grid-template-columns: repeat(1, 1fr);
}

.homelist .list-holder h3 {
    font-size: 18px;
}

.homelist .list-holder p {
    font-size: 14px;
}

.homelist .latnew-innercon {
    grid-template-columns: repeat(2, 1fr);
}

.homelist .homenew-holder:first-child {
    grid-column: span 2;
    grid-row: 1;
}

.homelist .homenew-holder:nth-child(2) {
    grid-column: 1;
}

.homelist .homenew-holder:nth-child(3) {
    grid-column: 2;
}

.homelist .homenew-holder img {
    height: 300px;
    margin: 0;
}

.set2 .sideblog-innercon .homenew-holder {
    display: block;
}

.set2 .sideblog-innercon .homenew-holder img {
    display: none;
}

.set2 .sideblog-innercon .homenew-holder:first-child img {
    width: 100%;
    margin: 0 0 10px;
    height: 200px;
    display: block;
}



.set3 .list-inner {
    grid-template-columns: repeat(2, 1fr);
}

body .set3 .list-inner img {
    width: 120px;
    height: 120px;
    max-width: none;
    object-fit: cover;
    margin-right: 10px;
}

.set3 .list-inner h3 {
    font-size: 15px;
}



.sidebar .premium-blog-content-wrapper {
    padding: 0 0 0 20px;
    background: none !important;
}
.sidebar ul.post-categories li {
    display: none;
}
.sidebar ul.post-categories li:first-child {
    display: block;
}
.sidebar ul.post-categories a {
    font-family: "Assistant";
    color: #00204E;
    background: none;
    padding: 0 !important;
    margin: 10px 0 3px;
}
.sidebar .sideblog-innercon h2 a {
    font-family: Aleo;
    font-size: 16px;
}

.elementor-element {
    --widgets-spacing: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.premium-blog-even .premium-blog-post-container {
    height: auto;
}
.homepage-sec3 .sidebar .premium-blog-post-outer-container .premium-blog-thumb-effect-wrapper,
.homepage-sec1 .sidebar .premium-blog-content-wrapper .premium-blog-entry-meta {
    display: none;
}

.homepage-sec3 .sidebar .premium-blog-post-outer-container:first-child .premium-blog-thumb-effect-wrapper {
    display: block;
}

.homepage-sec3 .sidebar .premium-blog-content-wrapper,
.homepage-sec3 .premium-blog-even .premium-blog-post-outer-container:nth-child(even) {
    padding-left: 0 !important;
}

.homepage-sec3 .sidebar .premium-blog-post-outer-container:first-child .premium-blog-post-container {
    border-top: none !important;
    flex-direction: column;
    padding-top: 0;
}

.latnew.privacy-sec.elementor-widget-shortcode {
    margin-top: 0;
}










/*======================================
   BLOG & NEWS
======================================*/
.listing-section .listcon span.category {
    margin-bottom: 10px;
}


/*======================================
    SINGLE BLOG
======================================*/
body .blog-image img {
    width: 100%;
    height: 500px;
    max-width: none;
    object-fit: cover;
    object-position: top center;
}

.blog-heading span.category {
    display: block;
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #005D9B;
    margin: 20px 0 0;
}

.blog-heading h1 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}

.blog-content {
    margin-top: 30px;
}

.blog-content h3 {
    font-size: 21px;
    font-weight: 600;
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    margin-top: 20px;
}

.blog-content p,
.blog-content li {
    margin-top: 10px;
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 21px;
}

.listing-section h2 a {
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-size: 30px;
}


/*======================================
    SEARCH RESULT
======================================*/
.noresult-found,
.noresult {
    margin-top: 80px;
    margin-bottom: -10px;
}

.results {
    margin-top: 55px;
}

.noresult-found img {
    display: block;
    margin: 0 auto;
}

.noresult-found h3 {
    font-family: "Assistant", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
}

.trendcon h3 {
    font-size: 14px;
    margin: 10px 0;
}

body .e-con {
    --container-max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
}

body .results .list-holder img,
body .homelist .list-holder img {
    width: 300px;
    height: 140px;
}

/*======================================
    PRODUCT API
======================================*/

.table{
    border: 1px solid black;
    margin-bottom: 50px;
}

.table-header{
    border: 1px solid black;
}

.table-cells{
    border: 1px solid black;
}