@font-face {
  font-family: Futura-bold;
  src: url(../fonts/Futura-bold.otf);
}
@font-face {
  font-family: Futura-medium;
  src: url(../fonts/Futura-medium.otf);
}
body{
	  font-family: Futura-medium ;

}html {
  scroll-behavior: smooth;
}
a:hover {
    text-decoration: none;
}
h2 {
    font-size: 2.2rem;
}
header {
    padding: 10px 30px;
    /* position: absolute; */
    top: 0;
    /* width: 100%; */
}
.fixed-header {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 9;
    box-shadow: 0px 2px 10px 10px rgb(0 0 0 / 15%);
}
section.banner {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5em 0em 5em;
    border-radius: 15px;
    margin: 10px 30px 30px 30px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Futura-bold;
}
div#book h4 {
    text-align: center;
}
section.banner h3 {
    margin-bottom: 61px;
    font-family: 'Futura-medium';
    color: #ffffff;
    font-weight: 600;
}

section.banner h1 {
    font-size: 3em;
    margin-bottom: 20px;
    color: white;
}
.banner-content p {
    color: white;
    font-size: 1.2em;
}
.banner ul li {
    padding: 0;
    list-style: none;
    position: relative;
    margin-bottom: 24px;
    /* margin-bottom: 10px; */
    padding-left: 37px;
    color: white;
    font-size: 1.2em;
}

.banner ul.ul2 li {
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
    
    color: white;
    font-size: 0.9em;
}

section.banner h3 {
    list-style: none;
    position: relative;
    padding: 0;
}

section.banner ul {
    padding: 0;
}

.banner ul li img {
    position: absolute;
    left: 0;
    width: 21px;
    top: 4px;
}

