@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700&display=swap');
body {
  font-size: 18px;
  font-weight: 400;
  color: #0f0f0f;
  float: left;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Red Hat Display', sans-serif;
  background: #fff;
}
html {}
ul {
  padding: 0px;
  margin: 0px;
}
ul, li {
  display: block;
  font-family: 'Red Hat Display', sans-serif;
}
a, ul, li, i, button {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  font-family: 'Red Hat Display', sans-serif;
}
* {
  box-sizing: border-box;
}
input, select {
  padding: 0;
  border-radius: 2px;
  background: none;
  transition: all 0.5s ease-in-out;
}
textarea {
  padding: 7px 11px 7px 22px;
  border-radius: 0px;
  background: #fff;
  border: 1px #ececec solid;
  transition: all 275ms ease-in-out;
}
input:focus, textarea:focus {
  transition: all 0.5s ease-in-out;
}
button:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  transition: all 0.5s ease-in-out;
}
button:hover, a:hover {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
select {
  background: url(../img/select-arrow.png) no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: 89%;
  transition: all 0.5s ease-in-out;
}
a:focus {
  text-decoration: none;
  transition: all 275ms ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-weight: normal;
  float: left;
  width: 100%;
  color: #000;
  font-family: 'Red Hat Display', sans-serif;
}
p {
  float: left;
  width: 100%;
  line-height: 18px;
  font-family: 'Red Hat Display', sans-serif;
  color: #000;
  line-height: 31px;
}
strong, b {
  font-weight: 700;
}
.collapse {
  transition: .8s transform ease-in-out;
}
.menu-top {
  float: left;
  width: 90%;
  background: #fff;
  padding: 0px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-height: 100px;
  transition: all 275ms ease-in-out;
  position: fixed;
  top: 36px;
  z-index: 9;
  left: 50px;
  right: 50px;
  border-radius: 0 0px 25px 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
}
.menu-top.fixed-top {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  transition: all 275ms ease-in-out;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}
.menu-top .navbar {
  padding: 0px;
}
.custome-logo {
  /* width: 329px; */
  float: left;
  padding-left: 0px;
  padding-right: 25px;
  border-right: solid 1px #d0d0d0;
  min-height: 100px;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
}
.custome-logo img {
  width: 319px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.7rem;
  padding-left: 1.7rem;
  position: relative;
  transition: all 275ms ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link:after {
  background: rgba(241, 102, 26, 1);
  height: 2px;
  content: "";
  width: 0%;
  position: absolute;
  left: 0px;
  bottom: -29px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover:after {
  background: rgba(241, 102, 26, 1);
  transition: all 275ms ease-in-out;
  width: 100%;
}
.nav-item.active .nav-link:after {
  background: rgba(241, 102, 26, 1);
  height: 2px;
  content: "";
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -29px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #3468bb;
}
.navbar-expand-lg .navbar-nav .nav-link.last:before {
  display: none;
}
.m-left7 {
  margin-right: 75px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(52, 104, 187, 1.00);
}
.call-us-now {
    font-size: 18px;
    color: #040404;
    padding-bottom: 4px;
    text-align: left;
}
.call-us-now i, .email i {
  padding-right: 4px;
}
.email {
  font-size: 18px;
  color: #040404;
}

.email a{
	 color: #040404;
}
.email a:hover{
	color: #3468bb;
}
.banner {
  float: left;
  width: 100%;
  padding: 0px;
}
/* ===================
hero css 
====================== */
.hero-section {
  position: relative;
}
.hero-single {
  /* padding-top: 375px; */
  /* padding-bottom: 242px; */
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.hero-single .hero-content {
  height: 100%;
  text-align: left;
  position: absolute;
  left: -50px;
  width: 100%;
  top: 50%;
  transform: translate(0px, -50%);
  margin-top: -50px;
}
.hero-single .hero-content .hero-title {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  margin: 10px 0;
  text-transform: capitalize;
}
.hero-single .hero-content .hero-title span {
  color: #D2AE6D;
}
.hero-single .hero-content .hero-sub-title {
  color: #fff;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}
.hero-single .hero-content p {
  color: #fff;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 32px;
  margin-bottom: 10px;
  width: 50%;
}
.hero-single .hero-content .hero-btn {
  /* gap: 2rem; */
  /* display: flex; */
  margin-top: 1rem;
  justify-content: start;
  text-align: left;
  width: 100%;
  float: left;
}
.theme-btn {
  background: rgba(244, 100, 28, 1);
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  height: 45px;
  width: 160px;
  justify-content: center;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
}
.theme-btn:hover {
  color: #fff;
  background: rgba(52, 104, 187, 1);
}
.hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}
.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(255, 230, 218, 0.2);
  color: #fff;
}
.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}
.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}
.hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }
  .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 5px !important;
  }
  .hero-slider.owl-theme .owl-nav .owl-prev {
    left: unset;
    left: 120px;
  }
  .hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px;
  }
}
@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 35px;
  }
  .hero-single .hero-content .hero-btn {
    gap: 1.5rem;
  }
  .hero-single .hero-content .hero-btn .theme-btn {
    padding: 12px 15px
  }
}
@media all and (max-width: 767px) {
  .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }
  .hero-single .hero-content .theme-btn {
    padding-left: 20px;
  }
}
.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: #000;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: rgba(255, 230, 218, 1);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  border-radius: 0px;
  line-height: 55px;
  text-align: center;
  transition: all .5s ease-in-out;
  border: none;
}
.hero-slider .owl-nav {
  display: block;
}
.my-menu-here {
  display: inline-flex;
  min-height: 100px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bg-img {
  background: url("../img/banner/slider-1.jpg") no-repeat;
}
.two {
  background: url("../img/banner/slider-2.jpg") no-repeat;
}
.three {
  background: url("../img/banner/slider-3.jpg") no-repeat;
}
.navbar-nav {
  /* width: 329px; */
  float: left;
  padding-left: 0px;
  padding-right: 25px;
  border-right: solid 1px #d0d0d0;
  min-height: 100px;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
}
/* ===================
3 box css start
====================== */
.box-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  text-align: left;
  margin-top: 0px;
}
.box-outer {
  position: relative;
}
.box-power {
  float: left;
  padding: 60px 0;
  width: 100%;
  position: relative;
}
.box-outer {}
.box-outer:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 25%;
  content: "";
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 0 0 0 100px;
  background-color: #f4641c;
}
.box-outer:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.box-outer:hover .icon {
  background: #fff;
  border: solid 4px rgba(244, 100, 28, 1);
  transition: all 0.5s ease-in-out;
}
.sli-box {
  float: left;
  position: relative;
  border: solid 1px #f4641c;
  width: 100%;
  min-height: 263px;
}
.icon {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #ffe6da;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 25px;
  top: -48px;
  border: solid 4px rgba(0, 0, 0, 0.00);
}
.empowering {
  float: left;
  width: 100%;
  padding: 65px 25px 0 25px;
}
.empowering h2 {
  font-size: 24px;
  color: #f4641c;
  font-weight: 700;
  line-height: 34px;
  padding-bottom: 8px;
}
.empowering p {
  font-size: 17px;
  line-height: 23px;
  margin: 0px;
}
.empowering a {
  color: #000;
  font-size: 30px;
  padding: 5px 0;
  float: left;
}
.box-outer:hover .empowering, .box-outer:hover .empowering h2, .box-outer:hover .empowering p, .box-outer:hover .empowering a {
  color: #fff;
}
/* ===================
About Us Section css start
====================== */
.about-us {
  float: left;
  width: 100%;
  padding: 50px 0 0 0;
}
.about-img-outer {
  float: left;
  width: 100%;
  position: relative;
}
.img-up {
  margin-bottom: 30px;
  position: relative;
}
.img-up:after {
  background: url("../img/dote.png") no-repeat;
  width: 130px;
  height: 85px;
  position: absolute;
  bottom: 0;
  content: "";
  left: -40px;
  bottom: -20px;
}
.Experience {
  float: left;
  width: 260px;
  min-height: 110px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  padding-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
	display: none;
}
.Experience:after {
  position: absolute;
  right: 0px;
  width: 10px;
  background: #3468bb;
  top: 0px;
  bottom: 0px;
  content: "";
}
.Experience span {
  font-size: 60px;
  color: #3468bb;
  font-weight: 900;
}
.Experience p {
  padding-left: 10px;
  color: #141415;
  font-size: 18px;
  line-height: 19px;
  margin: 0;
  font-weight: 700;
}
.about-img-small {
  position: absolute;
  right: 0;
  bottom: 0;
  border: solid 10px #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
}
.about-us-main {
  float: left;
  width: 100%;
  position: relative;
}
.outine-heading {
  font-size: 120px;
  -webkit-text-stroke: 1px #f4641c;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.1;
  position: absolute;
  top: 0;
}
.about-contact {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.sub-heading {
  font-size: 20px;
  color: rgba(0, 0, 0, 1.00);
  font-weight: 500;
  padding-bottom: 15px;
}
.page-heading {
  font-size: 48px;
  color: rgba(0, 0, 0, 1.00);
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.page-heading span {
  color: #f4641c;
}
.page-heading:before {
  float: left;
  width: 55px;
  height: 1px;
  background: #f4641c;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
}
.mission {
  float: left;
  width: 100%;
  border: solid 1px #3468bb;
  padding: 20px 35px;
  margin-top: 25px;
}
.about-contact p {
  line-height: 25px;
  margin: 0px;
}
.mission h2 {
  color: #3468bb;
  font-size: 26px;
  padding-bottom: 8px;
  font-weight: 700;
}
.theme-btn-bule {
  background: rgba(52, 104, 187, 1);
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  height: 45px;
  width: 160px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
}
.theme-btn-bule:hover {
  color: #fff;
  background: rgba(244, 100, 28, 1);
}
.about-us-main .theme-btn-bule {
  margin-top: 15px;
  float: left;
}
.Why-Choose-Us {
  float: left;
  width: 100%;
  padding: 60px 0;
  margin-top: 0px;
  border-bottom: solid 1px #e4e4e4;
  margin-bottom: 60px;
}
.Why-Choose-Us:before {
    position: absolute;
    left: 0px;
    right: 0px;
    background: #f1f1f1;
    content: "";
    float: left;
    width: 100%;
    height: 236px;
    z-index: -1;
}
.why-about-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  text-align: left;
  margin-top: 0px;
}
.Why-Choose-Us .about-contact {
  float: left;
  width: 100%;
  margin-top: 45px;
}
.Why-Choose-Us .page-heading:before {
  display: none;
}
.why-outer {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.why-img {
  padding-top: 88px;
}
.box-about-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  text-align: left;
  margin-top: 50px;
}
.box-about-outer {
    float: left;
    width: 100%;
    min-height: 238px;
    border: solid 1px #f4641c;
    position: relative;
    padding: 20px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.box-about-outer:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 0%;
  content: "";
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 0 0 0 100px;
  background-color: #f4641c;
}
.box-about-outer:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.box-about-outer h2 {
  font-size: 22px;
  color: #f4641c;
  font-weight: 800;
  padding-bottom: 8px;
}
.box-about-outer p {
  line-height: 19px;
  font-size: 16px;
}
.box-about-outer span {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: solid 2px rgba(0, 0, 0, 0.00);
  background: rgba(0, 0, 0, 0.00);
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.box-about-outer:hover span {
  border: solid 2px #f4641c;
  background: #fff;
}
.box-about-outer:hover h2, .box-about-outer:hover p {
  color: #fff;
}
/* ===================
OUR SERVICES Section css start
====================== */
.our-services {
  float: left;
  width: 100%;
  padding-bottom: 80px;
  padding-top: 30px;
  position: relative;
}
.our-services:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 300px;
  height: 600px;
  background: #ffddcc;
  transform: rotate(2.142rad);
  content: "";
  border-radius: 50px;
  z-index: -1
}
.services {
  float: left;
  text-align: center;
  width: 100%;
  PADDING-BOTTOM: 45px;
}
.services .page-heading:before {
  display: none;
}
.services-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  text-align: left;
  margin-top: 0px;
}
.services-outer {
  background: #fff;
  float: left;
  width: 100%;
  min-height: 384px;
  box-shadow: 0 0 15px rgba(244, 100, 28, 0.17);
  border-radius: 0 0px 25px 25px;
  border-top: solid 4px #f4641c;
  padding: 60px;
  position: relative
}
.heading-icon {
  float: left;
  width: 100%;
  justify-content: left;
  align-items: center;
  display: inline-flex;
  padding-bottom: 30px;
  position: relative;
}
.icon-service {
  float: left;
  width: 101px;
  height: 101px;
  background: #fef1eb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.heading-icon h2 {
  float: left;
  width: auto;
  padding-left: 35px;
  font-size: 24px;
  color: #f4641c;
  font-weight: 500;
}
.listing-service {
  float: left;
  width: 100%;
}
.listing-service ul {
  padding-bottom: 30px;
}
.listing-service ul li {
  padding-left: 20px;
  padding-bottom: 8px;
  position: relative;
}
.listing-service ul li:before {
  position: absolute;
  left: 0px;
  top: 50%;
  background: #f9b18d;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  content: "";
  transform: translate(0px, -50%);
  margin-top: -2px;
}
.read-more {
  color: #3e3e3e;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.read-more i {
  padding-right: 6px;
  font-size: 20px;
  color: #faba9b;
}
.read-more:hover, .read-more:hover i {
  color: #f57637;
}
.services-outer:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 0%;
  content: "";
  z-index: ;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 0 0 0 100px;
  background-color: #f4641c;
}
.services-outer:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 0 0px 25px 25px;
}
.services-outer:hover .read-more, .services-outer:hover .read-more i, .services-outer:hover .listing-service ul li, .services-outer:hover .heading-icon h2 {
  color: #fff;
}
.services-outer:hover .icon-service {
  background: #fff;
}
.wid-50 {
  float: left;
  width: 50%;
}
/* ===================
project Section css start
====================== */
.project-main {
  background: url("../img/happy-bg.png") no-repeat;
  height: 390px;
  float: left;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.project-completed {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  text-align: left;
  margin-top: 0px;
}
.flex-uter {
  display: inline-flex;
  min-height: 85px;
  width: 100%;
  border-right: solid 1px #fff;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.proje {
  padding-right: 15px;
}
.proje i {
  font-size: 60px;
}
.p-tex span {
  font-size: 52px;
  font-weight: 800;
}
.p-tex p {
  padding: 0px;
  color: #fff;
  margin: -12px 0 0 0;
  font-weight: 600;
  font-size: 16px;
}
.finance {
  background: #fff;
  border: solid 10px #f4641c;
  min-height: 182px;
  justify-content: center;
  align-items: center;
  text-align: left;
  position: absolute;
  bottom: -91px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  /* left: 0; */
}
.f-outer {
  float: left;
  width: 100%;
  display: inline-flex;
  padding: 0 45px;
  align-items: center;
}
.text-f {
  float: left;
  width: 55%;
}
.text-f h2 {
  color: #000000;
  font-weight: 800;
  font-size: 42px;
}
.text-f h2 span {
  color: #f4641c;
}
.btn-right {
  float: right;
  width: 45%;
  text-align: right;
  justify-content: right;
  display: inline-flex;
}
/* ===================
FAQ Section css start
====================== */
.faq {
  background:#3468bb url("../img/faq-bg.jpg") no-repeat;
  height: 670px;
  float: left;
  width: 100%;
  padding-top: 120px;
  margin-bottom: 40px;
}
.faq .sub-heading, .faq .page-heading {
  color: #fff;
}
.faq .page-heading span {
  color: #ffbe9e;
}
.faq .page-heading:before {
  display: none;
}
.faq-accroding {
  float: left;
  width: 100%;
}
.faq-accroding .card {
  margin-bottom: 15px;
  background: none;
}
.faq-accroding .card-header {
  background: #fff;
  min-height: 55px;
  padding: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  position: relative;
  outline: none;
}
.faq-accroding .card-header h5 button {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  display: block;
}
.faq-accroding .card-header h5 button:hover {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
.faq-accroding .card-header h5 button span {
  position: absolute;
  right: 15px;
}
.faq-accroding .card-header h5 span {
  color: #f4641c;
  transition: all 0.5s ease-in-out;
  display: none;
}
.faq-accroding .card .card-header:first-child {
  border-radius: 0;
}
.faq-accroding .card-body {
  color: #fff;
  padding-bottom: 5px;
  font-size: 16px;
}
.conatac-form {
  background: #f4641c;
  float: left;
  width: 100%;
  padding: 30px;
  text-align: center;
  min-height: 470px;
  border-radius: 0 0px 25px 25px;
}
.conatac-form h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.form-faq {
  float: left;
  width: 100%;
  padding: 25px 0 0 0;
  overflow: hidden;
}
.conatac-form p {
  width: 100%;
  margin: auto;
  color: #fff;
  display: block;
  padding: 0 10vh;
  line-height: 27px;
  padding-top: 15px;
}
.form-faq .col-lg-6 {
  padding-right: 0px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.9em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c5c5c5;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-weight: 600;
  margin-bottom: 10px;
}
.form-control:focus {
  color: #5d1f00;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(184, 66, 6, .25);
}
.form-faq .theme-btn-white {
  float: right;
}
.theme-btn-white {
  background: rgba(255, 255, 255, 1);
  font-size: 16px;
  color: #f4641c;
  font-weight: 600;
  height: 45px;
  width: 160px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
}
.theme-btn-white:hover {
  color: #fff;
  background: rgba(52, 104, 187, 1);
}
/* ===================
footer Section css start
====================== */
.footer {
    float: left;
    width: 100%;
    text-align: center;
    border-top: solid 1px #f1f1f1;
    padding-top: 25px;
}
.socail-media {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.socail-media ul li {
  display: inline-block;
}
.socail-media ul li a {
  background: #3468bb;
  width: 53px;
  height: 53px;
  font-size: 28px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.socail-media ul li a:hover {
  background: #f4641c;
  color: #fff;
}
.useful-links {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.useful-links ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.useful-links ul li.last:after {
  display: none;
}
.useful-links ul li:after {
  content: "";
  width: 1px;
  height: 17px;
  background: #d0d0d0;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.useful-links ul li a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.useful-links ul li a:hover {
  color: #f4641c;
}
.copyright {
  float: left;
  width: 100%;
}
.copyright p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.copyright p a {
  color: #f4641c;
}
.copyright p a:hover {
  color: #3468bb;
}
/* ===================
Abouut us inner Page css start
====================== */
.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
  background: url("../img/faq-bg-img.jpg");
}
.inner-page.menu-top {
  float: left;
  width: 100%;
  background: #fff;
  padding: 0px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-height: 100px;
  transition: all 275ms ease-in-out;
  position: relative;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
}
.site-breadcrumb::before {
  content: "";
  position: absolute;
  background: rgba(0, 35, 72, .7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '';
  font-family: 'line-awesome';
  right: -21px;
  top: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: url("../img/breadcrumb-divder.png") no-repeat;
  width: 13px;
  height: 12px;
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #f4641c;
}
.site-breadcrumb .breadcrumb-menu li.active {
  color: #f4641c;
}
.inner-page-about.about-us {
  padding: 0px;
}
.inner-page-about .Why-Choose-Us {
  padding-top: 0px;
  margin: 0px;
}
.inner-text {
  padding: 25px 195px;
  text-align: center;
}
.inner-page-box {
  float: left;
  width: 100%;
}
.inner-page-box .why-about-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  text-align: left;
  margin-top: 0px;
}
.inner-page-box .Why-Choose-Us {
  border-top: solid 1px #f1f1f1;
  float: left;
  width: 100%;
	margin-top: 60px;
}
.inner-page-box .Why-Choose-Us:before {
  display: none;
}
.box-about-grid {
  margin: 0px;
}
.inner-page-power .box-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  text-align: left;
  margin-top: 0px;
}
.inner-page-power .sli-box {
  float: left;
  position: relative;
  border: solid 1px #f4641c;
  width: 100%;
  min-height: 446px;
}
.inner-page-power .icon {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #ffe6da;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 25px;
  top: 25px;
  border: solid 4px rgba(0, 0, 0, 0.00);
}
.inner-page-power .empowering {
  float: left;
  width: 100%;
  padding: 45px 25px 0 25px;
}



.Contact-page{
	
	float: left;
	width: 100%;
	padding: 90px 0;
}
.contact-grid{
	float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  text-align: left;
  margin-top: 0px;
	
}

.contact-outer {
    background: #fff;
    float: left;
    width: 100%;
    box-shadow: 0 0 15px rgba(244, 100, 28, 0.17);
    border-radius: 0 0px 25px 25px;
    border-top: solid 4px #f4641c;
    padding: 60px;
    position: relative;
    padding: 50px 30px 50px 30px;
    /* min-height: 240px; */
    display: block;
    justify-content: center;
    align-items: center;
}


.deatils{
	float: left;
	width: 100%;
	padding-bottom: 25px;
	text-align: center;
}
.deatils span {
    background: #ffd4bf;
    width: 101px;
    height: 101px;
    display: inline-flex;
    font-size: 60px;
    color: #f4641c;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 100px;
}

.headin-contact{
	
	float: left;
	width: 100%;
	text-align: center;
}

.headin-contact h3{
	
	font-size: 28px;
	font-weight: 700;
	color: #f4641c;
}

.headin-contact p {
    margin: 0px;
    line-height: 24px;
    padding: 10px 0 0 0;
	color: #4e4e4e;
	font-size: 16px;
	font-weight: 400;
}

.faq-text iframe{
	
	border-radius: 0 0 25px 25px;
}

.inner-page-contact.faq {
    background: #3468bb;
    height: 100%;
    float: left;
    width: 100%;
    padding-top: 40px;
	padding-bottom: 40px;
    margin-bottom: 40px;
	display: block;
}


.headin-contact p.call-number {
    font-size: 26px;
    letter-spacing: 6px;
    font-weight: 300;
}

.headin-contact p a{
	
	color: #4e4e4e;
}

.project-main,
.faq, .socail-media{
	
	display: none;
}

