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

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;

}

.wrapper-safe {
	overflow: hidden;
}

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;

}


.max-width-900 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.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;

}


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

/********************* Our Nav *************************/

/******************************************************************/
.our-nav-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    /* display: table; */
    flex-wrap: wrap;
    position: relative;
}
.our-nav-inner ul li {
    transition: .3s;
 }
.our-nav-inner > ul > li {
    flex: auto;
    border-right: 1px solid #e7e7e7;
    /* margin-right: 8px; */
    padding: 15px 0;
}
.our-nav-inner ul li > .mega-menu-inner {
    position: absolute;
    background-color: #f9f9f9;
    padding-top: 28px;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 999999;
    opacity: 0;
    transition: .3s;
    padding-top: 0;
    margin-top: 15px;
    pointer-events: none;
    border-top: 5px solid #005f2f;
}
.our-nav-inner ul li > .mega-menu-inner {
	transform: translateY(50px);
	transition: .3s;
	height: 0;
	width: 100%;
}
.our-nav-inner ul li:hover a h3 {
    color: white;
}
.our-nav-inner ul li:hover a h3 span {
    color: white;
}
.our-nav-inner > ul > li:hover {
    background-color: #005f2f;
}
.our-nav-inner ul li:hover .mega-menu-inner {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.our-nav-inner ul li a {
	transition: .3s;
}
.our-nav-inner ul li:hover a {
	opacity: .8;
}
.our-nav-inner ul li:hover .mega-menu-inner {
  transform: translateY(0);
	height: auto;
}
.mega-menu-all-services {
	margin-top: 30px;
}
.mega-menu-all-services a {
    color: #005f2f !important;
    font-size: 20px;
    transition: .3s;
}
.mega-menu-all-services a:hover {
    opacity: .8;
}
.our-nav-inner ul li:last-child {
	border-right: 0;
}
.our-nav-inner ul li h3 {
    padding-left: 10px;
	text-transform: uppercase;
	font-size: 18px;
}
.our-nav-inner ul li h3 > span {
    font-size: 14px;
    display: block;
    text-transform: initial;
    color: #565656;
}
.our-nav-inner ul li a {
	color: #212121;
	transition: .3s;
}
.our-nav-inner ul li a:hover {
	/* opacity: .7; */
}

@media (max-width: 991px) {
	.our-nav-inner ul li {
	    margin-bottom: 0;
	    flex: 100%;
	    border: 0;
	}
}

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

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

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


.header-full{
  width: 100%;
  transition: all 0.4s ease;
  z-index: 999;

     background: #fff;

     padding-top: 10px;
     padding-bottom: 0px;
}
@media (min-width: 991px) {
	.header-full.sticky {
	     position: fixed;
	     z-index: 999999;
	     height: calc(auto - 30px);
	     padding-top: 0;
	     padding-bottom: 0;
	}
	.header-full.sticky .h-logo a img {
	    width: 240px;
	}
}


.h-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
}




.m-burger {

	/* float: left;

	padding: 0px 30px;

	margin-top: 3px; */

	position: relative;

    z-index: 99;
    display: none;

}

.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%;*/
    padding: 10px 0 10px;
/*    margin-bottom: -80px;*/
/*    margin-left: 78px;*/
}



.h-logo a img {

	width: 320px;
	transition: .3s;

}

.header-btn a {
	display: inline-block;
	background: #005f2f;
	padding: 8px 14px;
	color: #fff;
	border-radius: 5px;
	transition: .3s;
}
.header-btn a:hover {
	opacity: .8;
}

@media (max-width: 767px) {
	.header-btn {
		display: none;
	}
}

.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: 1.6;
    font-weight: bold;
    letter-spacing: .14em;
    transition: .3s;
    font-family: 'AvenirMedium';
    display: block;
    text-decoration: none;
    padding: 0 45px 0 70px;
    margin-bottom: 30px;
}

.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;

}

@media (max-width: 991px) {
	.h-logo {
/*	    margin: auto;*/
	}
	.h-logo a img {
		width: 200px;

	}
}

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

/********************* 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: 0;

    left: 0;

    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;

	padding: 0 0 18px 25px;
 }

 .b-left .top-detail:before {
	 position: absolute;
	 content: "";
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background: url("../images/Discover-Glenview-drop-shadow.png") no-repeat;
	 background-size: cover;
	 height: 96px;
	 z-index: -1;
}
 
.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%;

	display: none;

}

.banner-main .row {

	margin: 0 -6px;

}



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

	padding: 0 6px;

}





.banner-main .b-text p  {

	font-size: 45px;
    line-height: 45px;
    font-family: 'PT Serif', serif;

    margin-bottom: 5px;

    color: #fff;

    letter-spacing: 1px;



}

.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;
    width: 164px;
    margin-left: 10px;
    padding: 10px;
    box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.20);
    background: #fff;
}
.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;
	margin-top: 0;
	margin-bottom: 70px;

}



.trip-content {

	padding: 15px 50px;

	text-align: center;

}



.trip-content h3 {
    font-size: 43px;
    line-height: 45px;
    font-family: 'PT Serif', serif;
    color: #006699;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 5px;
}



.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: 40px;
    line-height: 40px;
	font-family: 'PT Serif', serif;

	color: #006699;


	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;
    padding-top: 0;

}



.j-list .nav  {

	align-items: center;

    justify-content: space-evenly;

}
.j-list .nav  li {
	text-align: center;
}
.j-list .nav  li .icon {

	height: 80px;

	margin:0 0 8px;

	text-align: center;
	display: inline-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: 'PT Serif', serif;

}



.j-block-detail {

	max-width: 64%;

	margin: 25px auto 0;

	text-align: center;

}



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

	font-size: 16px;

	line-height: 25px;

	color: #575757;

	font-family: 'PT Serif', serif;
	min-height: 50px;

}

.featured .default-message {
    font-size: 16px;
  line-height: 25px;
  color: #575757;
  font-family: 'PT Serif', serif;
}
.featured .section-title p:empty {
    display: none;
}
.featured .section-title p>br {
    display: none;
}
.featured .j-list {
    padding-top: 0;
}


.j-block-detail .detail-block {

	/* display: none; */

}


