/*header{flex: 0 0 auto;}
.main-content{flex: 1 0 auto; overflow:hidden; background:#fff; z-index:1; margin-bottom:31rem;}
footer{flex: 0 0 auto; position:absolute; bottom:0; height:31rem; z-index:-1;}*/

@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700,900&amp;display=swap");

footer {
  font-family: "Titillium Web", sans-serif;
}

footer {
  /*flex: 0 0 auto; */
  position: relative;
  bottom: 0;
  max-height: 31rem;
  z-index: 9;
}
.footer-logo {
  float: right !important;
  border-left: none !important;
  padding-bottom: 10px !important;
}
/* .top_header {
	position: fixed;
	width: 100%;
	background: #fa6f1c;
	top: 0;
	text-align: center;
	z-index: 9999;
	padding:10px 10px;
}
.top_header p {
	margin: 0;
	color: #fff;
} */
hr {
  border-color: #adb8b6 !important;
}

#back2Top,
#back1Top {
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  position: fixed;
  bottom: 50px;
  right: 10px;
  width: 40px;
  height: 35px;
  background-color: #ff5a00;
  text-align: center;
  padding: 0px 8px;
  display: none;
  line-height: 30px;
  box-shadow: 0 0 0.3125rem 0.125rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.3125rem 0.125rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.3125rem 0.125rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0.3125rem 0.125rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0.3125rem 0.125rem rgba(0, 0, 0, 0.1);
}

#back1Top {
  display: block;
  top: calc(100vh - 10vh);
}
/**==============Header==============**/
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  display: block;
}
header {
  background: rgba(0, 0, 0, 0.98);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: fixed;
  top: 0px;
  left: 0rem;
  width: 100%;
  right: 0rem;
  z-index: 9999;
  padding: 0.625rem 0rem 0rem 0rem;
  display: none;
}
.logo {
  position: absolute;
  top: 0px;
  left: 1.75rem;
  z-index: 99;
}
.logo img {
  height: 40px;
}
.exo-menu {
  width: auto;
  float: right;
  list-style: none;
  position: relative;
  background: #ff5a00;
}
.exo-menu > li {
  display: inline-block;
  float: left;
}
.exo-menu > li > a {
  color: #fff;
  text-decoration: none;
  -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;
  font-weight: 400;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
  background: #e59995;
  color: #000;
}
.exo-menu i {
  float: left;
  font-size: 1.125rem;
  margin-right: 0.375rem;
  line-height: 1.25rem !important;
}
li.drop-down,
.flyout-right,
.flyout-left {
  position: relative;
}
/*li.drop-down:before{content:"\f103";color:#fff;font-family:FontAwesome;font-style:normal;display:inline;position:absolute;right:0.375rem;top:20px;font-size:14px}*/
li.drop-down > ul {
  left: 0;
  min-width: 230px;
}
.drop-down-ul {
  display: none;
}
.flyout-right > ul,
.flyout-left > ul {
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 0.063rem solid #365670;
}
li.drop-down > ul > li > a,
.flyout-right ul > li > a,
.flyout-left ul > li > a {
  color: #fff;
  display: block;
  padding: 1.25rem 1.375rem;
  text-decoration: none;
  background-color: #365670;
  border-bottom: 0.063rem 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: 0.063rem dotted #b8c7bc;
}
.flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display: none;
  height: 100%;
  padding: 0.938rem;
  min-width: 742px;
}
h4.row.mega-title {
  color: #eee;
  margin-top: 0;
  font-size: 0.875rem;
  padding-left: 0.938rem;
  padding-bottom: 0.813rem;
  text-transform: uppercase;
  border-bottom: 0.063rem solid #ccc;
}
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 1.563rem;
  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 {
  left: 0;
  right: 0;
  padding: 0.9375rem;
  display: none;
  padding-top: 0;
  min-height: 100%;
}
h4.row.mega-title {
  color: #eee;
  margin-top: 0;
  font-size: 0.875rem;
  padding-left: 0.9375rem;
  padding-bottom: 0.8125rem;
  text-transform: uppercase;
  border-bottom: 0.063rem solid #547787;
  padding-top: 0.938rem;
  background-color: #365670;
}
.mega-menu ul li a {
  line-height: 1.375rem;
  font-size: 90%;
  display: block;
}
ul.stander li a {
  padding: 0.188rem 0rem;
}
ul.description li {
  padding-bottom: 0.75rem;
  line-height: 0.5rem;
}
ul.description li span {
  color: #ccc;
  font-size: 85%;
}
a.view-more {
  border-radius: 0.063rem;
  margin-top: 0.938rem;
  background-color: #009fe1;
  padding: 0.125rem 0.625rem !important;
  line-height: 1.3125rem !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: 2.188rem !important;
}
ul.icon-des li {
  width: 100%;
  display: table;
  margin-bottom: 0.688rem;
}
.Blog {
  left: 0;
  display: none;
  color: #fefefe;
  padding-top: 0.938rem;
  background: #547787;
  padding-bottom: 0.938rem;
}
.Blog .blog-title {
  color: #fff;
  font-size: 0.938rem;
  text-transform: uppercase;
}
.Blog .blog-des {
  color: #ccc;
  font-size: 90%;
  margin-top: 0.938rem;
}
.Blog a.view-more {
  margin-top: 0;
}
.Images {
  left: 0;
  width: 100%;
  display: none;
  color: #fefefe;
  padding-top: 0.938rem;
  background: #547787;
  padding-bottom: 0.938rem;
}
.Images h4 {
  font-size: 0.938rem;
  margin-top: 0;
  text-transform: uppercase;
}
.flyout-right ul > li > a,
.flyout-left ul > li > a,
.flyout-mega-wrap,
.mega-menu {
  background-color: #547787;
}
.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;
}
a.toggle-menu {
  position: absolute;
  right: 0;
  padding: 1.25rem;
  font-size: 1.6875rem;
  background-color: #ccc;
  color: #23364b;
  top: 0;
}
header.smaller {
  left: 0;
  right: 0;
  top: 0;
}
header.smaller:after {
  display: none;
}

