
/********** Template CSS **********/
  .form-label.required::after {
  content: " *";
  color: #dc3545;   /* Bootstrap red */
  font-weight: 600;
}

.help { color:#6b7280; font-size: .9rem; }

 .pdf-download {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: linear-gradient(135deg, #ff4b2b, #ff416c);
      color: #fff !important;
      padding: 10px 18px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 500;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      transition: all 0.3s ease;
    }
    .pdf-download:hover {
      background: linear-gradient(135deg, #ff416c, #ff4b2b);
      box-shadow: 0 6px 14px rgba(0,0,0,0.3);
      transform: translateY(-2px);
    }
    .pdf-download i {
      font-size: 1.2rem;
    }


.wrapper {
  position: relative;
  width: 800px;
  height: 220px; /* match the new card height */
}


.vehicle-card {
  background-color: #002b3f;
  border-radius: 10px;
  color: white;
  padding: 20px 30px; /* reduced vertical padding */
  height: 220px;       /* shorter card */
  width: 100%;
  box-sizing: border-box;
}

.text-content h1 {
  font-size: 32px;
  margin: 0;
}

.text-content h2 {
  font-size: 18px;
  color: #28b491;
  margin-top: 5px;
}

.text-content p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  max-width: 60%;
}

.vehicle-image {
  position: absolute;
  bottom: 70;
  right: -30px; /* tweak this if you want it tucked in or out */
  width: 220px; /* reduce the size proportionally */
  height: auto; /* keep aspect ratio */
  object-fit: contain;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}



.header-1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:32px;

}




.vertical-menu {
  width: 300px;
}

.vertical-menu a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #04AA6D;
  color: white;
}


/*notice*/
.public-notice {
  border-radius: 25px;
  padding: 18px;
  width:640px;
  height: auto;
  color:#007F55;
  font-size:14px;
  font-family:Tahoma, Geneva, sans-serif;
  border: none;
  background-color:#CCE6E6;  
  text-align:center;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}



/*disclaimer*/
.disclaimer {
  border-radius: 10px;
  padding: 18px;
  width:740px;
  height: auto;
  color:#2A3F55;
  font-size:14px;
  font-family:Tahoma, Geneva, sans-serif;
  border: none;
  background-color:#FFE87E; 
  text-align:center;
  overflow: hidden;
  line-height: 1.0;
  text-align:justify;
  
}


/*general banner*/
.general {
  border-radius: 10px;
  padding: 18px;
  width:740px;
  height: auto;
  color:#FFF;
  font-size:16px;
  font-family:"Courier New", Courier, monospace
  border: none;
  background-color:#001D2F; 
  text-align:center;
  overflow: hidden;
  line-height: 1.0;
  text-align:justify;
  
}



/*general banner*/
.general1 {
  border-radius: 10px;
  padding: 18px;
  width:740px;
  height: auto;
  color:#FFF;
  font-size:16px;
  font-family:"Courier New", Courier, monospace
  border: none;
  background-color:#18417F; 
  
  text-align:center;
  overflow: hidden;
  line-height: 1.0;
  text-align:justify;
  
}


/*Youtube iframe*/
.youtube{
	
div {float:left;margin:20px;}
iframe {display:none;}
img {float:left;width:120px;height:90px;cursor:pointer;}

}






.line-space{
 line-height: 200%;
}
.error-message {
  color: #cc0033;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 5px 0 0;
}

.input-group .error-message {
  display: none;
}


/* Error Styling */

.error label {
  color: #cc0033;
}

.error input[type=text] {
  background-color: #fce4e4;
  border: 1px solid #cc0033;
  outline: none;
}

.error .error-message {
  display: inline-block;
}




.calc-bkground{

background-image:url('../graphics/bg-primary.png');
background-repeat:no-repeat;
 border-radius: 5%;
  overflow: hidden;
 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

}



.calc-bkground1{
	
  border-radius: 5px;
  padding: 15px;
  width: 97%;
  height: 190px;
  background-color:F7F7F7;
  background-repeat:no-repeat;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), 0 0px 2px 0 rgba(0,0,0,0.19);

}


.calc-bkground2{


background-repeat:no-repeat;
 border-radius: 5%;
  overflow: hidden;
 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

}


.calc-bkground3{


 border-radius: 25px;
  padding: 10px;
  width:85%;
  height: 70px;
  color:#007F55;
  border: none;
 
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.19);

}



/*notice2*/
.public-notice2 {
  border-radius: 25px;
  padding: 10px;
  width:90%;
  height: 70px;
  color:#007F55;
  border: none;
  background-color:#CCE6E6;  
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.19);
}

.notice-box-img{
  position: relative;
  bottom: 40px;   /* distance from bottom */
  right: -545px;   /* distance from right */
  width: 270px;   /* adjust size as needed */
  height: auto;
 
}



