/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://graphicbob.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Robert Long
 Author URI:  https://graphicbob.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");



/*===========================Font=================================*/

/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/


@font-face {
  font-family: 'IcoMoon-Free';
	  src: url('fonts/IcoMoon-Free.eot?#iefix') format('embedded-opentype'),  
	  url('fonts/IcoMoon-Free.woff') format('woff'), 
	  url('fonts/IcoMoon-Free.ttf')  format('truetype'), 
	  url('fonts/IcoMoon-Free.svg#IcoMoon-Free') format('svg');
	  font-weight: normal;
	  font-style: normal;
}

/*===========================Font=================================*/





/*===========================Header=================================*/

body {
	font-size: 1.4em;
	line-height: 1.71429; color: #5c5e62;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; background: #fff;
}



h1, h2, h3, h3, h4 {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #47484d;
    margin: 0 0 15px;
}


h1 {
    font-weight: 400;
    font-size: 3.428571em;
}


h2 {
    letter-spacing: 2px;
    font-size: 2.143em;  text-transform:uppercase;
}


h3 {
    letter-spacing: 1px;
    font-size: 1.4em; text-transform:uppercase;
}

h4 {
    letter-spacing: 1px;
    font-size: 1em; text-transform:uppercase;
}


a, input, button, span, label, i, .site-logo img{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}

#site-header {
    padding: 0 50px;
    border-bottom: 0px solid #2d2d2d;
    background: /*rgba(255,255,255,.2)*/ #252525;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear; z-index: 999;
}

#site-header .header-inner.section-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
}




#site-header .header-titles span {
    clip: unset !important;
    position: static !important;
    color: #fff;
    clip-path: unset !important;
    width: 400px !important;
    display: block;
    height: auto !important;
    text-align: center;
    padding-left: 5px;
	font-size: 21px;
}

.loggein-box-header {
    position: absolute;
    right: 0;
    padding: 0 50px;
    top: 6px;
    color: #fff;
	z-index: 999;
}

/*

#site-header.f-header .screen-reader-text {
    color: #5c5e62;
}

#site-header.f-header .loggein-box-header, #site-header.f-header .loggein-box-header a {
    color: #5c5e62;
}

*/

.loggein-box-header a {
    color: #fff;
    margin-left: 10px;
    font-weight: 700;
}


#site-header nav ul li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 45px 0 35px;
    display: block;
}

#site-header nav ul li {
    margin: 0 0 0 14px;
}

#site-header nav ul li:first-child {
    margin-left: 0;
}

#site-header nav ul li.menu-item-has-children {
    padding-right: 15px;
}

#site-header .primary-menu ul {
    width: 25rem;
}

.primary-menu .icon {
    margin: 5px -4px 0 0;
}

.primary-menu .icon::before, .primary-menu .icon::after {
    color: #fff;
}

#site-header .header-titles .site-title a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

#site-header .header-titles .site-title {
    margin: 0;
}

#site-header .header-titles {
    padding: 15px 30px 15px 0;
    line-height: normal;
    margin: 0;
}

#site-header .header-titles .site-logo {
    margin-top: 0; margin-left: 0;
}

#site-header .header-titles .site-logo img { 
	max-height:120px !important;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
}

#site-header .header-toggles .toggle {
    padding: 0;
}

#site-header .toggle-wrapper.search-toggle-wrapper::before {
    display: none;
}

#site-header .header-toggles {
    margin-right: 0;
}

#site-header .toggle-inner span {
    display: none;
}

#site-header .toggle-inner {
    color: #fff; height: 2.3rem;
}

/*
#site-header.f-header {
    background: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
    box-shadow:0 0 20px rgba(0,0,0,.4);
}

#site-header.f-header nav ul li a{
    color: #5c5e62; padding: 34px 0 27px;
}

#site-header.f-header .header-titles {
    padding: 15px 30px 15px 0;
}

#site-header.f-header .header-titles .site-title a {
    font-size: 20px; color: #5c5e62;
} 

#site-header.f-header .header-titles .site-logo img {
    max-height: 7rem;
}

#site-header.f-header .header-titles {

}

#site-header.f-header .toggle-inner {
    color: #5c5e62;
}

#site-header.f-header .primary-menu .icon::before, #site-header.f-header .primary-menu .icon::after {
    color: #5c5e62;
}

#site-header.f-header .primary-menu .icon {
    margin-top: 3px;
}

*/

#site-header nav ul li ul.sub-menu li a {
    display: block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: /*#9d9d9d*/ #fff;
    padding: 9px 20px;
    text-transform: uppercase;
    font-size: 12px;
	font-weight: 700;
}

#site-header nav ul li ul.sub-menu li {
    margin: 0;
}

#site-header nav ul li a:hover, #site-header nav ul li a:focus {
    color: #75b1df !important;
    text-decoration: none;
}

header .primary-menu ul {
    top: 100%;
}

.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a{
    text-decoration: none !important;
    color: #75b1df !important;
}


#heading {
    position: relative;
    overflow: hidden;
}

#heading::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
}

#heading img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

#heading .featured-title img {
    width: auto;
    height: auto;
    margin-bottom: 10px;
}


.featured-title {
    position: absolute;
    bottom: 50px;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0 20% 0 30px;
}

.featured-title h1 {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 3em;
    text-shadow:2px 2px 4px rgba(0,0,0,.7);
    padding:5px 10px;
    background:rgba(0,0,0,.5);
}

.featured-title strong {
    display: block;
    font-size: 1.714285em;
    line-height: 1.1;
    font-style: italic;
    margin-bottom: 40px;
    font-weight: 400; color: #fff;
    text-shadow:2px 2px 4px rgba(0,0,0,.7);
}


.breadcrumbs ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	list-style: none;
	margin: 0;
	font-size: 1.143em;
	color: #fff;
	background:rgba(0,0,0,.5);
	padding-left:10px;
}

.breadcrumbs ul li {
    margin: 0 0 0 0;
    padding-right: 4px;
    position: relative;
}

.breadcrumbs ul li a, .breadcrumbs ul li span{
    font-size: 16px;
    color: #fff; text-decoration:none; text-transform:uppercase;
}

.breadcrumbs li::before {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin: -5px 4px 0;
}

.breadcrumbs ul li:first-child::before {
    display: none;
}

.breadcrumbs ul li a:hover {
text-decoration:underline;
}

header .search-modal {
    background: rgba(0, 0, 0, 0.6);
}


#site-header .mobile-search-toggle .toggle-inner span {
    display: block;
}

#site-header .mobile-search-toggle .toggle-text, #site-header .mobile-nav-toggle .toggle-text {
    display: none !important;
}

.toggle-wrapper.search-toggle-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}

.xoo-el-login-tgr {
    margin-right: 34px;
    color: #fff;
    font-size: 25px;
}

#site-header.f-header .xoo-el-login-tgr {
	color: #5c5e62;
}

#site-header.f-header .xoo-el-login-tgr.xoo-el-login-tgr-for-mobile {
	color: #9d9d9d;
}


.toggle.nav-toggle.mobile-nav-toggle .toggle-icon {
    background: url("images/hamburger-n.png") no-repeat 0 0;
    width: 32px;
    height: 32px;
    background-size: 30px;
}

.toggle.nav-toggle.mobile-nav-toggle .toggle-icon svg {
    display: none;
}

.toggle.search-toggle.mobile-search-toggle svg {
    color: #9d9d9d;
}


.toggle.nav-toggle.mobile-nav-toggle .toggle-inner {
    padding-top: 0;
}


.menu-modal .menu-modal-inner .menu-wrapper nav ul li {
    border-top: 1px solid #000;
    padding: 0;
    -webkit-transition: unset;
    transition: unset;
}

.menu-modal .menu-modal-inner .menu-wrapper nav ul li a {
    color: #fff;
    padding: 20px 30px;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	font-size: 14px;
    text-decoration: none;
}

.menu-modal .menu-modal-inner .menu-wrapper nav ul li a:hover, 
.menu-modal .menu-modal-inner .menu-wrapper nav ul li a:focus {
    color: #fff;
    background-color: #202020;
}

.menu-modal-inner {
    background: #252525;
}

.menu-modal .mobile-menu {
    margin-top: 130px;
}

.menu-modal .mobile-menu li button span {
    display: none;
}

.menu-modal .menu-modal-inner button.sub-menu-toggle {
    border-left: 0.1rem solid #000;
}

.toggle.sub-menu-toggle.fill-children-current-color {
    color: #fff;
}

.menu-modal .modal-menu li {
    border-color: #000;
}


.menu-wrapper.section-inner {
    width: 100%;
}

.menu-modal button.close-nav-toggle {
    padding: 3rem 0;
}


/*
.mobile-menu ul li.current_page_item a {
    background: #75b1df;
}

.mobile-menu ul li.current_page_item .sub-menu.active a {
    background: transparent;
}
*/

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: rgba(30,65,120,.9) !important;
}

.xoo-el-form-container ul.xoo-el-tabs li {
    line-height: normal !important;
    font-size: 17px !important;
}

.xoo-el-form-container form button.btn.button.xoo-el-action-btn {
    background-color: rgba(30,65,120,.9);
    font-size: 15px;
    height: auto;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

.xoo-el-form-container form button.btn.button.xoo-el-action-btn:hover {
    background-color: rgba(30,65,120,.6); text-decoration:none;
}


.footer-social-icons.header-social-icons {
    margin: 3px 0 0 0px;
}

.footer-social-icons.header-social-icons a {
    margin-left: 17px;
}

.footer-social-icons.header-social-icons a span {
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    right: 0;
    width: 100px;
    margin: 0 auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 12px;
	text-align:center;
}

.footer-social-icons.header-social-icons a .fa {
    color: #fff;
    font-size: 22px;
}

/*
#site-header.f-header .footer-social-icons.header-social-icons a .fa {
    color: #5c5e62;
}

*/

.footer-social-icons.header-social-icons a:hover .fa {
    color: #75b1df !important;
}


.search-modal.cover-modal .search-form label span {
    display: none;
}



/*===========================Header=================================*/


/*===========================Slider=================================*/

.fluid-slider {
    height: 100vh;
    width: 100%; position:relative; overflow: hidden;
}

.fluid-slider .flexslider ul li img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
	 animation: scale 40s linear infinite;
}

  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
  }
}

.fluid-slider .flexslider .flex-direction-nav li a.flex-next, 
.fluid-slider .flexslider .flex-direction-nav li a.flex-prev {
	background: #47484d;
	width: 40px;
	height: 40px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center; font-size:0px;
	border-radius:5px 2px;
	top:60%;
}

.fluid-slider .flexslider .flex-direction-nav li a.flex-next {
    right: 20px;
    left: auto; 
	
}

.fluid-slider .flexslider:hover .flex-direction-nav li a.flex-next, .fluid-slider .flexslider:hover .flex-direction-nav li a.flex-prev {
    opacity:1 !important;
	
}

.fluid-slider .flexslider .flex-direction-nav li a.flex-prev {
    left: 20px;
    right: auto;
}

.fluid-slider .flexslider .flex-direction-nav li a.flex-next:hover, .fluid-slider .flexslider .flex-direction-nav li a.flex-prev:hover {
	background: #5f6168;
}

.fluid-slider .flexslider .flex-direction-nav li a.flex-next::before {
	content: "" !important;
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	vertical-align: middle;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff; margin-right: 5px; position: absolute;
}

.fluid-slider .flexslider .flex-direction-nav li a.flex-prev::before {
	content: "" !important;
	display: block;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	width: 10px;
	height: 10px;
	vertical-align: middle;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff; margin-left: 5px; position: absolute;
}


.fluid-slider .metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    opacity: 1;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
    top: 0;
    right: 0;
}

.fluid-slider .metaslider .caption-wrap .caption {
	position: absolute;
	top: auto;
	left: auto;
	bottom: 110px;
	right: 20px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	text-align: center;
	width: 100%;
	max-width: 100%;
	z-index:99;
	padding: 15px 20px 10px;
	background: transparent;
	border-radius:15px 5px;
	box-shadow:none;
	border:none;
    text-align: right;
}

.fluid-slider .metaslider .caption-wrap .caption h1 a{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow:none;
	margin-bottom: 0px; padding-bottom:5px;
}

.fluid-slider .metaslider .caption-wrap .caption h1 {
    margin-bottom: 0; letter-spacing: normal;
}

.fluid-slider .metaslider .caption-wrap .caption a strong  {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0px;
    line-height: normal;
    font-weight: 400;
    padding: 10px;
    text-shadow: none;
	text-transform: none;
}

.fluid-slider .metaslider .caption-wrap .caption a {
    border: none;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display:inline-block;
    border-radius: 5px 2px;
    padding: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    background: transparent;
}

.fluid-slider .metaslider .caption-wrap .caption a:hover {
    background: transparent;

}

.fluid-slider .metaslider .caption-wrap .caption strong em {
    font-weight: 300;
}



/*===========================Slider=================================*/



/*===========================Footer=================================*/

#site-footer {
    padding: 50px 0px 0;
    background: #252525 url("images/footer-pattern.png");
    color: #fff;
}

#site-footer .section-inner {
    display: inherit;
    width: 100%;
    margin: 0 auto; padding:0 15px;
}

.footer-links-container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.footer-links-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#site-footer .footer-links-container h2.widget-title {
    font-weight: 700;
    color: #75b1df;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: .02em;
}

.footer-links-container .footer-link {
    width: 18%;
    padding-right: 20px;
}

.footer-links-container .footer-link:last-child {
    padding-right: 0;
}

#site-footer .footer-links-container ul li a, .footer-links-container address {
	color: #9d9d9d; font-size: 14px; 
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: inherit;
	line-height: normal; text-decoration:none; font-weight: 400;
}

.footer-links-container address {
    font-style: normal;
    line-height: 21px;
}

.footer-link.f-adress ul li {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

#site-footer .footer-links-container ul li i {
    font-size: 17px;
    padding-right: 12px;
}

#site-footer .footer-links-container ul li i.fa.fa-home {
    font-size: 20px; color: #9d9d9d;
}


#site-footer .footer-links-container ul li a:hover {
    color: #fff;
}

#site-footer .footer-links-container ul li {
    margin: 0 0 12px;
}

.footer-social-icons a {
    color: #75b1df;
    display: inline-block;
    position: relative; text-align: center; text-decoration:none;
}

.footer-social-icons {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	max-width: 900px;
    margin: 20px auto 40px;
}


.footer-social-icons i {
    font-size: 50px;
}

