/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background:var(--primary);
}

a {
  color: gold;
  text-decoration: none;
}

a:hover {
  color: var(--secondarylight);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.ft-new{
	font-family: "Open Sans", sans-serif;
}



.ht-bar{
	height:250px;
}

:root {
    --primary: #191619;
    --primarydark: #000;
    /* --secondary: #c5a262; */
    /* --secondary: #eed281; */
    --secondary: #d4a94d;
	 --primarylight: #282828;
    /* --secondarylight: #dac9a6; */
    --secondarylight: #e3c371;
    --secondarydark: #887159;
    --light: #faf8ec;
    --bitlight: #f1f3f4;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
    color: #fff;
    line-height: 0;
    background: #000;
    border-radius: 5px;
    padding: 10px;
}

.back-to-top:hover {
  background: #00c28e;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.back-to-top:hover{
	background:var(--secondary);
}

.whatsappblock{
position: fixed;
    left: 35px;
    bottom: 15px;
    z-index: 996;
    background: var(--secondary);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.4s;

}

.whatsappblock i{
	font-size: 22px;
}

.hide {
    position: fixed;
    bottom: 82px;
    left: 40px;
	animation: slideaway 200ms;

}

@keyframes slideaway {
  0%,
    50% {
      transform: translateY(100%);
      opacity: 0;
    }
     
    60%,
    100% {
      transform: translateY(0);
      opacity: 1;
    
    }
}

button.bookbtn {
    background: var(--secondary);
    width: auto;
    padding: 10px 20px;
    border: none;
    outline: none;
    margin-top: 30px;
    margin: 30px auto;
    border-radius: 15px;
    color: #fff;
}

.mid {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
.nextlink {
    justify-content: end;
    color: #fff;
    display: flex;
    width: 100%;
    margin: 21px auto;
}

label.question1 {
    font-size: 22px;
    margin-top: 118px;
    margin-bottom: 28px;
}

form.width-half {
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

a.nextbtn {
    color: var(--secondary);
	cursor:pointer;
}


.formblock label {
    margin-bottom: 11px;
    margin-top: 23px;
}
.centerbar {
    display: flex;
    flex-direction: column;
}

.chatbar{
	animation-delay: 4s;
}

a.one, a.two, a.three{
	transition:1s all ease-in;
}

a.one:hover, a.two:hover,a.three:hover{
	animation: animate-loading 1s linear;
	color:#000;
}

.logobar span {
    background: var(--secondary);
    padding: 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.text-right {
    text-align: right;
}

.chatbar {
    color: #fff;
    background: #d4a94d;
    width: 40px;
    margin-top: 10px;
    border-radius: 50%;
    height: 40px;
}
.whatsappblock:hover{
	background:transparent;
	border:2px solid #fff;
}
.hidden{
	display:none;
}
.clickbox i {
    left: 13px;
    position: relative;
}
.cross {
    left: 20px;
    top: 13px !important;
}
	
.clickbox {
    top: 8px;
    position: relative;
    color: #fff;
}

.bg-white {
    background-color: #fff !important;
}

.align-items-center {
    align-items: center !important;
}
.carousel-control-next {
    right: 0;
    z-index: 2;
}
.justify-content-center {
    justify-content: center !important;
}

.lybrate-widget {
    background: var(--primary);
    padding-bottom: 6px;
    margin-right: 10px;
    padding-left: 16px;
    border-radius: 10px;
	border:2px solid #000;
	 min-width: auto;
	  max-width: fit-content;
}
.bgclose{
	width: 27px !important;
    height: 27px !important;
    right: 2px !important;
    top: 3px !important;
}


.lybrate-button {
    background: transparent !important;
	padding: 0 6px 0 0 !important;
	
}

.lybrate-widget:hover{
	
	background:transparent;
	color:var(--primary);
	border:2px solid #000;
}
.lybrate-button:hover {
    background: transparent !important;
	color:var(--primary) !important;
	transition: background-position 0s linear;
	
}
/*--------------------------------------------------------------
# Assesment Form
--------------------------------------------------------------*/

.lb {
    font-size: 22px;
    color: #c5a262;
    font-weight: bold;
	position:relative;
}
.lb input {
   
  cursor: pointer;
  
}
span.valueans {
    margin-left: 9px;
    font-size: 21px;
    color: var(--primary);
    font-weight: 800;

}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: var(--primary);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.ansbar{
	display: flex;
    flex-direction: row;
    align-items: center;
	margin-bottom: 10px;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--secondary);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=radio]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}



/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/

.btn-black {
    background: var(--primarylight);
    color: #fff;
}

.btn-black:hover {
    background: var(--secondary);
}
.btn-gold {
    background: var(--secondary);
    color: #000;
}

.btn-gold:hover {
    background: var(--primary);
	color:#fff;
}
.slider-side2 {
    left: 0;
    bottom: 150px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    z-index: 15;
    transform: rotate(180deg);
    position: fixed;
    background: rgb(0 0 0 / 60%);
    padding-top: 45px;
    padding-left: 10px;
	border-top-left-radius: 64px;
	border-bottom-left-radius: 64px;
	border: 1px solid #fff;
    border-right: 0;
}



.display-1 {
    font-size: 62px;
	
}
small.ft-sm {
    font-size: 16px;
    position: relative;
    top: -11px;
}
small.ft-md {
    font-size: 16px;
    position: relative;
    
}

.com-text {
    height: 100%;
    position: absolute;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

span.bgbar {
    background: rgba(25,22,25,0.38);
    padding: 7px 13px;
    text-transform: uppercase;
    font-size: 48px;
    color: var(--secondary);
	font-family: 'Yeseva One';
    
}
.ul-li ul {
    margin: 0;
    padding: 0;
}
.ul-li ul li {
    list-style: none;
    display: inline-block;
}
.slider-side2 li {
    margin-bottom: 40px;
}
.slider-side2 li a {
    color: #fff;
	transition:0.5s all linear;
}
.slider-side2 li a:hover {
  color:var(--secondary);
}
.shape-1 {
    position: absolute;
    top: 100px;
    left: 0;
    -webkit-animation: moveBottom 5s infinite linear;
    animation: moveBottom 5s infinite linear;
	z-index:1;
}

.shape-2 {
    position: absolute;
    bottom: 100px;
    right: -30px;
    -webkit-animation: moveBottom 5s infinite linear;
    animation: moveBottom 5s infinite linear;
	z-index:1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 20px;
}

#header .header-container {
  background: var(--secondary);
}

#header.header-scrolled {
  background: var(--secondary);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}

#header .logo {
  overflow: hidden;
  padding: 8px 30px 8px 21px;
  background: var(--primarydark);
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 56px;
}


