/* CSS Document */
/*---1. IdxHeader Bg,InnerHeader Bg---*/
.TopHeader {
  position: fixed;
  z-index: 10;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.07) 3%,
    rgba(0, 0, 0, 0.24) 20%,
    rgba(0, 0, 0, 0.42) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  width: 100%;
  left: 0px;
  top: 0px;
  padding: 5px 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;
}

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

.Logo {
  float: left;
  width: 266px;
  padding: 15px 0;
}

.Logo a,
.LogoCenter a {
  display: block;
  width: 266px;
  height: 63px;
  background: url(../images/imgs/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: 30px 0px;
  width: max-content;
}

.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;
  /* background: #253c7d; */
  /* padding: 4px 0; */
  margin-left: 10px;
  /* border: 2px solid white; */
}

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

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

.copy,
.DevelopedBy {
  display: block;
  text-transform: capitalize;
  color: #000;
  font: bold 12px/1.2 var(--monts-l);
  font-size: 12px;
  font-weight: bold;
}

.DevelopedBy a {
  color: #2b2b2b;
}

.DevelopedBy a:hover {
  color: #b11b21;
}

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

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

.FooterWrap {
  background: no-repeat center/cover url(../images/bg/footer-bg.jpg);
}

.FooterWrap .InnerContainWrapper {
  padding: 20px 0px 40px;
}

.FooterWrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

h4.TitleWrap {
  padding: 15px 37px 17px;
  background-color: #253c7d;
  font-size: 22px;
  line-height: 1.4;
  /* text-transform: uppercase; */
  box-sizing: border-box;
  color: #fff;
  font-family: var(--site-font-b);
}

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

.PrimBtn {
  display: inline-block;
}

.PrimBtn a {
  font: bold 14px/1.3 var(--monts-r);
  text-align: center;
  display: inline-block;
  background-color: #000;
  padding: 13px 41px 11px;
  color: #fff;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  border: 2px solid #000;
}

.PrimBtn a:hover {
  background-color: white;
  /* border: 1px solid #b11b21; */
  color: #000;
}

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

.second .PrimBtn a {
  padding: 13px 19px 11px;
}

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

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

.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: #253c7d;
  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: #253c7d;
  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 {
  width: 1175px;
  padding: 60px 0px;
}

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

.Section_Second .ImgWrapper::before {
  /* content: ""; */
  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 h3.Title {
  font-family: var(--site-font-b);
  color: #1a1919;
  font-size: 32px;
  line-height: 1.11;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  margin-bottom: 17px;
}

.GreenSepLine {
  width: 139px;
  height: 4px;
  background-color: #233a7c;
  margin: 10px 0px 20px;
  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: 20px;
}

.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: 2px;
  background-color: #253c7d;
  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: #253c7d;
  line-height: 40px;
  font-size: 21px;
  padding: 20px;
  border: 2px solid white;
  border-bottom: 0px solid #000;
}

.StickyBtns .FSocialIcon ul li a:hover {
  background-color: white;
}

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

.StickyBtns .FillRedBtn a {
  display: block;
  background-color: #253c7d;
  border: 2px solid #fff;
  border-bottom: 0px solid #fff;
  padding: 10px 20px;
  transition: ease-in 0.3s;
  position: relative;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}

.StickyBtns .FillRedBtn a:hover {
  background: white;
  color: #253c7d;
}

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

/*--------------Main_Part---------*/
.Top_Header_Wrapper {
  margin-top: 103px;
  background-color: #e7e7e7;
}

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

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

/* idx slider changes sureja piyush 15012020 */
#IdxTopSlider .flex-control-nav {
  display: none;
}

/** 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 .InnerContainWrapper {
  padding: 55px 0 70px;
}

.BlogWrap h4.Title {
  color: #253c7d;
  font-family: var(--site-font-b);
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  margin-bottom: 25px;
}

.BlogWrap .ListWrap ul li {
  width: 363px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0px 17px;
  background: #f4f4f4;
  padding: 12px;
  border-bottom: 8px solid #434343;
}

.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: 26px;
  line-height: 1.3;
  color: #253c7d;
  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: #2b2b2bb0;
}

.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 #253c7d;
  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: #253c7d;
}

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

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

.BlogWrap {
  background-color: #f3f3f3;
}

.BlogWrap .InnerContainWrapper {
  padding: 40px 0 64px;
}

.BlogWrap .Blog_TitleWrap h2 {
  margin-bottom: 8px;
  color: #314b78;
  font: 40px/55px "trajanpro-r";
  text-transform: uppercase;
}

.BlogWrap .InnerContainWrapper ul li {
  width: 375px;
  padding: 10px 11px;
  display: inline-block;
}

.BlogWrap .Col {
  padding-bottom: 50px;
  background-image: url(../images/icons/line.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 100% 9px;
}

/* .BlogWrap .InnerContainWrapper ul li:last-child {
	border-left: 1px solid #c3c3c3;
	margin-left: 2px;
} */
.Col .DescWrap h3.Title {
  font: 22px/1.5 "oswald-md";
  color: #231f20;
  margin-top: 5px;
}

.Col .DescWrap p {
  line-height: 27px;
  font-size: 14px;
  margin: 10px 0px;
}

.Blue_Btn {
  margin-top: 10px;
  display: inline-block;
}

