 @font-face {
   font-family: myFont;
   /* set name */
   src: url("../font/Outfit-VariableFont_wght.ttf");
   /* url of the font */
   font-weight: 200;
 }

 @font-face {
   font-family: head0;
   /* set name */
   src: url("../font/GT-Ultra-Median-Thin.otf");
   /* url of the font */
 }

 @font-face {
   font-family: head02;
   /* set name */
   src: url("../font/GT-Ultra-Median-Light.otf");
   /* url of the font */
 }

 body {
   font-family: 'myfont', sans-serif;
   /* Always include a generic fallback font */
   color: #fff;
   font-size: 14px;
   overflow-x: hidden;
 }

 img {
   width: 100%;
   max-width: 100%;
 }

 h1 {
   font-family: 'head0', sans-serif;
   font-size: 2.7rem;
   margin-bottom: 0;
 }

 h2 {
   font-family: 'head0', sans-serif;
   font-size: 2rem;
   margin-bottom: 0;
 }

 h3 {
   font-family: 'head0', sans-serif;
   font-size: 2.25rem;
   margin-bottom: 0;
 }

 .brd-rd-10 {
   border-radius: 10px;
 }
  .bo_rd_1 {
   border-radius: 1rem;
 }
 
 

 .pt-b {
   font-family: 'myfont', sans-serif;
   /* Always include a generic fallback font */
   color: #fff;
   font-size: 1.12rem;
 }

 .txt01 {
   font-size: 1.5rem;
   line-height: 1.15;
   font-family: 'head0', sans-serif;
 }

 .cir img {
   position: absolute;
   width: 2rem;
   left: 0rem;
   top: -0.4rem;
 }

 .top-l {
   left: 39%;
   margin-top: -29%;
   position: relative;
 }

 .top-l2 {
   left: 39%;
   margin-top: -39%;
   position: relative;
 }

 /*margin*/
 .mt20 {
   margin-top: 17rem;
 }

 .mt08 {
   margin-top: 8rem;
 }
 .mt05 {
   margin-top: 5rem;
 }

 /*margin end*/
 /*padding*/
 .pt08 {
   padding-top: 5rem;
 }

 .pb08 {
   padding-bottom:4rem;
 }

 .pr-6 {
   padding-right: 6rem;
 }

 .pl-7 {
   padding-left: 7rem;
 }

 /*padding end*/
 /*btn*/
 .btn-outline-light {
   border: solid 1px #a8894f;
   width: max-content;
   padding: 0.7rem 2rem 0.5rem 2rem;
   text-transform: uppercase;
   outline: none !important;
   /* font-style: italic; */
   color: #a8894f;
   font-family: 'head0', sans-serif;
 }

 .btn-outline-light:hover {
   background-color: #a8894f;
   color: #fff;
   border-color: #a8894f;
 }


 .btn-outline-dark {
   border: solid 1px #000;
   color: #000;
 }
.mapmo h2{font-size:1.5rem;}
 /*btn end*/
 /*bg*/
 .homebg {
   background-image: url(../img/bg.jpg);
   background-repeat: no-repeat;
   background-position: center top;
   background-size: cover;
 }

 .blue_bg {
   background-color: #01274a;
 }

 .bg_blue {
   background-image: url(../img/appbg.jpeg);
   background-repeat: no-repeat;
   background-position: center top;
   background-size: cover;
   padding-top: 8rem;
   padding-bottom: 5rem;
 }

 .half_white {
   background-color: #fffffa;
 }

 .yellow0 {
   background-color: #c6aa76;
 }

 /*bg end*/
 /* about */
 /* about - profile cards */
 .profile-card {
   position: relative;
   overflow: hidden;
   border-radius: 1.4rem;
 }

 .profile-card img {
   display: block;
   width: 100%;
 }

 .profile-overlay {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #a07e48;
   padding: 1.5rem;
   overflow-y: auto;
   transform: translateY(100%);
   transition: transform 0.5s ease;
   z-index: 2;
 }

 .profile-overlay.visible {
   transform: translateY(0);
 }

 .profile-overlay .overlay-text {
   opacity: 0;
   transition: opacity 0.4s ease 0s;
 }

 .profile-overlay.visible .overlay-text {
   opacity: 1;
   transition: opacity 0.4s ease 0.35s;
 }

 .about0 {
   position: absolute;
   background-color: #a07e48;
   bottom: 0;
   left: 0;
   right: 0;
   border-bottom-left-radius: 1.4rem;
   border-bottom-right-radius: 1.4rem;
   padding: 1.5rem;
   z-index: 3;
 }

 .about0 .box0 h1 {
   font-family: 'head0', sans-serif;
   font-size: 1.5rem;
   margin-bottom: 0;
   color: #fff;
 }

 .about0 .box0 p {
   font-family: 'head0', sans-serif;
   font-size: 0.875rem;
   margin-bottom: 0;
   color: #fff;
 }

 .abpr {
   padding-right: 0.6rem;
 }

 .abpl {
   padding-left: 0.6rem;
 }

 .about0 .box0 .plus0 {
   width: 3rem;
   position: absolute;
   right: 1rem;
   bottom: 0.5rem;
 }

 .about01 .profile-overlay {
   font-size: 1rem;
   line-height: 1.3;
   padding-right: 3rem;
 }

 /* about end*/
 /* apporach*/
 .apo0 .boxi {
   width: 16%;
   padding-right: 5%;
 }

 .apo0 {
   display: flex;
   padding: 0;
 }

 .apo0 .boxtx {
   width: 80%;
 }

 .around {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
 }

 .points .row {
   background-color: #c6aa76;
   border-radius: 1.5rem;
   padding-top: 5rem;
   padding-bottom: 5rem;
 }

 .points h1 {
   font-size: 1.5rem;
   margin-bottom: 0.3rem;
   text-transform: uppercase;
 }

 .points .pohe {
   min-height: 9rem;
 }

 .points .pohe2 {
   margin-top: 3rem;
 }
