.btn-default{
	position: relative;
    display: inline-block;
    background: rgba(0, 89, 147, 1);
	border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
	line-height: 1em;
    text-transform: capitalize;
    color: white;
    padding: 14px 30px 14px 30px;
    border: none;
    overflow: hidden;
	transition: all 0.4s ease-in-out;
    z-index: 0;
    display:inline-flex;
    gap:6px;
    align-items: center;
}

.btn-default:hover{
	color: #fff;
}

.btn-default:hover:before{
	filter: brightness(0) invert(1);
}

.btn-default::after{
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: auto;
	right: 0;
    bottom: 0;
	width: 0;
	height: 100%;
    background: #133D3C;
	border-radius: 0;
    transition: 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}

/* Footer Three */

.footer-style_three{
	position:relative;
	padding-bottom:60px;
	margin-left:20px;
	margin-right: 20px;
}

.footer-style_three-bg{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:20px;
	border-radius:20px;
	background-color: rgba(0, 89, 147, 1);
}

.footer-style_three .widgets-section{
	position:relative;
	padding:100px 0px 60px;
}

.footer-three_column{
	position:relative;
	margin-bottom:30px;
}

.footer-three_logo{
	position:relative;
	margin-bottom:15px;
}
.footer-contact{
    margin-bottom: 30px;
}
.social-wrap .icon i{
    color: #fff;
}
.footer-three_text{
	position:relative;
	font-size:16px;
	line-height:28px;
	margin-bottom:50px;
	color:rgb(255,255,255);
}
.footer-contact a{
    color:rgb(255,255,255);
    font-size: 16px;
    font-weight: 500;
}
.footer-contact i{
    color: #fff;
}

.footer-three_location-title{
	position:relative;
	font-size:24px;
	font-weight:600;
	color:rgb(255,255,255);
	font-family: "Outfit", serif;
}

.footer-three_location-text{
	position:relative;
	font-size:16px;
	line-height:28px;
	margin-top:15px;
	color:rgb(255,255,255);
}

.footer-three_title{
	font-weight:600;
	margin-bottom:30px;
	color:rgb(255,255,255);
    font-size: 1.3rem;
}

.footer-style_three .gallery-widget .instagram-block_one{
	width:33.333%;
	display:flex;
	padding:0px 5px;
	margin-bottom:10px;
}

.footer-style_three .gallery-widget .instagram-block_one i img{
	width:24px;
}

.footer-style_three .gallery-outer{
	position:relative;
	margin-bottom:15px;
}

.footer-three_widget.links-widget{
	padding-left:50px;
}

.footer-three_list{
	position:relative;
	margin-top:25px;
}

.footer-three_list li{
	position:relative;
	margin-bottom:18px;
}

.footer-three_list li a:hover{
	color:#15C1EC;
}

.footer-three_list li a{
	position:relative;
	font-size:1rem;
	color: rgb(255,255,255);
}

.footer-three_appointment-title{
	position:relative;
	font-size:28px;
	line-height:38px;
	font-weight:600;
	color: rgb(255,255,255);
}

.footer-three_appointment-subtitle{
	position:relative;
	margin-top:15px;
	font-size:20px;
	font-weight:700;
	color:#15C1EC;
	font-family: "Outfit", serif;
}

.footer-three_appointment-text{
	position:relative;
	font-size:16px;
	line-height:28px;
	margin-top:15px;
	color:rgb(255,255,255);
}


.footer-three_socials{
	position:relative;
}

.footer-three_socials a{
	position:relative;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color:rgb(255,255,255);
}

.footer-three_socials a:hover{
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.footer-three_bottom{
	position:relative;
	padding:20px 10px;
	border-radius:50px;
	text-align:center;
	background-color:rgba(255,255,255, 0.07);
}

.footer-three_copyright{
	position:relative;
	font-size:16px;
	color:rgb(255,255,255);
}
/* Newsletter Box */

.newsletter-box{
    position: relative;
	margin-top:30px;
	margin-bottom:50px;
}

.newsletter-box .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.newsletter-box .form-group input[type="text"],
.newsletter-box .form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    display: block;
    height: 64px;
    width: 100%;
	border-radius: 50px;
    box-shadow: inherit;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 10px 30px;
    color:#fff;
    background: rgba(255,255,255, 0.05);
}