@media (max-width:1833px) {
    .mainhead {
    width: 50%;
}
  
}

@media (max-width:1399px) {
    
    .ImgRow img {
    width: 50%;
}

.tcounter {
    position: absolute;
    left: 199px;
    top: 202px;
    width: 180px;
    height: 180px;
}
.about-signature-img .inner-img{
    
    overflow: visible !important;
}
}

@media (max-width:1200px){
ul.box {
    color: var(--primary);
    font-weight: 600;
    width: 58% !important;
}	
	
}



@media (max-width:1057px){
    .mainhead {
    width: 100%;
}
.box-right {
    text-align: right;
    width: 100% !important;
    font-size:14px;
}
  
  .ht-bar {
    height: 287px;
}  
}
@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #000;
  }

  #header.header-scrolled,
  #header .header-container {
    background: #000;
  }
  
  .navbar a, .navbar a:focus{
      justify-content:center !important;
      border-bottom: 1px solid #e2e2e2;
  }
  
  .lybrate-widget {
    display: block !important;
    margin: 11px auto;
}

  #header .logo {
    padding-left: 0;
  }

  #header .logo h1 {
    font-size: 24px;
  }
  
  .background-scale-rotate {
    width: 33.33%;
}
small.ft-md {
    display: block;
}
.ht-bar {
    height: auto !important;
}
.banner .lybrate-widget {
  
    margin: 0 !important;
}

.tcounter {
   
    left: 247px !important;
    top: 212px;
   
}
h3.tagline {
    margin-top: 40px;
}
}

@media (max-width: 887px) {
    .background-scale-rotate {
    width: 100%;
}
  .imgfix {
    height: 400px;
    object-fit: cover;
    object-position: center center;
}  
.ts-banner-button button {
    font-size: 18px !important;
}
.com-text{
  height: auto;
    position: absolute;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    top: 104px;  

}
small.ft-md {
    display: inline-block;
    top: -1px;
}
.display-1 {
    font-size: 50px;
}
.com-text h5 {
    margin-bottom: 0 !important;
}
}

