* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
  
}

body {
  font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}



/* header */
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

header .headermn .navbar .navbar-brand {
  width: 9%;
}

header .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: .5s;
  position: relative;
  padding: 0px 0px !important;
  font-family: "Roboto", sans-serif;
}

header .nav-link::after {
  content: '';
  background-color: #0a4273;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}

header .nav-link:hover::after {
  width: 100%;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #0a4273;
}

header .navbar-nav {
  gap: 45px;
}

header .navbar-toggler {
  border: none;
  color: #0a4273;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

header .navbar-nav {
  position: relative;
  align-items: center;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

.sticky .headermn .navbar .navbar-brand {
  width: 9%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .navbar .whatsapp li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0a4273;
  color: #ffffff;
  border-radius: 3px;
  transition: .5s;
  border-radius: 30px;
  border: 1px solid #0a4273;
  position: relative;
  transition: .5s;
  z-index: 1;
}

header .navbar .whatsapp li a:hover{background-color: transparent; color: #0a4273;}

/* header .navbar .whatsapp li a::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #0a4273;
  z-index: -1;
}

header .navbar .whatsapp li a:hover:before {
  width: 100%;
}

header .navbar .whatsapp li a:hover {
  color: #ffffff;
} */

/* about */

#about{padding: 60px 0px;}
#about .row{row-gap: 25px; align-items:center;}
#about .imgs{overflow: hidden; border-radius: 10px;}
#about .imgs img{transition: .5s;}
#about .imgs:hover img{transform: scale(1.1);}
#about .content h6{font-size: 16px; font-weight: 600; margin-bottom: 15px; color: #0a4273;}
#about .content h2 span{color: #0a4273;}
#about .content h2{font-size: 35px; margin-bottom: 15px; font-weight: 600; color: #000;}
#about .content .text{font-size: 13px; text-align: justify;}

/* properties */

#properties{padding: 50px 0px; background-color: #ebebeb;}
#properties h2{text-align: center; font-size: 37px; font-weight: 600;}
#properties .text{text-align: center; margin-bottom: 35px;}
#properties .row{row-gap: 25px;}
#properties .imgs {overflow: hidden;}
#properties .imgs img{width: 100%; transition: .5s;}
#properties .imgs:hover img{transform: scale(1.1);}

/* should-work */

#should-work{padding: 50px 0px;}
#should-work .row{row-gap: 130px;}
#should-work h2{text-align: center; font-size: 37px; font-weight: 600;}
#should-work .iner{text-align: center;}
#should-work .text{text-align: center; margin-bottom: 50px;}
#should-work .imgs{text-align: center; margin-bottom: 30px; position: relative;}
#should-work .imgs::before{position: absolute; content: ''; width: 65px; height: 65px; background-color: #c7c9cb; border-radius: 50px;
left: -35px; margin: auto; bottom: -15px; right: 0px; z-index: -1; text-align: center; transition: .5s;}
#should-work .iner:hover .imgs::before{width: 100px; height: 100px; left: 0px;}
#should-work .imgs img{width: 65px;}
#should-work h3{font-size: 20px; font-weight: 600; margin-bottom: 15px;}


/* video-img */

#video-img{background-image: url(../images/video-bg.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; padding: 300px 0px; position: relative; cursor: pointer;}
#video-img::before{content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #000000; opacity: 0.3;}

.video-one .container {
	position: relative;
	padding-top: 320px;
	padding-bottom: 320px;
}

.video-one__btn {
	width: 110px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #fff;
	border-radius: 50%;
	font-size: 40px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	color: #fff;
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
}

.video-one__btn:hover {
	background-color: #fff;
	color: #252930;
}

.video-one__btn:before {
	content: '';
	position: absolute;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 2px solid #fff;
	opacity: .4;
	top: calc(50% - 70px);
	left: calc(50% - 70px);
	-webkit-animation: videoBtnAnim 3s linear infinite;
	animation: videoBtnAnim 3s linear infinite;
	
}

.video-one__btn:after {
	content: '';
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 2px solid #fff;
	opacity: .15;
	top: calc(50% - 80px);
	left: calc(50% - 80px);
	-webkit-animation: videoBtnAnim 5s linear infinite;
	animation: videoBtnAnim 5s linear infinite;
	
}


@keyframes videoBtnAnim {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}


/* banner-bg */

#banner-bg{overflow: hidden;}
#banner-bg .owl-theme .owl-dots .owl-dot{display:none;}

/* gallery */

#gallery {
  background-color: #ebebeb;
  padding: 60px 0 40px;
  overflow: hidden;
}

#gallery .row{row-gap: 20px;}

#gallery h2 {
  font-size: 38px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#gallery h2 span {
  color: #000;
}

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 8px #00000033;
}

#gallery .img-wrapper img {
  width: 100%;
}

#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

#nextButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 1;
}

#prevButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

#exitButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

/* banner-bg-1 */
#banner-bg-1{overflow: hidden;}
#banner-bg-1 .imgs video{width: 100%;}

/* #banner-bg-1{background-image: url(../images/banner-bg-2.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 150px 0px; position: relative; z-index: 1; background-attachment: fixed;}
#banner-bg-1::before {position: absolute; content: ""; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(180deg, rgba(26, 26, 26, 0.8) 0%, rgba(26, 26, 26, 0.1) 61.39%, rgba(26, 26, 26, 0) 100%); z-index: -1;}
#banner-bg-1 .content{text-align: center;}
#banner-bg-1 .content h2{font-size: 50px; width: 60%; font-weight: 600; color: #fff; margin: 0px auto 20px;}
#banner-bg-1 .content .text{font-size: 17px; text-align: center; width: 40%; color: #fff; margin: 0px auto 25px;}
#banner-bg-1 .content .view-properties{padding: 10px 30px; display: inline-block; background-color: #0a4273; color: #fff; 
border-radius: 3px;} */

