body {
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-size: 50px; */
  color: #000000 !important;
}

/* 
h2 {
  font-size: 45px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 35px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 25px;
} */

p {
  font-size: 15px;
  color: #3b3838;
}

a {
  text-decoration: none !important;
}

.img-fulid {
  width: 100%;
  height: auto;
}


/*----------------top-navbar------------------*/

.navbar-box {}

.nav-text {
  margin-right: 25px;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.nav-text li {
  padding-top: 5px;
}

.nav-text a {
  color: #000000;
  padding: 0px 14px;
  font-size: 15px;
}

@media (max-width:1199px) {
  .nav-text a {
    font-size: 14px;
  }

  .sinclair-contact {
    width: 100% !important;
  }
}

@media (max-width:991px) {
  .footer-copyright .copyright-icon{
    margin:auto;
    display: flex;
    justify-content: center;
  }
  form .submitBtn{
    margin-right: 40px;
    float: right;
  }
  .footer-copyright .copyright-text{
    float: unset;
  }
  .footer-copyright .copyright-icon ul{
    float: unset;
    margin: 0;
    padding-left: 0;
  }
  .footer-box{
    width: 100% !important;
  }
  .footer-form{
    margin-top: 40px !important;
    width: 100% !important;
  }
  .sinclair-text .sinclair-contact .contact-box {
    margin-top: 0;
  }

  .sinclair-banner .sinclair-image {
    width: 100%;
  }
}

@media (max-width:575px) {
  .sinclair-contact .contact-box h4 {
    font-size: 16px !important;
  }

  .sinclair-contact .contact-box h2 {
    font-size: 18px;
  }

  .sinclair-contact .sinclair-icon i {
    font-size: 40px;
  }
}

.top-btn {
  border: 2px solid #39a768;
  padding: 10px 50px;
  color: #39a76a;
  font-weight: 500;
  font-size: 15px;
}

.top-btn:hover {
  border: 2px solid #000;
  padding: 10px 50px;
  color: #000;
}

.toggle-icon {
  background-color: #999 !important;
}


/*--------------dropdown-------------*/

.nav-text li a:hover {
  color: #39a768;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

ul.dropdown-menu {
  min-width: 240px;
  background-color: aliceblue;
}

ul.dropdown-menu li a:hover {
  color: #39a768;
}


/*---------------banner---------------*/

.banner {
  height: 500px;
  background-color: #191919;
}

.banner-text h2 {
  font-size: 50px;
  color: #fff !important;
  padding-top: 110px;
  padding-left: 35px;
}

.banner-text p {
  color: #fff;
  padding-left: 30px;
}

.banner-box {
  background-color: #fff;
  border-radius: 29px;
  border: none;
  height: 40px;
  width: 175px;
  margin-left: 30px;
}

.banner-btn {
  color: #30a365;
  float: left;
  padding: 0px 10px;
  font-weight: 500;
}

.banner-box i {
  font-size: 20px;
  background-color: #30a365;
  border-radius: 50px;
  color: #fff;
  width: 24px;
  height: 24px;
  padding: 1px 0px;
  /* float: right; */
}

.banner-box:hover .banner-btn {
  color: #000;
}

.banner-box i:hover {
  color: rgb(255, 255, 255);
  background-color: #000;
}

.banner-image2 {
  margin-top: 72px;
  height: 428px;
  width: 100%;
}

.property-text h2 {
  padding-top: 40px;
  color: #000 !important;
  padding-left: 0px;
}

.property-section-img {
  float: left;
  margin-right: 10px;
}

.property-banner-text {
  height: 322px;
  background-color: #e6f5df52;
  /* border-radius: 20px; */
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.property-banner img {
  border-radius: 25px 25px 0px 0px;
  height: 150px;
}

.property-banner-text h4 {
  padding-top: 14px;
  text-align: center;
}

.property-banner-text i {
  font-size: 25px;
  color: #39a768;
  float: right;
  margin-right: 16px;
}


/*---------------------sinclair-banner-----------------*/

.sinclair-banner {
  height: 535px;
  background-image: url(/images/sinclair.jpg);
}

.sinclair-image {
  margin-top: 40px;
}

.sinclair-text h3 {
  color: #fff !important;
  padding-top: 40px;
}

.sinclair-text span {
  color: #39a768 !important;
}

.sinclair-text p {
  color: #fff;
  padding-top: 10px;
}

.sinclair-text-item {
  float: left;
}

.sinclair-text-item ul li i {
  color: #39a768;
}

.sinclair-text-item ul {
  padding: 0;
}

.sinclair-text-item ul li {
  display: -webkit-box;
  padding-top: 8px;
  float: left;
  width: 50%;
}

.sinclair-text-item ul li a {
  color: #fff;
  padding-left: 5px;
}

.sinclair-text-item2 ul li i {
  color: #00a3ff;
}

.sinclair-text-item2 ul li {
  display: -webkit-box;
  padding-top: 8px;
}

.sinclair-text-item2 ul {
  padding: 0;
  padding-bottom: 20px;
}

.sinclair-text-item2 ul li a {
  color: #fff;
  padding-left: 5px;
}

.sinclair-text-item2 {
  margin-left: 245px;
}

.sinclair-contact {
  background-color: #39a768;
  width: 514px;
  height: 100px;
  border-radius: 20px;
  margin-top: 135px;
}

.sinclair-icon i {
  font-size: 55px;
  color: #fff;
  padding: 8px 30px;
  float: left;
  border-right: 2px solid #fff;
  height: 70px;
  margin-top: 18px;
}

.tabbtn {}

.tabbtn a {
  color: #030303;
  margin-left: 90px;
  font-size: 15px;
  float: left;
  height: 80px;
  padding-top: 30px;
}

.tabbtn a:hover {
  color: #ffffff;
}

.tabcontent h3 {
  font-size: 20px;
  margin-top: 15px;
  margin-left: 20px;
}

.contact-box {
  margin-top: -51px;
}

.sinclair-contact .contact-box {
  margin-top: -25px;
}


.contact-box h4 {
  color: #fff !important;
  padding-left: 130px;
  font-size: 24px;
}

.contact-box h2 {
  color: #fff !important;
  padding-left: 130px;
  font-size: 32px;
}

.who {
  padding-top: 65px;
  position: relative;
}

.who::after {
  content: "";
  position: absolute;
  background: #39a768;
  width: 50px;
  height: 3px;
  top: 117px;
  left: 4px;
}

.who-btn {
  color: #00a3ff;
  font-weight: 500;
  border-bottom: 1px solid #cfedff;
}

.post-media {
  margin-top: 100px;
  margin-bottom: 20px;
}

.post-media img {
  height: 300px;
  width: 100%;
}


/*-------------------our-projects----------------------*/

.our-projects {
  background: #e6f5df5c;
  padding: 60px 0px;
  clear: both;
  display: block;
  width: 100%;
}

.block-heads {
  text-align: center;
  padding: 20px 0px;
}

#current-projects .block-heads .short_des p,
#completed-projects .block-heads .short_des p {
  margin-bottom: 0;
  font-size: 14px;
  color: #39a768;
  letter-spacing: 2px;
  text-transform: uppercase;
  clear: both;
  display: block;
  font-family: 'Poppins', sans-serif;
}

#current-projects .des-title {
  font-size: 16px;
}

.block-heads h5 {
  font-size: 48px;
  text-transform: capitalize;
}

.block-heads h5 span {
  font-size: 14px;
  color: #39a768;
  letter-spacing: 2px;
  text-transform: uppercase;
  clear: both;
  display: block;
  font-family: 'Poppins', sans-serif;
}

.our-projects .col-md-4 {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.our-projects .project-image {
  clear: both;
  display: block;
  overflow: hidden;
  height: 220px;
  margin-bottom: 20px;
}

.our-projects .project-image img {
  width: 100%;
  height: 220px;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.our-projects .project-over {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
  color: #39a768;
}

.our-projects .project-over h4 {
  font-size: 12px;
  color: #00a3ff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  clear: both;
  display: block;
  font-family: 'Poppins', sans-serif;
  padding-top: 15px;
}

.our-projects .project-over p {
  font-size: 22px;
  color: #fff !important;
  text-transform: capitalize;
  clear: both;
  display: block;
  font-family: 'Cinzel', serif;
  /* padding-top: 20px; */
}

.our-projects .col-md-4:hover .project-image img {
  transform: scale(1.2);
}


/*-------------------ongoing-project----------------*/

.ongoing-project {
  padding: 60px 0px;
  clear: both;
  display: block;
  width: 100%;
}

h4.fpName {
  font-size: 36px;
}

h4.ongoing-text::before {
  content: "";
  clear: both;
  display: block;
  height: 15px;
  width: 31px;
  /* background: url(../image/ticon.png) center no-repeat; */
  margin: 20px 0px;
}

.ongoing-text2 {
  font-size: 16px;
  color: #b8a87f;
  padding-bottom: 0px;
}

.ongoing-text3 {
  font-size: 16px;
  color: #747474;
  padding-bottom: 20px;
}

.ongoing-project a {
  display: inline-block;
  font-size: 14px;
  clear: both;
  border: 2px solid #39a768;
  color: #39a768;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 15px;
  font-weight: 500;
}

.ongoing-project a:hover {
  color: rgb(0, 0, 0);
  border: 2px solid #000000;
}


/*-------------------footer----------------*/

.footer {
  background-color: #242424;
  height: 693px;
}

@media (max-width:991px){
  .footer{
    height: auto;
    padding-bottom: 20px;
  }
}

.footer-text h3 {
  color: #fff !important;
  padding-top: 40px;
}

.footer-text p {
  color: #fff !important;
  padding-top: 10px;
}

.footer-box {
  background-color: #474646;
  width: 395px;
  height: 80px;
  margin-top: 40px;
  border-left: 2px solid #ffffff;
}

.footer-box i {
  color: #fff;
  font-size: 22px;
  padding-left: 20px;
  padding-top: 20px;
}

.footer-box h6 {
  color: #fff !important;
  font-size: 13px;
  margin-top: -33px;
  padding-left: 55px;
}

.footer-box p {
  color: #39a768 !important;
  padding-left: 56px;
  padding-bottom: 15px;
  margin-top: -40px;
}

.footer-box2::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 80px;
  top: 364px;
  left: 4px;
  margin-left: 11px;
}

.box-text h6 span {
  color: #39a768;
}

.box-text h5 {
  padding-left: 212px;
  margin-top: -24px;
  font-size: 14px;
  color: #fff !important;
}

.box-text h5 span {
  color: #39a768;
}

.box-text {
  margin-top: -42px;
}

.box-text2 {
  margin-top: 35px;
}

.footer-box2 h6 {
  padding-top: 10px;
}

.footer-box2 h6 span {
  color: #39a768;
}

.footer-form {
  background-color: #e2e7e0;
  width: 450px;
  height: 625px;
  border-radius: 25px;
  margin-top: -22px;
  color: #000;
}

.footer-form h4 {
  color: #39a768 !important;
  padding-top: 15px;
  padding-left: 25px;
}




.footer-form input[type="text"],
.footer-form input[type="email"],
.footer-form input[type="tel"] {
  display: inline-block;
  width: 87%;
  float: left;
  background: none;
  border: none;
  border-bottom: 1px solid #39a768;
  margin-bottom: 20px;
  margin-left: 25px;
  margin-top: 20px;
  outline: none;
  color: black;

}

.footer-form textarea {
  display: inline-block;
  width: 87%;
  float: left;
  background: none;
  border: none;
  border-bottom: 1px solid #39a768;
  margin-bottom: 20px;
  margin-left: 25px;
  margin-top: 20px;
  outline: none;
  color: black
}

.submitBtn {
  display: inline-block;
  float: left;
  background: #39a768 !important;
  padding: 10px 20px;
  color: #fff;
  margin-top: 35px;
  cursor: pointer;
  margin-left: 140px;
  border: none;
}

@media (max-width:400px){
  .submitBtn{
    margin-left: 75px;
  }
}

.copyright-text {
  color: #fff;
  padding-top: 40px;
  float: left;
}

.copyright-text a {
  color: #39a768;
}

.copyright-text a:hover {
  color: #ffffff;
}

.copyright-icon ul {
  display: inline-flex;
  margin: 30px 140px;
  float: right;
}

.copyright-icon ul li {
  padding: 10px 10px;
  display: block;
}

.copyright-icon ul li a {
  color: #fff;
  font-size: 18px;
}


/*------------------view-projects-banner--------------*/

.banner-image-new {
  height: 600px;
  /* background-image: url(../image/bnr3.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project-tag {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.project-tag span {
  font-size: 18px;
  color: #b8a87f;
}

.banner-hover {
  text-align: center;
  font-size: 18px;
  color: #b8a87f;
  padding-top: 130px;
}

.banner-hover-text,
.banner-hover-text2 {
  color: #fff !important;
}

.banner-hover-text2::after {
  content: "";
  clear: both;
  display: block;
  height: 1px;
  width: 90px;
  border-top: 1px solid #b8a87f;
  margin: 40px auto;
}

#highlights {
  padding: 60px 0px !important;
}

.block2 {
  text-align: center;
}

.block2 h5 span {
  font-size: 14px;
  color: #b8a87f;
  letter-spacing: 2px;
  text-transform: uppercase;
  clear: both;
  display: block;
  font-family: 'Poppins', sans-serif;
}

.block2 h5 {
  font-size: 48px;
  text-transform: capitalize;
}


/*---------------------nav---------------*/

.projectTabs {
  text-align: center;
}

.projectTabs .container {
  position: relative;
}

.projectTabs ul {
  width: 100%;
  clear: both;
  display: block;
  background: #fff;
  padding: 25px;
  box-shadow: 3px 3px 6px #000;
  position: absolute;
  margin-top: -40px;
  display: flex;
  justify-content: space-between;
}

.projectTabs ul li {
  display: inline-block;
  padding: 0px 20px;
}

.projectTabs ul li a {
  color: #242424;
  text-transform: uppercase;
}


/*--------------overview-------------*/

.pOverview {
  padding: 120px 0px 60px;
  clear: both;
  display: block;
  width: 100%;
  background: #f8f8f8;
}

@media (max-width:768px){
  .pOverview#overview{
    padding:50px 0px 20px;
  }
}

.pOverview .poLeft h5 {
  font-size: 36px;
}

.pOverview .poLeft p {
  font-size: 15px;
  color: #9ea0a6;
}

.pOverview .poLeft p span {
  font-size: 24px;
  color: #b8a87f;
  clear: both;
  display: block;
  margin-bottom: 20px;
}

ul.pOverviewList {}

ul.pOverviewList li {
  width: 45%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

ul.pOverviewList li {
  font-size: 48px;
  line-height: 36px;
  font-family: 'Cinzel', serif;
}

ul.pOverviewList li span {
  font-size: 16px;
  color: #9ea0a6;
  font-family: 'Poppins', sans-serif;
  clear: both;
  display: block;
}


/*----------------highlights---------------------*/

.phTabs {
  width: 100%;
  float: left;
}

.phdoor {
  float: left;
  width: 100%;
  padding-left: 0px;
}

.phMatr {
  width: 100%;
  float: left;
}

.phlink {
  width: 100%;
  margin-bottom: 30px;
}

.phlink .content-box {
  display: flex;
}

.phlink .content-box div {
  flex: 1
}

.phlink li {
  /* float: left; */
  list-style-type: none;
  /* display: inline-block;
  width: 33%; */
  padding: 8px 2px;
}

.phlink2 {
  float: left;
  width: 100%;
}

.phlink2 li {
  float: left;
  list-style-type: none;
  margin-right: 120px;
  line-height: 30px;
}

.phTabs>ul li {
  display: inline-block;
  width: 31.33%;
  float: left;
  text-align: center;
  text-align: center;
  background: #f8f8f8;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  height: 80px;
}

/* ::selection {
  background-color: transparent !important;
} */

.phTabs>ul li:hover,
.phTabs>ul li.active {
  background: #b8a87f;
  color: #fff !important;
  height: 80px;
}

.phTabs>ul li p {
  width: 70%;
  font-weight: bold;
  margin: 35px 0px 27px 78px;
  letter-spacing: 0.6px;
}

.phTabs>ul li:nth-child(1)::before {
  content: "";
  height: 80px;
  width: 80px;
  clear: both;
  display: block;
  margin: 0px auto;
  /* background: url(../image/ameni-sprite.png) 10px 14px no-repeat; */
  position: absolute;
}

.phTabs>ul li:nth-child(2)::before {
  content: "";
  height: 80px;
  width: 80px;
  clear: both;
  display: block;
  margin: 0px auto;
  /* background: url(../image/ameni-sprite.png) -75px 5px no-repeat; */
  position: absolute;
}

.phTabs>ul li:nth-child(3)::before {
  content: "";
  height: 80px;
  width: 80px;
  clear: both;
  display: block;
  margin: 0px auto;
  /* background: url(../image/ameni-sprite.png) -190px -190px no-repeat; */
  position: absolute;
}

.phTabs>ul li:nth-child(1):hover::before,
.phTabs>ul li:nth-child(1).active::before {
  /* background: url(../image/ameni-sprite.png) 10px -52px no-repeat; */
  position: absolute;
}

.phTabs>ul li:nth-child(2):hover::before,
.phTabs>ul li:nth-child(2).active::before {
  /* background: url(../image/ameni-sprite.png) -75px -75px no-repeat; */
  position: absolute;
}

.phTabs>ul li:nth-child(3):hover::before,
.phTabs>ul li:nth-child(3).active::before {
  /* background: url(../image/ameni-sprite.png) -190px -255px no-repeat; */
  position: absolute;
}

.phmInr {
  display: none;
}

#ph1m {
  display: block;
}

.phmInr h5 {
  font-size: 20px;
  margin: 20px 38px;
}

.phmInr h5:after {
  content: "";
  height: 4px;
  width: 50px;
  clear: both;
  display: block;
  margin: 9px 0px;
  background: #b8a87f;
}

.phmInr ul li {
  display: inline-block;
  float: left;
  width: 23%;
  margin: 1%;
}


/*---------------------gallery-----------------*/

.pGallery {
  clear: both;
  display: block;
  width: 100%;
  background: #f8f8f8;
  padding: 60px 0px;
}
@media (max-width:768px){
  .pGallery#gallery{
    padding: 20px 0 60px;
  }
}

ul.pgalImages {}

ul.pgalImages li {
  width: 46%;
  float: left;
  margin: 0 2% 30px;
  display: block;
}

ul.pgalImages li img {
  width: 100%;
  height: 150px;
  ;
}

.pGallery .videoFrame {}

.pGallery .videoFrame img {
  width: 100%;
  height: auto;
}

.pGallery .videoFrame iframe {
  width: 100%;
  height: auto;
}


/*------------------paln------------*/

.pUnitPlans {
  clear: both;
  display: block;
  width: 100%;
  padding: 60px 0px;
}

ul.unitPlanTabs {
  text-align: center;
  width: 100%;
  clear: both;
  display: block;
}

ul.unitPlanTabs li {
  display: inline-block;
  padding: 15px 20px;
  background: #f8f8f8;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}

ul.unitPlanTabs li.active,
ul.unitPlanTabs li:hover {
  background: #b8a87f;
  color: #fff;
}

ul.unitPlanTabs li.active::after {
  content: "";
  clear: both;
  display: block;
  border-right: 10px transparent;
  border-left: 10px transparent;
  position: absolute;
  border-top: 10px solid #b8a87f;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: 18%;
  margin-top: 13px;
}

.upLeft {
  width: 30%;
  float: left;
  margin-right: 5%;
  padding-top: 80px;
}

.upRight {
  width: 65%;
  float: left;
}

.upMatr img {
  width: 100%;
  height: auto;
}

.upMatr {
  display: none;
}

#up1m {
  display: block;
}

#up4m {
  display: block;
}

