@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---*/
.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;
}
.InnerHeaderBg {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
  min-height: 388px;
  height: 388px;
  background-size: cover;
  width: 100%;
}
.InnerHeaderBg::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.InnerHeaderTitleWrap .Wrapper {
  background-color: #284075;
  width: 808px;
  min-height: 168px;
  margin: -55px auto 0px;
  padding: 42px;
  box-sizing: border-box;
  position: relative;
}
.InnerHeaderTitleWrap .Wrapper::before {
  content: "";
  position: absolute;
  background-color: var(--dark-green);
  width: 7px;
  height: 71px;
  top: 50%;
  left: 0;
  margin-top: -35.5px;
}
.InnerHeaderTitleWrap .Wrapper .InnerHeaderTitle {
  float: left;
  width: 46%;
  display: table;
  box-sizing: border-box;
  min-height: 78px;
}
.InnerHeaderTitleWrap .Wrapper .DescWrap {
  float: right;
  width: 50%;
  min-height: 78px;
  display: table;
  box-sizing: border-box;
}
.InnerHeaderTitleWrap .Wrapper .DescWrap .Desc {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  display: table-cell;
  vertical-align: middle;
}
.Page_Title {
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-family: var(--liber-var-3);
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  /* padding-left: 15px; */
}
.Page_Title .Wrapper{
  padding: 0 !important;
}
.Header {
  width: 100%;
  position: absolute; 
  left: 0px;
  bottom: 60px;
  text-align: left; 
  z-index: 11;
}
#my-video {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
/*---2. Header Menu css---*/
.ResponsiveLogo {
  display: none;
  line-height: 0;
}

.Logo {
  margin-top: calc(68px / 4);
  float: left;
  width: 337px;
}
.Logo a {
  display: block;
  width: 337px;
  height: 68px;
  background: url(../images/imgs/logo.png) no-repeat left top;
  /* background: url(../images/imgs/logo.svg) no-repeat left top; */
  text-indent: -999999px;
  background-size: 100%;
}
.LogoCenter {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
  z-index: 100;
  width: 300px;
}
.TopMainRight {
  float: right;
  width: 70%;
  text-align: right;
}
.PhoneImg {
  color: #666666;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 8px 0px;
  box-sizing: border-box;
  display: none;
}
.PhoneImg i {
  color: #fff;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.PhoneImg a {
  color: var(--dark-green);
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}
.PhoneImg a:hover {
  color: #fff;
}
a.menu-link {
  color: #fff;
  display: none;
  text-decoration: none;
  text-align: right;
  float: right;
  margin: 45px 0px 0px;
  z-index: 9;
  position: relative;
}
.menu-link span {
  height: 4px;
  margin: 0px 0px 4px;
  width: 30px;
  background-color: #ffffff;
  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;
  box-sizing: border-box;
}
/* .menu-link.active span {
	background-color: #000;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
} */

.TopHeader .menu {
  /* display: none; */
}

.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;
}
.js .menu > ul ul li {
  /* padding-left: 22px !important; */
}
nav li {
  display: block;
  margin: 0px 0px 8px;
  position: relative;
  background-image: none !important;
  padding: 0px 0px 8px !important;
  /* line-height: 34px; */
  /* border-bottom: 1px solid #ececf0; */
  display: inline-block;
  margin: 0px 22px !important;
  position: relative;
  background-image: none !important;
  padding: 0 0 3px 0 !important;
  line-height: 34px;
}

nav li li {
  border-bottom: 0px solid #ececf0;
  border-top: 1px solid #ececf0;
  margin: 0px 0px 0px;
  padding: 8px 0px !important;
}
nav li li:first-child {
  margin-top: 8px;
}
nav li li:last-child {
  padding: 4px 0px 0px !important;
}
 
nav li:first-child {
  margin-left: 0px;
}
nav li:last-child {
  margin-right: 0px !important;
}
.menu li a {
  color: var(--text-color-1);
  /* display: inline-block; */
  font-family: var(--liber-var-3);
  font-size: 1rem;
  /* line-height: 25px; */
  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;
}
.menu li a br{
	display: none;
}
span.has-subnav {
  display: none;
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  right: 10px;
  padding: 0 0;
  top: 0px;
  width: 30px;
  height: 35px;
  text-align: center;
  color: var(--dark-green);
  cursor: pointer;
}
span.has-subnav.active {
  transform: rotate(180deg);
  top: 0px;
}

/**Sticky menu**/
.TopStickyHeader {
  position: relative;
  z-index: 1;
  background-color: #f0f0f0;
}

.HomePhoneImg {
  color: rgb(102, 102, 102);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 22px 0px 0px;
}

