/* Placeholder text color -- selectors need to be separate to work. */
/**
	Typography Styles
*/
/*mobile displaymedia query ends*/
/* List Style */
/**
	Helper Classes
*/
/* Background Color */
/* Background Image */
/* Border */
/* Text specialized */
/* Font specialized */
/* Font Weight */
/* Height and width */
/* Section padding */
/* Overlay styles */
/*******************
Elements Styles
********************/
/**
    Button Styles
*/
/**
	Section Title Styles
*/
/**
	Call to Action Styles
*/
/**
	Slider Elements
*/
/**
    Breadcrumb Styles
*/
/*******************
Blocks Styles
********************/
/**
	Header Styles
*/
/* Sticky Header */
/**
    Navigation Styles
*/
/* Dropdown Styles */
/* Megamenu Styles */
/**
	Portfoio Styles
*/
/* Portfolio filter styles */
/* Portfolio Style */
/* Portfolio Style 5 */
/**
    Portfolio Page Styles
*/
/**
    Contact Page Styles
*/
/**
	Footer Styles
*/
/* Footer Widgets Styles */
/* -------------------ustom CSS--------------------- */
/*.navbar-nav>li.open:hover{
  background-color: rgba(255,255,255,0.8);
}*/
/*Registration Page CSS*/
/*.registration-sub-content a:focus,.registration-sub-content li.active a{
  color: #2a2a2a;
 }*/
/*professional page - start--*/
/*professional page - end--*/
/* -----------------Theme and Custom Responsive CSS----------------------- */
/**
  Portfoio Styles
*/
/* Portfolio filter styles */
/**
  Portfoio Styles
*/
/* Portfolio filter styles */
/* Overlay styles */
/* Overlay styles */
/**
   Section Title Styles
  */
/**
     Breadcrumb Styles
  */
/**
     Navigation Styles
   */
/* Dropdown Styles */
/* Megamenu Styles */
/*******************
    Blocks Styles
    ********************/
/**
      Header Styles
    */
/* Portfolio Style */
/**
     Contact Page Styles
   */
/**
   Footer Styles
   */
/* Footer Widgets Styles */
/*Custom CSS*/
/**
     Helper Classes
   */
/**
    Slider Elements
  */
/**
     Breadcrumb Styles
  */
/*******************
  Blocks Styles
  ********************/
/**
    Header Styles
  */
/**
      Navigation Styles
   */
/* Dropdown Styles */
/* Megamenu Styles */
/**
     Contact Page Styles
   */
/**
   Footer Styles
   */
/* Footer Widgets Styles */
/*Custom CSS */
/*Registration Responsive CSS*/
/* Overlay styles */
/**
   Section Title Styles
  */
/**
    Slider Elements
  */
/**
     Breadcrumb Styles
  */
/*******************
  Blocks Styles
  ********************/
/**
   Header Styles
  */
/**
     Navigation Styles
  */
/* Dropdown Styles */
/* Megamenu Styles */
/**
     Contact Page Styles
  */
/**
   Footer Styles
  */
/* Footer Widgets Styles */
/*Custom CSS*/
/**
     Button Styles
   */
/**
   Section Title Styles
   */
/**
     Contact Page Styles
   */
