
.csql-about-us .cau-images{
  position: relative;
  left: -32px;
}

.csql-about-us .cau-images img{
  position: absolute;
  width: 100%;
  height: auto;
}
.csql-about-us .cau-images .cau-image-1{
  position: static;
}
.csql-about-us .cau-images .cau-image-2{
  max-width: 60%;
  left: 72%;
  top: 20px;
}
.csql-about-us .cau-images .cau-rings{
  left: -10%;
  /* top: 4%; */
  top: -9%;
  width: 120%;
  z-index: -1;
  transform: scale(0.8);
  animation: scaleUp 6s linear infinite;
}
.csql-about-us .cau-images .cau-rings.second{
  animation: scaleUp 6s linear infinite;
  animation-delay: 3s;
}
.csql-about-us .cau-images .cau-dots {
  right: -40%;
  top: 50%;
  width: 75%;
  z-index: -1;
  animation: translateAnimation 20s linear infinite; 
}

.csql-about-us .panel{
  background-color: transparent;
  border: 0px;
  box-shadow: unset;
  position: relative;
}
.csql-about-us .panel-default .panel-heading{
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0 inherit;
}
.csql-about-us .panel::before {
  position: absolute;
  background-color: hsla(0, 0%, 50%, .2);
  content: "";
  height: calc(100% - 48px);
  left: 20px;
  top: 54px;
  width: 4px;
}
.csql-about-us .panel:last-child:before {
  content: unset;
}
.csql-about-us .panel-default .panel-body{
  margin-left: 60px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.csql-about-us .caua-title {
  min-height: 50px;
}
.csql-about-us .caua-title h3 {
  font-size: 28px;
  margin: 0;
  margin-left: 44px;
}

.csql-about-us a:focus{
  color: unset;
}

.csql-about-us .caua-title  span{
  display: inline-block;
  background: #E0922F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}
.csql-about-us .caua-title  span i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.csql-about-us .caui-content-image{
  display: none;
  transition: transform 0.3s ease; /* Smooth transition */
}

.csql-about-us .caui-content-image.active{
  display: block;
}
/* .csql-about-us .caui-content-image.active .cau-image-1{
  animation: scaleUpOne 0.8s ease-out;
}
.csql-about-us .caui-content-image.active .cau-image-2{
  animation: slidein 0.8s ease-out;
} */

@keyframes scaleUp {
  0%{
      transform: scale(0.9);
      opacity: 1;
  }
  100%{
      transform: scale(1.6);
      opacity: 0;
  }

}

@keyframes translateAnimation {
  0%{
      transform: translateX(0);
  }
  50%{
      transform: translateX(-100px);
  }
  100%{
      transform: translateX(0);
  }

}

@keyframes slidein {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scaleUpOne {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }

}

@media screen and (min-width: 992px) {
  .csql-about-us .cau-accordion{
      padding-top:20px;
  }
}
@media screen and (min-width: 1200px) {
  .csql-about-us .cau-accordion{
      padding-top: 220px;
  }
}

/* Talent section */
.csql-talent h2{
  text-transform: none;
}
.csql-talent .ct-each{
  padding: 32px 16px;
  border: 1px solid #44c8f4;
  border-radius: 24px;
  transition: 0.4s;
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
}
.csql-talent .ct-each:hover{
  box-shadow: 0 10px 18px 0 rgba(0,0,0,0.1);
}
.csql-talent .cte-icon{
  font-size: 34px;
  width: 60px;
  height: 60px;
  margin: auto;
  background: #44c8f4;
  border-radius: 50%;
  color: #fff;
  position: relative;
}
.csql-talent .cte-icon i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.csql-talent .ct-each h3{
  font-size: 20px;
  color: #000;
}


/* our process variant */
.our-process-variant-v2{
  background: #f3f3f3;
}
.our-process-variant-v2 .carousel .carousel-indicators li {
  border-radius: 50% !important;
  overflow: hidden;
  max-width: 98px;
}
.our-process-variant-v2 .carousel .carousel-indicators li img {
  max-width: 98px;
}

/* solutions */

.ql-solution .qls-title{
  text-align: center;
}
.ql-solution .qls-title span{
  color: #7EC6F2;
}
.ql-solution .qls-title .qlts-desc{
  max-width: 850px;
  margin: 0 auto;
}
.ql-solution .qls-title .qlts-desc p{
  font-size: 20px;
}
.ql-solution .qls-each{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  position: relative;
}
.ql-solution .qls-each:first-child{
  margin-bottom: 40px;
}
.ql-solution .qls-each i{
background-color: #7EC6F2;
color: #fff;
padding: 20px;
border-radius: 50%;
font-size: 30px;
width: 70px;
height: 70px;
}
.ql-solution .qls-each h2 span{
  font-size: 22px;
  font-weight: 500;
}

.ql-solution .qs-toggle .qt-each{
  padding: 16px;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  border-bottom: 2px solid #6b6b6b;
  transition: 0.4s;
}
.ql-solution .qs-toggle .qt-each span{
 color: #e0922f;
 font-size: 14px;
}
.ql-solution .qs-toggle .qt-each:hover,
.ql-solution .qs-toggle .qt-each.active{
  border-bottom: 2px solid #7EC6F2;
  opacity: 1;
}
.ql-solution .qls-each h2 span.qs-tag{
  background-color: #E0922F;
  padding: 8px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
}
.ql-solution .qs-toggle .qt-each h4 {
 font-size: 22px;
 min-height: 39px;
}
.ql-solution .qs-toggle .qt-each h4 span {
  display: block;
 }
.ql-solution .qls-each h2 span.qs-tag {
  position: relative;
  top: 20px;
  right: 20px;
 }

 @media screen and (min-width: 576px) {
  .ql-solution .qs-toggle .qt-each h4 {
    min-height: unset;
   }
   .ql-solution .qs-toggle .qt-each h4 span {
     display: inline;
    }
 }

@media (min-width: 768px) {
  .ql-solution .qls-each{
      padding: 15px;
  }
  .ql-solution .qls-each:first-child{
      margin-bottom: 0;
  }
}

.custom-toggle{
  width: 80px;
  height: 36px;
  background: #6b6b6b2e;
  position: relative;
  border-radius: 20px;
  box-shadow:  -1px #00000044;
  margin: auto;
  cursor: pointer;
  transition: all 0.4s ease;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.ct-handle{
  width: 28px;
  height: 28px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  transition: all 0.4s;
  border-radius: 50%;
}
.custom-toggle.active{
  background: #7ec6f2;
}
.custom-toggle.active .ct-handle{
  left: calc(100% - 4px - 16px);
  transform: translate(-50%, -50%);
}
.qs-toggle-wrapper{
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.qs-toggle-wrapper p{
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.qtw-save p{
  margin-top: 12px;
  color: #E0922F;
}
.qtw-save p{
  font-weight: 500;
  font-size: 16px;
  margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      padding: 4px 8px;
      background: #E0922F;
      color: #fff;
      display: inline-block;
} 
.qtw-save{
  text-align: center;
}
.qls-each.animate h2{
  opacity: 0;
  animation: fadeIn 0.4s ease-in-out forwards;
  transform: translateY(-10px);
}
.qls-each.animate2 h2{
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeIn2 0.6s ease-in-out forwards;
}


.ql-solution .qls-each h2 {
position: relative;
}

.ql-solution .qls-each h2 span.qs-tag {
position: static;
transform: rotate(-80deg) scale(0.8) translate(-10px, -30px) ;
}

.ql-solution .qls-each  h2 span.qs-tag{
background-color: #E0922F;
padding: 12px 24px;
border-radius: 28px;
color: #fff;
font-size: 18px;
animation: rotate 0.4s ease forwards;
display: inline-block;
max-width: max-content;
margin: auto;
}

@keyframes fadeIn {
to {
  opacity: 1;
  transform: translateY(0px);
  
}
}
@keyframes fadeIn2 {
to {
transform: translateY(0px);
opacity: 1;
}
}

@keyframes rotate {
to{
transform: scale(0.8) translate(-10px, 0);
} 
}

@media screen and (min-width: 768px) {
  .qs-toggle-wrapper{
  margin-left: auto;
  margin-right: 0;
}

.qtw-save{
  text-align: start;
}
.qtw-save p{
  margin: 0;
  margin-top: 0;
}
}

/* form */
.csql-form{
  overflow: hidden;
}
.csql-form .section-title h2 span{
  color: #7EC6F2;
}
.csql-form .section-title p{
  max-width: 800px;
  margin: auto;
  font-size: 20px;
}
.csql-form .cf-form-wrapper{
  border: 1px solid #434343;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 10px 18px 0 rgba(0,0,0,0.1);
}
.csql-form .cf-form-wrapper iframe{
  border-radius: 40px;
}

.csql-form .cf-form-wrapper{
  position: relative;
}
.csql-form .patterns{
  position: absolute;
  left:-400px;
  top: 300px;
  z-index: -1;
  width: 100%;
}
.csql-form .patterns img{
 display: block;
 position: absolute;
 left: 50%;
 top: 0;
 transform: translateX(-50%);
 animation: csqlFormTranslateAnimationY 30s linear infinite;
}
.csql-form .patterns img:last-child{
  top: 650px;
  animation-delay: 5s;
}

.csql-form .patterns.patterns-right{
  right: -350px;
  top: 450px;
  left: unset;
}
.csql-form .patterns.patterns-right img:last-child{
  top: 450px;
  right: -100px;
  left: unset;
  animation: csqlFormTranslateAnimationX 30s linear infinite;
}

@keyframes csqlFormTranslateAnimationX {
  0%{
      transform: translateX(0);
  }
  50%{
      transform: translateX(-100px);
  }
  100%{
      transform: translateX(0);
  }

}
@keyframes csqlFormTranslateAnimationY {
  0%{
      transform: translateX(-50%) translateY(0);
  }
  50%{
      transform: translateX(-50%) translateY(-100px);
  }
  100%{
      transform: translateX(-50%) translateY(0);
  }

}


@keyframes scaleUpOne {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }

}


/* Sky blue section */
.cql-sky-blue-section {
  background: #44c8f4;
  height: 52px;
  width: 100%;
  border-bottom: 10px solid #E0922F;
  z-index: 3;
}
.cql-sky-blue-section.rotate {
  transform: rotate(180deg);
}

/* header */
.cql-header {
  position: relative;
  overflow: hidden;
}
.cql-header .ch-bg{
  position: relative;
  z-index: -1;
}
.cql-header .ch-bg img{
  max-width: 500%;
  height: auto;
  margin: 0% -200%;
}
.cql-header .ch-text-content{
  position: absolute;
  top: 3%;
  left:2%;
  right:2%;
}

.cql-header .ch-contractor-ql-logo {
  width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  margin-bottom:60px;
}

.cql-header .ch-circle, .cql-header .ch-vertical-dots, .cql-header .ch-horizontal-dots, .cql-header .ch-ring-pattern {
  position: absolute;
}


.cql-header .ch-vertical-dots{
  top:50px;
  right:50px;
  animation: verticalDotsMoveUpAndDown 5s linear infinite alternate;
  width: 7%;
}

.cql-header .ch-horizontal-dots{
  top:150px;
  left:0;
  animation: horizontalDotsMoveSideways 5s linear infinite alternate;
  width:40%;
}

.cql-header .ch-ring-pattern{
  top:0;
  right:20%;
  transform: scale(0);
  animation: ringScaleAnimation 10s linear infinite alternate;
}

.cql-header .ch-circle-one {
  width: 250px;
  height: 250px;
  opacity: .5;
  animation: floatBubbleOne 50s linear infinite;
  left: -50px;
  top: -200px;
}

.cql-header .ch-circle-two {
  width: 200px;
  height: 200px;
  opacity: .3;
  animation: floatBubbleTwo 100s linear infinite;
  top: 50px;
  right: 80px;
}

.cql-header .ch-circle-four {
  width: 175px;
  height: 175px;
  opacity: .6;
  animation: floatBubbleFour 100s linear infinite;
  bottom: 150px;
  left: 100px;
}

.cql-header .ch-circle-five {
  width: 390px;
  height: 390px;
  opacity: .5;
  animation: floatBubbleFive 100s linear infinite;
  bottom: 50px;
  right: 50px;
}

.cql-header .ch-circle-six {
  width: 390px;
  height: 390px;
  opacity: .5;
  animation: floatBubbleSix 100s linear infinite;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
}

.cql-header .ch-circle-seven {
  width: 290px;
  height: 290px;
  opacity: .5;
  animation: floatBubbleSeven 100s linear infinite;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.cql-header .ch-circle-one,
.cql-header .ch-circle-three,
.cql-header .ch-circle-five,
.cql-header .ch-circle-six {
  display: none; /* Hide these circles on larger screens */
}

@media (min-width: 1920px) {
  .cql-header .ch-circle-one,
  .cql-header .ch-circle-three,
  .cql-header .ch-circle-five,
  .cql-header .ch-circle-six {
    display: block; /* Show these circles on larger screens */
  }
}

/* .cql-header .ch-circle-eight {
  width: 180px;
  height: 180px;
  opacity: .4;
  animation: floatBubbleEight 100s linear infinite;
  
} */

/* .cql-header .ch-circle-nine {
  width: 200px;
  height: 200px;
  opacity: .6;
  animation: floatBubbleNine 100s linear infinite;
}

.cql-header .ch-circle-ten {
  width: 250px;
  height: 250px;
  opacity: .3;
  animation: floatBubbleTen 100s linear infinite;
}

.cql-header .ch-circle-eleven {
  width: 300px;
  height: 300px;
  opacity: .5;
  animation: floatBubbleEleven 100s linear infinite;
} */

.ch-typewriter-wrapper .ctw-effect-wrapper{
  margin: 0 auto;
  color:#fff;
  margin-bottom:60px;
}
.ch-typewriter-wrapper .ctw-effect-wrapper #ctw-typed{
  font-style: italic;
}
.ch-typewriter-wrapper .ctw-effect-wrapper span{
  font-size: 38px;
  color:#fff;
}
.ch-typewriter-wrapper .ctw-effect-wrapper .cew-text {
  display:none;
}
.cql-header .ch-programs-designed-text{
  max-width: 650px;
  margin:0 auto;
}
.cql-header .ch-programs-designed-text h4{
  font-weight: 400;
  color:#fff;
}
@media (min-width: 1200px) and (max-width: 1523px) {
  .cql-header .ch-programs-designed-text h4 {
  font-size: 20px;
  max-width: 650px;
  margin-top: -40px;
  }
}

/* Animations for header */
@keyframes floatBubbleOne {
  to {
    transform: translate3D(50vw, 100vh, 0);
  }
}

@keyframes floatBubbleTwo {
  to {
    transform: translate3D(-50vw, 100vh, 0); 
  }
}

@keyframes floatBubbleFour {
  to {
    transform: translate3D(20vw, -200vh, 0); 
  }
}

@keyframes floatBubbleFive {
  to {
    transform: translate3D(-100vw, -100vh, 0); 
  }
}

@keyframes floatBubbleSix {
  to {
    transform: translate3D(-30vw, 100vh, 0);
  }
}

@keyframes floatBubbleSeven {
  to {
    transform: translate3D(50vw, -50vh, 0); /* To bottom-right */
  }
}


@keyframes floatBubbleEight {
  from {
    transform: translate3D(50vw, 100vh, 0); /* From bottom-center */
  }
  to {
    transform: translate3D(-100vw, -100vh, 0); /* To top-left */
  }
}

@keyframes floatBubbleNine {
  from {
    transform: translate3D(100vw, -100vh, 0); /* From top-right */
  }
  to {
    transform: translate3D(-50vw, 100vh, 0); /* To bottom-left */
  }
}

@keyframes floatBubbleTen {
  from {
    transform: translate3D(-100vw, 50vh, 0); /* From left-center */
  }
  to {
    transform: translate3D(100vw, -50vh, 0); /* To right-top */
  }
}

@keyframes floatBubbleEleven {
  from {
    transform: translate3D(50vw, -100vh, 0); /* From top-center */
  }
  to {
    transform: translate3D(-50vw, 100vh, 0); /* To bottom-left */
  }
}





@keyframes verticalDotsMoveUpAndDown{
  from{
    transform: translate3d(0,0,0);
  }
  to{
    transform: translate3d(0,50px,0);
  }
}
@keyframes horizontalDotsMoveSideways {
  from{
    transform: translate3d(0,0,0);
  }
  to{
    transform: translate3d(50px,0,0);
  }
}
@keyframes ringScaleAnimation{
  from{
    transform: scale(0);
  }
  to{
    transform: scale(0.5);
  }
}

/*media queries for header*/
@media (min-width:575px){
  .cql-header .ch-bg img{
    max-width: 350%;
    height: auto;
    margin: 0% -125%;
  }
}
@media(min-width:768px){
  .cql-header .ch-bg img{
    max-width: 200%;
    margin: 0% -50%;
  }

  .cql-header .ch-text-content{
    top:5%;
    left: 20%;
    right:20%;
  }
}

@media (min-width:992px){
  .cql-header .ch-bg img{
    max-width: 140%;
    margin: 0% -20%;
  }
 
}
@media (min-width:1200px){
  .cql-header .ch-bg img{
    max-width: 120%;
    margin: 0% -10%;
  }
}








/*Proud to work with*/
.cql-proud-to-work-with{
  position: relative;
  margin-top:-350px;
}
.cql-proud-to-work-with .cptw-wrapper{  
  max-width: 800px;
  margin:0 auto;

}
.cql-proud-to-work-with .cptw-wrapper h3{ 
  color:#0f7cbb; 
  margin-bottom:20px;
}
.cql-proud-to-work-with .clc-logo-container img{
  margin:0 auto;
  margin-bottom:30px;
}

@media (min-width:576px){
  .cql-proud-to-work-with{
    margin-top:-500px;
  }
}
@media (min-width:768px){
  .cql-proud-to-work-with{
    margin-top:-300px;
  }
  .cql-proud-to-work-with .clc-logo-container img{
    margin-bottom:20px;
  }
}
@media (min-width:992px){
  .cql-proud-to-work-with{
    margin-top:-350px;
  }
} 
@media (min-width:1200px){
  .cql-proud-to-work-with{
    margin-top:-250px;
  }
}
@media(min-width:1440px){
  .cql-proud-to-work-with{
    margin-top:-350px;
  }
 
}



/* Faq section */
.cql-faq-section{
  background:#F3F3F3;
  position: relative;
  z-index: 2;
}
.cql-faq-section .cfs-para-container{
  max-width: 700px;
  margin:0 auto;
  margin-bottom:60px;
}
.cql-faq-section .cfs-highlight-text{
  color:#44c8f4
}
.cql-faq-section .cfs-panel {
  box-shadow: none;
  border: none;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  background:none;
}

.cql-faq-section .cfs-panel .cp-tab-heading {
  padding: 0;
  background: none;
  border: none;
}

.cql-faq-section .cfs-panel .cp-tab-heading .panel-title {
  border-radius: 36px;
  width: 100%;
  position: relative;
  background:#44c8f4;
}

.cql-faq-section .cfs-panel .cp-tab-heading .cth-collapse {
  padding: 12px 20px;
  width: 100%;
  display: block;
}

.cql-faq-section .cfs-panel .cp-tab-heading .cth-text h3{
  font-size: 20px;
  margin:0;
  color:#fff;
}   
.cql-faq-section .cfs-panel .cp-tab-heading .cth-icon-col {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.cql-faq-section .cfs-panel .cth-text-col {
  padding: 0;
  width: 100%;
}

.cql-faq-section .cfs-panel .cth-plus-container {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: relative;
  padding: 20px;
}

.cql-faq-section .cfs-panel .cth-plus-container i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cql-faq-section .cfs-panel .cth-plus-container i{
  color:#fff;
}
.cql-faq-section .cfs-panel .collapsed .cth-plus-container i{
  color: #0f7cbb ;
}
.cql-faq-section .cfs-panel .cth-plus-container{
  background: #0f7cbb;
}
.cql-faq-section .cfs-panel .collapsed .cth-plus-container{
  background: #fff;
}
.cql-faq-section .cfs-panel .fa-plus{
  display:none;
}
.cql-faq-section .cfs-panel .collapsed .fa-minus{
  display: none;
}
.cql-faq-section .cfs-panel .collapsed .fa-plus{
  display: block;
}

.cql-faq-section .cfs-panel .cp-content {
  padding-left: 0;
}

.cql-faq-section .cfs-panel .cp-table-cell {
  height: 30px;
}

.cql-faq-section .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

@media (min-width: 768px){
  .cql-faq-section .cfs-panel .cp-tab-heading .cth-icon-col {
      left: 20px;
  }       
  .cql-faq-section .cfs-panel .cp-tab-heading .cth-text h3{
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cql-faq-section .cfs-panel .cp-tab-heading .cth-collapse{ 
      padding: 20px 40px 20px 20px;
  }
}




/*Footer*/
.cql-footer {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: -90px;
  z-index: 1;
}
.cql-footer .ch-bg{
  position: relative;
  z-index: -1;
  transform: scaleY(-1);
}
.cql-footer .ch-programs-designed-text{
  color:#fff;
}
.cql-footer .btn-primary{
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom:60px;
}
.cql-footer .ch-bg img{
  max-width: 300%;
  height: auto;
  margin: 0% -150%;
}
.cql-footer .ch-text-content{
  position: absolute;
  bottom:30px;
  left:2%;
  right:2%;
}

.cql-footer .ch-contractor-ql-logo {
  width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  margin-bottom:60px;
}

.cql-footer .ch-circle, .cql-footer .ch-vertical-dots, .cql-footer .ch-horizontal-dots, .cql-footer .ch-ring-pattern {
  position: absolute;
}

.cql-footer .ch-vertical-dots{
  bottom:50px;
  right:50px;
  animation: verticalDotsMoveUpAndDown 5s linear infinite alternate;
  width: 7%;
}

.cql-footer .ch-horizontal-dots{
  bottom:150px;
  left:0;
  animation: horizontalDotsMoveSideways 5s linear infinite alternate;
  width:40%;
}

.cql-footer .ch-ring-pattern{
  bottom:0;
  right:20%;
  transform: scale(0);
  animation: ringScaleAnimation 10s linear infinite alternate;
}

.cql-footer .ch-circle-one {
  width: 250px; /* Size of the circle */
  height: 250px; /* Size of the circle */
  opacity: .3; /* Slightly transparent */
  animation: floatBubbleOne 50s linear infinite; /* Animation properties */
  left: -50px; /* Positioned 50px to the left of its container */
  top: -200px; /* Positioned 200px above its container */
}

.cql-footer .ch-circle-two {
  width: 200px; /* Size of the circle */
  height: 200px; /* Size of the circle */
  opacity: .2; /* More transparent than circle one */
  animation: floatBubbleTwo 100s linear infinite; /* Animation properties */
  top: 50px; /* Positioned 50px from the top of its container */
  right: 100px; /* Positioned 100px from the right of its container */
}

.cql-footer .ch-circle-four {
  width: 175px; /* Size of the circle */
  height: 175px; /* Size of the circle */
  opacity: .3; /* Slightly transparent */
  animation: floatBubbleFour 100s linear infinite; /* Animation properties */
  bottom: 150px; /* Positioned 150px above the bottom of its container */
  left: 100px; /* Positioned 100px from the left of its container */
}

.cql-footer .ch-circle-five {
  width: 390px; /* Size of the circle */
  height: 390px; /* Size of the circle */
  opacity: .3; /* Slightly transparent */
  animation: floatBubbleFive 100s linear infinite; /* Animation properties */
  bottom: 50px; /* Positioned 50px above the bottom of its container */
  right: 50px; /* Positioned 50px from the right of its container */
}

.cql-footer .ch-circle-six {
  width: 390px; /* Size of the circle */
  height: 390px; /* Size of the circle */
  opacity: .2; /* More transparent */
  animation: floatBubbleSix 100s linear infinite; /* Animation properties */
  left: 50%; /* Centered horizontally */
  top: -100px; /* Positioned 100px above its container */
  transform: translateX(-50%); /* Center the circle */
}

.cql-footer .ch-circle-seven {
  width: 290px; /* Size of the circle */
  height: 290px; /* Size of the circle */
  opacity: .1; /* Most transparent */
  animation: floatBubbleSeven 100s linear infinite; /* Animation properties */
  bottom: 100px; /* Positioned 100px above the bottom of its container */
  left: 50%; /* Centered horizontally */
  transform: translateX(-50%); /* Center the circle */
}

.cql-footer .ch-circle-one,
.cql-footer .ch-circle-three,
.cql-footer .ch-circle-five,
.cql-footer .ch-circle-six {
  display: none; /* Hide these circles on larger screens */
}

@media (min-width: 1920px) {
  .cql-footer .ch-circle-one,
  .cql-footer .ch-circle-three,
  .cql-footer .ch-circle-five,
  .cql-footer .ch-circle-six {
    display: block; /* Show these circles on larger screens */
  }
}



/*media queries for footer*/
@media (min-width:576px){
  .cql-footer .ch-bg img{
    max-width: 200%;
    margin: 0% -50%;
  }
}
@media (min-width:768px){
  .cql-footer .ch-bg img{
    max-width: 160%;
    margin: 0% -30%;
  }
  .cql-footer .ch-text-content{
    left:20%;
    right:20%;
  }
}
@media (min-width:992px){
  .cql-footer .ch-bg img{
    max-width: 140%;
    margin: 0% -20%;
  }

}
@media (min-width:1200px){
  .cql-footer .ch-bg img{
    max-width: 120%;
    margin: 0% -10%;
  }
}
@media (min-width:1920px){
  .cql-footer .ch-bg img{
    max-width: 110%;
    margin: 0% -5%;
  }
}

/*Animated box*/
.animated-box-up, .animated-box-left, .animated-box-right, .animated-box-down, .animated-scale{
opacity: 0;
transition: opacity 1s, transform 2s;
transition-delay: var(--delay);
}
.animated-box-up {
transform: translateY(100px);
}
.animated-box-down{
transform: translateY(-100px);
}
.animated-box-left{
transform: translateX(-100px);
}
.animated-box-right{
transform: translateX(100px);
}
.animated-scale{
transform: scale(0);
}


@media (min-width: 1201px) {
.sl-height {
  min-height: 0px;
  }
}

@media (max-width: 1200px) {
  .sl-height {
    min-height: 0px;
  }
}
@media (max-width: 990px) {
  .sl-height {
    min-height: 0px;
  }
}
@media (max-width: 767px) {
  .sl-height {
    min-height: auto;
  }
}

@media (min-width: 1200px) {
  .lg-margin-intro {
    margin-top: -200px;
  }
}

@media (min-width: 1670px) {
  .custom-margin {
    margin-top: -400px;
  }
}