/* CSS Document */
:root {
  --site-font-r: "CircularStd-Book";
  --site-font-b: "CircularStd-Bold";
  --site-font-bl: "CircularStd-Black";
  --default-color: #868686;
  --site-color-1: #3965c4;
  --site-color-2: #1c1c1c;
}

/*---1. IdxHeader Bg,InnerHeader Bg---*/
.TopHeader {
  position: fixed;
  z-index: 1;
  background: #fff;
  width: 100%;
  left: 0px;
  top: 0px;
  box-shadow: 0px 1px 5px 0px rgba(58, 58, 58, 0.5);
  padding: 10px 0px;
}

.TopHeader h6.Title {
  color: #e03930;
  font-family: var(--site-font-b);
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.66px;
}

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

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

.InnerHeaderBg {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  min-height: 300px;
  height: 300px;
  background-size: cover;
  display: table;
  width: 100%;
}

.InnerHeaderBg .Wrapper {
  display: table-cell;
  vertical-align: middle;
}

.MainWrapper {
  margin: 0 auto;
  padding: 0;
  width: 1200px;
}

.Header {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 30px;
  z-index: 11;
}

.Header .fixed-right {
  max-width: 703px;
  margin-left: auto;
}

.Header h3.Title {
  color: #ffffff;
  font-family: var(--site-font-b);
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.Header h6.Title {
  color: #ffffff;
  font-family: var(--site-font-b);
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

#my-video {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

@media (min-width: 1025px) {
  #my-video {
    /* height: 100%; */
    object-fit: cover;
  }
}

/*---2. Header Menu css---*/
.logo-group {
  display: inline-block;
  width: 288px;
  position: relative;
}

.Logo {
  float: left;
  width: 300px;
}

.Logo a,
.LogoCenter a {
  display: block;
  width: 300px;
  height: 74px;
  background: url(../images/imgs/main-logo.png) no-repeat left top;
  text-indent: -999999px;
  background-size: contain;
}

.Logo-Text {
  font-size: 20px;
  font-family: var(--site-font-b);
  color: black;
  text-transform: uppercase;
  line-height: 1.3;
  position: absolute;
  bottom: 28px;
  letter-spacing: 0.5px;
  right: 0;
}

.TopMainRight {
  float: right;
  text-align: left;
  /* padding: 105px 0px 31px; */
  padding: 12px 0px;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 70px;
}

.PhoneImg {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--site-font-b);
  letter-spacing: 1px;
  padding: 33px 0px;
}

.PhoneImg i {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 6px 3px 0px 0px;
}

.PhoneImg a {
  color: #333;
}

.PhoneImg a:hover {
  color: #ff0004;
}

/*---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: 32px;
  height: 32px;
}

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

.FSocialIcon .fa-stack-1x {
  top: 2px;
}

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

.FSocialIcon a {
  color: #cccccc;
  transition: all 0.3s ease-in-out;
}

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

.copy,
.DevelopedBy {
  display: block;
  line-height: 22px;
  font-family: var(--site-font-r);
  font-size: 14px;
  color: var(--default-color);
}

.copy br {
  display: none;
}

.DevelopedBy a {
  color: inherit;
}

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

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

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

.FooterWrap .InnerContainWrapper {
  padding: 18px 45px 30px;
}

/*-------Section_First------------*/
.Section_First .LeftWrapper {
  width: 60%;
  float: left;
}

.Section_First .RightWrapper {
  width: 40%;
  float: right;
  background-color: #f0f0f0;
}

h4.TitleWrap {
  padding: 18px 25px 12px;
  background-color: var(--site-color-1);
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--site-font-b);
  text-align: center;
}

h4.TitleWrap br {
  /* display: none; */
}

.g-recaptcha {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0;
}

.FillBlackBtn {
  display: inline-block;
}

