/**********************************************

Mixin

***********************************************/

/* Font Family Start */

/* Font Family End */

body {

	font-size: 16px;

	margin: 0px;

	padding: 0px;

	color: #000;

	line-height: normal;

	font-family: 'AvenirMedium';

	background: #fff;

}



html,

body {

	/* height: 100%; */

}



a,

input,

button,

textarea {

	outline: none !important;

}



a {

	transition: all ease-in-out 300ms;

	-webkit-transition: all ease-in-out 300ms;

	-ms-transition: all ease-in-out 300ms;

	-o-transition: all ease-in-out 300ms;

	-moz-transition: all ease-in-out 300ms;

	text-decoration: none !important;

}



.pad-left {

	padding-left: 0;

}



.pad-right {

	padding-right: 0;

}



.pad-top {

	padding-top: 0;

}



.pad-bottom {

	padding-bottom: 0;

}



.padding {

	padding: 0;

}



h1 {

	font-size: 30px;

	line-height: 30px;

	margin: 0;

}



h2 {

	font-size: 20px;

	line-height: 20px;

	margin: 0;

}



h3 {

	font-size: 20px;

	line-height: 20px;

	margin: 0;

}



h4 {

	font-size: 18px;

	line-height: 18px;

	margin: 0;

}



h5 {

	font-size: 26px;

	line-height: 26px;

	margin: 0;

}



h6 {

	font-size: 22px;

	line-height: 22px;

	margin: 0;

}





p {

	margin: 0px;

}

img {

	max-width: 100%;

	height: auto;

}

.col-centered {

	float: none;

	margin: 0 auto;

}

.height-full {

	height: 100%;

	/* overflow: hidden; */

}



html {

	height: 100%;

}



.border-btn {

	padding: 12px 30px;

	border: 1px solid #eaebec;

	background: transparent;

	border-radius: 25px;

	-webkit-border-radius: 25px;

	-moz-border-radius: 25px;

	-ms-border-radius: 25px;

	-o-border-radius: 25px;

	color: #b5b5b5;

	text-transform: capitalize;

	font-size: 16px;

	line-height: 16px;

	font-weight: 600;

}



.border-btn:hover {

	border-color: #1f45a0;

	color: #1f45a0;

}

.btn-small {

	padding: 10px 12px;

	border: 1px solid transparent;

	background: #96785d;

	border-radius: 25px;

	-webkit-border-radius: 25px;

	-moz-border-radius: 25px;

	-ms-border-radius: 25px;

	-o-border-radius: 25px;

	color: #fff;

	text-transform: capitalize;

	font-size: 14px;

	line-height: 14px;

	letter-spacing: 0.5px;

	font-weight: 600;

}



.btn-small i {

	margin-left: 5px;

}



.btn-small:hover {

	border-color: #96785d;

	color: #96785d;

	background: transparent;

}





.btn-grey {

    font-size: 16px;

    line-height: 16px;

    color: #061f59;

    background: #eaebec;

    padding: 12px 40px;

    border-radius: 19px;

    -webkit-border-radius: 30px;

    -moz-border-radius: 30px;

    -ms-border-radius: 30px;

    -o-border-radius: 30px;

    font-weight: 600;

    border-color: #dedfe2;

    letter-spacing: 0.5px;

}



.btn-grey:hover {

	background-color: #061f59;

    color: #ffffff;

}







/******************************************************************/

/********************* Header start *************************/

/******************************************************************/



.h-inner {

	display: flex;

	align-items: center;

	justify-content: space-between;

}



.m-burger {

	/* float: left;

	padding: 0px 30px;

	margin-top: 3px; */

	position: relative;

    z-index: 99;

}

.header-activity {
    vertical-align: middle;
    display: inline-block;
}

.header-activity ul {
	display: block;
	margin: 0;
	padding: 0 88px 0 0;
	list-style-type: none;
}

.header-activity ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

.header-activity ul li:hover {
	opacity: 0.7;
}

.header-activity ul li:last-child {
	margin-right: 0;
}



.m-header-activity {
    vertical-align: middle;
	text-align: center;
	padding: 0 0 15px 0;
	display: none;
}

.m-header-activity ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.m-header-activity ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
    width: 60px;
}

.m-header-activity ul li:hover {
	opacity: 0.7;
}

.m-header-activity ul li:last-child {
	margin-right: 0;
}


.m-burger a {
	display: inline-block;
	vertical-align: middle;
}



