/* 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---*/
.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;
  position: relative;
}

.IdxHeaderBg .MainWrapper {
  position: relative;
}

.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;
}

.TopSearchWrap {
  margin: 15px 0px;
}

.TopSearchWrap .Col {
  position: relative;
}

.TopSearchWrap input {
  width: 235px;
  height: 34px;
  padding-right: 40px;
}

.TopSearchWrap .Col .SearchBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 34px;
  background-color: #c4c4c4;
  border: 0;
  color: var(--white-color);
  font-size: 18px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.TopSearchWrap .Col .SearchBtn:hover {
  background-color: var(--blue-color);
}

.Header {
  width: 450px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Header h2.Title {
  color: var(--black-color);
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--site-font-b);
}

.GraySepLine {
  width: 265px;
  height: 1px;
  background-color: #c4c4c4;
  margin: 10px auto;
}

.Header .GraySepLine {
  margin: 25px auto;
}

.Header h6.SubTitle {
  color: var(--black-color);
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: var(--site-font-r);
}

#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: 360px;
}

.Logo a {
  display: block;
  width: 360px;
  height: 70px;
  background: url(../images/imgs/main-logo.png) no-repeat left top;
  text-indent: -999999px;
  background-size: 100%;
}

.TopMainRight {
  float: right;
  width: 69%;
  text-align: right;
}

.TopEmailCol {
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.TopEmailCol a {
  color: var(--black-color);
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--roboto-m);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.TopEmailCol a:hover {
  color: var(--blue-color);
}

.TopEmailCol img {
  margin-right: 5px;
}

a.menu-link {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: right;
  float: right;
  margin: 15px;
}

.menu-link span {
  height: 4px;
  margin: 0px 0px 4px;
  width: 30px;
  background-color: #fff;
  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 12px;
  position: relative;
  background-image: none;
  padding: 0;
  line-height: 34px;
}

nav li:first-child {
  margin-left: 0px;
}

nav li:last-child {
  margin-right: 0px;
}

.menu li a {
  color: #444444;
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: var(--roboto-r);
  -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 {
  display: block;
  font-size: 18px;
  line-height: 42px;
  position: absolute;
  right: 10px;
  padding: 0 0;
  top: 0;
  width: 30px;
  text-align: center;
}

span.has-subnav.active {
  transform: rotate(180deg);
}

@media only screen and (min-width: 1025px) {
  .TopHeader {
    position: relative;
    z-index: 99;
    top: 0;
    background-color: #fff;
    margin-bottom: 20px;
  }

  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: var(--blue-color);
    width: 180px;
  }

  .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;
    margin: 0px;
    position: relative;
    border-bottom: 1px solid #083d73;
    box-sizing: border-box;
  }

  .menu ul li ul li a {
    color: var(--white-color);
  }

  .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: var(--d-text-color);
    background-color: var(--white-color);
  }

  .menu span.has-subnav {
    display: none;
  }

  .menu li a:hover {
    color: var(--blue-color);
  }

  .menu ul ul li a {
    display: block;
    padding: 8px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .TopHeader .TopMainWrapper {
    width: 100% !important;
  }

  .Logo {
    display: none;
  }

  .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: 50px;
  }

  .menu li {
    border-bottom: 1px solid #d8d8d8;
    margin: 0px 0px;
    display: block;
    background-color: #fff;
  }

  .menu li a {
    padding: 7px 20px;
    border-bottom: 1px solid #d8d8d8;
  }

  .menu li li {
    padding: 0px 0px;
    border-bottom: 0px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
  }

  .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.2 FooterLinks,copy,developedby---*/
.FooterWrap .FooterCol {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 129px;
}

.FooterWrap .FooterCol:last-child {
  margin-right: 0px;
}

.FooterWrap .FooterCol1 {
  width: 460px;
}

.FooterWrap .FooterCol2 {
  width: 150px;
}

.FooterWrap .FooterCol3 {
  width: 325px;
}

.FooterWrap .FooterCol h6 {
  color: var(--d-text-color);
  font-size: 25px;
  font-family: var(--site-font-b);
}

.FooterWrap .FooterCol .LighGraySepLine {
  background-color: #ededed;
  width: 100%;
  height: 1px;
  margin: 20px 0px;
}

.FooterWrap .FooterCol .Link {
  margin-top: 10px;
}

.FooterWrap .FooterCol .Link a {
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: var(--roboto-m);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.FooterWrap .FooterCol .LinkCol ul li a {
  color: #4b4b4b;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.FooterWrap .FooterCol .LinkCol ul li a:hover {
  padding-left: 5px;
}

.FooterWrap .FooterCol .InfoCol,
.FooterWrap .FooterCol .TextCol {
  margin-bottom: 5px;
}

.FooterWrap .FooterCol .TextCol,
.FooterWrap .FooterCol .InfoCol .Text,
.FooterWrap .FooterCol .InfoCol .Text a {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.5;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.FooterWrap .FooterCol .InfoCol .Icon {
  line-height: 0;
  margin-right: 10px;
}

.FooterWrap .FooterCol .InfoCol {
  display: flex;
  align-items: center;
}

.CopyrightWrap {
  border-top: 1px solid #c4c4c4;
  margin-top: 25px;
  padding-top: 10px;
}

.copy,
.DevelopedBy,
.DevelopedBy a {
  display: inline-block;
  margin: 0px;
  padding: 0px 0px;
  background-image: none;
  font-size: 14px;
  line-height: 15px;
  color: #666666;
  font-family: var(--roboto-r);
  box-sizing: border-box;
}

.DevelopedBy a:hover {
  color: var(--blue-color);
}

.copy,
.DevelopedBy {
  display: block;
  line-height: 20px;
  margin: 10px 0;
}

.copy br {
  display: none;
}

.DevelopedBy i {
  vertical-align: middle;
  margin-left: 8px;
}

.DevelopedBy i img {
  vertical-align: middle;
}

/*---4.1 social icons---*/
.FSocialIcon {
  margin: 0 auto;
  text-align: center;
}

.FSocialIcon li {
  background-image: none;
  padding: 0px;
  margin: 0px 0px;
  display: inline-block;
  vertical-align: top;
}

.FSocialIcon .fa-stack {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.FSocialIcon .fa-stack-2x {
  top: 0px;
  font-size: 40px;
}

.FSocialIcon .fa-lg {
  font-size: 20px;
  line-height: 40px;
}

.FSocialIcon a {
  color: #cccccc;
  transition: all ease 0.5s;
}

.FSocialIcon a:hover {
  color: #df3719;
}

.FSocialIcon a .fa-inverse {
  color: #df3719;
}

.FSocialIcon a:hover .fa-inverse {
  color: #fff;
}

.IdxVideoWrap .MainWrapper {
  position: relative;
}
