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

/*---Overlay--css-*/

.overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
}
.OverlayWrapper {
  padding: 30px;
  text-align: center;
}
.boxclose {
  position: absolute;
  top: 10px;
  /*bottom: 0px;*/
  right: 15px;
  z-index: 99999;
}
.boxclose i {
  float: right;
  color: #283c92;
  font-size: 28px;
}
.box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 85vw;
  max-width: 900px;
  background-color: #fff;
  z-index: 99999;
  overflow: auto;
  transform: translate(-50%, -50%);
}
.box .ImgWrap {
  float: right;
  width: 27%;
  margin: 0 0 10px 25px;
}
.box .ImgWrap img {
  max-width: 100%;
  margin-bottom: -7px;
}
.box {
  text-align: center;
}
.box .FormWrapper label {
  display: block;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 26px;
}
.FormWrapper .Col1,
.FormWrapper .Col2,
.FormWrapper .Col3,
.FormWrapper .Col4 {
  line-height: 1px;
}
.box .ContactFormWrap {
  padding: 20px;
}
.box .ContactFormWrap h4.Title {
  margin-bottom: 20px;
}
/*---Overlay--css-*/

.InnerHeaderBg .Wrapper {
  /* display: table-cell; */
  /* vertical-align: middle; */
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
}

.InnerHeaderBg .Wrapper .InnerContainWrapper {
  padding: 0;
}
h1.Page_Title {
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  /* font-weight: 600; */
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "voxwidebold";
}

