img {
  width: 100%;
}

a {
  text-decoration: none;
}



/*/ ====== home page css starts ======= /*/


/*/ --- navbar css starts --- /*/

.navbar {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 6px 10%;
  transition: 0.2s ease-in-out;
}

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  -webkit-box-shadow: 0px 5px 19px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 19px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 19px 0px rgba(0,0,0,0.1);
}

.navbar-fixed-top.scrolled .navbar-brand {
  width: 170px;
}

.navbar .navbar-brand {
  width: 200px;
  transition: 0.2s ease-in-out;
}

.navbar .navbar-nav {
  margin-left: auto;
}

.navbar .active {
  color: #e93f1a !important;
}

.navbar .nav-link {
  font-family: OpenSans-SemiBold;
  color: #000;
  text-transform: uppercase;
}

.navbar .nav-link {
  padding-left: 3.5rem !important;
}

.navbar-toggler .b-one {
  display: block;
  width: 15px;
  height: 2.5px;
  background-color: #737373;
  margin-bottom: 5px;
}

.navbar-toggler .b-two {
  display: block;
  width: 20px;
  height: 2.5px;
  background-color: #737373;
  margin-bottom: 5px;
}

.navbar-toggler .b-three {
  display: block;
  width: 25px;
  height: 2.5px;
  background-color: #737373;
}

/*/ --- navbar css ends --- /*/



/*/ --- slider css starts --- /*/

.carousel {
  position: relative;
}

.carousel img {
  height: 100vh;
  object-fit: cover;
}

.carousel-indicators {
  bottom: 40px;
}

.carousel .slider-content h1 {
  font-family: Apple-cards-Anugraha;
  background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.carousel .slider-content {
  position: absolute;
  width: 24%;
  top: 37%;
  right: 9%;
}

.carousel .slider-content img {
  height: auto;
}

.carousel .slider-content h4 {
  font-family: OpenSans-Light;
  text-align: justify;
  font-size: 16px;
  line-height: 26px;
  margin-top: 14px;
}

/*/ --- slider css ends --- /*/



/*/ --- news scroll css starts --- /*/

.news-scroll-home {
  padding: 10px 10%;
  position: relative;
  top: -45px;
  z-index: 9;
}

.news-scroll-home .news-scroll-container {
  background-color: #e93f1a;
  border-radius: 20px;
  padding: 20px 4%;
}

.news-scroll-home ul {
  margin-bottom: 0px;
  display: flex;
}

.news-scroll-home ul li  {
  font-family: OpenSans-Regular;
  color: #fff;
  font-size: 16px;
  padding-right: 35px;
}

/*/ --- news scroll css ends --- /*/



/*/ --- about section css starts --- /*/


.about-home {
  padding: 10px 0px 30px;
}

.about-home .about-content h4 {
  color: #e93f1a;
  font-family: OpenSans-SemiBold;
  font-size: 20px;
  position: relative;
  margin-left: 90px;
}

.about-home .about-content h4:before {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background-color: #e93f1a;
  position: absolute;
  top: 12px;
  left: -86px;
}

.about-home .about-content h2 {
  font-family: OpenSans-Light;
  color: #16202a;
  font-size: 36px;
  margin: 15px 0px 25px;
}

.about-home .about-content p {
  font-family: OpenSans-Light;
  color: #16202a;
  font-size: 16px;
  text-align: justify;
}

.highlights-home {
  padding: 0px 3%;
  margin-top: 30px;
}

.highlights-home .highlight-box .hb-img {
  width: 75px;
  border-radius: 75px;
  background-color: #e93f1a;
  padding: 20px;
}

.highlights-home .highlight-box h6 {
  font-family: OpenSans-SemiBold;
  color: #484848;
  margin-bottom: 0px;
}

.highlights-home .highlight-box h4 {
  font-family: OpenSans-Bold;
  color: #000000;
  margin-bottom: 0px;
}

/*/ --- about section css ends --- /*/



/*/ --- our chits section starts --- /*/

.chits-home {
  padding-top: 40px;
  padding-bottom: 40px;
}

.chits-home .chits-container {
  padding: 5px 12%;
}

.chits-home .chits-content {
  background-color: #f0efef;
  border-radius: 10px;
  padding: 3%;
}

.chits-home .chits-content h4 {
  font-family: OpenSans-Light;
  color: #e93f1a;
  font-size: 36px;
}

.chits-home .chits-content p {
  color: #1d1b1a;
  font-family: OpenSans-Regular;
}

.chits-home .chits-content .chits-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}

.chits-home .chits-content .chits-box:hover {
  background-color: #ffbeb0;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.13);
}

.chits-home .chits-content .chits-box:hover a {
  background-color: #000;
  color: #fff;
}

.chits-home .chits-content .chits-box:hover a svg {
  color: #fff;
}

