html, body {
    height: 100%;
    font-family: 'Montserrat' !important;
}

p {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Montserrat' !important;
	color:#000 ;
}

h1, h2 {
    font-size: 24px;
}

h3 {
    font-family: 'Montserrat' !important;
    font-size: 20px;
}

a, a:hover {
    text-decoration: none !important;
}

.btn:focus {
    outline: 0;
    box-shadow: unset;
}

email:before {
    content: attr(data-user) "\0040";
}

email:after {
    content: attr(data-domain);
}


/*disclaimer*/
.timepicker{
    width: 98%;
    margin: 0 4px;
    border: 1px solid #ced4da;
}
.datepicker {
    padding: unset !important;
}
.wickedpicker {
	   width:auto !important;
	   z-index:99999999;
   }
 #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: #00214d;
    color: #fff;
    border-bottom:unset;
}
#disclaimer .modal-footer {
    background-color: #00214d;
    color: #fff;
    border-top: unset;
    justify-content:center;
	padding:0 0 1em 0;
}
#disclaimer .modal-body {
    background-color: #00214d;
    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:#d1a56b;
        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;}
	



.btn-dis {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
    padding: 5px 15px;
    font-size: 8px;
}


.btn-dis:hover {
    background-color: #d1a56b;
    color: #00214d;
}

@media (min-width: 576px)
{
 #disclaimer .modal-dialog {

	max-width:24%;
}
}


/*Navigation section*/
.navbar {
    padding: 0px 0 0px 0;
}
.topmarnew {
    margin: 0px 15px 0px 0px;
}
.navbar-brand img {
    width: 300px;
}

#primary-nav .navbar-nav .nav-link {
    font-size: 10px;
    padding: 10px 8px;
    font-weight: 700;
    margin-top: 6px;
    letter-spacing: 1px;
    color: #00214d !important;
    background: transparent;
}

/*#primary-nav .container {
    padding: 0;
}*/


/* Underline From Left */
.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: #d1a56b;
  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 {
    background-color: #fff !important;
	 transition:all 0.5s ease-in;
	 padding:10px 0;
}

    #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: #d1a56b !important;
        font-weight: 600;
    }
	
	#primary-nav  .nav-item > .nav-link.active {
	 color: #d1a56b !important;
        font-weight: 600;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2px 0 3px 0 !important;
  transition:all 0.5s ease-in;
  z-index:9999999;
}



#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 #d1a56b;
    }

    #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: #d1a56b;
        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: #d1a56b;*/
    margin-top: 6px;
    transition: 0.3s all;
    padding: 0;
}

.dropdown-item {
    font-size: 12px;
    padding: 6px 12px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #d1a56b;
        text-decoration: none;
        background-color: #00214d;
        transition: 0.2s all;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #00214d;
    }

.isDisabled, .isDisabled:hover {
    color: #00214d;
    text-decoration: none;
    font-weight: bold;
    background-color: #d1a56b;
}

.floating-arrow {
    float: right;
    background: #d1a56b;
    border: 1px solid #d1a56b;
    padding: 22px 14px;
    position: fixed;
    right: 19%;
    bottom: 5%;
    display: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 999;
    color: #001737;
    cursor: pointer;
}


.floating-div {
    background: #001737;
    border: 1px solid #001737;
    position: fixed;
    bottom: 5%;
    color: #fff;
    width: 19%;
    padding: 27px 0 27px 28px;
    display: none;
    text-align: center;
    z-index: 999;
    right: -300px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
}

    .floating-arrow.active, .floating-div.active {
        right: 0;
    }

.floating-box {
    width: 50%;
    float: left;
    height: 100%;
}

    /*.floating-box p {
    margin-top: .8em !important;
}*/

    .floating-box p, .floating-arrow p {
        margin: 0;
        font-size: 13px;
    }
	
	
		
	.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #00214d;
   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;
   left: 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;
    left: 12px;
    top: 10px;
    -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;
    left: 12px;
    top: 10px;
    -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;
}

#homeCarousel {
   /* height: 86vh;*/
}

    #homeCarousel .carousel-inner img {
      /*  height: 86vh;*/
        width: 100%;
    }

#carouselButtons {
    position: absolute;
    bottom: 4%;
    left: 9%;
    z-index: 99;
}

    #carouselButtons button {
        background-color: transparent;
    }

        #carouselButtons button > i {
            color: #fff;
            font-weight: 600;
            font-size: x-small;
        }

            #carouselButtons button > i:hover {
                color: #d1a56b;
            }

#homeCarousel .carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 40%;
    left: 65%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 1em;
}

    #homeCarousel .carousel-caption h2 {
        font-size: 24px;
    }

#homeCarousel .carousel-control-next {
    position: absolute;
    top: 90%;
    right: 83%;
    width: 2%;
    height: 5%;
    left: unset;
    color: #fff;
    opacity: unset;
}

#homeCarousel .carousel-control-prev {
    position: absolute;
    top: 90%;
    left: 7%;
    width: 2%;
    height: 5%;
    color: #fff;
    opacity: unset;
}

    #homeCarousel .carousel-control-next:hover,
    #homeCarousel .carousel-control-prev:hover {
        color: #d1a56b;
    }

#homeCarousel .carousel-indicators {
    position: absolute;
    right: unset;
    bottom: 7%;
    left: 5%;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-right: 2%;
    margin-left: 2%;
    list-style: none;
}

    #homeCarousel .carousel-indicators li {
        background-color: #342b2b;
    }

        #homeCarousel .carousel-indicators li.active {
            background-color: #d1a56b;
            width: 40px;
        }

#homeCarousel .num {
    position: absolute;
    bottom: 12%;
    left: 8%;
    font-weight: 700;
    color: #fff;
	font-size:12px;
}

#homeCarousel p {
    margin-left: 20px;
    border-left: 2px solid #d1a56b;
    padding-left: 8px;
}

.btn-banner {
    background-color: #00214d;
    Color: #fff;
    padding: 6px 16px;
    border-radius: 0px;
    margin-bottom: 15px;
    font-size: 12px;
}

    .btn-banner:hover {
        background-color: #00214d;
        Color: #fff;
        padding: 6px 16px;
        border-radius: 0px;
        margin-bottom: 15px;
    }

.btn-banner1 {
    background-color: #00214d;
    Color: #d1a56b;
    padding: 8px 32px;
    border-radius: 0px;
    border-color: #d1a56b;
    margin: 1em 0;
}

    .btn-banner1:hover {
        background-color: #d1a56b;
        color: #fff !important;
        border-color: #00214d;
    }

.progressbar {
    width: 0%;
    height: 3px;
    background-color: #d1a56b;
    overflow-x: hidden;
    max-width: 100%;
}

.leveltop {
    position: absolute;
    left: 26%;
    top: 6%;
}

.leveldown {
    position: absolute;
    bottom: 3%;
    left: 26%
}

.btn-bhk {
    padding: 10px 20px;
    background: #00214d;
    color: #d1a56b;
    font-size: 13px;
    display: block;
    margin: 10px 0;
    width: 100%;
}

    .btn-bhk:hover {
        background: #d1a56b;
        color: #00214d;
    }

.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: #00214d;
        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;
}

​
/*Investors*/
#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    padding: 1em 0;
}

#sidebar .sidebar-header {
    padding: 20px 30px;
    background: #001737;
}

.sidebar-header h3 {
    margin: 0;
}

#sidebar ul.components {
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 10px;
    padding: 1em 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 30px;
    font-size: 14px;
    display: block;
    border-radius: 5px;
}

    #sidebar ul li a:hover, #sidebar ul li a:active {
        color: #fff !important;
        background: #00214d;
    }

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff !important;
    background: #00214d;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0;
}

.lister li a {
    font-size: 12px;
}

.navbar-light {
    padding: 2em 1em;
}

.btn-marg {
    margin: 8px 0;
}

.yearbox {
    color: #fff;
    background: #d1a56b;
    padding: 1em 0;
}

    .yearbox h6 {
        color: #fff !important;
        margin-bottom: 1em;
    }

    .yearbox h5 {
        margin-bottom: 0;
        color: #fff !important;
    }

#sidebar .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right;
    margin-top: 8px;
}

/*Investors*/
/*Zenium Section*/
.zenium-area {
    padding: 4em 0;
    overflow: hidden;
}

