/*
Theme Name: Business Identity Theme
Version: 1.1.1
Description:
Author:

*/

/*
Get rid of the padding above/below the blocks wrapper,
which was leaving whitespace above/below the header/footer
*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

.wp-site-blocks {
	padding: 0;
}

/*
Get rid of the default margin-top around all of the outer blocks (example: hero section after header),
changing here instead of theme.json so that global blockGap is not changed for inner blocks and elements
 */
:where(.wp-site-blocks) > * {
	margin-block-start: 0;
}

/*
Adjust positioning of the "details" block summary when it is an H4
 */
summary h4{
    display: inline;
    margin-left: 10px;
}

/*
Add a bottom box shadow to the header block
 */
.header-block{
    position: relative;
    z-index: 1;
    border-bottom: 2px solid;
}


/*
Hide an info box/block from the frontend of the site (like the info box on the contact page block pattern.
 */
.hide-from-site-frontend{
    display: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-sm-4, .col-sm-8{
    padding-right: 15px;
    padding-left: 15px;
}

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



/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: -40px;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: url(/wp-content/uploads/2025/01/arrow-test.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-next.slick-arrow {left: -40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}


.entry-content.has-global-padding {
    padding: 0 !important;
}

body{
    font-family: "Merriweather", serif;
}

body p a, body p, h1, h2, h3, h4, h5, h6{
    font-family: "Merriweather", serif;
}

section.hero-sec {
    max-width: 100%;
    background-image: url(/wp-content/uploads/2025/02/futuristic-blue-circle.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    position: relative;
    margin: 0 0 50px;
}

section.hero-sec:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    opacity: 0.5;
}

section.hero-sec .head{
    text-align: center;
    position: relative;
}

section.hero-sec .head h2{
    margin: 0 0 0;
    color: #fff;
    font-weight: 600;
    font-family: "Merriweather", serif;
}

section.hero-sec .head p {
    color: #fff;
    font-family: "Merriweather", serif;
}

section.home_slider, section.last_slider {
    width: 100%;
    padding: 0px 0 50px;
    margin: 0;
    max-width: 95%;
}
section.home_slider .col-sm-3{
    display: block !important;
    overflow: hidden;
}
section.home_slider .slider-wrap,section.last_slider .slider-wrap{
    height: 400px;
    width: 96%;
    margin: 0 auto;
}
section.home_slider .slider-wrap img, section.last_slider .slider-wrap img{
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

section.home_slider button.slick-arrow, section.last_slider button.slick-arrow{
    right: -30px;
}

section.home_slider button.slick-next, section.last_slider button.slick-next{
    left: -30px;
}

section.video-sec {
    max-width: 100%;
    margin: 30px 0 40px;
    padding: 0px 0 0;
    background-color: #dddddd3d;
}

section.video-sec .video-wrap {
    position: relative;
    height: 550px;
    width: 100%;
    max-width: 100%;
}

section.video-sec .video-wrap video{
    width: 100%;
    height: 100%;
    top: 0;
}

section.video-sec .video-wrap:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #00000057;
    width: 100%;
    height: 100%;
}

section.video-sec .desc {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    z-index: 99999;
    padding: 20px 0 40px;
}

section.video-sec .desc p{
    font-family: "Merriweather", serif;
    color: #000;
    font-size: 22px;
}

/*section.video-sec .row {*/
/*    display: flex;*/
/*    flex-flow: wrap;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*}*/

section.video-sec .row .col-sm-6 {
    width: 45%;
    padding: 0 15px;
}

section.last_slider {
    padding: 50px 0;
}

section.last_slider .slider-wrap{
    height: auto;
}


.page-id-419 .tnp-subscription {
    padding: 0px 0 60px;
}

.page-id-419 .tnp-subscription form label {
    display: none;
}

.page-id-419 .tnp-subscription form input {
    background: #fff;
    color: #fff;
    border: 1px solid #000;
}

.page-id-419 .tnp-subscription form input::focus, .page-id-419 .tnp-subscription form input::active, .page-id-419 .tnp-subscription form input::hover, .page-id-419 .tnp-subscription form input::focus-visible{
    outline: 0 !important;
    border: 0 !important;
}

.page-id-419 .tnp-subscription form input::placeholder{
    color: #000;
}

.page-id-419 .tnp-subscription form .tnp-field-button{
    text-align: center !important;
}

.page-id-419 .tnp-subscription form input[type="submit"]{
    background: #000;
    border-radius: 3px;
    text-transform: uppercase;
}

.page-id-419 .entry-content{
    padding: 10px 0 40px !important;    
}

.page-id-419 .entry-content p a {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #4b9fdd 0, #2e4098 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

.page-id-419 .entry-content p a:hover{
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #4b9fdd 0 -3px 0 inset;
  transform: translateY(-2px);
}

.page-id-419 .entry-content p a:focus{
    box-shadow: #4b9fdd 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #4b9fdd 0 -3px 0 inset;
}

.page-id-419 .entry-content p a:active {
  box-shadow: #4b9fdd 0 3px 7px inset;
  transform: translateY(2px);
}


.page-id-419 h4 {
    max-width: 100%;
    font-weight: 600;
}

.page-id-9 .wp-block-cover__image-background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000057;
}

section.info-sec {
    max-width: 100%;
    padding: 20px 0 50px;
}

section.info-sec .flip {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: wrap;
}

section.info-sec .flip .col-sm-4 {
    width: 38%;
}

section.info-sec .flip .col-sm-8 {
    width: 55%;
}

section.info-sec .flip .image {
    height: 450px;
}

section.info-sec .flip .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.info-sec .flip .desc h3 {
    margin: 0 0 10px;
    line-height: 32px;
}

section.info-sec .flip .desc p {
    margin-top: 0;
}

section.info-sec .flip.flip-2 {
    flex-direction: row-reverse;
}

section.info-sec .flip.flip-1 {
    margin-bottom: 40px;
}

section.info-sec .flip .desc p:empty{
    display: none;
}

/*Responsive*/

@media screen and (max-width: 500px){
    section.info-sec .flip .col-sm-4, section.info-sec .flip .col-sm-8{
        width: 100%;
    }
    
    section.info-sec .flip .col-sm-8{
        margin-top: 30px;
    }
    
    section.info-sec .flip .desc h3 {
        font-size: 18px;
        line-height: 20px;
    }
    
    section.info-sec .flip .desc p {
        font-size: 14px;
        line-height: 20px;
        text-align: justify !important;
    }
    
    section.video-sec .desc{
        width: 100%;
    }
    
    section.video-sec .desc h2 {
        font-size: 18px;
        line-height: 20px;
    }
    
    section.video-sec .desc p{
        font-size: 14px;
        line-height: 20px;
        text-align: justify !important;
    }
    
    section.video-sec .video-wrap {
        height: 350px;
    }
    
    section.info-sec .flip .image {
        height: 200px;
    }
    
    section.home_slider .slider-wrap, section.last_slider .slider-wrap {
        height: 250px;
        width: 95%;
    }
    
    section.home_slider button.slick-arrow, section.last_slider button.slick-arrow {
        right: -10px;
    }
    
    section.home_slider button.slick-next, section.last_slider button.slick-next {
        left: -10px;
    }
    
    .ptr-header .ptr-navigation {
        display: none;
    }
    
    .navbar a.navbar-brand {
        display: none;
    }
    
    .navbar {
        position: absolute;
        padding: 10px 0 0 !important;
    }
    
    .page-id-9 .entry-content.has-global-padding,  .page-id-7 .entry-content.has-global-padding {
        padding: 0 15px !important;
    }
    
    .page-id-9 .entry-content .wp-video {
        width: 100% !important;
    }
    
    
    .page-id-9 .entry-content h3.wp-block-heading {
        font-size: 18px !important;
        line-height: 20px;
    }
    
    .page-id-9 .entry-content .wp-block-cover.alignfull.has-parallax {
        min-height: 230px;
    }
}