@media (max-width: 686px) {
	
	.ts-banner-button.mtat {
    width: 66%;
    margin: 10px auto;
}
.btst {
    width: 100% !important;
}
	
}
@media (max-width: 490px) {
	.ts-banner-button.mtat {
    width: 88%;
    margin: 10px auto;
}
	
}
@media (max-width: 440px) {
    
    .display-1 {
    font-size: 2.5rem;
}
    
}


@media (max-width:352px){
    
.al-cen {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.mainhead {
    justify-content: center !important;
    display: flex;
}
.ref-space{
    
flex-direction: column;
    align-items: center;
}
.box-right {
    text-align: center !important;
}
.ht-bar h6 {
    margin-bottom: 4px !important;
}
.ht-bar h3 {
    text-align: center;
}

.ht-bar p {
    text-align: center;
}
    
}

@media (max-width: 346px){
   .display-1 {
    font-size: 2.5rem;
    padding: 7px 15px;
} 
    .box-content {
    top: 83% !important;
}
.box-right {
    text-align: center;
}
    
    
}

@media (max-width:320px){
ul.box {
    color: var(--primary);
    font-weight: 600;
    width: 79% !important;
}	

}

small.noti {
    text-align: center;
    color: #000;
    margin-top: 11px;
    padding: 11px 15px;
    font-size: 12px;
}

.borderbar:hover .noti {
    color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: var(--primary);
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--primary);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: var(--primary);
  padding: 10px 25px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 50px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: var(--secondarydark);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--primary);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #36343a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--primary);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--primary);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

a.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--primary);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

a.nav-link:hover:before, .navbar li:hover a:before, .navbar .active:before {
    visibility: visible;
    transform: scaleX(1);
}

/*--------------------------------------------------------------
# banner Section
--------------------------------------------------------------*/
 .banner {
        position: relative;
        z-index: 1;
		padding:0;
    }
	
.banner .bg-secondary {
    background-color: #cf9b3e!important;
}

.banner .bg-dark {
    background-color: #c39138!important;
}

.banner .bg-darklight {
   background-color: #d4a94d!important;
}

.banner i.bi.bi-clock {
    padding-right: 6px;
}

.connectbar a{
	color:var(--light);
}

.connectbar a:hover{
	color:var(--secondarylight) !important;
}

.ft-new a{
	transition:0.6s all linear;
	color:var(--light);
	display:flex;
}

.ft-new a:hover {
    color: var(--primary) !important;
}

.ft-new a i {
   padding-right:10px;
}

.bookappbtn {
    background: var(--primary);
    width: fit-content;
    padding: 8px 20px;
    color: #fff;
    border-radius: 24px;
	border:1px solid #000;
	transition:0.5s all linear;
	font-weight:bold;
}

span.lybrate-powered {
    display: none;
}

.bookappbtn:hover{
	background:transparent;
	border:1px solid #000;
	color:var(--primary);
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f6f7;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align:center;
  
}

.section-title h2::before {
 
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);

}

.section-title h2::after {
 content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--secondary);
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f6f6f7;
  text-align: center;
  padding: 5px 0;
}

.clients img {
  width: 40%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

.aboutImage{
    position: relative;
    text-align: left;
    padding-left: 3px;
}
.aboutImage .ImgRow{
    position: relative;
}
.aboutImage .ImgRow:first-of-type{
    margin: 0 0 24px;
}
.ImgRow img{
    border-radius: 10px;
}
.ImgRow .Img01{
    margin: 50px 18px 0 0;
}

.ImgRow .Img03{
    margin: 0 24px 0 0;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}

.aboutImage .ImgRow:first-of-type {
    margin: 0 0 24px;
}
.aboutImage .ImgRow {
    position: relative;
	display: flex;
	align-items: flex-start;
}
.text-secondary{
	color:var(--secondary) !important;
}

.tagline {
    line-height: 29px;
    color: #fff !important;
}

.tagline span {
    font-size: 27px;
    line-height: 37px;
    font-style: italic;
}

.pl-lft{
	padding-left: 37px;
}
.about-signature-img .inner-img {
    width: 120px;
    height: 122px;
    overflow: hidden;
    margin-right: 25px;
    border-radius: 10px;
}
.about-signature-img {
  padding-top: 35px;
    margin-bottom: 50px;
}

.mb-10 {
    padding-bottom: 50px;
}

.about-signature-img .inner-text h3 {
    color: var(--secondary);
    font-size: 18px;
    font-weight: 600;
    max-width: 492px;
    line-height: 1.667;
}
.about-signature-img .sign-img {
    right: -45px;
    bottom: -40px;
}

a.morebtn {
    color: #fff;
    background: var(--secondary);
    border-radius: 20px;
    padding: 8px 24px;
}

.about p {
    line-height: 30px;
}
a.btn.morebtn:hover {
    background: var(--secondarydark);
}

.tcounter {
    position: absolute;
    left: 156px;
    top: 212px;
    width: 198px;
    height: 198px;
    border-radius: 50%;
    background: var(--secondary);
    text-align: center;
    padding: 38px 35px 35px;
}
.tcounter:after {
	position: absolute;
    left: 156px;
    top: 212px;
    width: 205px;
    height: 205px;
    border-radius: 50%;
    background: var(--primary);
    text-align: center;
    padding: 38px 35px 35px;
    
}
.tcounter h2 {
    font-size: 60px;
    line-height: 1;
    color: #FFF;
    margin: 0 0 5px;
}

.tcounter h3 {
    font-size: 21px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
}



/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: var(--primary);
  padding: 40px 0 20px 0;
  color: #fff;
}