.m-burger a .icon-bar {
	width: 30px;

	height: 4px;
    background-color: #236496;

	display: block;

	margin-bottom: 5px;

	transition: ease-in-out 0.2s;

	-webkit-transition: ease-in-out 0.2s;

	-ms-transition: ease-in-out 0.2s;

	position: relative;

}



.h-logo {

	width: 50%;

	text-align: center;

	padding: 10px 0 10px;

}



.h-logo a img {

	/* width: 170px; */
	width: 248px;

}



.m-burger.active a .icon-bar:nth-child(1) {

	transform: rotate(45deg);

	top: 7px;

}



.m-burger.active a .icon-bar:nth-child(2) {

	display: none;

}

.m-burger.active a .icon-bar:nth-child(3) {

	transform: rotate(-45deg);

}



.sidebar {

	position: fixed;

    right: 0;

    left: auto;

    top: 0;

    bottom: 0;

    -webkit-transform: translateX(110%);

    transform: translateX(110%);

    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0, 1);

    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0, 1);

    transition: transform 0.6s cubic-bezier(0.8, 0, 0, 1);

    transition: transform 0.6s cubic-bezier(0.8, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0, 1);

    box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);

    -webkit-box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);

    -moz-box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);

    -ms-box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);

    -o-box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);

    background: #006699;

	z-index: 999;

	width: 320px;

}

.sidebar {



}

.sidebar .close {

	position: absolute;
	top: 20px;
    left: 20px;
	width: 32px;

	height: 32px;

	opacity: 1;
    border-radius: 5px;
  }

  .sidebar .close:hover {

	opacity: 1;

  }

  .sidebar .close:before, .sidebar .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 6px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

  .sidebar .close:before {

	transform: rotate(45deg);

  }

  .sidebar .close:after {

	transform: rotate(-45deg);

  }

  

.sidebar.open {

	-webkit-transform: translateX(0);

	transform: translateX(0);

}



.sidebar .logo a  {

	display: block;

    text-align: center;

}



.sidebar .logo a img {

	width: 150px;

	margin: 0 auto;

}



.sidebar .menu-list {

	/* padding: 39px 0 0;

	height: 100%; */
	padding: 60px 0 40px 0;
    height: 100%;

}



.sidebar .menu-list ul {

	list-style-type: none;

	margin: 0;

	padding: 0;

}



.sidebar .menu-list ul li {
	/* display: block;
	padding: 15px; */
    margin-top: 4px;
}





.sidebar .menu-list ul li a {

	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;

	color: #fff;
	font-size: 16px;
    line-height: 50px;
    font-weight: bold;
	letter-spacing: .14em;
    transition: .3s;
	font-family: 'AvenirMedium';

	display: block;

	text-decoration: none;
	padding: 0 45px 0 70px;

}

.sidebar .menu-list ul li.active a {
	opacity:0.8;
}

.sidebar .menu-list ul li a:hover {
	opacity:0.8;
}



.bg-color.bg-overlay {

    background-color: rgba(34, 74, 152, 0.6);

    position: absolute;

    z-index: 99;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

}



/******************************************************************/

/********************* Header end *************************/

/******************************************************************/

.b-left {
	position:relative;
	height: 100%;

}

.b-left img {

	height: 100%;

    object-fit: cover;

    width: 100%;

}

.b-right {

	/* margin: -30px 0 0; */

}

.b-right .b-right-top {

	position: relative;

	cursor: pointer;

}

.b-right .b-right-top img.img-fluid {
    margin: -13px 0 0 0;
}


.b-right .b-right-top .img-overlay {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(0,0,0,0.5);

	opacity: 0;

	-webkit-transition: all 300ms ease-out;

    -moz-transition: all 300ms ease-out;

    -o-transition: all 300ms ease-out;

    -ms-transition: all 300ms ease-out;

    transition: all 300ms ease-out;

}

.b-right .b-right-top .top-detail {

	position: absolute;

	top: 16px;

    left: 25px;

    right: 0;

    opacity: 1;


	z-index: 99;

	-webkit-transition: all 300ms ease-out;

	-moz-transition: all 300ms ease-out;

	-o-transition: all 300ms ease-out;

	-ms-transition: all 300ms ease-out;

	transition: all 300ms ease-out;

}

 .b-left .top-detail {
	position: absolute;

	bottom: 18px;

    left: 25px;

    right: 0;

    opacity: 1;

	z-index: 99;

	-webkit-transition: all 300ms ease-out;

	-moz-transition: all 300ms ease-out;

	-o-transition: all 300ms ease-out;

	-ms-transition: all 300ms ease-out;

	transition: all 300ms ease-out;
 }