/*.zenium-area .carousel-item img {
        width: 200px;
    }*/

#demo  .carousel-item {
	overflow:hidden;
}

#demo img {
   object-fit:cover;
    height: 450px;
}

#demo2 img {
    width: 100%;
    height: 450px;
}

#demo2 .carousel-inner, #demo2 .carousel-inner .carousel-item {
	height:450px;
}

.slider-content {
    height: 370px;
}

.zenium-area h5 {
    padding: 1em 0;
    text-transform: uppercase;
    font-size: 18px;
}

.zenium-area p {
    padding-bottom: 10px;
    font-size: 11px;
}

#dem .carousel-inner {
    height: 450px;
}

.democontroler {
    background-color: #fff;
    position: absolute;
    top: 43%;
    left: -7%;
    width: 12%;
    height: 16%;
    border-radius: 50%;
}

.carousel-control-next {
    position: absolute;
    top: 50%;
    bottom: unset;
    width: unset;
    color: #000;
    text-align: center;
    opacity: .5;
    height: 5%;
    background-color: transparent;
    border-radius: 50%;
    left: 40%;
}

.carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: unset;
    width: unset;
    color: #000;
    text-align: center;
    opacity: .5;
    height: 5%;
    background-color: transparent;
    border-radius: 50%;
    left: 25%;
}

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
        color: #d1a56b;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

a, a:hover {
    text-decoration: none !important;
}

#demo i {
    font-size: 28px;
    background-color: #fff;
    border-radius: 30%;
    padding: 5px;
}

    #demo i:hover {
        color: #d1a56b;
    }

.map-box {
    padding: 0;
}

.bg-b {
    position: absolute;
    width: 42%;
    z-index: -1;
    background-color: #edeef2;
    top: 0;
    bottom: 0;
    right: 0;
}
/*Zenium Section*/

/*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;
}
/*Leader Section*/
.leader-area {
    padding: 1em 0;
    background: #fff;
}

    .leader-area h4,.leader-area h2 {
        margin-bottom: 1em;
        font-size: 18px;
        font-weight: bold;
    }

#demo1 {
    position: relative;
    top: -10em;
}

    #demo1 .carousel-indicators {
        position: absolute;
        bottom: 20%;
        left: 0;
        right: 80%;
        z-index: 15;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: left;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        list-style: none;
    }

        #demo1 .carousel-indicators .active {
            background-color: #bbb;
        }

        #demo1 .carousel-indicators li {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #ddd;
        }

    #demo1 p {
        height: 120px;
        font-size: 11px;
    }

.leader-img-box {
    position: relative;
}

    .leader-img-box img {
        height: 300px;
    }

#lr-1 {
    position: absolute;
    left: 8%;
    top: 0%;
    z-index: -1;
    width: 65%;
}

#lr-2 {
    position: absolute;
    left: 70%;
    top: 5%;
    z-index: -1;
}

#lr-3 {
    position: absolute;
    left: 75%;
    top: 39%;
    z-index: -1;
}

#lr-4 {
    position: absolute;
    left: 86%;
    top: 55%;
    z-index: -1;
}
/*Leader Section*/
/*spotlight Section*/
.spotlight-area {
    padding: 4em 0 12em 0;
    margin-top: -11em;
}

    .spotlight-area h4 {
        margin-bottom: 2em;
    }

.twitter-tweet {
    margin-top: 0 !important;
}
/*spotlight Section*/
/*Search Section*/
.search-area {
    background: #edeef2;
    padding: 3em 0 0 0;
}

    .search-area select {
        border: 1px solid #d1a56b;
        border-radius: 0;
    }

.search-block {
    padding: 1.4em 0 1em 0;
}

.btn-search {
    background: #00214d;
    color: #d1a46b;
    border: 1px solid #d1a46b;
    padding: 6px 40px;
    border-radius: 0;
    margin-bottom: 30px;
}
/* The magic */
.search-area .container {
    padding: 1em 0 4em 0;
}

.search-box-pro {
    padding: 1em 0 3em 0;
}

.search-btn {
    padding: 8px 24px;
    background-color: #00214d;
    color: #d1a56b !important;
    border: 1px solid #d1a56b;
}

    .search-btn:hover, .search-btn.active {
        background-color: #d1a56b;
        color: #00214d !important;
        border-color: #00214d;
        transition: 0.3s ease-in;
    }

.search-pro-2 {
    padding-top: 2em;
}

.search-area i {
    padding-right: 5px;
    color: #d1a56b;
}

.search-area span {
    color: #d1a56b;
    padding-right: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.search-area .hovereffect a {
    font-size: 9px;
    color: #d1a56b;
    background-color: rgba(0,0,0,0.7);
    padding: 6px 10px;
}

    .search-area .hovereffect a:hover {
        background-color: #d1a56b;
        color: #000 !important;
        border-bottom: 1px solid #000;
        transition: 0.5s ease-in;
    }

.hovereffect {
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #00214d;
}

    .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);
    }

/*New project section*/

.pro-new, .pro-new1{
    padding: 2em 0em 7em 0em;
    overflow: hidden;
    clear: both;
    margin: 0;
}

.pro-head {
    background-color: #00214d;
    height: 96%;
    margin: 10px 15px 0 -15px;
}

    .pro-head h3 {
        top: 50%;
        right: 50%;
        position: absolute;
        transform: scale(-1) translate(-5%, 50%);
        writing-mode: vertical-lr;
    }

        .pro-head h3 a {
            color: #fff;
        }

#carouselExampleIndicators .carousel-indicators, #carouselExampleIndicators2 .carousel-indicators,
#carouselExampleIndicators3 .carousel-indicators, #carouselExampleIndicators4 .carousel-indicators,
#carouselExampleIndicators5 .carousel-indicators {
    bottom: -50px;
}

    #carouselExampleIndicators .carousel-indicators .active, #carouselExampleIndicators2 .carousel-indicators .active,
    #carouselExampleIndicators3 .carousel-indicators .active, #carouselExampleIndicators4 .carousel-indicators .active,
    #carouselExampleIndicators5 .carousel-indicators .active {
        background-color: #bbb;
    }

    #carouselExampleIndicators .carousel-indicators li, #carouselExampleIndicators2 .carousel-indicators li,
    #carouselExampleIndicators3 .carousel-indicators li, #carouselExampleIndicators4 .carousel-indicators li,
    #carouselExampleIndicators5 .carousel-indicators li {
        width: 10px;
        height: 10px;
        background-color: #ddd;
        border-radius: 50%;
    }
/*Search Section*/
/*About Section*/
.about-area {
    padding: 13em 0 0 4.5em;
    color: #000;
}

    .about-area h3 {
        margin-bottom: 0em;
    }

    .about-area h6,.about-area p {
        font-family: 'Montserrat' !important;
		color:#212529;
    }

    .about-area h4 {
        line-height: 1.4;
        margin-bottom: 1em;
        font-size: 20px;
    }

    .about-area p {
        font-size: 14px;
    }

    .about-area img {
        right: 20%;
        position: absolute;
        top: -80px;
        z-index: 99;
        height: 450px;
        width: 300px;
    }

.grey-box {
    background-color: #edeef2;
    height: 450px;
    width: 300px;
    position: absolute;
    z-index: -1;
    left: -36px;
    top: -150px;
}

.white-box {
    height: 450px;
    width: 300px;
    background-color: #fff;
    border: 2px solid #d1a56b;
    position: absolute;
    z-index: 1;
    bottom: -214px;
}

.about-marg {
    margin: 0 0 2em 2em;
}

    .about-marg h3 {
        margin-bottom: 10px;
        margin-top: -25px;
        font-size: 18px;
    }
/*About Section*/
/*Propert Section*/
.property-area {
    padding: 1em 0 15em 0.5em;
    background: #edeef2;
    color: #000;
}
.property-area h4{
    color:#212529;
    font-size:12px;
   padding: 1em 0;
}
    .property-area p {
        padding: 1em 0;
		color:#212529;
    }
/*Propert Section*/
/*Newsletter Section*/
.newsletter-area {
    background: #001737;
    color: #fff;
    padding: 10px 0 10px 0;
}

    .newsletter-area h5,.newsletter-area p {
        line-height: 3;
        font-size: 13px;
        margin: 0;
        color:#fff;
    }

    .newsletter-area img {
        width: 160px;
        margin-top: 4px;
    }

