:root {
    --primary: #00f;
    --secondary: #8d9297;
    --light: #f8f9fa;
    --dark: #1e2b59;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0 linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0 linear 0;
    visibility: visible;
    opacity: 1;
}
.btn {
    font-weight: 500;
    transition: .5s;
}
.btn.btn-primary, .btn.btn-outline-primary:hover {
    color: #fff;
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 24px 16px;
    color: var(--light);
    font-weight: 600;
    font-size: 21px;
    outline: 0;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}
.navbar .dropdown-toggle::after {
    border: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
@media(max-width:1919.98px) {
    .navbar .navbar-nav .nav-link {
    margin-left: 20px;
    font-size: 20px;
}
}
@media(max-width:991.98px) {
    .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
}
.navbar .navbar-nav {
    border-top: 1px solid #eee;
}
}
@media(min-width:1500px) {
    .navbar-collapse {
    width: 70%}
.navbar-expand-lg .navbar-nav {
    display: flex;
    justify-content: space-between;
}
}
@media(min-width:992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    border: 0;
    margin-top: 0;
    margin-left: 40px !important;
    top: 70px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.navbar .nav-item:hover .dropdown-menu {
    visibility: visible;
    transition: .5s;
    opacity: 1;
    max-width: 500px;
    width: 257px;
    left: 0;
    padding: 0;
}
.navbar .nav-item .dropdown-menu .dropdown-item {
    border-bottom: 1px solid rgb(16 97 130 / 10%);
    padding: .55rem 1rem;
}
.navbar .nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}
}
@media(min-width:992px) and (max-width:1499px) {
    .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.navbar-collapse {
    width: 100%}
.navbar-expand-lg .navbar-nav {
    margin-left: unset !important;
    justify-content: space-between;
    width: 100%;
    display: flex;
    padding-left: 0 !important;
}
}
@media(min-width:1401px) and (max-width:1499px) {
    .navbar .nav-item .dropdown-menu {
    top: 70px;
}
}
@media(min-width:1201px) and (max-width:1401px) {
    .navbar .nav-item .dropdown-menu {
    top: 65px;
}
}
@media(min-width:992px) and (max-width:1200px) {
    .navbar .nav-item .dropdown-menu {
    top: 60px;
    margin-left: 26px !important;
}
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #1e2b59;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}
.carousel-caption h1 {
    font-family: 'Rock Salt', cursive;
    font-weight: 400 !important;
}
.carousel-control-prev, .carousel-control-next {
    width: 15%}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}
.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}
@media(max-width:768px) {
    #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
}
#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-width: 12px;
}
}
.page-header {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999;
}
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}
.facts-overlay h3 {
    font-size: 90px;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
.facts-overlay a:hover {
    color: var(--primary) !important;
}
.whitebox {
    background: #fbfbfb;
    -webkit-box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%);
    border-radius: 10px;
    padding: 20px;
}
.services-start .position-relative .facts-overlay {
    justify-content: end;
}
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
    transition: .5s;
}
.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
}
.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}
.service-item:hover .service-text * {
    color: #fff !important;
}
.appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/Pitlochry-Business-Centre-2.jpg) center center no-repeat;
    background-size: cover;
}
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}
.team-item:hover .team-text {
    width: 100%}
.team-text * {
    transition: .5s;
}
.team-item:hover .team-text * {
    letter-spacing: 2px;
}
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: var(--primary);
}


#mapid {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 1;
}
.all-word-break {
    word-break: break-all;
}
#welcomeVid {
    position: relative;
    padding-bottom: 43%;
    height: auto;
    overflow: hidden;
    max-width: 100%;
    background-attachment: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 1s;
    pointer-events: none;
}
#ytplayerHome {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media only screen and (min-width :1400px) and (max-width:2560px) {
    #ytplayerHome {
    top: -20%;
    height: 135%}
}
@media(min-width:1300px) {
    .navbar-collapse {
    padding-left: 48px;
}
}
@media only screen and (min-width :1400px) and (max-width:1499.98px) {
    .navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 24px 12px;
    margin-left: 0 !important;
    text-align: center;
}
}
@media only screen and (min-width :1300px) and (max-width:1399.98px) {
    .navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 24px 12px;
    margin-left: 0 !important;
    text-align: center;
}
}
@media only screen and (min-width :1200px) and (max-width:1299.98px) {
    nav.sticky-top .navbar-collapse {
    padding-right: 0;
}
.navbar-light .navbar-brand {
    margin-right: 36px;
}
.navbar-light .navbar-brand img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 24px 12px;
    margin-left: 0 !important;
    text-align: center;
}
}
@media only screen and (min-width :992px) and (max-width:1199.98px) {
    .topbar, .topbar small {
    font-size: 14px !important;
}
nav .navbar-collapse, nav.sticky-top .navbar-collapse {
    padding-right: 0 !important;
}
.navbar-light .navbar-brand {
    margin-right: 32px !important;
    padding-left: 0 !important;
}
.navbar-light .navbar-brand img {
    max-width: 150px;
}
.navbar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 24px 12px;
    margin-left: 0 !important;
    text-align: center;
}
}
@media only screen and (min-width :1200px) and (max-width:1800px) {
    .facts-overlay h3 {
    font-size: 48px;
}
.facts-overlay h4 {
    font-size: 22px;
    margin-bottom: 12px;
}

.services-start .facts-overlay h2 {
    font-size: 36px;
    margin-bottom: 12px;
}

.facts-overlay p {
    font-size: 16px;
}
}
@media only screen and (min-width :992px) and (max-width:1199px) {
    .facts-overlay h3 {
    font-size: 42px;
}
.facts-overlay h4 {
    font-size: 22px;
    margin-bottom: 12px;
}
.facts-overlay p {
    font-size: 16px;
}
}

