
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p,span,a,li{
  font-family: 'Raleway', sans-serif;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color:#fff;
  z-index: 1000;
  height: 100px;
  /* overflow: hidden; */
  /* background-color: rgb(216, 163, 163); */
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  text-align:center;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 10%);
          box-shadow: 0 8px 6px -6px rgb(0 0 0 / 10%);
}
header.shrink {
  height: 85px;
  line-height:80px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 10%);
          box-shadow: 0 8px 6px -6px rgb(0 0 0 / 10%);
}

.navbar-brand img{
  -webkit-transition: width .5s !important;
  -o-transition: width .5s !important;
  transition: width .5s !important;
  width: 130px;
  position: relative;
  top: -5px;
}
/* .navbar-brand img:last-child{
  display: none;
}
.shrink .navbar-brand img:first-child{
  display: none;
} */
.shrink .navbar-brand img{
  width: 100px;
  position: relative;
  top: -12px;
  display: block;
}
.navbar-nav{
  -webkit-transition: top .3s;
  -o-transition: top .3s;
  transition: top .3s;
  gap: 20px;
}
.shrink .navbar-nav{
  position: relative;
  top: -10px;
}
.navbar-nav .nav-item .nav-link{
  position: relative;
  line-height: 24px;
  /* padding: 0 10px; */
  padding: 35px 10px;
  text-transform: uppercase;
  color: #282828;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-weight: 600;
}
.navbar-nav .active .nav-link{
  color: #d30e0e;
}
.shrink .navbar-nav .nav-item .nav-link{
  color: #282828;
}
.shrink .navbar-nav .active .nav-link{
  color: #d30e0e;
}
.qut-btn{
  padding: 8px 14px;
  position: relative;
  top: 33px;
  color: #fff;
  background-color: #d50303;
  border:1px solid #d50303;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.qut-btn:hover{
  background-color: #000;
  color: #fff;
}
.shrink .qut-btn{
  color: #fff;
  border:1px solid #d50303;
  top: 6px;
}
.shrink .qut-btn:hover{
  color: #fff;
  border-color: #000;
}
#banner-section{
  position: relative;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 85vh;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  top: 100px;
  margin-bottom: 140px;
}
#banner-section::after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.66);
}
.banner-outer-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 1;
  gap: 20px;
}
@media only screen and (min-width:1281px){
  .banner-outer-wrapper{
    height: 90vh;
  }
  #banner-section{
    height: 90vh;
  }
}
.banner-outer-wrapper h1{
  font-size: 44px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
}
.banner-outer-wrapper h2 a{
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 55px;
  color: #d50303;
}
.banner-outer-wrapper h4{
  font-size: 26px;
  font-weight: 300;
  /* margin: 20px 0 50px; */
}
.read-more-banner{
  padding: 10px 30px;
  color: #fff;
  border: .7px solid #f1f1f1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-decoration: none;
}
.read-more-banner:hover{
  background-color: #fff;
  color: #000;
}
/* Service Slider */
#service-slider{
  position: relative;
}
.service-slider-heading , .section-new h2{
  width: 60%;
  margin: 30px auto 25px;
  letter-spacing: 1.5px;
  color: #282828;
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.6;
  position: relative;
  text-transform: capitalize;
}
.service-slider-heading span ,.section-new h2 span{
  color: #d50303;
}
.service-slider{
  text-align: center;
  font-size: 16px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-slider-wrapper{
  text-align: left;
  padding: 40px 15px 20px;
  -webkit-box-shadow: -10px 0 20px -10px rgb(0 0 0 / 5%);
          box-shadow: -10px 0 20px -10px rgb(0 0 0 / 5%);
  margin: 1rem 10px 1rem;
}
.service-slider-wrapper img{
  width: 60px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  position: relative;
  top: 0px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  background-color: #d50303;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.service-text-wrapper{
  margin-top: 10px;
  position: relative;
}
.service-text-wrapper h4{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .7px;
  line-height: 1.5;
  color: #282828;
}
/* End Service Slider */
/* About Home */
#about-home{
  position: relative;
  margin-top: 4rem;
  background-color: #f8f8f8;
}
.abt-left-img{
  background-image: url(../images/abtbg1.webp);
  /*height: -webkit-fill-available;*/
  height:100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}
