@media screen and (min-width: 768px) {
	body {
	    margin-top: 0;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #333;
        background-color: #fff;
	}
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
h2 {
    margin: 0;
    text-align: center;
    color: #333333;
    font-size: 42px;
    position: relative;
}
h3 {
    line-height: 26px;
    margin: 0;
    padding-bottom: 20px;
    color: #333333;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
h3>span {
    line-height: 26px;
    margin: 0;
    padding-bottom: 20px;
    color: #333333;
    font-size: 26px;
    transition: all 0.3s ease-in-out;
}
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.header-top {
	background: #00415a;
}
.header-top .region-top-left ul {
    margin: 0;
    padding: 15px 0;
}
.header-top .region-top-right ul {
    margin: 0; 
    text-align: right;
}

.header-top .region-top-left ul li {
    padding-right: 15px;
    display: inline-block;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 13px;
}

.header-top .region-top-right ul li {
    padding-right: 15px;
    display: inline-block;
}

.header-top .region-top-right ul li .active > a:hover,
.header-top .region-top-right ul li > a:hover,
.header-top .region-top-right ul li > a:focus {
	filter: none;
	background-color: transparent;
}

.header-top .region-top-right ul li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}

.top-icon {
    padding-right: 5px;
}

.navbar {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1000 !important;
	background:transparent;
	border-radius: 0;
	border-color: transparent;
	box-shadow: inset 0 0px 0 rgba(255,255,255,255), 0 0px 0px rgba(0,0,0,0);
	padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    transition: 0.5s ease;
    transition: all 0.3s ease-in-out;
}
.is-sticky .navbar {
    background: #fff;
    transition: 0.5s ease;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}
.navbar .logo {
    margin-top: -10px;
}

.navbar .menu>li>a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
	color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.is-sticky .navbar .menu>li>a {
    color: #333333;
}

.navbar .menu>li>a:hover {
	color: #fec722;
}

.navbar .menu>li.active>a:before,`  
.navbar .menu>li:hover>a::before,
.navbar .menu>li:focus>a::before {
    visibility: visible;
    opacity: 1;
    background: #fec722;
    height: 2px;
    width: 100%;
    bottom: 0px;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
}

.navbar .menu>.active>a,
.navbar .menu>.active>a:focus,
.navbar .menu>.active>a:hover {
    color: #fec722;
    background: transparent;
    box-shadow: inset 0 0px 0 rgba(255,255,255,255), 0 0px 0px rgba(0,0,0,0);
}

.navbar-inner {
    background:transparent;
}

.navbar .menu .dropdown-menu li a {
    font-family: "Open Sans", sans-serif;
	padding: 10px 30px;
	font-weight: 400;
	color: #333333;
	font-size: 14px;
	text-transform: capitalize;
	transition: all ease-in-out 0.3s;
}
.nav li.dropdown ul.dropdown-menu {
	box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    padding: 0;
    min-width: 225px;
    background: #ffffff;
    left: 0px;
    top: 100%;
    z-index: 998;
    transition: all ease-in-out .3s;
    transform-origin: 0 0 0;
    position: absolute;
    text-align: left;
    border-radius: 0;
    border-top: 3px solid #fec722;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    opacity: 0;
    visibility: hidden;
}
.nav li.dropdown:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
}
/*
.nav li.dropdown ul.dropdown-menu::before {
    position: absolute;
    top: 0px;
    left: 20px;
    height: 10px;
    width: 10px;
    background: #fec722;
    transform: rotate(45deg);
    content: "";
    z-index: 999;
    transition: all 0.5s ease-in-out;
} */
.nav li.dropdown ul.dropdown-menu li a:hover {
    margin-left: 0px;
    background: #fec722;
    color: #ffffff;
}

.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

.nav li.dropdown .dropdown-menu>li>a:focus,
.nav li.dropdown .dropdown-menu>li>a:hover,
.nav li.dropdown .dropdown-menu>.active>a,
.nav li.dropdown .dropdown-menu>.active>a:active,
.nav li.dropdown .dropdown-menu>.active>a:hover {
    color: #fec722;
    background-image: none;
    background-color: #ffffff;
}
.dropdown .caret {
	border-top: 0;
}

.section-header-box {
    margin-bottom: 28px;
}
.section-header,
.section-header-l {
    padding-bottom: 25px;
    text-align: center;
}
.section-header:before,
.section-header-l:before {
    border-bottom: 1px solid #b2b2b2;
    bottom: 15px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
}
.section-header p,
.section-header-l p {
    margin: 0;
}
.section-header-l h2 {
    text-align: left;
}
.section-header-l:before {
    left: 15px;
    transform: none;
}

.sticky-wrapper {
    height:0 !important;
}

header .header-body {
    background: url(../images/banner-content.png) no-repeat center center;
    min-height: 360px;
    background-size: cover;
    position: relative;
}
header .header-body:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}

header .intro {
    padding-top: 175px;
}
header .intro-text {
    text-align: center;
    margin-top: 80px;
}
header .intro-text h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
header .intro-text p {
    margin-top: 15px;
}
header .intro-text p span {
    font-size: 14px;
    color: #ffffff;
}
header .intro-text p span a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
header .intro-text p span a:hover {
    color: #fec722;
    transition: all 0.3s ease-in-out;
}

header .breadcrumb {
    margin-top: 15px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}
header .breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
header .breadcrumb li a:hover {
    color: #fec722;
    transition: all 0.3s ease-in-out;
}
header .breadcrumb li {
    color: #fec722;
}

.slider-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-overlay:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.carousel-control {
    z-index: 2;
}

.slider-content-bottom {
        background: #ffffff;
        text-align: center;
        margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .slider-content-bottom {
        background: #ffffff;
        text-align: center;
        margin-top: -50px;
  }
}

.slider-content-bottom .sider-btm-row-inner {
    padding: 0 15px;
}
.slider-content-bottom .slide_cont_box_01 {
    padding: 0 4px 0 0;
}
.slider-content-bottom .slide_cont_box_02 {
    padding: 0 4px 0 4px;
}
.slider-content-bottom .slide_cont_box_03 {
    padding: 0 0 0 4px;
}
.slider-content-bottom .content_body:hover .btm-item_01::before {
    background: #4886ff;
}
.slider-content-bottom .content_body:hover .btm-item_02::before {
    background: #b5d56a;
}
.slider-content-bottom .content_body:hover .btm-item_03::before {
    background: #ff6f6f;
}
.slider-content-bottom .btm-item_01,
.slider-content-bottom .btm-item_02,
.slider-content-bottom .btm-item_03 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 30px 30px;
}
.slider-content-bottom .btm-item_01::before,
.slider-content-bottom .btm-item_02::before,
.slider-content-bottom .btm-item_03::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    transition: all 0.3s ease-in-out;
}
.slider-content-bottom .btm-item_01:hover,
.slider-content-bottom .btm-item_02:hover,
.slider-content-bottom .btm-item_03:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
.slider-content-bottom .btm-item_01::before {
    background: rgba(72, 134, 255, 1);
}
.slider-content-bottom .btm-item_02::before {
    background: rgba(181, 213, 106, 1);
}
.slider-content-bottom .btm-item_03::before {
    background: rgba(255, 111, 111, 1);
}
.slider-content-bottom .slider-btm-box .btm-item-icon {
    height: 120px;
    width: 90px;
    padding-bottom: 30px;
}
.slider-content-bottom .slider-btm-box h3 {
    color: #ffffff;
    font-size: 20px;
    padding: 0;
}
.slider-content-bottom .slider-btm-box p {
    color: #ffffff;
    margin: 0;
    padding: 15px 0;
}
.slider-content-bottom .slider-btm-box a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}
.slider-content-bottom .slider-btm-box a .slider-b-btn-icon {
    padding-left: 10px;
}

.slider-content-bottom .slider-btm-box p.programs {
    padding-left: 1.5em;
    text-align: left;
}

ul.icon
{
    list-style-type: none;
}

ul.icon li{
    color: #fff;
    text-align: left;
}

.welcome-area {
    background: #ffffff;
    padding-top: 50px;
}
.welcome-area .Welcome-area-text {
    margin-bottom: 50px;
    margin-top: 40px;
}
.welcome-area .welcome-area-text p {
    margin: 0;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #666666;
    padding-bottom: 25px;
}
.welcome-area .read_more-btn {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    position: relative;
    padding-right: 15px;
}
.welcome-area .welcome-img {
    padding: 0;
    margin-top: 33px;
}
.welcome-area .welcome-img img {
    transform: scale(1.05);
    margin-bottom: 11px;
}

.facility-area {
    background: #ffffff;
    padding: 50px 0;
}
.facility-area .facility-body-content {
    margin-bottom: 30px;
    color: #ffffff;
}
.facility-area .facility-single-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 20px;
    background: #537900;
}
.facility-area .facility-single-box img {
    padding-top: 5px;
    padding-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
}
.facility-area .facility-single-box:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
.facility-area .facility-single-box:hover .event-info h3,
.facility-area .facility-single-box:hover a {
    transition: all 0.3s ease-in-out;
}
.facility-area .event-info {
    padding: 30px 35px;
}
.facility-area .event-info h3 {
    transition: all 0.3s ease-in-out;
    padding-bottom: 15px;
}
.facility-area .event-info .facility-time span {
    color: #666666;
    font-size: 14px;
    margin-right: 25px;
}
.facility-area .event-info .facility-time span .event-icon {
    padding-right: 2px;
}
.facility-area .event-info p {
    margin: 0;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #666666;
    padding-bottom: 15px;
}
.facility-area .event-info a {
    color: #323232;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.video-tour-area {
    background: transparent url("../images/bg-video.jpg") no-repeat center center/cover;
    padding: 255px 0;
}
.video-tour-area .video-play-btn {
    margin-bottom: 40px;
    text-align: center;
    z-index: 1;
}
.video-tour-area .video-play-btn .video-iframe {
    background: #fec722;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 55px;
    line-height: 100px;
    text-align: center;
    width: 100px;
    outline: none;
}
.video-tour-area .video-play-btn .video-iframe i {
    height: 50px;
    padding-left: 10px;
    width: 50px;
}
.video-tour-area .video-content h2 {
    color: #ffffff;
    padding-bottom: 0px;
}

.events-area {
    background: #ffffff;
    padding: 100px 0;
    color: #fff;
}
.events-area .events-full-box {
    margin-bottom: 50px;
}
.events-area .events-full-box:last-child {
    margin-bottom: 0px;
}
.events-area .events-grouping {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.events-area .grouping-title {
    padding: 16px;
    background: #00415a;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.events-area .grouping-contents {
    padding-left: 15px;
    padding-right: 15px;
    background: #797979;
}
.events-area .grouping-contents a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.events-area .views-row {
    border-bottom: 1px solid #b2b2b2;
}

.events-area .views-row:last-child {
    border-bottom: 0;
}
.events-area .content-row {
    padding-top: 15px;
    padding-bottom: 15px;
}
.events-area .view-content div.col-sm-3:nth-child(n+5) {
    display: none;
}

.news-article-area h3 {
    font-size: 25px;
    padding: 0;
    margin-bottom: 35px;
}
.news-article-area .views-row {
    margin-top: 20px;
    border-bottom: 1px solid #b2b2b2;
}
.news-article-area .view-content .views-field-title {
    margin-top: 10px;
}
.news-article-area .view-content .views-field-title a {
    color: #333333;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.news-article-area a.readmore-btn {
    color: #333333;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
}
.news-article-area .view-content .views-field-body {
    margin-bottom: 20px;
}

/* Footer */
.footer {
    background-color: #577700;
}

footer {
    background: #00415a;
    min-height: 150px;
    padding-top: 50px;
}
footer .footer-content-box {
    border-bottom: 1px solid #a0a0a0;
    padding: 0 0 20px 0;
    color: #a0a0a0;
}
footer .footer-content-box h3 {
    color: #fff;
}
footer .footer-content-box h3 span {
    color: #fec722;
    font-size: 28px;
}
footer .footer-content-box p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
    color: #a0a0a0;
}
footer .footer-content-box ul li {
    padding-bottom: 12px;
}
footer .footer-content-box ul li:last-child {
    padding-bottom: 0px;
}
footer .footer-content-box ul li a {
    color: #9f9f9f;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}
footer .footer-content-box ul li a:hover {
    color: #fec722;
    transition: all 0.1s ease-in-out;
    padding-left: 3px;
}
footer .footer-content-box ul span {
    padding-right: 6px;
}
footer .footer-content-box form .form-group input {
    background: rgba(73, 73, 73, 0.65);
    height: 45px;
    font-size: 16px;
    border: none;
    color: #a0a0a0;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
}
footer .footer-content-box form .form-group input:focus {
    outline: none;
}
footer .footer-content-box form .form-group input::-moz-placeholder {
    color: #a0a0a0;
    font-size: 13px;
}
footer .footer-content-box form .form-group button {
    background: #fec722;
    border: medium none;
    color: #000;
    outline: medium none;
    padding: 8px 15px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
}
footer .footer-bottom .footer-bottom-inner {
    padding: 25px 0;
}
footer .footer-bottom .footer-bottom-inner .footer-no-padding {
    padding: 0;
}
footer .footer-bottom .footer-bottom-inner p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9f9f9f;
}
footer .footer-bottom .footer-bottom-inner p span {
    font-weight: 600;
    color: #fec722;
}
footer .footer-bottom .footer-bottom-inner .footer-menu {
    margin: 0;
}
footer .footer-bottom .footer-bottom-inner .footer-menu span a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #9f9f9f;
    text-decoration: none;
    text-transform: uppercase;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li {
    display: inline-block;
    margin-right: 15px;
    color: #9f9f9f;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li:last-child {
    margin-right: 0px;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li a {
    font-size: 14px;
    color: #9f9f9f;
    text-decoretion: none;
    transition: all 0.1s ease-in-out;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .facebook {
    color: #3b59a1;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .twitter {
    color: #1da1f2;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .instagram {
    color: #f56040;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .google {
    color: #dd4b39;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .skype {
    color: #1DA1FF;
}

/* Pages */
.main-container .sidebar_second,
.main-container .main-content {
    padding: 100px 0;
}

.page .region-content .field--name-body p>img.align-left {
    padding-right: 10px;
    padding-bottom: 10px;
}

/* Sidebar Second */
.sidebar_second .region-sidebar-second {
    width: 85%;
    float: right;
}
.sidebar_second .region-sidebar-second .views-element-container {
    margin-bottom: 50px;
}
.sidebar_second .region-sidebar-second h3 {
    font-size: 28px;
}
.sidebar_second .region-sidebar-second .latest-news .views-row,
.sidebar_second .region-sidebar-second .latest-article .views-row {
    margin-bottom: 15px;
    padding-left: 15px;
}
.sidebar_second .region-sidebar-second .latest-news .views-row svg,
.sidebar_second .region-sidebar-second .latest-article .views-row svg {
    margin-right: 15px;
}
.sidebar_second .region-sidebar-second .latest-news .views-row .img-box,
.sidebar_second .region-sidebar-second .latest-article .views-row .img-box{
    float: left;
    width: 30%;
}
.sidebar_second .region-sidebar-second .latest-news .views-row .text-content,
.sidebar_second .region-sidebar-second .latest-article .views-row .text-content {
    padding-left: 10px;
    width: 70%;
}
.sidebar_second .region-sidebar-second .categories .views-row {
    padding-bottom: 10px;
}
.sidebar_second .region-sidebar-second .categories .views-row a,
.sidebar_second .region-sidebar-second .categories .views-row a:hover,
.sidebar_second .region-sidebar-second .categories .views-row a:visited,
.sidebar_second .region-sidebar-second .categories .views-row a:focus,
.sidebar_second .region-sidebar-second .categories .views-row a:active {
    text-decoration: none;
}
.sidebar_second .region-sidebar-second .categories .views-row a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    padding-right: 20px;
}


/* List article page */
.page-articles-news .main-content .view-content .views-row {
    margin-bottom: 50px;
}
.page-articles-news .main-content .view-content .views-row ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.page-articles-news .main-content .view-content .views-row .views-field-field-image img {
    width: 100%;
}
.page-articles-news .main-content .view-content .views-row .heading {
    background: #fafafa;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}
.page-articles-news .main-content .view-content .views-row .views-field-created {
    background: #fec722;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 25px;
    padding: 15px 0;
}
.page-articles-news .main-content .view-content .views-row .views-field-created span {
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
.page-articles-news .main-content .view-content .views-row .views-field-title span {
    min-height: 70px;
    padding: 0;
    font-size: 28px;
    padding-top: 16px;
    float: left;
}
.page-articles-news .main-content .view-content .views-row .views-field-body,
.page-articles-news .main-content .view-content .views-row .views-field-view-node {
   background: #fafafa;
   padding-left: 25px;
   padding-right: 25px;
   padding-bottom: 25px; 
}


/* Article Page */
.page-article h3 {
    font-size: 24px;
}
.page-article article h3 {
    font-size: 24px;
    padding-bottom: 0; 
}
.page-article article div.information {
    padding-bottom: 20px; 
}
.page-article .main-content .field {
    padding-bottom: 25px;
}
.page-article .main-content .field img {
    width: 100%;
}
.page-article .main-content .field--name-body {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #727272;
    line-height: 24px;
}

/* Gallery page */
.gallery .gallery-contents .views-row {
    padding-bottom: 30px;
}
.gallery .gallery-contents .views-row .single-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
}
.gallery .gallery-contents .views-row .single-box:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
.gallery .gallery-contents .views-field-field-video,
.gallery .gallery-contents .views-field-field-image {
    float: left;
    position: relative;
    width: auto;
    overflow: hidden;
}
.gallery .gallery-contents .views-field-field-image ul {
    list-style: none;
    padding-left: 0;
}
.gallery .gallery-contents .views-field-field-image li:first-child {
    display: block;
}
.gallery .gallery-contents .views-field-field-image li {
    display: none;
}
.gallery .gallery-contents .views-field-field-video img,
.gallery .gallery-contents .views-field-field-image img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.gallery .gallery-contents .views-field-field-video img:hover,
.gallery .gallery-contents .views-field-field-image img:hover {
    transform: scale(1.1);
}
.gallery .gallery-contents .views-field-title {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.gallery .gallery-contents .views-field-field-location,
.gallery .gallery-contents .views-field-field-date {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

/* Contact form page */
.contact-us {
    padding: 100px 0;
}
.contact-info .contact-title h2,
.send-message .contact-title h2 {
    font-size: 30px;
    text-align: left;
    padding-bottom: 10px;
}
.contact-info .contact-sub,
.send-message .contact-sub {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    color: #666;
}
.send-message .contact-form {
    margin-top: 20px;
}
.contact-box {
    margin-top: 60px;
}
.contact-box .single-address-box {
    padding: 30px 0;
    border-top: 1px solid #fec722;
}
.contact-box .single-address-box .single-address i {
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 30px;
    width: 20px;
    color: #fec722;
    margin-right: 15px;
}
.contact-info .contact-box .single-address-box ul {
    margin: 0px;
}
.contact-info .contact-box .single-address-box ul li {
    margin: 0 5px;
    display: inline-block;
}
.contact-info .contact-box .single-address-box ul li i {
    border: 1px solid #fec722;
    border-radius: 100%;
    color: #fec722;
    height: 40px;
    padding: 10px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
