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

Mixin

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

/* Font Family Start */

/* Font Family End */

body {

	font-size: 16px;

	margin: 0px;

	padding: 0px;

	color: #000;
	
	font-family: 'Roboto', sans-serif;

	background: #fff;
	font-weight: 400;

}
a {
    color: #A2CB7D;
}
.wrapper {
	overflow: hidden;
}
.wrapper-box {
/*  background-color: #fff;*/
/*  max-width: 1460px;*/
  margin: auto;
  overflow: hidden;
}
h2,h3,h4 {
	font-family: 'Roboto', sans-serif;
}
p {
	
}

html,



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

}



h3 {



	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;

}

/*Bootstrap Menu*/


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
/*	position: fixed;*/
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
@media (min-width: 992px) {

	.navbar-nav {
		/* margin-left: 90px; */
	}
}
.navbar{
	padding: 0;
	-ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom:15px;
}
.navbar-brand img{
	height: 149px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item a {
	position: relative;
}
@media (min-width: 992px) {
	.nav-item a:after {
	    content: "";
	    position: absolute;
	    right: -13px;
	    top: 9px;
	    bottom: 9px;
	    width: 1px;
	    background: #ccc;
	}
}

.nav-item:last-child a:after {
	display: none;
}
.nav-item:hover .nav-link{
	color: #7F8B35 !important;
}
.nav-item.active .nav-link{
	color: #7F8B35 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #7F8B35;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item {
    position: relative;
    transition: all 200ms linear;
    margin-left: 15px;
    margin-right: 15px;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

/*Search*/
.header-sarch {
	margin-bottom: 60px;
}
@media (min-width: 992px) {
	.header-sarch {
		margin-top: -90px;
	}
}
.search-elements {
    display: inline-block;
    position: absolute;
    right: 40px;
    top:-50px;
}
@media (max-width:430px) {
    .search-elements {
        position:relative;
        right: 0;
    }
}
.search-elements:last-child {
	margin: 0;
}
.search-elements .search-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin-top: 14px;
    display: flex;
    align-items: center;
}
.search-elements .search-title span {
    margin-left: 5px;
    margin-right: 10px;
}
@media (max-width: 478px) {
    .search-elements .search-title {
        font-size: 12px;
    }
}
.search-elements .search-input {
	position: relative;
	display: inline-block;
    width: 100%;
}
.search-elements .search-input input {
	max-width: 400px;
    width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding: 10px;
}
#search_btn {
    width: 70px;
    position: absolute;
    right: -80px;
    top: 0;
    background: #313F58;
    color: #fff;
    padding: unset;
}
#vega-search-box form span {
    position: absolute;
    right: 100%;
    top:0;
    height: 40px;
    margin-right: 10px;
}
[name="searchType"] {
    position: relative;
    height: 100%;
    appearance: none;
    padding-left: 8px;
}
#vega-search-box form span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
    transition: all 0.3s ease;
}
@media (max-width: 1199px) {
	.search-elements .search-input input {
		max-width: 300px;
	}
}
.search-elements .search-input button {
	position: absolute;
	right: -80px;
	top: 0;
	bottom: 0;
	padding: 3px 10px;
	border: 1px solid #ccc;
	background: #3071B6;
	color: #fff;
	transition: .3s;
}
.search-elements .search-input button:hover {
	/* background: #7F8B35; */
}

/* #Media
================================================== */

@media (max-width: 767px) { 
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
}



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

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

/******************************************************************/
.our-nav-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    /* display: table; */
    flex-wrap: wrap;
    padding: 15px 0;
}
.our-nav-inner ul li {
    flex: auto;
    border-right: 1px solid #e7e7e7;
    margin-right: 8px;
}
.our-nav-inner ul li:last-child {
	border-right: 0;
}
.our-nav-inner ul li h3 {
	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: 15px;
	    flex: 100%;
	    border: 0;
	}
}

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

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

/******************************************************************/
.header-mew .container {
	max-width: 1600px;
}
.header-mew .container img {
	width: 100%;
}

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

     background: #fff;

     padding-top: 20px;
     top: 0;
     
}
@media (min-width: 991px) {

		.header-full{
		     position: absolute;
		     
		}
	.header-full.sticky {
	     position: fixed;
	     z-index: 999999;
	     height: calc(auto - 30px);
	     padding-top: 0;
	     padding-bottom: 0;
	}
}


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

}

.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: #A2CB7D;

	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;*/
margin-bottom: -24px;
}



.h-logo a img {

	/* width: 170px; */
/*	width: 290px;*/

}

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

@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;
    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: 300px;
	}
}

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

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


}

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

    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;


}



.banner-main .b-text h2 span  {


}



.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 *******/
.big-title-safe {
	font-size: 180px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	color: #e8e6e6;
	margin-bottom: -128px;
}
@media (max-width: 1499px) {
	.big-title-safe {
		font-size: 150px;
	}
}
@media (max-width: 1199px) {
	.big-title-safe {
		font-size: 130px;
	}
}

@media (max-width: 1099px) {
	.big-title-safe {
		font-size: 120px;
	}
}

@media (max-width: 991px) {
	.big-title-safe {
		font-size: 90px;
	}
}
@media (max-width: 767px) {
	.big-title-safe {
		font-size: 62px;
	}
	
}
.trip-sec {
	margin: 40px 0 0;
	margin-top: 0;
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.trip-sec {
		margin-bottom: 0;
	}
}

.trip-content {
    /* padding: 15px 50px; */
    text-align: left;
    max-width: 1000px;
    margin: auto;
}

.trip-content h3 {
    font-size: 43px;
    line-height: 45px;
    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: 'Roboto', sans-serif;

	margin: 0 0 30px;

}

.trip-content p {
    letter-spacing: 2px;
    font-size: 37px;
    /* line-height: 25px; */
    color: #666666;
    padding-left: 180px;
    position: relative;
}
@media (max-width: 1199px) {
	.trip-content p {
		font-size: 26px;
	}
}

.trip-content p:before {
    content: " \â€œ";
    font-size: 300px;
    position: absolute;
    left: 22px;
    top: -72px;
    color: #b7cdd7;
}



.trip-content img {
     display: inline-block; 
    float: left;
    margin-left: -180px;
    padding: 20px;
    padding-bottom: 0;
}

.trip-content p a {

	color: #666666;

}
@media (max-width: 767px) {
	.trip-content p {
	    padding-left: 20px;
	    position: relative;
	    font-size: 22px;
	    padding-top: 30px;
	}
	.trip-content p:before {
	    font-size: 100px;
	    left: -33px;
	    top: 52px;
	}
	.trip-content img {
		margin-left: auto;
		padding: 0;
		padding-right: 15px;	
	}
}


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


	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 img,
.trip-slider .slick-arrow svg {
    position: absolute;
    left: 50%;
    top: calc(50% - 23px);
    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: 50px;
    height: auto;
}


.trip-slider .slick-arrow svg path {

	fill: #000;

}



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

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

	left: 10px;

}



.trip-slider .slick-arrow.slick-next {
	/* margin-bottom: 55px; */
	right: 10px;

}

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

}
@media  (max-width: 1199px) {
	.trip-slider .slick-arrow.slick-prev {
		left: -50px;
	}

	.trip-slider .slick-arrow.slick-next {
		right: -50px;
	}

}

@media  (max-width: 767px) {
	.trip-slider .slick-arrow.slick-prev {
		left: -10px;
	}

	.trip-slider .slick-arrow.slick-next {
		right: -10px;
	}
	.trip-slider .slick-arrow img,
		.trip-slider .slick-arrow svg {
	    width: 37px;
	}

}


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


.graphic-list {
	margin-top: -15px;
}
.graphic-list ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
    position: relative;
    float: right;
    padding-top: 53px;
    padding-bottom: 53px;
}
.graphic-list ul:before {
    content: "";
    position: absolute;
    left: -29px;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url(../images/media/color-graphic.png);
    background-repeat: no-repeat;
}
.graphic-list ul li {
	position: relative;
}
.graphic-list ul li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #000;
}
.graphic-list ul li:last-child:before {
	display: none;
}
.graphic-list ul li a {
	display: block;
	padding: 0 10px;
	color: #000;
	transition: .3s;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.graphic-list ul li a:hover {
	opacity: .8;
}

@media (max-width: 991px) {
	.graphic-list {
		margin-top: 0;
	}
}

.section-title {

	text-align: center;

}



.section-title h2 {

	font-size: 40px;
    line-height: 40px;

	color: #006699;


	margin: 0 0 20px;

}

.section-title p {

	font-size: 15px;

	line-height: 25px;

	color: #575757;


}

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

	height: 80px;

	margin:0 0 8px;

	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;


}



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

	min-height: 78px;

}



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


}

