@charset "utf-8";
/* CSS Document */

/*---1. IdxHeader Bg,InnerHeader Bg---*/
/*---2. Header Menu css---*/
/*---3. Responsive Menu CSS---*/
/*---4. Footer CSS ---*/
/*---4.1 social icons---*/
/*---4.2 FooterLinks,copy,developedby---*/
/*---1. IdxHeader Bg,InnerHeader Bg---*/

@media only screen and (min-width: 1025px){
  .IdxVideoWrap,
  .IdxHeaderBg {
    min-height: 592px;
  }
}

.IdxVideoWrap,
.IdxHeaderBg {
  position: relative;
  z-index: 0;
}
.IdxHeaderBg img {
  width: 100%;
  max-width: 100%;
}
.IdxHeaderBg .slides li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100% !important;
  line-height: 0;
}
.InnerHeaderBg {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
  min-height: 300px;
  height: 300px;
  background-size: cover;
  display: table;
  width: 100%;
}
.InnerHeaderBg .Wrapper {
  display: table-cell;
  vertical-align: middle;
}
.Header {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 120px;
  text-align: center;
  z-index: 11;
}
#my-video {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
/*---2. Header Menu css---*/
.ResponsiveLogo {
  display: none;
  line-height: 0;
}
.HomeTop {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.Logo {
  float: left;
  width: 172px;
}
.Logo a {
  display: block;
  background: url(../images/imgs/main-logo.svg) no-repeat left top;
  width: 172px;
  height: 54px;
  text-indent: -999999px;
  background-size: 100%;
}
.LogoCenter {
  position: absolute;
  top: 0;
  left: 50%;
  /* margin-left: -150px; */
  z-index: 100;
  width: 172px;
  transform: translateX(-50%);
}
.TopMainRight {
  float: right;
  width: 70%;
  text-align: right;
}
.PhoneImg {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  font-family: "gotham_htfbold";
  letter-spacing: 1px;
  padding: 8px 0px;
  /* p */
  display: inline-block;
  box-sizing: border-box;
}
.PhoneImg i {
  color: white;
  font-size: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}
.PhoneImg a {
  color: white;
  display: inline-block;
  vertical-align: middle;
}
.PhoneImg a:hover,
.PhoneImg a:hover i {
  color: #bf202f;
}
a.menu-link {
  color: #000;
  display: block;
  text-decoration: none;
  text-align: right;
  float: right;
  margin: 5px 15px;
}
.menu-link span {
  height: 4px;
  margin: 0px 0px 4px;
  width: 30px;
  background-color: #283c92;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
.menu-link span:last-child {
  margin: 0px 0px 0px;
}
.menu-link.active span:first-child {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.menu-link.active span:nth-child(2n) {
  transform: rotate(0deg) translate3d(-25.71429px, 0px, 0);
  opacity: 0;
}
.menu-link.active span:last-child {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}
.menu-link:hover span {
  border-color: #666;
}
.js .menu > ul ul.active,
.menu.active {
  max-height: 880px;
}
.menu > ul {
  padding: 0;
}
.js .menu > ul ul {
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  box-shadow: none;
  border: none;
}
nav li {
  display: inline-block;
  margin: 0px 25px !important;
  position: relative;
  background-image: none !important;
  padding: 0 !important;
  line-height: 34px;
}
nav li:first-child {
  margin-left: 0px;
}
nav li:last-child {
  margin-right: 0px;
}
.menu li a {
  color: white;
  display: inline-block;
  font-family: "gotham_htfbold";
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
span.has-subnav {
  color: white;
  display: block;
  font-size: 18px;
  line-height: 35px;
  position: absolute;
  right: 0px;
  padding: 0 0;
  top: 0;
  width: 35px;
  text-align: center;
  border-left: 1px solid #940917;
}
span.has-subnav.active {
  transform: rotate(180deg);
  border-left: 0px solid #940917;
  border-right: 1px solid #940917;
}

@media only screen and (min-width: 1025px) {
  .TopHeader {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    padding: 18px 0;
  }
  a.menu-link {
    display: none;
  }
  .js .menu > ul li:hover > ul,
  .js .menu > ul li ul li:hover > ul {
    display: block;
  }
  .menu ul {
    display: block;
    vertical-align: top; 
  }
  .menu ul li ul {
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: 0.2s, 0s;
    transition-delay: 0s, 0.2s;
    margin: 0;
    overflow: inherit;
    position: absolute !important;
    top: 34px !important;
    left: 0px !important;
    line-height: initial;
    text-align: left;
    background-color: #fff;
    width: 200px;
  }
  .menu ul li ul li ul {
    top: 0px !important;
    left: 180px !important;
  }
  .menu ul li ul li {
    display: block;
    vertical-align: top;
    background-image: none;
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;
  }
  .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s, 0s;
  }
  .menu li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s, 0s;
  }
  .menu li ul li a:hover {
    color: #fff;
    background-color: #bf202f;
  }
  .menu span.has-subnav {
    display: none;
  }
  .menu li a:hover {
    color: #bf202f;
  }
  .menu li li a:hover {
    background: rgba(164, 208, 94, 0.1);
    color: #000;
  }
  .menu ul ul li a {
    display: block;
    padding: 8px;
    color: #444444;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .TopHeader .TopMainWrapper {
    width: 100% !important;
    padding: 8px 0px;
  }
  .StickyMenu .TopMainRight, .WhitwBG .TopMainRight{
    margin: 0 !important;
  } 
  .TopHeader.flexy .TopMainWrapper > .group {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    position: initial;
  }
  .PhoneImg {
    padding: 0;
    float: right;
  }
  .PhoneImg span{
    display: none;
  }
  .PhoneImg i {
    color: #fff !important; 
    width: 30px;
    height: 30px;
    margin: 0;
    background-color: #bf202f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.Logo {
  left: 12px;
    position: absolute;
    top: 7px;
    z-index: 99;
}
.StickyMenu .Logo a, .WhitwBG .TopHeader .Logo a,.Logo a {
  display: block;
  background: url(../images/imgs/sticky-logo.svg) no-repeat left top !important;
  width: 100px !important;
  height: 32px !important;
  text-indent: -999999px;
  background-size: 100%;
}
  .TopMainRight {
    float: none;
    width: 100%;
  }
  .menu,
  .menu > ul ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    position: absolute;
    z-index: 9999;
    top: 38px;
  }
  .menu li {
    border-bottom: 1px solid #940917;
    margin: 0px !important;
    display: block;
    /* responsive */
    background-color: #bf202f;
  }
  .menu li a {
    padding: 10px 20px;
    border-bottom: 1px solid #940917;
  }
  .menu li li a br{
    display: none;
  }
  .menu li li {
    padding: 0px 0px;
    border-bottom: 0px solid #940917;
    border-top: 1px solid #940917;
  }
  .menu li li a {
    padding-left: 40px;
  }
  .menu li li li a {
    padding-left: 60px;
  }
  .menu li a,
  .menu li:last-child a {
    border: none;
  }
}
/*---4. Footer CSS ---*/

@media only screen and (min-width: 1025px){
  .FooterWrap {
    background: url("../images/bg/footer-bg.png") no-repeat bottom left;
  }
}

.FooterWrap {
  text-align: center;
  background-color: #263370;
}
/*---4.1 social icons---*/
.FSocialIcon {
  margin: 0 auto;
  text-align: center;
}
.FSocialIcon li {
  background-image: none;
  padding: 0px;
  margin: 0px 1px;
  display: inline-block;
  vertical-align: top;
}
.FSocialIcon .fa-stack {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.FSocialIcon .fa-lg {
  font-size: 20px;
  line-height: 30px;
}
.FSocialIcon a {
  color: #cccccc;
  transition: all 0.3s ease-in-out;
}
.FSocialIcon a:hover {
  color: #5488c2;
}
.FSocialIcon a .fa-inverse {
  color: #fff;
}
.FSocialIcon a:hover .fa-inverse {
  color: #bf202f;
}
/*---4.2 FooterLinks,copy,developedby---*/
.FooterLink li,
.copy,
.DevelopedBy {
  display: inline-block;
  margin: 0px;
  padding: 0px 0px;
  background-image: none;
  font-size: 11px;
  line-height: 15px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.FooterLink ul,
.TopMainRight .Nav ul {
  display: inline-flex;
}

.FooterLink li {
  line-height: 2.2;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.FooterLink li + li::before {
  content: "";
  position: absolute;
  left: 0px;
  background-color: #000;
  width: 1px;
  height: 100%;
  display: block;
}
.FooterLink li a {
  color: white;
  padding: 0px 12px;
}
.FooterLink li a:hover {
  color: #bf202f;
}
.FooterLink li:first-child a {
  padding-left: 0;
}
.FooterLink li:last-child a {
  padding-right: 0;
}
.copy,
.DevelopedBy {
  display: block;
  line-height: 20px;
  margin: 5px 0;
}
.DevelopedBy {
  margin: 0px;
}
.copy br {
  display: none;
}
.DevelopedBy i {
  vertical-align: middle;
  margin-left: 8px;
}
.DevelopedBy i img {
  vertical-align: middle;
}

.TopHeader.flexy .TopMainWrapper > .group {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}
.TopHeader.flexy .TopMainWrapper > .group::after {
  /* display: none; */
}

.TopHeader.flexy .TopMainRight > .group {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}

.TopHeader.flexy .TopMainRight > .group::after {
  /* display: none; */
}

.TopHeader.flexy .TopMainRight {
  width: 77%;
}

/* footer modifications 164 */

.FooterWrap .InnerContainWrapper {
  padding: 50px 0;
  width: 1175px;
}

.FooterLink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  color: white;
}
.FooterLink.common-width{
  gap: 0 123px;
  max-width: 980px;
  margin: 0 auto;
}

.FooterLink .footer-list:nth-child(1) {
  flex: 0 0 390px;
  /* margin-left: 13px; */
}
.FooterLink .footer-list:nth-child(2) {
  /* flex: 0 0 25%; */
  margin-left: 120px;
}
.FooterLink .footer-list:nth-child(3) {
  margin-left: 100px;
  /* flex: 0 0 25%; */
}
.FooterLink .footer-list:nth-child(4) {
  margin-left: 100px;
  /* flex: 0 0 25%; */
}

.FooterLink .footer-list ul {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.FooterLink .footer-list ul li a {
  padding: 0;
}
.FooterLink .footer-list li + li::before {
  display: none;
}

.FooterLink .footer-list h3.title {
  font-size: 25px;
  font-family: "voxwidebold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 2;
}

.FooterLink .footer-list h6.title {
  font-size: 13px;
  font-family: "gotham_htfbold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 2.077;
}

.FooterLink .footer-list .address,
.FooterLink .footer-list .number,
.FooterLink .footer-list .email {
  font-size: 14px;
  margin: 10px 0 0;
  line-height: 1.6;
}

.FooterLink .footer-list .address a,
.FooterLink .footer-list .number a,
.FooterLink .footer-list .email a {
  color: white;
}

.FooterLink .footer-list .address a:hover,
.FooterLink .footer-list .number a:hover,
.FooterLink .footer-list .email a:hover {
  color: #bf202f;
}

.FooterLink .footer-list .address span {
  font-family: "gotham_htfbold";
}

.FooterLink .footer-list .address {
  margin-top: 2px;
}

.email-box {
  display: flex;
  margin-top: 15px;
}

.email-box > input {
  border-radius: 0;
  flex: 0 0 251px;
  padding-left: 35px;
}

.email-box::before {
  content: "\f003";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  line-height: 46px;
  z-index: 2;
  color: #333333;
  font-size: 18px;
}

.footer-logo-wrapper {
  position: relative;
  line-height: 0;
  margin-top: 0px;
}

.footer-logo-wrapper a {
  display: inline-block;
  line-height: 0;
}

.footer-logo-wrapper a img {
  /* line-height: 0; */
  border: 11px solid #263370;
  width: 60px;
  height: 60px;
  color: white;
  background-color: #263370;
  min-width: 20px;
  font-size: 52px;
}

.footer-logo-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
}

.last-container {
  display: flex;
  justify-content: space-between;   
  align-items: center;
}

.last-container .FSocialIcon {
  margin: 0px 0 0 0;
}

.last-container .copy {
  margin-left: -2%;
} 

.last-container .FSocialIcon .fa-lg {
  font-size: 24px;
}

.WhitwBG .TopHeader,
.StickyMenu {
  padding: 15px 0 12px;
}

.StickyMenu .TopMainRight,
.WhitwBG .TopMainRight {
  width: 77%;
  margin-top: 5px;
}

.StickyMenu .Logo a,
.WhitwBG .TopHeader .Logo a {
  background: url("../images/imgs/sticky-logo.svg") no-repeat left top;
  width: 180px;
  height: 65px;
}

.StickyMenu .menu li a,
.WhitwBG .TopHeader .menu li a {
  color: #444444;
}

.StickyMenu .menu li a:hover,
.WhitwBG .TopHeader .menu li a:hover {
  color: #bf202f;
}

.StickyMenu .menu ul li ul li a:hover,
.WhitwBG .TopHeader .menu ul li ul li a:hover {
  color: white;
}

.StickyMenu .PhoneImg a,
.WhitwBG .TopHeader .PhoneImg a {
  color: #283c92;
}

.StickyMenu .PhoneImg a:hover,
.WhitwBG .TopHeader .PhoneImg a:hover {
  color: #bf202f;
}

.StickyMenu .PhoneImg i,
.WhitwBG .TopHeader .PhoneImg i {
  color: #bf202f;
}

.StickyMenu .PhoneImg a:hover i,
.WhitwBG .TopHeader .PhoneImg a:hover i {
  color: #283c92;
}

.TopMainRight #menu {
  float: left;
  padding: 7px 0;
}

.DevelopedBy a {
  color: white;
}

.DevelopedBy a:hover {
  color: #bf202f;
}

.WhitwBG .TopHeader {
  background-color: #fff;
  width: 100%;
}

.FLogo {
  margin-top: 37px;
}
.PhoneImg {
  font-size: 18px;
}
.PhoneImg a{
  display: flex;
  align-items: center;
}

@media (min-width: 1025px) {
  .FooterLink .footer-list {
    flex: 0 0 25% !important;
    margin: 0 !important;
  }
  .FooterLink .footer-list:nth-child(1) {
    flex: 0 0 24.8% !important;
  }
}

.FormWrapper input[type="file"] {
  padding: 12px 10px;
}