.counters{
	padding: 30px 0 30px 0;
	border-top: 1px solid #544f4f;
    border-bottom: 1px solid #544f4f;
}

span.purecounter:after {
    position: absolute;
    content: '+';
}


.counts .counters span {
  font-size: 48px;
    font-weight: 700;
    color: var(--secondary);
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
	position:relative;
}

.countblock{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
	

.counts .counters p {
	font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	margin-bottom:0;
	margin-top: 9px;
 
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
padding: 20px 20px 0 20px;
  margin: 30px 15px;
  text-align: center;
  min-height: 451px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;  
 border-radius: 12px;
}
.testimonial-border {
    z-index:0;
    padding: 10px;
	position: relative;
	background:#fff;
	min-height: 430px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-border:before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: calc(2px/-1);
    left: calc(2px/-1);
    background: linear-gradient(to right, #c5a262 0%, #c5a262 100%), linear-gradient(to top, #191619 50%, transparent 50%), linear-gradient(to top, #c5a262 50%, transparent 50%), linear-gradient(to right, #191619 0%, #191619 100%), linear-gradient(to left, #191619 0%, #191619 100%);
    background-size: 100% 1px, 1px 200%, 1px 200%, 0% 1px, 0% 1px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
    transform: scaleX(0) rotate(0deg);
    transition-delay: 0.6s, 0.3s, 0s;
	border-radius: 12px;
	z-index:1;
}

.testimonial-border:hover:before {
    background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(0deg);
    transition-delay: 0s, 0.3s, 0.6s;
}


.testimonial-item:hover{
	
	background:var(--bitlight);
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 19px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--secondary);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #00cc95;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
	color: var(--primary);
  font-style: italic;
  margin: 0 auto 15px auto;
  line-height: 27px;
    font-size: 16px;
	position:relative;
	z-index:2;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--primary);
  position:relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--secondary);
}

.testimonial-item .icon {
    margin-bottom: 12px;
}


.starblock{
	position: relative;
    z-index: 5;
    color: #f5b939;
}

.google {
    display: inline-block;
    font-size: 22px;
    padding-right: 4px;
}

a.linkmore, a.linkless{
	color:var(--secondary);
	transition:0.5s all ease-in;
	cursor:pointer;
}

.linkmore:hover, a.linkless:hover{
	color:var(--priamry) !important;
	
}


.testimonials .icon {
    margin-bottom: 15px;
    position: relative;
}
	
.testimonials .icon:before {
   top: 20px;
    right: 114px;
    z-index: -1;
    width: 50px;
    content: "";
    height: 50px;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: 800ms all ease;
    transition: 800ms all ease;
    background-color: var(--primary);
}


.testimonial-border:hover .icon:before {
    -webkit-animation: Move_animation_1 12s infinite linear alternate;
    animation: Move_animation_1 12s infinite linear alternate;
}

.testimonials .icon-box::before {
    content: "";
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.4s;
    z-index: -1;
}


.extraco{
	display:none;
}
/*--------------------------------------------------------------
# After before
--------------------------------------------------------------*/

.jb-before-after-section {
  padding: 125px 0px 42px 0;
}
.jb-before-after-section:before, .jb-before-after-section:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 605px;
  position: absolute;
  background: url(../img/ab/ba-bg.jpg);
}
.jb-before-after-section:after {
  background: rgba(0, 0, 0, 0.7);
}

.jb-before-after-section .jb-section-title-2 h2 {
  color: var(--light);
}

.jb-before-item {
  margin-right: 10px;
}