.FillBlackBtn .btn,
.FillBlackBtn a {
  text-align: center;
  display: block;
  background-color: var(--site-color-1);
  padding: 15px 25px 13px;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #ffffff;
  font-family: var(--site-font-b);
  text-align: center;
}

.FillBlackBtn .btn:hover,
.FillBlackBtn a:hover {
  background-color: var(--site-color-2);
}



.FillBlackBtn button {
  text-align: center;
  display: block;
  background-color: var(--site-color-1);
  padding: 7px 10px 7px;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #ffffff;
  font-family: var(--site-font-b);
  text-align: center;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}


.FillBlackBtn button:hover {
  background-color: var(--site-color-2);
}


.CaptchaCol {
  padding: 0px 5px !important;
}

textarea {
  height: 86px;
  resize: none;
}

/*---Section_Second--*/
.DeaultSepline {
  width: 200px;
  margin: 10px auto;
  height: 4px;
  background-color: #000;
}

h4.Title {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1;
  box-sizing: border-box;
  font-family: var(--site-font-b);
  color: #000;
  letter-spacing: 3px;
}

.ImgWrap {
  line-height: 0px;
}

.ServiceWrapper ul li {
  width: 359px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0px 18px;
}

.ServiceWrapper ul li .Col {
  padding-bottom: 10px;
  border-bottom: 5px solid #434343;
}

.ServiceWrapper ul li .Col .ImgWrap {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.ServiceWrapper ul li .Col .ImgWrap img {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ServiceWrapper ul li a:hover .Col .ImgWrap img {
  transform: scale(1.1, 1.1);
}

.ServiceWrapper ul li h3.Title {
  color: var(--site-color-1);
  font-size: 23px;
  line-height: 1.2;
  font-family: var(--site-font-b);
  text-transform: uppercase;
  position: relative;
  padding-right: 25px;
}

.ServiceWrapper ul li h3.Title::after {
  content: "+";
  position: absolute;
  color: var(--site-color-1);
  font-size: 30px;
  line-height: 25px;
  top: 0;
  right: 0;
  font-family: var(--lato-r);
  font-weight: 600;
}

.Section_Second .DefaultSepline {
  width: 88px;
  height: 5px;
  margin: 10px 0px 20px;
}

.Section_Second .InnerContainWrapper {
  padding: 60px 0px 35px 0px;
}

.Section_Second .ImgWrapper {
  float: right;
  margin: 0px 0px 10px 55px;
  width: 552px;
  position: relative;
}

.Section_Second .ImgWrapper::before {
  position: absolute;
  background: url(../images/imgs/thumb-logo.jpg) no-repeat top left;
  width: 113px;
  height: 113px;
  top: 50%;
  left: -70px;
  margin-top: -56.5px;
}

.Section_Second .DescWrapper h6.Title {
  font-family: var(--site-font-b);
  font-size: 28px;
  line-height: 1.2;
  color: var(--site-color-1);
  margin-bottom: 20px;
}

.sepline {
  width: 140px;
  height: 4px;
  background-color: var(--site-color-2);
  margin: 0;
  text-align: left;
}

.Section_Second .DescWrapper h4.Title {
  color: #e03930;
  font-size: 35px;
  line-height: 1.71;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  margin-top: 15px;
}

.Section_Second .ImgWrapper ul li:last-child {
  margin-right: 0px;
}

.Section_Second .DescWrapper h5.Title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
}

.Section_Second .Desc span {
  font-family: var(--site-font-b);
}

.Section_Second .Desc h6 {
  font-family: var(--site-font-b);
  color: #1a1919;
  font-size: 15px;
  line-height: 1.11;
  letter-spacing: 0.45px;
}

.SponsorLogoWrap {
  background-color: #f4f4f4;
}

.SponsorLogoWrap ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 100px;
}

.SponsorLogoWrap ul li:first-child {
  margin-left: 0;
}

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

/*---Section_Third--*/
.Section_Third iframe {
  width: 100%;
  line-height: 0px;
}

.Section_Third {
  line-height: 0px;
}