.upLeft ul li {
  text-align: right;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.upLeft ul {
  border-right: 1px solid #b8a87f;
}

.upLeft ul li.active::after {
  content: "";
  height: 10px;
  width: 10px;
  background: #b8a87f;
  position: absolute;
  clear: both;
  display: block;
  border-radius: 50%;
  right: -6px;
  top: 15px;
}

.upLeft ul li.active {
  color: #b8a87f;
}

.unitPlanBlock {
  clear: both;
  display: none;
  width: 100%;
}

#unitPlanBlock1Matr {
  display: block;
}


/*-------------------location--------------*/

.pLocation {
  margin: 60px auto;
  position: relative;
}

.pLocationMap {}

.pLocationMap img {
  width: 100%;
  height: auto;
}

.pLocationMap iframe {
  width: 100%;
}

.mapAnchors {
  height: 42%;
  position: absolute;
  width: 25%;
  background: #b8a87f;
  top: 13%;
}

.mapAnchors h6 {
  color: #fff !important;
  margin: 30px;
  font-size: 20px;
}

.mapAnchors h6::after {
  content: "";
  height: 3px;
  width: 40px;
  background: #fff;
  clear: both;
  display: block;
  margin: 20px 0px;
}

ul.mapAnchorsList {
  width: 80%;
  margin: 30px auto;
}

