/********** Template CSS **********/
/*==================== GOOGLE FONTS ====================*/
img.img-fluid.w-100.h-100.jk3 {
    border-radius: 25px;
}
.container-fluid.slider2.p-0.mb-5 {
    display: none;
}
.container-fluid.fat.bg-dark.py-5 {
    display: none;
}
.container-fluid fat bg-dark py-5{
  display:none;  
}
  p.ass {
    margin-left: 30px;
    color: #1E60AA;
}
.col-lg-4.wow.fadeInUp.number-1 {
    
     background-image: url("../img/number-1.png");
}
.col-lg-4.wow.fadeInUp.number-2 {
     background-image: url("../img/number-2.png");
}
.col-lg-4.wow.fadeInUp.number-3 {
     background-image: url("../img/number-3.png");
}
/*.pancakes-text {*/
    /*text-decoration: underline;*/
  /*font-size: 2em;*/
  /*margin: 0.5em 0;*/
  /*color: #17224D;*/
  /*text-shadow: 0.03em 0.03em 0 #17224D, 0 0 0.5em #17224D;*/


/*.pancakes-text span {*/
/*  display: block;*/
/*  padding-top: 0.6em;*/
/*  padding-left: 0.5em;*/
/*}*/
h1.mj {
    visibility: hidden;
}
h4.emi3 {
    text-align: center;
    
    padding-bottom: 30px;
}
.container.down3 {
    margin-bottom: 40px;
}
button.cta.llb {
    margin-top: 60px;
}
.row.mtp {
    margin-top: 32px;
}
button.cta {
    margin-top: 20px;
}
.row.jk {
    padding-top: 45px;
}

/*img.position-absolute.img-fluid.img3.w-100 {*/
/*    height: 100% !important;*/
/*}*/
.text-center.wow.fadeInUp.zink3 {
    padding-top: 220px;
} 
.map1{
    width:100%;
    height:250;
}
.img3{
  object-fit: cover;
  /*padding: 0 0 50px 100px;*/
}
.parallax{
  margin-top: 40px;
  background: url('../img/DPL-Star-DPL-Global-Private-Limited-Sekandrabad.jpg') repeat fixed 100%;
  background-size: cover;
  color: aliceblue;
}
.parallax-1{
  margin-top: 40px;
  background: url('../img/DPL-Star-DPL-Global-Private-Limited-Sekandrabad.jpg') repeat fixed 100%;
  background-size: cover;
  color: aliceblue;
}
.products{
    border: #000000;
}


.cta {
    display: flex;
    padding: 11px 33px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: white;
    background: #1E60AA;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
    border: none;
  }
  
  .cta:focus {
    outline: none;
  }
  
  .cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #17224D;
  }
  
  .cta .second {
    transition: 0.5s;
    margin-right: 0px;
  }
  
  .cta:hover  .second {
    transition: 0.5s;
    margin-right: 45px;
  }
  
  .span {
    transform: skewX(15deg)
  }
  
  .second {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  
  .one {
    transition: 0.4s;
    transform: translateX(-60%);
  }
  
  .two {
    transition: 0.5s;
    transform: translateX(-30%);
  }
  
  .cta:hover .three {
    animation: color_anim 1s infinite 0.2s;
  }
  
  .cta:hover .one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
  }
  
  .cta:hover .two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
  }
  
  @keyframes color_anim {
    0% {
      fill: white;
    }
  
    50% {
      fill: #FBC638;
    }
  
    100% {
      fill: white;
    }
  }
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.card {
	background: url("https://images.unsplash.com/photo-1661956601030-fdfb9c7e9e2f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=742&q=80");
	background-size: 300px 400px;
	padding: 10px;
	cursor: pointer;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	min-height: 400px;
	max-width: 350px;
	box-shadow: 0px 0px 0px 0px rgba(4, 26, 47, 0.06),
		0px 3px 6px 0px rgba(4, 26, 47, 0.06), 0px 12px 12px 0px rgba(4, 26, 47, 0.05),
		0px 26px 16px 0px rgba(4, 26, 47, 0.03),
		0px 47px 19px 0px rgba(4, 26, 47, 0.01), 0px 74px 21px 0px rgba(4, 26, 47, 0);
	transform-style: preserve-3d;
}

