/*
Theme Name: SqW OMR Theme
Text Domain: Square Works
Version: 3.61
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Square Works Design Studio
Author URI: https://squareworks.in/
Theme URI: https://squareworks.in/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/* font */
@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* variable */
:root {     
    --base-color: #004296;
    --very-light-gray:#f8f9f9;
    --alt-font: "Poppins", serif; 
    --primary-font: "Poppins", serif;
} 
html {
    overflow-x: hidden;
}
body{
    /*font-size: 20px;
    line-height: 24px;*/
    font-size: 14px;
    line-height: 20px;
    font-optical-sizing: auto;
    color: #000000;
} 
body,
.main-content {
    background-color: #ffffff !important;
}
a, a:hover {
    color: #004296;
}

.omr-blue-bg{
    background-color: #004296 !important;
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--dark-gray);
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--dark-gray);
}
.custom-cursor .circle-cursor-outer {
    background: var(--base-color);
}
/* Reset Cursor Border*/
#ball-cursor #ball-cursor-loader{border-style:none}
/* header */ 
header .navbar-brand img {
    max-height: 100px;
}
header .navbar.mini-header .navbar-brand img {
    max-height: 60px;
}
header .widget-text {
    font-size: 15px;
}
header .navbar-brand,
header.sticky .navbar-brand{
    padding: 0px;
}

header.sticky.sticky-active .header-reverse{
    /*-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);*/
    box-shadow: none !important;
}

.hamburger-logo img {
    max-height: 87px;
}
.header-icon .header-social-icon a {
    padding-left: 15px;
}
.menu-list-wrapper {
    height: calc(85vh - 150px);
}
.hamburger-menu-simple .menu-item-list .nav-link {
    /*font-size: 35px;
    line-height: 22px;
    left:0;*/
    font-size: 30px;
    line-height: 18px;
    left: 0;
    letter-spacing: 0px;
}
.hamburger-menu-simple .menu-item-list .nav-link:hover {
    opacity: 1;
    color: var(--base-color);
    left: 10px;
}
header .elements-social ul li {
    margin-right: 20px;
    margin-left: 0;
}
header .elements-social ul li a {
    width: auto;
    height: auto;
}
.push-menu .close-menu {
    width: 50px;
    height: 50px;
}
.header-push-button .push-button {
    height: 10px;
}
.header-push-button .push-button span:first-child {
    width: 15px;
    margin-right: 0;
}
.show-menu .header-push-button .push-button span:nth-child(1) {
    width: 15px;
    top: 0;
}
.show-menu .header-push-button .push-button span:nth-child(2) {
    top: 6px;
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
}
.bg-light-gray-mainmenu {
    background-color: rgb(168 168 168 / 98%);;
}
/* heading tag */
h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
} 
/* btn */
.btn.btn-base-color {
    color: var(--dark-gray);
}
/* footer */
footer .footer-logo img {
    max-height: 59px;
}
/* small icon */
.small-icon a {
    font-size: 16px;
}
/* padding */
.pt-115px {
    padding-top: 115px !important;
}
.pt-105px {
    padding-top: 105px !important;
}

@media (min-width: 768px) {
    /* Styles for screens above 767px */
    .pr-lg-30px{
        padding-right: 30px !important;
    }
    .pl-lg-30px{
        padding-left: 30px !important;
    }
}

@media (max-width: 991px) {
    .header-transparent[data-header-hover=light] {
        background-color: transparent !important;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        /*font-size: 35px;
        line-height: 22px;*/
        font-size: 28px;
        line-height: 18px;
    }
    header .navbar-brand .mobile-logo {
        max-width: 180px !important;
    }
    .left-sidebar-header.header-dark .navbar-toggler-line, 
    .navbar-collapse {
        background-color: #004296 !important;
    }
}
@media (max-width: 767px) {
    header .navbar-expand-lg {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        /*font-size: 35px;
        line-height: 22px;*/
        font-size: 24px;
        line-height: 18px;
        letter-spacing: 0px;
    }
    .menu-list-wrapper {
        height: calc(90vh - 120px);
    }
}

.logo-white-bg{
    background-color: #ffffff;
    padding: 20px 10px 10px !important;
}
.text-justify {
    text-align: justify !important;
}

.pagination-jsp .nav-links .page-numbers {
    display: inline-block;
    border: 0;
    padding: 0 2px;
    margin: 0 1px;
    background: 0 0;
    color: var(--medium-gray);
    font-size: inherit;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 40px;
    min-height: 40px;
    min-width: 40px;
    text-decoration: none;
}
.pagination-jsp .nav-links .page-numbers.current {
    background: var(--dark-gray);
    color: var(--white);
    box-shadow: 0 0 10px rgba(23, 23, 23, .15) !important;
}
.pagination-jsp .nav-links .page-numbers:hover {
    background: var(--white);
    color: var(--dark-gray);
    box-shadow: 0 0 10px rgba(23, 23, 23, .15) !important;
}

.outside-link-pointer {
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}