.lead-form {
    margin-top: 2em;
    padding: 25px;
    /* color: white; */
    background: #ffffff;
    box-shadow: -5px -5px 46px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.lead-form input {
    box-shadow: -5px -5px 46px #0000001A;
    border-radius: 10px;
    border: 0;
    padding: 23px;
}
 .lead-form select{
     height: 45px;
     box-shadow: -5px -5px 46px #0000001A;
    border-radius: 10px;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
 }
.book {
    display: none;
}

.btn {
    background-color: #1F343C;
    color: white;
    box-shadow: -5px -5px 46px #0000001A;
    border-radius: 10px;
    border: 0;
    width: 100%;
    padding: 11px;
}

a.cta {
    background-color: #1F343C;
    color: white;
    box-shadow: -5px -5px 46px #0000001A;
    border-radius: 10px;
    border: 0;
    padding: 8px 38px;
    margin: 7px 0;
    display: inline-block;
}

a.cta:hover {
    background-color: #ffffff;
    color: #1F343C;
    /* box-shadow: -5px -5px 46px #0000001A; */
    border:1px solid #1F343C;
    text-decoration: none;
}

.btn:hover {
    background-color: #ffffff;
    color: #1F343C;
    box-shadow: -5px -5px 46px #0000001A;
   border:1px solid #1F343C;
   text-decoration: none;
}
.bg-gray {
    background: #ECECEC;
}

section.padding {
    padding: 5em 0;
    position: relative;
    overflow: hidden;
}

.title {
    margin-bottom: 40px;
}

.team-bio h2 {
    margin-bottom: 19px;
}
.team-pic img {
    border-radius: 12px;
}
.team-bio h4 {
    margin: 0;
}
.team a.nav-link.active {
    background-color: #2B88E5;
    border-radius: 8px;
}

.team a.nav-link {
    background: #dedede;
    margin: 5px;
    width: 92px;
    text-align: center;
}

.team a.nav-link {}
.circle {
    width: 162px;
    height: 162px;
    background-color: #2B88E5;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
}
.team-bio span {
    color: #2B88E5;
}
.c-left {
    left: -127px;
    top: 40%;
}

.c-right {
    right: -117px;
    top: 40%;
}
video {
    border-radius: 12px;
}

.carousel-control-prev {
    left: -11%;
}
.carousel-control-next {
    right: -11%;
}
.bg-blue {
    background-color: #2B88E5;
}

.bg-blue .title {
    color: white;
    margin: auto;
}
.owl-testi .item {
    padding: 4%;
    background: white;
    margin: auto;
    box-shadow: 0px 3px 46px #00000042;
    border-radius: 10px;
    /* transition: width 2s, height 2s, transform 2s; */
}
.owl-item {
    opacity: 0.3;
    transition: width 1s, height 1s, transform 1s;
}

.owl-item.active {
    opacity: 1 !important;
    transform: scale(1.2,1.2) !important;
    z-index:99999;
 
}
.owl-stage-outer {
    padding: 85px 0;
}
.owl-stage-outer {
    padding: 85px 0;
}
section.testi {
    padding-bottom: 2em;
}
.owl-carousel .owl-item img {
    display: inline !important;
}


footer {
    padding: 5em 0 0;
    background: #1F343C;
    color: white;
}

footer ul li {
    list-style: none;
    margin-bottom: 10px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li img {
    width: 30px;
    margin-right: 10px;
}

footer ul.contact li img {
    width: 13px;
}

footer a {
    color: white;
}
ul.social li {
    display: inline-block !important;
}
footer p strong {
    font-size: 20px;
    margin-bottom: 20px;
}
.f-bottom {
    padding: 1em;
    text-align: center;
}

hr {
    width: 70%;
    color: white;
    background: white;
    opacity: 0.5;
}
button.owl-prev {
    position: absolute;
    top: 40%;
    left: 4%;
}
button.owl-next {
    position: absolute;
    top: 40%;
    right: 4%;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background:unset !important;
}
footer a:hover {
    color: #007bff;
    text-decoration: none;
}

.bottom-cta {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    background: #1f343c !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #feffff !important;
}






@media (max-width: 1920px) {}
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {
	section.banner h1 {
    /* font-size: 2.7em; */
}
}
@media (max-width: 1280px) {
	header {
    padding: 10px 15px;
     
}
	.banner {
    /* background-position: 128% 36%; */
}
	.banner h1 {
    /* font-size: 2.5em !important; */
}
	.banner h3{
		/* font-size: 1.5em; */
	}
}

@media (max-width: 1199px) {
	.banner {
    /* background-position: 168% 36% !important; */
}
	
}
@media (max-width: 1080px) {
	section.padding {
    padding: 4em 0;
   
}
		.banner {
    /* background-position: 188% 36%; */
}
	.banner h1 {
    /* font-size: 2em !important; */
}
	.banner h3{
		/* font-size: 1.2em; */
	}
}
@media (max-width: 1023px) {}
@media (max-width: 990px) {
	section.banner h1 {
      font-size: 2.1em;
      margin-bottom: 10px;
}
	.banner h3 {
      font-size: 1.4em;
      margin-bottom: 30px !important;
}

	button.owl-prev {
    left: -1%;
}
button.owl-next {
    right: -1%;
}
	.brand-logo img {
    width: 250px;
}
	section.padding {
    padding: 3em 0;
}
	header {
    background: white;
		padding: 15px 0
}
	.banner-content h5 {
    color: white;
}
	.banner-content {
    /* background: rgb(255 255 255 / 74%); */
    /* padding: 20px; */
    /* border-radius: 13px; */
}
header{
	padding: 5px 0;
}
	.banner h1 {
     color: white;
}
	.banner h3{
		color: white !important;
	}
	.banner ul li{
		color: white;
		font-size: 1em;
		margin-bottom: 15px;
	}
	.banner {
    background: none;
    padding: 0em 0em 3em;
    margin: 10px 20px 20px 20px !important;
}
	section.banner.tab-banner {
    background-image: url(../images/banner.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
		 
    padding: 7em 0em 3em;
}
	section.banner.no-bg {
    /* background: #2B88E5; */
    /* padding: 0em 0 3em; */
    /* background-size: contain; */
}
.lead-form{margin-top:0;background: white;color: unset;text-align: center;}
}
@media (max-width: 800px) {}
@media (max-width: 768px) {
	
}
@media (min-width: 767px) {}
@media (max-width: 767px) {
	section.banner {
    background-image: url(../images/banner-tab.jpg);}
	section.banner h1 {
      /* font-size: 2.5em; */
      margin-bottom: 10px;
}
	.banner h3 {
      font-size: 1.8em;
      margin-bottom: 30px !important;
}

	.banner ul li {
    font-size: 1.1em;
    margin-bottom: 15px;
}
	.cta {
		padding: 6px 13px !important;
		margin: 0 !important;
	}
	.brand-logo img {
    width: 177px;
    margin-top: 8px;
}
	
	.display-cta {
    /* padding: 12px; */
    display: block;
    background: #2B88E5;
    /* text-align: center; */
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999999999;
}

.display-cta a {
    color: white;
    font-size: 1em;
    width: 100%;
    padding: 12px;
    text-align: center;
    display: inline-block;
}
	a.call-cta {
    display: none;
}
	a.appoint {
    /* width: 50%; */
    /* display: inline-block; */
    background: #2B88E5;
}

a.call {
    background: #1F343C;
}
	.owl-stage-outer {
    padding: 46px 0;
}
	.owl-testi .item .tp{
    min-height: 218px;
}
	.owl-item.active {
    transform: scale(1,1) !important;
}

	h2 {
    font-size: 2rem;
}
	.team-pic {
    margin-bottom: 40px;
}
	video {
    margin-top: 50px;
}
	section.padding {
    padding: 3em 0;
}
	section.banner.tab-banner {
    background: none;
}
		.lead-form{margin-top:2em;/* background: rgb(255 255 255 / 53%); */}}
@media (max-width: 576px) {
	.banner {
     margin: 0 !important;
     border-radius: 0 !important;
     padding: 3em 0em 3em !important;
	}
		.banner h3 {
    font-size: 1.2em;
    margin-bottom: 30px !important;

}
.banner ul li {
    font-size: 1em;
    margin-bottom: 5px;
}

	.owl-item.active {
    
    transform: scale(1,1) !important;
    
}
	.owl-stage-outer {
    padding: 35px 0;
}
	div#demo {
    padding: 0 4em;
}
	.circle{
		display: none
	}
	.carousel-control-prev {
    left: -4%;
}
	.carousel-control-next {
    right: -4%;
}
	
}
@media (max-width: 480px) {}
@media (max-width: 414px) {}
@media (max-width: 383px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}
@media (max-width: 320px) {}
































































