/* =====================================
Template Name: 	Custom.
Author Name: Francis
Website: https://windermereperio.ca/
Description: Custom - HTML Template.
Version:	1.1
========================================*/   
/*=============================
	Global CSS 
===============================*/

html.no-js {
    scroll-behavior: smooth;
}

body{
    font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size:16px;
	color:#58595B;
}

.btn{
	background: #2E4E89;
}

.nav{
	justify-content: flex-end;
}


header.header.sticky .logo{
	margin-top: 10px;
}

.slider .single-slider p.banner-subtitle{
	font-size: 25px;
	font-weight: 500;
	color:#ffffffa8;
}

#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: #2E4E89;
	color: #fff;
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #00000026;
}

#scrollUp:hover{
	background:#2C2D3F;
}

.burger-menu {
	float: right;
	cursor: pointer;
	display: none;
}

.burger-menu div {
	width: 25px;
	height: 3px;
	background-color: #333;
	margin: 5px 0;
}

/* Color Plate */
.color-plate {
	position: fixed;
	display: block;
	z-index: 99998;
	padding: 20px;
	width: 245px;
	background: #fff;
	right: -245px;
	text-align: left;
	top: 30%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}
.color-plate.active{
	right:0;
}
.color-plate .color-plate-icon {
	position: absolute;
	left: -48px;
	width: 48px;
	height: 45px;
	line-height: 45px;
	font-size: 21px;
	border-radius: 5px 0 0 5px;
	background: #2E4E89;
	text-align: center;
	color: #fff !important;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}
.color-plate h4 {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 500;
}
.color-plate p {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 20px;
}
.color-plate span {
	width: 42px;
	height: 35px;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	margin-right: 3px;
}
.color-plate span:hover{
	cursor:pointer;
}
.color-plate span.color1{
	background:#2E4E89;
}
/*=============================
	End Global CSS 
===============================*/

/*===================
	Start Header CSS 
=====================*/
.header{
	background-color:#fff;
	position:relative;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar{
	background-color:#fff;
}
.header .topbar{
	padding:15px 0 0 0;
}
.header .top-link{
	float:left;
}
.header .top-link li{
	display:inline-block;
	margin-right:15px;
}
.header .top-link li:last-child{
	margin-right:0px;
}
.header .top-link li a{
	color:#58595B;
	font-size:16px;
	font-weight:400;
}
.header .top-link li:hover a{
	color:#2E4E89;
}
.header .top-contact{
	float:right;
}
.header .top-contact li{
	display:inline-block;
	margin-right:25px;
	color:#58595B;
}
.header .top-contact li:last-child{
	margin-right:0;
}
.header .top-contact li a{
	font-size:14px;
}
.header .top-contact li a:hover{
	color:#2E4E89;
}
.header .top-contact li i{
	color:#58595B;
	margin-right:8px;
}
.header .header-inner {
	background:#fff;
	z-index:999;
	width:100%;
}

.header.sticky .header-inner{
	background:#0a1321;
	z-index:999;
	width:100%;
}

.get-quote .btn{
	color:#fff;
}
.header .logo {
	float: left;
	width: 160px;
    margin-top: -30px;
    margin-bottom: 15px;
}

.sticky-logo {
	float: left;
	width: 160px;
    margin: 15px 0;
}

.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.header .nav li{
	margin-right: 15px;
    float: left;
	position:relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #2E4E89;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 25px 12px;
	position: relative;
	display: inline-block;
	position:relative;
}

.header.sticky .nav li a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 25px 12px;
	position: relative;
	display: inline-block;
	position:relative;
}

.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	background: #2E4E89;
	border-radius: 5px 5px 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.header.sticky .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	background: #fff;
	border-radius: 5px 5px 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.header .nav li.active a{
	color:#2E4E89;
}
.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.header .nav li:hover a{
	color:#2E4E89;
}
.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}
/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}
.header.style2 .logo {
	margin-top:6px;
}
.header .middle-header {
	background: #fff;
	padding: 20px 0px;
}
.header .widget-main{
	float:right;
}
.header.style2 .get-quote {
	margin-top: 0;
}
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}
.header .single-widget:last-child{
	margin:0;
}
.header .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}
.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #2E4E89;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.header .single-widget.btn{
	margin-left:0;
}
/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left:-20px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	border-left:3px solid #2889e4;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
	border-bottom:1px dashed #eee;
}
.header .nav li .dropdown li:last-child{
	border:none;
}
.header .nav li .dropdown li a {
	padding: 12px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li:hover a{
	color:#2E4E89;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
/* Right Bar */
.header.style2 .main-menu{
	display:inline-block;
	float:left;
}
.header .right-bar {
	float: right;
}
.header .right-bar {
	padding-top:20px;
}
.header .right-bar {
	display: inline-block;
}
.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #2E4E89;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}
.header .right-bar li a:hover{
	color:#fff;
	background:#27AE60;
}
.header .search-top.active .search i:before{
	content:"\eee1";
	font-size:15px;
}
/* Search */
.header .search-form {
	position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 74px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform:scale(0);
}
.header .search-top.active .search-form {
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.header .search-form input {
	width: 282px;
	height: 50px;
	line-height: 50px;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #2C2D3F;
}
.header .search-form button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 50px;
	background: #2E4E89;
	border: none;
	color: #fff;
	border-radius: 0 4px 4px 0;
	border-left:1px solid transparent;
}
.header .search-form button:hover{
	background:#fff;
	color:#2E4E89;
	border-color:#e6e6e6;
}
/* Header Sticky */
.header.sticky .header-inner{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	bottom:initial;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow:0px 0px 13px #00000054;
}

.sticky-logo {
	display: none;
}

.header.sticky .logo {
	display: none; /* Hide the normal logo when sticky */
}

.header.sticky .sticky-logo {
	display: inline; /* Show the sticky logo */
}


/*=========================
	End Header CSS
===========================*/

/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}
.slider .single-slider .text{
	margin:170px 0px;
}
.slider.index2 .single-slider .text{
	margin-top:150px;
}
.slider .single-slider h1 {
	font-family: "Lora";
	color: #fff;
	font-size: 61px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 65px;
}
.slider .single-slider h1 span{
	color:#2E4E89;
}
.slider .single-slider p {
	color:#ffffffa8;
	font-weight: 500;
	font-size: 24px;
	margin-top: 27px;
}
.slider .single-slider .button{
	margin-top:30px;
}
.slider .single-slider .btn{
	color:#fff;
	background:#2E4E89;
	font-weight:500;
	display:inline-block;
	margin:0;
	margin-right:10px;
}
.slider .single-slider .btn:last-child{
	margin:0;
}
.slider .single-slider .btn.primary{
	background:#08132266;
	color:#fff;
}
.slider .single-slider .btn.primary:before{
	background:#2E4E89;
}
/* .slider .owl-carousel .owl-nav {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-25px;
}
.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #2E4E89;
	color: #fff;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}
.slider .owl-carousel .owl-nav div:hover{
	background:#2C2D3F;
	color:#fff;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:20px;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-next{
	right:20px;
} */

/* Slider Animation */
.owl-item.active .single-slider h1{
    animation: fadeInUp 1s both 0.6s;
}
.owl-item.active .single-slider p{
    animation: fadeInUp 1s both 1s;
}
.owl-item.active .single-slider .button{
    animation: fadeInDown 1s both 1.5s;
}
/*===========================
	End Hero Area CSS
=============================*/

/*===================
	Why choose CSS
=====================*/

.why-choose p{
	padding-bottom: 20px;
	font-size: 16px;
	color: #262626;
}

.why-choose1 p{
	padding-bottom: 20px;
	font-size: 16px;
	color: #262626;
}


.why-choose.section{
	padding: 100px 0;
}

.why-choose1.section{
	padding: 100px 0 0 0;
}

.why-choose.section h2{
	font-family: 'Lora';
	font-weight: 600;
	font-size: 49px;
	color: #081322;
	padding-bottom: 10px;
}

.why-choose1.section h2{
	font-family: 'Lora';
	font-weight: 600;
	font-size: 49px;
	color: #081322;
	padding-bottom: 10px;
}

/*=======================
	End Why choose CSS
=========================*/

/*=======================
	Start Call to action CSS
=========================*/

.calltoaction {
	background: #fff;
	margin: 0;
	padding: 0;
}
.calltoaction .calltoaction-inner {
	position: relative;
	transform: translateY(50%);
	z-index:9;
}
.calltoaction .single-calltoaction {
	box-shadow: 0 0 4px #00000026;
	position: relative;
	text-align: center;
	z-index:3;
	border-radius:5px;
	background:#fff;
	 -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.calltoaction .single-calltoaction .inner {
	overflow:hidden;
	position: relative;
	padding:30px;
	z-index:2;
}

.calltoaction .single-calltoaction:hover:before{
	opacity: 0.8;
}
.calltoaction .single-calltoaction:hover{
	transform: translateY(-5px);
}

.calltoaction .single-calltoaction h4{
	font-family: 'Lora';
	font-size: 61px;
	font-weight:600;
	display:inline-block;
	text-transform:capitalize;
	color:#081322;
	margin-top:13px;
}
.calltoaction .single-calltoaction p{
	color: #62748D;
    font-size: 25px;
    font-weight: 500;
	margin-top:22px;
}
.calltoaction .single-calltoaction a {
	color: #fff;
	margin-top: 25px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}
.calltoaction .single-calltoaction a:before{
	content:"";
}

.calltoaction .single-calltoaction a.btn.primary:hover{
	color: #fff;
}

.calltoaction .single-calltoaction a:hover:before{
	width:100%;
	width:100%;
}
.calltoaction .single-calltoaction a i{
	margin-left:10px;
}
.calltoaction .single-calltoaction .time-sidual{
	
}
.calltoaction .single-calltoaction .time-sidual{
	overflow:hidden;
	margin-top:17px;
}
.calltoaction .single-calltoaction .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom:3px;
}
.calltoaction .single-calltoaction .time-sidual li:last-child{
	margin:0;
}
.calltoaction .single-calltoaction .time-sidual li span{
	display:inline-block;
	float:right;
}
.calltoaction .single-calltoaction .day-head .time {
	font-weight: 400;
	float: right;
}

a.btn.primary {
    background: transparent;
    color: #2E4E89;
    border: 1px solid #2E4E89;
}

/*=============================
	End call to action CSS
===============================*/
.map.section{
	padding: 100px 0px 0px 0px;
}

ul#myTab {
    margin-bottom: 10px;
    background: #fff;
    color: #2e4e89;
    justify-content: flex-start;
}

