/********** Template CSS **********/
@charset "utf-8";
/* CSS Document */

/*
.testimony-container-34JPO {
   max-width: 852px; 
  background-color: white;
  padding: 50px 24px;
  position: relative;
  box-sizing: revert;
}
*/

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}
.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.departments .nav-link:hover h4 {
  color: #3fbbc0;
}
.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}
.departments .nav-link.active h4 {
  color: #3fbbc0;
}
.departments .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}
.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}
.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}
.departments .tab-pane p {
  color: #777777;
}
.departments .tab-pane p:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------*/

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #3399cc;
}
blockquote {
    margin: 0 0 1rem;
}

.labelbox {
    margin: 20px 0;
    padding: 20px 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(34 36 38 / 12%), 0 2px 10px 0 rgb(34 36 38 / 15%);
}


.patients {
	color:#000;
	
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

/*
.box.info {
    background: #eeeee7;
    border-color: #ccc;
}
.box {
    display: block;
    background: #eeeee7;
    color: #222;
    padding: 10px 20px;
    border-width: 1px 0;
    border-style: solid;
    position: relative;
    clear: both;
    margin-bottom: 10px;
}
*/


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
img{
	max-width: 100%;
}
.gallery{
	background-color: #dbddf1;
	padding: 80px 0;
}
.gallery img{
	/*background-color: #ffffff;
	padding: 15px;*/
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
}
#gallery-modal .modal-img{
	width: 100%;
}

