
:root {
    --light: #F1F8FF;
    --dark: #0F172B;
}
@font-face {font-family: "gill";
                src: url('ff/GIL_____.TTF') format('.TTF');
                src: url('ff/GillSansLightNova.ttf') format('.truetype');
        font-weight: normal;
                font-style: normal;
                font-display: swap;

}

@font-face {
  font-family: "Didot";
  src: url("ff/Didot-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gill bold";
  src: url("ff/GillSansBoNova.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gill light";
  src: url("ff/GillSansLightNova.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Nova";
  src: url("ff/GillSansNova.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal
}

.main-back-img
{
    background-image:  url(../img/Image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    
}
body{
    background-color: transparent;
    font-family:gill;
}
p{
    color:black;
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

a:hover{
    text-decoration:none;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/** Navbar hover **/
.nav-l{
  box-shadow: inset 0 0 0 0 #3e4095;
  color: #54b3d6;
	padding: 0 .25rem;
	margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

@media(max-width:528px){
    .nav-l{
        margin-top:10px !important;
    }
    .navbar-collapse{
        margin-top:10px;
    }
}

.nav-l:hover{
  color: #fff !important;
  box-shadow: inset 200px 0 0 0 #3e4095;
}

/* Presentational styles */
.nav-l {
	color: #54b3d6;
  line-height: 1.5;
  text-decoration: none;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 17px;
    color: black;
    text-transform: uppercase;
    font-weight: 100;
    outline: none;
    transition: .5s;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}
.transparent
{
    background-color: transparent;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--dark) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.navbar-dark .navbar-brand img {
    max-height: 45px;
}

.navbar{
    position:fixed !important;
    width:100% !important;
    z-index: 999 !important;
    top:0 !important;
    left:0;
    right:0;
    background:white;
}

a
{
color: #000000 !important;
cursor: pointer;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 300;
font-size: 1rem;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}





@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--dark) !important;
    }
}

.link-slash
    {
        color:#c79b3e;
    }

@media (max-width:992px)
{

    .link-slash
    {
        display: none;
        
    }

}   

/* * Slider Banner* */

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */   
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white !important;
   background-color: rgba(216, 216, 216, 0.8);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/*.prev:hover, .next:hover {*/
/*  background-color: rgba(216, 216, 216, 0.8);*/
/*}*/

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fadeA {
  animation-name: fadeA;
  animation-duration: 1.5s;
}

@keyframes fadeA {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/**  Counter up **/

.cont-main{
     display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

@media only screen and (max-width: 768px){
.cont-main {
    width: 600px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 0px;
    margin: 0px auto;
}
}
.cont-item{
        flex: 1;
    text-align: center;
    border-right: 1px solid #bebec6;
}
.cont-item:last-child {
    border-right: none !important;
    width:100%;
}

.cont-item h3{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    align-content:center;
    flex-wrap:wrap;
}

@media only screen and (max-width: 768px){
.cont-item {
    flex: unset;
    width: 50%;
    min-height: 180px;
    border-bottom: 1px solid #bebec6;
    padding: 21px;
}
.cont-item:nth-child(odd) {
    border-right: 1px solid #bebec6;
}
.cont-item:nth-child(even) {
    border-right: 0 solid #bebec6;
}
.statsitem:last-child {
    min-height: auto;
    border: 0px solid #fff;
    padding-bottom: 10px;
}
}
.data-text .row {
    display: flex;
    flex-direction:row;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
}

.border-left{
    border-right:0.09px solid #b3b3b3 ;
    /*border-radius:23px;*/
}

.data-text .row .col-lg-2 div{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: Gill Sans MT;
}
.counter-number{
    font-size: 50px;
    font-family: gill;
    color: #3e4095;
}
@media(max-width:528px){
    .counter-number{
    font-size: 30px;
    font-family: gill !important;
    color: #3e4095;
}
}

.counter-text{
    
    font-family:Gill Sans MT !important;
    font-weight:100;
    color:rgb(73, 73, 73);
    padding: 0;
    margin: 0;
    text-align:left; 
    font-size:1rem;
}

/* About us  */
.about-heading{
    font-family: gill;
    font-weight: 300;
    color: #3e4095;
    font-size:40px
    /*font-weight: 100;*/
}
.about-text{
    font-size: 18px;
    font-family: Gill Sans MT !important;
    font-weight: 100;
}
.about-img{
    display: flex;
    justify-content: center;
}
@media(max-width:528px){
    .about-img{
        width:100%;
    }
    .button{
        width:150px !important;
        margin-top:20px;
    }
    .button-content{
        font-size: 12px !important; 
        flex-wrap:no-wrap;
    }
}

 .gg-arrow-long-right {
 box-sizing: border-box;
 position: relative;
 display: block;
 transform: scale(var(--ggs,1));
 border-top: 2px solid transparent;
 border-bottom: 2px solid transparent;
 box-shadow: inset 0 0 0 2px;
 width: 24px;
 height: 6px
}

.gg-arrow-long-right::after {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 width: 6px;
 height: 6px;
 border-top: 2px solid;
 border-right: 2px solid;
 transform: rotate(45deg);
 right: 0;
 bottom: -2px
} 
.about-btn{
    outline:none;
    border:none;
    display:flex;
    align-content:center;
    flex-wrap:wrap;
    align-items: center;
    flex-direction:row;
    gap:10px;
    background:#3e4095;
    color:white;
    padding:10px 20px;
    margin-top:50px;
}
.c1{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    
}

/*shiny effects*/




.foil-image {
  position:relative;
  z-index:1;
  overflow:hidden;
  text-align:center;
  padding:10px;
  /*width:468px;*/
  margin:auto;
  /*border:2px solid #CCC;*/
  transform-origin:center center;
  transform-style:preserve-3d;
  -webkit-animation: move 3s infinite linear;
  -moz-animation: move 3s infinite linear;
  animation: move 3s infinite linear;
}
.foil-image::after {
  content:' ';
  position:absolute;
  height:200%;
  width:200%;
  top:0px;
  left:0px;
  z-index:2;
  -webkit-animation: moveafter 2s infinite linear;
  -moz-animation: moveafter 2s infinite linear;
  animation: moveafter 2s infinite linear;
  
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(45%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(55%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.img {
  /*width:468px;*/
  /*height:600px;*/
  background:url('img/ab-img.jpg') center center no-repeat, linear-gradient(to bottom, rgba(30,87,153,0.5) 0%,rgba(20,96,19,0.5) 50%,rgba(30,87,153,0.5) 100%);
  background-size:100% auto;
}
.foil-image .img {
  background-blend-mode:multiply,normal;
}

@-webkit-keyframes moveafter {
  0% {
    top:100%;
    left:100%;
  }
  50% {
    top:-100%;
    left:-100%;
  }
  100% {
    top:-200%;
    left:-200%;
  }
}
@-moz-keyframes moveafter {
  0% {
    top:100%;
    left:100%;
  }
  50% {
    top:-100%;
    left:-100%;
  }
  100% {
    top:-100%;
    left:-100%;
  }
}
@keyframes moveafter {
  0% {
    top:100%;
    left:100%;
  }
  50% {
    top:-100%;
    left:-100%;
  }
  100% {
    top:-100%;
    left:-100%;
  }
}


/** Enquiry Form**/
.enq-form{
    width:350px;
    padding:20px;
    position:absolute;
    z-index:99;
    bottom:0;
    right:0;
    background:rgba(62,64,149,0.9);
}

@media(max-width:528px){
    .enq-form{
       display:none;  
    }
}

.enq-form h2{
    color:white;
    font-family:gill;
    font-weight:100;
    text-align:left;
}

.enq-form p{
    color:white;
    font-family:Gill Sans MT;
    text-align:left;
}


/*Our projects*/
.p-text{
    font-family:Gill light;
    text-align:justify;
    font-weight:100;
    font-size:19px;
}
.projects-btn{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.project-img{
    display:flex;
    /*justify-content:center;*/
    align-items:center;
    flex-direction:column;
}
.project-img div img{
    width:100%;
}
.amor-box{
    background:#3e4095;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items: center;
    text-align:center;
    position:relative;
    bottom:60px;
}
.amor-box h4{
    color:white;
    margin:0;
     font-family: gill;
    font-weight: 100;
}
.amor-box p{
    color:white;
     font-family:Gill light;
    font-weight: 100;
    padding:0;
    margin:0;
}
.amor-box .button {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 1rem;
  background: #3e4095;
  background-size: 400%;
  color:#fff;
  border: none;
  cursor: pointer;
  font-size:12px;
  font-family:Gill bold;
  font-weight:600;
}

.amor-box .button:hover::before {
  transform: scaleX(1);
  color:green;
}

.amor-box .button-content {
  position: relative;
  z-index: 1;
  display:flex;
  justify-content:center;
  align-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  flex-direction:row;
}

.amor-box .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background:white;
    border:1px solid #3e4095;
  transition: all 0.475s;
}
.amor-box .button:hover span{
  color:#3e4095;
  transition:1s;
}

/*Testimonial */

.testimonial-text{
    text-align:center;
    padding:0 30px;
}
.testimonial-text p{ 
    padding:0;
    margin:0;
}
.testimonial-text .t1{
    font-family:Gill Sans Nova;
    font-size:17px;
    color:#3e4095;
}
.testimonial-text .t2{
    font-family:Gill Sans Nova;
    font-weight:300;
    font-size:15px;
    color:#3e4095;
    margin-top:-5px;
}
.testimonial-text .t3{
    font-family:Gill Sans Nova;
    font-weight:300;
    font-size:16px;
    line-height:20px;
}


/*video*/

.test-vid{
  position:relative;  
}
.test-vid img{
  width:80%;  
}
.play-icon{
    position:absolute;
    top:45%;
    left:40%;
}


.abt-vid{
  position:relative;  
  display:flex;
  justify-content:end;
}
.abt-vid img{
  width:80%;  
}
.abt-play-icon{
   position: absolute;
    top: 45%;
    left: 48%;
}
@media(max-width:528px){
    .abt-vid{
  position:relative;  
  display:flex;
  justify-content:center !important;
}
.ii{
    width:100% !important;
}
.abt-play-icon{
   position: absolute;
    top: 40%;
    left: 31%;
}
}





/***    ABOUT.PHP     ***/

.about-banner{
    aspect-ratio:16/8;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-nav p{
    font-size:18px;
    font-family:Gill Sans Nova;
}
.about-info{
    text-align:left;
}
.about-info h2{
    color:#3e4095;
    margin:0;
    font-family:gill;
}
.about-info p:nth-child(odd){
    font-family:Gill light;
    font-size:18px;
    margin:0;
    color:black;
}
.about-info p:nth-child(Even){
    font-family:Gill Sans Nova;
    font-size:18px;
    margin:0;
    color:black;
}

.pointers{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding:0 !important;
    align-content:center;
    /*flex-wrap:wrap;*/
}
.point{
    display:flex;
    justify-content:space-between;
    gap:15px;
    align-items:center;
    flex-direction:row;
    padding:0 20px 0 10px;
    border-right:1px solid #bebec6 ;
}
.point:last-child {
    border-right: none;
}
.point:first-child {
    padding-left:0;
    justify-content:start;
}
.point img{
    width:60px;
}
.point p{
    color:#3e4095;
    font-size:16px;
    font-family:Gill bold;
}

.mv{
    /*background:#3e4095;*/
    display:flex;
    gap:10px;
    flex-direction:row;
    text-align:left;
    color:white;
}
@media(max-width:728px){
    .mv{
    /*background:#3e4095;*/
    display:flex;
    gap:10px;
    flex-direction:column !important;
    text-align:left;
    color:white;
}
}
.vision{
    border-right:1px #fff solid;
}
.mission h1{
    color:white;
    font-size:80px;
    margin:0;
}
.mission p{
    color:white;
    font-family:Gill Sans Nova;
    margin:5px;
}
.vision h1{
    color:white;
    font-size:80px; 
    margin:0;
}
.vision p{
    color:white;
    font-family:Gill Sans Nova;
    margin:5px;
}


/*founder desk*/
.founder-desk h2{
        font-family: gill;
    font-weight: 300;
    color: #3e4095;
    /*font-weight: 100;*/
}

.triangle-right {
	width: 0;
	height: 0;
	position:relative;
	border-top: 110px solid transparent;
	border-left: 90px solid #e0e7f5;
	border-bottom: 110px solid transparent;
}
.triangle-top {
	width: 0;
	position:absolute;
	bottom:-24%;
	height: 0;
	border-top: 160px solid transparent;
	border-left: 130px solid #fff;
	border-bottom: 160px solid transparent;
}
.founder-1{
    display:flex;
    /*background:#e0e7f5;*/
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
}
@media(max-width:728px){
    .founder-1{
        display:none !important;
    }
    .founder-2{
        display:block !important;
    }
    .founder-box{
    margin:0 0 0 10px !important;
    padding:20px 0 20px 0;
}
}
.founder-box{
    margin:0 0 0 100px;
}
.founder-box p{
   font-family:Gill Sans Nova;
   font-size:14px;
}
.core-value{
    /*background:#e0e7f5;*/
    text-align:center;
}
.core-value .col-3{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction:column;
    gap:10px;
    /*border-right:1px solid #bebec6;*/
}

.core-value .col-3 .core-heading{
    font-family:Gill Sans Nova;
    font-size:27px;
    color:#3e3e3e;
    margin:0;
    padding:0;
    text-transform: uppercase;
}
.core-value .col-3 .core-info{
    color: #3e3e3e;
    font-size: 18px;
    font-family: 'Gill light';
    padding: 0;
    margin: 0;
        line-height: 20px;
}

/* blog-content*/

.blog-content{
    background:#f4f3ee;
}
.blog-content div p{
    font-family:Gill light;
    text-align:left;
    font-weight:600;
    color:#696969;
    margin:0;
}
.blog-topic{
    color:#3e4095 !important;
    font-size:20px;
    font-family:gill !important;
}
.blog-content .container{
    display:flex;
    flex-direction:column;
    gap: 10px;
}
.blog-read-more{
    background:#3e4095;
    font-size:15px;
    font-family:Gill light;
    border:none;
    outline:none;
    color:white;
    
}


.odd-border {
    width: 100px;
    height: 50px;
    background-color: gold;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 10px solid gray;
    border-bottom: 0;
    
}
.even-border {
    width: 100px;
    height: 50px;
    background-color: gold;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    transform:rotate(180deg);
    border: 10px solid gray;
    border-bottom: 0;
}


.bankers{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding:0 !important;
    align-content:center;
    /*flex-wrap:wrap;*/
}
.banks{
    display:flex;
    justify-content:space-between;
    gap:15px;
    align-items:center;
    flex-direction:row;
    padding:0 20px 0 10px;
    border-left:1px solid #bebec6 ;
    /*border-right:1px solid #bebec6 ;*/
}
.banks:last-child {
    /*border-right: none;*/
}
.banks:first-child {
    padding-left:0;
    justify-content:center;
    align-items:center;
}

.banks p{
    color:#3e4095;
    font-size:16px;
    font-family:Gill bold;
    text-align:center;
    margin:0;
}

/*ARADHYA HOMES*/
.aradhya-banner-text{
    font-family:gill;
    color:white;
    font-size:50px;
    text-align:center;
}
.aradhya-banner{
    position:relative;
}
.project-text{
    text-align:center;
    max-width:50%;
}
@media(max-width:528px){
    .project-text{
    text-align:center;
    max-width:100%;
}
}
.project-text p{
    font-family:Gill Sans Nova;
    font-size:1rem;
    color:#5a5a5a;
}
.slider-text{
    text-align:left;    
}
.project-slider{
    display:flex;
    justify-content:flex-end;
}
.slider-img{
    width:90%;
    object-fit:cover;
    aspect-ratio:16/8
}
.align{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.owl-prev , .owl-next{
        width: 50px;
    height: 50px;
    position:relative;
    border: 1px solid #ad852f;
    color: #ad852f;
    border-radius: 50%;
    margin-bottom: -95px;
    margin-left: 10px;
    font-size: 18px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}
/*.owl-prev:before {*/
/*    content: "\02C2";*/
/*    position:absolute;*/
/*    top:27%;*/
/*    left:40%;*/
/*}*/
/*.owl-next:before {*/
/*    content: "\02C3";*/
/*    position:absolute;*/
/*    top:27%;*/
/*    left:40%;*/
/*}*/
.pos{
        position: absolute;
    bottom: 33%;
    left: 38%;
}
.owl-nav{
    display:flex;
    padding:10px 0 20px 0;
}
.slider .owl-nav{
    display:flex;
    padding:10px 0 20px 0;
    justify-content:space-between;
}


/*Event*/
 .main {
  .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .card {
    background: $color-white;
    box-shadow: $box-shadow;
    color: $color-dark;
    border-radius: 2px;

    &-image {
      background: $color-white;
      display: block;
      padding-top: 70%;
      position: relative;
      width: 100%;

      img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
}

@media only screen and (max-width: 600px) {
  .main {
    .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }
}


/*PROJECT FEATURES*/

@media(min-width:528px){
    .features .container{
        max-width:70%;
    }
}
.features-image{
    width:60px;
    height:60px;
}

.project-features{
    width: 31%;
    border-top: 1px #ffe9bb;
    border-bottom: 0.8px solid #ffe9bb;
    color: #ffe9bb;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    display: flex;
}
.main-features{
        grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    /*grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr 1fr;*/
    /*grid-auto-columns: 1fr;*/
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    justify-items: center;
    display: flex;
}
@media(max-width:528px){
        .main-features{
        justify-content:center;    
    }
}
.features-text{
    font-size: 14px;
    font-family:Gill light;
    font-weight: 300;
    color:#ffe9bb;
    text-align:left;
    margin-top:0;
    margin-bottom:10px;
}

/*FOOTER */

footer{
        /*background:#f4f4f5;*/
        padding:50px 0 0 0;
    }
    .reach-heading{
        font-family: gill;
    font-weight: 300;
    font-size:50px;
    color: #3e4095;
    padding:0;
    margin:0;
    /*font-weight: 100;*/
    }
    .address-icon{
        background:#ffff;
        font-size:20px;
        color:#3e4095;
        padding: 10px 12px 10px 12px;
        border-radius:100%;
    }
    .footer-address, .footer-contact{
       display: flex;
        flex-direction: column;
       align-content: center;
        justify-content: center;
        /*padding:0;*/
    }
    .footer-address div{
           display: flex;
    flex-direction: row;
    align-content: center;
    /*justify-content: center;*/
    align-items: center;
    gap:10px
    }
    .footer-contact div{
           display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding:0;
    }
    .footer-sec1{
        padding-bottom:20px;
        padding-top:20px;
        /*border-bottom:1px solid #d1d1d1;*/
    }
    .footer-links{
        display: flex;
        /*flex-basis: 700px;*/
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }
    @media(max-width:528px){
        .footer-links{
            display: flex;
            justify-content: space-between;
            /*gap: 20px;*/
            flex-wrap: wrap;
            flex-basis: 0px;
        }
    }
    .footer-enqfrm button{
        background:#3e4095;
        color:white;
        font-family:Gill Sans Nova;
        padding:10px 20px 10px 20px;
        border:none;
        outline:none;
    }
    .footer-enqfrm{
        display: flex;
        padding: 0;
        justify-content: flex-end;
    }
    .quick-links ul,.other-links ul,.projects ul{
        list-style: none;
        padding:0;
    }
    .quick-links p,.other-links p,.projects p, .footer-social p{
        font-family:Gill Bold;
        /*text-decoration:underline;*/
    }
    .quick-links li a,.other-links li a,.projects li a{
        font-family:Gill light;
        color:#e8e0db;
    }
    .social-icon i{
        color:#3e4095;
        font-size:20px;
        border:2.5px solid #3e4095;
        border-radius:50%;
    }

@media(max-width:528px){
    .footer-contact div{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: Flex-start !important;
    align-items: center;
    padding-left:.4rem;
    }
    .footer-address ,.footer-contact{
        padding-left:.5rem;
    }
}




.slide_form_main1 {
    width: 333px;
    position: fixed;
    top: 22%;
    right: 0;
    z-index: 99999;
    transition: all 1s
}

.slide_form_main1_out {
    width: 333px;
    position: fixed;
    top: auto;
    bottom: 8%;
    right: -303px;
    z-index: 9999;
    transition: all 1s
}

.slide_form_btn1 {
    width: 33px;
    float: left;
    color:white;
    background-color:#3e4095 ;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border: 1px solid #e8e0db;
    border-right: 0
}

.slide_form_main1 .slide_form_btn1 .crox_frm1 {
    transform: rotate(-90deg);
    display: none;
    padding: 6px 0 0;
    border-top-left-radius: 10px;
    margin: 0;
    border-top-right-radius: 10px;
    color: #ffff;
    font-size: 13px;
    Font-family:Gill Sans Nova;
    transform-origin: left 0;
    margin-top: 104px;
    transition: all .8s;
    letter-spacing: 1px;
    text-transform: capitalize;
    cursor: pointer
}

.slide_form_main1_out .slide_form_btn1 .crox_frm1 {
    display: block;
    transition: all .8s
}

.slide_form_main1 .slide_form_btn1 .enq_txt1 {
    padding: 14px;
    color: #fff;
    width: 100%;
    display: block;
    transition: all .8s;
    cursor: pointer
}

.slide_form_main1_out .slide_form_btn1 .enq_txt1 {
    display: none;
    transition: all .8s
}

.slide_form1 {
    width: 300px;
    float: left;
    background-color:#3e4095;
    box-shadow: 0 0 9px 0 #00000059;
    padding: 25px;
    border: 1px solid #fff;
}

.slide_form1 h3 {
    color: #fff;
    font-size: 18px;
    font-family:Gill Sans Nova;
    padding: 0 0 10px;
    font-weight: 400
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ffff;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control::placeholder {
  color: White;
  opacity: 1; /* Firefox */
}
.btn1 {
    background-image: #fff;
    border: 1px solid #5f5646;
    color: #3e4095;
    padding: 7px 30px;
    border-radius: 20px;
    font-size: .8rem;
}
.mb_20 {
    margin-bottom: 20px!important;
}