@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap');

/* ------------------------------------ */
/* desktop screen */
/* ------------------------------------ */
@media screen and (min-width: 861px) {
  body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8;
    color: #414042;
    background: rgb(241, 235, 235, .2);
    width: 100% !important;
    height: 100%;
    margin: auto;
    overflow-x: hidden; 
    margin-top: 0px;
  }

  body .footer {
    background: rgb(0,66,99);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #49ABC2;
    z-index: 99;
    margin: 0;
    overflow-x: hidden;
    width: 100%;
  }

  .desktop_footer {
    background: rgb(0,66,99);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #49ABC2;
    z-index: 99;  
  }

  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

  body .navbar-main {
    background-image: linear-gradient(260deg, #60CCC8 10%, #4fbdd8 100%);
    padding-top: 10px;
    min-height: 80px;
    overflow: hidden;
    background-color: #333;
    position: fixed; 
    top: 0; 
    width:100%;
    max-width: 90% !important;
    z-index:99; 
  }

  body .sub-header {
    margin:0px !important;
    margin-top: 0px !important;
    padding-top:15px;
    padding-left:80px;
    padding-bottom: 20px !important;
    background-color: rgb(231, 255, 253, 1);
    width:100%;
    position: fixed; 
    z-index:99; 
    max-height: 60px;
    max-width: 90% !important;
  }

  body .sub-header-2 {
    margin:0px !important;
    margin-top: 0px !important;
    padding-top:15px;
    padding-left:80px;
    padding-bottom: 20px !important;
    background-color: rgb(231, 255, 253, 1);
    width:100%;
    position: fixed; 
    z-index:99; 
    max-height: 60px;
    max-width: 90% !important;
  }

  .navbar {
    font-size: 18px;
    border: 0px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 8px;
  }

  .main-nav {
    list-style-type: none;
    display: none;
    padding-top: 18px;
  }

  .nav-links {
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
    padding-top: 0px;
    margin-top: 0px;
  }

  .main-nav li {
    text-align: right;
    padding-right: .4rem;
    height: 46px;
  }

  .logo {
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    margin-top: -10px;
    padding-left: 30px;
    margin: 10;
  }

  .footer_logo {
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    padding-left: 20px;
  }

  .navbar-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, .8);
    font-size: 24px;
  }

  .active {
    display: block;
  }

  /*
  #main_title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 136px;
    color:#fff;
    padding: 100px;
  }
  */

  .navbar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
    height: 60px;
    align-items: center;
    /*text-transform: uppercase;*/
  }

  .main-nav {
    display: flex;
    margin-right: 30px;
    flex-direction: row;
    justify-content: flex-end;
  }

  .main-nav li {
    margin: 0;
    margin-left:16px;
  }

  .nav-links {
    margin-left: 0px;
  }

  .logo {
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    margin-top: 0px;
    padding-left: 30px;
    margin: 10;
  }

  .navbar-toggle {
    display: none;
  }

  .desktop-only {
    display: block;
  }

  .mobile-only {
    display: none;
  }
  
  .main-banner-bgcolor {
    background-color: rgb(252,240,235, 0.8);
  }

  .main-title {
    font-size: 32px !important;
    padding-top:26px;
    padding-left:78px; 
    padding-bottom:28px; 
    text-transform: capitalize;
  }

  .sub-header .sub-title-1 {
    font-size: 20px;
    line-height: 1.2;
    font-weight:300;
    color: #414042;
  }
  
  .sub-header-2 .sub-title-2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight:400;
    color: #414042;
  }

  .sub-title-3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight:400;
    color: #49abc2;
    padding-left:80px;
    padding-top:20px;
    padding-bottom: 0px;
  }

  .intro-text-1 {
    font-size: 58px;
    line-height: 1.2;
    font-weight:900;
    color: #286CA0;
    padding-left:80px;
    padding-top:20px;
    padding-bottom: 0px;
  }

  .intro-text-2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight:300;
    color: #414042;
    padding-left:80px;
    padding-top:20px;
    padding-bottom: 0px;
    padding-right: 20px;
    max-width: 96%;
  }

  .intro-text-3 {
    font-size: 35px;
    line-height: 1.2;
    font-weight:400;
    color: #414042;
    padding-left:80px;
    padding-top:20px;
    padding-bottom: 0px;
    padding-right: 20px;
    max-width: 96%;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    padding-top:10px;
    padding-bottom: 10px; 
    padding-right: 40px; 
    float: right;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: -60px;
    margin-top: 5px;
  }

  .subscribe_footer {
    background: rgb(235, 235, 235);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #414042;
    max-width: 100% !important;
    margin: auto;
    overflow-x: hidden; 
  }

  .subscribe_content {
    background: rgb(0,66,99);
    padding-left:63px;
    width:60%;
  }

  .sitemap {
    padding-left: 0px;
    padding-top: 160px;
    width: 100%;
    min-height: 80vh;
    background-color: rgb(231, 255, 253, 1);
  }

  .sitemap .content {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #414042;
    padding: 30px 80px 30px 80px;
  }

  .sitemap .item_list {
    padding-left:40px;
  }

  .footer-hover-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    
  }
  
  .footer-hover-link::after {
    margin-top: 0.1em;
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background: #fff;
    transition: width .3s;
  }
  
  .footer-hover-link:hover::after {
    width: 100%;
  }

  .search-input-2 {
    padding-top:0px !important; 
    margin:20px 0px 20px 18px !important;
  }

  .cf-logo-img {
    height:120px;
    width:240px; 
  }
  
}

