/*
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: 8px;
  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";
}

.primary-color {
  color: #ef4a0c;
}

.test-margin-0 {
  margin-bottom: 0px !important;
}

/*============ Scroll Btn ========= */
button#backToTop {
  display: none !important;
}

/* =========== 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);
  top: 0;
}

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 .primary-menus {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 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;
} */
ul#mega-menu-primary {
  padding-right: 0 !important;
}

header .primary-menus .topGetStarted {
  background: #ef4a0c !important;
  padding: 5px 8px !important;
  border: 1px solid #ef4a0c !important;
  margin-left: 16px !important;
  border-radius: 0;
  font-size: 16px;
}

header .primary-menus .topGetStarted:hover {
  background: transparent !important;
  color: #fff !important;
  transition: all 0.5s;
}

.topGetStarted.mob {
  display: none;
}

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

#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;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-item>a {
  color: #ff713c !important;
}

/* ========= HOME =========== */
.home main#main {
  background-color: #121314;
}

.belowVideo {
  margin: 60px 0 80px;
}

.subHeadings.combine {
  background: #121314;
  color: #fff;
  padding: 180px 0 25px;
}

.subHeadings h2 {
  margin-bottom: 60px;
}

.case-study-tabs.home .case-study-inner {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.case-study-tabs.home .case-study-inner .case-study-box_wrap {
  background: #7773731a;
}

.case-study-tabs.home .case-study-inner .case-study-content_wrap>a>h3 {
  color: #fff !important;
}

.subHeadings .subHeadingsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}

.subHeadings .subHeadingsContent>.icon>img {
  margin-bottom: 8px;
}

.subHeadings .subHeadingsContent>p {
  text-align: center;
}

.real-sec .real-title,
.real-sec .tab-sec {
  width: 50%;
}

.real-sec {
  margin-bottom: 35px;
  border-bottom: 1px solid #ef4a0c;
  padding-top: 60px;
  margin-left: 10%;

}

.home ul#myTab {
  justify-content: flex-start;
  margin-bottom: 0;
  border: none;
}

.home .case-study-content_wrap p {
  color: #fff !important;
  font-size: 16px;
  min-height: auto;
}

.case-study-tabs ul#myTab li.nav-item button {
  border: none;
  margin-right: 4px;
}

.real-title h2 {
  margin-bottom: 0 !important;
  color: #ef4a0c;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 34px;
}

.subHeadings .subHeadingsContent h3 {
  color: #ef4a0c;
}

.soccerImage-section h2 {
  color: #ef4a0c;
  font-size: 38px;
  margin-bottom: 20px;
}

.soccerImage-section {
  position: relative;
}

.soccerImage-section img.soccer_waterMarkLogo {
  position: absolute;
  z-index: 0;
  bottom: -130px;
  left: -70px;
  opacity: 0.2;
  width: 38%;
}

.soccerImage-section .soccerImage-sectionImage {
  position: relative;
  z-index: 2;
  margin: 80px 0 0;
}

.sliderSection.home {
  padding: 0;
}

.sliderSection.home::before {
  display: none;
}

.soccerImage-sectionVideo {
  position: relative;
  display: flex;
  left: -100px;
  top: 0;
  z-index: 9;
  flex-wrap: wrap;
  align-content: center;
  row-gap: 230px;
}

.soccerImage-sectionVideo>.soccerRow {
  width: 50%;
}

.soccerImage-sectionVideo>.soccerRow h3.soccerRowHeading {
  color: #ef4a0c;
}

.soccerImage-sectionVideo>.soccerRow ul {
  list-style: none;
  padding: 0 0 0 15px;
}

.soccerImage-sectionVideo>.soccerRow ul>li>a {
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.5s;
}

.soccerImage-sectionVideo>.soccerRow ul>li>a::before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  left: -15px;
  top: 10px;
  background: #ffffffc4;
  border-radius: 10px;
}

.soccerImage-sectionVideo>.soccerRow ul>li>a:hover {
  color: #dd5421;
  transition: all 0.5s;
}

ul.soccerRowUl.row_2 {
  padding: 0;
}

ul.soccerRowUl.row_2>li>a::before {
  display: none;
}

ul.soccerRowUl.row_2>li>a {
  color: #ef4a0c;
  font-size: 25px;
  font-weight: 500;
  display: inline;
}

ul.soccerRowUl.row_2>li>a:hover {
  color: #fff;
}



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

.sliderSection img.waterMarkLogo {
  position: absolute;
  right: -6.5%;
  width: 24%;
  bottom: -50px;
  opacity: 0.4;
}

.sliderSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #141414; */
  background: linear-gradient(280deg,
      rgb(42 123 155 / 0%) 35%,
      rgb(26 25 25 / 33%) 57%,
      rgb(18 18 18 / 89%) 115%);
  /* z-index: 1; */
}

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

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

.sliderSection .sliderContent p {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 0.4em !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;
  padding: 10px !important;
}

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

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

.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 .videoPoster img:hover {
  cursor: pointer;
}