.veh-box-img{
  position: relative;
  bottom: 40px;   /* distance from bottom */
  right: -500px;   /* distance from right */
  width: 270px;   /* adjust size as needed */
  height: auto;
 
}


.dropbtn {
  background-color: white;
  color: black;
  padding: 5px;
  font-size: 15px;
  /*font-weight:bold;*/
 
  
  /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
  width:300px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width:300px;
 
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  /*background-color: #3e8e41;*/
  background-color: white;
}


/*******Hover over display image***********************************/
a.snapchat {
  position: relative;
  background: lightgrey;
}

a.snapchat img {
  position: absolute;
  opacity: 0;
  width: 100px;
  height: 100px;
  left: 0;
  top: -20px;
  transition: opacity .5s, top .5s;
}

a.snapchat:hover img {
  opacity: 1;
  top: 20px;
}
/*******************************************************************/


/******THead****************************/
.table-header{
 background-color:#18417F;
 color:#FFFBF0;
}





/********Calculator button***************************/
.buttons-container {
  width: 65%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

button {
  background: white;
  border: solid 2px black;
  padding: 10px 32px;
  font-size: 0rem;
}

button {
  background: white;
  border: solid 2px black;
   padding: 10px 32px;
  font-size: 0rem;
}


.button-arounder {
  font-size: 1rem;
  background: hsl(190deg, 30%, 15%);
  color: hsl(190deg, 10%, 95%);
  
  box-shadow: 0 0px 0px hsla(190deg, 15%, 5%, .2);
  transfrom: translateY(0);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  
  --dur: .15s;
  --delay: .15s;
  --radius: 16px;
  
 /* transition:
    border-top-left-radius var(--dur) var(--delay) ease-out,
    border-top-right-radius var(--dur) calc(var(--delay) * 2) ease-out,
    border-bottom-right-radius var(--dur) calc(var(--delay) * 3) ease-out,
    border-bottom-left-radius var(--dur) calc(var(--delay) * 4) ease-out,
    box-shadow calc(var(--dur) * 4) ease-out,
    transform calc(var(--dur) * 4) ease-out,
    background calc(var(--dur) * 4) steps(4, jump-end);*/
}

.button-arounder:hover,
.button-arounder:focus {
  box-shadow: 0 4px 8px hsla(190deg, 15%, 5%, .2);
  transform: translateY(-4px);
  background: hsl(230deg, 50%, 45%);
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
/********Calculator button***************************/



/********FAQ Accordion***************************/
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
   box-shadow: 1px 2px 4px 0px #888888;
}

.active1, .accordion:hover {
  background-color:#E5E5E5; 
  
}

.panel {
  padding: 4 8px;
  display: none;
  background-color: white;
  overflow: hidden;
}





.table-bordered {
  border: 1px solid #ddd !important;
}

table caption {
	padding: .5em 0;
}

@media screen and (max-width: 767px) {
  table caption {
    display: none;
  }
}

.button {
  background-color: #179F58;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
 border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
   /*line-height: 1;*/
  
 /* box-shadow: 1px 2px 4px 0px #888888;*/
 
}








.button:hover {
  /*background-color: #179F58;*/
  color: #000048;
  background-color:transparent; 
 
  border: 1px solid #179F58;
   /*line-height: 1;*/
}



.service_button {
  background-color: #179F58;
  border: none;
  color: white;
  padding: 0px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
 border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  /* line-height: 1;*/
  
 /* box-shadow: 1px 2px 4px 0px #888888;*/
 
}




.service_button:hover {
  background-color: #179F58;
  color:#FFF;
   padding: 0px 32px;
  border: 1px solid #179F58;
   /*line-height: 1;*/
}


.button-blue {
  background-color: #000048;
  border: none;
  color: white;
  padding: 0 32px; 
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 12px;
   /*line-height: 1;*/
 }


.button-blue:hover{
  color: #179F58;
  background-color:transparent; 


  padding: 0 32px; 
  text-align: center;
  
  
  font-size: 16px;
  cursor: pointer;
  
  border-radius: 12px;
  border: 1px solid #000080;
 /* line-height: 1;*/
  
  
}




.news {
  
 
  color: #404040;
 
  text-align: center;
  text-decoration:none;
  display: inline-block;
  font-size: 14px;
 
 
  box-shadow: 1px 2px 4px 0px #888888;
  
 
 
}




.overview-background {
  background-image:url('../graphics/img-overview.png');
  background-repeat:no-repeat;

}


.overview-background:hover{
	/*background-image:url('../graphics/play-button-blue.png');*/


}



.video-background {
  background-image:url('../graphics/video-section.png');
  background-repeat:no-repeat;

}


.video-background:hover{
	/*background-image:url('../graphics/play-button-blue.png');*/


}




.video-background {
  
background-color:#E7E9EF;
/*background-color:#C1BBB2; */
 /* box-shadow: 1px 1px 3px 0px #888888;*/
 
}



.news-background {
  
 
  
background-color:#E7E9EF;
/*background-color:#C1BBB2; */
 /* box-shadow: 1px 1px 3px 0px #888888;*/
 
}



.content-background {
  background-color:#F8F8F8;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 40px;
 
}













.brown-button {
  color: #C3985A;
 text-align: center;
  text-decoration:none;
  display: inline-block;
  font-size: 14px;
  /*box-shadow: 1px 2px 4px 0px #888888;*/
  
  
  
 
}

/********FAQ Accordion***************************/


/********Shadow***************************/
.shadow{
	 box-shadow: 1px 2px 4px 0px #888888;
	 padding: 0px 0px;
}

.slider-shadow{
	 box-shadow: 1px 2px 4px 0px #888888;
	 padding: 2px 2px;
	 
}
/********Shadow***************************/


 .bg-orange {
  border-radius: 25px;
  background:#557CCD;
  padding: 6px; 
  width: 120px;
  height: 12px; 
  color:#FFF;
 
 }
 
 a:hover {
	color:#000;
 }

  .text-padding{
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 80px;
  }
  
  
  
:root {
   /*--primary: #557CCD;*/
   --primary: #179F58;

   --sectionTitle:  #557CCD; 
	/*--primary: #010149;*/
    --secondary: #010149;
	--light: #EEF9FF;
    --dark: #091E3E;
	--blue:#010149;
	--green:#179F58; 
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}


.img_round_gen {
  border-radius: 5%;
  overflow: hidden;
 
  
 
}


.img-service {
  border-radius: 8%;
  border-style:solid;
  border-width:10px;
  border-color:#FFF;
  overflow: hidden;
  min-height: 380px;
   box-shadow: 1px 4px 4px 0px #000A00;

}

@media (max-width: 768px){
  .img-service{
    min-height: 240px; /* adjust */
	height:auto;
	
  }
}

.img-service:hover{
 border-radius: 8%;
  border-style:solid;
  border-width:8px;
  border-color:#FFF;
  overflow: hidden;
}



.img_round {
  border-radius: 8%;
  overflow: hidden;
  width:220px;
  height:200px;
}




.img_round_shadow {
  border-radius: 8%;
  overflow: hidden;
  box-shadow: 1px 2px 4px 0px #888888;

}





@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#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;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 950 !important;
	
	
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
h7,
.fw-medium {
    font-weight: 600 !important;
	
}
















/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
   /* color: var(--dark);*/
	 color:#FFF;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
   color: #FFFFFF;
  
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
		
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
		
    }

    .navbar-dark .navbar-brand h1 {
      color: var(--primary);
		
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        /*background: #FFFFFF;*/
		color:#FFF;
		background-image:url('../img/banner_customs2.png');
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
       
	    background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
       /* color: var(--primary);*/
		 color:#FFF;
    }
}