.InnerHeaderBg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.Video_Hidder_Wrap {
  height: 600px;
  overflow: hidden;
}
/** floating menu **/
.StickyBtns {
  position: fixed;
  bottom: 0;
  z-index: 109;
  right: 0;
  width: 100%;
}
.StickyBtns .FillRedBorder {
  height: 6px;
  background-color: #eead1a;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 2px solid #fff;
}
.StickyBtns .MainWrapper {
  position: relative;
  bottom: 6px;
}
.StickyBtns .FSocialIcon {
  float: right;
  background-color: #eead1a;
  margin: 0 0 0 10px;
  padding: 9px 15px;
  border: 2px solid #fff;
  border-bottom: 0;
  width: auto;
}
.StickyBtns .FillRedBtn {
  display: inline-block;
}
.StickyBtns .FillRedBtn a {
  display: block;
  background-color: #eead1a;
  border: 2px solid #fff;
  border-bottom: 2px solid #eead1a;
  padding: 3px 30px;
  transition: ease-in 0.3s;
  position: relative;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.StickyBtns .FillRedBtn .activator i {
  vertical-align: middle;
  margin: 3px 13px 0px 0px;
  display: inline-block;
}
.StickyBtns .FSocialIcon li {
  background-image: none;
  padding: 0px;
  margin: 0px 1px;
  display: inline-block;
  vertical-align: top;
}
.StickyBtns .RightWrapper {
  float: right;
}
.StickyBtns .MainWrapper .RightWrapper {
  display: inline-block;
  position: absolute;
  bottom: -2px;
  width: auto;
  right: 0px;
}
.StickyBtns .FillRedBtn a:hover {
  background-color: #734f30;
}
/*-----StickyMenu-----------*/

h4.Title {
  font-size: 40px;
  line-height: 50px;
  color: red;
}
.FillDefaultBtn {
  display: inline-block;
}
.FillDefaultBtn span,
.FillDefaultBtn a {
  display: block;
  color: #eead1a;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 12px 32px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #eead1a;
  box-sizing: border-box;
  font-weight: 600;
  letter-spacing: 1px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.FillDefaultBtn span:hover,
.FillDefaultBtn a:hover {
  color: #fff;
  background-color: #eead1a;
}

/* landing page css */
.landing-container .flex-container {
  display: flex;
}

.landing-container .flex-container .flex-item {
  flex: 0 0 55%;
}

.landing-container .flex-container .flex-item:nth-child(1) {
  text-align: center;
  flex: 0 0 45%;
}

.landing-container .flex-container .flex-item .innerwrap {
  display: inline-block;
  text-align: left;
}

.landing-container .redline {
  width: 120px;
  height: 7px;
  background-color: #bf202f;
  margin: 44px 0 33px;
}

.landing-container .address .company,
.landing-container .email,
.landing-container .number {
  font-family: "gotham_htfbold";
  color: #283c92;
}

.landing-container .address,
.landing-container .number {
  margin-top: 10px;
}

.landing-container .email {
  margin-top: 5px;
}

.landing-container h1.main-heading {
  font-family: "voxwidebold";
  font-size: 40px;
  color: #283c92;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.landing-container .flex-container .copy {
  display: flex;
  align-items: center;
  margin-top: 45px;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  color: #666666;
  text-transform: uppercase;
  font-family: "gotham_htfbook";
  vertical-align: middle;
  letter-spacing: 0.5px;
}

.landing-container .copy > img {
  margin-right: 10px;
}

.landing-container .second-container {
  display: inline-block;
  max-width: initial;
}

.landing-container .second-container .second-item {
  display: inline-block;
}

.landing-container .second-container .second-item.flex {
  display: flex;
  margin-top: 10px;
}

.landing-container .second-container .second-item.flex .flex-small-item.right {
  text-align: left;
  position: relative;
  flex: 1 1 50%;
}

.landing-container .second-container .second-item.flex .flex-small-item.left {
  flex: 0 0 230px;
  margin-right: 0;
  text-align: left;
}

@media only screen and (min-width: 1025px){
  .landing-container .flex-small-item .inner-text {
    background-image: url("../images/bg/text-bg.png");
  }
} 

.landing-container .flex-small-item .inner-text {
  position: absolute;
  top: -100px;
  background-color: #050b25;
  background-repeat: no-repeat;
  background-position: 0 0;
  left: 15px;
  right: -45px;
  padding: 25px 39px 60px 35px;
  font-family: "gotham_htfbold";
  font-size: 20px;
  color: white;
}

.landing-container .second-container .flex-small-item.right::after {
  display: none;
}

.landing-container .InnerContainWrapper {
  padding: 70px 0;
}

/* site css */

.headingwrapper {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.headingwrapper .innerwrapper {
  position: relative;
  height: 100%;
}

.headingwrapper .innerwrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.intro-section .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

.intro-section .play-icon a {
  display: block;
}

.headingwrapper .innerwrapper .heading {
  position: absolute;
  left: 0;
  bottom: 50px;
  max-width: 550px;
}

.headingwrapper .innerwrapper .heading h1.title {
  font-family: "voxwidebold";
  font-size: 50px;
  color: white;
  text-transform: uppercase;
  line-height: 1;
}

.headingwrapper .innerwrapper .heading h1.title span {
  color: #bf202f;
} 

.headingwrapper .innerwrapper .heading .trans-red-btn,
.InnerHeaderBg.InnerVideoBg .Wrapper .heading .trans-red-btn {
  margin: 15px 0 0 5px;
}
 
.IdxHeaderBg .slides li::after {  
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.about-container {
  /* background-image: url("../images/bg/about-bg.png");
  background-repeat: no-repeat;
  background-position: center center; */
  /* overflow-x: hidden; */
  /* background: url("../images/bg/home-about-left-bg.png") no-repeat
    calc(100% + 77px) 52px; */
}

.about-container .InnerContainWrapper {
  padding: 50px 0;
  /* position: relative; */
  /* background: url("../images/bg/home-about-center-bg.png") no-repeat 50px 214px; */
}

.about-container .InnerContainWrapper::after {
  /* content: "";
  position: absolute;
  top: 52px;
  right: -151px;
  background-image: url("../images/bg/home-about-left-bg.png");
  width: 253px;
  height: 295px;
  z-index: 0; */
}

.about-container.about-page-layout .InnerContainWrapper::after {
  display: none;
}
.about-container.about-page-layout .flex-small-item .inner-text{
  margin-top: 0;
}

.about-container .flexy {
  display: flex;
  gap: 20px 10px;
}

.about-container .flexy .flex-item.left {
  flex: 1 1 47%;
  z-index: 2;
}

.about-container .flexy .flex-item.right {
  flex: 1 1 54%;
}

.about-container .icon-group {
  display: flex;
  align-items: center;
}

.about-container .icon-group img {
  margin-right: 40px;
}

.about-container .icon-group img:last-child {
  margin-right: 0;
}

.about-container h5.short-desc {
  font-family: "gotham_htfbold";
  /* letter-spacing: 0.5px; */
  /* margin: 33px 0 25px; */
  font-size: 20px;
}
.about-container .icon-group + h5.short-desc{
  margin-top: 20px;
}
.about-container .redline{
  margin: 25px 0 15px;
}
.redline {
  width: 168px;
  height: 7px;
  background-color: #bf202f;
  margin: 10px 0 15px;
}

h2.title {
  font-family: "voxwidebold";
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  color: #283c92;
}
.about-container h2.title {
  /* margin-bottom: 10px; */
  margin: 25px 0 10px;
}

.about-container .btn-group {
  margin-top: 20px;
}

.trans-red-btn {
  display: inline-block;
}

.trans-red-btn a {
  display: inline-block;
  padding: 12px 30px;
  font-family: "gotham_htfbold";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #bf202f;
  border: 1px solid #bf202f;
  /* incse emergency break line height*/
  line-height: 2;
}

.trans-red-btn a:hover {
  background-color: #bf202f;
  color: white;
}

.second-container {
  max-width: 591px;
}

.second-container .second-item.first {
  margin-top: -100px;
  line-height: 0;
}

.second-container .second-item.flex {
  display: flex;
  margin-top: 15px;
}

.second-container .second-item.flex .flex-small-item.left {
  flex: 0 0 300px;
  text-align: right;
  margin-right: 15px;
  line-height: 0;
}
.second-container .second-item.flex .flex-small-item.left + .flex-small-item.right .inner-text{
  max-width: 320px;
  min-height: 298px;
}

@media only screen and (min-width: 1025px){
  .flex-small-item .inner-text {
    background-image: url("../images/bg/text-bg.png");
  }
}

.flex-small-item .inner-text {
  /* position: absolute;
  top: -100px; */
  background-color: #050b25;
  background-repeat: no-repeat;
  background-position: 0 0;
  /* left: 0;
  right: -45px; */
  font-family: "gotham_htfbold";
  font-size: 20px;
  color: white;
  padding: 25px 30px 60px 35px;
  min-width: 320px;
  max-width: 100%;
  margin-top: -100px;
}

.second-container .second-item.flex .flex-small-item.right {
  text-align: left;
  position: relative;
  flex: 1 1 50%;
}

.second-container .flex-small-item.right {
  position: relative;
}
.g-recaptcha {
	-moz-transform: scale(0.80);
	-ms-transform: scale(0.80); 
	-o-transform: scale(0.80);
	-moz-transform-origin: 0; 
	-ms-transform-origin: 0;
	-o-transform-origin: 0;
	-webkit-transform: scale(0.80);
	transform: scale(0.80);
	-webkit-transform-origin: 0 0;
	transform-origin: 0;
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.80,M12=0,M21=0,M22=0.80,SizingMethod='auto expand');
}


.second-container .flex-small-item.right::after {
  position: absolute;
  content: "";
  /* right: -60px;
  bottom: 11px; */
  right: -15px;
  bottom: -15px;
  width: 144px;
  height: 118px;
  background-color: #bf202f;
  z-index: 0;
}

.number-container {
  display: flex;
  justify-content: center;
  background-color: #050b25;
  position: relative;
  
}
@media only screen and (min-width: 1025px){
  .number-container::after{
    content: '';
    position: absolute;
    background-image: url(../images/bg/number-dot-bgt.png);
    width: 712px;
    height: 363px;
    top: 0;
    right: 0;
  }
}


.number-container .leftwrapper {
  flex: 0 0 463px;
  /* background: url("../images/bg/number-left-dot-bg.png") no-repeat bottom left,
    url("../images/bg/number-left-bg.jpg"); */
  background: url("../images/bg/number-left-dot-bg.png") no-repeat bottom left,
    url("../images/bg/number-left-bg.jpg") no-repeat center/cover;
}

.number-container .rightwrapper {
  flex: 0 0 calc(100% - 463px);
  padding: 80px 0 ;
  max-width: 886px;
  /* background: url("../images/bg/number-dot-bgt.png") no-repeat top right; */
}

.number-container .leftwrapper .text-container {
  max-width: 388px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* padding: 0 0 0 40px; */
  padding: 0 40px 0 0;
  word-break: break-word;
}

.number-container .rightwrapper .numberwrapper {
  max-width: 810px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.number-container .leftwrapper + .rightwrapper .numberwrapper{
  justify-content: flex-start;
}
.number-container .numberwrapper .innerwrapper .numbers + .source-desc{
   padding-top: 30px;
  margin-top: 25px;
  border-top: 1px solid #283c9282;
}
.number-container .numbers ul {
  display: flex;
 
}

.number-container .numbers ul li {
  margin-right: 21px;
  flex: 1 0 212px;
}
.number-container .numbers ul li .boxwrap {
  width: 186px;
  height: 186px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.circle-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 186px;
  height: 186px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
}

.number-container .numbers ul li:hover .boxwrap {
  animation: fa-spin 3s infinite linear;
}

.number-container .numbers ul li:nth-child(1) .boxwrap {
  background-image: url("../images/bg/number-bg-1.png");
}

.number-container .numbers ul li:nth-child(2) .boxwrap {
  background-image: url("../images/bg/number-bg-2.png");
}
.number-container .numbers ul li:nth-child(3) .boxwrap {
  background-image: url("../images/bg/number-bg-3.png");
}

.number-container .numberwrapper .innerwrapper {
  max-width: 678px;
  margin-left: 70px;
}

.number-container .leftwrapper .text-container h2.title {
  color: white;
}

.number-container .leftwrapper .text-container h5.sub-desc {
  font-size: 20px;
  font-family: "gotham_htfbold";
  color: rgb(255, 255, 255);
  line-height: 1.5;
  margin-top: 5px;
}

.numbers h6.title {
  font-size: 30px;
  font-family: "voxwidebold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.429;
}

.numbers ul li h5.title {
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.25;
  margin-top: 20px;
  margin-left: 30px;
}

.numberwrapper .source-desc {
  color: #283c92;
}

/* news css */

.news-container .InnerContainWrapper {
  padding: 50px 0;
}

header.heading {
  margin-bottom: 45px;
}

.news-container h2.title {
  font-size: 50px;
  line-height: 1.25;
  text-align: center;
}

.news-container .grid-container .WithoutSlider ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.news-container .grid-container ul li .Col {
  background-color: #eeeeee;
  padding: 22px 16px 22px 22px;
}

.news-container .grid-container ul li .Col .innerwrap {
  border-bottom: 7px solid #283c92;
  /* in case of emergency */
  height: 100%;
}

.news-container .grid-container ul li .imgwrap {
  max-width: 327px;
  max-height: 212px;
  line-height: 0;
}
.news-container .grid-container ul li .imgwrap img{
  object-fit: cover;
  height: 100%;
}

.news-container .grid-container ul li h5.date {
  font-size: 18px;
  font-family: "voxwidebold";
  color: rgb(191, 32, 47);
  text-transform: uppercase;
  line-height: 1.2;
  margin: 25px 0 8px;
}

.news-container .grid-container ul li h4.news-title {
  font-size: 15.5px;
  font-family: "gotham_htfbold";
  color: rgb(40, 60, 146);
  line-height: 1.742;
  margin-bottom: 8px;
}

.news-container .grid-container ul li .desc {
  font-size: 15.5px;
  line-height: 1.875;
  margin-bottom: 22px;
}

.news-container .grid-container ul li .btn-group {
  margin: 0 0 17px;
}

/* career page */

.career-container {
  /* background-image: url("../images/bg/career-bg.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.career-container .InnerContainWrapper {
  padding: 105px 0 170px;
}

.career-container .careerwrapper {
  max-width: 527px;
  margin-left: auto;
  padding: 0 18px;
}

.career-container .careerwrapper .logowrap {
  max-width: 381px;
}

.career-container .careerwrapper h4.title {
  font-size: 40px;
  font-family: "voxwidebold";
  color: rgb(191, 32, 47);
  text-transform: uppercase;
  line-height: 1.25;
}

.career-container .careerwrapper h6.title {
  font-size: 20px;
  font-family: "gotham_htfbold";
  /* color: rgb(51, 51, 51); */
  line-height: 1.5;
  margin: 10px 0 0;
}
.career-container .careerwrapper h6.title + .trans-blue-btn{
  margin-top: 15px;
}
.trans-blue-btn {
  display: inline-block;
}

.trans-blue-btn a {
  display: inline-block;
  padding: 12px 35px;
  border: 1px solid #283c92;
  color: #283c92;
  font-family: "gotham_htfbold";
  font-size: 12px;
  text-transform: uppercase;
}

.trans-blue-btn a:hover {
  background-color: #283c92;
  color: white;
}

.fill-red-btn {
  display: inline-block;
}

.fill-red-btn a {
  display: inline-block;
  padding: 9px 36px;
  background-color: #bf202f;
  font-size: 14px;
  font-family: "gotham_htfbold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 2.143;
}

.about-container.about-page-layout {
  background: none;
}

.about-second-container .small-box-wrapper {
  display: flex;
}

.about-second-container .small-box-wrapper .imgwrap {
  flex: 1 0 241px;
  line-height: 0;
  text-align: right;
}

.about-second-container .small-box-wrapper .flex-small-item.right {
  flex: 1 0 331px;
}

.about-second-container .flex-small-item .inner-text {
  z-index: 1;
  position: relative;
  top: initial;
  right: initial;
  padding: 25px 30px 59px 34px;
  min-height: 271px;
}
.about-second-container .flex-small-item .inner-text img{
 display: block;
}
.about-second-container .flex-small-item.right::after {
  position: absolute;
  content: "";
  right: -14px;
  bottom: -15px;
  width: 144px;
  height: 118px;
  background-color: #bf202f;
  z-index: 0;
}

.about-container.about-page-layout .about-second-container .textwrapper {
  padding: 0 35px 0 15px;
  margin: 60px 0 0;
}

.about-container.about-page-layout .about-second-container h5.short-desc {
  font-size: 20px;
  color: #283c92;
  line-height: 1.6;
}

.about-container.about-page-layout .flexy .flex-item.left,
.about-container.about-page-layout .flexy .flex-item.right {
  flex: 1 1 50%;
}

.about-container.about-page-layout .flexy .flex-item.right {
  max-width: 573px;
  position: relative;
}

.about-container.about-page-layout .flexy .flex-item.right::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 0;
  background-image: url("../images/bg/about-page-right-dot-bg.png");
  min-width: 253px;
  height: 133px;
  width: 253px;
}

.about-container.about-page-layout .flexy .flex-item.left {
  padding: 0px 45px;
  z-index: 2;
}

.about-container.about-page-layout .about-second-container {
  margin-top: 55px;
}

.about-container.about-page-layout .flex-item.left .desc {
  margin-top: 35px;
  line-height: 1.8;
  z-index: 1;
  position: relative;
}

.about-container.about-page-layout .big-box-wrapper {
  margin-top: 80px;
  margin-left: auto;
  max-width: 560px;
  width: 100%;
  position: relative;
}

.about-container.about-page-layout .big-box-wrapper::after {
  content: "";
  position: absolute;
  left: -104%;
  bottom: -55px;
  background-image: url("../images/bg/about-page-left-dot-bg.png");
  width: 657px;
  height: 293px;
}

.about-container.about-page-layout .big-box-wrapper::before {
  position: absolute;
  content: "";
  left: -14px;
  top: -15px;
  width: 144px;
  height: 118px;
  background-color: #bf202f;
  z-index: 0;
}

.about-container.about-page-layout .InnerContainWrapper {
  /* change */
  /* background: url("../images/bg/about-page-left-dot-bg.png") no-repeat 11% 100%; */
  background-image: none;
}

.about-container.about-page-layout {
  /* background: url("../images/bg/about-page-right-dot-bg.png") no-repeat
    calc(100% + 83px) 50px; */
}
 
/* team section */ 

.team-container .InnerContainWrapper {
  padding: 50px 0 100px;
}

.team-container header.heading {
  padding-left: 8px; /*25px*/
}
.team-container header.heading .redline {
    margin-left: 4px;
}

.team-grid-container ul {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(255px, 275px));
  grid-gap: 25px 20px;
  max-width: 1175px;
  /* justify-content: center; */
  margin: 0 auto;
  flex-wrap: wrap;
}
.team-grid-container ul li {
  min-width: 275px;
  max-width: 275px;
  border-bottom: 7px solid #bf202f;
}


.team-grid-container ul li .Col .imgwrap {
  max-width: 275px;
  line-height: 0;
}

.team-grid-container ul li .Col .imgwrap img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.team-grid-container ul li:hover .Col .imgwrap img {
  filter: grayscale(0%);
}

.team-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.team-text .team-left {
  flex: 1 1 calc(100% - 70px);
  margin-right: 20px;
}

.team-text .team-right {
  flex: 0 0 34px;
  line-height: 0;
}

.team-text .team-right > a {
  display: block;
}

/* team text styles */
.team-left .team-name {
  font-size: 18px;
  font-family: "gotham_htfbold";
  color: rgb(5, 11, 37);
  text-transform: uppercase;
  line-height: 1.389;
}

.team-left .team-role {
  font-size: 14px;
  font-family: "gotham_htfbold";
  color: rgb(40, 60, 146);
  text-transform: uppercase;
  line-height: 1.4;
}

/* srushti styles */

/***contact page start***/

.Contact_Wrapper .InnerContainWrapper {
  padding: 100px 0 40px;
}

.Contact_Wrapper .FormWrapper {
  padding: 0px;
  width: 50%;
}
.Contact_Wrapper iframe{
  width: 100%;
  line-height: 0;
}

.Contact_Wrapper .FormWrapper .TitleWrap {
  color: #283c92;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 2px;
  /* font-weight: 600; */
  line-height: 40px;
  font-family: "voxregular";
  font-family: "voxwidebold";
}
.Contact_Wrapper .Location_Wrap {
  background-color: #050b25;
  padding: 23px;
  width: 47%;
  width: min(50%, 567px);
}

.Contact_Wrapper .Btn_Wrap .ContactFillBtn a {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  background-color: #bf202f;
  /* border: 1px solid #bf202f; */
  padding: 8px;
  font-family: "gotham_htfbold";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Contact_Wrapper .Btn_Wrap .ContactFillBtn a img {
  padding-right: 15px;
  vertical-align: middle;
  width: 30px;
}

/* p */
.Contact_Wrapper .Btn_Wrap .ContactFillBtn a:hover {
  /* color: #283c92; */
  background-color: #283c92;
}

.Location_Wrap .ContactInfoCol .LeftFloat,
.Location_Wrap .ContactInfoCol .RightFloat {
  width: 45%;
}

.ContactInfoCol .LeftFloat .Address {
  margin-top: 15px;
  line-height: 22px;
}

.ContactInfoCol .LeftFloat .Address .Text a,
.ContactInfoCol .RightFloat .Email {
  font-size: 14px;
}

.Location_Wrap .ContactInfoCol .Address {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.Location_Wrap .ContactInfoCol .Address h6 {
  line-height: 25px;
}

.Location_Wrap .ContactInfoCol h6 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.1;
}
.ContactInfoCol .RightFloat a {
  font-size: 18px;
  color: #fff;
}

.ContactInfoCol .LeftFloat a {
  color: #fff;
}

.ContactInfoCol .LeftFloat a:hover,
.ContactInfoCol .RightFloat a:hover {
  color: #bf202f;
}

.ContactInfoCol .RightFloat .RedLine {
  background-color: #bf202f;
  width: 66px;
  height: 5px;
  margin: 12px 0 15px;
}

/***contact page end***/

/***services page start***/

.Services_Wrapper .Services_Title h2.Title {
  font-size: 50px;
  color: #283c92;
  font-family: "voxregular";
  font-family: "voxwidebold";
  text-transform: uppercase;
  /* font-weight: 600; */
  letter-spacing: 2px;
  margin: 15px 0 30px;
}
.Services_Wrapper .Services_Title p {
  font-size: 20px;
  font-family: "gotham_htfbold";
  line-height: 30px;
  color: #050b25;
}

.Services_Wrapper .Services_Title .icon_group img {
  margin: 20px 25px;
}
.Innerservices_Wrap ul li {
  display: inline-block;
  text-align: left;
  width: 435px;
}
.Innerservices_Wrap .Fill_Distribution {
  background-color: #bf202f;
}
.Innerservices_Wrap .Fill_Distribution .Icon {
  background-color: #960b18;
  /* padding: 5px 30px; */
}
.Innerservices_Wrap .Fill_Transmission .Icon {
  background-color: #182769;
  /* padding: 5px 30px; */
}
.Innerservices_Wrap .Text,
.Innerservices_Wrap .Icon {
  display: inline-block;
}
.Innerservices_Wrap .Fill_Transmission {
  background-color: #283c92;
}

/* .Distribution_Wrapper .NoBullet li.Section_Distribution {
  padding: 40px 0px 80px;
  background-color: #eeeeee;
} */

/* .Distribution_Wrapper
  .NoBullet
  li.Section_Distribution.second
  .ImgFloat {
  float: left;
  padding-left: 30px;
}
.Distribution_Wrapper
  .NoBullet
  li.Section_Distribution.second
  .DescWrap {
  float: right;
  margin-left: 0px;
  width: 562px;
} */
.Distribution_Wrapper .NoBullet li.Section_Distribution.second {
  background-color: #fff;
}

/* .Distribution_Wrapper .DescWrap {
  width: 452px;
  float: left;
  margin-left: 55px;
} */
/* .Distribution_Wrapper .ImgFloat {
  width: 51%;
  float: right;
  position: relative;
} */
/* .Distribution_Wrapper .ImgFloat .ImgWrap {
  position: absolute;
  bottom: -50px;
  left: -72px;
  line-height: 0;
  border: 16px solid #eeeeee;
} */
/* .Distribution_Wrapper .DescWrap h2.Title {
  font-size: 45px;
  font-family: "voxregular";
  font-family: "voxwidebold";
  color: #283c92;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
} */

/* .Distribution_Wrapper .DescWrap .SubTitle {
  font-size: 20px;
  font-family: "gotham_htfbold";
  line-height: 28px;
} */

/* .Distribution_Wrapper .Services_RedLine {
  background-color: #bf202f;
  width: 170px;
  height: 7px;
  margin: 35px 0;
} */

/* .DescWrap ul li {
  background-image: url(../images/bullet-1.png);
  background-position: 0px 7px;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 1px 0px;
  margin-bottom: 5px;
  padding-left: 30px;
} */

/* .Project_Wrapper {
  background-color: #eeeeee;
}
.Project_Wrapper .InnerContainWrapper {
  padding: 50px 0 60px;
}

.Project_Wrapper .grid-container .WithoutSlider ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 372px));
  grid-gap: 30px;
}

.Project_Wrapper .grid-container ul li .Col {
  background-color: #fff;
  padding: 25px 18px 22px 18px;
}

.Project_Wrapper .grid-container ul li .Col .innerwrap {
  border-bottom: 7px solid #283c92;
}

.Project_Wrapper .grid-container ul li .imgwrap {
  max-width: 327px;
  max-height: 212px;
  line-height: 0;
}
.Project_Wrapper .grid-container ul li h4.news-title {
  font-size: 22px;
  font-family: "gotham_htfbold";
  color: rgb(40, 60, 146);
  line-height: 28px;
  margin: 15px 0;
}

.Project_Wrapper .grid-container ul li .desc {
  font-size: 15.5px;
}

.Project_Wrapper .grid-container ul li .btn-group {
  margin: 23px 0 18px;
} */

/* srevices page end*/

/*careers page start*/

.Careers_Wrapper .Careers_Title h2.Title {
  font-size: 50px;
  color: #283c92;
  font-family: "voxregular";
  font-family: "voxwidebold";
  text-transform: uppercase;
  /* font-weight: 600; */
  letter-spacing: 2px;
  margin: 15px 0 30px;
}
.Careers_Wrapper .Careers_Title p {
  font-size: 20px;
  font-family: "gotham_htfbold";
  line-height: 30px;
}

.Careers_Wrapper .Careers_Title .icon_group img {
  margin: 20px 25px;
}
.Innerservices_Wrap {
  margin: 0 auto;
  z-index: 3;
}
.Innerservices_Wrap ul li {
  display: inline-block;
  text-align: left;
  /* width: 435px; */
  min-width: 190px;
  max-width: 190px;
}

.Distribution_Wrapper .NoBullet li.Section_Distribution {
  /* padding-bottom: 80px; */
  background-color: #eeeeee;
}
.Distribution_Wrapper .NoBullet li + li .InnerContainWrapper{
  padding-top: 40px;
}

.Distribution_Wrapper .NoBullet li.Section_Distribution.FullWidth .DescWrap,
.Distribution_Wrapper
  .NoBullet
  li.Section_Distribution.FullWidthWrap
  .DescWrap {
  width: 100% !important;
}

.Distribution_Wrapper .NoBullet li.Section_Distribution.second .ImgFloat {
  float: left;
  padding-left: 30px;
  width: 48%;
}
.Distribution_Wrapper .NoBullet li.Section_Distribution.second .ImgFloat + .DescWrap{
  width: 52%;
  padding-right: 62px;
}
.Distribution_Wrapper .NoBullet li.Section_Distribution.second .DescWrap {
  width: 100%;
  margin-left: 0px;
  padding-right: 0;
  /* width: 562px; */
  /* p*/
  line-height: 1.875;
}
.Distribution_Wrapper .NoBullet li.Section_Distribution.second {
  background-color: #fff;
}

.Distribution_Wrapper .DescWrap {
  width: 441px;
  float: left;
  margin-left: 75px;
  line-height: 1.875;
}
.Distribution_Wrapper .ImgFloat {
  /* width: 51%; */
  width: 49%;
  float: right;
  position: relative;
}
.Distribution_Wrapper .ImgFloat .ImgWrap {
  position: absolute;
  bottom: -50px;
  left: -72px;
  line-height: 0;
  border: 16px solid #eeeeee;
}
.Distribution_Wrapper .DescWrap h2.Title {
  font-size: 45px;
  font-family: "voxregular";
  font-family: "voxwidebold";
  color: #283c92;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 2px;
  line-height: 1.111;
}

.Distribution_Wrapper .DescWrap .SubTitle {
  font-size: 20px;
  font-family: "gotham_htfbold";
  line-height: 28px;
}

.Distribution_Wrapper .Services_RedLine {
  background-color: #bf202f;
  width: 170px;
  height: 7px;
  /* margin: 35px 0; */
  margin: 10px 0 15px;
}

.DescWrap ul li {
  background-image: url(../images/bullet-1.svg);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  background-size: 12px;
  margin: 0px;
  padding: 1px 0px;
  margin-bottom: 5px;
  padding-left: 30px;
}
.Project_Wrapper.career-layout{
  margin-top: 4px;
}
.Project_Wrapper {
  background-color: #eeeeee;
}
.Project_Wrapper .InnerContainWrapper {
  padding: 50px 0;
}

.Project_Wrapper .grid-container .WithoutSlider ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 372px));
  grid-gap: 30px;
  /* p */
  justify-content: center;
}

