@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body
{
  font-family: 'Montserrat', sans-serif !important;
}
.footer-sms
{
    position: fixed;
    bottom: 1rem;
    background-color: #253859;
    padding: 0.5rem;
    border-radius: 50%;
    z-index:99999;
}
.footer-sms img
{
    width: 2rem;
}
.stay_bg
{
    background-image: url(../../assets/img/granite_stay.png);
    height: 320px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.stay_bg h4
{
    font-size: 21px;
    color: #fff;
    text-align: center;
    top: 48%;
    position: relative;
}
button:focus
{
  outline:none !important;
}

#header-top{
position: relative;
top: 0;
background: #0f2448e8;  
box-shadow: 5px 4px 26px 5px #7b7d82d1;z-index:99;
}
.fixed-header{
position: fixed !important;z-index: 99;
}
.carousel-control-next, .carousel-control-prev
{
    width:30% !important;
}
.carousel-control-prev-icon {
   
    left: -150px;
    position: relative;
    top:-5%;
}
.carousel-control-next-icon {
    position: relative;
    right: -120px;
    top:-5%;
}
.grid {
	position: relative;
	margin: 0 auto;

	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: unset;
    overflow: hidden;
    min-width: 85%;
    max-width: 85%;
    max-height: 100%;
    width: 100%;
    background: #000;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 0.5rem;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	width:100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.3;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico:hover a {
opacity:1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em 0rem;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
	display:none;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico:hover h2{
	display:block;
}
.heading-for-all{
   margin-top:1.5rem;
}
.heading-for-all h4{
    text-transform: uppercase;
font-size: 24px;
font-weight: 601;
}
.heading-for-all h4 span{
    text-transform: uppercase;
font-size: 24px;
font-weight: 400;
}
.heading-for-all hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.37);border-top: unset;
}
.pd-unset
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.viewall-btn
{
 background-color: #182740;
border-radius: 0px !important;
color: #fff;
font-size: 10px !important;
width: 100%;
text-transform: uppercase;
letter-spacing:3px;
}
.viewall-btn:hover
{
  color: #fff !important;
}
.bg-gray
{
  background-color: #E5E5E5;
}
.content-image
{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
-webkit-box-shadow: -7px 7px 16px -5px rgba(0,0,0,0.75);
-moz-box-shadow: -7px 7px 16px -5px rgba(0,0,0,0.75);
box-shadow: -7px 7px 16px -5px rgba(0,0,0,0.75);
}
.template-article-excerpt .content-div
{
 background-color: whitesmoke;
padding: 5px 10px;
}
.template-article-excerpt .content-div .author p
{
font-size: 10px;
line-height: 22px;
font-weight: 500;
text-align: left;
padding: 0rem 1rem;
}
.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}
.pad-mor-25{
    padding:15px 45px 0px 45px !important;
}
.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;height: 360px;
  box-shadow: -5px 4px 10px rgb(54, 67, 89);
  border: 0.5px solid #0c0c0d87;
}