.projects-arrow{
	border-radius:50%;
	}
.projects-arrow:hover{
	background-color:#a8894f30;
	/*transform: translateX(5px);*/
	transition:0.5s;
	}
 /* apporach end*/
 /*footer*/
footer {
    background-image: url(../img/ft.png);
    background-color: #606c73;
    background-repeat: no-repeat;
    background-position: -30% 140%;
    background-size: 70%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

 footer h1 {
   font-family: 'head0', sans-serif;
   font-size: 2rem;
   margin-bottom: 0;
   text-transform: uppercase;
 }

 footer span {
   font-size: 1.25rem;
   margin-bottom: 0;
   ;
 }

 footer .form-control {
   background-color: transparent;
   border: none;
   border-bottom: solid 1px #fff;
   border-radius: 0;
   color: #fff;
   font-size: 0.9rem;
 }

 footer .form-control:focus {
   color: #fff;
   background-color: transparent;
   border-color: #fff;
   outline: 0;
   box-shadow: none;
 }

 footer .bt {
   margin-top: 5rem;
 }

 footer .bt img {
   width: 7rem;
 }

 footer .bt .linka a {
   color: #fff;
   display: flex;
   line-height: 2;
   font-family: 'head0', sans-serif;
   font-size: 1rem;
 }

 footer .bt p {
   color: #fff;
   display: flex;
   line-height: 2;
   font-family: 'head0', sans-serif;
   font-size: 1rem;
   margin-bottom: 0;
 }

 footer .bt span {
   color: #fff;
  /* display: flex;*/
   line-height: 2;
   font-family: 'head0', sans-serif;
   font-size: 0.78rem;
 }

 footer .bt  span a {
   color: #fff;
   /*display: flex;*/
   line-height: 2;
   font-family: 'head0', sans-serif;
  }

 footer .btn {
   border: solid 1px #fff;
   width: max-content;
   padding: 0.4rem 2rem;
   text-transform: uppercase;
   outline: none !important;
   color: #fff;
   font-family: 'head0', sans-serif;
   font-size: 0.9rem;
   margin-top: 2.5rem;
 }
 footer .btn:hover{
	 background:#fff;
	 
 }

 #fawesomeicons {
   text-align: left;
   width: 100%;
 }

 #fawesomeicons a {
   display: inline-block;
   font-size: 1rem;
   width: 2rem;
   height: 2rem;
   line-height: 2rem;
   margin: 0px 0.5rem 0px 0px;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   background: #dbdbdb;
   color: #606c73;
   text-align: center;
 }

 #fawesomeicons a:hover {
   background: #a8894f;
   color: #dbdbdb;
 }

 ::-webkit-input-placeholder {
   /* WebKit, Blink, Edge */
   color: #fff !important;
 }

 :-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: #fff !important;
   opacity: 1;
 }

 ::-moz-placeholder {
   /* Mozilla Firefox 19+ */
   color: #fff !important;
   opacity: 1;
 }

 :-ms-input-placeholder {
   /* Internet Explorer 10-11 */
   color: #fff !important;
 }

 ::-ms-input-placeholder {
   /* Microsoft Edge */
   color: #fff !important;
 }

 ::placeholder {
   /* Most modern browsers support this now. */
   color: #fff !important;
 }

.sel option {
    background: #fffffa;
    color: #333;
}

 /*footer end */
 /*color*/
 .og {
   color: #a8894f;
 }

 .blue {
   color: #0d2748;
 }

 .black {
   color: #000;
 }

 .grey {
   color: #424b4c;
 }

 .grey2 {
   color: #333333;
 }

 .yellow {
   color: #a8894f !important;
 }

 .white {
   color: #fff !important;
 }

 /* color end*/
 .vision .box {
   display: flex;
 }

 .vision .content_heading {
   display: flex;
 }

 .vision .content_heading figure {
   width: 4rem;
   margin-right: 1.5rem;
 }

 .space .box {
   display: flex;
   color: red;
 }

 .space .box .box_img {
   width: 3rem;
   margin-left: 2rem;
 }

 .space .box .box_txt h3 {
   font-family: 'head0', sans-serif;
   font-size: 1.875rem;
   margin-bottom: 0;
 }

 .navbar {
   margin-bottom: 20px;
 }

 .navbar-brand img {
   min-height: 5em;
   height: 5em;
 }

 .bg-light {
   background-color: #fff !important;
 }

 .navbar-nav a {
   color: #000 !important;
 }

 .navbar .logo img {
   width: 14rem;
 }

 .container-xl {
   max-width: 100%;
 }

 .container {
   width: 81%;
   max-width: 1540px;
 }

 .container2 {
   width: 85%;
   max-width: 1545px;
 }

 .banner0 {
   max-width: 100%;
   padding-left: 3rem !important;
   padding-bottom: 0rem !important;
   padding-right: 3rem !important;
   margin-bottom: 0;
 }

 .banner01 {
   max-width: 100%;
   padding-left: 3rem !important;
   padding-bottom: 5rem;
   padding-right: 3rem !important;
   margin-bottom: 0;
 }

 .space {
   width: 70%;
   max-width: 1330px;
 }

 .ban {
   margin: auto;
   color: #fff;
   position: relative;
 
   margin:-11rem auto 0;
   width: 70%;
 }
 
 
 
 
  .banner02 .ban {

 margin: auto;
   color: #fff;
   position: relative;
 
   margin:-11rem auto 0;
   width: 70%;
  }