ul.mapAnchorsList li {
  width: 48%;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 20px 0px;
  border: 1px solid #b8a87f;
}

ul.mapAnchorsList li span {
  clear: both;
  display: block;
}

ul.mapAnchorsList li p {
  clear: both;
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

ul.mapAnchorsList li span img {
  width: 70px;
}

ul.mapAnchorsList li:nth-child(1) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

ul.mapAnchorsList li:nth-child(4) {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

ul.mapAnchorsList:after {
  content: "";
  height: 1px;
  width: 100%;
  clear: both;
  display: block;
}

ul.mapMileStones {
  width: 90%;
  margin-left: 0px;
}

ul.mapMileStones li {
  display: block;
  clear: both;
  margin-bottom: 10px;
  border-bottom: 1px dashed #fff;
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
}

ul.mapMileStones li span {
  font-size: 14px;
  clear: both;
  display: block;
}

.pReviews {
  margin: 60px auto;
}

ul.pReviewsList {}

ul.pReviewsList li {
  text-align: center;
  display: block;
}

.prMatr {
  /* font-size: 24px; */
  font-size: 15px;
  width: 80%;
  margin: 0 auto;
}

.prPic img {
  width: 185px;
  margin: 20px auto;
  border-radius: 100px;
  height: 185px;
}

.prName {
  font-size: 18px;
}

.pCTA {
  /* background: #b8a87f url(../image/map-bg.png) center no-repeat; */
  background-size: cover;
  padding: 60px 0px;
  clear: both;
  display: block;
  width: 100%;
  height: 380px;
  text-align: center;
}

.pCTA h4 {
  font-size: 60px;
  color: #fff !important;
  clear: both;
  display: block;
  width: 100%;
}

.pCTA h4 span {
  font-size: 48px;
  clear: both;
  display: block;
}

.pCTA a {
  padding: 15px 20px;
  color: #fff;
  background: #2c2c2c;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 auto;
}

.pCTA a:hover {
  color: #fff;
}

@media (max-width: 1124px) {
  .banner {
    height: auto;
    padding-bottom: 20px;
  }

  .banner-image2 {
    margin-top: 72px;
    height: 471px;
    width: 100%;
  }

  .ongoing-text3 {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  h1.logo {
    text-align: center;
  }

  .navbar-toggler {
    margin-top: -10px;
  }

  .bn-text h2 {
    font-size: 31px;
  }

  .bannerOver {
    padding-top: 20px;
  }

  .banner h1 {
    color: #fff;
    font-size: 32px;
  }

  .bannerText img {
    width: 40px;
  }

  .ourProjects .col-md-3 {
    margin-bottom: 20px;
  }

  ul.practicesList li {
    width: 94%;
    margin: 3%;
  }

  .hrLeft {
    width: 100%;
  }

  .hrRight {
    width: 100%;
  }

  .hrRight .tName {
    padding-bottom: 20px;
  }

  ul.homeBlogList li {
    width: 94%;
    margin: 3%;
  }

  .blockHeads h5 {
    font-size: 36px;
  }

  footer p.abtPara,
  footer ul.ftrLinks {
    width: 100%;
  }

  .bannerImage img {
    width: 100%;
    height: 100%;
    max-width: unset !important;
  }

  .container {
    max-width: 90%;
    width: 90%;
  }

  ul.pOverviewList li {
    float: left;
    min-height: 200px;
    font-size: 30px;
  }

  .phTabs ul {
    width: 100%;
    float: left;
    padding-left: 0px;
  }

  .phTabsdoor {
    width: 100%;
    float: left;
    padding-left: 0px;
  }

  .phTabs>ul li {
    width: 100%;
    margin-top: 10px;
  }

  .phmInr ul li {
    width: 100%;
  }

  .pGallery .videoFrame {
    margin-bottom: 20px;
  }

  .upRight {
    padding-top: 150px;
  }

  .upLeft ul li {
    line-height: 20px;
    margin-bottom: 20px;
  }

  .mapAnchors {
    height: auto;
    position: relative;
    width: 100%;
    background: #b8a87f;
    top: 0;
    padding: 20px 0px;
  }

  .pCTA h4 {
    font-size: 30px;
  }

  .pCTA h4 span {
    font-size: 36px;
  }

  .projectTabs ul {
    position: relative;
    margin-top: -40px;
  }

  .projectTabs {
    display: none;
  }

  .prMatr {
    font-size: 20px;
  }
}