.content .content-overlay {
  background: rgba(34,34,34,.8);
  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;
}
.exp-inner-brd {
    border: 1px solid #fff;
    height: 92%;
    left: 0;
    margin: 13px;
    position: absolute;
    top: 0;
    width: 90.5%;
    padding: 40px;
    text-align:center;
}
.exp-inner-brd a:hover{
    text-decoration:none;
}
.exp-inner-brd h4 {
    line-height: 26px;
    font-size: 17px;
    color: #b1d237;
    margin-bottom: 32px;
    margin-top: 1.9rem;
}
.exp-inner-brd ul {
margin-left: -2rem;
}
.exp-inner-brd ul li {
    color: #fff;
    list-style-type:none;
}
.exp-inner-brd ul li h3 {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    text-transform: none;
    line-height:1.8;
}
.exp-inner-brd ul li a {
    color: #fff;
}
.exp-inner-brd ul li a:hover {
    color: #b1d237;
}
.exp-inner-brd a.learn-more {
    background: rgba(0,0,0,.5);
}
a.learn-more {
    padding: 10px 11px;
    line-height: 36px;
    height: 38px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    min-width: 134px;
    text-align: center;
    margin-top: 24px;
}
.btn-brd, a.learn-more {
    border: 2px solid #b2d237;
}
.content:hover .content-overlay{
  opacity: 1;
}
.view-front-page .stories article {
    margin: 0 0 4% 0;
    position: relative;
    width: 48%;
}
.col-1 {
    float: left;
    width: 50%;
}
.title
{
      font-size: 16px;
    color: #000 !important;
    text-align: left;
    margin: 1rem;
}
.s-head
{
      font-size: 2.5rem;
    margin: 4rem 0rem 2rem 0rem;
}
.title a
{
  color: #000;
}
.template-article-excerpt figure {
    display: block;
    position: relative;
    margin: unset;
}
.template-article-excerpt .overlay {
    background: #fff;
    background: rgba(255,255,255,.88);
    color: #1AA170;
    display: none;
    left: 0;
    height: 100%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 100%;
}
.template-article-excerpt
{
  margin-bottom: 2rem;
  border: 0.5px solid #36435999;
}
.template-article-excerpt .overlay .center {
    position: relative;
    top: 45%;
    -webkit-transform: translateY('-50%');
    transform: translateY('-50%');
}
.template-article-excerpt .overlay p {
    
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.template-article-excerpt p {
  font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
    padding: 0rem 1rem;
}
.template-article-excerpt:hover p
{
  color: #fff;
}
.template-article-excerpt:hover .overlay p
{
  color: #0a0a4e !important;
  text-align:center;
}

.template-article-excerpt:hover a
{
  color: #93b518;
  text-decoration: none;
}
.template-article-excerpt .cover {
    display: block;
    height: 210px;
    width: 100%;
    object-fit: cover;
}
.line
{
    border-bottom: 2px solid #0a0a4e;
}
.template-article-excerpt:hover .overlay {
    display: block;
}
.template-article-excerpt:hover .content-div {
    background: #111c2f;
}

.template-article-excerpt:hover .content-div:before {
    border-bottom: 7px solid #D9EDE0;
}
.template-article-excerpt .content-div:before {
    content: " ";
    left: 20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: -7px;
}


.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -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;
}

.content-details h3{
  color: #0a0a4e;
    font-weight: 600;
    /* letter-spacing: 0.15em; */
    margin-bottom: unset;
    text-transform: uppercase;
    font-size: 22px;
}