.nav-tabs .nav-item {
    width: 50%;
}

.nav-tabs .nav-link {
    color: #2e4e89;
    border-radius: 0;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0a1321;
}

/*=========================
	Start Footer CSS
===========================*/
.footer{
	position:relative;
}
.footer .footer-top{
	padding:180px 0 0px 0;
	position:relative;
	background:#f7f7f7;
}

.footer .footer-top .container {
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
}

.footer .single-footer .social{
	text-align: right;
}
.footer .single-footer .social li{
	display:inline-block;
	margin-right:10px;
}
.footer .single-footer .social li:last-child{
	margin-right:0px;
}
.footer .single-footer .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #000;
	text-align: center;
	padding: 0;
	border-radius: 25%;
	display: block;
	color:#000;
	font-size: 16px;
}
.footer .single-footer .social li a:hover{
	color:#2E4E89;
	background:#000;
	border-color:transparent;
}
.footer .single-footer .social li a i{
	
}
.footer .single-footer.f-link li a i{
	margin-right:10px;
}
.footer .single-footer.f-link li{
	display:block;
	margin-bottom:12px;
}
.footer .single-footer.f-link li:last-child{
	margin:0;
}
.footer .single-footer.f-link li a {
	display: block;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}
.footer .single-footer.f-link li a:hover{
	padding-left:8px;
}
.footer .single-footer h2{
	color:#fff;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:40px;
	padding-bottom:20px;
	text-transform:capitalize;
	position:relative;
}
.footer .single-footer h2::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 50px;
	background: #fff;
}
.footer .single-footer .time-sidual{
	margin-top:15px;
}
.footer .single-footer .time-sidual{
	overflow:hidden;
}
.footer .single-footer .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 5px;
}
.footer .single-footer .time-sidual li span{
	display:inline-block;
	float:right;
}
.footer .single-footer .day-head .time {
	font-weight: 400;
	float: right;
}
.footer .single-footer p{
	color:#fff;
}