/** floating menu **/
.StickyBtns {
  position: fixed;
  bottom: 0;
  z-index: 109;
  right: 0;
  width: 100%;
}

.StickyBtns .FillRedBorder {
  height: 2px;
  background-color: var(--site-color-1);
  position: absolute;
  width: 100%;
  bottom: 0;
}

.StickyBtns .MainWrapper {
  position: relative;
  bottom: 2px;
}

.StickyBtns .FSocialIcon {
  float: right;
  border-bottom: 0;
  width: auto;
}

.StickyBtns .FSocialIcon ul li a {
  background-color: var(--site-color-1);
  padding: 5px 10px;
}

.StickyBtns .FSocialIcon ul li a:hover {
  background-color: var(--site-color-2);
}

.StickyBtns .FillRedBtn {
  display: inline-block;
}

.StickyBtns .FillRedBtn a {
  display: block;
  background-color: #08233d;
  border: 2px solid #fff;
  padding: 12px 30px;
  transition: ease-in 0.3s;
  position: relative;
  color: #1a1919;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  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;
}

/*-----StickyMenu-----------*/
.Loader {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.ThankYouMsg {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  vertical-align: middle;
  margin: 100px 50px;
}

.Header_Phone_Number i {
  line-height: 0px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 4px;
}

.Header_Phone_Number span {
  font-size: 25px;
  line-height: 18px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  /* font-family: "Conv_ufonts.com_gotham_bold"; */
}

.Header_Phone_Number span a {
  font-size: 22px;
  line-height: 34px;
  transition: all ease 0.5s;
  color: #000000;
  font-family: var(--site-font-b);
}

.Header_Phone_Number span a:hover {
  color: #2b2b2bb0;
}

.Header_Phone_Number {
  display: inline-block;
  vertical-align: middle;
}

.SiteNameTitle {
  color: #000000;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  font-family: var(--site-font-b);
  margin-right: 65px;
}

.DefaultSepline {
  width: 170px;
  height: 3px;
  background-color: #000;
  margin: 18px 0 16px;
}

/*--------------Main_Part---------*/
.Top_Header_Wrapper {
  margin-top: 96px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.Top_Header_Wrapper .Left_Wrapper {
  float: left;
  width: 60.4%;
}

.Top_Header_Wrapper .Right_Wrapper {
  float: left;
  width: 39.6%;
}

.Table_Cell {
  vertical-align: middle;
  display: table-cell;
}

.FormBottomWrap .Btn_Wrap {
  display: table;
  width: 100%;
}

.Top_Header_Wrapper .Right_Wrapper .InnerFormWrapper {
  padding: 9px 10px;
}

.Top_Header_Wrapper .Left_Wrapper .Inner_Right_Wrapper {
  float: right;
  line-height: 0px;
  width: 815px;
  position: relative;
  display: flex;
}

.Top_Header_Wrapper .Left_Wrapper .Inner_Right_Wrapper img {
  width: 100%;
  object-fit: cover;
}

.Top_Header_Wrapper .Right_Wrapper .Inner_Left_Wrapper {
  background-color: #f5f5f5;
  float: left;
  width: 533px;
}

/* idx slider changes sureja piyush 15012020 */
#IdxTopSlider li img {
  max-height: 485px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: initial !important;
}

/** 170120 vish **/
.Section_Second .ImgWrapper ul li {
  display: inline-block;
  vertical-align: top;
  width: 226px;
  margin-right: 40px;
  text-align: left;
}

.Section_Second .ImgWrapper ul li .Col .ImgWrap {
  margin-bottom: 10px;
}

.Section_Second .ImgWrapper ul li .Col h6 {
  font-size: 18px;
  line-height: 28px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: "LubalGraphMdBTMedium";
  color: #419f46;
}

.Section_Second .ImgWrapper ul li .Col .Phone,
.Section_Second .ImgWrapper ul li .Col .Phone a {
  font-family: var(--site-font-b);
  font-weight: 600;
  color: #000;
}

.Section_Second .ImgWrapper ul li .Col .Phone a i {
  margin-right: 5px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: text-top;
}

.Section_Second .ImgWrapper ul li .Col .Phone a:hover {
  color: #419f46;
}

.Section_Second .ImgWrapper ul li .Col .DescWrap {
  border-bottom: 5px solid #419f46;
  padding-bottom: 10px;
}

.BlogWrap {
  background-color: #f5f5f5;
}

.BlogWrap .InnerContainWrapper {
  padding: 55px 0 70px;
}

.BlogWrap h2.Title {
  color: var(--site-color-2);
  font-family: var(--site-font-bl);
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  margin-bottom: 25px;
}

.BlogWrap .ListWrap ul li {
  width: 360px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0px 18px;
  background: #fff;
  padding: 12px;
  border-bottom: 4px solid var(--site-color-2);
}

.BlogWrap .ListWrap ul li .ImgWrap {
  line-height: 0px;
  margin-bottom: 15px;
  overflow: hidden;
}

.BlogWrap .ListWrap ul li .ImgWrap img {
  transition: all ease-in-out 0.3s;
}

.BlogWrap .ListWrap ul li .ImgWrap:hover img {
  transform: scale(1.1, 1.1);
}

.BlogWrap .ListWrap ul li h5.Title,
.BlogWrap .ListWrap ul li h5.Title a {
  font-size: 24px;
  line-height: 1.3;
  color: var(--site-color-1);
  font-family: var(--site-font-b);
  transition: all ease-in-out 0.3s;
}

.BlogWrap .ListWrap ul li h5.Title {
  margin-bottom: 10px;
}

.BlogWrap .ListWrap ul li h5.Title a:hover {
  color: var(--site-color-2);
}

.BlogWrap .ListWrap ul li .DateWrap {
  color: var(--site-color-2);
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: var(--site-font-b);
  margin-bottom: 10px;
}

.BlogWrap .ListWrap ul li .DescWrap {
  position: relative;
}

.BlogWrap .ListWrap ul li .DescWrap .Desc {
  margin-bottom: 20px;
}

.Section_Second .author-role {
  font-size: 15px;
  font-family: var(--site-font-b);
  color: #65615f;
  text-transform: uppercase;
  line-height: 1.733;
  letter-spacing: 3px;
  margin-top: 5px;
}

.TransGreenBtn {
  display: inline-block;
}

.TransGreenBtn a {
  display: block;
  color: #434343;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--site-font-b);
  background-color: transparent;
  border: 2px solid var(--site-color-1);
  padding: 12px 25px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.TransGreenBtn a:hover {
  color: #fff;
  background-color: var(--site-color-1);
}

.BlogWrap .FillBlackBtn a {
  font-size: 14px;
  padding: 3px 30px 0;
  line-height: 3;
}

.ListWrap {
  display: flex;
  justify-content: center;
}

/* mission statement */
.mission-container {
  /* background-color: #e5e5e5; */
}

.mission-container .mission {
  /*  background-color: #000;*/
  padding: 0px 0;
  background: url("../images/imgs/mission-bg.jpg") no-repeat center;
  min-height: 180px;
  background-size: cover;
}

.mission-container .InnerContainWrapper {
  padding: 60px 0;
}

.mission-container blockquote {
  font-family: var(--site-font-b);
  text-align: center;
  color: white;
  font-size: 25px;
  line-height: 1.5;
  max-width: 1025px;
  margin: 0 auto;
  padding: 53px 0px;
}

.grid-container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 280px));
  grid-gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.grid-container ul .imgwrap {
  /* line-height: 0; */
  /* border: 1px solid #bfb6b6; */
}