/*
 .banner02 .ban {
   margin: auto;
   color: #fff;
   position: relative;
   top: 50%;
   left: 50%;
   margin: auto;
   transform: translate(-72%, -42%) !important;
 }
 */
 
/*
 .banner01 .ban {
   color: #fff;
   position: relative;
   top: 50%;
   left: 50%;
   margin: auto;
   transform: translate(-72%, -31.5%) !important;
   width: 70%;
 } */
 
 
  .banner01 .ban {
   margin: auto;
   color: #fff;
   position: relative;
 
   margin:-7.2rem auto 0;
   width: 70%;
 }
 
 
 
 
 
 
 
   .bannercon .ban {
   margin: auto;
   color: #fff;
   position: relative;
 
   margin:-7.5rem auto 0;
   width: 70%;
 }

 
/*
 .bannercon .ban {
   margin: auto;
   color: #fff;
   position: relative;
   top: 50%;
   left: 50%;
   margin: auto;
   transform: translate(-72%, -60%) !important;

 }*/

/*.ban h1{text-transform:uppercase;}*/

.abtxt01{margin-left:2rem;}





 /* .ban {
   position: absolute;
   color: red;
   left: 0;
   right: 0;
   margin: auto;
   width: 80%;
   top: 75%;
   color: #fff;
 }*/
 .banner0 .ban h1 {
   font-family: 'head0', sans-serif;
   font-size: 3rem;
   margin-bottom: 0;
   /*	font-style:italic;*/
   color: #fff;
 }

 .banner0 .ban span {
   font-family: 'head0', sans-serif;
   font-size: 3rem;
   margin-bottom: 0;
   font-style: italic;
   color: #0d2748;
   margin-top: -0.5rem;
   display: block;
 }

 .banner0 .ban p {
   color: #333333;
   width: 89%;
   margin-left: 5rem;
   margin-top: 2rem;
   margin-bottom:6rem;
 }

 .bannerho .carousel-caption {
   bottom: 7rem;
   z-index: 10;
 }


 .bannercon {
   padding-bottom: 0rem !important;
 }

 .bannerproj .ban p {
   width: 33rem;
   margin: auto;
  /* margin-left: 23%; */
   margin-top: 3rem;
 }
 .bannercon .ban p{
	    margin-left: 0rem; 
 }



  .bannerproj .ban {
   margin: auto;
   color: #fff;
   position: relative;
 
   margin:-8rem auto 0;
   width: 70%;
 }
 
 
 





/*
 .bannerproj .ban {
   color: #fff;
   position: relative;
   top: 50%;
   left: 50%;
   margin: auto;
   transform: translate(-72%, -44%) !important;
   width: 70%;
 }*/
/*
 .aryana .ban {
   margin: auto;
   color: #fff;
   position: relative;
   top: 50%;
   left: 50%;
   margin: auto;
   transform: translate(-72%, -105%) !important;
   width: 70%;
 }
 */