.b-right .b-right-top .top-detail p, .b-left .top-detail p {

	font-size: 17px;

	line-height: 23px;

	color: #fff;

	font-family: 'MerriweatherRegular';

}

.banner-main .b-text {

	background: #3693e5;

	position: relative;

	width: 100%;

	margin: -80px 0 0 -120px;

	padding: 22px 20px 60px;

	text-align: center;

}

.banner-main .b-text:after {

	position: absolute;

    bottom: auto;

    right: 0;

    width: 0;

    height: 0;

    border-top: 40px solid #3693e5;

    border-left: 40px solid transparent;

    display: block;

    content: '';

    top: 100%;

	

}

.banner-main .row {

	margin: 0 -6px;

}



.banner-main [class*=col-] {

	padding: 0 6px;

}





.banner-main .b-text p  {

	font-size: 60px;

    line-height: 61px;

    color: #fff;

    letter-spacing: 1px;

    margin: 0;

    font-family: 'Carstenz';

    margin: 0 0 5px;

}

.banner-main .b-text h2  {

	font-size: 79px;

	line-height: 79px;

	color: #fff;

	letter-spacing: 1px;

	margin: 0;

	font-family: 'MerriweatherRegular';

}



.banner-main .b-text h2 span  {

	font-family: 'GaramondItalic';

}



.b-slider {

	width: 145px;

    background: #fff;

    text-align: center;

    position: absolute !important;

    top: auto;

    height: 175px;

    padding: 9px 9px 30px;

    opacity: 0;

    margin: 20px auto 0;

	transform: rotate(-15deg);

	-webkit-transform: rotate(-15deg);

	-moz-transform: rotate(-15deg);

	-ms-transform: rotate(-15deg);

	-o-transform: rotate(-15deg);

    top: 60px;

    left: -60px;

	box-shadow: -5px 1px 5px 0px rgba(0, 0, 0, 0.20);

	-webkit-box-shadow: -5px 1px 5px 0px rgba(0, 0, 0, 0.20);

	-moz-box-shadow: -5px 1px 5px 0px rgba(0, 0, 0, 0.20);

	-ms-box-shadow: -5px 1px 5px 0px rgba(0, 0, 0, 0.20);

	-o-box-shadow: -5px 1px 5px 0px rgba(0, 0, 0, 0.20);

	right: 0;

}



.b-slider.slick-initialized {

	opacity: 1;

}



.banner-bottom {

	position: relative;

	margin-top: -30px;

}

.banner-bottom .small-bg {

	width: 205px;

    margin: 0 auto;

    transform: rotate(15deg);

    -webkit-transform: rotate(15deg);

    -moz-transform: rotate(15deg);

    -ms-transform: rotate(15deg);

    -o-transform: rotate(15deg);

    padding-left: 40px;

}



.banner-bottom .small-bg .bottom-img {

	margin-top: -50px;

}

.banner-bottom .small-bg .logo-img {

	background: #fff;

	border-radius: 50%;

	-webkit-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

	-moz-border-radius: 50%;

	padding: 5px;

	

}



/****** trip section start *******/

.trip-sec {

	margin: 40px 0 0;

}



.trip-content {

	padding: 15px 50px;

	text-align: center;

}



.trip-content h3 {

	font-size: 54px;

	line-height: 54px;

	color: #006699;

	font-family: 'Carstenz';

	letter-spacing: 2px;

}



.trip-content h4 {

	letter-spacing: 2px;

	font-size: 25px;

	line-height: 32px;

	color: #000000;

	font-family: 'AvenirRoman';

	margin: 0 0 30px;

}

.trip-content p {

	letter-spacing: 2px;

	font-size: 15px;

	line-height: 25px;

	color: #666666;

	font-family: 'MerriweatherRegular';

}

.trip-content p a {

	color: #666666;

}



.slick-slide,

.trip-item {

	outline: none !important;

}





.trip-slider .slick-arrow {

	position: absolute;

	right: 0;

	bottom: auto;

	display: block;

	width: 70px;

	height: 45px;

	cursor: pointer;

	background-color: #fff;

	z-index: 9;

	text-align: center;

	top: 50%;

	transform: translate(0,-50%);

	-webkit-transform: translate(0,-50%);

	-moz-transform: translate(0,-50%);

	-ms-transform: translate(0,-50%);

	-o-transform: translate(0,-50%);

}





.trip-slider .slick-arrow svg {

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);

	-moz-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%);

	width: 41px;

	height: auto;

}