.newsletter-box .form-group button {
    position: absolute;
    right: 20px;
    top: 5px;
	bottom: 5px;
    font-weight: 500;
    padding: 14px 30px;
	text-align: center;
    display: inline-block;
    font-size: 20px;
    background:none;
	color: rgba(255,255,255, 1);
}
.entry_date{
    font-size: 13px;
}
.optech-thumb {
    z-index: 0;
    position: relative;
}
@media (max-width: 767px) {
    .optech-thumb {
        margin-bottom: 40px;
    }
}
.optech-thumb-position {
    position: absolute;
    width: 64%;
    bottom: -100px;
    right: -120px;
}
@media (max-width: 991px) {
    .optech-thumb-position {
        bottom: -75px;
        right: -34px;
        width: 40%;
    }
}
@media (max-width: 767px) {
    .optech-thumb-position {
        display: none;
    }
}
.optech-thumb-position2 {
    position: absolute;
    width: 69%;
    bottom: -100px;
    left: -90px;
}
@media (max-width: 991px) {
    .optech-thumb-position2 {
        bottom: -75px;
        left: -30px;
        width: 40%;
    }
}
@media (max-width: 767px) {
    .optech-thumb-position2 {
        display: none;
    }
}
.optech-thumb-position3 {
    position: absolute;
    width: 64%;
    bottom: -100px;
    left: -120px;
}
@media (max-width: 1230px) {
    .optech-thumb-position3 {
        left: -80px;
    }
}
@media (max-width: 991px) {
    .optech-thumb-position3 {
        bottom: -75px;
        left: 0;
        width: 40%;
    }
}
@media (max-width: 767px) {
    .optech-thumb-position3 {
        display: none;
    }
}
.extra-mr {
    margin-right: 150px;
}
@media (max-width: 1399px) {
    .extra-mr {
        margin-right: 115px;
    }
}
@media (max-width: 991px) {
    .extra-mr {
        margin-right: 0;
        margin-bottom: 115px;
    }
}
@media (max-width: 767px) {
    .extra-mr {
        margin-right: 0;
        margin-bottom: 40px;
    }
}
.extra-ml {
    margin-left: 135px;
}
@media (max-width: 1399px) {
    .extra-ml {
        margin-left: 130px;
    }
}
@media (max-width: 1199px) {
    .extra-ml {
        margin-left: 115px;
    }
}
@media (max-width: 991px) {
    .extra-ml {
        margin-left: 0;
        margin-bottom: 115px;
    }
}
@media (max-width: 767px) {
    .extra-ml {
        margin-left: 0;
        margin-bottom: 40px;
    }
}
.extra-ml2 {
    margin-left: 125px;
}
@media (max-width: 1399px) {
    .extra-ml2 {
        margin-left: 70px;
    }
}
@media (max-width: 991px) {
    .extra-ml2 {
        margin-left: 0;
        margin-bottom: 115px;
    }
}
@media (max-width: 767px) {
    .extra-ml2 {
        margin-left: 0;
        margin-bottom: 40px;
    }
}
.optech-shape1 {
    position: absolute;
    top: 70px;
    right: -82px;
    z-index: -1;
}
@media (max-width: 991px) {
    .optech-shape1 {
        display: none;
    }
}
.optech-shape2 {
    position: absolute;
    bottom: -92px;
    left: 200px;
    z-index: -1;
}
@media (max-width: 991px) {
    .optech-shape2 {
        display: none;
    }
}
.ml40 {
    margin-left: 40px;
}
@media (max-width: 991px) {
    .ml40 {
        margin-left: 0;
    }
}
.tg-section-subtitle{
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(0, 89, 147, 1);
}
.tg-chose-section-title p{
    font-size: .875rem;
}

.bg-section {
    background-color: #f5f6f7;
    border-radius: 20px;
    margin: 0 20px;
    
}

.mtfeature__border {
    border: 1px solid #EDEDED;
    padding: 40px;
    border-radius: 12px;
}
.mtfeature__content h3{
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}
.mtfeature__content p{
    font-size: .875rem;
}
.mr-40{
    margin-right: 40px;
}