/**==============Footer==============**/
footer {
  /*position:absolute;bottom:0;*/
  width: 100%;
  height: auto;
  background: #4a4a4a;
  padding: 40px 0 20px;
}
.footer_bottom {
  text-align: center;
}
footer a {
  display: inline-block;
  color: #fff;
}
.footer-tp {
  background: #1f1a17;
  color: #fff;
  margin-top: 10px;
}
.footer_logo {
  height: 60px;
}
.footer_bottom ul li {
  display: inline-block;
  margin: 0 20px;
  font-weight: 600;
}
.footer_bottom ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.SocialLink {
  display: block;
  height: 26px;
  width: 26px;
}
.SocialLink svg {
  height: 26px;
  width: 26px;
  transition: 0.3s;
}
.SocialLinkn path {
  fill: grey;
}

path:hover {
  fill: #fff;
}
.ModulePage-social [data-icon]:hover svg {
  fill: #fff;
}
.ArticlePageFullLead footer [data-icon],
.ArticlePageSmallLead footer [data-icon],
.AuthorPage footer [data-icon],
.CareerPostingPage footer [data-icon],
.ContactUs footer [data-icon],
.EmployeePage footer [data-icon],
.ListiclePage footer [data-icon],
.ModulePage footer [data-icon],
.Page footer [data-icon],
.PressReleasePage footer [data-icon],
.SearchResultsPage footer [data-icon],
.StatementPage footer [data-icon],
.TagPage footer [data-icon],
.VideoPage footer [data-icon] {
  fill: grey;
}
.ModulePage-social [data-icon="youtube"] svg {
  fill: grey;
}
.copy_wight p {
  color: #fff;
}
.RichTextModule-items p {
  color: #fff;
}
.copy_wight p {
  margin-bottom: 0px;
}
.SocialBar-items li {
  display: inline-block;
}
.ModulePage-social {
  float: right;
}
.RichTextModule-items p a {
  color: #fff;
}
.takes {
  margin-top: 50px;
}
.takes h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.footer-tp-2 {
  padding: 2.8125rem 0;
}
.footer-tp h3 {
  text-transform: uppercase;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 600;
}
.footer-tp h3:after {
  content: "";
  position: absolute;
  width: 75px;
  border-bottom: 1px solid #ff5a00;
  bottom: -10px;
  left: 0;
  margin-bottom: 0.5rem;
}
.footer-tp h4 {
  font-size: 1rem;
  padding-bottom: 0.938rem;
  font-weight: 700;
}
.footer-tp p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
  margin-bottom: 0.938rem;
}
.footer-tp p a {
  background-size: 0rem 0rem;
}
.footer-tp p a:hover,
.footer-tp p a:focus,
.footer-tp p a:active {
  color: #ff5a00;
  background-size: 0rem 0rem;
}
/**==============Footer tp 1==============**/
.footer-tp-1 .social_media a {
  background: url(../../assets/images/social-icon.png) no-repeat;
  height: 21px;
  width: 26px;
  display: inline-block;
}
.footer-tp-1 .social_media a:nth-of-type(1) {
  background-position: 8px top;
}
.footer-tp-1 .social_media a:nth-of-type(2) {
  background-position: -30px top;
}
.footer-tp-1 .social_media a:nth-of-type(3) {
  background-position: -75px 0;
}
.footer-tp-1 .social_media a:nth-of-type(4) {
  background-position: -118px 0;
}
.footer-tp-1 .social_media a:nth-of-type(5) {
  background-position: -163px 0;
}

