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

Mixin

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

/* Font Family Start */

/* Font Family End */

body {

	font-size: 16px;

	margin: 0px;

	padding: 0px;

	color: #000;

	line-height: normal;

	font-family: 'Roboto', sans-serif;

	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;

}


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

}







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

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

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



.h-inner {

	display: flex;

	align-items: center;

	justify-content: space-between;

}



.m-burger {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
}

.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 {
	color: #fff;
	width: 30px;

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

	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;
	margin-right: 15px;

}
.m-burger form {
	position: relative;
}
.m-burger form i {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    color: #000;
    display: flex;
    align-items: center;
}
.m-burger form input {
    border: 0;
    padding: 3px 10px;
    padding-left: 30px;
    outline: 0!important;
    position: relative;
}
@media (max-width: 767px) {
	.h-logo {
		min-width: 100px;
	}
	.m-burger form input {
	    width: 150px;
	}
}
@media (max-width: 420px) {
	.m-burger form input {
	    width: 135px;
	}
}
.m-burger form input:before {
	content: "\f015";
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
}

.h-logo {
    width: 50%;
    padding: 10px 0 5px;
/*    margin-bottom: -80px;*/
/*    margin-left: 78px;*/
}

header.header {
	background: #000;
}

.h-logo a img {

	/* width: 170px; */
/*	width: 140px;*/

}


.h-logo a img {
  transition: .3s;
  width: 284px;
}

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




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

	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: 'Roboto', sans-serif;
    display: block;
    text-decoration: none;
    padding: 0 30px 0 30px;
    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;

}



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

/********************* 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: 'Roboto', sans-serif;

}

.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: 'Roboto', sans-serif;

}



.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;
	margin-top: 0;
	margin-bottom: 70px;
	margin-top: 35px;	

}



.trip-content {

	padding: 15px 50px;

	text-align: center;

}



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



.trip-content h4 {

	letter-spacing: 2px;

	font-size: 25px;

	line-height: 32px;

	color: #000000;

	font-family: 'Roboto', sans-serif;

	margin: 0 0 30px;

}

.trip-content p {

	letter-spacing: 2px;

	font-size: 15px;

	line-height: 25px;

	color: #666666;

	font-family: 'Roboto Serif', serif;


}

.trip-content p a {

	color: #000;

}



.slick-slide,

.trip-item {

	outline: none !important;

}





.trip-slider .slick-arrow, .work-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, .work-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, .work-slider .slick-arrow svg path {

	fill: #7a7a7a;

}



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

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

	left: -40px;

}



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

	/* margin-bottom: 55px; */

	right: -70px;

}

.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: 36px;
    line-height: 40px;
    color: #006699;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 800;	

}

.section-title p {

	font-size: 15px;

	line-height: 25px;

	color: #575757;

	font-family: 'Roboto', sans-serif;

}

.j-list {


}



.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 .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: 'Roboto', sans-serif;

}



.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: 'Roboto', sans-serif;
	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: #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: #178A39;
    padding: 65px 45px;
    width: 100%;
    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 #178A39;

    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: 'Roboto Serif', serif;


}

.travel-slider .t-detail span {

	font-size: 30px;

	line-height: 30px;

	letter-spacing: 1px;

	color: #fff;

	font-family: 'Roboto Serif', serif;



	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: 'Roboto', sans-serif;

	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 45px 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: 'Roboto', sans-serif;
    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: 'Roboto', sans-serif;

	margin-bottom: 18px;

}

.block-list ul li a {

	color: #909090;
	font-size: 15px;

}

.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(235,235,236,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: 160px;
}
.widget-2 .widget-2-top a:hover {
  opacity: 1;
  color: #fff;
}
.widget-2 .widget-2-body h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}
.widget-2 .widget-2-body p {
    margin: 0;
    margin: 5px;
    font-weight: 400;
    font-size: 15px;
    color: #909090;
    line-height: 1.5;
    margin-bottom: 9px;
}
.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: 'Roboto', sans-serif;
	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: 'Roboto', sans-serif; */
	
	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: 'Roboto', sans-serif;
	
}
.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 #178A39;	
    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: 'Roboto', sans-serif;
}
.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: 'Roboto', sans-serif;
	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: #178A39;
    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: 'Roboto', sans-serif;
	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: 'Roboto', sans-serif;
	/* 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: 'Roboto', sans-serif; */
	text-transform: capitalize;
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	color: #575757;
	font-family: 'Roboto', sans-serif;
}


.single-post a.number {
	display: block;
	color: #575757;
	font-family: 'Roboto', sans-serif;
	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: 'Roboto', sans-serif;
}

