@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: 'Fira Sans', sans-serif;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #6f8ba4;
}
button{
  border:none;
}
.header{
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff!important;
  box-shadow: 0px 7px 18px rgb(24 16 16 / 5%);
  animation: sticky 1s;
  z-index: 999;
  padding: 0 8%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f6f6f6;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.logo a{
  text-decoration: none;
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.navbar ul{
  list-style: none;
}
.navbar>ul{
  display: flex;
  flex-direction: row;
}
.navbar ul li{
  position: relative;
}
.navbar ul li a{
  position: relative;
  display: block;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  padding: 22px 20px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}
.navbar ul li a.active ,.navbar ul li a:hover{
  color: #d80033;
}

.ser-btn ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  gap: 20px;
}
.ser-btn ul li a{
  text-decoration: none;
}
.ser-btn #ser-btn-icon{
  display: inline-block;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
#bar-icon{
  display: none;
}
.down-arrow{
  position: absolute;
  right: 0;
  top: 28px;
  display: inline-block;
  font-size: 14px;
}
.navbar ul ul li a .down-arrow{
  display: block;
  position: absolute;
  right: 10px;
  top: 16px;
}
@media(min-width:992px){
  .navbar ul li ul{
    position: absolute;
    list-style: none;
    min-width: 250px;
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 20%);
    transition: all 0.3s;
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
  }
  .navbar ul>li:hover>ul{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .navbar ul ul li{
    position: relative;
  }
  .navbar ul ul li a{
    display: block;
    color: #212529;
    font-weight: 700;
    font-size: 15px;
    padding: 8px 10px;
    line-height: 1.8rem;
    transition: all 0.5s;
  }
  .navbar ul ul li a:hover{
    color: #fff;
    background-color: #d80033;
    border-color: transparent;
    padding-left: 25px;
  }
  .navbar ul li ul ul{
    position: absolute;
    left: 100%;
    top: 0;
  }
}

@media(max-width:1200px){
  .logo a{
    font-size: 20px;

  }
  .navbar ul li a{
    font-size: 15px;
    padding: 22px 16px;
  }
  .ser-btn .enquiry-btn{
    padding: 10px 3px;
    font-size: 12px;

  }
}