/*.carousel-cover .carousel-control .glyphicon-chevron-right {
    top: -52px;
  }
  .carousel-cover .carousel-control .glyphicon-chevron-left {
    top: -52px;
  }*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
header {
  display: block;
}
footer {
  display: block;
}
nav {
  display: block;
}
nav ul {
  list-style: none;
  list-style-image: none;
}
nav ol {
  list-style: none;
  list-style-image: none;
}
section {
  display: block;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
iframe {
  border: none;
}
button {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  line-height: normal;
  -webkit-appearance: button;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:visited {
  color: initial;
}
button:focus {
  outline: none;
}
button:active {
  outline: none;
}
input {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 100%;
  margin: 0 0 10px 0;
  max-width: 100%;
  vertical-align: baseline;
  line-height: normal;
  background: transparent;
  border: 1px solid #dddddd;
  color: #aaaaaa;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  width: 100%;
  padding: 0 20px;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:-moz-placeholder {
  color: #aaaaaa;
}
input::-moz-placeholder {
  color: #aaaaaa;
}
input:-ms-input-placeholder {
  color: #aaaaaa;
}
input::-ms-input-placeholder {
  color: #aaaaaa;
}
input::-webkit-input-placeholder {
  color: #aaaaaa;
}
input:active {
  background-color: inherit;
  outline: none;
}
input:-webkit-autofill {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  -moz-transition: color 9999s ease-out, background-color 9999s ease-out;
  -ms-transition: color 9999s ease-out, background-color 9999s ease-out;
  -o-transition: color 9999s ease-out, background-color 9999s ease-out;
  transition: color 9999s ease-out, background-color 9999s ease-out;
  -webkit-transition-delay: 9999s;
  -moz-transition-delay: 9999s;
  -ms-transition-delay: 9999s;
  -o-transition-delay: 9999s;
  transition-delay: 9999s;
}
input:focus {
  outline: none;
}
select {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 100%;
  margin: 0 0 10px 0;
  max-width: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 1px solid #dddddd;
  color: #aaaaaa;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  width: 100%;
  padding: 0 20px;
}
select:-moz-placeholder {
  color: #aaaaaa;
}
select::-moz-placeholder {
  color: #aaaaaa;
}
select:-ms-input-placeholder {
  color: #aaaaaa;
}
select::-ms-input-placeholder {
  color: #aaaaaa;
}
select::-webkit-input-placeholder {
  color: #aaaaaa;
}
select:active {
  background-color: inherit;
  outline: none;
}
select:-webkit-autofill {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  -moz-transition: color 9999s ease-out, background-color 9999s ease-out;
  -ms-transition: color 9999s ease-out, background-color 9999s ease-out;
  -o-transition: color 9999s ease-out, background-color 9999s ease-out;
  transition: color 9999s ease-out, background-color 9999s ease-out;
  -webkit-transition-delay: 9999s;
  -moz-transition-delay: 9999s;
  -ms-transition-delay: 9999s;
  -o-transition-delay: 9999s;
  transition-delay: 9999s;
}
select:focus {
  outline: none;
}
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  overflow: auto;
  vertical-align: top;
  background: transparent;
  border: 1px solid #dddddd;
  color: #aaaaaa;
  font-size: 14px;
  width: 100%;
  padding: 10px 20px;
}
textarea:-moz-placeholder {
  color: #aaaaaa;
}
textarea::-moz-placeholder {
  color: #aaaaaa;
}
textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
textarea::-ms-input-placeholder {
  color: #aaaaaa;
}
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
textarea:active {
  background-color: inherit;
  outline: none;
}
textarea:-webkit-autofill {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  -moz-transition: color 9999s ease-out, background-color 9999s ease-out;
  -ms-transition: color 9999s ease-out, background-color 9999s ease-out;
  -o-transition: color 9999s ease-out, background-color 9999s ease-out;
  transition: color 9999s ease-out, background-color 9999s ease-out;
  -webkit-transition-delay: 9999s;
  -moz-transition-delay: 9999s;
  -ms-transition-delay: 9999s;
  -o-transition-delay: 9999s;
  transition-delay: 9999s;
}
textarea:focus {
  outline: none;
}
body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
  font-family: Roboto;
  font-size: 16px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  color: #777777;
  font-weight: 400;
  overflow-x: hidden;
}
h1 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
  font-size: 48px;
  margin: 33px 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 42px;
  font-weight: 700;
}
h2 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
  margin: 25px 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
}
h3 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
  font-size: 22px;
  margin: 22px 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
}
h4 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
  margin: 25px 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
}
h5 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
  margin: 30px 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
}
h6 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
  font-size: 16px;
  margin: 36px 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
}
b {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
p {
  margin: 0 0 24px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
menu {
  margin: 16px 0;
  padding: 0 0 0 40px;
  margin: 0;
  margin-bottom: 15px;
}
ol {
  margin: 16px 0;
  padding: 0 0 0 40px;
  margin: 0;
  margin-bottom: 15px;
}
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
  list-style-type: square;
  margin: 0;
  margin-bottom: 15px;
}
li > ul {
  margin: 0;
}
li > ol {
  margin: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
input[disabled] {
  cursor: default;
}
input[type="checkbox"] {
  padding: 0;
}
input[type="radio"] {
  padding: 0;
}
::-webkit-input-placeholder {
  color: #7d7b6d;
  color: #777777;
}
:-moz-placeholder {
  color: #7d7b6d;
  color: #777777;
}
::-moz-placeholder {
  color: #7d7b6d;
  color: #777777;
}
:-ms-input-placeholder {
  color: #7d7b6d;
  color: #777777;
}
.m-b-40 {
  margin-bottom: 40px;
}
.h1 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 42px;
  font-weight: 700;
}
.h2 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 700;
}
.h3 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 600;
}
.h4 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
}
.h5 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 500;
}
.h6 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
}
.navbar-fixed-top {
  position: relative !important;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0 !important;
  border: none !important;
}
.navbar-default {
  background-color: rgba(255, 255, 255, 0.8);
  height: 70px;
}
.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
  cursor: pointer;
}
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  cursor: pointer;
}
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  cursor: pointer;
}
.navbar-default .navbar-nav > li > a {
  color: #2a2a2a;
  padding: 15px 0px;
  font-family: "Roboto Condensed", sans-serif;
}
.navbar-default .navbar-nav > .active > a {
  background: none;
}
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
}
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
.navbar-default .navbar-nav > li.active {
  border-bottom: 5px solid #4caf50;
  padding-bottom: 5px;
  cursor: pointer;
}
.searchbar {
  background: url(icons/search.png) no-repeat;
  position: relative;
  background-size: 16px;
  background-position: 10px center;
  top: 8px;
  padding-left: 32px;
  right: 10px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'Lato', sans-serif;
  color: #a3a3a3;
}
.searchbar.form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.searchbar.form-control:active {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-brand {
  padding: 18px 15px;
  height: inherit;
}
.navbar-nav li {
  padding: 10px 20px;
}
.navbar-nav > li:hover {
  background-color: #e6e6e6;
}
.navbar-nav > li.searchbar-outer:hover {
  background: none;
}
.navbar-nav ul li {
  padding: 6px 20px;
}
.dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
}
.dropdown-menu > li > a {
  color: #2a2a2a;
  font-size: 16px;
  padding: 6px 13px;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
}
.dropdown-menu > li > a:focus {
  background-color: transparent;
  cursor: pointer;
}
.dropdown-menu > li > a:hover {
  background-color: transparent;
  cursor: pointer;
}
a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:active {
  text-decoration: none;
  outline: none;
}
ul.cr-liststyle-1 {
  padding-left: 0;
  list-style: none;
}
ul.cr-liststyle-1 li {
  line-height: 30px;
}
ul.cr-liststyle-1 li::before {
  content: "\f0f4";
  font-family: 'IcoFont';
  padding-right: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #0e9544;
}
ol.cr-liststyle-1 {
  padding-left: 0;
  list-style: none;
}
ol.cr-liststyle-1 li {
  line-height: 30px;
}
ol.cr-liststyle-1 li::before {
  content: "\f0f4";
  font-family: 'IcoFont';
  padding-right: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #0e9544;
}
.hidden {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.bg-theme {
  background: #3366cc !important;
}
.bg-theme .cr-btn.cr-btn-white b {
  display: none;
}
.bg-theme .cr-btn.cr-btn-white:hover {
  color: #3366cc;
}
.bg-theme a.cr-btn.cr-btn-white b {
  display: none;
}
.bg-theme a.cr-btn.cr-btn-white:hover {
  color: #3366cc;
}
.bg-theme button.cr-btn.cr-btn-white b {
  display: none;
}
.bg-theme button.cr-btn.cr-btn-white:hover {
  color: #3366cc;
}
.bg-theme .callto-action-inner .cr-btn:hover {
  color: #0e9544;
}
.bg-dark-light {
  background: #373737;
}
.bg-dark-light .cr-btn.cr-btn-white {
  color: #000000;
}
.bg-dark-light .cr-btn.cr-btn-white b {
  display: none;
}
.bg-dark-light .cr-btn.cr-btn-white:hover {
  color: #000000;
}
.bg-dark-light a.cr-btn.cr-btn-white {
  color: #000000;
}
.bg-dark-light a.cr-btn.cr-btn-white b {
  display: none;
}
.bg-dark-light a.cr-btn.cr-btn-white:hover {
  color: #000000;
}
.bg-dark-light button.cr-btn.cr-btn-white {
  color: #000000;
}
.bg-dark-light button.cr-btn.cr-btn-white b {
  display: none;
}
.bg-dark-light button.cr-btn.cr-btn-white:hover {
  color: #000000;
}
.bg-white {
  background: #ffffff !important;
}
.bg-grey {
  background: #f7f7f7 !important;
}
.bg-grey .callto-action-inner h1 {
  color: #555555;
}
.bg-grey .callto-action-inner h2 {
  color: #555555;
}
.bg-grey .callto-action-inner h3 {
  color: #555555;
}
.bg-grey .callto-action-inner h4 {
  color: #555555;
}
.bg-grey .callto-action-inner h5 {
  color: #555555;
}
.bg-grey .callto-action-inner h6 {
  color: #555555;
}
.bg-grey .callto-action-inner p {
  color: #555555;
}
.cr-bordered {
  border: 1px solid #dddddd;
}
.cr-border-bottom {
  border-bottom: 1px solid #dddddd;
}
.cr-border-top {
  border-top: 1px solid #dddddd;
}
.cr-border-top-bottom {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.cr-border-left {
  border-left: 1px solid #dddddd;
}
.cr-border-right {
  border-right: 1px solid #dddddd;
}
.cr-border-left-right {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.text-italic {
  font-style: italic;
}
.text-normal {
  font-style: normal;
}
.text-underline {
  font-style: underline;
}
.body-font {
  font-family: "Roboto", sans-serif;
}
.heading-font {
  font-family: "Roboto Condensed", sans-serif;
}
.font-bold {
  font-weight: 700 !important;
}
.font-semi-bold {
  font-weight: 600 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-light {
  font-weight: 300 !important;
}
.fullscreen {
  min-height: 100vh;
  width: 100%;
}
.w-100 {
  width: 100%;
}
.w-75 {
  width: 75%;
}
.w-50 {
  width: 50%;
}
.w-33 {
  width: 33.33%;
}
.w-25 {
  width: 25%;
}
.w-10 {
  width: 10%;
}
.h-100 {
  height: 100%;
}
.h-75 {
  height: 75%;
}
.h-50 {
  height: 50%;
}
.h-25 {
  height: 25%;
}
.h-33 {
  height: 33.33%;
}
.h-10 {
  height: 10%;
}
.section-padding-xlg {
  padding: 150px 0;
}
.section-padding-lg {
  padding: 135px 0;
}
.section-padding-md {
  padding: 120px 0;
}
.section-padding-sm {
  padding: 30px 0 30px;
}
.section-padding-xs {
  padding: 70px 0;
}
.section-padding-top-xlg {
  padding-top: 150px;
}
.section-padding-top-lg {
  padding-top: 135px;
}
.section-padding-top-md {
  padding-top: 120px;
}
.section-padding-top-sm {
  padding-top: 100px;
}
.section-padding-top-xs {
  padding-top: 70px;
}
.section-padding-bottom-xlg {
  padding-bottom: 150px;
}
.section-padding-bottom-lg {
  padding-bottom: 135px;
}
.section-padding-bottom-md {
  padding-bottom: 120px;
}
.section-padding-bottom-sm {
  padding-bottom: 100px;
}
.section-padding-bottom-xs {
  padding-bottom: 70px;
}
[data-overlay] {
  position: relative;
}
[data-overlay] > div {
  position: relative;
  z-index: 2;
}
[data-overlay] > * {
  position: relative;
  z-index: 2;
}
[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
[data-black-overlay] {
  position: relative;
}
[data-black-overlay] > div {
  position: relative;
  z-index: 2;
}
[data-black-overlay] > * {
  position: relative;
  z-index: 2;
}
[data-black-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#scrollUp {
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  line-height: 44px;
  text-align: center;
  background: #3366cc;
  color: #ffffff;
  font-size: 22px;
  border: 1px solid #3366cc;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation: bounceIn 0.8s ease-in-out 1 both;
  -moz-animation: bounceIn 0.8s ease-in-out 1 both;
  -ms-animation: bounceIn 0.8s ease-in-out 1 both;
  -o-animation: bounceIn 0.8s ease-in-out 1 both;
  animation: bounceIn 0.8s ease-in-out 1 both;
  z-index: 998 !important;
}
.element-showcase {
  margin-bottom: 100px;
}
.element-showcase > div {
  margin-top: 100px;
}
.element-showcase > section {
  margin-top: 100px;
}
.element-showcase > header {
  margin-top: 100px;
}
.typography-block {
  margin-top: 30px;
  background: #fff;
  padding: 30px;
}
.body-overlay {
  background: rgba(25, 25, 25, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.body-overlay.is-visible {
  cursor: url(images/icons/close.png), crosshair;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.wrapper {
  margin-left: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.wrapper.left-offset-active {
  margin-left: 375px;
}
.cd-words-wrapper b {
  font-weight: inherit;
  text-transform: capitalize;
  word-wrap: normal;
}
.cd-words-wrapper i {
  font-style: inherit;
  text-transform: inherit;
}
.cd-headline.clip span {
  padding: 0;
}
.cd-headline.no-cursor .cd-words-wrapper::after {
  display: none;
}
.typography-text h1 {
  color: #333333;
}
.typography-text h2 {
  color: #333333;
}
.typography-text h3 {
  color: #333333;
}
.typography-text h4 {
  color: #333333;
}
.typography-text h5 {
  color: #333333;
}
.typography-text h6 {
  color: #333333;
}
.cr-btn {
  display: inline-block;
  height: 50px;
  color: #ffffff;
  background: #017d4e;
  padding: 11px 30px;
  text-transform: capitalize;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: none;
  border-radius: 5px;
  outline: none;
  overflow: hidden;
  vertical-align: middle;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}
.cr-btn span {
  position: relative;
  z-index: 2;
}
.cr-btn b {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 50%;
  -webkit-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -ms-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  height: 0;
  width: 0;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.cr-btn:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.cr-btn:hover b {
  height: 400px;
  width: 400px;
}
.cr-btn:active {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
a.cr-btn,
button[type=submit] {
  display: inline-block;
  height: 50px;
  color: #ffffff;
  background: #017d4e;
  padding: 11px 30px;
  text-transform: capitalize;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: none;
  border-radius: 5px;
  outline: none;
  overflow: hidden;
  vertical-align: middle;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}
a.cr-btn span,
button[type=submit] span {
  position: relative;
  z-index: 2;
}
a.cr-btn b,
button[type=submit] b {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 50%;
  -webkit-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -ms-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  height: 0;
  width: 0;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
a.cr-btn:hover,
button[type=submit]:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
a.cr-btn:hover b,
button[type=submit]:hover b {
  height: 400px;
  width: 400px;
}
a.cr-btn:active,
button[type=submit]:active {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
button.cr-btn {
  display: inline-block;
  height: 50px;
  color: #ffffff;
  background: #00843d;
  padding: 11px 30px;
  text-transform: capitalize;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: none;
  border-radius: 5px;
  outline: none;
  overflow: hidden;
  vertical-align: middle;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}
button.cr-btn span {
  position: relative;
  z-index: 2;
}
button.cr-btn b {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 50%;
  -webkit-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -ms-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  height: 0;
  width: 0;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
button.cr-btn:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
button.cr-btn:hover b {
  height: 400px;
  width: 400px;
}
button.cr-btn:active {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.cr-btn.cr-btn-sm {
  height: auto;
  font-size: 18px;
  padding: 10px 33px;
  min-width: 180px;
}
a.cr-btn.cr-btn-sm {
  height: auto;
  font-size: 18px;
  padding: 10px 33px;
  min-width: 180px;
}
button.cr-btn.cr-btn-sm {
  height: auto;
  font-size: 18px;
  padding: 10px 33px;
  min-width: 180px;
}
.cr-btn.cr-btn-lg {
  height: 56px;
  font-size: 18px;
  padding: 12px 35px;
}
a.cr-btn.cr-btn-lg {
  height: 56px;
  font-size: 18px;
  padding: 12px 35px;
}
button.cr-btn.cr-btn-lg {
  height: 56px;
  font-size: 18px;
  padding: 12px 35px;
}
.cr-btn.cr-btn-white {
  color: #3366cc;
  background: #fff;
}
.cr-btn.cr-btn-white b {
  background: #0e9544;
}
.cr-btn.cr-btn-white:hover {
  color: #ffffff;
}
a.cr-btn.cr-btn-white {
  color: #3366cc;
  background: #fff;
}
a.cr-btn.cr-btn-white b {
  background: #0e9544;
}
a.cr-btn.cr-btn-white:hover {
  color: #ffffff;
}
button.cr-btn.cr-btn-white {
  color: #3366cc;
  background: #fff;
}
button.cr-btn.cr-btn-white b {
  background: #0e9544;
}
button.cr-btn.cr-btn-white:hover {
  color: #ffffff;
}
.cr-btn.cr-btn-dark {
  color: #ffffff;
  background: #333333;
}
.cr-btn.cr-btn-dark b {
  background: rgab(255, 255, 255, 0.1);
}
a.cr-btn.cr-btn-dark {
  color: #ffffff;
  background: #333333;
}
a.cr-btn.cr-btn-dark b {
  background: rgab(255, 255, 255, 0.1);
}
button.cr-btn.cr-btn-dark {
  color: #ffffff;
  background: #333333;
}
button.cr-btn.cr-btn-dark b {
  background: rgab(255, 255, 255, 0.1);
}
.cr-btn.cr-btn-minimal {
  color: #333333;
  background: #fff;
}
.cr-btn.cr-btn-minimal b {
  background: #333333;
}
.cr-btn.cr-btn-minimal:hover {
  color: #ffffff;
}
a.cr-btn.cr-btn-minimal {
  color: #333333;
  background: #fff;
}
a.cr-btn.cr-btn-minimal b {
  background: #333333;
}
a.cr-btn.cr-btn-minimal:hover {
  color: #ffffff;
}
button.cr-btn.cr-btn-minimal {
  color: #333333;
  background: #fff;
}
button.cr-btn.cr-btn-minimal b {
  background: #333333;
}
button.cr-btn.cr-btn-minimal:hover {
  color: #ffffff;
}
.cr-btn.cr-btn-transparent {
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
}
.cr-btn.cr-btn-transparent b {
  background: #0e9544;
}
.cr-btn.cr-btn-transparent:hover {
  border-color: #0e9544;
}
a.cr-btn.cr-btn-transparent {
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
}
a.cr-btn.cr-btn-transparent b {
  background: #0e9544;
}
a.cr-btn.cr-btn-transparent:hover {
  border-color: #0e9544;
}
button.cr-btn.cr-btn-transparent {
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
}
button.cr-btn.cr-btn-transparent b {
  background: #0e9544;
}
button.cr-btn.cr-btn-transparent:hover {
  border-color: #0e9544;
}
.cr-btn.cr-btn-round {
  border-radius: 100px;
  overflow: hidden;
}
a.cr-btn.cr-btn-round {
  border-radius: 100px;
  overflow: hidden;
}
button.cr-btn.cr-btn-round {
  border-radius: 100px;
  overflow: hidden;
}
.buttons-showcase .container {
  margin-top: -3rem;
}
.row.partners {
  margin: 20px 0;
}
.section-title {
  padding-left: 0;
  padding-right: 60px;
  margin-bottom: 40px;
  margin-top: -10px;
}
.section-title h6 {
  color: #0e9544;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.section-title h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  color: #3366cc;
}
.section-title h1 {
  color: #3366cc;
}
.section-title h3 {
  color: #3366cc;
}
.section-title h4 {
  color: #3366cc;
}
.section-title h5 {
  color: #3366cc;
}
.section-title p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
}
.section-title.text-center {
  padding-left: 30px;
  padding-right: 30px;
}
.section-title.text-right {
  padding-right: 0;
  padding-left: 30px;
}
.section-title.minimal-color h6 {
  color: #555555;
}
.section-title-showcase .section-title {
  margin-bottom: 0;
}
h1.small-title {
  margin-bottom: 30px;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
h2.small-title {
  margin-bottom: 30px;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
h3.small-title {
  margin-bottom: 30px;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
h4.small-title {
  margin-bottom: 30px;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
h5.small-title {
  margin-bottom: 30px;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
h6.small-title {
  margin-bottom: 30px;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
.small-title {
  margin-bottom: 30px;
}
.small-title h1 {
  margin-bottom: 0;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
.small-title h2 {
  margin-bottom: 0;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
.small-title h3 {
  margin-bottom: 0;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
.small-title h4 {
  margin-bottom: 0;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
.small-title h5 {
  margin-bottom: 0;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
.small-title h6 {
  margin-bottom: 0;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
.small-title p {
  margin-top: 20px;
  margin-bottom: 0;
}
.small-title.text-center {
  padding: 0 30px;
}
.callto-action {
  padding: 50px 0;
  overflow: hidden;
}
.callto-action-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  color: #ffffff;
  margin-top: -30px;
}
.callto-action-inner h1 {
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: "Roboto", sans-serif;
}
.callto-action-inner h2 {
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: "Roboto", sans-serif;
}
.callto-action-inner h3 {
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: "Roboto", sans-serif;
}
.callto-action-inner h4 {
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: "Roboto", sans-serif;
}
.callto-action-inner h5 {
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: "Roboto", sans-serif;
}
.callto-action-inner h6 {
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: "Roboto", sans-serif;
}
.callto-action-inner p {
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: "Roboto", sans-serif;
}
.callto-action-inner .cr-btn {
  margin-top: 30px;
}
.cr-slider-navigation {
  position: relative;
}
.cr-slider-navigation .cr-slider-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 50px;
  width: 50px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  padding: 11px 0;
  top: 50%;
  margin-top: -25px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.cr-slider-navigation .cr-slider-nav:hover {
  background: #0e9544;
  color: #ffffff;
}
.cr-slider-navigation .cr-slider-nav.cr-slider-nav-left {
  left: 0;
  right: auto;
}
.cr-slider-navigation .cr-slider-nav.cr-slider-nav-right {
  right: 0;
  left: auto;
}
.cr-slider-navigation:hover .cr-slider-nav {
  visibility: visible;
  opacity: 1;
}
.breadcrumb-area {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  margin-top: -80px;
}
.cr-breadcrumb {
  padding: 280px 0;
  color: #0e9544;
}
.cr-breadcrumb h1 {
  font-size: 50px;
  letter-spacing: 1px;
}
.cr-breadcrumb h3 {
  margin-bottom: 0;
  width: 390px;
  margin: 0 auto;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-family: Roboto;
}
.cr-breadcrumb ul {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  margin-bottom: 0;
  padding-left: 0;
}
.cr-breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
}
.cr-breadcrumb ul li::after {
  content: "/";
  padding: 0 5px;
}
.cr-breadcrumb ul li:last-child::after {
  display: none;
}
.cr-breadcrumb ul li a {
  color: #ffffff;
}
.cr-breadcrumb ul li a:hover {
  color: #0e9544;
}
.cr-breadcrumb.text-center {
  padding: auto 50px;
}
.header {
  background: #fff;
  border-bottom: 1px solid #c2f5c4;
}
.header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.header nav.menu ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.header nav.menu ul li {
  display: inline-block;
  padding: 0 22px;
}
.header nav.menu ul li:first-child {
  padding-left: 0;
}
.header nav.menu ul li:last-child {
  padding-right: 0;
}
.header nav.menu ul li a {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.75px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 45px 0;
  display: inline-block;
}
.header nav.menu ul li:hover > a {
  color: #000000;
}
.header nav.menu .cr-megamenu-single {
  padding: 40px 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
  -moz-flex-grow: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  border-right: 1px solid #0e9544;
}
.header nav.menu .cr-megamenu-single ul li {
  padding: 0;
  display: block;
  position: relative;
}
.header nav.menu .cr-megamenu-single ul li a {
  display: block;
  padding: 6px 0;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.header nav.menu .cr-megamenu-single ul li a:hover {
  color: #000000;
}
.header nav.menu .cr-megamenu-single:last-child {
  border-right: 0;
}
.header nav.menu .cr-megamenu-single > h6 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header nav.menu .cr-megamenu-single > h6:after {
  content: "";
  height: 1px;
  background: #ffffff;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.header nav.menu li.cr-dropdown {
  position: relative;
}
.header nav.menu li.cr-dropdown > a::after {
  content: "\ea99";
  font-family: 'Icofont';
  padding-left: 3px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.header nav.menu li.cr-dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  background: #0e9544;
  padding: 20px 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: -9;
}
.header nav.menu li.cr-dropdown ul li {
  padding: 0;
  display: block;
  position: relative;
}
.header nav.menu li.cr-dropdown ul li a {
  display: block;
  padding: 6px 0;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.header nav.menu li.cr-dropdown ul li:hover > a {
  color: #000000;
  padding-left: 0;
}
.header nav.menu li.cr-dropdown ul li ul {
  visibility: hidden;
  opacity: 0;
  left: calc(100% + 26px);
  top: -20px;
  z-index: -999;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header nav.menu li.cr-dropdown ul li.cr-sub-dropdown > a:after {
  content: "\eaa0";
  font-family: 'Icofont';
  float: right;
  margin-right: -15px;
}
.header nav.menu li.cr-dropdown ul li.cr-sub-dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header nav.menu li.cr-dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 99;
}
.header nav.menu li.cr-dropdown.last-element ul {
  right: 0;
  left: auto;
}
.header nav.menu li.cr-dropdown.last-element ul li ul {
  right: calc(100% + 26px);
  left: auto;
}
.header nav.menu li.cr-megamenu {
  position: inherit;
}
.header nav.menu li.cr-megamenu > a::after {
  content: "\ea99";
  font-family: 'Icofont';
  padding-left: 3px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.header nav.menu li.cr-megamenu:hover .cr-megamenu-wrap {
  visibility: visible;
  opacity: 1;
  z-index: 98;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header nav.menu .cr-megamenu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #0e9544;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.header .logo a {
  display: inline-block;
}
.header .header-top-area {
  border-bottom: 1px solid #dddddd;
  padding: 13px 0;
}
.header .header-iconline ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
}
.header .header-iconline ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  font-size: 13px;
  line-height: 24px;
  color: #555555;
}
.header .header-iconline ul li:first-child {
  padding-left: 0;
}
.header .header-iconline ul li:last-child {
  padding-right: 0;
}
.header .header-iconline ul li i {
  padding-right: 13px;
  color: #0e9544;
  line-height: 24px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.header .header-iconline ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #555555;
}
.header .header-iconline ul li a:hover {
  color: #0e9544;
}
.header .trigger-menu-icon {
  width: 35px;
  display: inline-block;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.header .trigger-menu-icon span {
  display: block;
  height: 1px;
  background: #fff;
  margin: 8px 0;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.header .trigger-menu-icon.is-active span {
  visibility: hidden;
  opacity: 0;
}
.header .trigger-menu-icon.is-active span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  visibility: visible;
  opacity: 1;
  margin-bottom: -9px;
}
.header .trigger-menu-icon.is-active span:last-child {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -8px;
}
.header.transparent-header nav.menu ul li a {
  color: #0e9544;
}
.header.transparent-header nav.menu ul li:hover > a {
  color: #3366cc;
}
.transparent-header {
  position: absolute;
  background: transparent;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.fixed-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.mobile-menu-wrapper {
  background: #f4f5fb;
  width: 100%;
}
.is-sticky .mobile-menu-wrapper {
  width: 100%;
}
.is-sticky .mobile-menu-wrapper .mobile-menu a.cr-btn {
  display: none;
}
.sticky-header:not(.header-sidemenu).is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  -webkit-animation: slideInDown 0.7s ease-in-out 0s 1 both;
  -moz-animation: slideInDown 0.7s ease-in-out 0s 1 both;
  -ms-animation: slideInDown 0.7s ease-in-out 0s 1 both;
  -o-animation: slideInDown 0.7s ease-in-out 0s 1 both;
  animation: slideInDown 0.7s ease-in-out 0s 1 both;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.sticky-header:not(.header-sidemenu).is-sticky nav.menu > ul > li > a {
  padding: 23px 0;
}
.header.megamenu-fullwidth div[class^="col-"] {
  position: inherit !important;
}
.header.megamenu-container .header-inner {
  position: relative;
}
.header-style-2 nav.menu .cr-megamenu-wrap {
  left: auto;
  right: -36px;
  width: 152%;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  .publication-container {
    display: inherit;
  }
}
.publication-container .publication {
  display: flex;
  flex-direction: row;
  padding: 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  margin-right: 1%;
  max-width: 49%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  .publication-container .publication {
    width: 100%;
  }
}
.publication-container .publication .publication-logo {
  width: 20%;
  margin-right: 20px;
}
.publication-container .publication .publication-text {
  width: 80%;
  line-height: 24px;
}
.publication-container .publication .publication-text span {
  font-weight: bold;
}
.portfolio-wrap {
  overflow: hidden;
}
.portfolio-filters {
  text-align: center;
  margin-bottom: 40px;
}
.portfolio-filters button {
  display: inline-block;
  background: transparent;
  border: none;
  outline: none;
  padding: 5px 18px;
  color: #555555;
  font-size: 14px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.portfolio-filters button:first-child {
  padding-left: 0;
}
.portfolio-filters button:last-child {
  padding-right: 0;
}
.portfolio-filters button:hover {
  color: #3366cc;
}
.portfolio-filters button.is-checked {
  color: #3366cc;
}
.portfolio-filters.portfolio-filters-minimal button {
  padding: 5px 30px;
}
.portfolio-filters.portfolio-filters-minimal button:first-child {
  padding-left: 0;
}
.portfolio-filters.portfolio-filters-minimal button:last-child {
  padding-right: 0;
}
.portfolio {
  position: relative;
  margin-left: 15px;
  margin-bottom: 15px;
}
.portfolio:hover .portfoilo-thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolio:hover .portfolio-content {
  background: rgba(51, 102, 204, 0.7);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio:hover .portfolio-content > * {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.portfolio:hover .portfolio-content h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.portfolio:hover .portfolio-content h3 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.portfolio:hover .portfolio-content a.portfolio-zoom-trigger {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.portfolio:hover .portfolio-content-inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.portfoilo-thumb {
  overflow: hidden;
}
.portfoilo-thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-content {
  position: absolute;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  left: 15px;
  top: 15px;
  background: rgba(71, 187, 143, 0);
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio-content > * {
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.portfolio-content h6 {
  font-size: 16px;
  font-weight: 700;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  text-transform: uppercase;
}
.portfolio-content h3 {
  color: #ffffff;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}
.portfolio-content a {
  color: #ffffff;
}
.portfolio-content a:hover {
  color: #f1f1f1;
}
.portfolio-content a.portfolio-zoom-trigger {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
  padding: 8px 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  visibility: hidden;
  opacity: 0;
}
.portfolio-content a.portfolio-zoom-trigger:hover {
  opacity: #f1f1f1;
}
.portfolio-content-inner {
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.portfolio-load-more-button .load-more-toggle {
  margin-top: 50px;
  background: #3366cc;
}
.portfolios-style {
  margin-left: -15px;
}
.portfolios-style .portfolio-content {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolios-slider-active.cr-slider-navigation-2 .cr-slider-nav {
  margin-top: -40px;
}
.portfolios-slider-active .portfolio-single {
  padding-left: 0;
  padding-right: 0;
}
.portfolios-slider-active .portfolio-single:active {
  outline: none;
}
.portfolios-slider-active .portfolio-single:focus {
  outline: none;
}
.portfolios-slider-active .slick-list {
  padding: 0 !important;
  margin-left: -15px;
}
.pg-portfolio-images img {
  width: 100%;
}
.pg-portfolio-images img:focus {
  outline: none;
}
.pg-portfolio-images img:active {
  outline: none;
}
.pg-portfolio-details {
  margin-top: 70px;
}
.pg-portfolio-details h4 {
  color: #333333;
  font-family: "Roboto", sans-serif;
}
.pg-portfolio-single-info {
  margin-top: 45px;
}
.pg-portfolio-single-info h5 {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-bottom: 15px;
}
.pg-portfolio-single-info h5::after {
  content: "";
  width: 100%;
  background: #eeeeee;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
}
.pg-portfolio-single-info p {
  color: #777777;
  font-size: 16px;
  margin-bottom: 0;
}
.pg-portfolio-single-info ul {
  display: inline-block;
  font-size: 0;
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.pg-portfolio-single-info ul li {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  color: #777777;
}
.pg-portfolio-single-info ul li::after {
  content: "/";
  padding: 0 5px;
}
.pg-portfolio-single-info ul li:last-child::after {
  display: none;
}
.pg-portfolio-single-info ul li a {
  color: #777777;
}
.pg-portfolio-single-info ul li a:hover {
  color: #0e9544;
}
.pg-contact-form .small-title {
  padding-right: 300px;
}
.pg-contact-form form {
  margin-left: -6px;
  margin-right: -6px;
}
.pg-contact-form .single-input {
  margin: 0 6px;
  margin-top: 22px;
}
.pg-contact-form input {
  border: 1px solid #999999;
  border-radius: 5px;
  color: #aaaaaa;
  font-size: 16px;
}
.pg-contact-form input:-moz-placeholder {
  color: #aaaaaa;
}
.pg-contact-form input::-moz-placeholder {
  color: #aaaaaa;
}
.pg-contact-form input:-ms-input-placeholder {
  color: #aaaaaa;
}
.pg-contact-form input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.pg-contact-form input:focus {
  border-color: #0e9544;
}
.pg-contact-form input:active {
  border-color: #0e9544;
}
.pg-contact-form select {
  border: 1px solid #999999;
  border-radius: 5px;
  color: #aaaaaa;
  font-size: 16px;
}
.pg-contact-form select:-moz-placeholder {
  color: #aaaaaa;
}
.pg-contact-form select::-moz-placeholder {
  color: #aaaaaa;
}
.pg-contact-form select:-ms-input-placeholder {
  color: #aaaaaa;
}
.pg-contact-form select::-webkit-input-placeholder {
  color: #aaaaaa;
}
.pg-contact-form select:focus {
  border-color: #0e9544;
}
.pg-contact-form select:active {
  border-color: #0e9544;
}
.pg-contact-form textarea {
  border: 1px solid #999999;
  border-radius: 5px;
  color: #aaaaaa;
  font-size: 16px;
}
.pg-contact-form textarea:-moz-placeholder {
  color: #aaaaaa;
}
.pg-contact-form textarea::-moz-placeholder {
  color: #aaaaaa;
}
.pg-contact-form textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
.pg-contact-form textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
.pg-contact-form textarea:focus {
  border-color: #0e9544;
}
.pg-contact-form textarea:active {
  border-color: #0e9544;
}
.pg-contact-form button {
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 3;
}
.pg-contact-details ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.pg-contact-details ul li:last-child {
  margin-bottom: 0;
}
.pg-contact-details .single-quick-contact {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pg-contact-details .single-quick-contact i {
  font-size: 30px;
  line-height: 30px;
  color: #0e9544;
  display: inline-block;
  margin-bottom: 30px;
}
.pg-contact-details .single-quick-contact h5 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.pg-contact-details .single-quick-contact p {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #777777;
  margin-bottom: 0;
}
.pg-contact-details .single-quick-contact p a {
  color: #777777;
}
.pg-contact-details .single-quick-contact p a::after {
  content: "/";
  padding: 0 3px;
}
.pg-contact-details .single-quick-contact p a:last-child::after {
  display: none;
}
.pg-contact-details .single-quick-contact p a:hover {
  color: #0e9544;
}
.pg-contact-form-map-wrapper .pg-contact-form .small-title {
  padding-right: 150px;
}
.footer-widgets .col-lg-4 {
  width: 35%;
}
.footer-widgets .col-lg-5 {
  width: 40%;
}
.footer-widgets .footer-widget-title {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #8f8f8f;
  font-family: "Roboto Condensed", sans-serif;
}
.footer-widgets .single-widget {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.footer-widgets .single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer-widgets .single-widget ul li {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin-top: 25px;
}
.footer-widgets .single-widget ul li a {
  font-size: 16px;
  font-family: Roboto;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none !Important;
  font-weight: 700;
}
.footer-widgets .single-widget ul li a:hover {
  color: #ffffff;
  text-decoration: underline !Important;
}
.footer-widgets .single-widget.footer-widget-about p {
  margin-top: 25px;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-widgets .single-widget.widget-newsletter {
  padding-right: 30px;
}
.footer-widgets .single-widget.widget-newsletter input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #777;
  color: #777777;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.footer-widgets .single-widget.widget-newsletter input::placeholder {
  color: #777777;
}
.footer-widgets .single-widget.widget-newsletter input::-moz-placeholder {
  color: #777777;
}
.footer-widgets .single-widget.widget-newsletter input:focus {
  outline: none;
  border-color: #0e9544;
}
.footer-widgets .single-widget.widget-newsletter input:active {
  outline: none;
}
.footer-widgets .single-widget.widget-newsletter button {
  margin-top: 20px;
}
.footer-widgets .single-widget.widget-quick-links {
  padding-left: 0;
}
.footer-widgets .single-widget.widget-latest-blog {
  padding-left: 17px;
}
.footer-widgets .single-widget.widget-latest-blog ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 5px;
}
.footer-widgets .single-widget.widget-latest-blog ul li:last-child {
  margin-bottom: 0;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-thumb {
  padding-right: 20px;
  display: inline-block;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-content h6 {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-content h6 a {
  color: #ffffff;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-content h6 a:hover {
  color: #0e9544;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-meta span {
  display: inline-block;
  padding-right: 12px;
  color: #777777;
  font-size: 13px;
  line-height: 20px;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-meta span:last-child {
  padding-right: 0;
}
.footer-widgets .single-widget.widget-quick-contact {
  padding-left: 0px;
}
.footer-widgets .single-widget.widget-quick-contact h3 {
  font-size: 25px;
  font-weight: normal;
  margin-top: -25px;
  font-family: "Roboto Condensed", sans-serif;
}
.footer-widgets .single-widget.widget-quick-contact ul li {
  margin-bottom: 5px;
  color: #ffffff;
}
.footer-widgets .single-widget.widget-quick-contact ul li span {
  font-size: 14px;
  line-height: 30px;
  color: #dddddd;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  display: block;
}
.footer-widgets .single-widget.widget-quick-contact ul li p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.single-widget.widget-quick-links ul li a {
  text-decoration: underline;
}
.fax-footer {
  margin-top: 10px;
}
.footer-bottom-area {
  padding: 25px 0;
}
.footer-social {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.footer-social li {
  display: inline-block;
  padding-right: 45px;
}
.footer-social li:last-child {
  padding-right: 0;
}
.footer-social li a {
  display: inline-block;
  color: #0e9544;
  font-size: 14px;
  line-height: 24px;
}
.footer-social li a:hover {
  color: #3366cc;
}
p.footer-copyright {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #0e9544;
  text-align: right;
}
p.footer-copyright a {
  color: #0e9544;
  font-weight: 500;
}
p.footer-copyright a:hover {
  color: #3366cc;
}
.cover {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.overlay-cover:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(27, 94, 32, 0.65);
}
.bannerCover {
  width: 100%;
  float: left;
  background-color: #dddddd;
  text-align: center;
}
.bannerCover img {
  width: 100% !important;
}
.bannerCover .bannerImgWrapper {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.bannerCover .bannerImgWrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bannerCover .cr-breadcrumb {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.bannerCover .cr-breadcrumb h1 {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: normal;
  color: #ffffff;
  line-height: 58px;
}
.bannerCover .cr-breadcrumb h2 {
  color: #ffffff;
  font-weight: normal !important;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-stretch: condensed;
  line-height: 29px;
  letter-spacing: normal;
}
.bannerCover .cr-breadcrumb h3 {
  color: #ffffff;
}
.bannerCover .cr-breadcrumb a {
  background-color: #017d4e;
  display: inline-block;
  margin-top: 20px;
}
.banner-content-cover {
  display: table;
  position: absolute;
  top: 50%;
  transform: translateY(-57%);
}
.banner-registration .banner-content-cover {
  transform: translateY(-40%);
}
.banner-registration .cr-breadcrumb h2 {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  max-width: 540px;
  margin: 0 auto;
}
.banner-registration .cr-breadcrumb a {
  min-width: 180px;
}
.banner-registration .cr-breadcrumb.social-banner h2 {
  max-width: 706px;
}
.apec-content-cover {
  margin-top: -105px;
  background-color: #ffffff !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 9;
  height: 361px;
  overflow: hidden;
}
.apec-content-cover img {
  float: right;
}
.apec-content-sub-cover {
  position: absolute;
  padding: 10px;
  max-width: 380px;
  width: 100%;
  float: left;
  margin: 34px 60px;
  color: #2a2a2a;
}
.apec-content-sub-cover h2 {
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.apec-content-sub-cover p {
  margin-bottom: 0;
}
.apec-content-sub-cover a {
  margin-top: 30px !important;
}
.video-cover {
  margin-top: 25px;
  color: #2a2a2a;
}
.video-cover a {
  margin: 20px 0;
}
.portal-content {
  color: #2a2a2a;
  text-align: center;
  width: 90%;
  margin: 10px auto 30px;
}
.vc-box {
  padding: 0;
}
.portal-box {
  padding: 28px 10px 0;
  text-align: center;
  margin: 40px auto 0;
  border-top: 1px solid #d8d8d8;
  color: #2a2a2a;
}
.portal-img {
  display: inline-block;
}
.portal-img img {
  height: 40px;
  width: 40px;
}
.portal-header {
  display: inline-block;
  margin-left: 12px;
}
.portal-header h3 {
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}
.latest-news-cover {
  border: 1px solid #d8d8d8;
  padding: 25px 35px;
  margin-top: 25px;
  color: #2a2a2a;
}
.latest-news-cover p {
  margin-bottom: 6px;
}
.latest-news-cover h2 {
  font-size: 30px;
  font-weight: normal;
}
.latest-news-cover h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
}
.latest-news-cover a {
  color: #017d4e;
  text-decoration: underline;
  font-weight: 500;
  font-size: 18px;
}

.latest-news-cover a:hover {
  color: #4caf50;
  text-underline: none;
}

.latest-news-cover hr {
  margin-top: 15px;
  border-top: 1px solid #d8d8d8;
}
.see-all-link {
  text-align: center;
}
.upcoming-sessions-cover {
  float: left;
  width: 100%;
  background-size: cover;
  margin-top: 50px;
  position: relative;
}
.upcoming-sessions-cover img {
  width: 100% !important;
}
.upcoming-sessions-content {
  color: #ffffff;
}
.upcoming-sessions-content h2 {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.upcoming-sessions-content h3 {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  max-width: 465px;
  margin: 10px auto 25px;
}
.test-outer {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  width: 100%;
}
.sessions-cover {
  float: left;
  width: 100%;
  background-color: #f4f4f4;
}
.sessions-cover .col-lg-4 {
  margin-bottom: 30px;
}
.sessions-cover img {
  width: 100% !important;
}
.sessions-cover .sessions {
  color: #000000;
  background-color: #ffffff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -50px;
  transition: all 0.3s ease-in-out;
}
.sessions-cover .sessions:hover {
  margin: 0 auto;
  top: -55px;
}
.sessions h3 {
  font-size: 30px;
  font-weight: normal;
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 10px;
}
.sessions p {
  padding: 0 12px;
  text-align: center;
  margin-bottom: 25px;
}
.sessions-sub {
  padding: 30px 25px;
}
.sessions-sub .btn-default {
  color: #4caf50;
  background-color: #ffffff;
  border: 1px solid #4caf50;
  font-size: 18px;
  padding: 13px 33px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sessions-sub .btn-default:active {
  background-color: #ffffff;
}
.sessions-sub .btn-default:hover {
  box-shadow: none;
}
.visit-cover {
  float: left;
  width: 100%;
  background-color: #1f88ad;
}
.visit-cover .row {
  margin: 0px -2px;
}
.visit-cover .col-lg-4 {
  padding: 0px 2px;
}
.visit-content {
  color: #ffffff;
  padding: 53px 20px;
}
.visit-content h2 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 0;
}
.visit-content p {
  font-size: 25px;
  margin: 10px 0 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  font-family: "Roboto Condensed", sans-serif;
}
.visit-content2 {
  float: left;
  width: 100%;
}
.visit-content2 h3 {
  font-family: Roboto;
  float: left;
  min-height: 106px;
  width: calc(100% - 4px);
  font-size: 25px;
  color: #ffffff;
  position: absolute;
  margin: 0;
  bottom: 0px;
  padding: 24px 60px 24px 15px;
  background-color: rgba(35, 35, 35, 0.7);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.visit-content2 img {
  width: 100% !important;
}
.clients-section {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
}
.sponsors {
  float: left;
  width: 100%;
  padding: 0px 15px;
}
.sponsors h2 {
  font-size: 30px;
  color: #2a2a2a;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
}
.partners {
  float: left;
  width: 100%;
  padding: 0px 15px;
}
.partners h2 {
  font-size: 30px;
  color: #2a2a2a;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
}
.partners .col-lg-4.col-sm-4 {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.sponsors-border {
  border-left: 1px solid #d8d8d8;
}
.testimonial-cover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 100%;
  padding-top: 25px;
  margin-bottom: 10px;
}
.carousel-cover {
  background: #fff;
}
.carousel-cover .carousel-caption {
  right: 0;
  left: 48%;
  top: 100px;
  font-size: 20px;
  font-family: Roboto;
  line-height: 32px;
  width: 35%;
  color: #2a2a2a;
  text-align: left;
}
.carousel-cover .carousel-caption span {
  text-shadow: none;
}
.carousel-cover .carousel-caption span:before {
  width: 30px;
  height: 30px;
  content: " ";
  background-size: 25px;
  background-image: url(icons/quotes_start.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -35px;
  top: 12px;
}
.carousel-cover .carousel-caption span.quotes-end img {
  height: 23px;
  margin: 12px 0 0 5px;
}
.carousel-cover .carousel-indicators li {
  height: 15px;
  width: 15px;
  background-color: #d8d8d8;
  border: none;
  margin: 0 5px;
}
.carousel-cover .carousel-indicators .active {
  background-color: #6d6d6d;
}
.carousel-cover .carousel-control.right {
  height: 0px !important;
  top: calc(54% - 30px);
}
.carousel-cover .carousel-control.left {
  height: 0px !important;
  top: calc(54% - 30px);
}
.carousel-cover h3 {
  margin: 30px 0 0;
  font-size: 26px;
  text-shadow: none;
}
.carousel-cover p {
  font-size: 18px;
  text-shadow: none;
}
.carousel-cover .carousel-control .glyphicon-chevron-right {
  background: url(icons/slider-arrow.png) no-repeat;
  background-size: cover;
  width: 65px;
  height: 65px;
  margin: 0 !important;
  right: 20%;
}
.carousel-cover .carousel-control .glyphicon-chevron-right:before {
  display: none;
}
.carousel-cover .carousel-control .glyphicon-chevron-left {
  background: url(icons/slider-arrow.png) no-repeat;
  background-size: cover;
  transform: rotate(-180deg);
  width: 65px;
  height: 65px;
  margin: 0 !important;
  left: 20%;
}
.carousel-cover .carousel-control .glyphicon-chevron-left:before {
  display: none;
}
.carousel-cover .carousel-inner > .item {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.carousel-cover .carousel-inner > .item > img {
  height: 475px;
}
.carousel-control .icon-prev {
  width: 65px;
  height: 65px;
  margin: 0 !important;
  left: 20%;
}
.carousel-control .icon-next {
  width: 65px;
  height: 65px;
  margin: 0 !important;
  right: 20%;
}
.carousel-caption-cover {
  width: 70%;
  float: right;
  background: #fff;
}
.br {
  border-right: 1px solid #6d6d6d;
  min-height: 235px;
}
.footer-form-cover label {
  display: none;
  font-size: 0 !important;
}
.footer-form-cover .input {
  margin: 30px 0;
}
.footer-form-cover .input input.error {
  border-color: #ff0000;
}
.footer-form-cover .input input.valid {
  border-color: #4caf50;
}
.footer-form-cover .input input {
  border-radius: 5px;
  height: 33px;
  border: 1px solid #E0E0E0;
  line-height: normal;
  vertical-align: middle;
  width: 100%;
  padding: 6px 8px;
  font-size: 16px;
  margin-top: 20px 0;
  font-family: 'Lato', sans-serif;
}
.footer-form-cover .input input::-webkit-input-placeholder {
  color: #8f8f8f;
  opacity: 1;
}
.footer-form-cover .input input::-moz-placeholder {
  color: #8f8f8f;
  opacity: 1;
}
.footer-form-cover .input input:-ms-input-placeholder {
  color: #8f8f8f;
  opacity: 1;
}
.footer-form-cover .input input:-moz-placeholder {
  color: #8f8f8f;
  opacity: 1;
}
.footer-form-cover label.error {
  font-size: 15px !important;
  font-weight: normal !important;
  color: #ff0000;
}
.footer-form-cover .submit button {
  border-radius: 6px;
  border-color: #4caf50;
  color: #4caf50;
  height: 50px;
  width: 135px !important;
  line-height: normal;
  vertical-align: middle;
  width: 100%;
  padding: 6px 12px;
  font-size: 18px;
  float: left;
  background: transparent;
  border: 1px solid #4caf50;
}
.footer-form-cover img {
  height: 24px;
  margin: 10px 6px;
}
.newsletter_heading {
  position: relative;
  top: 5px;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
}
.follow_us {
  font-size: 16px;
  color: #a3a3a3;
  left: 113px;
  top: 6px;
}
.footer-social-outer {
  text-align: right;
}
ul.navbar-nav li:nth-child(2) ul {
  left: -60px !important;
}
ul.navbar-nav li:nth-child(2) ul:before {
  right: 43%;
}
ul.navbar-nav li:nth-child(3) ul {
  left: -180px !important;
}
ul.navbar-nav li:nth-child(3) ul:before {
  right: 74%;
}
ul.navbar-nav li:nth-child(4) ul {
  left: -20px !important;
}
ul.navbar-nav li:nth-child(4) ul:before {
  right: 46%;
}
ul.navbar-nav li:nth-child(5) ul {
  left: -60px !important;
}
ul.navbar-nav li:nth-child(5) ul:before {
  right: 48%;
}
ul.navbar-nav li:nth-child(6) ul:before {
  right: 46%;
}
.layer-1:before {
  content: '';
  width: 0 !important;
  height: 0 !important;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #fff !important;
  position: absolute;
  top: -10px;
  /*right: 41%;*/
  right: 36%;
}
.navbar-right ul.dropdown-menu {
  display: block;
  left: 0;
  right: 0;
  min-width: 220px !important;
  top: 69px !important;
}
.navbar-right ul.dropdown-menu.sub-menu > li {
  float: left;
  display: inline-block;
}
.navbar-right ul.dropdown-menu.sub-menu > li ul.dropdown-menu.sub-menu {
  display: inline-block !important;
  position: static;
  border: none;
  background: none;
  max-width: inherit !important;
  margin-top: 0 !important;
  box-shadow: none;
  margin-left: 0 !important;
}
.navbar-right ul.dropdown-menu.sub-menu > li ul.dropdown-menu.sub-menu li {
  padding: 0;
  display: inline-block;
  width: 100%;
}
.dropdown-menu.sub-menu li {
  min-width: 165px;
}
.dropdown-menu.sub-menu li a span {
  display: none;
}
.sub-menu2 {
  font-size: 16px;
  padding: 3px 12px;
  font-weight: bold !important;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #2d2a26 !important;
}
.full-width-li {
  width: 100% !important;
  padding: 0 !important;
  margin: 0px;
}
.sub-menu3a {
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  min-height: 205px;
}
.sub-menu3a:last-child {
  border-right: none;
}
.sub-menu3a > a {
  font-size: 16px !important;
  font-weight: bold !important;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #c1c1c1 !important;
}
.sub-menu3a.active a {
  background: none;
}
.sub-menu3a.active a:hover {
  background: none;
}
.partner-view-all {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: #4caf50 !important;
  text-decoration: underline;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 0px;
  display: inline-block;
}
.backdrop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 998;
}
.backdrop-mobile {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 998;
}
.brakdrop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 00px;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 998;
}
.video {
  border: 1px solid #dadada;
}
.playpause {
  background-image: url(icons/play-button.png);
  background-repeat: no-repeat;
  width: 10%;
  height: 21%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.registration-content {
  display: inline-block;
  border-bottom: 2px solid #d8d8d8;
  width: 100%;
  margin-top: 27px;
  padding-bottom: 20px;
  color: #2a2a2a;
}
.registration-content .col-md-10 {
  width: 83.5%;
  padding-left: 15px;
  padding-right: 26px;
  border-right: 1px solid #e0e0e0;
}
.registration-content .col-md-10 h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: normal;
  margin-left: 10px;
}
.registration-content .col-md-10 p {
  font-family: Roboto;
  font-size: 16px;
  margin-left: 10px;
}
.registration-content .col-md-2 {
  width: 180px;
  padding-left: 13px;
}
.registration-content .table-responsive {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.table-outer-header {
  color: #2a2a2a;
  background-color: #e8f5e9;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.table-outer-header h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: bold !important;
  margin-bottom: 0;
  margin-left: 0 !important;
  padding: 32px 23px 10px;
}
.table-outer-header h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 5px 23px 20px;
  color: #2a2a2a;
}
table thead th {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700 !important;
}
table tbody td,
table tbody th {
  font-family: "Roboto Condensed", sans-serif;
}
.table.registration-table {
  margin-bottom: 0;
}
.table.registration-table > thead {
  background-color: #e8f5e9;
}
.table.registration-table > thead > tr > th {
  border-bottom: none;
  vertical-align: top;
  color: #6d6d6d;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  padding: 15px 0 15px 23px;
}
.table.registration-table > tbody {
  color: #2a2a2a;
  font-size: 18px;
}
.table.registration-table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 0 15px 23px;
  width: 150px !important;
}
.table.registration-table > tbody > tr:last-child > td {
  border: none;
}
.table.registration-table > tbody > tr:nth-child(even) {
  background-color: rgba(244, 244, 244, 0.4);
}
.custom-row {
  width: 142px !important;
}
.registration-sub-content {
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  width: 160px;
  margin-top: 10px;
}
.registration-sub-content ul {
  list-style: none;
  padding-left: 0px;
}
.registration-sub-content a {
  display: block;
  text-decoration: none;
  color: #1f88ad;
  cursor: pointer;
  margin-bottom: 25px;
}
.registration-sub-content a:hover {
  display: block;
  text-decoration: none;
  color: #1f88ad;
  cursor: pointer;
  margin-bottom: 25px;
}
.registration-sub-content li.active a {
  color: #2a2a2a;
}
.table.registration-table.second-table > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
  padding: 15px 0;
}
.table.registration-table.second-table > tbody > tr > td:first-child {
  text-align: initial;
  padding: 15px 0 15px 23px;
}
.event-additional-information {
  margin-top: 20px;
}
.event-box {
  margin-top: 30px !important;
  min-height: 346px !important;
}
.event-box:first-child {
  margin-top: -60px !important;
}
.event-box .page-left-box-content {
  width: 47%;
}
.event-box h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2a2a2a;
  margin-bottom: 10px;
}
.event-box h2 {
  margin-bottom: 10px;
}
.event-box-middlebanner-content {
  position: absolute;
  top: calc(73% - 80px);
  left: 0px;
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.event-box-middlebanner-content h2 {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.banner {
  width: 100%;
  float: left;
  position: relative;
  margin-top: -70px;
}
.banner img {
  width: 100% !important;
  max-height: 1000px;
}
.banner-text {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  position: absolute;
  top: calc(50% - 10px);
  left: 0px;
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.main-section {
  display: inline-block;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 24px;
  border-bottom: 2px solid #e0e0e0;
}
.page-left-box {
  float: left;
  margin-top: -66px;
  background-color: #ffffff !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  padding: 15px 24px 3px;
  position: relative;
  z-index: 9;
  min-height: 364px;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: contain !important;
}
.page-left-box h2 {
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 5px;
  color: #2a2a2a;
  font-family: "Roboto Condensed", sans-serif;
}
.page-left-box p {
  font-size: 16px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0;
  color: #2a2a2a;
  margin-bottom: 10px;
}
.page-left {
  width: 975px;
  padding-right: 30px;
  border-right: 1px solid #e0e0e0;
}
.page-left-box-content {
  width: 52%;
  float: left;
}
.page-left-box-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  text-align: right;
  height: 100%;
  width: 50%;
}
.page-left-box-img img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.page-right {
  width: 160px;
  float: left;
}
.page-right ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.page-right ul li {
  display: inline-block;
  width: 100%;
}
.page-right ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #1f88ad;
  line-height: 22px !important;
  display: inline-block;
  margin-bottom: 15px;
}
.page-right ul li:last-child a {
  margin-bottom: 0px;
}
.page-right ul li.menu-label {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: bold;
  color: #ccc;
  line-height: 18px;
}
li .page-right ul li.menu-label {
  margin-top: 30px;
}
.page-right ul li.active a {
  color: #2a2a2a;
}
.seminar-section {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 40px;
}
.seminar-section h2 {
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 20px;
  color: #2a2a2a;
  font-family: "Roboto Condensed", sans-serif;
}
.tab-section {
  min-height: 54px;
}
.tab-section li a {
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f88ad;
  font-family: "Roboto Condensed", sans-serif;
  padding: 15px 23px;
  border-radius: 0px;
}
.tab-section li.active a {
  color: #2a2a2a;
}
.select-track {
  position: absolute;
  right: 0;
  top: 74px;
  width: 285px;
}
.select-track label {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a3a3a3;
}
.select-track select {
  height: 33px;
  width: 100%;
  border: 1px solid rgba(39, 39, 39, 0.35);
  border-radius: 5px;
  margin-top: 2px;
  padding-left: 13px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #2a2a2a;
  letter-spacing: normal;
  background: #ffffff url(icons/dropdown-arrow.png) no-repeat;
  background-position: 93% center;
  background-size: 6px;
  appearance: none;
  -webkit-appearance: none;
}
.tab-section-banner {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  margin-top: 10px;
}
.tab-section-banner-content {
  position: absolute;
  top: calc(50% - 80px);
  left: 0px;
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.tab-section-banner-content h3 {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.tab-section-banner-content h2 {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.tab-section-banner-content h2 span {
  display: inline-block;
  width: 100%;
}
.tab-section-box {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  display: flex;
  flex-flow: wrap;
  background: #fff;
  margin-bottom: 30px;
}
.tab-section-box:first-child {
  margin-top: -20px;
  position: relative;
  z-index: 9;
}
.tab-section-box-left {
  padding: 14px 16px;
  display: inline-block;
  width: 60%;
}
.tab-section-box-left h2 {
  font-family: Roboto;
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  color: #2a2a2a;
  margin-bottom: 10px !important;
}
.tab-section-box-left p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  color: #2a2a2a;
  font-style: normal;
  margin-top: 5px;
  font-stretch: normal;
  display: inline-block;
  width: 100%;
  line-height: normal;
  letter-spacing: normal;
}
.tab-section-box-right {
  padding: 14px 24px;
  display: inline-block;
  width: 65%;
  width: 40%;
  float: left;
  background: #e8f5e9;
  padding: 15px 26px;
}
.tab-section-box-component {
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  color: #2a2a2a;
  letter-spacing: normal;
  margin-bottom: 5px;
}
.tab-section-box-cover {
  display: inline-block;
  width: 100%;
}
.tab-section-box-time {
  float: left;
  width: 50%;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2a2a2a;
  margin-bottom: 10px;
}
.tab-section-box-time:nth-child(2n+2) {
  text-align: right;
}
.tab-section-box-time span {
  color: #b5b5b5;
}
.show-more {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #1f88ad !important;
}
.down-arrow {
  background: url(icons/down-arrow.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.up-arrow {
  background: url(icons/down-arrow.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  transform: rotate(-180deg);
  margin-left: 15px;
  vertical-align: middle;
}
.tab-section-box-speaker {
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  color: #2a2a2a;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  letter-spacing: normal;
}
.tab-section-box-profile-cover {
  padding: 20px 0px 15px;
  border-bottom: 1px solid #e0e0e0;
}
.tab-section-box-profile-cover:last-child {
  border-bottom: none;
}
.tab-section-box-profile {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.tab-section-box-profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  float: left;
}
.tab-section-box-profile-img img {
  max-width: 100%;
  max-height: 100%;
}
.tab-section-box-profile-data {
  padding-left: 60px;
}
.tab-section-box-profile-text1 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 5px;
  color: #2a2a2a;
}
.tab-section-box-profile-text2 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2a2a2a;
}
.tab-section-box-right-text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2a2a2a;
}
.page-right-fixed {
  position: fixed;
  top: 34px;
}
.bottom-tab {
  text-align: right;
  border: none;
}
.bottom-tab li {
  float: none;
  display: inline-block;
}
.bottom-tab li a {
  border: none !important;
  padding: 0px !important;
  margin-left: 41px;
  background: none !important;
}
.education_seminar_info {
  overflow: hidden;
  display: inline-block;
}
.event-middle-outer {
  display: inline-block;
  width: 100%;
}
.event-middle-text-box {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2a2a2a;
  padding-top: 45px;
}
.event-middle-text-box p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2a2a2a;
}
.event-middle-text-box ul {
  padding-left: 35px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  list-style: none;
}
.event-middle-text-box .half-list li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.event-middle-text-box .half-list li::before {
  content: "•";
  color: #2a2a2a;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.event-middle-text-box .full-list li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.event-middle-text-box .full-list li::before {
  content: "•";
  color: #2a2a2a;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.event-section-block p {
  font-size: 16px;
  color: #2a2a2a;
}
.event-section-block p:nth-child(2) {
  padding-top: 45px;
}
.event-section-block ul {
  list-style-type: none;
  margin-bottom: 30px;
}
.event-section-block ul li {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 10px;
  line-height: normal;
}
.event-section-block ul li:before {
  content: "•";
  color: #2a2a2a;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.event-table-outer {
  margin-top: -30px;
  position: relative;
}
.event-table-outer .table-responsive {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.event-table-outer .table-responsive .table-outer-header h2 {
  padding: 20px 23px 10px;
}
.event-table-outer .table-responsive .table.registration-table.second-table > tbody > tr > td {
  text-align: left;
  padding: 15px 0 15px 23px;
}
.event-table-outer .table-responsive .table.registration-table.second-table > tbody > tr > td:last-child {
  min-width: 400px;
}
.event-table-outer .table-responsive .table.registration-table.second-table > tbody > tr > td span {
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  display: none;
  color: #6d6d6d;
}
.event-table-outer .table-responsive:last-child {
  margin-bottom: 20px;
}
.not-found-cover {
  padding-bottom: 62px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
}
.history-content {
  padding-bottom: 51px;
}
.history-content .col-md-10 {
  padding-bottom: 32px;
}
.history-content .registration-sub-content li a {
  margin-bottom: 31px;
}
.history-content .history-col {
  padding-left: 15px;
}
.history-table-cover .table-responsive {
  margin-bottom: 31px;
}
.history-table-cover .table-responsive:last-child {
  margin-bottom: 0;
}
.history-table-cover .table-responsive h2 {
  background-color: #e8f5e9;
  margin-left: 0;
  padding-left: 19px;
  margin-bottom: 0;
  padding-top: 21px;
  padding-right: 15px;
  color: #2a2a2a;
  font-weight: 700;
  line-height: normal;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
}
.history-table-cover .table > thead > tr > th {
  padding: 18px 0 11px 19px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: middle;
}
.history-table-cover .table > thead > tr > th:first-child {
  width: 31.5%;
}
.history-table-cover .table > thead > tr > th:nth-child(2) {
  width: 46%;
}
.history-table-cover .table > thead > tr > th:last-child {
  width: 22.5%;
}
.history-table-cover .table > tbody > tr > td {
  padding: 22px 0 20px 23px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.history-table-cover .table > tbody > tr > td > a {
  color: #4caf50;
  text-decoration: underline;
  font-weight: 500;
}
.history-table-cover .table > tbody > tr:nth-child(even) {
  background-color: #f4f4f4;
}
.history-table-cover .table.history-two-item-table thead > tr > th:first-child {
  width: 77.5%;
}
.history-table-cover .table.history-two-item-table thead > tr > th:last-child {
  width: 22.5%;
}
.program-cover {
  width: 100%;
  float: left;
}
.program-cover .container {
  width: 100%;
  float: left;
  padding: 0;
}
.program-cover .portal-box {
  border-top: none;
  padding: 24px 10px 0;
}
.program-cover .portal-header h3 {
  color: #2a2a2a;
}
.program-cover p.portal-content {
  font-size: 18px;
  margin: 18px auto 26px;
}
.program-cover .program-tile-cover a.cr-btn-sm {
  background: transparent;
  color: #4caf50;
  font-weight: 500;
  border: 1px solid #4caf50;
  box-shadow: none;
}
.program-tile-cover {
  display: flex;
  flex-wrap: wrap;
}
.history-mobile {
  display: none;
}
.registration-content.gallery-content {
  padding-bottom: 0 !important;
}
.galley_root {
  padding: 28px 27px 0px !important;
}
.galley_root .image-grid__item {
  margin-bottom: 26px;
}
.galley_root .scroller-status {
  padding: 15px 0;
}
.no-record {
  width: 100%;
  float: left;
  text-align: center;
  color: #2a2a2a;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.event-box-cover {
  display: inline-block;
  width: 100%;
}
.event-box-cover h3 {
  margin-top: 30px;
}
input.error {
  border: 1px solid #f00 !important;
  outline: none;
}
input.error:focus {
  border: 1px solid #f00 !important;
  outline: none;
}
.mfp-title {
  display: none;
}
.event-page-anchor {
  text-decoration: underline;
  color: #337ab7 !important;
  cursor: pointer;
}
@media only screen and (min-width: 1920px) {
  .cr-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .registration-content-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .cr-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .registration-content-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1800px) {
  .container.custom-container {
    max-width: calc(100% - 300px);
    margin: 0 auto;
  }
  .registration-content-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .container.custom-container {
    max-width: calc(100% - 200px);
    margin: 0 auto;
  }
  .registration-content-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-right {
    margin-right: -30px;
  }
  .container {
    width: 1200px;
    padding: 0px 30px !important;
    max-width: 100% !important;
  }
  .container.custom-container {
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }
  .registration-content-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .navbar-right {
    margin-right: -30px;
  }
  .visit-content2 img {
    width: 100% !important;
  }
  .registration-content-mobile {
    display: none;
  }
  .sponsors-border {
    border-left: none;
  }
  .clients-section .row .col-sm-12 {
    width: 60%;
    margin-top: 15px;
    padding-top: 15px;
  }
  .clients-section .row .col-sm-12:first-child {
    width: 40%;
    border-right: none;
    border-left: none;
    border-top: none;
  }
  .clients-section .row .col-sm-12:first-child .col-lg-4 {
    width: 50%;
  }
  .clients-section .row .col-sm-12.sponsors-border:before {
    border-left: 1px solid #d8d8d8;
    top: 54px;
    height: 186px;
    left: 0px;
    position: absolute;
    content: '';
  }
  .sponsors h2 {
    margin-bottom: 0px;
  }
  .partners h2 {
    margin-bottom: 0px;
  }
  .page-left {
    width: 815px;
  }
  .tab-section-box-left {
    width: 100%;
  }
  .tab-section-box-right {
    width: 100%;
  }
  .page-right {
    width: 140px;
    float: left;
  }
  .page-left-box-content {
    width: 63%;
  }
  .event-box .page-left-box-content {
    width: 56%;
  }
  .event-table-outer .table-responsive .table.registration-table.second-table > tbody > tr > td:last-child {
    min-width: 280px;
  }
  .not-found-cover {
    margin-bottom: 10px;
  }
  .history-table-cover .table-responsive {
    margin-bottom: 30px;
  }
  .history-table-cover .table-responsive h2 {
    margin-left: 0;
    padding-left: 15px;
  }
  .history-table-cover .table > thead > tr > th {
    padding: 18px 0 11px 18px;
  }
  .history-table-cover .table > thead > tr > th:first-child {
    width: 29.5%;
  }
  .history-table-cover .table > thead > tr > th:last-child {
    width: 24.5%;
  }
  .history-table-cover .table > tbody > tr > td {
    padding: 22px 0 20px 19px;
  }
  .history-table-cover .table > tbody > tr > td a {
    padding-right: 20px;
  }
  .history-table-cover .table.history-two-item-table thead > tr > th:first-child {
    width: 73.5%;
  }
  .history-table-cover .table.history-two-item-table thead > tr > th:last-child {
    width: 26.5%;
  }
  .history-content {
    margin-top: 30px;
    padding-bottom: 42px;
  }
  .history-content .col-md-10 {
    padding-bottom: 0;
  }
  .history-content .registration-sub-content li a {
    margin-bottom: 30px;
  }
  .program-tile-cover .text-center + .vc-box {
    width: 50%;
  }
  .program-cover p.portal-content {
    margin: 18px auto 15px;
    padding: 0 15px;
  }
  .galley_root .image-grid__item {
    width: 31%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-section-box-left {
    width: 100%;
  }
  .tab-section-box-right {
    width: 100%;
  }
  .small-title.text-center {
    padding: 0 20px;
  }
  .cr-breadcrumb {
    padding: 200px 0;
  }
  .header-style-2 nav.menu .cr-megamenu-wrap {
    width: 139%;
  }
  .header nav.menu ul li {
    padding: 0 15px;
  }
  .portfolios .portfolio-content h3 {
    font-size: 26px;
  }
  .pg-contact-form-map-wrapper .pg-contact-form .small-title {
    padding-right: 0;
  }
  .footer-widgets .single-widget.widget-latest-blog {
    padding-left: 0;
  }
  .footer-widgets .single-widget.widget-quick-contact {
    padding-left: 0;
  }
  .footer-widgets .single-widget.widget-quick-contact h3 {
    margin-top: 0px !important;
  }
  .footer-widgets .row {
    display: flex;
    flex-flow: wrap;
  }
  .footer-widgets .row .col-lg-3:first-child {
    width: 100%;
    order: 3;
    border-top: 1px solid #6d6d6d;
    margin-top: 20px;
    border-right: none;
  }
  .footer-widgets .row .col-lg-4 {
    width: 60%;
  }
  .footer-widgets .row .col-lg-5 {
    width: 39%;
  }
  .footer-widgets .row .col-lg-6 {
    width: 50%;
    float: left;
    padding: 0px;
  }
  h1 {
    font-size: 37px;
  }
  .h1 {
    font-size: 37px;
  }
  h2 {
    font-size: 31px;
  }
  .h2 {
    font-size: 31px;
  }
  h3 {
    font-size: 26px;
  }
  .h3 {
    font-size: 26px;
  }
  .border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sessions-cover {
    text-align: center;
  }
  .sessions-cover .col-lg-4 {
    float: none;
    display: inline-block;
    width: 32.33%;
    margin-bottom: 30px;
  }
  .sessions-cover .sessions {
    top: -30px;
  }
  .visit-content {
    text-align: center;
    padding: 40px 0 !important;
    padding: 35px 40px !important;
    text-align: left;
  }
  .visit-content h2 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 0;
    display: inline-block;
    font-size: 40px !important;
  }
  .visit-content p {
    width: 100% !important;
    margin: 15px auto !important;
    font-size: 25px !important;
  }
  .text-center + .vc-box {
    border-right: 1px solid #ddd;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    border-bottom: none;
  }
  .visit-cover .row {
    margin: 0px -45px !important;
  }
  .visit-cover .col-lg-4 {
    width: 30%;
  }
  .visit-cover .col-lg-4:first-child {
    width: 35%;
  }
  .visit-content2 h3 {
    width: calc(100% - 11px);
  }
  .sponsors img {
    max-width: 160px;
  }
  .partners img {
    max-width: 160px;
  }
  .cr-btn.cr-btn-sm {
    height: 45px !important;
    padding: 8px 33px !important;
    font-size: 16px !important;
  }
  a.cr-btn.cr-btn-sm {
    height: 45px !important;
    padding: 8px 33px !important;
    font-size: 16px !important;
  }
  button.cr-btn.cr-btn-sm {
    height: 45px !important;
    padding: 8px 33px !important;
    font-size: 16px !important;
  }
  .follow_us {
    font-size: 14px !important;
    left: 30px !important;
  }
  .footer-form-cover img {
    height: 20px !important;
    margin: 10px 4px !important;
  }
  .footer-form-cover .submit input {
    height: 45px !important;
  }
  .footer-social-outer {
    text-align: left !important;
    width: 100%;
    display: inline-block;
  }
  .registration-content .col-md-10 {
    width: 80.5%;
  }
  .registration-content .col-md-10 h2 {
    margin-left: 15px;
  }
  .registration-content .col-md-10 p {
    margin-left: 15px;
  }
  .page-left {
    width: 80.5%;
  }
  .registration-content-mobile {
    display: none;
  }
  .br {
    min-height: inherit !important;
  }
  .carousel-indicators {
    bottom: -15px;
  }
  .banner-content-cover {
    margin-top: 0px;
    top: 48%;
  }
  .bannerCover img {
    width: 100% !important;
  }
  .apec-content-sub-cover {
    margin: 34px 25px;
    max-width: 385px;
  }
  .video-section-ipad > .col-lg-6 {
    width: 50%;
  }
  .test-outer {
    top: 46%;
  }
  .clients-section {
    padding-top: 0px;
  }
  .clients-section .row .col-sm-12 {
    width: 60%;
    border: none;
    margin-top: 15px;
    padding-top: 15px;
  }
  .clients-section .row .col-sm-12:first-child {
    width: 40%;
    border-right: none;
    border-left: none;
    border-top: none;
  }
  .clients-section .row .col-sm-12:first-child .col-lg-4 {
    width: 50%;
  }
  .clients-section .row .col-sm-12.sponsors-border::before {
    border-left: 1px solid #d8d8d8;
    top: 54px;
    height: 186px;
    left: 0px;
    position: absolute;
    content: '';
  }
  .banner-registration .banner-content-cover {
    top: 56%;
  }
  .event-box .page-left-box-content {
    width: 56%;
  }
  .container {
    width: 100%;
    padding: 0px 30px !important;
    max-width: 100% !important;
  }
  .tab-section-banner img {
    width: 100% !important;
  }
  .history-table-cover .table-responsive h2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sponsors-border {
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
    margin-top: 20px;
    border-left: none !important;
  }
  .not-found-cover {
    margin-bottom: 15px;
  }
  .history-table-cover .table-responsive h2 {
    margin-left: 0;
    padding-left: 14px;
  }
  .history-table-cover .table > thead > tr > th {
    padding: 18px 0 11px 16px;
  }
  .history-table-cover .table > tbody > tr > td {
    padding: 22px 0 20px 17px;
  }
  .history-table-cover .table.history-two-item-table thead > tr > th:first-child {
    width: 72.5%;
  }
  .history-table-cover .table.history-two-item-table thead > tr > th:last-child {
    width: 27.5%;
  }
  .history-content {
    margin-top: 30px;
    padding-bottom: 38px;
  }
  .program-cover .portal-box {
    padding: 21px 10px 0;
    margin: 40px auto 0 !important;
  }
  .program-cover .text-center + .vc-box {
    padding-bottom: 0;
    border-right: none;
  }
  .program-cover .vc-box {
    margin-top: 0;
  }
  .program-cover p.portal-content {
    margin: 18px auto 15px;
  }
  .galley_root {
    padding: 17px 27px 0px !important;
  }
  .galley_root .image-grid__item {
    width: 30.2%;
  }
  .carousel-cover .carousel-inner > .item > img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-xlg {
    padding: 120px 0;
  }
  .section-padding-lg {
    padding: 100px 0;
  }
  .section-padding-md {
    padding: 85px 0;
  }
  .section-padding-sm {
    padding: 35px 0;
  }
  .section-padding-xs {
    padding: 60px 0;
  }
  .section-padding-top-xlg {
    padding-top: 120px;
  }
  .section-padding-top-lg {
    padding-top: 100px;
  }
  .section-padding-top-md {
    padding-top: 85px;
  }
  .section-padding-top-sm {
    padding-top: 70px;
  }
  .section-padding-bottom-xlg {
    padding-bottom: 120px;
  }
  .section-padding-bottom-lg {
    padding-bottom: 100px;
  }
  .section-padding-bottom-md {
    padding-bottom: 85px;
  }
  .section-padding-bottom-sm {
    padding-bottom: 70px;
  }
  .cr-slider-navigation .cr-slider-nav {
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 6px 0;
  }
  .cr-breadcrumb {
    padding: 150px 0;
  }
  .transparent-header {
    position: relative;
    padding-top: 0;
  }
  .mobile-menu-wrapper a.cr-btn {
    position: absolute;
    top: 14px;
    right: 50px;
    z-index: 9999;
  }
  .cr-megamenu-wrap {
    display: none;
  }
  .pg-contact-details {
    margin-top: 60px;
  }
  .pg-contact-form .small-title {
    padding-right: 100px;
  }
  .pg-contact-details.mobile-mt-0 {
    margin-top: 0;
  }
  .footer-widgets {
    padding: 0PX 20PX;
  }
  .footer-widgets .single-widget.widget-latest-blog {
    padding-left: 0;
  }
  .footer-widgets .single-widget.widget-quick-contact {
    padding-left: 0;
  }
  .footer-widgets .single-widget.widget-quick-contact h3 {
    margin-top: 0px !important;
  }
  .footer-widgets .row {
    display: flex;
    flex-flow: wrap;
  }
  .footer-widgets .row .col-lg-4 {
    width: 60%;
  }
  .footer-widgets .row .col-lg-5 {
    width: 39%;
    padding-left: 34px;
  }
  .footer-widgets .row .col-lg-6 {
    width: 50%;
    float: left;
    padding: 0px;
  }
  .footer-widgets .row .col-lg-3:first-child {
    width: 100%;
    order: 3;
    border-top: 1px solid #6d6d6d;
    margin-top: 35px;
    border-right: none;
  }
  .footer-social {
    text-align: center;
    padding-bottom: 15px;
  }
  .footer-social li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-social li:last-child {
    padding-right: 10px;
  }
  p.footer-copyright {
    text-align: center;
  }
  .footer-social-outer {
    text-align: left !important;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
  }
  h1 {
    font-size: 32px;
  }
  .h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 29px;
  }
  .h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 25px;
  }
  .h3 {
    font-size: 25px;
  }
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
  }
  .container > .navbar-header {
    margin-right: -25px;
    margin-left: 0;
  }
  .collapsing {
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
  }
  .navbar-collapse.collapse.in {
    opacity: 1.0;
    transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    display: block !important;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
  }
  .navbar-collapse.collapse {
    transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    display: none !important;
    max-height: inherit;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
  }
  .navbar-collapse {
    opacity: 0;
    width: auto;
    height: auto !important;
    max-height: none;
    display: block !important;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    max-height: inherit;
  }
  .navbar-brand {
    padding: 15px 20px;
    height: inherit;
  }
  .sub-menu2 {
    font-size: 16px !important;
  }
  .navbar-right {
    float: left !important;
    width: 100%;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li {
    width: 13% !important;
    padding: 0px 0px !important;
    width: 100% !important;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li ul.dropdown-menu.sub-menu {
    background-color: #c8c8c8;
    width: 100% !important;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li > a .caret.navbar-toggle {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
    border-bottom: 5px solid #000;
    margin-top: -13px;
    position: absolute;
    margin-right: 25px;
    top: 28px;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li.dropdown ul.dropdown-menu.sub-menu {
    display: none !important;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li.dropdown.open ul.dropdown-menu.sub-menu {
    display: block !important;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li.full-width-li {
    padding: 0px !important;
  }
  .navbar-right ul.dropdown-menu {
    background-color: #e2e2e2;
    width: 100% !important;
    max-width: 100% !important;
    position: static;
    border-radius: 0px;
    box-shadow: none;
  }
  .bannerCover .bannerImgWrapper {
    height: 62vh !important;
    background-repeat: no-repeat !important;
    background-position: -215px center !important;
  }
  .bannerCover .bannerImgWrapper.banner-registration {
    height: initial !important;
  }
  .bannerCover .bannerImgWrapper.banner-registration .banner-content-cover {
    top: 58%;
    margin-top: 0px;
  }
  .banner-content-cover {
    top: 48%;
    margin-top: 0px;
  }
  .banner-registration .banner-content-cover {
    transform: translateY(-50%);
  }
  .apec-content-sub-cover {
    margin: 54px 35px !important;
    padding: 0;
  }
  .upcoming-sessions-cover {
    height: 404px !important;
    background-position: 75% !important;
    margin-top: 32px;
  }
  .upcoming-sessions-content {
    top: 100px !important;
  }
  .upcoming-sessions-content h3 {
    margin: 10px auto 20px !important;
  }
  .sessions-sub {
    padding: 19px 19px 25px;
  }
  .sessions p {
    margin-bottom: 26px;
    padding: 0 !important;
  }
  .visit-content {
    text-align: center;
    padding: 49px 0 30px !important;
  }
  .visit-content p {
    margin: 8px 0 !important;
    line-height: 22px;
    width: 57% !important;
    line-height: 30px;
    margin: 15px auto !important;
  }
  .visit-content a {
    margin: 20px 0 30px !important;
  }
  .visit-content h2 {
    display: inline-block;
  }
  .visit-content h2 br {
    display: none;
  }
  .visit-content2 h3 {
    padding-right: 75px;
    width: calc(100% - 11px);
  }
  .visit-cover .row {
    margin: 0px -30px !important;
  }
  .latest-news-cover {
    margin-top: 0px !important;
    padding: 25px 23px 20px;
  }
  .carousel-cover .carousel-inner > .item > img {
    height: 426px !important;
    margin-left: -48px !important;
    width: 100%;
  }
  .carousel-cover .carousel-caption {
    top: 65px !important;
    font-size: 14px !important;
    width: 46%;
    left: 44%;
  }
  .carousel-cover .carousel-caption span {
    font-size: 20px !important;
  }
  .carousel-cover .carousel-caption span:before {
    background-size: 25px !important;
  }
  .carousel-cover .carousel-caption span.quotes-end img {
    height: 25px !important;
    left: -19px !important;
    top: 17px !important;
  }
  .carousel-cover .carousel-control .glyphicon-chevron-left {
    width: 55px !important;
    height: 55px !important;
    margin: 0 !important;
    left: 15% !important;
  }
  .carousel-cover .carousel-control .glyphicon-chevron-right {
    width: 55px !important;
    height: 55px !important;
    margin: 0 !important;
    right: 15% !important;
  }
  .br {
    min-height: inherit !important;
  }
  .sponsors img {
    max-width: 150px;
  }
  .partners img {
    max-width: 160px;
  }
  .carousel-indicators {
    bottom: -10px;
  }
  .clients-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sponsors-border {
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
    margin-top: 20px;
    border-left: none !important;
  }
  .carousel-control .icon-prev {
    width: 55px !important;
    height: 55px !important;
    margin: 0 !important;
    left: 30% !important;
  }
  .carousel-control .icon-next {
    width: 55px !important;
    height: 55px !important;
    margin: 0 !important;
    right: 30% !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
    border: none;
    margin-top: 15px;
  }
  .navbar-toggle span {
    background-color: #999999 !important;
    width: 40px !important;
    height: 3px !important;
    display: none !important;
  }
  .icon-bar.navbar-toggle + .icon-bar {
    margin-top: 9px !important;
  }
  .navbar {
    min-height: 79px !important;
  }
  .navbar-default .navbar-toggle:focus {
    background: none;
  }
  .navbar-default .navbar-toggle:hover {
    background: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a .caret:before {
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
    border-bottom: 5px solid #000;
    margin-top: -16px;
    position: absolute;
    top: 28px;
  }
  .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 25px 15px;
  }
  .navbar-default .navbar-nav > li > a span.caret {
    float: right;
    color: #242424 !important;
    margin-top: 10px;
    margin-right: 5px;
  }
  .navbar-default .navbar-nav > li:hover {
    border-bottom: none;
    padding-bottom: 0px;
    cursor: pointer;
  }
  .navbar-default .navbar-nav > li > a.has-open span.caret {
    transform: rotate(-180deg);
  }
  .navbar-default .navbar-nav > li > a.has-open span.caret:before {
    right: 12px;
    top: 6px;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a.has-open .caret:before {
    right: 12px;
    top: 6px;
  }
  .navbar-default .navbar-nav > li.active {
    border-bottom: none;
    padding-bottom: 0px;
    cursor: pointer;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li:hover {
    background: none;
  }
  .navbar-nav > li.open .caret:before {
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-top: 5px solid #000;
    margin-top: -16px;
    position: absolute;
    top: 28px;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
    left: 0;
  }
  span.caret {
    color: #8b8b8b !important;
    border: none;
    height: 30px;
    margin-top: 0px !important;
    width: 30px;
    position: relative;
  }
  span.caret:before {
    content: '';
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 10px;
    position: absolute;
    top: 0px;
    right: 10px;
  }
  .navbar-nav.sm-collapsible .caret {
    top: 24px !important;
    border: none !important;
  }
  .navbar-nav.sm-collapsible .caret:before {
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    margin-top: -16px;
    position: absolute;
    top: 28px;
  }
  .navbar-nav.sm-collapsible ul .caret {
    top: 24px !important;
    border: none !important;
  }
  .navbar-nav.sm-collapsible ul .dropdown-menu > li > a {
    padding-left: 0px !important;
    margin-left: 64px;
  }
  .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 0px !important;
    margin-left: 64px;
  }
  .navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
    white-space: normal;
    padding: 17px 0px !important;
    margin: 0px 65px;
  }
  .layer-1:before {
    display: none;
  }
  .sub-menu3a {
    min-height: initial;
    border: none;
  }
  .sub-menu3a > a {
    color: #2a2a2a !important;
  }
  .sub-menu3a > a.has-submenu {
    font-weight: normal !important;
  }
  .nav > li {
    width: 100%;
    display: inline-block;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav > li.searchbar-outer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .nav > li.searchbar-outer:hover {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .searchbar {
    right: 0;
    width: 27%;
  }
  .apec-content-cover {
    margin-top: -105px;
  }
  .portal-box {
    margin-top: 0px !important;
    border: none !important;
  }
  .vc-box {
    margin-top: 20px;
  }
  .text-center + .vc-box {
    border-right: 1px solid #ddd;
    padding-bottom: 30px;
  }
  .border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .sessions-cover {
    text-align: center;
    padding-bottom: 0px;
  }
  .sessions-cover .col-lg-4 {
    float: none;
    display: inline-block;
    width: 48%;
    margin-bottom: 30px;
  }
  .sessions-cover .col-lg-4:last-child {
    margin-bottom: 0px;
  }
  .form-control.searchbar {
    height: initial;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
  }
  .video-cover {
    margin-top: 40px;
  }
  .dropdown-menu {
    padding: 0px;
  }
  .dropdown-menu > li > a {
    padding: 16px 0px;
    border-bottom: 1px solid #d8d8d8;
    margin-left: 40px;
    margin-right: 20px;
  }
  .navbar-toggle.collapsed {
    background: none !important;
    margin-top: 10px;
    margin-right: 10px;
    width: 60px;
    border-radius: 0px;
    height: 60px;
    transition: none !important;
  }
  .navbar-toggle.collapsed span {
    display: block !important;
  }
  button.navbar-toggle {
    background: #565656 url(/assets/icons/close.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 80px;
    border-radius: 0px;
    height: 79px;
    margin: 0px;
    transition: none !important;
  }
  .registration-content .col-md-10 {
    width: 100%;
    padding-right: 21px;
    padding-left: 21px;
    border-right: none;
  }
  .registration-content .col-md-10 h2 {
    margin-left: 15px;
  }
  .registration-content .col-md-10 p {
    margin-left: 15px;
  }
  .registration-content .col-md-2 {
    display: none;
  }
  .registration-content-mobile {
    display: none;
  }
  .test-outer {
    top: 46%;
  }
  .dropdown-menu.sub-menu li a span {
    float: right;
    color: #242424 !important;
    margin-top: 10px;
    display: block;
  }
  .dropdown-menu.sub-menu li a.has-open span {
    transform: rotate(-180deg);
  }
  .page-left {
    width: 100%;
    padding-right: 15px;
    border: none;
  }
  .page-left-box-content {
    width:48%;
  }
  .tab-section li {
    width: auto;
  }
  .tab-section-box-left {
    width: 100%;
  }
  .tab-section-box-right {
    width: 100%;
  }
  .page-right {
    display: none;
  }
  .banner-text {
    padding-left: 0px;
    padding-right: 0px;
    top: calc(51% - 40px);
    left: 0px;
    right: 0px;
    max-width: 400px;
    margin: 0 auto;
  }
  .banner {
    margin-top: -80px;
  }
  .tab-section-banner img {
    width: 100% !important;
  }
  .event-box {
    margin-top: 30px !important;
    min-height: 362px !important;
  }
  .event-box .page-left-box-content {
    width: 60%;
  }
  .event-table-outer .table-responsive .table.registration-table.second-table > tbody > tr > td:last-child {
    min-width: 260px;
  }
  .history-table-cover .table-responsive h2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-xlg {
    padding: 90px 0;
  }
  .section-padding-lg {
    padding: 70px 0;
  }
  .section-padding-md {
    padding: 60px 0;
  }
  .section-padding-sm {
    padding: 30px 0 15px;
  }
  .section-padding-xs {
    padding: 50px 0;
  }
  .section-padding-top-xlg {
    padding-top: 90px;
  }
  .section-padding-top-lg {
    padding-top: 70px;
  }
  .section-padding-top-md {
    padding-top: 60px;
  }
  .section-padding-top-sm {
    padding-top: 50px;
  }
  .section-padding-bottom-xlg {
    padding-bottom: 90px;
  }
  .section-padding-bottom-lg {
    padding-bottom: 70px;
  }
  .section-padding-bottom-md {
    padding-bottom: 60px;
  }
  .section-padding-bottom-sm {
    padding-bottom: 50px;
  }
  #scrollUp {
    display: none !important;
  }
  .section-title {
    padding: 0;
  }
  .section-title h2 {
    font-size: 34px;
  }
  .section-title.text-center {
    padding-left: 0;
    padding-right: 0;
  }
  .section-title.text-right {
    padding-left: 0;
  }
  .callto-action-inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .callto-action-inner h1 {
    padding-right: 20px;
  }
  .callto-action-inner h2 {
    padding-right: 20px;
  }
  .callto-action-inner h3 {
    padding-right: 20px;
  }
  .callto-action-inner h4 {
    padding-right: 20px;
  }
  .callto-action-inner h5 {
    padding-right: 20px;
  }
  .callto-action-inner h6 {
    padding-right: 20px;
  }
  .cr-slider-navigation .cr-slider-nav {
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 6px 0;
  }
  .cr-breadcrumb {
    padding: 100px 0;
  }
  .cr-breadcrumb h1 {
    font-size: 36px;
  }
  .cr-breadcrumb h3 {
    width: 100%;
  }
  .transparent-header {
    position: relative;
    padding-top: 0;
  }
  .mobile-menu-wrapper .mobile-menu {
    text-align: center;
  }
  .mobile-menu-wrapper .mobile-menu a.cr-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .header .header-iconline {
    text-align: center !important;
  }
  .header .header-iconline ul li {
    padding: 0 30px;
  }
  .header .header-iconline ul li:first-child {
    padding-left: 30px;
  }
  .header .header-iconline ul li:last-child {
    padding-right: 30px;
  }
  .header .social-icons {
    text-align: center !important;
  }
  .cr-megamenu-wrap {
    display: none;
  }
  .pg-contact-details {
    margin-top: 60px;
  }
  .pg-contact-form .small-title {
    padding-right: 50px;
  }
  .pg-contact-details.mobile-mt-0 {
    margin-top: 0;
  }
  .footer-social {
    text-align: center;
    padding-bottom: 15px;
  }
  .footer-social li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-social li:last-child {
    padding-right: 10px;
  }
  p.footer-copyright {
    text-align: center;
  }
  .footer-widgets {
    padding: 0PX 10PX;
  }
  .footer-widgets .single-widget {
    padding-right: 0;
  }
  .footer-widgets .single-widget.widget-latest-blog {
    padding-left: 0;
  }
  .footer-widgets .single-widget.widget-quick-contact {
    padding-left: 0;
  }
  .footer-widgets .single-widget.widget-quick-contact h3 {
    margin-top: 0px !important;
  }
  .footer-widgets .row {
    display: flex;
    margin: 0px -30px;
    flex-flow: wrap;
  }
  .footer-widgets .row .col-lg-4 {
    width: 100%;
    padding: 0px 30px;
  }
  .footer-widgets .row .col-lg-5 {
    width: 100%;
    padding: 0px 30px;
    padding-top: 20px;
    border-top: 1px solid #6d6d6d;
    margin-top: 29px;
  }
  .footer-widgets .row .col-lg-6 {
    width: 100%;
    float: left;
    padding: 0px;
    margin-bottom: 35px;
  }
  .footer-widgets .row .col-lg-6:last-child {
    margin-bottom: 0px;
  }
  .footer-widgets .row .col-lg-3:first-child {
    width: 100%;
    order: 3;
    border-top: 1px solid #6d6d6d;
    margin-top: 20px;
    border-right: none;
    padding: 0px 30px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2a2a2a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a .caret:before {
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
    border-bottom: 5px solid #000;
    margin-top: -16px;
    position: absolute;
    top: 28px;
  }
  .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 25px 15px;
  }
  .navbar-default .navbar-nav > li > a span.caret {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
  }
  .navbar-default .navbar-nav > li > a.has-open span.caret {
    transform: rotate(-180deg);
  }
  .navbar-default .navbar-nav > li > a.has-open span.caret:before {
    right: 12px;
    top: 6px;
  }
  .navbar-default .navbar-nav > li:hover {
    border-bottom: none;
    padding-bottom: 0px;
    cursor: pointer;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a.has-open .caret:before {
    right: 12px;
    top: 6px;
  }
  .navbar-default .navbar-nav > li.active {
    border-bottom: none;
    padding-bottom: 0px;
    cursor: pointer;
  }
  .navbar-default .navbar-toggle:focus {
    background: none;
  }
  .navbar-default .navbar-toggle:hover {
    background: none;
  }
  .footer-social-outer {
    text-align: left !important;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
  }
  h1 {
    font-size: 32px;
  }
  .h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 29px;
  }
  .h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 25px;
  }
  .h3 {
    font-size: 25px;
  }
  .collapsing {
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
  }
  .navbar-collapse.collapse.in {
    opacity: 1.0;
    transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    display: block !important;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 15px;
  }
  .navbar-collapse.collapse {
    transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    display: none !important;
    max-height: inherit;
    position: absolute;
    background: #fff;
    width: 100%;
  }
  .navbar-collapse {
    opacity: 0;
    width: auto;
    height: auto !important;
    max-height: none;
    display: block !important;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    max-height: inherit;
  }
  .navbar-brand {
    padding: 15px 20px;
    height: inherit;
  }
  .navbar-brand > img {
    width: 116px;
    display: block;
    margin-top: 10px;
    height: 28px;
  }
  .sub-menu2 {
    font-size: 16px !important;
  }
  .navbar-right {
    margin-right: -15px;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li {
    width: 13% !important;
    padding: 0px 0px !important;
    width: 100% !important;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li ul.dropdown-menu.sub-menu {
    background-color: #c8c8c8 !important;
    width: 100% !important;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li > a .caret.navbar-toggle {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
    border-bottom: 5px solid #000;
    margin-top: -13px;
    position: absolute;
    margin-right: 25px;
    top: 28px;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li.dropdown ul.dropdown-menu.sub-menu {
    display: none !important;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li.dropdown.open ul.dropdown-menu.sub-menu {
    display: block !important;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li.open > a .caret.navbar-toggle {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
    border-bottom: 5px solid #000;
    margin-top: -13px;
    position: absolute;
    margin-right: 25px;
    top: 28px;
  }
  .navbar-right ul.dropdown-menu.sub-menu > li.full-width-li {
    padding: 0px !important;
  }
  .navbar-right ul.dropdown-menu {
    background-color: #e2e2e2 !important;
    max-width: 100% !important;
    position: static;
    box-shadow: none;
    width: 100% !important;
    border-radius: 0px;
    float: left !important;
  }
  .banner-content-cover {
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 80px;
    transform: none;
    height: 100%;
  }
  .banner-registration .banner-content-cover {
    transform: none;
  }
  .banner-registration .cr-breadcrumb.social-banner h2 {
    font-size: 16px;
    max-width: 377px;
  }
  .no-padding-res {
    padding: 0px;
  }
  .apec-content-sub-cover {
    margin: 0 !important;
    padding: 0 29px;
    top: 25px;
    max-width: 100%;
    position: static;
    margin-bottom: 30px !important;
  }
  .apec-content-cover {
    height: inherit;
    box-shadow: none;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 30px;
  }
  .upcoming-sessions-cover {
    background-position: 75% !important;
    margin-top: 0px;
    display: inline-block;
    float: none;
  }
  .upcoming-sessions-content {
    top: 75px !important;
  }
  .upcoming-sessions-content h3 {
    margin: 10px auto 20px !important;
    width: 80%;
  }
  .sessions-sub {
    padding: 19px 19px 35px;
  }
  .sessions-cover {
    text-align: center;
    padding-bottom: 0px;
    display: inline-block;
    float: none;
  }
  .sessions-cover .sessions {
    top: -40px;
  }
  .sessions-cover .col-lg-4 {
    float: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
  }
  .sessions-cover .col-lg-4:last-child {
    margin-bottom: 0px;
  }
  .sessions p {
    margin-bottom: 26px;
    padding: 0 !important;
  }
  .visit-content {
    padding: 49px 30px 30px !important;
  }
  .visit-content p {
    margin: 8px 0 !important;
    line-height: 22px;
    width: 100% !important;
    line-height: 30px;
  }
  .visit-content a {
    margin: 20px 0 30px !important;
  }
  .visit-content2 img {
    width: 100% !important;
  }
  .visit-content2 h3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .visit-cover {
    display: inline-block;
    float: none;
  }
  .visit-cover .row {
    margin: 0px -30px !important;
  }
  .latest-news-cover {
    margin-top: 0px !important;
    padding: 25px 20px 20px;
    border-top: 1px solid #d8d8d8;
  }
  .carousel-cover {
    padding-top: 0px;
    box-shadow: none;
  }
  .carousel-cover .carousel-inner > .item > img {
    margin-left: -9px !important;
    height: 324px !important;
    width: 520px !important;
    max-width: inherit;
  }
  .carousel-cover .carousel-control.left {
    top: 296px;
  }
  .carousel-cover .carousel-control.right {
    top: 296px;
  }
  .carousel-cover .carousel-caption {
    top: 0;
    font-size: 14px !important;
    width: 100%;
    left: 0;
    position: relative;
    padding: 30px 47px;
    margin-top: 30px;
  }
  .carousel-cover .carousel-caption span {
    font-size: 20px !important;
  }
  .carousel-cover .carousel-caption span:before {
    background-size: 25px !important;
    left: 20px;
    top: 30px;
  }
  .carousel-cover .carousel-caption span.quotes-end img {
    height: 25px !important;
    left: -19px !important;
    top: 17px !important;
  }
  .carousel-cover .carousel-control .glyphicon-chevron-left {
    width: 55px !important;
    height: 55px !important;
    margin: 0 !important;
    left: 30% !important;
  }
  .carousel-cover .carousel-control .glyphicon-chevron-right {
    width: 55px !important;
    height: 55px !important;
    margin: 0 !important;
    right: 30% !important;
  }
  .br {
    min-height: inherit !important;
    border-right: none;
  }
  .sponsors img {
    max-width: 150px;
    margin-top: 20px;
  }
  .partners img {
    max-width: 100%;
  }
  .partners .col-lg-4 {
    width: 49%;
  }
  .partners .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
  }
  .carousel-indicators {
    bottom: -10px;
  }
  .partner-view-all {
    font-size: 15px;
  }
  .clients-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
  }
  .sponsors-border {
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
    margin-top: 20px;
    border-left: none !important;
  }
  .carousel-control .icon-prev {
    width: 55px !important;
    height: 55px !important;
    margin: 0 !important;
    top: -21px;
    left: 30% !important;
  }
  .carousel-control .icon-next {
    width: 55px !important;
    height: 55px !important;
    margin: 0 !important;
    top: -21px;
    right: 30% !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
    border: none;
    margin-top: 15px;
  }
  .navbar-toggle span {
    background-color: #999999 !important;
    width: 40px !important;
    height: 3px !important;
    display: none !important;
  }
  .icon-bar.navbar-toggle + .icon-bar {
    margin-top: 9px !important;
  }
  .navbar {
    min-height: 79px !important;
  }
  .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li:hover {
    background: none;
  }
  .navbar-nav > li.open .caret:before {
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
    border-bottom: 5px solid #000;
    margin-top: -16px;
    position: absolute;
    top: 28px;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
  }
  span.caret {
    color: #8b8b8b !important;
    border: none;
    height: 30px;
    margin-top: 0px !important;
    width: 30px;
    position: relative;
  }
  span.caret:before {
    content: '';
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 10px;
    position: absolute;
    top: 0px;
    right: 10px;
  }
  .navbar-nav.sm-collapsible .caret {
    top: 24px !important;
    border: none !important;
  }
  .navbar-nav.sm-collapsible .caret:before {
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin-top: -16px;
    position: absolute;
    top: 28px;
  }
  .navbar-nav.sm-collapsible ul .caret {
    top: 24px !important;
    border: none !important;
  }
  .navbar-nav.sm-collapsible ul .dropdown-menu > li > a {
    padding-left: 0px !important;
    margin-left: 64px;
  }
  .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 0px !important;
    margin-left: 64px;
  }
  .navbar-nav.sm-collapsible > li > a.has-open .caret:before {
    transform: rotate(-180deg);
  }
  .navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
    white-space: normal;
    padding: 17px 0px !important;
    margin: 0px 65px;
  }
  .layer-1:before {
    display: none;
  }
  .sub-menu3a {
    min-height: initial;
    border: none;
  }
  .sub-menu3a > a {
    color: #2a2a2a !important;
  }
  .sub-menu3a > a.has-submenu {
    font-weight: normal !important;
  }
  .nav .open > a {
    border: none;
    background: none;
  }
  .nav .open > a:focus {
    border: none;
    background: none;
  }
  .nav .open > a:hover {
    border: none;
    background: none;
  }
  .nav > li {
    width: 100%;
    display: inline-block;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav > li.searchbar-outer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .nav > li.searchbar-outer:hover {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .searchbar {
    right: 0;
    width: 27%;
  }
  .video-cover {
    margin-top: 30px;
  }
  .video-cover video {
    width: 100% !important;
  }
  .portal-box {
    margin-top: 0px !important;
    border: none !important;
    padding: 12px 10px 0;
  }
  .vc-box {
    margin-top: 20px;
  }
  .text-center + .vc-box {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
  }
  .text-center + .vc-box:last-child {
    border: none;
  }
  .border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
  }
  .form-control.searchbar {
    height: initial;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
  }
  .dropdown-menu {
    padding: 0px;
  }
  .dropdown-menu > li > a {
    padding: 16px 0px !important;
    border-bottom: 1px solid #d8d8d8;
    margin-left: 40px;
    margin-right: 20px;
  }
  .navbar-toggle.collapsed {
    background: none !important;
    margin-top: 10px;
    margin-right: 10px;
    width: 60px;
    border-radius: 0px;
    height: 60px;
    transition: none !important;
  }
  .navbar-toggle.collapsed span {
    display: block !important;
  }
  button.navbar-toggle {
    background: #565656 url(/assets/icons/close.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 80px;
    border-radius: 0px;
    height: 79px;
    margin: 0px;
    transition: none !important;
  }
  .registration-content {
    display: none;
  }
  .gallery-content {
    display: inline-block !important;
  }
  .registration-content-mobile {
    float: left;
    width: 100%;
    margin-top: 27px;
    line-height: normal;
    letter-spacing: normal;
    font-style: normal;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .registration-content-mobile h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #2a2a2a;
  }
  .registration-content-mobile h6 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    color: #2a2a2a;
  }
  .registration-content-mobile p {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    color: #2a2a2a;
  }
  hr {
    border-top: 1px solid #d8d8d8;
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .full-width-col h6 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #a3a3a3;
    line-height: normal;
    letter-spacing: normal;
  }
  .full-width-col select {
    -webkit-appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(39, 39, 39, 0.35);
    background: url('/assets/icons/dropdown-arrow.png') no-repeat;
    background-position: 97% center;
    background-size: 8px;
    color: #2a2a2a;
    font-size: 18px;
    font-family: Roboto;
    padding: 0 13px;
    margin-bottom: 30px;
    height: 33px;
    line-height: normal;
  }
  h6.dark-grey-header {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #6d6d6d;
    margin-bottom: 9px;
  }
  .registration-mobile-header h6 {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .registration-mobile-table img {
    margin-right: 15px;
  }
  .registration-mobile-table p {
    margin-bottom: 25px;
    margin-left: 10px;
  }
  hr.second-hr {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  h2.normal-header {
    font-weight: normal;
  }
  .bannerCover img {
    width: 100% !important;
  }
  .dropdown-menu.sub-menu li a span {
    float: right;
    color: #242424 !important;
    margin-top: 10px;
    display: block;
  }
  .dropdown-menu.sub-menu li a.has-open span {
    transform: rotate(-180deg);
  }
  .page-left-box {
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
  }
  .main-section {
    padding-top: 30px;
  }
  .page-left {
    width: 100%;
    border: none;
    padding-right: 15px;
  }
  .page-left-box-img {
    position: static;
    margin-left: -30px;
    margin-right: -30px;
    float: none;
  }
  .page-left-box-img img {
    width: 100% !important;
  }
  .banner {
    margin-top: -80px;
  }
  .page-left-box-content {
    width: 490px;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .select-track {
    position: static;
    margin-bottom: 20px;
  }
  .seminar-section {
    padding-top: 26px;
  }
  .seminar-section h2 {
    margin-bottom: 0px !important;
    padding-left: 0px;
  }
  .tab-section {
    min-height: initial;
  }
  .tab-section li {
    display: inline-block;
    width: auto;
  }
  .tab-section-banner {
    margin-top: 15px;
  }
  .tab-section-banner img {
    width: 100% !important;
  }
  .tab-section-box {
    box-shadow: none;
  }
  .tab-section-box:first-child {
    margin-top: 0px;
  }
  .tab-section-box-left {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }
  .tab-section-box-left h2 {
    margin-bottom: 10px !important;
  }
  .tab-section-banner-content {
    top: calc(50% - 70px);
  }
  .tab-section-box-right {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    float: none;
    padding-bottom: 0px;
  }
  .page-right {
    display: none;
  }
  .banner-text {
    padding-left: 60px;
    padding-right: 60px;
  }
  .event-table-outer {
    margin-top: 30px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .event-table-outer .table-responsive {
    box-shadow: none;
    border: none;
  }
  .event-table-outer .table-responsive .table.registration-table.second-table > tbody > tr > td {
    white-space: normal;
  }
  .event-table-outer .table-responsive .table.registration-table.second-table > tbody > tr > td:last-child {
    min-width: 270px;
  }
  .event-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 44px;
    margin-bottom: 25px;
    margin: 0px 0px 30px !important;
  }
  .event-box:first-child {
    margin-top: 0px !important;
  }
  .event-box .page-left-box-content {
    width: 100%;
  }
  .event-box:last-child {
    padding-bottom: 0px !important;
    border: none !important;
  }
  .testimonial-cover > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .not-found-cover {
    margin-bottom: 15px;
    padding-bottom: 45px;
  }
  .history-content {
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 53px;
  }
  .history-content .col-md-10 {
    width: 100%;
    border-right: none;
    padding-right: 15px;
  }
  .history-table-cover .table-responsive {
    white-space: normal;
    overflow: hidden;
  }
  .history-table-cover .table-responsive h2 {
    padding-left: 10px;
  }
  .history-table-cover .table > thead > tr > th {
    padding: 18px 0 26px 12px;
    white-space: normal;
  }
  .history-table-cover .table > thead > tr > th:first-child {
    width: 33.5%;
  }
  .history-table-cover .table > thead > tr > th:nth-child(2) {
    width: 40%;
  }
  .history-table-cover .table > thead > tr > th:last-child {
    width: 26.5%;
  }
  .history-table-cover .table > tbody > tr > td {
    padding: 20px 0 19px 12px;
    white-space: normal;
  }
  .history-table-cover .table.history-two-item-table thead > tr > th:first-child {
    width: 64.5%;
  }
  .history-table-cover .table.history-two-item-table thead > tr > th:last-child {
    width: 35.5%;
  }
  .program-cover .text-center + .vc-box {
    width: 100%;
    margin-bottom: 0;
  }
  .program-cover .program-tile-cover {
    margin-top: 3px;
  }
  .program-cover .vc-box {
    margin-top: 0;
  }
  .program-cover .portal-box {
    margin: 26px auto 0 !important;
  }
  .program-cover p.portal-content {
    margin: 18px auto 15px;
    min-height: 45px;
    padding: 0 62px;
  }
  .history-col {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .registration-content-mobile .col-xs-12 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .registration-content-mobile .col-xs-8 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .registration-content-mobile .col-xs-6 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .registration-content-mobile .col-xs-4 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .registration-mobile-header h6 {
    margin-bottom: 18px;
  }
  p.p-info {
    font-size: 16px;
  }
  hr.second-hr {
    margin-top: 0px;
    margin-bottom: 35px;
  }
  .text-center + .vc-box {
    width: 50%;
    border-right: 1px solid #ddd;
    border-bottom: none;
    padding-bottom: 0px !important;
    margin-bottom: 30px;
  }
  .portal-content {
    min-height: 110px;
    width: 85%;
  }
  .latest-news-cover {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
    max-width: 100% !important;
  }
  .container > .navbar-header {
    margin-right: -30px;
    margin-left: -30px;
  }
  .carousel-cover {
    border: none !important;
  }
  .carousel-cover .carousel-caption {
    width: 420px;
    margin: 0 auto;
  }
  .carousel-control .icon-prev {
    top: 2px;
  }
  .carousel-control .icon-next {
    top: 2px;
  }
  .clients-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 10px !important;
  }
  .visit-cover .col-lg-4 {
    padding: 0px 0px;
  }
  .sponsors {
    padding: 0px;
  }
  .sponsors > .row > .col-lg-4 {
    width: 33.33%;
    float: left;
  }
  .partners {
    padding: 0px;
  }
  .apec-content-cover {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .apec-content-cover img {
    width: 100% !important;
  }
  .apec-content-sub-cover {
    padding: 0 30px !important;
  }
  .footer-widgets {
    padding: 0px 30px;
  }
  .footer-widgets .row .col-lg-4 {
    padding: 0px;
  }
  .footer-widgets .row .col-lg-6 {
    width: 50%;
  }
  .footer-widgets .row .col-lg-5 {
    padding: 0px 10px;
  }
  .footer-widgets .row .col-lg-3:first-child {
    padding: 0px 10px;
  }
  .visit-content2 h3 {
    width: 100%;
  }
  .registration-mobile-table p {
    width: 48%;
    float: left;
  }
  .history-table-cover .table > thead > tr > th:nth-child(2) {
    width: 45%;
  }
  .history-table-cover .table > thead > tr > th:last-child {
    width: 21.5%;
    padding-right: 13px;
  }
  .history-table-cover .table.history-two-item-table thead > tr > th:first-child {
    width: 68.5%;
  }
  .history-table-cover .table.history-two-item-table thead > tr > th:last-child {
    width: 31.5%;
  }
}
.carousel-picture:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 17%, #ffffff 50%);
  /* W3C */
}
@media only screen and (max-width: 575px) {
  .carousel-picture:before {
    background: none;
  }
  .buttons-showcase .container div[class^="col-"] {
    text-align: center;
  }
  .small-title.text-center {
    padding: 0;
  }
  .pg-contact-details {
    margin-top: 50px;
  }
  .pg-contact-form .small-title {
    padding-right: 0;
  }
  .pg-contact-form-map-wrapper .pg-contact-form .small-title {
    padding-right: 0;
  }
  .apec-content-cover {
    padding: 30px 0px 0px !important;
    margin-top: 0px;
  }
  .apec-content-cover img {
    width: 100% !important;
  }
  .registration-content-mobile .col-xs-12 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .registration-content-mobile .col-xs-8 {
    padding-right: 19px;
    padding-left: 19px;
    width: 100%;
  }
  .registration-content-mobile .col-xs-6 {
    padding-right: 19px;
    padding-left: 19px;
    width: 100%;
  }
  .registration-content-mobile .col-xs-4 {
    padding-right: 19px;
    padding-left: 19px;
    width: 100%;
  }
  .registration-mobile-header h6 {
    margin-bottom: 18px;
  }
  p.p-info {
    font-size: 16px;
  }
  hr.second-hr {
    margin-top: 0px;
    margin-bottom: 35px;
  }
  .apec-content-sub-cover {
    padding: 0 18px;
  }
  .video-cover-nopad {
    padding-left: 0px;
    padding-right: 0px;
  }
  .text-center + .vc-box {
    padding-bottom: 26px;
  }
  .carousel-cover {
    border-bottom: 1px solid #d8d8d8;
  }
  .carousel-cover .item .carousel-picture img {
    width: 100% !important;
  }
  .sponsors img {
    margin-top: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .test-outer {
    top: 41%;
  }
  .bannerCover img {
    width: 100% !important;
  }
  .history-table-cover .table > thead > tr > th:nth-child(2) {
    width: 41%;
  }
  .history-table-cover .table > thead > tr > th:last-child {
    width: 25.5%;
    padding-right: 13px;
  }
  .history-table-cover .table.history-two-item-table thead > tr > th:first-child {
    width: 64.5%;
  }
  .history-table-cover .table.history-two-item-table thead > tr > th:last-child {
    width: 35.5%;
  }
  .image-grid__item__mobile {
    min-width: 100% !important;
    position: initial !important;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tab-section li a {
    padding: 18px 12px;
  }
  .page-left-box {
    padding: 0px;
    box-shadow: none;
    width: 100%;
  }
  .page-left {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-left-box-img {
    position: static;
    margin-left: -15px;
    margin-right: -15px;
    float: none;
  }
  .seminar-section h2.seminar-shedule {
    padding-left: 15px;
  }
  .select-track {
    padding-left: 15px;
  }
  .tab-section-box-right {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    float: none;
    padding-bottom: 0px;
  }
  .bottom-tab {
    text-align: center;
  }
  .bottom-tab li a {
    margin-left: 12px;
    margin-right: 12px;
  }
  .tab-section-banner-content {
    top: calc(50% - 93px);
  }
  .tab-section-box-time {
    width: 100%;
  }
  .tab-section-box-time:nth-child(2n+2) {
    text-align: left;
  }
  .page-left-box-content {
    width: 100%;
    padding-left: 0px;
  }
  .banner-text {
    top: 44%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .tab-section-box-left {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .banner-registration .cr-breadcrumb.social-banner h2 {
    font-size: 16px;
  }
  .event-box {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 44px;
    margin-bottom: 25px;
  }
  .event-box-middlebanner-content {
    top: calc(62% - 80px);
  }
  .event-box-middlebanner-content h2 {
    max-width: 280px;
    margin: 0 auto;
  }
  .event-middle-text-box {
    padding-top: 33px;
  }
  .event-middle-text-box .half-list li {
    width: 100%;
  }
  .event-section-block ul {
    padding-left: 35px;
  }
  .event-table-outer .table-responsive .table.registration-table {
    display: inline-grid;
  }
  .event-table-outer .table-responsive .table.registration-table > thead {
    display: none;
  }
  .event-table-outer .table-responsive .table-outer-header h2 {
    padding: 20px 23px 20px;
  }
  .event-table-outer .table-responsive .table.registration-table.second-table > tbody > tr {
    border-bottom: 1px solid #d8d8d8;
  }
  .event-table-outer .table-responsive .table.registration-table.second-table > tbody > tr > td {
    text-align: left;
    padding: 10px 12px 10px 23px;
    width: 100% !important;
    float: left;
    border-bottom: none;
    white-space: normal;
    min-width: 100% !important;
  }
  .event-table-outer .table-responsive .table.registration-table.second-table > tbody > tr > td span {
    display: block;
  }
  .not-found-cover .banner-content-cover h2 {
    font-size: 22px;
  }
  .program-tile-cover .text-center + .vc-box {
    border-bottom: none;
    padding-bottom: 0;
  }
  .history-table-cover {
    display: none;
  }
  .history-mobile {
    display: block;
  }
  .history-mobile-tile-cover {
    width: 100%;
    float: left;
  }
  .history-mobile-tile-cover .history-mobile-sub-cover:last-child {
    margin-bottom: 0;
  }
  .history-mobile-sub-cover {
    width: 100%;
    float: left;
    margin-bottom: 29px;
  }
  .history-mobile-sub-cover h2 {
    width: 100%;
    float: left;
    background-color: #e8f5e9;
    margin: 0 !important;
    padding: 28px 11px 20px 19px;
    font-weight: 700 !important;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    color: #2a2a2a;
  }
  .history-mobile-table-cover {
    padding: 14px 11px 9px 23px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d8d8d8;
  }
  .history-mobile-table-cover h6 {
    font-size: 16px;
    color: #6d6d6d;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
  }
  .history-mobile-table-cover p {
    font-size: 18px !important;
    color: #2a2a2a;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 5px 0 20px 0;
    margin: 0 !important;
  }
  .history-mobile-table-cover p a {
    font-weight: 500;
    color: #4caf50;
    text-decoration: underline;
  }
  .program-cover p.portal-content {
    padding: 0 20px;
  }
  .history-content {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  .bannerCover .cr-breadcrumb h2 {
    font-size: 34px;
  }
  .cr-breadcrumb h3 {
    font-size: 22px;
  }
  .upcoming-sessions-content h2 {
    font-size: 34px;
  }
  .upcoming-sessions-cover {
    height: 345px !important;
  }
  .sessions-cover .sessions {
    top: -30px;
  }
  .sessions-cover .col-lg-4:first-child .sessions {
    margin-top: 0px;
  }
  .carousel-cover .carousel-caption span {
    font-size: 16px !important;
  }
  .carousel-control .icon-next {
    top: -52px;
  }
  .carousel-control .icon-prev {
    top: -52px;
  }
  .test-outer {
    top: 45%;
  }
  .banner-registration .cr-breadcrumb h2 {
    font-size: 25px;
  }
  .banner-text {
    top: 40%;
  }
  .not-found-cover .banner-content-cover h1 {
    font-size: 40px;
  }
  .not-found-cover .banner-content-cover h2 {
    font-size: 20px;
  }
}