.newsletter-txt {
    background: transparent;
    border: 1px solid #c7ab57;
    border-radius: 0;
    height: 40px;
    padding: 10px 20px;
    color: #fff;
}

    .newsletter-txt::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #d1a56b;
        font-size: 12px;
    }

    .newsletter-txt::-moz-placeholder { /* Firefox 19+ */
        color: #d1a56b;
        font-size: 12px;
    }

    .newsletter-txt:-ms-input-placeholder { /* IE 10+ */
        color: #d1a56b;
        font-size: 12px;
    }

    .newsletter-txt:-moz-placeholder { /* Firefox 18- */
        color: #d1a56b;
        font-size: 12px;
    }

.btn-shop, .btn-shop:hover {
    background: #d1a56b;
    color: #00214e;
    padding: 6px 20px;
    border-radius: 0;
    border: 2px solid #d1a56b;
}
/*Newsletter Section*/
/*Client Section*/
.client-area {
    background: #edeef2;
    padding: 2em 0;
    height: 280px;
}

    .client-area p {
        font-size: 10px;
    }

.client-ans {
    margin: 1.6em 0;
}

.client-top {
    margin-top: -140px;
}

.client-area iframe {
    position: absolute;
    top: -126%;
    left: 14%;
    border: 2px solid #d1a56b;
}

.btn-testimonial {
    padding: 8px 28px;
    text-align: center;
    background-color: #00214d;
    color: #d1a56b !important;
    border: 1px solid #d1a56b;
    border-radius: 0;
    margin-top: 2em;
}
/*Client Section*/
/*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: #00214e;
        color: #fff;
    }

    .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;
    }

    .subfooter-area a {
        color: #fff;
        font-size: 10px;
        transition: 0.3s ease-in;
    }

        .subfooter-area a:hover {
            color: #d1a56b;
            font-size: 10px;
            padding-bottom: 5px;
            transition: 0.3s ease-in;
        }

.flex-padd {
    padding-left: 4em;
}
/*Subfooter Section*/
/*footer Section*/
.footer-area {
    background: #001737;
    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: #d1a56b;
    }
/*footer Section*/
/*Projects page*/
/*Banner section*/
.project-banner {
    padding: 0;
 /*   height: 84vh;*/
    position: relative;
}


    .project-banner img {
       /* width: 100%;
        height: 100%;*/
    }
#carousel-pro-banner .carousel-item {
	/*height:84vh;*/
}


#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: #d1a56b;
}

.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: #00214d;
        border: 1px solid #d1a56b;
        text-align: left;
    }

        .banner-list li > span {
            font-weight: 700;
            color: #d1a56b;
        }

.banner-form {
    position: absolute;
    right: 40px;
    top: 20%;
    background-color: #fff;
    border: 1px solid #00214d;
    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: #d1a56b;
    color: #00214d;
    margin-top: -23px;
    margin-right: -23px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    font-size: 18px;
    font-weight: bold;
}
/*About project*/
.about-boxtop {
    padding: 4em 0 1em 0;
}
.about-box {
    padding: 1em 0;
}
.about-box h1,.about-boxtop h1 {
	text-transform:uppercase;
	text-align:center;
}
    .about-box h3, .about-box h2, .about-boxtop h3, .about-boxtop h2 {
        color: #000;
        text-transform: uppercase;
		text-align:center;
    }

.about-icon h6 {
    margin-top: 10px;
}

.about-box p {
    text-align: left;
    text-align-last: left;
    margin-bottom: 20px;
}

.about-icon-box {
    padding: 2em 0 1em 0;
}

.pro-overview-box {
    padding: 2em 0 0 0;
}

.pro-overview {
    border-bottom: 1px solid #d1a56b;
    border-top: 1px solid #d1a56b;
    padding: 1em 0;
    margin: auto;
}

.pro-overview-inner {
    border-right: 1px solid #d1a56b;
    padding: 1em 0;
}

    .pro-overview-inner span {
        color: #d1a56b;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
    }

.no-right-border {
    border-right: none;
}
/*Amenities section*/
.amenities-sec {
    background-color: #edeef2;
    padding: 4em 0;
}

.amenities-btn-box {
    padding: 1em;
}

    .amenities-btn-box > *:first-child {
        margin-right: 20px;
    }

.btn-amenities {
    padding: 8px 30px;
    background-color: transparent;
    color: #d1a56b;
    border-radius: 0px;
    border: 2px solid #d1a56b;
    font-size: 20px;
    font-weight: 500;
}

    .btn-amenities:hover, .btn-amenities.active {
        background-color: #00214d;
        color: #d1a56b;
    }

.amenities-sec .row {
    padding: 2em 0;
}
/*plan section*/
.plan-sec {
    padding: 3em;
}

.plan-inner-btn-box {
    padding: 1em 0;
}

    .plan-inner-btn-box > *:first-child {
        /* margin-right: 20px; */
    }

.btn-plan-inner {
    padding: 8px 24px;
    background-color: transparent;
    color: #00214e;
    border-radius: 0px;
    border: 2px solid #00214e;
    font-size: 18px;
    font-weight: 500;
}

    .btn-plan-inner:hover, .btn-plan-inner.active {
        background-color: #d1a56b;
        color: #fff;
    }

.bhk-img img {
    width: 100%;
}

.bhk-txt {
    padding: 1em 2em;
    background-color: #edeef2;
}

    .bhk-txt .col-lg-12 {
        border-bottom: 1px solid #d1a56b;
        padding: 1em;
    }

    .bhk-txt h6 {
        color: #000;
        font-weight: 600;
    }

    .bhk-txt p {
        color: #000;
    }

    .bhk-txt small {
        font-size: 10px;
        line-height: 1.5;
        color: #000;
        display: inline-block;
    }

    .bhk-txt .btn-bhk btn-costs {
        color: #d1a56b;
        background-color: #00214d;
        border: 1px solid #d1a56b;
        border-radius: 0;
        padding: 9px 28px;
        text-align: center;
    }

        .bhk-txt .btn-bhk btn-costs:hover {
            background-color: #d1a56b;
            color: #fff;
            border-color: #00214d;
        }

.no-btm-border {
    border-bottom: none !important;
}

#demo-floor .carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: #00214d;
}

    #demo-floor .carousel-indicators li.active {
        background-color: #d1a56b;
    }

#demo-floor .carousel-caption {
    position: absolute;
    right: 1%;
    bottom: 20px;
    left: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
}

    #demo-floor .carousel-caption h3 {
        color: #00214d;
        font-size: 24px;
    }

.ekko-lightbox-nav-overlay a {
    color: #00214e;
}
/*plan section*/
/*gallery section*/
.gallery-sec {
    padding: 3em 0;
    background-color: #edeef2;
}

#gallery .carousel-control-prev, #video-gallery .carousel-control-prev, #blugallery .carousel-control-prev, #fplan .carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: unset;
    width: 4%;
    color: #000;
    text-align: center;
    opacity: unset;
    height: 12%;
    background-color: #fff;
    border-radius: 30%;
    right: unset;
    left: 0%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
}

#gallery .carousel-control-next, #video-gallery .carousel-control-next, #blugallery .carousel-control-next, #fplan .carousel-control-next{
    position: absolute;
    top: 50%;
    bottom: unset;
    width: 4%;
    color: #000;
    text-align: center;
    opacity: unset;
    height: 12%;
    background-color: #fff;
    border-radius: 30%;
    right: 0%;
    left: unset;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
}

#gallery i, #video-gallery i, #blugallery i, #fplan i{
    color: #aaa;
    font-size: 30px;
}

#gallery .carousel-inner .carousel-item img {
    width: 100%;
    max-height: 468px;
}
/*location page*/
.location-box {
    padding: 3em 0 0 0;
}

    .location-box h3 {
        margin-bottom: 2em;
        color: #000;
    }

.tab-box {
    padding: 2em 0;
    height: 500px;
    overflow-y: scroll;
    border: 1px solid #d1a56b;
}

#accordion2 {
    padding: 1em;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #00214d;
    background-color: #edeef2;
    border: 1px solid #00214d;
    margin-bottom: 5px;
}

.panel-title {
    font-size: 14px;
    margin: 0;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #00214d;
        font-weight: 500;
        font-size: 16px;
    }

        .panel-title > a > i {
            float: right;
            color: #d1a56b;
        }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #00214d;
    border-top: none;
    margin-top: -5px;
    margin-bottom: 5px;
    transition: 0.5s ease-in;
    background-color: #edeef2;
}

