html, body {
height: 100%;
font-family: 'Montserrat' !important;
}
body{
  overflow-x: hidden;
}
p {
font-size: 12px;
letter-spacing: 1px;
font-family: 'Montserrat' !important;
color:#000 ;
}
h1, h2 {
font-size: 34px;
}
h3 {
font-family: 'Montserrat' !important;
font-size: 20px;
}
.justify{
text-align: justify!important;
}
.mb-20{
margin-bottom: 20px;
}
.m-t10{
margin-top: 10px;
}
a, a:hover {
text-decoration: none !important;
}
.btn:focus {
outline: 0;
box-shadow: unset;
}
/*disclaimer*/
#disclaimer .modal-dialog {
top:auto;
right:0;
left:auto;
bottom:auto;
z-index:9999999;
}
#disclaimer .modal-content {
border: 1px solid #fff;
}
#disclaimer .modal-header {
background-color: #2d5897;
color: #fff;
border-bottom:unset;
}
#disclaimer .modal-footer {
background-color: #2d5897;
color: #fff;
border-top: unset;
justify-content:center;
padding:0 0 1em 0;
}
#disclaimer .modal-body {
background-color: #2d5897;
color: #fff;
padding: 0 0em;
overflow: auto;
}
#disclaimer .modal-header .close {
margin: -1rem -1rem -1rem auto ;
}
#disclaimer .modal-title {
font-size:12px;
}
#disclaimer .modal-body p {
font-size:9px;
text-align:left;
color:#fff !important;
}
#disclaimer .modal-body::-webkit-scrollbar {
width: 5px;
}
#disclaimer .modal-body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}
#disclaimer .modal-body::-webkit-scrollbar-thumb {
background-color:#004085;
outline: unset;
}
.modal-dialog-slideout { margin: 12% 0 auto auto;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}
.disc{
text-align: justify;
}
.disc input {
display: inline-block;
width: 10px;
height: 10px;
color: #a1a1a1;
text-align: justify;
}
.disc label, .disc label a {
display: contents;
font-size: 12px;
color: #a1a1a1;
}
.btn-dis {
background-color: #0069d9;
border-color: #0062cc;
color: #fff;
padding: 5px 15px;
font-size: 8px;
}
.btn-dis:hover {
background-color: #004085;
color: #2d5897;
}
@media (min-width: 576px){
#disclaimer .modal-dialog {
max-width:24%;
}
}
/*Navigation section*/
.navbar {
padding: 0px 0 0px 0;
}
.topmarnew {
margin: 0px 15px 0px 0px;
}
#primary-nav .navbar-nav .nav-link {
font-size: 14px;
padding: 10px 12px;
font-weight: 700;
margin-top: 6px;
letter-spacing: 1px;
color: #000000;
background: transparent;
}
/*#primary-nav .container {
padding: 0;
}*/
/* Underline From Left */
.call-icon{
background-color: #2d5897!important;
color: white!important;
border-radius: 10px;
}
.hvr-underline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
overflow: hidden;
}
.hvr-underline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
background: #004085;
height: 2px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
right: 0;
}
#primary-nav {
transition:all 0.5s ease-in;
}
.bg-dark {
background-color: #ffffff73!important; 
}
#primary-nav .navbar-nav .nav-link:hover,
#primary-nav .navbar-nav .active > .nav-link,
#primary-nav .navbar-nav .nav-link.active,
#primary-nav .navbar-nav .nav-link.show,
#primary-nav .navbar-nav .show > .nav-link {
color: #004085 !important;
font-weight: 600;
}
#primary-nav .navbar-nav .nav-item:last-child .nav-link:hover {
color: white!important;
}
#primary-nav  .nav-item > .nav-link.active {
color: #004085 !important;
font-weight: 600;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
position: fixed!important;
top: 0!important;
width: 100%;
padding: 2px 0 3px 0 !important;
transition:all 0.5s ease-in;
z-index:999;
background: #ffffffe6!important;
}
#top-nav {
background-color: #27427f !important;
}
#top-nav .navbar-nav .nav-link {
font-size: 11px;
/*padding: 5px 25px;*/
font-weight: 400;
letter-spacing: 2px;
color: #fff;
}
#top-nav .navbar-nav i {
color: #fff;
padding-right: 5px;
}
#top-nav .navbar-nav .btn-login {
border: 1px solid #004085;
}
#top-nav .navbar-nav .active > .nav-link,
#top-nav .navbar-nav .nav-link.active,
#top-nav .navbar-nav .nav-link.show,
#top-nav .navbar-nav .show > .nav-link,
#top-nav .navbar-nav .nav-link:hover {
color: #004085;
font-weight: 600;
}
.dropdown-slide > .dropdown-menu {
opacity: .3;
display: block;
-webkit-transform-origin: top;
transform-origin: top;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-transform: scale(1, 0);
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
z-index: 99999 !important;
}
.show.dropdown-slide > .dropdown-menu {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
border-radius: 0;
background-color: #fff;
/*border-color: #004085;*/
margin-top: 6px;
transition: 0.3s all;
padding: 0;
}
.dropdown-item {
font-size: 12px;
padding: 6px 12px;
}
.dropdown-item:focus, .dropdown-item:hover {
color: #004085;
text-decoration: none;
background-color: #2d5897;
transition: 0.2s all;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #2d5897;
}
.isDisabled, .isDisabled:hover {
color: #2d5897;
text-decoration: none;
font-weight: bold;
background-color: #004085;
}
.navbar-toggler:focus,
.navbar-toggler:active {
outline: 0;
}
.navbar-toggler span {
display: block;
background-color: #2d5897;
height: 3px;
width: 25px;
margin-top: 4px;
margin-bottom: 4px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
position: relative;
right: 0;
opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
-webkit-transition: transform .35s ease-in-out;
-moz-transition: transform .35s ease-in-out;
-o-transition: transform .35s ease-in-out;
transition: transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
position: absolute;
right: 12px;
top: 16px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
height: 12px;
visibility: hidden;
background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
position: absolute;
right: 12px;
top: 16px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
opacity: 0.9;
}
/*end Navigation*/
/*Banner*/
#myVideo {
width: 100%;
height: 86vh;
object-fit: cover;
}
.btn-banner {
background-color: #2d5897;
Color: #fff;
padding: 6px 16px;
border-radius: 0px;
margin-bottom: 15px;
font-size: 12px;
}
.btn-banner:hover {
background-color: #2d5897;
Color: #fff;
padding: 6px 16px;
border-radius: 0px;
margin-bottom: 15px;
}
.btn-banner1 {
background-color: #2d5897;
Color: #004085;
padding: 8px 32px;
border-radius: 0px;
border-color: #004085;
margin: 1em 0;
}
.btn-banner1:hover {
background-color: #004085;
color: #fff !important;
border-color: #2d5897;
}
.checkmehide {
display: none;
}
/*end banner*/
/*video banner*/
.home-banner {
height: 84vh;
padding: 0;
}
#custom-seekbar {
cursor: pointer;
height: 2px;
margin-top: -10px;
outline: none;
overflow: hidden;
position: relative;
width: 100%;
transition: 0.5s ease-out;
}
#custom-seekbar span {
background-color: #2d5897;
position: absolute;
top: 0;
left: 0;
height: 2px;
width: 0px;
transition: 0.5s ease-out;
}
.btn-vertical-slider {
margin-left: 35px;
cursor: pointer;
}
a {
cursor: pointer;
}
/*project location*/
.img-hover-zoom--slowmo {
overflow: hidden !important;
}
.img-hover-zoom--slowmo h3,.img-hover-zoom--slowmo h2 {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
font-weight: 600;
color: #fff;
background-color: rgba(0,0,0,0.5);
padding: 5px;
cursor:pointer;
}
/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
transform-origin: 50% 65%;
transition: transform 5s, filter 3s ease-in-out;
filter: brightness(100%);
width: 100%;
height: 550px;
}
/* The Transformation */
.img-hover-zoom--slowmo:hover img {
filter: brightness(80%);
transform: scale(1.2);
}
.img-hover-zoom--slowmo:hover h3 {
background-color: #001837;
transition:0.4s ease-in;
}
.pro-up h3, .pro-down h3 {
font-size:14px;
}
.pro-up .col-lg-6, .pro-down .col-lg-6 {
padding-right: 0px;
overflow:hidden;
}
/*.pro-up img {
margin-bottom: 10px;
}*/
.pro-up img, .pro-down img {
width: 100%;
height: 252px;
overflow:hidden;
}
.hovereffect {
width: 100%;
height: 220px;
margin-bottom: 30px;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
background: #2d5897;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
padding: 30px 20px;
}
.hovereffect img {
display: block;
position: relative;
max-width: none;
height: 100%;
width: calc(100% + 20px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px,0,0);
transform: translate3d(-10px,0,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.hovereffect:hover img {
opacity: 0.2;
filter: alpha(opacity=40);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.hovereffect h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
overflow: hidden;
padding: 0.5em 0;
background-color: rgba(0,0,0,0.7);
}
.hovereffect h2:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #fff;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
.hovereffect:hover h2:after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.hovereffect a, .hovereffect p {
color: #FFF;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
.hovereffect:hover a, .hovereffect:hover p {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
/*Subfooter Section*/
.flex-parent {
display: flex;
flex-wrap: nowrap;
}
.flex-child {
width: 100%;
}
.flex-child a > i {
font-size:14px;
padding-right:5px;
}
.subfooter-area {
padding: 2em 0 1em 0;
background: #232323 ;
color: #fff;
text-align: justify;
}
.subfooter-area h5,.subfooter-area span {
margin-bottom: 1em;
font-size: 18px;
line-height: 2.5;
}
.subfooter-area p {
font-size: 10px;
color: #fff !important;
margin-bottom: 10px;
}
.font-16{
font-size: 14px!important;
}
.subfooter-area a {
color: #fff;
font-size: 10px;
transition: 0.3s ease-in;
}
.subfooter-area a:hover {
color: #004085;
font-size: 10px;
padding-bottom: 5px;
transition: 0.3s ease-in;
}
.flex-padd {
padding-left: 4em;
}
/*Subfooter Section*/
/*footer Section*/
.footer-area {
background: #000000;
color: #fff;
padding: 8px 0;
}
.footer-area p {
margin: 0;
font-size: 10px;
text-transform:capitalize;
color:#fff;
}
.disclaimer-p {
text-align: right;
}
.footer-area p > a,
.disclaimer-p a {
color: #004085;
}
/*footer Section*/
/*Banner section*/
.project-banner {
padding: 0;
/*   height: 84vh;*/
position: relative;
}
#carousel-pro-banner .carousel-indicators {
position: absolute;
right: 30%;
bottom: 5px;
left: 30%;
margin-right: 1%;
margin-left: 1%;
}
#carousel-pro-banner .carousel-indicators li {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
background-color: rgba(255,255,255,.5);
}
#carousel-pro-banner .carousel-indicators .active {
background-color: #004085;
}
.project-det {
/* position: absolute;*/
bottom: 7%;
z-index: 999;
left: 0;
right: 0;
padding: 0;
text-align: center;
}
.banner-list {
list-style-type: none;
padding: 0;
}
.banner-list li {
display: inline-block;
padding: 1em 4em 1em 2em;
color: #fff;
font-size: 12px;
margin: 0 1em;
background-color: #2d5897;
border: 1px solid #004085;
text-align: left;
}
.banner-list li > span {
font-weight: 700;
color: #004085;
}
.banner-form {
position: absolute;
right: 40px;
top: 20%;
background-color: #fff;
border: 1px solid #2d5897;
padding: 10px 10px;
display: none;
font-size: 12px;
}
.banner-form .form-control {
font-size: 12px;
}
a.closeX {
position: absolute;
right: 0px;
top: 0px;
padding: 10px 15px;
background-color: #004085;
color: #2d5897;
margin-top: -23px;
margin-right: -23px;
border-radius: 50%;
cursor: pointer;
z-index: 999;
font-size: 18px;
font-weight: bold;
}
/*plan section*/
.more-less {
float: right;
color: #212121;
}
.map1, .map2, .map3, .map4, .map5 {
border: 1px solid #2d5897;
padding: 0px;
height: 500px;
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
select.round {
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
background-repeat: no-repeat;
}
select.round:focus {
background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
background-repeat: no-repeat;
border-color: #2d5897;
outline: 0;
}
/*location page*/
/*Enquire Now Form*/
.enquire-now  {
position: fixed;
top: 24%;
right: 0%;
z-index: 99999;
display:block;
transition: transform .3s ease-in-out;
opacity: 0;
}
.enquire-now.active {
transform: translateY(60px);
opacity: 1;
visibility: visible;
}
.enquire-now img {
width: 60px;
}
.enquire-now:hover img {
transform: scale(0.7, 0.7);
transition: 0.5s ease-in;
}
.enquire-now span {
text-orientation: upright;
writing-mode: vertical-lr;
display:block;
text-align: center;
vertical-align: middle;
background-color:#2d5897;
color:#fff;
padding: 5px;
margin: 3px auto;
font-size: 10px;
/* visibility: hidden;
opacity: 0;*/
transition: visibility 0.6s linear,opacity 0.6s linear;
}
.enquire-now img:hover + span {
visibility: visible;
opacity: 1;
transition: visibility 0.9s linear,opacity 0.9s linear,display 0.9s linear;
}
.btn-enquire-submit {
padding: 9px 30px;
color: #fff !important;
background-color: #2d5897;
font-size: 12px;
border: 1px solid #2d5897;
text-transform: uppercase;
display: block;
margin: 0 auto;
}
.enquire-box {
position: fixed;
top: 78%;
right: 9%;
z-index: 99999;
background-color: #2d5897;
border: 1px solid #2d5897;
padding: 10px;
}
.enquire i {
padding: 5px;
color: #fff;
}
.enquire span {
display: block;
color: #004085;
font-size: 8px;
}
.enquire span:hover {
color: #fff;
}
.enquire i:hover {
color: #004085;
}
.intflag {
padding-left: 90px !important;
}
#myModal .form-control, #myModal2 .form-control {
color: #2d5897;
background-color: #fff;
border: 1px solid #004085;
padding: 5px 10px;
}
#myModal .modal-content, #myModal2 .modal-content {
border: 1px solid #004085;
}
#myModal .modal-header, #myModal2 .modal-header {
padding: 1rem;
border-bottom: 1px solid #2d5897;
}
/*directional aware*/
*, *:before, *:after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.content-title2 {
font-weight: bold;
color: #000;
text-align: left;
padding-top: 10px;
padding-left: 10px;
}
.content-title3 {
font-weight: normal;
color: #000;
text-align: left;
padding-bottom: 10px;
padding-left: 10px;
}
.carousel-control-next {
position: absolute;
top: 50%;
bottom: unset; 
color: #ffffff;
text-align: center;
opacity: .5;
background-color: #2d5897;
border-radius: 50%;
left: 95%;
}
.carousel-control-prev {
position: absolute;
top: 50%;
bottom: unset;
color: #ffffff;
text-align: center;
opacity: .5;
background-color: #2d5897;
border-radius: 50%;
left: 2%;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
color: #004085;
text-decoration: none;
outline: 0;
opacity: .9;
}
@media screen and (max-width: 640px) {
.contact-info {
margin-bottom: 10px;
margin-top: 20px;
}
}
@media (min-width: 776px){
.slide1 img{
height: 650px!important;
background-size: cover;
}
.static-top {
position: absolute;
top: 0px;
left: 0px;
z-index: 999999;
width: 100%;
}
.vsv-icon {
display: inline-block;
width: 5vw;
height: 5vw;
background-color: #fff;
-webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
display: block;
margin: 0 auto;
}
.font-weight-bold {
font-weight: 700 !important;
}
.vsv-img .h1{
display: block;
}
.vsv-icon, .vsv-img .h1 {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.vedio{
width: 100%;
height: 450px;
}
.m-banner{
display: none;
}
.fa-2x{
font-size: 25px;
}
.carousel-caption1 p{
color: white;
font-size: 20px;
}
.carousel-caption1 {
background-image: linear-gradient(to right,#00000083,#000000b7,#000000d2, #000000);
position: absolute;    
width: 40%;
border: 1px solid #fff ;
top: 50%;
left: 80%;
transform: translate(-50%, -50%);
z-index: 2;
padding: 30px 10px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.navbar-brand .logo{
width: 157px;
padding: 10px 0px;
}
.navbar-brand .logo1{
width: 93px;
margin-top: 5px;
/* filter: invert(1); */
}
.navbar-brand .logo2{
width: 57px;
}
.project-titles {
padding: 2em 0px;
}
section{
padding: 3em 0px;
}
.cards{
margin-bottom: 75px;
}
.prop-img-div img {
height: 440px;
object-fit: cover;
}
.pro-lo-inner {
box-shadow: 2px 2px 11px #999;
background-color: #fff;
border: 2px solid #e0dede;
border-radius: 1px;
margin-bottom: 10px;
}
.proj-base .row .col-md-4 {
border-right: 1px solid #333;
}
.projectodd:before {
background: #142f589c no-repeat center center;
content: "";
position: absolute;
left: 0;
top: -33px;
height: 105%;
width: 35%;
z-index: -1;
}
.projecteven:before {
background: #142f589c no-repeat center center;
content: "";
position: absolute;
right: 0;
top: -33px;
height: 105%;
width: 35%;
z-index: -1;
}
.projectodd .pro-lo-inner {
margin-left: 29px;
}
.projecteven .pro-lo-inner {
margin-right: 29px;
}
.proj-base{
width: 40%;
position: absolute;
color: black;
background-color: white;
text-align: center;
font-size: 16px;
transition-delay: 5s;
transition: all .10s ease;
}
.projectodd .proj-base{
right: 2%;
top: 70%;
padding: 20px;
transform: translate(-2%, -70%);
}
.projecteven .proj-base{
left: 4%;
top: 70%;
padding: 20px;
transform: translate(-4%, -70%);
}
.projectodd .pro-lo-btn-bx {
float: inline-end;
}
.projecteven .pro-lo-btn-bx {
float: inline-start;
}
.cards:hover .proj-base{
top: 61%;
transition: all .5s ease;
}
.proj-base .details{
display: none;
}
.cards:hover .details{
display: block;
text-align: justify;
}
.pro-lo-inner figure {
margin: 0 0 0rem;
}
.proj-base {
text-align: center;
}
.fa-2x{
font-size: 25px;
}
}
@media (max-width: 775px){
.slide1 img{
height:200px!important;
background-size: cover;
}
.bg-dark {
background-color: #ffffffe1  !important;
position: relative;
width: 100%;
}
.vsv-icon {
display: inline-block;
width: 10vw;
height: 10vw;
background-color: #fff;
-webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
display: block;
margin: 0 auto;
}
.font-weight-bold {
font-weight: 700 !important;
display: block;
}
.vsv-img .h1 {
font-size: 20px;
}
.vsv-icon, .vsv-img .h1 {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.vedio{
width: 100%;
height: 250px;
}
.d-banner{
display: none;
}
.carousel-caption1 .btn-pro-in{
position: relative;
width: 200px;
}
.carousel-caption1 p{
color: white;
font-size: 20px;
}
.carousel-caption1 {
background: rgb(0 0 0 / 80%);
position: relative;
width: 100%;
/* border: 5px solid #4C7DBE; */
/* top: 50%; */
/* left: 50%; */
padding: 20px;
/* transform: translate(-50%, -50%); */
z-index: 2;
padding: 30px 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
padding-bottom: 20px;
}
.fa-2x{
font-size: 15px!important;
}
.navbar-brand .logo{
width: 120px!important;
}
.navbar-brand .logo1{
width: 60px!important;
margin-top: 0px;
/* filter: invert(1); */
}
.navbar-brand .logo2{
width: 40px;
}
.project-titles {
padding: 2em 0px;
}
.project-titles h1{
font-size: 30px;
}
section{
padding: 1em 0px;
}
.cards{
margin-bottom: 35px;
}
.proj-base{
background-color: white;
margin-top: 10px;
border: 2px solid #e0dede;
}
.proj-base .row .col-md-4 {
border-bottom: 1px solid #b8b5b5;
padding: 5px 0px;
}
.proj-base .row .col-md-4:last-child{
border: none;
}
.projectodd:before {
background: #142f589c no-repeat center center;
content: "";
position: absolute;
left: 0;
top: -12px;
height: 38%;
width: 31%;
z-index: -1;
}
.projecteven:before {
background: #142f589c no-repeat center center;
content: "";
position: absolute;
right: 0;
top: -12px;
height: 40%;
width: 31%;
z-index: -1;
}
.details{
text-align: justify;
}
.projectodd .pro-lo-inner {
margin-left: -3px;
}
.projecteven .pro-lo-inner {
margin-right: -3px;
}
.proj-base{
width: 40%;
position: absolute;
color: black;
text-align: center;
font-size: 16px;
transition-delay: 5s;
transition: all .3s ease;
}
.prop-img-div img {
width: 100%;
height: 210px!important; 
border-radius: 1px;
object-fit: cover;
}
.projectodd .proj-base{
padding: 20px;
position: relative;
width: 100%;
}
.projecteven .proj-base{
padding: 20px;
position: relative;
width: 100%;
}
.projecteven h2,.projectodd h2 {
font-size: 21px;
}
.projectodd .pro-lo-btn-bx,.projecteven .pro-lo-btn-bx {
float: none;
}
.cards:hover .proj-base{
top: 61%;
transition: all .3s ease;
}
.pro-lo-inner figure {
margin: 0 0 0rem;
}
.proj-base {
text-align: center;
}
.navbar-nav {
background: #ffffff6e;
}
.navbar-nav li{
margin-bottom: 3px;
border-bottom: 2px solid white;
}
.call-icon {
background-color: #2d5897 !important;
color: white !important;
border-radius: 10px;
/* margin: 10px 25px; */
padding: 6px 10px!important;
}
.fa-2x{
font-size: 15px!important;
}
.icon-sm i{
font-size: 25px!important;
}
.contact-info {
display: inline-block!important;
width: 49%!important;
}
}
@media screen and (min-width: 900px) {
.pro-lo-inner span {
display: inline-block;
width: 30%;
}
.pro-lo-inner .specification span{
display: table-cell!important;
}
p.prop-name {
position: absolute;
top: 117px;
width: 275px;
font-weight: 700;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
left: -121px;
text-align: center;
color: black;
background-color: #ffffffcd;
padding: 5px 16px;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
.pro-lo-inner p {
color: #000;
font-size: 14px;
margin-bottom: 10px;
}
.pro-lo-inner .col-md-4{
padding-right: 5px;
padding-left: 5px;
}
.carousel-control-next {
width: 61px;
height: 61px;
left: 95%;
}
.carousel-control-prev {
height: 61px;
width: 61px;
left: 2%;
}
.box-container {
width: 25%;
}
}
body::-webkit-scrollbar {
width: 3px;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
background-color: #2f2f2f;
outline: 1px solid #5483c0;
}
.fadeIn-bottom {
top: 80%;
}
.fadeIn-top {
top: 20%;
}
.fadeIn-left {
left: 20%;
}
.fadeIn-right {
left: 80%;
}
.bgpadd {
padding: 2em 2em;
background: #edeef2;
}
.fa-calendar-alt {
color: #004085;
}
.regoffice {
margin: 2em 0;
}
.regoffice p {
margin: 6px 0;
}
/*Banner section*/
.project-banner1 {
padding: 0;
/*height: 79vh;*/
position: relative;
}
.project-banner1 img {
width: 100%;
height: 100%;
}
.project-det1 {
position: absolute;
bottom: 5%;
z-index: 999;
left: 0;
right: 0;
padding: 0;
text-align: center;
}
.project-det1 .form-control {
display: block;
width: 100%;
padding: 8px;
font-size: 1rem;
line-height: 1.5;
color: #2d5897;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #004085;
border-radius: 0;
height: unset;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.project-det1 select.form-control:not([size]):not([multiple]) {
height: unset;
}
.project-det1 select {
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
}
.project-det1 .form-control:focus {
box-shadow: unset;
}
select.round {
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
background-repeat: no-repeat;
}
select.round:focus {
background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
background-repeat: no-repeat;
border-color: #2d5897;
outline: 0;
}
.btn-pro-in {
padding: 10px 20px;
border: 1px solid #fff;
border-radius: 0px;
background-color: #2d5897;
color: white !important;
font-size: 14px;
display:inline-block !important;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
}
.btn-pro-in:hover{
border-radius: 0px!important;
}
.btn-anim {
  background: linear-gradient(-45deg, #2d5897, #0c71b2, #2d5897, #0c71b2);
  border: none;
  z-index: 1;
}
.btn-anim:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #19417c;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.btn-anim:hover {
  color: #fff;
}
.btn-anim:hover:after {
  left: 0;
  width: 100%;
}
.btn-anim:active {
  top: 2px;
}
.pro-lo-inner:hover {
border-radius: 15px;
transition: 0.5s ease-in;
}
.pro-lo-inner:hover .btn-pro-in, .pro-lo-inner:hover figure {
border-radius: 5px;
transition: 0.5s ease-in;
}
/* ------------- buttons ----------------- */
.m-btn {
font-size: 12px;
color: #000;
padding: 3px 15px;
cursor: pointer;
}
.m-btn.active {
border-radius: 50px;
border: 1px solid grey;
padding: 6px 24px;
color: #2d5897;
font-weight: 700;
background-color: #ccc;
}
/* ----------------- video page ----------------- */
.video-b {
text-align: center;
}
.video-b h5 {
text-transform: uppercase;
padding: 10px 0 20px 0;
font-size: 16px;
}
.video-b h6 {
margin: 0.5em 0 3em 0;
}
/* Media Queries for Responsive */
@media (max-width: 1024px) {
}
.widdm{
width:40%;
}
@media (max-width: 768px) {
.pro-lo-inner:hover .btn-pro-in, .pro-lo-inner:hover figure {
border-radius: 5px;
transition: 0.5s ease-in;
}
.pro-lo-btn-bx {
padding: 0px!important;
display: flex;
margin: 0px auto;
}
.btn-pro-in {
padding: 8px !important;
font-size: 12px!important;
}
.prop-img-div{
position: relative;
overflow: hidden;
transition: ease all 1s;
}
p.prop-name {
position: absolute;
top: 112px;
height: 28px;
width: 250px;
font-weight: 700;
border-top-right-radius: 10px;
left: -110px;
text-align: center;
color: black;
background-color: #ffffffcd;
padding: 5px 16px;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
.carousel-control-next {
width: 21px;
height: 21px;
left: 92% !important;
top: 45% !important;
background-color: #2d5897;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
display: inline-block;
width: 10px;
height: 10px;
}
.carousel-indicators{
display: none;
}
.carousel-control-prev {
width: 21px;
height: 21px;
left: 3% !important;
top: 45% !important;
background-color: #2d5897;
}
.bdisplay{display:block !important;}
.topmarnew {
margin: 0px 6px 0px 0px !important;
font-size: 10px !important;
}
.marg10{margin-top:10px !important;}
.widdm{
width:80% !important;
}
.project-banner1 img, .project-banner1 {
height: auto;
}
.btn-pro-in {
width: 100%;
display:inline-block !important;
}
.btn-pro-in:hover{
border-radius: 0px;
}
.mobile-hider {
display: none;
}
.farrok-div {
width: 100%;
margin-top: 2em;
}
#myVideo {
height: 100vh;
}
.news-area, .services-area {
padding: 2em;
}
.contact-div2 {
padding: 2em 1em 0 1em;
}
.contact-div {
padding: 1em;
}
.color-bx {
margin: 1em 0;
}
.footer-area p {
padding: 4px 0;
}
.disclaimer-p {
text-align: left;
}
.flex-parent {
display: flex;
flex-wrap: wrap;
}
.flex-child {
width: 50%;
margin-bottom: 2em;
}
.flex-padd {
padding-left: 0;
}
.subfooter-area {
padding: 3em 0 0 0;
text-align: justify;
}
.newsletter-area h5,.newsletter-area p{
padding: 20px 0;
}
.subfooter-area i {
font-size: 14px;
}
.client-area {
padding: 3em 0;
}
.client-area iframe {
position: initial;
}
.about-area img {
position: initial;
width: 100%;
}
}
@media (max-width: 640px) {
.pro-lo-inner span {
display: contents;
width: 30%
}
.pro-lo-inner .bdisplay{
display: block;
width: 70%
}
}
@media (max-width: 480px) {
p{
font-size:12px !important;
}
#primary-nav {
padding: 2px 0 3px 15px !important;
}
#primary-nav .navbar-brand {
padding-top: unset;
padding-bottom: .4335rem;
}
#top-nav .ml-auto {
margin: 0 auto !important;
}
#top-nav .navbar-nav {
flex-direction: row !important;
}
#primary-nav .navbar-nav .nav-link {
font-size: 12px;
padding: 6px 30px;
font-weight: 600;
letter-spacing: 1px;
}
.dropdown-slide > .dropdown-menu {
display: none;
}
.dropdown:hover .dropdown-menu {
display: block !important;
transition: 0.3s ease-in;
}
.enquire-now {
position: fixed;
top: unset;
bottom: 0;
right: 0px;
z-index: 99999;
width: 100%;
transform: unset;
border-radius: 0;
height: 40px;
text-align: center;
padding: 10px;
background-color: #2d5897;
border: 1px solid #004085;
}
.enquire-now img {
display: none;
}
.enquire-now span {
display: block;
font-size: 11px;
color: #fff !important;
text-align: center;
visibility: visible;
opacity: 1;
padding: unset;
margin: unset;
text-orientation: unset;
writing-mode: unset;
}
.enquire i {
padding: 5px;
color: #fff;
font-size: 20px;
}
.btn-call-mob {
position: fixed;
bottom: 0;
left: 0;
width: 50%;
padding: 10px;
background-color: #2d5897;
color: #fff !important;
border: 1px solid #004085;
border-radius: 0;
height: 40px;
text-align: center;
font-size: 12px;
z-index:9999;
}
.footer-area {
padding-bottom: 50px;
}
.footer-area .row {
margin-left: 0;
margin-right: 0;
}
.flex-padd:nth-child(2n+0) {
padding-left: 25px;
}
.flex-child a > i {
font-size: 15px;
padding-right: 8px;
}
.subfooter-area a {
color: #fff;
font-size: 12px;
transition: 0.3s ease-in;
}
/* --------------- contact page --------------------- */
.contact-sector {
padding: 2em 0 0 0;
}
.contact-div {
padding: 1em 0;
}
.address-div:nth-last-child(3) {
padding: 1em 0em 0em 0em;
}
.address-div:nth-last-child(2) {
padding: 0em 0em 0em 0em;
}
/*projects page*/
.proj-base .row .col-md-4 {
border-right: none;
}
.quality-life img {
width: 100%;
}
#banner-form {
display: none !important;
}
}
@media (max-width: 360px) {
}
/* Media Queries for Responsive */
.iti {
position: relative;
display: block;
}
.iti__flag {
background-image: url("../img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-image: url("../img/flags%402x.png");
}
}
.am-box-margin{
margin-bottom:10px;
}
.hheading h1{
font-size:20px;
}
#report .imageCard img{
width:100%;  
}
/* Style the list */
ul.breadcrumb {
padding: 10px 16px;
list-style: none;
background-color: unset;
}
/* Display list items side by side */
ul.breadcrumb li {
display: inline;
font-size: 14px;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
padding: 8px;
color: black;
content: "/\00a0";
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
color: #0275d8;
text-decoration: none;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
color: #01447e;
text-decoration: underline;
}
.marg10{margin-bottom: 35px;margin-top:0px;}
.homeplist h3{
margin-top: 20px;
color: #2d5897;
text-align: center;
}
.bdisplay{display:inline-block;}
.high{
color: #2d5897!important;
}
/* -------------Contact------------------ */
.contact {
margin: 0px 0;
background: url(../img/boston.webp) fixed;
background-size: cover;
}
.contact .cont-box {
padding: 50px 0;
}
.enquery-form h2 {
color: white !important;
}
.contact-info {
background: #000000a6;
background-size: cover;
padding: 20px;
margin-bottom: 10px;
}
.contact .enquery-form {
color: #333;
height: 100%;
padding: 30px;
background: #000000a6;
background-size: cover;
background-repeat: repeat;
}
.contact-info h4 {
font-size: 18px;
}
.contact-info p {
margin: 5px 0 !important;
line-height: 30px !important;
font-size: 13px;
letter-spacing: 1px;
}
.icon-sm{
text-align: center;
margin-bottom: 10px;
color: #2d5897;
}
.prop-img-div{
position: relative;
overflow: hidden;
transition: ease all 1s;
}
.dis p {
color: #fff;
letter-spacing: 1px;
font-size: 10px;
margin-bottom: 10px;
margin-bottom: 5px;
text-align: center;
}
/* ---------------Cards---------------- */
.relative {
position: relative;
}
.proj-base .row .col-md-4 p {
margin-bottom: 0;
}
.proj-base .row .col-md-4:last-child {
border-right: none;
}
.proj-base span {
font-weight: bold;
display: contents!important;
}
.pro-locations .container {
margin-bottom: 1em;
}
.pro-lo-inner {
border-radius: 1px;
margin-bottom: 10px;
}
.prop-img-div img {
width: 100%;
background-size: cover;
background-position: top;
background-color: #fff;
object-fit: cover;
}
.pro-lo-inner h4 > a,.pro-lo-inner h2 > a {
color: #000;
}
.pro-lo-inner span {
color: #2d5897;
padding-right: 5px;
display: block;
font-weight: bold;
}
.onw{
color: #000!important;
font-size: 13px;
font-weight: 100!important;
}
.pro-lo-inner p {
color: #000;
margin-bottom: 10px;
}
.builder-section{
background-color: #2f2f2f;
color: white;
}
.Walkthrough-section{
background-color: #e2e2e2;
color: black; 
}
.builder-section p{
color: white;
font-size: 16px!important;
text-align: justify;
}
/* --------------Modal Forms--------------------- */
.modal-content {
background-color: #ffffff;
border: 2px solid red;
}
.modal-content img{
margin-bottom: 20px;
}
.form-control {
color: #e9e9e9;
background: none;
border: none;
border-bottom: 1px solid #ced4da;
border-radius: 0px;
}
.modal-content .form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #8d8b8b;
background: none;
border: none;
border-bottom: 1px solid #ced4da;
border-radius: 0px;
}

