@import url('https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.topbar {
  /* background: #fcd6b2; */
  background: #4a1611;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

.topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

.topbar .social-links a {
  color: #ffffff;
  line-height: 0;
  transition: 0.3s;
  margin-left: 15px;
}

.fixed_top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 0px;
  transition: 0s;
  background: #ffffff;
  /* background: #a34624; */
  box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
}

header {
  background: #ffffff;
}

header section {
  padding: 5px 15px;
}

.carousel {
  margin-top: 60px;
}

.carousel-caption {
  bottom: 47%;
  z-index: 10;
  /*background: rgba(0, 0, 0, 0.5);*/
}

.carousel-caption {
  color: #ec1e24;
}

.carousel-item {
  height: 32rem;
}

.carousel-item>img {
  position: absolute;
  /*  top: 0;
      left: 0;
      min-width: 100%;
      height: 32rem; */
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
.carousel-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-height: 32rem;
  background: rgb(0 0 0 / 70%);
  height: 32rem;
  z-index: 1;
}*/

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  /*color: #aaaaaa;*/
  color: #ec1e24;
  /*font-family: "Poppins", sans-serif;*/
  font-family: 'Andika', sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 2px;
  display: inline-block;
  background: #414ea0;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  font-size: 35px !important;
  font-weight: 700;
  /*text-transform: uppercase;
  font-family: "Poppins", sans-serif;*/
  font-family: 'Andika', sans-serif;
  letter-spacing: -1.5px;
  color: #414ea0;
}

.intro_img::after {
  content: url(assets/img/bg_s_dot.png);
  position: absolute;
  bottom: -6px;
  left: -18px;
  width: 150px;
  z-index: 1;
}

.intro_img::before {
  content: url(assets/img/bg_s_dot.png);
  position: absolute;
  top: 0px;
  right: -68px;
  width: 150px;
  z-index: 1;
}

.intro_img img {
  position: relative;
  z-index: 10;
}

a {
  color: #414ea0;
}

.footer_s_logo {
  margin-bottom: 30px;
}

.footer_s_logo .footer_logo {
  max-width: 130px !important;
  border-radius: 8px;
  padding: 10px 15px;
  /* background-color: #ffffff; */

}

@media screen and (min-width: 1024px) {
  .carousel-item img {
    width: 100% !important;
  }
}


.contact_box {
  box-shadow: inset 0px 0px 4px 0px #414d9f;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 6px;
  background: #fff;
  /* border: 1px solid #414d9f;*/
}

.contact_name {
  font-size: 18px;
  color: #414d9f;
}

.contact_designation {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
}

.contact_mail {
  margin-bottom: 5px;
  font-size: 14px;
}

.contact_no {
  font-size: 14px;
  margin: 0px;
}


.header_section h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2e3135;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Andika', sans-serif;
}

.header_section h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #414ea0;
  left: 0;
  bottom: 0;
  border-radius: 3px;



}




/* .feature {
          width: 100%;
          padding: 50px 0 50px;
        }
        .feature .heading {
          text-align: center;
          width: 100%;
          padding: 20px 0 20px;
        }
        .feature .heading h2 {
          font-size: 32px;
          font-weight: 400;
        }
        .feature .heading h2 span {
          color: #117ec3;
        }
        .feature .heading h6 {
          letter-spacing: 0.5px;
          font-weight: 300;
          font-size: 14px;
          padding: 8px 0 8px;
        }
        .feature .separator {
          width: 50px;
          height: 2px;
          margin-bottom: 50px;
          background-color: #555555;
          display: inline-block;
        } */
.feature-main {
  width: 100%;
  border-bottom: 2px solid #57534e;
  background-color: #f9f9f9;
  /* padding-bottom: 20px; */
  box-shadow: 0px 0px 3px 1px #ccc;
}

.feature-main:hover {
  border-radius: 5px;
}

/* .feature-main:hover .feature-box img{
	opacity: 0.9;
} */
.cover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 250px rgba(0, 0, 0, 0.65) inset;
  -webkit-transition: 0.7s ease 0s;
  -moz-transition: 0.7s ease 0s;
  -o-transition: 0.7s ease 0s;
  -ms-transition: 0.7s ease 0s;
  transition: 0.7s ease 0s;
}