.location-list {
    padding: 0;
    list-style-type: none;
    text-align: left;
}

    .location-list li {
        font-size: 14px;
        padding-top: 5px;
        padding-left: 20px;
        color: #00214d;
    }

.i4ewOd-pzNkMb-haAclf {
    background-color: #00214d !important;
}

.map1, .map2, .map3, .map4, .map5 {
    border: 1px solid #00214d;
    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";
}

.location-map {
    position: relative;
}

.location-select-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 51px;
}

    .location-select-box .form-control {
        display: block;
        width: 100%;
        padding: 8px;
        font-size: 1rem;
        line-height: 1.5;
        color: #00214d;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #d1a56b;
        border-radius: 0;
        height: unset;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .location-select-box select.form-control:not([size]):not([multiple]) {
        height: unset;
    }

    .location-select-box select {
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .location-select-box .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: #00214d;
        outline: 0;
    }
/*location page*/
/*brochure section*/
.brochure-sec {
    padding: 3em 0;
}

    .brochure-sec .container {
        background-color: #edeef2;
        padding: 4em 0;
    }

.btn-pro-status {
    padding: 10px 24px;
    background-color: #00214d;
    color: #d1a56b;
    border: 1px solid #d1a56b;
    border-radius: 0;
    margin-top: 2em;
}

    .btn-pro-status:hover {
        background-color: #d1a56b;
        color: #fff;
        border-color: #00214d;
    }
/*bank section*/
.bank-box {
    padding: 4em 0;
    background-color: #edeef2;
}

    .bank-box h3 {
        color: #000;
        margin: 0;
        padding-bottom: 2em;
    }

    .bank-box img {
        width: 120px;
    }
/*Visit section*/
.visit-sec {
    padding: 4em 0;
}

    .visit-sec h3 {
        padding-bottom: 1em;
    }

    .visit-sec .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #00214d;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #d1a56b;
        border-radius: 0;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .visit-sec ::placeholder {
        color: #00214d;
    }

.btn-visit {
    padding: 8px 28px;
    background-color: #00214d;
    color: #d1a56b;
    border: 1px solid #d1a56b;
    border-radius: 0;
    margin-top: 1em;
}

    .btn-visit:hover {
        background-color: #d1a56b;
        color: #00214d;
    }
/*Enquire Now Form*/
.enquire-now  {
    position: fixed;
    top: 24%;
    right: 1%;
    z-index: 99999;
   display:block;
}

.enquire-now img {
    width: 60px;
}

    .enquire-dot {
        position: fixed;
        top: 14%;
        right: 1%;
        z-index: 99999;
        background: #00214d;
        color: #d1a56b;
        border: 2px solid #d1a56b;
        padding: 8px 10px;
        border-radius: 50%;
    }

    .enquire-dot:hover {
        background: #d1a56b;
        border: 2px solid #d1a56b;
    }

    .enquire-dot i {
        color: #fff;
    }

        .enquire-dot span {
            display:none !important;
            text-orientation: upright;
            writing-mode: vertical-lr;
            text-align: center;
            vertical-align: middle;
            background-color: #00214d;
            color: #fff;
            padding: 5px;
            margin: 3px auto;
            font-size: 10px;
            visibility: hidden;
            opacity: 0;
            transition: visibility 0.6s linear,opacity 0.6s linear;
        }

        .enquire-dot:hover + span {
            visibility: visible;
            opacity: 1;
            transition: visibility 0.9s linear,opacity 0.9s linear,display 0.9s linear;
            display: block !important;
        }

        .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:#00214d;
    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: #00214d;
    font-size: 12px;
    border: 1px solid #d1a56b;
    text-transform: uppercase;
}

.enquire-box {
    position: fixed;
    top: 78%;
    right: 9%;
    z-index: 99999;
    background-color: #00214d;
    border: 1px solid #d1a56b;
    padding: 10px;
}

.enquire i {
    padding: 5px;
    color: #fff;
}

.enquire span {
    display: block;
    color: #d1a56b;
    font-size: 8px;
}

    .enquire span:hover {
        color: #fff;
    }

.enquire i:hover {
    color: #d1a56b;
}

.intflag {
    padding-left: 90px !important;
}

#myModal .form-control, #myModal2 .form-control {
    color: #00214d;
    background-color: #fff;
    border: 1px solid #d1a56b;
    padding: 5px 10px;
}

#myModal .modal-content, #myModal2 .modal-content {
    border: 1px solid #d1a56b;
}

#myModal .modal-header, #myModal2 .modal-header {
    padding: 1rem;
    border-bottom: 1px solid #00214d;
}
/*awards page*/
.award-box {
    padding: 3em 0;
}



#carousel-2016 .row, #carousel-2017 .row, #carousel-2018 .row, #carousel-2019 .row {
	min-height:405px;
}

#carousel-2020 .row {
	min-height:465px;
}


.awardboxs {
    text-align: center;
    border: 2px solid #d1a56b;
    padding: 1em;
    background-color:#a1a1a1;
    color:#fff;
    margin-bottom:1.8em;
    min-height: 360px;
}

    .awardboxs h3 {
        color: #fff;
        font-weight: bold;
        font-size: 13px;
        margin: 1em 0;
        text-transform:uppercase;
    }

 .awardboxs p {
        color: #fff !important;
        
    }

    .award-box form {
        padding: 2em 0;
    }

.award-box .form-control {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 1rem;
    line-height: 1.5;
    color: #00214d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1a56b;
    border-radius: 0;
    height: unset;
    font-family: 'Montserrat' !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select .award-opt {
    color: #00214d;
    padding: 10px;
    font-family: 'Montserrat' !important;
    font-size: 1rem;
    line-height: 1.5;
    background-color:#fff;
    border:1px solid #00214d;
}
.award-box select.form-control:not([size]):not([multiple]) {
    height: unset;
}

.award-box select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Montserrat' !important;
}

    .award-box .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: #00214d;
        outline: 0;
    }

.awards {
    display: none;
    padding: 1em;
    background-color: #edeef2;
}

    .awards img {
        width: 250px;
        transition: 1s ease-in;
    }

        .awards img:hover {
            width: 280px;
            transition: 1s ease-out;
        }

    .awards .carousel-indicators {
        bottom: -20px;
    }

        .awards .carousel-indicators li {
            background-color: #00214d;
            height: 8px;
            width: 8px;
            border-radius: 50px;
        }


        .awards .carousel-indicators .active {
            background-color: #d1a56b;
            height: 8px;
        }
		
		
		.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}


.btn-v-award {
	padding:6px 18px;
	font-size:12px;
	background-color:#00214d;
	color:#fff !important;
	border:1px solid transparent;
	margin:1em 0;
}
		
		
/*chairman message*/
.chair-box {
    padding: 3em 0em 0em 0em;
}

.chair-box-inner {
    padding: 0;
    display: flex;
}

.chair-box h2 {
    padding: 0em 0em 1em 0;
}

.chair-img {
    padding: 0;
    background-color: rgb(27 33 55);
}

    .chair-img img {
        width: 100%;
      /*  height: 100%;*/
    }

.chair-txt {
    background: linear-gradient(0deg,rgba(0,33,77,0.4),rgba(0,33,77,0.4)),url('../img/chair-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.chair-in {
    padding: 2em 0 2em 2em;
    color: #fff;
    text-align: justify;
    overflow: auto;
    margin-right: 2em;
}
.chair-in p {
	color:#eee;
}
    .chair-in::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .chair-in::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .chair-in::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
    }
/*leadership page*/

.lead-box {
    padding: 1em;
}

    .lead-box img {
        width: 100%;
    }

    .lead-box h5 {
        margin-top: 1em;
        margin-bottom: 0;
        color: #000;
        font-weight: 600;
    }

    .lead-box p {
        color: #000;
    }

.btn-leader {
    padding: 8px 24px;
    background-color: #00214d;
    color: #d1a56b;
    border: 1px solid #d1a56b;
    border-radius: 0;
    margin: 10px 0;
    display: inline-block;
}

    .btn-leader:hover {
        background-color: #d1a56b;
        color: #00214d;
        border: 1px solid #00214d;
    }