.Project_Wrapper .grid-container ul li .Col {
  text-align: left;
  background-color: #fff;
  padding: 25px 18px 22px 18px;
}

.Project_Wrapper .grid-container ul li .Col .innerwrap {
  border-bottom: 7px solid #283c92;
  padding-bottom: 20px;
}

.Project_Wrapper .grid-container ul li .imgwrap {
  max-width: 327px;
  line-height: 0;
  max-height: 212px;

}
.Project_Wrapper .grid-container ul li .imgwrap img{
  object-fit: cover;
  height: 100%;
}
.Project_Wrapper .grid-container ul li h4.news-title {
  font-size: 22px;
  font-family: "gotham_htfbold";
  color: rgb(40, 60, 146);
  line-height: 28px;
  margin: 15px 0;
}

.Project_Wrapper .grid-container ul li .desc {
  font-size: 15.5px;
  line-height: 1.742;
  margin-top: 10px;
}

.Project_Wrapper .grid-container ul li .btn-group {
  margin: 23px 0 0;
}

/*careers page end*/

/* new safety */

.about-container.safety-layout .InnerContainWrapper {
  padding: 65px 0;
}

.about-container.safety-layout {
  background: none;
}

.about-container.safety-layout h5.short-desc {
  line-height: 1.7;
}
.about-container.safety-layout .flexy .flex-item.left {
  padding: 0 77px 0 50px;
  flex: 1 1 45%;
}

