@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.f-light{
     font-family: 'Poppins', sans-serif;
     font-weight: 300;
}
.f-regular{
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
}
.f-medium{
     font-family: 'Poppins', sans-serif;
     font-weight: 500;
}
.f-semibold{
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
}
.f-bold{
     font-family: 'Poppins', sans-serif;
     font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
 
  font-weight:300;
}
.f-regular{
  
   font-weight:400;
 }
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{
  
    font-weight:800;
  }
.f-black{
 
  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 66px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
    margin-top: 25px;
    position: relative;
    padding: 0px 8px;
}
.navbar-expand-md .navbar-nav .nav-link::before {
    /* background: transparent linear-gradient(270deg, #FFFFFF 0%, #FF4343 40%, #00BEF7 100%) 0% 0% no-repeat padding-box; */
    height: 3px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -18px;
    left: 2px;
    transition: all 0.4s;
    background: #bb1c22;
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link:before{
    display: none;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #be2228;
}
.navbar-brand {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 15%;
    margin-top: -5px;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 45px;
    padding-bottom: 30px;
}
  footer {
    position: relative;
    background-size: cover;
    background-position: top;
    padding: 80px 0px 0px;
    background: url(../images/footer-bg.png);
    background-size: 100% 100%;
    border-bottom: 3px solid #c81518;
    /*z-index:1;*/

}
.footer-element {
    position: absolute;
    width: 26%;
    bottom: 12%;
    left: -8%;
   /* z-index: -1;*/
}
.main-footer {
    /*background:#121A2C;*/
    
}
  /*.btm-strip {
      background: #00339C;
  }*/
.btm-strip p {
    color: #CECECE;
    font-size: 13px;
    font-weight: 400;
}
 a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 24%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #CECECE;
    margin-top: 15px;
    font-size: 14px;
    line-height: 21px;
    width: 89%;
    font-weight: 100;
    margin-bottom: 0;
}
 .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
     background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}
.column:nth-child(2) {
    width: 18%;
    position: relative;
    margin-left: 40px;
}
.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 17%;
}
.column:nth-child(4) {
    width: 24%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
      font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color: #CECECE;
    font-size: 14px;
    font-weight: 100;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
 .footerlogo {
    width: 55%;
}
/*.column:last-child a {
    font-size: 25px;
}*/
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
      margin-bottom: 20px;
}
  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    margin-bottom: 0;
  }
.common-btn {
    width: 152px;
    height: 46px;
    background: #BC2025;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
    
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#313D46;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 25px 15px 10px 15px;
    position: relative;
}
.btm-strip a {
    font-size: 13px;
    color: #CECECE;
}

.btm-strip {
  color:#fff;
}
/*.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 9px 30px;
    color: #00339C;
    font-size: 13px;
    margin-top: 16px;
}*/
.home-slider h2 {
    font-size: 55px;
    text-align: left;
    color: #fff;
    line-height: 57px;
}
.caption-left {
    position: absolute;
    top: 20%;
    left: 9%;
    width: 60%;
}

.btns {
    display: flex;
}

.btns .common-btn{
  margin:0px 5px;
}

.btns .common-btn.white{
  background:#fff;
  color:#BC2025;
}

.slider-section p{
  color:#fff;
  display: flex;
  align-items:flex-start;
}

.slider-section .owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 3px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    border-radius: 30px;
}


.slider-section .owl-dots {
    position: absolute;
    bottom: 13%;
    left: 9%;
}