.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-inner {
	position: relative;
}
.billboard-inner:before {
    content: "";
    position: absolute;
/*    left: -30px;*/
/*    right: -30px;*/
    top: 50px;
    bottom: 0;
    background:  #e5f4ff;
    z-index: -1;
}
.billboard-inner .billboard-img {

}
.billboard-inner .billboard-img img {
	
}
.billboard-inner {
	position: relative;
}
.billboard-inner .billboard-text {
    position: absolute;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
}
.billboard-inner .owl-item {

}
.billboard-inner .owl-item.active h2,
.billboard-inner .owl-item.active h4,
.billboard-inner .owl-item.active h5 {
  -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: 145px;
    font-weight: 700;
    line-height: 1.1;
    /* text-shadow: 2px 1px 0px #fff; */
/*    font-family: 'DM Sans', sans-serif;*/
font-family: 'Oswald', sans-serif;

    color: rgba(255, 255, 255, .8);
    text-transform: uppercase;
    text-overflow: ellipsis; /* enables ellipsis */
  white-space: nowrap; /* keeps the text in a single line */
  overflow: hidden; /* keeps the element from overflowing its parent */
}
.billboard-inner .billboard-text h4 {
    color: #FEE7A5;
    font-size: 183px;
    line-height: 1;
    margin-right: 100px;
    margin-bottom: 0;
    font-family: 'Stalling';
    margin-top: -43px;
}
.billboard-inner .billboard-text h5 {
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    /* font-weight: 700; */
    font-family: 'Blue Fonte Sans';
    margin-right: 40px;
    margin-top: -15px;
}

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

	}
  	.billboard-inner .billboard-text h2 {
	    font-size: 90px;
	}
	.billboard-inner .billboard-text h4 {
	    font-size: 120px;
	    margin-top: -24px;
	}
}
@media (max-width: 1099px) {
	.billboard-inner .billboard-text {

	}
}
@media (max-width: 991px) {
	.two-sections {
	    padding-left: 0;
	    padding-right: 0;
	}
	.billboard-inner {
	    
	}
	.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 .billboard-text h2 {
	    font-size: 50px;
	}

	.billboard-inner .billboard-text h4 {
	    font-size: 76px;
	}

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


@media (max-width: 767px) {
	.billboard-inner .billboard-text h2 {
	    font-size: 38px;
	    text-align: center;
	}
	.billboard-inner .billboard-text h4 {
	    font-size: 52px;
	    margin-top: -16px;
		margin-right: 0px;
		text-align: center;
		white-space: nowrap;
	}
	.billboard-inner .billboard-text h5 {
		font-size: 20px;
		margin-right: 0px;
		text-align: center;
		white-space: nowrap;
	}
}


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

@media (max-width: 1199px) {
	.featured {
	    top: -50px;
	    padding-top: 70px;
	}
}
@media (max-width: 1099px) {

}
@media (max-width: 991px) {
	.billboard-inner:before {

	}
	.featured {
		padding-left: 30px;
		padding-right: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.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) {
  
}


/*Counter Secction*/
.counter-safe {
	text-align: center;
	margin-bottom: 70px;
	margin-top: 70px;
}
.counter-safe h2 {
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 25px;
}
ul.counter-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	gap: 30px;
}
ul.counter-list li {
    flex: 1 0 calc(25% - 30px);
    text-align: center;
}
ul.counter-list li .counter-number {
    color: #000;
    font-size: 72px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;

}
ul.counter-list li .counter-text {
    font-weight: 600;
    font-size: 20px;
}
ul.counter-list li .counter-list-item {
	border: 7px solid #178A39;
	padding: 50px;
	height: 100%;
}
@media (max-width: 767px) {
	.counter-safe h2 {
	    font-size: 30px;
	    line-height: 1.3;
	    margin-bottom: 25px;
	}
	ul.counter-list li {
	    flex: 1 0 45%;
	}
}



/*How to Works*/
.work-left {
	position: relative;
}
.work-left-inner {
    /* background: #fff; */
    padding: 50px 25px;
    position: relative;
    z-index: 9;
    margin-top: -20px;	
}

.work-left:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    width: 370px;
    border: 12px solid #178A39;
}
.work-left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    left: 0;
    bottom: 30px;
    width: 340px;
    border-right: 12px solid #fff;
}
.work-left h3 {
	font-size: 48px;
	line-height: 1.1;
	font-weight: 700;
}
.work-left h5 {
    font-size: 20px;
    margin-bottom: 18px;
}
.work-right-area {
	display: flex;
}
.work-right-1 {
    flex: 0 0 65%;
    margin-left: -140px;
}
.work-btn a {
	display: inline-block;
	border-radius: 50px;
	background: #178A39;
	transition: .3s;
	color: #fff;
	padding: 10px 30px;
}
.work-btn a:hover {
	opacity: .8;
}
.work-right-2 {
	align-self: center;
}
.work-right-2 p {
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 25px;
    font-family: 'Roboto Serif', serif;

}
@media (max-width: 767px) {
	.work-left:before {
	    left: 0;
	}
	.work-left:after {
	    width: 370px;
	}
	.work-left-inner {
	    margin-left: 30px;
	}
	.work-left h3 {
	    font-size: 32px;
	}
	.work-right-1 {
	    flex: 0 0 65%;
	    margin-left: -71px;
	}
}