.aryana .ban {
    margin: auto;
    color: #fff;
    position: relative;
    margin: -8.5% auto 0;
    margin-bottom: 5rem;
    width: 70%;
}





 /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
 /* Carousel base class */
 .carousel {
   margin-bottom: 0rem;
   padding: 0 2rem;
 }

 /* Since positioning the image, we need to help out the caption */
 .carousel-caption {
   bottom: 3rem;
   z-index: 10;
 }

 /* Declare heights because of positioning of img element */
 .carousel-item {
   height: 32rem;
 }

 .carousel-item>img {
   position: absolute;
   top: 0;
   left: 0;
   min-width: 100%;
   height: auto;
   width: 100%;
 }

 /* MARKETING CONTENT
-------------------------------------------------- */
 /* Center align the text within the three columns below the carousel */
 .marketing .col-lg-4 {
   margin-bottom: 1.5rem;
   text-align: center;
 }

 .marketing h2 {
   font-weight: 400;
 }

 .marketing .col-lg-4 p {
   margin-right: .75rem;
   margin-left: .75rem;
 }

 /* Featurettes
------------------------- */
 .featurette-divider {
   margin: 5rem 0;
   /* Space out the Bootstrap <hr> more */
 }

 /* Thin out the marketing headings */
 .featurette-heading {
   font-weight: 300;
   line-height: 1;
   letter-spacing: -.05rem;
 }


 /* Tab */

 .tabtx {
   position: absolute;
   bottom: 0;
   text-align: center;
   width: 94.5%;
   z-index: +99;
 }

 /*
.tabbg {
    
    position: absolute;
    width: 94.5%;
    height: 40%;
    bottom: 0;
    border-radius: 0.7rem;
    z-index: 2;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 100%);
}*/

 .tabtx h1 {
   font-size: 2rem;
   line-height: 1.5rem;
   text-transform: uppercase;
   color: #fff;
 }

 .tabtx span {
   font-size: 0.875rem;
   text-transform: uppercase;
   color: #fff;
 }

 .tabtx p {

   color: #fff;
 }

 #tabs {
   background: #007b5e;
   color: #eee;
 }

 #tabs h6.section-title {
   color: #eee;
 }

 #tabs .nav-tabs .nav-item.show .nav-link,
 .nav-tabs .nav-link.active {
   color: #c6aa76;
   background-color: transparent !important;
   /*border-color: transparent transparent #f3f3f3;
   border-bottom: 1px solid !important;*/
   font-size: 1rem;
   /* font-weight: bold; */
 }

 #tabs .nav-tabs .nav-link {
   border: 1px solid transparent;
   border-top-left-radius: .25rem;
   border-top-right-radius: .25rem;
   color: #eee;
   font-size: 20px;
 }

 .nav-tabs {
   /* border-bottom: 1px solid #dee2e6; */
   width: 40%;
   margin: auto;
   justify-content: center;
   margin-bottom: 1rem;
 }

 .nav-link {
   display: block;
   padding: 0.2rem 0rem;
   width: max-content;
   margin: 0 2rem;
 }

 .nav-fill .nav-item {
   -ms-flex: none;
   flex: none;
   text-align: center;
 }

 .nav-tabs {
   border-bottom: 0;
 }

 .nav-tabs .nav-link {

   color: #666666;
 }

 .nav-tabs .nav-link:hover,
 .nav-tabs .nav-link:focus {
   border-color: transparent;
 }

 .lasttab h1 {
   color: #333;
   font-size: 1.5rem;
 }

 .lasttab p {
   color: #333;
 }

 .btb {
   border-top: solid 1px #c6aa76;
   padding-top: 1.5rem;
   padding-bottom: 1rem;
 }

 .btb2 {
   border-bottom: solid 1px #c6aa76;

 }

 .zoomim {
   overflow: hidden;
   border-radius: 1rem;
   cursor: pointer;
 }

 .zoomim img {}

 .zoomim img:hover {
   transform: scale(1.2) !important;
   transition: all 1s;
 }









 /* Tab end */

 /*contact */

 .contact0 {
   width: 68.2%;
   max-width: 1140px;
 }


 .contact0 .form-control {
   background-color: transparent;
   border: none;
   border-bottom: solid 1px #606c73;
   border-radius: 0;
   color: #4d4d4d;
   font-style: italic;
   font-size: 1rem;
   padding-left: 0;
 }





 .contact0 .form-control:focus {
   color: #4d4d4d;
   background-color: transparent;
   border-color: #606c73;
   outline: 0;
   box-shadow: none;
   padding-left: 0;
 }


 .contact0 ::-webkit-input-placeholder {
   /* WebKit, Blink, Edge */
   color: #4d4d4d !important;
 }

 .contact0 :-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: #4d4d4d !important;
   opacity: 1;
 }

 .contact0 ::-moz-placeholder {
   /* Mozilla Firefox 19+ */
   color: #4d4d4d !important;
   opacity: 1;
 }

 .contact0 :-ms-input-placeholder {
   /* Internet Explorer 10-11 */
   color: #4d4d4d !important;
 }

 .contact0 ::-ms-input-placeholder {
   /* Microsoft Edge */
   color: #4d4d4d !important;
 }

 .contact0 ::placeholder {
   /* Most modern browsers support this now. */
   color: #4d4d4d !important;
 }

 .contact0 label {
   color: #4d4d4d;
   font-style: italic;
   font-size: 1rem;
   padding-left: 0;
 }

 .contact0 #textarea {
   border: solid 1px #606c73;
   border-radius: 0.5rem;
   padding-left: 0.5rem;
 }

 .contact0 button {
   border: solid 1px #606c73;
   padding: 0.4rem 2rem;
   font-style: italic;
   font-size: 0.9rem;
   margin-top: 1rem;
 }

 .map0 {
   border-radius:0.5rem;
 }

 .cir02 img {
   position: absolute;
   width: 3rem;
   left: -1.3rem;
   top: -1.0rem;
 }

.cir03 img {
    position: absolute;
    width: 1.6rem;
    left: 2.4rem;
    top: 1.2rem;
}