/* ------------------------------------ */
/* mobile screen */
/* ------------------------------------ */
@media screen and (max-width: 860px) {
  body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8;
    color: #414042;
    background: #fff;
    height: 100%;
    margin: auto;
    overflow-x: hidden; 
    max-width: 100vw !important;
    width: 100vw !important;
  }

  body .footer {
    background: rgb(0,66,99);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #49ABC2;
    z-index: 99;
    margin: 0;
    overflow-x: hidden;
    width: 100%;
  }
  
  .mobile_footer {
    background: rgb(0,66,99);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #49ABC2;
    z-index: 99;
    margin: 0;
    overflow-x: hidden;    
  }

  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

  .main-title {
    font-size: 28px !important;
    padding: 14px; 
    padding-left: 20px; 
    padding-bottom: 28px; 
  }

  body .sub-header {
    margin-top:30px !important;
    padding: 15px 0px 10px 20px;
    background-color: rgb(231, 255, 253, 1);
    height: 160px;
    width:100%;
    position: fixed; 
    z-index:99; 
  }
  
  .sub-header-3 {
    margin-top: 30px !important;
    padding: 15px 0px 0px 20px;
    background-color: rgb(231, 255, 253, 1);
    height: 160px;
    width:100%;
    position: fixed; 
    z-index:99; 
  }
  
  .sub-header-3 .sub-title-2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight:400;
    color: #414042;
  }

  /*
  body .sub-header {
    margin:0px !important;
    margin-top: 0px !important;
    padding-top:15px;
    padding-left:80px;
    padding-bottom: 20px !important;
    background-color: rgb(231, 255, 253, 1);
    width:100%;
    position: fixed; 
    z-index:99; 
    max-height: 60px;
    max-width: 90% !important;
  }
  */

  body .navbar-main {
    background-image: linear-gradient(260deg, #60CCC8 10%, #4fbdd8 100%);
    padding-top: 26px;
    min-height: 60px;
    overflow: hidden;
    background-color: #333;
    position: fixed; 
    top: 0; 
    width:100vw;  
    max-width: 100vw;
    z-index:110; 
  }
  
  .navbar {
    font-size: 18px;
    border: 0px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 8px;
  }
  
  .main-nav {
    list-style-type: none;
    display: none;
    padding-top: 18px;  
  }
  
  .nav-links {
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
    padding-top: 0px;
    margin-top: 0px;
  }
  
  .main-nav li {
    text-align: right;
    padding-right: 1rem;
    height: 46px;
  }
  
  .logo {
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    margin-top: -10px;
    padding-left: 30px;
    margin: 10;
  }
  
  .footer_logo {
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    padding-left: 20px;
  }
  
  .navbar-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, .8);
    font-size: 24px;
  }
  
  .active {
    display: block;
  }
  
  .desktop-only {
    display:none;
  }

  .mobile-only {
    display: block;
  }

  #js-menu {
    margin-top: -10px;
  }

  .main-banner-bgcolor {
    background-color: rgb(255,255,255);
  }
  
  #banner-image {
    width: 460px;
    height: auto;
    content:url("/images/blank.png");
  }

  .logo:hover, .nav-links:hover {
    color: rgba(255, 255, 255, 1);
  }
  
  .hover-link {
    display: inline-block;
    color: rgb(255, 255, 255, .8);
    text-decoration: none;
  }
  
  .hover-link::after {
    margin-top: 0.1em;
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background: rgb(255, 255, 255);
    transition: width .3s;
  }
  
  .hover-link:hover::after {
    width: 100%;
  }
  
  #nav-icon {
    width: 24px;
    height: 20px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgb(255,255,255,1);
    /*border-radius: 9px;*/
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
      
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 8px;
  }
  
  #nav-icon span:nth-child(4) {
    top: 16px;
  }
  
  #nav-icon.open span:nth-child(1) {
    top: 24px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  .svg-bar {
    fill: rgb(98, 98, 98);
  }
  
  .svg-bar-banner {
    fill: rgb(50, 50, 50);  
  }
  
  .svg-bar-color-1 {
    fill:rgb(200, 143, 98);
  }
  
  .svg-bar-color-2 {
    fill:rgb(138, 176, 78);
   }
  
  .svg-bar-color-3 {
    fill:rgb(0, 167, 157);
  }
  
  .svg-bar-color-4 {
    fill:rgb(0, 66, 99, .8);
    /*stroke:rgb(0, 66, 99, .6);*/
  }
  
  .mobile-head {
    padding: 1.2rem !important;
    background-color: rgb(231, 255, 253, 1);
  }
  
  .mobile-body {
    padding: 12px; padding-right: 28px !important;
    background-color: rgb(255,255,255);
  }
  
  .mobile-side-content {
    background-color: rgb(252,240,235, 0.8); 
    padding: 12px; padding-right: 28px !important;
  }
  
  .mobile-home-button {
    float: right;
    margin-left: auto; 
    padding-right:10px;  
    background-color: rgb(231, 255, 253, 1);
  }
  
  #content-title-b {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 300;
    color: #414042;
    padding-top:10px;
    padding-left: 0px;
  }
  
  .mobile-footer {
    background: rgb(0,66,99);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    padding: 20px;
  }

  #banner-image {
    width: 460px;
    height: auto;
    content:url("/images/blank.png");
  }

  .sub-header .sub-title-1 {
    font-size: 20px;
    line-height: 1.2;
    font-weight:300;
    color: #414042;
  }
  
  .sub-header .sub-title-2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight:400;
    color: #414042;
  }

  .sub-title-3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight:400;
    color: #49abc2;
    padding-left:20px;
    padding-top:20px;
    padding-right:20px;
    padding-bottom: 0px;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    padding-top:10px;
    padding-bottom: 10px; 
    padding-right: 40px; 
    float: right;
    
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: -55px;
    margin-top: 5px;
  }

  .subscribe_footer {
    background: rgb(235, 235, 235);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    max-width: 100% !important;
    margin: auto;
    overflow-x: hidden; 
    
  }

  .subscribe_content {
    background: rgb(0,66,99);
    padding-left:9px;
    width:90%;
  }

  .sitemap {
    padding-top: 100px;
    padding-left: 0px;
    width: 100%;
    background-color: rgb(231, 255, 253, 1);
  }

  .sitemap .content {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #414042;
    padding: 30px 80px 30px 20px;
  }
  .sitemap .item_list {
    padding-left:30px;
  }

  .footer-hover-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    
  }
  
  .footer-hover-link::after {
    margin-top: 0.1em;
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background: #fff;
    transition: width .3s;
  }
  
  .footer-hover-link:hover::after {
    width: 100%;
  }
  
  .search-input-2 {
    padding-top:0px !important; 
    margin: 20px 0px 20px -12px !important;
  }

  .intro-text-1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight:900;
    color: #286CA0;
    padding-left:20px;
    padding-top:20px;
    padding-bottom: 0px;
  }

  .intro-text-2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    color: #414042;
    padding-left:20px;
    padding-top:20px;
    padding-bottom: 0px;
    padding-right: 20px;
  }

  .intro-text-3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    color: #414042;
    padding-left:20px;
    padding-top:20px;
    padding-bottom: 0px;
    padding-right: 20px;
  }

  .cf-logo-img {
    height:60px;
    width:120px; 
  }

}


