:root {
  --dark: #000;
}
ul,
ol,
dl {
  padding-left: 1.5rem;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  border: 1px solid var(--d-9-d-9-d-9, #ccc);
  background: var(--d-9-d-9-d-9, #f2f2f2);
  height: 40px;
  font-size: 18px;
  transition: all 0.5s;
  border-bottom: 1px solid #cccccc;
  color: #fff;
  padding: 0;
}

.topbar .contact-info i {
  font-style: normal;
  color: #084c7a;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #084c7a;
}

.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
  top: auto;
  margin-top: 20px;
}

.testimonials .swiper-button-prev {
  float: left;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #efefef;
  color: #000;
}

.testimonials .swiper-button-next {
  margin-left: 13px;
  right: auto;
  float: left;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #efefef;
  color: #000;
}

.testimonials .swiper-button-next::after,
.testimonials .swiper-button-prev::after {
  font-size: 16px;

  color: #000;
}

.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
  position: static;
}

@media (max-width: 575px) {
  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 18px;
  }
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  /*color: #fff;*/
  text-decoration: underline;
}

.topbar .social-links a {
  color: #000;
  line-height: 0;
  transition: 0.3s;
  margin-left: 24px;
}

.topbar .social-links a:hover {
  color: #fff;
}

.cs-block {
  -webkit-box-shadow: inset 0px 6px 25px -14px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0px 6px 25px -14px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0px 6px 25px -14px rgba(0, 0, 0, 0.17);
}

.menu-icon {
  width: 26px;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  /* height: 90px; */
  /* background-color: var(--color-third); */
  /* box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.04); */

  position: relative;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  /* height: 70px; */

  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header .logo img {
  margin-right: 43px;
}

.header .logo h1 span {
  color: #f96f59;
}

.sticked-header-offset {
  margin-top: 70px;
}

section {
  scroll-margin-top: 70px;
}

.quick-head-link {
  font-size: 18px;
  color: #0b8582;
}

.head-iocn img {
  position: relative;
  top: -3px;
}

.head-iocn {
  padding-right: 45px;
}

.quick-head-link a {
  color: var(--d-9-d-9-d-9, #666);
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.quick-head-link a.diff-color {
  color: #2c9e65;
}

.social-links {
  margin-right: 117px;
}

.quick-head-link .social-links a {
  color: #666666;
  line-height: 0;
  transition: 0.3s;
  margin-left: 24px;
}
.quick-head-link .social-links a:hover {
  color: #e85222;
}

.search-icon-top {
  text-align: center;
  margin-left: 52px;
}

.logo-area {
  height: 140px;
}

.logo-divi {
  padding-left: 6%;
  padding-right: 6%;
}

.right-logo-arae {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.right-logo-arae a {
  color: #084c7a;
  font-size: 18px;
}

.right-logo-arae a span {
  color: #777778;
  font-size: 15px;
  display: block;
  position: relative;
  top: -2px;
}

.right-logo-arae a:hover span {
  color: #0b8582;
}

.divition-stroke {
  width: 1px;
  height: 53px;
  background-color: #e0e0e0;
  display: inline-block;

  margin-left: 31px;
  margin-right: 18px;
}

.announcement-icon {
  margin-right: 17px;
}

.nav-main-wrap {
  /* border-top: 1px solid #d4d4d4;
  background: #e85222; */
  background: transparent;
}

.wid-513 {
  width: 30%;
}
.logo1 {
  width: 232px;
}
.mid-icon-area {
  display: flex;
  width: 45.5%;
  padding-left: 4%;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #ed1c24;
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

/*Navigation part end*/

.orange-bg .section-header h2 {
  color: #fff;
}

.exo-menu {
  width: 100%;
  font-size: 16px;
  float: left;
  list-style: none;
  position: relative;
  z-index: 99;
}
.exo-menu > li {
}
.exo-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 35px 15px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--dark);
  outline: none;
  transition: 0.5s;

  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
  color: #ed1c24;
}

.exo-menu > li > a.active {
  /* color: #fff;
  border-top: 5px solid #fff; */
}

.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left {
  position: relative;
}

li.drop-down > ul {
  left: 0px;
  min-width: 230px;
}
.drop-down-ul {
  display: none;
}

.flyout-right > ul,
.flyout-left > ul {
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #e0e0e0;
}

li.drop-down > ul > li > a,
.flyout-right ul > li > a,
.flyout-left ul > li > a {
  color: #000;
  display: block;
  padding: 7px 5px;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px dotted #547787;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul > li > a,
.flyout-left ul > li > a {
  border-bottom: 1px dotted #b8c7bc;
}

/*Flyout Mega*/
.flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display: none;
  height: 100%;
  padding: 15px;
  min-width: 742px;
}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important;
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display: none;
  padding-top: 0;
  min-height: 100%;
}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670;
}
.mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  color: #000;
  display: block;
  padding-bottom: 6px;
}