/*
.contact0 .row {
    display: flex;
    align-items: center;
}*/


 /*contact end*/


 .aryana {
   padding-bottom: 0rem !important;
 }

 .aryana0 h6 {
   font-family: 'head0', sans-serif;
   font-size: 1.25rem;
   margin-bottom: 0;
   color: #333333;
   width: 95%;
 }

 .aryana0 h6:after {
   content: "";
   position: absolute;
   width: 48%;
   border-bottom: solid 1px #333;
   bottom: 2.8rem;
   left: 3rem;
 }

 .topbt {
   z-index: +999999;
   width: 3rem;
   height: 3rem;
   bottom: 11px;
   right: 1rem;
   text-align: center;
   background-color: transparent;
   padding: 0;
   border: 0;
 }

 .topbt:hover {
   z-index: +999999;
   width: 3rem;
   height: 3rem;
   bottom: 11px;
   right: 1rem;
   text-align: center;
   background-color: #a8894f30;
   border: 0;
 }

 .topbt:focus {
   color: #fff;
   background-color: #a8894f30 !important;
   border-color: transparent !important;
   box-shadow: none !important;
   border: 0 !important;
 }

 .closed {
   .vertical {
     transition: all 0.5s ease-in-out;
     transform: rotate(-90deg);
   }

   .horizontal {
     transition: all 0.5s ease-in-out;
     transform: rotate(-90deg);
     opacity: 1;
   }
 }

 .opened {
   opacity: 1;

   .vertical {
     transition: all 0.5s ease-in-out;
     transform: rotate(90deg);
   }

   .horizontal {
     transition: all 0.5s ease-in-out;
     transform: rotate(90deg);
     opacity: 0;
   }
 }

 .circle-plus {
   height: 4em;
   width: 4em;
   font-size: 1em;
   opacity: .7;
 }

 .circle-plus .circle {
   position: relative;
   width: 3rem;
   height: 3rem;
   border-radius: 100%;
   border: solid 1px #fff;
   cursor: pointer;
 }

 .circle-plus .circle .horizontal {
   position: absolute;
   background-color: #ffffff;
   width: 1.5rem;
   height: 0.1rem;
   left: 50%;
   margin-left: -0.75rem;
   top: 50%;
   margin-top: 0rem;
 }

 .circle-plus .circle .vertical {
   position: absolute;
   background-color: #ffffff;
   width: 0.1rem;
   height: 1.5em;
   left: 50%;
   margin-left: -0.05rem;
   top: 50%;
   margin-top: -0.7rem;
 }



 /* RESPONSIVE CSS
-------------------------------------------------- */
 @media (max-width: 767px) {

   body,
   html {
     font-size: 14px;
     overflow-x: hidden;
   }

   .container {
     width: 95%;
   }

   footer .container {
     width: 93%;
   }

   .banner0 .ban h1 {
     /*font-size: 1.9rem;*/
	 font-size: 1.5rem;
     margin-bottom: 0.3rem;
   }

   .banhome .ban {
        width: 90%;
        margin-bottom: 1rem;
		    margin: -8rem auto 0;
    }

   /*    .ban {
         position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-45%, -27%) !important;
        width: 100%;
    }*/
   .banner0 .ban span {
     font-size: 1.9rem;
   }

   .banhome .ban h1 {
     font-size: 2rem;
     margin-bottom: 0.3rem;
   }

   .banhome .ban span {
     font-size: 2rem;
   }


   .banner0 .ban p {
     width: 100%;
margin-left: 0rem;
     margin-top:2.5rem;
	         margin-bottom: 5rem;        padding-right: 2rem;
   }
.apo0 .boxtx {
    width: 90%;
}
   .banner02 .ban p {
     width: 100%;
   }

   .bannercon .ban p {
     width: 80%;
   }

   h1 {
     font-size: 1.9rem;
   }

   .pb08 {
     padding-bottom: 3rem;
   }

   .pt08 {
     padding-top: 3rem;
   }

   .desknone {
     display: none;
   }

   .mobileho {
     display: flex !important;
     flex-wrap: nowrap;
     align-items: center;
   }

   .mot {
     font-size: 0.9rem;
   }

   h2 {
     font-size: 1.4rem;
   }

   .cir img {
     width: 1.7rem;
   }

   .mobilebot {
     display: none !important;
   }

   .bg_blue {
     padding-top: 3rem;
     padding-bottom: 3rem;
   }

   .vision .box {
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
   }

   .txt01 {
     font-size: 1.15rem;
   }

   .vision .content_heading figure {
     width: 3.5rem;
     margin-right: 0;
   }

   .brnone br {
     display: none;
   }

   .space02 .box {
     display: flex;
     color: red;
     justify-content: space-between;
   }

   .space02 .box .box_img {
     width: 2rem;
     margin-left: 2rem;
   }

   footer h1 {
     font-size: 1.4rem;
   }

   footer {
     padding-top: 3rem;
     padding-bottom: 3rem;
	     background-position: 50% 100%;
    background-size: 100%;
   }
 .mapmo{
	    padding-top: 6rem !important;   
 }
 
  /* .footrow {
     display: flex;
     flex-wrap: nowrap;
   }*/
   
  
   
  
 ::-webkit-input-placeholder {
   /* WebKit, Blink, Edge */
   color: #606c73 !important;
 }

 :-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: #606c73 !important;
   opacity: 1;
 }

 ::-moz-placeholder {
   /* Mozilla Firefox 19+ */
   color: #606c73 !important;
   opacity: 1;
 }

 :-ms-input-placeholder {
   /* Internet Explorer 10-11 */
   color: #606c73 !important;
 }

 ::-ms-input-placeholder {
   /* Microsoft Edge */
   color: #606c73 !important;
 }

 ::placeholder {
   /* Most modern browsers support this now. */
   color: #606c73 !important;
 }
 
  footer .btn {
    border: solid 1px #606c73;
    
    color: #606c73;
   
} 
   
   
   
   
   
   
   
   
   
   
   
