
body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden;
}


.site-container {
	max-width: 1200px;
	margin: auto;
	display: block;
    padding: 0 15px;
}
.container1200 {
    max-width: 1200px;
    margin: auto;
}
.container1100 {
    max-width: 1100px;
    margin: auto;
}
.container1000 {
    max-width: 1000px;
    margin: auto;
}
.container800 {
    max-width: 800px;
    margin: auto;
}


.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d( -50%, -50%, 0);
    -moz-transform: translate3d( -50%, -50%, 0);
    -ms-transform: translate3d( -50%, -50%, 0);
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d( -50%, -50%, 0);
    -moz-transform: translate3d( -50%, -50%, 0);
    -ms-transform: translate3d( -50%, -50%, 0);
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.image-half img,
.img-half img,
.half-img img,
.half-image img {
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}  

a {
    color: #081158;
}         

h1 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: bold;
    margin: 30px 0;
    text-align: center;
    color: #081158;
}
h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: bold;
    margin: 25px 0;
    text-align: center;
    color: #081158;
}
h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    color: #081158;
}
h4 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    margin: 15px 0;
}


p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}

ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three li{
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}


ol, ul {
    margin-bottom: 15px;
    display: flow-root;
}



.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: #081158;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}
.buttons-center a:focus,
.buttons-center a:hover {
    background: #003;
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: #081158;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
}
.default-button:focus,
.default-button:hover {
    background: #003;
    text-decoration: none;
    color: #fff;
}

img.img-full {
    width: 100%;
    height: auto;
}


.header {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    z-index: 9999;
    position: relative;
}
.header .logo {
    display: inline-block;
    float: left;
} 
.header .logo img {
    max-width: 250px;
    height: auto;
} 
.header .menu-right {
    display: inline-block;
    float: right;
    padding-top: 3px;
}
.header .menu-right .phone {
    display: inline-block;
    padding-top: 5px;
    float: left;
}
.header .menu-right .phone a {
    font-size: 22px;
    font-weight: bold;
}
.header .menu-right .phone a i {
    font-size: 18px;
}
.header .menu-right .book-btn {
    display: inline-block;
    background: #081158;
    color: #fff;
    margin: 0 25px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 8px;
}
.header .menu-right .book-btn:hover {
    background: #003;
    text-decoration: none;
    color: #fff;
}
.header .menu-right .open-menu {
    display: inline-block;    
    float: right;
    margin-top: 5px;
    cursor: pointer;
}
.header .menu-right .open-menu i {
    font-size: 35px;
}
.header .menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000081;
    z-index: 9999;
    width: 300px;
    overflow: auto;
}
.header .close-menu {
    margin-bottom: 10px;
    cursor: pointer;
}
.header .close-menu i {
    color: #fff;
    padding: 10px;
    opacity: 0.5;
}
.header .close-menu i:hover {
    opacity: 1;
}
.header .menu ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.header .menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 20px;
}
.header .menu ul li a {
    color: #fff;
    display: block;
}
.header .menu ul li p {
    color: #fff;
    margin: 0;
    cursor: pointer;
}
.header .menu ul li p i {
    font-size: 16px;
    margin-left: 5px;
}
.header .menu ul li ul {
    display: none;
}
.header .menu ul li ul li {
    margin-bottom: 10px;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 999;
    display: none;
}


footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background: #081158;
    color: #fff;
    margin-top: 50px;
}
body.homepage footer {
    margin: 0;
}
footer .newsletter {
    margin-bottom: 30px;
    text-align: center;
}
footer .newsletter h4 {
    font-size: 18px;
}
footer .newsletter form {
    display: inline-block;
}
footer .newsletter form input {
    background: #ddd;
    border: 0;
    font-size: 17px;
    color: #000;
    padding: 10px;
    height: 45px;
    float: left;
    margin-right: 5px;
}
footer .newsletter form button {
    background: #000;
    border: 0;
    padding: 10px 20px;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
}
footer .newsletter form button:hover {
    background: #353535;
}

