/*
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.3.0.1693478839
Updated: 2023-08-31 10:47:19

*/

.iti.iti--allow-dropdown {
    width:100%;
}
.write-review-btn:focus {
    color: white;
}
.web_link{
	border: 2px solid #000a3c;
    margin: 10px 0px;
    font-weight: 600;
    padding: 2px 15px
}
.web_link:hover{
	background-color: #fd7e14;
}
.write-review-btn{
 background-color: #00205B;
    border-color: #00205B;   
}
.write-review-btn:hover {
    background-color: #F19200;
    border-color: #F19200;
    
}

.ajax-search-form #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input, 
.ajax-search-form #ajaxsearchlite2 .probox .proinput input, div.asl_w .probox .proinput input{
    font-size: 16px;
}
.ajax-search-form #ajaxsearchlite2 .probox, div.asl_w .probox {
    padding: 15px;
}

.display-image{
    max-width:260px;
}
.company-ratings > img {
    max-width: 200px;
}


/* Tooltip container */
.tooltip-wrap {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip-wrap .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
    font-size: 12px;
}
span.tooltiptext a {
    /* text-decoration: none; */
    color: #fff;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-wrap:hover .tooltiptext {
  visibility: visible;
}

.google-ads-container {
    background-color: #E4E4E4;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 25px 20px;
    margin-bottom: 20px;
    position: relative;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) #cccccc !important;
}
        .google-ads-container h4 {
            margin-top: 0;
        }
        
        .google-ads-container p {
            margin-bottom: 0;
        }
        .google-ads-tooltip {
            position: absolute;
            top: 10px; /* Adjust as needed */
            right: 10px; /* Adjust as needed */
        }
        
.google-ads-container h4 {
    font-size: 16px;
}
.google-ads-container.ad-lg h4 {
    font-size: 20px;
}
.google-ads-container  p {
    font-size: 14px;
    line-height:1;
}
.google-ads-container.ad-lg p {
    font-size: 16px;
    line-height:1.5;
}
span.ads_by {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #999;
}
.google-ads-container h4 + p {
    font-size: 14px;
    line-height: 1.2;
}
/* Custom CSS for Bootstrap Tooltip */
 .tooltip-inner {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    border-radius: 8px;
    padding: 8px 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

 .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
 .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #007bff;
}

 .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
 .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #007bff;
}

 .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
 .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #007bff;
}

 .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
 .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #007bff;
}
        
div#ajaxsearchliteres1.asl_r .results .item .asl_content h3, 
div#ajaxsearchliteres1.asl_r .results .item .asl_content h3 a, 
div#ajaxsearchliteres2.asl_r .results .item .asl_content h3, 
div#ajaxsearchliteres2.asl_r .results .item .asl_content h3 a{
    color: #000;
    font-size: 16px;
    font-weight:bold;
}
div#ajaxsearchliteres1.asl_r .results .item .asl_content .asl_desc, 
div#ajaxsearchliteres2.asl_r .results .item .asl_content .asl_desc{
    font-size: 14px;
}
span.rating {
    background-color: #F19200;
    color: #fff;
    padding: 0px 5px !important;
    margin-left: 1em !important;
    display: inline-block;
    border-radius: 6px !important;
    font-size: 12px;
}


input[type=date], textarea {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.rateit .rateit-selected {
    color: #F5C60D;
}


.breadcrumb-wrapper nav {
    padding-top: 1em;
}
.breadcrumb-wrapper ol {
    margin: 0;
    padding: 0;
}
.breadcrumb-wrapper ol li {
    font-size: 12px;
    font-weight: 400;
    display: inline;
}
.breadcrumb-wrapper ol li:after {
    content: ">";
}
.breadcrumb-wrapper ol li:last-child:after {
    content: "";
}
.breadcrumb-wrapper ol li a {
    color: #000;
}
span.verified {
    font-size: 14px;
}
/*.review-box {*/
/*    min-height: 350px;*/
/*}*/
.review-title {
    font-size: 20px;
    font-weight: 700;
}
.review-boxt p {
    font-size: 16px;
    line-height: 22px;
    color: #191919;
    font-weight: 500;
}
.review-meta{
    font-size: 14px;
}
.review-box .company-img{
    max-width:120px;
}
h3.sidebar-widget-title {
    font-size: 20px;
    font-weight: 700;
}
.sidebar-widget i {
    color: #F19200;
}
.ast-container {
    background-color: #f9fafb !important;
}

div#company-header {
    background-color: white;
    border-bottom: 1px solid #e5e5dd;
    background: linear-gradient(rgb(0 32 91) 0%, rgb(255, 255, 255) 100%);
}
section.company-information {
    padding: 16px 0;
}

.company-website {
    border: 1px solid #00205B;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.company-website:hover {
    background-color: #00205B;
}
.company-website:hover a, .company-website:hover span {
    color: #fff;
}
.company-website span {
    font-weight: normal;
    display: block;
}