.slider-section .owl-nav {
    position: absolute;
    right: 9%;
    bottom: 10%;
    display: flex;
}
/*.home-slider img {
    filter: brightness(0.7);
}*/
.subheading {
    font-size: 17px;
    color: #BC2025;
}
.slider-section .owl-theme .owl-nav [class*=owl-] {
    color: #BC2025;
    font-size: 14px;
    margin: 5px;
    padding: 8px 14px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-section{
  position:relative;
  margin-top: 65px;
}
/*.slider-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 15%;
    bottom: -14px;
    left: 0px;
    background: url(../images/elements.svg);
    z-index: 1;
    background-position: bottom;
    background-size: cover;
}*/

.red{
  color:#BC2025;
}

.home-about {
    padding: 60px 0px;
    position:relative;
}

.home-about .synergic-elements {
    position: absolute;
    right: -12%;
    width: 19%;
    top: 0%;
}
.blog-content p {
    color: #fff;
}
.counter {
    display: flex;
    width:100%;
}

.counter-single h4 {
    font-size: 55px;
    color: #BC2025;
}

.counter-single {
    width: 33%;
}
.counter-content {
    text-align: center;
}
.countersec {
    padding: 0px 0px 50px;
}

.home-services {
    background: #ccc;
    padding: 60px 0px;
    position:relative;
}
.home-about .counter-sec{
position:relative;
}
.counters {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 47%;
    color: #fff;
    width: 100%;
    transform: translate(-50%, -50%);
}
/*.blogs-single img{
    transition: all 0.5s ease-in-out;
   }
   .blogs-single:hover img{
    transform: scale(1.05);
   }

   .blogs-single .img-div {
    position: relative;
    overflow: hidden;
    
}*/


.services-list .img-wrap{
  position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.services-list img{
    transition: all 0.5s ease-in-out;
   }
   .services-list:hover img{
    transform: scale(1.05);
   }

.home-about .counters h4 {
    font-size: 115px;
    margin-bottom: 0px;
}
.choose-us h2 {
    margin-bottom: 60px !important;
}
.home-about .counters h6 {
    font-size: 17px;
   /* margin-left: -74px;*/
    margin-top: -20px;
}
.home-services:before {
    position: absolute;
    content: "";
    width: 100%;
    background: url(../images/services-bg-element.png);
    background-size: 100% 100%;
    top: -15px;
    height: 100%;
    z-index: -1;
    background-position: top;
}
.home-services-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;

}

.services-list {
    width: 30%;
    background: #fff;
    margin: 0px 10px 20px;
    /* padding: 10px; */
    position: relative;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 15px 46px #0000001a;
    /* border-radius: 20px; */
}
.services-list p {
    padding: 15px 0px;
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    background: #fff;
    bottom: 0px;
}
.home-services-wrapper .svg {
    position: absolute;
    color: #fff;
    bottom: 17%;
    left: 40%;
    background-color: #BC2025;
    padding: 7px;
    border-radius: 7px;
    z-index: 1;
    width: 23%;
}
.services-list .img-wrap img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.home-services-wrapper .svg img{
/*filter: invert(16%) sepia(93%) saturate(3004%) hue-rotate(345deg) brightness(87%) contrast(96%);*/
}
.home-services-wrapper .services-list:nth-child(2), .home-services-wrapper .services-list:nth-child(5){
    position: relative;
    top: -60px;
}
.home-services-wrapper .services-list:nth-child(3) {
    position: relative;
    top: -15px;
}
.home-services-wrapper .services-list:nth-child(6){
position: relative;
    top: -15px;
}
.home-services-wrapper .services-list:nth-child(1), .home-services-wrapper .services-list:nth-child(4) {
    position: relative;
    top: -90px;
}
.choose-content {
    box-shadow: 0px 13px 26px #0000000D;
    border-radius: 0px 37px 37px 37px;
    padding: 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px solid #d9d6d67a;
    background: #fff;
}
.choose-content:hover{
  color: #fff;
}
.choose-content h4 {
    font-size: 20px;
}
.choose-list {
    position: relative;
   margin-bottom: 45px;
   transition: all 0.3s ease-in-out;
}
.svg-choose {
    background: #BC2025;
    width: fit-content;
    position: absolute;
    right: -25px;
}
.choose-list p {
    font-size: 15px;
    margin-bottom: 0px;
}
.choose-us .col-md-3 {
    padding: 0px;
}
.col-md-3.last-child .choose-list .choose-content {
    padding-left: 40px;
}

.col-md-3.last-child .choose-list .svg-choose {
    position: absolute;
    left: -30px;
}

.choose-us {
    padding: 60px 0px;
}

.svg-choose {
    background: #BC2025;
    /* padding: 7px; */
    position: absolute;
    right: -25px;
    text-align: center;
    padding-top: 2px;
    width: 60px;
    z-index: 1;
}
.choose-list:hover .choose-content {
    background: #bc2025;
    color: #fff;
}
.home-contact .heading {
    font-size: 35px;
    margin-bottom: 15px;
}
.homecontact-form .form-control::-webkit-input-placeholder {
  color:#fff !important;
}
.svg-choose::before {
    content: "";
    position: absolute;
    top: -13.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 14.8675px solid #BC2025;
}
.svg-choose::after {
    content: "";
    position: absolute;
    bottom: -13.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 14.8675px solid #BC2025;
}

.col-md-3.first-child .choose-list:nth-child(1), .col-md-3.first-child .choose-list:nth-child(3) {
    /* margin-left: 30px; */
    position: relative;
    left: 40px;
}

.col-md-3.last-child .choose-list:nth-child(1), .col-md-3.last-child .choose-list:nth-child(3) {
    /* margin-left: 30px; */
    position: relative;
    left: -40px;
}
.choose-list:hover {
    background: #BC2025;
    border-radius: 0px 37px 37px 37px;
}
.choose-list:hover .svg-choose{
  background:#D4D4D4;
}

.choose-list:hover .svg-choose:before{
  border-bottom: 14.8675px solid #D4D4D4;
}

.choose-list:hover .svg-choose:after{
  border-top: 14.8675px solid #D4D4D4;
}
.choose-list:hover .svg-choose img{
filter: invert(21%) sepia(17%) saturate(3382%) hue-rotate(306deg) brightness(80%) contrast(99%);
}
.choose-list:hover .choose-content{
color:#fff;
}

.blogs-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.blogs-wrapper .blogs-single {
    width: 100%;
    margin: 0px 10px;
    background: #fff;
    box-shadow: 0px 3px 9px #00000012;
    border-radius: 31px 31px 0px 0px;
}
.blogs-wrapper .blogs-single p {
    padding: 14px 15px;
    margin-top: 20px;
    padding-top: 35px;
}
.blog-content p{
padding:0px !important;
margin-top: 0px;
}
.blogs-single{
  position:relative;
}
.blog-content {
    position: relative;
    bottom: 0px;
    background: #00000094;
    color: #fff;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-top: 85px;
    left: 0px;

}
.blogs-single .quote-img {
    /* position: absolute; */
    position: absolute;
    top: -20px;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 40%;
    width: 18% !important;
    /* margin-bottom: 30px; */
    /* padding-bottom: 30px; */
}
.testimonial-img {
    width: auto !important;
}
.blog-content:before {
    content: "";
    position: absolute;
    top: -25.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 260px solid transparent;
    border-bottom: 26.8675px solid #0000008f;
    transition:all 0.3s ease-in-out
}

.blog-content p{
  margin-bottom:0px;
  margin-top:0px !important;
}

.blog-content h6 {
    font-size: 13px;
}
.blogs-single .img-div {
    /* padding: 20px; */
    border: 1px solid #ccc;
    width: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    bottom: 40%;
    left: 50%;
    height: 95px;
    /* padding-bottom: 30px; */
    /* margin-bottom: 30px; */
    z-index: 1;
    background: #fff;
    transform: translate(-50%, 50%);
}
.blogs-single img{
  margin:0 auto;
}
.blogs-wrapper .blogs-single span {
    position: absolute;
    top: 10%;
    background: #000000a3;
    color: #fff;
    font-size: 12px;
    padding: 4px;
}

.blogs-wrapper .blogs-single:hover .blog-content{
background-color:#bc2025;
}


.blogs-wrapper .blogs-single:hover .blog-content:before{
 border-bottom: 26.8675px solid #bc2025;
}

.blogs {
    padding: 70px 0px;
    background: #F5F3F3;
}
.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right,#ffffff00 , #ffffff0d, #ffffff0f, #ffffff0f, #FFFFFF00);
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.list-social{
  margin:0px 10px;
}

.main-footer h3{
color:#fff;
text-align:center;
font-size:35px;
margin-bottom: 20px;
}

footer a{
  margin:0 auto;
}

.homecontact-form {
    background: #BC2025;
    padding: 20px;
    border-radius: 30px;
}
.homecontact-form .form-control {
    padding: 15px 20px;
    background: #ffffff29;
    color: #fff;
    border: 0px;
    margin-bottom: 20px;
     border-radius: 15px;
}
.homecontact-form {
    background: #BC2025;
    padding: 51px 50px;
    border-radius: 30px;
}

/*.homecontact-form .form-control::placeholder{
  color:#fff;
}*/
.intl-tel-input .country-list .country {
    padding: 5px 10px;
    color: #000;
}
.intl-tel-input.separate-dial-code .selected-dial-code {

    color: #fff;
}
.homecontact-form .subheading, .homecontact-form .heading{
  color:#fff;
}
.homecontact-form .common-btn {
    width: 100%;
    color: #fff;
    background: #fff;
    color: #bc2025;
    border: 0px;
    border-radius: 15px;
    padding: 15px;
    height: auto;
}

.home-contact {
    position: relative;
}

.elements-2 {
    position: absolute;
    bottom: 8.9%;
    width: 15%;
    left: 52%;
}
.home-contact {
    position: relative;
    padding: 60px 0px;
}

.choose-us .col-md-6 img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.home-contact .container {
    background: url(../images/contact-bg.png);
   background-size: 100% 100%;
}

.home-contact .col-md-7 {
    padding: 0px;
}

.elements {
    position: absolute;
    width: 36%;
    bottom: 2%;
    right: -1%;
}

footer:before {
    position: absolute;
    content: "";
    background: url(../images/footer-bg-element.png);
    width: 100%;
    height: 83%;
    top: -7px;
    z-index: -1;
    background-size: 100% 100%;
}
.home-services {
    background: #ccc;
   padding: 60px 0px 0px;
    background: url(../images/services-bg.png);
    background-size: 100% 100%;
}
.home-services .row {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.blogs .heading{
  margin-bottom:40px;
}

.about {
    position: relative;
}

.aboutus-element1 {
    width: 22%;
    position: absolute;
    top: 22%;
    left: -11%;
}

.aboutus-element {
    position: absolute;
    width: 11%;
    top: 5%;
    left: 6%;
}
.aboutus-element2 {
    position: absolute;
    width: 20%;
    bottom: -14%;
    left: 0%;
}
.aboutus-element3 {
    position: absolute;
    right: -8%;
    width: 15%;
    top: 0%;
}
.aboutus-element4 {
    position: absolute;
    right: -5%;
    width: 17%;
    bottom: -19%;
}
.vision-mission {
    background: #ccc;
    position: relative;
    z-index: 1;
}

.vision-mission ul#myTab li {
    width: 100%;
    text-align: center;
}

.vision-mission ul#myTab li a {
    padding: 40px 26px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.vision-mission ul#myTab {
    border-radius: 30px;
    border: 0px;
    background: #fff;
    width: 55%;
}
.vision-mission {
    position: relative;
    z-index: 1;
    padding: 120px 0px 40px;
    background:url('../images/vision-mission-bg.webp');
    background-size:100% 100%;
}
.vision-mission ul#myTab li a {
    padding: 40px 26px;
     border: 0px;
     font-size: 30px;
     color:#000;
}
.vision-mission ul#myTab li a.active{
  background:#BC2025;
  color:#fff;
}
.tab-pane{
  background-color:transparent;
  border:0px;
}
.vision-mission ul#myTab li:nth-child(1) a.active{
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
}