.HomePhoneImg i {
  color: var(--dark-green);
  font-size: 21px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 0px 0px;
}
.HomePhoneImg a {
  font-family: var(--liber-var-3);
  font-size: 22px;
}

.HomePhoneImg a:hover {
  color: var(--light-green);
}

.HomePhoneImg a:hover i {
  color: var(--light-green);
}

.Homemenu li:first-child {
  margin-left: 0px;
}
.Homemenu li {
  display: inline-block;
  vertical-align: top;
  background-image: none;
  padding: 0px;
  margin: 0px 15px;
  border: 0px solid #fff;
  position: relative;
  box-sizing: border-box;
  padding: 0px 0px 18px !important;
}
.Homemenu li a {
  color: #000;
  font-size: 14px;
  font-family: var(--liber-var-3);
  /* line-height: 34px; */
  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;
}
.Homemenu li a:after,
.menu li a:after {
  content: "";
  background: var(--light-green);
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transform: translateY(5px);
}
.Homemenu li a:hover:after,
.menu li a:hover:after {
  opacity: 1;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transform: translateY(37px);
}

@-moz-document url-prefix() {
  .Homemenu li a:hover:after,
  .menu li a:hover:after {
    transform: translateY(25px);
  }
}

@media only screen and (min-width: 1025px) {
  .TopHeader {
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 4px 0px rgba(95, 95, 95, 0.24);
  }
  .HomeTop {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    padding: 8px 0px;
    -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);
  }
  /* 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: max-content;
    max-width: 220px;
  }
	.menu ul li br{
		display: none;
	}
  .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 #000; */
    box-sizing: border-box;
    background-color: var(--light-green);
  }
  .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: var(--dark-green);
  }
  .menu span.has-subnav {
    display: none;
  }
  .menu li a:hover {
    color: var(--light-green);
  }
  .menu li li a:hover {
    background: rgba(164, 208, 94, 0.1);
    color: #000;
  }
  .menu ul ul li a {
    display: block;
    padding: 8px 15px;
    color: white;
  }

  .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-outt;
    transition: all 0.8s ease-in-out;
    position: absolute;
    z-index: 9999;
    top: 50px;
    /* width: 0; */
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .StickyBtns .ContactFillBtn {
    display: none !important;
  }
  .TopHeader .TopMainWrapper {
    width: 100% !important;
  }
  .ResponsiveLogo .ResLogo {
    width: 78.125%; /* 250/320 */
    width: clamp(250px, 40vw, 337px);
    display: block;
    margin: 0 auto;
    padding: 15px 0;
  }
  .scroll1 {
    display: inherit !important;
  }

  .PhoneImg {
    padding: 9px 0px 9px 15px;
    float: left;
    display: block;
  }
  .Logo {
    display: none;
  }
  .TopMainRight {
    float: none;
    width: 100%;
  }
  .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,
  .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-outt;
    transition: all 0.8s ease-in-out;
    position: absolute;
    z-index: 9999;
    top: 50px;
  }
  .menu li {
    border-bottom: 1px solid #d8d8d8;
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    background-color: #fff;
  }
  .menu li a {
    padding: 5px 20px 2px;
    border-bottom: 1px solid #d8d8d8;
    display: inline-block;
    width: 100%;
  }
  .menu li a:hover {
    background-color: var(--light-green);
    color: white;
  }
  .menu li a::after {
    display: none;
  }
  .menu li li {
    padding: 0px 0px;
    border-bottom: 0px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
  }
  .menu li li a {
    padding-left: 35px;
  }
  .menu li li li a {
    padding-left: 50px;
  }
  .menu li a,
  .menu li:last-child a {
    border: none;
  }
  span.has-subnav {
    display: block !important;
  }
}
/*---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;
  border-radius: 100px;
  background-color: var(--dark-green);
}
.FSocialIcon .fa-stack-2x {
  font-size: 55px;
  top: 0px;
}
.FSocialIcon .fa-stack-1x {
  top: 2px;
}
.FSocialIcon .fa-lg {
  font-size: 18px;
  line-height: 30px;
}
.FSocialIcon a {
  color: #cccccc;
  transition: all 0.3s ease-in-out;
}
.FSocialIcon a:hover {
  background-color: var(--light-green);
}
.FSocialIcon a .fa-inverse {
  color: #fff;
}
.FSocialIcon a:hover .fa-inverse {
  color: #fff;
	 
}

/*---4.2 FooterLinks,copy,developedby---*/
.FooterWrap {
  background-size: cover;
  background-position: center;
/*	border-top: 3px solid #fff;*/
}
.FooterWrap .InnerContainWrapper {
  padding: 61px 0px;
}