.content {
	background: white;
	padding: 16px 24px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	transform-style: preserve-3d;
	transform: translatez(20px);
}
.location {
	display: flex;
	gap: 8px;
	align-items: center;
}
.map-icon {
	height: 18px;
	aspect-ratio: 1;
	color: #6b7280;
}

.location-name {
	color: #6b7280;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

/*==================== VARIABLES CSS ====================*/

/*==================== SERVICE CARD ====================*/
.card__container {
  display: flex;
  
  gap: 60px;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin: auto;
  padding: 60px 0;
}
@media only screen and (max-width: 600px) {
   
    .container.uio {
   
    margin-top: -174px;
    margin-left: 20px;
}

    .container-fluid.slider2.p-0.mb-5 {
    display: block;
}
    .container-fluid.slider1.p-0.mb-5 {
    display: none;
}
    .container-fluid.fat.bg-dark.py-5 {
    display: block;
}
    .header-carousel .owl-carousel-item img {
        object-fit: fill;
    }
    .pancakes-text{
        margin-top:57px;
        font-size:17px;
    }
    button.cta.jkl {
    margin-left: 9px;
}
    h4.emi3 {
    text-align: center;
  
    padding-bottom: 0px;
}
/*  img.position-absolute.img-fluid.img3.w-100 {*/
/*    height:0;*/
/*}*/
    .map1{
        width:250;
        height:150;
    }
  .text-center.wow.fadeInUp.zink3{
      padding-top:0px;
  }
  .img3{
 margin-top:20px;
  }
  .row.gyr {
    margin-top: -55px;
}
   
   img.img19 {
    width: 340px;
}
  }
.card__container {
  display: flex;
  
  gap: 60px;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin: auto;
  padding: 60px 0;
}
@media only screen and (max-width: 600px) {
    .col-lg-6.pt-4.sls {
    margin-top: -9px;
}
  button.cta.llb {
    position: absolute;
    margin-top: 510px;
    margin-left:5px;
}
  .img3{
    padding: 0px;
  }
    .card__container{
        flex-wrap: wrap;
    }
    .img.img19 {
      width: 100%;
  }
  }
.card__bx {
  --dark-color: #17224D;
  --dark-alt-color: #777777;
  --white-color: #ffffff;
  --button-color: #333333;
  --transition: 0.5s ease-in-out;

  font-family: inherit;
  height: 350px;
  width: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dark-color);
  transition: var(--transition);
}
.card__bx::before,
.card__bx::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: var(--transition);
}
.card__bx::before {
  inset: -10px 50px;
  border-top: 4px solid var(--clr);
  transform: skewY(15deg);
  border-bottom: 4px solid var(--clr);
}
.card__bx:hover::before {
  inset: -10px 40px;
  transform: skewY(0deg);
}
.card__bx::after {
  inset: 60px -10px;
  border-left: 4px solid var(--clr);
  transform: skew(15deg);
  border-right: 4px solid var(--clr);
}
.card__bx:hover::after {
  inset: 40px -10px;
  transform: skew(0deg);
}
p#p1 {
    color: #fff;
}
p#p1:hover {
    color: #000000;
}
.card__bx .card__data {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.card__bx .card__data .card__icon {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: var(--text-color);
  background-color: var(--dark-color);
  transition: var(--transition);
}
.card__bx .card__data .card__icon {
  color: var(--clr);
  box-shadow: 0 0 0 4px var(--dark-color), 0 0 0 6px var(--clr);
}
.card__bx:hover .card__data .card__icon {
  color: var(--dark-color);
  background-color: var(--clr);
  box-shadow: 0 0 0 4px var(--dark-color), 0 0 0 300px var(--clr);
}
.card__bx .card__data .card__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.card__bx .card__data h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--white-color);
  transition: var(--transition);
}
.card__bx:hover .card__data h3 {
  color: var(--dark-color);
  transition: var(--transition);
}
.card__bx .card__data p {
  font-size: 0.9rem;
  color: var(--dark-alt-color);
  transition: var(--transition);
}
.card__bx:hover .card__data p {
  color: var(--dark-color);
  transition: var(--transition);
}
.card__bx .card__data a {
  position: relative;
  display: inline-flex;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  border: 2px solid var(--clr);
  color: var(--dark-color);
  background-color: var(--clr);
  transition: var(--transition);
}
.card__bx:hover .card__data a { 
  color: var(--clr);
  background-color: var(--dark-color);
}
.card__bx:hover .card__data a:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
  background-color: var(--clr);
}

