@import url("../fonts/stylesheet.css");

/*=================
Theme default 
===================*/
body{
	background-color: #fff;
	position: relative;
	font-family: 'Gilroy', sans-serif;
	font-weight: 400;
	color: #838383;
	font-size: 18px;
	line-height: 27px;
	
	background-repeat: no-repeat;
	background-size: cover;
}
.home{
	background-image: none;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 300;
	line-height: 1.2;
	font-family: 'Butler';
}
h1, .h1 {
	font-size: 40px;
	line-height: 50px;
}
@media (min-width: 768px) {
	h1 {
		font-size: 48px;
		line-height: 52px;
	}	
}
@media (min-width: 1200px) {
	h1{
		font-size: 60px;
		line-height: 72px;
	}	
}

h2 {
	font-size: 30px;
	line-height: 40px;
}

.h-2 {
	font-size: 30px;
	line-height: 40px;
}
.h2{
	font-size: 30px;
}
@media (min-width: 768px) {
	.h-2,h2 {
		font-size: 40px;
		line-height: 50px;
	}	
}
@media (min-width: 1200px) {
	.h-2 ,h2{
		font-size: 60px;
		line-height: 70px;
	}
	.h2{
		font-size: 40px;
	}	
}
h3, .h3 {
	font-size: 28px;
	line-height: 32px;
}
.wp-content h3{
	font-size: 32px;
	line-height: 38px;
	color: #000;
	margin: 0 0 20px;
}
h4, .h4 {
	font-size: 22px;
	line-height: 30px;
}
h5, .h5 {
	font-size: 22px;
}

h6, .h6 {
	font-size: 20px;
}

p {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 400;
}
a {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color: #223C61;
	text-decoration: none;
}

a:hover {
	color: #223C61;
}

a:not([href]):not([class]), 
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

strong, em {
	font-style: normal;
	font-weight: 600;
}
em{
	font-style: italic;
}
small, .small {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.70px;	
}