.jb-before-after-content {
  padding-top: 45px;
}
.jb-before-after-content .twentytwenty-handle {
  background-color: var(--secondary);
  border: none;
}
.jb-before-after-content .twentytwenty-after-label:before {
  content: "AFTER";
}
.jb-before-after-content .twentytwenty-before-label:before {
  content: "BEFORE";
}
.jb-before-after-content .twentytwenty-before-label:before, .jb-before-after-content .twentytwenty-after-label:before {
  top: auto;
  
  font-size: 12px;
  font-weight: 500;
  padding: 0px 15px;
  line-height: 30px;
  color: var(--light);
  background-color: var(--secondary);
}
.jb-before-after-content .twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 30px;
}
.jb-before-after-content .twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 155px;
}
.jb-before-after-content .twentytwenty-overlay:hover {
  background-color: transparent;
}
.jb-before-after-content .twentytwenty-before-label,
.jb-before-after-content .twentytwenty-after-label {
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .infog {
  padding: 24px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.contact .infog i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
iframe{
	border-radius: 15px;
}

.contact .infog h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}

.contact .infog p a:hover{
	color:var(--secondary);

}

.contact .infog p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
}

select.form-control {
    font-size: 14px;
    color: #858d93;
    border-radius: 0;
    padding: 10px;
	-webkit-appearance: menulist;
	appearance: menulist;
}

.contact .php-email-form1 {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  border-radius: 15px;
}

.contact .php-email-form1 .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form1 .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.message {
    text-align: center;
    color: #000;
}
.message.sucess {
    font-size: 20px;
    text-align: center;
    color: #069130;
}
.message.error {
    font-size: 20px;
    text-align: center;
    color: #bd0b0b;
}
.contact .php-email-form1 .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form1 .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form1 .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form1 .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form1 input,
.contact .php-email-form1 textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form1 input {
  height: 44px;
}

.contact .php-email-form1 textarea {
  padding: 10px 12px;
}