/* ------------------------------------ */
/* mobile screen end */
/* ------------------------------------ */


.logo:hover, .nav-links:hover {
  color: rgba(255, 255, 255, 1);
}

.hover-link {
  display: inline-block;
  color: rgb(255, 255, 255, .8);
  text-decoration: none;
  
}

.hover-link::after {
  margin-top: 0.1em;
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background: rgb(255, 255, 255);
  transition: width .3s;
}

.hover-link:hover::after {
  width: 100%;
}




.top-black-bar {
  border-top: 16px solid rgb(50, 50, 50);
}

.top-brown-bar {
  border-top: 16px solid rgb(200, 143, 98);
}

.home-button {
  float: right;
  margin-left: auto; 
  padding:10px;

}

.round-button {
  background-color:transparent;
	border-radius:20px;
	border: .2rem solid #4fbdd8;
	display:inline-block;
	cursor:pointer;
	color: rgb(50, 50, 50);
	padding:3px 20px;
	text-decoration:none;
  opacity: 0.6;
  transition: 0.3s;
}

.round-button:hover {
	background-color:transparent;
  border: .2rem solid #4fbdd8;
  color: rgb(0, 0, 0);
  opacity: 1;
}

.round-button:active {
	position:relative;
	top:2px;
}

.input_search {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  float: right;
  font-size: 18px;
  border: 0;
  outline: 0;
  background: transparent;
  margin: 0;
  margin-left: 0px;
  margin-right: 10px;
  width: 40px;
  max-width: 40px;
  color: rgb(255, 255, 255);
  padding-top: 6px;
}