.footer-tp-1 .social_media a:hover:nth-of-type(1) {
  background-position: 8px -21px;
}
.footer-tp-1 .social_media a:hover:nth-of-type(2) {
  background-position: -30px -21px;
}
.footer-tp-1 .social_media a:hover:nth-of-type(3) {
  background-position: -75px -21px;
}
.footer-tp-1 .social_media a:hover:nth-of-type(4) {
  background-position: -118px -21px;
}
.footer-tp-1 .social_media a:hover:nth-of-type(5) {
  background-position: -163px -21px;
}

.newsletter_scape {
  background-color: #f1f1f1;
  position: relative;
  top: -10px;
}
.newsletter_scape p {
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0;
}
.subscription_form .inputType {
  background: #fff;
  color: #000;
  font-size: 1rem;
  border: none;
  width: 79%;
}
.subscription_form .inputType:focus {
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
  border: none;
  outline: 0;
}
.subscription_form .submitBtn {
  background: #ff5a00;
  color: #fff;
  border: none;
  width: 20%;
  font-weight: 700;
}
/**==============Footer tp 2==============**/
.footer-tp-2 ul li {
  text-transform: uppercase;
  position: relative;
  list-style: none;
}
.footer-tp-2 ul li a {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
  color: #fff;
}
.footer-tp-2 ul li a:after {
  content: "";
  position: absolute;
  width: 75px;
  border-bottom: 1px solid #ff5a00;
  bottom: 0;
  left: 0;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
footer a:hover {
  text-decoration: none;
}
.footer-tp-2 ul li a:hover:after {
  width: 100%;
}
.w-icon {
  padding-left: 32px;
  position: relative;
  line-height: 1rem;
}
.w-icon:before {
  background: url(../../assets/images/sprite.png);
  background-repeat: no-repeat;
  width: 21px;
}
.w-icon-black:before {
  background: url(../../assets/images/sprite_black.png);
  background-repeat: no-repeat;
  width: 23px;
}
.w-icon.i-call:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-position: left top;
  height: 16px;
}
.w-icon.i-fax:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-position: left 50%;
  height: 22px;
}
.w-icon.i-mail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-position: left bottom;
  height: 17px;
}
/**==============FOOTER copyright==============**/
.footer-bt {
  background: #fff;
  padding: 0.9375rem 0;
  font-size: 1rem;
  line-height: 1rem;
  vertical-align: middle;
}
.footer-bt a {
  display: inline-block;
  color: #222;
  padding: 0 0.5rem;
  border-left: 1px solid #222;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.footer-bt a:hover {
  color: #ff5a00;
}
@media all and (max-width: 880px) {
  .newsletter_scape {
    flex: 0 0 100%;
    max-width: 100%;
    top: 0;
  }
  .subscription_form {
    margin-top: 20px;
  }
  .subscription_form .inputType,
  .subscription_form .submitBtn {
    float: left;
  }
  .subscription_form .inputType {
    width: 75%;
  }
  .subscription_form .submitBtn {
    width: 25%;
  }
}
.dm-menu .accordion {
  width: 100%;
  border-radius: 0px;
  max-height: 0em;
  overflow: hidden;
  transition: max-height 0.1s linear;
  z-index: -1;
}
.dm-menu li:hover .accordion {
  max-height: 700px;
  transition: max-height 1s ease-in;
  z-index: 9;
}
.dm-menu .accordion .link {
  cursor: pointer;
  display: block; /*padding: 12px 32px 12px 0px;*/
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 40px;
  line-height: 40px;
  padding-right: 32px;
}
/*.dm-menu .accordion li:last-child .link { border-bottom: 0; }*/
.dm-menu .accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dm-menu .accordion li i.fa-plus {
  right: 12px;
  left: auto;
  font-size: 16px;
  content: url(../images/plus.png);
}
/*.accordion li.open .link { color: #b63b4d; }
.accordion li.open i { color: #b63b4d; }
*/
.dm-menu .accordion li.open i.fa-plus {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  content: url(../images/minus.png);
}
/**
* Submenu
-----------------------------*/
.dm-item_submenu-fullwidth.dm-item_parent a {
  padding-right: 30px;
  padding-left: 20px;
  color: #fff;
}
.dm-item_submenu-fullwidth.story a {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}
.dm-menu .accordion ul.submenu {
  width: 100%;
  position: inherit !important;
  left: inherit;
  background: #fcfcfc;
  box-shadow: none !important;
  padding: 5px 10px;
  border-radius: 5px;
  overflow: hidden;
  display: none;
}
.dm-item_parent.open .link {
  border-color: #f1f1f1;
}
.submenu {
  display: none;
  background: #444359;
  font-size: 14px;
}
.submenu li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #000 !important;
  padding: 7px 0px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  white-space: normal;
}
.submenu li h2 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #ff5a00;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  text-transform: uppercase;
}
.submenu li h2:after {
  display: none;
}
.submenu-right-side h1 {
  font-size: 20px;
  color: #fa6f1c;
  border-bottom: 1px solid #fa6f1c;
  padding: 5px 0px;
  width: 100%;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 10px;
}
/*.submenu li { border-bottom: 1px solid #4b4a5e; }
.submenu a:hover {background: #b63b4d;color: #FFF;}*/
.submenu-full {
  width: 100%;
  padding: 15px 10px 25px 10px;
  float: left;
  border-bottom: 5px solid #adadad;
  box-shadow: var(--dm-submnu-boxshadow);
}
.submenu-right-side {
  width: 1020px;
  float: right;
}
.submenu-right-side .col-lg-4 {
  float: left;
}
.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
#hamburger-btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  padding: 0px 15px;
  margin-top: -3px;
  display: none;
}
#hamburger-btn.is-active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger-btn:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33px;
  height: 33px;
  border: 2px solid transparent;
  top: calc(50% - 14px);
  left: calc(50% - 17px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-btn.is-active:before {
  border: 2px solid #ecf0f1;
}
#hamburger-btn.is-active .line {
  width: 20px;
}
#hamburger-btn.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-btn.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}
#hamburger-btn.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(90deg);
  -ms-transform: translateY(-7px) rotate(90deg);
  -o-transform: translateY(-7px) rotate(90deg);
  transform: translateY(-7px) rotate(90deg);
}
/*================ search popup start here ================*/
.headsearch_btn {
  line-height: 33px;
  text-align: center;
  font-size: 22px;
}
.headsearch_btn {
  line-height: 30px;
}
.headsearch_btn img {
  width: 54px;
  height: 60px;
}