.contact .php-email-form1 button[type=submit] {
  background: var(--secondary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form1 button[type=submit]:hover {
  background: var(--secondarydark);
}

.contact form p{
	color:var(--primary);
}

.pr-1{
	
	padding-right:1px;
}
.mt-45{
	margin-top:40px;
}

.pl-6{
	padding-left: 6px;
}
.info p a:hover {
    color: var(--secondary);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


a.clicklink {
    color: var(--secondary);
}

a.clicklink :hover{
	color: var(--primary);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: transparent;
  border-top: 1px solid #544f4f;
}


#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

.credits a {
    color: var(--secondarylight);
}

.credits a:hover {
    color: var(--light);
}

.braces .icon-box {
    background: #fff;
    border-radius: 8px;
	padding:25px;
	min-height: 250px;
}

.braces .icon-box h4 {
    text-align: center;
}


.braces .icon-box h4 {
	color:var(--secondary);
	transition:0.2s all linear;
}

.braces .icon-box h4:hover{
	color:var(--primary);
}

.secondbracebox .icon-box {
    background: var(--secondary);
	transition:0.5s all linear;
}



.secondbracebox:hover .icon-box {
    background: var(--primary);
	
}

.secondbracebox .icon-box h4 {
    color: var(--primary);
    transition: 0.2s all linear;
}
.secondbracebox .icon-box:hover h4 {
    color: var(--secondary);
    transition: 0.2s all linear;
}

.secondbracebox p.description {
    color: #000;
    text-align: center;
    font-size: 20px;
}

.secondbracebox:hover p.description, .secondbracebox:hover p.description a{
    
    color:#fff !important;
}
.secondbracebox .icon-box:hover p.description {
	color:#fff !important;
}

.secondbracebox ul.box li{
color:#000;	
}
.secondbracebox .icon-box:hover .borderbar ul.box li a{
color:#fff;	
}



ul.box {
  color: var(--primary);
    font-weight: 600;
    width: 43%;
    margin: 0 auto;
	padding:0;
}
ul.box.mr-extra {
    width: 24%;
}

.borderbar {
    border: 1px solid #ccc;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 38px;
}

.borderbar:hover p{
color:#fff;    

}
.secondbracebox .borderbar{
	border: 1px solid #fff;
}


ul.box li{
	list-style:none;
	font-size: 18px;
	cursor: pointer;
}
.iconlist {
    width: 29px;
    margin-right: 6px;
}

.braces p.description {
    color: var(--primary);
    text-align: center;
    font-size: 20px;
}
.gslide-title {
    text-align: center;
    font-size: 25px !important;
    margin-bottom: 0 !important;
	color:#fff !important;
}
.glightbox-clean .gdesc-inner{
	background:var(--primary);
}
/* banner section new ****************/

.banner-wrapper {
    position: relative;
}

.banner-wrapper > a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}
.banner-wrapper .banner-bg {
    overflow: hidden;
}
.banner-bg {
    transition: opacity 450ms;
}
 .banner-bg img {
    transform: rotate(0deg) scale(1,1);
    transition: transform 400ms ease 0s;
}
.banner-bg img {
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.background-scale-rotate:hover .banner-bg img {
    transform: rotate(3deg) scale(1.14);
}
.background-scale-rotate:hover .banner-bg:after {
    opacity: 0.6;
}
.pad-0{
	padding:0;
}
.banner-part{
	position:relative;
	overflow: hidden;
}
.ts-banner-button button {
    background: var(--secondary);
    padding: 10px 25px;
    margin-left: 30px;
    margin-right: 15px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    border: none;
}
.ts-banner-button button:hover, .ts-banner-button button:focus, .ts-banner-button button:active{
	background: #000 !important;
}

span.breakline {
    display: block;
    padding-top: 23px;
    text-align: center;
    width: 100%;
    color: #020202;
    font-weight: 600;
}
.banner-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1;
    opacity: 1;
    transition: 450ms ease 0s;
}

.chatbot {
    position: fixed;
    right: 0;
    bottom: 87px;
    z-index: 996;
    background: var(--secondary);
	width: 174px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	border:1px solid #e5c37a;
    transition: all 0.4s;
	-webkit-animation: bounce 1s linear;
   animation: bounce 4s linear infinite;
}
.chatbot button{
   font-weight: 800;
}

.chatbot a i{
	 font-size: 22px;
	
}
.chatbot a {
    font-weight: 800;
    font-size: 19px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 2px;
    transition: 0.5s all linear;
    line-height: 22px;
    padding: 7px;

}

.chatbot a:hover{
	color:var(--fff);	
	
	
}
.box-right {
    text-align: right;
    width: 81%;
}
.chatbot:hover, .chatbot:active, .chatbot:focus{
	background:var(--primary);
	
}

.box-content {
    position: absolute;
    z-index: 10;
    display: table;
    transition: 300ms ease 0s;
	left: 50%;
    right: auto;
    top: 63%;
    bottom: auto;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
 .header-content {
    padding: 20px;
}
.ts-banner-button {
    margin-top: 12px;
}
.banner-bg {
    transition: opacity 450ms;
}

/* --------------------------------------------
------------------------------ modal css */
.modal-title {
   font-size: 29px;
}

.black-text{
	color:var(--primary);
}

.modal-header {
    background: #000;
}

.first,.second{
	  -webkit-animation: fadeIn 1s linear;
    animation: fadeIn 1s linear;
}
.modal-dialog {
    width: 80% !important;
    max-width: 80% !important;
    height: auto;
}
.mbtw{
	width: auto;
    margin: 0 auto;
    margin-top: 50px;
}

.mt-25{
	margin-top:25px;
}
.popimg {
    border-radius: 15px;
	border: 1px solid #ccc;
}
.mt-10 {
    margin-top: 13px;
}

.bg-ft{
	font-size:20px;
	margin-bottom: 27px;
}


/* --------------------------------------------
------------------------------ Animation.css */


.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    0%,11.1%,to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

@keyframes moveBottom {
  0% {
    transform: translateX(-25px);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-25px);
  }
}
.moveBottom{
	animation-name: moveBottom;
}

@-webkit-keyframes Move_animation_1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes Move_animation_1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}


/**********************************/

.main{
	position:relative;
}

.notification-container {
  position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    display: none;
    height: 100%;
    overflow: hidden;
    background: #191619;
    z-index: 999;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.selected {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}

.dismiss {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}
#closeFilePanel{
 cursor: pointer;
padding: 5px 10px;
background: var(--secondary);
position: relative;
margin-left: 10px;
top: 10px;
  
 }

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}

/*********************************************
******** Twenty Twenty **********************/

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  left: 43px;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: "Antes";
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: "DespuÃ©s";
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}


/*****************************************
********** Braces type section ***********/


/************* Loader ******************/

