/* <!------------- byot first section start --------------------> */

#rt_banner {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  background-image: url(../image/banner-top-img.jpg);
  text-align: center;
  padding: 120px 0px;
}

#rt_banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.banner_caption_text {
  position: relative;
}

.banner_caption_text h1 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 10px;
}
.banner_caption_text p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0px 20px 0px;
  margin-bottom: 25px;
}

.mt_btn_gold {
  background-color: #f66518;
  color: white;
  font-weight: 600;
  padding: 10px 30px;
}

.mt_btn_gold:hover {
  color: white;
  background: #08568a;
  transition: all 0.5s ease;
  text-shadow: initial;
  text-decoration: none;
}

.mt_btn_white {
  background-color: #fff;
  color: #f66518;
  font-weight: 600;
  padding: 10px 30px;
}

.mt_btn_white:hover {
  color: #fff;
  background: #f66518;
  transition: all 0.5s ease;
  text-shadow: initial;
  text-decoration: none;
}

/* <!------------- byot first section end ----------------------> */

/* <!------------- byot second section start --------------------> */

#rt_welcome {
  padding: 80px 0 50px 0px;
  position: relative;
}

.rt_about_us {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.about_services i {
  font-size: 50px;
  color: #f66518;
  margin-bottom: 24px;
}
.about_services h5 {
  margin-bottom: 15px;
  margin-top: 0;
}

.mt_btn_gold i {
  font-size: 22px;
  color: #fff;
}

.mt_about_img {
  text-align: center;
  padding: 0px 30px 60px 30px;
}
.mt_about_img img {
  max-width: 100%;
}

.section_heading {
  margin-bottom: 80px;
}
.section_heading span {
  font-size: 17px;
  margin-left: 30px;
  position: relative;
  display: block;
  font-weight: 600;
  color: #444;
}

.section_heading span i {
  background-color: #f66518;
  height: 2px;
  left: -38px;
  position: absolute;
  top: 45%;
  width: 30px;
}

.section_heading h3 {
  margin-top: 5px;
  font-family: "Playfair Display";
  color: #444444;
  font-size: 34px;
  margin-bottom: 0;
  font-weight: 800;
}

/* <!------------- byot second section end ----------------------> */

/* <!------------- byot third section start ----------------------> */

.expect-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../image/quote.jpg);
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 0;
}

.expect-wrapper:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 75px;
  background-color: #f66518;
  top: 0;
  z-index: 2;
  left: 50%;
}

.expect-wrapper > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: rgba(0, 0, 0, 0.7);
}

.expect-wrapper i {
  color: #f66518;
  display: inline-block;
  font-size: 14px;
  position: relative;
  font-weight: 600;
}
.expect-wrapper i:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: #f66518;
  top: 50%;
  z-index: 2;
  margin-top: -0.5px;
  left: -20px;
}

.expect-wrapper b {
  display: block;
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}

/* <!------------- byot third section end ------------------------> */

/* <!------------- byot forth section start ------------------------> */

#rt_practice_areas {
  padding: 80px 0;
  /* background: #f9f9f9; */
  background: #f0f7ff;
}

#rt_practice_areas .caption-box {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#rt_practice_areas .caption-box img {
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4;
}