.trip-slider .slick-arrow svg path {

	fill: #7a7a7a;

}



.trip-slider .slick-arrow.slick-prev {

	/* margin: 0 0 -5px 0; */

	left: -40px;

}



.trip-slider .slick-arrow.slick-next {

	/* margin-bottom: 55px; */

	right: -40px;

}

.trip-slider {

	padding: 50px 0;

	margin-left: 70px;

	opacity: 0;

}

.trip-slider.slick-initialized {

	opacity: 1;

}



.trip-slider:after {

	position: absolute;

	top: 0;

	right: 0;

	left: 0;

	bottom: 0;

	background: #f9f9f9;

	content: '';

	display: block;

	width: 80%;

	z-index: -1;

}



.trip-item .trip-img img  {

	width: 100%;

}



/****** trip section end *******/





.section-title {

	text-align: center;

}



.section-title h2 {

	font-size: 55px;

	line-height: 55px;

	color: #006699;

	font-family: 'Carstenz';

	margin: 0 0 20px;

}

.section-title p {

	font-size: 15px;

	line-height: 25px;

	color: #575757;

	font-family: 'MerriweatherRegular';

}

.j-list {

	padding: 40px 0 0;

}



.j-block {

	text-align: center;

}

.journey-sec {

    padding: 85px 0;

}



.j-list .nav  {

	align-items: center;

    justify-content: space-evenly;

}

.j-list .nav  li .icon {

	height: 80px;

	margin:0 0 16px;

	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;

}



.j-list .nav  li a.active .icon img ,

.j-list .nav  li a:hover .icon img {

	opacity: 0.8;

}



.j-list .nav  li a h4 {

   font-size: 20px;

   line-height: 20px;

   color: #212121;

   font-family: 'AvenirMedium';

}



.j-block-detail {

	max-width: 64%;

	margin: 40px auto 0;

	text-align: center;

}



.j-block-detail .detail-block p {

	font-size: 16px;

	line-height: 25px;

	color:#a34715;

	font-family: 'MerriweatherRegular';
	min-height: 78px;

}



.j-block-detail .detail-block {

	/* display: none; */

}



/****** happen-sec start *****/

.happen-sec .section-title {

	position: absolute;

	top: 30px;

	right: 0;

	left: 0;

}



.happen-sec .section-title h2 {

	color: #fff;

}

.happen-sec .ha-left img {

	width: 100%;

}



.happen-right {

	height: 100%;

	background: #f8f8f8;

	display: flex;

    align-items: center;

}



.happen-right .row {

	margin: 0 -30px;

}

.happen-right [class*=col-] {

	padding: 0 30px;

}

.happen-right .h-block {

	text-align: center;

}



.happen-right .h-block .img {

	border-radius: 50%;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

	height: 170px;

	width: 170px;

	margin: 0 auto 40px;

}

.happen-right .h-block img {

	border-radius: 50%;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

}



.happen-right .h-block .dt-block span {

	color: #3f454c;

	display: block;

	margin: 0 0 15px;

	text-transform: capitalize;

}



.happen-right .h-block .dt-block h2 {

	font-size: 20px;

	line-height: 20px;

	color: #0c3f6a;

	text-transform: capitalize;	

	letter-spacing: 2px;

	margin: 0  0 20px;

}



.happen-right .h-block .dt-block a {

	font-size: 16px;

	line-height: 16px;

	margin: 0 2px;

	color: rgba(181,97,65,1);

	text-transform: capitalize;	

	position: relative;

	display: inline-block;

	/* font-weight: 600; */
	font-weight: bold;

}

.happen-right .h-block .dt-block a:hover {

	color: rgba(181,97,65,0.8);

}



.happen-right .h-block .dt-block a:after {

	position: absolute;

	left: 0;

	top: 0;

	bottom: 0;

	width: 1px;

	background: #b56141;

	content: '';

	display: block;

	right: -5px;

	left: auto;

}



.happen-right .h-block .dt-block a:last-child:after {

	display: none;

}



/****** happen-sec end *****/





.travel-slider {

	z-index: 99;

	opacity: 0;

}

.travel-slider.slick-initialized {

	opacity: 1;

}

.travel-slider .t-detail {
    background: #71b246;
    padding: 65px 45px;
    width: 75%;
    margin-right: 15px;
    position: relative;
	height: 450px;
	height: 590px;
}

.travel-slider .slick-track {

	/* padding: 0px 0px 50px; */

}