.content-details p{
      color: #000;
    font-size: 22px;
    font-weight: 800;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
.hamburger-menu-button {
width: 40px;
height: 40px;
padding: 6px;
display: block;
position: relative;
z-index: 100;
background: unset;
box-sizing: content-box;
border-radius: 50%;
white-space: nowrap;
overflow: hidden;
float: right;
border: unset;
}
.hamburger-menu-button .lni{
color: #dbdfe3;
font-size: 22px;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.hamburger-menu-button-open, 
.hamburger-menu-button-open::before, 
.hamburger-menu-button-open::after {
  position: absolute;
width: 14px;
height: 3px;
background: #fff;
border-radius: 4px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hamburger-menu-button-open::before, 
.hamburger-menu-button-open::after {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top: 6px;
}
.hamburger-menu-button-open::after {
  bottom: 6px;
}
.hamburger-menu-button-close {
  background: transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.hamburger-menu-button-close::after {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.ham-menu {
    position: absolute;
     right: 80px;
    margin: auto;
    max-width: 800px;
    overflow: hidden;
    z-index: 99999;
}
.ham-menu ul {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ham-menu.on ul {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.ham-menu ul {
  font-size: 0;
}
.ham-menu ul li {
  display: inline-block;
}
.ham-menu ul li:first-child .ham-menu ul li a {
  padding-left: 30px;
}
.ham-menu ul li a {
padding: 15px 1rem;
    display: block;
    background-color: transparent;
    color: #c8d1d8;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-weight: 600;
}
.ham-menu ul li.active a, .ham-menu ul li a:hover {
  color: #fff !important;
text-decoration: none;
font-weight: 700;
font-size: 15px;
} 
.estate_social_item {
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-right: 9px;
    padding-top: unset;
}
.estate_social_item .fa{
  font-size: 16px;
color: #b3d146;
}
.footer
{
      background-color: #111c2f;
    padding: 0.5rem;
    position: absolute;
    width: 100%;
    bottom: 0rem;
}
.footer a {
    color: #fff;
    font-size: 13px;
}
.footer .a-link {
    margin-right: 2rem;
text-transform: uppercase;
}
.footer h6 {
    color: #fff;
    font-size: 13px;
}
.footer a:hover
{
    color:#eee;
  text-decoration: none;
}
.associate
{
  padding-top: 0rem;
  padding-bottom: 1.7rem;
}
.clients-div{
padding: 5px 10px;
margin:0.5rem !important;

}
.clients-div img{
height:75px;
width:85px;
}
.clients-div a{
font-size:14px;
color:#111c2f;
font-weight:501;
}
.clients-div p{
font-size: 12px;
    margin-bottom: 0.5rem;
    color: #253859 !important;
    font-weight: 400;
}
.blog-sec
{
  padding-bottom: 4rem;
}
.footer h6
{
  color: #fff;
}
.header-padding
{
  padding: 0.2rem 1.5rem;
}
.header-padding a:hover
{
  text-decoration:none;
}
.logo
{
      font-size: 32px;
    margin: unset;
    padding: 0.5rem 0rem;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
font-weight: 600;
    
}

.banner
{
     height: 596px;
position: relative;
z-index: -1;
width: 100%;
/*background-size: 100% 110%;*/
/*background-position: 69% 93%;*/
/*background-repeat: no-repeat;*/
/*background-image: linear-gradient(rgba(4, 31, 66, 0.64), rgba(4, 31, 66, 0.38)), url(../../assets/img/417208-PD794A-200.jpg);*/
}
.set-banner-text
{
  position: absolute !important;
right: 0px;
top: 14%;
float: right !important;
}
.web-breadcrum {
    height: 50vh;
    position: relative;
    z-index: -1;
    width: 100%;
    background-size: cover;
    background-position: 100% 100%;
    background-image: linear-gradient(rgba(2, 11, 32, 0.84), rgba(2, 27, 74, 0.88)), url(../../assets/img/granitebanner.jpg)
}

.bg-black
{
  
  /*background-image:  linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(../../assets/img/blurredbg.jpg);*/
  /*background-size: cover;*/
  /*background-position: center;*/

}
.abt-bg-opac
{
  background-color: transparent;
}
.set-banner-text h1
{
      font-size: 95px;
    color: rgba(255,255,255,0.97);
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.abt_content
{
  padding: 0rem 1rem 1rem 3rem;
}
#carouselExampleControls .carousel-inner
{
  height: 100%;
}
#carouselExampleControls .carousel-inner img
{
  height: 654px;
  width: 100%;
}
#carouselExampleControls .carousel-control-prev-icon
{
  visibility: hidden;
}
#carouselExampleControls .carousel-control-prev:hover .carousel-control-prev-icon
{
  visibility: visible;
}
#carouselExampleControls .carousel-control-next-icon
{
  visibility: hidden;
}
#carouselExampleControls .carousel-control-next:hover .carousel-control-next-icon
{
  visibility: visible;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
}
.movable-section{
    position: relative;
z-index: -1;
width: 100%;
background-size: 100% 110%;
background-position: 69% 93%;
background-repeat: no-repeat;
background-image: linear-gradient(rgba(4, 31, 66, 0.74), rgba(4, 31, 66, 0.38)), url(../../assets/img/417208-PD794A-200.jpg);height: 298px;padding: 70px;box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.movable-section h2{
    color:#fff;font-weight:700;
    font-size:32px;margin-bottom:1.2rem;
}
.movable-section p{
    color:#fff;margin-bottom: 0.5rem;font-size:18px;text-align: justify;text-align-last: center;
}
.movable-section span{
    color:#b3d146;
}
.abt_content h4
{
         text-transform: uppercase;
    font-size: 24px;
    font-weight: 601;
}
.abt_content hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #d5d5d6;
}
.abt_content h1
{
      font-size: 55px;
    /*color: #fafafa;*/
    font-weight: 700;
    margin-bottom: 1rem;
}
.about_p
{
    line-height:32px !important;
}
.abt_content p
{
  margin: unset;
  font-size: 15px;
    color:#253859 !important;
    line-height: 28px;
    text-align: justify;
    font-weight: 400;
    text-align-last: center;
}
.abt_content span
{
  margin: unset;
  font-size: 16px;
    /*color: lightgray;*/
    line-height: 26px;
    text-align: center;
    font-weight: 300;
}
.why_choose
{
    position:relative;
  background-image:  linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),url(../../assets/img/why_choose.jpg);
}
.timeline_card
{
  border:unset !important;
  background-color: transparent !important;
}
.timeline_card .card-header a
{
  font-size: 50px;
    font-weight: 700;
    margin-left: 30px;
    color: #0a0a4e;
    text-transform: uppercase;
}
.timeline_card .card-header a:hover
{
  text-decoration: none;
}
.timeline_card .card-header
{
  background-color: transparent !important;
  border-bottom: unset !important;
}
.timeline_card .card-body
{
      margin-left: 30px;
    margin-bottom: 2rem;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: gray;
}
#accordion:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 7%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #CCD1D9;
    z-index: 0;
}
.collapsed .set-time-icon
{
  height: 20px;
    width: 20px;
    background-color: lightgray;
    float: left;
    position: absolute;
    left: -42px;
    border-radius: 50%;
    top: 18px;
}
.collapsed .set-time-icon i
{
      font-size: 26px;
    color: #fff;
    padding: 0.7rem;
    display: none;
}
.collapsed
{
  font-size: 25px !important;
    color: lightgray !important;
    text-transform: uppercase;
}
.set-time-icon
{
  background-color: #0a0a4e ;
    width: 80px ;
    height: 80px ;
    border-radius: 50% ;
    float: left ;
    left: -70px ;
    position: absolute ;
}
.set-time-icon i
{
      color: #fff ;
   
    padding: 1.5rem;
    font-size: 2rem;
}

.abt-section{
    /*margin-top: -5rem;*/
    padding: 10px 50px !important;
}
.contact-section{
    background: #fff;
background-repeat: no-repeat;
background-size: 100%;
color:#fff;padding:5rem 0;
}
.contact-section h1{
   color: #444;
font-size: 70px;
font-weight: bold;
}
.contact-section .contact-sec1 h2{
   color:#fff;
}
.contact-section h2{
   color:#444;
}
.contact-section h4 {
    color: #63c42d;
    font-size: 18px;
}
.contact-section p {
    font-size: 15px;color: #444;
}
.contact-section .contact-sec1 p {
    font-size: 15px;color: #fff;
}
.contact-section .btn-contact{
    border: 1px solid #fff;
color: #fff;
padding: 13px 40px;
margin-top: 2rem;
}
.contact-sec1{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../assets/img/granitebanner.jpg);padding:4rem;
}
.contact-sec2{
    padding:0 4rem!important;
}
.pad4{
    padding:4rem;
}
.text-right-own{
 text-align:right;   
}
@media(max-width:768px){
    .footer
    {
        position:relative;
        width:auto;
    }
    .width-30{
        width:30% !important;
    }
    .width-70{
        width:70% !important;
    }
    .width-50{
        width:50% !important;
    }
    .logo {
    font-size: 25px;
    margin: unset;
    padding: 0.5rem 0rem;
    color: #fff;
        font-family: 'Open Sans', sans-serif;

}
.heading-for-all h4 span {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}.heading-for-all h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 601;
}
.hamburger-menu-button {
    width: 30px;
    height: 30px;
    padding: 4px;
    display: block;
    position: relative;
    z-index: 100;
    background: unset;
    box-sizing: content-box;
    border-radius: 50%;
    text-indent: unset;
    color: transparent;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    float: right;
}
.web-breadcrum {
    height: 35vh;
    position: relative;
    z-index: -1;
    width: 100%;
    background-size: cover;
    background-position: 100% 100%;
    background-image: linear-gradient(rgba(2, 11, 32, 0.84), rgba(2, 27, 74, 0.88)), url(../../assets/img/granitebanner.jpg);
}
.set-banner-text h1 {
    font-size: 36px;
    color: rgba(255,255,255,.7);
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.contact-section {
    color: #fff;
    padding: 0rem 0px;
}
.contact-section .btn-contact {
    border: 1px solid #fff;
    color: #fff;
    padding: 13px 40px;
    margin-top: 1rem;
}
.contact-section h1 {
    color: #444;
    font-size: 38px;
    font-weight: bold;
    margin-top: 1rem;
}
.contact-section p {
    font-size: 10px;
    margin-bottom: 0.2rem !important;
}
.contact-section h4 {
    color: #63c42d;
    font-size: 12px;
}
.contact-sec1{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../assets/img/granitebanner.jpg);
padding: 2rem;
}
.contact-sec2{
    padding:0 2rem !important;
}
.set-banner-text h1 {
    font-size: 25px;
    color: rgba(255,255,255,.7);
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.banner {
    height: 35vh;
    position: relative;
    z-index: -1;
    width: 100%;
    background-size: cover;
    background-position: 100% 100%;
    background-image: linear-gradient(rgba(4, 31, 66, 0.74), rgba(4, 31, 66, 0.38)), url(../../assets/img/granitebanner.jpg);
}
.abt_content {
    padding: 3rem 0rem 2rem 1rem;
}
.bg-black {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(../../assets/img/blurredbg.jpg);
    height: unset;
    background-size: cover;
    background-position: center;
}
.abt_content h6 {
    text-transform: uppercase;
    color: lightgray;
    font-size: 17px;
    margin: unset;
}
.abt_content h1 {
    font-size: 35px;
    color: #fafafa;
    font-weight: 700;
    margin-bottom: 1rem;
}
.abt_content p {
    margin: unset;
    font-size: 10px;
    color: #444;
    line-height: 23px;
    text-align: justify;
    font-weight: 300;
}
.timeline_card .card-body {
    margin-left: 10px;
    margin-bottom: 1rem;
    font-size: 11px;
    line-height: 21px;
    font-weight: 300;
    color: gray;
    text-align: justify;
}
.pad4 {
    padding: 2rem;
}
.set-time-icon {
    background-color: #0a0a4e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    left: -45px;
    position: absolute;
}
.set-time-icon i {
    color: #fff;
    font-size: 1rem;
    top: 0;
    position: absolute;
    line-height: 3;
    text-align: center;
    right: 16px;
}
.footer .a-link {
margin-right: 1rem;
text-transform: uppercase;
font-size: 9px;
}
.text-right-own{
 text-align:center;   
}
.heading-for-all hr {
    border-bottom: 1px solid rgba(41, 55, 79, 0.51);
    margin: 0.5rem;
    border-top: unset;
}
.ham-menu ul li a {
    padding: 7px 1rem !important;
    display: block;
    background-color: transparent;
    color: #282525;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 13px !important;
    font-weight: 600;
}
.clients-div {
    padding: 5px 5px;
    margin: 0.2rem 0.5rem !important;
}
.clients-div img {
     height: 70px; 
    width: 90%;
}
.clients-div p {
font-size: 9px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    text-align: justify;
}
.marg-unset{
 margin-top:unset !important;
 margin-bottom:unset !important;
}
.heading-for-all {
    margin-top: 1.5rem;
    margin-bottom: unset !important;
}
.marg-unset-m{
    margin:unset !important;
}
.exp-inner-brd {
    border: 1px solid #fff;
    height: 92%;
    left: 0;
    margin: 7px;
    position: absolute;
    top: 0;
    width: 90.5%;
    padding: 5px;
    text-align: center;
}
.exp-inner-brd h4 {
    line-height: 18px;
    font-size: 17px;
    color: #b1d237;
    margin-bottom: 5px;
    margin-top: 1.9rem;
}
.exp-inner-brd ul li h3 {
    font-size: 10px;
    line-height: normal;
    margin: 0;
    text-transform: none;
    line-height: 1.8;
}
.set-banner-text {
    position: absolute !important;
    right: 0px;
    top: 30%;
    float: right !important;
}
}