.grid-container ul .imgwrap img {
  border: 1px solid #bfb6b65c;
  width: 280px;
  /*height: 200px;*/
  line-height: 0;
  box-sizing: border-box;
}

.grid-container ul h5.Title {
  background-color: #000;
  color: #fff;
  font-family: var(--site-font-b);
  font-size: 16px;
  padding: 10px 20px 5px;
  letter-spacing: 0.5px;
}

>h4.Title {
  color: #232323;
  font-family: var(--site-font-b);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: normal;
}

.mission h4.Title {
  text-align: center;
  color: white;
  margin-bottom: 20px;
  font-size: 32px;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  color: #666666;
}

.flex-container .three h6.Title {
  color: #e03930;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 12px;
}

.flex-container .three p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.7px;
}

.flex-container a {
  color: #666666;
}

.flex-container a:hover {
  color: #e03930;
}

.WelcomeText {
  text-align: center;
}

.WelcomeText h4.Title {
  text-align: center;
}

.WelcomeText .DefaultSepline {
  margin: 18px auto;
}

.Icon {
  line-height: 0px;
}

.AddressCol a {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: var(--default-color);
  font-family: var(--site-font-b);
  position: relative;
  padding-left: 22px;
  transition: all 0.3s ease-in-out;
}

.AddressCol a:hover {
  color: var(--site-color-1);
}