.gallery .gallery-item {
  overflow: hidden;
  /*border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;*/
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(2.1);
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.section-bg {
    background-color: #f1f7fd;
}

section {
   
    overflow: hidden;
}

.mt-1 {
    margin-top: 1rem !important;
}

.faq .faq-list {
  padding: 0 1px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  /*padding: 20px;*/
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}


.faq .faq-list .icon-show {
    display: none;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.bx {
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    
    speak-as: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------*/



/*******************************************Form Table************************/
input[type=text]  {
    border: 2px solid #eee;
    border-radius: 5px;
}


/*button, input, optgroup, select, textarea {*/
    /* margin: 0; */
    /* font-family: inherit; */
    /* font-size: inherit; */
    /* line-height: inherit; */
/*}*/

button, [type="button"], [type="reset"], [type="submit"] {
   
  /*  -webkit-appearance: button;*/
    
    color: #015FC9;
	text-transform:uppercase;
    background-color: #fff;
    border-color: #fff;
    width: 100%;
	padding:5px;
	border-bottom-color:#fff;
	border-radius: 5px;
	font-weight:600;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 9px);
}

.form_table select, .form_table input[type="text"], .form_table textarea {
    margin: 0.2em 0;
    padding: 0.2em;
    font-size: 1em;
    width: 120px;
	
}

table.form_table .input, textarea{
  /*-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;*/
  
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  color: #000;
  z-index:9900;
  line-height:normal;
  width: 120px;
}

/*
table.form_table select, table.form_table input[type="text"], table.form_table textarea {
    margin: .2em 0;
    padding: .2em;
    font-size: 0.1em;
}
*/

input[type=text], textarea {
  /*transition all 0.30s ease-in-out;*/
  transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow:(0 0 5px rgba(81, 203, 238, 1));
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
  width: 120px;
}



table.form_table > tbody > tr:last-child > td {
     text-align: center;
	 padding-bottom: 10px;
	 /*border: solid 1px #eeeeee;*/
	 color: #333;
}

table.form_table > tbody > tr:first-child > td {
     text-align: center;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:18px;
	 color:#fff;
	 
	 background-color: #1c1a14;
	 /*color:#1c1a14;*/
	 
	/* line-height:30px;*/
	 padding-top:5px;
	 
	 
}



table.form_table .label {

/*display:inline;padding:.2em .6em .3em;*/
font-size:75%;
line-height:1;
color:#fff;
/*white-space:nowrap;*/
/*vertical-align:baseline;*/
border-color:transparent;
border-radius:0em;
font-family:Arial, Helvetica, sans-serif;
/*font-size:14px;*/
/*color:#666;*/
font-weight:normal;
}

table { width:100%; }

table.form_table > tbody > tr > td, .form_table > tr > td {
	/*background-color: #1c1a14;*/
	
	background-image:none;
	padding-top: 0px;
    padding-bottom: 0px;
	background:#3399cc ;
	background: linear-gradient(to right, #3399cc 0%, #0066cc 100%);
	
	
	
}

/*
@media (min-width: 320px){
 table{ bottom: -320%;{
 }
}
 */

@media screen and (min-width:1200px){
	
	
	table{width:100%; float:none; }
	
	table.form_table > tbody > tr:first-child > td {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:26px;
	color:#030;*/
	/*padding-top: 20px;*/
	
    /*padding-bottom: 13px;*/
 	color:#ffffff;
	line-height:normal;
	padding-top: 36px;
	}
	
	table.form_table .label {
	display:inline;padding:.2em .6em .3em;
	font-size:75%;
	line-height:1;color:#fff;
	/*white-space:nowrap;*/
	/*vertical-align:baseline;*/
	border-color:transparent;
	border-radius:0em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:normal;

	}
	
	
table.form_table > tbody > tr:last-child > td {
   text-align: center;
	 padding-bottom: 55px;
	 /*border: solid 1px #eeeeee;*/
	 color: #333;
}

	
}

/*****************************************End**Form Table*******************************************




/********************************************************************************************************/
.container{
    transform-style: preserve-3d;
}

.container .box{
    position: relative;
    width: 300px;
    height: 300px;
    margin: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer;
}

.container .box .body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.9s ease;
}



.container .box .body .imgContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.container .box .body .imgContainer img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container .box .body .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.container .box:hover .body{
    transform: rotateY(180deg);
}

.container .box .body .content div{
    transform-style: preserve-3d;
    padding: 20px;
    background: linear-gradient(45deg, #FE0061,#FFEB3B);
    transform: translateZ(100px);
}

.container .box .body .content div h3{
    letter-spacing: 1px;
}

/********************************************************************************************************/

.btn-primary {
    color: #fff;
    background-color: #015FC9;
    border-color: #015FC9;
    width: 100%;
}

.btn-top {
    color: #fff;
    background-color: #015FC9;
    border-color: #015FC9;
   /* width: 100%;*/
}

.btn.btn-top:hover {
    background: var(--secondary);
    border-color: var(--secondary);
	color:#015FC9;
	font-weight:500;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/

.video-section
{
  width:100%;
  height:900px;
  border:none;
  position: relative;
  /*padding:20px;
  margin-bottom: 20px;*/
	z-index: 0;
}

.video-js {
    /* position: absolute; */
    /* position: fixed; */
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
    /* position: fixed; */
}

.video-container
{
  position:absolute;
  top: 0;
  left:0%;
  height:100%;
  width:100%;
  overflow:hidden;
}

video
{
  position:absolute;
  z-index: -1;
  width:100%;
}

/*.tp-dottedoverlay.twoxtwo {*/
    /*background: url('../images/gridtile.png');*/
/*}*/

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}


@media (max-width: 375px){
	
.video-section h1
{
  color:#ffffff;
  z-index: 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35%;
  padding:10px;
  font-family: Times New Roman, sans-serif;
  font-size:38px;
  font-weight: normal;
  text-shadow: 0px 0px 11px #000000;
}

.video-section p { 

 font-size:18px;

}
}


/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px){

.video-section h1
{
  color:#ffffff;
  z-index: 1;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-top: 13%;
/*  margin-top: 26%;*/
  padding:10px;
 font-family: 'Roboto', sans-serif;
  font-size: 70px;
  font-weight: normal;
  text-shadow: 0px 0px 11px #000000;
}
.video-section p { 

 font-size:30px;
 line-height:normal;

}
}



.video-section button
{
  background: #6cc7c8;
  border: 3px solid #e67e22;
  font-family: Segoe UI, sans-serif;
  color: #ffffff;
}



/** Media Queries **/

/** Extra small devices (portrait phones, less than 576px) **/
@media (max-width: 320px) {

  body{overflow-x: hidden;}

  .video-section
  {
    height:165px!important;
		/**margin-top: 253px!important;**/
    padding: 0!important;
  }

	.video-container
	{
		position: relative!important;
		top:0!important;
		left: 0%;
		height: 100%;
		width: 100%;
		overflow: hidden;
		z-index: -100;
	}

	.video-section h1
	{
		margin-top: 0!important;
		font-size: 24px!important;
	}

	.video-section .container
	{
		position: absolute;
		top: 0;
	}

	#contact-us .col-md-6 > iframe
 {
	 margin-top: 0px!important;
 }

	 #quick-links .col-md-3.col-sm-6 > iframe
	{
		padding-bottom: 30px!important;
	}

 }


 @media (max-width: 375px){

	/* .video-section*/
   /*{*/
 		/**margin-top: 232px!important;**/
   /*}*/

	 #contact-us .col-md-6 > iframe
 	{
 		margin-top: 0px!important;
 	}

	#quick-links .col-md-3.col-sm-6 > iframe
 {
	 padding-bottom: 30px!important;
 }

 .no-js .owl-carousel, .owl-carousel.owl-loaded
 {
	 padding:0px 20px;
 }

 }

@media (max-width: 576px) {
  .video-section
  {
    height:500px;
  }

	#contact-us .col-md-6 > iframe
	{
		margin-top: 0px!important;
	}

	#quick-links .col-md-3.col-sm-6 > iframe
 {
	 padding-bottom: 30px!important;
 }

 .navbar-brand img
 {
 	max-width:290px!important;
 }

 .fixed-top
 {
	 position:relative!important;
 }

 }

/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) and (max-width: 767px) {
  .video-section
  {
    height:709px!important;
	/*margin-top: 172px!important;*/
  }

	#contact-us .col-md-6 > iframe
	{
		margin-top: 0px!important;
	}

	#quick-links .col-md-3.col-sm-6 > iframe
 {
	 padding-bottom: 30px!important;
 }

 }
 
 
 @media (min-width: 768px) and (max-width: 991px) {
  .video-section
  {
    height:709px!important;
	/*margin-top: 172px!important;*/
  }

#quick-links .col-md-3.col-sm-6 > iframe
{
 padding-bottom: 30px!important;
}
 }

/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) and (max-width: 1199px) {
  .video-section
{
  height:709px!important;
}
}