/************************************/
/*** 	   Our FAQs css	      ***/
/************************************/

.our-faqs{
	padding: 100px 0;
}

.faqs-content{
	position: sticky;
	top: 30px;
}

.page-cta-box{
	max-width: 400px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.page-cta-content{
	padding: 30px;
}

.page-cta-content h3{
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4em;
}

.page-cta-content p{
	margin: 15px 0 0;
}

.page-cta-contact-item{
	display: flex;
	align-items: center;
	gap: 15px;
	background: rgba(0, 89, 147, 1);
	padding: 15px 30px;
}

.page-cta-contact-item .icon-box img{
	max-width: 20px;
}

.page-cta-contact-content p{
	color: #fff;
	margin: 0;
}

.page-cta-contact-content p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.page-cta-contact-content p a:hover{
	color: var(--accent-color);
}

.faq-accordion .accordion-item{
	background: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
    padding: 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.faq-accordion .accordion-item:last-child{
	margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.333em;
	background-color: transparent;
	color: rgba(0, 89, 147, 1);
    padding: 18px 50px 18px 24px;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed){
   background-color: rgba(0, 89, 147, 1);
   color: #fff;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\f068';
	font-family: "Font Awesome 7 Free";
	position: absolute;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\f067';
	color: rgba(0, 89, 147, 1);
}

.faq-accordion .accordion-item .accordion-body{
	padding: 18px 24px;
}

.faq-accordion .accordion-item .accordion-body p{
    color: var(--text-color);
	margin: 0;
}
.hero-block.img-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.hero-block.content-overlay {
    min-height: 680px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.hero-block.img-bg-grad-darker::before {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.25) 75%);
}
.hero-block.img-bg::before{
    content: "";
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.hero-block .hero-content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 750px 100px;
}

.hero-block .hero-content-wrap .hero-content {
    width: 100%;
}
.hero-block {
    z-index: 0;
    margin-bottom: 50px;
    position: relative;
}
.hero-block.img-bg .hero-content{
    z-index: 3;
    align-items: center;
    display: flex;
    height: 65vh;
}
.hero-block h1{
    color: #fff;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.5;
}

._fare{font-size: 2rem;
font-weight: 700;
line-height: 1.3;
margin-bottom:15px;
color: rgba(0, 89, 147, 1);
}
.entry-social{
    display: flex;
    align-items: center;
    gap: 7px;
}
.post-entry h6{
    font-weight: 700;
}
.post-entry p{
margin-bottom: 20px;
}
.post-entry ul,
.post-entry ol
 {
    padding-left: 20px;
    margin: 0;
}
.post-entry ul li {
    margin-bottom: 10px;
    line-height: 1.3em;
    list-style-type: disc;
}
.post-entry ol li {
    margin-bottom: 10px;
    line-height: 1.3em;
    list-style-type:decimal;
}

h4.collection_name.link {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.widget-collection .collection_count p{
   -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.tpmap__wrapper iframe {
    height: 480px;
    width: 100%;
}
.canvas-mb {
  width: 100% !important;
  max-width: min(90%, 320px);
  border-right: 0 !important;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.canvas-mb .mb-canvas-content {
  padding-top: 60px;
  min-width: 100%;
  max-width: min(90%, 320px);
  grid-auto-rows: minmax(0, 1fr) auto;
  isolation: isolate;
  height: 100%;
  width: 100%;
  display: grid;
  align-content: start;
}
.canvas-mb .mb-body {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  overscroll-behavior-y: contain;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.canvas-mb .icon-close-popup {
  position: absolute;
  font-size: 16px;
  z-index: 3;
  top: 15px;
  left: 15px;
  background-color: transparent;
  border: none;
  height: 30px;
  width: 30px;
  padding: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--dark);
}
.canvas-mb .mb-bottom .site-nav-icon {
  margin-bottom: 18px;
}
.canvas-mb .mb-canvas-content .sub-nav-menu{
    padding-left: 0;
    margin-left: 0;
    border: 0;
}
.canvas-mb .mb-canvas-content .nav-ul-mb .nav-mb-item:not(:last-child) {
    border-bottom: 1px solid var(--line);
}
.canvas-mb .mb-canvas-content .mb-menu-link{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}