.btn, button {
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus{
	outline: 0
}

hr {
    margin: 20px 0;
    color: #979797;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
}

::-moz-selection {
	color: #fff;
	background: #204970;
}

::selection {
	color: #fff;
	background: #204970;
}
figure{
	margin-bottom: 40px;
}
@media (min-width: 1340px) {
	.container {
		max-width: 1240px;
	}
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	padding-left: 20px;
	padding-right: 20px;
}
.row{
	margin-left: -20px;
	margin-right: -20px;
}
.row > *{
	padding-left: 20px;
	padding-right: 20px;
}
.text-primary,
.text-primary *{
	color: #223C61!important;
}
.bg-primary{
	background-color: #223C61!important;
}
/*=================
Buttons
===================*/
.btn,.bookly-back-step{
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	border-radius: 5px;
	text-decoration: none;
	padding: 15px 35px 13px 35px;
	background-color: #4471B7;
	min-width: 174px;
	text-align: center;
}
.btn-primary{
	color: #fff;
	border-color: #4471B7;
	background-color: #4471B7;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.focus {
	color: #4471B7;
	border-color: #4471B7;
	background-color: transparent;
}
.bookly-back-step{
	color: #4471B7;
	border-color: #4471B7;
	background-color: transparent;
}
.bookly-back-step:hover,
.bookly-back-step:focus,
.bookly-back-step:active,
.bookly-back-step.focus {
	color: #fff;
	border-color: #4471B7;
	background-color: #4471B7;
}
.btn-white,.header-home .btn-primary{
	background-color: #fff;
	border-color: #fff;
	color: #223C61;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.focus,
.header-home .btn-primary:hover,
.header-home .btn-primary:focus,
.header-home .btn-primary:active,
.header-home .btn-primary.focus {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}
form table{
	width: 100%;
}
form tr th{
	color: #223C61;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	padding: 20px 20px;
	background: rgba(255, 255, 255, 0.2);

}
form tr td{
	font-size: 18px;
	line-height: 20px;
	padding: 20px 20px;
	border-top: solid 1px rgba(68, 113, 183, 0.4)
}
form tr.bookly-cart-primary td{
	color : rgba(34, 60, 97, 1)
}
form tfoot tr td strong{
	color: rgba(34, 60, 97, 1);
	font-weight: 600;
}
.bookly-info-text-coupon{
	padding: 10px 0;
	border-bottom: 1px solid rgba(34, 60, 97, 1)
}
.w-30{
	width: 30%!important;
	
}
.Gilroy-Regular{
	font-family: 'Gilroy';
	font-weight: 400;
}
@media (min-width: 768px) {
	.mobile-tbody,.mobile-tfoot{
		display: none;
	}
}
@media (max-width: 767.98px) {
	form table thead{
		display: none;
	}
	form table .desktop-tbody{
		display: none;
	}	
	form table .desktop-tfoot{
		display: none;
	}
	form tr td{
		padding: 10px;
	}
	form tr th{border-top: solid 1px rgba(68, 113, 183, 0.4); padding: 10px;}
}
/*=================
Header
===================*/
.site-header{
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	transition: all 0.5s;
}
.site-header.sticky{
	padding: 10px 0;
	background: #fff;
}
.site-header.header-home.sticky{
	background: #223C61;
}
.main-nav .nav-item{
	margin: 0 20px;
}
.site-header .navbar-nav .nav-link,
.navbar .dropdown-item{
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #223C61;
	padding: 0;
	margin: 0;
}
.site-header.header-home .navbar-nav .nav-link{
	color: #fff;
}
.main-nav .nav-link:hover,
.navbar .dropdown-item:hover{
	color: #4471B7;
}
.navbar .dropdown-menu {
	min-width: 9rem;
	margin: 0;
	padding: 15px 20px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
} 
.navbar .dropdown-menu li{
	margin: 10px 0;
	display: block;
}
.navbar-brand{
	width: 140px;
}
.header-home .hamburger svg path{
	stroke: #fff;
}
@media (min-width: 768px) {
	.navbar-brand{
		width: 160px;
	}
}
@media (min-width: 992px) {
	.site-header{
		padding: 20px 0;
	}
}
@media (min-width: 1200px) {
	.navbar-brand{
		width: auto;
	}
}
.offcanvas-full-screen {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	
	background-repeat: repeat-y;
	background-size:cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	padding: 90px 0 0;
	overflow: auto;
	  transition: all 0.5s;
	backface-visibility:none;
	background-color: #fff;
}
.offcanvas-full-screen.is-active {
	opacity: 1;
	visibility: visible;	
}
.off-canvas-logo{
	margin-bottom: 50px;
}
.offcanvas-full-screen ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.offcanvas-full-screen ul li{
	display: block;
	margin: 0 0 40px;
}
.offcanvas-full-screen ul li a{
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #223C61;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s;
}
.offcanvas-full-screen ul li a:hover,
.offcanvas-full-screen ul li a:hover{
	color: #4471B7;
	background-size: 100% 2px;
}
.hamburger{
	cursor: pointer;
}
.off-canvas-close{
	position: absolute;
	right: 20px;
	top: 20px;
	border: 0;
	padding: 0;
	outline: 0;
	background-color: transparent;
}
/*
Home
*/
.home-hero{
	height: 100vh;
	position: relative;
}
.hero-slider-wrap{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hero-slider-wrap div{
	height: 100%;
}
.hero-slider-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-hero .container{
	position: relative;
	z-index: 5;
	padding-top: 0;
	padding-bottom: 100px;
}
.home-hero h1{
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	max-width: 460px;
	font-weight: 700;
}
.home-hero p{
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
@media (max-width: 767px) {
	.home-hero .btn{
		width: 100%;
	}
}
@media (min-width: 768px) {
	.home-hero{
		height: auto;
	}
	.home-hero .container{
		padding-top: 130px;
		padding-bottom: 100px;
	}
	.home-hero h1{
		font-size: 48px;
		line-height: 56px;
	}	
}
@media (min-width: 1200px) {
	.home-hero .container{
		padding-top: 230px;
		padding-bottom: 150px;
	}
	.home-hero h1{
		font-size: 64px;
		line-height: 78px;
	}	
}
.section{
	padding: 70px 0;
}
.bg-section{
	
	background-repeat: no-repeat;
	background-size: cover;
}
.heading-with-line span{
	display: block;
}
.heading-with-line span:before{
	content: '';
	width: 94px;
	height: 1px;
	margin: 0 20px 0 0;
	opacity: 0.5;
	background: #4471B7;
	display: inline-block;
	vertical-align: middle;
}
.our-services .heading-with-line span:before{
	opacity: 1;
	background:  #FDBC85;
}
@media (min-width: 768px) {
	.heading-with-line span:before{
		width: 122px;
	}
	.section{
		padding: 100px 0;
	}	
}
@media (min-width: 1200px) {
	.heading-with-line span:before{
		width: 178px;
	}	
}
.testimonial-card{
	max-width: 300px;
	padding: 24px;
	border-radius: 4px;
	background: #FFFFFF;
	box-shadow: 0px 24px 80px -5px #3011501A;
}
.testimonial-card img{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 20px;
}
.testimonial-card h4{
	font-size: 22px;
	line-height: 22px;
	color: #838383;
	margin: 0;
}
.testimonial-card p{
    font-weight: 300;
    font-style: italic;
	margin: 0;
	color: #838383;
}
.testimonials .slick-list{
	overflow: visible;
}
.testimonial-slide{
	padding: 0 15px;
}
@media (min-width: 768px) {
	.testimonial-card{
		max-width: 322px;
	}	
}
@media (min-width: 1200px) {
	.testimonial-card{
		max-width: 384px;
		padding: 28px;
	}	
}
.client-logos img{
	margin: 0 auto 30px;
	display: block;
}
.our-services{
	padding: 90px 0 70px;
}
.ractangle-box{
	width: 65px;
	height: 56px;
	position: relative;
	border-top: solid 1px #FDBC85;
	border-right: solid 1px #FDBC85
}
.service-card img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.service-card-row .service-col:nth-child(2) .service-card,
.service-card-row .service-col:nth-child(4) .service-card,
.service-card-row .service-col:nth-child(6) .service-card,
.service-card-row .service-col:nth-child(8) .service-card,
.service-card-row .service-col:nth-child(10) .service-card{
	margin: 0 0 0 auto;
}
.service-card{
	max-width: 160px;
	height: 212px;
	position: relative;
}
.service-card-row .service-col{
	margin: 0 0 25px;
}
.service-card span{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 8;
	font-size: 24px;
	line-height: 34px;
	font-family: 'Butler';
	font-weight: 300;
	color: #fff;
	transition: all 0.5s;
}

.service-card-row .service-col .service-card:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	opacity: 1;
	transition: all 0.5s;
	background: linear-gradient(180deg, rgba(34, 60, 97, 0.5) 0%, rgba(34, 60, 97, 0) 50%);
}

.service-card a,.link-absolute{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 7;
}
.hover-img-scale{
	position: relative;
	overflow: hidden;
}
.hover-img-scale img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.hover-img-scale:hover img{
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.tag-cloud {
	position: relative;
}
p.has-medium-font-size{
	font-size: 16px;
	line-height: 24px;
}
.heading-after-line:after{
	content: '';
	display: block;
	width: 122px;
	height: 1px;
	background-color: #4471B7;
	opacity: 0.5;
	margin: 25px 0 0;
}
.our-services .heading-after-line:after{
	background-color: #FDBC85;
}
@media (max-width: 576px) {
	.btn-sm-full-width{
		width: 100%;
	}
}
@media (min-width: 768px) {
	.ractangle-box{
		width: 90px;
		height: 80px;
	}
	.service-card{
		width: 180px;
		height: 240px;
	}
	.service-card-row .service-col:nth-child(4) .service-card,
	.service-card-row .service-col:nth-child(10) .service-card{
		margin: 0;
	}
	.service-card-row .service-col:nth-child(2) .service-card,
	.service-card-row .service-col:nth-child(5) .service-card,
	.service-card-row .service-col:nth-child(8) .service-card,
	.service-card-row .service-col:nth-child(11) .service-card,
	.service-card-row .service-col:nth-child(14) .service-card{
		margin: 0 auto;
	}
	.service-card-row .service-col:nth-child(3) .service-card,
	.service-card-row .service-col:nth-child(6) .service-card,
	.service-card-row .service-col:nth-child(9) .service-card,
	.service-card-row .service-col:nth-child(12) .service-card,
	.service-card-row .service-col:nth-child(15) .service-card{
		margin: 0 0 0 auto;
	}
	.service-card-row .service-col{
		margin: 0 0 40px;
	}
	p.has-medium-font-size{
		font-size: 16px;
		line-height: 22px;
	}	
	.mt-md-n5{
		margin-top: -100px;
		position: relative;
		z-index: 9;
	}
}
@media (min-width: 1200px) {
	.ractangle-box{
		max-width: 186px;
		height: 160px;
		right: -30px;
	}
	.service-card{
		width: 100%;
		max-width: 320px;
		height: 426px;
	}
	.service-card-row .service-col{
		margin: 0 0 120px;
	}
	.service-card span{
		font-size: 40px;
		line-height: 48px;
	}
	p.has-medium-font-size{
		font-size: 20px;
		line-height: 32px;
	}
	.heading-after-line:after{
		width: 152px;
	}
}
.marquee {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
  position: relative;
  width: 100%;
  color: #fff;
  font-family: 'Gilroy Light';
}

.marquee__text {
  overflow: hidden;
}

.marquee__line {
  display: flex;
  position: relative;
}
.marquee__line:nth-child(2) {
  justify-content: flex-end;
  z-index: 1;
}

.marquee__sentence {
  padding-right: 30px;
  white-space: nowrap;
  color: #fff;
}
.marquee__sentence:hover {
  opacity: 1;
  color: #fff;
}

.marquee__line .marquee__sentence:nth-child(even){
	opacity: 0.4;
	font-style: italic;
}
.marquee__line .marquee__sentence:nth-child(even):hover{
	opacity: 1;
}
.latest-videos{
	position: relative;
	z-index: 5;
}
.video-box{
	position: relative;
}
.video-box:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 0;
	background: #4471B780;
	transition: all 0.5s;
	opacity: 0;
}
.before-shape:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 0;
	background: #4471B780;
	transition: all 0.5s;
	opacity: 0.33;
}
.video-box:hover:after{
	opacity: 1;
}
.video-box {
	width: 100%;
	height: 194px;
	margin: 0 auto;
}
.v-col{
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.marquee {
	  font-size: 38px;
	}
	.video-box {
		width: 100%;
		height: 200px;
		margin: 0;
	}
	.v-col{
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.marquee {
	  font-size: 50px;
	}
	.video-box {
		width: 100%;
		max-width: 560px;
		height: 316px;
	}	
}
.signup-section{
	position: relative;
	margin-top: -20px;
}
.signup-section h2{
	font-size: 20px;
	line-height: 28px;
	color: #223C61;
	position: relative;
}
.signup-section h2:after{
	content: '';
	display: block;
	width: 110%;
	height: 1px;
	background: #4471B7;
	opacity: 0.5;
	margin-top: 20px;
	left: -5%;
	position: relative;
}
.signup-form{
	max-width: 480px;
	margin: 0 auto;
}
.signup-section span{
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
	display: block;
	margin: 0 0 10px;
}
.signup-section .signup-form.text-black span,
.signup-form.text-black label{
	color: #000;
}
.signup-form .form-group{
	position: relative;
	box-shadow: 0px 4px 30px 0px #0000001A;
}
.signup-form input[type="email"]{
	width: 75%;
	background: #fff;
	border: 0;
	height: 48px;
	padding: 10px 15px;
}
.signup-form.text-black input[type="email"]{
	background: rgba(0,0,0,0.06);
}
.signup-form .form-submit{
	width: 25%;
	height: 48px;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0px 4px 4px 0px;
	background-image: url('../images/Vector.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #4471B7;
}
.signup-form label{
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #838383;
}
.conset-check{
	position: relative;
	padding-left: 30px;
	margin: 20px 0 0 20px;
}
.conset-check input{
	position: absolute;
	left: 0;
	top: 5px;
}
@media (min-width: 576px){
	.signup-form input[type="email"]{
		width: 416px;
	}
	.signup-form .form-submit{
		width: 64px;
	}	
}
@media (min-width: 992px) {
	.signup-section h2{
		font-size: 32px;
		line-height: 44px;
	}	
}
@media (min-width: 1200px) {
	.signup-section h2{
		font-size: 40px;
		line-height: 56px;
	}	
}
.page-wrapper{
	padding: 100px 0 50px;
}
.video-section{
	padding: 50px 0 0;
}
.video-cat-title{
	font-size: 32px;
	line-height: 38px;
	color: #000;
	font-weight: 400;
}
.video-slider-wrap{
	margin-left: -15px;
	margin-right: -15px;
}
.video-card{
	margin: 0 15px;
}
.video-card .featured-image,
.post-featured-image{
	height: 238px;
	margin-bottom: 25px;
}
.video-title,
.video-card span,
.post-card h3{
	font-size: 22px;
	line-height: 30px;
	color: #223C61;
	font-weight: 500;
	margin: 0;
}
.video-card span{
	font-weight: 400;
}
.video-card p,
.post-card p{
	margin: 20px 0;
}
.read-more{
	color: #4471B7;
	font-weight: 600;
	display: inline-block;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s;
}

.hover-over:hover .read-more{
	background-size: 100% 2px;
}
.blog-col{
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.page-wrapper{
		padding:132px 0 70px;
	}
}
@media (min-width: 1200px) {
	.page-wrapper{
		padding: 207px 0 100px;
	}
	.video-card{
		width: 342px;
	}
	.blog-col{
		margin-bottom: 80px;
	}
}
@media (max-width: 991px) {
	.line-md-none span:before{
		content: none;
	}
	.line-md-none:after{
		content:'';
		display: block;
		width: 160px;
		height: 1px;
		background: #4471B7;
		opacity: 0.5;
		margin: 20px 0 0;
	}
}
.team-card{
	max-width: 342px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFDF8;
	box-shadow: 0px 4px 30px 0px #0000001A;
}
.team-card .team-image div{
	width: 100%;
	height: 350px;
	border-radius: 4px 4px 0px 0px
}
.team-bio{
	padding: 20px;
}
.team-card h3{
	font-size: 32px;
	line-height: 40px;
	color: #223C61;
	margin: 0;
}
.team-card span{
	font-weight: 500;
	display: block;
	margin: 0 0 20px;
	font-size: 14px;
}
.team-card p{
	font-size: 16px;
	line-height: 22px;
	color: #838383;
	margin: 0;
}
.team-card .more{
	color: #223C61;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s;
}

.team-card .more:hover{
	background-size: 100% 2px;
}
.mb-40{
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.team-card{
		width: 100%;
		max-width: 100%;
	}
	.team-card .team-image div{
		width: 270px;
		height: 100%;
		border-radius: 4px 0px 0px 4px
	}
	.team-card h3{
		font-size: 36px;
		line-height: 40px;
	}
	.team-card span{
		font-size: 18px;
		line-height: 22px;
	}
	.team-bio{
		padding: 24px;
	}	
}
.services-category-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.services-category-list li{
	display: inline-block;
	margin: 0 20px 10px 0;
}
.services-category-list li a{
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	color: #223C61;
	opacity: 0.4;
	font-family: 'Butler';
}
.services-category-list li a:hover,
.services-category-list li a.is-checked{
	opacity: 1;
}
.service-block{
	overflow: hidden;
	border-radius: 4px;
	min-height: 378px;
	max-width: 225px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 4px 30px 0px #0000001A;
}
.cat-image{
	height: 150px;
}
.service-info{
	padding: 16px;
}
.service-block h3{
	font-size: 28px;
	line-height: 33px;
	color: #223C61;
	margin: 0 0 20px;
}
.service-block span{
	display: block;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px;
}
.service-item-col{
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.services-category-list li a{
		font-size: 28px;
		line-height: 40px;
	}
	.cat-image{
		height: 208px;
	}	
}
@media (min-width: 1200px) {
	.services-category-list li{
		display: block;
		margin: 0 0 20px;
	}
	.services-category-list li a{
		padding-left: 75px;
	}
	.services-category-list li a:before{
		content: '';
		width: 56px;
		height: 1px;
		background: currentColor;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.cat-image{
		height: 160px;
	}	
	.service-item-col{
		margin-bottom: 70px;
	}
}
.google-map h3{
	font-size: 22px;
	color: #223C61;
	font-family: 'Gilroy';
	font-weight: 500;
	margin: 20px 0 10px;
}
.google-map address{
	color: #838383;
	font-size: 16px;
	line-height: 24px;
}
.contact-content h2{
	font-size: 32px;
	line-height : 38px;
	color: #000;
}
.contact-content table{
	border: 0;
}
.contact-content table tr td{
	border: 0;
	font-size: 16px;
	line-height: 24px;
}
.contact-content table tr td:first-child{
	color: #000;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	padding-right: 10px;
}
.form-fieldset input[type="tel"],
.form-fieldset input[type="text"],
.form-fieldset input[type="email"]{
	border: 0;
	padding: 12px 15px;
	background: #fff;
	border-radius: 4px;
	color: #223C61;
	font-size: 16px;
	line-height: 25px;
	width: 100%;
	margin: 0 0 20px;
	color: #223C61;
	box-shadow: 0px 4px 30px 0px #0000001A;
}
.form-fieldset textarea{
	width: 100%;
	height: 215px;
	border-radius: 4px;
	resize: none;
	border: 0;
	background: #fff;
	padding: 12px 15px;
	margin: 0 0 20px;
	color: #223C61;
	font-size: 16px;
	line-height: 25px;
	box-shadow: 0px 4px 30px 0px #0000001A;
}
.form-fieldset select {
	display: block;
	width: 100%;
	padding: 12px 15px;
	border : 0;
	color: #223C61;
	background-image:  url('../images/arrow-down.svg');
	background-repeat: no-repeat;
	background-position: right .85rem center;
	background-size: 24px 24px;
}
.form-fieldset label{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #223C61;
	margin: 0 0 8px;
}
.form-fieldset .gfield_radio label,
.form-fieldset .gfield_checkbox label{
	font-size: 16px;
	line-height: 16px;
	padding-left: 40px;
	color: #909EB0;
}
.gfield_radio .gchoice{
	margin-right: 50px;
}
.gfield_checkbox .gchoice{
	margin-right: 30px;
}
.gchoice{
	position: relative;
}
.gfield_radio .gchoice input[type="radio"]:checked, 
.gfield_radio .gchoice input[type="radio"]:not(:checked),
.gfield_checkbox .gchoice input[type="checkbox"]:checked,  
.gfield_checkbox .gchoice input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.gfield_radio .gchoice label:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fef9f2;
	border: 2px solid #d9dee6;
}
.gfield_radio .gchoice label:after{
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 50%; 
	background: #fef9f2
}
.gfield_checkbox .gchoice label:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid #4471B7;
}


.gfield_radio .gchoice input:checked + label{
	color: #4471B7;
}
.gfield_radio .gchoice input:checked + label:after{
	background: #4471B7;
}
.gfield_radio .gchoice input:checked + label::before {
	border: 2px solid #4471B7;
	background-color: transparent;
}
.gfield_checkbox .gchoice input:checked + label:after{
	background: #AD161F;
}
.gfield_checkbox .gchoice input:checked + label::before {
	border: 2px solid #4471B7;
	background-color: #4471B7;
}

.file-input{
	padding: 40px;
	text-align: center;
	overflow: hidden;
	border: 2px dashed #223C61;
}
.file-input label{
	display: block;
	color: #223C61;
	opacity: 0.6;
}
.info-para p{
	font-size: 22px;
	line-height: 30px;
	color: #223C61;
	font-weight: 500;
}
.center-wrap{
	max-width: 980px;
	margin: 0 auto;
}
.bookly-progress-tracker{
	text-align: center;
	color: #838383;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	max-width: 980px;
	margin: 0 auto;
	align-items: center;
	position: relative;
	font-weight: 400;
	justify-content: space-between;
}
.bookly-progress-tracker div{
	position: relative;
	z-index: 2;
}
.bookly-progress-tracker .step{
	display: block;
	width: 32px;
	height: 32px;
	margin: 20px auto 0;
	border-radius: 50%;
	border: solid 1px #838383;
	position: relative;
	background: #fff;
}
.bookly-progress-tracker div.active .step{
	background: linear-gradient(0deg, rgba(68, 113, 183, 0.7), rgba(68, 113, 183, 0.7)),
	linear-gradient(0deg, #838383, #838383);
	border: 1px solid #838383

}
.bookly-progress-tracker div.done .step:after{
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% ,-50%)rotate(45deg);
  height: 12px;
  width: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.bookly-progress-tracker:after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 15px;
	background-color: #838383;
}
.bookly-progress-tracker div:first-child .step:before{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 1px;
	transform: translateY(-50%);
	background-color: #fff;
}
.bookly-progress-tracker div:last-child .step:after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left: 1px;
	transform: translateY(-50%);
	background-color: #fff;
}

@media (max-width: 767.98px) {
	.bookly-progress-tracker {
		font-size: 10px;
	}
}
.services-widget{
	margin-bottom: 70px;
}
.services-widget span{
	font-size: 16px;
	line-height: 25px;
}
.services-widget h2{
	font-size: 36px;
	line-height: 40px;
	color: #223C61;
	display: block;
	padding: 0 0 20px;
	margin: 0;
}
.services-widget .widget-heading{
	border-bottom: 1px solid #4471B7;
	margin: 0 0 40px;
}
.align-right{
	padding-left: 20px;
}
.align-right .price{
	color: #4471B7;
	padding-right: 10px;
}
.align-right .time{
	color: #838383;
	padding-left: 10px;
}
.align-left{
	padding-right: 20px;
	color: #000000;
	font-weight: 500;
}
.dots {
  flex: 1;
  border-bottom: 1px dotted #000;
}
@media (max-width: 767.98px) {
	.services-widget span{
		font-size: 14px;
		line-height: 20px;
	}	
}
/*=================
Slick Slider
===================*/
.js-slide {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.js-slide:first-child {
    height: auto;
	visibility: visible;
    overflow: visible;
}

.js-carousel.slick-initialized .js-slide {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
.video-slider {
	padding-bottom: 30px;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	fill: #637b82;
	color: #637b82;
	background-color: transparent;
	text-align: center;
	border-radius: 50%;	
	border: solid 2px #637b82;
    cursor: pointer;
	left: -15px;
	z-index: 999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	fill: #012a36;
	border: solid 2px #012a36;
}

.slick-prev svg,
.slick-next svg {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	fill: #012a36;
}	
.slick-next {
	left: auto;
    right: -15px;
}

/* Dots */
.slick-dots {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}


	
.slick-dots li {
	margin: 0;
	padding: 0;
    display: inline-block;
}

.slick-dots li button {
	text-indent: -9999px;
	height: 14px;
	width: 14px;
	border: 0;
	border-radius: 50%;
	padding: 0;
	margin: 0 5px;
	font-size: 10px;
	outline: none;
	line-height: 12px;
	background: #223C61;
	opacity: 0.2;
}

.slick-dots li.slick-active button {
	opacity: 1;
}
/*
Footer
*/
.site-footer{
	padding: 60px 0;
	background-color: #223C61;
}
.footer-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.footer-menu ul li{
	display: block;
	margin: 0 0 30px;
}
.footer-menu ul li:first-child{
	margin-left: 0;
}
.footer-menu ul li:last-child{
	margin-right: 0;
}
.footer-menu ul li a{
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	display: block;
}

.width-100{
	width: 100%;
}
.privacy-list{
	padding: 0;
	margin: 0;
}
.copy-right p,
.privacy-list a{
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	color: #fff;
    opacity: 0.8;
}
.privacy-list a{
	display: inline-block;
}
.copy-right .brandM{
	margin: 15px 0;
}
@media (max-width: 767.98px) {
	.copy-right{
		padding-top: 15px;
	}
}
@media (min-width: 768px) {
	.footer-menu ul li{
		margin: 0 15px;
		display: inline-block;
	}
	.site-footer{
		padding: 80px 0 60px;
	}	
}
@media (min-width: 992px) {
	.copy-right .brandM{
		padding: 0 20px;
		margin: 0 20px;
		border-left: solid 1px #ffffff4f;
		border-right: solid 1px #ffffff4f;
	}	
}
@media (min-width: 1200px) {
	.width-100{
		width: auto;
	}
}