/*#search {position: fixed;top: 0px;left: 0px;width: 100%;transition: all .5s ease-in-out;height: 0;background-color:rgba(0, 0, 0, 0.9);z-index: 999; overflow:hidden;}
#search.open {height: 100%;}
#search input[type="text"] {position: absolute;top: 50%;left: 0;margin-top: -51px;width: 60%;height:50px;margin-left: 20%;color:#fff;background: transparent;border-bottom: 2px solid rgba(255, 255, 255, .5);border-left: 0px solid transparent;border-right: 0rem solid transparent;font-size: 1.25rem; line-height:3.125rem;font-weight: 400;text-align: left;outline: none;padding: 0.313rem 2.813rem 0.313rem 0.625rem; border-radius:0rem !important; border-top:none !important}
#search input[type="submit"], #search input[type="button"] {position: absolute;top: 50%;right: 0;margin-top: -51px;width: 40px;height:50px;margin-right: 20%;color: rgb(255, 255, 255);background:url(../../images/search-icon.png) center no-repeat;font-size: 1.625rem;font-weight: 300;text-align: center;outline: none;padding: 0.625rem;text-align:left;z-index:2;color:transparent;border:0rem;background-size: 1.438rem; border-radius:0rem !important;}
#search .close {position: fixed;top: 1.563rem;right: 1.563rem;opacity: 1;font-size: 1.75rem;color: #fff; display:none; text-shadow:none !important;}
#search.open .close{display:block}
#search .close:hover {color: #FC2121;cursor: pointer;}*/