.footer .top-link{
	float:right;
}
.footer .top-link li{
	display:inline-block;
	margin-right:15px;
}
.footer .top-link li:last-child{
	margin-right:0px;
}
.footer .top-link li a{
	color:#58595B;
	font-size:16px;
	font-weight:400;
}

.single-footer ul.top-link li a{
	color: #2E4E89;
}


.footer .top-link li:hover a{
	color:#2E4E89;
}


.footer .footer-bottom {
    padding: 30px 0 30px 0;
    position: relative;
    background: #f7f7f7;
}


.footer .footer-bottom p {
    padding-bottom: 5px;
    color: #333;
}

/*=========================
	End Footer CSS
===========================*/

@media only screen and (min-width: 768px) and (max-width: 991px){
	.footer .footer-top {
		padding: 180px 0 0 0 !important;
	}
}


@media only screen and (max-width:767px){

	.offcanvas-header {
		background: #0a1321;
	}

	h5#offcanvasExampleLabel {
		color: #fff;
	}

	.btn-close{
		background-color: #fff;
	}
  
  .burger-menu {
	float: right;
	display: inline-block;
}

.sticky .burger-menu {
	float: right;
	display: inline-block;
	padding-top: 40px;
}

.sticky .burger-menu div{
	background-color: #fff;
}