.modal-title {
color: black;
font-weight: bold;
}

.vsv-img {
width: 100%;
max-height: 75vw;
display: block;
margin: 0 auto;
cursor: pointer;
}

.vsv-text-bk {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.vsv-text-bg {
display: block;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
text-shadow: 0 1px 2px #000;
text-align: center;
font-size: 1.8vw;
padding: 2vw 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.at-property-img {
position: relative;
overflow: hidden;
}

.vsv-img:hover .vsv-text-bg {
font-size: 1.3vw;
}

.vsv-img:hover .vsv-icon {
width: 7vw;
height: 7vw;
animation-fill-mode: forwards;
-webkit-animation: vsvicon 0.3s linear;
-moz-animation: vsvicon 0.3s linear;
-ms-animation: vsvicon 0.3s linear;
-o-animation: vsvicon 0.3s linear;
animation: vsvicon 0.3s linear;
}


.vsv-img:hover .h1 {
font-size: 2vw;
}

.playbtn {
/* position: relative;
display: inline-block; */
text-decoration: none;
transition: 0.5s;
overflow: hidden;
}

.playbtn:hover {
background-image: linear-gradient(to left,#00000083,#000000b7,#000000d2, #000000);
color: white;
transition: 0.5s;
}

.playbtn span {
position: absolute;
display: block;
}

.playbtn span:nth-child(1) {
top: 0;
left: 0;
width: 100%;
height: 10px;
background: linear-gradient(90deg, transparent, #fff);
animation: animate1 2s linear infinite;
}

@keyframes animate1 {
0% {
left: -100%;
}
50%,
100% {
left: 100%;
}
}

.playbtn span:nth-child(2) {
top: -100%;
right: 0;
width: 10px;
height: 100%;
background: linear-gradient(180deg, transparent, #fff);
animation: animate2 2s linear infinite;
animation-delay: 0.25s;
}

@keyframes animate2 {
0% {
top: -100%;
}
50%,
100% {
top: 100%;
}
}

.playbtn span:nth-child(3) {
bottom: 0;
right: 0;
width: 100%;
height: 10px;
background: linear-gradient(270deg, transparent, #fff);
animation: animate3 2s linear infinite;
animation-delay: 0.5s;
}

@keyframes animate3 {
0% {
right: -100%;
}
50%,
100% {
right: 100%;
}
}

.playbtn span:nth-child(4) {
bottom: -100%;
left: 0;
width: 10px;
height: 100%;
background: linear-gradient(360deg, transparent, #fff);
animation: animate4 2s linear infinite;
animation-delay: 0.75s;
}

@keyframes animate4 {
0% {
bottom: -100%;
}
50%,
100% {
bottom: 100%;
}
}
.projectodd .prjt-lg{
  position: absolute;
      top: 9px;
    left: 51px;
  width: 100px!important;
  background-color: white;
   padding: 10px;
}

.projecteven .prjt-lg{
    background-color: white;
    padding: 10px;
  position: absolute;
      top: 9px;
    right: 51px;
  width: 100px!important;
}

.pro-name{
  background: #dd2b2d;
  color: #ffffff!important;
  padding: 3px 8px;
  font-size: 12px!important;
  border-radius: 10px;
  font-weight: 600;
  overflow: hidden;
  width: max-content;
  text-align: center;
    display: block;
}

.shine{
  width: 200px;
      overflow: hidden;
          margin: 0 auto;
          height: 25px;
}

.shine::after {
    animation: 3s linear 0s infinite normal forwards running shine;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
    color: rgba(255, 255, 255, 0);
    content: "";
    /* height: 100%; */
     height: 40px;
   width: 150px;
    left: 100px;
    position: absolute;
    top: 0px;
    transform: skewX(-20deg) translateX(-100%);  
   
}
@keyframes shine {
  0% {
      transform: skewX(-20deg) translateX(-100%);
  }

  20% {
      transform: skewX(-20deg) translateX(100%);
  }

  100% {
      transform: skewX(-20deg) translateX(100%);
  }
}
.project-highlights ul{
  list-style: none;
}