.travel-slider .t-detail:after {

	position: absolute;

    bottom: auto;

    right: 0;

    width: 0;

    height: 0;

    border-top: 40px solid #71b246;

    border-left: 40px solid transparent;

    display: block;

    content: '';

    top: 100%;

}

.travel-slider .logo {

	margin-top: auto;

	margin-bottom: 20px;
	/* margin-bottom: 70px; */

}



.travel-slider .logo img {

	max-width:100%;

}



.travel-slider .t-detail p {

	font-size: 35px;

	line-height: 40px;

	letter-spacing: 1px;

	color: #fff;

	font-family: 'AvenirLight';

}

.travel-slider .t-detail span {

	font-size: 30px;

	line-height: 30px;

	letter-spacing: 1px;

	color: #fff;

	font-family: 'AvenirLight';

	display: block;

	margin: 10px 0 0;

}



.travel-slider .travel-item {

	display: flex !important;
	padding-bottom: 50px;

}





.youtube-v {

	display: flex;

    height: 100%;

}

.youtube-v img {

	width: 100%;

	object-fit: cover;

}



.youtube-v .v-btn {

	position: absolute;

	top: 50%;

	left: 0;

	right: 0;

	text-align: center;

	display: inline-block;

	transform: translate(0,-50%);

	-webkit-transform: translate(0,-50%);

	-moz-transform: translate(0,-50%);

	-ms-transform: translate(0,-50%);

	-o-transform: translate(0,-50%);

}



.youtube-v .v-btn a {

	font-size: 50px;

	line-height: 50px;

	color: #da4336;

}



.video-sec {

	margin-top: -50px;

	overflow: hidden;



}

.video-sec .section-title {

	text-align: left;

}

.video-sec .video-right {

	background: #f8fafb;

	height: 100%;	

	padding: 0 80px;

    align-items: center;

    justify-content: center;

    display: flex;



}



.video-b {

	margin-top: 40px;

}

.video-b a {

	display: flex;

	align-items: center;

	display: inline-block;

	color:#006699;
}

.video-b a:hover {
	opacity: 0.5;
}


.video-b p {
	display: inline-block;
}

.video-b .icon {

	height: 40px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #3693e5;
    border: 1px solid #3693e5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding-left: 3px;
    display: inline-block;
    text-align: center;

}



.video-sec .right-bg {

	position: absolute;

    width: 6000px;

    background: #f8fafb;

    height: 100%;

    top: 0;

    bottom: 0;

    z-index: -1;

    left: 0;

}



.modal .modal-body button.close {

	position: absolute;

    top: -32px;

    right: -32px;

    color: #fff;

    opacity: 1;

    background: #000;

    padding: 5px 8px;

}

.modal .modal-body {

	padding: 0;

}

.modal .modal-body iframe {

	height: 400px;

	width: 100%;

}











/* location slider start */

.location-bg {

	position: relative;

	background: url(../images/covington_bottom.png) no-repeat ;

	background-size:cover;

	background-position:center center;

	position:relative;

}



.overlay-location {

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background-color:rgba(0,0,0,0.5);

}





.location-slider .slider-arrows .slick-arrow {	

	/* box-shadow: 0px 10px 20px 0px rgba(138, 138, 138, 0.35); */

	font-size: 70px;

    line-height: 70px;

	position: absolute;

	display: flex;

	align-items: center;

	justify-content: center;

	color: #fff;

	transform: translate(0,-50%);

	-webkit-transform: translate(0,-50%);

	-moz-transform: translate(0,-50%);

	-ms-transform: translate(0,-50%);

	-o-transform: translate(0,-50%);

	top: 50%;

	cursor: pointer;

}







.location-slider .slider-arrows .slick-prev {

	left: 30px;

}



.location-slider .slider-arrows .slick-next {

	right: 30px;

}





.location-slider .slick-slider .slick-track {

	display: flex;

    justify-content: center;

	align-items: center;

	padding: 100px 0;

}

.location-item {

	position: relative;

	text-align: center;

}



.horizontal-item {

    padding: 20px;

    background: url(../images/border-horizontal.png) repeat;

    display: inline-block;

    background-repeat: round;

    background-size: cover;

	max-width: 241px;
}



.vertical-item {

    padding: 20px;

    background: url(../images/border-vertical.png) repeat;

    display: inline-block;

    background-repeat: round;

	background-size: cover;
	
	max-width: 201px;

}



.location-item img {

	/* border: 15px solid transparent; */

    /* padding: 0px; */

	/* border-image: url(../images/border.png) 14 round; */

	/* margin: 0 auto; */

}



