*{
  margin: 0;
    padding: 0;
    
}


.height{
  background-color: #928abe80;
  height: 3500px;
}

.logo{
  position: relative;
  left: -140px;
  top: 15px;
  height: 150px;
  z-index: 1;
    
}
/* .logo:hover{
    background: rgb(28, 236, 56);
    border:none;
    box-shadow: 5px 5px 10px ;
    transition:03s;
} */
.navbar{ 
  position: relative;
  left: 130px;
  width: 1218px;
  background-color: #2e3046;
  display: flex;
  align-items: center;
  height: 80px;
  border-radius: 0px 0px 0px 60px;
}
.navbar ul{
  display: flex;
}

.navbar ul li{
  list-style-type: none;
}
.navbar ul li a {
  position: relative;
  top: -17px;
  left: -31px;
  border-radius: 10px 0 30px 0;
  font-size: larger;
  color: #ffffff;
  display: block;
  padding: 0px 27px;
  text-decoration: none;
  border-radius: 20px;
 
}
.navbar ul li a:hover{
  background-color: #1b998b;
  color: #ffffff;
}
.navbar2{
  
  position: relative;
  left: 212px;
  top: 0px;
  
display: flex;
justify-content: center;
align-items: center;
  background-color: #ffffff;
  padding: 10px;
  margin: 0%;
  height: 40px;
  width: 1134px;
  box-shadow: 1px 9px 9px 0 rgba(0,0,0,0.1);
  border-radius: 76px 0 30px 0;
  
}

.navbar2 li{
  height: 10px;
  float: left;
  list-style: none; 
}
.navbar2 li a{

  text-decoration: none;
  color: rgb(0, 0, 0);
  margin: 13px 20px;
  font-size: larger;
  padding: 6px 32px;
}
.navbar2 li a:hover{
font-size: larger;
color: #050404;
border: 1px solid #132161;
border-radius: 20px;
}
 /* Search bar Styling  */
.box{
    height: 400px;
    width: 100%;
   position: relative;
   top: -35px;
    background-image: url(./photo/finalbackground.png);
}

.search-box{
  background-color: white;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #1b998b;
  max-width: 450px;
  height: 70px;
  top: 100px;
  left: -90px;
  position: relative;
  background: white;
  width: 100%;
  border-radius: 5px;
  box-sizing: 0px 1px 5px 3px rgba(0,0,0,0.1);
}

.book{
  height: 70px;
  width: 300px;
  position: relative;
  top: -70px;
  left: 450px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.button {
position: relative;
top: -35px;
left: -32px;
background-color: #4CAF50; /* Green */
border: none;
color: #ffffff;
padding: 15px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 20px;
cursor: pointer;
border-radius: 5px;
}
.button2 {background-color: #1b998b;}

.about-img{
  width: 100%;
  height: 300px;
}
#slider {
	overflow: hidden;
}
#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 10s slider infinite;
}
#slider figure img {
	width: 20%;
	height:450px;
	float: left;
}

@keyframes slider {
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
}

/* ==== Cards using Bootstrap === */

#cards .card {
  border-radius: 20px;
  min-height: 100%;
}

#cards .heading-border {
  position: absolute;
  width: 100%;
  top: 60%;
}

#cards .card .user-picture img {
  position: absolute;
  top: -20%;
  right: 10%;
  background: #f8f9fa!important;
  padding: 10px;
}

#cards .card .user-content .user-name {
  margin-right: 150px;
}

*{
  outline:none;
}
/* spacer */
.spacer{
  height:150px;
  width:100%;
}
.spacer2{
  height:20px;
  width:100%;
}
/* spacer ends */

/* slider styles */
.sd_master_wrapper{
    position: relative;	
    max-width:900px;
    margin:0 auto;
    padding:0;
    border-radius:10px;
    z-index:9999;
}
.sdtestBg3{
    height: 100%;
    width: 80%;
    background:#1b998b ;
    opacity: 0.8;
    position: absolute;
    bottom: 20px;
    left: 10%;
    border-radius: 20px;
    box-shadow: 0px 18px 52.8537px rgb(215 228 249 / 50%);
    z-index:1;
}
.sdtestBg2{
    height: 100%;
    width: 90%;
    background:  #2e3046;
    opacity: 0.8;
    position: absolute;
    bottom: 40px;
    left: 5%;
    border-radius: 20px;
    box-shadow: 0px 18px 52.8537px rgb(215 228 249 / 50%);
    z-index:2;
}

.sd_scroll {
    height: auto;
    max-height: 180px;
    overflow: auto;
}
    
.slideshow {
    position: relative;
    top: -70px;
    min-height: 350px;
    height: auto;
    background: white;
    box-shadow: 0px 18px 52.8537px black;
    border-radius: 20px;
    background-image: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/quote1.png), url(https://farsighttechnologies.com/wp-content/uploads/2021/03/quote.png);
    background-position: top 15px left 15px, bottom 40% right 15px;
    background-repeat: no-repeat;
    background-size: 180px, 180px;
    z-index:3;
}
button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 9999;
    bottom: -80px;
    right: 160px;
    background: transparent;
    color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    height: 15px;
    width: 30px;
    padding: 0;
    background-image: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/left-icon.png);
    background-size: 100% 100%;
}
button.slick-next.slick-arrow {
    position: absolute;
    bottom: -82px;
    right: 105px;
    background: transparent;
    color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    height: 18px;
    width: 40px;
    background-image: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/right-icon.png);
    background-size: 100% 100%;
}
.pagingInfo {
    position: absolute;
    bottom: 0;
    z-index: 999;
}
.sdCustomSliderHeadig {
    color: #94A2B3;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
}
.sdCustomSliderBtn{
    display: inline-block;
    text-decoration: none;
    font-family: montserrat;
    background: #E31C3A;
    color: black;
    padding: 12px 25px;
    margin-top: 30px;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
}
.sdAllContent{
    width:75%;
    margin:auto;
}
.thumbnail img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: auto;
    margin-top: 15px;
}
.content{
    display:block !important;
    padding: 5px;
}
.SdClientName {
    text-align: center;
    color: #272D4E;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 15px;
}
.SdClientDesc {
    text-align: center;
    color: #7854F7;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
}


/* style for moblile */
@media (max-width:576px){
.sd_scroll {
    height: auto;
    overflow: auto;
    max-height:240px;
}

.thumbnail, .btnNtxt{
    width: 100% !important;
    display: block !important;
}

}
/* scroll bar */
/* total width */
.sd_scroll::-webkit-scrollbar {
    background-color:transparent;
    width:6px;
}

/* background of the scrollbar except button or resizer */
.sd_scroll::-webkit-scrollbar-track {
    background-color:transparent;
}
.sd_scroll::-webkit-scrollbar-track:hover {
    background-color:transparent;
}

/* scrollbar itself */
.sd_scroll::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    
}
.sd_scroll::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
}