.chits-home .chits-content .chits-box h6 {
  font-family: Poppins-Bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #7e7e7e;
  margin-bottom: 20px;
}

.chits-home .chits-content .chits-box h3 {
  font-family: Poppins-Bold;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 0px;
}

.chits-home .chits-content .chits-box h5 {
  font-family: Poppins-Medium;
  margin-bottom: 30px;
  color: #727272;
  font-size: 14px;
}

.chits-home .chits-content .chits-box p {
  font-family: Poppins-Regular;
  margin-bottom: 0px;
  font-size: 14px;
}

.chits-home .chits-content .chits-box svg {
  color: #e93f1a;
  margin-right: 5px;
}

.chits-home .chits-content .chits-box a {
  display: block;
  font-family: Poppins-SemiBold;
  color: #000;
  margin-top: 35px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}

.chits-home .chits-content .chits-box a svg {
  color: #000;
  transition: 0.3s ease-in-out;
}

/*/ --- our chits section ends --- /*/



/*/ --- customer care css starts --- /*/

.customer-care-home .customer-care-container {
  padding: 10px 18%;
}

.customer-care-home .customer-care-box {
  background-color: #002343;
  position: relative;
  margin-top: 60px;
  border-radius: 50px;
  padding: 15px;
  margin-left: 25px;
  margin-bottom: 60px;
}

.customer-care-home .customer-care-box img {
  width: 200px;
  position: absolute;
  top: -73px;
  left: -15px;
}

.customer-care-home .customer-care-box .cc-content h6 {
  color: #c7c7c7;
  font-family: OpenSans-Regular;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

.customer-care-home .customer-care-box .cc-content a {
  font-family: OpenSans-Bold;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 30px;
}

/*/ --- customer care css ends --- /*/



/*/ --- gallery section css starts --- /*/

.gallery-home {
  background-color: #fdf5f3;
}

.gallery-home .gallery-container {
  padding: 30px 8%;
}

.gallery-home .gallery-container .gallery-img img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}

.gallery-home .gallery-container h4 {
  color: #e93f1a;
  font-family: OpenSans-Light;
  font-size: 36px;
  margin-bottom: 20px;
}

/*/ --- gallery section css ends --- /*/



/*/ --- footer css starts --- /*/

footer {
  background-color: #002343;
}

footer .footer-container {
  padding: 30px 8%;
}

footer .footer-logo img {
  width: 200px;
}

footer .footer-logo p {
  font-family: OpenSans-Regular;
  color: #fff;
  font-size: 14px;
  text-align: justify;
}

footer .quick-links h4 {
  color: #e93f1a;
  font-family: OpenSans-Light;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
}

footer .quick-links h4:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #e93f1a;
  position: absolute;
  top: 12px;
  left: 125px;
}

footer .quick-links ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

footer .quick-links ul li {
  list-style: none;
  margin-bottom: 15px;
}