@media (max-width: 991px) {
	.j-block-detail {
		max-width: 100%;
		margin-bottom: 30px;
	}

}

/****** 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: #f9f9f9;

	display: flex;

    align-items: center;

}


.happen-right .row {

	margin: 0 -30px;

}
.happen-right.right-box .row {
    margin: 0px;
}


.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: 24px;

	color: #0c3f6a;

	text-transform: capitalize;	

	letter-spacing: 2px;

	margin: 0  0 20px;

}
.view-calendar {
	text-align: right;
	margin-top: 30px;
}
.view-calendar a {
    font-size: 16px;
    line-height: 16px;
    color: rgba(181,97,65,0.8);
    letter-spacing: 2px;
    transition: .3s;
}
.view-calendar a:hover {
	opacity: .8;
}
@media (max-width: 1199px) {
	.view-calendar {
		text-align: right;
		margin-top: 15px;
		margin-bottom: 15px;
	}

}

.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 .sub-section {
	position: absolute;
	bottom: 40px;
	left: 20px;
	right: 20px;
	background: rgba(255, 255, 255, .6);
	padding: 15px 10px;
	text-align: center;
}
.happen-sec .sub-section h3 {
	color: #0c3f6a;
	font-weight: 600;
}
.happen-sec .sub-section h3 span {
	padding-top: 5px;
	display: block;
	font-weight: 400;
}

/****** 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: 420px;
/*	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;
    padding-right: 0;	



}



.video-b {

	margin-top: 40px;
	display: flex;	
	align-items: center;

}

.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;
    flex: 0 0 40px;
}



.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-repeat: 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.40);
}





.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;
	left: 50%;

	bottom: 30px;

}



.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: 50px 0 30px 0;
    background: url('../images/new/linen.jpg');
    background-attachment: fixed;
}
@media (max-width: 767px) {
	.widget-each {
		margin-bottom: 30px;
	}
}
.f-top .f-title h2 {
    color: #ffffff;
    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: 16px;
    line-height: 16px;
    font-family: 'AvenirMedium';
    margin-bottom: 16px;
}
@media (max-width: 767px) {
	.block-list ul li {
	    font-size: 19px;
	}

}

.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: 0 0 0;

}

.social-icon ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

}

.social-icon ul li {

	display: inline-block;

	padding: 0 7px 0 0;

	

}

.social-icon ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 5px 0px 0px rgb(224 224 224 / 10%);
    -webkit-box-shadow: 0px 5px 0px 0px rgb(224 224 224 / 10%);
    -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;

}


.widget-2-top {
    margin-bottom: 12px;
}
.widget-2 .widget-2-top img {
  max-width: 84px;
}
.widget-2 .widget-2-top a:hover {
  opacity: 1;
  color: #fff;
}
.widget-2 .widget-2-body h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}
.widget-2 .widget-2-body p {
    margin: 0;
    margin: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #909090;
    line-height: 1.5;
    margin-bottom: 7px;
}
@media (max-width: 767px) {
	.widget-2 .widget-2-body p {
	    font-size: 19px;
	}
}
.widget-2 .widget-2-body a {
  color: #909090;
  transition: .3s;
}
.widget-2 .widget-2-body a:hover {
	color: #fff;
}
/* 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: 45px;
    line-height: 45px;
    font-family: 'PT Serif', serif;

    margin-bottom: 5px;
    color: #006699;
	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;
}
.j-list .nav li .icon 
.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;
}
/*Billboard Area*/



/*special Menu Area*/
.special-inner .special-right {
    margin-left: 305px;
    margin-right: 45px;
    background: #005f2f;
    color: #fff;

}
.special-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.special-inner ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px 10px;
	transition: .3s;
}
.special-inner ul li a:hover {
	opacity: .8;
}
@media (max-width: 991px) {
	.special-inner .special-right {
	    margin-left: 15px;
	    margin-right: 15px;
	}
	.special-inner ul li a {
	    padding: 8px 5px;
	    font-size: 12px;
	}
  
}

@media (max-width: 767px) {
	.special-inner {
		display: none
	}
  
}


.two-sections {
/*	background: #eeeeee;*/
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: -30px;
}
.billboard {
	overflow: hidden;
}
.billboard-inner {
	position: relative;
}

.glenview-search-bar {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	width: 80%;
	text-align: center;	
}
.glenview-search-bar input {
    display: inline-block;
    padding: 15px 30px;
    color: #222;
    border-radius: 5px;
    border: 10px solid #005f2f;
/*    min-width: 500px;*/
    font-size: 24px;
    text-align: center;
    font-family: 'PT Serif', serif;
    background: rgb(255 255 255 / 70%);
    margin: auto;
}
.glenview-search-bar form {
	position: relative;
	text-align: center;	
	display: inline-block;	
}

.glenview-search-bar input[type="submit"] {
    position: absolute;
    left: calc(100% + 15px);
    bottom: 0;
    border: 0;
    background: #71b246;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    text-align: center;
    color: #fff;
/*    opacity: 0;*/
    top: 0;
    transition: .3s;
}
@media (min-width: 991px) {
	.glenview-search-bar .glenview-search-bar-input {
		min-width: 460px;
	}
}
@media (max-width: 991px) {
	.glenview-search-bar input[type="submit"] {
		width: 55px;
	    height: 55px;
	}
}
.glenview-search-bar input[type="text"]:focus + input[type="submit"] {
	opacity: 1;
}
.glenview-search-bar input[type="text"]:focus + input[type="submit"]:hover {
	opacity: .8;
}
.glenview-search-bar input:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
.glenview-search-bar input:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
.glenview-search-bar input:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
.glenview-search-bar input:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
.glenview-search-bar input:focus::placeholder { opacity: 0; } /* Modern Browsers */

