
.main .cl {
  clear: both;
}
.main img, object, embed, video {
  border: 0 none;
  max-width: 100%;

}
.main a:focus {
  outline: none !important;
}
.main:before, .main:after {
  content: "";
  display: table;
}
.main:after {
  clear: both;
}


/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/


.mobileheader {
  display: none;
}
.overlapblackbg {
  display: none;
}
.smllogo {
  padding: 0px 0px;
  margin: 0;
  float: left;
  max-width: 300px;
}
.smllogo a {
  display: block;
  float: left;
  padding: 20px 0px 0px 5px;
}

.topmenusearch {
  float: right;
  width: 168px;
  height: 47px;
  position: relative;
  margin: 0px 0px 0px 0px;
}
.topmenusearch .searchicon {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.topmenusearch input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 47px;
  z-index: 2;
  outline: none;
  color: #ccc;
  background-color: #2b3a40;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.topmenusearch input:focus {
  color: #fff;
  width: 250px;
  background-color: #181818;
}
.topmenusearch input:hover {
  color: #fff;
  width: 250px;
  background-color: #181818;
}
.topmenusearch input:focus ~ .btnstyle {
  background-color: #3a4a51 !important;
  color: #fff;
  opacity: 0.9;
}
.topmenusearch input:hover ~ .btnstyle {
  background-color: #3a4a51 !important;
  color: #fff;
  opacity: 0.9;
}
.topmenusearch input:focus ~ .btnstyle .fa {
  color: #fff;
}
.topmenusearch input:focus ~ .searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}
.topmenusearch .btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.3;
  color: #fff;
  z-index: 1000;
  background-color: transparent;
  border: solid 0px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.topmenusearch .btnstyle .fa {
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.topmenusearch .btnstyle:hover {
  background-color: #282C37;
  opacity: 0.9;
}
.main {
  width: 100%;
  max-width: 1200px;
  background: #424242;
  margin: 0px auto;
  padding: 0px 0px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.menu {
  color: #fff;
  font-size: 14px;
  padding: 0px 0px 0px 0px;
  margin: 50px auto 0;
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-list {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: block;
  padding: 0px;
}
.menu-list > li {
  text-align: center;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px 0 25px;
}

.menu-list > li > a .fa {
  display: inline-block;
  line-height: inherit;
  margin-right: 8px;
  color: #898d91;
}
.menu-list li ul li a .fa.fa-angle-double-right {
  font-size: 12px;
  margin: 0 3px 0 -4px;
}
.mobiletext {
  display: none;
}
.menu-list li a .arrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #898d91;
  content: "";
  right: 12px;
  height: 0;
  margin: 0 0 0 9px;
  position: absolute;
  text-align: right;
  top: 22px;
  width: 0;
}
.menu-list > li > a {
  display: block;
  color: #f5f5f5;
  padding: 0px 30px 0px 18px;
  line-height: 47px;
  border-right: 1px solid rgba(0,0,0,0.10);
  text-decoration: none;
  position: relative;
}
.menu-list li a:hover .arrow:after {
  border-top-color: #b3b3b3
}
.menu-list li a.active .arrow:after {
  border-top-color: #b3b3b3
}
.menu-list li:hover>a .arrow:after {
  border-top-color: #b3b3b3
}
.megamenu iframe {
  width: 100%;
  margin-top: 10px;
  min-height: 200px;
}
.megamenu video {
  width: 100%;
  margin-top: 10px;
  min-height: 200px;
}
.menu-list > li a.menuhomeicon {
  padding: 0px 20px;
}
.menu-list > li.socialicon {
  float: left;
}
.menu-list > li.socialicon a {
  width: 38px;
  padding: 0px 10px
}
.menu-list > li.socialicon a .fa {
  font-size: 15px;
  color: #898d91;
  text-align: center;
}
.menu-list > li.rightmenu {
  float: right;
}
.menu-list > li.rightmenu a {
  padding: 0px 30px 0px 20px;
  border-right: none;
}
.menu-list > li.rightmenu a .fa {
  font-size: 15px;
}
.menu-list > li.rightmenu {
  float: right;
}
.menu-list > li.rightmenu:before, .menu-list > li.rightmenu:after {
  content: "";
  display: table;
}
.menu-list > li.rightmenu:after {
  clear: both;
}
.menu-list > li.rightmenu {
  zoom: 1;
}
.menu-list > li.carticon a {
  padding: 0px 27px 0px 15px;
  text-align: center;
}
.menu-list > li.carticon a .fa {
  font-size: 15px;
}
.menu-list > li.carticon em.roundpoint {
  position: absolute;
  top: 8px;
  width: 15px;
  height: 15px;
  background-color: #DA4B38;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 9px;
  text-align: center;
  font-style: normal;
  line-height: 14px !important;
  color: #fff;
  right: 20px;
}

.menu-list li:hover .megamenu {
  opacity: 1;
}
.megamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 122px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 14px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.megamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: 17px;
  color: #424242;
  margin: 0px 0px 7px 0px;
  text-align: left;
  height: 39px;
  margin:0px 0px 10px 0px;
}
.link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}
.link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff !important;
  background-image: none !important;
  color: #666666 !important;
  border-right: 0 none !important;
  display: block;
  border-right: 1px solid #e7e7e7;
  background-color: #fff;
  color: #424242;
}
.link-list .fa {
  font-size: 11px;
}
.megacollink {
  width: 23%;
  float: left;
  margin: 0% 1%;
  padding: 0px;
}
.megacollink li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}
.megacollink li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 8px 0px;
  background: #fff !important;
  background-image: none !important;
  color: #666666 !important;
  border-right: 0 none !important;
  display: block;
  border-right: 1px solid #e7e7e7;
  background-color: #fff;
  color: #424242;
}
.megacollink .fa {
  font-size: 11px;
}
.megacolimage {
  width: 31.33%;
  float: left;
  margin: 0% 1%;
}
.typographydiv {
  width: 100%;
  margin: 0% 0%;
}
.typographylinks {
  width: 25%;
  float: left;
  margin: 0% 0%;
}
.typographylinks ul {
  padding: 0px;
}
.mainmapdiv {
  width: 100%;
  display: block;
  margin: 0% 0%;
}
.menu-list .ad-style {
  width: 28%;
  float: right;
}
.menu-list .ad-style a {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: normal !important;
  background-image: none !important;
}
.mobile-sub .megamenu .ad-style a:hover {
  background-color: transparent !important;
}
.menu-list .megamenu li:hover>a {
  background: transparent !important;
}
.menu-list .megamenu li a:hover {
  background: transparent !important;
  text-decoration: underline;
}
.menu-list .megamenu li .fa {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}
.mrgtop {
  margin-top: 15px;
}
.show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
}
.megamenu .left.carousel-control {
  padding-top: 20%;
}
.megamenu .right.carousel-control {
  padding-top: 20%;
}
.carousel-inner .item img {
  width: 100%;
}
.megamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0,0,0,0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}
.typography-text {
  padding: 0px 0px;
  font-size: 14px;
}
.typography-text ul {
  padding: 0px 0px;
  margin: 0px;
}
.typography-text p {
  text-align: justify;
  line-height: 24px;
  color: #656565;
}
.typography-text ul li {
  display: block;
  padding: 2px 0px;
  line-height: 22px;
}
.typography-text ul li a {
  color: #656565;
}