.footer-social-icons span {
    display: block; opacity:0; margin-bottom: 10px;  font-size: 14px;
}

.footer-social-icons a:hover {
    color: #75b1df; text-decoration:none;
}

.footer-social-icons a:hover span{
    opacity:1;
}


#site-footer .footer-credits {
    background: #252525;
    justify-content: center;
    padding: 30px 15px; width: 100%;
}

.to-the-top {
    display: none;
}

.footer-credits p, .footer-credits a {
    color: #9d9d9d;
    font-weight: normal;
    font-size: 14px;
}


#back_top {
	position: fixed;
	bottom: 80px;
	right: 15px;
	background: rgba(0, 0, 0, .7);
	width: 45px;
	height: 45px;
	text-decoration: none;
	border-radius: 4px;
	display: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
	cursor: pointer;
}


#back_down {
	position: fixed;
	bottom: 10px;
	left: 15px;
	background: rgba(0, 0, 0, .7);
	width: 45px;
	height: 45px;
	text-decoration: none;
	border-radius: 4px;
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
	cursor: pointer;
}


#back_top i, #back_down i {
    color: #75b1df;
    position: relative;
    top: 12px;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
}


.scrollTodown {
    font-size: 0;
    padding-left: 4px;
}


#back_top:hover, #back_down:hover {
    background: rgba(0, 0, 0, .9);
}

#back_top:hover i, #back_down:hover i{
    color: #fff;
}


#back_top a {
    color: transparent !important;
}


.footer-newsletter-box label input {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #75b1df;
    padding: 0 0 6px;
    height: auto;
    box-shadow: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 24px; 
	border-bottom: 2px solid #75b1df;
}

.footer-newsletter-box .es_caption {
    position: static;
    bottom: -65px;
    left: 0;
    font-style: italic;
    display: block;
    letter-spacing: .04em;
    color: #9d9d9d;
    font-size: 26px;
}


.footer-newsletter-box .ctct-form-wrapper h3 {
    display: block;
    letter-spacing: .04em;
    color: #9d9d9d;
    font-size: 28px;
    text-transform: none;
    font-style: italic;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}


.footer-newsletter-box .ctct-disclosure {
    display: none;
}

.footer-newsletter-box .ctct-form-wrapper .ctct-form-description {
    width: 100%;
    margin-bottom: 20px;
}


.footer-newsletter-box .ctct-form-wrapper .ctct-form-field input[type="email"] {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #75b1df;
    padding: 0 0 6px;
    height: auto;
    box-shadow: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 24px;
    border-bottom: 2px solid #75b1df;
}

.footer-newsletter-box .ctct-form-wrapper .ctct-form-field input[type="email"]:focus {
    outline:none;
}


.footer-newsletter-box .ctct-form-wrapper .ctct-form-field {
    width: 100%;
    margin: 0;
}





.footer-newsletter-box {
    position: relative;
    margin-bottom: 100px;
}

.footer-newsletter-box form {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 100%;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

.footer-newsletter-box .es-field-wrap {
    width: 100%; margin-top: 15px;
}

.footer-newsletter-box form [type="submit"] {
    border-width: 0 0 5px;
    border-style: solid;
    border-color: transparent transparent #75b1df;
    background: transparent;
    font-size: 18px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 28px;
    font-weight: 400;
    color: #75b1df;
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 0 6px;
    margin: 0;
    font-size: 36px;
    line-height: 40px;
    border-width: 0 0 11px; background: transparent !important;
}

.footer-newsletter-box form [type="submit"]:hover, .footer-newsletter-box form [type="submit"]:focus {
    text-decoration:none; outline:none;
}



.loading-effect {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
	background-color: #47484d;
}

.loading-effect .holder {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.loading-effect .coffee_cup {
    width: 40px;
    height: 50px;
    border: 2px #1e4178 solid;
    border-radius: 0 0 5px 5px;
    position: relative;
    margin: 36px auto;
}

.loading-effect .coffee_cup::before {
    width: 3px;
    height: 10px;
    background-color: #1e4178;
    top: -16px;
    left: 12px;
    box-shadow: 5px 0 0 0 #1e4178, 5px -5px 0 0 #1e4178, 10px 0 0 0 #1e4178;
    -webkit-animation: steam 700ms linear infinite alternate;
    animation: steam 700ms linear infinite alternate;
}

.loading-effect .coffee_cup::after {
    width: 10px;
    height: 20px;
    border: 2px #1e4178 solid;
    border-left: none;
    border-radius: 0 20px 20px 0;
    left: 40px;
    top: 5px;
}

.loading-effect .coffee_cup::after, 
.loading-effect .coffee_cup::before {
    position: absolute;
    content: '';
}


@-webkit-keyframes animate {

	0%, 100% {
		transform: translateY(-2px);
	}

	100% {
		transform: translateY(2px);
	}

}

@keyframes animate {

	0% {
		height: 0;
	}

	100% {
		height: 10px;
	}

}


.rocket {
	width: 100%;
	height: 100vh;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.rocket-inner {
    position: relative;
	width: 60px;
    animation: animate 0.2s ease infinite;
	margin-bottom: 150px;
}

.rocket-inner::before {
	content: "";
	display: block;
	width: 8px;
	height: 200px;
	position: absolute;
	bottom: -300px;
	transform: translateX(-50%);
	background: linear-gradient(#00d0ff, transparent);
	left: 6px;
	right: 0;
	margin: 0 auto;
}

.rocket-inner::after {
	content: "";
	display: block;
	width: 8px;
	height: 200px;
	position: absolute;
	bottom: -300px;
	transform: translateX(-50%);
	background: linear-gradient(#00d0ff, transparent);
	filter: blur(20px);
	left: 6px;
	right: 0;
	margin: 0 auto;
}


.rocket-inner img {
    position: relative;
    z-index: 10;
}


.rocket i{
	position:absolute;
	top:-250px;
	background:rgba(255,255,255,0.5);
	animation: animatestars linear infinite;
}


@-webkit-keyframes animatestars {

	0%, 100% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(100vh);
	}

}

@keyframes animatestars {

	0%, 100% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(100vh);
	}

}



/*===========================Footer=================================*/



/*===========================Home=================================*/

main {
    min-height: 600px;
}

.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.fluid-slider .feature-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.feature-block .holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,e8e8e8+100 */
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #e8e8e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f7f7f7 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
opacity:.9;
}

.feature-block .holder ul li {
    width: 16.69%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: -.25em;
    padding: 15px 5px;
    margin-top: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.feature-block .holder ul li::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 1px;
}




small.feature-tooltip {
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	width: calc(100% - 10px);
	padding: 20px 10px;
	color: #5c5e62;
	font-weight: 700;
	font-size: 14px;
	margin: 0 auto 0;
	border-radius: 5px;
	left: 0;
	right: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}

small.feature-tooltip::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    bottom: -4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 25px;
}


.feature-block .holder ul li:hover small.feature-tooltip {
	margin-top: -75px;
	opacity: 1;
	visibility: visible;
}



.feature-block .holder ul li a {
    color: #9d9d9d;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300; 
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-ms-transition: color .2s linear;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: block;
    text-align: center;
	cursor: pointer !important;
}

.feature-block .holder ul li:hover a {
    color: #fff;
}

.feature-block .holder ul li:hover {
	background:#3c403b;
}

.feature-block .holder ul li picture {
    display: block;
    position: relative;
}

.feature-block .holder ul li img.hover-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    top: 0;
}

.feature-block .holder ul li a:hover img.hover-icon {
    opacity: 1;
}

.feature-block .holder ul li a:hover img.default-icon {
    opacity: 0;
}

