/********** Template CSS **********/
:root {
    --primary: #fff;
    --secondary: #FFD33C;
    --light: #F3F3F3;
    --dark: #212121;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

body {
    margin: 0;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #f2f2f2;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.s-name {
	font-size: 18px;
}

.btn-outline-light {
	letter-spacing: 2px;
}

.text-align-justify {
	text-align: justify !important;
}

.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgb(143 143 143 / 50%);
}

.border-dark {
    border-color: #fff !important;
}

.ratio-9x16 {
    --bs-aspect-ratio: calc(9 / 9 * 100%);
}

p {
	letter-spacing: 1px;
	font-size: 18px;
}

.text-start span {
	color: #000;
	font-family: sans-serif;
}

.text-start span:hover {
	color: #000;
}

.text-start a:hover {
	color: #000 !important;
}

.text-walk {
	color: #564c3d;
	font-style: italic;
	font-size: 24px;
}

.background-brown {
	background: #895f2d;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 5px;
}

.ps-5 {
    padding-left: 1rem !important;
}

.bg-dark {
    background-color: #242424 !important;
}

.btn-primary {
    color: #000 !important;
    background: linear-gradient(44deg, #abecfe, #73c9f7, #247ba2);
    border: solid 1px #abecfe;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #abecfe, #73c9f7, #247ba2);
    border: solid 1px #abecfe;
}

.btn-outline-primary {
    color: #000000;
    border-color: #348ab3;
    background: linear-gradient(44deg, #247ba2, #abecfe, #247ba2);
}

.btn-outline-primary:hover {
    color: #000;
    background: linear-gradient(135deg, #abecfe, #fff, #abecfe);
    border: solid 1px #abecfe;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

a {
    color: #242424;
    text-decoration: none;
}

.text-start a {
	color: #000;
}

.text-start h6 {
	color: #121212;
}

#contact .text-start h6 {
	color: #000;
}

#contact .text-start span {
    color: #101010;
    font-family: sans-serif;
}

#contact .text-start a {
    color: #00577e;
}

#contact .text-start a:hover {
    color: #000 !important;
}

.testimonial-item h5 {
	color: #000;
}

a:hover {
    color: #e0c375;
}

.phone-footer {
	font-size: 20px;
}