.Blue_Btn a {
  text-align: center;
  display: block;
  background-color: transparent;
  color: #314b78;
  border: 2px solid #314b78;
  padding: 7px 23px;
  transition: all ease-in-out 0.3s;
  font: 14px/28px "roboto-b";
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.Blue_Btn a:hover {
  color: #fff;
  background-color: #314b78;
  /* border: 1px solid #314b78; */
}

.slogan a {
  color: #ffffff;
  font: bold 18px/1.5 var(--monts-r);
}

.slogan a i {
  font-size: 1.3em;
  vertical-align: middle;
  margin: -6px 3px 0 0;
}

.slogan a:hover {
  color: #dfdfdf;
}

.slogan .PhoneCol a {
  font-size: 21px;
}

.slogan img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.IdxHeaderBg {
  position: relative;
}

.IdxHeaderBg li {
  position: relative;
}

.IdxHeaderBg li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.Header {
  bottom: 80px;
}

.Header h1.Title {
  font: 70px/1.1 var(--site-font-b);
  text-transform: uppercase;
}

.Header .MainWrapper {
  position: relative;
}

.Header .MainWrapper .arrow-down {
  width: 29px;
  height: 19px;
  position: absolute;
  left: calc(50% - 14.5px);
  bottom: -50px;
}

.Header .MainWrapper .arrow-down img {
  width: 100%;
  height: 100%;
}

.container {
  background-position: center;
}

.container.second {
  text-align: center;
  background-image: url(../images/bg/bg-texture.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container.second .InnerContainWrapper {
  padding: 107px 0 106px;
}

.container.second .short-desc {
  color: #000000;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 600;
}

.container.second .flex-grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-left: 80px;
}

.container.second .flex-grid li {
  padding: 0 15px;
}

.container.second .flex-grid li .icon {
  height: 71px;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 10px;
}

.container.second .flex-grid li h4.Title {
  color: #000000;
}

.container.third {
  background-image: url(../images/bg/third-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.container.third .InnerContainWrapper {
  padding: 178px 0;
}

.container.third::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.container.third .flex {
  display: flex;
  justify-content: center;
}

.container.third .flex .left {
  flex: 0 0 470px;
  padding-right: 77px;
}

.container.third .flex-grid-container {
  display: flex;
}

.container.third .flex-grid-container li {
  flex: 1 1;
  padding: 0 14px;
}

.container.four {
  background-size: cover;
  position: relative;
  z-index: 1;
}

.container.four::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.container.four .InnerContainWrapper {
  padding: 91px 780px 85px 40px;
}

.four .PrimBtn a {
  padding: 13px 36.5px 11px;
}

.container.four .PrimBtn {
  margin-top: 20px;
}

.container.four .desc {
  margin-top: 8px;
  font-size: 17px;
  line-height: 30px;
}

.container.five {
  text-align: center;
  background: no-repeat center/cover url(../images/bg/bg-texture.jpg);
}

.container.five .InnerContainWrapper {
  --pd: 188px;
  padding: var(--pd) 0 calc(var(--pd) + 8px);
}

.container.five .PrimBtn {
  margin-top: 25px;
}

.container.five .desc {
  margin-top: 10px;
  color: #000000;
  /* font-weight: 600; */
  line-height: 1.5;
  /* font-weight: normal; */
  font-size: 25px;
}

.container.five .Title {
  margin-top: 30px;
  color: #000000;
}

h3.Title {
  font: 50px/1.2 var(--site-font-b);
}

h2.Title {
  font: 55px/1.2 var(--site-font-b);
}

h4.Title {
  font: 40px/1.1 var(--site-font-b);
}

.Title {
  text-transform: uppercase;
}

.social-links a {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  transition: all 0.6s cubic-bezier(0.28, 0.32, 0.52, 0.68);
  text-align: center;
}

.social-links a:hover {
  background-color: #fff;
  color: #000;
}

.ContactFormWrap {
  background-image: url(../images/bg/form-bg-2.png);
  background-color: #e9e8e8;
  background-position: calc(100% - 19px) 50%, center;
  background-repeat: no-repeat, repeat;
  border: 14px solid white;
  padding: 57px 180px 58px 75px;
}

.ContactFormWrap h6.Title {
  font: bold 23px/1.5 var(--monts-r);
  color: #000;
  text-transform: none;
  margin-bottom: 18px;
}

.ThanksMsg {
  font: 17px/1.5 var(--site-font-b);
  color: white;
}

.container.second {
  text-align: left;
}

.container.second .flex {
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.container.second h4.Title {
  margin-bottom: 8px;
}

.line {
  position: relative;
  padding-left: 115px;
}

.line::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 25px;
  width: 74px;
  height: 6px;
  background-color: #000;
}

.sepline {
  width: 70px;
  height: 6px;
  background-color: #000;
  margin: 0;
}

.container.five .flex {
  text-align: left;
  display: flex;
  justify-content: space-between;
  /* margin-top: 60px; */
}

.container.five h3.Title {
  margin: 0;
  font-size: 35px;
}

.container.five .PrimBtn {
  margin: 0;
}

.container.five .line::before {
  top: 18px;
}

.container.third h2.Title + .sepline {
  margin-top: 4px;
}

.container.third .desc {
  margin-top: 17px;
  font-weight: 600;
}

.desc {
  font-weight: 600;
}

.container.third .sepline {
  background-color: #fff;
}

.container.third .flex .left h2.Title {
  line-height: 55px;
}
