#topbar,
#topbar a {
  color: #fff;
  font-size: 16px
}

#topbar a,
.common-title a,
.footer a,
.footer a:hover,
.main-button a {
  text-decoration: none
}

* {
  font-family: Poppins, sans-serif
}

span.req {
  color: red !important;
  font-size: 17px !important;
}

#topbar {
  background: #00244d;
  height: 40px;
  transition: .5s;
  padding: 0;
  display: flex;
  align-items: center
}

#topbar a {
  width: 24px !important;
  height: 24px !important;
  font-weight: 400;
  padding-right: 8px
}

i {
  font-size: 24px !important
}

.top-bar {
  display: flex;
  justify-content: space-between
}

.contact-info a {
  padding: 0 8px
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #00244d;
  font-weight: 500;
  font-size: 16px
}

.navbar {
  box-shadow: 0 1px 6px #00000029
}

.navbar-light .navbar-nav .nav-item .nav-link:hover,
.social-links i:hover,
.social-links-contact i:hover {
  color: #ff0911
}

a.nav-link.active {
  color: #ff0911 !important
}

header .show .main-button {
  margin-top: 14px
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 30px 20px
}

.dropdown-toggle::after {
  vertical-align: .22em
}

ul.navbar-nav {
  margin-right: 20px
}

.main-button a {
  padding: 12px 28px;
  box-shadow: 0 7px 21px 0 rgb(0 0 0 / 10%);
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  background-color: #ff0911
}

.main-button a:hover {
  box-shadow: 0 3px 6px #00000029;
  transition: 1s;
  animation: 2s;
  color: #fff
}

.banner-sec img {
  width: 100%;
  height: auto
}

.banner-sec {
  position: relative
}

.banner-content {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  left: 0
}

.banner-content span {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #00244d;
  display: inline-block
}

.banner-content h3 {
  font-size: 30px;
  font-weight: 900;
  color: #00244d;
  line-height: 1.2;
  margin-bottom: 20px
}

.banner-content h5 {
  font-size: 22px;
  color: #303030;
  font-family: Muli, sans-serif;
  margin-bottom: 26px;
  padding-right: 35px;
  font-weight: 400
}

.sticky-bar {
  top: 0;
  width: 100%;
  position: fixed !important;
  z-index: 999999999;
  -webkit-animation: .3s ease-in-out fadeInDown !important;
  animation: .5s ease-in-out fadeInDown !important;
  transition: .5s !important;
  -webkit-transition: .3s !important;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  background: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 11%)
}

.sticky-bar .header-logo {
  width: 120px
}

.header-logo {
  width: 18% !important
}

.sticky-bar .navbar-nav .nav-link {
  padding: 20px;
  font-size: 15px !important
}

.sticky-bar .collapse .main-button a {
  padding: 10px 20px !important
}

.logo-sec img {
  text-align: center;
  width: 100%;
  height: 400px !important
}

.logo-sec {
  margin-bottom: 80px;
  margin-top: 80px
}

.logo-sec .outer-box {
  text-align: center;
  margin-bottom: 30px
}

.logo-sec .common-heading {
  margin-bottom: 60px
}

.common-breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.breadcrumb-item.active {
  color: #6c757d
}

.common-title {
  margin: 40px 0
}

#home-aboutus_sec,
#ourgallary-sec,
#testimonial-sec,
#testimonial-sec .common-heading,
.margin-space {
  margin-bottom: 80px
}

.common-title h4 {
  font-size: 25px;
  font-weight: 700;
  color: #00244d
}

.common-title a {
  color: #ff0911
}

#home-aboutus_sec img {
  width: 100%;
  margin-bottom: 30px
}

.common-heading span {
  padding: 5px 20px;
  background-color: #ffe6e7;
  color: #ff0911;
  border-radius: 50px;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 25px
}

.common-heading {
  margin-bottom: 25px
}

.common-heading h2 {
  color: #00244d;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px
}

p {
  color: #828282;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 28px
}

a.view-more-btn {
  color: #ff0911;
  font-size: 16px;
  font-weight: 500
}

#ourprinciple_sec,
#ourservices_sec {
  margin-bottom: 100px
}

#ourgallary-sec img,
#ourprinciple_sec img,
#ourservices_sec .right-sec img {
  width: 100%
}

#ourprinciple_sec .right-sec {
  background-color: #00244d;
  padding: 0 90px 0 40px !important;
  display: flex;
  align-items: center
}

#ourprinciple_sec h2,
#ourprinciple_sec p,
.footer hr {
  color: #fff
}

#ourprinciple_sec .img-outer-box {
  max-height: 1000px;
  overflow-y: hidden
}

#ourservices_sec .right-sec {
  max-height: 600px;
  overflow-y: hidden
}

#ourservices_sec .outer-box {
  width: 100%;
  padding: 20px;
  background-color: #f2f6f7;
  text-align: center;
  margin-bottom: 23px;
  border-radius: 5px;
  transition: 1s;
  height: 280px !important
}

#ourservices_sec .outer-box:hover {
  transform: translateY(-10px)
}

#ourservices_sec .icon-outer-box {
  background-color: rgb(242 103 40 / 15%);
  width: 60px;
  height: 60px;
  color: #ff0911;
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 0 auto
}

#ourservices_sec i {
  font-size: 25px
}

#ourservices_sec h4 {
  font-size: 18px;
  color: #00244d;
  margin: 10px 0;
  font-weight: 600
}

#ourservices_sec p {
  margin-bottom: 0;
  font-size: 15px
}

#ourgallary-sec .outer-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px
}

#ourgallary-sec .img {
  display: block;
  width: 100%;
  height: auto
}

