/*
Theme Name: OSP Theme
Theme URI: https://example.com/osp-theme
Author: OSP
Author URI: https://example.com
Description: Custom WordPress theme with Bootstrap 5 and ACF plugin. Features 4 header widgets, 4 footer widgets, 1 sidebar widget, header and footer menus, and Case Study custom post type.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: osp-theme
Tags: bootstrap-5, acf, custom-post-type, widgetized, case-study
*/

/* =============== Common  ==================*/
body {
  font-family: "avenir-lt-pro";
}

body p {
  color: #f9f7f5 !important;
  font-size: 18px;
  font-weight: 200;
  font-family: "montserrat";
}

.container {
  max-width: 90%;
}

/* Width */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ef4a0c;
  border-radius: 20px;
}

ul,
ol {
  margin: 0;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 200;
  font-family: "montserrat";
}

/* =========== Header ============= */
header.site-header {
  position: fixed;
  width: 100%;
  color: #fff;
  transition: all 0.7s ease 0s;
  padding: 12px 0;
  z-index: 999;
  background: linear-gradient(180deg, #000000ad, #00000000);
}

header.site-header .row.col {
  display: flex;
  align-items: center;
}

header.site-header .logo figure {
  margin: 0;
}

header.site-header.header-scrolled {
  background: linear-gradient(180deg, #000000bf, #00000000);
  transition: all 0.7s ease 0s;
}

header .site-logo img {
  width: 175px;
}

header .slogan>h3 {
  font-size: 17px;
  text-align: center;
  font-weight: 400;
}

header .slogan>h3>span {
  color: #ef4a0c;
}

header #menu-primary-menus li.nav-item {
  padding: 0 15px;
}

header #menu-primary-menus li.nav-item>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  transition: color 0.5s ease 0s;
}

header #menu-primary-menus li.nav-item>a:hover {
  color: #ef4a0c;
  transition: color 0.5s ease 0s;
}

header #mega-menu-primary.mega-menu>li.mega-menu-item:last-child>a {
  background: #ef4a0c !important;
  padding: 5px 20px !important;
  border: 1px solid #ef4a0c !important;
  margin-left: 20px !important;
}

header #mega-menu-primary.mega-menu>li.mega-menu-item:last-child>a:hover {
  background: transparent !important;
  color: #fff !important;
  transition: all 0.5s;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
  background: #0806052e;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li>a {
  font-size: 15px !important;
  font-family: "montserrat";
  font-weight: 100 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li>a:hover span.mega-indicator:after {
  color: #ef4a0c;
}


/* ============ Page =============== */
.sliderSection {
  background-size: cover !important;
  position: relative;
  padding-bottom: 20px;
  background-attachment: fixed !important;
}

.sliderSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #141414; */
  background: linear-gradient(280deg,
      rgba(42, 123, 155, 0.04) 54%,
      rgb(102 102 102 / 5%) 52%,
      rgb(18 18 18 / 79%) 115%);
  /* z-index: 1; */
}

.sliderSection .sliderContent {
  padding-top: 150px;
  position: relative;
  z-index: 2;
}

.sliderSection h1 {
  color: #fff;
  font-weight: bolder;
  font-size: 72px;
}

.sliderSection .sliderContent p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0.3em !important;
}

.accordionSect {
  margin-top: 40px;
}

.accordionSect h2.accordion-header>button {
  background: transparent !important;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  box-shadow: none;
  padding: 0;
  font-family: "montserrat";
}

.accordionSect .accordion,
.accordionSect .accordion-item {
  background: transparent;
  color: #fff;
  border: none;
}

.accordionSect .accordion-body {
  font-size: 28px;
  color: #f9f7f5;
  font-weight: 300;
}

.accordionSect .accordion-item {
  margin-bottom: 30px;
}

div#accordionExample {
  padding-right: 30%;
}