.AddressCol a I {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  color: var(--site-color-1);
}

.PhoneCol {
  line-height: 1;
}

.PhoneCol a {
  text-align: center;
  transition: all 0.6s ease;
  font-size: 20px;
  line-height: 26px;
  color: var(--default-color);
  font-family: var(--site-font-b);
}

.PhoneCol a i {
  vertical-align: -1px;
  margin: 0px 2px 0 0;
  transition: all 0.6s ease;
  color: var(--site-color-1);
}

.PhoneCol a:hover {
  color: var(--site-color-1);
}

.PhoneCol a:hover i {
  color: var(--site-color-2);
}

.information-container+.FooterWrap {
  border: none;
}

.information-container h6.Title {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.5;
  font-family: var(--site-font-bl);
  width: 100%;
  margin-bottom: 20px;
}

.information-container .flex-container {
  display: flex;
}

.information-container .flex-container .left {
  flex: 1 1 37.5%;
  background: var(--site-color-1);
  display: flex;
  justify-content: end;
  background-image: url(../images/imgs/footer-repeat-shape.png);
  background-repeat: repeat;
  text-align: center;
}

.information-container .flex-container .right {
  flex: 1 1 62.13%;
  line-height: 0;
}

.information-container .flex-container .right iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.information-container .flex-container .right:only-child {
  margin: 0;
}

.information-container .flex-container .right a {
  display: block;
  line-height: 0;
}

.information-container .flex-container .right img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.information-container .flex-container .fixed-right {
  max-width: 500px;
  padding: 40px;
  margin-left: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  flex-wrap: wrap;
}

.service-bar {
  background: url(../images/imgs/bg-shape.png);
}

.service-bar .InnerContainWrapper {
  padding: 37px 60px;
}

.service-bar .Col {
  display: flex;
}

.service-bar .Col .IconWrap+h6.Title {
  margin-left: 14px;
}

.service-bar .IconWrap {
  line-height: 0;
}

.service-bar ul.NoBullet {
  display: flex;
  gap: 60px;
}

.service-bar h6.Title {
  font-size: 25px;
  line-height: 26px;
  color: #1c8f4e;
  font-family: var(--site-font-b);
  text-transform: uppercase;
  position: relative;
  margin-top: 6px;
  padding-left: 20px;
}

.service-bar h6.Title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 6px);
  border-left: 6px solid var(--site-color-1);
}

.Section_Second .Desc {
  margin-top: 20px;
}

.company-name {
  margin-top: 50px;
  display: flex;
  align-items: center;
  color: #fff;
}

.company-name .name {
  font-family: var(--site-font-b);
  line-height: 2;
}

.company-name .desc {
  font-family: var(--site-font-r);
  line-height: 22px;
}