footer p {
    line-height: 1.5;
}
footer .links {
    margin: 10px 0;
}
footer .links a {
    display: inline-block;
    margin : 10px;
    color: #fff;
}
footer .links a i {
    font-size: smaller;
    margin-right: 5px;
}
footer .social-media {
    display: inline-block;
    width: 100%;
}
footer .social-media a {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    padding: 5px;
    margin: 10px;
}
footer .social-media a:hover {
    color: #9c9c9c;
}
footer p.copyright {
    margin: 10px 0;
}



.hp-top-video {
    display: inline-block;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
}
.hp-top-video video {
    width: 100%;
    height: auto;
}
.hp-top-video .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgb(0 0 0 / 40%);
    color: #fff;

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.hp-top-video .text-overlay h1 {
    font-size: 60px;
    margin: 30px 0;
    color: #fff;
}
.hp-top-video .text-overlay h3 {
    color: #fff;
}
.hp-top-video .text-overlay a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    color: #000;
}
.hp-top-video .text-overlay a:hover {
    background: #000;
    color: #fff;
}



.light-blue-bg {
    background: #CCE6E6;
}
.blue-bg {
    background: #081158;
}


.what-we-do {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
} 


.services-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px 0;
}
.services-list .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    /*align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.services-list .item {
    text-align: center;
    margin: 20px 0 30px;
}
.services-list .item .image {
    overflow: hidden;
    border-radius: 50%;
}
.services-list .item img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.services-list .item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.services-list .item h4 {
    color: #081158;
    font-size: 22px;
    margin: 8px 0;
    font-weight: 700;
}


#service_top_gallery {
/*    height: 90vh;*/
    overflow: hidden;
}
#service_top_gallery .carousel-inner .item img {
    width: 100%;
    height: auto;
}
#service_top_gallery .carousel-control {
    width: 10%;
}
#service_top_gallery .carousel-control span {
    top: 30%;
}
#service_top_gallery ol.carousel-indicators {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}
#service_top_gallery ol.carousel-indicators li {
    position: relative;
    width: 20%;
    height: auto;
    float: left;
    text-indent: initial;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    padding: 2px;
}
#service_top_gallery ol.carousel-indicators li img {
    width: 100%;
    height: auto;
}
#service_top_gallery ol.carousel-indicators li.active {
    background: #1258b7;
}

.service-image-row {
    margin-bottom: 20px;
}
.service-image-row .image img {
    margin-bottom: 20px;
}

.text-section {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.text-section-blue {
    color: #fff;
    padding: 50px 0;
}
.text-section-blue h2 {
    text-align: left;
    color: #fff;
}
.text-section-blue .subtitle {
    text-transform: uppercase;
}
.text-section-blue a.default-button {
    background: #fff;
    color: #081158;
}
.text-section-blue a.default-button:hover {
    background: #000;
    color: #fff;
}


.row.flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.row.flex.image-right {
    flex-direction: row-reverse;
}


.bell-beautifull {
    display: inline-block;
    width: 100%;
    padding: 250px 0;
    background: url(../images/Bella-Luna-Yacht-full-moon_1.jpg) center center no-repeat;
    background-size: cover;
}
.bell-beautifull h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
}

.insta-images {
    float: left;
}
.social-media-links-line {
    text-align: center;
}
.social-media-links-line a {
    font-size: 20px;
    font-weight: bold;
    margin: 25px;
    display: inline-block;
}
.social-media-links-line a i {
    background: #081158;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
}


.images-carousel {
    position: relative;
    display: inline-block;
    width: 100%;
}
.images-carousel .flex-direction-nav {
    top: 45%;
    position: absolute;
    left: 0;
    right: 0;
}
.images-carousel .flex-direction-nav i {
    font-size: 30px;
    padding: 5px;
    cursor: pointer;
}
.images-carousel .flex-direction-nav .flex-prev {
    margin-left: -40px;
    float: left;
}
.images-carousel .flex-direction-nav .flex-next {
    margin-right: -40px;
    float: right;
}
.images-carousel .item img {
    border-radius: 10px;
}


.default-text {
    padding-bottom: 50px;
    min-height: 300px;
}


/*faqs page*/

.faq-content {
    padding-bottom: 50px;
}

.general-accordion .panel-default {
    margin-bottom: 15px;
} 
.general-accordion .panel-heading {
    padding: 0;
} 
.general-accordion .panel-heading .panel-title a {
    font-size: 18px;
    font-weight: bold;
    color: #081158;
    padding: 12px;
    display: block;
} 
.general-accordion .panel-heading .panel-title a i {
    float: right;
} 
.general-accordion .panel-heading .panel-title a.collapsed i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
} 