.handle-preloader{background:#000;align-items:center;-webkit-align-items:center;display:flex;display:-ms-flexbox;height:100%;justify-content:center;-webkit-justify-content:center;position:fixed;left:0;top:0;width:100%;z-index:9999999}.preloader-close{position:fixed;z-index:99999999;font-size:18px;background:#fff;width:30px;height:30px;line-height:26px;text-align:center;cursor:pointer;right:15px;top:15px;border-radius:50%}.handle-preloader .animation-preloader{position:absolute;z-index:100}.handle-preloader .animation-preloader .spinner{animation:1s linear infinite spinner;border-radius:50%;height:150px;margin:0 auto 45px;width:150px;border:3px solid #fff;border-top-color:#fff}.handle-preloader .animation-preloader .txt-loading{text-align:center;user-select:none}.mt-min-50{margin-top:-55px;}.handle-preloader .animation-preloader .txt-loading .letters-loading:before{animation:4s infinite letters-loading;content:attr(data-text-preloader);left:0;opacity:0;top:0;position:absolute;color:#fff}.handle-preloader .animation-preloader .txt-loading .letters-loading{font-weight:500;letter-spacing:15px;display:inline-block;position:relative;font-size:95px;line-height:70px;text-transform:uppercase;color:transparent;-webkit-text-stroke-width:1px;font-family:'Nunito Sans',sans-serif;-webkit-text-stroke-color:rgba(255,255,255,0.30)}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before{animation-delay:.2s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before{animation-delay:.4s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before{animation-delay:.6s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before{animation-delay:.8s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before{animation-delay:1s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before{animation-delay:1.2s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before{animation-delay:1.4s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before{animation-delay:1.6s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before{animation-delay:1.8s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before{animation-delay:2s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before{animation-delay:2.2s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before{animation-delay:2.4s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before{animation-delay:2.6s}.handle-preloader .loader-section{background-color:#fff;height:100%;position:fixed;top:0;width:calc(50% + 1px)}.preloader .loaded .animation-preloader{opacity:0;transition:.3s ease-out}.btn,.nav-bar{transition:.5s}@keyframes spinner{to{transform:rotateZ(360deg)}}@keyframes letters-loading{0%,100%,75%{opacity:0;transform:rotateY(-90deg)}25%,50%{opacity:1;transform:rotateY(0)}}.top-extrabar{position:relative;top:-122px;z-index:50;border-left-radius:5px;}.client-carousel{background: #fff;}@media screen and (max-width:767px){.margin-at-top {margin-top: 33px !important;}.abt-seo-image{min-height: 538px!important;}.handle-preloader .animation-preloader .spinner{height:8em;width:8em}}@media screen and (max-width:500px){.handle-preloader .animation-preloader .spinner{height:7em;width:7em}.handle-preloader .animation-preloader .txt-loading .letters-loading{font-size:26px !important;letter-spacing:3px !important;}}

@media (max-width:1146.85px){
	.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-weight: 500;
    letter-spacing: 9px;
    display: inline-block;
    position: relative;
    font-size: 78px;
}
}

@media (max-width:928.58px){
	
	img.logoani {
    
    width: 118px !important;
}

}

@media (max-width:730px){
	
img.logoani {
    width: 87px !important;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {
   
    font-size: 59px !important;
}	
	
}

@media (max-width:639px){
.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 52px !important;
}
span.letters-loading.gold.blank {
    padding-left: 13px !important;
}
	
}


@media (max-width:866.58px){
.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-weight: 500;
    letter-spacing: 3px;
    display: inline-block;
    position: relative;
    font-size: 71px;
}
}

span.letters-loading.gold.blank {
    padding-left: 22px;
}
span.letters-loading.sml {
    font-size: 35px !important;
    letter-spacing: 15px !important;
    margin-top: -13px;
}

.handle-preloader .animation-preloader .txt-loading .gold:before {
    
    
	background: -webkit-linear-gradient(#dcb456, #b57a23);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	color: var(--secondary);
}

.handle-preloader .animation-preloader .txt-loading .gold{
	-webkit-text-stroke-color: rgba(206,159,68,0.30);
}

img.logoani {
   position: relative;
    left: 44%;
    top: -33px;
    animation: pulse 1s forwards infinite;
    -webkit-animation: pulse 1s forwards infinite;
    width: 150px;
}


@media (max-width:1200px){
	
	.countblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
	flex-direction: column;
	}
	.counts .counters span{
		flex-basis:auto;
	}
	
}
@media (max-width:1193px){
    
 .box-content{
     
  top:70%;   
 }
}

@media (max-width:1150px){
  
  .ts-banner-button button {
    font-size: 14px;
}

small.ft-md {
    font-size: 14px;
    position: relative;
}



}