/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /* background: rgba(9, 30, 62, .7);*/
    z-index: 1;
}

/**@media (max-width: 576px) {**/
  @media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 9px;/**14**/
        font-weight: 100 !important;
    }

    .carousel-caption h1 {
        font-size: 10px;/**30**/
        font-weight: 100 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 180px;
    height: 4px;
    left: 0;
    bottom: 0;
    background: var(--sectionTitle);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 120px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 4px;
    bottom: 0px;
    /*background: #BA8B54;*/
	background:#FF0;
    -webkit-animation: section-title-run 20s infinite linear;
    animation: section-title-run 20s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 10s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 10s infinite linear;
    animation: section-title-run-sm 10s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 177px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
/**#179F58**/ 
.service-blue {
  background-color:transparent;
 border: 2px solid #000048;
  border-color:#179F58;
  color:#2C2D88;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
   cursor: pointer;
  text-decoration: none;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
 }



.service-blue:hover{
  color:#000048;
  background-color:transparent;
 /* background-color:#000048;*/ 
 border: 2px solid #000048;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 20px 0 rgba(0,0,0,0.19);
}



.service-green {
  background-color: #179F58;
border: 1px solid ;
  color: white;
  padding: 20px 0px;
  text-align: center;
  width:100%;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
 /*border-radius: 20%;*/
  overflow: hidden;
  /*cursor: pointer;*/
  text-decoration: none;
  
 
 
}

 /*
.service-green:hover {
 background-color: #179F58;*/
 /* color: #179F58;
  background-color:transparent; 
  border: 1px solid #FFF;
 
}
*/


.service-item {
    position: relative;
    height: 220px;
    padding: 0 5px;
    transition: .5s;
	 box-shadow: 1px 2px 4px 0px #888888;
	  border: 1px solid #FFF;
}


.service-item .service-icon {
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#010149;
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}













/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
   transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}