.about-container.safety-layout .flexy .flex-item.right {
  flex: 1 1 55%;
  padding: 0 54px 0 0;
}
.about-container.safety-layout .flexy .flex-item.right .desc {
  line-height: 1.8;
}

.about-container.safety-layout .flexy .flex-item.right .desc p {
  margin-bottom: 38px;
}

.about-container.safety-layout .flexy .flex-item.right .desc p:last-child {
  margin: 0;
}

/* safety values */
.InnerHeaderBg + .value-container {
  margin-top: 4px;
}
.value-container {
  background: url("../images/bg/safety-background.jpg") no-repeat center/cover;
  background-attachment: fixed;
  position: relative;
}
/* .value-container .jcarousel  li + li{
  border-right: 1px solid #121e54;
  padding-left: 10px;
} */
.value-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.value-container .InnerContainWrapper {
  padding: 65px 0;
}

.value-container header.heading {
  text-align: center;
  margin-bottom: 50px;
}
.value-container header.heading h2.title {
  color: white;
}

.value-flex-container .WithoutSlider ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.value-flex-container .WithoutSlider ul li {
  flex: 0 1 25%;
  border-right: 1px solid #121e54;
  min-width: 300px;
}

.value-flex-container .WithoutSlider ul li:last-child {
  border-right: none;
}