@media only screen and (min-width :1441px) and (max-width:1852px) {
    .contact-top-bar .contact-clock-top-bar {
    display: none !important;
}
}
@media only screen and (min-width :992px) and (max-width:1440px) {
    .contact-top-bar .contact-top-bar-info {
    display: none;
}
.contact-top-bar .contact-num-top-bar, .contact-top-bar .contact-mail-top-bar, .contact-top-bar .contact-clock-top-bar {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
}
.contact-top-bar small {
    font-size: 1.2rem;
    width: 38px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    height: 38px !important;
    margin-right: 0 !important;
}
}

@media only screen and (min-width :576px) and (max-width:767.98px) {


.facts-overlay h3 {
    font-size: 48px;
}
.facts-overlay h4 {
    font-size: 20px;
}
.facts-overlay p {
    font-size: 16px;
}
}
@media only screen and (min-width :320px) and (max-width:575px) {

.facts-overlay h3 {
    font-size: 48px;
}
.facts-overlay h4 {
    font-size: 20px;
}
.facts-overlay p {
    font-size: 16px;
}
}
@media only screen and (max-width:575px) {
    #mapid {
    height: 480px;
}
}
@media only screen and (max-width:480px) {
    #header-carousel {
    height: 250px;
}
#header-carousel .carousel-item {
    height: 250px;
    min-height: 250px;
}
.carousel-caption a.btn {
    margin-top: 12px !important;
}
#header-carousel .carousel-item img {
    height: 250px;
}
}
@media only screen and (max-width:414px) {
    .about-start h6, .about-start a {
    word-break: break-all;
}
#mapid {
    height: 360px;
}
}
@media only screen and (min-width :992px) {
    .hamburger, .social-menu {
    display: none;
}
}
@media only screen and (max-width:991.98px) {
    .mobile-shift.nav-open .header-area {
    z-index: 9;
    position: relative;
}
.navbar {
	justify-items: center;
}
.mobile-shift.nav-open header .main-menu {
    display: block !important;
}
.hamburger {
    padding: 20px 15px 10px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 80px;
    z-index: 9999;
}
.hamburger-box {
    width: 32px;
    height: 21px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -9px;
}
.hamburger-inner::after {
    bottom: -9px;
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -18px;
    transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity .1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -9px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity .1s .22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.social-menu {
    color: #fff;
    background: #00f;
    padding: 30px 0 0 0;
    display: none;
}
.social-menu li {
    position: relative;
    padding: 10px 40px;
}
.social-menu li .icon {
    color: #fff;
}
.social-menu li .icon i {
    color: #fff !important;
}
.social-menu .contact-info {
    padding-top: 7px;
    margin-top: 0;
}
.social-menu .contact-info a {
    color: #fff;
    display: inline-block;
}
.social-menu .contact-info a strong {
    color: #fff !important;
}
.social-menu .contact-info span {
    display: block;
}
.socmedia {
    margin-top: 15px;
    background-color: #1e2b59;
}
.socmedia .social-info {
    padding: 8px 15px;
}
.socmedia .social-info a {
    line-height: 38px;
    text-align: center;
    display: inline-block;
    background: #00f;
    margin: 0 3px;
    width: 38px;
    height: 38px;
    border-radius: 50%}
.socmedia .social-info a i {
    position: relative;
    color: #ffffff;
}
.slide-out-nav {
    position: fixed;
    top: 0;
    right: -280px;
    left: auto;
    bottom: 0;
    width: 280px;
    background-color: #00f;
    overflow-y: auto;
    z-index: 11;
    transition: all .2s ease-in-out;
    padding: 30px 3px !important;
    border-top: none !important;
    margin-top: 0;
}
.slide-out-nav.nav-open {
    right: 0;
    left: auto;
    visibility: visible;
    opacity: 1;
}
.slide-out-nav.nav-open .nav-item {
    display: block;
    text-align: left;
    padding: 12px 12px;
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    font-weight: normal;
}
.slide-out-nav.nav-open .nav-item.dropdown .nav-link {
    padding: 0;
}
.slide-out-nav.nav-open.navbar-nav .dropdown-menu {
    background-color: #00f !important;
    border: 0;
    padding: 0;
    margin-bottom: -6px !important;
    margin-top: 12px !important;
}
.slide-out-nav.nav-open.navbar-nav .dropdown-menu a {
    color: #fff !important;
    border-bottom: 0;
    padding: 6px 7px;
}
.slide-out-nav.nav-open.navbar-nav .dropdown-menu a:first-child {
    border-top: 0;
}
.slide-out-nav.nav-open.navbar-nav .dropdown-menu a:last-child {
    border: 0;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: normal;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #fff;
}
.slide-out-nav.fadeInDown {
    -webkit-animation-name: unset;
    animation-name: unset;
}
.mobile-shift.nav-open {
    left: -280px;
    position: relative;
    transition: left .2s ease-in-out;
    overflow: hidden;
}
.mobile-shift.nav-open::before, .mobile-shift.nav-open:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 9;
}
.mobile-shift.nav-open .navbar-fixed-top {
    left: -280px;
}
.social-menu.menu-on {
    position: fixed;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 9;
    right: 0;
    top: 118px;
}
.wel-img {
    padding-top: 0 !important;
    padding-left: 0 !important;
}
}
@media only screen and (max-width:767.98px) {

}
@media only screen and (max-width:575.98px) {
    .social-menu {
    padding-top: 15px;
}
.social-menu li {
    text-align: center;
}
.social-menu li .icon {
    position: relative;
    top: auto;
    left: auto;
}
.social-menu .contact-info {
    padding-left: 0;
    padding-top: 5px;
}
}