@media(max-width:992px){
      .navbar ul li a {
        color: #fff;

            }
  .navbar{
    position: unset;
  }
  .navbar>ul{
    position: absolute;
    background-color: #152733;
    left: 0;
    right: 0;
    top: 60px;
    width: 90%;
    margin: auto;
    flex-direction: column;
    border-top: 8px solid #0d6efd;
  }
  .header{
    height: 60px;
  }
  .ser-btn #bar-icon{
    display: block;
  }
  .ser-btn #bar-icon a{
    background-color: #d80033;
    color: #fff;
    font-size: 27px;
    padding: 2px 10px;
  }
  .logo a{
    font-size: 30px;
    font-weight: 800;
  }
  .navbar ul li {
    border-top: 1px solid #e6e6e6;
  }
  .navbar ul li a{
    padding: 15px 16px;
  }
  .navbar ul li>ul{
    background-color: #2b5570;
  }
  .navbar ul li>ul li a{
    font-size: 13px;
    padding: 10px 25px;
  }
  .navbar ul ul li a .down-arrow{
    font-size: 18px;
    transform: rotate(0deg);
  }
  .navbar ul li a .down-arrow{
    right: 10px;
    top: 9px;
    font-size: 35px;
  }
  .navbar ul li ul li>ul{
    background-color: #0162cA;
  }

  #menu{
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
  }
  #menu.show{
    overflow-y: scroll;
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
  }
  .submenu{
    display: none;
  }
  .submenushow{
    display: block;
  }
}
.banner{
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
  background-color: #edf5ff;
}
.banner .pattern-2{
  background-image: url(../../assets/img/pattern-2.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.banner .bg-top{
  background-image: url(../../assets/img/bg-top.png);
  position: absolute;
  height: 393px;
  width: 290px;
  top: 0;
  left: 0;
}
.banner .bg-bottom{
  background-image: url(../../assets/img/bg-bottom.png);
  width: 350px;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 393px;
}
.banner .pattern{
  background-image: url(../../assets/img/pattern.png);
  height: 210px;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner-content{
  text-align: left;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.banner-content h1{
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #222;
  line-height: 1.2;
}
.banner-content p{
  font-size: 16px;
  line-height: 1.8;
  color: #6f8ba4;
  margin-bottom: 30px;
}
.site-btn1{
  background-color: #d80033;
  border-color: #d80033;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 27px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
.site-btn1:hover{
  color: #fff;
  background-color: #d80033;
  border-color: #d80033;
}
.site-btn1:before{
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 100px;
  transform: translate3d(-120%,-50px,0) rotate(45deg);
  transition: all 1.1s cubic-bezier(.19,1,.22,1);
  background: hsla(0,0%,100%,.5);
  left: 0;
  top: 0;
}
.site-btn1:hover::before{
  background: #fff;
  transform: translate3d(120%,-100px,0) rotate(90deg);
}
.site-btn2{
  background-color: #f06334;
  border-color: #f06334;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 27px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
.site-btn2:hover{
  color: #fff;
  background-color: #f06334;
  border-color: #f06334;
}
.site-btn2:before{
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 100px;
  transform: translate3d(-120%,-50px,0) rotate(45deg);
  transition: all 1.1s cubic-bezier(.19,1,.22,1);
  background: hsla(0,0%,100%,.5);
  left: 0;
  top: 0;
}
.site-btn2:hover::before{
  background: #fff;
  transform: translate3d(120%,-100px,0) rotate(90deg);
}
.banner-img{
  text-align: center;
  position: relative;
}
.feature{
  padding: 80px 0;
  position: relative;
  background-color: #edf5ff;
}
.section-title{
  margin-bottom: 60px;
  text-align: center;
  margin-top: -6px;
  position: relative;
}
.section-title span{
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: #d80033;
}
.section-title h2{
  font-size: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 20px;
  max-width: 520px;
}
.section-title h2:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  border-radius: 5px;
  right: 0;
  margin: 0 auto;
  background: #d80033;
}
.section-title p{
  max-width: 550px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
  color: #6f8ba4;
}
.feature-box{
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.06);
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: .4s;
}
.feature-box:hover{
  background: #d80033;
}
.feature-box i{
  font-size: 40px;
  display: inline-block;
  color: #d80033;
  transition: .4s;
}
.feature-box:hover i{
  color: #fff;
}
.feature-box h3{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
  transition: .4s;
  color: #222;
}
.feature-box:hover h3{
  color: #fff;
}
.feature-box p{
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #6f8ba4;
  transition: .4s;
}
.feature-box:hover p{
  color: #fff;
}
.about{
  padding: 100px 0;
  position: relative;
  background-image: url(../../assets/img/pattern-4.png);
  background-attachment: fixed;
}
.about-content h3{
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 15px;
  color: #222;
}
.about-content p{
  margin-bottom: 25px;
}
.about-content ul{
  float: left;
}
.about-content ul li:first-child{
  margin-bottom: 0;
}
.about-content ul li{
  color: #6f8ba4;
  margin-top: 10px;
  font-weight: 400;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.about-content ul li:before{
  position: absolute;
  content: "\f058";
  font-family: "FontAwesome";
  left:0;
  color: #d80033;
}
.mt-100{
  margin-top: 100px;
}
.about-content span{
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  width: 50px;
  height: 50px;
  background: #d80033;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.services{
  padding: 80px 0;
  background-color: #edf5ff;
  position: relative;
}
.service-item{
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.06);
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  cursor: pointer;
  margin-bottom: 30px;
  transition: .4s;
}
.service-item i{
  font-size: 30px;
  color: #fff;
  width: 65px;
  height: 65px;
  text-align: center;
  background: #d80033;
  line-height: 65px;
  border-radius: 50%;
  display: inline-block;
  transition: .4s;
}
.service-item h3{
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
  transition: .4s;
  color: #222;
}
.services-carousel .owl-prev{
  position: absolute;
  top: 95px;
  left: -50px;
  font-size: 60px!important;
  overflow: hidden;
}
.services-carousel .owl-next{
  position: absolute;
  top: 95px;
  right: -50px;
  font-size: 60px!important;
  overflow: hidden;
}

.vision-area{
  padding: 100px 0;
  position: relative;
  background-image: url(../../assets/img/pattern-4.png);
  background-attachment: fixed;
}
.vision-area .nav{
  margin-bottom: 40px;
  border-bottom: 2px solid #edf5ff;
  padding-bottom: 35px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
.vision-area .nav .nav-link{
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  transition: .4s;
  cursor: pointer;
}
.vision-area .nav-pills .nav-link.active{
  color: #d80033;
  background-color: transparent;
}
.vision-area .nav-pills .nav-link.active i{
  color: #fff!important;
  background: #d80033;
}
.vision-area .nav-pills .nav-link i{
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #edf5ff;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: .4s;
  color: #222;
}
.vision-area .tab-content h3{
  font-size: 22px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 500;
  line-height: 1.2;
}
.vision-area .tab-content p{
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.8;
  color: #6f8ba4;
}
.vision-area .tab-content ul li:first-child{
  margin-top: 0;
}
.vision-area .tab-content ul li{
  color: #6f8ba4;
  margin-top: 10px;
  font-weight: 400;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.vision-area .tab-content ul li:before{
  position: absolute;
  content: "\f058";
  font-family: "FontAwesome";
  left: 0;
  color: #d80033;
}
.counter{
  background-image: url(../../assets/img/counter.jpg);
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.counter:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #d80033;
  left: 0;
  opacity: .84;
}
.counter-box{
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  transition: .4s;
}
.counter-box:hover{
  transform: translateY(-5px);
}
.counter-box:before, .counter-box:after{
  content: "";
  position: absolute;
  width: 2px;
  height: 75px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  transition: .4s;
}
.counter-box:hover::before, .counter-box:hover::after{
  height: 0;
}
.counter-box:after{
  top: auto;
  bottom: 0;
}
.counter-box i{
  font-size: 28px;
  background: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  line-height: 61px;
  color: #d80033;
  border-radius: 50%;
  transition: .4s;
}
.counter-box:hover i{
  color: #fff;
  background: transparent;
}
.counter-box h3{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
.counter-box p{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 0;
}
.join-area{
  padding: 80px 0;
  position: relative;
}
.join-content h3{
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
  color: #222;
}
.join-content p{
  margin-bottom: 25px;
}
.subscribe{
  text-align: center;
  position: relative;
  background: #d80033;
  padding-top: 100px;
  padding-bottom: 100px;
}
.subscribe .bg-top{
  background-image: url(../../assets/img/bg-top.png);
  width: 290px;
  top: 0;
  left: 0;
  position: absolute;
  height: 393px;
}
.subscribe .bg-bottom{
  background-image: url(../../assets/img/bg-bottom.png);
  width: 350px;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 393px;
}
.subscribe .pattern{
  background-image: url(../../assets/img/pattern.png);
  height: 135px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.subscribe .pattern-2{
  background-image: url(../../assets/img/pattern-2.png);
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.subscribe .newsletter{
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 30px 0 rgba(67,67,67,.15);
  background: #fff;
  padding: 35px;
  border-radius: 5px;
  position: relative;
}
.subscribe .newsletter h4{
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 30px;
  color: #222;
}
.subscribe .newsletter h4 span{
  text-transform: uppercase;
  font-weight: 600;
  color: #d80033;
}
.subscribe .newsletter form{
  position: relative;
}
.subscribe .newsletter form .form-control{
  box-shadow: 0 10px 30px rgba(0,0,0,.1)!important;
  border: none;
  height: 75px;
  border-radius: 50px;
  padding-left: 20px;
  font-size: 17px;
}
.subscribe .newsletter form button{
  position: absolute;
  right: 7px;
  border-radius: 30px;
  top: 8px;
  height: 60px;
  text-transform: uppercase;
  width: 175px;
  background-color: #d80033;
  border-color: #d80033;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid transparent;
}
.footer{
  background-image: url(../../assets/img/pattern-4.png);
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 80px;
}
.footer-widget h3{
  font-size: 24px;
  margin-top: -5px;
  margin-bottom: 25px;
  color: #222;
  font-weight: 500;
  line-height: 1.5;
}
.footer-widget .links li a:first-child{
  margin-top: 0px;
}
.footer-widget .links li a{
  color: #6f8ba4;
  margin-top: 8px;
  display: block;
  text-decoration: none;
  font-size: 17px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.footer-widget .links li a:before{
  position: absolute;
  left: 0;
  content: "\f101";
  font-family: "Fontawesome";
  font-size: 13px;
  top: 3px;
}
.footer-widget .contact-info{
  margin-top: 15px;
}
.footer-widget .contact-info li{
  margin-bottom: 10px;
  color: #737373;
  position: relative;
  padding-left: 25px;
}
.footer-widget .contact-info li i{
  position: absolute;
  left: 0;
  top: 3px;
  color: #d80033;
  font-size: 20px;
}
.copyright{
  margin-top: 100px;
  background: #f4edee;
  padding: 20px 0;
}
.copyright p{
  margin-bottom: 0px;
  text-align: center;
}
.testimonial{
  background-color: #edf5ff;
  padding: 100px 0;
  position: relative;
}
.testimonial .bg-top{
  background-image: url(../../assets/img/bg-top.png);
  position: absolute;
  height: 393px;
  width: 290px;
  top: 0;
  left: 0;
}
.testimonial .bg-bottom{
  background-image: url(../../assets/img/bg-bottom.png);
  width: 350px;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 393px;
}
.testimonial-box{
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.06);
  padding: 30px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: .4s;
}
.testimonial-box:hover{
  background: #d80033;
}
.testimonial-box .client-info{
  position: relative;
  padding-left: 110px;
  margin-bottom: 55px;
}
.testimonial-box .client-info .img{
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial-box .client-info .img img{
  border-radius: 50%;
  width: 85px;
}
.testimonial-box .client-info .client-title{
  display: inline-block;
  margin-top: 14px;
}
.testimonial-box .client-info .client-title h4{
  position: relative;
  z-index: 1;
  transition: .4s;
  font-size: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #222;
}
.testimonial-box:hover .client-info .client-title h4{
  color: #fff;
}
.testimonial-box .client-info .client-title span{
  display: inline-block;
  color: #d80033;
  position: relative;
  z-index: 1;
  transition: .4s;
}
.testimonial-box:hover .client-info .client-title span{
  color: #fff;
}
.testimonial-box:hover p{
  color: #fff;
}
.breadcrumb{
  position: relative;
  height: 400px;
  background: #d80033;
  padding-top: 215px;
}
.breadcrumb .pattern-2{
  background-image: url(../../assets/img/pattern-2.png);
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.breadcrumb .bg-top{
  background-image: url(../../assets/img/bg-top.png);
  position: absolute;
  height: 393px;
  width: 290px;
  top: 0;
  left: 0;
}
.breadcrumb .bg-bottom{
  background-image: url(../../assets/img/bg-bottom.png);
  width: 350px;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 393px;
}
.breadcrumb-content{
  text-align: center;
  position: relative;
  margin-top: -40px;
}
.breadcrumb-content h2{
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.breadcrumb-content ul li{
  position: relative;
  display: inline-block;
  color: #eee;
  font-size: 16px;
}
.breadcrumb-content ul li:first-child::before{
  position: absolute;
  font-family: "Fontawesome";
  content: "\f105";
  right: 0px;
}
.breadcrumb-content ul li:first-child{
  padding-right: 15px;
}
.breadcrumb-content ul li a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.contact-area{
  background-color: #edf5ff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-box{
  background: #fff;
  padding: 20px 20px 20px 90px;
  border-radius: 5px;
  position: relative;
  transition: .4s;
  margin-bottom: 45px;
}
.contact-box .icon{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 47px;
  border: 1px dashed #d80033;
  color: #d80033;
  border-radius: 50%;
  font-size: 22px;
  transition: .4s;
}
.contact-box .content h4{
  font-size: 20px;
  margin-bottom: 12px;
  color: #222;
  font-weight: 500;
  line-height: 1.2;
}
.contact-box .content p a{
  color: #777;
  text-decoration: none;
}
.contact-area form .form-control{
  height: 45px;
  padding: 15px;
  border: none;
  border-radius: 5px;
  font-weight: 300;
  font-size: 16px;
  box-shadow: unset!important;
  transition: .4s;
}
.contact-area form textarea{
  height: 180px!important;
}
.service-detail{
  padding: 80px 0;
  position: relative;
}
.service-sidebar .widget{
  position: relative;
  margin-bottom: 65px;
}
.service-sidebar .widget ul li{
  position: relative;
  margin-bottom: -1px;
}
.service-sidebar .widget ul li:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  background-color: #d80033;
  content: "";
  opacity: 0;
  transition: all 300ms ease;
}
.service-sidebar .widget ul li:hover::before{
  width: 4px;
  opacity: 1;
}
.service-sidebar .widget ul li a{
  position: relative;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  font-weight: 600;
  padding: 15px 40px;
  display: block;
  border: 1px solid #e1e1e1;
  transition: all 300ms ease;
}
.service-sidebar .widget ul li a:after{
  position: absolute;
  content: '\f101';
  right: 25px;
  top: 16px;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  font-weight: 400;
  font-family: 'FontAwesome';
  transition: all 300ms ease;
}
.widget .sidebar-box{
  background-image: url(../../assets/img/consultaion-bg.jpg);
  position: relative;
  background-size: cover;
  padding: 50px 34px 40px;
  text-align: center;
  margin-bottom: 60px;
}
.widget .sidebar-box:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #222222;
  opacity: .90;
  content: "";
}
.widget .sidebar-box h4{
  position: relative;
  font-size: 24px;
  line-height: 1.6em;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.widget .sidebar-box h4:before{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 60px;
  background-color: #d80033;
  content: "";
  margin: 0 auto;
}
.widget .sidebar-box p{
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 30px;
}
.service-detail .lower-content{
  position: relative;
  padding-top: 35px;
}
.service-detail .lower-content h2{
  position: relative;
  font-size: 36px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-detail .lower-content p{
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 30px;
}
.service-detail .lower-content ul li{
 font-size: 15px;
  line-height: 30px;
  color: #777777;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.service-detail .lower-content ul li:before{
  position: absolute;
  content: "\f058";
  font-family: "FontAwesome";
  left: 0;
  color: #d80033;
}
.blog-box{
  position: relative;
  margin-bottom: 60px;
}
.blog-box .img-box{
  position: relative;
  overflow: hidden;
}
.blog-box .img-box img{
  display: block;
  width: 100%;
  height: auto;
  transition: all 1000ms ease;
}
.blog-box:hover .img-box img{
  transform: scale(1.1);
}
.blog-box .img-box .date{
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 15px;
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  background-color: #d80033;
  transition: all 300ms ease;
}
.blog-box:hover .img-box .date{
  background-color: #222222;
}
.blog-box .content-box{
  position: relative;
  padding: 35px 0 12px;
  border-bottom: 1px solid #ebebeb;
  transition: all 300ms ease;
}
.blog-box .content-box h4 a{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 700;
  margin-bottom: 5px;
  transition: all 300ms ease;
}
.blog-box .content-box h4 a:hover{
  color: #d80033;
}
.blog-box .content-box .posted-by{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #d80033;
  line-height: 24px;
  font-weight: 500;
}
.blog-box .content-box .posted-by p{
  margin-bottom: 30px;
}
.blog-detail{
  padding: 80px 0;
}
.blog-sidebar .widget{
  position: relative;
  margin-bottom: 65px;
}
.blog-sidebar .widget h4{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.blog-sidebar .widget h4:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background-color: #d80033;
  content: "";
}
.blog-sidebar .widget ul li{
  position: relative;
  margin-bottom: -1px;
}
.blog-sidebar .widget ul li:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  background-color: #d80033;
  content: "";
  opacity: 0;
  transition: all 300ms ease;
}
.blog-sidebar .widget ul li:hover::before{
  width: 7px;
  opacity: 1;
}
.blog-sidebar .widget ul li a{
  position: relative;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  font-weight: 600;
  padding: 19px 40px;
  padding-right: 35px;
  display: block;
  border: 1px solid #e1e1e1;
  transition: all 300ms ease;
}
.blog-sidebar .widget .post{
  position: relative;
  padding-left: 130px;
  margin-bottom: 30px;
  min-height: 100px;
}
.blog-sidebar .widget .post .post-img{
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
}
.blog-sidebar .widget .post .post-img img{
  width: 120px;
  height: 100px;
}
.blog-sidebar .widget .post h3 a{
  position: relative;
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  top: -4px;
  margin-bottom: 5px;
}
.blog-sidebar .widget .post .post-info{
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #d80033;
  font-weight: 600;
}
.partners{
  background-color: #edf5ff;
  padding: 80px 0;
}
.partners-box{
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #e1e1e1;
  padding: 20px;
  border-radius: 10px;
}
.partners-box .image{
  position: relative;
}
.partners-box .image .overlay-box{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(15,15,15,.80);
  transition: all 400ms ease;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-box:hover .image .overlay-box{
  transform: scale(1);
}
.partners-box .image .overlay-box h4{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  background-color: #d80033;
  padding: 5px 10px;
}
.career{
  padding: 100px 0 100px;
  position: relative;
  background-image: url(../../assets/img/career.jpg);
  background-size: cover;
  background-position: center;
}
.career .section-title p{
  max-width: unset;
}
.career:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #222;
  opacity: 0.7;
}
.career-form{
  position: relative;
  padding: 50px 50px;
  z-index: 1
}
.career-form:before{
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top:0;
  bottom: 0;
  background-color: #d80033;
  opacity: 0.7;
  z-index: -1;
  border-radius:10px;
}
.career-form .form-control, .career-form .form-select{
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  box-shadow: unset!important;
  transition: .4s;
}
.career-form textarea{
  height: 200px!important;
}
.career .bg-top{
  background-image: url(../../assets/img/bg-top.png);
  position: absolute;
  height: 393px;
  width: 290px;
  top: 0;
  left: 0;
}
.career .bg-bottom{
  background-image: url(../../assets/img/bg-bottom.png);
  width: 350px;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 393px;
}

      /* Career Container */
        .career-container {
            width: 90%;
            max-width: 1000px;
            margin: 30px auto;
        }

        /* Career Card */
        .career-card {
            background: #f8faff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            position: relative;
            border-left: 4px solid #D80033;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .career-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
        }

        /* Job Type */
        .job-type {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #e0e7ff;
            color: #D80033;
            padding: 6px 12px;
            font-size: 14px;
            border-radius: 6px;
            font-weight: 600;
        }

        /* Job Title */
        .job-title {
            font-size: 22px;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 15px;
        }

        /* Job Details Row */
        .job-details-row {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            align-items: center;
            font-size: 15px;
            color: #1e293b;
        }

        .detail-item {
            display: flex;
            align-items: center;
            gap: 6px;
            font-weight: 500;
        }

        .detail-icon {
            font-size: 16px;
            color: #D80033;
        }

        /* Apply Button */
        .apply-now {
            display: inline-block;
            margin-top: 15px;
            padding: 10px 22px;
            background: linear-gradient(45deg,#D80033, #06b6d4);
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .apply-now:hover {
            background: linear-gradient(45deg,#D80033, #0891b2);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(14, 90, 242, 0.2);
        }

      /* Responsive Design */
@media (max-width: 768px) {
    .career-container {
        width: 95%;
    }

    .career-card {
        padding: 15px;
    }

    .job-details-row {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start; /* Align items to the left */
    }

    .job-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .career-card {
        padding: 10px;
    }

    .job-title {
        font-size: 18px;
    }

    .job-type {
        font-size: 12px;
        padding: 4px 8px;
    }
}
/* ======================
   Job Details Page Styles
   ====================== */
.job-wrapper {
  display: flex;
  gap: 20px;
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px;
}

.job-details {
  width: 350px;
  padding: 20px;
  border: 2px dashed #D80033;
  border-radius: 8px;
}

.job-details h1 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}
.job-info {
  margin-bottom: 20px;
}

.job-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.job-icon {
  color: #000;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.job-content {
  flex: 1;
}

.job-label {
  font-weight: bold;
  color: #D80033;
  margin-bottom: 5px;
}

.job-value {
  color: #6f8ba4;
}

.job-description {
  flex: 1;
  min-width: 500px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.job-section {
  margin-bottom: 20px;
}

.job-section h2 {
  color: #D80033;
  font-size: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
job-section p {
  color: #6f8ba4;
  line-height: 1.6;
}
.job-section ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #6f8ba4;
}

.job-apply {
  background: linear-gradient(90deg,#D80033,#D80033);
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  align-self: flex-start;
  margin-top: auto;
}
/* ======================
   Mobile Responsive Styles (0-767px)
   ====================== */
   @media (max-width: 767px) {
  
    /* Background Elements */
    .jobs .bg-top,
    .jobs .bg-bottom {
      display: none; /* Hide decorative images on mobile */
    }
    
    .jobs {
      padding: 60px 0;
    }
  
    /* Job Box/Card Layout */
    .job-box {
      padding: 20px;
      margin-bottom: 20px;
    }
  
    .job-box img {
      position: static;
      display: block;
      margin: 0 auto 15px;
      width: 60px;
    }
  
    .job-box .job-inner {
      padding-left: 0;
      flex-direction: column;
      text-align: center;
    }
  
    .job-box .job-inner .job-inner-left,
    .job-box .job-inner .job-inner-right {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .job-box .job-inner .job-inner-right {
      margin-top: 20px;
      text-align: center;
    }
  
    /* Job Type Badge */
    .job-type {
      position: static;
      display: inline-block;
      margin-bottom: 15px;
      font-size: 12px;
    }
  
    /* Job Wrapper (Detail Page) */
    .job-wrapper {
      flex-direction: column;
      padding: 15px;
      gap: 20px;
    }
  
    .job-details,
    .job-description {
      width: 100%;
      min-width: auto;
      padding: 20px;
    }
  
    /* Headings */
    .job-title,
    .job-description h1 {
      font-size: 20px;
    }
  
    .job-description h2 {
      font-size: 18px;
    }
  
    /* Job Details Row */
    .job-details-row {
      flex-direction: column;
      gap: 12px;
      align-items: flex-start;
    }
  
    /* Job Overview */
    .job-overview {
      padding: 20px;
    }
  
    .job-overview ul li {
      padding-left: 35px;
    }
  
    .job-overview ul li i {
      font-size: 24px;
      top: 5px;
    }
  
 
  
    /* Job Item Details */
    .job-item {
      flex-direction: column;
      gap: 5px;
    }
  
    .job-icon {
      margin-right: 0;
      margin-bottom: 5px;
    }
  }
  
  /* ======================
     Small Mobile Adjustments (0-480px)
     ====================== */
  @media (max-width: 480px) {
    .job-box {
      padding: 15px;
    }
  
    .job-title,
    .job-description h1 {
      font-size: 18px;
    }
  
    .job-description h2 {
      font-size: 16px;
    }
  
    .job-overview ul li {
      padding-left: 30px;
    }
  
    .job-overview ul li i {
      font-size: 20px;
    }
  
    .job-details {
      padding: 15px;
    }
  }