.value-flex-container .WithoutSlider ul li .Col {
  padding: 0 40px 0 35px;
}

.value-flex-container .textwrap h5.title {
  font-size: 17px;
  font-family: "gotham_htfbold";
  color: rgb(65, 94, 214);
  line-height: 1.765;
  margin-bottom: 10px;
}

.value-flex-container .textwrap .desc {
  font-size: 15px;
  line-height: 2;
  color: white;
  padding-right: 10px;
}

.value-flex-container .textwrap {
  padding: 17px 0px 0px 0;
}

/* safety last layout css */
.about-container + .about-container .InnerContainWrapper{
  padding-top: 0 !important;
}
.about-container.safety-desc-layout {
  background: none;
}

.about-container.safety-desc-layout .InnerContainWrapper {
  /* padding: 100px 0 120px; */
  padding: 80px 0;
}

.about-container.safety-desc-layout .flexy .flex-item.left {
  flex: 1 1 621px;
  padding: 0 38px 0 50px;
}

.about-container.safety-desc-layout .flexy .flex-item.right {
  flex: 1 1 calc(100% - 621px);
}

.about-container.safety-desc-layout .flex-item.left .desc {
  line-height: 1.75;
}
.about-container.safety-desc-layout .flexy .flex-item.left .short-desc {
  line-height: 1.75;
  margin: 0 0 30px;
}