.travel-slider .t-detail span {

	font-size: 30px;

	line-height: 30px;

	letter-spacing: 1px;

	color: #fff;


	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;


	color: #3693e5;

	

}

.round-location p {

	font-size: 16px;

	line-height: 24px;


	margin:15px  0 10px;

}

.round-location a {

	font-size: 19px;

    line-height: 19px;


	color: #d80e2a;

}

.round-location a:hover {

	opacity: 0.8;

}



/* location slider end */



/* footer start */

.footer {
    background-color: #000;
    padding: 50px 0 20px 0;
    background-attachment: fixed;
}
@media (max-width: 767px) {
	.widget-each {
		margin-bottom: 30px;
	}
}
.footer-logo {
	margin-top: -5px;
}
.footer-copyright {
	margin-top: 20px;
}
.footer-copyright .divider {
    height: 1px;
    background: #212121;
}
.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: 14px;
    line-height: 16px;
    margin-bottom: 14px;
}

.block-list ul li a {
    text-transform: uppercase;
    color: #dbdbdb;
    font-family: 'Roboto', sans-serif;
}

.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: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fcad00;
    transition: .3s;
}

.social-icon ul li a:hover {

	/* background-color: rgba(235,235,236,0.8); */
	opacity: .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: 16px;
  margin-bottom: 0;
  color: #dbdbdb;
  font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.widget-2 .widget-2-body p {
    margin: 0;
    margin: 5px;
    font-weight: 400;
    font-size: 13px;
    color: #dbdbdb;
    line-height: 1.5;
    margin-bottom: 7px;
}
.widget-2 .widget-2-body a {
  color: #dbdbdb;
  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-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-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;
	
}
.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;

    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;
}
.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;
	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;
	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;
	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 {
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 9px;
}

.blog-left .left-block h2 {
	/* 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 {
	/* 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;
}


.single-post a.number {
	display: block;
	color: #575757;
	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;
}

.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;
	/* 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;
}


.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*/
.word-cloud {
/*	transform: translateY(-50%);*/
	position: relative;
	z-index: 2;
/*	margin-bottom: -150px;*/
	    max-width: 90%;
    margin: auto;
    position: relative;
}
.word-cloud img {
	width: 100%;
	display: block;
}
.cloud-inner-menu {
    transform: translateY(60%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
}
.cloud-inner-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;

}
.cloud-inner-menu ul li {
	margin-right: 15px;
}
.cloud-inner-menu ul li a {
	color: #bbb3a7;
	text-transform: uppercase;
}
.cloud-deafult-img-area {
	position: relative;
}
.cloud-deafult-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.cloud-deafult-img img {
    width: auto;
    height: 100%;
}

/*Cloud Real*/
.cloud-area {
    transform: translateY(-50%);
    position: relative;
    z-index: 2;
    margin-bottom: -150px;
    max-width: 90%;
    margin: auto;
    position: relative;
}
.cloud-real {
    display: flex;
    background: #f8f3ef;
    align-items: center;
}
.cloud-thumbnail {
	margin-right: 48px;
}
.cloud-real .cloud-thumbnail img {
	width: auto;
}
.cloud-player .we-btn a {
    display: inline-block;
    padding: 7px 20px;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    transition: .3s;
}
.cloud-player .we-btn a:hover {
	opacity: .8;
}
.cloud-player h2 {
	margin-top: 20px;
    font-size: 30px;
    color: #000;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}

@media (max-width: 991px) {
	.cloud-player .we-btn a {
	    padding: 5px 10px;
	    font-size: 14px;
	}
	.cloud-thumbnail {
		margin-right: 10px;
	}
	.cloud-player h2 {
		margin-top: 3px;
	    font-size: 20px;
	    margin-bottom: 0;
	}
}

/*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) {
	.word-cloud {
	    max-width: 90%;
	    margin: auto;
	}
	.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;
}
@media (min-width: 991px) {

	/*.billboard {
		margin-top: 132px;
	}*/
}

.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 {
	max-height: 525px;
	object-fit: cover;
}
.billboard-inner {
	position: relative;
}
.billboard-inner .billboard-text {
    position: absolute;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 95%;
}
.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: 160px;
    font-weight: 700;
    line-height: 135px;
     text-shadow: 2px 1px 0px #222; 
    /* font-family: 'DM Sans', sans-serif; */
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    width: 100%;
}
@media (min-width: 1350px) {
	.billboard-inner .billboard-text {
	    width: 1300px;
	}
}
.billboard-inner .billboard-text h4 {
    color: #fff;
    /* font-size: 183px; */
    line-height: 35px;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
    /* font-family: 'Stalling'; */
    font-family: 'Roboto', sans-serif;
    text-align: center;
    /* display: inline-block; */
    /* background: rgb(0 0 0 / 70%); */
    padding: 12px;
    margin-top: 10px;
    text-shadow: 1px 1px 1px #000;
}
.billboard-inner .billboard-text h4 a {
	font-size: 24px;
	text-transform: uppercase;
	color: #537744;
}
.billboard-inner .billboard-text h4 a:hover {
	opacity: .8;
}
.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-nav {
	margin-top: 0;
}
.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: #A2CB7D;
    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: 1299px) {
	.billboard-inner .billboard-text h2 {
		font-size: 105px;
		line-height: .9;
	}

}
@media (max-width: 1199px) {
	.billboard-inner .billboard-text {

	}
  	.billboard-inner .billboard-text h2 {
	    font-size: 90px;
	}
	.billboard-inner .billboard-text h4 {
	    font-size: 32px;
	}
	.billboard-inner .billboard-text h4 a {
	    font-size: 22px;
	}
}
@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: 28px;
	}
	.billboard-inner .billboard-text h4 a {
	    font-size: 18px;
	}

	.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%;
	}
	.billboard-inner .billboard-text h2 {
	    font-size: 38px;
	    text-align: center;
	}
	.billboard-inner .billboard-text h4 {
		font-size: 22px;
	}
	.billboard-inner .billboard-text h4 a {
	    font-size: 16px;
	}
	.billboard-inner .billboard-text h5 {
		font-size: 20px;
	}
	.billboard-inner .billboard-img img {
	    min-height: 290px;
	    object-fit: cover;
	}

}


/*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;
}

.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: 90px;
}
.cout-area h2 {
    position: relative;
    display: inline-block;
    font-weight: 500;
    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;
      font-family: 'Roboto', sans-serif;
}
.cout-area ul li strong {
    display: block;
    color: #006699;
    font-size: 65px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}

.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;
}
@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 span {
    text-transform: uppercase;
    font-size: 13px;
    color: #ce4000;
    font-weight: 600;
    letter-spacing: 1px;
    min-width: 78px;
    display: inline-block;
    position: relative;
}
.upcoming-events ul li span:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 6px;
    height: 15px;
    background: #ce4000;
    bottom: 0;
    width: 2px;
}
.upcoming-events ul li a {
    text-transform: uppercase;
    font-size: 13px;
    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;
}


/*Calendar Glenview*/
.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 .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: 250px;
	flex: 1;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	position: relative;
}
.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;
}
.event-safe > ul > li .event-safe-item .event-safe-item-right h4 {
	color: #71b246;
	font-size: 22px;
	margin-bottom: 15px;
}


@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 Lot
====================
*/
.events-lot-area {
	margin-top: 50px;
}
.events-lot-area-2 {
	margin-top: 45px;
}
.events-lot-area-2 .events-lot-title {
	color: #000;
}
@media (min-width: 1400px)  {
    .events-lot-area .container {
/*        max-width: 1370px;*/
    }
}
.events-lot-border-1 {
	margin-bottom: 15px;
	width: 100%;
	height: 3px;
	background: #D3D1D0;
}
.events-lot-border-2 {
	margin-bottom: 15px;
	width: 100%;
	height: 3px;
	background: #313F58;
}
.events-lot-title {
    text-transform: uppercase;
    color: #006699;
    font-weight: 600;
    /* margin-bottom: 2px; */
    font-size: 20px;
    /* margin-top: -27px; */
    text-align: right;
    padding-bottom: 8px;
}
.text-right {
    text-align: right;
}
.events-lot-content {
	text-align: right;
}
.events-lot-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.events-lot-list ul li {
	margin-bottom: 6px;
}
.events-lot-list ul li.active-safe a {
	color: #006699;
    font-size: 20px;
}
.events-lot-list ul li.digital_resource_tab.active-safe a {
    color: #537744;
}