.feature-block .holder ul li a i, .feature-block .holder ul li a img {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto 10px;
    /*-webkit-transition: top .2s linear;
    transition: top .2s linear;*/
    font-size: 25px;
    line-height: 1;
	width: 55px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.feature-block .holder ul li a:hover i, 
.feature-block .holder ul li a:hover img {
    top: 0px;
}


.content-heading {
    text-align: center;
    position: relative;
    padding: 70px 0 40px;
    border-bottom: 1px solid #e2e2e2;  margin-bottom: 90px;
}

.content-heading::before {
    content: "";
    display: block;
    background: #e2e2e2;
    width: 170px;
    height: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.main-heading {
    letter-spacing: 2px;
    text-transform: uppercase; font-size: 2.143em; font-weight:700; margin-bottom: 30px;
}

.main-subtitle {
    font-size: 2.142857em;
    line-height: 1.25;
    font-weight: 300;
    font-style: italic;
    letter-spacing: .04em;
}

ul.gallery-list {
    margin: 0;
    padding: 0;
    list-style: none;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

ul.gallery-list li {
    margin: 0 3% 3% 0;
    position: relative;
    width: 30%;
    overflow: hidden;
}

ul.gallery-list li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

ul.gallery-list li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: -1px;
    top: 0;
    bottom: 0;
    background: rgba(71, 77, 75, .92);
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

ul.gallery-list li:hover a::after {
    opacity: 1;
}

ul.gallery-list li .info {
    letter-spacing: 0px;
    bottom: 20px;
    left: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    z-index: 10;
    text-align: center;
    text-shadow:1px 1px 2px #000;
    background:rgba(0,0,0,.3);
}

ul.gallery-list li i {
	font-size: 48px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	left: 50%;
	top: 50%;
	position: absolute;
	font-size: 30px;
	color: #fff;
	z-index: 4;
	-webkit-transition: all .3s linear;
    transition: all .3s linear;
	color:#fff;
	margin: -15px 0 0 -14px;
}

ul.gallery-list li:hover i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-home-holder {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center; margin: 0px 0 30px;
}

.the-adventure-block .view-all-btn {
    margin-top: 30px;
    margin-bottom: 50px;
}

.gallery-home-holder .img-block {
    width: 70%;
}

.gallery-home-holder .text-block {
    width: 46%;
}

.gallery-home-holder .text-block h2 {
    color: #5c5e62;
    font-weight: 400;
    font-size: 2.142857em;
    margin-bottom: 30px;
}

.gallery-home-holder .text-block p {
    font-size: 1.286em;
    line-height: 2;
    color: #5c5e62;
    margin-bottom: 30px;
}

.btn {
    background: #1e4178;
    border-color: #1e4178;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 12px;
    min-width: 250px;
    letter-spacing: 1px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .35);
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.btn:hover {
    box-shadow: none;
    color: #fff;
    background: #6796c1;
    border-color: #6796c1;
}

.special-block {
    background: #47484d;
    color: #fff;
    text-align: center;
    border: 20px solid #5f6168;
    padding: 40px 15px; 
}

.special-block .special-text {
    font-size: 2.571em;
    font-weight: 300;
    letter-spacing: .035em; margin-bottom: 0;
}

.special-block p.special-text strong {
    font-weight: 700;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.special-block .special-text a {
    color: #fff;
    display: inline-block; text-decoration:none;
}

.popular-container {
    background: #fafafa;
    padding: 30px 0 60px;
}

.popular-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

.popular-container ul li {
    width: 32%;
    margin: 0 2% 2% 0;
}

.popular-container ul li img {
    width: 100%;
}

.popular-container ul li:nth-child(3n) {
    margin-right: 0;
}

.popular-container ul li .img-wrap {
    background: #000;
    overflow: hidden;
    position: relative; margin-bottom: 30px;
}

.popular-container ul li .img-wrap img {
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity .35s, transform .35s;
	height: 224px;
	object-fit: cover;
}

.popular-container ul li .img-caption {
    position: absolute;
    top: 15px;
    right: 0;
    background: #000;
    color: #75b1df;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 10px;
    font-weight: 400;
    z-index: 2;
    letter-spacing: .02em;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}


.popular-container ul li .hover-article {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    opacity: 0;
}

.popular-container ul li .hover-article .star-rating {
    position: absolute;
    top: 15px;
    left: 15px;
    display:none;
}

.popular-container ul li i {
    color: #75b1df; cursor:pointer;
}

.popular-container ul li span.disable i{
    color: #fff;
}

.popular-container ul li span i:hover  {
    color: #1e4178;
}

.popular-container ul li .img-wrap-icons {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 25px;
}

.popular-container ul li a {
    color: #fff;
}

.popular-container ul li a i {
display:none;
}

.popular-container ul li .info-footer {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    transition: opacity .35s, transform .35s;
    -moz-transition: opacity .35s, transform .35s;
    -ms-transition: opacity .35s, transform .35s;
}

.popular-container ul li .price {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 1em;
    margin-right: -.25em;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: italic;
}

.popular-container ul li .price span {
    font-size: 1.286em;
    display: block;
    margin-top: 0px;
    font-weight: 900;
    font-style: normal; color:#fff;
}

.popular-container ul li .link-more {
    max-width: 50%;
    text-align: right;
    float: right;
    margin: 20px 0 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.143em;
    letter-spacing: 1px;
    color: #fff; text-decoration: none;
}

.popular-container ul li:hover img {
    opacity: .4;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.popular-container ul li:hover .img-caption {
    color: #fff;
}

.popular-container ul li:hover .hover-article {
    opacity: 1;
}

.popular-container ul li:hover .info-footer {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}


.popular-container ul li h3 a, .popular-container ul li h3 {
    color: #5c5e62;
    font-size: 20px;
    text-decoration: none;
    font-weight: normal;
	text-transform: none;
}

.popular-container ul li:hover h3 a {
    color: #75b1df;
}

.tour-count {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin: 10px 0;
}

.feature-block .holder ul li a span {
    font-weight: 700;
}

.tour-count .tour-count-inner {
    width: 100%;
    text-align: center;
    padding: 50px 15px; color: #fff;
}

.tour-count .tour-count-inner i {
    display: block;
    margin: 0 auto 15px;
    position: relative;
    top: 0;
    -webkit-transition: top .2s linear;
    transition: top .2s linear;
    font-size: 50px;
}

.tour-count .tour-count-inner:hover i {
    top: -15px;
}
.tour-count .tour-count-inner strong {
    font-size: 2.857em;
    font-weight: 700;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
	display:block;
}

.tour-count .tour-count-inner span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.286em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*
.tour-count-inner.tour-01 {
    background: #1e4178;
}

.tour-count-inner.tour-02 {
    background: #565335;
}

.tour-count-inner.tour-03 {
    background: #47484d;
}

.tour-count-inner.tour-04 {
    background: #75b1df;
}
*/


.tour-count-inner.tour-01:nth-child(1) {
    background: #5a5869;
}

.tour-count-inner.tour-01:nth-child(2) {
    background: #454346;
}

.tour-count-inner.tour-01:nth-child(3) {
    background: #373c5d;
}

.tour-count-inner.tour-01:nth-child(4) {
    background: /*#75b1df*/ #2e80b3;
}


.tour-count-trip {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}

.tout-trip-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.tout-trip-img {
    width: 50%;
}

.tout-trip-content {
    width: 50%;
    padding: 40px 70px;
    text-align: center;
}

.tout-trip-content h2 {
    font-size: 2.142857em;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0;
}

.tout-trip-content p {
    font-size: 1.286em;
    line-height: 2;
    color: #5c5e62;
    margin-bottom: 30px;
}

.tout-trip-content .btn-border {
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    min-width: 345px;
    letter-spacing: 1px;
    border: 1px solid #5c5e62;
    color: #5c5e62;
    transition: all .3s linear;
    padding: 10px;
    max-width: 250px;
	width: 100%;
    margin: 0 auto;
	display: block;
   text-decoration: none;
}

.tout-trip-content .btn-border:hover {
    border-color: #75b1df;
    background: #75b1df;
    color: #fff;
}

.tour-count-trip:nth-child(2n) .tout-trip-img {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
}

.browse-by {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.browse-by a {
    color: #fff;
    display: block;
    -webkit-transition: background .3s linear; text-decoration:none;
    transition: background .3s linear; width:50%; text-align:center; padding: 50px 15px; font-size: 1.286em; letter-spacing:4px;
}

.browse-by a.bg-gold {
    background: #75b1df;
}

.browse-by a.bg-gold:hover {
    background: #1e4178;
}

.browse-by a.bg-dark {
    background: #47484d;
}

.browse-by a.bg-dark:hover {
    background: #2f3231;
}


.adventure-blog {
    background: #fafafa;
    padding: 40px 0 70px;
}

.adventure-blog ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.adventure-blog ul li {
    padding: 10px;
    line-height: 1.7142857;
    box-shadow: 0 2px 2px rgba(1, 2, 2, .05);
    background: #fff;
    transition: border .2s ease-in-out;
    margin: 0 3% 3% 0;
    width: 31.3%;
}

.adventure-blog ul li:nth-child(3n) {
    margin-right: 0;
}

.adventure-blog ul li .adv-blog-img {
    overflow: hidden;
    position: relative;
}

.adventure-blog ul li:hover img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.adventure-blog ul li img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	backface-visibility: hidden;
	height: 210px;
	object-fit: cover;
	width:100%;
}

.adventure-blog ul li h4 a, .adventure-blog ul li h4 {
    color: #5c5e62;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal; text-decoration:none;
}

.adventure-blog ul li:hover h4 a {
    color: #75b1df;
}

.adv-blog-title {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

.adventure-blog ul li p {
    margin: 0;
}

.adventure-blog ul li h4 {
    margin: 20px 0 6px;
}

.adventure-blog ul li p {
    margin: 0 0 2px;
}

.country-icon span {
    margin-right: 20px;
}

.country-icon span i {
    margin-right: 5px;
}

.btn-bg {
    font-weight: 700;
    padding: 5px 20px;
    letter-spacing: 1px;
    min-width: 150px;
    font-size: 16px;
    line-height: 20px;
    border-color: #e2e2e2;
    background: #1e4178;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin: 15px 0;
}

.btn-bg:hover {
    background: #75b1df;
}




.adv-blog-media {
	border-top: 1px solid #dedede; 
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	padding: 10px 0 0;
}

.adv-blog-social a {
    padding: 0 10px;
    font-size: 17px; color: #5c5e62;
}

.adv-blog-price span {
    letter-spacing: 1px;
    font-weight: 400;
    font-style: italic;
    display: block;
}

.adventure-blog ul li:hover strong {
    color: #75b1df;
}

.adv-blog-price strong {
    display: block;
    font-weight: 900;
    font-style: normal;
    font-size: 1.286em;
    margin-top: -5px;
}

.adv-blog-social .fa-twitter:hover {
    color: #00aced;
}

.adv-blog-social .fa-google-plus:hover {
    color: #dd4b39;
}

.adv-blog-social .fa-facebook:hover {
    color: #136ad5;
}

.adv-blog-social .fa-linkedin:hover {
    color: #007bb5;
}


.meet-the-guides {
    padding: 40px 0 70px;
}

.article-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

.article-wrapper .img-article {
    width: 22.7%;
    margin: 0 3% 3% 0;
    position: relative;
    overflow: hidden;
}

.article-wrapper .img-article::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, .4);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity linear .5s;
    transition: opacity linear .5s;
}


.article-wrapper .img-article:hover::before {
    opacity: 1;
}

.article-wrapper .img-article .img-wrap {
    position: relative;
    overflow: hidden;
}

.article-wrapper .img-article:nth-child(4n) {
    margin-right: 0;
}

.article-wrapper .img-article img {
    width: 100%;
    height: 355px;
    object-fit: cover;
}

.article-wrapper .img-article .social-networks {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 160px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}

.article-wrapper .img-article:hover .social-networks {
    opacity: 1;
}

.article-wrapper .img-article .social-networks a {
    display: block;
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 34px;
    background: #2e3436;
    -webkit-transition: background .2s linear;
    transition: background .2s linear; color:#fff; margin: 0 5px;
}

.article-wrapper .img-article .social-networks a:hover {
    background: #75b1df;
}

.article-wrapper .img-article .caption {
    margin: -50px 20px 0;
    position: relative;
    z-index: 4;
    background: #1e4178;
    padding: 20px 10px;
    color: #fff;
    text-align: center;
    box-shadow: 1px 2px 1px rgba(1, 2, 2, .3);
    -webkit-transition: margin .2s linear;
    transition: margin .2s linear;
}

.article-wrapper .img-article:hover .caption {
    color: #75b1df;
    margin-left: 0;
    margin-right: 0;
    background: #47484d;
}

.article-wrapper .img-article:hover .caption h3{
    color: #75b1df;
}

.article-wrapper .img-article .caption h3 {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 6px;
}

.article-wrapper .img-article .caption .designation {
    letter-spacing: .05em;
}

.testimonial-block {
    position: relative;
}

.testimonial-block::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.testimonial-block-parallax {
	padding: 100px 0;
	background-size: cover;
	background-attachment: fixed;
}

.testimonial-block .swiper-button-next, 
.testimonial-block .swiper-button-prev {
    display: block;
}

.testimonial-block .swiper-button-next::after, 
.testimonial-block .swiper-button-prev::after {
    color: #fff;
    font-weight: 900;
	font-size: 24px;
}

.testimonial-block .testimonial-quote {
	border: none;
	padding: 0;
	color: #fff;
	text-align: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	max-width: 1000px;
	margin: 50px auto;
	width: 100%;
}

.testimonial-block .testimonial-quote .img {
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #fff;
}

.testimonial-block .testimonial-quote .img img {
    width: 100%;
}

.testimonial-block .testimonial-quote .text {
    width: 100%;
    max-width: 700px;
}

.testimonial-block .testimonial-quote .text q, .testimonial-block .testimonial-quote .text p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    font-style: normal;
}

.testimonial-block .testimonial-quote .text cite {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    padding: 0 0 40px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial-block .testimonial-quote .text cite::after {
    width: 170px;
    height: 8px;
    background: #e2e2e2;
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0; right:0; margin:0 auto;
}

.testimonial-block .swiper-pagination {
    padding-left: 200px;
}

.testimonial-block .swiper-pagination span {
    width: 12px;
    height: 12px;
    position: relative;
    border: 1px solid #fff;
    background: transparent;
    margin: 0 8px !important;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s; 
	-ms-transition: all 0.2s linear 0s;  opacity: 1;
}

.testimonial-block .swiper-pagination span::before {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    content: "";
    display: block;
    margin: 2px 2px 0;
    opacity: 0;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
}


.testimonial-block .swiper-pagination span:hover::before, .testimonial-block .swiper-pagination span.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.partner-block {
    padding-bottom: 15px; padding-top: 40px;
}

.partner-block .content-heading {
    padding-top: 40px;
}



.partner-block .swiper-pagination, .partner-block .swiper-button-prev, .partner-block .swiper-button-next {
    display: none;
}

.partner-block .swiper-slide {
    position: relative;
    border-bottom: 1px solid #dedede;
    padding-bottom: 40px;
}

.partner-block .swiper-slide::before {
    content: '';
    background: #47484d;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    position: absolute;
    -webkit-transition: width .2s linear, left .2s linear;
    transition: width .2s linear, left .2s linear;
    right: 0;
    margin: 0 auto;
}

.partner-block .swiper-slide:hover::before {
    width: 100%;
}




.tout-trip-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

.tout-trip-content ul li {
    width: 32%;
    margin: 0 2% 2% 0;
	position: relative;
}

.tout-trip-content ul li:last-child {
    margin-right: 0;
}


.tout-trip-content ul li .tour-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.tout-trip-content ul li:hover img {
    opacity: .4;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.tout-trip-content ul li .tour-img img {
    transition: opacity .35s, transform .35s;
    -webkit-transition: opacity .35s, transform .35s;
    -moz-transition: opacity .35s, transform .35s;
    -ms-transition: opacity .35s, transform .35s;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.tout-trip-content ul li p {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}

.tout-trip-content ul li .btn-border {
    font-size: 20px;
    line-height: 24px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    position: absolute;
    bottom: -50px;
}

.tout-trip-content ul li .nasa-opp-content {
    
    padding: 17px 0 0;
}






/*===========================Home=================================*/




/*===========================DEfault Page=================================*/

.entry-content, .post-inner.thin p{
	font-size: 16px; color: #5c5e62; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-template-default #site-content, 
.page-template-page-templates .main-with-sidebar, 
.archive #site-content{
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	padding: 80px 15px 40px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.page-template-default #site-content .site-content-inner, 
.archive #site-content .site-content-inner {
    width: calc(100% - 330px);
    max-width: 100%;
}

.page-template-default #site-content #secondary-sidebar, 
.archive #site-content #secondary-sidebar {
    max-width: 300px;
    width: 100%;
}

.page-template-default #site-content .site-content-inner .post-inner {
    padding: 0;
}


.page-template-page-templates #site-content .site-content-inner {
    width: calc(100% - 330px);
    max-width: 100%;
}

.page-template-page-templates #site-content #secondary-sidebar {
    max-width: 300px;
    width: 100%;
}

.page-template-page-templates #site-content .site-content-inner .post-inner {
    padding: 0;
}



.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100% !important;
    width: 100% !important;
}

.post-meta-wrapper.post-meta-edit-link-wrapper {
    display: none;
}

.site-content-inner p, .site-content-inner li {
font-size:1.75rem;
}

.site-content-inner li {
margin-top:1.5rem;
}

.outer-list-forms p, .testimonial-content p, .description p {
font-size:1.35rem;
}

/*===========================DEfault Page=================================*/



/*===========================Sidebar =================================*/

.right-sidebar {
    box-shadow: 0 2px 2px rgba(1, 2, 2, .1);
}

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

.roll-out-list {
    border-bottom: 1px solid transparent;
}


.item-head strong {
	display: block;
	text-transform: uppercase;
	padding: 10px 50px 10px 25px;
	background: #f8f8f8;
	color: #75b1df;
	box-shadow: 0 1px 1px rgba(1, 2, 2, .1);
	position: relative;
	letter-spacing: .05em; cursor:pointer;
	font-weight: 400;
	position:relative;
}

.item-head strong::after {
    content: "";
    display: block;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border-right: 2px solid #75b1df;
    border-bottom: 2px solid #75b1df;
    position: absolute;
    top: 40%;
    right: 25px;
}

.item-head.close strong::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


.roll-out-list .roll-list {
    background: #fff;
    padding: 30px 25px;
    color: #9d9d9d;
}

.right-sidebar ul li a {
	color: #9d9d9d; text-decoration:none;
	display: block;
	font-weight: 500;
}

.right-sidebar .sidebar-tag .roll-list a {
    color: #9d9d9d;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px !important;
    margin: 0 3% 5% 0;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 2px 18px;
}

.right-sidebar .sidebar-tag .roll-list a {
    color: #9d9d9d;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px !important;
    margin: 0 1% 4% 0px;
    border: none;
    padding: 4px 13px 4px 22px;
    position: relative;
    background: url("images/tag-bg.png") no-repeat 0 0;
        background-size: auto;
    line-height: normal;
    background-size: cover;
    display: inline-block;
    color: #222;
    text-shadow: 1px 1px 0 rgba(256,256,256,0.4);
}

.right-sidebar .sidebar-tag .roll-list a:hover {
    color: #222;
	border-color:#75b1df;
}

.right-sidebar ul li {
    margin: 0 0 15px; position:relative;
}

.sidebar-recent-post ul li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 2px;
    width: 30px;
    background: #e2e2e2;
}

.sidebar-recent-post ul li .text-block {
    display: block;
    margin: 4px 0 40px;
}

.sidebar-recent-post ul li:last-child .text-block {
    margin-bottom: 0;
}

.right-sidebar ul li a .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 20px);
}

.right-sidebar time {
    display: block;
    font-size: 12px;
}


.right-sidebar .sidebar-tag ul li {
	width: 25%;
	padding: 0 5px; margin-bottom: 40px;
	display: inline-block;
	vertical-align: top;
	margin-right: -.25em;
	text-align: center; position:relative;
}

.right-sidebar .sidebar-tag ul li span {
    -webkit-transform: translate(-50%, 15px);
    -ms-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
    width: 100px;
    position: absolute;
    left: 50%;
    top: 100%;
    border-radius: 7px;
    background: #75b1df;
    color: #fff;
    padding: 2px 5px;
    text-align: center;
    text-transform: uppercase;
    display: none;
    z-index: 999;
    font-size: 12px;
}

.right-sidebar .sidebar-tag ul li span::before {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #75b1df;
}

.right-sidebar .sidebar-tag ul li:hover span {
    display: block;
}

.right-sidebar .sidebar-gallery ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.right-sidebar .sidebar-gallery .roll-list {
    padding-bottom: 17px;
}

.right-sidebar .sidebar-gallery ul li {
    width: 30%;
    margin: 0 10px 10px 0;
}

.right-sidebar .sidebar-gallery ul li:nth-child(3n) {
    margin-right: 0;
}

.right-sidebar .sidebar-gallery ul li img{
    width:100%;
}


.right-sidebar form .input-field input {
    border: 0;
    background: #f8f8f8;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 13px 10px;
}

.right-sidebar form input[type="submit"] {
    font-weight: 700;
    padding: 12px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    border-color: #e2e2e2;
    background: #1e4178;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff;
    line-height: normal;
    width: 100%; text-decoration: none; margin-top:0px; min-width:200px;
}

