/* CSS Document */
:root {
  --site-font-r: "Lora";
  --site-font-b: "Playfair Display";
  --lato: "Lato";
  --default-color: #3b3b3b;
  --site-color-1: #122047;
  --site-color-2: #6a6c6f;
}

.information-container .info-block .EmailBtn {
  display: inline-block;
}

.information-container .info-block .EmailBtn a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 35px;
  color: #ffffff;
  font-family: var(--roboto-cd);
  border-bottom: 7px solid var(--site-color-1);
  text-transform: uppercase;
}

/*.information-container .info-block .EmailBtn a i {
  display: inline-block;
  vertical-align: middle;
  top: 8px !important;
}*/
.information-container .info-block .EmailBtn a:hover {
  border-color: #000;
}

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

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

  .slides li {
    min-height: 460px;
    line-height: 0;
  }
  .slides li img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
  }
}
/*---2. Header Menu css---*/
.logo-group {
  display: inline-block;
  width: 288px;
  position: relative;
}

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

.Logo a,
.LogoCenter a {
  display: block;
  width: 389px;
  height: 81px;
  background: url(../images/imgs/main-logo.png) no-repeat center 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: 20px 0px 0;
  width: max-content;
  display: flex;
}

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

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

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

.FSocialIcon .fa-lg {
  font-size: 34px;
  line-height: 52px;
}

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

.FSocialIcon a .fa-inverse {
  color: white;
}

.FSocialIcon a:hover .fa-inverse {
  color: var(--site-color-2);
}

.copy,
.DevelopedBy {
  display: block;
  margin: 3px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #3b3b3b;
  font-family: "Lora";
}

.copy br {
  display: none;
}

.DevelopedBy a {
  color: inherit;
  color: #3b3b3b;
  text-transform: uppercase;
}

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

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

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

h4.TitleWrap {
  padding: 18px 20px;
  background-color: var(--site-color-1);
  box-sizing: border-box;
  font-family: var(--site-font-b);
  border-bottom: 6px solid var(--site-color-1);
  font-size: 25px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 400;
  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 a {
  text-align: center;
  display: block;
  background-color: var(--site-color-1);
  padding: 12px 25px;
  transition: all ease-in-out 0.3s;
  color: white;
  font-family: var(--lato);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

.FillBlackBtn a: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(--robotobold-condensed);
  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: 50px 50px 70px;
}

.Section_Second .ImgWrapper {
  float: right;
  margin: 0px 0px 10px 110px;
  width: 299px;
}
.Section_Second .ImgWrapper .img {
  position: relative;
  line-height: 0;
  z-index: 1;
  display: inline-block;
}
.Section_Second .ImgWrapper .img::after {
  content: "";
  position: absolute;
  bottom: 64px;
  right: -40px;
  background-color: var(--site-color-1);
  width: 251px;
  height: 253px;
  z-index: -1;
}
.Section_Second .ImgWrapper .img .title {
  font-size: 18px;
  color: white;
  text-align: right;
  line-height: 1.6;
  margin-top: 8px;
}

.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: 40px;
  line-height: 1.1;
  color: var(--site-color-1);
  margin-bottom: 25px;
}

.sepline {
  margin: 0;
  text-align: left;
  width: 285px;
  height: 5px;
  background-color: #e9e9ea;
}

.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(--roboto-md);
  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: 10px;
  background-color: var(--site-color-1);
  position: absolute;
  width: 100%;
  bottom: 0;
}

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

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

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

.StickyBtns .FillRedBtn a {
  display: block;
  background-color: var(--site-color-1);
  border: 2px solid #fff;
  border-bottom: 0px solid #fff;
  padding: 14px 20px 10px;
  transition: ease-in 0.3s;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-family: var(--lato);
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
}
.StickyBtns .FillRedBtn a:hover {
  background-color: var(--site-color-2);
}

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

.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: 107px;
  background-color: #f1f1f1;
}

.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;
  background-color: #f1f1f1;
}

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

.Top_Header_Wrapper .Right_Wrapper .Inner_Left_Wrapper {
  background-color: #f1f1f1;
  float: left;
  width: 533px;
  border-right: 1px solid #ddd;
}