#search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: transform 0.5s, visibility 0.5s;
  -moz-transition: transform 0.5s, visibility 0.5s;
  -ms-transition: transform 0.5s, visibility 0.5s;
  -o-transition: transform 0.5s, visibility 0.5s;
  transition: transform 0.5s, visibility 0.5s;
  -webkit-transform: translate(0, -100%) scale(0, 0);
  -moz-transform: translate(0, -100%) scale(0, 0);
  -ms-transform: translate(0, -100%) scale(0, 0);
  -o-transform: translate(0, -100%) scale(0, 0);
  transform: translate(0, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
}
#search.open {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;

  z-index: 9999;
  visibility: visible;
}
#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  height: 62px;
  margin-left: 20%;
  color: #fff;
  background: 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  outline: 0;
  padding: 10px;
  text-align: left;
  padding-right: 45px;
}
#search input[type="button"],
#search input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -51px;
  width: 40px;
  height: 60px;
  margin-right: 20%;
  color: #fff;
  background: url(../../assets/images/search-icon.png) center no-repeat;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  outline: 0;
  padding: 10px;
  text-align: left;
  z-index: 2;
  color: transparent;
  background-size: 30px;
  border: 0;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 40px;
  color: #fff;
  text-shadow: none;
}
#search .close:hover {
  color: #fc2121;
  cursor: pointer;
}

.form-group {
  margin-bottom: 30px;
}
.field-validation-error,
.error_msg,
.sucess_msg {
  font-size: 11px;
  line-height: 11px;
  position: absolute;
  top: calc(100% + 4px);
}
.field-validation-error,
.error_msg {
  color: #ff0000;
}
.sucess_msg {
  color: #187007;
}
.select .field-validation-error {
  left: 0;
}
.fileattachment-wrap .field-validation-error {
  top: 42px;
  left: 0;
}

.tata-trusts-horizons-btn {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.tata-trusts-horizons-btn a span {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin-top: 6px;
}

#at4-share.atss .at-share-btn,
#at4-share.atss a {
  width: 2.2pc !important;
}
#at4-share.atss .at-share-btn span .at-icon,
#at4-share.atss a span .at-icon {
  width: 1.5pc !important;
  height: 1.5pc !important;
}