.right-sidebar form input[type="submit"]:hover {
	background: #6796c1;
}


.right-sidebar .roll-list .wppb-user-forms label {
    display: block;
    width: 100% !important;
    max-width: 100%;
    font-size: 14px;
}


.right-sidebar .roll-list .wppb-user-forms .login-username input, .right-sidebar .roll-list .wppb-user-forms .login-password input {
    width: 100% !important;
    height: 40px;
    padding: 10px;
}


#secondary-sidebar .ngg-widget a {
	display: block;
	margin: 0;
}

#secondary-sidebar .ngg-widget img {
	border: none;
	margin: 0;
	height: auto;
	float: left;
	width: 33%;
	padding: 5px;
}


/*===========================Sidebar =================================*/




/*===========================About=================================*/

/*
.parent-pageid-16, .page-id-16 {
    background: #fafafa;
}
*/

.page-template-page-templates {
    background: #fafafa;
}

.page-id-16 .list-about-pages {
    margin-top: 40px;
}

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

.list-about-pages ul li {
	margin: 0 0 20px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	box-shadow: 0 2px 2px rgba(1, 2, 2, .05);
    padding: 10px; background: #fff;
}

.list-about-pages ul li .img-wrap {
    width: 100%;
    max-width: 260px;
    overflow: hidden;
}

.page-template-staff-tpl .list-about-pages ul li .img-wrap img, 
.page-template-success-stories-tpl .list-about-pages ul li .img-wrap img {
	height: auto;
}

.list-about-pages ul li .img-wrap img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 170px;
   object-fit: cover;
}

.list-about-pages ul li .description span {
    display: block;
}

.list-about-pages ul li:hover .img-wrap img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.list-about-pages ul li .description {
    width: calc(100% - 280px); max-width:100%;
}

.list-about-pages.affiliates ul li .description {
    width: 100%; max-width:100%;
}

.list-about-pages ul li .description h3 {
    font-size: 1.2857em;
}

.list-about-pages ul li .description h3 a, .list-about-pages ul li .description h3 {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #47484d;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

.list-about-pages.staff ul li .description h3 {
    font-weight: 600;
}

.list-about-pages ul li:hover .description h3 a, .list-about-pages ul li:hover .description h3 {
    color: #75b1df;
}

.description a.read_more {
    background: #1e4178;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 6px 26px;
}

.description a.read_more:hover{
    background: #75b1df;
}

.description a.email, .description a.tel {
    color: #75b1df;
}

.list-about-pages ul li .description span {
    display: block;
}

.list-about-pages.affiliates ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

.list-about-pages.affiliates ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 20px;
    margin: 0 2% 2% 0;
}

.list-about-pages.affiliates ul li:nth-child(3n) {
    margin-right: 0;
}

.list-about-pages.affiliates ul li img {
    margin-bottom: 12px;
    height: 48px;
    object-fit: contain;
}



/*===========================About=================================*/



/*===========================About FSGC=================================*/


.page-id-71 .entry-content p img {
    float: left;
    margin: 0 25px 15px 0;
}

.page-id-71 h3 {
    margin: 40px 0 10px;
}

.page-id-71 .entry-content ul {
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 16px 10px 28px;
    margin: 39px 0;
}

.page-id-71 .entry-content h4 {
    font-weight: 400;
    margin-top: 30px;
}

.page-id-71 .entry-content h4 a {
    color: #75b1df;
}


/*===========================About FSGC=================================*/



/*===========================Fact Sheet=================================*/

.page-template-fact-sheet-tpl .site-content-inner, .white-bg .site-content-inner{
    background: #fff;
    box-shadow: 0 2px 2px rgba(1, 2, 2, .05);
    padding: 20px;
}


.fact-sheet {
	border-top: 1px solid rgba(0,0,0,0.05);
	padding-top: 40px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

.sheet-list-image .sheet-img {
    display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px;
}

.sheet-list {
    width: 100%;
    max-width: 400px; margin-bottom: 50px;
}

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

.fact-sheet ul li {
    margin: 0 0 15px;
}

.fact-sheet ul li a {
    background: url("images/pdf-doc-icon.png") no-repeat 0 center;
    background-size: 15px;
    padding-left: 24px;
    line-height: normal;
	color: #5c5e62;
    text-decoration: none;
}

.fact-sheet ul li a:hover {
    color: #75b1df;
}


/*===========================Fact Sheet=================================*/



/*===========================Contact FSGC=================================*/

.top-space {
    margin-bottom: 45px;
}

.co-fsgc p {
    margin-bottom: 3px;
}

.co-fsgc {
    margin-bottom: 30px;
}

.border-t-b {
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 25px 0;
}

.co-fsgc .co-fsgc-add {
    padding-left: 0px;
}

.co-fsgc .co-fsgc-add ul {
    margin: 0;
    padding-left: 0px; list-style:none;
}

.co-fsgc .co-fsgc-add ul li {
    margin: 0 0 5px;
}

.co-fsgc-add ul li a {
    color: #75b1df;
}

.co-fsgc-map img {
    width: 100%;
}


.contact-fsgc i.fas {
    background: #d9e5f8;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    color: #2d68db;
    margin-right: 10px;
}

.co-fsgc-add.only-add p {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


/*===========================Contact FSGC=================================*/




/*===========================Latest Fsgc News=================================*/

.list-about-pages.latest-fs-news ul li {
    display: inline-block;
    width: 100%;
}

.latest-fs-news-inner {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;;
}


.list-about-pages.latest-fs-news ul li h3 a, 
.list-about-pages.latest-fs-news ul li h3 {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #47484d;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}


.list-about-pages.latest-fs-news ul li:hover h3 a, 
.list-about-pages.latest-fs-news ul li ul li:hover h3 {
    color: #75b1df;
}



/*===========================Latest Fsgc News=================================*/



/*===========================Space Report=================================*/

.space-report-section {
    text-align: center;
}

.space-report-section img {
    width: 100%;
}

.space-report-section h3 {
    margin: 24px 0 15px;
}

.space-report-section p a {
    color: #75b1df;
}

.space-report-logo {
    margin-top: 50px;
}



/*===========================Space Report=================================*/



/*===========================Program=================================*/

.pro-1 ul {
    margin: 0;
}

.pro-1 ul li:last-child p {
    margin-bottom: 5px;
}

.page-template-programs-tpl .top-space {
    margin-bottom: 30px;
}

.citizen strong {
    color: #f00;
    display: block; margin-bottom: 15px;
}

.citizen {
    padding: 30px 0;
}

.citizen a {
    color: #75b1df;
}

.pro-1.pro-2 {
    margin-bottom: 35px;
}

.pro-2 ul li {
    font-size: 16px;
    list-style-type: decimal;
}

.pro-2 ul li a{
	color: #75b1df;
}

/*===========================Program=================================*/



/*===========================Video Gallery=================================*/

.site-content-inner p a {
    color: #75b1df;
}

.video-gallery iframe {
    margin-bottom: 25px;
}



/*===========================Video Gallery=================================*/



/*===========================Single=================================*/

.single #site-content {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 80px 15px 40px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

#site-content .pagination-single {
    margin: 60px 0;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 20px 0;
}

.single #site-content .post-inner {
    padding: 0;
}

.single #site-content .site-content-inner {
    width: calc(100% - 330px);
    max-width: 100%;
}


.single #site-content #secondary-sidebar {
    max-width: 300px;
    width: 100%;
}


#site-content .pagination-single hr {
    display: none;
}

#site-content .pagination-single a {
    color: #9d9d9d;
    font-size: 15px;
}

#secondary-sidebar a:hover, #site-content .pagination-single a:hover {
    color: #75b1df;
}

.single-success-stories .entry-content img.alignleft {
	position: static;
	margin: 0 25px 20px 0;
	width: 142px;
	max-width: 100%;
}

.entry-content h1.story-body__h1 {
    margin: 0 0 20px;
    font-size: 2.8em;
}


@media only screen and (max-width:767px){
	
	.single-success-stories .entry-content img.alignleft {
		width: 100%;
		max-width: 100%;
	}	
	
}/*=====media close====*/


/*===========================Single=================================*/



/*===========================Fellowships=================================*/

body.home {
    background: #fff;
}

body, .page-template-default {
    background: #fafafa;
}

.page-template-default .entry-content, .page-template-default .post-inner.thin p{
	font-size: 14px;
	line-height: 1.71429;
	color: #5c5e62;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-template-default .entry-content a{
	color: #75b1df;
}

.red-color {
    color: #f00 !important;
    display: block;
}

.page-template-default .entry-content ul li {
    margin-bottom: 10px;
}


/*===========================Fellowships=================================*/



/*===========================Affiliates Single=================================*/

.affiliates-single {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}



.affiliates-img {
    width: 100%;
    max-width: 243px;
    margin: 0 25px 25px 0;
}

.affiliates-detail {
	width: 100%; max-width:100%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.affiliates-detail-inner h4 {
    margin-bottom: 10px;
    box-shadow: 0 1px 2px rgba(1, 2, 2, .05);
    background: #fafafa;
    text-align: center;
    padding: 20px;
    color: #75b1df;
}

.affiliates-detail-inner {
    margin-bottom: 25px;
    box-shadow: 0 2px 2px rgba(1, 2, 2, .05);
    background: #fff;
    padding: 0px;
    width: 48%;
}

.affiliates-detail-inner.affiliates-advisory h4 {
    font-weight: 500;
}

.affiliates-detail-content {
    padding: 20px;
}

.affiliates-detail-content span {
    border-bottom: 2px solid #75b1df;
    display: inline-block;
    padding: 0 30px 5px;
    margin-bottom: 9px;
}

.affiliates-advisory .affiliates-detail-content {
    text-align: center;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 36%;
}

.pagination-container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin-top: 20px;
}

.pagination-container a, 
.pagination-container span {
    color: #fff;
    text-decoration: none;
    background: #1e4178;
    padding: 3px 12px; margin: 0 2px;
}

.pagination-container a:hover, .pagination-container span:hover, .pagination-container span.current {
    background: #75b1df;
}


/*===========================Affiliates Single=================================*/


/*===========================Research=================================*/


.page-id-36 .entry-content ul li, .decimal {
    list-style-type: decimal;
}

.textwidget a, .sidebar-subscribe a {
    color: #75b1df;
}


/*===========================Research=================================*/



/*===========================Register=================================*/
#wppb_register_pre_form_message img {
    display: none;
}

#wppb_register_pre_form_message {
    margin-bottom: 0;
    line-height: normal;
}

.page-id-4493 .entry-content, .page-id-4495 .entry-content, .page-id-4497 .entry-content{
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 2px rgba(1, 2, 2, .05);
}

.page-id-4493 .entry-content ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.page-id-4493 .entry-content ul li {
    margin: 0;
}

.page-id-4493 .entry-content ul li h4 {
    margin: 0 0 0;
}

.page-id-4493 .entry-content ul li#wppb-form-element-9 {
	margin-bottom: 25px;
}

.page-id-4493 .entry-content ul li#wppb-form-element-5 {
	margin-bottom: 15px;
}

.entry-content ul li label, .entry-content form label {
    font-size: 14px;
}

.entry-content form ul li input, .entry-content form ul li textarea, .entry-content form input {
    margin-bottom: 10px;
    padding: 10px 10px !important; resize: none;
}

.entry-content form ul li input{
	height:40px;
}

.page-id-4493 .entry-content ul li.wppb-send-credentials-checkbox input, 
form .login-remember input {
    padding: 0 !important; height:15px;
}

#rememberme {
    margin-right: 6px;
}



form p.form-submit input, form .login-submit input {
	background: #1e4178;
	border-color: #1e4178;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	padding: 12px;
	min-width: 250px;
	letter-spacing: 1px;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .35);
	border-radius: 25px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear; margin-top: 40px;
	height:auto;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

form p.form-submit input:hover, form .login-submit input:hover {
    box-shadow: none;
    color: #fff;
    background: #6796c1;
    border-color: #6796c1;
    text-decoration:none;
}

.page-id-4495 .wppb-user-forms ul {
    margin-bottom: 0;
}


/*===========================Register=================================*/




/*===========================Gallery=================================*/

.page-id-83 .ngg-album-compact .ngg-album-compactbox {
    padding: 0 !important;
    border: none;
    border-radius: 0 !important;
}

.page-id-83 .ngg-album-compact .ngg-album-compactbox::before, .page-id-83 .ngg-album-compact .ngg-album-compactbox::after {
    display: none;
}

.page-id-83 .ngg-album-compact .ngg-album-compactbox img.Thumb {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border: none !important;
}

.ngg-albumoverview .ngg-album-compact {
    width: 32%;
    padding: 10px !important;
    margin: 0 2% 2% 0 !important;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
}

.ngg-albumoverview .ngg-album-compact:nth-child(3n) {
    margin-right: 0px !important;
}

.ngg-albumoverview .ngg-album-compact h4 a {
	text-decoration: none;
	line-height: normal;
	font-size: 14px;
	letter-spacing: initial;
	font-weight: 700; color:#5c5e62;
	height: 20px;
	margin-bottom: 14px;
}

.ngg-albumoverview .ngg-album-compact:hover h4 a {
     color: #75b1df;
}


.ngg-gallery-thumbnail-box.ngg-3-columns a img {
    margin: 0 20px 20px 0 !important;
}


.page-child .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    width: 100%;
    margin-bottom: 0 !important;
}


@media only screen and (max-width:480px){

	.page-id-83 .ngg-album-compact .ngg-album-compactbox img.Thumb {
		height: auto;
	}

	.page-child .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
		width: 100%; margin-bottom:15px;
	}	
	
}/*====media close====*/



@media only screen and (min-width:480px) and (max-width:900px){

	.page-child .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
		width: 49.8%;
	}	
	
}/*====media close====*/





/*===========================Gallery=================================*/




/*===========================Student Workshop And All Form=================================*/
.post-inner form.wpcf7-form {
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 2px rgba(1, 2, 2, .05);
}