.mobg{
	background:#fff;
}
footer .form-control {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #606c73;
    border-radius: 0;
    color: #606c73;
    font-size: 0.9rem;
}
   .footrowbt {
     display: flex;
     flex-wrap: nowrap;
   }
footer .bt {
    margin-top: 3rem;
}
   footer .bt .linka a {
     font-size: 0.9rem;
   }

   footer .bt p {
     font-size: 0.75rem;
   }

   footer .bt span {
     font-size: 0.55rem;
   }

   footer .bt .mail0 a {
     font-size: 0.55rem;
   }

   #fawesomeicons {
     display: flex;
   }

   #fawesomeicons a {
     display: inline-block;
     font-size: 0.7rem;
     width: 1.2rem;
     height: 1.2rem;
     line-height: 20px;
   }

   .btn {
     font-size: 0.8rem;
     line-height: 1.4;
   }

   .mobiban {
     transform: translate(-45%, -98%) !important;
   }

   .apo0 {
     flex-direction: column;
     margin-bottom: 1rem;
   }

   .apo0 .boxi {
     width: 14%;
     padding-right: 0;
     padding-bottom: 1rem;
   }

   .banner02 {
     padding-bottom: 11rem !important;
   }

   /* .mopb{
	 padding-bottom:2rem;
 }*/
   .points .row {
     padding-top: 2rem;
     padding-bottom: 0rem;
   }

   .points .pohe {
     min-height: auto;
     margin-bottom: 2rem;
   }

   .points .pohe2 {
     margin-top: auto;
     margin-bottom: 2rem;

   }

   .nav-tabs {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
   }

   .tab-content {
     padding-left: 0 !important;
     padding-right: 0 !important;
   }

   .tabbg {
     width: 91.9%;
   }

   .lasttab h1 {
     color: #333;
     font-size: 1.4rem;
   }

   .banner01 {
     padding-bottom: 2rem !important;
   }

   /*.mobiab0 {
    position: absolute;
	        bottom: -20%;
}*/
   .mobiab0 h3 {
     font-size: 1.2rem;
     color: #fff;
     width: 100%;
     left: 0;
     right: 0;
     margin: auto;
   }

   .mobiab0 p {
     color: #fff;
     font-size: 0.9rem;
     width: 100%;
     left: 0;
     right: 0;
     margin: auto;
     margin-top: 0.2rem !important;
   }

   .abpr {
     padding-right: 0;
     padding-left: 0;
   }

   .abpl {
     padding-left: 0;
     padding-right: 0;
     margin-top: 2rem;
   }

   .about0 {
     left: 0;
     right: 0;
     padding: 1rem;
   }

   .about0 .box0 h1 {
     font-size: 1.2rem;
   }

   .about0 .box0 p {
     font-size: 0.65rem;
     padding-right: 2rem;
   }

   .about0 .box0 .plus0 {
     width: 2rem;
     right: 0.5rem;
     bottom: 0.5rem;
   }

   .circle-plus {
     height: 2.5em;
     width: 2.5em;
     font-size: 0.8em;
   }

   .circle-plus .circle {
     width: 2rem;
     height: 2rem;
   }

   .circle-plus .circle .horizontal {
     width: 1rem;
     margin-left: -0.5rem;
   }

   .circle-plus .circle .vertical {
     height: 1rem;
     margin-top: -0.5rem;
   }

   .about01 .profile-overlay {
     font-size: 0.8rem;
     line-height: 1.3;
     padding: 1rem;
     padding-right: 1.5rem;
   }

   .profile-overlay .overlay-text {
     padding-bottom: 3.5rem;
   }

  .bannercon .ban { 
        color: #fff;
        position: relative;
        margin: -4.5rem auto 0;
        width: 92%;
    }
  .bannercon .ban p{ 
               margin-top: 3rem;  
    }
   .bannercon {
     padding-bottom: 5rem !important;
   }

   .cir02 br {
     display: none;
   }

   .cir02 img {

     left: 0;
     top: -0.5rem;
   }
.cir03 img {
        left: 0.5rem;
        top: 5.5rem;
    }
   .map0 {
     border-radius: 0.4rem;
     height: 9rem;
     border: solid 1px #b7b5b5 !important;
   }

   .contact0 h2 {
     font-style: italic;
   }

   .banner0 {
     padding-left: 2rem !important;
     padding-right: 2rem !important;
     padding-bottom: 0 !important;
     margin-bottom: -3rem;
   }