.events-lot-list ul li a {
	transition: .3s;
	color: #706D68;
}
.events-lot-list ul li a:hover {
	opacity: .8;
}


.events-lot-up-title {
	color: #006699;
	font-weight: 500;
	margin-bottom: 5px;
}
.events-lot-up-item-link a {
	color: #000;
	transition: .3s;
	font-weight: 500;
	margin-top: 10px;
	display: inline-block;
}
.events-lot-up-item-link a:hover {
	opacity: .8;
}
.col-gap {
	padding-left: 7px;
	padding-right: 7px;
}


.sliding-slider-4 .block-sliding-item img {
	box-shadow: none;
}
.sliding-slider-4 .owl-nav {
    margin-top: -71px;
    position: absolute;
    top: 50%;
    right: -39px;
    left: -36px;
    transform: translateY(-50%);
}
.digital_resource_content .sliding-slider-4 .owl-nav {
    margin-top: -85px !important;
}
.sliding-slider-4 .owl-nav button.owl-next {
	background: #ccc;
	position: absolute;
	right: 25px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 20px;
	color: #ccc;
	border: 1px solid #ccc;
    background: transparent;
    font-size: 15px;
    line-height: 2.1;
}
.sliding-slider-4 .owl-nav button.owl-prev {
	background: #ccc;
	position: absolute;
	left: 25px;
	right: auto;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 20px;
	color: #ccc;
	border: 1px solid #ccc;
    background: transparent;
    font-size: 15px;
    line-height: 2.1;
}

.sliding-slider-4 .owl-nav button {
    width: 20px;
    background: #ccc;
}
.sliding-slider-4 .owl-nav [class*=owl-]:hover {
	opacity: .8;
}

@media (max-width: 767px) {
	.sliding-slider-4 .owl-nav {
	    right: -10px;
	    left: -10px;
	}

}


/*Web Main Area*/


/*
===============
Widgets Code
===============
*/
.web-main-area {
	margin-top: 30px;
}
.border-safe {
 	background: #537744;
 	height: 8px;
 	margin-bottom: 15px;
}
.border-safe-color2 {
	background: #d80e2a;
}
.border-safe-color3 {
	background: #313F58;
}
.border-safe-thin {
    height: 1px;
    background: #e9e9e9;
    margin-top: 15px;
}
.widget-safe {

}
.widget-safe-content {
    font-size: 20px;
}
.widget-safe-content a strong {
    color: black;
    font-weight: 400;
}
.widget-safe-1 {
	
}
.margin-b {
	margin-top: 20px;
	margin-bottom: 20px;
}
.widget-safe .widget-safe-title h3 {
	color: #006699;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
}
.widget-safe a {
	color: #7F8B35;
	transition: .3s;
}
.widget-safe a:hover {
	opacity: .8;
}


.widget-safe-list {
	margin-bottom: 20px;
}
.widget-safe-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-safe-list ul li {
	background: #EEEEEE;
	margin-bottom: 5px;
	padding: 7px;
	transition: .3s;
}
.widget-safe-list ul li:hover {
	background: #ccc;
}
.widget-safe-list ul li a {
	color: #000;
	font-weight: 600;
	display: block;
}
.widget-safe-list ul li img {
	width: 24px;
}
.main-area-safe-content-big p.content-title {
    font-size: 42px;
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}
.main-area-safe-content-big a {
    color: #7F8B35;
}
.main-area-safe-content-big h3 {
	color: #006699;
	text-transform: uppercase;

	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 5px;
}
.main-area-safe-content-big p a {
	text-transform: uppercase;

	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #575757;
}
.main-area-safe-content-big p a:hover {
    color: #A2CB7D;;
}

.main-area-safe-content-1 {

}
.main-area-safe-content-color {
	margin-top: 20px;
}
.main-area-safe-content-color p {
	color: #547744;
	font-weight: 600;
	position: relative;
	padding-right: 50px;
}
/* .main-area-safe-content-color p:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../media/images/icons/x-twitter.svg);
    transition: .3s;
    pointer-events: none;
} */
.main-area-safe-content-color a {
	color: #7F8B35;
	transition: .3s;
}
.main-area-safe-content-color a:hover {
	opacity: .8;
}


/*Widget 2*/
.widget-safe-2 {
	transition: .3s;
}
.widget-safe-2 .widget-safe-2-box {
	background: #000;
	padding: 10px;
	position: relative;
}
.widget-safe-2 .widget-safe-2-box:before {
    content: "";
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 36px;
    top: 0;
    /* transform: translateY(-50%); */
    right: 4px;
    width: 40px;
    /* z-index: 999999999999; */
    bottom: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/media/icons/arrow-white.png);
    transition: .3ss;
    pointer-events: none;
}
.widget-safe-2.widget-safe-2-other .widget-safe-2-box:before {
    background-image: url(../images/media/icons/arrow-white.png);
}
.widget-safe-2:hover .widget-safe-2-box:before {
	opacity: .8;
}
.widget-safe-2 .widget-safe-2-box a {
	color: #fff;
}
.widget-safe-2 .widget-safe-2-box h6 {
	font-size: 14px;
	font-weight: 500;
}
.widget-safe-2 .widget-safe-2-box h5 {
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
}
.widget-safe-2-box-another h5,
.widget-safe-2-box-another h6 {
	
}
.widget-safe-2.widget-safe-2-other {
	margin-top: 20px;
	margin-bottom: 20px;
}
.widget-safe-2.widget-safe-2-other .widget-safe-2-box {
	background: #5D7EB3;
}

/*
====================
block-x-area
====================
*/

.block-x-area-1 {
	margin-top: 50px;
}
.block-sliding h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 10px;
    width: fit-content;
    display: inline-block;
}
.block-sliding-filter {
    margin-left: 20px;
    display: inline-block;
}
.block-sliding-filter span {
    color: #333;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.block-sliding-filter span.active {
    color: black;
    font-weight: 600;
}
.block-sliding-filter span:hover {
    text-decoration: underline;
}
.block-sliding-x {
	margin-top: 0;
}
.block-full .block-sliding-x {
	margin-top: 0;
	margin-left: -10px;
}
.block-x-highlight-2 img {
	padding-right: 20px;
	width: 100%;
    object-fit: cover;
}
.block-x-highlight {
    position: relative;
}
.block-x-highlight h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 22px;
	text-align: center;
}
.block-x-highlight.block-x-highlight-2 h3 {
	margin-right: 20px;
}
.block-sliding-item img {
	display: block;
	box-shadow: 2px 3px 10px 3px #ccc;
}
.block-sliding-item {
	text-align: center;
	padding: 10px;
}
.block-sliding-item h4 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-top: 10px;
}
.block-sliding-item h4 > span {
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-top: 3px;
}
.block-sliding-item a {
    line-height: 22px;
	transition: .3s;
	display: block;
}
.block-sliding-item a:hover {
	opacity: .8;
}
.block-sliding-x .owl-nav {
    margin-top: -60px;
    position: absolute;
    top: 50%;
    right: -39px;
    left: -36px;
    transform: translateY(-50%);
}
.block-sliding-x .owl-nav button.owl-next {
    background: #ccc;
    position: absolute;
    right: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #ccc;
    border: 1px solid #ccc;
    background: transparent;
    font-size: 15px;
    line-height: 2.1;
}
.block-sliding-x .owl-nav button.owl-prev {
	background: #ccc;
	position: absolute;
	left: 0;
	right: auto;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #ccc;
	border: 1px solid #ccc;
    background: transparent;
    font-size: 15px;
    line-height: 2.1;
}

.block-sliding-x .owl-nav button {
    width: 20px;
    background: #ccc;
}
.block-sliding-x .owl-nav [class*=owl-]:hover {
	opacity: .8;
}

.block-x-area-2 {
	/* margin-top: 50px;
	margin-bottom: 50px; */
}
.block-x-highlight-3 h3 {
	margin-bottom: 5px;
}
.block-x-highlight-3 p {
	margin-bottom: 10px;
    font-weight: 400;
}