.masked-text-wrapper {
    margin-left:180px;
    padding: 370px 0;
  
    --_box-width: 20rem;
   
    width: var(--_box-width);
  
    position: relative;
  
    h2 {
      font-size: 2.5rem;
      font-weight: 600;
      margin: 0;
      color: #333;
      text-transform: uppercase;
    }
  
    .text-default {
        
      &:before,
      &:after {
        content: "";
        width: 2px;
        height: 100%;
        background-color: crimson;
        position: absolute;
        top: 0;
        transform: skew(-28deg);
      }
  
      &:before {
        animation: moveLinesBefore 8s infinite;
      }
  
      &:after {
        animation: moveLinesAfter 8s infinite;
      }
    }
  
    .text-underneath {
        padding: 170px 0;
      position: absolute;
      top: 0;
      left: 0;
      width: var(--_box-width);
      color: #e5e5e5;
      -webkit-text-stroke: 3px crimson;
      animation: rectangle 8s infinite;
    }
  }
  
  @keyframes moveLinesBefore {
    0%,
    100% {
      left: 50%;
    }
  
    50% {
      left: 30%;
    }
  }
  
  @keyframes moveLinesAfter {
    0%,
    100% {
      left: 70%;
    }
  
    50% {
      left: 50%;
    }
  }
  
  @keyframes rectangle {
    0%,
    100% {
      clip-path: polygon(60% 0, 80% 0, 60% 100%, 40% 100%);
    }
     
    50% {
      clip-path: polygon(40% 0, 60% 0, 40% 100%, 20% 100%);
    }
  }
.squareFrame img{ 

 width: 540px;
 height: 450px;
 border-radius: 25px; 
}
.square img{
    
 width: 540px;
 height: 650px;
 border-radius: 25px;
}
@media only screen and (max-width: 600px) { 
    .container-fluid .fat .bg-dark .py-5{
        display:block;
    }
.container-fluid.factt.bg-dark.py-5 { 
    display: none; 
} 
    button.btn-12.fgj {
    display: none;
}
    h2.heading1 {
    font-size: 28px;
    text-align: center;
}
.masked-text-wrapper{
    padding-top:30px;
    padding-bottom:10px;
}
    button.cta.mj {
    margin-left: -25px;
}
.col-lg-6.pt-4.lop {
    margin-top: -42px;
}
    button.cta.lsg {
    position: absolute;
    margin-top: 471px;
    margin-left:20px;
}
    .masked-text-wrapper{
        margin-left:0px;
    }
    img.img-fluid.w-100.h-100.jk3 {
    margin-top: -73px;
}
/* img.position-absolute.img-fluid.img3.w-100.h-100.db {*/
/*    display: none;*/
/*}*/
.he2{
    padding-left:50px;
}
    .zink3{
        padding-top:0px;
    }
    .cta{
        margin-top:30px;
        margin-left:70px;
    }
  .div2{
    flex-direction: row-reverse;
  }
    .squareFrame img {
        width: 340px;
        height: 348px;
        border-radius: 25px;
    }
    .db1{
        padding-top: 20px;
    }
  }
:root {
    --primary: #1E60AA;
    --secondary: #FF4917;
    --light: #EDF1FC;
    --dark: #17224D;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** download ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.top-bar {
    height: 75px;
    padding: 0 4rem;
}

.nav-bar {
    position: relative;
    padding: 0 4.75rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #FFFFFF;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #FFFFFF;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/Steel-pipe-Company-DPL-Star-Factory-at-Sikandrabad-Uttar-Pradesh.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}



/*** Facts ***/
.fat {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/dplstar1.jpg) center center !important;
   background-size:cover;

} 
.factt {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/dplstar1.jpg) no-repeat !important;
    background-size: cover;
}
.p2{
    padding-top: 220px;
    padding-bottom: 220px;
}
.text1{
    color: #fff;
    
}

/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Booking ***/
.video {
    position: relative;
    padding: 18rem 0 18rem 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/home-single-img-6.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video .btn-play {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    margin-bottom: 4rem;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--primary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 90px;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -15px;
    /*margin-top:-90px;*/
}
/*.team-item:hover .team-text .bg-light{*/
/*     color: #FFFFFF;*/
/*    background: #000;*/
/*}*/
.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}