.round-location {

	position: absolute;

	content: '';

	background-color: #fff;

	width: 185px;

	height: 185px;

	border-radius: 50%;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%; 

    display: flex;

    align-items: center;

    justify-content: center;

	text-align: center;

	right: 0;

	bottom: -80px;

}



.round-location h2 {

	font-size: 19px;

	line-height: 19px;

	font-family: 'AvenirMedium';

	color: #3693e5;

	

}

.round-location p {

	font-size: 16px;

	line-height: 24px;

	font-family: 'AvenirLight';

	margin:15px  0 10px;

}

.round-location a {

	font-size: 19px;

    line-height: 19px;

	font-family: 'AvenirLight';

	color: #d80e2a;

}

.round-location a:hover {

	opacity: 0.8;

}



/* location slider end */



/* footer start */

.footer {

	background-color: #222222;

	padding: 35px 0;

}

.f-top .f-title h2 {

	color: #b2b2b2;

	font-size: 18px;

	line-height: 18px;

	font-family: 'AvenirMedium';

	margin-bottom: 30px;

	text-transform: uppercase;

}

.f-block {

	margin-top: 50px;

}

.block-list ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

}

.block-list ul li {

	color: #b2b2b2;

	font-size: 14px;

	line-height: 14px;

	font-family: 'AvenirMedium';

	margin-bottom: 16px;

}

.block-list ul li a {

	color: #909090;

}

.block-list ul li a:hover {

	color: #fff;

}

.custom-form {

	position: relative;

	width: 350px;

	height: 35px;

}

.custom-form .form-control {

	width: 100%;

	border-radius: 0;

	border: 1px solid #e3e6ea;

	font-size: 14px;

	line-height: 14px;

	background-clip: unset;

	padding: 0 135px 0 13px;

}

.count-btn {

	background-color: #3693e5;

	font-size: 14px;

	line-height: 35px;

	height: 35px;

	color: #fff;

	border: none;

	text-transform: uppercase;

	width: 130px;

	position: absolute;

	top: 0;

	right: 0;

	text-align: center;

}

.social-icon {

	padding: 20px 0 0;

}

.social-icon ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

}

.social-icon ul li {

	display: inline-block;

	padding: 0 19px 0 0;

	

}

.social-icon ul li a {

	position: relative;

    display: block;

    text-decoration: none;

    font-size: 22px;

    line-height: 22px;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

	background-color: rgba(235,235,236,1);

	box-shadow:0px 5px 0px 0px rgba(224,224,224,0.1);

	-webkit-box-shadow:0px 5px 0px 0px rgba(224,224,224,0.1);

	-moz-box-shadow:0px 5px 0px 0px rgba(224,224,224,0.1);

	-ms-box-shadow:0px 5px 0px 0px rgba(224,224,224,0.1);

	-o-box-shadow:0px 5px 0px 0px rgba(224,224,224,0.1);

	display: flex;

	align-items: center;

	justify-content: center;

}

.social-icon ul li a:hover {

	/* background-color: rgba(235,235,236,0.8); */

}

.social-icon ul li a:hover i {

	/* opacity: 0.8; */

}

.social-icon ul li a i {

	/* position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);

	-moz-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%); */

}

.facebook {

	color: #3a5897;

}

.twitter {

	color: #09bbf1;

}

.youtube {

	color: #d93b38;

}

.instagram {

	color: #3e86b4;

}



.facebook:hover {

	background: #3a5897;

	color: #fff;

}

.twitter:hover {

	background: #09bbf1;

	color: #fff;

}

.youtube:hover {

	background: #d93b38;

	color: #fff;

}

.instagram:hover {

	background: #3e86b4;

	color: #fff;

}

.f-bottom {

	text-align: right;

	padding-right: 30px;

}

/* footer end */



/******* inner page start ****/
.inner-banner {
	position: relative;
}

.inner-content {
	position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    bottom: 0;
}
.inner-content h2 {
	font-size: 90px;
    line-height: 70px;
	color: #fff;
	font-family: 'AvenirMedium';
	font-weight: bold;
}
.make-diffrent {
    padding: 60px 0 0;
}