.glenview-search-bar h3 {
    color: #fff;
    font-size: 44px;
    font-family: 'PT Serif', serif;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: 1px 1px #000;
}
@media (max-width: 991px) {
	.glenview-search-bar h3 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.glenview-search-bar input {
	    padding: 5px 15px;
	    font-size: 22px;
	}
}
.billboard-inner:before {
    /*content: "";
    position: absolute;
    left: -30px;
    right: -30px;
    top: 50px;
    bottom: 0;
    background:  #e5f4ff;
    z-index: -1;*/
}
.billboard-inner .billboard-img {
/*    padding-left: 275px;*/
/*    padding-right: 15px;*/
}
.billboard-inner .billboard-img img {
	margin-top: -40px;
/*	min-height: 280px;*/
/*	object-fit: cover;*/
}
.billboard-inner {
	position: relative;
}
.billboard-inner .billboard-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 430px;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 35px;
}
.billboard-inner .owl-item {

}
.billboard-inner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.billboard-inner .billboard-text h2 {
    font-size: 37px;
    line-height: 1.1;
    /* text-shadow: 2px 1px 0px #fff; */
    font-family: 'PT Serif', serif;
    color: #fff;
    background: rgba(180,102,72,.85);
    padding: 10px 20px;
}


.billboard-inner .owl-carousel .owl-nav button.owl-next, 
.billboard-inner .owl-carousel .owl-nav button.owl-prev {
    font-size: 42px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0px 16px 8px 15px !important;
    /* background: rgba(0,0,0,.1); */
    background: #005f2f;
    display: block;
    color: #fff;
    line-height: 1;
    transition: .3s;
    max-height: 50px;
    bottom: auto;
    border-radius: 0;
}

.billboard-inner .owl-carousel .owl-nav button.owl-next span, 
.billboard-inner .owl-carousel .owl-nav button.owl-prev span {

    font-family: 'AvenirMedium' !important;

}
.billboard-inner .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}
.billboard-inner .owl-carousel .owl-nav button.owl-prev:hover  {
/*  background: #005f2f;*/
/*  left: 5px;*/
	opacity: .8;
}
.billboard-inner .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}
.billboard-inner .owl-carousel .owl-nav button.owl-next:hover  {
/*  background: #005f2f;*/
/*  right: 5px;*/
opacity: .8;
}