.vision-mission ul#myTab li:nth-child(2) a.active{
border-top-right-radius:0px;
border-top-left-radius:0px;
}

.vision-mission h2 {
    font-size: 80px;
    color: #ffffff2b;
    margin-bottom: 0px;
}
.vision-mission p{
color:#fff;
}
.vision-mission p{
  margin-top:-30px;
  width:80%;
  font-size:18px;
}
.counter-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.counter-wrapper .counter-single {
    width: 46%;
    padding:15px;
}

.counter-wrapper .counter-single {
    width: 46%;
    padding: 15px;
    border-right: 1px solid #cccccc94;
    border-bottom: 1px solid #cccccc94;
}

.counter-wrapper .counter-single:nth-child(2), .counter-wrapper .counter-single:nth-child(4){
  border-right:0px;
}

.counter-wrapper .counter-single:nth-child(3), .counter-wrapper .counter-single:nth-child(4){
  border-bottom: 0px;

}
.map-text {
    position: relative;
}
.map-text h4 {
    position: absolute;
    top: 35%;
    text-align: center;
    color: #bc2025;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-counters.counter{
  padding:60px 0px;
}


.breadcum {
    position: relative;
    margin-top: 0px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
}
.caption-heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-element {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 105px;
}
.breadcum h1 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-left: 29px;
    position: relative;
    z-index: 1;
}
.about {
    position: relative;
    padding: 60px 0px 0px;
}
.vision-mission ul#myTab li a img{
filter: invert(21%) sepia(17%) saturate(3382%) hue-rotate(306deg) brightness(62%) contrast(153%);
width: 30%;
}