.post-inner form h4 {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.post-inner form.wpcf7-form label {
    margin: 0 0 10px;
    font-size: 1em;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
}

.post-inner form.wpcf7-form span input {
    border-radius: 3px;
    height: 40px;
    width: 100%; border: 1px solid #dcd7ca; margin-bottom: 10px; font-size: 14px;
}


.post-inner form.wpcf7-form .invoice-file input {
    height: auto;
}


.post-inner form.wpcf7-form span.wpcf7-checkbox span.wpcf7-list-item {
	margin-bottom: 15px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.post-inner form.wpcf7-form span.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 10px;
}



.post-inner form.wpcf7-form span.wpcf7-checkbox input {
    width: 24px;
    height: 24px;
    padding: 0 !important;
    border-radius: 0;
    line-height: normal;
    margin-bottom: 0;
}


.post-inner form.wpcf7-form span.wpcf7-checkbox input[type="checkbox"]:checked::before {
    margin: 0 2px;
}




.post-inner form.wpcf7-form select {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background: url("images/selet-drop.png") no-repeat right center;
    appearance: none;
    padding: 0 5px;
    border: 1px solid #dcd7ca;
    overflow: hidden; margin-bottom: 10px; font-size: 14px;
}

.post-inner form.wpcf7-form p{
	margin-bottom:15px;
}

.post-inner form.wpcf7-form br {
    display: none;
}

.post-inner form.wpcf7-form h6 {
    font-size: 14px;
    font-weight: normal;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none; margin: 10px 0 14px;
}

form .columns2, .post-inner.thin form #deliverables {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

form .columns2 .col-1 {
    width: 48%;
}

.post-inner.thin form input[type="submit"] {
    background: #1e4178;
    border-color: #1e4178;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 12px;
    min-width: 250px;
    letter-spacing: 1px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .35);
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    margin-top: 30px;
    height: auto;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post-inner.thin form input[type="submit"]:hover {
    box-shadow: none;
    color: #fff;
    background: #6796c1;
    border-color: #6796c1;
    text-decoration: none;
}

.post-inner form.wpcf7-form h4 {
    margin: 0 0 20px;
}

.post-inner form.wpcf7-form .columns1 {
    margin-bottom: 5px;
}

.post-inner form.wpcf7-form .form-section {
    margin-bottom: 50px;
}

.post-inner form.wpcf7-form .form-section:last-child {
    margin-bottom:0px;
}

.post-inner form.wpcf7-form p span {
    display: block;
}

.post-inner form.wpcf7-form span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 48%;
}


.page-id-4562 .entry-content ul li {
    list-style: none;
    margin-left: 0;
}

.page-id-4562 .entry-content ul li a {
    text-decoration: none;
}

.page-id-4562 .entry-content ul li a:hover {
    text-decoration: underline;
}


/*===========================Student Workshop And All Form=================================*/



/*===========================program-application-forms=================================*/


.page-template-program-application-forms-tpl .site-content-inner {
    text-align: center;
}

.outer-list-forms ul {
	margin:  60px 0 20px;
	list-style: none;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

.outer-list-forms ul li {
    background: #fff;
    text-align: center;
    border-radius: 5px;
	padding: 0;
    width: 32%;
    margin: 0 2% 2% 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.outer-list-forms ul li a {
    display: block; padding: 20px;
}

.outer-list-forms ul li:hover {
    background: rgba(0,0,0,0.1);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.05);
}

.outer-list-forms ul li:nth-child(3n) {
    margin-right: 0;
}

.outer-list-forms ul li h3 {
    color: #47484d;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

.outer-list-forms ul li a, .outer-list-forms ul li p {
    color: #47484d;
    text-decoration: none;
}

.outer-list-forms ul li h3 {
    margin: 13px 0 7px;
}


.outer-list-forms ul li .top-icon {
    width: 50px;
    height: 50px;
    /*background: #d9e5f8;*/
    border-radius: 100%;
    margin: 20px auto 0;
}

.outer-list-forms ul li .top-icon i {
    color: #4478df;
    font-size: 31px;
    position: relative;
    top: -15px;
    right: -16px;
}

.small-desc small {
    font-size: 14px;
}


/*===========================program-application-forms=================================*/



/*===========================Testimonial=================================*/


.page-template-testimonials-tpl .container.container-wide {
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

.page-template-testimonials-tpl #site-content .site-content-inner {
    width: 100% !important;
    max-width: 100% !important;
}

.testimonial-snippet {
    padding: 0 0 40px;
    border-bottom: none;
    display: inline-block;
    width: 31%;
    margin: 0 3% 5% 0;
	background: #f9f9f9;
}


.testimonial-snippet:nth-child(3n) {
    margin-right: 0;
}

.testimonial-snippet .primary-info {
	background: #fff;
	padding-bottom: 30px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	
}

.testimonial-content::after {
    width: 0;
    content: "";
    display: block;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 16px solid #ddd;
    transform: rotate(90deg);
    position: absolute;
    top: -45px;
    right: 4px;
}

.testimonial-content {
    margin-top: 25px;
	padding: 20px;
	position:relative;
	text-align: right;
}

.testimonial-content .desc {
    position: relative;
	z-index:2;
}

.testimonial-content .desc::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
    background: url("images/quotes-icon.png") no-repeat 0 0;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 0;
    opacity: 0.1;
}

.about-page-content {
    padding-top: 5px;
}

.testimonial-snippet h3.student-name {
    margin-bottom: 0px;
    font-size: 16px;
    max-width: 190px;
    width: 100%;
    text-transform: none;
}

.testimonial-snippet .thumb img {
    width: 90px;
    margin: 0 auto;
    border-radius: 100%;
    height: 90px;
    object-fit: cover;
}

.testimonial-snippet h2 {
    font-size: 12px !important;
    margin-bottom: 18px;
}

.testimonial-snippet h3 span {
    display: block;
    font-size: 13px;
    color: rgba(0,0,0,0.3);
    font-weight: 500; margin-top: 5px;
}

.testimonial-snippet:last-child {
    border-bottom: none;
    padding-bottom: 0;
}




@media only screen and (max-width:767px){

	.testimonial-snippet {
		width: 100%;
		margin: 0 0% 5% 0;
	}	
	
}/*=====media close====*/



@media only screen and (min-width:767px) and (max-width:1000px){

	.testimonial-snippet {
		width: 48%;
	}	
	
	.testimonial-snippet:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	.testimonial-snippet:nth-child(3n) {
		margin-right: 3% ;
	}
	
}/*=====media close====*/







/*===========================Testimonial=================================*/




/*===========================Test Tables=================================*/

.dataTables_wrapper .tablepress {
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 20px !important;
}


.dataTables_wrapper .tablepress th, .dataTables_wrapper .tablepress td {
    border: 1px solid rgba(0,0,0,0.1);
}


.dataTables_wrapper .tablepress thead th {
    background-color: #252525;
    color: #fff;
    font-size: 16px;
}

.dataTables_wrapper .tablepress  thead th:hover {
    background-color: #75b1df;
}

.dataTables_wrapper .tablepress td {
    font-size: 14px;
}


.dataTables_wrapper .dataTables_paginate a {
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    background: #252525;
}

.dataTables_wrapper .dataTables_paginate a:hover {
    background: #75b1df;
}

.dataTables_wrapper .dataTables_paginate a::after, 
.dataTables_wrapper .dataTables_paginate a::before {
    color: #fff;
    text-shadow: none !important;
	margin-top: 11px !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.next {
    margin-left: 10px;
    padding: 5px 21px 5px 11px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.previous {
   padding: 5px 11px 5px 23px;
}

.dataTables_wrapper .dataTables_paginate a::before {
    left: 8px !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple {
    padding: 0 0;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled {
    opacity: 0.5;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_length label {
    margin: 3px 0 0;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 8px 7px; border: 1px solid rgba(0,0,0,0.1);
}


.dataTables_wrapper #tablepress-3_length label select {
    background: #fff url("images/drop-arrow.png") no-repeat 90% center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid rgba(0,0,0,0.1);
    background-size: 8px;
    padding: 4px 18px 4px 4px;
    font-size: 14px;
}




@media only screen and (max-width:800px){

	.dataTables_wrapper {
		overflow-y: scroll;
		padding-bottom: 38px;
	}

	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
		width: 100%;
	}

	.dataTables_wrapper .dataTables_paginate {
		margin: 11px 0 0;
		width: 100%;
	}
	
}/*====media close====*/


@media only screen and (min-width:800px){

	.dataTables_wrapper .tablepress thead th {
		width: 20% !important;
	}
	
}/*====media close====*/




@media only screen and (min-width:800px) and (max-width:1000px){
	
	.dataTables_wrapper {
		overflow-y: scroll;
		padding-bottom: 38px;
	}

	.dataTables_wrapper .tablepress td {
		font-size: 13px;
	}

	.dataTables_wrapper .tablepress thead th {
		font-size: 14px;
	}
	
	.dataTables_wrapper .dataTables_filter input {
		width: 190px;
    }
	
	
}/*====media close====*/







/*===========================Test Tables=================================*/




/*===========================Senior Design=================================*/

.seniordesign-form h3 {
    display: block;
    text-align: center;
    margin: 0 0 50px;
}


.seniordesign-form h3 a {
    color: #75b1df;
    text-decoration: none;
    font-size: 18px;
}


.seniordesign-form {
    padding: 60px 0;
}


.sdesign-form form {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-bottom: 40px;
}


.sdesign-form form .sdesign-box-select {
    width: 25%;
}

.sdesign-form form .sdesign-box-search {
    width: 30%;
}


.sdesign-form form label {
    width: 120px;
}


.sdesign-form form .sdesign-box-select select {
    width: 100%;
    height: 37px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0 40px 0 8px;
	background: #fff url("images/select-new-arrow.jpg") no-repeat right center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	background-size: 37px;
	font-size: 14px;
}


.sdesign-form form .sdesign-box-search input {
    width: 100%;
    height: 38px;
    font-size: 14px;
    padding: 0 9px;
    line-height: normal;
    color: #5c5e62;
    border: 1px solid rgba(0,0,0,0.1);
}


.sdesign-form form .sdesign-box-search input::-webkit-input-placeholder { 
   color: #5c5e62; opacity:1;
}

.sdesign-form form .sdesign-box-search input::-moz-placeholder { 
   color: #5c5e62;  opacity:1;
}

.sdesign-form form .sdesign-box-search input:-ms-input-placeholder { 
   color: #5c5e62;  opacity:1;
}

.sdesign-form form .sdesign-box-search input:-moz-placeholder { 
   color: #5c5e62;  opacity:1;
}


.sdesign-form form .sdesign-box {
    display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
}


.sdesign-box.sdesign-box-btn a {
    color: #5c5e62;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.1);
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    font-weight: 700;
    background: #fff;
    font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


.sdesign-box.sdesign-box-btn input {
	background: #1e4178;
	color: #fff;
	text-decoration: none;
	padding: 0 12px;
	height: 37px;
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: 15px;
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}


.sdesign-box.sdesign-box-btn input:hover, 
.sdesign-box.sdesign-box-btn a:hover {
    color: #fff;
    background: #6796c1;
    border-color: #6796c1;
    text-decoration: none;
}


.seniordesign-list ul, .publications-main-wrapper .caf-row {
	list-style: none;
	margin: 0;
	padding: 0px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.publications-main-wrapper .caf-row {
    padding: 0 !important;
    margin-top: 25px;
}


.seniordesign-list ul li {
    box-shadow: .5em .5em 1em rgba(0,0,0,.325);
    background: #fff;
    width: 49%;
    margin: 0 2% 2% 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}


.publications-main-wrapper .caf-row article .manage-layout1 {
    box-shadow: .5em .5em 1em rgba(0,0,0,.325) !important;
    background: #fff;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}


.seniordesign-list ul li:hover, 
.publications-main-wrapper .caf-row article .manage-layout1:hover {
    box-shadow: .5em .5em 1em rgba(0,0,0,.02) !important;
}


.seniordesign-list ul li:nth-child(2n) {
    margin-right: 0;
}


.seniordesign-list ul li .sdesign-video, 
.publications-main-wrapper .caf-row article .sdesign-video {
    position: relative;
}

.seniordesign-list ul li .sdesign-video::before, 
.publications-main-wrapper .caf-row article .sdesign-video::before {
    padding-top: 56.25%;
	display: block;
    content: "";
}


.seniordesign-list ul li .sdesign-video iframe, 
.seniordesign-list ul li .sdesign-video img, 
.publications-main-wrapper .caf-row article .sdesign-video iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%!important;
    height: 100% !important;
    border: 0;
	object-fit: cover;
}


.seniordesign-list ul li .sdesign-content, 
.publications-main-wrapper .caf-row article .sdesign-content{
    padding: 25px;
}


.seniordesign-list ul li .sdesign-content h2, 
.publications-main-wrapper .caf-row article .sdesign-content h2 {
    border-bottom: 1px solid #1e4178;
    font-size: 24px !important;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: none;
    letter-spacing: normal;
}



.seniordesign-list ul li .sdesign-name h4 strong, 
.publications-main-wrapper .caf-row article .sdesign-name h4 strong {
    font-weight: 700;
}


.seniordesign-list ul li .sdesign-name h4, 
.publications-main-wrapper .caf-row article .sdesign-name h4 {
    margin: 0;
    display: block;
    font-weight: 500;
    text-transform: none;
    font-size: 18px;
}


.seniordesign-list ul li .sdesign-name span, 
.publications-main-wrapper .caf-row article .sdesign-name span {
    display: inline-block;
    font-weight: 500;
    margin: 7px 10px 6px 0;
    font-size: 16px;
    color: #47484d;
}


.seniordesign-list ul li .sdesign-advisor-section, 
.publications-main-wrapper .caf-row article .sdesign-advisor-section{
    display: inline-block;
    width: 100%;
}


.seniordesign-list ul li .sdesign-advisor-section .sdesign-advisor, 
.publications-main-wrapper .caf-row article .sdesign-advisor-section .sdesign-advisor{
    float: left;
    width: calc(100% - 120px);
    padding-right: 20px;
    padding-top: 18px;
}


.sdesign-advisor-section .sdesign-advisor strong, 
.publications-main-wrapper .caf-row article .sdesign-advisor strong{
    /*float: left;*/
    padding-right: 7px;
    font-size: 18px;
	display: inline-block;
}

.seniordesign-list ul li .sdesign-advisor-section .sdesign-advisor p, 
.publications-main-wrapper .caf-row article .sdesign-advisor-section .sdesign-advisor p{
    font-size: 18px;
    margin: 0;
	display: contents;
}


.seniordesign-list ul li .sdesign-team-link, 
.publications-main-wrapper .caf-row article .sdesign-team-link{
    float: right;
    margin: 8px 0 0;
}


.seniordesign-list ul li .sdesign-team-link a, 
.publications-main-wrapper .caf-row article .sdesign-team-link a {
    background: #1e4178;
    color: #fff;
    text-decoration: none;
    padding: 13px 20px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    width: 114px;
    text-align: center;
    font-size: 18px;
    line-height: normal;
}


.seniordesign-list ul li .sdesign-team-link a:hover, 
.publications-main-wrapper .caf-row article .sdesign-team-link a:hover {
    color: #fff;
    background: #6796c1;
    text-decoration: none;
}


.pagination-container, .publications-main-wrapper .caf-row .caf-pagination {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    margin-top: 60px !important;
}



.seniordesign-tab-category ul, 
.publications-main-wrapper ul.caf-filter-container {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}


.publications-main-wrapper ul.caf-filter-container {
    padding: 30px 15px !important;
}


.seniordesign-tab-category ul li, 
.publications-main-wrapper ul.caf-filter-container li {
    border-right: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    margin: 0 !important;
}

.seniordesign-tab-category ul li a, 
.publications-main-wrapper ul.caf-filter-container li a {
    padding: 14px 5px;
    line-height: normal;
    font-size: 17px !important;
    display: block;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    background-color: #252525 !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    margin: 0px;
	transform: none !important;
}


.seniordesign-tab-category ul li.active a, 
.seniordesign-tab-category ul li:hover a, 
.publications-main-wrapper ul.caf-filter-container li a.active, 
.publications-main-wrapper ul.caf-filter-container li a:hover {
    background-color: #75b1df !important;
	color: #fff;
}




.publication-iframe {
    position: relative;
    margin-bottom: 40px;
}


.publication-iframe iframe.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.publication-single .publication-iframe::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}


.publication-detail .sdesign-advisor h3, 
.publication-detail .sdesign-advisor p {
    display: inline-block;
    margin-bottom: 10px;
}


.publication-detail .sdesign-advisor h3 {
    font-size: 16px;
    padding-right: 3px;
}


.publication-detail .publication-desc {
    padding: 15px 0;
}


.publication-detail .team-students {
    width: 100%;
    max-width: 250px;
}


.publication-detail .team-students h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
	margin-bottom:10px;
}


.publication-detail .team-students h3::before {
    content: "";
    display: block;
    background: #75b1df;
    width: 36px;
    height: 3px;
    position: absolute;
    bottom: 0;
}


.publication-detail .team-students ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.publication-detail .team-students ul li {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.publications-main-wrapper .caf-row .caf-pagination li a, 
.publications-main-wrapper .caf-row .caf-pagination li span {
    color: #fff !important;
    text-decoration: none;
    background-color: #1e4178 !important;
    padding: 3px 12px;
    margin: 0 2px;
}


.publications-main-wrapper .caf-row .caf-pagination li span.current, 
.publications-main-wrapper .caf-row .caf-pagination li a:hover{
	background-color: #75b1df !important;
	color: #fff;
}



#manage-ajax-response .status.active .fa-spinner {
    background: #75b1df;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*<i class="fa fa-spinner fa-spin" aria-hidden="true"></i>*/



@media only screen and (max-width:767px){
		
	.sdesign-form form label {
		width: 100%;
		margin: 0;
	}	
		
	.sdesign-form form .sdesign-box {
		width: 100% !important;
		margin-bottom: 10px;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}	


	.seniordesign-list ul {
		padding: 0 0;
	}


	.seniordesign-list ul li {
		width: 100%;
		margin: 0 0 30px;
	}


	.seniordesign-list ul li .sdesign-advisor-section .sdesign-advisor {
		width: 100%;
		padding: 0px;
	}


	.seniordesign-list ul li .sdesign-team-link {
		width: 100%;
	}


	.seniordesign-list ul li .sdesign-team-link a {
		width: 100%;
	}
	
	
	.sdesign-box.sdesign-box-btn {
		margin-top: 5px;
	}
	
	
	.publications-main-wrapper .caf-row article {
		width: 100% !important;
		padding: 0;
		flex: auto !important;
		max-width: 100% !important;
		margin-bottom: 30px !important;
	}
	
	
	.publications-main-wrapper .caf-row .caf-pagination {
		margin-top: 30px !important;
	}
	
	
	.publications-main-wrapper .caf-row article .sdesign-advisor-section .sdesign-advisor {
		width: 100%;
		padding: 0px;
	}
	
	.publications-main-wrapper .caf-row article .sdesign-team-link, 
	.publications-main-wrapper .caf-row article .sdesign-team-link a{
		width: 100%;
	}
	
	
	.publications-main-wrapper ul.caf-filter-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	

}/*===media close===*/




@media only screen and (min-width:767px) and (max-width:1140px){


	.sdesign-form form .sdesign-box-select {
		width: 48%;
	}

	.sdesign-form form .sdesign-box-search {
		width: 100%;
	}	


	.sdesign-form form label {
		width: 100%;
		margin: 0;
	}	
		
	.sdesign-form form .sdesign-box {
		margin-bottom: 10px;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.sdesign-box.sdesign-box-btn {
		margin-top: 8px;
	}

	.seniordesign-list ul li .sdesign-advisor-section .sdesign-advisor {
		width: 100%;
		padding: 0px;
	}


	.seniordesign-list ul li .sdesign-team-link {
		width: 100%;
	}


	.seniordesign-list ul li .sdesign-team-link a {
		width: 100%;
	}

	.sdesign-advisor-section .sdesign-advisor strong {
		width: 100%;
	}
	
	
	.publications-main-wrapper .caf-row article {
		width: 50%;
	}
	
	
	.publications-main-wrapper .caf-row article .sdesign-advisor-section .sdesign-advisor {
		width: 100%;
		padding: 0px;
	}
	
	.publications-main-wrapper .caf-row article .sdesign-team-link, 
	.publications-main-wrapper .caf-row article .sdesign-team-link a, 
	.publications-main-wrapper .caf-row article .sdesign-advisor strong {
		width: 100%;
	}
	
	

	
	
}/*===media close===*/





@media only screen and (max-width:1000px){
	
    .seniordesign-tab-category ul, .publications-main-wrapper ul.caf-filter-container {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
	
	.seniordesign-tab-category ul li, 
	.publications-main-wrapper ul.caf-filter-container li {
		border-right: none;
		border-bottom: none;
		width: 49%;
		margin-bottom: 8px !important;
	}
	
	
}/*===media close===*/





/*===========================Senior Design=================================*/




/*===========================Submit Project Reports=================================*/

#message.updated {
    text-align: center;
    background: #DFF2BF;
    color: #270;
    padding: 7px 10px;
    margin-bottom: 24px;
}

#message.updated p {
    margin: 0;
}



#acf-form .acf-fields .acf-field {
    padding: 0;
    border: none;
    margin-bottom: 15px;
}


#acf-form .acf-fields .select2-container.-acf .select2-selection {
    border-color: #dcd7ca;
    border-radius: 3px;
    height: 42px;
}


#acf-form .select2-container.-acf .select2-selection span {
    line-height: 40px;
}

#acf-form .select2-container.-acf .select2-selection .select2-selection__arrow {
    height: 40px;
    width: 30px;
}


#acf-form .acf-fields .acf-input input {
    height: 40px;
    border-radius: 3px;
    line-height: normal;
    border: 1px solid #dcd7ca;
}