.input_search:hover {
  cursor:pointer;
}


::placeholder { 
  color: rgb(116, 116, 116);
  opacity: .6; 
}

:-ms-input-placeholder {
  color: rgb(116, 116, 116);
  opacity: .6; 
}

::-ms-input-placeholder { 
  color: rgb(116, 116, 116);
  opacity: .6; 
}


.icon {
  padding-left: 30px;
  color: rgb(240, 240, 240);
  min-width: 50px;
  text-align: right;
  opacity: 1; 
  margin: 10px
}

#breadcrumb-bar {
  margin:0px;
  margin-bottom: 0px;
  height: 10px;
  font-size: 18px !important;
}

.breadcrumb-item {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}

.breadcrumb-font {
  color: rgb(255,255,255, .8) !important;
}

.breadcrumb-font:hover {
  color: rgb(255,255,255) !important;
}



.top-left {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 26px;
  line-height: 1.1;
  font-weight:300;
  color: rgb(50, 50, 50);
  background-color: white;
}


#content-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
  color: #414042;
  padding-left: 0px;
}

.content-section {
  margin: 10px;
}

.content-sub-head {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
  color: #414042;
}

.side_content_text {
  color: #414042;
}

.collapse-btn:hover {
  cursor:pointer;
}

.expand-btn:hover {
  cursor:pointer;
}

.content-body {
  max-height: 100%;
  transition: max-height 0.2s ease-out;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

body .footer {
  background: rgb(0,66,99);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #49ABC2;
  z-index: 99;
  max-width: 90% !important;
  margin: auto;
  overflow-x: hidden;
}

.footer-btn {
  color: #b8b8b8;
  cursor:pointer;
  font-size: 20px;
}

.footer-btn:hover {
  color: #fff;
  cursor:pointer;
}

.gotop-container {
  max-width: 1024px;
  margin: 0 auto;
  width: 100% !important;
}

.fixed_button{
  position: fixed;
  bottom: 20px;
  left: calc(50% + 210px);
  width: 40px;
  height: 40px;
  z-index: 100;
  padding-bottom: 50px;
}

#gotop-btn {
  display: none;
  bottom: 10px; /*bottom margin of the button */
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  padding: 15px;
  color: rgb(15,127,184);
  font-size: 40px;
}

#nav-icon {
  width: 24px;
  height: 20px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(255,255,255,1);
  /*border-radius: 9px;*/
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
    
#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

#nav-icon.open span:nth-child(1) {
  top: 24px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.svg-bar {
  fill: rgb(98, 98, 98);
}

.svg-bar-banner {
  fill: rgb(50, 50, 50);  
}

.svg-bar-color-1 {
  fill:rgb(200, 143, 98);
}

.svg-bar-color-2 {
  fill:rgb(138, 176, 78);
 }

.svg-bar-color-3 {
  fill:rgb(0, 167, 157);
}

.svg-bar-color-4 {
  fill:rgb(0, 66, 99, .8);
  /*stroke:rgb(0, 66, 99, .6);*/
}

.mobile-head {
  padding: 1.2rem !important;
  background-color: rgb(231, 255, 253, 1);
}

.mobile-body {
  padding: 12px; padding-right: 28px !important;
  background-color: rgb(255,255,255);
}

.mobile-side-content {
  background-color: rgb(252,240,235, 0.8); 
  padding: 12px; padding-right: 28px !important;
}

.mobile-home-button {
  float: right;
  margin-left: auto; 
  padding-right:10px;  
  background-color: rgb(231, 255, 253, 1);
}

#content-title-b {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
  color: rgb(50, 50, 50);
  padding-top:10px;
  padding-left: 0px;
}

.mobile-footer {
  background: rgb(0,66,99);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, .8);
  padding: 20px;
}


/* mobile menu end */
.icon_btn,
.text_btn {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

/* drop down */
.dropbtn {
  background-color: gray;
  color: white;
  padding: 8px;
  font-size: 16px;
  border: none;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd; cursor:default;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.p_item {
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-top: 2px;
  cursor: pointer;
}

.filter-btn-style {
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #414042;



}