/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {
  .video-section
  {
    height:795px!important;
  }
 }

 @media (min-width: 1680px) {
   .video-section
   {
     height:900px!important;
   }
  }

@media (max-width: 320px){
		/*.fixed-top
		{
			width:320px!important;
		}*/

		.navbar-brand img
		{
			max-width:290px!important;
		}

		/*.video-section {
    	*margin-top: 257px!important;*
		}*/

		.video-section .container > .row > .col
		{
			margin-top: 50px!important;
		}

		.no-js .owl-carousel, .owl-carousel.owl-loaded
		{
			padding:0px 20px;
		}

	}

/************************************************************************************************************************************************************/



:root {
    --primary: #015FC9;
    --secondary: #0DD3F1;
    --light: #F6F7FC;
    --dark: #15233C;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    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;
}


/* Button */
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.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 ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 500;
    outline: none;
	font-size:large;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}



/*@media (min-width: 1023px){
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    font-size:large;
}
}*/

/*
@media only screen and (max-width: 1024px){
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    font-size:12px;
}
}*/

/*@media (max-width: 991.98px) {*/
 @media (max-width: 1163.98px) {
	 
    .navbar .navbar-brand img {
        max-height: 37px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
		
    }
}

/*@media (min-width: 992px) {*/
 @media (min-width: 1164px){
	 
	
	.navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}



/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial {
    background: linear-gradient(rgba(204, 204, 204, .9), rgba(225, 225, 225, .9)), url(../img/carousel-3.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}


/*** Footer ***/
.footer {
    color: #A7A8B4;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #A7A8B4;
    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;
    color: #A7A8B4;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #A7A8B4;
    border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}