.vision-mission ul#myTab li a.active img{
filter:none;
}

.contact-us .form-box {
    box-shadow: 0px 3px 26px #00000017;
    border-radius: 31px;
    padding: 31px 38px;
    background: #fff;
    width: 80%;
    margin: 0 auto;
}
.contact-us .form-control {
    border: 0;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding-left: 0;
    margin-bottom: 22px;
    padding: 10px 20px;
}
.intl-tel-input {width: 100%; margin-bottom: 22px !important;}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {width: 94px !important;}
 .selected-dial-code {

    font-size: 12px;
}
#home-form .selected-flag .iti-arrow {border-top: 4px solid #fff !important;}
#home-form .errors {color: #fff !important;}
.contact-us form {
    margin-top: 27px;
}
button{
    border: 0;
}
.contact-us button{
    margin-top: 25px;
}
::placeholder{
    color: #BCB9B9 !important;
}
.contact-us .form-control{
    color:  #BCB9B9;
}
.form-control:focus{
    box-shadow: none;
}
.contact-us{
    padding: 60px 0px 0px;
    position:relative;
}
.contact-us select {
    background: url(../images/down-arrow.png) no-repeat;
    background-position: center;
    -webkit-appearance: none;
    background-position-x:99%;
}
.address-box {
    background: #F5F3F3;
    border-radius: 30px;
    padding: 30px 0px 0;
    margin: 0px 10px;

}
.contact-us .address-wrapper {
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-bottom: 15px;
    margin-top: 0;
}
.address-box h3 {
    padding-left: 40px;
    margin-bottom: 20px;
}
.address-box .address-wrapper p,
.address-box .address-wrapper a,
.address-box .address-wrapper a:hover {
    color: #6E6B6B;
    margin-bottom: 0;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 15px;
    font-size: 14px;
    display: block;
}
.address-box .view {
    background: #ECE9E9;
    color: #BC2025;
    display: block;
    padding: 12px 0px;
    text-align: center;
    margin-top: 24px;
    border-radius: 0px 0px 30px 30px;
}
.address-box .view span{
    font-size: 11px;
}
.address-wrapper {
    padding: 0px 13px;
}
.address-wrapper p {
    height: 90px;
}
.presence {
    padding: 60px 0px;
}
/*.address-box:nth-child(2){
    margin-top: 30px;
}*/
.contact-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}
.contact-social .social-box {
    margin-top: 0;
    box-shadow: 0px 3px 26px #00000017;
    border-radius: 25px;
    background: #fff;
    margin-left: 25px;
}
.contact-social .social-box a {
    color: #131313;
    opacity: 51%;
    font-size: 43px;
    height: 82px;
    width: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
    transition: all 0.4s;
}
.contact-social .social-box a:last-child{
    border: 0;
}
.contact-social .social-box a:nth-child(1){
    border-radius: 25px 0px 0px 25px;
}
.contact-social .social-box a:last-child{
    border-radius:25px;
}
.contact-social .social-box a:hover{
    background: #BC2025;
    opacity: 1;
    color: #fff;
}