/* services page resume from previous */

.Innerservices_Wrap .WithoutSlider ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.Innerservices_Wrap .WithoutSlider ul li {
  margin-right: 22px;
}

.Innerservices_Wrap .WithoutSlider ul li:last-child {
  margin-right: 0;
}

.Innerservices_Wrap ul li a {
  display: block;
  line-height: 0;
  height: 100%;
}

.Innerservices_Wrap .Fill_Transmission .Icon,
.Innerservices_Wrap .Fill_Distribution .Icon {
  /* padding: 10px 30px; */
  width: 100px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Innerservices_Wrap .Text {
  width: calc(100% - 110px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.Innerservices_Wrap ul li a h5.tab-text {
  font-family: "voxwidebold";
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.7;
  transition: all 0.5s ease;
}

.Innerservices_Wrap ul li a .Img {
  min-width: 16px;
}

.Innerservices_Wrap .Fill_Transmission,
.Innerservices_Wrap .Fill_Distribution {
  display: flex;
  align-items: center;
  height: 100%;
  /* min-height: 65px; */
}

.Innerservices_Wrap ul li:first-child a:hover {
  color: #283c92;
}

.current .Fill_Distribution.arrow_box {
  position: relative;
}
.current .Fill_Distribution.arrow_box::after {
  content: url("../images/icons/triangle.png");
  bottom: -22px;
  right: 0;
  height: 36px;
  width: 37px;
  position: absolute;
  z-index: 2;
}

.current .Fill_Transmission.arrow_box {
  position: relative;
}
.current .Fill_Transmission.arrow_box::after {
  content: url("../images/icons/triangle-blue.png");
  bottom: -22px;
  left: 0;
  height: 36px;
  width: 37px;
  position: absolute;
  z-index: 2;
}

.Project_Wrapper header.heading {
  text-align: center;
}

.Innerservices_Wrap ul li a {
  color: white;
}

/* .Innerservices_Wrap ul li:nth-child(1) a.current, */
.Innerservices_Wrap ul li:hover .Fill_Distribution h5.tab-text {
  color: #283c92 !important;
}

/* .Innerservices_Wrap ul li:nth-child(2) a.current, */
.Innerservices_Wrap ul li:hover .Fill_Transmission h5.tab-text {
  color: #bf202f !important;
}

.Distribution_Wrapper .NoBullet li.Section_Distribution.bg {
  background-position: center;
  /* padding: 5px 0px 50px; */
  background-size: cover;
  min-height: 534px;
}

.Careers_Wrapper .InnerContainWrapper {
  padding: 40px 0 60px;
}

.Distribution_Wrapper.career-layout .Section_Distribution.bg .DescWrap {
  max-width: 477px;
  margin-left: 20px;
  width: 100%;
}

.Distribution_Wrapper.career-layout .DescWrap p {
  padding-right: 20px;
}

.Distribution_Wrapper.career-layout .DescWrap .btn-group {
  margin-top: 20px;
}

.Distribution_Wrapper.career-layout
  .NoBullet
  li.Section_Distribution:nth-child(2n)
  .DescWrap {
  line-height: 1.85;
}

.Project_Wrapper .grid-container ul li h4.news-title {
  text-transform: uppercase;
  margin: 15px 0 0;
}

.Project_Wrapper.career-layout .grid-container ul li .Col .innerwrap {
  border-bottom: none;
}

.Project_Wrapper.career-layout .grid-container ul li .Col {
  padding: 25px 22px 5px;
  border-bottom: none;
}

.ResponsiveLogo {
  padding: 8px 0;
  min-height: 70px;
}

.ResponsiveLogo  + .about-container .InnerContainWrapper{
  padding-top: 0;
}

/* .Distribution_Wrapper .NoBullet li.Section_Distribution.bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
} */

/* overlay */
.box.BioBox{
  padding: 60px 30px 60px 40px;
  border-bottom: 12px solid #283c92;
}
.box.BioBox .OurTeamFillBtn{
  text-align: right;
}
.box.BioBox .submit-btn{
  font-family: "gotham_htfbook";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  background-color: #050b25;
  padding: 12px 30px;
  border-radius: 5px;
  border: 1px solid #050b25;
  transition: all 0.3s ease-in-out;
}
.box.BioBox .submit-btn:hover{
  background-color: #bf202f;
  border: 1px solid #bf202f;
}
.MemberBioWrap .flex-item.left {
  margin: 0 auto;
  float: left;
  max-width: 275px;
  word-break: break-all;
  z-index: 2;
}

.MemberBioWrap::after {
  content: "";
  clear: both;
  display: table;
}

.MemberBioWrap .flex-item {
  text-align: left;
}

.MemberBioWrap .flex-item.right {
  float: right;
  width: calc(100% - 325px);
  z-index: 2;
}

.MemberBioWrap .flex-item.right h2.Member-Title,
.MemberBioWrap .flex-item.right .Member_Designation {
  font-size: 30px;
  font-family: "voxwidebold";
  color: #283c92;
  text-transform: uppercase;
  line-height: 1.12;
}
.MemberBioWrap .flex-item.right h2.Member-Title + .Member_Designation{
  margin-top: 5px;
}
.MemberBioWrap .flex-item.right .Member_Designation {
  font-size: 18px;
  color: #bf202f;
}

.MemberBioWrap .flex-item.right .redline {
  height: 4px;
  margin: 12px 0 8px;
  background-color: #283c92;
}

.MemberBioWrap .info > a {
  display: flex;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "gotham_htfbold";
  line-height: 1;
  color: #283c92;
}

.MemberBioWrap .info > a .fa-mobile {
  font-size: 28px;
  margin-right: 10px;
}

.MemberBioWrap .info > a .fa-envelope {
  font-size: 20px;
  margin-right: 10px;
}
.overlay, .overlay1, .overlay2 {
  background-color: rgba(0,0,0,.8);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999 !important;
  width: 100%;
}
.box.BioBox {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 900px;
  /* max-width: 900px; */
  background-color: #fff;
  z-index: 99999;
  /* overflow: auto; */
  /* transform: translate(-50%, -50%); */
  transform: translateX(-50%);
  /* height: 470px; */
  margin: 0;
}
.box.BioBox .OverlayWrapper {
  padding: 0  ;
}
.box.BioBox .Inner_Left_Wrapper .TitleWrap{
  font-size: 30px;
  font-family: "voxwidebold";
  color: #283c92;
  text-transform: uppercase;
  line-height: 1.12;
  margin-bottom: 15px;

}
.box.BioBox  .FormWrapper.LeftFloat{
  width: 100%; 
}
.box.BioBox #OverlayTeamSlider.flexslider {
  height: initial !important;
  /* position: static; */
}
.box.BioBox  .MemberBioWrap .flex-item.right .EditorText h3{
  text-align: left;
}
.MemberBioWrap .info {
  margin-bottom: 10px;
  margin-top: 10px;
}

.WithoutSlider ~ a {
  display: none;
}

#news-grid-slider ul li .Col,
#grid-slider ul li .Col {
  max-width: 372px !important;
}

.number-container .numbers ul li:last-child {
  margin-right: 0;
}

/* job form */

.Contact_Wrapper.job-layout .InnerContainWrapper {
  padding: 60px 0;
}

.jobwrapper {
  max-width: 900px;
  margin: 0 auto;
}

.jobwrapper .TitleWrap {
  color: #283c92;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 2px;
  /* font-weight: 600; */
  line-height: 40px;
  font-family: "voxwidebold";
}

.jobwrapper .Btn_Wrap .ContactFillBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ContactFormWrap h4.Title {
  color: #283c92;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 2px;
  /* font-weight: 600; */
  line-height: 40px;
  font-family: "voxregular";
  font-family: "voxwidebold";
}

#service-slider {
  margin: 0 auto;
  width: min(94vw, 900px);
}