.make-diffrent .studio-left img {
	width: 100%;
    position: relative;
    z-index: 2;
}
.make-diffrent .studio-left {
	width: 100%;
    max-width: 400px;
    height: 100%;
    position: relative;
}
.make-diffrent .studio-year {
	position: absolute;
    right: 0;
    top: 55%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
	z-index: 2;
	right: -80px;
}
.make-diffrent .studio-year h2 {	
	color: #006699;
	font-size: 90px;
	/* font-weight: 700;
	font-family: 'AvenirMedium'; */
	
	margin-bottom: 0;
	line-height: 90px;	
	letter-spacing: -5px;
	font-family: 'AvenirBold';
	font-weight: bold;
}
.make-diffrent .studio-year h3 {	
	color: #006699;
	font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
	margin-bottom: 0;
	line-height: 48px;
	font-family: 'AvenirMedium';
	
}
.make-diffrent .studio-year h4 {	
	font-size: 16px;
	line-height: 16px;
    font-weight: 500;
    color: #006699;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 3px;
}
.make-diffrent .studio-year .year-text {
    position: relative;
	top: -70px;
	right: 0;
	right: -5px;
}
.make-diffrent .studio-year:before {
	content: "";
	width: 160px;
    height: 160px;

	border: 5px solid #3693e5;
	border: 5px solid #71b246;	
    display: block;
    right: 0;
    position: relative;
    top: 0;
    /* height: 100%; */
    /* width: 100%; */
    left: 0;
    right: 0;
    bottom: 0;
}
.make-diffrent .studio-right span {
	font-size: 40px;
    line-height: 40px;
    color: #006699;
    font-family: 'Carstenz';
	margin: 0 0 50px;
	letter-spacing: 2px;
	display: block;
}
.make-diffrent .studio-right h2 {
	color: #006699;
	font-size: 38px;
    line-height: 48px;
    /* font-weight: 700; */
    text-transform: uppercase;
	margin-bottom: 35px;
	font-family: 'MerriweatherRegular';
}
.make-diffrent .studio-right h5 {
	font-size: 24px;
    line-height: 30px;
    /* font-family: heebo,sans-serif; */
    color: #0c3f6a;
    /* max-width: 380px; */
    font-weight: 400;
    margin-bottom: 25px;
}
.make-diffrent .studio-right p {
	font-size: 16px;
    line-height: 25px;
    color: #575757;
	font-family: 'MerriweatherRegular';
	margin: 0 0 120px;
}
.make-diffrent .studio-right a {
	font-size: 18px;
    line-height: 18px;
    margin: 0;
    color: rgba(181,97,65,1);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: 600;
    /* text-decoration: underline !important; */
    border-bottom: 2px solid rgba(181,97,65,1);
    padding: 0 0 5px;
}