/*contact page*/
.contact-form {
    margin-bottom: 50px;
}
.contact-text {
    margin: 30px 0;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form .form-group label {
    font-weight: 600;
}
.contact-form .form-group select,
.contact-form .form-group input {
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px;
    height: 45px;
}
.contact-form .form-group textarea {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 200px;
    font-size: 18px;
    line-height: 1.6;
    padding: 10px;
}
.contact-form .form-group label.error {
    color: red;
}



/*search page*/
.search-content {
    display: block;
    margin: auto;
    max-width: 1000px;
    min-height: 300px;
}
.search-results .result {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}   
.search-results .result .text p{
    margin-bottom: 0;
    font-size: 17px;
}
.search-results .result .text a.title{
    font-size: 19px;
    font-weight: 500;
    display: block;
    clear: both;
    margin-bottom: 5px;
}


.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 1px solid #081158;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 16px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
    border-radius: 0;
}



/*gallery page*/

.gallery .flex {
    display: inline-block;
    width: 100%;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}
.gallery .item {
    margin-bottom: 30px;
}
.gallery .item img {
    width: 100%;
    height: auto;
}


/*sitemap page*/
.sitemap-section {
    display: inline-block;   
    width: 100%;
    margin-bottom: 40px;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sitemap-section .links a {
    font-size: 18px;
    line-height: 1.5;
    padding: 5px;
    margin-bottom: 15px;
    width: 25%;
    float: left;
}
.sitemap-section .links-blog a {
    width: 50%;
}
.sitemap-section .title h4 {
    font-size: 22px;
    text-align: center;
}


.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mt10 {
    margin-top: 10px;
}

.mb30 {
    margin-bottom: 30px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb10 {
    margin-bottom: 10px;
}


.image250 {
    display: inline-block;
    width: 250px;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}



.digital-signature {
    margin: 30px 0
}
.digital-signature #sig-canvas {
    border: 2px dotted #ccc;
    border-radius: 15px;
    cursor: crosshair;
    max-width: 100%;
    height: 160px
}
.digital-signature img#sig-image {
    border: 1px solid green;
    margin-top: 15px
}


/*blog page*/

.blog-article {
    padding-bottom: 50px;
}
.posts .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.posts .item {
    margin-bottom: 50px;
}
.posts .item .image {
    overflow: hidden;
}
.posts .item .image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.5s ease;
}
.posts .item .image:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.posts .item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0;
    text-align: center;
}


/*partners page*/
.partners .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.partners .item {
    margin-bottom: 30px;
    text-align: center;
}
.partners .item a {
    display: block;
    padding: 10px;
}
.partners .item img {
    width: auto;
    height: auto;
    max-height: 150px;
    margin: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.partners .item img:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}


/*news page*/

.news .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
/*    align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.news .item {
    margin-bottom: 50px;
    text-align: center;
}
.news .item .image {
    overflow: hidden;
}
.news .item .image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news .item:hover .image img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.news .item .title {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}


.boat-different-size {
    margin: 30px 0;
}
.boat-different-size a {
    display: inline-block;
}
.boat-different-size img {
    margin: auto;
    display: block;
}


.sdbc-cts {
    text-align: center;
    padding: 10px;
}
.sdbc-cts h3 {
    margin: 15px 0;
}
.sdbc-cts a {
    margin: 10px auto;
}


/*gift card page*/
.gift-card-content canvas {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}
form#gift-card-form {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
form#gift-card-form label {
    font-weight: 500;
}
form#gift-card-form input {
    padding: 10px;
    font-size: 16px;
    height: auto;
}





@media(min-width: 1600px) {
	
	html {
	    height: 100%;
	}
	body {
	    padding-bottom: 430px;
	    position: relative;
	    margin: 0;
	    min-height: 100%;
	}
	footer {
	    margin: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    min-height: 430px;
	}
}


@media(min-width: 1200px) {
	

	.header {
	    position: fixed;
	    background: #fff;
	    top: 0;
	    left: 0;
	    right: 0;
	}
	.header.scrolled {
	    box-shadow: 1px 2px 5px #eee;
	}
	body {
	    padding-top: 70px;
	}

}	


