/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.7.3.1722859794
Updated: 2024-08-05 12:09:54

*/

  .profile-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.profile-card {
   background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    width: 33.33%;
    max-width: 350px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.profile-card:hover {
    transform: translateY(-10px);
}

.profile-img img {
    object-position: top;
    object-fit: cover;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 2px solid #00a591;
}

.consultation-btn {
    background-color: #00a591;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: background-color 0.3s ease-in-out;
}

.consultation-btn:hover {
    background-color: #007e70;
}

h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.title {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 5px;
}

.experience {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
}

.description {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px;
    line-height: 1.5;
}

.read-more {
    color: #00a591;
    text-decoration: none;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
}

/* Responsive */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .profile-cards {
        justify-content: center;
    }


/* home - our portfolio */
.our_portfolio.home .owl-stage-outer {
   position: relative;
  overflow: hidden !important;
  clip-path: polygon(0% 0%, 200% 0%, 200% 100%, 0% 100%);
}
.our_portfolio.home::before {
   position: absolute;
/*    content: "";
   width: 200%;
   height: 5px;
   left: 0;
   bottom: -35px;
   background: linear-gradient(90deg, #004876, #C3F707); */
}
.our_portfolio .owl-item{
   transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
}
.our_portfolio .owl-item:not(.our_portfolio_expend){
   cursor: pointer;
}
.our_portfolio .owl-stage{
   height: 400px;
   overflow: hidden;
}
.our_portfolio .post_slide{
   position: relative;
/*    height: 400px; */
   border-radius: 12px;
   margin: 0px 5px;
   overflow: hidden;
}
/* .our_portfolio .post_slide:hover, */
.close:not(.read){
   position: absolute;
   top: 0.95em;
   right: 0.95em;
   z-index: 100;
}
.cta_btn .close.read{
   position: relative;
   display: none;
   float: left;
}
.close, .close img{
   display: block;
   width: 40px !important;
   height: 40px;
   opacity: 1;
}
/* .our_portfolio .owl-item:hover, */
.our_portfolio .post_slide img.post_img{
   position: relative;
   height: 400px;
   object-fit: cover;
   object-position: center;
   z-index: 10;
}
.our_portfolio .post_content{
/*    display: none; */
   opacity: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   padding: 2em;
   top: 0;
   left: 0;
   z-index: 100;
}
.our_portfolio .htitle, .our_portfolio .post_content {
    transition: all 300ms ease 200ms;
    -webkit-transition: all 300ms ease 200ms;
/*     background: rgba(0, 0, 0, 0.75); */
}
.our_portfolio .htitle{
     display: flex;
    position: absolute;
    /* padding: 1em; */
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 10000;
    /* display: none; */
    align-items: end;
    justify-content: center;
}
.our_portfolio .htitle h2{
   font-size: 18px;
    background: #fff;
    /* font-size: 25px; */
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(320.32deg, #038bcf 21.04%, #85FFF9 207.14%);
    min-height: 70px;
    padding: 10px;
    width: 100%;
}
.our_portfolio .owl-item.our_portfolio_expend .post_content{
/*    display: block; */
   opacity: 1;
   background: linear-gradient(320.32deg, rgba(0, 150, 143, 0.8) 21.04%, rgba(133, 255, 249, 0.8) 207.14%);

}

.our_portfolio .post_content .post_name{
   width: 90%;
   font-size: 25px;
   font-weight: 700;
   color: #fff;
   line-height: 1.25;
}
.our_portfolio .post_content p{
   font-size: 1em;
   font-weight: 400;
   color: #fff;
   line-height: 1.6;
}
.our_portfolio .post_content a{
     display:none !important;
     font-size: 0.85em;
    font-weight: 700;
    color: #032336;
    padding: 10px 25px;
    text-decoration: none;
    background: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
    text-transform: capitalize;
}
.our_portfolio.owl-theme .owl-nav{
   display: flex;
/*    width: 100%; */
   width: 40px !important;
   position: absolute;
   top: 50%;
   left: auto !important;
   right: 0;
   justify-content: space-between;
   align-items: center;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
       background:#038bcf;
    border-radius: 50px;
}
.our_portfolio.owl-theme .owl-nav span{
   /*display: none;*/
   color: #ffff;
    font-size: 35px;
}
.our_portfolio.owl-theme .owl-nav button{
   margin: 0;
   display: block;
   width: 40px;
   height: 40px;
   background-repeat: no-repeat !important;
   background-position: center !important;
   background-size: cover !important;
   background-color: transparent !important;
}
.our_portfolio.owl-theme .owl-nav button.owl-prev{
   /*display: none;*/
   /*background-image: url(https://oxygenventures.com/wp-content/uploads/2021/11/arrow_left.png);*/
}
/* .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
   display:block !important;
} */
.our_portfolio.owl-theme .owl-nav button.owl-next{
   /*background-image: url(/wp-content/uploads/2024/08/next.png);*/
}
button.close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    padding: 5px;
}
.our_portfolio .post_content a:hover {
    border: 1px solid #038bcf !important;
    color: #fff !important;
    background: #038bcf !important;
}
.owl-item.active.our_portfolio_expend .htitle {
    display: none;
}

    .profile-card {
        max-width: 100%;
        width: 33.33px
    }
}
@media screen and (max-width: 768px) {
    .profile-cards {
        justify-content: center;
    }

    .profile-card {
        max-width: 100%;
        width: 400px
    }
}

