*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    /* font-family: 'Grenze Gotisch', cursive; */

}
/* body{
  background-color: rgb(231, 231, 240);
} */

.nav-link{
    font-size:20px;
    color:white;
}
.about-img{
    width:100%;
    height:auto;
}
.about-img img{
width:100%;
height:auto;
}
/* card images section start here */
.card{
  border: 1px solid black;
}

.card-img-top{
    width:100%;
    height:auto;
    margin:0px auto;
    /* object-fit: cover; */
    
}
.card-img-top:hover{
    width:100%;
    height:auto;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
    
}
.card{
    margin:10px 10px;
}

/* our clients section start here */

/* our testimonal section start here */


/* About us page start here */

.img-about{
  width:70%;
  height: 70%;
}
.img-about img{
  width:100%;
  height: 100%;
  object-fit: cover;
}



.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  /* color: #ff5e14; */
  color: white;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: white;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a {
  text-decoration: none;
}
.footer-widget ul li a:hover {
  color: white;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid white;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color:white;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}


/* carousel */

.heading {
  font-size: 2em;
  text-align: center;
  font-family: "Poppins";
  margin-bottom: 2em;
}
.owl-carousel img {
  border-radius: 10px;
}


/* testimonial section */

#testimonials-section {
  background-color: rgb(223, 241, 235);
}
#testimonial {
  padding: 30px 0;
  text-align: center;
}
#testimonial .item {
  display: block;
  width: 100%;
  height: auto;
}
#testimonial .item p {
  
  font-weight: 400;
  margin: 0 0 30px 0;
}
hr {
  height: 3px;
  width: 60px;
  position: relative;
  background: #a5a5a5;
  border: 0;
  margin-bottom: 30px;
}