.studio-left:after {
    content: "";
    background: url('../images/circle-teckture.png') no-repeat scroll center center;
    width: 191px;
    height: 191px;
    position: absolute;
    right: -95px;
    top: 44.9%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.service-block {
    padding: 30px 32px;
    display: block;
    text-decoration: none;
    color: currentColor;
    /* border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; */
    transition: all .3s;
    position: relative;
	background: #fff;
	border: 1px solid #e6e6e6;
	/* border-right: none; */
	margin-left: -1px;
	margin-bottom: 30px;
}

.service-block:hover {
    background: #71b246;
    color: #fff
}

.service-block h2 {
    font-size: 30px;
    line-height: 30px;
    display: block;
    text-transform: uppercase;
	font-family: 'AvenirBold';
	margin-bottom: 30px;
	
}

.service-block p {
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #999;
	transition: all .3s;
	margin: 0 0 30px;
}

.service-block:hover h2,
.service-block:hover p {
    color: #fff
}

.service-block-footer {
    display: block;
    position: absolute;
    left: 32px;
    bottom: 24px
}

.service-block .ser-more {
	font-weight: 600;
    text-transform: uppercase
}


.our-services {
	background: #f8f8f8;
    padding: 60px 0;
}

.our-services .row {
	/* border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6; */
}

.our-services .service-list .row [class*=col-] {
	padding: 0;
}

.service-block svg {
	width: 48px;
	display: block;
	margin: 0 0 45px;
}

.service-block svg path {
	fill:#b56141;
}

.service-block:hover svg path {
	fill:#fff;
}



.counter-main  {
	padding: 30px 0 0;
}

.counter-block {
    display: -ms-flexbox;
    display: flex;
}

.counter-main .counter-value {
    font-size: 72px;
    line-height: 1;
    position: relative;
	margin-right: 18px;
}



.counter-main .c-text {
    padding-top: 15px;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #666
}



.wonderland-sec {
	background: url(../images/eduction1.jpg) no-repeat 0 0 / cover;
	padding: 60px 0;
}

.wonderland-sec h2 {
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
	-o-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
	font-size: 32px;
	line-height: 32px;
}

/******* inner page end ****/

.vertical-slider-m {
	/* position: relative; */
}

.inner-pages .h-logo {
	margin: 120px auto 0;
	width: auto;
}
.inner-pages .h-logo a img {
    width: 240px;
}

.inner-pages .banner-bottom {
	margin-top: 0;
    position: absolute;
	top: 0px;
	margin-left: 0;
}

.inner-page-journey .j-list .nav li a h4,
.inner-page-journey .j-list .nav li a .icon img,
.inner-page-journey .j-list .nav li a .icon img {
	opacity: 0.5;
}

.inner-page-journey .j-list .nav li a.active h4,
.inner-page-journey .j-list .nav li a:hover h4,
.inner-page-journey .j-list .nav li a.active .icon img,
.inner-page-journey .j-list .nav li a:hover .icon img {
	opacity: 1;
}

.inner-page-journey {
	padding-top: 35px;
}
.inner-page-journey .j-list .nav {
	justify-content: space-around;
}


.subhead-title {

}

.subhead-title h4 {
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 24px;
	color: #006699;
	font-family: 'MerriweatherRegular';
	margin: 0 0 10px;
	/* font-style: italic; */
}

.blog-main .image-block {
	padding: 0 0 20px;
}
.blog-main .image-block img {
	width: 100%;
}
.blog-main .row .row {
	margin: 0 -10px;
}
.blog-main .row .row [class*=col-] {
	padding: 0 10px;
}
.blog-main .single-post:last-child {
	border-bottom: none;
}
.blog-left .left-block p {
	font-family: 'MerriweatherBold';
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 9px;
}

.blog-left .left-block h2 {
	font-family: 'MerriweatherRegular';
	/* text-transform: capitalize; */
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
}
.common-block {
	padding: 0 0 30px;
}

.single-post {
	border-bottom: 2px solid #d3d3d3;
	margin-bottom: 20px;
}

.single-post p {
	font-family: 'MerriweatherBold';
	/* text-transform: capitalize; */
	display: block;
	margin: 0 ;
	font-size: 17px;
	line-height: 22px;
}
.single-post h2 {
	/* font-family: 'MerriweatherBold';
	font-family: 'MerriweatherRegular'; */
	text-transform: capitalize;
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	color: #575757;
	font-family: 'AvenirMedium';
}


.single-post a.number {
	display: block;
	color: #575757;
	font-family: 'AvenirMedium';
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
    margin: 0; 
}


.single-post ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.single-post ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.single-post ul li a {
	font-size: 16px;
	line-height: 22px;
	margin: 0 2px;
	color: rgba(0,102,153,1);
	text-transform: capitalize;	
	position: relative;
	display: inline-block;
	font-family: 'AvenirMedium';
}

.single-post ul li a:hover {
	color: rgba(0,102,153,0.8);
}



.single-post ul li a:after {
	position: absolute;
	left: 0;
	top: 4px;
    bottom: 4px;
	width: 1px;
	background: rgba(0,102,153,1);;
	content: '';
	display: block;
	right: -5px;
	left: auto;
}



.single-post ul li:last-child a:after {
	display: none;
}



.middle-post  {
	text-align: center;
	padding: 0 0 30px;
}
.middle-post .mid-image {
	border: 2px solid #d3d3d3;
	padding: 20px;
	display: inline-block;
	margin: 0 0 15px;
}

.middle-post .big-post-detail h2 {
	font-size: 22px;
    line-height: 28px;
	color: #000000;
	font-family: 'MerriweatherBold';
	/* text-transform: capitalize; */
	margin-bottom: 8px;
}
.middle-post .big-post-detail p {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #575757;
    font-family: 'AvenirBold';
}


.blog-main .row {
	margin: 0 -10px;
    flex-direction: row;
    justify-content: center;
}


.blog-left-main {
    padding: 0 10px;
	/* width: 45%; */
	display: inline-block;
    vertical-align: top;
}

.blog-right-main {
    padding: 0 10px;
	/* width: 55%; */
    display: inline-block;
    vertical-align: top;
}

.middle-col {
    width: 340px;
	padding: 0 10px;
}

.middle-col.shopping-page {
    width: 300px;
	padding: 0 10px;
}

.left-col {
	width: 235px;
	padding: 0 10px;
}

.left-col2 {
	width: 300px;
	padding: 0 10px;
}

.right-post-col {
	width: 300px;
	padding: 0 10px;
}
.product-slider {
	opacity: 0;
	cursor: pointer;
}
.product-slider.slick-initialized {
	opacity: 1;
}


.single-post .image-block {
    padding: 0 0 10px;
}