@media (max-width: 1199px) {
	.billboard-inner .billboard-text {
	    width: 380px;
	    padding-left: 18px;
	}
  	.billboard-inner .billboard-text h2 {
	    font-size: 36px;
	}
}
@media (max-width: 1099px) {
	.billboard-inner .billboard-text {
	    width: 340px;
	}
  	.billboard-inner .billboard-text h2 {
	    font-size: 28px;
	}
}
@media (max-width: 991px) {
	.two-sections {
/*	    padding-left: 0;*/
/*	    padding-right: 0;*/
	}
	.billboard-inner {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.billboard-inner .billboard-text {
	    padding-left: 25px;
	}
	.billboard-inner .billboard-img {
	    padding-left: 0;
	    padding-right: 0;
	}

	.billboard-inner .billboard-img img {
	    margin-top: 0;
	}

	.billboard-inner .owl-carousel .owl-nav button.owl-next, 
	.billboard-inner .owl-carousel .owl-nav button.owl-prev {
	    font-size: 25px;
	    padding: 0px 9px 6px 9px !important;
	}

  
}
@media (max-width: 767px) {
	.billboard-inner .billboard-text {
	    width: 80%;
	}
  
}




/*Featured*/
.two-sections {

    /* box-shadow: 0px 26px 11px -22px #d1d1d1; */
    background-color: #fff;
    background-image: url(../images/new/shadow-bottom.png);
    padding-bottom: 70px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 80%;
    margin-bottom: 50px;
}
@media (min-width: 992px) {
	.what-need-area {
		margin-left: 50px;
	}
}

.featured {
    position: relative;
    /* top: -90px; */
    padding-top: 25px;
    margin-right: -30px;
    margin-left: -30px;
    /* padding-left: 82px; */
    margin-top: -70px;
    z-index: 99;
    background-color: #fff;
    padding-left: 20px;
    padding-bottom: 30px;
}
.featured-another {
/*	margin-right: -50px;*/
}
.featured-special {
	margin-top: -70px;
	position: relative;
	z-index: 99;
	margin-right: -50px;
}
.featured h3 {
    font-family: 'AvenirMedium';
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
	
}
@media (max-width: 1099px) {

}
@media (max-width: 991px) {
	.two-sections {
	    background-size: 90%;
	    padding-bottom: 50px;
	}
	.billboard-inner:before {
	    left: -15px;
	    right: -15px;
	}
	.featured {
		/*padding-left: 30px;
		padding-right: 15px;
		margin-right: -15px;
		margin-left: -15px;*/
		top: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
		margin-top: 0;
	}

	.featured .featured-item {
		margin-bottom: 30px
	}
	.featured-another {
	    margin-right: 0;
	}
	.featured-special {
	    margin-top: 0;
	    margin-right: 0;
	}
	.featured h3 {
	    font-size: 20px;
	    line-height: 26px;
	    margin-bottom: 8px;
	}
  
}
@media (max-width: 767px) {
  
}





/*cout-area*/
.cout-area {
    margin-top: 85px;
    margin-bottom: 60px;
}
.cout-area h2 {
    position: relative;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 1.1;
}
.count-title {
  text-align: center;
}
.cout-area h2:before {
  content: "";
  position: absolute;  
  left: 0;
  bottom: -10px;
  right: 0;
  border: 1px dashed #d5d5d5;

}
.cout-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .cout-area ul {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cout-area ul li {
  text-align: center;
}
.cout-area ul li strong {
    display: block;
    color: #006699;
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.2;
}

.cout-area ul li span {
  display: block;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .cout-area {
      margin-bottom: 20px;
      margin-top: 25px;
  }
  .cout-area ul {
    flex-wrap: wrap;
  }
  .cout-area ul li {
    flex: 0 0 33.33%;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .cout-area ul li {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .area-6-right-top h3 {
    left: 200px;
  }
  .area-6-right-bottom .area-6-items .area-6-items-left {
    flex: 0 0 180px;
      padding-left: 5px;
      padding-right: 5px;
      margin-top: -58px;
  }
  .area-6-right-bottom .area-6-items .area-6-items-right {
      padding: 10px;
      padding-right: 0;
  }
  .cout-area ul li strong {
      font-size: 32px;
  }
}
@media (max-width: 480px) {
  .area-6-right-top h3 {
    left: 0;
    font-size: 16px;
    bottom: 30px;
  }
  .area-6-right-bottom .area-6-items {
      display: block;
  }
  .area-6-right-bottom .area-6-items .area-6-items-left {
      text-align: center;
      margin-top: -20px;
  }
}




/*----*/
.upcoming-events {
  padding: 15px;
  padding-top: 4px;
}
@media (min-width: 1500px) {
  .upcoming-events {
/*    margin-top: 5px;*/
  }
}
.upcoming-events h3 {
  margin-bottom: 0;
  color: #1b539d;
  font-weight: 400;
  text-transform: uppercase;
}
.upcoming-events ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.upcoming-events ul li {
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 10px 0;
}
.upcoming-events ul li:first-child {
	padding-top: 0;
}
.upcoming-events ul li span {
    text-transform: uppercase;
    font-size: 13px;
    color: #ce4000;
    font-weight: 600;
    letter-spacing: 1px;
    min-width: 105px;
    display: inline-block;
    position: relative;
    margin-right: 8px;
}
@media (max-width: 767px) {
	.upcoming-events ul li span {
	    font-size: 16px;
	    min-width: 85px;
	}
}
.upcoming-events ul li span:before {
    content: "";
    position: absolute;
    right: -2px;
    top: 4px;
    height: 15px;
    background: #ce4000;
    bottom: 0;
    width: 2px;
    display: none;
}
.upcoming-events ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #868687;
    font-weight: 500;
    display: inline-block;
    transition: .3s;
}
.upcoming-events ul li a:hover {
  opacity: .8;
}
.event-btn a {
  text-decoration: none;
  color: #1b539d;
  display: inline-block;
  margin-top: 15px;
  transition: .3s;
}
.event-btn a:hover {
  opacity: .8;
}

@media (max-width: 767px) {
	.upcoming-events {
	    padding: 15px 0;
	}
	.upcoming-events ul li a {
		font-size: 16px;
	}
}

/*Calendar Glenview*/
.calendars-glenview .section-title h2 {
    margin: 0 0 40px;
}
.event-safe > ul {
    list-style: none;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.event-safe > ul > li {
/*  flex: 0 0 33.33%;*/
  flex: 1;
}
.event-safe > ul > li:last-child {
    flex: 1.2;
}
.event-safe > ul > li .event-safe-item {
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

.event-safe > ul > li .event-safe-item .event-safe-item-left {
      width: 188px;
    flex: 0 0 50;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    align-self: flex-start;
}
.event-date {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 45px;
    transform: translate(-50%,-50%);
}
.event-safe > ul > li .event-safe-item .event-safe-item-right {
  flex: 1;
  align-self: flex-start;
  margin-top: 4px;
  padding-right: 5px;
}
.event-safe > ul > li .event-safe-item .event-safe-item-right h4 {
    color: #71b246;
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 5px;
    line-height: 26px;
}


@media (max-width: 991px) {
  .event-safe > ul > li .event-safe-item {
      border: 0;
  }
  .event-safe > ul > li {
      border: 0;
      margin-bottom: 30px;
  }
}









/*
====================
Events Loop
====================
*/
.all-type-of-events {
    /* box-shadow: 0px 26px 11px -22px #d1d1d1; */
    background-image: url(../images/new/shadow-bottom.png);
    padding-bottom: 100px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.news-events {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.news-events h3 {
    color: #1b539d;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
}
.event-loop {
  display: flex;
  align-items: center;

}
.event-loop .event-loop-left {
  flex: 0 0 45%;
}
.event-loop .event-loop-right {
  padding-left: 30px;
  margin-top: -10px;
}

.event-loop .event-loop-right h3 {
  text-transform: uppercase;
  font-size: 20px;
}
.event-loop .event-loop-right h6 {
  font-size: 16px;
  font-weight: 400;
  color: #868686;

}

.news-events .owl-carousel .owl-nav button.owl-next, 
.news-events .owl-carousel .owl-nav button.owl-prev {
    font-size: 22px;
    top: 0;
    transform: translateY(0);
    margin: 0;
    padding: 0px 10px !important;
    display: block;
    color: #ccc;
    line-height: 1;
    transition: .3s;
    bottom: auto;
    /* background: red; */
    border: 1px solid #ccc;
    position: absolute;
}
.news-events .owl-carousel .owl-nav button.owl-next:hover,
.news-events .owl-carousel .owl-nav button.owl-prev:hover  {
  color: #1b539d;
}
.news-events .owl-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 38px;
    top: -35px;
}
.news-events .owl-carousel .owl-nav button.owl-next {
    right: 10px;
    top: -35px;
}

/*Owl Dots*/
.news-events .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.news-events .owl-carousel button.owl-dot span {
    width: 8px;
    height: 8px;
    background: #ccc;
    margin: 4px;
    display: inline-block;
    border-radius: 50%;
}
.news-events .owl-carousel button.owl-dot.active span {
    background: #1b539d;
}
@media (max-width: 767px) {
	.all-type-of-events {
		padding-bottom: 45px;
	}
  .event-loop {
    display: block;

  }
  .event-loop .event-loop-right {
    padding-left: 0;
    margin-top: 10px
  }
  .news-events .owl-carousel .owl-nav button.owl-next, .news-events .owl-carousel .owl-nav button.owl-prev {
      top: -40px;
  }
}


/*
====================
Events Loop
====================
*/
.special-post h2 {
    color: #1b539d;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}
.special-post {
    padding-left: 10px;
}
.special-post .special-loop-left {
  position: relative;
}
.special-loop-video {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.special-post .special-loop-right {
  
}
.special-post .special-loop-right h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 24px;
}
.special-post .special-loop-right .special-btn {

}
.special-post .special-loop-right .special-btn a {
  text-transform: uppercase;

}
.border-right {
    border-right: 1px solid #ccc;
}
@media (max-width: 991px) {
  .border-right {
      border-right: 0;
  }
}
/*
====================
Each Loop Right
====================
*/
.each-loop-right {
    padding-left: 10px;
}
.each-loop-right .special-loop-left {
  position: relative;
}
.each-loop-right h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.each-loop-right h6 {
    font-size: 14px;
    color: #858585;
    font-weight: 500;
}
.each-loop-right.but-safe2 h4:hover {
	cursor: pointer;
}
.simple-items .each-loop {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.simple-items .each-loop.border-0 {
  border: 0;
}
.simple-items .each-loop:last-child {
  border: 0;
}
.simple-border-right .modal-1 {
    position: absolute;
    top: -12px;
    display: none;
    right: 7px;
    left: 11px;
}
.cross-safe {
    position: absolute;
    right: 7px;
    top: 3px;
}
.tow-in-one {
	position: relative;
}
.tow-in-one .modal-2 {
    position: absolute;
    left: 20px;
    top: 0;
    right: -123px;
    top: -90px;
    z-index: 99;
    display: none;
}
@media (max-width: 991px) {
	.tow-in-one .modal-2 {
	    left: 0;
	    right: 0;
	}
}
.cross-safe2 {
    position: absolute;
    right: 7px;
    top: 3px;
    cursor: pointer;
}
@media (min-width: 992px) {
  .simple-border-right {
    border-right: 1px solid #ccc;
  }
}
@media (max-width: 991px) {
  .simple-items .each-loop:last-child {
    border-bottom: 1px solid #ccc;
  }
  .simple-items .each-loop.border-0:last-child {
    border: 0;
  }
}
@media (max-width: 767px) {
  .simple-items {
    margin-bottom: 40px;
  }
}
/*
============================
Video Play Button
============================
*/

.safe-sticky li {
    list-style-type: none;
    background-color: rgb(27 83 157 / 70%);
    color: #efefef;
    padding: 0 15px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    align-items: center;
    /*box-shadow: 12px 3px 5px 3px #7e7d7d;*/
}

.safe-sticky li:hover {
    background-color: rgb(27 83 157 / 100%);
}
.safe-sticky .safe-sticky-sidebar-left-icon {
    background: red;
    width: 35px;
    transition: .3s;
    position: relative;
}
.safe-sticky .safe-sticky-sidebar-left-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
/*  background: #464646; */
}
.safe-sticky li:hover .safe-sticky-sidebar-left-icon:after {
    /*background: red;*/
}
/*.safe-sticky li:hover {
    margin-left: -40px;
    -webkit-filter: grayscale(0%);
    background: red;
}
.safeRightStickySidebar .safe-sticky li:hover {
    margin-left: -150px;
}*/
.safe-sticky li:hover .safe-sticky-sidebar-left-icon {
    /*background: #e4652b;*/
}
.safe-sticky li img {
    margin: 7px 5px;
    margin-right: 3px;
}
.safe-sticky li p {
    /*     float:left; */
    padding: 0px;
    margin: 0px;
    margin-left: 7px;
    line-height: 43px;
    font-size: 16px;
    text-transform: uppercase;
}
.safe-sticky li:hover a,
.safe-sticky li:hover p {
  /*background-color: rgb(27 83 157 / 100%);*/
}
.safe-sticky li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
/*Right Side Buttons End*/
.video-wrap {
    position: relative;
    height: 0;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
/*     background: url(https://image.freepik.com/free-vector/youtube-player-icon-with-flat-design_23-2147839964.jpg); */
    background-position: center;
    background-size: cover;
}
.about-page-video-section .video-wrap {
    height: 350px;
}
.video-wrap::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.28;
    border-radius: 20px;
    /*background: transparent linear-gradient(270deg, #EE3163 0%, #1D32CC 100%) 0% 0% no-repeat padding-box;*/
}

.video-wrap::after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    z-index: -1;
/*     background: #EEEEEE; */
    border-radius: 20px;
}

.video-content {
    position: relative;
    z-index: 1;
}
.video-content span {
  display: inline-block;
}
.video-content h5 {
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 0;
}

/* Vidoe Play */
.video-play {
    width: 63px;
    height: 64px;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 66px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    /* background: #ffffff; */
    display: inline-block;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
}
.video-play:hover,
.video-play:focus {
    color: #FFFFFF;
}

.video-play:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    border-radius: 50%;
    /*background: #EE3163;*/
    transform: scale(1.3);
    /*box-shadow: 0 0 0 0 rgba(238, 49, 99,.7);*/
    -webkit-animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
}

.video-play i {
    /*margin-left: 5px;*/
    position: relative;
    z-index: 5;
    color: #fff;
    transition: .3s;
}
.video-play i:hover {
    color: #08a58a;
}

/*video play button animation*/
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}





/*Mega Menu*/
.mega-menu-inner ul {
	display: block;
}
.switch {
    display: table-cell;
    vertical-align: middle;
    padding: 10px
}

/*------*/
.icon-list-menu {
	margin-top: 15px;
}
.icon-list-menu ul li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.icon-list-menu ul li {
	margin-right: auto;
	border: 0;
}
.icon-list-menu ul li a > img {
    width: 31px;
    margin-right: 10px;
}

/*---*/
.bg-mega-inner {
    background-color: #222222;
    padding: 50px 0 30px 0;
    background: url(../images/new/linen.jpg);
    background-attachment: fixed;
}

/*----*/

.bg-col-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bg-col-list ul li {
    color: #b2b2b2;
    font-size: 16px;
    line-height: 16px;
    font-family: 'AvenirMedium';
    margin-bottom: 16px;
}
.bg-col-list ul li a {
    color: #eee;
    font-size: 16px;
    transition: .3s;
}
.bg-col-list ul li a:hover {
	opacity: .8;
}

/* --  */
.bg-inner-menu {
	padding: 15px;
}
.widget-menu {

}
.widget-in-menu h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  color: #909090;
}
.widget-in-menu p {
    margin: 0;
    margin: 5px 0;
    font-weight: 400;
    color: #909090;
    line-height: 1.5;
    margin-bottom: 7px;
}
.widget-in-menu a {
  color: #909090 !important;
  transition: .3s;
}
.widget-in-menu a:hover {
	color: #fff;
}

/*--*/

.widget-menu-inner .social-icon {
	margin-top: 15px;
	padding: 0 0 0;

}

.widget-menu-inner .social-icon ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

}

.widget-menu-inner .social-icon ul li {

	display: inline-block;

	padding: 0 7px 0 0;

	

}

.widget-menu-inner .social-icon ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 5px 0px 0px rgb(224 224 224 / 10%);
    -webkit-box-shadow: 0px 5px 0px 0px rgb(224 224 224 / 10%);
    -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;
}
@media (max-width: 767px) {
	.social-icon ul li a {
	    width: 36px;
	    height: 36px;
	}
}