#ourgallary-sec .content p {
  color: #fff;
  margin-bottom: 0
}

#ourgallary-sec .content h3 {
  font-size: 20px;
  font-weight: 600
}

#ourgallary-sec .overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  transition: .5s;
  opacity: 0;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: end;
  text-align: start
}

#ourgallary-sec .outer-box:hover .overlay {
  opacity: 1
}

#testimonial-sec {
  padding: 80px 0;
  background: #fff
}

#testimonial-sec .outer-box {
  background-color: #f9f9f9;
  padding: 20px 25px;
  border-radius: 10px;
  position: relative;
  margin-right: 10px
}

#testimonial-sec .inner-content-sec {
  display: flex;
  margin-bottom: 15px
}

#testimonial-sec img.testim-profile {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px
}

img.testim-quotes {
  right: 17px;
  top: 9px;
  position: absolute
}

#testimonial-sec .inner-content-sec h3 {
  font-size: 20px;
  margin-bottom: 2px
}

#contactus-sec .common-heading span,
#contactus-sec .followus-sec h5,
.footer h2,
.footer img {
  margin-bottom: 20px
}

#testimonial-sec .inner-title-sec {
  padding-left: 120px;
  padding-top: 30px
}

.owl-carousel .owl-item .testim-profile .testim-profile {
  display: block
}

.owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0 !important
}

.footer {
  background-color: #efefef;
  width: 100%;
  height: auto;
  padding: 60px 0 0
}

.custom-border {
  display: inline-block;
  border-bottom: 3px solid #ff0911;
  margin-bottom: 40px
}

.footer h2 {
  font-size: 18px;
  font-weight: 500;
  color: #ff0911
}

.footer-aboutus-sec p {
  color: #000;
  font-size: 14px
}

.footer-Links-sec,
.footer-aboutus-sec,
.footer-cu-sec {
  margin-bottom: 30px
}

.footer-Links-sec ul li {
  list-style-type: none;
  color: #bdc2cb;
  font-size: 14px;
  margin-bottom: 14px;
  padding: 0
}

.footer-Links-sec ul {
  padding: 0
}

.footer-cu-sec address {
  margin-bottom: 16px;
  line-height: 24px;
  font-size: 14px
}

.footer-cu-sec p {
  margin-bottom: 23px
}

.footer-Links-sec-align,
.footer-cu-sec-align {
  display: flex;
  justify-content: center
}

.copy-rights {
  color: #bdc2cb;
  font-size: 14px
}

.copy-rights p {
  text-align: start !important
}

.social-links i {
  font-size: 34px;
  margin-left: 10px;
  transition: 1s
}

.footer-bt-sec {
  display: flex;
  justify-content: space-between;
  background-color: #828282;
  padding: 12px 0
}

.footer-bt-sec p {
  margin-bottom: 0;
  text-align: end;
  color: #bdc2cb
}

.footer a {
  position: relative;
  color: #000;
  transition: .5s
}

.footer a:hover {
  position: relative;
  color: #fff
}

.members {
  width: 300px !important;
  height: 400px !important;
  border-radius: 5%;
  object-fit: cover;
  margin-bottom: 20px !important
}

#our-team {
  margin-top: 200px !important
}

.about-pic-inner {
  position: relative;
  text-align: start;
  display: inline-block
}

.about-sec img {
  width: 500px;
  height: 500px
}

.about-pic-inner .img-1 {
  position: absolute;
  top: 30px;
  height: 450px;
  width: 550px !important;
  border-radius: 15px;
}

.about-pic-inner .img-2 {
  position: absolute;
  left: 20%;
  top: 150px;
  bottom: -100px;
  height: 450px;
  width: 390px !important
}

#contactus-sec .Left-sec,
#properties-sec .outer-box {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px
}

#properties-sec .outer-box img {
  width: 100%;
  margin-bottom: 15px
}

#properties-sec .outer-box h5 {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 12px
}

#properties-sec .outer-box h3,
#services-sec h3 {
  font-size: 25px;
  font-weight: 600;
  color: #00244d;
  margin-bottom: 12px
}

#properties-sec .outer-box p {
  margin-bottom: 0;
  line-height: 26px
}

.sub-common-heading {
  display: flex;
  align-items: center;
  justify-content: space-between
}

#services-sec .outer-box {
  margin-bottom: 25px;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  height: 500px !important
}

#services-sec .outer-box p {
  margin-bottom: 0
}

#services-sec img {
  width: 100%;
  height: 250px !important;
  margin-bottom: 15px
}

.service-item {
  cursor: pointer
}

#contactus-sec .right-sec {
  background-color: #001031;
  border-radius: 5px;
  padding: 20px
}

.service-banner {
  height: 500px !important;
  width: 100%;
  object-fit: cover
}

.form-control {
  padding: .5rem .75rem;
  border-radius: 3px;
  border: none;
  background-color: #f2f6f7
}

.form-label {
  font-size: 15px
}

#contactus-sec .right-sec h5 {
  color: #fff;
  font-weight: 700
}

#contactus-sec .right-sec p {
  color: #fff;
  font-size: 15px;
  font-weight: 300
}

#contactus-sec .right-sec address {
  color: #fff;
  font-weight: 300
}

.map-sec iframe {
  width: 100%;
  height: 500px
}

#contactus-sec {
  margin-bottom: 50px
}

.social-links i {
  color: #121212
}

.social-links-contact i {
  color: #fff;
  font-size: 34px;
  margin-left: 10px;
  transition: 1s
}

button.btn.contact-btn {
  background-color: #ff0911;
  color: #fff;
  padding: 12px 30px;
  border: none;
  transition: 1s;
  border-radius: 50px;
  margin-top: 20px
}