/*--------*/
.block-x-area-2 .block-sliding-x .owl-nav {
    margin-top: -7px;
    position: absolute;
    top: 40%;
    right: -39px;
    left: -36px;
    transform: translateY(-50%);
    /* background: red; */
}
@media (max-width: 767px) {
	.block-sliding-x .owl-nav {
	    right: -10px;
	    left: -10px;
	}

}

.block-x-highlight-3 img {
    padding-right: 20px;
    object-fit: cover;
}


/*
====================
Study Area
====================
*/
.study-area {
    padding-top: 8%;
    padding-bottom: 7%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 30px;
    background-attachment: fixed;
}
.study-content {
	text-align: center;
}
.study-content h2 {
	color: #fff;
	font-size: 62px;
	font-family: 'Roboto Serif', serif;
	font-weight: 600;
}
.study-content p {
	color: #fff;
    font-size: 19px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.study-action-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.btn-safe-01 a {
	display: inline-block;
	padding: 15px 35px;
	background: #313F58;
	color: #fff;
	border-radius: 15px;
}
.btn-safe-01 a:hover {
	background: #7F8B35;
}
@media (max-width: 767px) {
	.study-content h2 {
		font-size: 32px;
	}
}


/*
====================
Study Area
====================
*/
.subscription-area {
	background: #537744;
	margin-top: 2px;
	padding: 10px 0;
}
.subscription-content {
	display: flex;
	align-items: center;
	gap: 20px;
}
.subscription-content h3 {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
}
.subscription-content h3 i {
	font-size: 22px;
	
}
.subscription-content .btn-safe-02 a {
	background: #000;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 8px 20px;
}
.subscription-content .btn-safe-02  a:hover {
	background: #7F8B35;
}
@media (max-width: 767px) {
	.btn-safe-02 {
		margin-top: 15px;
	}
	.subscription-content {
		display: block;
	}
}

/*
====================
Widget Blocks
====================
*/
.tab-style-info-area {
	padding-top: 20px;
	background: #EFF1F4;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 80px;
	background-position: center right;
}
.tab-style-info-area .nav-tabs,
.tab-style-info-area .nav-tabs .nav-link.active, 
.tab-style-info-area .nav-tabs .nav-item.show .nav-link,
.tab-style-info-area .nav-tabs .nav-link {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: 0;
}
.tab-style-info-area .nav-tabs .nav-link.active {
	border-bottom: 2px solid #ff832b;
	color: #7F8B35 !important;
}
.tab-style-info-area nav {

}
.tab-style-info-area .nav-tabs .nav-link {
	border-bottom: 2px solid #dfdfdf;
	text-align: left;
	color: #7d7f7c !important;
}
.need-help {
    position: absolute;
    right: 10px;
}
@media (min-width: 1300px) {
	.need-help {
	    bottom: 150px;
	}
	.tab-style-info-area {
		padding-bottom: 0;
	}
}
.widget-block-1 iframe {
	display: block;
	width: 100%;
	height: 350px;
}
.widget-block-2 {
	margin-bottom: 20px;
}
.widget-block-2 h3 {
	font-size: 32px;
	color: #537744;
	margin-bottom: 10px;
}
.widget-block-2 h5 > a {
	color: #000;
	transition: .3s;
}
.widget-block-2 h5 > a:hover {
	opacity: .7;
}
.widget-block-2 h5 {
	font-size: 18px;
}
.widget-block-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-block-2 ul li a {
	color: #000;
	transition: .3s;

}
.widget-block-2 ul li a:hover {
	opacity: .7;
}



/*
====================
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;
}
.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;
}
@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
    }
}




/*featured Safe*/
.featured-safe .container {
	max-width: 1140px;
}
.featured-safe {
    background-color: #2d2418;
    border-top: 5px solid #3f3221;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    color: #fff;
}
.featured-safe h3 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 22px;
    line-height: 25px;
}
.featured-safe p {
	line-height: 1.7;
}
.featured-safe a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    display: block;
    color: #fff;
    margin-top: 20px;
    transition: .3s;
}
.featured-safe a:hover {
	opacity: .8;
}
.featured-safe .icon-box {
	padding-top: 40px;
	padding-bottom: 40px;
}
.featured-safe .icon-box img {
	width: 50px;
}
.featured-safe .icon-box.icon-box-b {
	background: #3f3221;
	padding-left: 15px;
	padding-right: 15px;

}

.featured-author-text {
    color: #406f33;
    margin-top: 10px;
    text-align: center;
    margin-right: 20px;
}
.featured-author-text a {
	color: #999999;
	transition: .3s;
}
.featured-author-text a:hover {
	opacity: .8;
}
/*Donation Area*/
.donation-area {
  background-image: url('../images/media/bg-yellow.jpg');
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.noselect {
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.donation_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 5px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.donation_wrapper > .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 25px;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.donation_wrapper > .single_amount_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px 20px;
    flex-wrap: wrap;
}
.donation_wrapper > .single_amount_wrapper > .single_amount {
    padding: 7px 20px;
    min-width: 60px;
    margin: 0 5px;
    border-radius: 25px;
    color: #000;
    background: #fff;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    margin-bottom: 10px;
}
.donation_wrapper > .single_amount_wrapper > .single_amount:hover {
  background: #fb7a00;
  color: #fff;
}
.donation_wrapper > .amount_wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 15px;
}
.donation_wrapper > .amount_wrapper > input,
.donation_wrapper > .amount_wrapper > .suffix {
  padding: 8px;
  border: 0;
  font-weight: bold;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.donation_wrapper > .amount_wrapper > input {
  border-radius: 0 25px 25px 0;
  border-right: 0;
  outline: none;
  width: 120px;
  text-align: center;
}
.donation_wrapper > .amount_wrapper > .suffix {
  border-radius: 25px 0 0 25px;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.donation_wrapper > a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 15px 25px;
  border: 0;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 25px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 0 rgba(0, 0, 0, 0) inset;
  background: #0070ba;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.donation_wrapper > a:hover {
  background: #003087;
}
.donation_wrapper > a:active {
  box-shadow: 0 -2px 2px 0 rgba(255, 255, 255, 0.2) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.5) inset;
}
.btn-donate {
	text-align: center;
}
.btn-donate a {
	background: #fb7a00;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 25px;
	transition: .3s;
}
.btn-donate a:hover {
	opacity: .8;
}


/*Tab Specials Area*/
.tab-specials {
	/*margin-top: 200px;*/
	margin-bottom: 100px;
}
.tab-specials .nav-tabs {
	border-bottom: 0;
}
.tab-specials .row {
	width: 100%;
}
.tab-specials .nav-tabs .nav-link {
	font-size: 110px;
	font-weight: 700;
	position: relative;
	color: #e4e8e4;
	padding-right: 40px;
	padding-left: 40px;
	font-family: 'Roboto', sans-serif;
}
.tab-specials .nav-tabs .nav-item:first-child .nav-link {
	padding-left: 0;
}
.tab-specials .nav-tabs .nav-link:before {
    content: "";
    position: absolute;
    right: 0;
    top: 36px;
    bottom: 25px;
    background: #e4e8e4;
    width: 4px;
}
.tab-specials .nav-tabs .nav-item:last-child .nav-link:before {
	display: none;
}
.tab-specials .nav-tabs .nav-link {
	border: 0;
}
.tab-specials .nav-tabs .nav-link.active, 
.tab-specials .nav-tabs .nav-item.show .nav-link {
    color: #82d2e0;
    background-color: transparent;
    border-color: none;
}
.tab-specials-content-area .right-photo {
	margin-top: -150px;
}
@media (max-width: 1199px) {
	.tab-specials .nav-tabs .nav-link {
		font-size: 72px;
	}
	.tab-specials-content-area .right-photo {
	    margin-top: 0;
	}
}
@media (max-width: 991px) {
	.tab-specials {
	    margin-top: 0;
	}
	.tab-specials .nav-tabs .nav-link {
		font-size: 42px;
		padding-right: 15px;
    	padding-left: 15px;
	}
	.tab-specials .nav-tabs .nav-link:before {
	    top: 9px;
	    bottom: 16px;
	    width: 3px;

	}
}



/**/
.order-item span {
    color: #e4e8e4;
    font-weight: 400;
    font-size: 25px;
}
.order-item h3 {
	margin-top: 10px;
	font-weight: 700;
}
.order-item .order-item-divider {
	margin-top: 20px;
	border-bottom: 1px solid #e4e8e4;
	margin-bottom: 15px;
	position: relative;
}
.order-item .order-item-divider:before {
	content: "";
	position: absolute;
	left: 0;
	width: 40px;
	top: 0;
	height: 1px;
	background: #0049ad;
}
.order-item .order-item-btn {
	margin-top: 10px;
}
.order-item .order-item-btn a {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    transition: .3s;
}
.order-item .order-item-btn a:hover {
	opacity: .8;
}