.widget-menu-inner .social-icon ul li a:hover {

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

}

.widget-menu-inner .social-icon ul li a:hover i {

	/* opacity: 0.8; */

}

.widget-menu-inner .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%); */
	color: #3578f7;

}

.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;

}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden
}

.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(min-width: 768px) and (max-width:991px) {

}

@media(max-width: 767px) {

}


/* theme */

div.ruby-grid.ruby-grid-lined > div.ruby-row:last-child:after {
    height: 0
}

div.ruby-grid > div.ruby-row::after {
    content: "";
    display: table;
    clear: both
}

div.ruby-grid > div.ruby-row [class^="ruby-col"] {
    position: relative;
    float: left;
    height: auto
}

div.ruby-grid > div.ruby-row > [class^="ruby-col"] {
    padding: 16px
}

div.ruby-grid > div.ruby-row > [class^="ruby-col"] [class^="ruby-col"] {
    padding-left: 16px
}

div.ruby-grid > div.ruby-row > [class^="ruby-col"] [class^="ruby-col"]:first-of-type {
    padding-left: 0
}

div.ruby-grid > div.ruby-row div.ruby-col-1 {
    width: 8.33%
}

div.ruby-grid > div.ruby-row div.ruby-col-2 {
    width: 33.3333333%
}