/* idx slider changes sureja piyush 15012020 */
#IdxTopSlider li img {
  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 h4.Title {
  color: var(--site-color-1);
  font-family: var(--site-font-b);
  text-transform: none;
  letter-spacing: 0.45px;
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}

.BlogWrap .ListWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.BlogWrap .ListWrap ul li {
  flex: 1 1;
  min-width: 300px;
  max-width: 385px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.BlogWrap {
  background-color: #f3f3f3;
}
.BlogWrap .InnerContainWrapper {
  padding: 40px 0 55px;
}
.BlogWrap .DefaultSepline {
  width: 100%;
  height: 3px;
  background-color: #e9e9ea;
}

.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: 20px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 10px;
  font-family: var(--site-font-b);
  transition: all ease-in-out 0.3s;
}

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

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

.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 {
  margin-right: 115px;
  display: inline-block;
}

.AddressCol a {
  transition: all 0.6s ease;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  color: #6a6c6f;
  font-family: "Lora";
}

.AddressCol a i {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.8em;
  border-radius: 50%;
  padding: 5px;
  background-color: var(--site-color-1);
  color: white;
  position: absolute;
  top: 0px;
  left: 0;
}

.PhoneCol {
  line-height: 1;
  display: inline-block;
}

.PhoneCol a {
  font-size: 24px;
  line-height: 1.2;
  color: #6a6c6f;
  font-weight: 700;
  text-align: center;
  font-family: "Lato";
  transition: all 0.6s ease;
}

.PhoneCol a i {
  --wd: 23px;
  height: var(--wd);
  width: var(--wd);
  vertical-align: middle;
  font-size: 0.5em;
  margin: -10px 2px 0 0;
  transition: all 0.6s ease;
  padding: 5px;
  border: 3px solid var(--site-color-1);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--site-color-1);
  line-height: 1;
  color: #fff;
  vertical-align: 6px;
}

.AddressCol a:hover,
.PhoneCol a:hover {
  color: var(--site-color-1);
}
.AddressCol a:hover i,
.PhoneCol a:hover i {
  color: #fff;
}

.information-container {
  margin-top: 6px;
}

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

.information-container h6.Title {
  margin-top: 20px;
  color: var(--site-color-2);
  font-family: var(--site-font-b);
  font-size: 25px;
  line-height: 1.1;
  text-transform: uppercase;
}

.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;
  min-height: 480px;
}

.information-container .flex-container .right {
  flex: 1 1 62.13%;
  margin-left: 8px;
}

.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: 415px;
  padding: 59px 15px 18px;
  margin-left: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.information-container .info-block {
  color: #ffffff;
}

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

.information-container .info-block.location a i {
  font-size: 22px;
}

.information-container .info-block a {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-family: var(--site-font-r);
  transition: all 0.5s ease;
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  min-height: 30px;
}

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