.company-image-wrapper img {
    max-width: 200px;
    height: auto;
}
a.company-website-link.btn-primary {
    background-color: #f19200;
    color: #fff !important;
    border-color: #f19200;
    font-size: 18px;
}
.company-card img {
    height: 40px;
    width: auto;
}
.company-website-link.btn-primary:hover {
    background-color: #00205B;
}
.company-summary .company-ratings h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
}
.company-ratings p {
    font-size: 16px;
    margin: 0;
}
main.company-main-content {
    margin: 1.5em 0;
}

.single  #primary{
    margin:0;
}
/*button#rateit-reset-2 {*/
/*    display: none !important;*/
/*}*/
.single .ast-container {
    max-width: 100%;
    padding: 0;
}
.story-card {
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 10px;
    font-family: 'Open Sans';
    align-items: center;
}
.story-card .story-content, .story-card .story-image {
    width: 50%;
}
.story-card .story-content {
    padding: 70px;
}
.story-content .story-rating {
    max-width: 200px;
    margin-bottom: 20px;
}
.story-content h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
}
.story-content p {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #696a6a;
}
.story-content p {
    margin-bottom:0;
}
.story-content p span {
    color: black;
}
.story-card .story-image {
    padding: 2px;
}
.story-image img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.owl-prev, 
.owl-next{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
    background-color: #000000 !important;
    border-radius: 50% !important;
}

/*.owl-prev, .owl-next {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    position: absolute;*/
/*    top: 40%;*/
/*    margin-left: -20px;*/
/*    display: block !important;*/
/*    border: 0px solid black;*/
/*    background-color: #46A0D5 !important;*/
/*    border-radius: 50% !important;*/
/*}*/
.owl-prev {
    left: -5%;
}
.owl-next {
    right: -5%;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF !important;
    font-size: 14px !important;
    
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

.review-box {
    font-family: "Open Sans", Sans-serif;
    border-radius: 8px;
    padding: 1em;
    margin-bottom: 30px;
    border: 1px solid #e5e5dd;
    background: #FCFBF3;
}
.review-box img.rating {
    max-width: 100px;
    margin-bottom: .5em;
}

.review-box p.title {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.review-box small {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: #161616;
    line-height: 22px;
}
.review-box p {
    color: #161616;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: .8em 0 1em 0;
}
.review-box .location {
    display: flex;
    align-items: center;
    font-family: 'Public Sans';
}

.review-box img.flag {
    max-width: 28px;
    margin-right:0.5em;
}
.review-box .location span {
    color: #161616;
    font-size: 14px;
    font-weight: 500;
}
.review-box_header {
    display: flex;
    align-items: center;
}
.review-box_header .avatar {
    margin-right: .5em;
}
.review-box_header .avatar img {
    border-radius: 50%;
    max-width: 37px;
    margin-bottom: .5em;
}
.company-name {
    color: #00205B;
    font-size: .8rem;
}

#wr-info{
    width: 60%;
}

.tax-company_cat .ast-row{display: flex;
    flex-wrap: wrap;}
.tax-company_cat .tr_company{flex: 0 0 auto;width:33.33%;padding: 30px 15px;}
.tax-company_cat .tr_company .post-content.ast-grid-common-col{box-shadow: 0px 0px 15px #00000030;padding: 30px 50px;text-align:center;}
.tax-company_cat .tr_company .post-content.ast-grid-common-col .post-thumb{display: flex;margin:0px auto;float: none;height:100px;width: 100%;align-items: center;justify-content: center;}
.tax-company_cat .tr_company .post-content.ast-grid-common-col .post-thumb img{max-width:100%;height:auto;width: auto;}
.tax-company_cat .tr_company .post-content.ast-grid-common-col .post-thumb a{display: flex;width: 100%;justify-content: center;height: 100px;}
.tax-company_cat .tr_company .post-content.ast-grid-common-col .entry-title{margin-top: 10px !important;}	
.tax-company_cat .tr_company .post-content.ast-grid-common-col .entry-title a{text-decoration:none; font-size:20px !important; font-weight:600;}

.reviews .elementor-heading-title a{text-decoration: none !important;}

@media screen and (max-width: 1024px) {
  .owl-prev, .owl-next {
    width: 40px;
    height: 40px;
     position: inherit; 
    display: inline !important;
    background-color: #000000 !important;
    border-radius: 50% !important;
}
}

@media screen and (max-width: 767px) {
  .story-card {
        display: inherit;
    }
    .story-card .story-content {
    padding: 20px;
    text-align: center;
}
#wr-info{
    width: 100%;
}
.story-card .story-content, .story-card .story-image {
    width: 100%;
}
.story-content .story-rating {

    margin-left: auto;
    margin-right: auto;
}

.story-content h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
}
.company-summary .company-ratings h1 {
    font-size: 26px;
}
.tax-company_cat .tr_company{flex: 0 0 auto;width:100%;padding: 20px 15px;}
	
}
