.brdr-b{
  border-bottom: 1px solid #e3e9ea;
}
.text-theme{
  color: #7dc3c4;
}
.nav-item .text-theme:hover{
   color: #7dc3c4;
}
.bg-theme{
  background-color: #7dc3c4;
}
.bg-grey{
  background-color: #e3e9ea;
}
.f-600{
  font-weight: 600;
}
.navbar-toggler{
  border: 1px solid #777;
}
.navbar-brand img{
    width:100px;
}
.bg-footer .logo{
    width: 100px;
}
.nav-link{
  color: #18282a;
  transition: 0.5s;
}
.nav-item.active .nav-link{
  color: #7dc3c4;
}
.nav-link:hover,
.nav-link:focus{
  color: #7dc3c4 !important;
}
.dropdown-item:hover, .dropdown-item:focus{
    background-color: #7dc3c4;
}
.bg-footer{
  background: linear-gradient(to right, #0b182b, #0f203a);
}
.text-flex {
  text-align: right;
}
.carousel-item {

}
.d-on-mob{
    display: none;
  }
  .d-on-desk{
    display: block;
  }
.carousel-btns{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 50px;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  padding: 5px;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}
.carousel-inner{
  height: 500px;
}
.veritical-center{
  padding-top: 50px;
}
.headline{
  overflow: hidden;
position: relative;
padding: 2px 0;
font-weight: 600;
}
.headline .text-theme{
  font-size: 130%; 
}
.headline:after{
content: "";
position: relative;
display: inline-block;
background: url(../img/headline.png);
width: 200%;
height: 2px;
margin: 0 -200% 10px 25px;
}
.hexagon {
  position: relative;
  width: 300px; 
  height: 173.21px;
  background-color: #64C7CC;
  margin: 86.60px 0;
}
.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}
.hexagon:before {
  bottom: 100%;
  border-bottom: 86.60px solid #64C7CC;
}
.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid #64C7CC;
}
.nl-form-control{
  outline: 0;
border: 0;
border-bottom: 1px solid #c3c2c2;
height: 40px;
width: 100%;
}
#testimonial-slider button.owl-next, 
#testimonial-slider button.owl-prev{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000 !important;
  margin: 0 10px;
}
#testimonial-slider .owl-nav{
position: absolute;
bottom: 0;
right: 0;
}
.bg-about img{
  height: 80vh;
}
#accordion a{
  cursor: pointer;
}
.accordion .card-link.f-600.d-block.brdr-b.py-4:after{
 font-family: "Font Awesome 5 Free";
 font-weight: 900; 
 content: "\f107";
 float: right;
 margin-top: -20px; 
}
.accordion .card-link.f-600.d-block.brdr-b.py-4.collapsed:after{
 content: "\f106";
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 float: right;
 margin-top: -20px;
}
.thought{
  background: url('../img/thought.png');
  background-size: cover;
}
.marquee-holder{
  overflow: hidden;
  height: 250px;
}
.v-marquee {
  position: relative;
  box-sizing: border-box;
  animation: marquee 15s linear infinite;
}
.v-marquee li{
padding: 15px 0;
}
.v-marquee:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0%   { top:   15rem }
  100% { top: -20rem }
}
.news{
  height: 400px;
  overflow: hidden;
}
#newsletter .modal-dialog{
  position: absolute;
  bottom:0;
  right: 0;
  width: 30%;
}
form#sign-up label{
  font-weight: 600;
}
.timer{
  display: inline-flex;
}
.fa{
    cursor: pointer;
}
.red{
    color:red;
}
a.close.white{
position: absolute;
right: 20px;
border-radius: 50%;
color: #fff;
font-size: 60px;
opacity: 1;
top: 10px;
text-align: center;
}
a.close.white:hover{
    color: red;
}
.navbar{
	padding: 0 !important;
}
/*#main-services img{*/
/*	width: 50%;*/
/*}*/

 
#main-slider .owl-nav,
#sub-slider .owl-nav{
	position: absolute;
	right: 0;
	bottom: 0;
}
#main-slider button.owl-next, 
#main-slider button.owl-prev,
#sub-slider button.owl-next, 
#sub-slider button.owl-prev{
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: transparent !important;
    color: #fff;
}

@media screen and (max-width:480px){
 #main-slider,
#main-slider .item img{
	height: auto;
}
#sub-slider,
#sub-slider .item img {
    height: auto;
}  
#newsletter .modal-dialog{
    width: 100%;
}
}
.pagination .current{
    background-color:#7dc3c4;
}