.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 {
  background-color: rgb(249 246 238);
  color: white;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 10px;
  height: 65px;
  text-decoration: none;
  text-transform: none;
  position: absolute;
  top: 42%;
  width: 65px;
  border-radius: 50px;
}

.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;
  position: relative;
}

#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: 10px;
  right: 10px;
  background: #ef4a0c;
  opacity: 1;
  color: #fff;
  height: 22px;
  border-radius: 40px;
  width: 22px;
  line-height: 0px;
  z-index: 9;
}

#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;
}

.testimonialBlock h2 {
  margin-bottom: 3rem !important;
}

/* ===================================== 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(265deg);
}

.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(360deg);
  transition: all 0.5s;
}

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

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

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

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

.profile-sec .profile-content h4>span {
  font-size: 20px;
}

.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: 75%;
  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 .result-sec {
  width: 65%;
  background: #48484a;
  display: flex;
  flex-direction: column;
  /* margin: 0 auto; */
  padding: 20px;
  /* min-height: 300px !important; */
}

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

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

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

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

.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 .result-sec ul li a .result-text p {
  font-size: 12px;
  font-family: "avenir-lt-pro";
  margin-bottom: 10px;
}

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

.blk-sidebar .result-sec .faturedImng:hover {
  background-size: cover;
  transition: all 0.5s;
}

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

/********************************* News Page ************************************/
.news-sec {
  padding: 130px 0 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;
}

.page-template-template-news .testimonial-sect {
  background: transparent;
  border-top: none;
}

.page-template-template-news .testimonial-sect .rpi-header.rpi-header_row.rpi-header_pad {
  display: none;
}

.page-template-template-news .testimonial-sect .testimonialBlock {
  margin-bottom: 0px;
}

/****************************** Contact Page *******************************/
.contact-us-sec {
  margin-bottom: 50px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.contact-us-sec form.wpcf7-form.init {
  margin-top: -15px;
}

.contact-us-sec form.wpcf7-form.init div.row>div {
  margin-top: 15px;
}

.toptitle h2 {
  margin: 30px 0 42px;
  font-size: 28px;
  color: #ef4a0c;
}

.contact-text p {
  color: #000 !important;
  font-size: 16px;
  font-family: "avenir-lt-pro";
}

.contact-text h5 a {
  color: #ef4a0c;
  text-decoration: none;
  font-size: 16px;
}

.contact-text h5 {
  margin: 0;
}

.contact-text h5:nth-child(3) {
  margin-bottom: 12px;
}

.contact-form {
  margin-bottom: 30px;
}

.contact-form p {
  margin-bottom: 0px;
}

.contact-form input.form-control,
textarea.form-control {
  font-size: 13px;
  padding: 10px 15px;
  border-color: #8d8d8d;
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
  padding: 6px 20px;
  border-radius: 3px;
  background-color: #ef4a0c;
  border-color: #ef4a0c;
  transition: all 0.5s;
}

.contact-form input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #fff;
  color: #ef4a0c;
  transition: all 0.5s;
}

.testimonial-sect.contactPage {
  background: transparent;
  border: none;
}

/**************************** Case Study Page *******************************/
.case-top-sec {
  padding: 20px 0;
}

.case-top-sec .case-heading h1 {
  color: #ef4a0c;
}

.case-top-sec .case-heading p {
  color: #000 !important;
  font-size: 20px;
  font-family: "avenir-lt-pro";
}

.case-study-sec {
  padding-bottom: 50px;
}

.case-study-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4%;
  justify-content: center;
}

.case-study-box_wrap {
  width: calc(25% - 3%);
  padding-bottom: 20px;
  box-shadow: 0 0 10px 1px #18080226;
  transition: all 0.5s;
  border-top-left-radius: 0;
  overflow: hidden;
}

.case-study-box_wrap:hover {
  box-shadow: 0 0 10px 7px #18080226;
  transition: all 0.5s;
}

ul#myTab {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  border-color: #ef4a0c;
}

.case-study-tabs ul#myTab li.nav-item button {
  color: #ef4a14;
  font-weight: 500;
  transition: all 0.8s;
}

.case-study-tabs ul#myTab li.nav-item button.active,
.case-study-tabs ul#myTab li.nav-item button:hover {
  background: #ef4a0c;
  color: #fff;
  transition: all 0.5s;
}

.case-study-tabs {
  padding: 8px 0 20px;
}

.case-study-image {
  position: relative;
  overflow: hidden;
}

.case-study-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.5s;
  object-position: center;
}

.case-study-image p.case-study-category {
  position: absolute;
  bottom: -0.5px;
  margin-bottom: 0px;
  left: 0;
  background: #ffffff;
  padding: 1px 15px 3px;
  color: #ef4a0c !important;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.5s;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.case-study-box_wrap:hover .case-study-image img {
  opacity: 0.85;
  transition: all 0.5s;
}

.case-study-box_wrap:hover .case-study-image p.case-study-category {
  background: #ef4a0c;
  color: #fff !important;
}

.case-study-content_wrap {
  padding: 0 18px;
}