.lead2-box {
    padding: 5em 0 5em 5em;
    margin-left: 0;
    margin-right: 0;
}

.lead-btn-b {
    border: 1px solid #ccc;
    /*padding: 1em 0;
    border-radius: 10px;*/
    margin-right: 15px;
    background: #fff;
}

.lead-in-btn {
    padding: 8px 24px;
    color: #000;
    background-color: transparent;
    display: block;
    color: #007bff;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

    .lead-in-btn:last-child {
        border-bottom: 1px solid transparent;
    }

    .lead-in-btn:hover, .lead-in-btn.active {
        /*border-radius: 5px;*/
        color: #fff;
        background-color: #00214d;
    }

    .lead-in-btn span {
        font-size: 11px;
        font-weight: 500;
    }

.lead-content {
    padding: 2em;
    background-color: #ccc;
}

    .lead-content img {
        width: 100%;
        margin-bottom:10px;
    }

    .lead-content h5 {
        margin-top: 1em;
        margin-bottom:2px;
    }

.lead-con {
    padding: 0;
}

    .lead-con p {
        font-size: 11px;
    }
/*directional aware*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.leader-box {
    height: 730px;
}

.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;
}

.box-container {
    padding: 1em 0;
    float: left;
    width: 50%;
}

.seperate-forms h5 {
    margin-bottom: 1em;
}

.checkbox-inline {
    margin-right: 10px;
}

@media screen and (max-width: 640px) {
    .box-container {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 900px) {
    .box-container {
        width: 25%;
    }
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    border: 1px solid #d1a56b;
}

    .content .content-overlay {
        background: rgb(0,33,77);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .content:hover .content-overlay {
        opacity: 1;
    }

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    overflow-y: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
    margin: 5px;
}

.content-details h5 {
    color: #fff;
    text-align: left;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

.content-details h6 {
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #00214d;
    outline: 1px solid #d1a56b;
}

.content-details p::-webkit-scrollbar {
    width: 4px;
}

.content-details p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.content-details p::-webkit-scrollbar-thumb {
    background-color: #d1a56b;
    outline: 1px solid #d1a56b;
}

.content-divider {
    width: 100%;
    height: 2px;
    background-color: #d1a56b;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
    text-align: left;
    overflow-y: scroll;
    height: 180px;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}
/*quality policy page*/
.quality-box {
    padding: 3em 0 0 0;
	margin-left:0;
	margin-right:0;
}

.quality-box1 {
    padding: 3em 0;
	margin-left:0;
	margin-right:0;
}

.quality-txt {
    background-color: #edeef2;
    padding: 3em 8em 3em 3em;
    text-align: left;
    color: #000;
}

.quality-txt1 {
    background-color: #edeef2;
    padding: 3em 3em 3em 8em;
    color: #000;
}

.quality-img {
    width: 100%;
    padding: 3em 0;
}

    .quality-img img {
        width: 120px;
    }

.quality-txt h4, .quality-txt1 h4 {
    padding-bottom: 1em;
    margin-bottom: 0;
}

.pur-off {
    padding: 2em 0;
}

#content {
    color: #00214d;
}

.pur-bg {
    background: #edeef2;
}

.color-bx {
    padding: 1em;
    /*border-radius: 10px;*/
}

    .color-bx h6 {
        color: #fff !important;
        font-size: 14px;
    }

    .color-bx h5 {
        margin-bottom: 0;
        color: #fff !important;
        font-size: 18px;
    }

.contentboxs {
    padding: 2em 1em;
    background: #fff;
    border: 1px solid #cacaca;
    border-top: none;
}

    .contentboxs h4 {
        font-size: 18px;
    }

.bdrbox {
    padding: 1em;
    border: 1px solid #cacaca;
    margin: 2em 0;
}

    .bdrbox h5 {
        margin: 0;
        font-weight: bold;
        color: #000 !important;
        font-size: 16px;
    }

.color-boxes {
    padding: 2em 0em;
    /*border: 1px solid #cacaca;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}

.colorbx1, .colorbx2, .colorbx3 {
    background: rgba(0, 33, 77, 0.90);
}

.bgpadd {
    padding: 2em 2em;
    background: #edeef2;
}

.fa-calendar-alt {
    color: #d1a56b;
}

.regoffice {
    margin: 2em 0;
}

    .regoffice p {
        margin: 6px 0;
    }

.announce-box {
    padding: 4em 0;
}

    .announce-box h6 {
        color: #0178d6 !important;
    }

.services-area {
    padding: 4em 8em;
    background: #edeef2;
}

.news-area {
    padding: 2em 8em;
}

    .news-area h4 {
        margin-bottom: 2em;
    }

    .news-area h6 {
        color: #0178d6;
    }

.share-p {
    margin: 2em 0;
    font-size: 12px;
}
/*Contact page*/
.contact-div {
    padding: 3em 0;
}

    .contact-div h5, .contact-div h6 {
        color: #d1a56b;
    }

.contact-div2 {
    padding: 2em 2em 0 2em;
}

    .contact-div2 h5, .contact-div2 h6 {
        color: #000;
    }

.investor-margtop {
    margin-top: 1.4em;
}

.contact-div2 p {
    margin: 0;
}

.conform {
    padding-top: 0 !important;
}

    .conform h4 {
        margin-top: 0;
        color: #d1a56b;
        margin-bottom: 1em;
    }

.btnsales {
    border-radius: 0;
    padding: 6px 14px;
    background: #fff;
    font-size: 12px;
    color: #00214d;
    border: 1px solid #00214d;
    display: inline-block;
    margin-bottom: 2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

    .btnsales:hover, .btnsales.active {
        background-color: #00214d;
        color: #fff !important;
        border: 1px solid #00214d;
    }

    .address-div {
        padding: 1em 0;
    }

    .address-div h5 a {
        color: #00214d;
    }

#accordion2 {
    padding: 2em 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default {
    padding: 10px 0;
}
/*vision page*/
.vision-box {
    padding: 3em 0 0 0;
}

.vision-color-box {
    background-color: #edeef2;
    height: 500px;
}

.vision-img img {
    position: absolute;
    z-index: 9999;
    max-width: 100%;
    bottom: -250px;
    left: 0px;
}

.vision-img1 img {
    position: absolute;
    z-index: 9999;
    max-width: 100%;
    top: -250px;
    right: 0px;
}

.vision-box2 {
    padding: 0 0 4em 0;
}

.vision-txt {
    padding: 3em 0;
    text-align: left;
}

.vision-txt2 {
    padding: 3em 0;
    text-align: left;
}

    .vision-txt2 h4, .vision-txt h4 {
        padding-bottom: 1em;
    }
/*company profile page*/
.company-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3em 0;
}

.company-txt {
    text-align: left;
    padding-left: 0;
}

.company-img-inner {
    padding: 5px;
}

    .company-img-inner img {
        width: 100%;
    }

.company-icon-box {
    padding: 3em 0 2em 0;
    background-color: #edeef2;
    color: #d1a56b;
}

    .company-icon-box img {
        width: 80px;
    }

    .company-icon-box h5 {
        color: #d1a56b;
        font-size: 18px;
        padding-top: 10px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .company-icon-box .container {
        display: flex;
    }

.company-details {
    padding: 3em 10em;
}

.company-timeline {
    padding: 3em 0;
    background-color: #edeef2;
}

.journey-title {
    padding: 0 0 1em 0;
    color: #d1a56b;
}

.journey-title {
    padding: 0 0 1em 0;
    color: #d1a56b;
}

.events-content ol {
    list-style-type: none;
}

.events-content li > h2 {
    padding: 15px 0;
}

.events-content li > p {
    padding: 15px 0;
    font-size: 16px;
}

#leftNav .scroll-left, #rightNav .scroll-right {
    display: none;
}

.timeline-navigation a {
	font-size:24px;
	
}

.horizontal-timeline .filling-line {
    background-color: #00214d;
}

.horizontal-timeline .events a.older-event::after, .horizontal-timeline .events a.selected::after {
    background-color: #00214d;
}

.horizontal-timeline .events {
    background: #d1a56b;
}

    .horizontal-timeline .events a::after {
        background-color: #d1a56b;
    }
	
	/* Tabs*/

#tabs{
	background:rgba(255,255,255,0.2) ;
	padding:3em 4em;
}

