/*
Theme Name: Orritech
Theme URI: http://demo.bravisthemes.com/orritech
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes
Description: Orritech is a top-tier React template tailored for modern technology, innovative projects, and IT solutions. This versatile template allows users to effortlessly build landing pages for IT/Software Services, various business types, apps, software, SaaS, and more. Oritech boasts a sleek, contemporary design and comes with a comprehensive set of home pages and a wide array of internal pages, including Services, Case Studies, About, Contact, FAQ, and multiple blog layouts.
Version: 1.0.0
Requires PHP: 7.4
Tested up to: 6.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: orritech
Copyright (c) 2024 Bravis-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
Tags:  	it, it business, it company, it consultant company, IT Consulting Firms, IT information Technology, IT services, it solution, IT solutions, it supports, IT Tech, it technology, Tech Websites, technology
*/
.hesperiden .sr7-bullet::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 1.5px dashed var(--primary-color);
    top: -11px !important;
    left: -11px !important;
    transform: translate(-50%, -50%);
    border-radius: inherit;
    animation: spinAround 5s linear infinite;
    opacity: 0;
}
.hesperiden .sr7-bullet:hover::before, .hesperiden .sr7-bullet.selected:before {
    opacity: 1;
}
#megamenu_div .elementor-icon-list-item > a {padding:0px 0 8px 0; white-space:normal;}
.pxl-menu-primary .sub-menu li, .pxl-menu-primary .children li{ white-space:normal;}
.pxl-testimonial-carousel1.style1 .pxl-swiper-slide .pxl-item--inner {
    padding: 20px;
    text-align: left;
}
.pxl-box-list1 .pxl-item--text{text-align:justify;}
.pxl-menu-primary .sub-menu li a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
    color: var(--e-global-color-primary);
}
.pxl-menu-primary .elementor-icon-list-item a:before {display:none;}
.pxl-testimonial-carousel1.style1 .pxl-item--desc{font-size:16px;text-align:justify;}
#whyrama{position:relative;}
.sticky_col{position:sticky;top:50px;}
.pxl-menu-primary .sub-menu, .pxl-menu-primary .children{background:#e3e3e3;border-radius:10px;}
.pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a{ text-align:left;}
@media screen and (min-width: 1200px) {	.pxl-menu-primary .sub-menu, .pxl-menu-primary .children {min-width:400px; text-align:left;}}
.footer_menus ul {
    display: flex;
    list-style-type: none;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px;
}
@keyframes spinAround {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.pxl-portfolio-grid-layout2 .item--holder {    width: 100%;}
span.pxl--service-name{display:none;}

.card_col{ border-radius: 15px;background:#fff;
    box-shadow: 0px 20px 30px 10px rgba(200, 208, 214, 0.25);
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
transition: all 0.3s;margin:15px 10px;}
.card_col .elementor-widget-container

 {
    margin: 0 !important;
}
.card_col .elementor-widget-pxl_icon_text, .card_col .pxl-icon-text, .card_col .elementor-widget-container, .card_col .pxl-item--inner, .card_col .pxl-item-wrap {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex
;
}
#megamenu_div .elementor-heading-title a{color:var( --e-global-color-primary )!important;font-size:18px!important;}
.approach_div .pxl-number {
    color: #fff;
    background-image: -webkit-linear-gradient(var(--primary-color), var(--secondary-color), var(--primary-color));
    background-image: -moz-linear-gradient(var(--primary-color), var(--secondary-color), var(--primary-color));
    background-image: -ms-linear-gradient(var(--primary-color), var(--secondary-color), var(--primary-color));
    background-image: -o-linear-gradient(var(--primary-color), var(--secondary-color), var(--primary-color));
    background-image: linear-gradient(var(--primary-color), var(--secondary-color), var(--primary-color));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.approach_div .pxl--item:hover .pxl-number {
    background: #242e45;
    color: #f17b1c;
}