#acf-form .acf-fields .acf-input textarea {
    height: 100px;
    border-radius: 3px;
    line-height: normal;
    border: 1px solid #dcd7ca;
	resize: none;
}

#acf-form .acf-fields .acf-input textarea:focus, 
#acf-form .acf-fields .acf-input input:focus, 
.post-inner form.wpcf7-form span input:focus {
	outline: none;
}

#acf-form .acf-file-uploader .hide-if-value {
    border: 1px solid #dcd7ca;
    padding: 0 0px 0 10px;
    background: #fff;
	border-radius: 3px;
	overflow:hidden;
}

#acf-form .acf-file-uploader .hide-if-value p {
	font-size: 14px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 0 0;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


#acf-form .acf-file-uploader .hide-if-value .acf-button.button {
    padding: 11px 18px;
    color: #fff;
    background: #1e4178;
    text-decoration: none;
}

 
#acf-form .acf-repeater.-block .acf-actions a.acf-button {
    padding: 10px 0 0;
    font-size: 14px;
    color: #1e4178;
    background: transparent;
    font-weight: 700;
}



#acf-form .acf-field .acf-notice.-error p {
    margin: 0;
    font-size: 14px;
}

#acf-form .acf-field .acf-notice.-error {
    background: transparent;
    color: #dc3232;
    border-color: transparent;
    padding: 0;
    margin: 0;
}


#acf-form .acf-repeater.-block table.acf-table .acf-row td {
    background: #fff !important;
    padding: 19px 15px 0; border: none;
}



#acf-form .acf-repeater .acf-row {
    border: 2px solid #dcd7ca !important;
}


.acf-notice.-error a.acf-notice-dismiss.acf-icon.-cancel.small {
    top: 14px;
}


#acf-form .acf-repeater.-block table.acf-table .acf-row .acf-row-handle.order {
    vertical-align: top !important; color: #000; font-weight: 700;
}


#acf-form .acf-repeater.-block table.acf-table .acf-row-handle a.acf-icon.-plus {
    top: 34%;
    line-height: 17px;
}


#acf-form .acf-repeater.-block table.acf-table .acf-row-handle a.acf-icon.-minus {
    top: 77%;
}



#acf-form .acf-repeater.-block table.acf-table .acf-fields {
    padding: 20px 0 10px !important;
}


#acf-form .acf-repeater.-block table.acf-table .acf-row-handle a {
    display: block;
}


.submit-project-reports-form-wrapper #acf-form .acf-form-submit input.acf-button {
    background: #1e4178;
    border-color: #1e4178;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    min-width: 250px;
    letter-spacing: 1px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .35);
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    margin-top: 30px;
    height: auto;
	padding: 12px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.submit-project-reports-form-wrapper #acf-form .acf-form-submit input.acf-button:hover {
    box-shadow: none;
    color: #fff;
    background: #6796c1;
    border-color: #6796c1;
    text-decoration: none;
}



/*===========================Submit Project Reports=================================*/















/*=================================================================================================================================================================================================================================================================================================*/





/*===========================Responsive=================================*/


/*=============Header============*/



@media (max-width:540px){
	
	.xoo-el-srcont .xoo-el-main {
		padding: 40px 6px;
	}

	.xoo-el-srcont .xoo-aff-group label {
		margin-bottom: 0;
	}
	
}/*======media close======*/




@media (max-width:999px){

    .toggle-wrapper.search-toggle-wrapper .xoo-el-login-tgr {
		display: none;
	}	
	
	.xoo-el-login-tgr.xoo-el-login-tgr-for-mobile {
		margin: 0;
		position: absolute;
		left: 56px;
		font-size: 22px;
		top: 87px;
		color: #9d9d9d;
	}


	
}/*=====media close=====*/




@media (max-width:1000px){

	#site-header {
		padding: 0 15px;
		background: #252525;
	}	

	#site-header .toggle-inner span {
		display: block;
	}

	#site-header .header-titles {
		border-right: none;
		padding: 15px 0 15px 0;
	}

	#site-header.f-header .header-titles {
		padding: 15px 0 15px 0;
		border-right: none !important;
	}

	#site-header.f-header .header-titles .site-logo img, #site-header .site-logo img {
		max-height: 6rem;
	}

	#site-header .header-titles-wrapper {
		padding: 0 0;
	}

	#site-header  .header-inner .toggle {
		padding: 0 0;
	}

	#site-header .nav-toggle {
		right: 15px;
		width: auto;
	}

	#site-header .search-toggle {
		left: 15px;
	}
	
	.loggein-box-header {
		padding: 0 15px;
		width: auto;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		font-size: 13px;
		left: 0;
        right: auto;
	}
	
	#site-header .header-inner.section-inner {
		padding: 33px 0 0;
	}
	
	.header-navigation-wrapper {
		display: flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		position: absolute;
		top: 5px;
		z-index: 999;
		right:17px;
	}	
	
	.footer-social-icons.header-social-icons a span {
		display: none;
	}
	
	
}/*=====media close=====*/


@media only screen and (min-width:1000px) and (max-width:1000px){
	
	#site-header .header-titles .site-logo {
		margin-left: 0;
	}

	#site-header .search-toggle {
		left: 0px;
	}

	.toggle-text {
		display: none !important;
	}
	
	
}/*=====media close=====*/


@media only screen and (min-width:1000px) and (max-width:1300px){

	#site-header {
		padding: 0 15px;
	}
	
	.loggein-box-header {
		padding: 0 15px !important;
	}
	
	
}/*=====media close=====*/




@media (min-width:1000px){

	.header-titles-wrapper {
		margin-right: 0rem;
	}	
	
	.xoo-el-login-tgr.xoo-el-login-tgr-for-mobile {
		display: none;
	}
	
	.header-inner .toggle {
		bottom: 2px;
	}	
	
	.header-navigation-wrapper {
		width: 100%;
	}
	
		
}/*=====media close=====*/


/*=============Header============*/




/*=============Footer============*/

@media only screen and (max-width:767px){

	.footer-links-container .footer-link {
		width: 100%;
		padding: 0 0 20px;
		text-align: center;
		margin-bottom: 20px;
		border-bottom: 1px solid #000;
	}

	.footer-link.f-adress ul li {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}

	.footer-credits p, .footer-credits a {
		text-align: center;
	}

	#site-footer .footer-social-icons i {
		font-size: 32px;
	}

	.footer-social-icons {
		margin: 0 auto 40px;
	}

	.footer-link.f-adress ul li:last-child {
		margin-bottom: 0 !important;
	}

	.footer-link.f-adress ul li:last-child address {
		margin-bottom: 10px;
	}

	.footer-newsletter-box label input, .footer-newsletter-box .ctct-form-wrapper .ctct-form-field input[type="email"] {
		font-size: 23px;
		line-height: 23px;
		border-bottom: 2px solid #1e4178; 
		padding-right: 60px;
	}

	.footer-newsletter-box form [type="submit"] {
		font-size: 28px;
		line-height: 34px; bottom: 0px;
	}

	.footer-newsletter-box .es_caption {
		bottom: -62px;
		font-size: 19px;
		width: 100%;
		text-align: center;
		line-height: normal;
	}
	
	.footer-newsletter-box .ctct-form-wrapper h3{
		font-size: 19px;
		width: 100%;
		text-align: center;
		line-height: normal;
	}

	.footer-newsletter-box {
		margin-bottom: 90px;
	}
	
	
}/*=====media close=====*/