.abt-right-text-wrapper{
  padding: 100px 0 80px 60px;
}
.abt-right-text-wrapper h3{
  display: inline-block;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 25px;
  letter-spacing: .5px;
}
.abt-right-text-wrapper p{
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 30px;
}
.abt-right-text-wrapper h1{
  color: #f8f8f8;
  text-shadow: 0 0 20px rgb(0 0 0 / 10%);
  font-size: 69px;
  font-weight: 900;
  opacity: .8;
  position: absolute;
  top: 15px;
  left: 48%;
}
@media only screen and (min-width: 1281px) {
  .abt-right-text-wrapper h1{
    left: 47%;
  }
}
/* End About Home */
 /* Testimonials */
 #testimonials{
  padding: 4rem 0;
}
.testimonial-slide{
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-div{
  padding: 1rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 28px rgba(8, 65, 255, 0.1);
          box-shadow: 0 2px 28px rgba(8, 65, 255, 0.1);
  margin: 2.5rem;
  position: relative;
}
.testimonial-image-div{
  position: absolute;
  left: -40px;
  top: -40px;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: unset;
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: unset;
}
.testimonial-image-div img{
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-text-div{
  text-align: left;
  margin-top: 20px;
  font-size: 15px;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 0px;
}
.swiper-pagination-bullet-active {
  background-color: #04297b !important;
}
#testimonials h3{
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: 1.7px;
  font-size: 30px;
  font-weight: 400;
}
#testimonials h3::after{
  position: absolute;
  content: '';
  width: 200px;
  height: 2px;
  background-color: #d50303;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50px;
}
/* End testimonial */
/* Footer */
#footer{
  padding: 4rem 0 2rem;
  position: relative;
  color: #fff;
}
#footer::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  background: rgb(5,5,5);
  /* background: linear-gradient(0deg, rgba(5,5,5,1) 28%, rgba(149,2,2,1) 100%); */
}
.chat-icon{
  position: fixed;
  bottom: 20px;
  z-index: 99;
  right: 20px;
}
.chat-icon img{
  width: 45px;
}

.features-footer{
  display: inline-block;
}
.sub-foot-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
  cursor: pointer;
}
.sub-foot-menu li{
  list-style: none;
}
.sub-foot-menu li a{
  color: white;
  text-decoration: none;
}
.social-icon-div{
  float: right;
}
.social-icon-div .fa{
  margin-right: 10px;
  cursor: pointer;
}
.copyright-text{
  margin-top: 15px;
}
/* progress outer */
#progress-outer{
  background-image: url(../images/progress-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 150px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
#progress-outer::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0%;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 80%);
}
.right-probar .progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.right-probar .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.right-probar .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.right-probar .progress .progress-left {
  left: 0;
}
.right-probar .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #d50303;
}
.right-probar .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left;
}
.right-probar .progress .progress-right {
  right: 0;
}
.right-probar .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right;
}
.right-probar .progress .progress-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-weight: 300;
  margin: auto;
}
.right-probar .progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}
/* This for loop creates the necessary css animation names Due to the split circle of progress-left and progress right, we must use the animations on each side. */
.right-probar .progress[data-percentage="10"] .progress-right .progress-bar {
  -webkit-animation: loading-1 1.5s linear forwards;
          animation: loading-1 1.5s linear forwards;
}
.right-probar .progress[data-percentage="10"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}
.right-probar .progress[data-percentage="20"] .progress-right .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards;
          animation: loading-2 1.5s linear forwards;
}
.right-probar .progress[data-percentage="20"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}
.right-probar .progress[data-percentage="30"] .progress-right .progress-bar {
  -webkit-animation: loading-3 1.5s linear forwards;
          animation: loading-3 1.5s linear forwards;
}
.right-probar .progress[data-percentage="30"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}
.right-probar .progress[data-percentage="40"] .progress-right .progress-bar {
  -webkit-animation: loading-4 1.5s linear forwards;
          animation: loading-4 1.5s linear forwards;
}
.right-probar .progress[data-percentage="40"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}
.right-probar .progress[data-percentage="50"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}
.right-probar .progress[data-percentage="50"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}
.right-probar .progress[data-percentage="60"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}
.right-probar .progress[data-percentage="60"] .progress-left .progress-bar {
  -webkit-animation: loading-1 1.5s linear forwards 1.5s;
          animation: loading-1 1.5s linear forwards 1.5s;
}
.right-probar .progress[data-percentage="70"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}
.right-probar .progress[data-percentage="70"] .progress-left .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards 1.5s;
          animation: loading-2 1.5s linear forwards 1.5s;
}
.right-probar .progress[data-percentage="80"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}
.right-probar .progress[data-percentage="80"] .progress-left .progress-bar {
  -webkit-animation: loading-3 1.5s linear forwards 1.5s;
          animation: loading-3 1.5s linear forwards 1.5s;
}
.right-probar .progress[data-percentage="90"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}
.right-probar .progress[data-percentage="90"] .progress-left .progress-bar {
  -webkit-animation: loading-4 1.5s linear forwards 1.5s;
          animation: loading-4 1.5s linear forwards 1.5s;
}
.right-probar .progress[data-percentage="100"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}
.right-probar .progress[data-percentage="100"] .progress-left .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards 1.5s;
          animation: loading-5 1.5s linear forwards 1.5s;
}
@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
 }
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
 }
}
@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
 }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
 }
}
@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
 }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
 }
}
@-webkit-keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
 }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
 }
}
@-webkit-keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
 }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
 }
}
.right-probar .progress {
  margin-bottom: 1em;
}

