html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font-family);
  background: url(../images/bg/bg1.jpg) repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size: 1rem;
}

h1,
h2 {
  font-family: var(--heading-font-family);
  font-style: italic;
  margin:0;
}

h3,
h4 {
  font-family: var(--body-font-family);
}

h1 {
  font-size: 2.75rem;
  font-weight: 600;
  font-style: italic;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
}

h3 {
  font-size: 1.75rem;
  font-weight: 600;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
}

p{
  font-weight: 400;
  color: var(--color-black);
}

.bg-lightpink {
  background-color: var(--color-lightpink);
}

.bg-card-yellow {
  background-color: var(--card-yellow);
}

.text-maroon{
  color: var(--color-primary);
}

.text-darkgrey{
  color: var(--color-secondary);
}

.text-yellow{
  color: var(--card-yellow);
}

.fs-16 {
  font-size: 1rem;
}

.section-padding {
  padding: 3rem 0;
}

.section-padding2{
  padding: 5rem 0;
}

.btn-type-1 {
  padding: 0.938rem 1.875rem;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: var(--color-white);
  border-radius: 0.625;
  border: 0;
  font-weight: 600;
  background-image: linear-gradient(45deg, #b12d23 0%, #2b1c1c 51%, #b12d23 100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn-type-1:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-type-1:active {
  transform: scale(0.95);
}

.btnViewMoreLess{
  position: relative;
  color: var(--color-primary);
}

.btnViewMoreLess:hover {
  color: var(--color-black);
}

.btnViewMoreLess::after {
  font-family: 'FontAwesome';
  position: absolute;
  content: "\f101";
  right: -0.813rem;
  top: -0.125rem;
}


.navbar{
  box-shadow: 0 0 0.625rem var(--navbar-shadow);
}

.navbar .navbar-brand img {
  width: 10rem;
}

.navbar .navbar-nav .nav-link {
  font-weight: 600;
  color: var(--color-black);
}

.home-banner{
  background: rgb(253 210 96 / 50%);
}

.our-approach{
  background: rgb(255 218 218 / 50%);
}

.our-approach .slick-slide img,
#about-vedarani .slick-slide img{
  border-radius: 0.625rem 3.125rem;
}

.visions-embodied img {
  width: 14rem;
  padding: 2rem;
  box-shadow: 0.063rem 0 0.438rem var(--drop-shadow1);
  border-radius: 3.125rem 0.625rem ;
}

.home-meadia{
  background: rgb(253 210 96 / 50%);
}

.home-meadia .card{
  background: var(--card-yellow);
  padding: 1.2rem;
  border: none;
  border-radius: 0.5rem;
}

.home-meadia .card img{
  border-radius: 0.5rem;
}


.footer {
  background: var(--color-black);
}

.footer .quick-links{
  margin: 0;
  padding: 0;
}

.footer .quick-links li{
  list-style-type: none;
}

.footer .quick-links li a{
  color: var(--color-white);
  text-decoration: none;
  display: block;
  padding-bottom: 0.5rem;
}

.bottom-footer {
  background: var(--bottom-footer-bg);
}

.bottom-footer a{
  color: var(--card-yellow);
  text-decoration: none;
}

.about-box-left{
  border-radius: 0 18.75rem 18.75rem 0;
  padding: 4.375rem 0;
  border: 0.063rem solid var(--color-lightpink);
  background: rgb(255 218 218 / 60%);
  margin-bottom: 4.375rem;
}

.about-box-left .content{
  max-width: 70%;
  width: 100%;
  padding-left: 6.25rem;
  padding-right: 0.625rem;
}
.about-box-left .image{
  max-width: 30%;
  width: 100%;
  padding-right: 4.375rem;
}

.about-box-right{
  border-radius: 18.75rem 0 0 18.75rem;
  padding: 4.375rem 0;
  border: 0.063rem solid var(--yellowtexture);
  background: rgb(253 210 96 / 40%);
  margin-bottom: 4.375rem;
}
.about-box-right .image{
  max-width: 30%;
  width: 100%;
  padding-left: 4.375rem;
}
.about-box-right .content{
  max-width: 70%;
  width: 100%;
  padding-right: 6.25rem;
  padding-left: 4.375rem;
}

.about-ved-award-proj{
  background: rgb(255 218 218 / 50%);
}

.fields-work a {
  text-decoration: none;
  color: var(--color-black);
}

.awards .card-overhead-box .card-overhead {
  padding: 5rem 4.375rem 5rem 1.875rem;
  background: rgb(255 218 218 / 60%);
  border-radius: 1rem;
}

.awards .card-overhead-box img {
  margin-left: -3.125rem;
  border-radius: 1rem;
}

.awards.card-overhead-box2 {
  background: rgb(253 210 96 / 40%);
/*  padding: 5rem 4.375rem 5rem 1.875rem;*/
}

.awards.card-overhead-box2 img {
  border-radius: 1rem;
}