.feature-main:hover .cover:before {
  box-shadow: none;
}

.feature .feature-box {
  /* position: relative; */
  width: 100%;
  height: auto;
  position: relative;
}

.feature .feature-box img {
  width: 100%;
  height: auto;
}

.feature .feature-head {
  text-align: center;
  padding: 10px 15px;
  border-top: none;
  background: #57534e;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.feature .feature-head h3 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  margin: 0px;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.feature .feature-head p {
  color: #999;
  letter-spacing: 0.4px;
  line-height: 1.7;
  margin: 5px 0 10px;
}

.feature .feature-head a {
  color: #000;
  font-size: 13px;
  padding: 6px 20px;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.feature .feature-head i {
  margin-left: 5px;
}

.feature-main:hover {
  border-bottom: 2px solid #414ea0;
}

.feature-main:hover {
  border-bottom: 2px solid #414ea0;
}

.feature-main:hover .feature-head {
  background-color: #ffffff;
}

.feature-main:hover .feature-head h3 {
  color: #414ea0;
}

@media all and (max-width: 767px) {
  .feature-main {
    margin-bottom: 15px;
  }
}


.about .our-story p {
  font-size: 14px;
}


.about_img {
  width: 450px;
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}



.spl_product .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.spl_product h4 {
  font-size: 18px;
  font-weight: 700;
  color: #3f4e9f;
}

.spl_product p {
  margin: 15px 0;
  line-height: 26px;
  letter-spacing: 0.3px;
  font-size: 14px;
  text-align: justify;
}

/*

.feature-main {
    width: 100%;
    border-bottom: 2px solid transparent;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 3px 1px #ccc;
    border-radius: 5px;
    position: relative;
}

.feature .feature-head {
  text-align: center;
  padding: 10px 15px;
  border-top: none;
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0;
  z-index: 11111111111;
  background: #fff;
}*/



@media (min-width: 1024px) {
  .navbar .dropdown ul {
    left: 0px;
  }
}


.glightbox-clean .gslide-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0% !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.rdlistBox {
  box-shadow: inset 0px 0px 5px 0px #ccc;
}

.listHead {
  font-size: 16px;
  color: #414ea0;
}





.adv_btn {
  color: #fff;
  background: #414ea0;
  font-size: 13px;
  padding: 6px 20px;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
}

.adv_btn i {
  margin-left: 7px;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.adv_btn:hover {
  border: 1px solid #414ea0;
  background-color: transparent;
}

.adv_btn:hover i {
  margin-left: 12px;
}

.width_137 {
  width: 137px;
}

.tag_line {
  text-align: right;
}

.tag_line h5 {
  color: #414ea0;
  font-size: 20px;
  font-family: 'Andika', sans-serif;
  font-weight: 700;
}

.tag_line h6 {
  color: #ec1e24;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .navbar>ul>li {
    margin: auto;
  }

  #navbar .menu_list {
    display: contents;
  }

  .navbar {
    width: 100%;
  }

  .menuBar {
    background: #ffffff;
  }
}

@media (max-width: 1024px) {
  .tag_line {
    display: none;
  }

  .carousel {
    margin-top: 0px;
  }
}




.list_point li i {
  color: #414ea0;
}

.list-item {
  padding: 0px;
}

.list-item li,
.list_point li {
  list-style-type: none;
  line-height: 25px;
  font-size: 14px;
}

.text_blue,
.list-item li i {
  color: #414ea0;
}

.style_italic {
  font-style: italic;
}



/*.certificates-item{padding: 20px;}
#client_carousel{

}*/
.certificates-item .icon {
  height: 150px;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px #414ea0;
  margin-top: 5px;
}

.certificates-item h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.font-weight-bold {
  font-weight: 600;
}

.about p,
.alt-services p {
  text-align: justify !important;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.theme_text {
  color: #414ea0
}

.f_14 {
  font-size: 14px;
  letter-spacing: 0.3px;
}

.copyright a {
  color: #fff;
}

.footer-info p a {
  color: #fff;
}

@media only screen and (max-width: 325px) {
  .topbar {
    font-size: 10px;
  }
}