@media only screen and (min-width:767px) and (max-width:1100px){
	
	.footer-links-container .footer-link {
		width: 100%;
		margin-bottom: 30px;
		max-width: 244px;
	}

	.footer-links-container {
		justify-content: unset;
		-webkit-justify-content: unset;
		-moz-justify-content: unset;
		-ms-justify-content: unset;
	}
	
	#site-footer .footer-links-container h2.widget-title {
		font-size: 18px !important;
	}
	
}/*=====media close=====*/



@media only screen and (min-width:900px){


	.footer-newsletter-box .es_caption {
		bottom: -70px;
		font-size: 28px;
		line-height: normal;
	}	
	
	
}/*=====media close=====*/





@media only screen and (min-width:900px) and (max-width:1100px){

	.footer-links-container .footer-link {
		width: 20%;
		max-width: 100%;
	}	

	#site-footer .footer-links-container h2.widget-title {
		font-size: 16px !important;
	}

	#site-footer .footer-links-container ul li a, 
	.footer-links-container address {
		font-size: 13px;
	}
	
	.footer-newsletter-box .es_caption, .footer-newsletter-box .ctct-form-wrapper h3 {
		font-size: 24px;
	}
	
	
}/*=====media close=====*/





/*=============Footer============*/



/*=============Home============*/


@media only screen and (max-width:480px){
	
	.adventure-holder.gallery-home-holder ul.gallery-list li {
		width: 48%;
	}	
		
	.adventure-holder.gallery-home-holder ul.gallery-list li:nth-child(2n) {
		margin-right: 0% !important;
	}	
		
	.adventure-holder.gallery-home-holder ul.gallery-list li:nth-child(3n) {
		margin-right: 3%;
	}	
	
	ul.gallery-list li img {
		height: 170px !important;
	}
	
}/*=====media close=====*/



@media only screen and (max-width:767px){

	.fluid-slider {
		height: auto;
	}

	.fluid-slider .feature-block {
		position: relative;
	}

	.feature-block .holder ul li {
		width: 49%;
		margin: 0 0 10px;
		border: none;
		background: #fff;
		padding: 10px 5px;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
	}	
	
	/*
	.feature-block .holder ul li:hover {
		background: rgba(0,0,0,0.1);
		box-shadow: 0 0 3px 0 rgba(0,0,0,0.05);
	}
	*/
	
	.feature-block .holder ul li a span {
		font-weight: 700;
	}

	.feature-block .holder ul li::before {
		display: none;
	}

	.feature-block .holder ul {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between; padding: 10px 10px 0;
	}
	
	.feature-block .holder ul li a {
		font-size: 12px;
	}

	.main-heading {
		font-size: 1.9em;
		margin-bottom: 15px;
	}

	.main-subtitle {
		font-size: 1.5em !important;
	}

	.content-heading {
		margin-bottom: 60px;
	}

	.gallery-home-holder {
		margin: 0px 0 40px;
		text-align: center;
	}

	.gallery-home-holder .img-block {
		width: 100%;
	}

	ul.gallery-list li {
		margin: 0 3% 3% 0;
		width: 31.1%;
	}

	ul.gallery-list li:nth-child(3n) {
		margin-right: 0;
	}

	ul.gallery-list li i {
		font-size: 48px;
		font-size: 25px;
		margin: -24px 0 0 -11px;
	}
	
	ul.gallery-list li img {
		height: 220px;
	}

	.gallery-home-holder .text-block {
		width: 100%;
		margin-top: 30px;
	}

	.gallery-home-holder .text-block h2 {
		font-size: 1.9em;
		margin-bottom: 0;
	}

	.gallery-home-holder .text-block p {
		font-size: 1.1em;
		line-height: 24px;
	}


	.special-block .special-text {
		font-size: 1.5em;
	}

	.special-block p.special-text strong {
		display: block;
	}

	.popular-container {
		padding: 0 0 50px;
	}

	.popular-container ul li {
		width: 100%;
		margin: 0 0 40px 0;
	}
	
	.popular-container ul li .img-wrap img {
		height: auto;
	}

	.popular-container ul li:last-child {
		margin-bottom: 10px;
	}

	.tour-count {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}

	.tour-count-trip {
		margin-bottom: 30px;
	}

	.tout-trip-img {
		width: 100%; height:auto;
	}

	.tout-trip-content {
		width: 100%;
		padding: 40px 15px;
	}

	.tout-trip-content h2 {
		font-size: 1.9em;
	}

	.tout-trip-content p {
		font-size: 1.2em;
		line-height: 24px;
	}

	.tour-count .tour-count-inner {
		padding: 40px 15px;
	}


	.tour-count .tour-count-inner i {
		font-size: 40px;
	}

	.tour-count .tour-count-inner strong {
		font-size: 2.2em;
	}

	.tour-count .tour-count-inner span {
		font-size: 1.2em;
	}


	.tout-trip-content .btn-border {
		font-size: 22px;
		line-height: 30px;
		min-width: 200px;
		padding: 7px 0;
		max-width: 200px;
	}

	.tour-count-trip:nth-child(2n) .tout-trip-img {
		order: 0;
		-webkit-order: 0;
		-moz-order: 0;
		-ms-order: 0;
	}

	.browse-by a {
		width: 100%;
		padding: 27px 15px;
		font-size: 1em;
	}

	.adventure-blog {
		padding: 0 0 40px;
	}

	.adventure-blog ul li {
		margin: 0 0 30px 0;
		width: 100%;
	}
	
	.adventure-blog ul li img {
		height: auto;
	}

	.meet-the-guides {
		padding: 0 0 40px;
	}

	.article-wrapper .img-article {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.article-wrapper .img-article img {
		height: auto;
	}


	.testimonial-block .testimonial-quote {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}

	.testimonial-block .testimonial-quote .text q, 
	.testimonial-block .testimonial-quote .text p {
		font-size: 16px;
		line-height: 24px;
	}

	.testimonial-block .swiper-pagination {
		padding-left: 0;
	}

	.testimonial-block-parallax {
		background-attachment: scroll;
	}

	.partner-block {
		padding-bottom: 80px;
		padding-top: 0;
	}
	
	
	.fluid-slider .metaslider .caption-wrap .caption {
		top: auto;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0%);
		width: 92%;
		bottom: 15px;
		padding: 0px 20px;
		text-align: center;
	}
	
	.fluid-slider .metaslider .caption-wrap .caption h1 {
		font-size: 15px;
		margin-bottom: 0;
	}
	
	.fluid-slider .metaslider .caption-wrap .caption strong {
		font-size: 15px;
		margin: 0 0 14px;
	}
	
	.tout-trip-content ul li {
		width: 100%; margin: 0 0% 30px 0
	}
	
	.tout-trip-content ul li:last-child {
		margin-bottom: 0;
	}
	
	.tout-trip-content ul li .tour-img img {
		height: auto;
	}
	
	.tout-trip-content ul li .btn-border {
		position: static;
	}
	

	
	
}/*=====media close=====*/



@media only screen and (min-width:767px) and (max-width:1000px){
		
	.fluid-slider {
		height: auto;
	}
	
	.feature-block .holder ul li::before {
		display: none;
	}

	.feature-block .holder ul {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		justify-content: unset;
		-webkit-justify-content: unset;
		-moz-justify-content: unset;
		-ms-justify-content: unset;
		padding: 10px 10px 0;
	}

	.feature-block .holder ul li {
		width: 32.2%;
		margin: 0 1.5% 1.5% 0;
		border: none;
		padding: 0;
		background: #fff;
	}	
	
	.feature-block .holder ul li a {
		padding: 15px 5px;
	}
	
	.fluid-slider .flexslider ul li img {
		animation: none;
	}
	
	.fluid-slider .feature-block {
		position: relative;
	}

	.feature-block .holder ul li:nth-child(3n) {
		margin-right: 0;
	}

	h2 {
		font-size: 2em !important;
	}

	p {
		font-size: 14px;
		line-height: 24px;
	}

	.tout-trip-content p, .testimonial-block .testimonial-quote .text q, .testimonial-block .testimonial-quote .text p {
		font-size: 1.2em;
		line-height: 24px;
	}

	.special-block .special-text {
		font-size: 2em;
	}

	.main-subtitle {
		font-size: 1.9em !important;
	}

	.tour-count .tour-count-inner {
		width: 50%;
		padding: 40px 15px;
	}

	.tour-count .tour-count-inner strong {
		font-size: 2em;
	}

	.tour-count .tour-count-inner span {
		font-size: 1em;
	}

	.tour-count {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}

	.tout-trip-content {
		padding: 40px 20px;
        width: 57%;
	}

	.tout-trip-content .btn-border {
		font-size: 20px;
		line-height: 30px;
		min-width: 250px;
		padding: 8px;
	}
	
	.tout-trip-img {
		width: 43%;
	}

	.tout-trip-img img {
		width: 100%;
		height: 700px;
		object-fit: cover;
	}
	
	.tout-trip-content ul li .tour-img img {
		height: 140px;
	}
	
	.tout-trip-content ul li p {
		font-size: 14px;
	}


	.testimonial-block .testimonial-quote {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}

	.testimonial-block .swiper-pagination {
		padding-left: 0;
	}

	.testimonial-block .testimonial-quote .text {
		max-width: 800px;
	}
	
	.fluid-slider .metaslider .caption-wrap .caption {
		bottom: 15px;
		padding: 0 6px;
		right: 0;
	}
	
	.meet-the-guides .article-wrapper .img-article {
		width: 48.5%;
	}
	
	.meet-the-guides .article-wrapper .img-article:nth-child(2n) {
		margin-right: 0;
	}

	
}/*=====media close=====*/



@media only screen and (min-width:1000px) and (max-width:1300px){

	.feature-block .holder ul li a {
		font-size: 11px;
	}	
	
	small.feature-tooltip {
		font-size: 11px;
	}

	.tout-trip-img img {
		width: 100%;
		height: 650px;
		object-fit: cover;
	}
	
	.article-wrapper .img-article .caption {
		margin: -50px 0 0;
	}
	
	.tout-trip-img {
		width: 45%;
	}
	
	.tout-trip-content {
		width: 55%;
		padding: 40px 20px;
	}
	
	.tout-trip-content ul li .tour-img img {
		height: 150px;
	}
	
	
}/*=====media close=====*/





/*=============Home============*/



/*=============Student Workshop And All Form============*/


@media only screen and (max-width:600px){
		
	form .columns2 .col-1, .post-inner form.wpcf7-form span.wpcf7-list-item {
		width: 100%;
	}

	.post-inner form.wpcf7-form label {
		font-size: 13px;
	}

	.post-inner form.wpcf7-form .columns1 {
		margin-bottom: 10px;
	}	
	
	.page-id-4493 .entry-content ul li input, .page-id-4493 .entry-content ul li textarea {
		width: 100%;
	}
	
	.page-template-default .entry-content ul li input, 
	#wppb-login-wrap p.login-username input, 
	#wppb-login-wrap p.login-password input {
		width: 100%;
	}
	


}/*=====media close====*/


@media only screen and (max-width:1000px){
	
	#heading {
		margin-top: 204px;
	}	
	
	small.feature-tooltip {
		display: none;
	}

	.featured-title {
		bottom: auto;
		padding: 0 15px 0px;
		text-align: center;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		left: 50%;
		width: 100%;
	}

	.featured-title strong {
	   text-align: center;
	}


	.breadcrumbs {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}
	
	#heading .featured-title img {
		display: inline;
	}

	
}/*=====media close=====*/




@media only screen and (max-width:800px){
	

	.featured-title h1 {
		margin-bottom: 15px;
		font-size: 24px;
	}	

	.breadcrumbs ul li a, .breadcrumbs ul li span {
		font-size: 12px;
	}

	.featured-title strong {
		margin-bottom: 16px; font-size: 14px;
	}

	.page-template-default #site-content .site-content-inner, 
	.page-template-page-templates #site-content .site-content-inner, 
	.archive #site-content .site-content-inner {
		max-width: 100%;  width: 100%;
	}

	 #secondary-sidebar {
		max-width: 100% !important; margin-top: 50px;
	}

	#secondary-sidebar .ngg-widget img {
		width: 50%;
	}

	h2 {
		font-size: 1.8em;
	}

	.page-template-default #site-content, 
	.page-template-page-templates .main-with-sidebar, 
	.archive #site-content {
		padding-top: 60px;
	}
	
	
}/*====media close====*/




@media only screen and (min-width:800px) and (max-width:1159px){
	
	.page-template-default #site-content .site-content-inner, 
	.page-template-page-templates #site-content .site-content-inner, 
	.archive #site-content .site-content-inner {
		width: calc(100% - 330px);
		max-width: 100%;
	}	
	
	 #secondary-sidebar {
		max-width: 300px !important;
	}
	
	
}/*====media close====*/


/*=============Student Workshop And All Form============*/



/*=============About Us============*/


@media only screen and (max-width:900px){

	.list-about-pages ul li .img-wrap {
		max-width: 100%; margin-bottom: 20px;
	}	

	.list-about-pages ul li .img-wrap img {
		height: auto;
	}

	.list-about-pages ul li .description {
		max-width: 100%; width:100%;
	}
	
	.page-id-71 .entry-content p img {
		margin: 0 0px 15px 0;
		width: 100%;
	}
		
	
}/*=====media close====*/



@media only screen and (max-width:767px){
	
	#heading img {
		height: auto;
	}	
	
}/*=====media close====*/



/*=============About Us============*/



/*=============Affiliates============*/

@media only screen and (max-width:480px){
	
	.list-about-pages.affiliates ul li {
		width: 100%;
		margin: 0 0% 20px 0;
	}	
	
	.sheet-list {
		width: 100%;
		max-width: 100%;
	}
	
	.ngg-albumoverview .ngg-album-compact {
		width: 100%;
		margin: 0 0% 3% 0 !important;
	}
	
	
	
}/*=====media close====*/



@media only screen and (min-width:480px) and (max-width:900px){

	.list-about-pages.affiliates ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.list-about-pages.affiliates ul li:nth-child(2n) {
		margin-right: 0;
	}

	.list-about-pages.affiliates ul li {
		width: 48.8%;
	}	
	
	.ngg-albumoverview .ngg-album-compact {
		width: 48.7%;
	}
	
	.ngg-albumoverview .ngg-album-compact:nth-child(3n) {
		margin-right: 2% !important;
	}
	
	.ngg-albumoverview .ngg-album-compact:nth-child(2n) {
		margin-right: 0 !important;
	}
	
}/*=====media close====*/



@media only screen and (min-width:480px) and (max-width:1150px){
	
	.sheet-list {
		width: 100%;
		max-width: 200px;
	}

	.sheet-list-image {
		width: 50%;
		max-width: 300px;
	}	
	
}/*=====media close====*/