.tab-specials-content-area .right-photo2 {
/*    margin-top: -60px;*/
}
.where-content p {
    line-height: 2;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.where-big-img {
    margin-left: -35px;
}
.where-big-img img {
    max-width: 700px;

}
@media (max-width: 1499px) {
	.where-big-img {
	    margin-left: -120px;
	}
	.where-big-img img {
	    max-width: 590px;
	}
}
@media (max-width: 991px) {
	.where-big-img {
	    margin-left: 0;
	}
	.where-big-img img {
	    max-width: 100%;
	}
}



/*Ways Area */
.ways-area {
	padding-top: 70px;
	padding-bottom: 70px;
	background-attachment: fixed;
}
.ways-area .container {
	max-width: 1100px;
}
.ways-area {
	background-image: url('../images/media/bg-2.jpg');
	background-size: cover;
	position: relative;
}
.ways-area:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .5);
}
.ways-part1 {
    margin-bottom: 20px;
    max-width: 400px;
}
.ways-part1 h2 {
    font-size: 54px;
    line-height: 61px;
    font-weight: 700;
}
.ways-part1 p {
    /* font-size: 16px; */
    line-height: 22px;
    margin-top: 15px;
}
.ways-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.ways-list ul li {
    background: #829A48;
    flex: 0 0 calc(50% - 8px);
    transition: .3s;
    min-height: 180px;
}
.ways-list ul li:hover {
	opacity: .8;
}
.ways-list ul li a {
	color: #000;
	display: block;
	font-size: 33px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding: 15px;
	line-height: 1;
	position: relative;
}
/*.ways-list ul li a:before {
    content: "\f061";
    position: absolute;
    right: 20px;
    bottom: 17px;
    font-size: 14px;
    font-family: "FontAwesome";
    transition: .3s;
    opacity: 0;
}
.ways-list ul li:hover a:before {
    content: "\f061";
    position: absolute;
    right: 14px;
    bottom: 17px;
    font-size: 14px;
    font-family: "FontAwesome";
    opacity: 1;
}*/
.ways-list ul li a {
	height: 100%;
}
.ways-list ul li a > span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-top: 15px;
}
.ways-list ul li {
	position: relative;
}
.ways-list ul li svg {
    width: 21px;
    position: absolute;
    right: 50px;
    bottom: 20px;
    transition: .3s;
    opacity: 0;
}
.ways-list ul li:hover svg {
    width: 21px;
    position: absolute;
    transition: .3s;
    opacity: 1;
    right: 15px;
}
@media (max-width: 767px) {
	.ways-part1 h2 {
	    font-size: 36px;
	}
	.ways-list ul li a {
	    font-size: 26px;
	}
}

.blog-area {
	margin-top: 70px;
	margin-bottom: 60px;
}
.widget-safe100-title h3 {
	font-size: 27px;
	color: #000;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-weight: 700;
}
.widget-safe100-title h3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #d1d1d1;
}

/*--- blog ---*/
.safe-blog-blog-thumbnail {
     position: relative;
     text-align: center;
}
.safe-blog-blog-thumbnail .icon-bullhorn{
     margin-right: 9px;
}
.safe-blog-blog-thumbnail .safe-blog-sticky-banner {
     position: absolute;
     bottom: 0px;
     font-size: 12px;
     font-weight: bold;
     padding: 7px 15px;
     text-transform: uppercase;
     right: 0;
}
.safe-blog-blog-thumbnail{
     background: #000000;
}
.safe-blog-blog-thumbnail.safe-blog-audio{
     background: transparent;
}

.safe-blog-blog-thumbnail > a:hover{
     opacity: 0.8;
     filter: alpha(opacity=80);
}
.safe-blog-blog-widget.safe-blog-item {
    margin-bottom: 15px;
    clear: both;
}
.safe-blog-standard-style {
    display: flex;
}
.safe-blog-blog-widget .safe-blog-blog-thumbnail {
    width: 80px;
    float: left;
    margin-right: 19px;
    flex: 0 0 80px;
    border-radius: 50%;
    overflow: hidden;
    height: 80px;
}
.safe-blog-blog-widget .safe-blog-blog-thumbnail .safe-blog-sticky-banner{
     display: none;
}
.safe-blog-blog-widget .safe-blog-blog-date-wrapper {
     float: left;
     width: 45px;
     margin-right: 19px;
     text-align: center;
}
.safe-blog-blog-widget .safe-blog-blog-day {
     font-size: 40px;
     font-weight: 700;
     line-height: 1;
     margin-bottom: 4px;
     color: #3d3d3d;
}
.safe-blog-blog-widget .safe-blog-blog-month {
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: 1px;
     color: #3d3d3d;
}
.safe-blog-blog-widget .safe-blog-blog-title{
     margin-bottom: 9px;
}
.safe-blog-blog-widget .safe-blog-blog-title a {
	transition: .3s;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #A2CB7D;

}
.safe-blog-blog-widget .safe-blog-blog-title a:hover {
	opacity: .8;
}
.safe-blog-blog-widget .safe-blog-blog-info{
     font-size: 13px;
     font-weight: bold;
}
 .safe-blog-blog-widget .safe-blog-blog-info .blog-info{
     display: inline;
     margin-left: 17px;
}
 .safe-blog-blog-widget .safe-blog-blog-info .blog-comment .safe-blog-tail {
     display: none;
}
 .safe-blog-blog-widget .safe-blog-blog-info .blog-info i{
     font-size: 15px;
     margin-right: 8px;
}
 .safe-blog-blog-widget .safe-blog-blog-info .blog-info:first-child{
     margin-left: 0px;
}
 .safe-blog-blog-widget .post-header {
     overflow: hidden;
}
.blog-read-btn {
	margin-left: 100px;
}
.blog-read-btn a {
	transition: .3s;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #A2CB7D;
}
.blog-read-btn a:hover {
	opacity: .8;
}
/* */
@media (max-width: 1199px) {
	.widget-item-n {
		margin-bottom: 30px;	
	}
}
.video-widget h4 {
	font-size: 17px;
	margin-top: 15px;
}
.video-widget a {
	transition: .3s;
}
.video-widget:hover a {
	opacity: .8;
}
@media (max-width: 767px) {
	.blog-area .col-md-4 {
		margin-bottom: 30px;
	}
}


/*Quote*/
.quote-safe-100-conent {
	padding-left: 70px;
	position: relative;
}
.quote-safe-100-conent:before {
    content: " \“ ";
    font-size: 120px;
    position: absolute;
    left: 0;
    top: -28px;
    color: #A2CB7D;
}
.quote-safe-100-conent ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
	margin-top: 20px;
}
.quote-safe-100-conent p {
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Sofia Sans', sans-serif;

}
.quote-safe-100-conent ul li:first-child {
	flex: 0 0 60px;
	margin-right: 10px;
}
.quote-safe-100-conent ul li img {
	width: 100%;
	height: 60px;
	border-radius: 50%;
	margin-right: 10px;
}
.quote-safe-100-conent ul li h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #A2CB7D;
}
.quote-safe-100-conent ul li span {
	color: #222;
	font-weight: 700;
}

.quote-safe-100 .owl-nav {
    margin-top: -55px;
    position: absolute;
    top: 0;
    right: 0;
}
.quote-safe-100 .owl-nav svg {
    width: 20px;
}
.quote-safe-100 .owl-nav [class*=owl-]:hover {
	background: transparent;
	opacity: .8;
}





/*Header*/
.title h1,
.font-family-x {
    font-family: 'Roboto', sans-serif;
}
.reason-more-safe h6 {
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.reason-more-safe p {
    color: #9f9f9f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: none;
}

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



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

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

    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;

}


/*Members Area*/

.members-area h3 {
	   font-size: 27px;
	    color: #000;
	    font-weight: 700;
	    text-align: center;
	    margin-top: 15px;
	    margin-bottom: 10px;
	    text-transform: uppercase;
}