#service-slider .jcarousel .current .Fill_Distribution.arrow_box::after {
  /* display: none; */
}

/* maintance wra */

.MWrap {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.CLLIstWrapper {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  padding: 40px 0;
}

.CIList {
  flex: 0 0 33%;
  text-align: center;
  min-width: 200px;
}

.CIList table {
  margin: 0 auto;
}

.CIList table a {
  width: 100%;
  display: block;
}

.CIList table .fa {
  font-size: 50px;
  color: #bf202f;
  width: 100%;
}

.UnderMaintenanceWrapper {
  padding: 40px 20px;
  text-align: center;
  background-color: #283c92;
  color: white;
}
.UnderMaintenanceWrapper br{
  display: none;
}
.ContactInfo h6.BorderTitle.full {
  font-size: 17px;
  line-height: 1.5;
  font-family: "gotham_htfbold";
  margin: 10px 0;
  color: #283c92;
  text-transform: uppercase;
}

.UnderMaintenanceWrapper h4 {
  font-size: 40px;
  line-height: 50px;
  font-family: "gotham_htfbold";
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.MaintenanceWrap .ContactInfo .CIList {
  border-right: 1px solid #333;
}

.MaintenanceWrap .ContactInfo .CIList:last-child {
  border-right: none;
}

.UnderMaintenanceWrapper h6 {
  word-break: break-word;
}

.about-container.safety-layout .InnerContainWrapper,
.about-container.safety-desc-layout .InnerContainWrapper {
  background: none;
}

.about-container.safety-desc-layout .InnerContainWrapper::after,
.about-container.safety-layout .InnerContainWrapper::after {
  display: none;
}

.InnerHeaderBg.InnerVideoBg .Wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.InnerHeaderBg.InnerVideoBg .Wrapper .InnerContainWrapper {
  position: relative;
  height: 100%;
}

.InnerHeaderBg.InnerVideoBg .Wrapper .heading {
  position: absolute;
  left: 0;
  bottom: 50px;
  max-width: 550px;
}

.InnerHeaderBg.InnerVideoBg .Wrapper .heading h1.title {
  font-family: "voxwidebold";
  font-size: 50px;
  color: white;
  text-transform: uppercase;
  line-height: 1;
}
.InnerHeaderBg.InnerVideoBg .Wrapper .heading .trans-red-btn a {
  color: #fff;
  border: 1px solid #fff;
}
.InnerHeaderBg.InnerVideoBg .Wrapper .heading .trans-red-btn a:hover {
  border: 1px solid #bf202f;
}

/*
.InnerHeaderBg.InnerVideoBg .Wrapper .heading h1.title span {
  color: #bf202f;
}
*/

.InnerHeaderBg.InnerVideoBg {
  display: block;
  height: inherit !important; /*663px*/
}
.InnerHeaderBg.InnerVideoBg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/*
.InnerHeaderBg.InnerVideoBg .VideoWrap,
.InnerHeaderBg.InnerVideoBg .VideoWrap #my-video {
  height: 100%;
}
*/

.Distribution_Wrapper .FullWidth .ImgFloat,
.Distribution_Wrapper .FullWidthWrap .ImgFloat {
  margin: 0 auto;
  float: none !important;
  padding: 0 !important;
  width: max-content !important;
}

.Distribution_Wrapper .FullWidth .DescWrap,
.Distribution_Wrapper .FullWidthWrap .DescWrap {
  float: none !important;
  margin: 0;
  width: 100% !important;
  padding: 0 20px;
}

.home-body .about-container .desc {
  margin-top: 10px;
}

.home-body .second-container .second-item.first {
  position: relative;
}

.home-body .second-container .second-item.first::after {
  /* content: ""; */
  position: absolute;
  right: -200px;
  bottom: 37px;
  background-image: url("../images/bg/home-about-left-bg.png");
  width: 253px;
  height: 295px;
  background-repeat: repeat;
}

.home-body .about-container .flexy .flex-item.right {
  position: relative;
}

.home-body .about-container .flexy .flex-item.right::after {
  position: absolute;
  /* content: ""; */
  left: -516px;
  bottom: 87px;
  background-image: url("../images/bg/home-about-center-bg.png");
  width: 657px;
  height: 293px;
  z-index: -1;
}

.about-container.safety-layout h2.title {
  margin-top: 0;
}

.about-container.safety-layout .flexy.FullWidth,
.about-container.safety-layout .flexy.FullWidthWrap {
  flex-direction: column;
}

.about-container.safety-layout .flexy.FullWidth .flex-item.left,
.about-container.safety-layout .flexy.FullWidth .flex-item.right,
.about-container.safety-layout .flexy.FullWidthWrap .flex-item.right,
.about-container.safety-layout .flexy.FullWidthWrap .flex-item.left {
  padding: 0;
}

.ThankYouMsg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-list #NewsletterThanksMsg,
.footer-list #LoaderNewsletter {
  margin: 40px 0 !important;
}

.InnerHeaderBg.InnerVideoBg .VideoWrap {
  overflow: hidden;
  max-height: 455px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
  color: #283c92 !important;
  font-size: 20px;
}

.MobileMapWrap {
  display: none;
}

.ContactInfoCol .LeftFloat img {
  max-width: 180px;
  height: 60px;
  /* filter: brightness(0) invert(1); */
}

.bio-img-wrap {
  max-width: 275px;
  max-height: 317px;
}

.intro-section .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid white;
}