.accordion-button[aria-expanded="false"]::after {
  content: "+";
  top: 0;
  position: relative;
  background: none;
  border: 1px solid #fff;
  height: 32px;
  width: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 100;
  font-size: 30px;
  color: #ffffffd9 !important;
}

.accordion-button[aria-expanded="true"]::after {
  content: "__";
  top: 0;
  position: relative;
  background: none;
  border: 1px solid #fff;
  height: 32px;
  width: 32px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffffd9 !important;
  text-align: center;
  vertical-align: middle;
}

.blk-sidebar-sect {
  padding: 50px 0;
  background: #121314;
  color: #f9f7f5;
}

.blk-sidebar-sect .blk-content {
  padding-top: 30px;
}

.blk-sidebar-sect .blk-content p {
  line-height: 2;
}

.blk-sidebar-sect h2 {
  font-size: 38px;
  color: #ffff;
  font-weight: 500;
  margin-bottom: 20px;
}

.graybg-sect {
  padding: 50px 0;
  background: #48484a;
  color: #f9f7f5;
  font-size: 22px;
}

.graybg-sect .titleSect {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.graybg-sect .titleSect>h2 {
  color: #ec4c23;
  font-weight: 600;
  font-size: 34px;
}

.graybg-sect .titleSect span {
  font-weight: 100;
  font-size: 32px;
  color: #ffffffc2;
  font-family: "montserrat";
}

.graybg-sect .graybg-content {
  padding-right: 2.5%;
}

.graybg-sect .graybg-content ul.bldListing {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.graybg-sect .graybg-content ul.bldListing strong {
  font-weight: 500;
  margin-right: 30px;
}

.graybg-sect .graybg-content ul.bldListing li:nth-child(2) strong {
  margin-right: 46px;
}

.graybg-sect .graybg-content ul.bldListing li:last-child strong {
  margin-right: 53px;
}

.graybg-sect .graybg-content p strong {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}

.graybg-sect span.graybg-btn::after {
  content: "▲";
  transform: rotate(90deg);
  position: absolute;
  top: 0px;
  right: -35px;
  border: 1px solid #fff;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
}

.graybg-sect span.graybg-btn {
  font-weight: 100;
  font-size: 16px;
  text-decoration: underline;
  position: relative;
}

.graybg-sect .btn-default {
  padding: 8px 38px;
  font-size: 16px;
  color: #fff;
  background: #48484a;
  border-radius: 8px;
  border: 2px solid transparent;
  background:
    linear-gradient(#48484a, #48484a) padding-box,
    linear-gradient(45deg, #ec4c23ba, #df0707db) border-box;
  transition: all 0.7s ease 0s;
  font-weight: 300;
  font-family: "avenir-lt-pro";
}

.graybg-sect .btn-default:hover {
  transition: all 0.7s ease 0s;
  background: #ec4c23;
}

.graybg-sect span.graybg-btn:hover {
  cursor: pointer;
  color: #e74b00;
}

.graybg-sect .graybg-content .getStrt {
  display: flex;
  justify-content: flex-end;
}

.graybg-sect .graybg-image img.playIcon {
  position: absolute;
  top: 45%;
  left: 48%;
  z-index: 88;
  border: 1px solid #fff;
  background: #fff;
  width: 43px;
  border-radius: 100px;
  padding: 9px 8px 8px 10px;
  box-shadow: 0 0 16px 11px #22222252;
  transition: all 0.5s ease 0s;
}

.graybg-sect .graybg-image img.playIcon:hover {
  background: #ef4a0ccc;
  transition: all 0.5s ease 0s;
  border-color: #ef4a0ccc;
  cursor: pointer;
}

.graybg-sect .graybg-image {
  position: relative;
}

.graybg-sect .videoPoster .videoImg {
  position: relative;
  border-radius: 10px;
}

.graybg-sect .videoPoster {
  display: flex;
  height: 380px;
  justify-content: center;
}

#videoModalHome .modal-dialog {
  max-width: 75%;
}

div#videoModalHome .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  padding: 0;
  background: #09090a;
}

#videoModalHome button.btn-close {
  position: absolute;
  top: 20px;
  right: -15px;
  background: #ef4a0c;
  z-index: 2;
  opacity: 1;
  color: #fff;
  height: 22px;
  border-radius: 40px;
  width: 22px;
  line-height: 0px;
}

#videoModalHome button.btn-close:hover {
  cursor: pointer;
}

