/*
Theme Name: BSLS
Theme URI: #
Author: Scorpio Technologies
Author URI: #
Description: Scorpio Technologies wp theme
Version: 1.0
*/
body{
  overflow-x: hidden;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
}
img{
  max-width: 100%;
}
img.custom-logo {
    max-height: 100px;
    width: auto;
    max-width: 100%;
}
.name-logo img {
    max-height: 60px;
}
a:hover {
    color: #221d5c;
}
a:hover {
    color: #79a1bb !important;
}
.theme-color2 {
    color: #79a1bb;
}
.slider-contact-form-outer, .bg-theme-color2  {
    background: #79a1bb;
}
.slider-contact-form {
    border-radius: 15px;
    background: rgb(255 255 255 / 25%);
}
.slider-contact-form .wpcf7 input[type="text"], .slider-contact-form .wpcf7 input[type="email"], .slider-contact-form .wpcf7 input[type="tel"] {
    width: 100%;
    border: none;
}
.slider-contact-form input.wpcf7-form-control.wpcf7-submit {
    font-weight: 700;
    font-size: 18px;
    border: none;
}
.hex {
  display: flex;
  position: relative;
  width: auto;
  height: auto;
	margin:0 auto;
  background-color: #424242;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.hex img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.testi-text h4 {
    font-size: 18px;
	margin-bottom:0;
}
.testi-text p {
    font-size: 13px;
}
.testi-text {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    right: 0;
    background: #ffffff;
    text-align: center;
    height: 50px;
    padding: 3px 0;
}

.bg-theme-grad {
    background-image: linear-gradient(to right, rgb(31 62 145), rgb(7 21 58));
}
img.custom-logo {
    background: #ffffff;
    padding: 3px;
    margin-top: -7px;
    border-radius: 50%;
    margin-bottom: -7px;
}
.main-bar {
    background-image: linear-gradient(to right, rgb(238 248 250), rgb(255 255 255));
}
.bg-theme {
    background: #79a1bb;
}
section#about-section ul {
    margin: 0;
    padding-left: 15px;
}
.course-title {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 12px;
}
section#about-section p {
    font-size: 20px;
    font-weight: 600;
}
section#about-section ul li {
    font-size: 18px;
    padding-bottom: 7px;
}
section#about-section .big-text {
    font-size: 54px;
    line-height: 70px;
	font-weight:800;
}
.course-title:before {
    content: "";
    position: absolute;
    width: 475px;
    height: 2px;
    background: #ffffff;
    bottom: 0;
    left: 2px;
}
.theme-color {
    color: #193e72;
}
ul.why-bsls {
    margin: 0;
    padding-left: 20px;
    font-weight: 600;
}
ul.why-bsls li {
    padding-bottom: 10px;
    opacity: 0.9;
    font-size: 18px;
}
.primary-nav ul li {
    padding: 3px 15px;
    margin: 3px 5px;
    border: 2px solid #ffffff;
    border-radius: 20px;
}
.primary-nav ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.theme-footer-bg {
    /* background: #1b2c62; */
    background-image: linear-gradient(to right, rgb(27 44 98), #21439a);
}
.footer-top .widget_media_image img {
    max-width: 140px !important;
    height: auto !important;
}
.slider-contact-form span.ajax-loader {
    display: block;
    margin: 3px auto;
}
.slider-contact-form .wpcf7 form .wpcf7-response-output {
    margin: -1.5em 0.5em -1em;
    padding: 0.2em 1em;
}
.slider-contact-form p {
    margin-bottom: 18px;
}
.slider-contact-form label {
    font-weight: 600;
    margin-bottom: 3px;
}
.slider-contact-form input{
	outline:none;
}
a.video-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.primary-nav ul li a:hover {
    color: #f7f7f7 !important;
}
h2.trail-browse {
    display: none;
}

ul.trail-items.bread-crumb {
    list-style: none;
    margin: 0;
}
ul.trail-items.bread-crumb li {
    padding: 0;
    margin-right: 3px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 12px;
}
ul.trail-items.bread-crumb li a:after {
    content: "\f101";
    margin-left: 7px;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.inner-bnr.overlay-wraper {
    background: url(http://demo.scorpiotechnologies.us/bsls/wp-content/uploads/2021/04/inner-bg.jpg);
    background-size: cover;
}
@media only screen and (max-width : 600px) {
/* Styles */
	section#about-section .big-text {
    font-size: 44px;
    line-height: 52px;
    font-weight: 800;
    /* font-size: 2.8rem; */
    text-align: center !important;
}
}