ul.list-unstyled li {
    padding: 30px 0px;
    border-bottom: 1px solid #000;
}

.offcanvas-body a.btn {
    color: #fff;
    margin: 30px 0px;
}
	
	.header .topbar{
		display: none;
	}

	header.header.sticky .logo{
		margin-top: 0px;
	}

	.header.sticky .header-inner{
		padding: 0px;
	}

	.header .logo {
		width: 50% !important;
		margin-bottom: 0px;
	}

	.header.sticky .sticky-logo {
		width: 50% !important;
	}

	.header.sticky .header-inner{
		margin-top: 0px;
	}

	.header.sticky .slicknav_btn{
		margin-top: 50px !important;
	}

	.header .header-inner{
		margin-top: 20px;
		padding: 20px 0px;
	}

	.sticky .slicknav_menu .slicknav_icon-bar{
		background-color: #ffffff !important;
	}

	.sticky .slicknav_nav li a{
		color: #fff;
	}

	.slicknav_btn{
		margin-top: 10px !important;
	}

	.slider .single-slider{
		height: 677px !important;
	}

	.slider .single-slider .text{
		margin: 150px 0px !important;
	}

	.slider .single-slider p.banner-subtitle{
		font-size: 18px;
	}

	.slider .single-slider .button .btn{
		width: 50% !important;
	}


	.slider .single-slider p.banner-subtitle{
		display: block;
	}

	.slider .single-slider p{
		display: none;
	}

	.slider .single-slider h1{
		font-size: 45px !important;
		line-height: 50px !important;
	}

	.why-choose.section h2{
		padding-top: 30px;
	}

	.why-choose1.section h2 {
        padding-top: 30px;
    }
  
  .why-choose1.section{
	padding: 0;
  }

	.why-choose.section{
		margin: 0px 0;
	}

	.why-choose1.section{
		flex-direction: column;
		margin: 0;
	}

	.calltoaction .single-calltoaction h4{
		font-size: 45px;
	}

	.calltoaction .single-calltoaction p{
		font-size: 22px;
	}

	.calltoaction .calltoaction-inner {
		transform: translateY(10%);
	}

	.footer .top-link {
		float: left;
	}

	.footer .footer-top{
		padding-bottom: 0px !important;
	}

	.footer .single-footer .social {
		text-align: left;
	}
}