/*  */
.expert-inner-wrapper1 ,.expert-inner-wrapper2 ,.expert-inner-wrapper3, .expert-inner-wrapper4{
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
}
.expert-inner-wrapper1::before{
  position: absolute;
  content: 'Html & Css';
  top: -3px;
  left: 0;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
.expert-inner-wrapper2::before{
  position: absolute;
  content: 'Wordpress';
  top: -3px;
  left: 0;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}

.expert-inner-wrapper3::before{
  position: absolute;
  content: 'Jquery';
  top: -3px;
  left: 0;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
.expert-inner-wrapper4::before{
  position: absolute;
  content: 'Php';
  top: -3px;
  left: 0;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
.expert-outer{
  margin-top: 20px;
}
.expert-outer .progress-bar{
  background-color: #d50303;
}
#section-new{
  position: relative;
  padding: 1.7rem 0 4rem;
  overflow: hidden;
}
.img-sec-new-outer{
  position: relative;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.img-sec-new-outer img{
  width: 100%;
  height:auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.text-sec-new-inner{    
  display: -webkit-box;    
  display: -ms-flexbox;    
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-shadow: -5px 15px 30px -5px rgb(0 0 0 / 20%);
          box-shadow: -5px 15px 30px -5px rgb(0 0 0 / 20%);
  padding: 20px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  -webkit-transition: background-color .3s ease-in;
  -o-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
  border-radius: 5px;
  height: 145px;
  cursor: pointer;
}

.text-sec-new-inner-img img{
  width: 80px;
  -webkit-transition: -webkit-filter .3s linear;
  transition: -webkit-filter .3s linear;
  -o-transition: filter .3s linear;
  transition: filter .3s linear;
  transition: filter .3s linear, -webkit-filter .3s linear;
}

.text-sec-new-inner-text h3{
  line-height: 1.5;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: .5rem;
}

/* ======================= */
/* ====   About Us   ===== */

#abt_section{
  position: relative;
  top: 100px;
  margin-bottom: 100px;
  padding: 4rem 0;
  background: -o-linear-gradient(45deg, #0a0a0a, #140000);
  background: linear-gradient(45deg, #0a0a0a, #140000);
  overflow: hidden;
}
#abt_section::after{
  position: absolute;
  content: '';
  width: 105%;
  left: -6px;
  height: 150px;
  background-color: #ffffff;
  bottom: -70px;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 0;
}
.abt_section_txt_wrapper .banner-outer-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  gap: 10px;
}
.abt_section_txt_wrapper{
  height: 100%;
}
.abt_section_txt_wrapper .banner-outer-wrapper h1 {
  font-size: 30px;
  margin-bottom: 0;
}
.abt_section_txt_wrapper .banner-outer-wrapper h2{  margin-bottom: 0;}
.abt_section_txt_wrapper .banner-outer-wrapper h2 a{font-size: 30px;}
.abt_section_txt_wrapper .banner-outer-wrapper h4 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .6px;
  color: #d7d7d7;
}
.abt_section_img_wrapper {text-align: center;}
.abt_section_img_wrapper img{
  position: relative;
  z-index: 1;
  width: 80%;
  height: auto;
  -webkit-box-shadow: 0 20px 30px -20px rgb(0 0 0 / 40%), -17px -20px 30px -20px rgb(255 255 255 / 30%), 20px -18px 30px -20px rgb(255 255 255 / 30%);
          box-shadow: 0 20px 30px -20px rgb(0 0 0 / 40%), -17px -20px 30px -20px rgb(255 255 255 / 30%), 20px -18px 30px -20px rgb(255 255 255 / 30%);
  padding: 15px;
  background: #fff;
}
.about_btm_rtp_ico{
  width: 60px;
  height: 60px;
  background: #ffdfdfa1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
#about_btm_rtp{
  position: relative;
  padding: 4rem 0;
}
.about_btm_rtp_heading{
  position: relative;
    width: 50%;
}
.about_btm_rtp_outer{
  position: relative;
  margin-top: 50px;
}
.about_btm_rtp_heading span{
  color: #dc4546;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .6px;
}
.about_btm_rtp_heading h3{
  font-size: 30px;
  font-weight: 600;
  color: #111;
  line-height: normal;
  letter-spacing: .6px;
}
.about_btm_rtp_txt{
  position: relative;
  margin-top: 20px;
}
.about_btm_rtp_txt h5{
  color: #a3a3a3;
  font-size: 18px;
  font-weight: 600;
}
.about_btm_rtp_txt p{
  font-size: 15px;
  line-height: 26px;
  color: #3e3e3e;
  letter-spacing: .6px;
}
.abt_txt_btm_most{
   position: relative;
}
.abt_txt_btm_most .about_btm_rtp_heading{width: 100%;}
.abt_img_btm_most{
  text-align: center;
}
.abt_img_btm_most img{
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt_txt_btm_most p{
  font-size: 14px;
  letter-spacing: .6px;
  line-height: 22px;
  margin-bottom: 10px;
}
.abt_txt_btm_most ul{
    padding-left: 0px; 
    list-style: none;
}
.abt_txt_btm_most ul li{
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  color: #646464;
  letter-spacing: .6px;
}
.abt_txt_btm_most ul li::before{
  position: absolute;
  content: '';
  background-image: url(../images/icon/arrow.png);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}
.about_btm_rtp_sec_inner{
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 10px 20px -10px rgb(0 0 0 / 10%);
          box-shadow: 0 10px 20px -10px rgb(0 0 0 / 10%);
}
/* ======================= */


/* Career Section */

#rr_section,#con_wrapper{
  position: relative;
  /* padding: 4rem 0;
  top: 100px;
  margin-bottom: 100px; */
  height: 100vh;
  width: 100%;
}
.rr_outer{
  position: absolute;
  width: 60%;
  -webkit-box-shadow: 0 20px 30px -20px rgb(0 0 0 / 30%);
          box-shadow: 0 20px 30px -20px rgb(0 0 0 / 30%);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.resume_section_wrapper_leftinner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff6f6;
  height: 100%;
  padding: 50px;
}
.resume_section_wrapper_rightinner{
  position: relative;
  padding-right: 24px;
}
.resume_section_wrapper_rightinner_heading h3{
  font-weight: 600;
  letter-spacing: .6px;
  color: #d50303;
  text-align: center;
}
.resume_section_wrapper_rightinner label{
  font-size: 13px;
    font-weight: 600;
    color: rgb(104, 104, 104);
    letter-spacing: .6px;
}
.resume_section_wrapper_rightinner label .star{
  color: red;
}
.resume_section_wrapper_rightinner .form-control {
    height: 40px;
    border-radius: 0;
    margin: 5px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: .6px;
    background-color: #ffffff;
    border: 1px solid #d3d3d378;
}
.resume_section_wrapper_rightinner .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #111;
}
.updt_res{
  padding: 5px 30px;
    color: #fff;
    background-color: #d50303;
    border: 1px solid #d50303;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 10px;
}
/* End Career Section */

/* Contact */

.contact-details-heading-text{
  /* width: 50%; */
  margin: 0 auto;
  text-align: center;
}
.contact-details-heading-text h3{
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  color: #030f27;
}
.contact-details-heading-text p{
  width: 50%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  margin: 20px auto 0;
  color: #8c89a2;
}
.icon-map,.icon-message ,.icon-envelope {
  display: inline-block;
  width: 50px;
  height: 50px;
  stroke-width: 0;
  stroke: #d94848;
  fill: #d82a2a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.contact-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 45px 30px 50px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgb(51 51 51 / 10%);
          box-shadow: 0 0 40px rgb(51 51 51 / 10%);
  -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
  transition: all .25s cubic-bezier(.645,.045,.355,1);
  height: 210px;
}
.contact-info .info .title-info {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
}
.contact-info .info .info-text {
  font-size: 16px;
  display: block;
  line-height: 27px;
}
.google-location{
  margin-top: 3rem;
  padding: 1rem;
  -webkit-box-shadow: 0 2px 30px rgb(0 0 0 / 6%);
          box-shadow: 0 2px 30px rgb(0 0 0 / 6%);
}
.google-location iframe{
  width: 100%;
}
.contact-form{
  background-color: #f8faff;
  padding: 100px 0;
}
.contact-form-details{
  text-align: center;
  margin-bottom: 40px;
}
.contact-form-details h2{
  font-size: 32px;
  line-height: 44px;
}
.contact-form-details p{
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  max-width: 530px;
  margin: 20px auto 0;
  color: #8c89a2;
}
.form-control{
  height: 45px;
  background-color: #f5f5f5;
  border: unset;
  border-radius: 5px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ff7373;
  outline: 0;
  -webkit-box-shadow: 0 0 10px rgb(0,0,0,0.3);
          box-shadow: 0 0 10px rgb(0,0,0,0.3);
}
.text-area-c{
  height: 100px;
}
.submit-contact-form{
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  letter-spacing: .6px;
  background-color: #d20304;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: 500;
  -webkit-box-shadow: 5px 5px 3px 0px #95add2;
          box-shadow: 5px 5px 3px 0px #95add2;
}
.submit-contact-form:hover{
  background-color: #fff;
  color: #d20304;
  border-color: #d93b3c;
}
/* End Contact */

/* Case Study */
#caseStudy_section{
  position: relative;
  padding: 2rem 0;
  top: 100px;
  margin-bottom: 100px;
}
.caseStudy_section .caseStudy_section_heading{
  position: relative;
  font-size: 25px;
  color: #d20304;
  line-height: normal;
  letter-spacing: .6px;
  padding-bottom: 5px;
}
.caseStudy_section .caseStudy_section_heading::after{
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  background-color: crimson;
  left: 0;
  bottom: 0;
}
.caseStudy_section .caseStudy_section_subheading {
  position: relative;
  font-size: 23px;
  line-height: normal;
  letter-spacing: .6px;
  padding-bottom: 5px;
}
.caseStudy_section .caseStudy_section_subheading span{color: #d20304;}
.caseStudy_section .caseStudy_section_subheading::after{
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  background-color: crimson;
  left: 0;
  bottom: 0;
}
/* End Case Study */

/* Menu Toggler */
#menuToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 0px;
  left: 10px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  outline: none;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

#menuToggle input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 3px;
  margin-bottom: 7px;
  position: relative;
  background: rgb(10, 10, 10);
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 5px 0px;
      -ms-transform-origin: 5px 0px;
          transform-origin: 5px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(-3px, -1px);
      -ms-transform: rotate(-45deg) translate(-3px, -1px);
          transform: rotate(-45deg) translate(-3px, -1px);
  background: rgb(17, 17, 17);
}