.intro-section .flex-control-paging li a.flex-active {
  background: #fff;
}

.intro-section .flex-control-nav {
  display: none;
}

.FLogo:only-child {
  margin-top: 0;
}
.FooterLink .footer-list:nth-child(1) {
  /* flex: 0 0 10%; */
}

/* 130422 Roy */

#service-slider.serviceslider {
  width: 1200px;
}
#service-slider.serviceslider .Fill_Distribution,
#service-slider.serviceslider .Fill_Transmission {
  display: block;
}
#service-slider.serviceslider .Fill_Distribution .Icon,
#service-slider.serviceslider .Fill_Transmission .Icon {
  margin: 0 auto;
}
#service-slider.serviceslider ul li a .Img {
  display: none;
}
#service-slider.serviceslider .Fill_Transmission .Icon, 
#service-slider.serviceslider .Fill_Distribution .Icon{
  width: 100%;
}
#service-slider.serviceslider .Text{
  width: 100%;
  text-align: center;
  height: 15vh;
  justify-content: center;
}

#service-slider.serviceslider ul li a h5.tab-text {
  font-size: 20px;
  line-height: 1.2;
}
#service-slider.serviceslider .WithoutSlider ul li {
  margin-right: 1px;
}
#service-slider.serviceslider .current .Fill_Distribution.arrow_box::after {
  /* display: none; */
}

/** 140422 vish **/
.service-list-wrapper .flex{
  display: flex;
  gap: 50px;
}
.service-list-wrapper{
  background-color: #eeeeee;
}
.service-list-wrapper .InnerContainWrapper{
  max-width: 1000px;
  padding: 50px 0px;
}
.service-list-wrapper .left{
  min-width: 350px;
  max-width: 350px;
}
.service-list-wrapper .left ul li{
  margin-bottom: 5px;
}
.service-list-wrapper .left ul li .Col{
  background-color: #283c92;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 5px solid #263370;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.service-list-wrapper .left ul li .active .Col,
.service-list-wrapper .left ul li .Col:hover{
  background-color: #bf202f;
  border-bottom: 5px solid #960b18;
}
.service-list-wrapper .left ul li .Col::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: -20px;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-left: 20px solid #bf202f;
  border-bottom: 20px solid transparent;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.service-list-wrapper .left ul li .active .Col::after{
  opacity: 1;
}

.service-list-wrapper .left ul li .Col .Icon{
  line-height: 0;
  min-width: 45px;
  text-align: center;
}
.service-list-wrapper .left ul li .Col h5.tab-text{
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-family: "voxwidebold";
  text-transform: uppercase;
}
.service-list-wrapper .right h2.Title{
  font-size: 45px;
    font-family: "voxwidebold";
    color: #283c92;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 2px;
    line-height: 1.111;
}
.service-list-wrapper .right .SubTitle {
  font-size: 20px;
  font-family: "gotham_htfbold";
  line-height: 28px;
}
.service-list-wrapper .right .Services_RedLine {
  background-color: #bf202f;
  width: 170px;
  height: 7px;
  margin: 23px 0;
}

/** 010723 vish **/
.about-container + .flag-wrapper .InnerContainWrapper{
  padding: 0px 0px 50px;
}
.flag-wrapper .VideoMainWrap{
  max-height: 300px;
  overflow: hidden;
  display: flex;
  position: relative; 
}
.mobile-image{
  line-height: 0;
  position: relative;
}
.mobile-image::before,
.flag-wrapper .VideoMainWrap::before{
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.flag-wrapper .VideoMainWrap video{
  object-fit: cover;
}
.flag-wrapper h2.title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  color: #fff;
  z-index: 6;
  text-align: center;
  width: 100%;
  padding: 20px;
  /* animation: flag 5s linear;
  animation-delay: 5s;
  opacity: 0; */
}

/* @keyframes flag {
  0%  {opacity: 0;}
  10% {opacity: 1;}
  90% {opacity: 1;}
  100% {opacity: 0;}
} */


/* human css */

.Human {
  text-align: left;
}
.Human .text-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.Human .text-box input {
  width: 70px;
  margin: 0;
}
.Human + .Col2 .SecurityCode {
  float: right;
  width: 240px;
}
.Human .text-box div.error, 
.Human .text-box label.error {
  display: block !important;
  font-size: 13px;
  color: #ff0000;
  width: 100%;
  line-height: 1.5;
  border: 0 !important;
}
.Human label{
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}

.jobbox{
  position: absolute;
  top: 400px;
}
.Services_Wrapper + .Innerservices_Wrap.serviceslider{
  padding-top:0;
}
.Innerservices_Wrap.serviceslider{
  padding-top: 50px;
}
li.tiktok{
  margin-top: 3px;
}
li.tiktok img{
  filter: brightness(0) invert(1);
}
li.tiktok a:hover img{
  filter: inherit;
}

.text-center{
  text-align: center;
}


/* create-a-new-page-wrapper satrt */
.create-a-new-page-wrapper .row{
  display: flex;
}
.create-a-new-page-wrapper h2.title{
  font-size: 35px;
  line-height: 1.2;

} 
.create-a-new-page-wrapper h2.title + .row{
  margin-top: 25px;
}

.create-a-new-page-wrapper .col .ImgWrap {
  line-height: 0;
  margin-right: 50px;
  float: left;
  min-width: 350px;
  max-width: 350px;
  margin-bottom: 20px;
}
.create-a-new-page-wrapper .col h6.subtitle {
  font-size: 18px;
  line-height: 1.2;
  color:#283c92;
  font-family: "gotham_htfbold";
}
/* .create-a-new-page-wrapper .col .ImgWrap + h6.subtitle{
  margin-top: 15px;
} */
.create-a-new-page-wrapper .col h6.subtitle + .desc {
  margin-top: 15px;
}
/* .create-a-new-page-wrapper .col .ImgWrap + .desc {
  margin-top: 15px;
} */
.create-a-new-page-wrapper .col-12.border-start {
  border-left: 1px solid #ddd;
  padding: 0 0 0 20px;
  margin-left: 20px;
  max-width: 400px;
}
.create-a-new-page-wrapper,
.create-a-new-page-wrapper .col.text-lg-start.text-center{
  text-align: left; 
}
/* create-a-new-page-wrapper End */

.box.BioBox .OverlayWrapper + .FormWrapper {
  margin-top: 30px;
}

.EditorText ul + p,
.EditorText ol + p{
  margin-top: 20px;
}