.carousel-council.owl-theme {
    position: relative;
}
.carousel-council.owl-theme .owl-nav {
    top: 0;
}
.carousel-council.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -43px;
    top: 0;
    bottom: 40px;
    background: transparent;
    color: #000;
}
.carousel-council.owl-theme .owl-nav .owl-prev i,
.carousel-council.owl-theme .owl-nav .owl-next i {
    color: #000;
    font-size: 52px;    
}
.carousel-council.owl-theme .owl-nav .owl-prev:hover ,
.carousel-council.owl-theme .owl-nav .owl-next:hover  {
    background: transparent;
}
.carousel-council.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -45px;
    top: 0;
    bottom: 40px;
    background: transparent;
    color: #000;
}



@media (min-width: 769px) and (max-width: 1000.99px) {
    .carousel-council.owl-theme .owl-nav .owl-prev,
    .carousel-council.owl-theme .owl-nav .owl-next {
        
    }
}
@media (min-width: 1001px) and (max-width: 1024.99px) {
    .carousel-council.owl-theme .owl-nav .owl-prev,
    .carousel-council.owl-theme .owl-nav .owl-next {
        
    }
}

@media (min-width: 1025px) and (max-width: 1199.99px) {
    .carousel-council.owl-theme .owl-nav .owl-prev,
    .carousel-council.owl-theme .owl-nav .owl-next {
        
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .carousel-council.owl-theme .owl-nav .owl-prev,
    .carousel-council.owl-theme .owl-nav .owl-next {
        
    }
}


.member-loop img {
     width: 100%;
}
.member-loop h2 {
     font-size: 13px;
     line-height: 28px;
     padding: 0px 15px;
     font-family: var( --fnt-family);
     text-align: center;
     margin-top: 0px;
}
.member-loop h5 {
     text-align: center;
     font-size: 14px;
     margin-top: 16px;
     color: #000;
     font-weight: 600;
     border-bottom: 1px dotted #a8a8a8;
     padding-bottom: 15px;
     margin-bottom: 2px;
    /*height: 38px;
    */
}
 .member-loop {
     margin-top: 10px;
}
.member-loop h5 > span {
     color: #a8a8a8;
}
.member-loop h6 {
     text-align: center;
     font-size: 20px;
     margin-top: 5px;
     color: #a8a8a8;
     font-weight: 600;
     padding-bottom: 10px;
}






.latest-projects-2 {
    padding: 40px;
    margin-top: -30px;
    background: #fff;
    z-index: 9;
    position: relative;
}
.latest-projects-wrapper {
    /* box-shadow: 0px 26px 11px -22px #d1d1d1; */
    /* margin-bottom: 40px; */
    /*background-image: url(../../images/shadow-bottom.png);*/
    /* padding-bottom: 90px; */
    background-position: bottom center;
    background-repeat: no-repeat;
    /* display: table; */
}
@media (min-width: 992px) {
  .latest-projects-wrapper .row {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .project-zone .nav-tabs li {
      margin-bottom: 20px;
      padding-bottom: 0;
  }
  .project-zone .nav-tabs li a {
      padding-bottom: 0;
  }
}

.tab-content {
    padding-bottom: 10px;
} 
.tab-content .item {
  margin-bottom: 30px;
}
.tab-content .event-item {
    display: flex;
    max-width: 930px;
    align-items: center;
}
.event-left-safe {
    flex: 0 0 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    width: 150px;
    height: 150px;
}
.event-right-safe p {
	margin-top: 10px;
	line-height: 1.5;
	font-size: 18px;


}
.event-right-safe a {
	text-transform: uppercase;
}
.event-right-safe  h3 {
	font-family: 'Sofia Sans', sans-serif;

}
.event-right-safe p > a {
	text-transform: initial;
}
.project-zone {
/*    margin-top: 100px;*/
}
.project-zone .latest-projects-wrapper {
    margin-left: -30px;
    margin-right: -30px;
}
.project-zone h2 {
    text-transform: uppercase;
    font-weight: 400;
    color: #A2CB7D;
    text-align: right;
    position: relative;
    z-index: 999;
    font-family: 'Sofia Sans', sans-serif;

}
.project-zone .border-left {
    border-left: 1px solid #e7e7e7;
}
.project-zone .nav-tabs {
    margin-bottom: 40px;
    position: relative;
    max-width: 800px;
    display: flex;
/*    justify-content: flex-start; */
  margin-left: 10px;
  border: 0;
}
@media (max-width: 767px) {
	.tab-content .event-item {
	    display: block;
	}
	.event-left-safe {
		margin-bottom: 15px;
	}
	.project-zone h2 {
		text-align: center;
		margin-bottom: 20px;
	}
	.project-zone h2 > br {
		display: none;
	}
  .project-zone .nav-tabs {
    margin-bottom: 22px;
  }
}
.nav-tabs.nav-justified>li {
      flex: 1;
      display: inline-flex;
  }
@media (min-width: 768px) {
  
}
.project-zone .nav-tabs:before {
    content: "";
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    bottom: -12px;
    width: 100%;
    height: 10px;
    border-bottom: 2px dotted #ccc;
}
.project-zone .nav-tabs:after {
  position: absolute;
  width: 100%;
  height: 2px;
  /*background-color: #A2CB7D;*/
  left: 0;
  bottom: 4px;
  /*box-shadow: 5px 5px 5px #A2CB7D;*/
}
.project-zone.nav-tabs.nav-justified>li>a {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.project-zone .nav>li>a:focus, 
.project-zone .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.project-zone .nav-tabs.nav-justified li >a.active, 
.project-zone .nav-tabs.nav-justified li >a.active:focus, 
.project-zone .nav-tabs.nav-justified li >a.active:hover {
        border-bottom-color: #fff;
    /* background-color: #A2CB7D; */
    color: #A2CB7D;
    border: 0;
    border-radius: 0;
    transform: scale(1.2);
}
.project-zone .nav-tabs li a {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
  color: #808080;
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 18px;
  /*text-transform: uppercase;*/
  border: 0;
}
.project-zone .nav-tabs li a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -16px;
    border-radius: 50%;
}
.project-zone .nav-tabs li a.active:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #A2CB7D;;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -12px;
    border-radius: 50%;
}

.word_cloud_title{
font-weight: bolder;
margin-bottom: 10px;
}
@media (min-width: 1199px) {
	.iwant {
		min-height: 350px;
		margin-top: 50px;
	}
}
.iwant p{
margin-top: 10px;
line-height: 1.6em;
}
.iwant h1 {
	 font-size: 42px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
#word_cloud_input {
width: 100%;
padding: 10px;
font-size: 16px;
border: 25px solid #5888C6;
border-radius: 30px;
}

.suggestions {
border: 1px solid #ccc;
position: absolute;
width: 100%;
max-height: 200px;
overflow-y: auto;
display: none;
z-index: 9;
background: #fff;
}

.suggestions ul {
list-style: none;
padding: 0;
margin: 0;
}

.suggestions li {
padding: 10px;
cursor: pointer;
}

.suggestions li:hover {
background-color: #f0f0f0;
}

.word_cloud_display {
    display: flex;
    flex-wrap: wrap;
    color: #5888C6;
    line-height: 0.9;
    margin-top: -45px;
    width: 1000px;
    /* height: 300px; */
    background: #fff;
    z-index: 99999999;
    position: relative;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 20px 0px;
    padding: 0;
}
@media (max-width: 767px) {
	.word_cloud_display {
		width: 100%;
	}
}

.word_cloud_display img {
	display: block;
	width: 100%;
}
.word_cloud_display .close_button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    cursor: pointer;
    margin: 0 !important;
    padding: 9px;
    font-weight: bold;
    font-size: 20px;
}
.word_cloud_display .close_button:hover {
    color: #000;
}

.word_cloud_display span {
margin: 0 4px;
}


/*Testimonial*/
.testimonial-area {
	text-align: center;
	margin-top: 70px;
}
.testimonial {
	max-width: 1000px;
	margin: auto;
}
.testimonial-conent {
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}
/*.testimonial-conent:before {
    content: " \â€œ";
    font-size: 120px;
    position: absolute;
    left: 0;
    top: -28px;
    color: #A2CB7D;
}*/
.testimonial-conent ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
	margin-top: 20px;
}
.testimonial-conent p {
    font-size: 18px;
    line-height: 1.4;
}
.testimonial-conent ul li:first-child {
	flex: 0 0 60px;
	margin-right: 10px;
}
.testimonial-conent .quote-img {
	margin-bottom: 15px;
}
.testimonial-conent .quote-img img {
	height: 120px;
	border-radius: 50%;
	display: inline-block;
	width: auto;
}
.testimonial-conent ul li h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #A2CB7D;
}
.testimonial-conent ul li span {
	color: #222;
	font-style: italic;
	font-weight: 700;
}