footer .quick-links ul li a {
  font-family: OpenSans-Light;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

footer .quick-links svg {
  color: #e93f1a;
}

footer .sister-concern p {
  font-family: OpenSans-LightItalic;
  color: #fff;
  font-size: 14px;
}

footer .sister-concern a {
  font-family: OpenSans-LightItalic;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

footer .sister-concern p span {
  font-family: OpenSans-BoldItalic;
  color: #e93f1a;
  font-size: 24px;
}

.footer-copyright {
  background-color: #000;
}

.footer-copyright .copyright-container {
  padding: 15px 8%;
}

.footer-copyright p {
  color: #fff;
  margin-bottom: 0px;
  font-family: OpenSans-Light;
  font-size: 14px;
}

.footer-copyright p a {
  color: #fff;
  text-decoration: none;
}

.footer-copyright .ft-right {
  text-align: right;
}

/*/ --- footer css ends --- /*/

/*/ ====== home page css ends ======= /*/


/*/ ===== about page css starts ===== /*/

.about-main .about-container {
  padding: 200px 10% 30px;
}

.about-main .about-content h6 {
  color: #e93f1a;
  font-family: OpenSans-SemiBold;
  font-size: 20px;
  position: relative;
  margin-left: 90px;
}

.about-main .about-content h6:before {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background-color: #e93f1a;
  position: absolute;
  top: 12px;
  left: -86px;
}

.about-main .about-content h4 {
  font-family: OpenSans-Light;
  color: #16202a;
  font-size: 40px;
  margin: 15px 0px 25px;
}

.about-main .about-content p {
  font-family: OpenSans-Regular;
  color: #16202a;
  line-height: 26px;
}

.about-main .about-img-one img {
  width: 75%;
  height: 385px;
  object-fit: cover;
  margin-left: auto;
  display: block;
}

.about-main .about-img-two img {
  width: 40%;
  height: 330px;
  object-fit: cover;
  margin-right: auto;
  margin-top: -240px;
}

.about-main .manager-message {
  position: relative;
  padding: 10px 12%;
}

.about-main .manager-message .message-content {
  width: 65%;
  background-color: #f3f3f3;
  margin-left: auto;
  padding: 20px 20px 20px 75px;
  margin-top: 80px;
}

.about-main .manager-message .message-content img {
  width: 30px;
  margin-bottom: 20px;
}

.about-main .manager-message .message-content p {
  font-family: OpenSans-Regular;
  color: #16202a;
  line-height: 26px;
}

.about-main .manager-message .message-content h4 {
  font-family: OpenSans-Bold;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

.about-main .manager-message .message-content h6 {
  font-family: OpenSans-Bold;
  font-size: 14px;
  color: #787878;
  text-transform: uppercase;
}

.about-main .manager-message .manager-img {
  position: absolute;
  width: 23%;
  left: 17%;
}

.about-main .features-main {
  margin-top: 30px;
  padding: 10px 8%;
}

.about-main .features-main .features-box {
  border-top: 2px solid #c6c6c6;
  margin-top: 50px;
}

.about-main .features-main .features-box h6 {
  font-family: Poppins-SemiBold;
  font-size: 14px;
  color: #7e7e7e;
  margin-top: 15px;
}

.about-main .features-main .features-box h4 {
  font-family: Poppins-Medium;
  font-size: 18px;
  margin-top: 25px;
  color: #6c6c6c;
}

/*/ ===== about page css ends ===== /*/



/*/ ===== chits page css starts ===== /*/

.chits-main {
  padding-top: 170px;
  padding-bottom: 40px;
}

.chits-main .chits-container {
  padding: 5px 12%;
}

.chits-main .chits-content {
  background-color: #f0efef;
  border-radius: 10px;
  padding: 3%;
  margin-top: 25px;
}

.chits-main .chits-head h4 {
  font-family: OpenSans-Light;
  color: #e93f1a;
  font-size: 36px;
  text-align: center;
}

.chits-main .chits-head p {
  color: #1d1b1a;
  font-family: OpenSans-Regular;
  text-align: center;
  padding: 10px 12%;
}

.chits-main .chits-content h4 {
  font-family: OpenSans-Medium;
  color: #e93f1a;
  font-size: 24px;
}

.chits-main .chits-content .chits-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}

.chits-main .chits-content .chits-box:hover {
  background-color: #ffbeb0;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.13);
}

.chits-main .chits-content .chits-box:hover a {
  background-color: #000;
  color: #fff;
}

.chits-main .chits-content .chits-box:hover a svg {
  color: #fff;
}

.chits-main .chits-content .chits-box h6 {
  font-family: Poppins-Bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #7e7e7e;
  margin-bottom: 20px;
}

.chits-main .chits-content .chits-box h3 {
  font-family: Poppins-Bold;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 0px;
}

.chits-main .chits-content .chits-box h5 {
  font-family: Poppins-Medium;
  margin-bottom: 30px;
  color: #727272;
  font-size: 14px;
}

.chits-main .chits-content .chits-box p {
  font-family: Poppins-Regular;
  margin-bottom: 0px;
  font-size: 14px;
}

.chits-main .chits-content .chits-box svg {
  color: #e93f1a;
  margin-right: 5px;
}

.chits-main .chits-content .chits-box a {
  display: block;
  font-family: Poppins-SemiBold;
  color: #000;
  margin-top: 35px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}

.chits-main .chits-content .chits-box a svg {
  color: #000;
  transition: 0.3s ease-in-out;
}

/*/ ===== chits page css ends ===== /*/



/*/ ===== contact page css starts ===== /*/

.contact-main {
  padding-top: 170px;
  padding-bottom: 40px;
}

.contact-main .contact-container {
  padding: 5px 12%;
}

.contact-main .contact-head h4 {
  font-family: OpenSans-Light;
  color: #e93f1a;
  font-size: 36px;
  text-align: center;
}

.contact-main .contact-head p {
  color: #1d1b1a;
  font-family: OpenSans-Regular;
  text-align: center;
  padding: 10px;
}

.contact-main .contact-box {
  background-color: #f0efef;
  border-radius: 10px;
  padding: 3%;
  margin-top: 25px;
}

.contact-main .contact-box .contact-form h4 {
  font-family: OpenSans-Light;
  color: #e93f1a;
  font-size: 28px;
  margin-bottom: 25px;
}

.contact-main .contact-box .contact-form label {
  font-family: Poppins-SemiBold;
  font-size: 14px;
  color: #7e7e7e;
  margin-bottom: 0px;
}

.contact-main .contact-box .contact-form input {
  background-color: #fff;
  border-radius: 25px;
  border: none;
  min-height: 45px;
  margin-bottom: 10px;
  width: 100%;
}

.contact-main .contact-box .contact-form textarea {
  background-color: #fff;
  border-radius: 25px;
  border: none;
  min-height: 45px;
  margin-bottom: 10px;
  width: 100%;
}

.contact-main .contact-box .contact-form button {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e15a3c+0,002343+100 */
  background: #e15a3c; /* Old browsers */
  background: -moz-linear-gradient(left,  #e15a3c 0%, #002343 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #e15a3c 0%,#002343 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #e15a3c 0%,#002343 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e15a3c', endColorstr='#002343',GradientType=1 ); /* IE6-9 */
  border: none;
  border-radius: 25px;
  font-family: Poppins-SemiBold;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 15px 50px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.contact-main .contact-box .contact-form button:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.32);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.32);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.32);
}