/*================ search popup end here ================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dm-menu > ul > li > a,
  .dm-menu > ul > li > span {
    padding-top: 7px;
    padding-bottom: 15px;
  }
  .dm-menu .accordion li i.fa-plus:before {
    font-size: 0rem;
    content: url(../../assets/images/plus.png);
  }
  .dm-menu .accordion li.open i.fa-plus:before {
    content: url(../../assets/images/minus.png);
  }
  header {
    padding: 0.625rem 0rem 0.313rem 0rem;
  }
  .logo img {
    vertical-align: top !important;
  }
}

@media all and (max-width: 1080px) {
  footer h3 {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
  .main-content {
    padding-bottom: 0;
  }
  footer {
    height: auto;
    position: relative;
  }
  footer a {
    color: #fff;
  }
}

@media (max-width: 1024px) {
  .search-sec {
    border-right: 0.063rem solid rgba(241, 241, 241, 0.45);
    margin-top: 0rem;
  }
  #hamburger-btn {
    display: block;
    width: 60px;
    z-index: 99;
  }
  .navigation-menu {
    top: 0rem;
    left: 0rem;
    z-index: 9;
    width: 100%;
    height: 100%;
    overflow: scroll;
    display: none;
  }
  .dm-menu li {
    width: 100%;
    float: left;
    display: block;
  }
  /*.dm-menu>ul{display:inherit;}*/
  .dm-menu .accordion {
    float: left;
    position: initial;
    max-height: initial;
    border-top: none;
    background: #f1f1f1;
    margin-top: 0rem;
  }
  .dm-menu .accordion ul.submenu {
    float: left;
    width: 100%;
  }
  .submenu-right-side {
    width: 100% !important;
    padding-left: 0rem;
  } /*0.938rem*/
  /*.dm-menu_align-right>ul{display:block !important}*/
  .dm-menu > ul > li > span,
  .dm-menu ul {
    display: none;
    margin-top: 0.625rem;
  }
  .dm-menu_submenu li ul {
    background: none;
  }
  header {
    padding: 0.625rem 0rem;
    max-height: 100%;
    overflow-y: scroll;
  }
  header .social_media {
    margin-top: 0rem;
  }
  .dm-menu li:hover .accordion,
  .dm-menu li:focus .accordion,
  .dm-menu li .accordion {
    max-height: initial;
  }
  .dm-menu_item-bg > ul > li:hover > a,
  .dm-menu_item-bg > ul > li:hover > span,
  .dm-menu_item-bg > ul > li.dm-selected > a,
  .dm-menu_item-bg > ul > li.dm-selected > span {
    border-radius: 0rem 0rem;
  }
  .dm-item_submenu-fullwidth {
    border-bottom: 0.063rem solid #3a393a;
  }
  header .social_media {
    border-left: none;
  }
  .logo {
    top: 0.313rem;
    left: 0.938rem;
  }
  header.menufull {
    min-height: 100%;
  }
  .dm-menu_item-bg > ul > li:hover > a,
  .dm-menu_item-bg > ul > li:hover > span,
  .dm-menu_item-bg > ul > li.dm-selected > a,
  .dm-menu_item-bg > ul > li.dm-selected > span {
    font-size: 1.25rem;
  }
  .submenu-full {
    padding-top: 0rem;
    border-bottom: none;
  }
  .submenu-right-side h1 {
    font-size: 1.125rem;
  }
  .dropSubmenu.up-arrow:before {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  .dm-menu > ul > li > a,
  .dm-menu > ul > li > span {
    padding-top: calc((var(--dm-menu-height) - 20px) / 2);
    padding-bottom: calc((var(--dm-menu-height) - 20px) / 2);
  }
  .dm-menu_item-subindicator > ul > .dm-item_parent > a:before {
    margin-top: -2px !important;
  }
  .dm-menu .accordion li i.fa-plus {
    right: 5px;
  }
}
@media (max-width: 767px) {
  header .social_media {
    display: none;
  }
  .logo img {
    width: auto;
    height: 25px;
  }
  .submenu-full {
    padding-top: 0rem;
  }
  #search input[type="search"] {
    width: 76%;
    margin-left: 12%;
  }
  #search input[type="submit"],
  #search input[type="button"] {
    margin-right: 12%;
  }

  .tata-trusts-horizons-btn {
    position: relative;
    left: 0;
    right: 0;
    bottom: inherit;
    margin-top: 10px;
  }
  .footer-tp-2 {
    padding: 1rem 0;
  }
  .footer-tp h4 {
    padding-bottom: 0.3rem;
  }

  .footer-tp-2 .col-sm-9 {
    display: none;
  }
  .footer-logo {
    margin-top: -20px;
  }
  .footer-tp-2 .position-relative {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-tp-2 .position-relative ul {
    flex: 0 0 50%;
    max-width: 50%;
  }

  footer .righttopborder:after {
    display: none;
  }
  .footer_logo {
    height: 40px;
  }
  .takes h4 {
    font-size: 18px;
  }
  .ModulePage-social {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .SocialBar-items li {
    margin: 0 10px;
  }
  header {
    position: absolute;
    top: auto;
  }
  .top_header {
    position: relative;
    height: auto;
  }
}
@media (max-width: 600px) {
  .footer_bottom ul li {
    font-size: 14px;
    margin: 0 15px;
  }
  .copy_wight {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-tp-2 .position-relative ul {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
