body {
  background-color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  --c2: #f4b400;
  --c1: #4285f4;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

a {
  text-decoration: none;
}

.heading {
  font-size: 60px;
}

.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}

.bold {
  font-weight: bold;
}

p {
  letter-spacing: 0px;
  line-height: 28px;
}

#about,
#team,
#contact {
  padding-top: 20px;
  padding-bottom: 50px;
}

#about .fa {
  font-size: 28px;
  min-width: 34px;
}

/* start navigation */
.custom-navbar {
  background: #ffffff;
  margin-bottom: 0;
}

.custom-navbar .navbar-brand {
  padding-top: 0;
  color: #303030;
  font-size: 40px;
}

.custom-navbar .navbar-brand .navbar-toggle {
  background: #55acee;
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.custom-navbar .nav li a {
  color: #505050;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 4px;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}

.custom-navbar .nav li a:hover {
  background: var(--c2);
  transition: all 0.3s ease-in-out;
}

.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  outline: none;
}

.custom-navbar .nav li.active > a {
  background-color: var(--c2);
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: var(--c2);
  border-color: transparent;
}

@media (min-width: 768px) {
  .custom-navbar {
    background: #ffffff;
    padding: 14px;
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    padding: 14px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
  }
}

/* home section */
#home {
  background: url("../images/Background\ of\ welcome\ to\ sunkalp.png")
    no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

#home hr {
  border: 2px solid #404040;
  width: 100px;
}

#home h3 {
  letter-spacing: 2px;
}

#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid var(--c1);
  color: var(--c1);
  font-weight: bold;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: var(--c1);
  color: #ffffff;
}

/* about section */
#about .col-md-4 .fa {
  background: var(--c2);
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}

#about .col-md-6 {
  padding-top: 40px;
}

#about .col-md-6 h3 {
  padding-top: 40px;
  padding-bottom: 10px;
}

#about .col-md-6 p {
  padding-bottom: 30px;
}

#about span {
  display: block;
  padding-bottom: 6px;
}

#about .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}

#about .progress .progress-bar-primary {
  background: var(--c2);
}

/* portfolio section */
#portfolio {
  padding-top: 10px;
  background: #f9f9f9;
  text-align: center;
}

#portfolio .container {
  width: 100%;
  padding: 0;
  margin-top: 0;
}

#portfolio .col-md-4 {
  padding: 0;
  margin: 0;
}

#portfolio img {
  transition: all 0.4s ease-in-out;
}

#portfolio img:hover {
  opacity: 0.6;
}

/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 40px 0 24px 0;
  overflow: hidden;
  text-align: center;
}

.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}

.filter-wrapper li a {
  color: #999999;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
  background: var(--c2);
  color: #ffffff;
  outline: none;
}

/* ISOTOPE BOX CSS */
.iso-box-section {
  width: 100%;
}

.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}

.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}

.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fluid-img {
  width: 100%;
  display: block;
}

/* team section */
#team {
  text-align: center;
}

#team h3 {
  color: #202020;
  line-height: 4px;
}

#team .team-des {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* contact section */
#contact {
  background: #f9f9f9;
  text-align: center;
}

#contact .fa {
  font-size: 40px;
}

#contact form {
  padding-top: 0px;
}

#contact .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border: 2px solid var(--c1);
}

#contact input {
  height: 50px;
}

#contact input[type="submit"] {
  border: 2px solid var(--c1);
  margin-top: 18px;
  height: 54px;
}

#contact input[type="submit"]:hover {
  background: var(--c1);
  color: #ffffff;
}

#contact textarea {
  height: 170px;
}

.contact-info-box h3 {
  font-size: 16px;
}


/* ------------------user----------------------------- */
.img-responsive {
  height: 400px;
}

.about-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-content {
  padding-right: 0;
}

.about-content h4 {
  word-spacing: 1px;
  line-height: 40px;
  font-size: 22px;
  font-weight: normal;
}

.about-btn {
  margin-top: 50px;
}

.about-btn .btn {
  /* border-color: #4285F4; */
  height: 50px;
  width: 150px;
  font-weight: bold;
  color: var(--c1);
  background: transparent;
  border: 2px solid var(--c1);
  line-height: 35px;
}