#tabs .section-title {
    text-align: center;
    color: #d1a56b;
    margin-bottom: 3em;
    text-transform: uppercase;
	font-size:24px;
}

#tabs h6.section-title{
    color: #888888;
}

#tabs .nav-tabs .nav-item.show .nav-link, #tabs .nav-tabs .nav-link.active {
    color: rgb(0, 33, 77) !important;
    background-color: #eee;
    border-color: transparent transparent #00214d !important;
    border-bottom: 4px solid !important;
    font-size: 18px;
    font-weight: bold;
	transition:0.5s ease-in;
	
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #d1a56b;
    font-size: 18px;
	transition:0.5s ease-in;
	
}
#tabs h4 {
	text-align:center;
	padding:1em 0;
	font-size:20px;
}
#tabs p {
    padding:0.5em 2em;
	text-align:left;
}	
#tabs ul {
	padding-left:4em;
	font-size:11px;
}
#tabs .tab-content {
	text-align:center;
}
#tabs .tab-content img {
	padding:0 2em;
  /* background-color:#d1a56b; */
	border:1px solid rgb(0, 33, 77);
	margin:auto;
	width:220px;
}
	
/*project parent page*/
/*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: #00214d;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #d1a56b;
        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: #00214d;
        outline: 0;
    }

.pro-locations {
    padding: 2em 0;
}

    .pro-locations .container {
        
        margin-bottom: 1em;
    }
   
.pro-lo-inner {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0px 10px 10px 0px;
}

    .pro-lo-inner img {
        width: 100%;
        /*height: 173px;*/
        background-color: #fff;
    }

    .pro-lo-inner h4 > a,.pro-lo-inner h2 > a {
        color: #000;
    }

    .pro-lo-inner span {
        color: #000;
        padding-right: 5px;
        display: block;
        font-weight: bold;
    }

    .pro-lo-inner p {
        color: #000;
    }

.btn-load {
    padding: 10px 24px;
    text-transform: uppercase;
    background-color: #00214d;
    color: #d1a56b !important;
    border: 1px solid #d1a56b;
    font-size: 14px;
}

    .btn-load:hover {
        background-color: #d1a56b;
        color: #00214d !important;
        border: 1px solid #00214d;
    }

.quality-life {
    padding: 1em 0;
}

    .quality-life img {
        margin-bottom: 1em;
    }

.pro-lo-btn-bx {
    padding: 1.4em 0;
}

.proj-base {
    padding: 0 1em;
}

    .proj-base .row .col-md-4 {
        border-right: 1px solid #333;
    }

        .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;
    }

.project-titles {
    padding: 3em 0 0 0;
}

.btn-pro-in {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: #00214d;
    color: #d1a56b !important;
    font-size: 14px;
	display:inline-block !important;
}

.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;
    }
/* Shine */
.pro-lo-inner figure {
    position: relative;
    overflow: hidden;
}

    .pro-lo-inner figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(60,110,183,0.2) 0%, rgba(60,110,183,0.5) 100%);
        background: linear-gradient(to right, rgba(60,110,183,0.2) 0%, rgba(60,110,183,.5) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .pro-lo-inner figure:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
/* ---------- press release page ----------------- */
.press-box {
    padding: 3em 0;
}

    .press-box .row {
        margin-left:0;
        margin-right:0;
    }

    .press-box h3 {
        margin-bottom: 0.5em;
    }

    .press-box p {
        margin-bottom: 0;
    }

.press-box-2 {
    padding: 4em 0;
    background-color: #edeef2;
}

.press-b {
    padding-bottom: 2em;
}

.press-btn {
    padding: 8px 28px;
    color: #00214d;
    border: 1px solid #00214d;
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
}

    .press-btn:hover, .press-btn.active {
        color: #fff !important;
        background-color: #00214d;
    }

.press-d {
    padding: 2em 0;
    border-bottom: 1px solid gray;
}

    .press-d h4 {
        color: #d1a56b;
        margin-bottom: 12px;
    }

    .press-d p:nth-child(2) {
        margin-bottom: 10px;
    }

    .press-d span, .press-d a {
        font-size: 12px;
        color: #000;
        font-weight: 700;
    }

    .press-d i {
        margin-left: 10px;
    }

    .press-d ul {
        font-size: 12px;
        padding-left: 1em;
    }

    .press-d img {
        width: 100%;
    }
/* ------------- news page ----------------- */
.news-m {
    padding: 1em 0 2em 0;
}

.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: #00214d;
        font-weight: 700;
        background-color: #ccc;
    }

.news-month .row {
    padding: 2em 0;
}

.news-month .fas, .news-month .far {
    color: #00214d;
}

    .news-month .fas:hover, .news-month .far:hover {
        color: #d1a46b;
    }

.news-d h4 {
    margin-top: 1em;
    text-transform: uppercase;
    font-size: 20px;
}

.news-d p {
    padding-right: 4em;
}

.news-d img {
    width: 100%;
}

.news-d span, .news-d a {
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
}
/* ----------------- 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;
    }

/* ------------ channel partner page -------------- */

.channel-eligibility {
}

    .channel-eligibility h3 {
        margin-bottom: 0.5em;
    }

#demo-channel {
    padding: 3em 0 4em 0;
}

    #demo-channel h6 {
        font-weight: 700;
        color: #000;
        padding: 15px 0;
        margin-bottom: 0px;
        border-bottom: 1px solid gray;
    }

    #demo-channel .carousel-indicators {
        bottom: 20px;
    }

        #demo-channel .carousel-indicators li {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #ddd;
        }

        #demo-channel .carousel-indicators .active {
            background-color: #bbb;
        }

.channel-eligibility1 {
    padding: 3em 0 2em 0;
}

.partner-btn {
    padding: 10px 34px;
    background-color: #00214d;
    color: #d1a56b;
    border: 1px solid #d1a56b;
    text-transform: uppercase;
}

    .partner-btn:hover {
        background-color: #d1a56b;
        color: #00214d;
        border: 1px solid #00214d;
    }
/* -------------- nri corner page ---------------- */
.nri-b {
    padding: 1em 0;
}

.nri-btn {
    padding: 10px 20px;
    width: 190px;
    display: inline-block;
    color: #00214d;
    border: 1px solid #00214d;
    font-size: 12px;
}

    .nri-btn.active, .nri-btn:hover {
        background-color: #00214d;
        /*font-weight: 600;*/
        color: #fff !important;
        cursor: pointer;
    }

.rbi-btn {
    padding: 8px 24px;
    color: #d1a56b !important;
    background-color: #00214d;
    text-transform: uppercase;
    border: 1px solid #d1a56b;
}

    .rbi-btn:hover {
        background-color: #d1a56b;
        color: #00214d !important;
        border: #00214d;
    }

.nri-form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: gray;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1a56b;
    border-radius: 0;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-sector {
    padding: 4em 0 0 0;
}

#formselector, #formselector:hover {
	border:1px solid #d1a56b;
	
	width:100%;
	
	display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 2em 0.5em 0.5em;
  
  font: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: right 15px top 1em, right 10px top 1em;
  background-size: 5px 5px, 5px 5px;
}

#formselector:focus {
    outline: none; /* Removing default browsers outline on focus */
}

/* Edit option */
#formselector option {
   padding:5px 5px !important;
   background-color:#fff !important;
   color:#00214d !important;
   font-size:14px !important;
   margin:3px 0 !important;
   display:inline-block;
}

/* Edit selected option */
/* element  attr    attr value */
#formselector option[selected="selected"] {
    color:#d1a56b;
}


/* ------------- privilege page ---------------- */
.privilege h4 {
    color: #00214d;
}

.privilege .form-control {
    color: #00214d;
    box-shadow: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1a56b;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: capitalize;
}

.privilege select {
    color: gray !important;
}

#privilege .form-control::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: gray;
    opacity: 1; /* Firefox */
}

#privilege .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: gray;
}

#privilege .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: gray;
}

.custom-file {
    margin-bottom: 1rem;
}

.form-book {
    margin-bottom: 1em;
}

.booknow-form {
    width: 100%;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #d1a56b;
    content: "UPLOAD DOCUMENTS";
    background-color: #00214d;
    border-left: 1px solid #d1a56b;
    border-radius: 0;
}



div.stars {
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 10px #952;
}