.mega-menu ul li a:hover {
  color: #ed1c24;
}

.heading-nav a {
  color: #3c3c3c;
}
ul.stander li a {
  padding: 3px 0px;
}

ul.description li {
  padding-bottom: 12px;
  line-height: 8px;
}

ul.description li span {
  color: #ccc;
  font-size: 85%;
}
a.view-more {
  border-radius: 1px;
  margin-top: 15px;
  background-color: #009fe1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover {
  color: #fff;
  background: #0dadef;
}
ul.icon-des li a i {
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #009fe1;
  line-height: 35px !important;
}

ul.icon-des li {
  width: 100%;
  display: table;
  margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog {
  left: 0;
  display: none;
  color: #fefefe;
  padding-top: 15px;
  background: #547787;
  padding-bottom: 15px;
}
.Blog .blog-title {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.Blog .blog-des {
  color: #ccc;
  font-size: 90%;
  margin-top: 15px;
}
.Blog a.view-more {
  margin-top: 0px;
}
/*Images*/
.Images {
  left: 0;
  width: 100%;
  display: none;
  color: #fefefe;
  padding-top: 15px;
  background: #547787;
  padding-bottom: 15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul > li > a,
.flyout-left ul > li > a,
.flyout-mega-wrap,
.mega-menu {
  background-color: #fff;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left > ul:hover,
li.flyout-right > ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover + ul,
li.flyout-right a:hover + ul,
.blog-drop-down > a:hover + .Blog,
li.drop-down > a:hover + .drop-down-ul,
.images-drop-down > a:hover + .Images,
.mega-drop-down a:hover + .mega-menu,
li.flyout-mega > a:hover + .flyout-mega-wrap {
  display: block;
  background: #fff;
}

/*responsive*/
@media (min-width: 767px) {
  .exo-menu > li > a {
    position: relative;
    padding: 35px 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--dark);
    outline: none;
    transition: 0.5s;
  }
  .mega-menu,
  .flyout-mega-wrap,
  .Images,
  .Blog,
  .flyout-right > ul,
  .flyout-left > ul,
  li.drop-down > ul {
    position: absolute;
  }
  .flyout-right > ul {
    left: 100%;
  }
  .flyout-left > ul {
    right: 100%;
  }
}
@media (max-width: 767px) {
  /* .exo-menu {
    min-height: 58px;
    background-color: #23364b;
    width: 100%;
  } */

  .exo-menu > li > a {
    width: 100%;
    display: none;
  }
  .exo-menu > li {
    width: 100%;
  }
  .display.exo-menu > li > a {
    display: block;
    padding: 20px 22px;
  }

  .mega-menu,
  .Images,
  .Blog,
  .flyout-right > ul,
  .flyout-left > ul,
  li.drop-down > ul {
    position: relative;
  }
}
a.toggle-menu {
  position: absolute;
  right: 0px;
  padding: 20px;
  font-size: 27px;
  background-color: #ccc;
  color: #23364b;
  top: 0px;
}

.flyout-right {
  position: relative;
}
.flyout-right:after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #c4c4c4;
  border-bottom: 5px solid transparent;
}

/*  _______________________________________

	01 MENU BAR
    _______________________________________  */

.megamenu_wrapper {
  margin-top: 0px; /*margin-left:-10px;  margin-right:-26px;*/
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
  display: table;
  /*position: relative;*/
  z-index: 99;

  font-size: 15px;
  /*line-height:15px;*/
}
/*.megamenu_wrapper {
	width: 100%;

}*/
.megamenu_container {
  width: 100%;
  margin: 0 auto;
  /*height:40px;*/
}
.megamenu_wrapper .megamenu_container {
  width: 100%;
  /*-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;*/
}
.megamenu_container .megamenu {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.megamenu > li {
  float: left; /*font-family: 'montserratsemibold';*/
  /*position:relative;*/
  /*margin-right:5px;*/
  border: none;
}
.megamenu li.menuitem_fullwidth {
  position: static !important;
}
.megamenu > li > a {
  outline: 0;
  padding: 21px 24px 21px 24px;
  text-decoration: none;
  display: block;
}
.megamenu > li .menuitem_drop {
  /*padding-right:27px;*/
}
.megamenu > li.menuitem_nodrop > a {
  line-height: 20px;
  /*padding-bottom:10px;*/
}

/* Right aligned menu item */

.megamenu > li.menuitem_right {
  float: right;
  right: 0;
  margin-right: 0;
}

/* Menu Button (Mobiles) */

.megamenu li.megamenu_button {
  display: none;
}
.megamenu li.megamenu_button_active {
  background: #000000 !important;
}

/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */

/* Drop Downs Containers */

.megamenu .dropdown_1column,
.megamenu .dropdown_2columns,
.megamenu .dropdown_3columns,
.megamenu .dropdown_4columns,
.megamenu .dropdown_5columns,
.megamenu .dropdown_fullwidth {
  margin: 0;
  display: none;
  position: absolute;
  /*top:41px;*/
  left: -1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.pad-l-r-15 {
  padding: 15px;
}

/* Drop Downs Sizes */

.megamenu .dropdown_1column {
  width: 135px;
  padding: 15px 14px 15px 15px;
}
.megamenu .dropdown_2columns {
  padding: 15px 11px 15px 15px;
}
.megamenu .dropdown_3columns {
  width: 445px;
  padding: 15px 8px 15px 15px;
}
.megamenu .dropdown_4columns {
  width: 600px;
  padding: 15px 5px 15px 15px;
}
.megamenu .dropdown_5columns {
  width: 755px;
  padding: 15px 2px 15px 15px;
}
.megamenu .dropdown_fullwidth {
  width: 100%;
  padding: 0px 0 0px 15px;
  /*top:42px;*/
  left: 0px;
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
  z-index: 99;

  /*box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);*/
}
.megamenu_wrapper .dropdown_right {
  left: auto;
  right: -1px;
}
.megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth {
  left: auto;
  right: 8px;
}

/* Showing Drop Down on Mouse Hover */

.megamenu li:hover > div {
  display: block;
}

/* Columns Sizes */

.megamenu .col_one_sixth,
.megamenu .col_one_fifth,
.megamenu .col_one_quarter,
.megamenu .col_one_third,
.megamenu .col_two_fifths,
.megamenu .col_half,
.megamenu .col_three_fifths,
.megamenu .col_two_thirds,
.megamenu .col_three_quarters,
.megamenu .col_four_fifths,
.megamenu .col_five_sixths,
.megamenu .col_full {
  float: left;
  margin-left: 2%;
}
.megamenu .col_one_sixth {
  width: 14.66667%;
}
.megamenu .col_one_fifth {
  width: 18%;
}
.megamenu .col_one_quarter {
  width: 23%;
}
.megamenu .col_one_third {
  width: 31.33333%;
}
.megamenu .col_two_fifths {
  width: 38%;
}
.megamenu .col_half {
  width: 25%;
}
.megamenu .col_three_fifths {
  width: 58%;
}
.megamenu .col_two_thirds {
  width: 64.66667%;
}
.megamenu .col_three_quarters {
  width: 73%;
}
.megamenu .col_four_fifths {
  width: 78%;
}
.megamenu .col_five_sixths {
  width: 81.33333%;
}
.megamenu .col_full {
  width: 98%;
}

/* IMPORTANT */

/* Use the firstcolumn class for the first element of a new row of content */
.megamenu .firstcolumn {
  margin-left: 0;
  width: 62%;
  overflow: hidden;
  clear: left;
}

.firstcolumn ul li a {
  /*margin-left: 10px;*/
  font-size: 14px;
  line-height: 18px !important;
  color: #000 !important;
  padding: 10px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
  /*clear: left;*/
  border-bottom: 1px dashed #f2f2f2;
}

.firstcolumn ul li ul li {
  margin-left: 10px;
  clear: left;
}

.firstcolumn ul li ul li a {
  clear: left;
  font-size: 13px !important;
  color: #696969 !important;
  background: url(../images/nav_1stlevel.png) no-repeat left;
}

.firstcolumn ul li ul li ul li a {
  /*margin-left: 10px;*/
  clear: left;
  color: #393939 !important; /*background:url(../images/menu_bullet.png) no-repeat left;*/
  padding-left: 8px;
}

.firstcolumn ul li ul li a:hover {
  color: #c7c7c7 !important;
}

.custom-nav-sec ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.custom-nav-sec ::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 10px;
}

/* Handle */
.custom-nav-sec ::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 10px;
}

/* Handle on hover */
.custom-nav-sec ::-webkit-scrollbar-thumb:hover {
  background: #bbbbbb;
}

/*  _______________________________________

	03 CONTENT STYLING
    _______________________________________  */
.fx-height {
  height: 370px;
  overflow-y: auto;
  border-right: 1px solid #e1e0e0;
}

.fx-height.last-border-off {
  border: none;
}

.dropdown_fullwidth .custom-nav-sec {
  padding: 15px;
}

.dropdown_fullwidth .custom-nav-sec:nth-child(2n + 2) {
  background-color: #fafafa;
}

.megamenu p,
.megamenu ul,
.megamenu h2,
.megamenu h3 {
  /*font-family: 'latoregular';*/
  /*	line-height:20px;*/
  text-align: left;
  margin-left: 0px;
}
.megamenu p {
  margin: 0;
  margin-bottom: 18px;
}
.megamenu .strong {
  font-weight: bold;
}
.megamenu .italic {
  font-style: italic;
}
.megamenu h2,
.megamenu h3 {
  margin-top: 7px;
}
.megamenu h2 {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 18px;
  padding-bottom: 11px;
}
.megamenu h3 {
  font-weight: 600;
  color: #413f3f;
  font-size: 14px;
  margin-bottom: 14px;
  padding-bottom: 7px;
}
.megamenu li a {
  text-decoration: none;
}
.megamenu .pusher {
  /* Use this pucher if you want to give more vertical spacing between your rows of content */
  margin-top: 18px;
}

/* Icon paragraphs */

.megamenu .help,
.megamenu .favorite,
.megamenu .mail,
.megamenu .print {
  padding-left: 36px;
  margin-bottom: 18px;
}
.megamenu .help {
  background: url("../img/help.png") no-repeat 0 2px;
}
.megamenu .favorite {
  background: url("../img/favorite.png") no-repeat 0 2px;
}
.megamenu .mail {
  background: url("../img/mail.png") no-repeat 0 2px;
}
.megamenu .print {
  background: url("../img/print.png") no-repeat 0 2px;
}

/* Images styles */

.megamenu .imgshadow_dark,
.megamenu .imgshadow_light {
  padding: 4px;
  margin-top: 5px;
}
.megamenu .img_left {
  /* Image sticks to the left */
  float: left;
  margin: 5px 15px 5px 0;
}
.megamenu .img_right {
  /* Image sticks to the right */
  float: right;
  margin: 5px 0 5px 15px;
}

/* Box styles */

.megamenu li .black_box,
.megamenu li .dark_grey_box {
  margin: -8px 0 18px 0;
  color: #eeeeee;
  /*text-shadow: 1px 1px 1px #000;*/
  padding: 8px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Standard lists styles */

.megamenu li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
.megamenu li ul li {
  font-size: 16px;
  /*line-height:24px;*/
  /*position:relative;*/
  /*text-shadow: 1px 1px 1px #000000;*/
  padding: 0;
  margin: 0px 0px 5px 0;
  float: left;
  text-align: left;
  width: 100%;
}
.megamenu li ul li a {
  text-transform: capitalize;
  /*  line-height:40px; */
}

.heading-nav {
  text-transform: uppercase !important;
  color: #000;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* Greybox lists styles */

.megamenu li .greybox li {
  margin: 0 0 4px 0;
  padding: 4px 6% 4px 6%;
  width: 88%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Other lists styles */

.megamenu li .plus li {
  margin: 0 0 4px 0;
  padding: 0 0 0 20px;
  float: left;
}

/* Social Icons */

.megamenu li ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu li ul.social li {
  padding-top: 5px;
  margin: 0 12px 12px 0;
  float: left;
  /*position:relative;*/
  display: inline;
  width: 32px;
}
.megamenu li ul.social li img {
  border: none;
}
.megamenu li ul.social li:hover {
  padding-top: 5px;

  margin: -1px 12px 12px 0;
}
.megamenu li ul.social li span {
  display: none;
}

/* 2-Levels Drop Down */

.megamenu .dropdown_flyout {
  min-width: 120px;
}
.megamenu .levels,
.megamenu .levels ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.megamenu .levels a {
  display: block;
  width: 10em;
}
.megamenu .levels li {
  float: left;
}
.megamenu .levels li ul {
  position: absolute;
  top: -23px;
  margin: 15px 0 0 4px;
  padding: 6px 12px;
  left: -999em;
  z-index: 9999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.megamenu .levels li:hover > ul {
  left: 96%;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
  .pagecontent,
  .pagewrapper {
    width: 95%;
  }
  .pagewrapper .pagecontent {
    width: 100%;
  }
  .pagewrapper .megamenu_vertical_left {
    margin-right: auto;
  }
  .pagewrapper .megamenu_vertical_right {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .pagecontent,
  .pagewrapper {
    width: 420px;
  }
  .pagewrapper .pagecontent {
    width: 420px;
  }

  .megamenu > li > a {
    outline: 0;
    padding: 4px 15px 0px 15px;
    font: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .pagecontent,
  .pagewrapper {
    width: 300px;
  }
  .pagewrapper .pagecontent {
    width: 300px;
  }
}

a.extyt {
  color: #fff;
}

.extyt {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 25px;
}

/*Navigation Start*/

.flexnav {
  *zoom: 1;
  overflow: hidden;
  margin: 0px auto;
  width: 100%;
  text-align: left;

  font-size: 18px;

  position: relative;
}

.flexnav:after {
  content: "";
  display: table;
  clear: both;
}

.flexnav.show {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 1000px;
}
.flexnav li {
  font-size: 100%;
  position: relative;
}

.flexnav li {
  margin-bottom: 1px;
}

.flexnav li ul li {
  font-size: 100%;
  position: relative;
  margin-bottom: 0px !important;
}

.flexnav li a {
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  margin-right: 1px;
  webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.flexnav li a:hover {
  background: #f1ecd9;
  color: #fff;
}
.flexnav li a.active {
  background: #f1ecd9;
}

.flexnav li li a {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.flexnav li a:hover {
  text-decoration: none;
  color: #fff;
}
.flexnav li ul {
  width: 100%;
  margin-top: 1px;
  margin-left: 0;
  padding-left: 0;
  display: none;
}
.flexnav li ul li {
  float: none;
  width: 100%;
  list-style-type: none;
}
.flexnav li ul li a {
  display: block;
  padding-left: 21px !important;
  font-size: 12px;
  line-height: 29px;
  color: #fff;
  background: none;
  /*padding-top:0; 
	padding-bottom:0;*/
}

.flexnav li .touch-button .navicon {
  display: block;
  width: 10px;
  height: 4px;
  background: url(../img/nav-arrow.png) no-repeat center;
  position: absolute;
  right: 20px;
  top: 23px;
}

.flexnav .active .navicon {
  display: block;
  width: 10px;
  height: 4px;
  background: url(../img/nav-arrow2.png) no-repeat center !important;
}
.flexnav ul li ul li a {
  padding-left: 55px;
}
.flexnav ul li ul li ul li a {
  background: none;
  padding-left: 56px;
  border-bottom: none;
}
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  width: 50px;
  height: 40px;
  display: inline-block;
  background: none;
  text-align: right;
  padding: 0 17px 0 0;
}
.flexnav .touch-button:hover {
  cursor: pointer;
}
.flexnav .touch-button .navicon {
  position: relative;
  /*top: 1.4em;*/
  font-size: 12px;
  color: #fff;
}

/* Side Menu */

#sidebar-wrapper1 {
  z-index: 1000;
  position: fixed;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
  border-radius: 0;
  background: #ed1c24;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

#sidebar-wrapper1 .fa {
  color: #fff;
}
.extyt {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 25px;
}
#sidebar-wrapper1.navbar {
  padding: 0;
}

.sidebar-nav ul {
  margin: 0;
  padding: 0;
}

.sidebar-nav {
  position: absolute;
  top: 50px;
  width: 248px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;

  text-indent: 20px;
  line-height: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 500;

  font-size: 14px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  font-size: 18px;
  line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

/*#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}*/

#sidebar-wrapper1.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;
  box-shadow: 0 0 20px #00000080;
}

#sidebar-wrapper1 li a {
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  margin-right: 1px;
  webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  text-indent: 0;
}

/* Side Menu */

#sidebar-wrapper2 {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
  border-radius: 0;
  background: #225c8e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#sidebar-wrapper2 .fa {
  color: #fff;
}
.extyt {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 25px;
}
#sidebar-wrapper2.navbar {
  padding: 0;
}

.sidebar-nav2 ul {
  margin: 0;
  padding: 0;
}

.sidebar-nav2 {
  position: absolute;
  top: 50px;
  width: 248px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav2 li {
  text-indent: 20px;
  line-height: 40px;

  text-indent: 20px;
  line-height: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav2 li a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 500;

  font-size: 14px;
}

.sidebar-nav2 li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav2 li a:active,
.sidebar-nav2 li a:focus {
  text-decoration: none;
}

.sidebar-nav2 > .sidebar-brand {
  height: 55px;
  font-size: 18px;
  line-height: 55px;
}

.sidebar-nav2 > .sidebar-brand a {
  color: #999;
}

.sidebar-nav2 > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

/*#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}*/

#sidebar-wrapper2.active {
  left: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;
  box-shadow: 0 0 20px #00000080;
}

#sidebar-wrapper2 li a {
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  margin-right: 1px;
  webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
#menu-toggle {
  cursor: pointer;
}
.mobile-on {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-on {
    display: block !important;
  }
  .fm-cstm {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .fm-cstm .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fm-cstm .navbar-brand {
    width: 80%;
  }
  .fm-cstm #header {
    display: inline-block;
    width: 15%;
  }
}