.testimonial-sect {
  background: #121314;
  color: #f9f7f5;
  padding: 50px 0;
  border-top: 10px solid #e74b00;
}

.testimonial-sect h2 {
  color: #ef4a0c;
  font-family: "avenir-lt-pro";
  font-weight: 200;
  font-size: 32px;
}

/* ===================================== Golu ================================ */
.testimonialBlock {
  margin-bottom: 100px;
}

.faqSect h3 {
  font-family: "montserrat";
  font-size: 32px;
  font-weight: 500;
}

.faqSect button.accordion-button {
  background-color: transparent !important;
  color: #fff !important;
  padding: 0.7rem 0;
  font-size: 22px;
  font-family: "montserrat";
  font-weight: 100;
}

.faqSect .accordion-header {
  margin-left: 20px;
}

.faqSect .accordion-item {
  background: transparent;
  border: 0;
  color: #fff;
}

.faqSect .accordion-button:focus,
.faqSect .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.faqSect .accordion-button[aria-expanded="false"]::before {
  content: "⌵";
  top: 5px;
  position: relative;
  background: none;
  font-weight: 300;
  font-size: 25px !important;
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
  left: -20px;
  transition: all 0.5s;
  transform: rotate(180deg);
}

.faqSect .accordion-button::after {
  display: none;
}

.faqSect .accordion-button[aria-expanded="true"]::before {
  content: "⌵";
  top: 0;
  position: relative;
  background: none;
  font-weight: 300;
  font-size: 25px !important;
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
  left: -20px;
  transform: rotate(0deg);
  transition: all 0.5s;
}

.faqSect .accordion-body ul li {
  color: #f9f7f5;
}


.faqSect .accordion-body {
  padding: 0 0 0 15px;
  width: 90%;
}

.profile-sec {
  background-color: #2b2522;
  padding: 24px 28px;
  display: flex;
  gap: 25px;
}