/*Event Safe Area*/
.event-list-safe ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.event-list-safe ul li {
	margin-bottom: 15px;
}
.event-list-safe ul li:nth-child(2) {
    background: #ebebeb;
    padding: 15px;
}
.event-list-safe ul li a {
	color: initial;
	text-transform: uppercase;
}
.event-list-safe ul li a h3 {
	line-height: 1.3;
}




/*Main Events Safe*/
.event-main-safe {
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.event-main-safe {
		margin-top: 40px;
	}
}
.event-main-safe a {
	color: #000;
	transition: .3s;
}
.event-main-safe a:hover {
	opacity: .8;
}
.event-main-safe ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    /* width: 100%; */
    flex-wrap: wrap;
}
.event-main-safe ul li {
	margin-bottom: 20px;
}
.event-main-safe ul li .event-main-item {
	display: flex;
}
.event-main-safe ul li .event-main-item .event-main-item-left h3 {
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1;
    font-weight: 900;
}
.event-main-safe ul li .event-main-item .event-main-item-left {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}
.event-main-safe ul li .event-main-item .event-main-item-left:before {
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #000;
	position: absolute;
}
.event-main-safe ul li .event-main-item .event-main-item-left h3 > span {
	display: block;
	font-size: 22px;
	font-weight: 400;
}

.event-main-safe ul li .event-main-item .event-main-item-right h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 250px;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;

}
.event-main-safe ul li .event-main-item .event-main-item-right h4 > span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-transform: initial;
    color: #919191;
}

div.menu-list ul li span.arrow-icon {
	position: absolute;
	right: 0;
	top: -3px;
	color: white;
	padding: 5px 20px;
	cursor: pointer;
}
div.menu-list ul li span.arrow-icon i {
	transition: transform .5s;
}
div.menu-list ul li span.arrow-icon i.nav-opened {
	transform: rotate(90deg);
}
div.menu-list ul, div.menu-list li {
	clear: both;
}
.display-none {
	display: none;
}
.sidebar {
	overflow-y: auto;
}
.sidebar .menu-list ul li {
	position: relative;
}
.sidebar::-webkit-scrollbar {
	width: 7px;
}
.sidebar::-webkit-scrollbar-track {
	background: transparent;
}
.sidebar::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 6px;
}
.sidebar::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

.press_cta {
	float: right;
	font-size: 20px;
	font-weight: 500;
	color: #069 !important;
}

.alert-me {
	background-color: #a6421b;
	padding: 12px;
	color: #fff;
	border-radius: 0;
	line-height: 22px;
}

/*Search Cros*/
.search-form input:placeholder-shown + button{
	opacity: 0;
	pointer-events: none;
} 
.search-form button {
	position: absolute;
	border: none;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 16px;
	font-size: 23px;
	border-radius: 50%;
	top: -22px;
	bottom: 0;
	right: 35px;
	margin: auto;
	background: #fff;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .1s;
	color: #236496;
	box-shadow: none;
}
.search-form button:focus {
	outline: 0;
}
/* Search Cros */
/*Search New*/
.search-form.search-form-new {
	width: auto;
}
.search-form.search-form-new:before {
	content: "\f002";
	position: absolute;
	right: 24px;
	top: 9px;
	bottom: 0;
	width: 30px;
	font-family: "fontAwesome";
	z-index: 1;
}
.search-form.search-form-new .form-control {
	width: 423px;
	margin-right: 26px;
	opacity: 1;
	border-radius: 3px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;

}
.search-form-new .form-control {
	width: 423px;
	margin-right: 26px;
	opacity: 1;
	border-radius: 3px;
	font-size: 20px;
	padding-left: 30px;
	box-shadow: 0 0 3px #ccc !important;
	border-radius: 3px;
	height: 36px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.search-form.search-form-new .form-control:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
.search-form.search-form-new .form-control:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
.search-form.search-form-new .form-control:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
.search-form.search-form-new .form-control:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
.search-form.search-form-new .form-control:focus::placeholder { opacity: 0; } /* Modern Browsers */

.search-form.open .form-control {
	opacity: 1
}
.search-form.open form { margin-right: 20px; }
.search-form.open {
	width: 300px;
}
.search-form-new .form-control:focus {
	border-color: #236496;
	color: #236496;
	outline: 0;
	padding-left: 15px;
}
/* Search New */