.btn-light {
    color: #000;
    border-color: #247ba2;
    background: linear-gradient(44deg, #abecfe, #73c9f7, #247ba2);
}

.btn-light:hover {
    color: #000;
    background: linear-gradient(135deg, #abecfe, #73c9f7, #247ba2);
    border: solid 1px #abecfe;
}

.btn-light.booking {
    background: linear-gradient(44deg, #abecfe, #73c9f7, #247ba2);
    border: solid 1px #348ab3;
    color: #003d5a;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 12px 30px 10px 30px !important;
}

.btn-light.booking:hover {
    background: linear-gradient(-44deg, #abecfe, #73c9f7, #247ba2);
    border: solid 1px #abecfe;
}

.bg-light {
    box-shadow: 0 0 6px 0px #4b4b4b80;
    border: solid 1px #53c9ff;
    background: linear-gradient(4deg, #abecfe, #bfe9ff, #ffffff);
}

#about b {
	font-family: sans-serif;
}

#about img {
	border: solid 1px #348ab38a;
    box-shadow: 2px 2px 3px #9f9f9f80;
}

.menu-index h5 {
	color: #181818;
	font-weight: 500;
}

.menu-index a {
	color: #000 !important;
	font-family: sans-serif;
	font-size: 16px;
}

.container-fluid.bg-light.py-5 {
	background: linear-gradient(180deg, #94bfd2, #ffffff);
    border-top: solid 1px #80adc0;
    box-shadow: 0px 0px;
}

.border-primary {
    border-color: #348ab3 !important;
}

.shadow-sm {
    box-shadow: 0px 1px 5px #adadad !important;
}

.display-5.text-uppercase,
.display-5.text-uppercase.text-white.text-owner{
	/* color: #fff !important; */
	background: linear-gradient(178deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.display-5.text-uppercase.mb-0 {
	/* color: #736248 !important; */
	letter-spacing: 1.5px;
	background: linear-gradient(178deg, #007cb4, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-body {
    color: #101010 !important;
    letter-spacing: .6px;
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #313131;
    letter-spacing: 1.5px;
}

.phone {
	color: #242424 !important;
	font-size: 18px;
	font-family: sans-serif;
}

.bg-header {
	background: linear-gradient(0deg, #67b3dc, #ffffff);
}

.bg-header .text-start {
	font-size: 15px;
}

.bg-owner {
	background: linear-gradient(37deg, #f2f2f2, #f2f2f2);
}

.background-owner{
	background: #f9f8f7;
}

.footer p {
	font-family: sans-serif;
}

.foot p,
.foot ul span {
	color: #000;
}

.foot a:hover {
	color: #004e71!important;
}

.foot .border-primary {
    border-color: #348ab3 !important;
}

.nav-contact.text-white.text-owner {
    padding: 12px 20px 10px 35px !important;
    background: linear-gradient(44deg, #abecfe, #73c9f7, #247ba2);
    border: solid 1px #348ab3;
    color: #003d5a !important;
}

.nav-contact.text-white.text-owner:hover {
	padding: 12px 20px 10px 35px !important;
    background: linear-gradient(170deg, #abecfe, #73c9f7, #247ba2);
    border: solid 1px #36c0ff;
    color: #000 !important;
}

.hero-header h1,
.hero-header p {
	color: #242424 !important;
}

.text-play {
	color: #d3f5ff !important;
	text-shadow: 1px 1px 1px #15516b;
}

.text-owner {
	color: #121212 !important;
}

.text-dark {
    color: #000 !important;
}

/* POP-UP */
.carousel-control-next-pop-up, 
.carousel-control-prev-pop-up {
  top: auto;
  bottom: 50px;
  opacity: 1;
}

.carousel-control-next-pop-up {
	font-size: 40px;
	right: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-prev-pop-up {
	font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.fa-chevron-left,
.fa-chevron-right {
	font-size: 70px;
    color: #cd9700;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}


.container .text-owner {
	color: #348ab3;
}

.text-owner.text-dark {
	/* font-family: sans-serif;
	background: linear-gradient(178deg, #007cb4, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
    font-weight: 500;
    color: #000 !important;
    text-shadow: 1px 1px 1px #fff;
}

.gallery h5 {
	color: #000;
	font-size: 17px;
}

.gallery img {
	border: solid 1px #b18b48;
	border-bottom: none;
}

.navbar-light .navbar-toggler {
    color: #000;
    border-color: #0dcaf0;
    background: linear-gradient(44deg, #247ba2, #abecfe, #247ba2);
    border-radius: 8px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 1px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.navbar.py-3 {
	padding-bottom: 8px !important;
	padding-top: 8px !important;
}

.img-logo {
	height: 80px;
	width: auto;
}

.bg-light.text-center.p-4 {
	padding: 22px 16px 10px 16px !important;
}

.bg-white {
    background: linear-gradient(180deg, #e2f7ff, #ffffff);
    border: solid 1px #ade3ff;
}

.testimonial-item p {
	color: #000;
}

.bi.bi-chat-square-quote {
	color: #000 !important;
}

.btn {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    transition: .5s;
    border-radius: 50px;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 15px 10px 10px 10px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #242424;
    outline: none;
    transition: .5s;
    letter-spacing: 1px;
    border-radius: 50px;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 15px 10px 10px 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #000 !important;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        top: 0px;
        left: 50%;
        background: #000;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        /* width: 100%; */
        height: 1px;
        top: -1px;
        left: 0;
    }
    
    .nav-link.none::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    top: 0px;
    left: 50%;
    background: #ffffff00 !important;
    transition: .5s;
}
    
    .p-l {
    	padding-left: 60px;
    }
}

@media (min-width: 1024px) {
	.p-l {
    	padding-left: 20px !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
/*     .bg-owner {
	    background: linear-gradient(37deg, #0e0e0e, #252525, #212121, #232323, #000000);
	} */
	.ratio-9x16 {
	    --bs-aspect-ratio: calc(16 / 9 * 100%);
	}
	
	.text-walk {
		color: #fff;
		text-shadow: 1px 1px 1px #747474;
	}
}


@media (max-width: 450px) {
	.btn-outline-light {
	    padding: 7px 12px 5px 12px !important;
	}
}


.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #c4f2ff;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #c4f2ff;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: linear-gradient(155deg, #abecfe, #6ab1d7, #247ba2);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #c4f2ff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 20px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.service-item img{
	border: solid 1px #247ba2;
}

.service-item a i {
    position: relative;
    padding-left: 20px;
    padding-top: 2px;
    transition: .3s;
}

.service-item a:hover i {
    padding-left: 50px;
}

.service-item a i::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 62%;
    left: 10px;
    margin-top: 0px;
    background: #edd692;
    transition: .3s;
}

.service-item a:hover i::after {
    width: 50px;
}

.product-item {
    padding: 30px;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: -20px;
    opacity: 1;
}

.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.column-left{
	width: 107px;
}

.column-left1{
	width: 94px;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}


.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 30px !important;
}

/* .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
} */

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.team-carousel .owl-nav {
    position: absolute;
    width: 50px;
    height: 160px;
    top: calc(50% - 80px);
    right: 0;
    z-index: 1;
}

.justify-content-center {
	justify-content: center;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(90deg, #348ab3, #abecfe);
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover {
	 background: linear-gradient(90deg, #ffffff, #348ab3);
}
.team-carousel .owl-nav .owl-next:hover {
	background: linear-gradient(90deg, #348ab3, #fff); 
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #001b295e;
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}



.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 46px;
    top: calc(50% - 23px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #348ab3;
    background: linear-gradient(90deg, #00000000, #00000000);;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
	 background: linear-gradient(90deg, #9ee4fc, #3990b9);
}
.testimonial-carousel .owl-nav .owl-next:hover {
    background: linear-gradient(90deg, #3990b9, #9ee4fc);
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

@media (min-width: 576px) {
    .blog-item .row {
        height: 300px;
    }
}

.blog-item a i {
    position: relative;
    padding-left: 20px;
    transition: .3s;
}

.blog-item a:hover i {
    padding-left: 50px;
}

.blog-item a i::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    background: var(--primary);
    transition: .3s;
}

.bg-header .border-start {
    border-left: 1px solid #ecf5fa !important;
}
.bg-header .border-end {
    border-right: 1px solid #ecf5fa!important;
}

.blog-item a:hover i::after {
    width: 50px;
}

.description.desc {
	color: #242424;
	text-align: justify;
	font-style: italic;
	font-size: 15px;
}


@media (min-width: 430px) {
	.service-item a i::after {
	    position: absolute;
	    content: "";
	    width: 20px;
	    height: 2px;
	    top: 62%;
	    left: 10px;
	    margin-top: -3px;
	    background: #ad9590;
	    transition: .3s;
	}
}

@media (min-width: px) {
	.column-left {
	    width: 84px !important;
	}
}

@media (max-width: 768px) {
	.img-logo {
	    height: 65px !important;
	    width: auto;
	}

	.display-1 {
	    font-size: 28px;
	    font-weight: 700;
	    line-height: 1.2;
	}
	
	.hero-header {
		background: #00000040;
	}
	
	.text-owner.text-dark {
	    font-family: sans-serif;
	    background: linear-gradient(360deg, #000, #3b342b);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	    background-clip: text;
	    text-fill-color: transparent;
	    text-shadow: -1px -1px 0px #fff;
	}
	
	.hero-header h1, .hero-header p {
	    color: #fff !important;
	    /* text-shadow: 1px 1px 0px #000; */
	}
	
	.hero-header p {
	    font-size: 18px !important;
	}
}

.btn-outline-light {
    background: linear-gradient(44deg, #abecfe, #afe3ff, #247ba2);
    border: solid 1px #c4f2ff;
    color: #003d5a !important;
}

.btn-outline-light:hover {
    color: #000 !important;
    background: linear-gradient(170deg, #abecfe, #afe3ff, #247ba2);
    border: solid 1px #afe3ff;
}

.container-fluid.py-5.background-owner {
	padding: 3rem 0 !important;
}


@media (min-width: 1200px) {
	.display-1 {
	    font-size: 40px;
	}
	.display-5 {
	    font-size: 30px;
	}
	
}

@media (min-width: 1400px) {
	.service-item a i::after {
	    position: absolute;
	    content: "";
	    width: 20px;
	    height: 2px;
	    top: 48%;
	    left: 10px;
	    margin-top: 0px;
	    background: #3b7591;
	    transition: .3s;
	}
	
}

@media (min-width: 1024px) {
	.display-1 {
	    font-size: 40px;
	}
	.display-5 {
	    font-size: 29px;
	}
	.display-1 {
	    font-size: 50px;
	    font-weight: 700;
	    line-height: 1.2;
	}
	.text-size {
		font-size: 30px;
	}
	
	.hero-header .text-center p {
		font-size: 20px !important;
	}
	
}