@media only screen and (max-width:800px){
	
	.affiliates-single {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}

	.affiliates-single .affiliates-img {
		max-width: 100%;
	}

	.affiliates-single .affiliates-detail {
		max-width: 100%;
	}
	
	.single #site-content .site-content-inner {
		width: 100%;
	}
	
	.affiliates-detail-inner {
		width: 100%;
	}
	
	
}/*=====media close====*/



@media only screen and (min-width:800px) and (max-width:1159px){
	
	.single #site-content .site-content-inner {
		width: calc(100% - 330px);
	}	
	
}/*=====media close====*/



/*=============Affiliates============*/







/*===========================program-application-forms=================================*/


@media only screen and (max-width:480px){
	
	.outer-list-forms ul li {
		width: 100%;
		margin: 0 0% 2% 0;
	}	
	
}/*=======media close=====*/



@media only screen and (min-width:480px) and (max-width:1100px){
	
	.outer-list-forms ul li {
		width: 49%;
	}	

	.outer-list-forms ul li:nth-child(2n) {
		margin-right: 0 !important;
	}

	.outer-list-forms ul li:nth-child(3n) {
		margin-right: 2%;
	}
	
}/*=======media close=====*/



/*===========================program-application-forms=================================*/



/*===========================Responsive=================================*/


#ngg-webslice h2.entry-title.widget-title.subheading.heading-size-3 {
    display: none;
}


.testimonial-block .view-all-btn {
    z-index: 2;  position: absolute;
    width: 100%; text-align: center; margin-top: 10px;
}



@media only screen and (min-width:1000px){
	
	.testimonial-block .view-all-btn .btn {
		margin-left: 200px;
	}	
	
}/*=======media close=====*/


@media only screen and (max-width:1000px){

	.testimonial-block .testimonial-quote p br {
		display: none;
	}	
	
	.testimonial-block .testimonial-quote p {
		font-size: 16px !important;
	}
	
	.testimonial-block .testimonial-quote .text {
		padding: 0 40px;
	}
	
	.testimonial-block .swiper-button-next {
		right: 0;
	}
	
	
}/*=======media close=====*/



@media only screen and (min-width:1000px) and (max-width:1200px){
	
	.footer-social-icons.header-social-icons {
		position: absolute;
		right: 15px;
		top: 15px;
	}
	
	#site-header nav ul li {
		margin: 0 0 0 15px;
	}
	
	.xoo-el-login-tgr {
		margin-right: 20px;
	}
	
	#site-header nav ul li a {
		font-size: 11px;
	}
	
	.loggein-box-header {
		padding: 0 15px !important;
		right: 160px;
		top: 15px;
	}
	
	
}/*=======media close=====*/


@media only screen and (min-width:1000px) and (max-width:1000px){
	
	#site-header .header-titles .site-logo {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}
	
	#site-header .header-titles span {
		width: 278px !important;
		font-size: 14px;
	}
	
	#site-header .header-inner.section-inner {
		padding: 0;
	}
	
	.header-navigation-wrapper {
		position: static;
	}
	
	.footer-social-icons.header-social-icons a span {
		display: block;
	}
	
	
}/*=======media close=====*/



@media only screen and (min-width:1200px) and (max-width:1280px){
	
	.xoo-el-login-tgr {
		margin-right: 17px;
	}

	.primary-menu-wrapper + .header-toggles {
		margin-left: 2rem;
	}

	#site-header nav ul li a {
		font-size: 11px;
	}

	#site-header .header-titles span {
		width: 370px !important;
		font-size: 19px;
	}

	
}/*=======media close=====*/






.national-space-grant-block .main-heading {
    margin-bottom: 0px;
}


.national-space-grant-block .content-heading {
    margin-bottom: 10px;
}

.national-space-grant-block p {
    font-size: 17px;
    margin-top: 17px;
    text-align: center;
}

.national-space-grant-block img {
    max-width: 250px;
}

.national-space-grant-block .logo {
    padding: 50px 0 25px;
}

.national-space-grant-block .view-all-btn {
    text-align: center;
    margin-top: 40px;
}

.national-space-grant-block {
    background: #fafafa;
    padding: 15px 0 80px;
}


.national-space-grant-footer-link {
	margin-top: 20px;
}

.national-space-grant-footer-link p {
    color: #9d9d9d;
    font-size: 16px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom:5px;
}

.national-space-grant-footer-link a {
	color: #75b1df; font-size: 18px; 
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: inline-block;
	line-height: normal; 
    font-weight: 700;
	margin-top: 10px;
	background: #75b1df;
	color:#252525;
	padding:12px;
	border-radius: 25px;
	text-transform: uppercase;
}

.national-space-grant-footer-link a:hover {
	background: #bbdffa;
	text-decoration: none !important;
}



@media only screen and (max-width:767px){
	
	.popular-container ul li .img-wrap img {
		height: auto !important;
	}	
	
	.page-template-latest-fsgc-news-tpl .popular-container .container {
		padding: 0;
	}
	
	.list-about-pages.staff ul li .description h3 {
		font-size: 20px;
	}
	
	.fluid-slider .flexslider ul li img {
		animation: none;
	}
	
	
}/*====media close====*/



#site-content address a, #site-content h1 a, 
.site-content-inner li a, 
#post-1623 div div span a, 
#post-2241 div a span span, 
#divBdy a, 
#post-3925 h2 a, 
#post-3925 h3 a, #post-946 h5 a, #post-946 h3 a, #post-946 h2 a {
    color: #75b1df;
}

#post-1623 div{
	font-size: 16px;
	color: #5c5e62;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.entry-content ul li, .entry-content table td {
    font-size: 16px;
}

.entry-content h2 a {
    color: #47484d;
}

.size-medium.aligncenter {
    margin-top: 0;
}

.testimonial-block-container .content-heading {
    padding: 90px 0 20px;
	margin-bottom: 50px;
}




.the-adventure-block .adventure-holder .text-block {
    display: none;
}

.the-adventure-block .gallery-home-holder .img-block {
	margin: 0 auto;
}


.program-tags a {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px !important;
    margin: 0 1% 7px 0px;
    border: none;
    padding: 4px 13px 4px 22px;
    position: relative;
    background: url("images/tag-bg.png") no-repeat 0 0;
        background-size: auto;
    background-size: auto;
    line-height: normal;
    background-size: cover;
    display: inline-block;
    color: #222 !important;
    text-shadow: 1px 1px 0 rgba(256,256,256,0.4);
}

.program-tags a:hover {
    color: #75b1df !important;
}

.program-tags {
    margin-top: 11px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 10px 4px;
}

h3.tag-heading {
    display: block;
    margin: 45px 0 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.tax-program-tag .tags-main-with-sidebar h3.tag-heading {
    margin: 13px 0 14px;
    border: none;
    padding: 8px 0 0;
    color: #47484d;
    font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
}

.tax-program-tag .tags-main-with-sidebar .program-tags {
    border: none;
    padding: 0 0 12px;
}


@media only screen and (min-width:1000px){

	#site-header nav ul li a:hover, #site-header nav ul li a:focus {
		color: #fff !important;
	}
	
	#site-header nav ul li ul.sub-menu li a:hover, 
	#site-header nav ul li ul.sub-menu li a:focus, 
	#site-header.f-header nav ul li a:hover, 
	#site-header.f-header nav ul li a:focus {
		color: #75b1df !important;
	}
	
	.primary-menu a:hover, .primary-menu a:focus, 
	.primary-menu .current_page_ancestor {
		text-decoration: none;
	}
	
	.primary-menu .current_page_ancestor a::after {
		border-bottom: 1px solid #fff;
		position: absolute;
		content: "";
		display: block;
		width: calc(100% - 16px);
		margin-top: 2px;
	}
	
	#site-header.f-header .primary-menu .current_page_ancestor a::after {
		border-bottom: 1px solid #5c5e62;
	}
	
	.primary-menu .current_page_ancestor ul.sub-menu li a::after {
		display: none;
	}
		
	.header-titles-wrapper {
		width: 410px;
	}
	
	#site-header .header-titles {
		padding: 15px 0 15px 0;
	}
	
	#site-header .header-titles .site-logo {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}
	
	#site-header .header-titles span {
		text-align: left;
	}
	
	#site-header .header-toggles .toggle {
		padding: 0 0rem;
	}
	
	

}/*=====media close====*/





@media only screen and (min-width:1000px) and (max-width:1070px){
	
	#site-header .header-titles span {
		width: 278px !important;
		font-size: 14px;
	}	
	
}/*=====media close====*/





@media only screen and (min-width:1300px) and (max-width:1400px){
		
	.primary-menu-wrapper + .header-toggles {
		margin-left: 2rem;
	}

	.xoo-el-login-tgr {
		margin-right: 20px;
	}

	.footer-social-icons.header-social-icons a {
		margin-left: 15px;
	}

	.footer-social-icons.header-social-icons {
		margin: 2px 0 0 0;
	}

	#site-header nav ul li a {
		font-size: 11px;
	}

	
}/*=====media close====*/






@media only screen and (min-width:767px) and (max-width:1200px){
	
	.the-adventure-block .gallery-home-holder .img-block {
		width: 100%;
		max-width: 660px;
	}	
	
}/*=====media close====*/





.click-to-login-poup a {
    border-radius: unset;
    background-color: unset;
    box-shadow: none;
    padding: 9px 0px 0px 0px;
    margin: 0px;
    text-align: left;
    font-size: unset;
    font-weight: normal;
    text-transform: initial;
    text-decoration: underline;
    letter-spacing: normal;
}

.click-to-login-poup a:hover {
   background: none;
}

.xoo-aff-required.xoo-aff-checkbox_single input {
    margin-right: 10px;
}

.xoo-aff-required.xoo-aff-checkbox_single label {
    font-size: 14px;
    font-weight: 500;
}

.space-report-section p a {
    text-decoration: none;
}

.space-report-section p a:hover {
    text-decoration: underline;
}

.page-template-space-report-tpl .site-content-inner {
    box-shadow: 0 0 0 0 rgba(1, 2, 2, .05);
}



@media only screen and (min-width:1500px){
	
	.header-titles-wrapper {
		width: auto;
	}

	#site-header .header-titles span {
		width: 430px !important;
		font-size: 30px;
		position: absolute !important;
		left: 160px;
	}
		
}/*=======media close======*/


@media only screen and (min-width:1600px){

	#site-header .header-titles span {
		width: 540px !important;
		font-size: 37px;
	}	
	
}/*=======media close======*/


@media only screen and (min-width:1700px){

	#site-header .header-titles span {
		width: 600px !important;
		font-size: 40px;
	}	
	
}/*=======media close======*/



/*=========================florida-space-research-program==============================*/


.table-view {
    box-shadow: 5px 5px 10px #d2d4d9;
    background: #ebecf2;  margin-top: 60px;
}

.table-view-inner {
	border-bottom: 1px solid #dcdde2;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.table-view-inner:last-child {
    border-bottom: none;
}

.table-view-inner .tb1 {
    line-height: normal; padding: 10px;
}

.table-view-inner .number {
    width: 30px;
    font-weight: 700;
    font-size: 20px;
    background: #dcdde2;
}

.table-view-inner .tb-link {
    width: 170px;
    text-align: center;
}

.table-view-inner .tb-text {
    width: 455px;
    text-align: center;
}

.table-view-inner .tb-text-icon {
    width: 53px;
}


ul.un-order-list {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 54px 0 0;
    padding: 30px 0;
}



@media only screen and (max-width:767px){
		
	.table-view-inner .tb1 {
		width: 100% !important;
		text-align: center;
	}	

	.table-view-inner .tb1 a {
		display: inline-block;
	}
	
}/*====media close====*/



@media only screen and (min-width:800px) and (max-width:1080px){
	
	.table-view-inner .tb1 {
		width: 100% !important;
		text-align: center;
	}	

	.table-view-inner .tb1 a {
		display: inline-block;
	}

	
}/*====media close====*/



/*=========================florida-space-research-program==============================*/




/*=========================Search Page==============================*/


.search-results header.archive-header {
    padding: 34px 10px;
    margin-bottom: 60px;
}


.archive-header .archive-title span {
    color: #75b1df;
}


.search-results h2.entry-title {
    font-size: 31px;
}

.search-results h2.entry-title:hover a {
     color: #75b1df;
}


.search-results article .post-inner {
    padding-top: 20px;
}


.search-results hr.post-separator {
    width: 100%;
    margin: 70px 0;
    height: 2px;
}


.search-results .pagination-wrapper .nav-links a, 
.search-results .pagination-wrapper .nav-links span {
    color: #fff;
    text-decoration: none;
    background: #1e4178;
    padding: 3px 12px;
    margin: 0 2px; transform: none !important; font-size: 16px;
}

.pagination-wrapper .nav-links a:hover, 
.pagination-wrapper .nav-links span:hover, 
.pagination-wrapper .nav-links span.current {
    background: #75b1df;
}

.search-results .pagination .nav-links {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	margin: 0;
	width: 100%;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}

.search-results .pagination-wrapper .nav-links .prev:hover span, 
.search-results .pagination-wrapper .nav-links .next:hover span {
    background: transparent;
}


.xoo-el-inmodal .scroll-content form input[type="text"], 
.xoo-el-inmodal .scroll-content form input[type="password"] {
    line-height: 17px !important;
}


p.login-register-lost-password a {
    text-transform: uppercase;
}


@media only screen and (max-width:767px){
	
	.search-results .pagination .nav-links {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}

	.search-results .pagination-wrapper .nav-links a, .search-results .pagination-wrapper .nav-links span {
		padding: 4px 10px;
		font-size: 12px;
	}

	.search-results h2.entry-title {
		font-size: 24px;
	}
	
	
}/*======media close======*/





/*=========================Search Page==============================*/


.footer-newsletter-box .ctct-disclosure, 
.footer-newsletter-box a.button.ctct-button,
.footer-newsletter-box span.ctct-label-top{
	display: none;
}


.ctct-form-wrapper .ctct-message.ctct-success {
    text-align: center;
    border-color: #fffff;
    color: #fffff;
}


.project-student-team {
    margin-top: 40px;
}

.post-inner form.wpcf7-form textarea {
    margin-bottom: 10px;
}

#post-6656 .select2-container--default .select2-selection--single {
    border: 1px solid #dcd7ca;
    border-radius: 3px;
    height: 40px;
	margin-bottom: 6px;
}

#post-6656 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 30px;
}


#post-6656 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}