.profile-sec .profile-img {
  width: 25%;
  float: left;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-sec .book-now-btn a {
  padding: 6px 16px;
  font-size: 18px;
  color: #fff;
  background: #48484a;
  border-radius: 10px;
  border: 2px solid transparent;
  background:
    linear-gradient(#2b2522, #2b2522) padding-box,
    linear-gradient(45deg, #ec4c23ba, #df0707db) border-box;
  transition: all 0.7s ease 0s;
  font-weight: 300;
  font-family: "avenir-lt-pro";
}

.profile-sec .book-now-btn a:hover {
  transition: all 0.7s ease 0s;
  background: #ec4c23;
}

.profile-sec .profile-content {
  width: 65%;
  float: left;
}

.profile-sec .profile-content h4 {
  color: #ef4a0c;
  font-size: 26px;
  margin-bottom: 14px;
  font-weight: 300;
}

.profile-sec .profile-content p {
  font-size: 17px;
  font-weight: 300;
}

.warning-sec {
  background-color: #121314;
  padding: 0 0 50px;
}

.warning-sec .warning-img {
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
}

.warning-sec .warning-img img {
  width: 140px;
  height: 135px;
  padding-bottom: 10px;
}

.warning-sec .warning-content h5 {
  color: #fff;
  font-size: 18px;
}

.warning-sec .warning-content p {
  font-family: "avenir-lt-pro";
  font-weight: 300;
  color: #ada69f !important;
}

.warning-sec .warpperOuter {
  width: 680px;
}

/************************************* Result Section *************************************/
.blk-sidebar-sect .blk-sidebar .result-sec {
  width: 73%;
  background: #48484a;
  display: flex;
  flex-direction: column;
  /* margin: 0 auto; */
  padding: 12px 26px;
}

.blk-sidebar-sect .blk-sidebar .result-sec h4 {
  font-size: 20px;
  font-family: "montserrat";
  font-weight: 400;
  margin-bottom: 10px;
}

.blk-sidebar-sect .blk-sidebar .result-sec ul {
  list-style: none;
  padding-left: 0;
  max-height: 300px;
  overflow-y: scroll;
}

.blk-sidebar-sect .blk-sidebar .result-sec ul li a {
  display: flex;
  flex-direction: column;
}

/* .blk-sidebar-sect .blk-sidebar .result-sec ul li a img {
    max-height: 100px;
} */

.blk-sidebar-sect .blk-sidebar .result-sec ul li a .result-text h5 {
  font-size: 15px;
  margin: 4px 0 2px;
  font-weight: 300;
  font-family: "avenir-lt-pro";
}

.blk-sidebar-sect .blk-sidebar .result-sec ul li a .result-text p {
  font-size: 12px;
  font-family: "avenir-lt-pro";
  margin-bottom: 10px;
}

.blk-sidebar-sect .blk-sidebar .result-sec .faturedImng {
  background-size: 100% 100%;
  height: 160px;
  background-position: top center;
  object-fit: cover;
  transition: all 0.5s;
}

.blk-sidebar-sect .blk-sidebar .result-sec .faturedImng:hover {
  background-size: 118%  118% !important;
  transition: all 0.5s;
}

.blk-sidebar-sect .blk-sidebar .result-sec ul li>a {
  text-decoration: none;
  color: #fff;

}

/********************************* News Page ************************************/
.news-sec {
  padding: 50px 0;
}

.news-sec h1 {
  text-align: center;
  color: #ef4a0c;
}

.sbi_header_text {
  background: #e1e1e1b8;
  padding: 12px;
}

.sbi_header_text h3 {
  color: #ef4a0c;
}

.sbi_header_text p.sbi_bio {
  color: #333 !important;
}

.sbi_bio_info span {
  color: #021927 !important;
}

/* ============================== Footer ============================ */
footer {
  background: #c9d3da;
  padding: 25px 0;
}

footer .footer-logo-sect img {
  width: 18%;
  margin-bottom: 9px;
}

footer .footer-copyright-sec p {
  color: #000 !important;
  margin-bottom: 0;
  font-size: 11px;
  font-family: "avenir-lt-pro";
}

footer .footer-copyright-sec p:last-child {
  font-size: 10px;
}

footer .footer-menu-sect ul li a {
  font-size: 18px;
  color: #ef4a0c !important;
  padding: 10px;
  font-family: "avenir-lt-pro";
  position: relative;
}

/* footer .footer-menu-sect {
    margin-bottom: 8px;
} */
footer .footer-menu-sect ul li a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #231f20;
  right: -4px;
  top: 14px;
}

footer .footer-menu-sect ul li:last-child a::after {
  content: none;
}

footer .footer-sub-menu>ul {
  list-style: none;
  padding-left: 0;
}

footer .footer-sub-menu>ul li a {
  color: #231f20;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
  position: relative;
}

footer .footer-sub-menu>ul li a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #231f20;
  right: -1px;
  top: 14px;
}

footer .footer-sub-menu>ul li:last-child a::after {
  content: none;
}

footer .social-icons ul {
  padding-left: 0;
  list-style: none;
}

footer .social-icons ul li a img {
  width: 20px;
}

footer .social-icons ul li a img {
  width: 40px;
  margin-top: 7px;
  margin-left: 8px;
  object-fit: contain;
}

footer .comp-img ul {
  justify-content: end !important;
  list-style: none;
  gap: 10px;
  margin-top: 12px;
}

footer .comp-img ul li img {
  margin-left: 10px;
  width: 100%;
}