@media (max-width:992px){
	
.testimonials .icon:before {
    top: 20px;
    right: 281px;
}	
.testimonial-border{
	
	min-height:360px;
}

.testimonials .testimonial-item{
	
	min-height: 387px;
}

.contact .pr-1{
	padding-right:0 !important;
}

.contact .pl-6{
	padding-left: 13px !important;
    padding-right: 0;
}
.contact iframe{
	margin-top:25px;
}
.popc {
    margin-bottom: 17px;
}

.btst{
	width:500px;
}

.mtat .btst {
    margin: 10px auto;
    display: block;
}
	
}

@media (max-width:767px){
	
.testimonials .icon:before {
    top: 20px;
    right: 188px;
}
.age {
    margin-top: 17px;
}
.row.less {
    padding-right: 15px;
}
}


	
@media (max-width:622px){
	
	.twentytwenty-container{
		left:19px;
	}
	.contact {
    padding-left: 25px;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
	font-size:61px;
}
span.letters-loading.sml {
    font-size: 17px !important;
    letter-spacing: 15px !important;
    margin-top: -22px;
}
}
	
@media (max-width:598px){
	
	.bracesbar {
    margin-left: 28px;
}
.testimonial-border {
	min-height:412px;
}

.testimonials .testimonial-item {
    min-height: 435px;
}
.preloader {
    display: none;
}

.modal-dialog {
    width: 80% !important;
    max-width: 80% !important;
    height: auto;
    margin: 17px auto;
}
}
@media (max-width:512px){
	
	.testimonials .icon:before {
    top: 20px;
    right: 165px;
}
.jb-before-after-content .twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 27px;
}

.jb-before-after-content .twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 13px;
}
	
}

@media (max-width:443px){
	
	.testimonials .icon:before {
    top: 20px;
    right: 155px;
}
	
}

@media (max-width:403px){
	
	.testimonials .icon:before {
    top: 20px;
    right: 145px;
}

footer#footer {
    padding-left: 39px;
    padding-right: 30px;
}
	
}

@media (max-width:367px){
	
	.testimonials .icon:before {
    top: 20px;
    right: 100px;
}
	
}

@media (max-width:380px){
	ul.box{
		width:auto;
	}
}

@media (max-width:675px){
.countblock{	
margin-bottom: 34px;	
}	
}


@media (max-width:767px){
	
.tcounter {
    left: 151px !important;
    top: 212px;
}
}

@media (max-width:589px) {
	.about {
    padding-top: 0;
    padding-left: 29px;
	padding-right:15px;
	padding-bottom:0;
}
.tcounter {
    position: absolute;
    left: 173px !important;
    top: -38px !important;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--secondary);
    text-align: center;
    padding: 28px 15px 20px;
}
.tcounter h2 {
    font-size: 36px;
}
.tcounter h3 {
    font-size: 17px;
    line-height: 22px;
}
.aboutImage .ImgRow {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.Img02 {
    margin-top: 29px;
    margin-left: -11px;
}
.ImgRow .Img03 {
    margin: 2px 13px 29px;
}

.aboutImage {
    padding-top: 88px;
}
}

@media (max-width:503px){
	
	.tcounter {
    position: absolute;
    left: 129px !important;
	
	}
	.ImgRow img {
    width: 94%;
}
.about-signature-img{
	display: flex!important;
    flex-direction: column;
    align-items: center;
}
.inner-img {
    margin-bottom: 17px;
}

}

@media (max-width:497px){
	
}

@media (max-width:421px){
	.tcounter {
    position: absolute;
    left: 81px !important;
}

	
}

@media (max-width:321px){
	.tcounter {
    position: absolute;
    left: 40px !important;
}
	
}
@media (max-width:281px){
	.tcounter {
    position: absolute;
    left: 28px !important;
}
	
}

.starblock i {
    font-size: 23px;
}

.card {
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 300px;
  }
  .card-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    min-height: 250px;
  }
  
  .tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .tag-teal {
    background-color: #47bcd4;
  }
  .tag-purple {
    background-color: #5e76bf;
  }
  .tag-pink {
    background-color: #cd5b9f;
  }
  
  .card-body p {
    font-size: 13px;
    margin: 0 0 40px;
  }
  .user {
    display: flex;
    margin-top: auto;
  }
  
  .user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .user-info h5 {
    margin: 0;
  }
  .user-info small {
    color: #545d7a;
  }
  
  .cardcontainer{
    display: flex;
    
  }