/* counter  */

#counter{overflow: hidden;}
#counter .content{margin-left: 100px;}
#counter h2{font-size: 35px; color: #000; font-weight: 600; width: 75%; margin-bottom: 23px;}
#counter 
#counter .text{font-size: 16px; width: 80%; margin-bottom: 23px;}
#counter .row{row-gap: 30px; align-items: center;}
#counter .item h3{ color: #000; margin-bottom: 5px; font-size: 40px; font-weight: 600;}
#counter .item h4{ font-size: 17px; color: #000;}

/* testimonials */

#testimonials{padding: 150px 10px; background-color: #1a1a1a;}
#testimonials .imgs img{width: 100px;
    height: 100px;
    border-radius: 50px;}
#testimonials .content h2{font-size: 38px; font-weight: 600; color: #fff; width: 75%; margin-bottom: 30px;}
#testimonials .content h3{color: #fff; font-size: 26px; margin-bottom: 15px; font-weight:600;}
#testimonials .content .tex{color: #ffff; font-size: 14px; margin-bottom: 8px;}
#testimonials .content .rating i{color: #e7c873; font-size: 12px;}
#testimonials .iner h4{font-size: 20px; color: #fff; font-weight: 600;}
#testimonials .iner h6{font-size: 15px; color: #fff; font-weight: 600;}
#testimonials .iner i{color: #e7c873; font-size: 50px;}
#testimonials .iner .text{font-size: 16px; font-weight: 600; margin-top: 35px; color: #fff;} 

/* client-logo */

#client-logo{padding: 70px 10px; border-top: 1px solid #d3d3d349; background-color: #1a1a1a;}
#client-logo .text{font-size: 16px; font-weight: 600; margin-bottom: 55px; text-align: center; color: #fff;}
#client-logo .imgs img{width: 100px; text-align: center; margin: auto;}

/* download-browser */

#download-browser{padding: 50px 0px;}
#download-browser .row{background-color: #0a4273; align-items: center; border-radius: 10px;}
#download-browser .content{padding: 0px 110px;}
#download-browser .content h2{color: #fff; font-size: 35px; font-weight: 600; margin-bottom: 15px;}
#download-browser .content p{font-size: 17px; color: #fff;margin-bottom: 20px;}
#download-browser .content a{display: inline-block; padding: 10px 30px; border: 1px solid #fff; background-color: #fff; color: #0a4273; border-radius: 30px; font-weight: 600; transition: .5s;}
#download-browser .content a:hover{background-color: transparent; color: #fff;}
#download-browser .imgs img{border-radius: 0px 10px 10px 0px;}

/* footer */

footer .footertop {
  background-color: #f8f9fa;
  padding: 70px 0px 20px;
}

footer .row {
  row-gap: 25px;
}

footer .footertop h3{font-size: 20px; margin-bottom: 15px;}

footer .footertop .about img {
  width: 111px;
}

footer .footertop .schedule-btn a{
display: inline-block;
  padding: 10px 20px;
  background-color: #0a4273;
  color: #ffffff;
  border-radius: 3px;
  transition: .5s;
  border-radius: 30px;
  border: 1px solid #0a4273;
  position: relative;
  transition: .5s;
  z-index: 1;
  margin:18px 0px 5px;
}

header .navbar .whatsapp li a:hover{background-color: transparent; color: #0a4273;}

footer .footertop .about p {
  color: #000;
  font-size: 14px;
  width:77%;
  margin-top: 20px;
}

footer .footertop ul {
  list-style: none;
}

footer .footertop ul li {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}

footer .footertop ul li a {
  color: #000;
  font-size: 14px;
  transition: .5s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

footer .footertop ul li a:hover {
  color: #0a4273;
}

footer .footertop .addres li {
  margin-bottom: 20px;
}

footer .footertop .addres li i {
  color: #0a4273;
  font-size: 22px;
}

footer .footerboo ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-top: 1px solid #0a4273;
  padding-top: 20px;
}

footer .footerboo {
  background-color: #f8f9fa;
  padding: 20px;
}

footer .footerboo .soical li:first-child {
  color: #0a4273;
  text-align: center;
}

footer .footerboo .soical li:first-child a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #0a4273;
  border-radius: 50%;
  transition: .5s;
}

footer .footerboo .soical li:first-child a:hover {
  background-color: #000;
}

footer .footerboo ul li img {
  width: 195px;
  background-color: #0a4273;
  padding: 0px 10px 8px;
  border-radius: 100px;
}

/* quickcontact */

/*.quickcontact {*/
/*  width: 45px;*/
/*  position: absolute;*/
/*  top: 77%;*/
/*  right: 15px;*/
/*  z-index: 102;*/
/*}*/

.quickcontact-1 li{margin-bottom: 15px;}
.quickcontact-1 li .call-1{right: -20px; top: 43%; position: fixed; display: inline-block; padding: 10px; width: 85px; background-color: #0a4273; border-radius: 30px 0px 0px 30px; transition: .5s; z-index: 102;}
.quickcontact-1 li .call-1 i{height: 30px; display: inline-block; width: 30px; border-radius: 50px; background-color: #fff; color: #000; text-align: center; line-height: 30px;}
.quickcontact-1 li .call-1.call-2{top: 53%;}
/* .quickcontact-1 li img{width:25px;} */
.quickcontact-1 li:hover .call-1{right: 0px;}


/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #0a4273;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5;
}

.modal .submit:hover {
  background-color: #000;
}