@media(min-width: 993px) {
	
	.header {
	    position: fixed;
	    background: #fff;
	    top: 0;
	    left: 0;
	    right: 0;
	}
	body {
	    padding-top: 70px;
	}

}	


@media(max-width: 1200px) {
	#service_top_gallery {
	    height: auto;
	}
	.images-carousel .owl-carousel {
	    display: block;
	    max-width: 96%;
	    margin: auto;
	}
	.images-carousel .flex-direction-nav .flex-prev {
	    margin-left: -15px;
	}
	.images-carousel .flex-direction-nav .flex-next {
	    margin-right: -15px;
	}
	.images-carousel .flex-direction-nav i {
	    font-size: 25px;
	}

}


@media(max-width: 993px) {

	h1 {
	    font-size: 40px;
	}
	h2 {
	    font-size: 30px;
	}

	p, li {
	    font-size: 16px;
	}

	.hp-top-video .text-overlay h1 {
	    font-size: 40px;
	}
	.hp-top-video .text-overlay h3 {
	    font-size: 22px;
	}

	.services-list .item h4 {
	    font-size: 20px;
	}

	.center-tablet {
		text-align: center;
	}
	.text-section-blue.center-tablet img {
		display: block;
		margin: auto;
	}
	.text-section-blue.center-tablet .subtitle {
	    margin: 15px 0;
	}
	.text-section-blue.center-tablet h2 {
	    text-align: center;
	    margin: 20px 0;
	}

	.bell-beautifull h2 {
	    font-size: 50px;
	}
	.bell-beautifull {
	    padding: 150px 0;
	}

	footer p {
	    font-size: 16px;
	}

	.social-media-links-line a {
	    font-size: 18px;
	    margin: 20px;
	}

	.text-section {
	    padding: 20px 0;
	}

	h1 + .text-section:first-child,
	h1 + div > .text-section:first-child {
	    padding-top: 0;
	}

	.col-xs-12 img.img-full {
	    margin-bottom: 15px;
	}

	.sitemap-section .links a {
	    font-size: 16px;
	    width: 33%;
	}
	.sitemap-section .links-blog a {
	    width: 50%;
	}
	.sitemap-section .title h4 {
	    font-size: 20px;
	}

	.video-half,
	.half-video {
	    display: inline-block;
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    padding-right: 0;
	    margin-bottom: 15px;
	}

}



