
/* ---- Generic Element Standards --- */

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}

body{
    padding:0px;
    margin:0px;
    font-size:16px;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "trade-gothic", arial;
}



p {  
    font-weight: 400; 
    letter-spacing:0px; 
    line-height:25px;
    font-family: "miller-display", serif; 
}

p:last-child {
    margin-bottom:0px;
}

h1 {
    font-size:64px;   
    font-family: "miller-display", serif; 
}

h2 {
    font-size: 36px;   
    font-family: "miller-display", serif; 
}

h3 {
    font-size: 24px;  
    font-family: "miller-display", serif; 
}

h4 {
    font-size: 22px;
    font-family: "miller-display", serif; 
}

h5 {
    font-size: 18px;
    font-family: "miller-display", serif; 
}

h6 {
    font-size: 16px;
    font-family: "miller-display", serif; 
}




/* ---- Section Specific --- */
/* -- 1.                  -- */
/* -- 2.                  -- */
/* -- 3.                  -- */
/* -- 4.                  -- */
/* -- 5.                  -- */


.italics {
    font-style: italic;
}




/* Webfont: Hyogo-Black */@font-face {
    font-family: 'Hyogo';
    src: url('fonts/Hyogo-Black.eot'); /* IE9 Compat Modes */
    src: url('fonts/Hyogo-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Hyogo-Black.woff') format('woff'), /* Modern Browsers */
         url('fonts/Hyogo-Black.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Hyogo-Black.svg#Hyogo-Black') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Herculanum';
    src: url('fonts/Herculanum.woff2') format('woff2'),
        url('fonts/Herculanum.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.container-fluid.tbz {
    max-width: 100%;
}

/* Webfont: Hyogo-regular */@font-face {
    font-family: 'Hyogo';
    src: url('fonts/Hyogo-regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Hyogo-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Hyogo-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Hyogo-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Hyogo-regular.svg#Hyogo-regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
.tab-content-box p {
    font-size: 18.5px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: justify;
}
.tab-left-nav {
    background-image: url("images/arrow-stand.png");
	padding-top: 60px;
	padding-bottom: 30px;
	padding-left: 32px;
	padding-right: 32px;
	background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}


.cpy {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding: 15px 0px 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  margin-top: 40px;
  text-align: center;
}

.cpy p {
  margin: 0 auto; /* Horizontally center the <p> element */
}

.dev-tag {
    text-decoration: none;
    color: white;
    line-height: 25px;
}




.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background-color: #fefefe;
  margin: 20% auto;
  padding: 50px;
  border-radius: 5px;
  width: 60%;
  text-align: center;
}

.close {
    color: #aaa;
    position: absolute;
    left: 50%;
    transform: translateY(-100%);
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.tab-left-nav .nav-link{
	position: relative;
    color: #00D9FF;
    font-size: 18px;
	text-align: center;
	background-color: #001B48;
	margin-bottom: 40px;
	line-height: 25px;
	border-radius:0;
	padding: 7px 20px;
	height: 64px;
	box-shadow: 0px 4px 4px 0px #00000040;

}
.tab-left-nav .nav-link:before {
     content: '';
    position: absolute;
	right: -25px;
	bottom: -1px;
    width: 0;
    height: 100%;
    border-left: 32px solid #fff0;
    border-top: 32px solid #001b48;
    border-bottom: 32px solid #001b48;
    border-right: 25px solid #fff0;
  }

  .tab-left-nav .nav-link:after {
    content: '';
    position: absolute;
    left: -57px;
    bottom: 0;
    width: 0;
	height: 100%;
	border-left: 25px solid #ffffff00;
    border-top: 32px solid #ffffff00;
    border-bottom: 32px solid #ffffff00;
    border-right: #001b48 solid 32px;
  }
.tab-left-nav .nav-link.active:after {
    content: '';
    position: absolute;
	left: -24px;
    bottom: -1px;
    width: 0;
    height: 100%;
    border-left: 25px solid #ffffff;
    border-top: 32px solid #001B48;
    border-bottom: 32px solid #001B48;
  }

  .tab-left-nav .nav-link.active:before {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -1px;
    width: 0;
	height: 100%;
    border-left: 25px solid #001B48;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
  }
  .tab-content-box h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    color: #01c0e2;
    border-bottom: 2px solid #01c0e2;
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 80px;
}
  .tab-left-nav .nav-link.active { 
	background-color: #001B48;
	color: #00D9FF;
}

  .tab-left-nav .nav-link i{
    color: #00D9FF;
    font-style: normal;
	top:20px;
}
.tabbg {
    background-image: url(images/b1.jpg);
    height: 100vh;
    background-size: cover;
	width:100%;
    background-position: center;
}
.tab-left-nav .nav-link i.fa-minus {
	display: none;
} 
.tab-left-nav .nav-link.active i.fa-minus {display: block !important;}
.tab-left-nav .nav-link.active i.fa-plus{display: none !important;}
.tab-left-nav .nav-link i.fa-plus{position: absolute;left:0;}
.tab-left-nav .nav-link i.fa-minus{position: absolute;right:0;}
.tab-content-bg .tab-pane{
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.tab-content-box {
	
	background-color: #001b48bf;
    padding: 30px 30px 60px;
    color: #fff;
}
@media (min-width: 1200px) {
	.tab-content-box {
		width: 50%;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.tab-left-nav .nav-link{
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
 }
}
@media (min-width: 768px) and (max-width: 1199px) {
	.tab-content-box {
		width: 100%;
		margin-bottom: 250px;
}
.tab-left-nav .nav-link{
    font-size: 14px;
    line-height: 18px;
    padding: 0;
 }
}
@media (max-width: 992px) {
	.tab-content-box {
		margin-bottom: 250px;
}
}
button.nav-link {
    border-radius: 0px !important;
    border: 1px solid transparent !important;
}
.nav-tabs-horizontal button {
  font-size: 9px;
  width: 25%;
  color: #00D9FF;
  background-color: #001B48;
  border-radius: 0;
  padding: 10px 5px;
}
.nav-tabs-horizontal button.active {
    color: #001B48 !important;
    background-color: #00D9FF !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
}

.dsk-view{display:block !important;}
	.mob-view{display:none !important;}
.pbox.clearfix {
    overflow: hidden;
}
.owl-carousel.owl-drag .owl-item a {
    text-decoration: none;
}
a.secondary-btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    background: #001b48;
    color: #00d8ff;
    text-decoration: none;
    max-width: 340px;
    display: block;
    padding: 11px 0px;
	transition:Ease-in-out 0.5s;
    border-radius: 5px;
    margin: 0 auto;
}
.team-box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #001B48;
}
.team-box h5 {
    font-size: 9px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0em;
	color: #001B48;
    text-align: left;
}
.team-box h4 {
    font-size: 13px;
    font-weight: 400;
    color:#001B48;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color:#001B48;
}

ul.lst-logo {
    position: absolute;
    top: 6px;
    right: 5px;
}
.team-box h5 {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    color: #001B48;
    text-align: left;
    margin: 0px;
}
.team-slider button.owl-prev {
    left: -70px !important;
    top: 50% !important;
}
.team-slider button.owl-next {
    right: -70px !important	;
    top: 50% !important;
}
.left-right-spc {
    padding: 0px 60px;
}
.team-slider button.owl-prev {
    background: url(images/left.png) !important;
    width: 50px;
    height: 50px;
    background-size: 100% 100%; /* Stretch the image to fit the container */
    background-repeat: no-repeat !important;
}
.team-slider button.owl-next {
   background: url(images/rightc.png) !important;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat !important;
}
.team-slider {
    margin-bottom: 50px;
    margin-top: 40px;
    padding: 0px 60px;
}

.why-bc-subheading {
    padding: 5px 10px;
    border-bottom: 2px solid #001B48;
    display: inline-block;
    float: left;
    text-align: left;
}

ul.lst-logo li {
    display: inline-block; padding:0px 2px
}
.bd-area {
    border: 0.5px solid #00D9FF;
    margin: 0px -10px -10px;
    padding: 10px;
    position: relative;
}

a.secondary-btn:hover {
    background: #00d9ff;
    color: #001b48;
    transition:Ease-in-out 0.5s;
}

.stats-box {
    width: 33% !important;
}

.details-container {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ------------ Team Box Cover 

*/

.not-selected {
    display: none;
}

#main-bio-container {
    background-color: #EAFFFF;
    border: 2px solid #00d8ff;
    padding: 0;
}

.meet-background .owl-item{
    background-color: #EAFFFF;
    border: 2px solid #00d8ff;
}

.team-box {
  position: relative;
}

.image-container {
  position: relative;
}

.image-container img {
  width: 100%;
}

.flg {
  position: absolute;
  top: 0;
  left: 0;
  width: 25% !important;
}
.team-box-text {
  width: 72%;
  padding-left: 10px;
  padding-bottom: 10px;
  float: left;
}

.team-box-text-short {
    text-align: center;
  }

.details-row {
  list-style: none;
  padding: 0;
}

.details-row li:nth-child(1){
    height: 40px;
}
.details-row li:nth-child(2){
    height: 40px;
}
.details-row li:nth-child(3){
    height: 60px;
}
.details-row li:nth-child(4){
    height:25px;
}

.team-box-school-logo {
  width: 28%;
  float: left;
}

.logo-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.school-logo-bio {
  width: 100%;
  max-width: 100px;
  margin-top: 15px;
}

.bio-header {
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
    height: 40px;
}

.bio-type {
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    height: 28px;
}

.team-box-school-txt p {
    font-size: 10px;
    line-height: 16px;
    padding-top: 8px;
    height: 40px;
}

.team-box-school-txt ul {
    font-size: 14px;
    line-height: 18px;
    height: 105px;
}

.team-box-school-txt-edu {
    height: 55px !important;
}

.team-box-school-txt ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.det-title {
  font-weight: bold;
  margin-right: 5px; /* Add some spacing between title and content */
  font-size: 14px;
  margin-bottom: 0;
}

.det-content {
    font-size: 14px;
}



/* ------------ End Team Box

*/

/* ---- Start of why backcouuntry --- */

.whybc-container {
    width: 100%;
    overflow: hidden; /* Prevents scrollbars */
    position: relative;
  }
  
  .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #001B48;
  }
  
  .title {
    color: #00d8ff;
    font-size: 1.5em;
    width: 55%; /* Left 2/3 for the title */
    padding-left: 20px;
  }
  
  .compass-icons {
    display: flex;
    justify-content: space-between;
    width: 20%; 
    margin-right: auto;
    margin-left: auto;
  }
  
  .why-bc-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  
  .panels {
    display: flex;
    transition: transform 1s; /* Smooth transition when auto-scrolling */
  }
  
  .panel {
    flex: 0 0 100%; /* Each panel occupies the entire width */
    text-align: center;
    background-color: #EAFFFF;
  }
  
  .content {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 60%;
    margin-left:40%;
    margin-top: 200px;
  }

  .why-p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  
  .image-container-wbc {
    width: 100%;               /* Full width of the screen */
    height: 90vh;              /* 90% of the viewport height */
    overflow: hidden;          /* This will ensure any overflow is cropped */
    display: flex;             /* Flexbox helps center the image */
    justify-content: center;   /* Center the image horizontally */
    align-items: center;       /* Center the image vertically */
  }
  
  .why-img {
    height: 90vh;              /* Set height to 90% of viewport */
    width: 100%;               /* Allow width to take up full screen */
    object-fit: cover;         /* This will crop the image while maintaining proportions */
  }


/* ---- Start of why backcouuntry --- */

.heading-container {
    width: 57%; /* Specified width */
    position: absolute;
    top: 10%;
    right: 8%; /* Positioned on the right side */
    padding: 15px; /* Padding around the logo */
    text-align: center; /* Center the logo */
}

.logo-bx-test {
    background-color: #001b48; 
}

.intro-txt {
    font-size: 28px;
    font-style: italic;
    padding-top: 10px;
}

.logo-bx-img-test {
    display: block; /* Ensures consistent alignment */
    margin: 0; /* Reset margin */
    width: auto; /* Original width */
    max-width: 100%; /* Ensures it doesn't overflow the container */
    height: auto; /* Maintain aspect ratio */
}

.logo-bx-test-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    background: #001b48;
    color: #00d8ff;
    text-decoration: none;
    display: inline-block; /* Ensures consistent alignment */
    margin: 0; /* Reset margin */
    height: auto; /* Maintain aspect ratio */
    padding: 8px 20px;
	transition:Ease-in-out 0.5s;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

a.logo-bx-test-btn:hover {
    background: #00d9ff;
    color: #001b48;
    transition:Ease-in-out 0.5s;
}


.bottom-logos {
    background: #B3C9EDCC;
}
ul.featured-logo {
    padding: 0px;
    list-style: none;
}
ul.featured-logo {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.bottom-logos {
    background: #B3C9EDCC;
    min-height: 90px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
ul.featured-logo li:nth-child(2) {
    width: 15%;
}
ul.featured-logo li:nth-child(3) {
    width: 12%;
}
ul.featured-logo li:nth-child(4) {
    width: 15%;
}
ul.featured-logo li:nth-child(5) {
    width: 15%;
}
ul.featured-logo li:nth-child(6) {
    width: 15%;
}
ul.featured-logo li:nth-child(7) {
    width: 10%;
}
ul.featured-logo li:nth-child(1) {
    width: 18%;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 34px;
    padding-left: 0px;
    padding-right: 10px;
}



ul.featured-logo li {
    float: left;    text-align: center;
    padding-top: 13px;
}


/* --------------------
    Contact Section
   --------------------
*/
.contact-banner {
    position: relative;
}

.contact-banner img{
    width: 100%;
    height: auto;
    max-height: 330px; /* Adjust the maximum height as needed */
}

.contact-banner-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
}

.direction-number {
    border-radius: 50%;
    background-color: #001B48;
    color: #00d8ff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.email-direction {
    margin-bottom: 20px;
}

.direction-heading {
    margin-bottom: 25px;
}

.email-direction h4, p{
    display: inline-block;
    vertical-align: middle;
}

.email-direction p{
    width: 70%;
    margin-left: 10px;
}

.col2 {
    padding: 20px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.direction-details {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* --------------------
    Email Form
   --------------------
*/

.email-form {
  max-width: 400px; /* Adjust the max-width as needed */
  margin: 0 auto; /* Center the form horizontally */
}

label {
  display: block; /* Display labels as blocks to position them above inputs */
  margin-bottom: 5px; /* Add some space between labels and inputs */
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%; /* Make inputs and textarea span the full width of the container */
  padding: 8px; /* Add some padding for better appearance */
  margin-bottom: 10px; /* Add some space between inputs */
  box-sizing: border-box; /* Include padding and border in the width */
}

textarea {
  height: 100px; /* Set the initial height of the textarea */
}

.submit-email {
  width: 100%; /* Make the button span the full width of the container */
  padding: 10px; /* Add some padding for better appearance */
  background-color: #00d8ff; /* Button background color */
  color: #001B48; /* Button text color */
  border: none; /* Remove border */
  cursor: pointer; /* Add cursor pointer on hover */
  border-radius: 5px;
}

.submit-email:hover {
  background-color: #001B48; /* Change background color on hover */
  color:#00d8ff
}



.section-disclaimer {
  margin: 0;
  display: block;
  text-align: left;
  font-size: 10px;
  color: #00d8ff;
  position: absolute;
  line-height: 14px;
}


/* --------------------
    Service Card Section
   --------------------
*/
.card-container {
  perspective: 1000px;
}

.card {
  height: 330px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s;
  box-shadow: 0px 5px 5px 0px #00000040;
}

.flip {
  transform: rotateY(180deg);
}

.front,
.back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
}

.front {
  background-color: #f0f0f0;
}

.back {
  transform: rotateY(180deg);
  background-color: #001B48;
  color: #00D9FF;
  padding: 10px;
  font-size: 14px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}



.container-fluid {
    max-width: 1370px;    position: relative;
    margin: 0 auto;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 li a.active {
    position: relative;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 li a.active:before {
    content: "";
    background: url(images/direction.png);
    width: 46px;
    height: 10px;
    position: absolute;
    bottom: -7px;
    margin: 0 auto;
    display: block;
    left: 0px;
    right: 0px;
}
img.m-top {
    max-width: 100%;
    margin-bottom: -35px;
}

nav.navbar.navbar-expand-lg.bg-blue {
    background: #001B48;
    min-height: 80px;
}
img.logo-compass {
    height: 70px;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 li a {
     
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #00D9FF;
    padding: 10px 15px;
}
section.main-banner {    position: relative;
    background: url(images/top-bg.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    width: 100%;
}
a.primary-btn {
    background:#00D9FF; border:1px solid #00D9FF;
    padding: 6px 20px;
    border-radius: 5px;
        color: #1E1E1E;
	 
font-size: 16px;	transition:ease-in-out 0.3s;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
text-align: center;

    text-decoration: none;
}

.image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }

.a-color {
    color: #00D9FF;
}

.heading-bg {
    background: #BCC9E0B2;
    min-height: 90px;
    padding-top: 22px;
    text-align: center;
}



.heading-bg-panel {
    position: absolute; /* Keeps this fixed within the parent section */
    padding-top:15px;
    padding-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.7); /* Slightly transparent */
    width: 100%;
    text-align: center;
    z-index: 1000; /* Keeps it above other content */
    
}

a.primary-big-btn{background:#00D9FF;
 
font-size: 18px;
font-weight: 400;	transition:ease-in-out 0.3s;
line-height: 23px;
letter-spacing: 0em;
text-align: center;
color:#001B48;
}
a.primary-big-btn:hover {
    color: #001b48;
    background: #C3F1FF;
    transition: ease-in-out 0.3s;

}
a.primary-big-btn {
    background: #00D9FF;transition: ease-in-out 0.3s;
     
    font-size: 18px;min-width: 379px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
	transition:ease-in-out 0.3s;
    color: #001B48;
    display: inline-block;
    padding: 10px 70px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
}
a.primary-btn:hover {
    background: #C3F1FF;	transition:ease-in-out 0.3s;
    border: 1px solid #C3F1FF;
}
.info-bx {
    padding: 0px 30px;
}

.info-bx p{
	 
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: center;

}
section.scrolling-area.clearfix img {
    display: block;
    width: 72px;
    margin: 0 auto;
}

ul.icon-area.clearfix {
    padding: 14px 0px;
    margin: 0px;
}
.owl-outer {
    padding: 15px 70px;
}

.pro-desc {
    padding-left: 80px;
    padding-right: 60px;
}
.pro-desc p {
      
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: justify;
    color: #fff;
    line-height: 25px;
}
.profile-box.clearfix {
    padding: 10px 10px 10px;
    background: #fff;
    border: 1.5px solid #00D9FF;
    box-shadow: 0px 4px 4px 0px #00000040;
}
button.navbar-toggler {
    padding: 0px;
    border: 1px solid transparent;
    box-shadow: none;
    line-height: 0px;
    outline: none;
}
button.navbar-toggler i.fa.fa-times {
    font-size: 23px;
   top: 17px;
    font-weight: 100;
    border-radius: 40px;
    padding: 5px 0px;
}
button.navbar-toggler i {
    position: absolute;
    right: 15px;
    top: 25px;
    color: #00d2f8;
}
button.navbar-toggler:focus {
    padding: 0px;
    border: 1px solid transparent;
    box-shadow: none;
    line-height: 0px;
    outline: none;
}
ul{margin:0px;padding:0px; list-style:none;}
section.meet-background h2 {
     
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #00D9FF;
    margin-bottom: 50px;
}
.pro-cap {
    margin-top: 13px;
}
.pro-cap span {
     
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;  color:#001B48;
    text-align: left;
    display: block;
}
a.primary-big-btn.w-auto {
    width: 260px !important;
    margin: 40px auto 10px;
	    font-size: 16px;
    display: block;
    min-width: 216px;
    padding: 10px 0px;
}
ul.cap-arrange li {
    float: left;
}
ul.cap-arrange li:nth-child(1) {
    width: 79%;
}
ul.cap-arrange li:nth-child(2) img {
    width: 100%;
}
ul.cap-arrange li:nth-child(2) {
    width: 21%;
    text-align: center;
    margin-top: 3px;
}
.pro-cap h4 {
     
    font-size: 16px;
    font-style: italic;
    font-weight: 700;  color: #001B48;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;    margin-bottom: 4px;
}
.pro-cap h3 {
    font-size: 16px;
    font-weight: 700;  color:#001B48;
    line-height: 20px;
    letter-spacing: 0em;
    color: #001B48;
    text-align: left;
     margin-top: 5px; margin-bottom:2px;
      
}
section.meet-background {
    background: #001B48;
    padding: 50px 0px;
}


.owl-theme .owl-nav {
    margin-top: 0px;
}
div#single-items button span {
    display: none !important;
}

button.owl-prev span {
    display: none;
}
button.owl-next span {
    display: none;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
ul.icon-area li:last-child {
    width: 5%;    padding-top: 3.2%;  text-align: center;
}
ul.icon-area li {
    float: left;
    width: 90%;
}
section.scrolling-area {
    background: #B3C9EDCC;
    border-top: 2px solid #00d8ff;
    border-bottom: 2px solid #00d8ff;
    min-height: 142px;
}
ul.icon-area{list-style:none;}
ul.icon-area li:nth-child(1) {
    width: 5%;    text-align: center;
    padding-top: 3.2%;
}
.info-bx h3 {
     
    font-size: 40px;
    color: #00D9FF;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0px;
}
.four-sections {
    text-align: center;
    background: #001B48;
    padding: 20px 0px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
section.backcountry {
    background: url(images/grad.jpg);
    height: 100vh;    position: relative;
    background-size: cover;
     background-position: bottom;
}
ul.post-owner.clearfix li {
    float: left;
    margin-right: 10px;
}
a.read-more-link {
      
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: #001B48;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
}
ul.post-owner.clearfix li img {
    position: relative;
    width: 45px;
}

.row {
    align-items: center;
}

ul.post-owner.clearfix li span {
      
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 3px;
    display: block;
}

a.primary-flex.clr-drk:hover {
    background: #00d9ff; transition:Ease-in-out 0.5s;    color: #001b48;
}
a.primary-flex.clr-drk {transition:Ease-in-out 0.5s;
    background: #001B48;
    color: #fff;
    margin: 40px auto 0px;
    display: block;
    max-width: 230px; padding:10px 0px;
}
footer.dark-bg {
    background: #030013;
    padding: 40px 0px 0px;
}
ul.contact-area li img {
    margin-right: 10px;
}
ul.contact-area li:nth-child(1) a {
    color: #E9EBFF;
	text-decoration:none;
}
ul.contact-area li a {
    color: #fff;
}
ul.f-col.clearfix h3 {
   
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 25px;
    padding-right: 15px;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #E9EBFF;
    border: 1px solid #fff;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 10px;
}
ul.f-col.clearfix li.col-item {
    float: left;
}
ul.contact-area li {  
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #E9EBFF;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
}
ul.social-list {
    display: block;
    width: 33px;
    margin-left: 30px;
}
.logo-area img {
    display: block;
    width: 100%;
}
ul.bottom-menu li {
    width: 50%;
    float: left;
}
ul.bottom-menu li a {
     
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #E9EBFF;
    text-decoration: none;
	transition:Ease-in-out 0.3s;
    margin-bottom: 10px;
    display: inline-block;
}
ul.contact-area li a:hover{ color: #00d9ff;	transition:Ease-in-out 0.3s;}
ul.bottom-menu li a:hover {
    color: #00d9ff;	transition:Ease-in-out 0.3s;
}
.logo-area {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
ul.f-col.clearfix li.col-item:nth-child(1) {
    float: left;
    width: 25%;
}
.logo-area a {
    display: block;
    max-width: 320px;
    margin: 0 auto;
}

ul.f-col.clearfix li.col-item:nth-child(2) {
    float: left;
    width: 7%;
}
.logo-area img {
    display: block;
    min-width: 320px;
    margin: -30px auto 0px;
}
ul.f-col.clearfix li.col-item:nth-child(3) {
    width: 30%;
}
ul.f-col.clearfix li.col-item:nth-child(4) {
    width: 38%;
    padding-left: 20px;
}
ul.social-list li {
    margin-bottom: 5px;
}
.pro-bx {
    border: 1px solid #00D9FF;
    background: #001B4899;
padding: 30px 50px;
    text-align: center;
    max-width: 700px;
    float: right;
	transition:ease-in-out 0.5s;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-top: 60px;
}
.pro-bx:hover {
    box-shadow: 0px 9px 9px 0px #00000040;	transition:ease-in-out 0.5s;
}
.pro-bx a {
    display: block;
    max-width: 150px;
    margin: 20px auto 0px;
}
section.pro-com {
    background: url("images/bg-images/probono.jpg");
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.pro-bx i {
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    display: block;
     
}
.pro-bx p {
    font-family: Baskervville;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}
.pro-bx h2 {
     
    font-size: 36px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    color: #00D9FF;
}


.backcountry-ptag {
    position: absolute;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    margin-left: 10px;
    color: #001B48;
    font-size: 18px;
}


.post-box {
    background-color: #001B48;
    overflow: hidden;
    box-shadow: 0px 5px 5px 0px #00000040;
    position: relative;
}

.post-box h4 {
      
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    padding: 8px;
	color:#00d9ff;
    margin-bottom: 0;
    text-decoration: none !important;
}

.post-box img {
    width: 100%;
}

.post-shell a {
    text-decoration: none;
}

.col3-cont {
    width: calc(33.33% - 10px); /* Adjusting for padding */
    padding: 10px;
    margin-bottom: 10px; /* Optional margin between cards */
    box-sizing: border-box; /* Include padding and border in the width */
}

.col4-cont {
    width: calc(25% - 10px); /* Adjusting for padding */
    padding: 10px;
    margin-bottom: 10px; /* Optional margin between cards */
    box-sizing: border-box; /* Include padding and border in the width */
}


.faq {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
}

.faq-container {
    display: flex;
    justify-content: space-between; /* Distribute cards evenly */
    flex-wrap: wrap; /* Allow cards to wrap to the next line */
}

.faq-box {
    border-top: 15px solid #001B48;
    box-shadow: 0px 5px 5px 0px #00000040;
    height: 250px;
    padding: 12px;
}

.faq-box h4 {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #001B48;
}

.faq-box p {
    font-size: 14px;
    line-height: 24px;
}

.faq-heading {
    text-align: center;
    font-size: 36px;
    color:#001B48;
}

/* --------------------
    Blog Overview Section
   --------------------
*/

.blog {
    padding-left: 50px;
    padding-right: 50px;
}
.blog-container {
    display: flex;
    justify-content: space-between; /* Distribute cards evenly */
    flex-wrap: wrap; /* Allow cards to wrap to the next line */
}

.blog-outer-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.blog-box {
    border-top: 15px solid #001B48;
    box-shadow: 0px 5px 5px 0px #00000040;
    height: 350px;
    padding: 12px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.span-blog-divider {
    text-align: center;
    width: 100%;
}


.pbox {
    background: #FFFFFF;
    border: 15px solid #001b48;
    position: relative;
    color: #13115C;
    font-size: 11px;
    border-width: 15px 1px 1px 0px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.inner-pbox {
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-top: 15px;
}

.pbox img {
    width: 100%;
}

.pbox:hover h4 {
    color:#13115C;
}

.pbox h4 {
    height: 45px;
    font-size: 18px;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: left;
	color:#1E1E1E;
}

.pbox h5 {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
	color:#1E1E1E;
}

.pbox h6 {    
    height: 20px;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    border-bottom: 0.75px solid #001B48;
    padding-bottom: 8px;
	color:#1E1E1E;
}

.pbox p {
    line-height: 16px;
    font-size: 12px;
    color:#1E1E1E;
    height: 90px;
    letter-spacing: 0px;    
    margin-bottom: 10px;
}

/* --------------------
    End
   --------------------
*/

/* --------------------
    Services
   --------------------
*/

.post {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.sub-nav {
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Center vertically */
    padding: 10px; /* Padding for spacing */
    border-bottom: 1px solid #ddd; /* Separator at the bottom */
}

/* Navigation links in the sub-nav */
.nav-link {
    color: #001B48; /* Link color */
    text-decoration: none; /* No underline */
    font-weight: bold; /* Bold for emphasis */
    margin-right: 10px; /* Spacing between link and separator */
}

/* Separator between navigation elements */
.nav-separator {
    color: #aaa; /* Light gray color */
}

/* Blog title styling */
.blog-title {
    font-weight: normal; /* Normal weight */
    color: #333; /* Dark gray color */
    padding-left: 10px; /* Indent for folder hierarchy look */
}

.blog-first-letter {
    font-size: 42px;
    font-weight:  700;
}

.individual-blog-post {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.blog-post-title {
    padding-top: 20px;
    font-size: 48px;
    padding-right: 50px;
    font-weight: 600;
}

.blog-post-author {
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 700;
}

.blog-post-subtitle {
    font-size: 18px;
    padding-right: 50px;
    color: #898989;
    margin-bottom: 20px;
}

.blog-post-body {
    font-size: 14px;
    text-align: justify;
}

.blog-post-body-header {
    font-size: 14px;
    font-weight: 700;
}


.packages {
    background-color: #DBE3EC;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
}

.packages-heading {
    text-align: center;
    font-size: 36px;
    padding-top: 25px;
}

.packages-description {
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.package-container {
    display: flex;
    justify-content: space-between; /* Distribute cards evenly */
    flex-wrap: wrap; /* Allow cards to wrap to the next line */
    padding-top: 20px;
}

.col6-cont {
    width: calc(25% - 10px); /* Adjusting for padding */
    padding: 4px;
    margin-bottom: 20px; /* Optional margin between cards */
    box-sizing: border-box; /* Include padding and border in the width */ 
}

.package-box {
    border: 1px solid #001B48;
    box-shadow: 0px 5px 5px 0px #00000040;
    background-color: #e9fcff;
    height: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.package-banner {
    margin-top: 10px;
    background-color: #001B48;
    color:#00d8ff;
    text-align: center;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.banner-title {
    margin-bottom: 2px;
    font-size: 18px;
}

.banner-sub {
    font-size: 11px;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}

.package-content {
    padding: 10px;
    width: 100%;
}

#all-services-cont {
    background-color: #DBE3EC;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-right: 35px;
    padding-left: 35px;

}



.bold {
    font-weight: 900;
}

.services-heading {
    text-align: center;
    font-size: 36px;
    padding-top: 25px;
    color:#001B48;
}

.services-description {
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color:#001B48;
}

.services-cont {
    display: flex;
    justify-content: space-between; /* Distribute cards evenly */
    flex-wrap: wrap; /* Allow cards to wrap to the next line */
}

.service-box {
    background-color: #efefef;
    box-shadow: 0px 5px 5px 0px #00000040;
}

.service-box img{
    width: 100%;
}

.services-content {
    width: 100%;
    padding: 12px;
}

.service-box h4 {
    font-size: 16px;
    text-align: center;
    height: 40px;
}
.service-box h6 {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #001B48;
}

.more-info {
    display: none;
    font-size: 12px;
    line-height: 20px;
}

.expand-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 900;
    color: #001B48;
    padding: 0;
}


.faq-heading {
    text-align: center;
    font-size: 36px;
    color:#001B48;
}


/* --------------------
    End
   --------------------
*/



/* --------------------
    About Us
   --------------------
*/


.bio-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* Adjust the opacity (last value) as needed */
    color:#00d8ff;
    text-align: center;
    padding-top: 15px;
}

.bio-banner-overlay p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.bio-banner-overlay h2 {
    font-size: 36px;
    padding-top:15px;
}

.bio-banner-mob {
    display: none;
}

.bio-banner-lpt {
    display: block;
}

.ethos {
  display: flex;
  align-items: center;
}

.image-container-ethos {
  width: 30%;
}

.image-container-ethos img {
  width: 100%;
  height: auto;
}

.ethos-container {
  display: flex;
  align-items: center;
}

.ethos-content {
  flex: 1; /* Allow the content to take up remaining space */
  padding-right: 15%;
  padding-left: 10%;
  display: flex; /* Use Flexbox for vertical alignment */
  flex-direction: column; /* Stack h2 and p elements vertically */
  justify-content: center; /* Vertically center elements */
}

.bios {
    background-color: #ffffff;
}

.bio-container {
    display: flex;
    justify-content: space-between; /* Distribute cards evenly */
    flex-wrap: wrap; /* Allow cards to wrap to the next line */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.col-2-cont {
    width: calc(50% - 10px); /* Adjusting for padding */
    border-left: 5px solid #001B48;
    background-color: #efefef;
    padding: 5px;
    margin-bottom: 20px; /* Optional margin between cards */
    box-sizing: border-box; /* Include padding and border in the width */
    
}

.team-member-box {
  display: flex;
  align-items: flex-start; /* Align items to the start (top) of the flex container */
  padding-right: 12px;
}

.img-side {
  flex: 0 0 35%; /* Do not allow to grow or shrink */
}

.headshot-container {
  position: relative;
}

.headshot-container img {
  height: 100%; /* Full height of container */
  width: auto; /* Maintain aspect ratio */
}

.details-row {
  list-style: none;
  padding-top: 10px;
}

.bio-body-txt {

}




.bio-flag {
  position: absolute;
  top: 0;
  left: 0;
  height: auto !important;
  width: 20% !important; /* Maximum 20% of the width of headshot */
}

.text-side {
  flex: 1; /* Fill remaining space */
  padding-left: 15px;
}

.logo-row {
  margin-top: 10px; /* Adjust spacing between headshot image and logos */
}

.logo-list {
  list-style: none;
  padding: 0;
}

.logo-list li {
  display: inline-block; /* Display logos in a row */
  margin-right: 10px; /* Adjust spacing between logos */
  width: calc(30% - 10px);;
}

.logo-list li:last-child {
  margin-right: 0; /* Remove margin from last logo */
}

.logo-list li img {
  width: 100%;
}

.text-side h3 {
    font-size: 20px;
}

.text-side h4 {
    font-size: 12px;
    font-weight: 800;
}

.text-side h5 {
    font-size: 14px;
    font-style: italic;
}

.text-side p {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}




/* --------------------
    End
   --------------------
*/


ul.sumset.clearfix li {
    float: left;
    margin-right: 5px;
    display: flex;
    align-items: center;
    height: 75px;
}

ul.sumset.clearfix li:nth-child(1) {
    width: 35%
}

ul.sumset.clearfix li:nth-child(2) {
    width: 50%
}
ul.sumset.clearfix li img {
    position: relative;
    width: 50px;
}

ul.sumset.clearfix li h5 {
    font-size: 16px;
      
    font-weight: 400; 
    text-align: left; 
    padding-left: 15px;
    margin-bottom: 0;
}

ul.post-owner.clearfix li h5 {
      
    font-size: 13px;
    font-weight: 400;    
    margin-bottom: 0px;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}

.package-desc-p {
    font-size: 14px;
    line-height: 20px;
}

/* --------------------
    End
   --------------------
*/


section.blog-post {
    background: #DAE3EC;
    padding: 50px 0px;
}
section.testimonial {
    background: #DBE3EC;
    padding: 60px 0px 25px;
}
section.blog-post h2 {
    color: #001B48;
    text-align: center;
    margin-bottom: 35px;
}
.span-bdy.position-relative {
    max-width: 700px;
    margin: 30px auto 0px;
}
span.t-left {
    color: #001B48;
     
    font-size: 96px;
    font-weight: 400;
    line-height: 120px;
    letter-spacing: 0em;
    text-align: center;
    position: absolute;
    left: -60px;
    top: -30px;
}
.span-bdy.position-relative b {
     
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: right;
    color: #00d9ff;
    display: block;
    margin-top: 15px;
    margin-right: 12px;
}
span.b-right{
    color: #001B48;
    font-size: 96px;
    font-weight: 400;
    line-height: 120px;
    letter-spacing: 0em;
    text-align: center;
    position: absolute;
    right: -60px;
    bottom: -20px;
}
section.testimonial h2 {
     
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #001B48;
}
.span-bdy.position-relative p {
    max-width: 676px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: justify;
    color: #001B48;
}
section.background-support h2 {
     
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #001B48;    margin-bottom: 30px;
}
img.mountain {
    max-width: 269px;
}
section.why-background img {
    margin-left: 40px;
}
section.why-background h3 {
    color: #fff;
    margin: 0px;
}
section.why-background h2 {
    color: #00D9FF;    margin: 0px;
    padding: 15px 0px 10px;
}
.heading-bg h3 {
     
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #001B48;
}

.section-heading{
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #001B48;

}
section.why-background {
    background: #001B48;
}
section.why-background h2 {
    color: #00D9FF;
     
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
}
section.why-background h2 {
    color: #00D9FF;
    text-align: center;
}
.ss-box {
    background: #fff;
    margin-bottom: 20px;
}
a.primary-flex:hover {
    background: #001b48;
    color: #00D9FF;transition:Ease-in-out 0.5s;
}
a.primary-flex {
    background: #00D9FF;
	transition:Ease-in-out 0.5s;
    
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #001B48;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
}
.ss-box h4 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    padding: 10px 0px 3px;
    margin-bottom: 0px;
}
div#three-items button span {
    display: none;
}
div#single-items .owl-dots {
    margin-top: 35px;
}
button.owl-dot.active {
    background: url(images/varw.png) !important;
    width: 20px;background-repeat: no-repeat !important;
    height: 48px;
    filter: grayscale(0%);
    opacity: 1;
   
}
div#single-items button.owl-dot.active {
    background: url(images/lgry.png) !important;
    width: 20px;background-repeat: no-repeat !important;
    height: 48px;
    filter: grayscale(0%);
    opacity: 1;
   
}
button.owl-dot {
    background: url(images/vgry.png) !important;
    width: 20px; background-repeat: no-repeat !important;
    height: 48px;
    
}
section.background-support {
    background: #DBE3EC;
    padding: 50px 0px;
    text-align: center;
}
/*Media Query*/
@media (min-width: 1800px) and (max-width: 2200px) {

	.logo-bx {
    position: absolute;
    max-width: 480px;
    right: 13%;
    text-align: center;
  
}
}
@media (min-width: 1200px) and (max-width: 1300px) {}
@media (min-width: 992px) and (max-width: 1199px) {
    .service-box h4 {
        font-size: 12px;
        text-align: center;
        height: 30px;
    }
    .service-box h6 {
        font-size: 11px;
    }
    .bio-header {
        font-size: 12px;
    }
    .det-title {
        margin-right: 3px; /* Add some spacing between title and content */
        font-size: 12px;
      }
      .team-box-school-txt ul {
        font-size: 12px;
        line-height: 16px;
        height: 105px;
    }
      
      .det-content {
          font-size: 12px;
      }
    .col6-cont {
        width: calc(33.33% - 5px); /* Adjusting for padding */
        padding: 5px;
    }
    .package-box{
        height: 475px;
    }

    .packages-heading {
        font-size: 24px;
    }
    
    .packages-description {
        font-size: 14px;
    }

    .tab-left-nav {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 32px;
    padding-right: 32px;
    background-image: url(images/arrow-stand.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}
	.tabbg {
    background-image: url(images/b1.jpg);
    height: 100vh;
    background-size: cover;
    width: 100%;
    background-position: center;
}

	.tab-left-nav .nav-link:after {
    content: '';
    position: absolute;
    bottom: -1px;}
	
	.tab-left-nav .nav-link.active:before {
top: -1px;}
	section.pro-com {
    height: 100vh;
    background-size: cover;}
	section.blog-post h2 {
    color: #001B48;
    text-align: center;
    margin-bottom: 35px;
    font-size: 30px;
}
	.span-bdy.position-relative p {
    max-width: 676px;
    margin: 0 auto;
     
    font-size: 16px;}
	section.testimonial h2 {
     
    font-size: 30px;}
	section.main-banner {
    position: relative;    background-size: cover !important;
    background: url(images/top-bg.jpg);
    height: 100vh;}
	img.nbc {
    max-width: 50px;
}



img.abc {
    max-width: 50px;
    margin-top: 5px;
}
	ul.featured-logo li:nth-child(1) h4 {
    font-size: 14px;
}
	.heading-bg h3 {
     
    font-size: 30px;}
	a.primary-big-btn {
    background: #00D9FF;
     
    font-size: 18px;
    min-width: 289px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    transition: ease-in-out 0.3s;
    color: #001B48;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 40px;
}
	.info-bx h3 {
     
    font-size: 30px;}
	.info-bx p {
     
    font-size: 10px;}
	.info-bx {
    padding: 0px 0px;
}
	ul.bottom-menu li a {
     
    font-size: 15px;}
	.pro-cap span {
      
    font-size: 10px;}
	.pro-cap h4 {    margin-bottom: 0px;
      
    font-size: 13px;}
	.pro-cap h3 {    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 13px;}
	.pro-desc {
        padding-left: 40px;
        padding-right: 20px;
    }
    .pro-desc p {
      
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: justify;
    color: #fff;
    line-height: 18px;
}
.bd-area {
    border: 0.5px solid #00D9FF;
    margin: 0px -10px -10px;
    padding: 10px 60px 10px 10px;
    position: relative;
    min-height: 50px;
}
	ul.lst-logo li {
    display: inline-block;
    padding: 0px 0px;
}
	.team-box h4 {
     
    font-size: 11px;}
	section.meet-background h2 {
     
    font-size: 32px;}
.team-box h3 {
         min-height: 30px;
    font-size: 10px;
    margin-top: 10px;
}
.team-box h5 {
     
font-size: 10px;}
	.team-slider {
    margin-top: 50px;
    padding: 0px 70px;
}
	ul.f-col.clearfix li.col-item:nth-child(2) {
    float: left;
    width: 13%;
}
	ul.f-col.clearfix li.col-item:nth-child(4) {
    width: 30%;
    padding-left: 20px;
}
	ul.social-list li img {
    width: 25px;
}
	ul.social-list {
    display: block;
    width: 33px;
    margin-left: 0px;
}
	ul.contact-area li a {
    color: #fff;
    font-size: 12px;
}
.ss-box h4 {
    font-size: 14px;
}
ul.contact-area li  {
    color: #fff;
    font-size: 12px;
}
.logo-area a {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    font-size: 11px;
    padding: 5px 0px;
}
	.logo-area img {
    display: block;
    min-width: 100%;
    width: 100%;
    margin: -30px auto 0px;
}
	span.t-left{left: 0px;}
	span.b-right{right: 0px;}
.span-bdy.position-relative {
    max-width: 700px;
    margin: 30px auto 0px;
    padding: 0px 50px;
}

.pbox h4 {
    font-size: 14px;
    line-height: 17px;
}
ul.post-owner.clearfix li h5 {
      
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}
ul.post-owner.clearfix li span {
      
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 0px;
    display: block;
}


.pbox.clearfix {
    margin-bottom: 20px;
    overflow: hidden;
}
.pbox.clearfix p {
    line-height: 14px;
    font-size: 12px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .intro-txt {
        font-size: 20px;
        line-height: 24px;
        font-style: italic;
        padding-top: 10px;
    }
    
    .service-box h4 {
        font-size: 11px;
        text-align: center;
        height: 30px;
    }
    .service-box h6 {
        font-size: 11px;
    }
    .bio-header {
        font-size: 11px;
    }
    .det-title {
        margin-right: 3px; /* Add some spacing between title and content */
        font-size: 11px;
      }
    
    .logo-bx-test-btn {
        font-size: 14px;
        font-weight: 400;
        max-width: 70%; /* Ensures it doesn't overflow the container */
        padding: 8px 0px;
    }
    
    
    .title {
        color: #00d8ff;
        font-size: 1.3em;
        width: 60%; /* Left 2/3 for the title */
        padding-left: 20px;
      }
      
      .compass-icons {
        display: flex;
        justify-content: space-between;
        width: 30%; /* Right 1/3 for the compass icons */
      }

    .col-md-12.col-lg-4.d-n {
    display: none;
}

.ethos-content h2 {
    font-size: 28px;
  }

  .ethos-content p {
    font-size: 14px;
    line-height: 20px;
  }


  .team-box-school-txt ul {
    font-size: 12px;
    line-height: 16px;
    height: 105px;
}
  
  
  .det-content {
      font-size: 12px;
  }
.package-box{
    height: 475px;
}
.packages-heading {
    font-size: 24px;
}

.packages-description {
    font-size: 14px;
}
.col6-cont {
    width: calc(33.33% - 5px); /* Adjusting for padding */
    padding: 5px;
}

ul.sumset.clearfix li img {
    position: relative;
    width: 40px;
}

.faq-box {
    height: 275px;
}

.blog {
    padding-left: 20px;
    padding-right: 20px;
}

.pbox h4 {
    font-size: 14px;
    line-height: 14px;
}


.pbox p {
    font-size: 12px;
    line-height: 14px;
}

.pbox {
    font-size: 12px;
    line-height: 14px;
}

.col3-cont p {
    font-size: 12px;
}

.col4-cont p {
    font-size: 12px;
}
.col3-cont h4 {
    font-size: 16px;
    line-height: 18px;
}
.col4-cont h4 {
    font-size: 16px;
    line-height: 18px;
}

	section.background-support .owl-outer.dsk-view {
    padding: 15px 0px;
}
	nav.navbar.navbar-expand-lg.bg-blue {
    background: #001B48;
    min-height: 60px;
}
	img.logo-compass {
    max-height: 45px;
}
	button.navbar-toggler {
    padding: 0px;
    border: 1px solid transparent;
    box-shadow: none;
    line-height: 0px;
    outline: none;
    position: absolute;
    left: 60px;
    top: 17px;
}
	section.pro-com {
    height: 70vh;
    background-size: cover;}
	section.blog-post h2 {
    color: #001B48;
    text-align: center;
    margin-bottom: 35px;
    font-size: 30px;
}
	.span-bdy.position-relative p {
    max-width: 676px;
    margin: 0 auto;
     
    font-size: 16px;}
	section.testimonial h2 {
     
    font-size: 30px;}
	section.main-banner {
    position: relative;    background-size: cover !important;
    background: url(images/top-bg.jpg);
    height: 70vh;}
	img.nbc {
    max-width: 50px;
}
img.abc {
    max-width: 50px;
    margin-top: 5px;
}
	ul.featured-logo li:nth-child(1) h4 {
    font-size: 14px;
}
	.heading-bg h3 {
     
    font-size: 30px;}
a.primary-big-btn {
    margin-top: 20px;
}
	.info-bx h3 {
     
    font-size: 30px;}
	.info-bx p {
     
    font-size: 10px;}
	.info-bx {
    padding: 0px 0px;
}
	ul.bottom-menu li a {
     
    font-size: 15px;}
	.pro-cap span {
      
    font-size: 10px;}
	.pro-cap h4 {    margin-bottom: 0px;
      
    font-size: 13px;}
	.pro-cap h3 {    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 13px;}
    .pro-desc {
        padding-left: 40px;
        padding-right: 20px;
    }
    .pro-desc p {
      
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: justify;
    color: #fff;
    line-height: 18px;
}
.bd-area {
    border: 0.5px solid #00D9FF;
    margin: 0px -10px -10px;
    padding: 10px 60px 10px 10px;
    position: relative;
    min-height: 50px;
}
	ul.lst-logo li {
    display: inline-block;
    padding: 0px 0px;
}
	.team-box h4 {
     
    font-size: 11px;}
	section.meet-background h2 {
     
    font-size: 32px;}
.team-box h3 {
         min-height: 30px;
    font-size: 10px;
    margin-top: 10px;
}
.team-box h5 {
     
font-size: 10px;}
	.team-slider {
    margin-top: 50px;
    padding: 0px 70px;
}
	ul.f-col.clearfix li.col-item:nth-child(2) {
    float: left;
    width: 13%;
}
	ul.f-col.clearfix li.col-item:nth-child(4) {
    width: 30%;
    padding-left: 20px;
}
	ul.social-list li img {
    width: 25px;
}
	ul.social-list {
    display: block;
    width: 33px;
    margin-left: 0px;
}
	ul.contact-area li a {
    color: #fff;
    font-size: 12px;
}
.ss-box h4 {
    color: #00D9FF;
      
font-size: 14px;}
ul.contact-area li  {
    color: #fff;
    font-size: 12px;
}
.logo-area a {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    font-size: 11px;
    padding: 5px 0px;
}
	.logo-area img {
    display: block;
    min-width: 100%;
    width: 100%;
    margin: -30px auto 0px;
}
	span.t-left{left: 0px;}
	span.b-right{right: 0px;}
.span-bdy.position-relative {
    max-width: 700px;
    margin: 30px auto 0px;
    padding: 0px 50px;
}
	ul.post-owner.clearfix li img {
    position: relative;
    top: 0px;
}

.pbox.clearfix {
    margin-bottom: 20px;
    overflow: hidden;
}

	div#navbarSupportedContent a.primary-btn {
    margin: 0 auto 20px;
}

}
@media (min-width: 320px) and (max-width: 767px) {
    
    .intro-txt {
        font-size: 14px;
        padding-top: 3px;
        line-height: 18px;
    }
    .team-box-school-txt-edu {
        height: 95px !important;
    }
    
    .post {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sub-nav {
        font-size: 11px;
    }
    
    
    .individual-blog-post {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .blog-first-letter {
        font-size: 28px;
        font-weight:  700;
    }
    
    .blog-post-title {
        font-size: 36px;
        padding-right: 30px;
    }
    
    .blog-post-author {
        margin-bottom: 20px;
        font-size: 12px;
    }
    
    .blog-post-subtitle {
        font-size: 14px;
        padding-right: 30px;
        margin-bottom: 15px;
    }
    
    .blog-post-body {
        font-size: 12px;
        line-height: 18px;
    }
    
    .blog-post-body-header {
        font-size: 12px;
        line-height: 18px;
    }
    
    img.logo-compass {
        max-height: 40px;
    }

    
    .logo-bx-test-btn {
        font-size: 12px;
        font-weight: 400;
        max-width: 70%; /* Ensures it doesn't overflow the container */
        padding: 5px 0px;
    }

    
    .title {
        color: #00d8ff;
        font-size: 1em;
        width: 55%; /* Left 2/3 for the title */
        padding-left: 20px;
      }
      
      .compass-icons {
        display: flex;
        justify-content: space-between;
        width: 43%; /* Right 1/3 for the compass icons */
      }

      .why-bc-icon {
        width: 30px;
        height: 30px;
        cursor: pointer;
      }
      .why-p {
        max-width: 100%;
        font-size: 12px; 
        font-weight: 500;
        line-height: 16px;
      }

    .col3-cont {
    width: 49%;
    display: inline-block;
    padding: 15px;
}
    .col4-cont {
    width: calc(33.33% - 15px); /* Adjusting for padding */
    display: inline-block;
    padding: 15px;
}
.service-box h4 {
    font-size: 14px;
    text-align: center;
    height: 52px;
}
.service-box h6 {
    font-size: 11px;
}

  .team-box-school-txt ul {
    font-size: 12px;
    line-height: 16px;
    height: 90px;
}
  
  .image-container-ethos {
    width: 45%;
  }

  .ethos-content{
    padding-left: 5%;
    padding-right: 5%
  }

  .ethos-content h2 {
    font-size: 24px;
  }

  .ethos-content p {
    font-size: 12px;
    line-height: 18px;
  }

  .det-content {
      font-size: 12px;
  }
.details-row li:nth-child(1){
    height: 35px;
}
.details-row li:nth-child(2){
    height: 35px;
}
.details-row li:nth-child(3){
    height: 60px;
    line-height: 16px;
}

.details-row li:nth-child(4) .det-title{
    width:35px;
}
.team-box-school-txt p {
    line-height: 14px;
    padding-top: 6px;
}
.packages-heading {
    font-size: 24px;
}

.bio-banner-overlay h2 {
    font-size: 24px;
    line-height: 24px;
    padding-top:2px;
}

.bio-banner-overlay p {
    font-size: 11px;
    line-height: 18px;
    width: 90%;
}

.packages-description {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
.banner-title {
    font-size: 14px;
}
.package-box{
    height: 375px;
}
.col6-cont {
    width: calc(50% - 5px); /* Adjusting for padding */
    padding: 5px;
}
ul.sumset.clearfix li:nth-child(1) {
    width: 20%
}

ul.sumset.clearfix li:nth-child(2) {
    width: 50%
}
ul.sumset.clearfix li img {
    position: relative;
    width: 25px;
}
ul.sumset.clearfix li h5 {
    font-size: 12px;
      
    font-weight: 400; 
    text-align: left; 
    padding-left: 8px;
    margin-bottom: 0;
}
ul.sumset.clearfix li {
    height: 45px;
}
.package-desc-p {
    font-size: 11px;
    line-height: 16px;
}
.col3-cont p {
    font-size: 14px;
}
.col4-cont p {
    font-size: 14px;
}

.contact-banner-div h2 {
    font-size: 24px;
}

.col2 {
    padding: 20px;
    width: 98%;
    vertical-align: top;
}
.direction-details {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.direction-number {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

	.tabbg {
    background-image: url(images/b1.jpg);
    height: 50vh;}
.tab-content-box {
    background-color: #001b48bf;
    padding: 5px 15px 50px;
    color: #fff;
}
	.tab-content-box h4 {
     
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: #01c0e2;
    border-bottom: 2px solid #01c0e2;
    display: inline-block;
    padding-bottom: 0px;
    padding-right: 80px;
}
	.tab-content-box p {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: justify;
}
	section.why-background h2 {
    text-align: center;    padding-top: 5px;
    font-size: 16px;
}
	section.why-background img {
    margin-left: 0px;
    max-width: 180px;
}
	img.nbc {
    width: 30px !important;
}
img.abc {
    width: 30px !important;
}
.bottom-logos {
    background: #B3C9EDCC;
    min-height: 69px;
    position: absolute;
    bottom: -81px;
    width: 100%;
}
	section.main-banner {

    height: 45vh;}
	a.secondary-btn {
     
    font-size: 11px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    background: #001b48;
    color: #00d8ff;
    text-decoration: none;
    max-width: 200px;
    display: block;
    padding: 1px 0px;
    transition: Ease-in-out 0.5s;
    border-radius: 5px;
    margin: 0 auto;
}

	.logo-bx span img {
    max-width: 14px;
    margin-top: -7px;
    margin-left: 0px;
}
	.logo-bx span {
    display: inline-block;
    width: 17px;
}


	img.m-top {
    max-width: 70%;
    margin-bottom: -10px;
}
	.logo-bx {
    position: absolute;
    max-width: 250px;
    right: 0%;
    text-align: center;
    top: 20px;
}
button.navbar-toggler {
    padding: 0px;
    border: 1px solid transparent;
    box-shadow: none;
    line-height: 0px;
    outline: none;
    position: absolute;
    left: 60px;
    top: 17px;
}
nav.navbar.navbar-expand-lg.bg-blue {
    background: #001B48;
    min-height: 60px;
}
button.navbar-toggler img {
    width: 23px;
}
	ul.contact-area li img {
    margin-right: 5px;
    max-width: 19px;
}
	.pro-bx a.primary-btn {

    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: center;
    padding: 3px 0px;
    width: 100px;
}
	.pro-bx i {

    font-size: 8px;
    font-style: italic;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: center;
}
		.pro-bx h2 {

    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}
ul.f-col.clearfix li h3 {
    padding-right: 5px;    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 4px;
}
a.primary-flex.clr-drk {
    background: #001B48;
    color: #fff;
margin: 20px auto 0px;}
.logo-area a {
    display: block;
    max-width: 290px;
    margin: 0 auto 20px;
    padding: 11px 0px;
}
.cpy {
     
    font-size: 9px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: center;
}
ul.contact-area li a {
 
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
}
ul.social-list {
    display: block;
    width: 21px;
    margin-left: 0px;
}
ul.contact-area li {
    font-size: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
}
ul.social-list li img {
    width: 21px;
}
ul.bottom-menu.clearfix li a {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}
ul.f-col.clearfix li.col-item:nth-child(1) {
    float: left;
    width: 38%;
}
ul.f-col.clearfix li.col-item:nth-child(2) {
    float: left;
    width: 24%;  padding-left: 10px;
}
ul.f-col.clearfix li.col-item:nth-child(3) {
    float: left;
    width: 0%;
}
ul.f-col.clearfix li.col-item:nth-child(4) {
    float: left;
    width: 38%;
    padding-left: 0px;
}
.pro-bx p {
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
}
section.pro-com {
 
height: 50vh;}
.logo-area img {
    display: block;
    min-width: 230px;
    margin: -30px auto 0px;
}
.pro-bx {
    border: 1px solid #00D9FF;
    background: #001B4899;
    padding: 10px 7px;
    text-align: center;
    max-width: 291px;
    float: right;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-top: 0px;
    margin-right: -12px;
}
	ul.post-owner.clearfix li img {
    position: relative;
    top: 0px;
}

.pbox.clearfix {
    margin-bottom: 15px;        
    overflow: hidden;
}


.post-box {
    margin-bottom: 15px;
}

	ul.post-owner.clearfix li h5 {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;    margin-bottom: 0px;
    text-align: left;
}
ul.post-owner.clearfix li span {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left; margin-top:0px;
}
	.pbox.clearfix p {
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
}

	section.blog-post {
    background: #DAE3EC;
    padding: 30px 0px;
}
	section.blog-post h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
}
	section.testimonial {
    padding: 40px 0px 40px;
}
	.span-bdy.position-relative b {
     
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: right;
    margin-right: 2px;
}
	span.t-left {
     
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: center;
    left: 2px;
    top: -19px;
}

span.b-right {
     
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: center;
    right: 4px;
     bottom: 15px;
}

	.span-bdy.position-relative {
    padding: 0px 40px;
}

	section.testimonial .owl-outer {
    padding: 0px 0px;
}
	.owl-outer {
    padding: 15px 0px;
}
	.span-bdy.position-relative p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: justify;
}
	section.testimonial h2 {
     
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
}
	a.primary-flex {
    background: #00D9FF;
      
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #001B48;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
}
	.ss-box {
    margin-bottom: 20px;
}
.ss-box h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    padding: 2px 20px 0px;
}
	.ss-box img {
    width: 100%;
}
	section.background-support h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
}
	a.primary-big-btn.w-auto {
    width: 260px !important;
    margin: 9px auto 0px;
    font-size: 16px;
    display: block;
    min-width: 216px;
    padding: 10px 0px;
}
	ul.lst-logo {
    position: absolute;
    top: 1px;
    right: 3px;
}
	ul.lst-logo li img {
    width: 15px;
}
	ul.lst-logo li {
    display: inline-block;
    padding: 0px 0px;
}
	.team-box {
    margin-bottom: 15px;
}
.bd-area {
    border: 0.5px solid #00D9FF;
    margin: 0px -6px -6px;
    padding: 5px 20px 0px 5px;
    position: relative;
    min-height: 32px;
}

	.team-slider {
    margin-top: 30px;
    padding: 0px 0px;
}
	.left-right-spc {
    padding: 0px 20px;
}
	.pro-desc { padding-left: 0px;padding-right: 0px;padding-top: 30px;}
	.pro-desc p {

    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: justify;
}
.profile-box.clearfix {
    padding: 10px 10px 15px;
    margin-bottom: 20px;
    background: #fff;
    border: 1.5px solid #00D9FF;
    box-shadow: 0px 4px 4px 0px #00000040;
    max-width: 270px;
    margin: 0 auto 20px;
}
	ul.cap-arrange li:nth-child(1) {
    width: 74%;
}
ul.cap-arrange li:nth-child(2) {
    width: 26%;
    text-align: center;
    margin-top: 3px;
}
	.pro-cap h4 {
      
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    color: #001B48;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: -2px;
}
.pro-cap h3 {
    margin-bottom: -6px;
    font-size: 12px;
    margin-top: -2px;
}
	section.meet-background h2 { 
    margin-bottom:20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}
	section.scrolling-area {
    background: #DAE3EC;
    min-height: 90px;
}
	.owl-outer {
    padding: 15px 40px;
}
	div#nine-items button.owl-prev {
    top: 2px;
    height: 46px;
    width: 11px;
    left: -30px;
    background: url(images/varw.png) !important;
}
div#nine-items button.owl-next {
    top: 2px;
    height: 46px;
    width: 11px;
    right: -30px;
    background: url(images/varw.png) !important;
}

.backcountry-ptag {
    font-size: 12px;
}
	.heading-bg {
    background: #BCC9E0B2;
    min-height: 70px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    left: 0px;
    right: 0px;
}
	.mob-view{display:block !important;}
	.dsk-view{display:none !important;}
	section.backcountry {    margin-top: 81px;
    background: url(images/grad.jpg);
    height: auto;}
	.four-sections {
    text-align: center;
    background: #001B48;
    padding: 30px 0px;
    padding-bottom: 45px;
    color: #fff;
    position: static;
    bottom: 0px;
    width: 100%;
}
.section-disclaimer {
    margin-top: 4px;
}
	.info-bx h3 {
     
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}
	.info-bx {
    padding: 0px 0px;
}
	.info-bx p {
     
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
}
	a.primary-big-btn {
    max-width: 80%;
    width: 80%;
    min-width: 80%;
    padding: 10px 0px;
}
	ul.featured-logo.clearfix h4 {
     
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #001B48;
    margin-bottom: 0px;
}
	ul.featured-logo li:nth-child(2) {
    width: 16.6%;    padding: 10px 8px;
}
ul.featured-logo li:nth-child(3) {
    width: 16.6%;    padding: 10px 8px;
}
ul.featured-logo li:nth-child(4) {
    width: 16.6%;    padding: 10px 8px;
}
ul.featured-logo li:nth-child(5) {
    width: 16.6%;    padding: 10px 8px;
}ul.featured-logo li:nth-child(6) {
    width: 16.6%;    padding: 10px 8px;
}
ul.featured-logo li:nth-child(7) {
    width: 16.6%;    padding: 12px 8px;
}
	ul.featured-logo.clearfix li img {
    width: 100%;
}
ul.featured-logo li:nth-child(1) {
    width: 100%;
    text-align: center;
    padding-top: 12px;
    margin-bottom: -3px;
}
.heading-bg h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0px;
    padding: 11px 0px;
}

	div#navbarSupportedContent a.primary-btn {
    margin: 0 auto 20px;
}
}
@media (min-width: 320px) and (max-width: 576px) {

    
    .intro-txt {
        font-size: 11px;
        font-style: italic;
        padding-top: 3px;
        line-height: 14px;
    }
    
    .heading-container {
        padding: 10px; /* Padding around the logo */
        width: 80%;
    }
    

    .logo-bx-test-btn {
        font-size: 8px;
        font-weight: 400;
        max-width: 80%; /* Ensures it doesn't overflow the container */
        height: auto; /* Maintain aspect ratio */
        padding: 4px 0px;
        line-height: 16px;
        margin-top: 6px;
    }

    
    
    
    
    
    
    section.scrolling-area.clearfix img {
    display: block;
     width: 40px;
    margin: 0 auto;
}
.services-description {
    width: 100%;
    font-size: 14px;
}
.services-heading {
    font-size: 28px;
}
.card {
    height: 200px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.card p{
    font-size: 9px;
    line-height: 14px;
}
.image-container-ethos {
    width: 45%;
  }

  .ethos-content{
    padding-left: 3%;
    padding-right: 3%
  }

  .ethos-content h2 {
    font-size: 16px;
  }

  .ethos-content p {
    font-size: 10px;
    line-height: 16px;
  }

.col3-cont {
    width: 100%;
    display: inline-block;
    padding: 5px;
}
.col4-cont {
    width: 49%;
    display: inline-block;
    padding: 5px;
}

.faq-box {
    height: 230px;
}

.col3-cont p {
    font-size: 12px;
}
.col4-cont p {
    font-size: 12px;
}
.service-box h4 {
    font-size: 12px;
    text-align: center;
    height: 40px;
}
.service-box h6 {
    font-size: 11px;
}

.bio-banner-mob {
    display: block;
}

.bio-banner-lpt {
    display: none;
}

}