.projects-card {
  border-bottom: 0.063rem solid var(--border-grey1);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.projects-card img {
  border-radius: 1rem;
}

.projects-card .categories{
  padding: 0;
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.projects-card .categories li{
  list-style-type: none;
  display: inline-block;
  margin: 0 1rem 0.5rem 0;
  border-radius: 1rem;
  font-size: 0.8rem;
  padding: 0.25rem 0.7rem;
  font-weight: 600;
}

.contact-us .strip strong{
  width: 6rem;
}

.contact-us .strip a{
  text-decoration: none;
  color: var(--color-black);
}

.contact-us .strip a:hover{
  text-decoration: underline;
}

.contact-locations .box{
  background: rgb(255 218 218 / 50%);
}


.form-control {
  border-color: var(--border-grey1);
  background: rgb(253 210 96 / 30%);
  padding: 0.625rem 1rem;
}

.form-select {
  background-color: rgb(253 210 96 / 30%);
}

.btn-custom{
  background: var(--color-primary);
  border: none;
  color: var(--color-white);
  padding: 0.625rem 1rem;
  font-weight: 500;
}

.btn-custom:hover {
  background: var(--card-yellow);
  color: var(--color-black);
}

.social-links{
   margin: 0;
   padding: 0;
   margin-left: 0.5rem;
}

.social-links li{
  list-style-type: none;
  display: inline;
}

.social-links li a{
  display: inline-block;
  padding-right: 0.5rem;
}

.social-links li a img{
  width: 2.5rem;
}

/*
h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3.125rem;
}

h2 span {
  font-weight: 800;
}

h3 {
  font-size: 2rem;
  font-weight: 500;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

h6 {
  font-size: 1.125rem;
  font-weight: 600;
}

p {
  font-size: 1rem;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--midnight-blue);
  margin-bottom: 0;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.text-yale-blue {
  color: var(--yale-blue);
}

.text-yale-blue-trans {
  color: var(--yale-blue-trans);
}

.text-midnight-blue {
  color: var(--midnight-blue);
}

.bg-skyblue {
  background-color: var(--skyblue);
}

.bg-skybluelight {
  background-color: var(--skybluelight);
}

.bg-pale-skyblue {
  background-color: var(--pale-skyblue);
}

.bg-yale-blue {
  background-color: var(--yale-blue);
}

.bg-midnight-blue {
  background-color: var(--midnight-blue);
}

.bg-offwhite {
  background-color: var(--offwhite);
}

.bg-offwhite2 {
  background-color: var(--offwhite2);
}

.bg-lightgrey2 {
  background-color: var(--lightgrey2);
}

.border-radius-8 {
  border-radius: 0.5rem;
}

.border-radius-20 {
  border-radius: 1.25rem;
}

.border-radius-32 {
  border-radius: 2rem;
}

.border-radius-40 {
  border-radius: 2.5rem;
}

#overlay_loading {
  position: fixed;
  transition: 1s 0.4s;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  z-index: 10000000;
  filter: alpha(opacity=40);
}

#backToTop {
  position: fixed;
  bottom: 2.5rem;
  right: 1.875rem;
  z-index: 100;
  display: none;
  background-color: var(--yale-blue);
  color: white;
  border: none;
  outline: none;
  padding: 0.625rem 0.938rem;
  border-radius: 50%;
  font-size: 1.125rem;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}

#backToTop:hover {
  background-color: var(--midnight-blue);
}


.btn-type-1 {
  background-color: var(--yale-blue);
  border-color: var(--yale-blue);
  color: var(--white);
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.btn-type-1:hover {
  background-color: var(--midnight-blue);
  border-color: var(--midnight-blue);
}

.btn-type-2 {
  background-color: transparent;
  color: var(--yale-blue-trans);
  border-radius: 5rem;
  border: 0.125rem solid var(--yale-blue-trans);
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.btn-type-2:hover {
  background-color: var(--midnight-blue);
  border-color: var(--midnight-blue);
}

.btn-type-3 {
  background-color: var(--pale-skyblue);
  color: var(--yale-blue-trans);
  border-radius: 0.75rem;
  padding: 1.5rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.btn-type-3:hover {
  background: var(--white);
  color: var(--yale-blue-trans);
}

.read-more-type1 {
  color: var(--yale-blue);
  font-weight: 600;
  position: relative;
}

.read-more-type1:hover {
  color: var(--midnight-blue);
}

.read-more-type1::after {
  content: "";
  position: absolute;
  right: -1.375rem;
  top: 0.313rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../images/icons/arrow-cross-right.svg) no-repeat center;
}

form .form-control,
form .form-select {
  background-color: var(--form-control-bg);
  border: 0.125rem solid var(--form-control-border);
  border-radius: 0.75rem;
  height: 3.125rem;
}

.top-header {
  background-color: var(--yale-blue);
  color: var(--white);
  padding: 1rem 0;
}

.top-header .box {
  display: flex;
  align-items: center;
}

.top-header .box img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}

.navbar {
  border-bottom: 0.063rem solid rgba(136, 136, 136, 0.4);
}

.navbar .navbar-nav .nav-link {
  color: var(--black);
  font-weight: 600;
  padding: 0.688rem;
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--yale-blue);
}

.navbar.navbar-light .navbar-toggler {
  border: none;
}
.navbar.navbar-light .navbar-toggler:focus {
  box-shadow: none;
}
.navbar.navbar-light .navbar-toggler-icon {
  background: url(../images/icons/hamburger.svg) no-repeat center;
  width: 3.125rem;
  height: 2.5rem;
}
*/