@media(max-width: 767px) {

	.header .logo img {
	    max-width: 200px;
	}
	.header .menu {
		width: 270px;
	}
	.header .menu ul li {
	    margin-bottom: 15px;
	}
	.header .menu-right .phone {
	    display: none;
	}
	.header .menu-right .book-btn {
	    display: none;
	}
	.header .menu-right {
		margin: 0;
	}
	.header .menu-right .open-menu {
		margin: 0;
	}
	.header .menu-right .open-menu i {
	    font-size: 30px;
	}
	.header .menu ul li a.book-button,
	.header .menu ul li a.phone {
		font-size: 18px;
		font-weight: bold;
	}
	.header .menu ul li i.fa-solid.fa-phone {
	    font-size: 14px;
	    margin-right: 5px;
	}

	p, li {
	    font-size: 16px;
	}
	h1 {
	    font-size: 30px;
	    margin: 25px 0;
	}
	h2 {
	    margin: 20px 0;
        font-size: 28px;
	}
	h3 {
	    font-size: 24px;
	}
	h4 {
	    font-size: 20px;
	}

	.default-button {
	    font-size: 15px;
	}

	.image-half, .img-half, .half-img, .half-image {
	    display: inline-block;
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    padding-right: 0;
	    margin-bottom: 10px;
	}

	.text-section-blue {
	    padding: 30px 0;
	}

	.hp-top-video .text-overlay {
	    position: relative;
	    background: none;
	    color: #fff;
	    display: block;
	    margin: 30px 0;
	}
	.hp-top-video .text-overlay h1 {
	    font-size: 25px;
	    margin: 15px 0;
	    color: #000;
	}
	.hp-top-video .text-overlay h3 {
	    color: #000;
	    font-size: 20px;
	    margin: 15px 0;
	}
	.hp-top-video .text-overlay a {
	    font-size: 17px;
	    background: #000;
	    color: #fff;
	}

	.hp-title-mobile {
	    padding: 10px 10px 30px;
	}
	.hp-title-mobile h1 {
	    font-size: 25px;
	    margin: 15px 0;
	}
	.hp-title-mobile h3 {
		font-size: 20px;
	}

	.social-media-links-line a {
	    font-size: 18px;
	    margin: 10px;
	}
	.social-media-links-line a i {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}

	.bell-beautifull {
	    padding: 80px 0;
	}
	.bell-beautifull h2 {
	    font-size: 40px;
	}

	footer {
	    padding: 20px 0;
	}
	footer .links a {
	    margin: 5px 10px;
	    color: #fff;
	}
	footer .social-media a {
	    font-size: 20px;
	    padding: 5px;
	    margin: 5px 10px;
	}

	.what-we-do {
	    padding: 10px 0;
	}

	.default-text {
	    padding-bottom: 0;
	}

	.gallery .flex {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0px;
	    -moz-column-gap: 0px;
	    column-gap: 0px;
	}
	.gallery .item {
	    margin-bottom: 15px;
	}

	.contact-form {
	    margin-bottom: 0;
	}

	.sitemap-section .title h4 {
	    font-size: 18px;
	}
	.sitemap-section .links a {
		width: 50%;
	}
	.sitemap-section .links-blog a {
	    width: 100%;
	    padding: 0;
	}

	.posts .item {
	    margin-bottom: 30px;
	}
	.posts .item .title {
	    font-size: 18px;
	}

	.service-inner h2, .service-inner h3 {
	    font-size: 22px;
	}

	.buttons-center a {
		font-size: 16px;
		margin: 5px;
	}

	.news .item .title {
    	font-size: 18px;
	}

	footer .newsletter h4 {
	    font-size: 16px;
	}
	footer .newsletter form input {
	    font-size: 16px;
	    height: 40px;
	    float: none;
	    margin: 0;
	    margin-bottom: 10px;
	    display: block;
	    width: 250px;
	}
	footer .newsletter form button {
		float: none;
	}

	.error-404 form button {
	    width: 80px;
	    font-size: 14px;
	    height: 45px;
	}
	.error-404 form input {
	    width: calc(100% - 80px);
	    height: 45px;
	    font-size: 16px;
	}

	.search-results .result .text p {
	    font-size: 15px;
	}
	.search-results .result .text a.title {
	    font-size: 17px;
	}
	.search-results h3 {
        font-size: 20px;
    }
    .search-content h4 {
	    font-size: 17px;
	}

}



@media(max-width: 450px) {
	
	h2 {
	    margin: 15px 0;
	    font-size: 22px;
        line-height: 1.4;
	}
	h3 {
	    font-size: 22px;
	}
	h4 {
	    font-size: 20px;
	}

	ol, ul {
	    padding-left: 20px;
	}

	.default-button {
	    font-size: 15px;
	}
	.services-list .item {
	    margin: 0px 0 30px;
	    width: 100%;
	}

	.text-section-blue.center-tablet .subtitle {
	    margin: 10px 0;
	}
	.text-section-blue.center-tablet h2 {
	    margin: 15px 0;
	}

	.insta-images .row .item {
	    padding: 0 5px;
	    margin: 5px 0;
	}

	.social-media-links-line a {
	    font-size: 16px;
	}

	.bell-beautifull {
	    padding: 50px 0;
	}
	.bell-beautifull h2 {
	    font-size: 30px;
	}


	.text-section {
	    padding: 15px 0;
	}

	.general-accordion .panel-heading .panel-title a {
	    font-size: 17px;
	    padding: 10px;
	}

	.contact-form .form-group label {
	    font-size: 15px;
	}
	.contact-form .form-group label.error {
	    font-size: 15px;
	}
	.contact-form .form-group select,
	.contact-form .form-group textarea,
	.contact-form .form-group input {
		font-size: 16px;
	}

	.image250 {
	    display: inline-block;
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 10px;
	}

	.sitemap-section .links a {
	    width: 100%;
	    padding: 0;
	}
	.sitemap-section {
	    margin-bottom: 0;
	}

}






