.about-btn .btn:hover {
  background: var(--c1);
  color: #f9f9f9;
}

.about-content-card h4 {
  word-spacing: 1px;
  line-height: 40px;
  font-size: 20px;
  font-weight: normal;
}

.row-abt-2 {
  margin-top: 100px;
}

.about-sec-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-sec-main-cols {
  width: 100%;
  display: flex;
  align-items: center;
}
.about-btn-card {
  margin-top: 30px;
}

.about-btn-card .btn {
  /* border-color: #4285F4; */
  height: 50px;
  width: 150px;
  font-weight: bold;
  color: var(--c1);
  background: transparent;
  border: 2px solid var(--c1);
  line-height: 35px;
}

.about-btn-card .btn:hover {
  background: var(--c1);
  color: #f9f9f9;
}

.section2 {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  justify-items: center;
  margin-top: 50px;
}

.section2 > div {
  /* box-sizing: border-box;   */
  /* width: calc(1/3*100% - (1 - 1/3)*10px); */
  /* text-align: center;s */
  margin: 10px;
  margin-bottom: 20px;
  /* and that, will result in a 10px gap */
}

.section2 .pro-card {
  position: relative;
  width: 320px;
  height: 450px;
  /* background: #4285f4; */
  background: white;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 1px 5px 20px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 5px 20px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 5px 20px -12px rgba(0, 0, 0, 0.75);
}

.section2 .show-more {
  /* margin-top: 30%; */
  margin: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section2 .show-more .show-more-button {
  color: white;
  height: 50px;
  width: 200px;
  background: var(--c1);
  border-radius: 10px;
  /* margin-top: 50px; */
  font-weight: 600;
  opacity: 1;
  transition: 0.5s;
  text-align: center;
  line-height: 50px;
}

.section2 .show-more .show-more-button:hover {
  background: #366bc0;
}

/* .section2 .pro-card:hover {
  cursor: pointer;
} */

/* .section2 .pro-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F4B400;
  clip-path: circle(150px at 80% 20%);
  transition: 0.5s ease-in-out;
}

.section2 .pro-card:hover:before {
  clip-path: circle(300px at 80% -20%);
}

.section2 .pro-card:after {
  content: "";
  position: absolute;
  top: 30%;
  left: -20%;
  font-size: 12em;
  font-weight: 800;
  font-style: italic;
  color: rgba(255, 255, 255, 0.04);
} */

.section2 .pro-card .imgBx {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 100;
  width: 100%;
  height: 270px;
  transition: 0.5s;
}

.section2 .pro-card#card-12 .contentBx > h2 {
  font-size: 21.5px;
}

.section2 .pro-card#card-14 .contentBx > h2 {
  font-size: 20px;
}

.section2 .pro-card:hover .imgBx {
  top: 1%;
  transform: translateY(0%);
}

.section2 .pro-card .imgBx img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  width: 270px;
  border-radius: 10%;
}

.section2 .pro-card .contentBx {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* margin-top: 10px; */
  /* margin-bottom: -10%; */
  height: 110px;
  text-align: center;
  transition: 1s;
  z-index: 10;
}

.section2 .pro-card:hover .contentBx {
  height: 170px;
  margin-top: 100px;
}

.section2 .pro-card .contentBx h2 {
  position: relative;
  font-weight: 1000;
  font-size: 24px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
}

.section2 .pro-card:hover .contentBx h2 {
  margin-bottom: -0px;
}

.section2 .pro-card .contentBx .count-items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: 0.5s;
}

.section2 .pro-card .contentBx .count-items h3 {
  color: rgb(73, 73, 73);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 10px;
  margin: 0;
}

.section2 .pro-card .contentBx .count-items span {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  color: rgb(255, 255, 255);
  background: rgb(63, 63, 63);
  margin: 0.5px;
  transition: 0.5s;
}

.section2 .pro-card .contentBx a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid var(--c1);
  border-radius: 4px;
  margin-top: 10px;
  font-weight: 600;
  color: var(--c1);
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}

.section2 .pro-card:hover .contentBx a {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0s;
}

.section2 .pro-card:hover .contentBx a:hover {
  background: var(--c1);
  color: #fff;
}