#menuToggle input:checked~span:nth-last-child(2) {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-4px, -2px);
      -ms-transform: rotate(45deg) translate(-4px, -2px);
          transform: rotate(45deg) translate(-4px, -2px);
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(45deg) translate(-3px, -1px);
      -ms-transform: rotate(45deg) translate(-3px, -1px);
          transform: rotate(45deg) translate(-3px, -1px);
}

/* end menu toggler */



.useful-link h2 {
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.social-links h2 {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}
.address h2 {
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.use-links li,.social-icons li,.address-links li{
    margin-bottom:7px;
    list-style-type:none;
}
.use-links li a,.social-icons li a,.address-links li a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration:none;
}



.sub-ab-hd h1 {
    color: #000000;
    font-size: 32px;
    /* margin-bottom: 15px; */
}
.sub-text span {
    font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
}
.job-dt12 {
    box-shadow: black 0px 0px 15px -12px;
    border-radius: 7px;
    padding: 2rem !important;
}
.desig span {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #d20503;
    font-weight: 600;
}
.desig h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.55px;
    color: black;
    margin-bottom: 19px;
    margin-top: 7px;
}
.job-dt p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.job-dt12 .ltn__service-btn {
    transition: all .3s;
    color: #000;
    font-size: 14px;
    float: right;
}
.ltn__service-btn-2 img {
    width: 20px;
    margin-left: 10px;
}
a{
  text-decoration: none;
}