.testimonial .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /* bottom: 0; */
    top: 50%;
    transform: translateY(-50%);
}
.testimonial .owl-carousel .owl-nav button.owl-next, 
.testimonial .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 0;
}
.testimonial .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 0;
	left: auto;
}

.owl-carousel button.owl-dot {

}
.testimonial .owl-nav svg {
    width: 20px;
}
.testimonial .owl-nav [class*=owl-]:hover {
	background: transparent;
	opacity: .8;
}


.quote-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ff8b5b;
	padding: 5px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}
.quote-icon img {
	display: inline-block;
}

/*Feature Area*/
.features {
	margin-bottom: 70px;
	margin-top: 50px;
}
.features-inner {
	background: #dbcebd;
	padding: 70px;
	padding-bottom: 0;
}
.features-inner h2 > span {
	color: #6a4415;
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: uppercase;
}
.features-inner h2 {
    font-size: 42px;
    color: #2a2d33;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 25px;
}
.feature-items {
	background: #2a2d33;
	color: #fff;
	padding: 30px 15px;
	padding-bottom: 0;
	position: relative;	
	z-index: 2;	
	margin-bottom: 25px;
}
.feature-items .feature-item {
	margin-bottom: 40px;
}
.feature-items .feature-item .feature-icon {
	width: 50px;
	float: left;
}
.feature-items .feature-text {
	padding-left: 65px;
}
.feature-text h4 {
	margin-bottom: 10px;
}
.feature-text p {
	line-height: 1.4;
}
.feature-img {
    margin-left: -100px;
    position: relative;
}
.feature-img img {
    margin-top: 30px;
}
.feature-img-up-top {
    position: absolute;
    top: -10px;
    right: -50px;
}
.feature-img-up-top img {
    margin-top: -7px;
    transform: rotate(19deg);
    margin-left: -31px;
    width: 119px;
}
.feature-img-up-top h3 {
    font-family: 'Chandrallin';
    font-size: 24px;
    line-height: 0.9;
    color: #5e4622;
}
@media (max-width: 1199px) {

	.feature-img-up-top img {
	    margin-top: -5px;
	    margin-left: 0;
	    width: 100px;
	}

}
@media (max-width: 991px) {
	.features-inner {
		margin-top: 20px;
	}
	.feature-img {
	    margin-left: 0;
	    margin-top: 50px;
	}

}
@media (max-width: 767px) {
	.feature-img-up-top {
	    top: 34px;
	    right: 0;
	}
	.features-inner h2 {
		font-size: 32px;
	}
	.features-inner {
	    padding: 30px;
	    padding-bottom: 0;
	}
	.feature-img {
	    margin-left: 0;
	    margin-top: 20px;
	}
}




/* Header */
.search-menu {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
@media (max-width: 767px) {
	.search-menu {
	    display: block;
	}
	.navbar-light .navbar-toggler {
		display: none;
	}
	.navbar {
		justify-content: center;
	}
}
.search-elements-3 {

}
.caro-nav {
  /*position: absolute;
  right: 100px;
  top: 0;
  transform: translateY(-50%);
  z-index: 99;*/
}
.caro-nav {
    margin-top: 17px;
    width: 75px;
}
.caro-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    padding-right: 40px;
}
.caro-nav ul li {
  position: relative;
  float: left;
}

.caro-nav ul li.caro-nav-active a {
  background-color: #ed9801;
}
.caro-nav ul li a {
    color: #ed9801;
    display: inline-block;
    padding: 15px;
    text-transform: uppercase;
    font-size: 15px;
    
    font-weight: 600;
}
.caro-nav ul li a:hover {
  opacity: .8;
}
header .navbar-nav a{
  /* text-transform: uppercase; */
  color:#fff;
  /* font-family: "proxima_nova_ltthin", Arial, sans-serif; */
  /*font-size: 15px;
  margin-right: 3px;*/
  /* font-size: 13px; */
  margin-right: 0;
}
.navbar-nav {
	margin-top: 20px;
}
.main-nav ul {
background-color: #6F6862;
margin: 0;
padding: 0 11px;
height: 100%;
display: table;
}
.nav-justified {
width: 100%;
}
.main-nav ul li a {
display: inline-flex;
color: #fff;
padding: 9px 4px;
text-transform: uppercase;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
white-space: nowrap;
font-size: 13px;
font-weight: 600;
font-weight: 500;
transition: .3s;
}
.main-nav ul li a:hover {
  opacity: .8;
}
.main-nav ul li+li:before {
content: '|';
color: #FFFFFF;
position: absolute;
font-size: 13px;
top:8px;
font-weight: 600;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}
.weather{
  max-width: 100px;
}
.weather a{
  min-width: 222px;
    transform: scale(0.5);
    margin-left: -60px;
}
header .navbar-nav.left-nav{
  width:43%;
  justify-content: space-between;
}
.collapse.navbar-collapse.custom ul li a:after{
  display: none;
}
header .navbar-nav.right-nav{
  width:45%;
  /*justify-content: flex-end;*/
  justify-content: space-between;
  align-items: center;
}
header .logo-wrap{
  width:12%;
  margin: 0 10px;
  text-align: center;
}

#navbarCollapse.navbar-collapse.custom.collapse.in{
  display: block;
  margin-left: 10px;
  margin-top: 20px;
}

.menu-icon-right {
  float: right;
}

.min-hm-div {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1460px;
    text-align: center;
    /* overflow: hidden; */
}
.sidenav {
    height: 580px;
    width: 0;
    position: absolute;
    z-index: 999999;
    top: 0;
    right: -510px;
    background-color: #899f44;
    transition: 0.5s;
    padding-top: 60px;
    /* margin-right: -14px; */
}

div#mySidenav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

div#mySidenav ul li {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0px 16px 0px 50px;
    flex: 100%;
    text-align: right;
}

.sidenav ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    transition: 0.3s;
    font-family: var(--var-font-family-iowan);
    position: relative;
    padding-bottom: 0px;
    display: block;
    display: inline-block;
    text-transform: uppercase;
}

.sidenav ul li a::after {
    content: "";
    background-color: #fff;
    width: 0%;
    height: 2px;
    right: 0px;
    transition: all 0.4s ease-in-out;
    display: block;
    margin: 0 auto 0px auto;
    bottom: -2px;
    position: relative;
}

.sidenav ul li a:hover::after {
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.sidenav ul li a:hover {
    color: #f1f1f1;
    text-decoration: none !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 50px;
    margin-left: 50px;
    color: #875600 !important;
    text-decoration: none !important;
    margin-bottom: 12px;
}

.span-open {
    font-size: 40px;
    cursor: pointer;
    color: #333;
    line-height: 1.4;
}

.slide-crls-main-div {
    width: 84%;
    text-align: center;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 0px;
    margin: 0 auto;
}

.slide-crls-main-div1 {
    width: 30%;
    text-align: left;
    position: relative;
}

.slide-crls-main-div1 h2 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--var-font-family-iowan);
    margin-bottom: 5px;
}

.slide-crls-main-div1 p {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--var-font-family-iowan);
    margin-bottom: 5px;
}


/*Addvertisement*/

.addvertisement {
    padding-top: 0;
    max-width: 80%;
    /* display: flex; */
    justify-content: flex-end;
    margin-left: auto;
    margin-top: -61px;
}
@media (max-width: 991px) {
  .addvertisement {
      margin-top: 10px;
	    max-width: 100%;
	    margin-right: auto;
	}
}
.add-slider {
  padding-left: 0;
}
.add-slider .left-img {
  width: 45px;
  float: right;
  position: relative;
  padding-top: 2px;
}
.add-slider {
  list-style: none;
    padding-top: 8px;
}
.add-slider li {
  margin-right: 5px;
  position: relative;
}
.add-slider li:after {
  position: absolute;
  content: "";
  width: 1px;
  top: -2px;
  bottom: -2px;
  background: #A9A9A9;
  right: -10px;
  height: 52px;
}
.add-slider .right-content {
  padding-left: 10px;
  margin-right: 50px;
  font-weight: 300;
  font-size: 16px;
}
.add-slider .right-content a {
  color: #000;
  text-decoration: none;
  -webkit-transition:   .2s;
  -o-transition:  .2s;
  transition:   .2s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.add-slider .right-content div {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  color: #333333;
  font-size: 14px;
}
.add-slider .right-content a:hover {
  opacity: .8;
}
.addvertisement .owl-theme .owl-nav {
    margin-top: 0px;
    padding-bottom: 15px;
}
.add-prev {
  position: absolute;
  top: 18px;
  left: -20px;
}
.add-next {
  position: absolute;
  top: 18px;
  right: -20px;
}
.add-prev i:hover,
.add-next i:hover {
  color: #ed9801;
}
.addvertisement .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #ed9801;
}