.ccc-project-title{
    /*font-size: 24px;
    line-height: 28px;*/
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.ccc-grid-item .portfolio-box{
    position: relative;
}
.ccc-grid-item .portfolio-caption{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 11;
}
.ccc-grid-item a .portfolio-caption{
    color: #ffffff !important;
}
.ccc-grid-item a:hover .portfolio-caption{
    color: #cbcbcb !important;
}

.ccc-grid-item .portfolio-box .ccc-color-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.ccc-grid-item .portfolio-box:hover .ccc-color-image {
    display: block;
}
.ccc-grid-item .portfolio-box:hover .portfolio-image img {
    opacity: 1;
}


.toggle-view-container{
    margin-top: -10px;
}
.toggle-view-container.pictorial-view .ccc-grid-item .portfolio-box .ccc-color-image {
    display: block !important;
}
.toggle-view-container.pictorial-view .ccc-grid-item .portfolio-box:hover .ccc-color-image {
    display: none !important;
} 
.toggle-view-container.pictorial-view .ccc-grid-item a .portfolio-caption{
    color: #ffffff !important;
}
.toggle-view-container.pictorial-view .ccc-grid-item a:hover .portfolio-caption{
    color: #FF0000 !important;
}

.ccc-square-div {
    width: 100%; /* Adjust this size as needed */
    aspect-ratio: 1 / 1; /* Maintains a square shape */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ccc-square-div img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Maintains aspect ratio without cropping */
}

.pagination-bottom-padding{
    padding-bottom: 30px;
}
.ccc-gallery-btn-right{
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ccc-toggle-head-btn{
    display: none;
    text-align: center !important;
    position: relative !important;
}
.toggle-view-absolute{
    text-align: center !important;
    position: absolute;
    z-index: 1000;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.ccc-square-video-cover {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.ccc-square-video-cover video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; /* Ensures it's non-interactive */
}

.ccc-page-top-padding{
    padding-top: 50px;
}
.ccc-common-top-padding{
    padding-top: 50px !important;
}
.ccc-common-bottom-padding{
    padding-bottom: 50px !important;
}
.ccc-common-top-margin{
    margin-top: 50px !important;
}
.ccc-common-bottom-margin{
    margin-bottom: 50px !important;
}
.ccc-common-bottom-margin-half{
    margin-bottom: 25px !important;
}


@media (max-width: 768px) { 
    /* Small and medium devices */
    .ccc-horizontal-scroll {
        display: flex;
        overflow-x: auto;
    }
    .ccc-horizontal-scroll .row {
        flex-shrink: 0;
        width: auto; /* Make sure each item takes its content width */
    }
}

@media (max-width: 654px) { 
    /* Small and medium devices */
    .navbar-ccc .ccc-link-black.fs-16{
        font-size: 14px !important;
    }
}
@media (max-width: 575px) { 
    /* Small and medium devices */
    .navbar-ccc .ccc-link-black.fs-16{
        font-size: 14px !important;
    }
    .navbar-ccc .ccc-link-black.lh-20 {
        line-height: 16px !important;
    }
    .navbar-ccc .toggle-view-absolute{
        margin-top: 8px;

    }
}

.navbar .menu-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 44px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.navbar .menu-title span {
    font-weight: 700;
}

.home-banner-content {
    position: relative;
    background-image: url(images/hero.jpg);
    background-size: cover;
    width: 100%;
}
.home-banner-content:before {
    content: "";
    display: block;
    background: rgba(38, 87, 152, .66);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-banner-inner {
    position: relative;
    width: 100%;
}
.home-banner-inner:before {
    content: "";
    display: block;
    background-image: url(images/positive.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
}

.home-section1-content {
    position: relative;
    background-image: url(images/members-bg.jpg);
    background-size: cover;
    width: 100%;
}
.home-section1-content:before {
    content: "";
    display: block;
    background: rgba(38, 87, 152, .9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.promo {
    position: relative;
    padding: 30px 30px 30px 0;
}
.promo.promo-light {
    background-color: #F5F5F5;
    border-radius: 3px;
    padding-left: 30px;
}

.page-head-content {
    position: relative;
    background-image: url(images/positive.png);
    background-repeat: repeat;
    width: 100%;
}
.page-head-content:before {
    content: "";
    display: block;
    background: rgba(38, 87, 152, .9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.team, .team-image {
    position: relative;
}
.card-columns-1 .team {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    transition: opacity .25s ease;
}
.card-columns-1 .team-image {
    margin-left: auto;
}
.card-columns-1 .team-image, 
.card-columns-1 .team-image img {
    border-radius: 5px;
}
.card-columns-1 .team-image > a, 
.card-columns-1 .team-image img {
    display: block;
    width: 100%;
}
.card-columns-1 .team-image::after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50));
    border-radius: 5px;
}
.connect-doc-form-bg {
    border-radius: 2px;
    background-color: #E4EDFB;
    box-shadow: 0 2px 4px 0 #929dac;
    border: 1px solid #cbd2db;
    padding: 18px 24px 24px;
}

.team-box {
    position: relative;
    border-radius: 5px;
}
.team-box-image::after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.80));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.80));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.80));
    border-radius: 5px;
}

.alphabet-filter a {
    padding: 2px 8px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    margin-bottom: 4px;
}
.alphabet-filter a:hover {
    background-color: #004296;
    color: #fff;
    text-decoration: none;
}
.alphabet-filter a.active {
    font-weight: 600;
    border: 1px solid #004296;
}


@media (max-width: 654px) { 
    /* Small and medium devices */
    .nav-tabs-container{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;    
    }
    .nav-tabs-container ul.nav-tabs {
        flex-wrap: nowrap !important;
        width: max-content;
    }
    .nav-tabs-container ul.nav-tabs li {
        width: auto;
    }
}