.halfmenu {
  width: 40%;
  right: auto !important;
  left: auto !important;
}
.halfmenu .megacollink {
  width: 48%;
  float: left;
  margin: 0% 1%;
}
.halfdiv {
  width: 30%;
  right: auto;
  left: auto;
}
.halfdiv03 {
  width: 25%;
  right: auto;
  left: auto;
}
.menu_form {
  width: 100%;
  display: block;
}
.menu_form input[type="text"] {
  width: 100%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}
.menu_form input[type="password"] {
  width: 100%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}
.menu_form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px;
}
.menu_form input[type="submit"] {
  width: 30%;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 8px;
  float: right;
  color: #333;
  text-shadow: 0 1px 0 rgba(255,255,255,0.9);
  white-space: nowrap;
  background-color: #eaeaea;
  background-image: -moz-linear-gradient(#fafafa, #eaeaea);
  background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
  background-image: linear-gradient(#fafafa, #eaeaea);
  background-repeat: repeat-x;
  border-radius: 2px;
  border: 1px solid #ddd;
  border-bottom-color: #c5c5c5;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  text-decoration: none;
}
.menu_form input[type="button"] {
  width: 30%;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: bold;
  float: right;
  color: #333;
  text-shadow: 0 1px 0 rgba(255,255,255,0.9);
  white-space: nowrap;
  background-color: #eaeaea;
  background-image: -moz-linear-gradient(#fafafa, #eaeaea);
  background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
  background-image: linear-gradient(#fafafa, #eaeaea);
  background-repeat: repeat-x;
  border-radius: 2px;
  border: 1px solid #ddd;
  border-bottom-color: #c5c5c5;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  text-decoration: none;
}

.menu-list li > .menu_level_1 {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  visibility: hidden;
}
.menu-list li:hover > .menu_level_1 {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.menu_level_1 li > .menu_level_2 {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  visibility: hidden;
}
.menu_level_1 li > .menu_level_2 {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.menu_level_2 li > .menu_level_3 {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  visibility: hidden;
}
.menu_level_2 li:hover > .menu_level_3 {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.menu-list li > .megamenu {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  visibility: hidden;
}
.menu-list li:hover > .megamenu {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.menu_level_1 {
  position: absolute;
  top: 122px;
  z-index: 1000;
  margin: 0px;
  padding: 0px;
  border: solid 1px #eeeeee;
  background-color: #fff;
  min-width: 180px;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  display: none;
}
.menu_level_1 li a {
  background: transparent !important;
  background-image: none !important;
  color: #666666 !important;
  border-right: 0 none !important;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 6px 12px 6px 20px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}

.menu_level_1 > li.current_ancestor > a,
.menu_level_2 > li.current_ancestor > a {
  background-color: rgba(0,0,0,0.10) !important;
}

.menu_level_1 li {
  position: relative;
  margin: 0px;
  padding: 0px;
}
.menuexpandermain {
  display: none;
}

.menu-list .menu_level_1 .menu_level_2 {
  min-width: 220px;
  position: absolute;
  right: 100%;
  top: 0;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  display: none;
}

.menu-list .menu_level_1 li:hover .menu_level_2 {
  opacity: 1;
  list-style: none;
  padding: 0px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}
.menu-list .menu_level_1 li:hover .menu_level_2 {
  display: block;
}
.menu-list .menu_level_1 .menu_level_2 .menu_level_3 {
  min-width: 220px;
  position: absolute;
  right: 100%;
  top: 0;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  display: none;
}

.menu-list .menu_level_1 .menu_level_2 li:hover .menu_level_3 {
  opacity: 1;
  list-style: none;
  padding: 0px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}
.menu_level_1 li {
  position: relative;
  padding: 0px;
  margin: 0px;
  display: block;
}

.menu-click {
  display: none;
}
.menu-click02 {
  display: none;
}
.menu_level_1 .fa {
  margin-right: 7px;
}
.menu-list li:hover>a {
  background-color: rgba(0,0,0,0.10) !important;
  text-decoration: none;
}
.menu-list > li > a:hover {
  background-color: rgba(0,0,0,0.10) !important;
  text-decoration: none;
}
.menu-list > li > a.active {
  background-color: rgba(0,0,0,0.10) !important;
  text-decoration: none;
}
.menu_level_1 > li > a:hover {
  background-color: rgba(0,0,0,0.10) !important;
  border-radius: 0px!important;
  text-decoration: none;
}

.dropleft {
	left: auto !important;
	right: 100% !important;
}

/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/ 


@media only screen and (min-width: 960px) and (max-width:1280px) {

  .smllogo  {
    width: 28% !important;
  }
  .menu_form input[type="submit"] {
    width: 40% !important;
  }
  .menu_form input[type="button"] {
    width: 40% !important;
  }
  .topmenusearch {
    width: 180px;
  }
  .topmenusearch input:focus {
    width: 200px;
  }
}

@media only screen and (min-width:849px) and (max-width:960px) {
  .menu-list li a .arrow:after {
    display: none;
  }
  .menu-list > li {
    padding: 0px 0 17px;
  }
  .menu-list > li > a {
    white-space: nowrap !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .smllogo  {
    width: 250px !important;
  }

  .menu {
    margin-top: 42px;
  }
  .megamenu,
  .menu_level_1 {
    top: 106px;
  }

}
 @media only screen and (min-width:780px) and (max-width:848px) {
.menu-list li a .arrow:after {
  display: none;
}

  .smllogo  {
    width: 200px !important;
  }
  .menu {
    margin-top: 23px;
    font-size: 13px;
  }

  .menu-list > li {
    padding: 0px 0 15px;
  }

.menu_level_1,
.megamenu {
  top: 115px;
}

.menu-list > li > a {
  white-space: nowrap !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.menu-list > li.socialicon {
  display: none !important;
}
.menu-list > li.carticon {
  display: none !important;
}
.megacollink {
  width: 48%;
  margin: 1% 1%;
}
.typographylinks {
  width: 48%;
  margin: 1% 1%;
}
.menu_form input[type="submit"] {
  width: 40% !important;
}
.menu_form input[type="button"] {
  width: 40% !important;
}
.menu-list > li > a .fa {
  display: none;
}
.mobiletext {
  display: block;
}
.topmenusearch {
  width: 120px;
}
.topmenusearch input:focus {
  width: 130px;
}
.topmenusearch input:hover {
  width: 130px;
}
}
 @media only screen and (min-width: 781px) {
.menu-list li:hover > .menu_level_1 {
  display: block !important;
}
.menu_level_1 li:hover > .menu_level_2 {
  display: block !important;
}
.menu_level_2 li:hover > .menu_level_3 {
  display: block !important;
}
.menu-list li:hover > .megamenu {
  display: block !important;
}
.menu-list > li a.menuhomeicon .fa {
  margin-right: 0px !important;
}
.menu-list > li.carticon a .fa {
  margin-right: 0px !important;
}
.menu-list > li.socialicon a .fa {
  margin-right: 0px !important;
}
.menu_level_1,
.menu-list .menu_level_1 li:hover .menu_level_2,
.menu-list .menu_level_1 .menu_level_2 li:hover .menu_level_3 {
  background-color: #f4f4f4 !important; 
}
.menu_level_1 li.current > a {
  background-color: #eaeaea!important;
  color:#666666!important;
}
.menu_level_1 li > a.leftarrow::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #c1c1c1 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    top: 14px;
    content: "";
    margin-top: 0;
    position: absolute;
    right: auto !important;
    left: 3px !important;
    z-index: 11111;
    float: left;
}
}

/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/ 

@media only screen and (max-width: 780px) {
.main {
  margin: 0px;
  background-color: transparent;
}
.menu {
  margin: 0px;
  background-color: transparent;
}
.topmenusearch {
  margin: 0px 0 0;
  width: 100%;
  height: 44px;
}
.topmenusearch input:focus {
  width: 100%;
  background-color: #f5f5f5;
  color: #000;
}
.topmenusearch input:hover {
  width: 100%;
  background-color: #f5f5f5;
  color: #000;
}
.topmenusearch input {
  border-radius: 0px !important;
  height: 44px;
  background-color: #f1f1f1;
}

ul.typeahead.dropdown-menu {
  max-height: 400px;
  max-width: 240px;
  overflow: auto;
  z-index: 9999;
  float:left!important;
  right: auto!important;
  left: 0!important;
}

.smllogo {
  width: 100%;
  display: none !important;
  margin: 0 auto;
  text-align: center;
  background-color: #2B3A40;
}
.smllogo a {
  margin: 0 auto;
  text-align: center;
  float: none;
  padding: 10px 0px 3px 0px;
}
.topmenusearch .btnstyle {
  height: 44px;
  color: #424242;
}
.menucontainer {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.overlapblackbg {
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.menucontainer.offcanvasopener {
  display: block;
  margin-left: 240px;
}
.mobileheader {
  display: block !important;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.callusicon,
.callusicon1 {
  color: #c9c9c9;
  font-size: 21px;
  height: 25px;
  position: fixed;
  right: 15px;
  top: 15px;
  transition: all 0.4s ease-in-out 0s;
  width: 25px;
  z-index: 304;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.callusicon1 {
  right: 50px;
}

.callusicon:focus, callusicon:hover,
.callusicon1:focus, callusicon1:hover {
  color: #fff !important;
}
.offcanvasopener .callusicon,
.offcanvasopener .callusicon1  {
  display: none !important;
}
.smallogo {
  width: 100%;
  display: block;
  text-align: center;
  position: fixed;
  z-index: 302;
  width: 100%;
  height: 52px;
  background-image: url('../img/greystyle.png?1353438653');
  background-repeat: repeat;
  box-shadow: 0 1px 4px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
}
.smallogo > img {
  margin-top: 3px;
  display: inline;
}
.menu-list > li:hover>a {
  background-color: rgba(0,0,0,0.08) !important;
  text-decoration: none;
}
.mobiletext {
  display: inline-block !important;
}
.offcanvasopener .overlapblackbg {
  display: block !important;
}
.offcanvasopener .main {
  left: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main {
  width: 240px;
  left: -240px;
  height: 100%;
  position: fixed;
  top: 0;
  margin: 0;
  float: none;
  background-color: #fff;
  border-radius: 0px;
  z-index: 201;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none !important;
  background-color: #fff !important;
}
.menu {
  border-left: none;
  float: none;
  width: 100%;
  display: block !important;
  height: 100%;
  overflow-y: auto;
  display: block !important;
}
.menu-click {
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.menu-click i {
  display: block;
  height: 23px;
  width: 25px;
  margin-top: 11px;
  margin-right: 8px;
  background-size: 25px;
  font-size: 21px;
  color: rgba(0,0,0,0.25);
  float: right;
}
.menu-click02 {
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  width: 30%;
  background-color: rgba(255,255,255,.4);
  border-bottom: solid 1px rgba(0, 81, 158, .25);

}
.menu-click02 i {
  display: block;
  height: 23px;
  width: 25px;
  margin-top: 9px;
  margin-right: 8px;
  background-size: 25px;
  font-size: 21px;
  color: rgba(0,0,0,0.45);
  float: right;
  
}
.-activearrow > i {
  transform: rotate(180deg);
}
.menu-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.animated-arrow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 303;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.offcanvasopener .animated-arrow {
  left: 240px;
}
.animated-arrow {
  cursor: pointer;
  padding: 13px 35px 16px 0px;
  margin: 10px 0 0 15px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
  cursor: pointer;
  height: 2px;
  width: 23px;
  background: #c9c9c9;
  position: absolute;
  display: block;
  content: '';
}
.animated-arrow span:before {
  top: -7px;
}
.animated-arrow span:after {
  bottom: -7px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
  transition: all 500ms ease-in-out;
}
.offcanvasopener .animated-arrow span {
  background-color: transparent;
}
.offcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
  top: 7px;
}
.offcanvasopener .animated-arrow span:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: 0px;
}
.offcanvasopener .animated-arrow span:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.megacollink {
  width: 96% !important;
  margin: 0% 2% !important;
}
.megacolimage {
  width: 90% !important;
  margin: 0% 5% !important;
}
.typographylinks {
  width: 98% !important;
  margin: 0% 1% !important;
}
.typographydiv {
  width: 86% !important;
  margin: 0% 7% !important;
}
.mainmapdiv {
  width: 90% !important;
  margin: 0% 5% !important;
}
.innerpnd {
  padding: 0px !important;
}
.typography-text {
  padding: 10px 0px;
}
.menu-list .megamenu {
  background-color: #e7e7e7;
  color: #666666;
  display: none;
  position: relative !important;
  top: 0px;
  padding: 0px;
  border: solid 0px;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.menu-list li:hover .megamenu {
  display: none;
  position: relative !important;
  top: 0px;
}
.megamenu .title {
  color: #666666;
  font-size: 15px !important;
  padding: 10px 8px 10px 0px;
}
.megamenu > ul {
  width: 100% !important;
  margin: 0px;
  padding: 0px;
  font-size: 13px !important;
}
.megamenu > ul > li > a {
  padding: 9px 14px !important;
  line-height: normal !important;
  font-size: 13px !important;
  background-color: #e7e7e7 !important;
  color: #666666;
}
.megamenu > ul > li > a:hover {
  background-color: #000000 !important;
}
.ad-style {
  width: 100% !important;
}
.megamenu ul li.title {
  line-height: 26px;
  color: #666666;
  margin: 0px;
  font-size: 15px;
  padding: 7px 13px !important;
  border-bottom: 1px solid #ccc;
  background-color: transparent !important;
}
.menu_level_1 > li:hover>a {
  background-color: #7b7b7b;
  color: #666666;
}
.menu > .menu-list > li > a.active {
  color: #666666;
  background-color: rgba(0,0,0,0.08);
}
.menu > .menu-list > li > a:hover {
  color: #666666;
  background-color: rgba(0,0,0,0.08);
}
.menu-list li:hover .menu_level_1 {
  display: none;
}
.menu-list li:hover .menu_level_1 .menu_level_2 {
  display: none;
}
.menu-list .menu_level_1 .menu_level_2 li:hover .menu_level_3 {
  display: none;
  list-style: none;
  padding: 2px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}
.menu-list li:first-child a {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.menu-list li:last-child a {
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-right: 0px solid;
}
.menu_level_2 {
  width: 100% !important;
  position: static !important;
  left: 100% !important;
  top: 0 !important;
  display: none;
  margin: 0px !important;
  padding: 0px !important;
  border: solid 0px !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.menu_level_2 li {
  margin: 0px 0px 0px 0px !important;
  padding: 0px;
  position: relative;
}
.menu_level_2 a {
  display: block;
  padding: 10px 25px 10px 25px;
  border-bottom: solid 1px #ccc;
  font-weight: normal;
}
.menu_level_2 li a.active {
  color: #000 !important;
}
.menu_level_2 li:hover>a {
  background-color: #333333 !important;
  color: #fff;
}
.menu > .menu-list > li > a > .fa {
  font-size: 16px;
  color: #bfbfbf;
  margin-right: 11px;
  text-align: center;
  width: 19px;
}
.menu_level_3 {
  width: 100% !important;
  position: static !important;
  left: 100% !important;
  top: 0 !important;
  display: none;
  margin: 0px !important;
  padding: 0px !important;
  border: solid 0px !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.menu_level_3 li {
  margin: 0px 0px 0px 0px !important;
}
.menu_level_3 a {
  display: block;
  color: #000;
  padding: 10px 25px;
  background: #000 !important;
  border-bottom: solid 1px #ccc;
  font-weight: normal;
}
.menu_level_3 li a.active {
  color: #000 !important;
}
.menu_level_3 li:hover>a {
  background-color: #606060 !important;
  color: #fff;
}
.menu .menu-list {
  display: block !important;
}
.menu .menu-list > li {
  width: 100%;
  display: block;
  float: none;
  border-right: none;
  background-color: transparent;
  position: relative;
  white-space: inherit;
}

.menu .menu-list > li:first-child {
  padding-bottom: 2px;
}
.menu > .menu-list > li > a {
  padding: 9px 32px 9px 12px;
  font-size: 14px;
  text-align: left;
  border-right: solid 0px;
  background-color: transparent;
  color: #666666;
  line-height: 25px;
  border-bottom: 1px solid;
  border-bottom-color: rgba(0,0,0,0.13);
  position: static;
}
.menu .menu-list li a .arrow:after {
  display: none !important;
}
.menu .menu-list li ul li a .fa.fa-caret-right {
  font-size: 12px !important;
  color: #8E8E8E;
}
.mobile-sub .menu_level_1 {
  transform: none !important;
  opacity: 1 !important;
  display: none;
  position: relative !important;
  top: 0px;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 0px;
  visibility: visible !important;
}
.mobile-sub .menu_level_1 li a {
  line-height: 20px;
  height: 36px;

  font-size: 13px !important;
  padding: 8px 0px 8px 18px;
  color: #8E8E8E;
}
.mobile-sub .menu_level_1 li a:hover {
  background-color: red !important;
  color: #666666;
  text-decoration: underline;
}
.mobile-sub .menu_level_1 li:hover > a {
  background-color: rgba(136,186, 20, .75)!important;
  color: #fff!important;
}

.mobile-sub .menu_level_1 li:hover > span.menu-click02 i {
  color: #fff;
}
  
  
.mobile-sub .menu_level_1 li .menu_level_2 li a {
  line-height: 20px;
  height: 36px;

  border-bottom: none;
  padding-left: 28px;
}
.mobile-sub .menu_level_1 li .menu_level_2 li .menu_level_3 li a {
  line-height: 20px;
  height: 36px;

  border-bottom: none !important;
  padding-left: 38px;
  color: #8e8e8e;
}
.menu-list > li.socialicon a {
  width: 100%;
}
.menu-list > li.carticon em.roundpoint {
  left: 22px;
}
.halfdiv .title {
  padding-left: 15px;
}
.halfdiv {
  width: 100%;
  display: block;
}
.halfdiv03 .title {
  padding-left: 15px;
}
.halfdiv03 {
  width: 100%;
}
.halfmenu {
  width: 100%;
  display: block;
}
.menu_form {
  padding: 10px 10px 63px 10px;
  background-color: #e7e7e7;
}
.menu_form input[type="button"] {
  width: 46%;
}
.menu_form input[type="submit"] {
  width: 46%;
}
.menu_form textarea {
  min-height: 100px;
}
.menu-list li > .menu_level_1 {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
}
.menu-list li:hover > .menu_level_1 {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
}
.menu_level_1 li > .menu_level_2 {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
}
.menu_level_1 li:hover > .menu_level_2 {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.menu_level_2 li > .menu_level_3 {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.menu_level_2 li:hover > .menu_level_3 {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.menu-list li > .megamenu {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.menu-list li:hover > .megamenu {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}
}

.tranbg {
  background-color: transparent !important;
}

 @media only screen and (max-width: 780px) {
  .tranbg {
    background-color: #fff !important;
  }

}

.tranbg > .menu > .menu-list > li > a {
  color: #424242;
  background-color: transparent;
  font-weight: 600;
}
.tranbg > .menu > .menu-list > li > a:hover {
  background-color: transparent !important;
}
.tranbg > .menu > .menu-list > li > a {
  background-color: transparent !important;
  text-transform: uppercase;
}
.tranbg > .menu > .menu-list > li > a > .arrow:after {
  border-top-color: #898d91 !important;
}
.tranbg > .menu {
  border: none;
}




.headerwp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
}
.headerfull {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  height: 75px;
}
.posrlt {
  position: relative;
}
.headtoppart {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  height: 39px;
  margin: 0px auto;
  padding: 0px 0px;
  min-width: 320px;
}
.headertopleft {
  width: 80%;
  float: left;
}
.headertopright {
  width: 20%;
  float: right;
  text-align: center;
}
.headertopright a {
  line-height: 39px;
  color: #b6b6b6;
  font-size: 14px;
  padding: 0px 12px;
  display: inline-block;
}
.headertopright a:hover {
  background-color: #272B37;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.headertopright a.facebookicon:hover {
  background-color: #3b5998;
  color: #fff;
}
.headertopright a.twittericon:hover {
  background-color: #55acee;
  color: #fff;
}
.headertopright a.youtubeicon:hover {
  background-color: #cc181e;
  color: #fff;
}
.headertopright a.instagramicon:hover {
  background-color: #f50;
  color: #fff;
}
.headertopright a.matrixicon:hover {
  background-color: #32b4b6;
  color: #fff;
}
.headertopright a.mastodonicon:hover {
  background-color: #563ccf;
  color: #fff;
}
.address {
  padding: 10px 0px 0px 0px;
  font-size: 12px;
  color: #b6b6b6;
}
.address a {
  color: #b6b6b6;
}
.address span {
  margin-right: 9px;
}
.address .fa {
  margin-right: 6px;
  margin-left: 6px;

}
.norlt {
  position: static;
}
.menuwrapper {
  position: relative;
}
.show-grid {
  background-color: #fff;
}
.btn-border {
  border: 2px solid;
  border-radius: 40px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  -moz-user-select: none;
  background-image: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  padding: 15px 40px;
}
.btn-border:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.btn-border:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.moreoption {
  width: 100%;
  display: block;
  margin-top: 290px;
}
.moreoption .boxheader {
  border: solid 0px;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 17px;
  color: #fff;
}
.mobiletext02 {
  display: none;
}
.buttoncolor {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.3s linear 0s;
  width: 12.5%;
  height: 30px;
  float: left;
  text-align: center;
  margin: 0px 0px;
}
.buttoncolor:hover {
  color: #fff;
  text-decoration: none;
}
.buttoncolor:focus {
  color: #fff;
  text-decoration: none;
}
.buttoncolor03 {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.3s linear 0s;
  width: 12.5%;
  height: 30px;
  float: left;
  text-align: center;
  margin: 0px 0px;
}
.buttoncolor03:hover {
  color: #fff;
  text-decoration: none;
}
.buttoncolor03:focus {
  color: #fff;
  text-decoration: none;
}
.headertlt {
  width: 100%;
  padding: 40px 0px 15px 0px;
  letter-spacing: -0.5px;
  font-size: 22px;
  font-family: 'archivo_narrowregular';
  color: #424242;
}
.colorlink01 {
  width: 40%;
  float: left;
  margin: 0% 0% 0% 2%;
}
.colorlink02 {
  width: 40%;
  float: left;
  margin: 0% 0% 0% 2%;
}
.colorlink03 {
  width: 14%;
  float: left;
  margin: 0% 0% 0% 2%;
}
.buttoncolor02 {
  color: #424242;
  display: block;
  font-size: 15px;
  border-radius: 2px;
  height: 30px;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.3s linear 0s;
  width: 100%;
  border-right: solid 5px #fff;
  float: left;
  text-align: center;
  margin: 0% 0% 0% 0%;
  background-color: #f2f2f2;
  border: solid 1px #D9D9D9;
  cursor: pointer;
  text-align: center !important;
  text-decoration: none !important;
  width: 50%;
  float: left;
}
.buttoncolor02:hover {
  background-color: #424242;
  color: #000;
}
.buttoncolor02.active {
  background-color: #424242;
  color: #fff;
}

 @media only screen and (min-width: 230px) and (max-width:780px) {

.colorlink01 {
  width: 92% !important;
  margin: 0% 4%;
}
.colorlink02 {
  width: 92% !important;
  margin: 0% 4%;
}
.colorlink03 {
  width: 92% !important;
  margin: 0% 4%;
}
.buttoncolor02 {
  width: 100% !important;
  margin-bottom: 2%;
}
.buttoncolor {
  width: 25%;
}
.moreoption {
  width: 100%;
  margin: 85px 0 0 0;
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.headtoppart {
  margin-top: 52px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
}
.topmenusearch {
  margin: 0px 0 0;
  width: 100%;
}
.topmenusearch input:focus {
  width: 100%;
}
.posrlt {
  width: 240px;
  float: none;
}
.headerright {
  width: 100%;
  float: none;
}
.headertopleft {
  float: none;
  width: 96%;
  margin: 0% 2%;
}
.headertopright {
  float: none;
  width: 96%;
  margin: 0% 2%;
}
.address.clearfix:before, .address.clearfix:after {
  content: "";
  display: table;
}
.address.clearfix:after {
  clear: both;
}
.address.clearfix {
  zoom: 1;
}
.headertopleft {
  display: none;
}
.headerfull {
  height: auto;
}
.headertopright a {
  width: auto;
  text-align: center;
  color: #5f5f5f;
  padding: 0px 25px;
}

}

 @media only screen and (min-width: 480px) and (max-width:780px) {
.mobiletext02 {
  display: inline-block;
}
}
 @media only screen and (min-width: 320px) and (max-width:479px) {
.headertopright a .fa {
  margin-right: 0px;
}
}