@media (max-width: 767px) {
  .add-prev {
    position: static;
  }
  .add-next {
    position: static;
  }
}



/*Serach*/
.main-logo {
    max-width: 230px;
    /*bottom: -105px;*/
    /*margin-top: -100px;*/
    z-index: 99;
    /*position: relative;*/
    border-radius: 50%;
    margin-top: 18px;
}
@media(min-width: 1350px) {
  .main-logo {
      /*left: 110px;*/
  }
}
@media (max-width: 767px) {
	.main-logo {
	    max-width: 100px;
	}
	.caro-nav {
		display: none;
	}
}
.btn-search {
     display: none; 
}
.search-form {
   /* position: absolute;
    z-index: 2;
    right: 10px;
    bottom: -43px;*/
    margin-top: 7px;
    width: 50px;
    -webkit-transition: width ease-in-out .3s;
    -o-transition: width ease-in-out .3s;
    transition: width ease-in-out .3s;
}
.search-form.open {
    width: 300px;
    margin-right: 5px;
}
.close-search, 
.open-search {
    width: 35px;
    height: 35px;
    background: #f4f4f4;
    position: absolute;
    z-index: 3;
    right: 4px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 36px;
    color: #787b80;
    cursor: pointer;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.close-search {
    background: 0 0
}
.close-search:after {
    content: "\f002";
    position: absolute;
    right: 15px;
  content: "\f002";
  color: #659cf6;
}
.close-search:before {
    content: "\f00d";
    right: 50px;
    position: absolute;
}
.open-search:before {
    content: "\f002";
    color: #7a7a7a;
}
.search {
/*  padding-top: 25px;*/
}
.search-form .form-control {
  
  font-size: 16px;
    border-radius: 0;
    padding-left: 30px;
    border-color: #f4f4f4;
    opacity: 0;
    -webkit-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
    -o-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
    transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
    height: 41px;
    -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;
    border-radius: 20px !important;
    box-shadow: 2px 2px 3px 2px #eeedee!important;
}
.search-form .form-control:focus {
    color: #A2CB7D;
    outline: 0;
    padding-left: 15px;
}
.search-form.open .form-control {
    opacity: 1
}
.search-form input[type=search]:focus::-webkit-input-placeholder {
    color: #A2CB7D;
    -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 input[type=search]:focus::-moz-placeholder {
    color: #A2CB7D;
    -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 input[type=search]:focus:-ms-input-placeholder {
    color: #A2CB7D;
    -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 input[type=search]:focus:-moz-placeholder {
    color: #A2CB7D;
    -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;  
}


/*Modal*/
.modal-open .modal.modal-center {
    display: flex!important;
    align-items: center!important;
    
}
.modal-open .modal.modal-center .modal-dialog {
    flex-grow: 1;
}

/*Blog*/
.blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog ul li {
	display: flex;
	margin-bottom: 15px;
}
.blog ul li .blog-first {
    flex: 0 0 80px;
}
.blog ul li .blog-second {
    flex: 0 0 80px;
    text-align: center;
}
.blog ul li .blog-third {

}

.blog ul li .post-date {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
    color: #3d3d3d;
}
.blog ul li .post-date span {
	display: block;
	font-size: 16px;
    margin-top: 3px;
}

.blog-third p {
	 transition: .3s;
	    font-family: 'Roboto', sans-serif;
	    font-weight: 500;
	    font-size: 16px;
}
.blog-third a {
	color: #A2CB7D;
	transition: .3s;
}
.blog-third a:hover {
	opacity: .8;
}


/*Newsletter Area*/
.newsletter-area {
	margin-bottom: 100px;
}
.newsletter-inner {
	position: relative;
}
.newsletter-form {
    margin-top: -50px;
}
.newsletter-input {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.newsletter-title h3 {
    font-size: 100px;
    line-height: 1;
    font-size: 270px;
    color: #E9E9E9;
    text-indent: -37px;
}
.newsletter-input .input-search input {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #7C7C7C;
	font-size: 24px;
	padding: 20px 5px;
	background: transparent;
	color: #8B8B8B;
}
.newsletter-input .newsletter-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}

.newsletter-input .newsletter-button button {
	border: 0;
	background: transparent;
	transition: .3s;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	transition: .3s;
}
.newsletter-input .newsletter-button button:hover {
	opacity: .7;
}
.newsletter-agree {
    position: relative;
    top: -20px;
}
.newsletter-agree label a {
	text-decoration: underline !important;

}
@media (max-width: 1399px) {
	.newsletter-title h3 {
		font-size: 240px;
	}
}
@media (max-width: 1199px) {
	.newsletter-title h3 {
		font-size: 200px;
	}
}
@media (max-width: 991px) {
	.newsletter-title h3 {
		font-size: 160px;
	}
	.newsletter-agree {
	    top: 4px;
	}
}
@media (max-width: 767px) {
	.newsletter-title h3 {
		font-size: 120px;
	}
	.newsletter-agree {
	    top: 30px;
	}
}
@media (max-width: 480px) {
	.newsletter-title h3 {
		font-size: 80px;
		text-indent: 0;
	}
}
@media (max-width: 375px) {
	.newsletter-title h3 {
		font-size: 60px;
		text-indent: 0;
	}
}



/*Sliding Box Area*/

.info-box {
    position: absolute;
    width: 350px;
    z-index: 999;
    right: 0;
    margin-top: -34px;
}
.slidebox {
    background: #fff;
    padding: 15px 25px;
}
@media (max-width: 480px) {
	.info-box {
	    width: 85%;
	}
}

.info-box .slidebox {  
	display: none;
}  
.info-box .title{    
    background-color: #ff832b;
    color: #ffffee;
    padding: 0.3rem;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.info-box .arrow-up{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: transparent transparent #f7f7f7;
    border-image: none;
    border-style: solid;
    border-width: 0.5rem;
    height: 0;
    position: absolute;
    width: 0;
}

.info-box .arrow-down {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: #f7f7f7 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 0.5rem;
    box-shadow: 0 -2px 5px -5px #000000;
    height: 0;
    position: absolute;
    width: 0;
    right: 15px;
}

.info-box .slidebutton .arrow-up {
    margin-left: 0.3rem;
    margin-top: 0.1rem;

    right: 15px;
}

.info-box .slidebutton .arrow-down {
    margin-left: 0.3rem;
    margin-top: 0.55rem;
}


/*Staff Pikcs Style*/
.staff-picks {
    position: relative;
    max-width: 250px;
    margin: auto;
}
.staff-picks-name {
    position: absolute;
    bottom: 50px;
    font-size: 26px;
    font-family: 'Sunydale demo';
    color: #bccf50;
}
.staff-picks-subhead {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #fff;
    right: -9px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.staff-picks-subhead span {
    color: #bccf50;
}
@media (max-width: 991px) {
	.staff-picks-subhead {
	    right: -12px;
	}
}
.digital_resource_content {
    display: none;
}
.digital_resource_content.active {
    display: block;
}
.digital_resource_content .block-sliding-item img {
    margin-bottom: 8px;
}
.digital_resource_content .block-sliding-item a span {
    color: #706D68;
    line-height: 22px;
}
.digital_resource_content .block-sliding-item a span:hover {
    color: #A2CB7D;
}
.digital_event_content {
    display: none;
}
.digital_event_content.active {
    display: block;
}
.digital_event_content .block-sliding-item img {
    margin-bottom: 8px;
}
.digital_event_content .block-sliding-item span {
    color: #706D68;
    line-height: 22px;
}
.digital_event_content .block-sliding-item a span:hover {
    color: #A2CB7D;
}
.digital_event_content .block-sliding-item .digital-event-date {
    font-size: 16px;
    font-weight: 600;
}
section.third-party-embed {
    margin: 25px 0;
}

.menu-icon-right {
    top: 0 !important;
    right: -55px !important;
}
.menu-icon-right .span-open {
    line-height: 40px !important;
    font-size: 45px;
}