input.star-1:checked ~ label.star:before {
    color: #F62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}


/* --------- book online page ------------ */

.book-online.row {
		margin-left:0;
		margin-right:0;
	}

#book-1, #book-2 {
    background-color: #d1a56b;
    color: #00214d;
    padding: 6px 12px;
}

    #book-1.active, #book-2.active, #book-1:hover, #book-2:hover {
        background-color: #00214d;
        color: #d1a56b;
    }
	
	
	
#myModal-emi .modal-body {

}

.calculate-form {
padding:1em;
}

 #myModal-emi .form-control {
	    color: #00214d;
    background-color: #fff;
    border: 1px solid #d1a56b;
    padding: 5px 10px;
	font-size:12px;
}
	 
 #myModal-emi .input-group-text {
	 color: #d1a56b;
    background-color: #00214d;
    border: 1px solid #d1a56b;
    padding: 5px 10px;
	font-size:12px;
 }
 
 #myModal-emi .btn-dark {
	 padding:5px 10px;
	 font-size:12px;
 }

 #myModal-emi #loading img{
	 width:100%;
 }

#loading,
#result {
  display: none;
}


	
	
	
	
 /* Media Queries for Responsive */
    @media (max-width: 1024px) {
    }
.widdm{
    width:40%;
}
@media (max-width: 768px) {
    .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;
    }

    .project-banner img {
        /* height: 50%; */
    }

    .nri-btn {
        width: 80%;
        margin: auto;
    }

    .floating-box {
        width: 100%;
    }

    .floating-div {
        text-align: center;
        width: 100%;
        background: #d1a56b;
        border: 1px solid #d1a56b;
        color: #00214d;
    }

        .floating-arrow.active, .floating-div.active {
            padding: 22px 0 22px 28px;
            bottom: 0;
        }

    .floating-box p, .floating-arrow p {
        margin: 0;
        font-size: 16px;
    }

    .floating-arrow {
        display: none;
    }

    .mobile-hider {
        display: none;
    }

    .farrok-div {
        width: 100%;
        margin-top: 2em;
    }

    .indoor-box {
        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;
    }

    .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: inline-block;
        /*width: 30%*/
    }
}

@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;
    }

    .home-banner {
        height: unset;
    }

#homeCarousel .num {

    bottom: 16%;
    left: 48%;
  
}

#homeCarousel .carousel-indicators {

    bottom: 12%;
left: 25%;
}
#carouselButtons {
  
    bottom: 9%;
    left: 43%;

}

    #homeCarousel .carousel-control-prev,
    #homeCarousel .carousel-control-next {
        display: none;
    }

    .zenium-area {
        padding: 2em 1em;
    }

        .zenium-area .col-md-5 {
            text-align: center;
            margin-bottom: 5px;
        }
		
		 .zenium-area #demo {
			 margin-top:2em;
		 }

    .bg-b {
        position: absolute;
        width: 40%;
        z-index: -1;
        background-color: #edeef2;
        top: 67%;
        bottom: 0;
        right: 0;
    }

    #dem .carousel-inner {
        height: 380px;
    }

    .democontroler {
        background-color: #fff;
        position: absolute;
        top: -13%;
        left: 75%;
        width: 23%;
        height: 23%;
        border-radius: 50%;
    }

    .pro-new {
        padding: 2em 0em 5em 0em;
    }

    .leveltop, .leveldown {
        position: absolute;
        left: 10%;
        top: 7%;
    }

    .leveldown {
        position: absolute;
        bottom: unset;
        left: 85%;
        top: 7%;
    }

    .pro-head h3 {
        position: unset;
        transform: unset;
        writing-mode: unset;
        margin-bottom: 0;
    }

    .pro-head {
        height: unset;
        margin: unset;
        padding: 6px;
    }

    .about-marg {
        margin: 3em 0 2em 0;
    }

    #demo1 {
        position: relative;
        top: 0em;
    }

    .leader-area .offset-1 {
        margin-left: unset;
    }

    #demo img {
        width: 100%;
        height: auto;
    }

    #demo1 p {
        height: unset;
    }

    .carousel-control-next {
        left: 25%;
    }

    .search-area {
        padding: 1em 0;
    }
    .pro-new, .pro-new1 {
        padding: 1em 0em 1em 0em;
    }
    .pro-up .col-lg-6, .pro-down .col-lg-6 {
        padding: 15px 15px 0 15px;
    }
    
    .pro-up img {
        margin-bottom: 0;
    }
    .about-area {
        padding: 2em 0 0 0;
        color: #000;
    }

        .about-area h3 {
            margin-bottom: 1em;
        }

        .about-area h4 {
            text-align: center;
        }

        .about-area p {
            font-size: 13px;
            text-align: justify;
            text-align-last: center;
        }

    .grey-box, .white-box {
        display: none;
    }

    .property-area {
        padding: 1em;
    }
        .property-area p {
            font-size: 13px;
            font-weight: 600;
        }

    .leader-area {
        padding: 2em 0 4em 0;
    }

        .leader-area h4,.leader-area h2 {
            margin-bottom: 1em;
        }

    #demo1 .carousel-indicators {
        bottom: -10%;
        right: 20%;
        left: 20%;
    }

    .spotlight-area {
        padding: 2em 0;
        margin-top: 0;
    }

        .spotlight-area h4 {
            margin-bottom: 1em;
        }

        .spotlight-area .col-md-4 {
            margin-bottom: 15px;
        }

    .fb-box iframe {
        max-width: 320px;
        text-align: center;
    }

    .client-area {
        padding: 2em 0;
        height: unset;
    }

        .client-area .col-md-5 {
            text-align: center !important;
        }

    .client-top {
        margin-top: 0px;
    }

    .btn-testimonial {
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .project-det {
        
        margin-top: 1em;
        bottom: 10%;
        /*z-index: 999;
        width: 86%;
        margin-left: 0%;*/
    }

    .banner-list li {
        display: block;
        padding: 5px;
        color: #fff;
        background-color: #00214d;
        border: 1px solid #d1a56b;
        margin-bottom: 1px;
    }

.status-box {
	/*top:89% !important;*/
}
    .enquire-box {
        top: 15%;
        right: 0%;
    }

        .enquire-box .row {
            display: block;
        }

        .enquire-box a {
            display: block;
        }

    .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: #00214d;
        border: 1px solid #d1a56b;
    }

        .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: #00214d;
        color: #fff !important;
        border: 1px solid #d1a56b;
        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;
        }

    .about-box, .about-boxtop {
        padding: 0;
		padding-top:2em;
    }

    .about-icon-box .row {
        margin-left: 0;
        margin-right: 0;
    }

    .pro-overview {
        border-bottom: unset;
        border-top: unset;
        padding: 1em 0;
        margin: auto;
    }

    .pro-overview-inner {
        border-bottom: 1px solid #d1a56b;
        border-right: unset;
    }

    .amenities-btn-box {
        padding: 0em;
    }

    .btn-amenities {
        padding: 6px 16px;
        background-color: transparent;
        color: #d1a56b;
        border-radius: 0px;
        border: 2px solid #d1a56b;
        font-size: 15px;
        font-weight: 500;
        margin-right: unset;
    }

    .btn-plan-inner {
        padding: 6px 16px;
        background-color: transparent;
        color: #00214e;
        border-radius: 0px;
        border: 2px solid #00214e;
        font-size: 15px;
        font-weight: 500;
    }

    .amenities-img-box {
        text-align: center;
        padding: 0;
    }

        .amenities-img-box img {
            width: 100%;
        }
		
		.am-box-margin{
    margin-bottom:0px !important;
	padding:10px;
}

    .plan-sec {
        padding: 1em 0;
    }

        .plan-sec .col-lg-12 {
            padding: 0;
        }

        .plan-sec .row {
            margin-left: 0;
            margin-right: 0;
        }

    .gallery-sec {
        padding: 1em 0;
        background-color: #edeef2;
    }

    .image-box, .video-box {
        padding-top: 10px;
    }

        .image-box .col-lg-12, .video-box .col-lg-12 {
            padding: 0;
        }

    #gallery img {
        width: 100%;
    }

    .bhk-txt {
        padding: 1em 1em;
        background-color: #edeef2;
        margin-top: 5px;
    }

        .bhk-txt h6 {
            padding-top: 5px;
        }

        .bhk-txt .btn-bhk btn-costs {
            margin-bottom: 5px;
        }

    .location-box {
        padding: 1em 0;
    }

    .tab-box {
        padding: 1em 0;
        margin-top: 5px;
    }

    .brochure-sec {
        padding: 1em 0;
    }

        .brochure-sec .container {
            background-color: #edeef2;
            padding: 2em 0;
        }

        .brochure-sec .row {
            margin-left: 0;
            margin-right: 0;
        }

    .btn-pro-status {
        margin-top: unset;
        margin-bottom: 1em;
    }
    .outdoor-box {
    margin-top: 2em;
    }
    .master-box{
	margin-top:2em;
    }
    .bank-box { 
        padding: 1em 0;
        background-color: #edeef2;
    }

        .bank-box h3 {
            padding-bottom: 1em;
        }

        .bank-box .row {
            margin-left: 0;
            margin-right: 0;
        }
		
		.bank-box img {
			width:100%;
			margin-bottom:15px;
		}

    .visit-sec {
        padding: 2em 0;
    }

    .newsletter-area {
        background: #001737;
        color: #fff;
        padding: 10px 0 15px 0;
    }

        .newsletter-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;
    }

    .amenities-sec .row:first-child {
        margin: 0;
        padding-top: 2em;
        padding-bottom: 0;
    }

    .amenities-sec .row:last-child {
        margin: 0;
        padding-bottom: 2em;
        padding-top: 0;
    }

    .location-select-box {
        position: relative;
        left: 0;
        right: 0;
        top: 20px;
    }

    /*chairman message page*/
    .chair-box-inner {
        padding: 0;
        display: block;
    }

    .chair-in {
        padding: 1em 0;
        margin-right: 0;
    }

    .company-row {
        padding: 3em 1em;
    }

    .company-details {
        padding: 1em 1em;
    }

    .company-icon-box .container {
    }

    .company-icon-box h5 {
        font-size: 11px;
        padding-top: 10px;
    }

   .timeline-navigation#leftNav, .timeline-navigation#rightNav {
    
    font-size: 10px;
}

   