.company-name .flex-left {
  flex: 1 1;
}

.company-name .flex-right {
  flex: 0 0 121px;
  margin-left: 32px;
}

.FooterLogo {
  line-height: 0;
  margin-bottom: 30px;
  width: 100%;
}

.info-block {
  display: block;
  width: 100%;
}

.info-block .icon i {
  color: #fff;
}

.info-block a {
  display: inline-block;
  color: white;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.info-block a:hover {
  color: var(--site-color-2);
}

.info-block h6.title {
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
  font-family: var(--site-font-r);
  text-transform: uppercase;
  margin-bottom: 3px;
}

.info-block.location .text,
.info-block.email .text,
.info-block.location a,
.info-block.email a {
  font-size: 16px;
  line-height: 1.5;
}

.info-block.location i,
.info-block.email i {
  font-size: 1.2em;
}

.info-block.phone a {
  font-size: 18px;
  letter-spacing: 0px;
}

.info-block+.info-block {
  margin-top: 20px;
}

.Human.Col1 {
  line-height: 1.5;
}


/* play-btn css start */
.Section_Second .ImgWrapper a {
  position: relative;
  display: flex;
}

.Section_Second .ImgWrapper a.videoClass::after {
  content: "";
  position: absolute;
  background-image: url(../images/imgs/play.png);
  background-color: rgba(0, 0, 0, .1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: 45px;
  background-repeat: no-repeat;
  border-radius: 5px
}

.Section_Second .ImgWrapper a img,
.Section_Second .ImgWrapper a video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Section_Second .ImgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* play-btn css end */
.Human.Col1 {
  display: inline-block;
  width: 49.5%;
  padding: 5px;
  text-align: left !important;
}

.Human.Col1 .text-box {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.Human.Col1 .text-box input {
  width: 100px;
}

.Human.Col1+.FormBottomWrap {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  padding: 5px;
  box-sizing: border-box;
  line-height: 0px;
}

.FormBottomWrap .Col2 {
  width: 100%;
}

.EditorText a,
.ThanksMsg a {
  word-break: break-word;
}

.FSocialIcon li .tiktok {
  /* filter: brightness(0) saturate(100%) invert(31%) sepia(76%) saturate(1186%) hue-rotate(199deg) brightness(92%) contrast(85%); */
  transition: all .3s ease-in-out;
  /* vertical-align: middle; */
  margin-bottom: 4px;
  /* width: 100%; */
  transform: scale(1.5);
  filter: brightness(0) invert(1);
}

.FSocialIcon li:hover .tiktok {


  /* filter: brightness(0) invert(1); */
}

.grecaptcha-badge {
  bottom: 70px !important;
  z-index: 99;
}

.EditorText img {
  object-fit: cover;
  height: auto !important;
}

.EditorText table {
  max-width: 500px !important;
  width: 100% !important;
}

.EditorText table td {
  border: 1px solid #000;
  padding: 5px 15px;
}

.EditorText ul,
.EditorText ol {
  margin-bottom: 20px;
}

.Human div.error,
.SecurityCode div.error,
.Human label.error,
.SecurityCode label.error {
  border: 0 !important;
}

.Human {
  text-align: left;
}

.Human .text-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.Human .text-box input {
  width: 100px;
  margin: 0;
}

.Human div.error,
.Human label.error {
  display: block !important;
  font-size: 13px;
  color: #ff0000;
  width: 100%;
  line-height: 1.5;
}

@media (min-width: 1025px) {
  .Top_Header_Wrapper .Left_Wrapper .Inner_Right_Wrapper {
    min-height: 520px;
  }

  .Top_Header_Wrapper>.group.ClearBoth {
    display: flex;
    justify-content: center;
  }

  .Top_Header_Wrapper .Left_Wrapper .Inner_Right_Wrapper,
  .Top_Header_Wrapper .Left_Wrapper .group.ClearBoth {
    height: 100%;
  }
}