.clk{
  top: 2rem;
  right: 2rem;
}
.clk img{
  width: 40px;
}

.ccd:hover .vd {
    display: block !important;
}
.ccd{
  position: relative;
}
.vd {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 194px;
    background-color: #fff;
    display: grid;
    text-align: center;
    transform: translate(-50%,0%);
    display: none;
    transition: all .3s;
    /* height: 75px; */
    padding: 5px 0;
    box-shadow: black 0px 0px 10px -5px;
}
.dmn{
  padding: 10px 0;
  list-style-type: none;
}
.dmn a{
  color: #000;
  transition: all .3s;
  font-weight: 600;
}
.dmn a:hover{
  color: red;
}

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999999999;
    width: 100%;
    background-color: #fff;
    transition: all 4s;
    box-shadow: black 0px 0px 8px -5px;
    padding: 1rem 0;
}
.inner-cookies {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.cookies-para p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #2d2d2d;
}
.Policy-bt a:hover {
    background-color: #000;
    color: #fff;
}
.Policy-bt a {
    font-size: 14px;
    letter-spacing: 0.55px;
    border: 1px solid #000;
    color: #000;
    padding: 7px 22px;
    border: 1px solid #000;
    border-radius: 30px;
    transition: all .3s;
}

.cookies-bt a {
    font-size: 14px;
    letter-spacing: 0.55px;
    color: #fff;
    background-color: #000;
    padding: 7px 22px;
    border-radius: 30px;
    transition: all .3s;
    border: 1px solid #000;
}
.cookies-bt a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.policy-pop {
    display: none;
}
.inner-policy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    background-color: #fff;
    padding: 2rem;
    border-radius: 7px;
}
.policy-pop {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #000000ab;
    top: 0;
    left: 0;
    z-index: 99999999999999;
}
.cook-hd h3 {
    font-size: 28px;
    letter-spacing: 0.55px;
    color: #000;
    text-align: center;
}
.cook-dt p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 26px;
    font-weight: 300;
}
.policy-pop-new {
    display: block !important;
}
.cl img {
    width: 25px;
}
.cl {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
}
.cookies-new{
    bottom: -100%;
}



.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#successm{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInnerm{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
}


#moberr{
  display: none;
}
#emalerr{
  display: none;
}
#mob_err{
  display: none;
}
#email_err{
  display: none;
}


.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#success{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInner{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
}
.scc
{
    height:100% !important;
    padding: 4rem 0;
    top: 100px;
    margin-bottom: 100px;
}
.vd .dmn{
    padding: 10px 0;
    list-style-type: none;
    line-height: 24px;
}