.services-content {
    padding: 60px 0px;
    text-align: center;
    position:relative;
}

.services-content p{
  width:70%;
  margin:0 auto;
}

.services ul li {
    width: 100%;
}
.services li a {
    display: flex;
    align-items: center;
}

.services ul#myTab a {
    display: flex;
    align-items: center;
    border: 0px;
}

.services {
    background: #F5F3F3;
    padding: 60px 0px 30px;
    position: relative;
    /*background: url(../images/services-bg.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;*/
 /*   height:1400px;*/
}
.services:before {
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(../images/services-elements.png);
    top: 0px;
    left: 0px;
    content: "";
    background-size:100% 100%;
}
.services .container{
  position:relative;
}
.services ul#myTab a img {
    width: 60%;
}
.services ul#myTab a {
    display: flex;
    align-items: center;
    border: 0px;
}

.services ul#myTab a.active img {
    width: 60%;
    filter: invert(21%) sepia(17%) saturate(3382%) hue-rotate(306deg) brightness(62%) contrast(153%);
    margin: 0 auto;
    text-align: center;
    display: block;
}
.services .img-box1 {
    width: 22%;
}
.services ul#myTab a {
    color: #fff;
    border-bottom: 1px solid #cccccc70;
    padding: 18px 0px;
}

.services ul#myTab a.active{
  color:#000;
  border-radius:20px;
}

.services ul#myTab{
  border-bottom:0px;
}

.services ul#myTab li:last-child a{
  border-bottom:0px;
}

.services .accordion-body .img-wrapper {
    width: 49%;
}
.services .accordion-body .services-details {
    width: 51%;
}
.services .accordion-body .services-details p {font-weight: 300;}
.services .accordion-body .services-details li {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 12px;
}
.services .accordion-body .services-details ul li {list-style: disc; color: #6E6B6B;}
.services .accordion-body .services-details ol li {list-style: decimal;}
.services .accordion-body .content-services {
    display: flex;
    align-items: flex-start;
}
.list-contact .list-social {
    margin-bottom: 20px;
    color: #000;
}
.list-contact {
    background: #F5F3F3;
    width: 70%;
    padding: 20px;
    border-radius: 20px;
}
.list-contact .list-social a{
  color:#000;
  font-size:19px;
}

.list-contact .common-btn {
    position: absolute;
    bottom: -20px;
}

.services-contactdetails h3 {
    font-size: 37px;
    text-align: center;
    line-height: 48px;
}

.list-contact{
  position: relative;
}

.services-contactdetails {
    padding: 60px 0px;
}

.services-content .services-elements-1 {
    position: absolute;
    top: 0px;
    left: -3%;
    width: 12%;
}

.whyus {
    position: relative;
}

.whysus-img {
    width: 55%;
    left: -15%;
    position: absolute;
}

.whyus {
    position: relative;
}
.whycontent li {
    color: #6E6B6B;
    margin-bottom: 10px;
    /* line-height: 28px; */
    font-weight: 200;
    position:relative;
}
.whycontent li:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #bc2025;
    border-radius: 10px;
    content: "";
    left: -14px;
    top: 6px;
}