div.ruby-grid > div.ruby-row div.ruby-col-3 {
    width: 25%
}

div.ruby-grid > div.ruby-row div.ruby-col-4 {
    width: 33.33%
}

div.ruby-grid > div.ruby-row div.ruby-col-5 {
    width: 41.66%
}

div.ruby-grid > div.ruby-row div.ruby-col-6 {
    width: 50%
}

div.ruby-grid > div.ruby-row div.ruby-col-7 {
    width: 58.33%
}

div.ruby-grid > div.ruby-row div.ruby-col-8 {
    width: 66.66%
}

div.ruby-grid > div.ruby-row div.ruby-col-9 {
    width: 75%
}

div.ruby-grid > div.ruby-row div.ruby-col-10 {
    width: 83.33%
}

div.ruby-grid > div.ruby-row div.ruby-col-11 {
    width: 91.66%
}

div.ruby-grid > div.ruby-row div.ruby-col-12 {
    width: 100%
}

div.ruby-grid.ruby-grid-lined > div.ruby-row > div[class^="ruby-col"]:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    right: 0;
    background: #ccc;
}

div.ruby-grid.ruby-grid-lined > div.ruby-row > div[class^="ruby-col"]:last-child:after {
    width: 0
}

div.ruby-grid img {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block
}

h3.ruby-list-heading {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 0
}

ul.ruby-menu > li.ruby-menu-mega > div ul,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div ul {
    margin: 0;
    margin-top: 10px
}

ul.ruby-menu > li.ruby-menu-mega > div ul li,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div ul > li {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    display: block;
    width: 100%
}

ul.ruby-menu > li.ruby-menu-mega > div ul li > a,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div ul > li > a {
    text-decoration: none;
    color: #555;
    display: inline-block
}

ul.ruby-menu > li.ruby-menu-mega > div ul li > a:hover,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div ul > li > a:hover {
    color: #222;
    text-decoration: underline
}

ul.ruby-menu > li.ruby-menu-mega > div ul li .fa,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div ul > li .fa {
    position: relative;
    width: 24px
}

ul.ruby-menu > li.ruby-menu-mega > div ul.ruby-list-with-images li {
    height: 50px
}

ul.ruby-menu > li.ruby-menu-mega > div ul.ruby-list-with-images li span.ruby-list-desc {
    font-size: 11px;
    display: block;
    position: absolute;
    top: 16px;
    left: 72px;
    color: #999
}

ul.ruby-menu > li.ruby-menu-mega > div ul li > a > img {
    float: left;
    width: 60px;
    margin-right: 12px
}

span.ruby-c-title,span.ruby-c-category,span.ruby-c-date {
    position: relative;
    display: block
}

span.ruby-c-title a,span.ruby-c-category a,span.ruby-c-date a {
    text-decoration: none
}

span.ruby-c-title,span.ruby-c-title a {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: -5px;
    color: #222
}

span.ruby-c-title a:hover {
    color: #444;
    text-decoration: underline
}

span.ruby-c-category,span.ruby-c-category a {
    font-size: 11px;
    margin: 9px 0;
    color: #444
}

span.ruby-c-date,span.ruby-c-date a {
    font-size: 11px;
    color: #444
}

span.ruby-c-category a:hover,span.ruby-c-date a:hover {
    color: #19ad86
}

div.ruby-c-inline {
    display: block;
    position: relative;
    height: 14px;
    margin: 7px 0
}

div.ruby-c-inline span.ruby-c-category,div.ruby-c-inline span.ruby-c-date {
    position: absolute;
    display: inline-block
}

div.ruby-c-inline span.ruby-c-date {
    right: 0
}

div.ruby-c-inline span.ruby-c-category,div.ruby-c-inline span.ruby-c-category a {
    margin: 0
}

span.ruby-c-content {
    display: block;
    position: relative;
    top: 7px;
    font-size: 12px;
    line-height: 18px;
    text-align: justify
}


@media(min-width: 768px) {

}

/* responsive */

