@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*** GENERIC CSS ***/
html,body {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: 'Brandon_reg';
    color: #555555;
}


@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon_reg';
    src: url('../fonts/Brandon_reg.eot');
    src: url('../fonts/Brandon_reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Brandon_reg.woff2') format('woff2'),
         url('../fonts/Brandon_reg.woff') format('woff'),
         url('../fonts/Brandon_reg.ttf') format('truetype'),
         url('../fonts/Brandon_reg.svg#Brandon_reg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BryantProMedium';
    src: url('../fonts/BryantProMedium.eot');
    src: url('../fonts/BryantProMedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BryantProMedium.woff2') format('woff2'),
         url('../fonts/BryantProMedium.woff') format('woff'),
         url('../fonts/BryantProMedium.ttf') format('truetype'),
         url('../fonts/BryantProMedium.svg#BryantProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonGrotesqueLight';
    src: url('../fonts/BrandonGrotesqueLight.eot');
    src: url('../fonts/BrandonGrotesqueLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BrandonGrotesqueLight.woff2') format('woff2'),
         url('../fonts/BrandonGrotesqueLight.woff') format('woff'),
         url('../fonts/BrandonGrotesqueLight.ttf') format('truetype'),
         url('../fonts/BrandonGrotesqueLight.svg#BrandonGrotesqueLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
	font-family: 'Brandon_med';
    color: #555555;
}

a:hover {
    text-decoration: none;
    color: #24a9e2;
}

a:focus {
    text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Brandon_reg';
}

h1 {
   
}
body p {
	font-family: 'Brandon_reg';
}
h2 {
    font-size: 60px;
	font-family: 'Brandon_reg';
}

h5.title-head {
	color:#B0B0B0 !important;
	font-family: 'Brandon_med';
	font-size:15px !important;
	text-transform:uppercase;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.8;
}

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

img {
    max-width: 100%;
    height: auto;
}

.visible-xs {
    display: none;
}

.btn-default {
	background-image: linear-gradient(to right, #0db0b5 , #2499b5);
	padding:14px 70px;
	color:#fff;
	border-radius: 0px;
	min-width: 200px;
	text-transform: uppercase;
}

.btn-default:hover {
    color: #fff;
    background:#000;
}

.underlined {
    position: relative;
    display: inline-block;
}

.underlined::after {
    content:'';
    width:100px;
    background:#134db8;
    height: 4px;
    position:absolute;
    top:100%;
    left: 0%;
}

ul.list li {
    margin:0px 0px 15px 0px;
}

/*** PRELOADER ***/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #134db8;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}

@keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}

.img-rounded {
    border-radius: 15px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*** HEADER ***/


.header {
	padding:25px 0px;
}

.header p .fa {
	background:#fff;
	color:#2499b5;
	font-size:18px;
	height:30px;
	font-weight:normal;
	width:30px;
	border-radius:100%l;
	line-height:30px;
	text-align:center;
	border-radius:100%;
	margin-left:10px;
	margin-bottom:15px;
}

.navbar {
	padding:10px 0px;
}

.navbar-nav .nav-link {
	text-transform:uppercase;
	color:#000 !important;
	font-size:14px;
	text-transform:uppercase;
    font-family: 'BryantProMedium';
}

.navbar-light .navbar-brand {
    margin-top: -20px;
}


/* Banner Style */
.banner {
	background:url(../img/banner-bg.jpg) 50% 0% no-repeat;
	background-size:cover;
	margin-top:-153px;
	padding-top:65px;
	padding-bottom:65px;
}

.banner a.logo-img img {
	max-width:80%;
	margin-top:20px;
}

.banner .mt-6 {
	margin-top:150px;
}

.banner h2 {
	color:#fff;
	letter-spacing:10px;
	font-weight:300;
    font-family: 'Montserrat';
}

.light-font {
	font-family: 'BrandonGrotesqueLight' !important;
}

.banner h2 span {
	font-style:italic;
}

.banner p {
	font-size:28px;
	line-height:36px;
	color:#fff;
}

.head-line {
	background:#006072;
	padding:14px 0px;
}

.head-line p {
	font-size:20px;
	color:#fff;
}

.head-line p a {
	color:#fff;
	text-decoration:underline;
}


/* about Style */
.about {
	background:#f6f0e8 url(../img/icon-1.png) bottom left no-repeat;
	padding:55px 0px;
}

.about h3 {
	color:#2499b5;
	font-size:38px;
	line-height:46px;
	font-family: 'BrandonGrotesqueLight';
}

.about .head-content {
	background:url(../img/bg-1.png) 50% 50% no-repeat;
	background-size:100% 100%;
	font-size:32px;
	line-height:42px;
	color:#fff;
	padding:10px 50px;
}

.about p {
	color:#333333;
	font-size:19px;
	line-height:26px;
}

.about .card-header {
	border:none;
	background:none;
	padding:0px;
	box-shadow:none;
	border-radius:0px;
}

.about .card-header button{
	border-radius:0px;
	color:#2499B5;
	font-size:24px;
	text-decoration:none;
	position:relative;
}

.about .card-header button:before {
	content:'>';
	position:absolute;
	top:5px;
	right:10px;
	color:#2499B5;
	font-size:24px;
}

.about .card-header button:focus {
	box-shadow:none;
	border-radius:0px;
}

.about .card-body {
	font-size:18px;
}

.about .card {
	border:none;
	background:#fff;
	margin-bottom:10px;
	border-radius:0px;
}

/* membership Style */
.membership {
	padding-bottom:50px;
}

.membership .owl-carousel .owl-item img {
	width:auto;
}

.membership .owl-carousel .item  {
	text-align:center;
}

.membership .owl-carousel .item a  {
	display:inline-block;
}

.membership .owl-dots {
	display:none;
}

.membership figure {
	position:relative;
}

.membership h3 span {
	font-size:30px;
	color:#fff;
	background:url(../img/sm-bg.png) 50% 50% no-repeat;
	line-height:76px;
	display:inline-block;
	width:460px;
	text-align:right;
	padding-right:50px;
	position:absolute;
	top:40px;
	left:-70px;
}

.membership h5 {
	font-size:27px;
	color:#2499b5;
}

.membership p {
	color:#333333;
	font-size:19px;
	line-height:28px;
	margin-bottom:20px;
}

.full-width {
	width:100%;
}

.newsletter {
	background:url(../img/bg-3.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:20px 0px;
	position:relative;
}

.newsletter:after {
	content:'';
	position:absolute;
	top:-20px;
	right:85px;
	width:174px;
	height:169px;
	background:url(../img/profile.png) 0% 0% no-repeat;
}

.newsletter:before {
	content:'';
	position:absolute;
	top:0%;
	left:0px;
	width:174px;
	height:100%;
	background:url(../img/icon-2.png) 50% 50% no-repeat;
}


.white-c {
	color:#fff !important;
}

.newsletter h4 {
	font-size:26px;
	color:#fff;
	margin-bottom:10px;
}

.newsletter input.form-control {
	border:none;
	border-radius:0px;
	height:42px;
	color:#b3b3b3;
	font-size:21px;
}

.newsletter button {
	width:100%;
	border-radius:0px;
	height:42px;
	border:none;
	background:#0db0b5;
	line-height:42px;
	padding:0px;
	color:#fff;
	font-size:21px;
	border:1px solid #fff;
}

.p-relative {
	position:relative;
	z-index:99999;
}

.specialities {
	padding:50px 0px;
	background:#f6f0e8;
}

.specialities h3 {
    font-size:24px;
    color: #2499b5;
	margin-top:20px;
	margin-bottom:80px;
}

.specialities .card {
	border:none;
	background:none;
}

.specialities h2 {
	background:#fff;
	margin:0px;
	padding:10px 15px;
}

.specialities h2 span {
	border:none;
	font-size:26px;
	float:left;
    color: #2499b5;
}

.specialities h2 span img {
	height:80px;
	margin-right:10px;
}

.specialities .card-body {
	color:#333333;
	font-size:19px;
	line-height:26px;
	background:#fff;
	padding:20px 30px;
	margin-top:15px;
}

.testimonials {
	padding:40px 0px;
}

.testimonials p {
	color:#6b6b6b;
	font-size:26px;
	font-family: 'BrandonGrotesqueLight';
	line-height:36px;
	margin:25px 0px;
}

.testimonials h6 {
	font-size:16px;
}

.testimonials .owl-nav {
	position: absolute;
	top:30%;
	width:100%;
}

.testimonials .owl-prev {
	background:url(../img/left-arrow.png) left 50% no-repeat !important;
	height:48px;
	width:25px;
	left: -8%;
	position: absolute;
}

.testimonials .owl-next {
	background:url(../img/right-arrow.png) right 50% no-repeat !important;
	height:48px;
	width:25px;
	right: -8%;
	position: absolute;
}

.testimonials .owl-nav span {
	display:none;
}

.contact-form {
	background-image: linear-gradient(to right, #0db0b5 , #2499b5);
	padding-top:25px;
	padding-bottom:50px;
}

.contact-form h2 {
	color:#fff;
	font-size:70px;
}

.contact-form p {
	color:#fff;
	font-size:21px;
	margin-bottom:30px;
}

.form-row {
	padding:7px 0px;
}

.contact-form input.form-control {
	border:none;
	border-radius:0px;
	height:60px;
	color:#b3b3b3;
	font-size:21px;
}


.contact-form textarea.form-control {
	border:none;
	border-radius:0px;
	height:230px;
	color:#b3b3b3;
	font-size:21px;
	resize:none;
}

.contact-form button {
	border:1px solid #fff;
	background:none;
	border-radius:0px;
	font-size:15px;
	padding:0px 70px;
	line-height:50px;
	color:#fff;
}


.contact-form label {
	font-size:17px;
	color:#fff;
	font-weight:normal;
}

.company-services {
	padding:50px 0px;
}

.company-services h3 {
	color:#2499b5;
	font-size:40px;
	line-height:46px;
	margin-top:30px;
}

.footer {
	background:#006072;
	padding-top:40px;
	padding-bottom:10px;
}

.footer h4 {
	font-size:26px;
	color:#02afaa;
	margin-bottom:20px;
}

.footer input.form-control {
	border:none;
	border-radius:0px;
	height:42px;
	color:#b3b3b3;
	font-size:21px;
}

.footer button {
	width:100%;
	border-radius:0px;
	height:42px;
	border:none;
	background:#02afaa;
	line-height:42px;
	padding:0px;
	color:#fff;
	font-size:21px;
}

.footer ul {
	padding-left:0px;
	margin-bottom:0px;
}

.footer ul li {
	list-style:none;
	display:inline-block;
	border-right:1px solid #fff;
	padding:0px 10px;
	line-height:16px;
}

.footer ul li.border-none {
	border:none !important;
}

.footer ul li a {
	color:#fff;
	letter-spacing:2px;
}
.footer ul li a .fa {
	background: #fff;
    color: #006072;
    font-size: 16px;
    height:26px;
    font-weight: normal;
    width: 26px;
    border-radius: 100%;
    line-height:26px;
    text-align: center;
    border-radius: 100%;
    margin-left:0px;
    margin-bottom: 15px;
}

.footer p {
	font-size:13px;
	color:#fff;
	font-family: 'BrandonGrotesqueLight';
}

.footer p a {
	font-size:13px;
	color:#fff;
	font-family: 'BrandonGrotesqueLight';
}

.footer p span {
	color:#fff;
	font-family: 'BrandonGrotesqueLight';
	margin:0px 5px;
}