.case-study-content_wrap a {
  text-decoration: none;
}

.case-study-content_wrap h3 {
  font-size: 21px;
  font-weight: 700;
  color: #000 !important;
  margin-top: 18px;
  transition: all 0.5s;
}

.case-study-content_wrap h3:hover {
  color: #ef4a0c !important;
  transition: all 0.5s;
}

.case-study-content_wrap p {
  font-size: 13px;
  color: #616161 !important;
  font-family: "avenir-lt-pro";
  min-height: 60px;
}

.case-read-more-btn {
  display: flex;
}

.case-read-more-btn a {
  padding: 4px 9px;
  background: #ef4a0c;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #ef4a0c;
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 200;
}

.case-read-more-btn a:hover {
  background: transparent;
  color: #ef4a0c;
  transition: all 0.5s;
}

/******************************** About Page *******************************/
/* .topBarSlider.col.case_topSlider {
    max-height: 470px;
    overflow: hidden;
} */
.topBarSlider.case_topSlider img.case-study-slider-image {
  width: 100%;
  height: 65vh;
  object-fit: cover;
  object-position: top right;
}

h3.leadership-main-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

h3.leadership-main-title span {
  font-weight: 700;
  font-size: 30px;
}

.leadership-profile-sec {
  margin-top: 50px;
}

p.secondary-heading>strong {
  font-weight: 600;
}

.leadership-profile-sec .leadership-profile-content .leadership-profile-item img {
  width: 100%;
}

.leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-text {
  margin-bottom: 10px;
}

.leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-text p {
  margin-bottom: 6px;
}

.leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-text p:nth-child(1) {
  font-weight: 700 !important;
  font-size: 18px;
}

.leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-dis p {
  margin-bottom: 6px;
  font-size: 18px;
}

.leadership-item .secondary-heading {
  font-weight: 300;
}

.leadership-profile-dis p:last-child {
  margin-bottom: 0;
}

.leadership-profile-dis>p>span {
  font-weight: 700;
}

.row.leadership-profile-content {
  margin-bottom: 10px;
}

/* .blk-sidebar-sect.aboutPage .blk-sidebar .result-sec {
  width: 70%;
  display: block;
} */

/* .blk-sidebar-sect.aboutPage .blk-sidebar .result-sec ul {
  max-height: 510px;
} */

/* .leadership-profile-content .leadership-profile-item:nth-child(1) {
  width: 22%;
} */
/******************************** Privacy Policy Page *******************************/
.privacy-content {
  padding-bottom: 40px;
}

.container.privacyPage {
  padding-top: 4%;
}

.page-top-title h1 {
  margin: 30px 0 42px;
  font-size: 30px;
  color: #ef4a0c;
  text-align: center;
}

.privacy-sec .privacy-content .privacy-inner h3 {
  font-size: 24px;
  color: #ef4a0c;
  padding-top: 17px;
}

.privacy-sec .privacy-content .privacy-inner p {
  color: #000 !important;
  font-size: 16px;
  margin-bottom: 20px;
}

.privacy-sec .privacy-content .privacy-inner h4 {
  font-size: 20px;
  padding-bottom: 4px;
  padding-top: 12px;
}

.privacy-sec .privacy-content .privacy-inner ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.privacy-sec .privacy-content .privacy-inner ul li::marker {
  color: #ef4a0c;
}

.privacy-sec .privacy-content .privacy-inner ul {
  margin-bottom: 26px;
}

.privacy-sec .privacy-content .privacy-inner-2 ul li {
  margin-left: 40px;
}

.privacy-sec .privacy-content .privacy-inner-2 ul li:first-child {
  margin-left: 0 !important;
  font-weight: 600;
}

.privacy-sec .privacy-content .privacy-inner ul>p {
  margin-bottom: 4px;
}

.privacy-inner-3 ul {
  list-style: none;
  padding-left: 0;
}

.privacy-sec .privacy-content .privacy-inner ul li a {
  color: #ef4a0c;
  transition: all 0.5s;
}

.privacy-sec .privacy-content .privacy-inner ul li a:hover {
  color: #000;
  transition: all 0.5s;
}