.contact-main .contact-box .contact-details img {
  width: 70%;
  display: block;
  margin: 0px auto 40px;
}

.contact-main .contact-box .contact-details .contact-details-box {
  width: 70%;
  display: block;
  margin: auto;
}

.contact-main .contact-box .contact-details .contact-details-box p {
  font-family: Poppins-Medium;
  font-size: 15px;
  color: #7e7e7e;
  margin-bottom: 0px;
}

.contact-main .contact-box .contact-details .contact-details-box a {
  font-family: Poppins-Medium;
  font-size: 15px;
  color: #7e7e7e;
  text-decoration: none;
  display: block;
}

.contact-main .contact-box .contact-details .contact-details-box svg {
  color: #7e7e7e;
}

/*/ ===== contact page css ends ===== /*/







@media only screen and (min-width: 767.5px) and (max-width: 991px) {
  .customer-care-home .customer-care-container {
    padding: 10px 12%;
  }
  .chits-home .chits-container {
    padding: 5px 4%;
  }
  .carousel-item img {
    height: 80vh;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    background-color: #fff;
  }
}

@media only screen and (max-width: 767.5px)  {
  .chits-home .chits-content p {
    font-size: 14px;
  }
  .chits-home .chits-content {
    padding: 30px 3%;
  }
  .highlights-home .highlight-box .hb-img {
    margin-bottom: 10px;
  }
  .footer-copyright .ft-right {
    text-align: center;
  }
  .footer-copyright .ft-left {
    text-align: center;
  }
  .gallery-home .gallery-container .gallery-img img {
    height: 150px;
  }
  .carousel img {
    height: 60vh;
    object-position: right;
  }
  .carousel .slider-content {
    width: 30%;
    top: 29%;
  }
  .carousel .slider-content h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-main .about-container {
    padding: 150px 3% 30px;
  }
  .about-main .about-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-main .about-img-one img {
    height: 300px;
  }
  .about-main .about-img-two img {
    height: 250px;
  }
  .about-main .manager-message .manager-img {
    position: unset;
    width: 55%;
    margin: 40px auto 0px;
  }
  .about-main .manager-message .message-content {
    width: 100%;
    padding: 50px 20px 20px;
    margin-top: -25px;
  }
  .about-main .manager-message {
    padding: 10px 3%;
  }
  .about-main .manager-message .message-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-main .about-content h4 {
    font-size: 36px;
  }
  .chits-main {
    padding-top: 150px;
  }
  .chits-main .chits-container {
    padding: 5px 3%;
  }
  .chits-main .chits-head p {
    padding: 10px 0%;
    font-size: 14px;
  }
  .contact-main {
    padding-top: 150px;
  }
  .contact-main .contact-container {
    padding: 5px 3%;
  }
  .contact-main .contact-box .contact-details .contact-details-box {
    width: 100%;
  }
  .contact-main .contact-box {
    padding: 6%;
  }
  div.c-left  {-webkit-order: 2;}
  div.c-right  {-webkit-order: 1;}

  div.c-left  {order: 2;}
  div.c-right {order: 1;}

  .chits-home .chits-container {
    padding: 5px 3%;
  }
  .navbar .nav-link {
    padding-left: 2rem !important;
  }
  .customer-care-home .customer-care-box {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .customer-care-home .customer-care-box img {
    position: unset;
    margin: -70px auto 15px;
    width: 100px;
    display: block;
  }
  .customer-care-home .customer-care-container {
    padding: 10px 3%;
  }
}

@media only screen and (max-width: 499.5px) {
  .carousel img {
    height: 370px;
    object-position: 85%;
  }
  .carousel .slider-content {
    width: 46%;
    top: 29%;
  }
  .carousel .slider-content h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .navbar .navbar-brand {
    width: 150px;
  }
  .navbar-fixed-top.scrolled .navbar-brand {
    width: 120px;
  }
  .news-scroll-home {
    padding: 10px 5%;
  }
  .about-main .manager-message .manager-img {
    width: 75%;
  }
  .navbar .nav-link {
    padding-left: 1.5rem !important;
  }
}