@media only screen and (max-width:414px) {
    .mobile-shift.nav-open {
    left: -260px;
}

.slide-out-nav {
    width: 260px;
    right: -260px;
}
.mobile-shift.nav-open .hamburger {
    right: 260px;
}

.social-menu.menu-on {
    top: 55px;
    font-size: 16px;
}
.hamburger.is-active {
    right: 15px;
}
}

@media (max-width: 380px) {
	.hamburger {
		right: 50px ;
	}
}

/*Kebbar | 3 Dots */

@media only screen and (min-width :992px) {
    .kebab-toggler, {
    	display: none;
	}
}

.kebab-toggler {
    position: absolute;
    right: 30px;
    width: 50px;
    height: 52px;
    display: block;
    padding: 12px 10px;
    z-index: 9999;
}
.kebab-toggler.active .circleKebab circle {
    r: 2;
    transition: .3s all ease;
}
.kebab-toggler.active .circleKebab .one {
    cy: 8;
}
.kebab-toggler.active .circleKebab .three {
    cy: 23;
}

@media (max-width: 575.98px) {
	.kebab-toggler {
		right: 30px;
	}
}

@media (max-width: 414.98px) {
	.mobile-shift.nav-open .kebab-toggler {
	    display: none;
	}
}

@media (max-width: 360px) {
	.kebab-toggler {
		right: 5px;
	}
}

/*Logo*/

@media (max-width: 414.98px) {
	.navbar-light .navbar-brand img {
		width: 180px;
		height:  auto;
		object-fit: contain;
	}
}


/*Location*/

@media only screen and (min-width :1200px) and (max-width:1440px) {

.location-start h3 {
    font-size: 42px;
}
}

@media only screen and (min-width :1200px) and (max-width:1440px) {

.location-start h6 a {
	color: #1e2b59;
}

.location-start h6 a:hover {
	color: #0000ff;
}

.location-start h3 {
    font-size: 42px;
	}
}


@media (max-width:991.98px) {
	.location-start br {
		display:  none;
	}
}

@media (max-width:767.98px) {
	.location-start h6 {
		font-size: 18px;
	}
}

@media (max-width:414px) {
	.location-start h3 {
		font-size:  20px;
	}
}




/*Services */

@media only screen and (min-width :992px) and (max-width:1199px) {

.services-start .facts-overlay h2 {
    font-size: 18px;
    margin-bottom: 12px;
}

.services-start .facts-overlay a {
	font-size: 16px;
}

}

@media (max-width: 575.98px) {

.services-start {
	padding-left: 24px !important;
	padding-right: 24px !important;
}

}

/*Tenants*/
@media only screen and (min-width :992px) and (max-width:1199px) {


.tenants-start h2 {
	font-size: 32px;
}
}

/*Footer*/
.footer {
    color: #999;
}
.footer a {
    color: #999;
}
.footer a:hover {
    color: #fff;
}
.footer i {
    color: #fff;
}
.footer a i {
    color: #fff;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999;
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .copyright a {
    color: var(--light);
}
.footer .copyright a:hover {
    color: var(--primary);
}

@media (max-width: 767.98px) {
	.footer {
		text-align: center;
	}

	.footer p i {
		display: block;
    	margin-bottom: 12px;
	}
}