.information-container .info-block a i {
  position: absolute;
  text-align: center;
  font-size: 1.1em;
  top: 0px;
  left: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.information-container .info-block a i.fa-mobile {
  font-size: 1.5em;
}

.information-container .info-block a i.fa-fax {
  top: 6px;
}

.information-container .info-block a i.fa-map-marker {
  font-size: 1.3em;
  top: 5px;
}

.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 .ShortDesc,
.Section_Second .Desc {
  margin-top: 20px;
}

.Section_Second .ShortDesc {
  color: var(--site-color-1);
  font-family: var(--site-font-b);
  font-size: 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 {
  margin-bottom: 50px;
}

.Service_Wrapper {
  background-color: #e2e2e2;
}

.Service_Wrapper ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.Service_Wrapper ul li {
  vertical-align: top;
  width: 286px;
}
.Service_Wrapper ul li .Text {
  background-color: #fff !important;
  color: var(--site-color-1) !important;
}

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

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

.Service_Wrapper ul li .Col {
  position: relative;
}

.Service_Wrapper ul li .Col .ImgWrap {
  position: relative;
}

.Service_Wrapper ul li .Col .ImgWrap::after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Service_Wrapper ul li .Col .Text {
  position: static;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  z-index: 1;
  background-color: transparent;
  border-bottom: 5px solid var(--site-color-1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Service_Wrapper ul li .Col .Text,
.Service_Wrapper ul li .Col .Text h6 {
  color: var(--site-color-1);
  font-size: 28px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.Service_Wrapper ul li a:hover .Text{
  color: #fff !important;
  background-color: var(--site-color-1) !important;
}
.Service_Wrapper ul li a:hover .Text h6{
  color: #fff !important;
}

.TopMainRight .FSocialIcon li {
  background-image: none;
  padding: 0px;
  margin: 0px 1px;
  display: inline-block;
  vertical-align: top;
  background-color: #358317;
  border-radius: 5px;
  margin-left: 35px;
}

.TopMainRight .FSocialIcon .fa-stack {
  width: 50px;
  height: 50px;
}

h2.Title {
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin-bottom: 60px;
}

.overlay2,
.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999 !important;
  width: 100%;
}

.boxclose,
.boxclose2 {
  position: absolute;
  top: 5px !important;
  right: 10px !important;
  z-index: 999999 !important;
}

.boxclose i,
.boxclose2 i {
  color: var(--sc-1);
  font-size: 24px;
}

.box,
.box2 {
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 999999 !important;
  width: 900px;
  margin-left: -450px;
  background: #f6f6f6;
}

.CloseImg {
  float: right;
  margin: 8px 8px 0px 0px;
}

.OverlayWrapper {
  padding: 30px;
  text-align: left;
  box-sizing: border-box;
}

.box h3.Title,
.box2 h3.Title {
  color: var(--sc-2);
  font-size: clamp(20px, 7vw, 35px);
  line-height: 1.5;
  font-family: var(--site-font-b);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.CasesWrapper {
  background: center center/cover no-repeat url(../images/imgs/case-bg.jpg);
  padding: 50px 0;
}
.CasesWrapper .FillBlackBtn{
  margin-top: 20px;
}
.CasesWrapper h2.Title {
  margin-bottom: 25px;
  color: var(--site-color-1);
  letter-spacing: normal;
}
.CasesMainWrapper .ListWrap ul li .Col h5.Title,
.CasesWrapper h5.Title {
  font-size: clamp(20px, 4.5vw, 30px);
  line-height: 1.3;
  color: var(--site-color-1);
  margin-bottom: 12px;
}
.CasesMainWrapper .ListWrap ul li .Col .EditorText,
.CasesWrapper .EditorText {
  margin-top: 15px;
  color: var(--default-color);
}
.CasesMainWrapper .ListWrap ul li .Col .EditorText hr,
.CasesWrapper .EditorText hr {
  display: block;
  max-width: 220px;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  margin: 15px auto;
}

.blue-sepline {
  display: block;
  max-width: 350px;
  width: 100%;
  height: 3px;
  background-color: var(--site-color-1);
  margin: 0 auto;
}

.MeetJohn {
  font-size: 22px;
  color: var(--site-color-1);
  font-weight: 600;
  text-align: right;
  margin-top: 30px;
}
.MeetJohn span {
  vertical-align: middle;
}


/** 301021 vish **/
.CasesMainWrapper{
  margin-top: 107px;
} 
.CasesMainWrapper .heading h2.Title {
    margin-bottom: 25px;
    color: var(--site-color-1);
    letter-spacing: normal;
}
.CasesMainWrapper .ListWrap > ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.CasesMainWrapper .ListWrap > ul > li{
  width: 47%;
  margin: 18px; 
  background-color: #fff;
  filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.11));
}
.CasesMainWrapper .ListWrap ul li .Col{
  padding: 20px 18px; 
}
.CasesMainWrapper + .FooterWrap .InnerContainWrapper{
  padding-top: 0px;
}
.CasesMainWrapper .ListWrap ul li .Col .FillBlackBtn{
  margin-top: 20px;
}
.CasesMainWrapper .ListWrap ul li .Col .FillBlackBtn a{
    background-color: transparent;
    border: 1px solid var(--site-color-1);
    color: var(--site-color-1);
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 20px;
}
.CasesMainWrapper .ListWrap ul li .Col .FillBlackBtn a:hover{
   background-color: var(--site-color-1);
    color: #fff;
}