.FooterLink {
  margin-top: 12px;
}
.FooterLink li,
.copy,
.DevelopedBy,
.DevelopedBy a {
  display: inline-block;
  margin: 0px;
  padding: 0px 0px;
  background-image: none;
  font-size: 13px;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: var(--roboto-var-1);
  position: relative;
  transition: all 0.3s ease-in-out;
}

.FooterLink li {
  font-size: 13px;
  color: rgb(255, 255, 255);
  font-family: var(--roboto-var-3);
  text-transform: uppercase;
  line-height: 1;
  margin-top: 12px;
}
.FooterLink li + li::before {
  content: "";
  position: absolute;
  left: -2px;
  background-color: #fff;
  width: 1px;
  height: 100%;
  display: block;
}
.FooterLink li a {
  color: #fff;
  padding: 0px 12px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.DevelopedBy a:hover,
.FooterLink li a:hover {
  color: var(--dark-green);
}
.FooterLink li:first-child a {
  padding-left: 0;
}
.FooterLink li:last-child a {
  padding-right: 0;
}
.copy,
.DevelopedBy {
  display: block;
  line-height: 20px;
  margin: 8px 0;
}
.DevelopedBy {
  margin: 0px;
}
.copy br {
  display: none;
}
.DevelopedBy i {
  vertical-align: middle;
  margin-left: 8px;
}
.DevelopedBy i img {
  vertical-align: middle;
}

/** Image Subenu  **/

.FlyOut {
  z-index: 905;
  position: absolute;
  padding: 0;
  background-color: #fff;
  border: 1px solid #fff;
  margin: 0;
  display: block;
  color: #000;
  left: 50%;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
  /* height: 187px; */
  overflow: auto;
  width: 850px;
  margin-left: -430px;
  top: 50px;
}
.FlyOutColumns {
  padding: 8px;
  position: relative;
}
.FlyOutColumns ul {
  z-index: 1;
}
.FlyOutColumns ul li:last-child,
.FlyOutColumns ul li {
  width: 268px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  line-height: 47px;
  font-family: "loraregular";
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  margin: 0px 5px !important;
  padding: 0px !important;
  vertical-align: top;
}
.FlyOutColumns ul li:first-child {
  margin: 0px 5px 0px 0px !important;
}
.FlyOutColumns ul li:last-child {
  margin: 0px 0px 0px 5px !important;
}
.FlyOutColumns ul li a::after {
  display: none;
}
.FlyOutColumns ul li .Col {
  padding: 0px;
}
.FlyOutColumns ul li .Col h3 {
  color: #000;
  font-size: 14px;
  font-family: var(--liber-var-3);
  line-height: 34px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-align: left;
  letter-spacing: 1px;
}
.FlyOutColumns ul li .Col .MenuImg {
  position: relative;
  line-height: 0;
  padding-top: 5px;
}
.FlyOutColumns ul li .Col .MenuImg:before {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  width: 89%;
  height: 80%;
  top: 13px;
  left: 10px;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.Homemenu li:hover .FlyOut {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
  transition: visibility 0s linear 0s, opacity 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
  transition: visibility 0s linear 0s, opacity 0.5s ease-out,
    transform 0.5s ease-out;
  transition: visibility 0s linear 0s, opacity 0.5s ease-out,
    transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.3);
}
.FlyOutColumns ul li:hover .Col .MenuImg:before {
  opacity: 1;
}

.TopHeader .TopMainWrapper {
  padding: 10px 0px 0px;
}

.menu ul li ul li a::after {
  display: none;
}

#menu {
  padding: 5px 0 4px;
}

.lice {
  font-size: 18px;
  font-family: var(--liber-var-3);
  color: var(--dark-green);
  line-height: 1.444;
  margin-right: 15px;
}

.FooterWrap .phone {
  margin-top: 8px;
}

.FooterWrap .phone a {
  font-size: 24px;
  font-family: var(--liber-var-3);
  color: rgb(255, 255, 255);
  line-height: 2.292;
}

.FooterWrap .phone a:hover {
  color: var(--dark-green);
}

.FooterWrap .phone a:hover i {
  color: white;
} 
 
.FooterWrap .phone a i {
  font-size: 24px; 
  line-height: inherit;
  margin-right: 10px; 
  color: var(--dark-green);
} 

.Loader { 
  text-align: center; 
  margin: 220px 0px;
  line-height: 0px;
}

.ThankYouMsg {
  text-align: center; 
  margin: 220px 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}

/** 170620 vish **/

/*
#topslider .jcarousel-control-next,
#topslider .jcarousel-control-prev {
  display: none;
}
*/


/* 03102025. SK */
.TopMainRight:not(:has(.HomePhoneImg)) .menu{
  padding-top: 58px !important;
}
.FooterWrap .footer-logo-wrapper + .btn-grp{
  margin-top: 25px;
}