.timeline-navigation#rightNav .next{
    
    margin-top: 48px !important;
	
}

    #rightNav .scroll-right, #leftNav .scroll-left {
        display: none;
    }

    .leader-box {
        height: 1721px;
    }

    .vision-color-box {
        background-color: #edeef2;
        height: 50px;
    }

    .vision-txt {
        padding: 3em 1em;
    }

    .vision-txt2 {
        padding: 3em 1em;
    }

    .vision-img img {
        position: unset;
    }

    .vision-img1 img {
        position: unset;
    }
	
	#tabs {
    padding: 2em 1em;
}
#tabs .section-title {
    margin-bottom: 2em;
   
}

#tabs .nav-tabs .nav-link {
 
    font-size: 16px;
}
#tabs p {
    padding: 0;
}
	
	
    /*project page*/
    .pro-locations .container {
        display: block;
    }
    /*quality page*/
    .quality-box, .quality-box1 {
        padding: 0;
        margin: 0;
    }

    .quality-txt {
        padding: 2em;
    }

    .quality-txt1 {
        padding: 2em;
        text-align:left !important;
    }

    /*leadership page*/

    .press-box .row {
        margin: 0;
    }

    .press-box .offset-3 {
        margin-left: unset;
    }

    .lead2-box {
        padding: 1em;
        margin: 0;
    }

    .lead-btn-b {
        margin-right: unset;
        margin-bottom: 1.5em;
        margin-top: 1.5em;
        
        display: block;
    }

    .press-box-2 .col-lg-3 .lead-in-btn {
        padding: 8px 18px;
        display: inline-block;
    }

    .lead-con {
        padding: 0em;
    }

    .lead-content h5 {
        margin-top: 1em;
    }

    /*award page*/


    .award-box option {
        font-size: 12px;
        max-width: 80% !important;
        text-overflow: ellipsis;
        overflow: hidden !important;
    }

    .awardboxs {
        margin-bottom:1em;
    }
	.award-box.offset-2 {
	margin-left:0;
}

.awards img, .awards img:hover {
    width: 100% !important;
    transition: 1s ease-in;
}

    /*chennal partners page*/
    .press-box-2 .offset-2 {
        margin-left: unset;
        padding-left: 1em;
    }

    .press-box-2 .offset-1 {
        margin-left: unset;
    }

    /*purva-previlege page*/

    .press-box-2 .offset-3 {
        margin-left: unset;
    }

    /*land enquiry page*/
    .press-box .offset-2 {
        margin-left: unset;
    }

    /*news page*/

    .press-btn {
        display: inline-block;
        margin-bottom: 10px;
    }

    .m-btn {
        margin-bottom: 10px;
        display: inline-block;
    }

    .news-d {
        margin-bottom:4em;
    }
    /*Nri page*/
    .press-box {
        padding: 2em 0;
    }

    .press-box-2 {
        padding: 1em 0;
    }

    /*.nri-btn {
        padding: 10px 5px;
 
        display: inline-block;
        color: #00214d;
        border: 1px solid #00214d;
        font-size: 12px;
    }*/

    .press-box-2 ul {
        padding-left: 1em;
    }

    .rbi-btn {
        margin-bottom: 1em;
        display: inline-block;
    }
	
	/* book online page */
	
	.book-online.row {
		margin-left:0;
		margin-right:0;
		text-align:center !important;
	}
	
	#book-1, #book-2 {
    
    display: block !important;
    margin-bottom: 10px;
}

#book-1 {
    margin-right: 0px;
}
	
}

@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%;  
}

.location-box .table-responsive .table td {

    border: 1px solid #00214d;
        background-color: #fff;
    color: #00214d;
    font-size:14px;
}
.location-box .table-responsive .table th {
     background-color: #00214d;
         color: #d1a56b;
             border: 1px solid #d1a56b;
}
.location-box .table-responsive .table td, .location-box .table-responsive .table th {

    width: 80%;
}
.distanceright{
    float: right;
    color: #d1a56b;
}



.Accordion {  background-color: #1d2126;  color: #F8F8F8;  letter-spacing: 1px; padding: 3em 0;}.Accordion__tabs {  list-style: none;}.Accordion__tab {  width: 100%;}.Accordion__tab__headline {  display: flex;  justify-content: space-between;  align-items: center;  border-bottom: 1px solid rgba(248, 248, 248, 0.5);  transition: 0.2s ease all;  padding: 1em;  cursor: pointer;  font-weight: 400;}.Accordion__tab__headline:hover {  background-color: #d1a46b;}.Accordion__tab__headline > h4,.Accordion__tab__headline > h3 {  user-select: none;  text-transform: capitalize;  margin: 0;  font-size:14px;  cursor:pointer;}.Accordion__tab__headline .icon {  display: inline-block;  width: 22px;  height: 22px;  border: 1px solid;  border-radius: 50%;  position: relative;}.Accordion__tab__headline .icon::before {  display: block;  position: absolute;  content: "";  top: 10px;  left: 6px;  width: 10px;  height: 2px;  background: currentColor;}.Accordion__tab__headline .icon::after {  display: block;  position: absolute;  content: "";  top: 6px;  left: 10px;  width: 2px;  height: 10px;  background: currentColor;  transition: 0.2s ease all;}.Accordion__tab__content {  overflow: hidden;  padding: 0px 15px;  box-sizing: border-box;  height: 100%;  max-height: 0;  transition: 0.4s ease all;}.Accordion__tab--open .Accordion__tab__headline .icon::after {  transform: scaleY(0); } .wrapper p {color: #fff;} .wrapper a, .wrapper a:hover, .wrapper b {color: #d1a46b;}

/* 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;
}
.proj-base h3{
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.about-box h3, .about-box h2, .about-boxtop h3, .about-boxtop h2 {
    font-size: 14px;
}
.about-icon h3 {
    margin-top: 10px;
}
.marg10{margin-bottom: 35px;margin-top:0px;}
.homeplist h3{
    margin-top: 20px;
    color: #00214d;
    text-align: center;
}
.topulink{color:#fff;background: linear-gradient(160deg, rgba(228,110,137,1) 0%, rgba(69,160,199,1) 50%, rgba(113,85,168,1) 100%);text-transform: uppercase;}
.topulink:hover {
    color: #fff !important;
    background: linear-gradient(to right, #27427f 0%, #000000 100%);
}
#fplan .carousel-item {
    text-align: center;
}
#fplan .carousel-item img{
    width:100%;
}