.whycontent ul{
padding-left:10px;
}

.whyus {
    position: relative;
    padding: 70px 0px;
}

.whysus-img1 {
    width: 60%;
    position: absolute;
    right: -16%;
}
.benifits-ssc {
    background: url(../images/benifits-bg.png);
    padding: 85px 0px 50px;
}
.service-focus-single img {
    width: 24%;
}
.service-focus-single{
  transition:all 0.3s ease-in-out;
}
.service-focus-single:hover img{
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(117%) contrast(102%);
}
.service-focus-single:hover{
  background-color:#BC2025;
  color:#fff;
}
.benfits-single img {
    width: 26%;
    margin-bottom: 10px;
}
.benfits-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.benfits-single {
    color: #fff;
    width: 18%;
    text-align: center;
    margin: 0px 10px;
}
.benfits-single {
    color: #fff;
    width: 18%;
    text-align: center;
    margin: 0px 10px;
    background-image: linear-gradient(#ffffff00 50%, #ffffff24);
    border-radius: 25px;
    margin-bottom: 30px;
    padding: 9px 15px;
}

.benfits-single p{
  margin-bottom:0px;
}

.benifits-ssc .heading{
  color:#fff;
}

.heading{
  font-size:45px;
}
.service-focus-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.service-focus-single{
  width:30%;
}

.service-focus-single {
    width: 23%;
    margin: 0px 10px;
    text-align: center;
    box-shadow: 0px 13px 26px #0000000D;
    border-radius: 32px;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.service-focus{
padding:60px 0px;
}

.news-slider .item img{
  transform:scale(0.9);
}

.news-slider .owl-item.active.center .item img{
  transform:scale(1);
}

.news-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

.news-slider.owl-prev{
position: absolute;
left:20%;
}

/*.news-slider.owl-theme .owl-nav [class*=owl-]{
  background:#fff;
  color:#000;
  border-radius:40px;
}
*/
.news-slider.owl-theme .owl-nav [class*=owl-] {
    background: #fff;
    color: #000;
    border-radius: 40px;
    padding: 10px 11px;
    font-size: 11px;
}
.news-slider .owl-prev {
    position: absolute;
    left: 29%;
    box-shadow: 0px 13px 26px #00000029;
}

.news-slider .owl-next {
    position: absolute;
    right: 29%;
    box-shadow: 0px 13px 26px #00000029;
}

.news {
    padding: 30px 0px 60px;
}

/*.breadcum:before {
    position: absolute;
    content: "";
    width: 101%;
    height: 90%;
    bottom: -7px;
    z-index: -1;
    background: url(../images/breadcrum-element.png);
    background-size: 100% 100%;
    background-position: bottom;
    left: -7px;
}*/

.breadcum .main-img{

  filter:brightness(0.7);
}

header.animated.shrink {
    background: #fff;
    box-shadow: 0px 2px 10px #00000059;
}

header .common-btn {
    color: #fff !important;
    margin-top: 10px;
}

.navbar-expand-md .navbar-nav .nav-link.common-btn{
  margin-top:10px;
}

.career{
    padding: 60px 0px 0px; 
    position: relative;
}
.career .career-element {
    position: absolute;
    top: -41%;
    right: -13%;
    width: 28%;
}
.career .img-box{
    position: relative;
}
.career .text-box {
    position: absolute;
    top: 47%;
    width: 65%;
    transform: translateY(-50%);
    left: 20%;
}
.career .career-main {
    position: absolute;
    top: 10%;
    z-index: -1;
    width: 47%;
    left: 5%;
}
.career .container{
    position: relative;
}
.value {
    padding: 60px 0px 0px;
}
.value-single p{
  color:#000;
}

.growth {
    padding: 105px 0px;
    background: url(../images/career-sec-bg.webp);
    background-attachment: fixed;
    color: #fff;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    z-index:1;
}
.growth:before {
    position: absolute;
    content: "";
    background: #00000059;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.value-single img {
    display: block;
    margin: 0 auto 15px;
    width: 29%;
}
.value h2 {
    color: #000;
    padding-bottom: 25px;
}
.value-single h3 {
    font-size: 25px;
    font-weight: 600;
    color: #bc2025;
}
.value-single:hover {
    box-shadow: 0px 4px 5px 1px #cccccccf;
}
.value-single p {
    width: 87%;
    margin: 0 auto;
    
}
.value-single {
   /* margin-bottom: 31px;*/
    padding: 20px 10px;
    transition:all 0.3s ease-in-out;
}
.value-single:hover p{
  color:#000;
}
.jobs p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.growth .heading {
    /* margin-bottom: 20px; */
    margin-bottom: 20px;
}
.growth p{
  margin-bottom:20px;
}
/*.value .row {
    margin-top: 34px;
}*/
.jobs{
    padding: 60px 0px;
}
.content-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-wrapper h2 {
    font-size: 22px;
    color: #BC2025;
}
.content-wrapper h6 img {
    width: 16%;
    margin-right: 8px;
}
.content-wrapper h6{
    color:#aaa5a5;
}
.job-wrapper {
    margin-top: 50px;
    width:90%;
    margin: 50px auto 0;
}
.job-single a{
     color: #BC2025;
}
.job-single a,
.job-single a:hover {
    color: #BC2025;
    display: flex;
    align-items: center;
}
.job-single a span {
    font-size: 12px;
    margin-left: 6px;
}
.job-single {
   
    padding: 27px 25px;
    background: #fff;
   
    position: relative;
}
.job-single::before {
    position: absolute;
    content: "";
    background: #cccccc78;
    height: 1px;
    width: 96%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.job-single:hover{
    background: #F5F3F3;
    border-radius: 20px;
    border-bottom: 1px solid transparent;
}

.job-wrapper .job-single:last-child{
    border-bottom: 0;
}
.job-wrapper h3 {
    background: #bc2025;
    color: #fff;
    text-align: center;
    padding: 14px 0px;
    font-size: 18px;
    font-weight: 100;
    /*border-radius: 0px 0px 20px 20px;*/
}
.job-wrapper h3 a {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}
.career-modal .contact-us {
    padding: 22px 41px 22px;
}
.career-modal .modal-dialog{
    width: 41%;
    max-width: unset;
    / padding: 0px 20px; /
}
.career-modal button.btn-close {
    position: absolute;
    background: #bc2025;
    opacity: 1;
    top: 10px;
    right: 10px;
    margin-top: 0;
    box-shadow: 0px 0px 10px #ccc;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-single {
    margin-bottom: 33px;
    position: relative;
}
.gallery-single::before{
    position: absolute;
    content: "";
    background: #bf2f35d9;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    opacity: 0;
    transition: all 0.4s;
}
.gallery-single i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff4d;
    color: #fff;
    / padding: 15px 21px; /
    border-radius: 50px;
    font-size: 23px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s;
}
.gallery-single:hover i,
.gallery-single:hover:before{
    opacity: 1;
}
.gallery .col-lg-4:nth-child(2) .gallery-single,
.gallery .col-lg-4:nth-child(5) .gallery-single,
.gallery .col-lg-4:nth-child(8) .gallery-single{
    margin-top: -30px;
}

.gallery {
    padding: 100px 0px 40px;
}
.philosophy-overview{
    padding: 70px 0px;
}
.employee-wrapper .col-lg-6{
    padding: 0;
}
.employee-single{
    position: relative;
}
.employee-single .text-box {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 70%;
    margin: 0 auto;
    display: block;
}
.employee-single .text-box p {
    font-size: 15px;
}
.whyus.whyus-grey:before {
    position: absolute;
    content: "";
    background: url(../images/transforming-bg.png);
    width: 83%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position:right;
}
.employee-single h3{
    font-size: 20px;
    margin: 10px 0px;
}
.employee-single img.icon {
    margin: 0 auto;
    display: block;
    width: 16%;
}
.philosophy-line {
    background: #F5F3F3;
    padding: 20px 0px;
    margin-bottom: 0;
    width: 65%;
    margin: 69px auto;
    margin-bottom: 0px;
}
/*.philosophy-value {

    padding: 81px 0px;
    position: relative;
}*/
.philosophy-value {
    padding: 60px 0px;
}
/*.philosophy-value::before {
    position: absolute;
    content: "";
    background: #F2F1F1;
    width: 100%;
    height: 55px;
    bottom: -55px;
}*/
.job-wrapper.dropcv {
    margin: 0px;
    margin: 0 auto;
}
.job-single{
    transition:all 0.5s ease-in-out;
}
.job-single a{
  cursor:pointer;
}
.jobs .subheading {
    color: #fff;
}
.philosophy-value .patch{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.philosophy-value-single {
    position: relative;
    height: 295px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    /* border-radius: 20px; */
    background: #fff;
    z-index: 1;
    /* margin-bottom: 20px; */
    width: 33.33%;
    padding: 6%;
    border: 1px solid #ccc;
    position: relative;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    border-right: 0px;
    border-bottom: 0px;
}
.philosophy-value-single:last-child{
    width: 66%;
}
.philosophy-value-single:last-child h2 {
    font-weight: 600;
    font-size: 56px;
    text-align: center;
}
.philosophy-value-single:last-child h2 span {
    padding-left:0px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #bc2025;
    color: #fff;
}
.philosophy-value-single:nth-child(5), .philosophy-value-single:nth-child(6) {
  border-bottom:1px solid #ccc;
}
.philosophy-value-single:nth-child(7){
  border-left:1px solid #ccc;
   border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.philosophy-value-single img {
    display: block;
    margin: 9px auto;
    width: 27%;
}
.philosophy-value-single .text-box{
    position: absolute;
    bottom: -100%;
    height: 100%;
    width: 100%;
    background: #BC2025;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}
.philosophy-value-single:hover .text-box{
    bottom: 0;
}
.philosophy-value-single h3{
    font-size: 25px;
}
section.philosophy-value .row {
    margin-top: 41px;
}
.common-pages {
    padding: 60px 0px;
}
.breadcum-list{
position: absolute;
    top: 70%;
    left: 8%;
    color: #fff;
  }

  .breadcum-list a{
    color:#fff;
  }

.sitemap a {
    display: block;
    color: #000;
}
.sitemap a:hover{
color:#000;
}
.sitemap {
    padding: 60px 0px;
}

.svg-choose img {
    width: 80%;
    height: 40px;
}
.list-servicescontent ul {
    padding-left: 0px;
    font-weight: 300;
}
.list-servicescontent ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    font-size: 14px;
}
.sticky {
    position: sticky;
    top: 90px;
    left: 0;
    z-index: 2;
}

.messages-home {
    width: 13% !important;
    filter: brightness(1) !important;
    padding-right:10px;
}

.slider-section .owl-theme .owl-nav [class*=owl-]:hover{
  background-color:transparent;
  color:#fff;
  border:1px solid #fff;
}

.blogs .owl-theme .owl-nav [class*=owl-] {
    color: #BC2025;
    font-size: 14px;
    margin: 5px;
    padding: 8px 14px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 16px #00000012;
}

.blogs .owl-nav {
    display: flex;
    position: absolute;
    top: 40%;
    width: 100%;
}

.blogs .owl-prev {
    position: absolute;
    left: -5%;
}
.blogs .owl-next {
    position: absolute;
    right: -5%;
}
.list-social a i {
    margin: 0px 5px;
    font-size: 22px;
}
.philosophy-value-single .text-box p {
    font-size: 15px;
    /* padding: 18px; */
}
.errors {font-size: 14px; color: red; display: none;}

.jobs {
    padding: 60px 0px 100px;
    background: url(../images/value-bg.png);
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    margin-bottom: 20px;
    position: relative;
    top: 85px;
}
.jobs:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000078;
    top: 0px;
}
.jobs .container {
    position: relative;
    z-index: 1;
}

.jobs .heading {
    color: #fff;
}
.synergic-elements-contact {
    position: absolute;
    width: 21%;
    top: 0%;
    z-index: -1;
    left: -6%;
}
p{
  color:#6E6B6B;
}
.choose-list:hover p {
    color: #fff;
}
p.text-right {
    text-align: right;
}

header ul.dropdown-menu {
    border-radius: 0;
    top: 56px;
    left: 0px;
    background: #bc2025;
    color: #fff;
    transition: all .4s ease-in-out;
    padding: 0px;
}
header .dropdown:hover .dropdown-menu{
   display: block;
}

a.dropdown-item.active {
    color: #ffff;
    background: #ffae00;
}

.navbar-expand-md .navbar-nav .dropdown-menu a {
    color: #ffff;
    font-size: 14px;
}
.navbar-expand-md .navbar-nav .dropdown-menu a:hover{
  background: #bc2025;
    color: #fff;
}

.value-single:hover {
    background: #fff;
    
    color: #000;
    border-radius: 20px;
}

.address-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-expand-md .navbar-nav .dropdown-menu a:hover {
    background: #000;
}
.gallery-single {
    margin-bottom: 33px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.gallery-single img {
    height: 280px;
    object-fit: cover;
}

.error-btns {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.common-page.error-page {
    padding: 60px 0px;
}

.error-btns .common-btn{
  margin:0px 10px;
}

.common-page.error-page img {
    width: 15%;
}
.choose-us .row {
    display: flex;
    align-items: center;
}
.breadcum img {
    filter: brightness(0.7);
}

.homecontact-form .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3{
  color:#fff !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{
  background-color:transparent !important;
}
.main-wrapper {
    overflow-x: hidden;
}

.contact-us .intl-tel-input.separate-dial-code .selected-dial-code{
  color:#000 !important;
}
.services .accordion-body .services-details ul {
    padding-left: 15px;
}
.stories-slider .item {
    position: relative;
    margin-bottom: 50px;
}
