/* CSS Document */
/*---1. IdxHeader Bg,InnerHeader Bg---*/
.TopHeader {
  position: fixed;
  z-index: 1;
  padding: 21px 0px;
  background-color: #fff;
  width: 100%;
  left: 0px;
  top: 0px;
}

.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: 120px;
  text-align: center;
  z-index: 11;
}

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

/*---2. Header Menu css---*/
.Logo {
  float: left;
  width: 367px;
}

.LogoCenter {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
  z-index: 100;
  width: 300px;
}

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

.TopMainRight {
  float: right;
  text-align: right;
  padding: 15px 0px;
}

.PhoneImg {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-family: "oswald-db";
  letter-spacing: 1px;
  padding: 30px 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: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #fff;
}

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

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

.FSocialIcon .fa-lg {
  font-size: 26px;
  line-height: 38px;
}

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

.FSocialIcon a:hover {
  background-color: #ff671d;
}

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

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

.copy,
.DevelopedBy {
  font-size: 11px;
  line-height: 1.8;
  color: #000;
  text-transform: uppercase;
  display: block;
  font-family: "roboto-md";
  vertical-align: middle;
  letter-spacing: 0.5px;
}

.DevelopedBy {
  margin: 0px !important;
}

.copy br {
  display: none;
}

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

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

.FooterWrap {
  background-color: #ff671d;
}

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

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

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

h4.TitleWrap {
  padding: 15px 20px;
  background-color: #08233d;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-family: "roboto-md";
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

h4.TitleWrap br {
  display: none;
}

.g-recaptcha {
  transform: scale(0.8);
  transform-origin: left;
}

.RedBtn {
  display: inline-block;
}

.RedBtn a {
  text-align: center;
  display: block;
  border: 2px solid #ff671d;
  color: #ff671d;
  padding: 14px 27px 13px;
  transition: all ease-in-out 0.3s;
  font-family: "oswald-db";
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.RedBtn a:hover {
  color: #fff;
  background-color: #ff671d;
}

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

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

.Section_Second h4.Title {
  font-size: 32px;
  line-height: 42px;
  box-sizing: border-box;
  font-family: "roboto-md";
  text-align: center;
  color: #04396c;
}

.MarginWrapper {
  margin-top: 40px;
}

.Section_Second .ImgWrapper {
  float: left;
  margin: 0px 30px 10px 0px;
  line-height: 0px;
  width: 45%;
}

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

.Section_Second .Desc {
  font-size: 15px;
  line-height: 25px;
}

/*---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: 6px;
  background-color: #08233d;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #fff;
}

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

.StickyBtns .FSocialIcon {
  float: right;
  background-color: #08233d;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-bottom: 0;
  width: auto;
}

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

.StickyBtns .FillRedBtn a {
  display: block;
  background-color: #08233d;
  border: 2px solid #fff;
  border-bottom: 2px solid #08233d;
  padding: 12px 30px;
  transition: ease-in 0.3s;
  position: relative;
  color: #fff;
  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 3px;
  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;
}

.Header_Phone_Number span {
  font-size: 18px;
  line-height: 18px;
  color: #4866a2;
  display: inline-block;
  vertical-align: middle;
  font-family: "oswald-db";
}

.Header_Phone_Number span a {
  transition: all ease 0.5s;
}

.DefaultSepline {
  width: 160px;
  height: 2px;
  background-color: #607aae;
  margin: 20px auto 10px;
}

/*--------------Main_Part---------*/
.Top_Header_Wrapper {
  margin-top: 100px;
}

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

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

/* piyush */
.landing-container .InnerContainWrapper {
  max-width: 1275px;
  width: 95vw;
  padding: 40px 0;
  margin: 0 auto;
}

.flex-container {
  display: flex;
}
.flex-container .flex-item.left-wrapper {
  flex: 0 0 calc(100% - 593px);
}
.flex-container .flex-item.right {
  flex: 0 0 593px;
}

.flex-container .flex-item:nth-child(1) {
  text-align: center;
  /* flex: 0 0 50%; */
  display: flex;
}

.flex-container .flex-item .innerwrap {
  display: inline-block;
  text-align: left;
  margin-right: 22px;
}

.redline {
  width: 120px;
  height: 7px;
  background-color: #ff671d;
  margin: 10px 0 13px;
}

.address .company,
.email,
.number {
  font-family: "gotham_htfbold";
  line-height: 1.4;
  color: #ff671d;
}

.address,
.number {
  margin-top: 12px;
}

.email {
  margin-top: 5px;
}

h1.main-heading {
  font-family: "oswald-md";
  font-size: 65px;
  color: #ff671d;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 42px;
  position: relative;
}
@media (min-width: 1025px) {
  h1.main-heading::before {
    content: "";
    position: absolute;
    left: -41px;
    top: 7px;
    bottom: 6px;
    width: 17px;
    background-color: #000;
  }
}

.flex-container .copy {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 11px;
  font-weight: bold;
}

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

.second-container {
  height: 100%;
  /* max-width: 630px; */
  margin-right: 30px;
}

.second-container .second-item {
  /* padding-right: 20px; */
  display: inline-block;
}

.second-container .second-item.bg {
  /* background-color: #ff671d; */
}

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

.second-container .second-item .imgwrap {
  /* height: 290px; */
}

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

.second-container .second-item.flex .flex-small-item.left {
  flex: 1 0 323px;
  line-height: 0;
}

.second-container .second-item.flex .flex-small-item.left .imgwrap::after {
  /* position: absolute;
  content: "";
  width: 20px;
  top: 0;
  left: -20px;
  height: 100%;
  background-color: #ff671d;
  z-index: -1; */
}

.second-container .second-item.flex .flex-small-item.left .imgwrap {
  margin: 60px 16px 0 0;
  position: relative;
}

.flex-small-item .inner-text {
  position: absolute;
  /* top: -95px; */
  background-image: url("../images/bg/text-bg.png");
  background-color: #050b25;
  background-repeat: no-repeat;
  background-position: 0 0;
  /* bottom: 0; */
  /* right: -20px; */
  padding: 25px 39px 69px 35px;
  font-family: "oswald-bold";
  font-size: 20px;
  color: white;
  top: -20px;
  right: -30px;
  display: flex;
  align-items: center;
  /* margin: -37px -20px 0 0; */
}

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

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

.flex-item.left-wrapper .imgwrap {
  margin-right: 41px;
  line-height: 0;
}

.logowrap a {
  display: block;
  line-height: 0;
}

.innerwrap .FSocialIcon {
  margin-top: 10px;
  text-align: left;
}

.image-overlay {
  position: relative;
}

.imgwrap {
  line-height: 0;
}

.imgwrap.corner {
  position: absolute;
  left: -12px;
  bottom: -12px;
  border: 12px solid #fff;
}

.btn-group {
  margin: 18px -8.5px 36px;
}
.btn-group .RedBtn {
  margin: 5px 8.5px;
}

.flex-item.left-wrapper .imgwrap {
  border-left: 37px solid #ff671d;
}
.flex-item.left-wrapper .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