/* ============================== 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: 34px;
  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%;
}

footer .hidden-comp-img {
  display: none;
}

/*** ============================== Responsive Styles ============================ */
@media screen and (max-width: 1600px) {
  .blk-sidebar .result-sec {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {

  /******************** R Common Styles ********************/
  body p {
    font-size: 16px;
  }

  /******************** Header Section ***********************/
  header .slogan>h3 {
    font-size: 15px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
  header .primary-menus .topGetStarted {
    font-size: 14px;
  }

  /******************** R Hero Section ********************/
  .sliderSection .sliderContent {
    padding-top: 10%;
  }

  .sliderSection h1 {
    font-size: 36px;
  }

  .accordionSect h2.accordion-header>button {
    font-size: 21px;
  }

  .sliderSection .sliderContent p {
    font-size: 15px;
  }

  /******************** R Case Study Sidebar ********************/
  .blk-sidebar .result-sec {
    width: 100%;
  }

  .blk-sidebar .result-sec .faturedImng {
    height: 140px;
  }

  /******************** R Main Section ********************/
  .blk-sidebar-sect h2 {
    font-size: 28px;
  }

  .accordion-button[aria-expanded="false"]::after {
    height: 25px;
    width: 25px;
    font-size: 26px;
  }

  .accordion-button[aria-expanded="true"]::after {
    height: 25px;
    width: 25px;
    font-size: 11px;
  }

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

  .graybg-sect .titleSect>h2 {
    font-size: 28px;
    margin-bottom: 0;
  }

  .graybg-sect .titleSect span {
    font-size: 26px;
  }

  .graybg-sect .graybg-content ul li {
    font-size: 16px !important;
  }

  .graybg-sect .btn-default {
    padding: 7px 26px;
  }

  .graybg-sect span.graybg-btn::after {
    height: 20px;
    width: 20px;
    font-size: 7px;
  }

  .testimonial-sect h2 {
    font-size: 28px;
  }

  .faqSect button.accordion-button {
    font-size: 15px;
  }

  .faqSect .accordion-item .accordion-body p {
    font-size: 13px;
  }

  .faqSect h3 {
    font-size: 22px;
  }

  .faqSect .accordion-button[aria-expanded="true"]::before {
    font-size: 20px !important;
  }

  .faqSect .accordion-button[aria-expanded="false"]::before {
    top: 0px;
    font-size: 20px !important;
  }

  .profile-sec .profile-content h4 {
    font-size: 16px;
  }

  .profile-sec .profile-content h4>span {
    font-size: 14px;
  }

  .profile-sec .profile-content p {
    font-size: 13px;
  }

  .profile-sec .profile-img {
    width: 40%;
    gap: 24px;
  }

  .profile-sec .profile-content {
    width: 60%;
  }

  .profile-sec .book-now-btn a {
    padding: 8px 17px;
    font-size: 13px;
  }

  .warning-sec .warning-content h5 {
    font-size: 17px;
  }

  .graybg-sect .videoPoster {
    height: auto;
  }

  /****************** About Section *******************/
  /* .blk-sidebar-sect.aboutPage .blk-sidebar .result-sec {
    width: 100%;  
} */
  h3.leadership-main-title {
    font-size: 27px;
    font-weight: 400;
    line-height: 6px;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-text p:nth-child(1) {
    font-weight: 700 !important;
    font-size: 14px;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-text p {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-dis p {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .leadership-item .secondary-heading {
    font-weight: 300;
    font-size: 14px;
  }

  .leadership-item .secondary-heading {
    font-weight: 300;
    font-size: 14px;
  }

  /*************** Result Section ****************/
  .case-top-sec .case-heading h1 {
    font-size: 32px;
  }

  .case-top-sec .case-heading p {
    font-size: 14px;
  }

  .case-study-tabs {
    padding: 0px 0 20px;
  }

  .case-study-tabs .nav.nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }

  .case-study-image img {
    height: 180px;
  }

  .case-study-content_wrap h3 {
    font-size: 16px;
  }

  .case-study-content_wrap p {
    font-size: 13px;
    min-height: 80px;
  }

  .case-read-more-btn a {
    padding: 3px 7px;
    font-size: 12px;
  }

  /**************** Privacy Policy Section ****************/
  .page-top-title h1 {
    margin: 30px 0 30px;
    font-size: 26px;
  }

  .privacy-sec .privacy-content .privacy-inner p {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .privacy-sec .privacy-content .privacy-inner h3 {
    font-size: 20px;
    padding-top: 17px;
  }

  .privacy-sec .privacy-content .privacy-inner h4 {
    font-size: 17px;
    padding-bottom: 4px;
    padding-top: 12px;
  }

  .privacy-sec .privacy-content .privacy-inner ul {
    margin-bottom: 20px;
  }

  .privacy-sec .privacy-content .privacy-inner ul li {
    font-size: 15px;
  }

  /***************** Footer Section *****************/
  footer .footer-logo-sect img {
    width: 22%;
  }

  footer .footer-menu-sect ul li a {
    font-size: 15px;
    padding: 9px;
  }

  footer .footer-menu-sect ul li a::after {
    width: 1px;
    height: 11px;
    right: -4px;
    top: 13px;
  }

  footer .footer-sub-menu>ul li a {
    font-size: 11px;
  }

  footer .footer-sub-menu>ul li a::after {
    width: 1px;
    height: 9px;
    right: -1px;
    top: 13px;
  }

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

@media screen and (max-width: 1200px) {

  /************* Header ************/
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
  header .primary-menus .topGetStarted {
    padding: 0px 6px;
    font-size: 13px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li>a {
    font-size: 13px !important;
  }

  header .primary-menus .topGetStarted {
    padding: 5px 10px !important;
    margin-left: 10px !important;
    min-height: 13px !important;
  }

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

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

  .soccerImage-sectionVideo {
    left: 0;
    top: 50px;
    row-gap: 40px;
  }

  ul.soccerRowUl.row_2>li>a,
  .soccerImage-sectionVideo>.soccerRow h3.soccerRowHeading {
    font-size: 20px;
  }
}

@media screen and (max-width: 1072px) and (min-width: 1025px) {
  header .primary-menus .topGetStarted {
    padding: 5px 5px !important;
    margin-left: 5px !important;
    font-size: 11px;
  }
}

@media screen and (max-width: 1024px) {

  /************** Common Style *********************/
  body p {
    font-size: 15px;
  }

  .container {
    max-width: 93%;
  }

  /************** Header Section *******************/
  header .primary-menus .topGetStarted {
    display: none;
  }

  .soccerImage-section h2 {
    font-size: 20px;
  }

  .subHeadings .subHeadingsContent h3 {
    font-size: 18px;
  }

  header .primary-menus .topGetStarted.mob {
    display: block;
    margin-right: 15px;
    padding: 3px 10px !important;
    min-height: 0px !important;
    height: auto !important;
    line-height: 1.5;
    font-size: 10px;
  }

  .soccerImage-sectionVideo>.soccerRow ul>li>a::before {
    top: 6px;
  }

  .subHeadings.combine {
    padding: 110px 0 25px;
  }

  ul.soccerRowUl.row_2>li>a,
  .soccerImage-sectionVideo>.soccerRow h3.soccerRowHeading {
    font-size: 15px;
  }

  .soccerImage-sectionVideo>.soccerRow ul>li>a {
    font-size: 14px;
  }

  .subHeadings.combine h2 {
    font-size: 18px;
  }

  .home .real-sec {
    margin-left: 0px !important;
    padding-top: 0px !important;
  }

  .home .case-study-tabs ul#myTab li.nav-item button {
    color: #ffffff;
    padding: 6px 15px;
    margin-right: 0;
  }

  .real-title h2 {
    font-weight: 500;
    font-size: 14px;
    margin: 7px 0 0;
  }

  header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
    /* display: flex;
    visibility: visible;
    width: 86%;
    position: fixed;
    top: 15%;
    left: 7%; */
    padding: 24px;
  }

  /* header #mega-menu-primary.mega-menu > li.mega-menu-item:last-child > a {
    margin-left: 0 !important;
    padding-left: 10px !important;
  } */
  header .primary-menus .topGetStarted {
    margin-left: 0 !important;
    padding-left: 10px !important;
  }

  /************ Hero Section ******************/
  .sliderSection h1 {
    font-size: 28px;
  }

  .accordionSect h2.accordion-header>button {
    font-size: 17px;
  }

  .sliderSection .sliderContent p {
    font-size: 14px;
  }

  .accordion-button[aria-expanded="false"]::after {
    height: 20px;
    width: 20px;
    font-size: 19px;
  }

  .accordion-button[aria-expanded="true"]::after {
    height: 20px;
    width: 20px;
    font-size: 9px;
  }

  /************ Main Section *******************/
  .blk-sidebar .result-sec .faturedImng {
    height: 110px;
  }

  .blk-sidebar .result-sec ul li a .result-text h5 {
    font-size: 14px;
  }

  .blk-sidebar .result-sec ul li a .result-text p {
    font-size: 11px;
  }

  .blk-sidebar .result-sec h4 {
    font-size: 16px;
  }

  .blk-sidebar .result-sec {
    padding: 11px 16px 16px;
  }

  .profile-sec {
    gap: 42px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .profile-sec .profile-img {
    width: 20%;
    gap: 20px;
  }

  .graybg-sect .titleSect>h2 {
    font-size: 22px;
  }

  .graybg-sect .titleSect span {
    font-size: 20px;
  }

  .graybg-sect .graybg-content p strong {
    font-size: 15px;
  }

  .graybg-sect .graybg-content ul li {
    font-size: 14px !important;
  }

  .graybg-sect .btn-default {
    padding: 7px 17px;
    font-size: 13px;
  }

  .graybg-sect span.graybg-btn {
    font-size: 14px;
  }

  .graybg-sect span.graybg-btn::after {
    height: 16px;
    width: 16px;
    font-size: 6px;
    right: -30px;
  }

  .graybg-sect .graybg-content {
    margin-bottom: 30px;
  }

  .blk-sidebar-sect h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .testimonial-sect h2 {
    font-size: 22px;
  }

  .testimonialBlock h2 {
    margin-bottom: 2.2rem !important;
  }

  .testimonial-sect {
    padding: 30px 0;
  }

  .faqSect h3 {
    font-size: 20px;
  }

  .testimonialBlock {
    margin-bottom: 50px;
  }

  .warning-sec .warning-content h5 {
    font-size: 16px;
  }

  .graybg-sect .videoPoster {
    height: 280px;
  }

  /*************** About Section ************/
  h3.leadership-main-title {
    font-size: 22px;
  }

  .leadership-profile-sec {
    margin-top: 35px;
  }

  .blk-sidebar-sect {
    padding: 45px 0;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item img {
    width: 100%;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-text p:nth-child(1) {
    font-weight: 700 !important;
    font-size: 12px;
    margin-bottom: 6px;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-text p {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-text {
    margin-bottom: 2px;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-dis p {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .leadership-profile-sec {
    margin-bottom: 10px;
  }

  .leadership-item .secondary-heading {
    font-weight: 300;
    font-size: 12px;
  }

  .leadership-profile-img {
    width: 20% !important;
  }

  .leadership-profile-inner {
    width: 80% !important;
  }

  .contact-us-sec {
    margin-bottom: 20px;
  }

  /*********** Result Section ************/
  .case-study-box_wrap {
    width: calc(35% - 5%);
    padding-bottom: 20px;
  }

  .case-study-inner {
    gap: 5%;
  }

  /**************** Privacy Policy Section ****************/
  .page-top-title h1 {
    margin: 24px 0 20px;
    font-size: 22px;
  }

  .privacy-sec .privacy-content .privacy-inner p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .privacy-sec .privacy-content .privacy-inner h3 {
    font-size: 18px;
    padding-top: 10px;
  }

  .privacy-sec .privacy-content .privacy-inner h4 {
    font-size: 15px;
    padding-bottom: 0px;
    padding-top: 7px;
    margin-bottom: 5px;
  }

  .privacy-sec .privacy-content .privacy-inner ul {
    margin-bottom: 12px;
  }

  .privacy-sec .privacy-content .privacy-inner ul li {
    font-size: 13px;
  }

  .privacy-sec .privacy-content .privacy-inner-2 ul li {
    margin-left: 25px;
  }

  /*************** Footer Section ***********/
  footer .footer-logo-sect img {
    width: 32%;
  }

  footer .comp-img {
    display: none;
  }

  footer .hidden-comp-img {
    display: block;
    width: 80%;
    margin: 10px auto;
  }

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

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

  .footer-sub-menu-sec {
    justify-content: end;
  }

  .footer-sub-menu {
    width: 100% !important;
  }

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .sliderSection .sliderContent {
    padding-top: 12%;
  }

  .soccerImage-section img.soccer_waterMarkLogo {
    bottom: 237px;
    left: -46px;
    width: 68%;
  }

  .home .real-sec .real-title,
  .home .real-sec .tab-sec {
    width: 100%;
    text-align: center;
  }

  .home ul#myTab {
    justify-content: center;
  }

  .real-sec.d-flex {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .blk-sidebar .result-sec {
    width: 30%;
    margin: 0 auto;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item img {
    width: 90%;
  }

  .leadership-profile-img {
    width: 18% !important;
  }

  .leadership-profile-inner {
    width: 70% !important;
  }
}

@media screen and (max-width: 768px) {

  /*********** Common **************/
  body p {
    font-size: 14px;
  }

  /*********** Header **************/
  /* header
    #mega-menu-wrap-primary
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-primary {
    top: 28%;
} */
  header .slogan>h3 {
    font-size: 14px;
    text-align: left;
  }

  /************* Hero Section ***************/
  .sliderSection h1 {
    font-size: 22px;
  }

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

  .sliderSection .sliderContent {
    padding-top: 18%;
  }

  .blk-sidebar-sect .blk-content {
    padding-top: 10px;
    padding-bottom: 26px;
  }

  /***************** Main Section ***************/
  .blk-sidebar-sect h2 {
    font-size: 19px;
  }

  .graybg-sect {
    padding: 35px 0 40px;
  }

  .graybg-sect .titleSect>h2 {
    font-size: 19px;
  }

  .graybg-sect .titleSect span {
    font-size: 17px;
  }

  .blk-sidebar .result-sec {
    width: 40%;
  }

  .blk-sidebar .result-sec .faturedImng {
    height: 140px;
  }

  .graybg-sect .btn-default {
    padding: 4px 12px;
    font-size: 12px;
    height: 30px;
  }

  .testimonial-sect h2 {
    font-size: 20px;
  }

  .warning-sec .warpperOuter {
    align-items: center !important;
  }

  .graybg-sect .videoPoster {
    height: 250px;
  }

  /* .testimonial-sect {
    padding: 30px 0 1px;
  } */
  /************* About Section *************/
  h3.leadership-main-title {
    font-size: 19px;
  }

  .leadership-profile-sec {
    margin-top: 25px;
  }

  .leadership-profile-img {
    width: 25% !important;
  }

  .leadership-profile-inner {
    width: 75% !important;
  }

  /*********** Contact Us ****************/
  .toptitle h2 {
    margin: 25px 0 30px;
    font-size: 22px;
    color: #ef4a0c;
  }

  .contact-text p {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .contact-text h5:nth-child(3) {
    margin-bottom: 8px;
  }

  .contact-text h5 a {
    color: #ef4a0c;
    text-decoration: none;
    font-size: 13px;
  }

  .contact-form input.wpcf7-form-control.wpcf7-submit {
    padding: 3px 13px;
    font-size: 11px;
    margin-top: -11px;
  }

  .contact-us-sec .contact-form input.form-control {
    height: 35px;
  }

  .contact-us-sec .contact-form input.form-control,
  textarea.form-control {
    font-size: 11px;
  }

  .contact-us-sec form.wpcf7-form.init .row:last-child div {
    margin-top: 15px;
  }

  .contact-us-sec form.wpcf7-form.init div.row>div {
    margin-top: 11px;
  }

  /************** Result Section **********/
  .case-top-sec .case-heading h1 {
    font-size: 24px;
  }

  .case-top-sec .case-heading p {
    font-size: 12px;
  }

  .case-study-tabs .nav.nav-tabs .nav-item .nav-link {
    font-size: 13px;
    padding: 5px 14px;
  }

  .case-study-box_wrap {
    width: calc(48% - 3%);
    padding-bottom: 20px;
  }

  .case-study-inner {
    gap: 10%;
  }

  .case-study-sec {
    padding-bottom: 100px;
  }

  .case-study-content_wrap h3 {
    font-size: 14px;
  }

  .case-study-content_wrap p {
    font-size: 12px;
    min-height: 75px;
  }

  .case-study-image p.case-study-category {
    padding: 3px 15px 3px;
    font-size: 11px;
    font-weight: 400;
  }

  /**************** Privacy Policy Section ****************/
  .page-top-title h1 {
    margin: 24px 0 20px;
    font-size: 20px;
  }

  .privacy-sec .privacy-content .privacy-inner p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .privacy-sec .privacy-content .privacy-inner-2 ul li {
    margin-left: 20px;
  }

  .privacy-sec .privacy-content .privacy-inner h3 {
    font-size: 16px;
  }

  .privacy-sec .privacy-content .privacy-inner h4 {
    font-size: 14px;
  }

  .privacy-sec .privacy-content .privacy-inner ul li {
    font-size: 12px;
  }

  /************** Footer ******************/

  .footer-logo-sect {
    display: flex;
    justify-content: center;
    /* gap: 23px; */
    margin-bottom: 15px;
    flex-direction: column;
  }

  footer .footer-logo-sect img {
    width: 130px;
  }

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

  footer .footer-copyright-sec p {
    font-size: 9px;
  }

  footer .footer-menu-sect ul li a {
    font-size: 14px;
    padding: 7px;
  }

  footer .footer-menu-sect ul li a::after {
    height: 9px;
    top: 11px;
  }

  footer .hidden-comp-img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  /*********** Header **************/
  header .site-logo img {
    width: 155px;
  }

  /********** Main Section ***********/
  .warning-sec .warning-img img {
    width: 110px;
    height: 105px;
    padding-bottom: 10px;
  }

  .profile-sec .book-now-btn a {
    padding: 4px 12px;
    font-size: 10px;
    height: 26px;
    border-width: 1px;
    border-radius: 5px;
  }

  .contact-us-sec form.wpcf7-form.init {
    margin-top: 12px !important;
  }

  /********** Footer ************/
  .footer-logo-sect {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    margin-bottom: 0%;
    flex-direction: row;
  }

  .footer-sub-menu {
    display: flex;
    flex-direction: column;
    align-items: center !important;
  }

  footer .hidden-comp-img {
    width: 90%;
    margin: 0px auto 5px;
  }

  .social-icons {
    display: flex;
    justify-content: center !important;
  }

  .footer-menu-sect {
    justify-content: center !important;
  }

  .footer-logo-sect {
    align-items: center;
  }
}

@media screen and (max-width: 576px) {

  /******* Common *************/
  body p {
    font-size: 13px;
  }

  /******** Header **************/
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
  header .primary-menus .topGetStarted {
    padding: 0px 6px;
    font-size: 12px;
    min-height: 32px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li>a {
    font-size: 12px !important;
  }

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

  .header-row .logo {
    width: 50%;
  }

  header .slogan>h3 {
    font-size: 14px;
    text-align: right;
  }

  .header-row .slogan {
    width: 50%;
  }

  .header-row .primary-menus {
    width: 100%;
  }

  .header-row .primary-menus {
    position: relative;
    top: -15px;
  }

  /******** Hero Section ************/
  .sliderSection .sliderContent {
    padding-top: 20%;
  }

  .sliderSection h1 {
    font-size: 18px;
  }

  .sliderSection .sliderContent p {
    font-size: 13px;
  }

  .accordionSect h2.accordion-header>button {
    font-size: 15px;
  }

  .accordion-button[aria-expanded="false"]::after {
    height: 17px;
    width: 17px;
    font-size: 14px;
  }

  .accordion-button[aria-expanded="true"]::after {
    height: 17px;
    width: 17px;
    font-size: 8px;
  }

  /********** Main Section ***********/
  .blk-sidebar .result-sec {
    width: 50%;
  }

  .blk-sidebar-sect h2 {
    font-size: 18px;
  }

  .graybg-sect .titleSect span {
    font-size: 14px;
  }

  .graybg-sect .titleSect>h2 {
    font-size: 17px;
  }

  .graybg-sect .graybg-content ul li {
    font-size: 13px !important;
  }

  .watch-video-btn {
    width: 50%;
  }

  .getStrt {
    width: 50%;
  }

  .testimonial-sect h2 {
    font-size: 18px;
  }

  .warning-sec .warning-img img {
    width: 110px;
    min-height: 0 !important;
    padding-bottom: 10px;
  }

  .profile-sec .book-now-btn a {
    padding: 4px 12px;
    font-size: 10px;
    height: 26px;
    border-width: 1px;
    border-radius: 5px;
  }

  .profile-sec .profile-img {
    width: 30%;
  }

  .profile-sec .profile-content {
    width: 70%;
  }

  .profile-sec .profile-content p {
    font-size: 10px;
  }

  .warning-sec .warning-content h5 {
    font-size: 13px;
  }

  .profile-sec {
    gap: 20px;
  }

  .profile-sec .profile-content h4 {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .profile-sec .profile-content h4>span {
    font-size: 11px;
  }

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

  .graybg-sect .graybg-content ul li {
    font-size: 12px !important;
  }

  .graybg-sect .graybg-content p strong {
    font-size: 13px;
  }

  .sliderSection .sliderContent {
    padding-top: 25%;
  }

  .blk-sidebar .result-sec {
    width: 70%;
  }

  .graybg-sect .titleSect>h2 {
    font-size: 15px;
  }

  .graybg-sect .titleSect span {
    font-size: 13px;
  }

  .faqSect h3 {
    font-size: 16px;
  }

  .faqSect button.accordion-button {
    font-size: 14px;
    line-height: 1.3;
  }

  .faqSect .accordion-item .accordion-body p {
    font-size: 12px;
  }

  .faqSect .accordion-button[aria-expanded="false"]::before {
    font-size: 15px !important;
  }

  .faqSect .accordion-button[aria-expanded="true"]::before {
    font-size: 15px !important;
  }

  .graybg-sect .videoPoster {
    height: auto !important;
  }

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

  /********* About Section ***********/
  .topBarSlider.case_topSlider img.case-study-slider-image {
    height: 30vh;
  }

  .leadership-profile-img {
    width: 35% !important;
    margin-bottom: 13px;
  }

  .leadership-profile-inner {
    width: 100% !important;
  }

  /********** Result Section *******/
  .case-top-sec .case-heading h1 {
    font-size: 19px;
  }

  .case-top-sec .case-heading p {
    font-size: 10px;
  }

  .case-top-sec {
    padding: 20px 0 5px;
  }

  .case-study-inner {
    gap: 0%;
  }

  .case-study-box_wrap {
    width: 80%;
    margin: 0 auto 50px;
  }

  .case-study-sec {
    padding-bottom: 0px;
  }

  .case-study-tabs {
    padding: 0px 0 0px;
  }

  .case-study-content_wrap p {
    min-height: 0px;
  }

  /************ Contant **********/
  .contact-us-box iframe {
    height: 360px !important;
  }

  /********** Footer ***********/
  footer .footer-logo-sect img {
    width: 100px;
  }

  footer {
    padding: 10px 0;
  }
}

@media screen and (max-width: 425px) {

  /********** Header ************/
  .header-row .logo {
    width: 40%;
  }

  .header-row .slogan {
    width: 60%;
  }

  header .slogan>h3 {
    font-size: 12px;
    margin-bottom: 0;
  }

  /************ Main ***********/
  body p {
    font-size: 12px;
  }

  .accordionSect {
    margin-top: 20px;
  }

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

  .profile-sec {
    gap: 25px;
    flex-direction: column;
  }

  .profile-sec .profile-img {
    width: 50%;
    margin: 0 auto;
  }

  .profile-sec .profile-content {
    width: 100%;
  }

  .warpperOuter {
    display: flex;
    flex-direction: column;
  }

  .warpperOuter .warning-img {
    width: 50%;
    margin: 0 auto;
    justify-content: center;
  }

  .warpperOuter .warning-content {
    width: 90%;
  }

  .testimonial-sect {
    padding: 30px 0 20px;
  }

  .warning-sec {
    padding: 0 0 30px;
  }

  .faqSect .accordion-item .accordion-body p {
    font-size: 11px;
  }

  .faqSect button.accordion-button {
    font-size: 13px;
  }

  /************ About Section *************/
  h3.leadership-main-title {
    font-size: 16px;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item img {
    width: 100%;
  }

  .leadership-profile-img {
    width: 46% !important;
    margin-bottom: 13px;
  }

  .leadership-profile-inner {
    width: 100% !important;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-text p:nth-child(1) {
    font-size: 11px;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-text p {
    font-size: 11px;
  }

  .leadership-profile-sec .leadership-profile-content .leadership-profile-item .leadership-profile-dis p {
    font-size: 11px;
  }

  .leadership-item .secondary-heading {
    font-size: 11px;
  }

  /*********** Result Section *************/
  .case-study-tabs .nav.nav-tabs .nav-item .nav-link {
    font-size: 12px;
    padding: 3px 10px;
  }
}