/* home - our portfolio */
.our_portfolio.home .owl-stage-outer {
   position: relative;
  overflow: hidden !important;
  clip-path: polygon(0% 0%, 200% 0%, 200% 100%, 0% 100%);
}
.our_portfolio.home::before {
   position: absolute;
/*    content: "";
   width: 200%;
   height: 5px;
   left: 0;
   bottom: -35px;
   background: linear-gradient(90deg, #004876, #C3F707); */
}
.our_portfolio .owl-item{
   transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
}
.our_portfolio .owl-item:not(.our_portfolio_expend){
   cursor: pointer;
}
.our_portfolio .owl-stage{
   height: 400px;
   overflow: hidden;
}
.our_portfolio .post_slide{
   position: relative;
/*    height: 400px; */
   border-radius: 24px;
   margin: 0px 5px;
   overflow: hidden;
}
/* .our_portfolio .post_slide:hover, */
.close:not(.read){
   position: absolute;
   top: 0.95em;
   right: 0.95em;
   z-index: 100;
}
.cta_btn .close.read{
   position: relative;
   display: none;
   float: left;
}
.close, .close img{
   display: block;
   width: 40px !important;
   height: 40px;
   opacity: 1;
}
/* .our_portfolio .owl-item:hover, */
.our_portfolio .post_slide img.post_img{
   position: relative;
   height: 400px;
   object-fit: cover;
   object-position: center;
   z-index: 10;
}
.our_portfolio .post_content{
/*    display: none; */
   opacity: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   padding: 2em;
   top: 0;
   left: 0;
   z-index: 100;
}
.our_portfolio .htitle, .our_portfolio .post_content {
    transition: all 300ms ease 200ms;
    -webkit-transition: all 300ms ease 200ms;
/*     background: rgba(0, 0, 0, 0.75); */
}
.our_portfolio .htitle{
     display: flex;
    position: absolute;
    /* padding: 1em; */
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 10000;
    /* display: none; */
    align-items: end;
    justify-content: center;
}
.our_portfolio .htitle h2{
   font-size: 18px;
    background: #464cf3;
    /* font-size: 25px; */
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    text-align: left;
    background: linear-gradient(320.32deg, #038bcf 21.04%, #85FFF9 207.14%);
    min-height: 80px;
    padding: 10px;
    width: 100%;
}
.our_portfolio .owl-item.our_portfolio_expend .post_content{
/*    display: block; */
   opacity: 1;
   background: linear-gradient(320.32deg, #016ea5 21.04%, rgba(133, 255, 249, 0.8) 207.14%);

}
.our_portfolio .post_content .post_name{
   width: 90%;
   font-size: 18px;
   font-weight: 500;
   margin-bottom: 10px;
   color: #fff;
   line-height: 1.25;
}
.our_portfolio .post_content p{    
       margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
}
.our_portfolio .post_content a{
    display:none;
     font-size: 0.85em;
    font-weight: 700;
    color: #032336;
    padding: 10px 25px;
    text-decoration: none;
    background: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
    text-transform: capitalize;
}
.our_portfolio.owl-theme .owl-nav{
   display: flex;
/*    width: 100%; */
   width: 40px !important;
   position: absolute;
   top: 50%;
   left: auto !important;
   right: 0;
   justify-content: space-between;
   align-items: center;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
       background: #016661;
    border-radius: 50px;
}
.our_portfolio.owl-theme .owl-nav span{
   /*display: none;*/
   color: #ffff!important;
    font-size: 35px!important;
}
.our_portfolio.owl-theme .owl-nav button{
   margin: 0;
   display: block;
   width: 40px;
   height: 40px;
   background-repeat: no-repeat !important;
   background-position: center !important;
   background-size: cover !important;
   background-color: transparent !important;
}
.our_portfolio.owl-theme .owl-nav button.owl-prev{
   display: none;
   /*background-image: url(https://oxygenventures.com/wp-content/uploads/2021/11/arrow_left.png);*/
}
.our_portfolio .post_content ul li, .our_portfolio .post_content ol li{
    color:#fff !important;
    font-size:14px;
}
.our_portfolio .post_content ul, .our_portfolio .post_content ol{
    color: #fff;
    margin-left: 15px;
}
/* .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
   display:block !important;
} */
.our_portfolio.owl-theme .owl-nav button.owl-next{
   /*background-image: url(/wp-content/uploads/2024/08/next.png);*/
   background: #038bcf !important;
   border-radius: 50%;
    border: none;
   
}

button.close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    padding: 5px;
}
.our_portfolio .post_content a:hover {
    border: 1px solid #038bcf !important;
    color: #fff !important;
    background: #038bcf !important;
}
.owl-item.active.our_portfolio_expend .htitle {
    display: none;
}


/* Style for the custom row and columns with vertical centering */
.custom-row {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.col-sm-4,
.col-sm-8 {
    box-sizing: border-box;
}

.col-sm-4 {
    width: 45%;
}

.col-sm-8 {
    width: 55%;
}
 .tab {
   border-radius: 10px 0 0 10px;
}

.tab button {
  display: block;
  background-color: #def2fe;
  color: black;
  padding:8px 15px;
  width: 95%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  margin: 0px 10px 8px 0px;
  border-radius: 4px;
}

.tab button:hover {
  background-color: #fff;
  background: #fff !important;
}

.tab button.active {
    font-size: 15px !important;
    font-weight: 600;
  background-color: #fff;
}
.tab button .icon{
    /*filter: brightness(0);*/
}
.tab button.active .icon, .tab button:hover .icon {
    filter: unset !important;
}
.tabcontent {
    color:#fff;
    /*overflow: hidden;*/
    border-radius: 0 10px 10px 0;
    padding: 20px;
}
.tablinks {
    position: relative;
}
.tablinks  img{
    max-width:45px;
}
.right-angle-icon {
    position: absolute;
    right: 15px;  /* Adjust spacing as needed */
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
 }
  .custom-row .right-box{ 
    display: flex;
    background: #038bcfd9;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 340px;
    border-radius: 8px;
    max-height: 630px;
    background-image: linear-gradient(140deg, #1D252C 50%, #038BCF 100%);
  }
  .right-box h3 {
    color: #fff !important;
}
  .tab button:hover + .tabcontent,
.tabcontent:hover {
    display: block;
}
  
    
@media only screen and (min-width: 559px) and (max-width: 767px) {
    .custom-container .tab{
     display: flex;
    flex-wrap: nowrap;
     overflow-x: scroll; 
}
}
  
@media only screen and (max-width: 767px) {
    .col-sm-4, .col-sm-8{
      width: 100%;
    }
    .custom-row .right-box{
    height: auto;
    max-height: 100%;
}
div#n2-ss-4 .n2-font-595749ff4847114c1c58ca076e0959b8-paragraph{
    text-align:center !important;
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #555;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
    background-image: url('path/to/highlight-icon.png');
    background-size: cover;
}
.tab {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
}

.approach_slider .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.approach_slider.owl-carousel .owl-stage {
    margin: 1.5px;
    align-items: center !important;
    display: flex !important;
}
.approach_slider .item {
    width: 100%; /* Ensures the item takes full width */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ensure the item takes full height */
}

.approach_slider .item img{
    max-width: 70px;
    margin: 0 auto;
}

.approach_slider .item h4 {
    text-align: center;
    font-size:16px;
    margin-top: 20px;
    color: #1F2937 !important
}

.approach_slider .item p {
        margin-bottom: 10px;
    text-align: center;
    color: #1F2937 !important
}

.approach_slider .item {
    
  border-radius: 24px;
    background: #def2fe;
    border: 1px solid #def2fe;
    padding: 15px;
    margin:0px 10px;
}

.approach_slider .owl-item.active.center .item {
    /*background:linear-gradient(244.52deg, #7CFFF9 -14.44%, #038bcf 104.39%);*/
    /*padding: 50px 15px;*/
}
.approach_slider .owl-nav{
    width: 100%;
    display: flex;
    justify-content: center;
        margin-top: 30px;
}
.approach_slider button.owl-next, .approach_slider button.owl-prev{
    font-size: 40px !important;
}
.approach_slider button.owl-prev, .approach_slider button.owl-next {
    margin:0 10px !important;
    color: #038bcf !important;
}
.post_name i.fas.fa-arrow-up {
    transform: rotate(45deg);
    /*background: #fff;*/
    height: 30px;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    color: #000;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
}

   .popup {
   z-index: 999;
   position: fixed; 
   top: 0; 
   left: 0; 
   width: 100%; 
   height: 100%; 
   background: rgba(0, 0, 0, 0.8); 
   display: none; 
   align-items: center; 
   justify-content: center; 
   }
   .popup-content { 
   background: #5912E4; height: 100vh;
   position: relative;
   width: 100%;
   max-width: 100%;
   height: 100vh;
   padding: 0px;
   display: flex
   ;
   justify-content: space-between;
   align-items: center;
   }
   .close-btn { 
   position: absolute;
    top: 50px;
    right: 35px;
    font-size: 25px;
    cursor: pointer;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    z-index: 999;
   }
   .slider-item { 
   display: flex; 
   align-items: center; 
   justify-content: space-between; 
   gap: 20px;
   }
   .slider-left { 
   color: #fff;
    width: 50%;
    padding-left: 5%;
    text-align: left;
   }
   .slider-left img { 
   width: 100px; 
   height: auto; 
   margin-bottom: 10px; 
   }
   .slider-right { 
   width: 50%; 
   }
   .slider-right img { 
   width: 100%; 
   height: auto; 
   }
   .cta-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none !important;
    border-radius: 5px;
   }
   .cta-btn:hover{
       background: #fff;
       color: #007bff;
   }
   .slider-right img{
      height: 100vh;
      object-fit: cover;
      object-position: center;
     width: 100%;
   }
.slider-item h3{
  color: #fff;
}
   @media (max-width: 768px) {
   .slider-item { flex-direction: column; }
   .slider-left, .slider-right { width: 100%; text-align: center; }
   }

   .sticky {
   position: fixed !important;
   top: 0;
   width: 100% !important;
   background-color: #fff !important;
   box-shadow: 0px 4px 4px 0px #00000040;
   }
   .forminator-button-upload {
        background-color: #0388CB !important;
    }