.banner02 .ban {
    margin: auto;
    color: #fff;
    position: relative;
    margin: -6.5rem auto 0;
    width: 90%;
}
.banner02 .ban p {
    margin-bottom: 10rem;
}
.banner01 .ban {
    margin: auto;
    color: #fff;
    position: relative;
    margin: -5rem auto 0;
    width: 90%;
}
   .mobibanapp span {
     color: #a57c3e !important;
   }

   .aryana .ban span {
     width: 80%;
     line-height: 1.2;
   }

.aryana .ban {
        /* transform: translate(-45%, -100%) !important; */
        width: 100%;
        margin: -10rem auto 0;
        width: 90%;
    }
.aryana0 .mp {
    margin: 6.5rem 0;
    margin-bottom: 2rem;
}
   .aryana {
     padding-bottom: 2rem !important;
   }

   .aryana0 h6 {
     font-size: 0.9rem;
   }

   .aryana0 h6:after {
     width: 46%;
     bottom: -4px;
   }
.bannerproj .proban {
        position: relative;
        margin: -4.5rem auto 0;
        width: 92%;
    }
footer .bt p {
    
    font-size: 1rem !important;
 
}
footer .bt span {
    
    font-size: 0.9rem !important;
}
.navigation__links {
        padding-top: 5.2rem;
        padding-left: 1.5rem;
        height: 40vh;
		        z-index: +99;
    }

   .banner01 .row {
     margin-bottom: 2rem;
   }

   .bannerproj .row {
     margin-bottom:0rem;
   }

.promo {
        margin-top: 2rem;
        padding-top: 4rem !important;
    }
   .aryana .row {
     margin-bottom: -4rem;
   }

   .abtxt01 {
     position: absolute;
     bottom: 2rem;
   }



   .banner02 .row {
     margin-bottom: -7rem;
   }
   .opl{
	           padding-left: 0.5rem !important;
   }
.abpl01{
	padding-left: 1.8rem !important;
 }

.main-timeline {
    position: relative;
    margin-left: 0% !important;
}

.nobannew::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 70%;
        background: linear-gradient(to top, rgb(0 24 66 / 100%), rgba(0, 20, 60, 0));
        pointer-events: none;    border-radius: 10px;
    }
.cobannew::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height:70%;
        background: linear-gradient(to top, rgb(0 0 0), rgba(0, 20, 60, 0));
        pointer-events: none;
        border-radius: 10px;
    }

.onmo {
    margin: auto;
    padding: 0 30px;
}


 }


 @media (min-width: 40em) {

   /* Bump up size of carousel content */
   .carousel-caption p {
     margin-bottom: 1.25rem;
     font-size: 1.25rem;
     line-height: 1.4;
   }

   .featurette-heading {
     font-size: 50px;
   }
 }

 @media (min-width: 62em) {
   .featurette-heading {
     margin-top: 7rem;
   }
 }

 @media only screen and (min-width: 1000px) and (max-width: 1024px) {

   html,
   body {
     font-size: 12.1px;
   }






   /*
   .ban {
     top: 56.5%;
   }*/
 }

 @media only screen and (min-width: 1025px) and (max-width: 1280px) {

   html,
   body {
     font-size: 14px;
   }

   /*
   .ban {
     top: 70%;
   }*/
 }

 @media only screen and (min-width: 1367px) and (max-width: 1400px) {

   html,
   body {
     font-size: 15px;
   }

   /*
   .ban {
     top: 53%;
   }*/
 }

 @media only screen and (min-width: 1401px) and (max-width: 1440px) {

   html,
   body {
     font-size: 15.5px;
   }



   /*
   .ban {
     top: 65%;
   }*/
 }

 @media only screen and (min-width: 1441px) and (max-width: 1600px) {

   html,
   body {
     font-size: 16px;
   }






   /*
   .ban {
     top: 72%;
   }*/
 }

 @media only screen and (min-width: 1601px) and (max-width: 1680px) {

   html,
   body {
     font-size: 17px;
   }




   /*
   .ban {
     top: 63%;
   }*/
 }


 @media only screen and (min-width: 1681px) and (max-width: 1899px) {

   html,
   body {
     font-size: 17.5px;
   }


 }


 @media only screen and (min-width: 1900px) and (max-width: 1920px) {

   html,
   body {
     font-size: 19px;
     line-height: 1.3;
   }



 }

 @media only screen and (min-width: 1921px) {

   html,
   body {
     font-size: 22.5px;
     line-height: 1.3;
   }
/*
   .banhome .ban {
     transform: translate(-67%, -40%) !important;
   }

   .banner01 .ban {
     transform: translate(-67%, -33.5%) !important;

   }

   .banner02 .ban {
     transform: translate(-67%, -42.5%) !important;
   }


   .banner0 .ban p {
     width: 79%;
   }

   .banner01 .ban p {
     width: 86%;
   }

   .banner01 .ban {
     transform: translate(-67%, -33.5%) !important;

   }

   .bannerproj .ban p {
     width: 41%;
     margin: auto;
     margin-left: 25%;
     margin-top: 3rem;
   }

   .bannerproj .ban {
     transform: translate(-67%, -44%) !important;
   }

   .aryana .ban {
     transform: translate(-67%, -97%)
   }

   .tabbg {
     width: 96.2%;
   }



*/


 }

 /* Lenis Recommended CSS */
 html.lenis {
   height: auto;
 }

 .lenis.lenis-smooth {
   scroll-behavior: auto;
 }

 .lenis.lenis-smooth [data-lenis-prevent] {
   overscroll-behavior: contain;
 }

 .lenis.lenis-stopped {
   overflow: hidden;
 }

 .lenis.lenis-scrolling iframe {
   pointer-events: none;
 }

