header .navbar-brand{padding: 18px 15px;}
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation:after, #navigation > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.header .menu > ul > li .sub-menu.mega-menu > .list-item .list-item.t.b ul  li {
  line-height: 1;
  display: block;
}
.navigation.pagination {
  justify-content: center;
}
.adetimg7.i .adebio{min-width: 280px;
  min-height: 355px;}
.adebio {
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 99999999;
  max-width: 450px;
  border: #042544 2px solid;
  padding: 0px 15px 10px 15px;
  min-width: 100%;
	max-height: 100%; min-height: 443px; }
.vtbuttn{background: #042544;
  color: #fff;
  border: none;
  width: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999999999;}
.nfilter .dropdown-custom .dropdown-item{font-size: 14px;
  white-space: normal;}
.newsletter .wpcf7 form .wpcf7-response-output{color:#fff; font-size: 13px;}
.newsletter .wpcf7-not-valid-tip{color:#fff;}
.newsletter .form-group p{margin-bottom:0px;}
.newsletter .form-group br{display:none;}
.newsletter .form-group.s p{}
.newsletter .form-group .wpcf7-spinner{display:none;}
 .video-container {
      position: relative;
      width: 100%;
      padding-bottom: 56%; /* 16:9 aspect ratio */
      height: 0;
    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

.header-item.item-right .input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 55px;
  margin: 0 50px;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.header-item.item-right .input-box.open {
  max-width: 350px;
}
.header-item.item-right .input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.header-item.item-right .input-box.open input {
  padding: 0 15px 0 65px;
}

.header-item.item-right .input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.header-item.item-right .input-box.open .search {
  border-radius: 6px 0 0 6px;
}
.header-item.item-right .search .search-icon {
  font-size: 30px;
  color: #1c1c1c;
}
.header-item.item-right .input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #1c1c1c;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.adetimg7 .adeti2{position:relative;}
.header-item.item-right .input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}

.newsletter .tnp-field input[type="submit"]{background: #E4B236;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 14px;
  text-transform: uppercase; width: auto;
  margin-top: 0px;}
.newsletter .tnp-subscription div.tnp-field{margin-bottom: 7px;}
.newsletter .tnp-field label{display:none;}
.newsletter .tnp-subscription input[type="email"]{font-size: 13px; color: #000;}
.newsletter .tnp-subscription input[type="email"]:focus{outline:none;}
.newsletter .tnp-subscription div.tnp-field.tnp-field-button{text-align:right !important;}
.newsletter a.prvcbtn{margin-top: -30px;}
.newsletter div.tnp-subscription{margin-bottom:0px;}
.header .menu > ul > li .sub-menu.mega-menu > .list-item .list-item.t.b ul li a {
  padding: 10px 0;
  display: inline-block;
  font-size: 14px;
  color: #000;
  transition: color 0.3s ease;
  font-weight: 500;
}
#navigation #menu-button { display: none; } 
#navigation { display:block; text-align:left; z-index: 999999; margin-top: 12px;}
#navigation > ul{display:inline-block;}
#navigation ul{text-align:left;}
#navigation > ul > li { float: left; }
#navigation > ul > li > a {padding: 15px 25px 15px;
    padding-right: 25px;
  font-size: 17px;
  text-decoration: none;
  color: #333;
  font-weight: 400;
  text-transform: capitalize; }
#5 a{
  color: #ff0337;
  margin-bottom: 12px;
  display: block;
  font-weight: 700;
}
#navigation > ul > li.has-sub > a { padding-right: 30px; } 
#navigation > ul > li.has-sub > a:before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; font-weight: 400; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation ul ul { position: absolute; left: -9999px; border-top: #ff0337 2px solid; padding: 0px 0px; background:#edf0f7; visibility: visible;}

#navigation ul ul li { height: auto; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover > ul { left: auto; }
#navigation li:hover > ul > li { height: auto; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation ul ul li a {border-bottom: 1px solid #ffffff42;
  width: 178px;
  line-height: 18px;
  padding: 8px 25px;
  display: block;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  margin: 0;}
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a { border-bottom: 0; }
#navigation ul ul li:hover > a, #navigation ul ul li a:hover { color: #ffffff; background-color: #ff0337; }
#navigation ul ul li.has-sub > a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #0CA8F0; content: ''; }

#navigation ul ul li.has-sub > a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #1b4f72; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
.ricontbox #accordionExample h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #111;
  font-size: 1.5rem;
  margin: 0px;
}

#navigation ul ul > li.has-sub:hover > a:before { top: 17px; height: 0; }
#navigation.small-screen { width: 100%; margin-top: 10px;}
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid rgba(120, 120, 120, 0.2); }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a {width: 100%;
  border-bottom: 0;
  padding: 12px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #000;}
#navigation.small-screen > ul > li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 20px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; } 
#navigation.small-screen ul ul li a { background: none; }
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { }

#navigation ul ul > li.has-sub:hover > a::after { background:#fff; }

#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {position: relative; left: 0; width: 100%;
  margin: 0; text-align: left; padding: 0px; border-top: none;}
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 17px; color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; }
#navigation.small-screen #menu-button:after {position: absolute; top: 16px; right: 7px; display: block; height: 8px; width: 20px; border-top: 2px solid #1e1665; border-bottom: 2px solid #1e1665; content: ''; }
#navigation.small-screen #menu-button:before {position: absolute; top: 10px; right: 7px; display: block; height: 2px; width: 20px; background: #1e1665;
  content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 17px; border: 0; height: 2px; width: 15px; background: #1e1665; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); right: 10px;}
#navigation.small-screen #menu-button.menu-opened:before { top: 17px; background: #1e1665; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 10px;}
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid rgba(120, 120, 120, 0.2); height: 40px; width: 40px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { background: #ff0337; }
#navigation.small-screen ul ul .submenu-button {  }
#navigation.small-screen .submenu-button:after {position: absolute; top: 20px; right: 16px; width: 8px; height: 2px; display: block; background: #004C3F;
  content: '';}
#navigation.small-screen ul ul .submenu-button:after {  }
#navigation.small-screen .submenu-button.submenu-opened:after { background: #ffffff; }
#navigation.small-screen .submenu-button:before {position: absolute; top: 17px; right: 19px; display: block; width: 2px; height: 8px; background: #004C3F;
  content: '';}
#navigation.small-screen ul ul .submenu-button:before {  }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }
#navigation.small-screen #menu-button { display: block; padding: 17px; color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; position: absolute; top: -49px; right: 0px; border: #000 1px solid;
  border-radius: 3px;}
#header .navbar{padding: 17px 0px;}


@media only screen and (max-width:768px){
	header .navbar-brand {
  padding: 0px;
		
}
}
