@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;600;700&display=swap');
body{font-family: 'Urbanist', sans-serif;padding-top: 88px;}

.logo img{width:250px;}
header{padding:20px 0px;width: 100%;top:0px;left: 0px;position: fixed;background: #fff;box-shadow: 0px 0px 40px rgba(0,0,0,0.05)}
.header-link{color:#333;text-decoration: none;font-weight: 600;font-size: 18px;border: solid 1px #666;display: inline-block;padding: 7px 30px;border-radius:30px;background:#2878ea;color: #fff;}
.header-link:hover{background:#F4A31F;color: #fff;}
.section{padding:60px 0px;}
.section1{height: auto;background: rgb(255,250,233);
background: linear-gradient(189deg, rgba(255,250,233,1) 0%, rgba(255,255,255,1) 100%);}
.section1 h1{color:#333;font-size: 60px;}
.section1 p{    color: #666;font-size: 18px;text-align: justify;}
.section1 p a{color:#000;}
.section1 h1 span{    font-weight: 700;
    color: #e8881f;}
.iconbox {margin-bottom: 30px;}
.iconbox i{    font-size: 40px;
    margin-right: 30px;
    width: 80px;
    height: 80px;
    background: #f4a31f;
    text-align: center;
    line-height: 80px;
    color: #fff;
    border-radius: 100%;}
a{color:#000;font-weight: 700;text-decoration: none;}
.section2{height: auto;background: url(../images/bg4.jpg) center center no-repeat;background-size: cover}
.section2 h1{color:#333;font-size: 60px;}
.section2 p{    color: #666;font-size: 18px;text-align: justify;}
.section2 p a{color:#000;}
.section2 h1 span{    font-weight: 700;
    color: #e8881f;}
.bg-image{background:url(../images/bg3.jpg) center center no-repeat;background-size: cover }
.single-case-study-inner {
  border: 1px solid #BFBFBF;
  border-radius: 7px;
  padding: 40px 30px 30px 30px;
  transition: 0.4s;
  margin-bottom: 30px;
}
.single-case-study-inner .icon {
  margin-bottom: 24px;
}
.single-case-study-inner .icon img {
  transition: 0.4s;
}
.single-case-study-inner .details h5 {
  margin-bottom: 16px;
  transition: 0.4s;
}
.single-case-study-inner .details p {
  margin-bottom: 14px;
  transition: 0.4s;
}
.single-case-study-inner .details .read-more-text {
  font-weight: 600;
  color: var(--main-color);
  margin-left: 0;
}
.single-case-study-inner:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  box-shadow: 0px 3px 20px #a5a5a5;
}
.single-case-study-inner:hover .icon img {
  filter: brightness(100);
}
.single-case-study-inner:hover .details h5 {
  color: #fff;
}
.single-case-study-inner:hover .details p {
  color: #fff;
}
.single-case-study-inner:hover .details .read-more-text {
  color: #fff;
}
.single-case-study-inner:hover {
    background: #333;
   
    box-shadow: 0px 3px 20px #a5a5a5;
}
.bg-dark {
    background-color: #2878ea!important;
}
.hero-banner h1 {
    font-size: 48px;
}
.hero-banner .btn {
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.hero-banner .btn-primary {
    color: #2f2f41;
    background-color: rgba(1, 164, 121, 0.1);
    border-color: #01a479;
}
.hero-banner .btn:before {
    content: "";
    background: #ed5561;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.hero-banner .btn:hover:before {
    width: 100%;
}