.why-us-sec {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 20px;
  /* margin-left: 8%; */
  justify-content: baseline;
}

.why-us-sec .why-us-content {
  margin-top: 30px;
  flex: 1;
  display: flex;
  align-items: center;
  line-height: 40px;
  flex-direction: column;
}

.why-us-sec .why-us-row-points {
  display: flex;
}

.why-us-points {
  margin-top: 30px;
  flex: 1;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 40px;
  font-weight: bold;
  margin-left: 5%;
  justify-content: flex-start;
}

.why-us-sec > .why-us-points {
  align-items: flex-start;
  margin-top: 0;
  margin-left: 35%;
}

.why-us-points span img {
  border-radius: 50%;
  height: 100px;
}

.contact-main {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.contact-icons {
  /* flex: 30%; */
  margin-top: 10%;
  display: flex;
  justify-content: space-between;
}

.image-small {
  width: 100%;
  border-radius: 8%;
}

/* ---------------------------------------------------- */

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }
}

@media (max-width: 980px) {
  .custom-navbar .navbar-brand {
    font-size: 24px;
  }

  #about img {
    padding-top: 40px;
  }

  #contact form {
    padding-top: 30px;
  }
  #about img {
    padding: 0;
  }
  .image-small {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .why-us-sec .why-us-row-points {
    /* flex-direction: column; */
    justify-content: space-between;
    font-size: 14px;
  }

  .why-us-sec .why-us-points {
    font-size: 14px;
    margin: 0;
  }

  .why-us-sec .why-us-row-points .why-us-points span img {
    height: 50px;
  }
  .about-sec-main-cols {
    flex-direction: column;
  }
}

/************** Media queries **************/
@media screen and (max-width: 768px) {
  .section2 .pro-card .imgBx {
    top: 1%;
    transform: translateY(0%);
  }

  .section2 .pro-card .contentBx {
    height: 210px;
  }

  .section2 .pro-card .contentBx h2 {
    margin-top: 50px;
    margin-bottom: -0px;
  }

  .section2 .pro-card .contentBx a {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.75s;
    margin-top: -5px;
  }

  .contact-main {
    flex-direction: column;
  }
  .image-small:not(:first-child) {
    height: 300px;
    width: auto;
  }

  .why-us-sec {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 15px;
    text-align: center;
  }

  .why-us-sec .why-us-row-points .why-us-points span img {
    height: 58px;
  }

  .why-us-sec .why-us-row-points .why-us-points {
    align-items: flex-start;
  }

  .why-us-sec .why-us-points span img {
    height: 58px;
  }

  .why-us-sec .why-us-points {
    align-items: center;
  }
}

@media screen and (max-width: 468px) {
  .about-content h4 {
    font-size: 20px;
  }

  .about-content-card h4 {
    font-size: 18px;
  }

  .image-small:not(:first-child) {
    height: 200px;
    width: auto;
  }

  .why-us-sec .why-us-row-points {
    flex-direction: column;
  }

  .why-us-sec .why-us-content {
    font-size: 14px;
  }

  .why-us-sec .why-us-row-points .why-us-points span img {
    height: 58px;
  }

  .why-us-sec .why-us-points span img {
    height: 58px;
  }

  .why-us-sec .why-us-points {
    align-items: flex-start;
  }

  .contact-icons {
    flex-direction: column;
    align-items: center;
  }

  .social-icon li a {
    font-size: 22px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-info-box {
    margin-bottom: 20px;
  }

  .contact-info-box:last-child {
    margin-bottom: 0;
  }

  .section2 .pro-card .imgBx {
    top: 1%;
    transform: translateY(0%);
  }

  .section2 .pro-card .contentBx {
    height: 210px;
  }

  .section2 .pro-card .contentBx h2 {
    margin-top: 50px;
    margin-bottom: -0px;
  }

  .section2 .pro-card .contentBx a {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.75s;
    margin-top: -5px;
  }
}

@media (max-width: 468px) {
  #home {
      background: url("../images/mobile-home-2.png") no-repeat fixed;
  }
  .heading {
    font-size: 40px;
  }

  #about .col-md-4 .fa {
    margin-top: 32px;
  }

  #contact h3 {
    font-size: 16px;
    padding-bottom: 3px;
  }
}
