/*
Theme Name: GERD Multi Theme
Theme URI: http://futuristgerd.com/
Author: B2 Media Karlsruhe
Author URI: http://www.b2-media.dem/
Description: Futurist Gerd Multisite Theme with Bootstrap 4.
Version: 0.1
*/



@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}




/* * * * * * * * * * * * * * *
 * WordPress Content Classes
 * * * * * * * * * * * * * * */

html,
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 36px;
}

p {
	font-size: 17px;
	color: #6c6e7e;
	line-height: 1.5em;
	font-family: "Roboto", sans-serif;
}

a {
	text-decoration: none;
	outline: none;
	color: #ee254f;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #757788;
}

li,
ul {
	margin: 0;
	padding: 0;

}
section ul{margin-bottom: 25px}
section ul li {margin: 5px 0 5px 2em;    list-style-type: square; }
.nav li {list-style-type: none; }

section ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
section ol > li {
  counter-increment: my-awesome-counter;
  display: flex;
  margin-bottom: 1rem;
line-height: 1.2em;
}
section ol > li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 2rem;
  margin-right: 0.5rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}


.fix {
	overflow: hidden;
}



.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.mt100 {
	margin-top: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.mt60 {
	margin-top: 70px;
}

.mr20 {
	margin-right: 20px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.col-push {
	left: 50%;
}

.col-pull {
	right: 50%;
}

.nopad {
	padding-left: 0;
	padding-right: 0;
}

.spad {
	padding-top: 50px;
	padding-bottom: 50px;
}

.halfbox_pad {
	padding: 8% 6%;
}
.halfbox_cal_pad{
	padding: 5% 6%;
}

.section-title {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 50px;
	position: relative;
}

.section-title h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
    font-size: 3em
}

.gerds_white_bg .section-title h2 {
	color: #1a506a;
}

.section-title h2 span {
	background: #ee254f;
	padding: 0 8px 5px;
	display: inline-block;
	color: #0b1033;
}

/*.section-title:after , .section-inner-title:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 5px;
	height: 30px;
	margin-left: -2.5px;
	background: #ee254f;
}*/

.section-title.left {
	text-align: left;
}

.section-title.left:after {
	left: 0;
	margin-left: 0;
}

.section-title.dark h2 {
	color: #0b1033;
}

.section-inner-title {
	margin-bottom: 50px;
	padding-top: 30px;
	position: relative;
}

section h5 a {opacity: 0.8;text-decoration: underline}

/*----------------------------------------*/
/*   Gerds Colors
/*----------------------------------------*/
.gerds_red_bg {background:#ee254f}
.gerds_gray_bg {background:#a8a9ad}
.gerds_lightgray_bg {background:#ebebeb}
.gerds_blue_bg {background:#1a506a}
.gerds_yellow_bg {background:#f9b31f}
.gerds_white_bg {background:#ffffff}
.gerds_dark_blue_bg {background: #072941}


section.gerds_white_bg h1, section.gerds_white_bg h2, section.gerds_white_bg h3, section.gerds_white_bg h4, section.gerds_white_bg h5 {color:#1a506a; margin-bottom: 15px}

section.gerds_white_bg p {color:#6c6e7e}
section.gerds_white_bg ul, section.gerds_white_bg ol {color:#ee254f}
section.gerds_white_bg p a {color:rgba(104, 100, 106, 0.6);font-weight: bold;}
section.gerds_white_bg p a:hover {text-decoration: underline}

section.gerds_gray_bg h1, section.gerds_gray_bg h2, section.gerds_gray_bg h3, section.gerds_gray_bg h4, section.gerds_gray_bg h5, section.gerds_lightgray_bg  h1, section.gerds_lightgray_bg  h2, section.gerds_lightgray_bg  h3, section.gerds_lightgray_bg  h4, section.gerds_lightgray_bg  h5 {color:#1a506a; margin-bottom: 15px}
section.gerds_gray_bg p {color:#072941}
section.gerds_lightgray_bg p {color:#444550!important}
section.gerds_gray_bg p a {color: rgba(0, 0, 0, 0.6); font-weight: bold;}
section.gerds_gray_bg p a:hover {text-decoration: underline}

section.gerds_red_bg h1, section.gerds_red_bg h2, section.gerds_red_bg h3, section.gerds_red_bg h4, section.gerds_red_bg h5 {color:#ffffff; margin-bottom: 15px}
section.gerds_red_bg p, section.gerds_red_bg ul, section.gerds_red_bg ol {color:#ffffff}
section.gerds_red_bg p a, .gerds_red_bg p a {color: rgba(255, 255, 255, 0.6); font-weight: bold;}
section.gerds_red_bg p a:hover {text-decoration: underline}

section.gerds_yellow_bg h1, section.gerds_yellow_bg h2, section.gerds_yellow_bg h3, section.gerds_yellow_bg h4, section.gerds_yellow_bg h5 {color:#072941; margin-bottom: 15px}
section.gerds_yellow_bg p {color:#072941}
section.gerds_yellow_bg a {color: rgba(7, 41, 65, 0.6); font-weight: bold;}
section.gerds_yellow_bg a:hover {text-decoration: underline}

section.gerds_blue_bg h1, section.gerds_blue_bg h2, section.gerds_blue_bg h3, section.gerds_blue_bg h4, section.gerds_blue_bg h5 {color:#ffffff; margin-bottom: 15px}
section.gerds_blue_bg p {color:#ffffff}
section.gerds_blue_bg ul li {color:#c6c6c6}
section.gerds_blue_bg p a {color: rgba(255, 255, 255, 0.6); font-weight: bold;}
section.gerds_blue_bg p a:hover {text-decoration: underline}

section.gerds_blue_bg h1, section.gerds_blue_bg h2, section.gerds_blue_bg h3, section.gerds_blue_bg h4, section.gerds_blue_bg h5 {color:#ffffff; margin-bottom: 15px}
section.gerds_blue_bg p {color:#ffffff}

section.gerds_dark_blue_bg h1, section.gerds_dark_blue_bg h2, section.gerds_dark_blue_bg h3, section.gerds_dark_blue_bg h4, section.gerds_dark_blue_bg h5 {color:#ffffff; margin-bottom: 15px}
section.gerds_dark_blue_bg ul {color:#ffffff; margin-bottom: 15px}
section.gerds_dark_blue_bg p a {color: rgba(255, 255, 255, 0.5); font-weight: bold;}
section.gerds_dark_blue_bg p a:hover  {text-decoration: underline}

.gerds_red_font {color:#ee254f!important}
.gerds_gray_font {color:#a8a9ad!important}
.gerds_blue_font {color:#1a506a!important}
.gerds_yellow_font {color:#f9b31f!important}
.gerds_white_font {color:#ffffff!important}
.gerds_darkblue_font {color:#0b1033!important}
.gerds_footer_link{color:#ccc!important}

.gerds_blue_bg .btn-2 {background-color: #ee254f!important}

#events-upcoming h1, #events-upcoming h2, #events-upcoming h3, #events-upcoming h4{margin-bottom: 0px!important}
.promotion-section h1, .promotion-section h2, .promotion-section h3, .promotion-section h4{margin-bottom: 5px!important}

.card-columns .bg-primary {background-color:rgba(255,255,255,0.2)!important;}
.bg-primary p, .bg-primary .blockquote-footer, .bg-primary h5{ color: #fff!important}
.line-height-base {line-height: 1.5em}
#gradient {

	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #1f4757, #009c77);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

#gradient, #gradient2 {

	color: #fff;
	background: linear-gradient(-45deg, #e83057, #773557, #818993);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


/*------------------------
	Btns elements
--------------------------*/

.site-btn {
	font-family: "Oswald", sans-serif;
	font-size: 15px;
    font-weight: normal!important;
	color: #fff!important;
	display: inline-block;
	text-transform: uppercase;
	background: #ee254f;
	padding: 15px 50px;
	font-weight: 500;
	letter-spacing: 1px;
	min-width: 170px;
	text-align: center;
	border: none;
    cursor: pointer;
}


.site-btn.btn-2 {
	background: #1a506a;
	color: #fff!important;
	font-weight: 400;
}

.site-btn.btn-3 {
	background: transparent;
	color: #1a506a!important;
	border: 1px solid #1a506a;
	padding: 14px 50px;
}

.site-btn.btn-white {
	background: transparent;
	color: #fff!important;
	border: 1px solid #fff;
	padding: 14px 50px;
}

.site-btn.btn-yellow {
	background: #f9b31f;
	color: #072941!important;
	border: 1px solid #f9b31f;
	padding: 14px 50px;
}

.site-btn.btn-gray {
	background: #ebebeb;
	color: #1a506a;
	border: 1px solid #ebebeb;
	padding: 14px 50px;
}

.site-btn:hover,
.site-btn:focus {
	text-decoration: none!important;
	padding: none;
}

.site-btn:hover .fas {
 font-size: 1.1em;
}

.site-btn.btn-more {
	background: transparent;
	color: #1a506a!important;
	border: 1px solid #1a506a;
	padding: 6px 50px;
}

.site-btn.btn-more:hover {
	background: #1a506a;
	color: #fff!important;
	font-weight: 400;
}

.site-btn.btn-more-popup {
	background: transparent;
	color: #ee254f!important;
	border: 1px solid #ee254f;
	padding: 6px 50px;
}

.site-btn.btn-more-popup:hover {
	background: #1a506a!important;
	color: #fff!important;
	font-weight: 400;
}

.btn-xs {
    padding: 10px 15px!important;
}

.filter-button
{
    padding: 10px 2%!important;
    min-width: 11.6%;
    color: white!important;
}

.btn-popup-download {
    padding: 5px!important;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 15px;
    border-radius: 35px;
    font-size: 18px;
    line-height: 1.33;
}


.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}


.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    padding: 5px 15px;
    font-size: 2em;
    min-width: unset;
    z-index: 999;
    border-radius: 0;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
}


/*------------------
 Cookie Terms Data Protection
--------------------*/
.qookies {
box-sizing: border-box;
padding: 20px;
position: fixed;
width: 300px;
bottom: 15px;
right: 15px;
color: #fff;
border: 2px solid #ee254f;
border-radius: 0px;
background-color: #ee254f;
box-shadow: 0 0px 10px rgba(0,0,0,.2);
font-size: 14px;
line-height: 1.4;
display: inline;
    visibility: hidden;
z-index: 99999;
}

.qookies__btn {
display: inline-block;
    font-size: 1.3em;
margin: 5px 0;
padding: 12px;
cursor: pointer;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
text-decoration: none;
color: #f9b31f!important;
border: 2px solid #f9b31f;
border-radius: 0px;
}

#newsletter-rss-modal {
    width: 100%;
padding: 20px;
position: fixed;
bottom: 0px;
right: 0px;
visibility: hidden;
z-index: 99999;
background: #b0dc2c url("img/keynote_topic_digital_ethics_newsletter-bg.jpg") center center no-repeat;
background-size: cover
}
.newsletter-close {
 position: fixed;
     top: 10px;
     right:20px;
    font-size: 4rem;
}

/*------------------
	Preloder
--------------------*/
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #f1f1f1;
	display: table;
}

.loader {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.loader img {
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
    max-width: 180px;
}

.loader h2 {
	font-size: 14px;
	margin-top: 10px;
}

a.hover-mask {background: url ("img/loading.gif") center center no-repeat }

@keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}


/*------------------------
	Header css
--------------------------*/

.header-section {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 1038;
	padding: 0 50px;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header-section .logo {
	display: inline-block;
	float: left;
	padding: 10px 0;
}

.header-section .logo img {
	width: 140px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.navbar  {
	margin:0; padding: 0;}

.header-section .menu-list li, .top-menu li {
	display: inline;
}

.header-section .navbar-nav li a {
	display: inline-block;
	padding: 30px 15px 20px 15px;
	color: #ee254f;
	position: relative;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
    font-weight: 400;
	letter-spacing: 0.04em;
    text-transform: uppercase;
}

.header-section .navbar-nav li a:hover {
	background: #ee254f;
	color: #1a506a;
}

.header-section .navbar-nav li a.current-menu-item{	border-bottom: 3px solid #ee254f;}

.header-section .navbar-nav li:last-child a {
	margin-right: 0;
}


.navbar-nav > .current-menu-ancestor, .navbar-nav > .current-menu-item, .navbar-nav > .current_page_parent {
 background: #f4f4f4;
 border-bottom: 5px solid #ee254f!important;
}

.current-menu-ancestor:hover {
 border-bottom: 5px solid #f4f4f4;
}

.header-section .navbar-nav li.current-menu-item ul li a {
	color: #ffffff;
    background: #ee254f!important;
}

.header-section .navbar-nav .current a:after {
	width: 10px;
	margin-left: -5px;
}

    
.navbar-nav .extern:after {
display: inline-block;
width: 20px;
height: 20px;
margin-left: -20px;
    margin-top: 5px;
 position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f067";
font-size: 10px;
    color: #ee254f
}

.header-shrink {
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
  position: fixed;
  background: #fff;
    top: 0px;
    z-index: 1039;
    -webkit-box-shadow: 10px 3px 10px rgba(0, 0, 0, 0.2);
box-shadow: 10px 3px 10px rgba(0, 0, 0, 0.2);   
}

 .header-shrink .logo img {
	width: 95px;
    }

.header-shrink .navbar-nav li a {
	display: inline-block;
    padding: 10px 15px;}

.header-shrink .menu-list li a {
    padding: 16px 15px!important;
}

.header-shrink .logo {
    padding: 4px 0!important;
    -webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
    }

.navbar-top{background: #737274; padding: 0; height: 40px;}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: #000;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .2s;
}
.top-icons {margin: 0  0.5em 0 40px}
.top-icons button:hover {background: #1a506a; color: #fff}
.top-icons a:hover {background: #fe254f; color: #fff!important}


.top-menu  {margin: 0 50px 0 0.5em}
.top-menu  li { padding:9px 15px; margin: 0}
.top-menu  li:hover { background-color:#ee254f;}
.top-menu  li a {color: white}
.language a{ text-decoration:none;}
.language {background-color:#a8a9ad;font-family: "Oswald", sans-serif;}
.icon-link {background-color:transparent;font-family: "Oswald", sans-serif;}
.top-navi_active { background-color:#fff;}
.top-navi_active a{ color:#444444!important;text-decoration:none;}
.top-navi_active:hover{ background:#eee!important;text-decoration:none;}


.nav-pills .nav-item .nav-link {
    line-height: 24px;
    font-size: 1.4em;
    min-width: 100px;
    color: #fff;
    transition: all .3s;
    border-radius: 0px;
    padding: 10px 15px;
    text-align: center;
    font-family: "Oswald", sans-serif;
}


.nav-pills:not(.flex-column) .nav-item+.nav-item:not(:first-child) {
    margin-left: 5px;
}

.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #ee254f;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(156,39,176,.6);
}

.nav-fill .nav-link {
    color: #ee254f;
    background-color: #eee;
    box-shadow: 0 0px 10px 0 rgba(0,0,0,.2), 0 13px 10px -11px rgba(0,0,0,.2);
    line-height: 24px;
    font-size: 1.4em;
    min-width: 100px;
    color: #0b1033;
    transition: all .3s;
    border-radius: 0px;
    padding: 10px 15px;
    text-align: center;
    font-family: "Oswald", sans-serif;
}


.nav-fill .nav-link.active {
    color: #fff;
    background-color: #ee254f;
}

/*submenu style start from here*/

.navbar li ul {
     display: block; 
 visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  z-index: 0;
   padding-top: 3px;
    min-width: 120px;
}

/* Display the dropdown */
.navbar li:hover > ul {
  display: block; 
    padding-top: 0px;
    visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
}


/* Remove float from dropdown lists */
.navbar li ul li {
    float: none;
    list-style-type: none;
    
}


.header-section .navbar li ul li a, .header-section .navbar li:hover a {
  background: #ececec;
    width: 100%;
}

#menu-main-top > .menu-item {border-bottom: 5px solid #ffffff;}
#menu-main-top > .menu-item:hover {border-bottom: 5px solid #ececec;}

.header-section .navbar li ul li a {
    border-bottom: 1px solid lightgray; 
    padding: 17px 15px;
}
    
.navbar li:hover li a:hover {
    border-bottom: 1px solid #ee254f;
    background: #ee254f;
color: #fff;
}
.navbar .main-navigation li ul li {
  border-top: 0;
}
/* Displays second level dropdowns to the right of the first level dropdown */
.navbar ul ul ul {
  left: 100%;
  margin-top: -78px;
min-width: 160px
}

.current-menu-parent > .sub-menu {margin-top:5px}
.sub-menu .current-menu-item a{background: #ee254f!important; color: white!important}
.sub-menu li ul li a {background: #1a506a!important; border-bottom: 1px solid rgb(34, 60, 98)!important;}
.sub-menu li ul li a:hover {color: #fff!important;}
    
.header-shrink .navbar ul ul ul {
  margin-top: -48px;
}

.navbar ul ul:last-child ul {right: 100%!important;left: auto!important;}

.header-shrink .dropdown-menu {margin: 0; }

.lapping-top-header {padding-top: 13em!important;z-index: 1!important}
.follow_up_textbox {margin-top: -2.5em!important}

.image-header {max-height:620px; background-repeat:no-repeat;  background-size:cover}
.image-header-space {margin:8em 0 8em 0}


.blog_fallback {background: linear-gradient(270deg, #ee254f, #072941);
background-size: 400% 400%;
-webkit-animation: fadybackground 30s ease infinite;
-moz-animation: fadybackground 30s ease infinite;
-o-animation: fadybackground 30s ease infinite;
animation: fadybackground 30s ease infinite;
}
@-webkit-keyframes fadybackground {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes fadybackground {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes fadybackground {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes fadybackground { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*------------------------
	Hero section
--------------------------*/
.hero-section {
	height: 90%;
	position: relative;
}

.hero-videosection {
	height: 90%;
	position: relative;
    overflow: hidden
}

.hero-videosection-sub{
   max-height: 620px; 
}

.hero-videosection-sub-small {
   max-height: 470px; 
}

#hero-slider::after {
 content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:50%;
  display:inline-block;
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 35%, rgba(0, 0, 0, 0.5)); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.5)), color-stop(64%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 35%,rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0,0,0,0) 35%,rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 35%,rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
  background: linear-gradient(to top, rgba(0,0,0,0) 35%,rgba(0, 0, 0, 0.5) 100%); /* W3C */
    z-index: 1;
}

.hero-videosection::after {
 content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0, 0, 0, 0.6)); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.6)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.2) 0%,rgba(0, 0, 0, 0.6) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.2) 0%,rgba(0, 0, 0, 0.6) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0,0,0,0.2) 0%,rgba(0, 0, 0, 0.6) 100%); /* IE10+ */
  background: linear-gradient(to top, rgba(0,0,0,0.2) 0%,rgba(0, 0, 0, 0.6) 100%); /* W3C */
    z-index: 1;
}

.video-top-element {z-index: 3}
.video-top-element .big_logo {width: 35%}

.blog-video-top-header video{
object-fit: cover;
background: rgba(0,0,0,0.2);
margin-top:5rem;
 padding-bottom:120px
}
  .blog-video-top-header .pulse-button {top:40%}


.logo_fader {display: none;}

.hero-content {
	position: absolute;
	width: calc(100% - 210px);
	height: 100%;
	margin-left: 105px;
	display: table;
	text-align: center;
	z-index: 5;
}

.hero-content .hero-center {
	display: table-cell;
	vertical-align: middle;
}

.hero-content p {
	font-size: 24px;
	color: #0b1033;
	margin-bottom: 0;
	margin-top: 35px;
}

.futurist-subline {font-size: 2.8rem!important;font-weight: lighter;}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
    z-index: 2;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	display: inline-block;
	height: 50px;
	width: 100px;
	background: #1a506a;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	cursor: pointer;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background: #ee254f;
}

.owl-carousel .owl-nav .owl-next {
	float: right;
}

.owl-carousel #bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #ee254f;
}

.owl-carousel #progressBar {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 54%; /* 16:9 */
	padding-top: 25px;
}

.owl-video-frame {
	position: relative;
	padding-bottom: 54%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

    .owl-video-play-icon{
        background: url(<?php echo get_template_directory_uri(); ?>/img/play_btn.svg)!important;
    }
    
    #counter {top:50px; z-index: 9}
   

.image-text {font-size: 2.7em}

/*------------------------
	Google Call
--------------------------*/

.display-day .year, .display-day .month,.display-day .strich, .display-day .dayY,.display-day .dayX, .display-day .month2 {
    display: none!important
}

.display-month .day, .display-month .year, .display-month .strich, .display-month .dayY, .display-month .dayX, .display-month .day1, .display-month .day2, .display-month .month2 {
    display: none!important
}

.gCal-card .col-10 sup {  display: none!important}
.gCal-card .col-2 sup {  font-size: 0.5em; top:-1em}

/*------------------------
	About section
--------------------------*/
.about-section,
.team-section {
	position: relative;
	z-index: 2;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-image: url("img/overlay.png");
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}


.overlay_transparent {background-image: url("img/overlay_transparent.png");}

.blog-singel-top-header .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-color: black;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
    opacity: 0.5
}

.blog-singel-gif-header img {
	padding-bottom:7rem!important
}


.overlay_yellow {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-image: url("img/overlay2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}

.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.03); /* Safari and Chrome */
    -moz-transform:scale(1.03); /* Firefox */
    -ms-transform:scale(1.03); /* IE 9 */
    -o-transform:translatZ(0) scale(1.03); /* Opera */
    transform:translatZ(0) scale(1.03);
}
  

/*Card Section*/
.card-section {
	position: relative;
	padding-bottom: 100px;
	z-index: 5;
}

.lab-card {
	position: relative;
	margin: 20px 0;
	padding: 30px 25px;
	text-align: center;
	background: #ee254f;
	-webkit-box-shadow: 0 0 8px rgba(74, 74, 74, 0.1);
	        box-shadow: 0 0 8px rgba(74, 74, 74, 0.1);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card .icon {
	margin-bottom: 30px;
	font-size: 70px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #2b1640!important;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card p {
	color: #fff!important;
	line-height: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card:hover {
	background: #153c50;
}

.lab-card:hover h2,
.lab-card:hover p,
.lab-card:hover .icon {
	color: #fff!important;
}

/* About contant */
.about-contant {
	position: relative;
	z-index: 5;
}

.about-contant p {
	color: #fff;
}


#yt_video{
  position: relative;
  background: transparent;
}

.ytplayer-container{
  position: absolute;
  top: 0;
  z-index: -1;
}
  


.intro-video {
	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
	margin-top: -120px;
}

.intro-video img {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.intro-video a {
	position: absolute;
	width: 90px;
	height: 90px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	color: #0b1033;
	background: #ee254f;
	border-radius: 50%;
	text-align: center;
	padding-top: 28px;
	padding-left: 5px;
}

.intro-no-shadow {
    	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
	margin-top: -200px;
}

.mt-n3{margin-top: -4em}

.pulse-button {

  position: relative;
  width: 100px;
  height: 100px;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  border-radius: 50%;
 background: #ee254f;
  cursor: pointer;
  -webkit-animation: pulse 8s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 8s infinite cubic-bezier(0.25, 0.79, 0, 1);
  -ms-animation: pulse 8s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 8s infinite cubic-bezier(0.25, 0.79, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {100%, 60% {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {100%, 60% {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {100%, 60%{box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {100%, 60% {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.pulse-button-xs {  width: 60px; height: 60px;}
.pulse-button-booking {  width: 20px; height: 20px;}

.grid-play-button {
position: absolute;
z-index: 3;
top: 65px;
left: 42%;
}

/*------------------------
  Testimonial section
--------------------------*/
.testimonial-section {
	padding-top: 320px;
	position: relative;
}

.test-overlay {
	position: absolute;;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	bottom: 0;
	height: 78%;
	left: 50px;
}

.testimonial span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	color: #1a506a;
}

.testimonial p {
	font-style: italic;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
}

.testimonial .avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.testimonial .client-info {
	margin-top: 20px;
}

.testimonial .client-name {
	float: left;
	padding-top: 20px;
}

.testimonial .client-name h2 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
}

.testimonial .client-name p {
	font-style: normal;
	font-size: 12px;
	color: #1a506a;
}

/* Testimonial carousel */
#testimonial-slide {
	position: relative;
}

.owl-dots{
	position: absolute;
	width: 8px;
	 top: 50%;
    transform: translateY(-50%);
}

/*#gallery-slide .owl-dots {
	position: relative;
	width: 100px;
    margin: 0 auto;
}

 
#gallery-slide .owl-dots .owl-dot  { display: inline; float: left; margin: 70px 30px 0 0}
*/

.owl-dots .owl-dot  {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 15px;
	display: block;
	margin-bottom: 15px;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gerds_white_bg .owl-dots .owl-dot {background:#878787}

 .owl-dots .owl-dot:after {
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	border: 2px solid #1a506a;
	border-radius: 40px;
	left: -10px;
	top: -10px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.owl-dots .owl-dot.active {
	background: #1a506a;
	margin-bottom: 25px;
	margin-top: 25px;
}

.gerds_blue_bg .owl-dots .owl-dot:after {	border: 2px solid #072941;}
.gerds_blue_bg .owl-dots .owl-dot.active {
	background: #072941;
}

.owl-dots .owl-dot.active:after {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.owl-dots .owl-dot:first-child.active {
	margin-top: 15px;
}

section.testimonial-section .item:hover, section.reference-section .item:hover {
background: #e8244d;
-webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.0);
box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.0);

}

section.reference-section .item h5 {
color: #ee254f;
}

section.reference-section .item:hover h5 {
color: #1a506a;
}


 
/*----------------------------------
	header and icon box element
------------------------------------*/
.service {
	margin-bottom: 50px;
}

.service,
.icon-box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.service .icon {
	font-size: 40px;
	margin-right: 15px;
    color: #ee254f;
}


.icon-box .icon {
	font-size: 40px;
	margin-right: 30px;
    color: #ee254f;
}

.service .service-text h2,
.service .icon-box-text h2,
.icon-box .service-text h2,
.icon-box .icon-box-text h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 400;
}

.service .service-text p,
.service .icon-box-text p,
.icon-box .service-text p,
.icon-box .icon-box-text p {
	font-size: 15px;
}

.service.light h2,
.service.light p,
.service.light .icon,
.icon-box.light h2,
.icon-box.light p,
.icon-box.light .icon {
	color: #fff;
}

.service.left,
.icon-box.left {
	text-align: right;
}

.service.left .icon,
.icon-box.left .icon {
	margin-left: 30px;
	margin-right: 0;
}


/*------------------------
	Team section
--------------------------*/
.team-section .container {
	position: relative;
	z-index: 5;
}

.member {
	text-align: center;
}

.member img {
	margin-bottom: 60px;
}

.member h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #fff;
}

.member h3 {
	font-size: 16px;
	color: #ee254f;
	font-weight: 400;
	text-transform: uppercase;
}

/*------------------------
	quote slide
--------------------------*/
#quote-slide p { color: #1a506a!important; text-transform: uppercase }
.gerds_blue_bg #quote-slide p { color: #ee254f }
/*#quote-slide .owl-dots {top: 20%;} */

            #quote-gallery .section-title {top:-38px}
              #quote-gallery .carousel-item img, #quote-gallery .carousel-item .video_bg {margin-top:-70px}
            #quote-gallery .headline_absolute {position: relative;display : flex!important;background: #ee254f;padding: 0 8px 5px; width: 90%;col}
            
            #quote-gallery .headline_absolute h2 {font-size: 2.2em;color: #0b1033!important;}
            #quote-gallery video {background:rgba(0,0,0,0.2);}
               #quote-gallery .owl-nav {top: 47%;z-index: 1;font-family: "Oswald", sans-serif;}
            #quote-gallery .pulse-button{top: 55%; left: 45%; z-index: 999}

/*------------------------
	Textbox section
--------------------------*/
.textbox{margin:3em 0 3em 0}
.textbox h2 {
    font-weight: 400;
	color: #fff;
	font-size: 48px;
	margin-bottom: 18px;
}

.textbox p {color:#ffffff}

/*.textbox h2:after{content: "";
position: absolute;
left: 50%;
top: -1.2em;
width: 5px;
height: 30px;
margin-left: -2.5px;
background: #ee254f;
}*/

/*------------------------
	Promotion section
--------------------------*/
.promotion-section {
	padding: 5em 0;
}

.promotion-section h2 {
	font-weight: 400;
	color: #fff;
	font-size: 36px;
	margin-bottom: 18px;
}

.promotion-section p {
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 300;
    font-family: "Oswald", sans-serif;
}

.promotion-section .promo-btn-area {
	text-align: right;
	padding-top: 5px;
}



/*------------------------
	Contact section
--------------------------*/
.contact-section {
	position: relative;
}

.contact-section:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	right: -15px;
	top: 0;
	background: #1a506a;
	z-index: -1;
}


.form-class input[type="text"], .form-class input[type="select"], .form-class input[type="email"], .form-class input[type="tel"], .form-class input[type="date"], .form-class input[type="url"]  {
	width: 100%;
	margin-top: 25px;
	border: none;
	background: #eeeeee;
	padding: 17px 20px;
     -webkit-appearance: none; 
    -webkit-border-radius:0; 
    border-radius: 0; 
}

input[type='date']:before {
   color: #999;
   content: attr(placeholder);
    margin-right: 20px
}


.form-class input:focus,
.form-class input:hover {
	outline: none;
}

.form-class textarea {
	width: 100%;
	margin-top: 25px;
	border: none;
	background: #eeeeee;
	padding: 15px 20px;
	height: 260px;
     -webkit-appearance: none; 
    -webkit-border-radius:0; 
    border-radius: 0; 
}

.event-description textarea {
	height: 160px;
}

input[type=submit] {
        -webkit-border-radius:0; 
    border-radius:0;
}

.form-class input[type=submit] {
	background: #1a506a;
    color: #fff!important;
        -webkit-border-radius:0; 
    border-radius:0;
    border: 1px solid white;
}


.form-class textarea:focus,
.form-class textarea:hover {
	outline: none;
}

.select-style {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
}



.select-style select, .widget_archive select, .widget_categories select {
    box-shadow: none;
    -webkit-appearance: none;
    	width: 100%;
	margin-top: 26px;
	border: none;
	padding: 17px 20px;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
background: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #266379, #266379);
background-position: calc(100% - 21px) calc(1em + 10px), calc(100% - 16px) calc(1em + 10px), 100% 0;
background-size: 5px 5px, 5px 5px, 3em 5.5em;
background-repeat: no-repeat;
    	background-color: #eeeeee;
}
.select-style select option[selected] { color:red!important;-webkit-color:red!important }

.select-style select:focus {
    outline: none;
}

span.wpcf7-not-valid-tip{
font-size: 0;
display: block;
border-top: 3px solid red;
}

div.wpcf7-response-output { margin: 0;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: 2px solid #ee254f; background:#ee254f;color:#fff;padding: 20px;}
.fieldset-cf7mls-wrapper .fieldset-cf7mls {background: white}
.cf7mls_progress_bar li {font-size: 1em;font-family: "Oswald", sans-serif;color: #072941;}
.cf7mls_progress_bar li.active:before, .cf7mls_progress_bar li.active:after {background:#ee254f!important;color: white;}
.cf7mls_next.action-button, .cf7mls_back.action-button{margin-top: 25px;font-size: 1.3em;font-family: "Oswald"}
.survey-radio .wpcf7-list-item {display: block}
.survey-comment textarea {width: 100%;margin-top: 10px;padding: 10px 20px;height: auto!important;
}

.random-capital-quiz {margin: 20px 0; border-bottom: 1px solid lightgray; border-top: 1px solid lightgray; display: block}
.random-capital-quiz .wpcf7-quiz-label {float: left;display: block;width: 40%;margin-top: 40px;}
.random-capital-quiz .wpcf7-quiz {float: left; width: 60%!important;}

/* Contact Info*/
.contact-info .section-title {
	margin-bottom: 40px;
}

.contact-info p {
	color: #fff;
}

.contact-info h3 {
	font-weight: 400;
	color: #ee254f;
	margin-bottom: 20px;
}

.contact-info .con-item {
	font-size: 14px;
}

input[type=checkbox]
{
  -webkit-appearance: none;
width: 25px;
height: 25px;
background: white;
border-radius: 0px;
border: 1px solid #555;
margin: 0 10px 0 0;
    
}

input[type='checkbox']:checked {
    background: #ee254f!important;
}

[type=checkbox]:checked + span:before {
  content: '\2714';
  position: absolute;
  top: -10px;
  left: 15px;
    color: white;
    pointer-events: none;
}

input[type=radio]{
    
}

span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 10px;
}

.sent .fieldset-cf7mls-wrapper, .sent .form-wrapper {display: none}
.wpcf7-mail-sent-ok {
border: none!important;
background-color: #97bf4f;
font-family: oswald;
font-size: 2em;
color: white;
text-align: center;
padding: 2em;
width: 100%;
margin: 10px auto 0 auto!important;
}
/*------------------------
	Footer section
--------------------------*/
.footer-section {
	background: rgb(161,161,162);
	text-align: center;
    color: #545766;
}

.footer-section a{color: #545766;}

.footer-section h2 {
	color: #fff;
	font-size: 14px;
	padding: 18px 0;
}

.plain li {
   	border-left: 4px solid rgba(0,0,0,.2);
   	padding-left:0.8em;
   	margin-top:0.3em;
   	text-transform:uppercase;
   } 

.footer-ad-boxes {min-height: 15em}
.megashift-ad {background: #903340 url(img/footer-megashift.png) bottom center no-repeat; background-size: 100%}
.newsletter-ad {background-color:#d32045}
.book-ad {background: #333344 url(img/footer-book-tech-vs-human.png) 5em bottom no-repeat; background-size: 100%}
.footer-ad-boxes a {cursor: pointer; pointer-events: auto;}
/*------------------------
	404
--------------------------*/
.error-404 {padding: 20% 0 12% 0}

#notfound {
  position: relative;
  padding: 5em 0;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 180px;
  margin-bottom: 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50% , -50%);
      -ms-transform: translate(-50% , -50%);
          transform: translate(-50% , -50%);
  font-size: 224px;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -12px;
  color: #030005;
  text-transform: uppercase;
  text-shadow: -1px -1px 0px #1a506a, 1px 1px 0px #ee254f;
  letter-spacing: -20px;
}


.notfound .notfound-404 h2 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px #ee254f;
  letter-spacing: 13px;
  margin: 0;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #ee254f;
  text-decoration: none;
  border: 2px solid;
  background: transparent;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #f9b31f;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h2 {
        font-size: 24px;
    }
    .error-404 {padding: 28% 0 18% 0}
   
}




/*=========================
	Other Pages
=========================*/

/*------------------------
	Page Top Section
--------------------------*/
.page-top-section {
	position: relative;
}

.page-top-section .container {
	position: relative;
	z-index: 5;
}

.page-top-section .page-info {
	display: inline-block;
	padding: 100px 0;
}

.page-top-section .page-info h2 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
	float: left;
}

.page-top-section .page-info .page-links a,
.page-top-section .page-info .page-links span {
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	color: #fff;
	margin-right: 12px;
	padding-right: 12px;
	font-weight: 400;
	position: relative;
}

.page-top-section .page-info .page-links a:after,
.page-top-section .page-info .page-links span:after {
	position: absolute;
	content: "|";
	right: -3px;
}

.page-top-section .page-info .page-links span {
	margin-right: 0;
	padding-right: 0;
	color: #ee254f;
}

.page-top-section .page-info .page-links span:after {
	display: none;
}


/*------------------------
	Features Section
--------------------------*/
.features .icon-box .icon {
	color: #ee254f;
	margin-top: -10px;
}

.features .icon-box:last-child {
	margin-bottom: 0;
}

.features .icon-box {
	margin-bottom: 90px;
}


/*------------------------
	Services Card Section
--------------------------*/
.sv-card .card-img {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 260px;
}

.flex_lastpost .sv-card{max-height: 460px;overflow: hidden;}
.flex_lastpost .sv-card .card-img{	max-height: 200px;}

.sv-card {
-webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.blog-card {
-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
width:96%;
margin: 2%;
    border: 1px solid #e9e9e9;
}

.memes-card {border:none!important}

.card-img {border-radius: 0px!important;}

.sv-card .card-img img {
	min-width: 100%;
}

/*.sv-card .card-img:after, .blog-card .card-img:after  {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: #ee254f;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}*/

.sv-card:hover .card-img:after, .blog-card:hover .card-img:after {
	opacity: 0.8;
}

.sv-card .card-text, .blog-card .card-text {
	padding: 70px 20px;
	background: #f5f9f8;
}

.video-card-section .card-text{
	padding: 35px 20px;
	background: #f5f9f8;
}

.card-text h4, .card-title{ color:#1a506a!important}

.gerds_yellow_bg .card-text h4 {color:#1a506a}

.sv-card:hover .card-text {
background-color: #e3e3e3;
}

.sv-card .card-text h2, .blog-card .card-text h2 {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 28px;
}

 .memes-card .card-text h2 {
	text-transform: uppercase;
	font-size: 1.8em;
	margin-bottom: 28px;
}

.sv-card .card-text p {
	font-size: 15px;
}

.blog-card img {
	position: relative;
	display: block;
	overflow: hidden;
    width: 100%;
}



.gCal-card{
    background: rgb(244, 244, 244);
-webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-bottom: 5px
}

.gCal-card .col-2{
    background: #ee254f;
    -webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
}

.gCal-card .font-light {
font-family: "Roboto", sans-serif;margin-top: 10px;line-height: 1em; font-size: 1.6em;}
.gCal-card h3 {font-size: 1.4em;}
.gCal-card .display-full {margin-bottom: 10px}
.gCal-card p {color:#6c6e7e!important}
.cal_headline {margin-top: 10px;line-height: 1em;}

.card, .card-img-top { border-radius: 0; /*background-color: rgba(255,255,255,0.2) ;*/}
.zoom-gallery .card, .zoom-gallery .card-img-top  { border-radius: 0; background-color: rgba(255,255,255,0.2) ;}

.hover-mask a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-mask img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .hover-mask:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
    .hover-mask a h2 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      height: 100%;
      width: 100%;
      padding: 25% 20px;
      text-align: center;
      background-color: rgba(0,0,0,0.4);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-mask:hover a h2 {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    }
    .hover-mask .glyphicon {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      color: #fff;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-mask:hover .glyphicon {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;
    }

.resources-gallery .hover-mask a h2 {padding-top: 20%;}
.resources .border-bottom {border-bottom: 1px solid rgba(222, 226, 230, 0.2)!important;}

.card-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #1a506a;
}

.card:hover .card-overlay {
  opacity: 0.7;
}

.card:hover .card-body {
  background: #e3e3e3;
}

.overlay_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.mfp-image-holder .mfp-content {max-width:90%; }
.mfp-bg {opacity: 0.95; background-color: #081922}
 button.mfp-arrow{background-color: #1a506a}
.mfp-arrow-right:before,.mfp-arrow-left:before {border: none;}


.mfp-open .mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*------------------------
	Newsletter Section
--------------------------*/
.newsletter-section {
	background: #ee254f;
}

.newsletter-section h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 400;
}

/* Newsletter form */
.nl-form {
	padding-top: 5px;
	text-align: right;
}

.nl-form input[type="text"], #searchform input[type="text"] {
	border: none;
	padding: 15px 30px;
	float: left;
	margin-right: 30px;
	width: calc(100% - 211px);
	background: #f9b31f;
	color: #fff;
     -webkit-appearance: none;
}

#searchform input[type="text"] {	background: #ccc;	color: #0b1033; margin-right: 0; font-family: "Oswald", sans-serif;font-size: 15px;}
#searchform_xs input[type="text"] {	background: #fff;	color: #0b1033; margin-right: 0; font-family: "Oswald", sans-serif;font-size: 15px;border: none;padding: 15px;float: left; display: inline-block; width: 75%}
#searchform_xs .site-btn {min-width: 50px;width: 25%}

#searchform label {display: none}

.nl-form input[type="text"]:focus,
.nl-form input[type="text"]:hover,
#searchform input[type="text"]:focus,
#searchform input[type="text"]:hover{
	outline: none;
}

.nl-form ::-webkit-input-placeholder {
	color: #fff;
}

.nl-form :-ms-input-placeholder {
	color: #fff;
}

.nl-form ::-ms-input-placeholder {
	color: #fff;
}

.nl-form ::placeholder {
	color: #fff;
}

.nl-form :-ms-input-placeholder {
	color: #fff;
}

.nl-form ::-ms-input-placeholder {
	color: #fff;
}

.nl-form-footer input[type="text"], .password-form input[type="password"] {
	border: none;
	padding: 15px 30px;
	width: 100%;
	background: rgba(255,255,255,0.25);
	color: #fff;
     -webkit-appearance: none;
        -webkit-border-radius:0; 
    border-radius:0;
}

.password-form input::-webkit-input-placeholder {color:whitesmoke;}
.password-form input::-moz-placeholder {color:whitesmoke;}
.password-form input::-ms-placeholder {color:whitesmoke;}
.password-form input::placeholder {color:whitesmoke;}

.nl-form-footer input[type="text"]::placeholder {color: #fff;}
.nl-form-footer input[type="text"]:-ms-input-placeholder {color: #fff;}
.nl-form-footer input[type="text"]::-ms-input-placeholder {color: #fff;}

#searchform input[type="text"], #searchform input[type="text"]:focus {
  border:none;
     animation: none;
}
#searchform input[type="text"] {
  animation: blink-empty 1s infinite;
}
@keyframes blink-empty {
  50% {padding: 15px 35px}
}

.password-form input[type=submit] {
	font-family: "Oswald", sans-serif;
font-size: 15px;
color: #0b1033;
display: inline-block;
text-transform: uppercase;
background: #fff;
padding: 15px 50px;
font-weight: 500;
letter-spacing: 1px;
min-width: 170px;
text-align: center;
border: none;
-webkit-border-radius:0; 
border-radius:0;
  }


#searchsubmit
  {
	font-family: "Oswald", sans-serif;
font-size: 15px;
color: #0b1033;
display: inline-block;
text-transform: uppercase;
background: #fff;
padding: 15px 50px;
font-weight: 500;
letter-spacing: 1px;
min-width: 170px;
text-align: center;
border: none;
-webkit-border-radius:0; 
border-radius:0;
  }

/*------------------------
	Modal Popup
--------------------------*/


.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 50%;
        max-width: 800px!important;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: 0;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
           -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	}

	.modal-header {
		border-bottom: none;
background-color: #ee254f;
display: block;
        border-radius: 0;
	}

.modal-header h3 {margin-bottom:0px!important; color: white!important;}




/*------------------------
	Blog Page
--------------------------*/

.blog-top-header {margin-top: 100px}
.blog-top-header .page-info {display: inline-block;padding: 100px 0;}

.blog-singel-top-header {margin-top: 100px}
.blog-singel-top-header .page-info {display: inline-block;padding: 200px 0 285px 0;}

.post-container {
	margin-bottom: 90px;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1); 
     margin-top: -230px;
    padding-bottom: 50px; z-index:6;
    background: #fafafa;
}

.post-item {
	margin-bottom: 90px;
        -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);   
}

.post-headline h1 { font-size: 2.6em;}

.post-thumbnail {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}

.singe-post .post-date-absolute {position: absolute;top: -20px; left: 3em;}
.blog-card-section .post-date-absolute {position: absolute;bottom: 0px; right: 2em;}
.blog-card-section .post-date-absolute h2 {font-size: 24px; margin-bottom: 5px;}

.post-thumbnail .post-date {
	position: absolute;
	width: 90px;
	height: 90px;
	background: #1a506a;
	top: 17px;
	left: 17px;
	text-align: center;
	padding-top: 15px;
}


.post-main-date {
	position: relative;
	width: 75px;
	height: 75px;
	background: #1a506a;
	text-align: center;
	padding-top: 15px;
}


.post-singel-top .post-date {
	position: relative;
	width: 90px;
	height: 90px;
	background: #1a506a;
	text-align: center;
	padding-top: 15px;
}

.post-thumbnail .post-date h2, .post-date h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 5px;
}

.post-thumbnail .post-date h3, .post-date h3 {
	font-size: 15px;
	color: #ee254f;
	font-weight: 400;
}

.post-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.post-meta {
	
}

.post-content {
	margin: 40px 0 0 0;
}


.post-meta a {
	color: #0b1033;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
	margin-left: 10px;
}

.post-meta a:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	left: 0;
	top: 3px;
	background: #ee254f;
	border-radius: 10px;
}

.post-meta a:first-child {
	margin-left: 0;
}

.read-more {
	font-family: "Oswald", sans-serif;
	font-size: 21px;
	color: #0b1033;
	position: relative;
	display: inline-block;
	clear: both;
	padding-bottom: 5px;
	margin-top: 40px;
}

.read-more:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #ee254f;
	border-radius: 10px;
}

.page-pagination a {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	color: #0b1033;
	padding: 6px 10px;
	margin-right: 5px;
}

.page-pagination a.active {
	background: #ee254f;
}

/* Sidebar */


.widget-item {
	margin-bottom: 20px;
	overflow: hidden;
 border-top: 1px solid rgba(0,0,0,.1);
}

.blog-sidebar .site-btn {min-width: 40px;padding: 15px 0;}
.blog-sidebar .site-btn:hover {background: #0b1033; color:#ee254f;}

.widget_recent_entries .post-date {background: #ee254f; color: white;padding: 4px;font-size: 0.8em;}

.widget-item .widget-title {
	font-size: 18px;
    padding-top:15px; 
	margin-bottom: 5px;
    color: #fff;
}

.widget_search input {width: 50%!important}

.tagcloud a { color: rgba(255, 255, 255, 0.5);font-family: "Oswald", sans-serif;line-height: 17px;}

.widget-item ul {
	list-style: none;
}

.widget_recent_entries li {
border-left: 4px solid rgba(0, 0, 0, 0.2);
line-height: 1.4;
margin-top: 16px;
padding-left: 13px;
}

    
.widget-item ul li a {
	color: #ffff;
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
}

.widget-item ul li a:hover {
	color: #6c6e7e;
}

.widget-item ul li a:hover {
	color: #ee254f;
}

.widget-item ul li:last-child a {
	margin-bottom: 0;
}

.widget-item ul.instagram {
	margin-left: -5px;
	margin-right: -5px;
}

.widget-item ul.instagram li {
	width: 33.33%;
	float: left;
	padding: 5px;
}

.widget-item ul.instagram li img {
	min-width: 100%;
}

.widget-item ul.tag li {
	display: inline-block;
	background: #ee254f;
	padding: 10px 24px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.widget-item ul.tag li a {
	color: #1a506a;
	margin-bottom: 0;
}

.widget-item .quote .quotation {
	display: block;
	color: #ee254f;
	font-size: 60px;
	line-height: normal;
	margin-bottom: -20px;
}

.search-form {
	position: relative;
}

.search-form input[type="text"] {
	width: 100%;
	border: none;
	background: #ee254f;
	padding: 15px 20px;
}

.search-form input[type="text"]:focus,
.search-form input[type="text"]:hover {
	outline: none;
}

.search-form .search-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	right: 0;
	top: 0;
	border: 0;
	background: #1a506a;
	color: #ee254f;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
	outline: none;
}


/*------------------------
	Single Post
--------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


.single-post .post-content {
	margin-bottom: 90px;
}


.post-content blockquote{
    border-left: 4px solid rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    margin-top: 16px;
    padding-left: 13px;
    font-style: italic
}


.single-post .post-content p {
	margin-bottom: 40px;
}

.post-content img {max-height: 100%; height:unset}
.post-content iframe, .post-content p iframe {width: 100%!important}
.post-content h1 {font-size:2em; margin-bottom: 10px}
.post-content h2 {font-size:1.5em; margin-bottom: 10px}
.post-content h3 {font-size:1.25em; margin-bottom: 10px}
.post-content h4 {font-size:1.1em; margin-bottom: 10px}


.single-post .author {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 100px;
}

.single-post .author .avatar {
	margin-right: 40px;
}

.single-post .author .avatar img {
	min-width: 117px;
}

.single-post .author .author-info h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.single-post .author .author-info h2 span {
	color: #8e8f9b;
}

/* Comments css*/
.comments h2,
.comment-from h2 {
	font-size: 18px;
	margin-bottom: 70px;
}

.comment-list {
	list-style: none;
	margin-bottom: 90px;
}

.comment-list li {
	margin-bottom: 60px;
}

.comment-list li .avatar {
	width: calc(100% - (100% - 80px));
	float: left;
	margin-right: 40px;
}

.comment-list li .commetn-text h3 {
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 30px;
	font-weight: 600;
}

/* Contact page Map */
.map {
	height: 750px;
}


/*------------------------
	Elements
--------------------------*/
.element {
	margin-bottom: 90px;
}

.element h4 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 70px;
}

/*===  Progress Bar Element ===*/
.single-progress-item {
	margin-bottom: 15px;
	position: relative;
}

.single-progress-item p {
	font-family: "Oswald", sans-serif;
	color: #333;
	margin-bottom: 12px;
	font-weight: 500;
}

.progress-bar-style {
	display: block;
	height: 5px;
	position: relative;
	width: 100%;
	background: #f4f8fc;
}

.bar-inner {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: #ee254f;
}

.bar-inner span {
	position: absolute;
	right: 0;
	font-weight: bold;
	top: -35px;
	font-family: "Oswald", sans-serif;
	color: #333;
	font-weight: 500;
}

/*===  Accordions Element ===*/
.site-accordions {
	margin-top: 40px;
}

.site-accordions .card {
	margin-bottom: 20px;
    border: none
}

.site-accordions .card-header {
	background: #1a506a;
	color: #fff;
	position: relative;
	padding: 16px 50px;
	border: none;
	border-radius: 0;
}

.site-accordions .card-header .panel-title {
	font-size: 18px;
	text-transform: none;
	margin: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.site-accordions .card-header .toggle_icon {
	position: absolute;
	display: block;
	height: 100%;
	width: 48px;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
    background: #ee254f;
}


.site-accordions .card.collapsed .card-header {
	background: #ee254f;
	color: #1a506a;
}

.site-accordions .toggle_icon {
	background: #1a506a;
}
.site-accordions .card-header a.toggle_icon:after {
	position: absolute;
	content: "-";
	color: #fff;
	left: 22px;
	font-size: 16px;
	padding-top: 13px;
}

.site-accordions .card-header a.toggle_icon.collapsed:after {
	content: "+";
	left: 20px;
    	font-size: 15px;
    	padding-top: 15px;
}

.site-accordions .card, .site-accordions .card-body {background: rgba(0, 0, 0, 0.2)!important;}

/*===  Progress Circle Element ===*/
.circle-progress {
	text-align: center;
	position: relative;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 30%;
}

.circle-progress .progress-info p {
	font-family: "Roboto", sans-serif;
	color: #7c8d93;
	font-size: 14px;
	font-weight: 600;
}

/*===  Facts Element ===*/
.facts .fact {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.facts .fact .icon {
	margin-right: 20px;
	color: #1a506a;
	font-size: 45px;
	padding-top: 10px;
}

.facts .fact .fact-text h2 {
	font-family: "Roboto", sans-serif;
	font-size: 72px;
	color: #ee254f;
	font-weight: 600;
	margin-bottom: 5px;
}

.facts .fact .fact-text h3 {
	font-size: 16px;
	font-weight: 500;
}


/* ===========================
	SOCIAL STREAM
==============================*/

  .feedEkList{list-style: none; position: relative}
    .feedEkList li {background-color: white;padding: 2em; border-bottom: 10px solid #ee254f ;-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;}
    .feedEkList .itemTitle {text-transform: uppercase;font-size: 20px;margin-bottom: 28px;font-family: "Oswald", sans-serif;line-height: 1.2em;}
    .feedEkList .itemTitle a {  color: #072941; font-weight: 500}
    #divTwitter .feedEkList .itemTitle:before{display: inline-block;width: 20px;height: 20px;margin-right: 13px;margin-top: 5px;position: relative;font-family: "Font Awesome 5 Brands";content: "\f099";font-size: 1.5em;color: #ee254f}
      #divYT .feedEkList .itemTitle:before{display: inline-block;width: 20px;height: 20px;margin-right: 13px;margin-top: 5px;position: relative;font-family: "Font Awesome 5 Brands";content: "\f167";font-size: 1.3em;color: #ee254f}
          #divFlkr .feedEkList .itemTitle:before{display: inline-block;width: 20px;height: 20px;margin-right: 13px;margin-top: 5px;position: relative;font-family: "Font Awesome 5 Brands";content: "\f16e";font-size: 1.3em;color: #ee254f}

#divRss .feedEkList .itemTitle {display: none}
#divRss .feedEkList .itemContent a {color: #072941!important; font-style: normal; font-weight: 500;text-transform: uppercase;font-size: 20px;margin-bottom: 28px;font-family: "Oswald", sans-serif;line-height: 1.2em;}
#divRss .feedEkList .itemContent a:before{display: inline-block;width: 20px;height: 20px;margin-right: 10px;margin-top: 5px;position: relative;font-family: "Font Awesome 5 Brands";content: "\f173";font-size: 1.5em;color: #ee254f}

.feedEkList .itemDate {background: #eee;padding: 2px 10px;display: inline-block;color: #6b6a6f;}
    .itemContent a {color: #737380!important;}
    #divFlkr .itemContent, #divYT .itemContent{display: none}


/* ===========================
	SCROLL ANIMATION
==============================*/
.parallax { 
    /* Set a specific height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible!important;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}


@-webkit-keyframes bounceInLeft {
	 0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

@-moz-keyframes bounceInLeft {
     0% {
        opacity: 0;
        -moz-transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -moz-transform: none
    }
}

@-o-keyframes bounceInLeft {
     0% {
        opacity: 0;
        -o-transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -o-transform: none
    }
    
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
@-webkit-keyframes bounceInRight {

    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

@-moz-keyframes bounceInRight {
	  0% {
        opacity: 0;
        -moz-transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -moz-transform: none
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -o-transform: none
    }
}

@keyframes bounceInRight {
	0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}

.animated.animationDelay{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}



/* ===========================
	gCAL
==============================*/
.simcal-default-calendar-grid .simcal-day>div {
box-sizing: content-box;
display: block;
height: 100%;
background: #ddd;
border: 1px solid lightgray;
    }
.simcal-icon-right, .simcal-icon-left {padding: 10px; background: #1a506a; display: inline-block;}
 .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-void, .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-void:hover {background-color: rgba(0,0,0,0.1)!important;}   
.simcal-events li{color:#1a506a}



/* ===========================
	HERO Special Video
==============================*/


@media screen and (orientation:portrait) {     
    .hero-videosection-sub-small .ytplayer-container, .hero-videosection-sub-small .ytplayer-player  {max-height: 680px!important}
    .ytplayer-container {left:-50%}
}

/* ===========================
	Responsive
==============================*/
/* Desktop :768px. */
@media only screen and (min-width: 1550px) {
 .owl-dots {
		right: -100px;
	}
	.test-overlay {
		width: 500px;
	}
.hero-videosection-sub{max-height: 820px; }
 .image-header {max-height:820px; background-repeat:no-repeat;  background-size:cover}
.image-header-space {margin:15em 0 15em 0}
  .hero-videosection-sub-small {max-height: 570px; }
     .hero-videosection-sub-small .ytplayer-container, .hero-videosection-sub-small .ytplayer-player  {margin-top: 10px } 
   .hero-videosection-sub-small .image-header-space {margin:11em 0 10em 0}
.post-content iframe, .post-content p iframe {min-height: 535px}
    
}

@media only screen and (min-width: 1280px) and (max-width: 1549px) {
	 .owl-dots {
		right: -40px;
	}
	.test-overlay {
		width: 400px;
	}
    .shop-ad, .book-ad  {background-size:120%}
    .book-ad { background-position: 3em bottom}
    .post-content iframe, .post-content p iframe {min-height: 500px}
         .hero-videosection-sub-small .ytplayer-container, .hero-videosection-sub-small .ytplayer-player  {margin-top: 20px } 
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
	 .owl-dots {
		right: -25px;
	}
    .shop-ad {background-size:150%}
    .book-ad {background-size:160%; background-position:0em bottom}
    .post-content iframe, .post-content p iframe {min-height: 430px}
}

@media only screen and (max-width: 1254px) {
	 .owl-dots {
		top: 80%;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transform-origin: left center;
		    -ms-transform-origin: left center;
		        transform-origin: left center;
		left: 50%;
		margin-left: -4px;
	}   
    .widget_search input {width:  100%!important}
     .hero-videosection-sub-small .ytplayer-container, .hero-videosection-sub-small .ytplayer-player  {margin-top: 30px } 
    
}

@media only screen and (max-width: 1150px) {
    .header-section .navbar-nav li a {padding: 30px 10px 20px 10px;font-size: 17px;letter-spacing: 0em;}
    .header-shrink .navbar-nav li a {padding: 10px 10px 10px 10px;}
    .header-section .logo img {width: 120px;}
    .header-shrink .logo img {width: 95px;}
}

@media only screen and (min-width: 992px) {
.navbar li:last-child > .sub-menu {
    position: absolute;
    right: 0;
}
    }

   /* Mobile NAV */ 
@media only screen and (max-width: 991px) {
    .ytplayer-container {right:-30%}
    .navbar ul ul ul {left: unset;  margin-top: 0;}
    .navbar li:hover > ul {  display: block;   position: relative; padding-top: 0px;}
    .navbar ul ul:last-child ul {left: unset!important;right: unset!important;}
    .sub-menu li ul li a {  background: #1a506a!important;  }
    .navbar li:hover li a:hover {color: #ffffff;}
    .navbar li:hover a {background: #fff;}
    .navbar li:hover ul li a {background: #ececec; padding-left: 20px;}
    .navbar li:hover ul li ul li a { padding-left: 40px;}
    .modal.left .modal-dialog,.modal.right .modal-dialog { width: 75%!important;}
    .lapping-top-header {padding-top: 10em!important}
    .grid-play-button {top: 35px;}
    .lab-card { margin: 10px 0;}
        .footer-ad-boxes {min-height: 8em}
.shop-ad, .book-ad  {background-image:none}
    .image-text {padding-top:6em; font-size: 2em}
    .post-content iframe, .post-content p iframe {min-height: 300px}
.random-capital-quiz .wpcf7-quiz-label {float: left;display: block;width: 60%;margin-top: 30px; color: #fff}
.random-capital-quiz .wpcf7-quiz {float: left; width: 40%!important;margin-top: 16px!important;}
    .service h3 {font-size: 1.5rem;}
    #counter {top:0px; z-index: 9; text-align: center}
   
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.test-overlay {
		display: none;
	}
	.owl-dots {
		top: 87%;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transform-origin: left center;
		    -ms-transform-origin: left center;
		        transform-origin: left center;
		left: 50%;
		margin-left: -4px;
	}
	.card-section {
		padding-bottom: 0;
	}
	
    .lab-card h2 {font-size: 0.5em; margin-top: 30px; text-align: left}
    
	.promotion-section .promo-btn-area {
		text-align: left;
	}
	.contact-section::after {
		width: 100%;
		right: 0;
	}
	.contact-info {
		margin-bottom: 95px;
	}
	.col-push {
		left: 0;
	}
	.col-pull {
		right: 0;
	}
	.sv-card {
		margin-bottom: 30px;
	}
	.newsletter-section h2 {
		margin-bottom: 30px;
	}
	.circle-progress {
		margin-bottom: 40px;
	}
	.icon-box {
		margin-bottom: 30px;
	}
	.facts .fact {
		margin-bottom: 40px;
	}
    .header-section .navbar-nav li a, .header-section .navbar-nav li ul a {width: 100%; border-bottom: 1px solid #ccc;}
    
    .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }

   .blog-video-top-header .pulse-button {top:30%}
	.blog-video-top-header video{margin-top:35px; padding-bottom:150px}
   
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	.header-section {
		top: 0px;
         overflow: scroll!important;
         overflow-x: scroll;
  -webkit-overflow-scrolling: touch; 
	}
    .header-section .show{
           max-height: 630px;
    }
     #menu-main-top > .menu-item, #menu-main-top > .menu-item:hover {border-bottom:none}
    
    .header-section .logo {
		padding: 10px 0;
	}
	.header-section .menu-list {
		display: none;
		float: none;
		clear: both;
		border-top: 1px solid #ddd;
	}
	.header-section .menu-list li {
		display: inline;
	}
	.header-section .menu-list li a {
		display: block;
		padding: 10px;
		margin-right: 0;
	}
	.header-section .menu-list li a:after {
		left: 0%;
	}
	.header-section .menu-list li a:hover:after {
		width: 10px;
		margin-left: 10px;
	}
	.header-section .menu-list .current a:after {
		margin-left: 10px;
	}
    
     .header-section .navbar-nav li a {width: 100%; border-bottom: 1px solid #ccc; padding: 10px 5px 10px 10px}
    .blog-singel-top-header {margin-top: 68px;}
    .blog-singel-gif-header {margin-top: 30px;}
    .blog-singel-gif-header img {padding-bottom: 8rem!important}
    .modal.left .modal-dialog,.modal.right .modal-dialog { width: 100%!important;}
    
    .dropdown-menu li a  { width: 100%}
    .dropdown-menu, .header-shrink .dropdown-menu {margin: 0}
    ul li ul li .dropdown-menu {right: unset;margin: 0;}
    
    #quote-gallery .carousel-item img, #quote-gallery .carousel-item .video_bg {margin-top:-50px}
     #quote-gallery .headline_absolute {position: relative;display : flex!important; align-items : center;background: #ee254f;padding: 0 8px 5px;display: inline-block;color: #0b1033; min-height: 100px; }
    
      #quote-gallery .pulse-button{top: 65%; left: 42%; width:60px!important; height:60px!important; z-index: 999}
    #quote-gallery .btn-group-lg > .btn {padding: 0;font-size: 1.1rem; text-align: center}
    #quote-gallery .section-title h2 {font-size: 1.5em;}
    #quote-gallery .owl-nav {top: 80%;}
    
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		width: 50px;
	}
	.hero-content img {
		max-width: 280px;
	}
	.test-overlay {
		display: none;
	}
    
    .navbar-top{display: none;}
    
	
	.card-section {
		padding-bottom: 0;
	}
	
	.testimonial-section {
		padding-top: 160px;
	}
	.member {
		margin-bottom: 60px;
	}
	.promotion-section .promo-btn-area {
		text-align: left;
	}
	.contact-section::after {
		width: 100%;
		right: 0;
	}
	.contact-info {
		margin-bottom: 95px;
	}
	.col-push {
		left: 0;
	}
	.col-pull {
		right: 0;
	}
	.devices {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.sv-card {
		margin-bottom: 30px;
	}
	.newsletter-section h2 {
		margin-bottom: 30px;
	}
	.nl-form {
		text-align: center;
	}
	.nl-form input[type="text"] {
		margin-bottom: 30px;
		width: 100%;
	}
	.circle-progress {
		margin-bottom: 40px;
	}
	.page-pagination,
	.blog-posts {
		margin-bottom: 90px;
	}
	.buttons button {
		margin-bottom: 20px;
	}
	.icon-box {
		margin-bottom: 30px;
	}
	.facts .fact {
		margin-bottom: 40px;
	}
    
    .inner-mobile-nav {position: relative; margin-top: 10px;}
    .mobile-bottom-btn {padding:0 2px!important; text-align: center;width: 25%}
    .mobile-bottom-btn a {padding:10px 20px; display: block; background: #ccc; font-size: 1.2em; font-family: "Oswald", sans-serif;}
   
    .p-5 {padding: 3rem 1rem!important;}
    .blog-top-header {margin-top: 70px;}
    .mobile-height {min-height: 250px}
    
      .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }
    .flex_lastpost .sv-card{max-height: 420px;}
    .site-accordions .card-header {padding: 16px 20px}
   .blog-video-top-header video{margin-top:35px; padding-bottom:150px}
   .blog-video-top-header .pulse-button {top:20%}

    .service h3 {font-size: 1.2rem;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .lab-card h2 {font-size: 0.5em; margin-top: 30px; text-align: left}
    .grid-play-button {top: 15px;left: 34%;}
}

@media only screen and (max-width: 580px) {
  .notfound .notfound-404 h1 {
      font-size: 182px;
  }
    section .animatable {  visibility: visible!important}
   section .animated {
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;

-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;

-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
     .error-404 {padding: 30% 0 20% 0}
    .hero-videosection {height: 70%!important;}
    .home-videosection {height:95%!important;}
    .video-top-element .big_logo {max-width: 175px!important}
    .futurist-subline {font-size: 1.8rem!important;}
    
    .pulse-button-xs {  width: 80px; height: 80px;}
   .grid-play-button {top: 80px;}
    .wpcf7-form .fieldset-cf7mls {box-shadow: none; padding: 10px;}
    .wpcf7-form .fieldset-cf7mls h2 {padding-left: 10px}
    .fieldset-cf7mls-wrapper {margin:0px!important;padding: 0!important;}
    .section-title h2, .textbox h2 {font-size: 2.2em}
    .section-title {margin-bottom: 30px;padding-top: 20px;}
    .pb-5, .py-5 {padding-bottom: 1rem!important;}
    .pt-5, .py-5 {padding-top: 1rem!important;}
    .owl-dots{	top: 90%!important;}
    .intro-no-shadow,.intro-video {-webkit-transform: translateY(25%);-ms-transform: translateY(25%); transform: translateY(25%); margin-top: -30px;}
    [type=checkbox]:checked + span:before {top: -10px;  left: 15px;    color: white;}
    .blog-top-header {margin-top: 55px;}
    .form-class input{box-shadow: 0 0px 5px rgba(0,0,0,0.2)}
    .feed-card-section .card-columns{-webkit-column-count: 1;-moz-column-count:1;column-count: 1;}
    .post-headline h1 { font-size: 2em;}
    .blog-singel-top-header .page-info {display: inline-block;padding: 100px 0 285px 0;}
    .image-header-space {margin:40% 0}
    .post-content iframe, .post-content p iframe {height: 250px!important}
    .blog-singel-gif-header img {padding-bottom: 10rem!important}
    a img.alignnone { margin: 5px 0px 0px 0;}
}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
	.header-section {
		padding: 0 20px;
	}
	.hero-content {
		display: none;
	}
	 
    .post-thumbnail .post-date {
		-webkit-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		        transform: scale(0.7);
		-webkit-transform-origin: left top;
		    -ms-transform-origin: left top;
		        transform-origin: left top;
	}
	.single-post .author .avatar {
		margin-right: 20px;
	}
	.single-post .author .avatar img {
		min-width: 60px;
	}
	.buttons button {
		margin-bottom: 20px;
	}
    .wpcf7-form-control-wrap {display: block!important}
    
    .testimonial-section {padding-top:1em!important}
    .lapping-top-header {padding-top:5em!important}
    
      .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
        }
    [type=checkbox]:checked + span:before {top: 0px;  left: 15px;    color: white;}
    .mobile_visible {  visibility: visible!important}
    .hero-videosection::after {background: none}
    .home-logo {position: absolute; bottom: 10%}
    .home-videosection::after {
        background: -moz-linear-gradient(bottom, rgba(0,0,0,0.6) 0%, rgba(0, 0, 0, 0.2)50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.2)), color-stop(40%,rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 0%,rgba(0, 0, 0, 0.1) 40%);
background: -o-linear-gradient(bottom, rgba(0,0,0,0.6) 0%,rgba(0, 0, 0, 0.1) 40%);
background: -ms-linear-gradient(bottom, rgba(0,0,0,0.6) 0%,rgba(0, 0, 0, 0.1) 40%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 40%);
    }
        .post-content iframe, .post-content p iframe {height: 220px!important;min-height: 220px!important;}
}
    


@media print {
    body:after {content:url(img/Futurist_Speaker_Author_Gerd-loading.svg);position:absolute; z-index:100000;right:3%;top:1%;width: 125px}
section {  display: inline!important;}
.container, .row{  display: inline!important; margin-left: 0;padding-left: 0;}
    .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
    .blog-card {margin: 5px!important}
    .sv-card .card-text, .blog-card .card-text {padding: 10px;}
    .animatable {  visibility: visible!important}
    p, h1, h2, h3, h5, h6, h7, .text-center,.gerds_white_font  {    text-align: left!important;color: #000!important;}
.blog-top-header .page-info,  pt-5, pb-5, .spad, .blog-top-header .page-info, .promotion-section {padding:10px 0 !important}
.blog-top-header {margin-top: 0px;padding-left: 10px;background: none!important} 
 .halfbox_pad, .halfbox_cal_pad {padding:0 10px!important;margin:5px!important}
    .section-title {padding:10px 0 0 10px; margin-bottom: 10px; text-align: left}
section {padding:0px!important}
.col-md-4, .col-md-6, .col-md-8, .col-lg-4, .col-lg-6, .col-lg-8 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
 .promo-btn-area, .site-btn, header, footer, aside, .navbar, form, iframe, .header-section, .footer-section, .container-fluid .col-md-4, .card-img, .hero-videosection, .image-header,.newsletter-section, .scrollout .section-title, .logo_fader, .footer-ad-boxes, .intro-video, .promotion-section, .owl-dots  { display: none!important; }    
.text-right {text-align: left!important}
    .gerds_red_bg,.gerds_gray_bg,.gerds_lightgray_bg, .gerds_blue_bg, .gerds_yellow_bg, .gerds_white_bg,.gerds_dark_blue_bg {background: #fff!important;color:#1a506a!important}
p, ul, li, a  {color:#1a506a!important}
    .p-3 { padding: 0rem!important;margin: 0!important;}
    .pt-5, .py-5 {padding-top: 1rem!important;}
    .pb-5, .py-5 {padding-bottom: 1rem!important;}
    .p-5 { padding: 1rem!important;}
    .service {margin-bottom: 15px;}
    .textbox { margin: 1em 0 1em 0;}
.section-title h2,.textbox h2 {font-size: 2.3em;}
    .promotion-section .col-md-9 {border-top:1px solid black;border-bottom:1px solid black}
    .container-fluid { max-width: 960px!important; margin-left: 0px; padding-left: 0px;}
    .service .service-text h2, .service .icon-box-text h2, .icon-box .service-text h2, .icon-box .icon-box-text h2 {margin-bottom: 0px;}
    h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,.p-5:empty, p:empty {display: none;}
    h1, h2, h3. h4 {margin-bottom: 0px!important;}
    h4 {color: #ee254f!important;     font-size: 1.3rem;}
    .gCal-card .col-2 {display: inline-block;max-width: 8.666667%; float: left;}
    .gCal-card .col-10 {display: inline-block;max-width: 83.333333%; float: left;}
    .container-fluid .col-md-6, .overlay,.contact-section:after {background: none!important}
    .col-push, .col-pull {left:0;margin: 0;}
    .member img {display: none;}
    .member {margin-bottom: 20px; border: 1px solid; padding:1em;}
    #quote-slide {padding-bottom: 0px!important;}
    #quote-slide h2 {text-align: left; padding: 0px!important; margin: 0px!important}
}   


/* WHATS APP CONTACT BUTTON*/

.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
    z-index: 8985
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 280px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}