.caption {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.blur {
  background-color: #f66518;
  height: 100%;
  top: 0;
  min-height: 100vh;
  width: 100%;
  z-index: 5;
  position: absolute;
}

.caption-wrapper {
  float: left;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 370px;
  height: 250px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.caption-wrapper:hover .caption,
.latest-cases a:hover .caption-wrapper .caption {
  opacity: 1;
}

.arrow-cricle {
  border: solid 1px rgba(47, 12, 152, 0.3);
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 24px;
  transition: all 0.45s ease-in-out;
  position: relative;
}

.arrow-cricle i {
  color: #296c96;
  font-size: 16px;
  transition: all 0.45s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -45%);
}

.arrow-cricle:hover,
.latest-cases a:hover .arrow-cricle {
  background: #fff;
  border-color: #fff;
}

.latest-cases {
  margin: 84px auto;
}

.latest-cases .heading-label {
  border-bottom: solid 1px rgba(208, 210, 209, 0.2);
  display: block;
  margin: 0 auto;
  text-align: center;
}

.latest-cases .heading-label span {
  min-width: 196px;
  background: #fff;
  padding: 5px 20px;
  color: #898989;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

#rt_practice_areas a {
  overflow: hidden;
  display: block;
  margin: 43px auto 0;
}

.heading-arrow {
  transition: all 0.45s ease-in-out;
  display: block;
  overflow: hidden;
  padding: 20px 0 53px;
  border-top: solid 4px rgba(255, 255, 255, 0.5);
}

.heading-arrow h3 {
  font-size: 20px;
  line-height: 30px;
}
.heading-arrow h3,
.arrow-cricle {
  float: left;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
}

.heading-arrow .arrow-cricle {
  float: right;
  text-align: center;
}

.heading-arrow .arrow-cricle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.heading-arrow .arrow-cricle i {
  color: #fff;
}

.arrow-cricle:hover i,
.latest-cases a:hover .arrow-cricle i {
  color: #08568a;
}

.latest-cases a:hover .heading-arrow {
  border-color: #08568a;
}

.caption-wrapper .caption-text {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 20;
  padding: 20px;
}

.caption-wrapper .caption-text p {
  color: white;
}

.overlay-content {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 92, 142, 0.4);
}

.overlay-content .heading-arrow {
  position: absolute;
  bottom: 20px;
  padding: 10px 20px;
  width: 100%;
  border: none;
}

.overlay-content .heading-arrow h3 {
  border-bottom: solid 4px #c2b256;
  padding-bottom: 10px;
  width: 68%;
  font-weight: 800;
}

.practice-areas .caption-text .heading-arrow {
  padding: 0 0 10px;
  border: none;
}

.practice-areas .caption-text .heading-arrow h3 {
  border-bottom: solid 4px #c2b256;
  padding-bottom: 10px;
  width: 68%;
  font-weight: 800;
}

.heading-label {
  margin-bottom: 65px;
}

.heading-label span {
  background-color: #08568a;
  color: #fff;
}

.practice-areas .col-lg-4 {
  margin-top: 10px;
}

/* <!------------- byot forth section end --------------------------> */

/* <!------------- byot fifth section start --------------------------> */

#mt_fun {
  background: #08568a;
  padding: 50px 0;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
#mt_fun .mt_heading h2 {
  color: white;
}

.facts_row {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.facts_row .fun-facts_item {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 95px;
  height: 95px;
  margin: 0 auto;
  margin-bottom: 28px;
  position: relative;
  -o-text-overflow: clip;
  text-overflow: clip;
  background-color: transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.fun-facts_contain {
  width: 95px;
  height: 95px;
  margin: 0 auto;
}

.fun-facts_contain p {
  position: absolute;
  width: 95px;
  text-align: center;
  padding-top: 12px;
  font-size: 50px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-color, color, background-color;
  transition-property: border-color, color, background-color;
}
.fun-facts_contain p i {
  color: #f66518;
  font-size: 50px;
}

.fun-facts_figure {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-size: 60px;
  text-align: center;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0;
}

.fun-facts_title {
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 500;
}

.fun-facts_title:before {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.fun-facts_wrapper:hover .fun-facts_contain p {
  color: #fafafa;
}

#mt_fun .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

/* <!------------- byot fifth section end --------------------------> */

.expect-wrapper2 {
  width: 100%;
  position: relative;
  color: #000;
  background-color: #fff;
  text-align: center;
  padding: 120px 0;
}

.expect-wrapper2:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 75px;
  background-color: #000;
  top: 0;
  z-index: 2;
  left: 50%;
}



.expect-wrapper2 i {
  color: #f66518;
  display: inline-block;
  font-size: 14px;
  position: relative;
  font-weight: 600;
}
.expect-wrapper2 i:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: #f66518;
  top: 50%;
  z-index: 2;
  margin-top: -0.5px;
  left: -20px;
}

.expect-wrapper2 b {
  display: block;
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  width: 64%;
  margin-left: 18%;

  line-height: 40px;
  margin-bottom: 50px;
}