.line-height-1{line-height:1 !important;}

 /* Parallax for Desktop Banner Div */
 @media (min-width: 992px) {
   .desktop-banner-parallax {
     position: relative;
     /* required for overlay */
     width: 100%;
     height: 65vh;
     /* Maintains original aspect ratio/height */
     background-image: url(../img/home-banner.jpg);
     background-attachment: scroll;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     border-radius: 1.5rem;
     /* Restores rounded corners */
     overflow: hidden;
     /* keeps overlay inside rounded corners */
   }

   .desktop-banner-parallax::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 40%;
     /* only bottom 30% */
     background:linear-gradient(to top, rgb(0 24 66 / 100%), rgba(0, 20, 60, 0));
     pointer-events: none;
     /* overlay won’t block clicks */
   }
 }

 /* Parallax for Desktop About Banner Div */
 @media (min-width: 992px) {
   .desktop-banner-parallax-about {
     position: relative;
     /* required for overlay */
     width: 100%;
     height: 65vh;
     /* Maintains original aspect ratio/height */
     background-image: url(../img/about-banner.jpg);
     background-attachment: scroll;
     background-position: center 0px;
     background-repeat: no-repeat;
     background-size: cover;
     border-radius: 1.5rem;
     /* Restores rounded corners */
     overflow: hidden;
     /* keeps overlay inside rounded corners */
   }

   .desktop-banner-parallax-about::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height:50%;
     /* only bottom 30% */
     background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
     pointer-events: none;
     /* overlay won’t block clicks */
   }
 }

 /* Parallax for Desktop About Banner Div */
 @media (min-width: 992px) {
   .desktop-banner-parallax-approach {
     position: relative;
     /* required for overlay */
     width: 100%;
     height: 65vh;
     /* Maintains original aspect ratio/height */
     background-image: url(../img/our-approach-banner.jpg);
     background-attachment: scroll;
     background-position: center 0px;
     background-repeat: no-repeat;
     background-size: cover;
     border-radius: 1.5rem;
     /* Restores rounded corners */
     overflow: hidden;
     /* keeps overlay inside rounded corners */
   }

   .desktop-banner-parallax-approach::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 50%;
     /* only bottom 30% */
     background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
     pointer-events: none;
     /* overlay won’t block clicks */
   }
 }

 /* Parallax for Desktop Projects Banner Div */
 @media (min-width: 992px) {
   .desktop-banner-parallax-projects {
     position: relative;
     /* required for overlay */
     width: 100%;
     height: 65vh;
     /* Maintains original aspect ratio/height */
     background-image: url(../img/projects-banner.jpg);
     background-attachment: scroll;
     background-position: center 0px;
     background-repeat: no-repeat;
     background-size: cover;
     border-radius: 1.5rem;
     /* Restores rounded corners */
     overflow: hidden;
     /* keeps overlay inside rounded corners */
   }

   .desktop-banner-parallax-projects::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height:50%;
     /* only bottom 30% */
     background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
     pointer-events: none;
     /* overlay won’t block clicks */
   }
 }

 /* Parallax for Desktop Aryana Banner Div */
 @media (min-width: 992px) {
   .desktop-banner-parallax-aryana {
     position: relative;
     /* required for overlay */
     width: 100%;
     height: 65vh;
     /* Maintains original aspect ratio/height */
     background-image: url(../img/aryana-banner.jpg);
     background-attachment: scroll;
     background-position: center 0px;
     background-repeat: no-repeat;
     background-size: cover;
     border-radius: 1.5rem;
     /* Restores rounded corners */
     overflow: hidden;
     /* keeps overlay inside rounded corners */
   }

   .desktop-banner-parallax-aryana::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 35%;
     /* only bottom 30% */
     background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
     pointer-events: none;
     /* overlay won’t block clicks */
   }
 }

 /* Parallax for Desktop Contact Banner Div */
 @media (min-width: 992px) {
   .desktop-banner-parallax-contact {
     position: relative;
     /* required for overlay */
     width: 100%;
     height: 65vh;
     /* Maintains original aspect ratio/height */
     background-image: url(../img/contact-banner.jpg);
     background-attachment: scroll;
     background-position: center 0px;
     background-repeat: no-repeat;
     background-size: cover;
     border-radius: 1.5rem;
     /* Restores rounded corners */
     overflow: hidden;
     /* keeps overlay inside rounded corners */
   }

   .desktop-banner-parallax-contact::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height:50%;
     /* only bottom 30% */
     background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
     pointer-events: none;
     /* overlay won’t block clicks */
   }
 }


 .tab-wrapper {
   position: relative;
 }

 .tab-wrapper .nav-link {
   position: relative;
   border: none;
 }

 .tab-indicator {
   position: absolute;
   bottom: -1px;
   height: 1px;
   background-color: #c6aa76;
   /* dark blue */
   transition: all 0.35s ease;
   border-radius: 2px;
 }