@media(max-width: 767px) {
    ul.ruby-menu > li,ul.ruby-menu > li.ruby-menu-right {
        float: none
    }

    ul.ruby-menu > li > a {
        padding: 0 65px;
        background: #19ad86
    }

    ul.ruby-menu > li > a:only-child {
        padding: 0 65px
    }

    ul.ruby-menu > li > a:hover,ul.ruby-menu > li:hover > a,ul.ruby-menu > li.ruby-active-menu-item > a:hover {
        background: #127e61
    }

    ul.ruby-menu > li.ruby-active-menu-item > a {
        background: #159572
    }

    ul.ruby-menu > li.ruby-menu-social > a > span {
        display: block
    }

    ul.ruby-menu > li > ul,ul.ruby-menu > li > ul > li > ul,ul.ruby-menu > li > ul > li > ul > li > ul {
        position: relative;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: none
    }

    ul.ruby-menu > li,ul.ruby-menu > li > ul > li,ul.ruby-menu > li > ul > li > ul > li,ul.ruby-menu > li > ul > li > ul > li > ul > li {
        position: relative
    }

    ul.ruby-menu > li > ul > li > a,ul.ruby-menu > li > ul > li > ul > li > a,ul.ruby-menu > li > ul > li > ul > li > ul > li > a {
        width: 100%;
        line-height: 50px;
        padding: 0 80px;
        background: #d1d1d1
    }

    ul.ruby-menu > li > ul > li:hover > a,ul.ruby-menu > li > ul > li > a:hover,ul.ruby-menu > li > ul > li > ul > li:hover > a,ul.ruby-menu > li > ul > li > ul > li > a:hover,ul.ruby-menu > li > ul > li > ul > li > ul > li:hover > a,ul.ruby-menu > li > ul > li > ul > li > ul > li > a:hover {
        background: #d9d9d9;
        color: #111
    }

    ul.ruby-menu > li > ul > li > ul,ul.ruby-menu > li > ul > li > ul > li > ul {
        left: auto;
        top: auto;
        z-index: auto
    }

    ul.ruby-menu > li > ul > li.ruby-open-to-left > ul,ul.ruby-menu > li > ul > li > ul > li.ruby-open-to-left > ul {
        left: auto;
        right: auto
    }

    ul.ruby-menu > li > ul > li > ul > li > a {
        background: #e5e5e5;
        padding: 0 95px
    }

    ul.ruby-menu > li > ul > li > ul > li:hover > a,ul.ruby-menu > li > ul > li > ul > li > a:hover {
        background: #e1e1e1
    }

    ul.ruby-menu > li > ul > li > ul > li > ul > li > a {
        background: #efefef;
        padding: 0 110px
    }

    ul.ruby-menu > li > ul > li > ul > li > ul > li:hover > a,ul.ruby-menu > li > ul > li > ul > li > ul > li > a:hover {
        background: #fff
    }

    ul.ruby-menu > li.ruby-menu-social > a {
        border: none
    }

    ul.ruby-menu > li.ruby-menu-mega,ul.ruby-menu > li.ruby-menu-mega-blog,ul.ruby-menu > li.ruby-menu-mega-shop {
        position: relative
    }

    ul.ruby-menu > li.ruby-menu-mega > div,ul.ruby-menu > li.ruby-menu-mega-blog > div,ul.ruby-menu > li.ruby-menu-mega-shop > div {
        position: relative;
        top: auto;
        left: auto;
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav {
        width: 100%;
        height: auto;
        left: auto;
        top: auto
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li {
        position: relative
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a {
        line-height: 50px;
        padding: 0 75px;
        background: #d1d1d1;
        color: #222
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li.ruby-active-menu-item > a {
        background: #bcbcbc
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div {
        position: relative;
        width: 100%;
        min-height: auto;
        left: auto;
        top: auto;
        z-index: auto
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a {
        background: #d9d9d9
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div {
        position: relative;
        text-align: left
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul {
        position: relative;
        border: none;
        font-size: 14px;
        margin-bottom: -1px
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li {
        position: relative;
        display: block;
        margin-top: -1px
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a {
        padding: 0 80px;
        line-height: 50px;
        max-height: 50px;
        text-transform: none;
        font-weight: 400;
        background: #d1d1d1;
        color: #222;
        border: none
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li.ruby-active-menu-item > a {
        background: #bcbcbc
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li:hover > a,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:hover,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li.ruby-active-menu-item > a {
        background: #d9d9d9
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a {
        display: block
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div {
        position: relative;
        top: 0;
        z-index: 9999;
        margin: 0
    }

    ul.ruby-menu > li.ruby-menu-social img {
        display: inline-table;
        position: absolute;
        top: 15px
    }

    ul.ruby-menu > li.ruby-menu-social > a {
        width: 100%
    }

    ul.ruby-menu > li.ruby-menu-social .fa {
        position: absolute;
        top: 17px
    }

    ul.ruby-menu > li.ruby-menu-social span {
        line-height: 50px;
        padding: 0 25px
    }

    span.ruby-dropdown-toggle {
        position: absolute;
        width: 50px;
        height: 50px;
        max-width: 50px;
        max-height: 50px;
        left: 0;
        top: 0;
        padding: 10px 17px;
        z-index: 1000000;
        cursor: pointer
    }

    span.ruby-dropdown-toggle:after {
        font-family: "FontAwesome";
        text-decoration: none;
        content: '\f107';
        color: #fff;
        font-size: 25px;
        right: 0
    }

    span.ruby-dropdown-toggle.ruby-dropdown-toggle-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    ul.ruby-menu > li > a:before,ul.ruby-menu > li > ul > li > a:before,ul.ruby-menu > li > ul > li > ul > li > a:before,ul.ruby-menu > li > ul > li > ul > li > ul > li > a:before,ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a:before,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before {
        content: "";
        width: 50px;
        height: 50px;
        background: #333;
        position: absolute;
        left: 0;
        top: 0
    }

    ul.ruby-menu > li > ul > li > a:before,ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a:before,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before {
        background: #555
    }

    ul.ruby-menu > li > ul > li > ul > li > a:before {
        background: #777
    }

    ul.ruby-menu > li > ul > li > ul > li > ul > li > a:before {
        background: #999
    }

    ul.ruby-menu > li > ul > li > ul > li > ul,ul.ruby-menu > li > ul > li > ul,ul.ruby-menu > li > ul,ul.ruby-menu,ul.ruby-menu > li.ruby-menu-mega > div,ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div,ul.ruby-menu > li.ruby-menu-mega-blog > div,ul.ruby-menu > li.ruby-menu-mega-shop > div {
        max-height: 0;
        transform: scaleY(0);
        overflow: hidden
    }

    ul.ruby-menu > li > ul.ruby-mobile-sublevel-show,ul.ruby-menu > li > ul > li > ul.ruby-mobile-sublevel-show,ul.ruby-menu > li > ul > li > ul > li > ul.ruby-mobile-sublevel-show,.ruby-mobile-sublevel-show,ul.ruby-menu > li.ruby-menu-mega > div.ruby-mobile-sublevel-show,ul.ruby-menu > li.ruby-menu-mega-blog > div.ruby-mobile-sublevel-show,ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div.ruby-mobile-sublevel-show,ul.ruby-menu > li.ruby-menu-mega-shop > div.ruby-mobile-sublevel-show,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div.ruby-mobile-sublevel-show {
        max-height: 20000px;
        transform: scaleY(1)
    }

    div.ruby-grid > div.ruby-row div.ruby-row [class^="ruby-col"] {
        margin-top: 0
    }

    div.ruby-grid > div.ruby-row div.ruby-row:first-of-type [class^="ruby-col"] {
        margin-top: 0
    }

    div.ruby-grid.ruby-grid-lined > div.ruby-row:after {
        height: 0
    }

    div.ruby-grid > div.ruby-row > [class^="ruby-col"] {
        padding: 0
    }

    div.ruby-grid > div.ruby-row > [class^="ruby-col"] [class^="ruby-col"] {
        padding-left: 0
    }

    div.ruby-grid > div.ruby-row > [class^="ruby-col"] [class^="ruby-col"]:first-of-type {
        padding-left: 0
    }

    div.ruby-grid > div.ruby-row div.ruby-col-1,div.ruby-grid > div.ruby-row div.ruby-col-2,div.ruby-grid > div.ruby-row div.ruby-col-3,div.ruby-grid > div.ruby-row div.ruby-col-4,div.ruby-grid > div.ruby-row div.ruby-col-5,div.ruby-grid > div.ruby-row div.ruby-col-6,div.ruby-grid > div.ruby-row div.ruby-col-7,div.ruby-grid > div.ruby-row div.ruby-col-8,div.ruby-grid > div.ruby-row div.ruby-col-9,div.ruby-grid > div.ruby-row div.ruby-col-10,div.ruby-grid > div.ruby-row div.ruby-col-11,div.ruby-grid > div.ruby-row div.ruby-col-12 {
        width: 100%;
        padding: 20px 30px
    }

    div.ruby-grid.ruby-grid-lined > div.ruby-row > div[class^="ruby-col"]:after {
        width: 0
    }

    div.ruby-grid img {
        position: relative;
        max-width: 100%;
        height: auto;
        display: block
    }

    div.ruby-grid > div.ruby-row::after {
        content: "";
        display: table;
        clear: both
    }

    .c-hamburger {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 50px;
        height: 50px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background .3s;
        transition: background .3s
    }

    .c-hamburger:focus {
        outline: none
    }

    .c-hamburger span {
        display: block;
        position: absolute;
        top: 24px;
        left: 8px;
        right: 8px;
        height: 3px;
        background: #fff
    }

    .c-hamburger span::before,.c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        content: ""
    }

    .c-hamburger span::before {
        top: -10px
    }

    .c-hamburger span::after {
        bottom: -10px
    }

    .c-hamburger--htx {
        background-color: #19ad86
    }

    .c-hamburger--htx span {
        -webkit-transition: background 0 .3s;
        transition: background 0 .3s
    }

    .c-hamburger--htx span::before,.c-hamburger--htx span::after {
        -webkit-transition-duration: 0.3s,.3s;
        transition-duration: 0.3s,.3s;
        -webkit-transition-delay: 0.3s,0;
        transition-delay: 0.3s,0
    }

    .c-hamburger--htx span::before {
        -webkit-transition-property: top,-webkit-transform;
        transition-property: top,transform
    }

    .c-hamburger--htx span::after {
        -webkit-transition-property: bottom,-webkit-transform;
        transition-property: bottom,transform
    }

    .c-hamburger--htx.is-active {
        background-color: #333
    }

    .c-hamburger--htx.is-active span {
        background: none
    }

    .c-hamburger--htx.is-active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .c-hamburger--htx.is-active span::before,.c-hamburger--htx.is-active span::after {
        -webkit-transition-delay: 0s,.3s;
        transition-delay: 0s,.3s
    }

    .ruby-menu-dividers > li,.ruby-menu-dividers > li > a,.ruby-menu-dividers > li.ruby-menu-social > a,.ruby-menu-dividers > li > a:hover,.ruby-menu-dividers > li:hover > a {
        border: none
    }

    ul.ruby-menu > li.ruby-menu-social.ruby-menu-search > a {
        display: none
    }
}

@media(min-width: 768px) and (max-width:991px) {
   
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav {
        width: 170px
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div {
        width: 590px;
        left: 170px
    }

    .ruby-vertical > li.ruby-menu-mega > div,.ruby-vertical > li.ruby-menu-mega-blog > div,.ruby-vertical > li.ruby-menu-mega-shop > div {
        width: 560px
    }

    .ruby-vertical > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div {
        width: 360px
    }

    span.ruby-c-date {
        display: none;
        visibility: hidden;
        opacity: 0
    }

    div.ruby-grid > div.ruby-row div.ruby-col-3-md {
        width: 25%
    }

    div.ruby-grid > div.ruby-row div.ruby-col-4-md {
        width: 33.33%
    }

    div.ruby-grid > div.ruby-row div.ruby-col-6-md {
        width: 50%
    }

    div.ruby-grid > div.ruby-row div.ruby-col-12-md {
        width: 100%
    }

    div.ruby-grid.ruby-grid-lined > div.ruby-row:after,div.ruby-grid.ruby-grid-lined > div.ruby-row > div[class^="ruby-col"]:after {
        background: none
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a {
        padding: 20px 5px;
        font-size: 12px;
        font-stretch: condensed;
        color: #666
    }
}
