
/*--------------------------------------------------------------
## Basic Color
----------------------------------------------------------------*/
/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Preloader
3. Spacing
4. General
5. Slider
6. Video Popup
7. Header
8. Footer
9. Isotope
10. Sidebar
11. Hero
12. Iconbox
13. Card
14. Posts
15. Team
16. Imagebox
17. CTA
18. Timeline
19. Testimonial
20. Portfolio
21. FunFact
22. Pricing
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;600;700&display=swap");
body,
html {
  color: rgba(0, 0, 0, 1.0);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
}
/*  */
.enter_otp {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  text-align: left;
  display: block;
  width: 100%;
}
/* .input-group p {
  background:#cceff5;
  padding: 10px;
  color: #273741;
  font-size: 14px;
   width: 100%;
} */
.forgot-password {
  line-height: 50px; font-size: 14px; color: #0679a5; font-weight: 600;
}

.forgot-password:hover{ text-decoration: underline;

}
/*  */
#courseDiv {
  display: block;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 600;
  line-height: 1.3em;
  font-family: 'Poppins', sans-serif;
}

.cs-primary_font {
  font-family: 'Poppins', sans-serif;
}

.cs-secondary_font {
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}
/*==========================gmail_login_page========================*/

.login-container2 { 
  padding: 36px 20px !important;}





.login-container2{
box-shadow: none;
border-radius: 0px !important;
}



.new_student_login{
max-width: 70%;
margin: 0px auto;
background-image: url(../img/new_student_login.jpg) !important;
background-repeat: no-repeat;
/* background-color: #627f93;
  background-blend-mode: color-burn;*/
box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
position: relative; z-index: 1;

}
.new_student_login:before{ content: ''; top: 0; bottom: 0; right: 0; left: 0;  height: 100%; 
background: rgba(3,87,124, 0.7);
position: absolute; z-index: -1;}

@media screen and (max-width: 425px){
.new_student_login {
  max-width: 100%;
}
.login-container2 {padding:20px 20px !important;
  max-width:100% !important;
     margin: 0px 0px 0px 0px !important;
}


}

/** Login 34 start **/

.area{
  background: #4e54c8;  
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
  /*width: 100%;*/
 /* height:100vh;*/
  
 
}

.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
  
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}


.login-34 {margin-top: 122px;
  position: relative !important;
  padding: 63px 0px 70px;
  width: 100%;
  text-align: center;
  opacity: 1;
  min-height:500px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  background-image: linear-gradient(to bottom, #03638b, #86dfff);
}


.login-34::before {
  content: '';
  position: absolute;
  height: 200px;
  width: 200px;
  right: -50px;
  bottom: 0px;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 50%;
  opacity: 0.1;
}



.login-34 .form-section {
  max-width: 600px;
  margin: 0 auto;
  padding:50px 100px;
  background: rgba(255,255,255,0.8);
  border-radius: 50px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
   
  position: relative;
  z-index: 1000;
}


.login-34 .form-section::before {
  content: '';
  position: absolute;
  height: 150px;
  width:150px;
  right: -50px;
  bottom: -50px;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 20%;
  opacity: 0.2;
}





.login-34 .form-section a {
  text-decoration: none;
}

.login-34 #particles-js {
  background-size: cover;
  background-position: 50% 50%;
  position: fixed;
  min-height: 100vh;
  width: 100%;
  z-index: -999;
}

.login-34 .form-section p{
  color: #535353;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
}


.login-34 .form-section p a{
  color: #535353;
}

.login-34 .form-section ul{
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.login-34 .logo-2 img{
  margin-bottom: 20px;
  height:100%;
}

.login-34 .form-section .social-list li {
  display: block;
  margin-bottom: 5px;

}

.login-34 .form-section .social-list li a {
  font-size:22px;
  font-weight: 600;
  width: 100%;
  margin: 2px 0 3px 0;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  display:block;
  text-align: center;
  text-decoration: none;
  background:#c53b2f;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-family: 'Jost', sans-serif;
  border-radius: 6px;
}

.login-34 .form-section .social-list li a i{
  height: 50px;
  width: 50px;
  line-height: 50px;
  float: left;
  color: #fff;
  border-radius: 6px 0px 0px 6px;
}

.login-34 .form-section .social-list li a span{
  margin-right: 7px; color: #fff;
}

.login-34 .form-section .thembo{
  margin-left: 4px;
}

.login-34 h1{
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 400;
  color: #040404;
}

.login-34 .form-section .form-group {
  margin-bottom: 25px;
}

.login-34 .form-section .form-control {
  font-size: 16px;
  outline: none;
  background: #fff;
  color: #535353;
  border-radius: 3px;
  border: 1px solid #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  float: left;
  width: 100%;
  padding: 12px 20px 12px 20px;
  height: 55px;
}

.login-34 .form-section .checkbox .terms{
  margin-left: 3px;
}

.login-34 .form-section button:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
}

.login-34 .form-section .terms{
  margin-left: 3px;
}

.login-34 .form-section .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #fff;
  margin-left: -22px;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.login-34 .form-section .form-check{
  float: left;
  margin-bottom: 0;
}

.login-34 .form-section .form-check a {
  color: #535353;
}

.login-34 .form-section .form-check-label {
  padding-left: 5px;
  margin-bottom: 0;
  font-size: 16px;
  color: #535353;
}

.login-34 .form-check-input:checked {
  background-color: #34d731;
  border-color: #34d731;
}

.login-34 .form-section a.forgot-password {
  font-size: 16px;
  color: #535353;
}

.login-34 .btn-theme {
  color: #fff;
  text-align: center;
  border: 2px solid transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all .7s ease;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  width: 100%;
  border-right:solid 1px #cd4d42;
}

.login-34 .btn-theme:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .7s ease;
  z-index: -1;
  border-radius: 3px;
}

.login-34 .btn-theme:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .7s ease;
  z-index: -1;
}

.login-34 .btn-theme:hover {
  background: transparent;
}

.login-34 .btn-theme:hover:before {
  width: 0;
  opacity: 1;
  visibility: visible;
}

.login-34 .btn-theme:hover:after {
  width: 0;
  opacity: 1;
  visibility: visible;
}

.login-34 .btn-lg{
  padding: 0 50px;
  line-height: 51px;
}

.login-34 .btn{
  box-shadow: none!important;
}

.login-34 .btn-md{
  padding: 0 45px;
  line-height: 41px;
}

.login-34 .btn-primary {
  background: #34d731;
}

.login-34 .btn-primary:before {
  background: #34d731;
}

.login-34 .btn-primary:after {
  background: #34d731;
}

.login-34 .btn-primary:hover {
  color: #34d731;
  border: 2px solid #34d731;
}

/** Social media **/
.login-34 .facebook-i {
  background: #4867aa;
  color: #fff;
}

.login-34 .twitter-i {
  background: #33CCFF;
  color: #fff;
}

.login-34 .google-i {
  background:#c32b1e;
  color: #fff;
}

.login-34 .facebook-color{
  color: #4867aa;
}

.login-34 .twitter-color {
  color: #33CCFF;
}

.login-34 .google-color {
  color: #db4437;
}

@media (max-width: 768px) {
  .login-34 .form-section {
    border-radius:10px;
      padding:40px 20px;
  }
}

/*@media (max-width: 500px) {
  .login-34 .form-section .social-list li a i {
      display: none;
  }

  .login-34 .form-section .social-list li a {
      width: 100px;
  }
}*/
/** Login 34 end **/

/*==========================gmail_login_page===end=====================*/






blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: #0dc6ff;
}

table {
  width: 100%;
  margin-bottom: 25px;
}

table th {
  font-weight: 600;
  color: rgba(254, 254, 254, 0.7);
}

table td,
table th {
  border-top: 1px solid #4D4D4D;
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}

dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: rgba(254, 254, 254, 0.7);
  border: 1px solid #4D4D4D;
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: rgba(254, 254, 254, 0.7);
  border-radius: 5px;
}

.cs-nav .cs-nav_list > li > a { color: #000; }
.cs-nav .cs-nav_list > li > a:hover, 
.cs-nav .cs-nav_list > li > a.active { color: #fff; background: #00b6d4; }

.cs-nav .cs-nav_list > li > a:hover:after, 
.cs-nav .cs-nav_list > li > a.active:after { border-color: #fff!important; }


@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 16px;
    line-height: 1.6em;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

input, textarea {
  color: #FEFEFE;
}

/*--------------------------------------------------------------
  2. Preloader
----------------------------------------------------------------*/
.cs-preloader {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #181818;
}

.cs-preloader_bg {
  text-align: center;
  height: 100%;
  width: 100%;
}

.cs-preloader_in {
  width: 120px;
  height: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.cs-preloader_in:after {
  content: "";
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #0dc6ff;
  border-radius: 50%;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: 50%;
  top: 50%;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  margin-left: -60px;
  margin-top: -60px;
}

.cs-preloader_in::before {
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0dc6ff;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  3. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .cs-height_0 {
    height: 0px;
  }
  .cs-height_5 {
    height: 5px;
  }
  .cs-height_10 {
    height: 10px;
  }
  .cs-height_15 {
    height: 15px;
  }
  .cs-height_20 {
    height: 20px;
  }
  .cs-height_25 {
    height: 25px;
  }
  .cs-height_30 {
    height: 30px;
  }
  .cs-height_35 {
    height: 35px;
  }
  .cs-height_40 {
    height: 40px;
  }
  .cs-height_45 {
    height: 45px;
  }
  .cs-height_50 {
    height: 50px;
  }
  .cs-height_55 {
    height: 55px;
  }
  .cs-height_60 {
    height: 60px;
  }
  .cs-height_65 {
    height: 65px;
  }
  .cs-height_70 {
    height: 70px;
  }
  .cs-height_75 {
    height: 75px;
  }
  .cs-height_80 {
    height: 80px;
  }
  .cs-height_85 {
    height: 85px;
  }
  .cs-height_90 {
    height: 90px;
  }
  .cs-height_95 {
    height: 95px;
  }
  .cs-height_100 {
    height: 100px;
  }
  .cs-height_105 {
    height: 105px;
  }
  .cs-height_110 {
    height: 110px;
  }
  .cs-height_115 {
    height: 115px;
  }
  .cs-height_120 {
    height: 120px;
  }
  .cs-height_125 {
    height: 125px;
  }
  .cs-height_130 {
    height: 130px;
  }
  .cs-height_135 {
    height: 135px;
  }
  .cs-height_140 {
    height: 140px;
  }
  .cs-height_145 {
    height: 145px;
  }
  .cs-height_150 {
    height: 150px;
  }
  .cs-height_155 {
    height: 155px;
  }
  .cs-height_160 {
    height: 160px;
  }
  .cs-height_165 {
    height: 165px;
  }
  .cs-height_170 {
    height: 170px;
  }
  .cs-height_175 {
    height: 175px;
  }
  .cs-height_180 {
    height: 180px;
  }
  .cs-height_185 {
    height: 185px;
  }
  .cs-height_190 {
    height: 190px;
  }
  .cs-height_195 {
    height: 195px;
  }
  .cs-height_200 {
    height: 200px;
  }
  .cs-height_205 {
    height: 205px;
  }
  .cs-height_210 {
    height: 210px;
  }
}

@media screen and (max-width: 991px) {
  .cs-height_lg_0 {
    height: 0px;
  }
  .cs-height_lg_5 {
    height: 5px;
  }
  .cs-height_lg_10 {
    height: 10px;
  }
  .cs-height_lg_15 {
    height: 15px;
  }
  .cs-height_lg_20 {
    height: 20px;
  }
  .cs-height_lg_25 {
    height: 25px;
  }
  .cs-height_lg_30 {
    height: 30px;
  }
  .cs-height_lg_35 {
    height: 35px;
  }
  .cs-height_lg_40 {
    height: 40px;
  }
  .cs-height_lg_45 {
    height: 45px;
  }
  .cs-height_lg_50 {
    height: 50px;
  }
  .cs-height_lg_55 {
    height: 55px;
  }
  .cs-height_lg_60 {
    height: 60px;
  }
  .cs-height_lg_65 {
    height: 65px;
  }
  .cs-height_lg_70 {
    height: 70px;
  }
  .cs-height_lg_75 {
    height: 75px;
  }
  .cs-height_lg_80 {
    height: 80px;
  }
  .cs-height_lg_85 {
    height: 85px;
  }
  .cs-height_lg_90 {
    height: 90px;
  }
  .cs-height_lg_95 {
    height: 95px;
  }
  .cs-height_lg_100 {
    height: 100px;
  }
  .cs-height_lg_105 {
    height: 105px;
  }
  .cs-height_lg_110 {
    height: 110px;
  }
  .cs-height_lg_115 {
    height: 115px;
  }
  .cs-height_lg_120 {
    height: 120px;
  }
  .cs-height_lg_125 {
    height: 125px;
  }
  .cs-height_lg_130 {
    height: 130px;
  }
  .cs-height_lg_135 {
    height: 135px;
  }
  .cs-height_lg_140 {
    height: 140px;
  }
  .cs-height_lg_145 {
    height: 145px;
  }
  .cs-height_lg_150 {
    height: 150px;
  }
  .cs-height_lg_155 {
    height: 155px;
  }
  .cs-height_lg_160 {
    height: 160px;
  }
  .cs-height_lg_165 {
    height: 165px;
  }
  .cs-height_lg_170 {
    height: 170px;
  }
  .cs-height_lg_175 {
    height: 175px;
  }
  .cs-height_lg_180 {
    height: 180px;
  }
  .cs-height_lg_185 {
    height: 185px;
  }
  .cs-height_lg_190 {
    height: 190px;
  }
  .cs-height_lg_195 {
    height: 195px;
  }
  .cs-height_lg_200 {
    height: 200px;
  }
  .cs-height_lg_205 {
    height: 205px;
  }
  .cs-height_lg_210 {
    height: 210px;
  }
}

/*--------------------------------------------------------------
  4. General
----------------------------------------------------------------*/
.cs-row_gap_20 {
  margin-left: -10px;
  margin-right: -10px;
}

.cs-row_gap_20 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.cs-light {
  font-weight: 300;
}

.cs-normal {
  font-weight: 400;
}

.cs-medium {
  font-weight: 500;
}

.cs-semi_bold {
  font-weight: 600;
}

.cs-bold {
  font-weight: 700;
}

.cs-extra_bold {
  font-weight: 800;
}

.cs-black {
  font-weight: 900;
}

.cs-radius_3 {
  border-radius: 3px;
}

.cs-radius_5 {
  border-radius: 5px;
}

.cs-radius_7 {
  border-radius: 7px;
}

.cs-radius_10 {
  border-radius: 10px;
}

.cs-radius_15 {
  border-radius: 15px;
}

.cs-line_height_1 {
  line-height: 1.2em;
}

.cs-line_height_2 {
  line-height: 1.25em;
}

.cs-line_height_3 {
  line-height: 1.3em;
}

.cs-line_height_4 {
  line-height: 1.4em;
}

.cs-line_height_5 {
  line-height: 1.5em;
}

.cs-line_height_6 {
  line-height: 1.6em;
}

.cs-line_height_7 {
  line-height: 1.7em;
}

.cs-font_14 {
  font-size: 14px;
}

.cs-font_16 {
  font-size: 16px;
}

.cs-font_18 {
  font-size: 18px;
}

.cs-font_20 {
  font-size: 20px;
}

.cs-font_22 {
  font-size: 22px;
}

.cs-font_28 {
  font-size: 28px;
}

.cs-font_30 {
  font-size: 28px;
}

.cs-font_38 {
  font-size: 38px;
}

.cs-font_42 {
  font-size: 42px;
}

.cs-font_50 {
  font-size: 50px;
}

.cs-mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs-m0 {
  margin: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #f2f1ff;
}

.cs-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs-vertical_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}

.cs-vertical_middle_in {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.cs-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs-white_color,
.cs-white_color_hover:hover {
  color: #fff;
}

.cs-primary_color {
  color: #FEFEFE;
}

.cs-ternary_color {
  color: #999696;
}

.cs-accent_color,
.cs-accent_color_hover:hover {
  color: #0dc6ff;
}

.cs-white_bg {
  background-color: #fff;
}

.cs-gray_bg {
  background-color: #181818;
}

.cs-accent_bg_1,
.cs-accent_bg_1_hover:hover {
  background-color: rgba(255, 74, 23, 0.01);
}

.cs-accent_bg_2,
.cs-accent_bg_2_hover:hover {
  background-color: rgba(255, 74, 23, 0.02);
}

.cs-accent_bg_3,
.cs-accent_bg_3_hover:hover {
  background-color: rgba(255, 74, 23, 0.03);
}

.cs-accent_bg_4,
.cs-accent_bg_4_hover:hover {
  background-color: rgba(255, 74, 23, 0.04);
}

.cs-accent_bg_5,
.cs-accent_bg_5_hover:hover {
  background-color: rgba(255, 74, 23, 0.05);
}

.cs-accent_bg_6,
.cs-accent_bg_6_hover:hover {
  background-color: rgba(255, 74, 23, 0.06);
}

.cs-accent_bg_7,
.cs-accent_bg_7_hover:hover {
  background-color: rgba(255, 74, 23, 0.07);
}

.cs-accent_bg_8,
.cs-accent_bg_8_hover:hover {
  background-color: rgba(255, 74, 23, 0.08);
}

.cs-accent_bg_9,
.cs-accent_bg_9_hover:hover {
  background-color: rgba(255, 74, 23, 0.09);
}

.cs-accent_bg_10,
.cs-accent_bg_10_hover:hover {
  background-color: rgba(255, 74, 23, 0.1);
}

.cs-accent_bg_15,
.cs-accent_bg_15_hover:hover {
  background-color: rgba(255, 74, 23, 0.15);
}

.cs-accent_bg_20,
.cs-accent_bg_20_hover:hover {
  background-color: rgba(255, 74, 23, 0.2);
}

.cs-accent_bg_25,
.cs-accent_bg_25_hover:hover {
  background-color: rgba(255, 74, 23, 0.25);
}

.cs-accent_bg_30,
.cs-accent_bg_30_hover:hover {
  background-color: rgba(255, 74, 23, 0.3);
}

.cs-accent_bg_35,
.cs-accent_bg_35_hover:hover {
  background-color: rgba(255, 74, 23, 0.35);
}

.cs-accent_bg_40,
.cs-accent_bg_40_hover:hover {
  background-color: rgba(255, 74, 23, 0.4);
}

.cs-accent_bg_50,
.cs-accent_bg_50_hover:hover {
  background-color: rgba(255, 74, 23, 0.5);
}

.cs-accent_bg_60,
.cs-accent_bg_60_hover:hover {
  background-color: rgba(255, 74, 23, 0.6);
}

.cs-accent_bg_70,
.cs-accent_bg_70_hover:hover {
  background-color: rgba(255, 74, 23, 0.7);
}

.cs-accent_bg_80,
.cs-accent_bg_80_hover:hover {
  background-color: rgba(255, 74, 23, 0.8);
}

.cs-accent_bg_90,
.cs-accent_bg_90_hover:hover {
    /* background-color: rgba(255, 74, 23, 0.9);*/
    background: rgb(17,199,255);
background: linear-gradient(180deg, rgba(17,199,255,1) 0%, rgba(16,160,204,1) 100%);
}

.cs-accent_bg,
.cs-accent_bg_hover:hover {
    background-color: #f29712;

    /*background: rgb(17,199,255);
    background: linear-gradient(180deg, rgba(17,199,255,1) 0%, rgba(16,160,204,1) 100%);*/
}

.cs-primary_bg,
.cs-primary_bg_hover:hover {
  background-color: #FEFEFE;
}

.cs-gradient_bg_1 {
  background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
}

.cs-text_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #fff;
}

.cs-text_btn svg {
  margin-left: 15px;
}

.cs-text_btn span {
  display: inline-block;
  position: relative;
}

.cs-text_btn span::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.cs-text_btn:hover span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.cs-text_btn.cs-type1 svg {
  margin-left: 0px;
  margin-right: 15px;
}

.cs-text_btn.cs-type1 span::before {
  left: initial;
  right: -100%;
  -webkit-transform: scaleX(0) rotateY(180deg);
          transform: scaleX(0) rotateY(180deg);
}

.cs-text_btn.cs-type1:hover span::before {
  -webkit-transform: scaleX(1) rotateY(180deg);
          transform: scaleX(1) rotateY(180deg);
}

.cs-text_btn.cs-type2 svg {
  margin-left: 0;
  margin-right: 15px;
}

.cs-btn.cs-style1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 13px 26px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: transparent;
    color: #FEFEFE;
    position: relative;
    line-height: 1.5em;
    font-weight: 600;
    border-radius: 15px;
    background-color: #0dc6ff;
    color: #fff;
    cursor: pointer;
}
.cs-btn.cs-style1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(22, 22, 22, 0.74);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    border-radius: inherit;
}

.cs-btn.cs-style1 svg {
  margin-left: 14px;
}

.cs-btn.cs-style1 > * {
  position: relative;
  z-index: 1;
}

.cs-btn.cs-style1:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.cs-btn.cs-style1.cs-type1 {
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 5px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.cs-btn.cs-style1.cs-type1::before {
  background-color: #fff;
  border-radius: 0px;
}

.cs-btn.cs-style1.cs-type1:hover {
  color: #000;
}

.cs-page_navigation > div {
  position: relative;
}

.cs-page_navigation > div:not(:last-child) {
  margin-right: 21px;
  padding-right: 21px;
}

.cs-page_navigation > div:not(:last-child)::after {
  content: '';
  height: 22px;
  width: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: -1px;
  top: 3px;
}

.cs-pagination_box {
  margin: -7px;
}

.cs-pagination_box .cs-pagination_item {
  margin: 7px;
}

.cs-pagination_item {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background-color: #000;
}

.cs-pagination_item.active {
  background-color: #0dc6ff;
  color: #fff;
  pointer-events: none;
}

.cs-form_field {
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 15px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #999696;
  background-color: transparent;
  color: #fff;
}

.cs-form_field:focus {
  border-color: #0dc6ff;
}

label {
  margin-bottom: 12px;
}

.cs-right_full_width {
  width: calc(50vw - 12px);
  padding-right: 24px;
}

.cs-rating {
  width: 136px;
  height: 24px;
  position: relative;
}

.cs-rating > * {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.cs-rating .cs-rating_bg {
  opacity: 0.2;
}

.cs-rating .cs-rating_percentage {
  width: 50%;
}

.cs-post_meta.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-post_meta.cs-style1 > * {
  position: relative;
  display: inline-block;
}

.cs-post_meta.cs-style1 > *:not(:last-child) {
  margin-right: 12px;
  padding-right: 12px;
}

.cs-post_meta.cs-style1 > *:not(:last-child)::before {
  content: '';
  height: 20px;
  width: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

/* Start Accordion */
.cs-accordian_title {
  font-size: 22px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-accordian_body {
  line-height: 1.8em;
  padding-top: 15px;
}

.cs-accordian_body p {
  margin: 0;
}

.cs-accordian_head {
  padding: 2px 20px 2px 0;
  position: relative;
  cursor: pointer;
}

.cs-accordian_head:hover .cs-accordian_title {
  color: #0dc6ff;
}

.cs-accordian {
  border-bottom: 2px solid #0dc6ff;
  padding-bottom: 25px;
}

.cs-accordian:not(:last-child) {
  margin-bottom: 25px;
}

.cs-accordian_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-accordian.active .cs-accordian_toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cs-accordian.active .cs-accordian_head {
  pointer-events: none;
}

/* End Accordion */
#cs-result {
  line-height: 2.8em;
}

.cs-parallax > *:not([class*='cs-shape_']) {
  position: relative;
  z-index: 5;
}

.cs-fullscreen_swiper_wrap {
  position: relative;
  height: 100vh;
}

.cs-fullscreen_swiper_slider {
  width: 100%;
  height: 100%;
}

.cs-cursor_lg,
.cs-cursor_sm {
  position: fixed;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  z-index: 9999;
}

.cs-cursor_lg {
  width: 40px;
  height: 40px;
  border: 1px solid #0dc6ff;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.cs-cursor_sm {
  width: 8px;
  height: 8px;
  background-color: #0dc6ff;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* Odometer */
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.odometer.odometer-auto-theme
.odometer-digit
.odometer-value.odometer-last-value,
.odometer.odometer-theme-default
.odometer-digit
.odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
.odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
.odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
.odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
.odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: inherit;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

@media screen and (max-width: 1399px) {
  .cs-right_space_150 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-right_space_40,
  .cs-right_space_150 {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .cs-left_space_30 {
    padding-left: 0px;
  }
  .cs-font_14_sm {
    font-size: 14px;
  }
  .cs-font_16_sm {
    font-size: 16px;
  }
  .cs-font_18_sm {
    font-size: 18px;
  }
  .cs-font_20_sm {
    font-size: 20px;
  }
  .cs-font_22_sm {
    font-size: 22px;
  }
  .cs-font_24_sm {
    font-size: 24px;
  }
  .cs-font_26_sm {
    font-size: 26px;
  }
  .cs-font_28_sm {
    font-size: 28px;
  }
  .cs-font_42_sm {
    font-size: 42px;
  }
  .cs-font_36_sm {
    font-size: 36px;
  }
  .cs-btn_group > *:not(:last-child) {
    margin-right: 10px;
  }
  .flex-column-reverse-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cs-seciton_heading.cs-style1 .cs-section_title::before {
    top: 1px;
  }
}

.cs-partner_logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}

.cs-partner_logo {
  padding: 20px;
}

.cs-moving_text_wrap {
  font-family: helvetica;
  overflow-x: hidden;
  font-size: 120px;
  line-height: 1.2em;
  color: transparent;
  -webkit-text-stroke: 2px #0dc6ff;
}

.cs-moving_text_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}

.cs-moving_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px;
  -webkit-animation: slide-left 20s linear infinite;
          animation: slide-left 20s linear infinite;
}

.cs-moving_text > * {
  margin: 0 20px;
}

.cs-moving_text_wrap.cs-type1 {
  color: #0dc6ff;
}

.cs-moving_text_wrap.cs-type1 .cs-moving_text {
  padding: 0;
  -webkit-animation: slide-left 40s linear infinite;
          animation: slide-left 40s linear infinite;
}

.cs-moving_text_wrap.cs-type1 .cs-moving_text a:hover {
  color: transparent;
  -webkit-text-stroke: 2px #0dc6ff;
}

.cs-moving_text_wrap.cs-type1:hover .cs-moving_text {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.cs-reverse_animation {
  animation-direction: reverse !important;
}

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

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

.cs-video_block_1_wrap {
  position: relative;
}

.cs-video_block_1_wrap::before {
  content: '';
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0%;
  top: 0%;
  background-color: #000;
}

.cs-video_block.cs-style1 {
  display: block;
  height: 725px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 20px;
}

.cs-video_block.cs-style1::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(22, 22, 22, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-video_block.cs-style1:hover::before {
  opacity: 1;
}

.cs-video_block.cs-style1.cs-size1 {
  height: 580px;
}

.cs-player_btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs-player_btn:before,
.cs-player_btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}

.cs-player_btn:before {
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.cs-player_btn:after {
  z-index: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.cs-player_btn span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 24px solid currentColor;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.cs-fixed_bg {
  background-attachment: fixed;
}

.cs-parallax [class*='cs-to_'],
.cs-parallax_bg [class*='cs-to_'] {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cs-section_heading.cs-style1 .cs-section_subtitle {
    color: #0dc6ff;
    font-size: 23px;
    margin-bottom: 5px;
}

.cs-section_heading.cs-style1 .cs-section_title {
  font-size: 50px;
  margin-bottom: 0;
}

.cs-section_heading.cs-style1 .cs-separator {
  height: 2px;
  width: 50px;
  border-radius: 2px;
}

.cs-hover_layer,
.cs-hover_layer1,
.cs-hover_layer3 {
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(600px) translate3d(0, 0, 0);
          transform: perspective(600px) translate3d(0, 0, 0);
}

@-webkit-keyframes particalAnimation {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(80px, -10px);
            transform: translate(80px, -10px);
  }
  40% {
    -webkit-transform: translate(140px, 70px);
            transform: translate(140px, 70px);
  }
  60% {
    -webkit-transform: translate(90px, 130px);
            transform: translate(90px, 130px);
  }
  80% {
    -webkit-transform: translate(-40px, 80px);
            transform: translate(-40px, 80px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes particalAnimation {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(80px, -10px);
            transform: translate(80px, -10px);
  }
  40% {
    -webkit-transform: translate(140px, 70px);
            transform: translate(140px, 70px);
  }
  60% {
    -webkit-transform: translate(90px, 130px);
            transform: translate(90px, 130px);
  }
  80% {
    -webkit-transform: translate(-40px, 80px);
            transform: translate(-40px, 80px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
  }
}

@keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
  }
}

@-webkit-keyframes light-mode {
  50% {
    opacity: 0.5;
  }
}

@keyframes light-mode {
  50% {
    opacity: 0.5;
  }
}

@-webkit-keyframes animo-y {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@keyframes animo-y {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@-webkit-keyframes rotate-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
            transform: translateY(25px) rotate(-53deg);
  }
}

@keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
            transform: translateY(25px) rotate(-53deg);
  }
}

@-webkit-keyframes up-down-anim {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(40px) rotate(-1deg);
            transform: translateY(40px) rotate(-1deg);
  }
}

@keyframes up-down-anim {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(40px) rotate(-1deg);
            transform: translateY(40px) rotate(-1deg);
  }
}

@-webkit-keyframes swing-anim {
  65% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-48px) rotate(-75deg);
            transform: translateY(-48px) rotate(-75deg);
  }
}

@keyframes swing-anim {
  65% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-48px) rotate(-75deg);
            transform: translateY(-48px) rotate(-75deg);
  }
}

.cs-shape_1 {
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #0dc6ff;
}

.cs-shape_wrap_1 {
  position: relative;
}

.cs-shape_wrap_1 .cs-shape_1 {
  position: absolute;
}

.cs-shape_wrap_1 .cs-shape_1:nth-child(1) {
  top: 25%;
  left: 10%;
  -webkit-animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_1 .cs-shape_1:nth-child(2) {
  top: 30%;
  left: 72%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-animation: semi-rotate-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: semi-rotate-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_1 .cs-shape_1:nth-child(3) {
  top: 68%;
  left: 35%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(1) {
  top: 15%;
  left: 15%;
}

.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(2) {
  top: 35%;
  left: 85%;
}

.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(3) {
  top: 85%;
  left: 35%;
}

.cs-shape_2 {
  position: absolute;
  height: 320px;
  width: 320px;
}

.cs-shape_2 div {
/*  background-color: #0b3d54;*/
  background: #035a95;
    background: -moz-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: -webkit-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: linear-gradient(to right,#035a95 0%,#0498bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035a95',endColorstr='#0498bd',GradientType=1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
   height: 100%;
   width: 100%;
}

.cs-shape_wrap_2 {
  position: relative;
  background: url(../img/bg-line-2.png) left bottom no-repeat; background-size: 100% auto;
}

.cs-shape_wrap_2 .cs-shape_2 {
  right: -10%;
  top: 12%;
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_3 {
  position: relative;
}

.cs-shape_wrap_3 .cs-shape_3 {
  position: absolute;
  right: 20px;
  top: -2%;
}

.cs-shape_wrap_4 {
  position: relative;
}

.cs-shape_wrap_4 .cs-shape_4 {
  position: absolute;
  background-color: #0e5d8c61;
  border-radius: 50%;
}

.cs-shape_wrap_4 .cs-shape_4:nth-child(1) {
  left: 5%;
  top: 52%;
  height: 100px;
  width: 100px;
}

.cs-shape_wrap_4 .cs-shape_4:nth-child(2) {
  left: 10%;
  top: 58%;
  height: 286px;
  width: 286px;
}

.cs-shape_wrap_5 {
  position: relative;
}

.cs-shape_wrap_5 .cs-section_heading {
  position: relative;
  z-index: 2;
}

.cs-shape_wrap_5 .cs-shape_1 {
  position: absolute;
}

.cs-shape_wrap_5 .cs-shape_1:nth-child(1) {
  top: 25%;
  left: 58%;
  -webkit-animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_5 .cs-shape_1:nth-child(2) {
  top: 40%;
  left: 85%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-animation: semi-rotate-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: semi-rotate-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_5 .cs-shape_1:nth-child(3) {
  top: 85%;
  left: 72%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_6 {
  position: relative;
  overflow: hidden;
}

.cs-shape_wrap_6 > .container {
  position: relative;
  z-index: 3;
}

.cs-shape_wrap_6 .cs-shape_2 > div {
  background-color: #181818;
}

.cs-shape_wrap_6 .cs-shape_2:nth-child(1) {
  left: -240px;
  top: 30px;
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_6 .cs-shape_2:nth-child(2) {
  bottom: 30px;
  right: -200px;
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-contact_info.cs-style1 svg {
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  max-height: 20px;
}

.cs-contact_info.cs-style1 li {
  position: relative;
  padding-left: 35px;
}

.cs-contact_info.cs-style1 li:not(:last-child) {
  margin-bottom: 22px;
}

.cs-page_heading.cs-style1 {
  height: 650px;
  padding: 120px 0 50px;
  position: relative;
}

.cs-page_heading.cs-style1::after {
  content: '';
  position: absolute;
  right: -30px;
  top: -30px;
  height: 151px;
  width: 151px;
  background: #0dc6ff;
  opacity: 0.8;
  -webkit-filter: blur(125px);
          filter: blur(125px);
}

.cs-page_heading.cs-style1 > * {
  position: relative;
  z-index: 2;
}

.cs-page_heading.cs-style1 .cs-page_heading_in {
  display: inline-block;
}

.cs-page_heading.cs-style1 .breadcrumb {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
  color: #999696;
}

.cs-page_heading.cs-style1 .breadcrumb-item.active {
  color: #fff;
}

.cs-page_heading.cs-style1 .cs-page_title {
  margin-bottom: 18px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '';
  height: 17px;
  width: 1px;
  background-color: #fff;
  padding: 0;
  position: relative;
  top: 5px;
  margin-right: 14px;
}

.cs-image_layer.cs-style1 {
  padding-right: 60px;
  padding-bottom: 60px;
}

.cs-image_layer.cs-style1 img {
  position: relative;
  z-index: 2;
}

.cs-image_layer.cs-style1 .cs-image_layer_in {
  position: relative;
  border-radius: 15px;
}

.cs-image_layer.cs-style1 .cs-image_layer_in::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  right: -60px;
  bottom: -60px;
  background-color: #0dc6ff;
  border-radius: inherit;
}

.cs-image_layer.cs-style1.cs-size_md {
  padding-right: 20px;
  padding-bottom: 20px;
}

.cs-image_layer.cs-style1.cs-size_md .cs-image_layer_in::after {
  right: -20px;
  bottom: -20px;
}

.cs-tab {
  display: none;
}

.cs-tab.active {
  display: block;
}

.cs-tabs.cs-style1 .cs-tabs_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cs-tab_links.cs-style1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  background-color: #000;
  border-radius: 10px;
}

.cs-tab_links.cs-style1 a {
  padding: 7px 20px;
  font-weight: 500;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cs-tab_links.cs-style1 li.active a {
  background-color: #0dc6ff;
  border-radius: 10px;
}

.cs-google_map {
  height: 600px;
}

.cs-google_map iframe {
  height: 100%;
  display: block;
  border: none;
  width: 100%;
  -webkit-filter: grayscale(100%) invert(90%) contrast(120%);
          filter: grayscale(100%) invert(90%) contrast(120%);
}

.cs-google_map.cs-type1 {
  height: 100%;
  min-height: 300px;
  width: 50vw;
}

.cs-list.cs-style1 li:not(:last-child) {
  margin-bottom: 20px;
}

.cs-shine_hover_1 {
  position: relative;
  overflow: hidden;
}

.cs-shine_hover_1::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: 1;
}

.cs-shine_hover_1:hover::before {
  -webkit-animation: shine 1.3s;
          animation: shine 1.3s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.cs-rotate_img {
  overflow: hidden;
  border-radius: 7px;
}

.cs-rotate_img_in img {
  border-radius: 100%;
}

.cs-half_screen {
  width: 56vw;
}

.lg-backdrop {
  background-color: #181818;
}

.lg-toolbar .lg-icon,
#lg-counter,
.lg-actions .lg-next,
.lg-actions .lg-prev {
  color: #fff;
}

.lg-toolbar .lg-icon:hover,
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cs-scrollup {
  position: fixed;
  bottom: -60px;
  right: 40px;
  color: #fff;
  padding: 5px;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: #000000;
  color: #0dc6ff;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(22, 22, 22, 0.2);
          box-shadow: 0px 1px 5px 1px rgba(22, 22, 22, 0.2);
  border-radius: 50%;
}

.cs-scrollup:hover {
  background-color: #0dc6ff;
  color: #fff;
}

.cs-scrollup.cs-scrollup_show {
  bottom: 50px;
}

.cs-case_study {
  position: relative;
  padding: 150px 120px;
}

.cs-case_study .cs-case_study_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cs-case_study .cs-case_study_bg .cs-accent_bg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cs-case_study .cs-case_study_bg .cs-bg {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.cs-case_study .cs-case_study_title {
  background: rgba(24, 24, 24, 0.9);
  border-radius: 15px;
  margin: 0;
  position: relative;
  z-index: 10;
  font-weight: 700;
  font-size: 120px;
  line-height: 1.25em;
  color: #fefefe;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 40px 150px;
}

.cs-case_study .cs-case_study_title a {
  color: inherit;
}

.cs-case_study .cs-case_study_title a span {
  display: inline;
  position: relative;
}

.cs-case_study .cs-case_study_title a span::before {
  content: '';
  position: absolute;
  height: 7px;
  width: 0%;
  background-color: #0dc6ff;
  left: 0;
  bottom: 20px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cs-case_study .cs-case_study_title a:hover span::before {
  width: 100%;
}

.cs-case_study.text-end .cs-case_study_title a span::before {
  left: initial;
  right: 0;
}

.cs-faq_nav {
  height: 100%;
  background-color: #000;
  padding: 45px 35px;
}

.cs-faq_nav .cs-faq_nav_title {
  font-size: 30px;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.swiper-slide .cs-entity_img {
  display: none;
}

.cs-parallax_slider {
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.cs-parallax_slider.loading {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1540px) {
  .cs-case_study .cs-case_study_title {
    font-size: 100px;
    padding: 40px 120px;
  }
  .cs-case_study .cs-case_study_title a span::before {
    bottom: 15px;
  }
}

@media screen and (max-width: 1550px) {
  .cs-shape_wrap_2 .cs-shape_2 {
    right: -15%;
    top: 8%;
  }
  .cs-video_block.cs-style1 {
    height: 650px;
  }
}

@media screen and (max-width: 1400px) {
  .cs-case_study .cs-case_study_title {
    font-size: 80px;
    padding: 40px 100px;
  }
  .cs-case_study .cs-case_study_title a span::before {
    bottom: 12px;
    height: 5px;
  }
}

@media screen and (max-width: 1380px) {
      .cs-section_heading.cs-style1 .cs-section_title {
        font-size: 36px; font-weight: 800;
      }
      .cs-font_50 {
        font-size: 42px;
      }
      .cs-moving_text_wrap {
        font-size: 100px;
      }
      .cs-shape_wrap_4 .cs-shape_4:nth-child(2) {
        height: 200px;
        width: 200px;
      }
      .cs-page_heading.cs-style1 {
        height: 550px;
      }
}

@media screen and (max-width: 1199px) {
  .cs-moving_text_wrap {
    font-size: 80px;
  }
  .cs-page_heading.cs-style1 {
    height: 450px;
  }
  .cs-half_screen {
    width: 100%;
  }
  .cs-video_block.cs-style1.cs-size1 {
    height: 450px;
  }
  .cs-case_study .cs-case_study_title {
    font-size: 60px;
  }
  .cs-case_study .cs-case_study_title a span::before {
    bottom: 8px;
    height: 5px;
  }
  .cs-portfolio_1_heading .cs-tabs_heading {
    display: block;
  }
  .cs-portfolio_1_heading .cs-section_heading + .cs-isotop_filter {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cs-section_heading.cs-style1 .cs-section_title {
    font-size: 36px;
  }
  .cs-section_heading.cs-style1 .cs-section_subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .cs-shape_wrap_4 .cs-shape_4:nth-child(1),
  .cs-shape_wrap_4 .cs-shape_4:nth-child(2),
  .cs-shape_wrap_2 .cs-shape_2,
  .cs-shape_wrap_3 .cs-shape_3,
  .cs-shape_wrap_6 .cs-shape_2 {
    display: none;
  }
  .cs-font_50 {
    font-size: 36px;
  }
  .cs-font_38 {
    font-size: 32px;
  }
  .cs-video_block.cs-style1,
  .cs-video_block.cs-style1.cs-size1 {
    height: 400px;
  }
  .cs-video_block.cs-style1 .cs-player_btn,
  .cs-video_block.cs-style1.cs-size1 .cs-player_btn {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  .cs-page_heading.cs-style1 {
    padding: 100px 0 50px;
    height: 400px;
  }
  .cs-page_heading.cs-style1 .cs-page_title {
    margin-bottom: 15px;
  }
  .cs-list.cs-style1 li:not(:last-child) {
    margin-bottom: 10px;
  }
  .cs-accordian_title {
    font-size: 18px;
  }
  .cs-accordian:not(:last-child) {
    margin-bottom: 15px;
  }
  .cs-accordian {
    padding-bottom: 15px;
    border-width: 1px;
  }
  .cs-google_map {
    height: 400px;
  }
  .cs-btn.cs-style1 {
    padding: 10px 20px;
  }
  .cs-faq_nav {
    padding: 30px 30px;
  }
  .cs-faq_nav .cs-faq_nav_title {
    font-size: 26px;
  }
  .cs-google_map.cs-type1 {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
  }
  .cs-scrollup {
    right: 15px;
  }
  .cs-scrollup.cs-scrollup_show {
    bottom: 50px;
  }
  .cs-column_reverse_lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cs-case_study {
    position: relative;
    padding: 80px 70px;
  }
  .cs-case_study .cs-case_study_title {
    font-size: 56px;
    padding: 25px 45px;
  }
  .cs-case_study .cs-case_study_title a span::before {
    bottom: 8px;
    height: 4px;
  }
  #cs-result {
    line-height: 2.2em;
  }
}

@media screen and (max-width: 767px) {
  .cs-tabs.cs-style1 .cs-tabs_heading {
    display: block;
  }
  .cs-tabs.cs-style1 .cs-section_heading + .cs-tab_links {
    margin-top: 50px;
  }
  .cs-case_study {
    padding: 80px 12px;
  }
  .cs-case_study .cs-case_study_title {
    font-size: 40px;
    padding: 25px 25px;
  }
  .cs-case_study .cs-case_study_title a span::before {
    bottom: 5px;
    height: 3px;
  }
  .cs-cursor_lg,
  .cs-cursor_sm {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .cs-partner_logo {
    padding: 5px;
  }
  .cs-image_layer.cs-style1 {
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .cs-image_layer.cs-style1 .cs-image_layer_in::after {
    right: -30px;
    bottom: -30px;
  }
  .cs-video_block.cs-style1,
  .cs-video_block.cs-style1.cs-size1 {
    height: 380px;
  }
  .cs-video_block.cs-style1 .cs-player_btn,
  .cs-video_block.cs-style1.cs-size1 .cs-player_btn {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  .cs-moving_text_wrap {
    font-size: 56px;
  }
  .cs-partner_logo_wrap {
    margin: 0 -10px;
  }
  .cs-partner_logo {
    padding: 10px;
  }
  .cs-case_study .cs-case_study_title {
    font-size: 30px;
  }
  .cs-case_study .cs-case_study_title a span::before {
    bottom: 4px;
    height: 2px;
  }
  .cs-page_heading.cs-style1 .breadcrumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*--------------------------------------------------------------
  5. Slider
----------------------------------------------------------------*/
.cs-slider_heading.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-slider {
  position: relative;
}

.cs-slider.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cs-slider.cs-style1 .cs-slider_left {
  width: 40%;
}

.cs-slider.cs-style1 .cs-slider_right {
  width: 60%;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 {
  padding: 50px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  left: -20px;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_title {
  opacity: 0;
  left: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_subtitle {
  opacity: 0;
  left: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 {
  padding: 0; 
}

.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  left: 0px;
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 .cs-portfolio_title {
  color: #fff;
  left: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 .cs-portfolio_subtitle {
  left: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs-remove_overflow .slick-list {
  overflow: visible;
}

.cs-remove_overflow .slick-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cs-remove_overflow .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.cs-pagination.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}

.cs-pagination.cs-style1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inherit !important;
}

.cs-pagination.cs-style1 li {
  height: 16px;
  width: 16px;
  background-color: #0dc6ff;
  border: 1px solid #0dc6ff;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-pagination.cs-style1 li::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0dc6ff;
}

.cs-pagination.cs-style1 li.slick-active {
  background-color: transparent;
}

.cs-pagination.cs-style1 button {
  display: none;
}

.cs-swiper_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 52px;
  right: initial;
  top: initial;
  z-index: 2;
}

.cs-swiper_pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background-color: #0dc6ff;
  border: 1px solid #0dc6ff;
  border-radius: 50%;
  margin: 0 8px !important;
  cursor: pointer;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-swiper_pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0dc6ff;
}

.cs-swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}

.cs-swiper_pagination.cs-square_shape .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 3px;
}

.cs-swiper_pagination.cs-square_shape .swiper-pagination-bullet::before {
  border-radius: 1px;
}

.swiper-horizontal > .swiper-pagination-bullets.cs-swiper_pagination,
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination {
  right: initial;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 52px;
  width: initial;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination {
  right: initial;
  top: initial;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
  left: 115px;
  bottom: initial;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet {
  display: block;
  height: initial;
  width: initial;
  border: none;
  background-color: transparent;
  margin: 15px 0 !important;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet::before {
  display: none;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #0dc6ff;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(1)::after {
  content: '01';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(2)::after {
  content: '02';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(3)::after {
  content: '03';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(4)::after {
  content: '04';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(5)::after {
  content: '05';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(6)::after {
  content: '06';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(7)::after {
  content: '07';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(8)::after {
  content: '08';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(9)::after {
  content: '09';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(10)::after {
  content: '10';
}

.cs-slider_arrows.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -8px;
}

.cs-slider_arrows.cs-style1 .slick-arrow {
  width: 60px;
  height: 35px;
  border: 2px solid currentColor;
  border-radius: 5px;
  margin: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-slider_arrows.cs-style1 .slick-arrow:hover {
  color: #fff;
  background-color: #0dc6ff;
  border-color: #0dc6ff;
}

.cs-slider_arrows.cs-style2 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: rgba(153, 150, 150, 0.5);
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-slider_arrows.cs-style2 .slick-arrow:hover {
  background-color: #999696;
}

.cs-slider_arrows.cs-style2 .slick-arrow.cs-left_arrow {
  left: 40px;
}

.cs-slider_arrows.cs-style2 .slick-arrow.cs-right_arrow {
  right: 40px;
}

.slick-dotted {
  cursor: url(../img/drag.png) 16 9, ew-resize !important;
}

.cs-gap-50 .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}



.cs-gap-24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}

.cs-gap-24 .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.cs-gap-12 .slick-slide {
  padding-left: 6px;
  padding-right: 6px;
}

.cs-gap-12 .slick-list {
  margin-left: -6px;
  margin-right: -6px;
}

.cs-slider_controll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cs-slider_controll .cs-controll_seperator {
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(254, 254, 254, 0.5);
  margin: 0 20px;
}

.cs-slider_controll.cs-type1 {
  margin-left: -205px;
}

.slider-nav.cs-style1 {
  width: 405px;
}

.slider-nav.cs-style1 .slick-list {
  padding: 20px 0 !important;
}

.slider-nav.cs-style1 .slick-dots,
.slider-nav.cs-style1 .slick-arrow {
  display: none !important;
}

.slider-nav_item {
  width: 60px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.5;
    padding: 8px;
}

.slick-center .slider-nav_item {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  opacity: 1;
  position: relative;
  z-index: 2;
}

.slider-for .slick-arrow {
  top: -20px!important;
  width: 60px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  background-color: transparent;
  outline: none;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 6px;
  z-index: 2;
}

.slider-for .slick-arrow:hover {
  background-color: #0dc6ff;
  border-color: #0dc6ff;
}

.slider-for .slick-prev {
  background-image: url(../img/prev_arrow.svg);
  right: 76px!important; left: auto!important;
}

.slider-for .slick-next {
  background-image: url(../img/next_arrow.svg);
  right: 0!important; left: auto!important;
}
.slider-for .slick-next:before, .slider-for .slick-prev:before { display: none!important; }
.slider-for .slick-next:hover { background-image: url(../img/next_arrow.svg);     background-repeat: no-repeat;
    background-position: center; }
.slider-for .slick-prev:hover { background-image: url(../img/prev_arrow.svg);    background-repeat: no-repeat;
    background-position: center; }


.cs-testimonial_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cs-testimonial_slider .cs-testimonial_slider_left {
  width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-testimonial_slider .cs-testimonial_slider_right {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .cs-gap-50 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-gap-50 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cs-slider.cs-style1 {
    display: block;
  }
  .cs-slider.cs-style1 .cs-slider_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 90px;
  }
  .cs-slider.cs-style1 .cs-slider_right {
    width: 100%;
  }
  .cs-testimonial_slider .cs-testimonial_slider_left {
    width: 45%;
  }
  .cs-testimonial_slider .cs-testimonial_slider_right {
    width: 55%;
  }
  .cs-slider.cs-style3 .slick-list {
    padding: 0 15% !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets.cs-swiper_pagination,
  .swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination {
    bottom: 30px;
  }
  .swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
    left: 15px;
  }
  .swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet {
    font-size: 16px;
    margin: 7px 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .cs-hidden_desktop {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .cs-hidden_mobile {
    display: none !important;
  }
  .cs-pagination.cs-style1 {
    margin-top: 35px;
  }
  .cs-slider_nav {
    position: initial;
    width: 100%;
    -webkit-transform: initial;
            transform: initial;
    padding-bottom: 80px;
  }
  .cs-gap-40 .slick-slide,
  .cs-gap-50 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-gap-40 .slick-list,
  .cs-gap-50 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cs-slider.cs-style1 .cs-slider_left {
    padding-bottom: 45px;
  }
  .cs-slider_heading.cs-style1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cs-slider_heading.cs-style1 .cs-section_heading + .cs-slider_arrows {
    margin-top: 15px;
  }
  .cs-testimonial_slider {
    display: block;
  }
  .cs-testimonial_slider .cs-testimonial_slider_left,
  .cs-testimonial_slider .cs-testimonial_slider_right {
    width: 100%;
  }
  .cs-testimonial_slider .cs-testimonial_slider_left {
    margin-bottom: 30px;
  }
  .slider-nav.cs-style1 {
    margin: auto;
  }
  .slider-nav.cs-style1 .slick-list {
    padding: 40px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .cs-slider.cs-style3 .slick-list {
    padding: 0 15% !important;
  }
}

@media screen and (max-width: 575px) {
  .cs-hide_mobile {
    display: none;
  }
  .cs-slider.cs-style3 .slick-list {
    padding: 0 15px !important;
  }
  .swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .slider-nav.cs-style1 {
    width: 300px;
  }
  .slider-nav_item {
    width: 100px;
  }
  .cs-testimonial_slider .cs-testimonial.cs-style1 {
    padding-bottom: 70px;
  }
  .slider-for .slick-next {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 38px;
  }
  .slider-for .slick-prev {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: -38px;
  }
}

/*--------------------------------------------------------------
6. Video Popup
----------------------------------------------------------------*/
.cs-pd_video .cs-video_open,
.cs-sample_img .cs-video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.cs-pd_video .cs-video_open:hover,
.cs-sample_img .cs-video_open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cs-video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.cs-video_popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
}

.cs-video_popup_overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.cs-video_popup.active .cs-video_popup_overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cs-video_popup_content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.cs-video_popup.active .cs-video_popup_content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cs-video_popup_content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cs-video_popup_container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.cs-video_popup_container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs-video_popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs-video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cs-video_popup_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs-video_popup_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs-video_popup_close:hover:before,
.cs-video_popup_close:hover:after {
  background: #000;
}

.cs-video_popup_layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.cs-video_popup_align {
  overflow: hidden;
}

/*End Video Popup*/
/*--------------------------------------------------------------
7. Header
----------------------------------------------------------------*/
.cs-site_header {
  position: relative;
  z-index: 101;
}

.cs-site_header .cs-btn.cs-style6 {
  font-size: 16px;
}

.cs-site-branding {
  display: inline-block;
  max-width: 180px;
}

.cs-site_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-site_header.cs-style1 .cs-main_header_in,
.cs-site_header.cs-style1 .cs-top_header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 84px;
  position: relative;
}

.cs-site_header.cs-style1 .cs-main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.cs-site_header.cs-style1.cs-sticky-active {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
          box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}

.cs-site_header.cs-style1 .cs-icon_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 50%;
  color: #fff;
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in {
  width: 18px;
  height: 16px;
  line-height: 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  overflow: hidden;
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span {
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  background-color: #000;
  color: #000;
  vertical-align: top;
  -webkit-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  border-radius: 3px;
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(1) {
  -webkit-transform: translate(0, -7px);
          transform: translate(0, -7px);
  width: calc(100% - 4px);
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: calc(100% - 4px);
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(3) {
  -webkit-transform: translate(0, 7px);
          transform: translate(0, 7px);
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(4) {
  -webkit-transform: translate(0, 14px);
          transform: translate(0, 14px);
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(1) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(2) {
  -webkit-transform: translate(0, 7px);
          transform: translate(0, 7px);
  width: 100%;
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(3) {
  -webkit-transform: translate(0, 14px);
          transform: translate(0, 14px);
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(4) {
  -webkit-transform: translate(0, 21px);
          transform: translate(0, 21px);
}

.cs-site_header.cs-style1 .cs-action_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-site_header.cs-style1 .cs-action_box .cs-action_value {
  margin-left: 15px;
}

.cs-site_header.cs-style1 .cs-action_box > *:not(:last-child) {
  margin-right: 35px;
}

.cs-site_header.cs-style1 .cs-btn {
  padding: 13px 15px;
}

.cs-site_header_full_width .container {
  max-width: 100%;
  padding: 0 115px;
}

.cs-site_header_style1 {
  border-bottom: 1px solid #1a188d;
}

.cs-site_header_style1 .cs-main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-site_header_style1 .cs-nav + .cs-header_toolbox.cs-center {
  margin-left: 35px;
}

.cs-site_header_style1 .cs-nav .cs-nav_list > li.current-menu-item > a:before {
  bottom: -4px;
  background-color: #fff;
}

.cs-side_header {
  position: fixed;
  top: 0;
  right: 0px;
  width: 100%;
  z-index: 1000;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-side_header .cs-side_header_overlay {
  background-color: rgba(22, 22, 22, 0.5);
  height: inherit;
  width: inherit;
  left: inherit;
  top: inherit;
  position: inherit;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.cs-side_header .cs-side_header_in {
  width: 500px;
  height: 100vh;
  
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
  overflow: auto;
  padding: 90px 50px 50px 50px;
  position: relative;
  z-index: 2;
  right: -500px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;


  background: #035a95;
    background: -moz-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: -webkit-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: linear-gradient(to right,#035a95 0%,#0498bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035a95',endColorstr='#0498bd',GradientType=1);
}

.cs-side_header .cs-side_header_heading {
  font-size: 22px;
  line-height: 1.4em;
  margin: 0;
}

.cs-side_header .cs-side_header_title {
  font-size: 18px;
  margin-bottom: 25px;
}

.cs-side_header .cs-side_header_box {
  padding: 35px 0;
}

.cs-side_header .cs-close {
  opacity: 0;
}

.cs-side_header.active {
  opacity: 1;
  visibility: visible;
}

.cs-side_header.active .cs-side_header_overlay,
.cs-side_header.active .cs-close {
  opacity: 1;
}

.cs-side_header.active .cs-side_header_in {
  right: 0;
}

.cs-side_header .cs-side_header_shape {
  height: 257px;
  width: 257px;
  overflow: hidden;
  position: fixed;
  pointer-events: none;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.cs-side_header .cs-side_header_shape::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  right: -90px;
  bottom: -80px;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 50%;
  opacity: 0.1;
}

.cs-close {
  position: fixed;
  right: 30px;
  top: 30px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  z-index: 100;
}

.cs-close::before, .cs-close::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cs-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cs-close:hover {
  color: #0dc6ff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cs-header_badge {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 12px;
  background-color: #0dc6ff;
  color: #fff;
  display: inline-block;
  line-height: 1.6em;
  padding: 0px 7px;
  border-radius: 3px;
}

@media screen and (max-width: 1199px) {
  .cs-main_header .container {
    max-width: 100%;
  }
  .cs-site_header.cs-style1 .cs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cs-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  border-top: 2px solid #f29712;
}

.cs-gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #000;
}

.cs-gescout_show {
  top: 0 !important;
  opacity: 1;
}

.cs-site_branding {
  display: inline-block; margin-top: -35px;
}

.cs-site_branding img {
  max-height: 105px;
}

@media screen and (min-width: 1200px) {
  .cs-main_header {
    position: relative;
  }
  .cs-main_header .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cs-main_header_center,
  .cs-top_header_center {
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cs-site_header.cs-style1 .cs-main_header_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 300px);
  }
  .cs-site_header.cs-style1 .cs-main_header_left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 15px;
    line-height: 1.6em;
    color: #fff;
  }
  .cs-nav .cs-nav_list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

     /* height: inherit;*/
  }
  .cs-nav .cs-nav_list > li {
    margin-right: 5px;
/*    height: inherit;*/
  }
  .cs-nav .cs-nav_list > li:last-child {
    margin-right: 0;
  }
  .cs-nav .cs-nav_list > li > a {
    font-weight: 600;
    padding: 8px 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    /* height: inherit; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs-nav .cs-nav_list > li > a i.fa-home { vertical-align: text-top;
    margin-top: 5px;
    margin-bottom: 5px; }


  .cs-nav .cs-nav_list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .cs-nav .cs-nav_list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs-nav .cs-nav_list > li.menu-item-has-children > a {
    position: relative;
  }
  .cs-nav .cs-nav_list > li.menu-item-has-children > a::after {
      content: '';
      display: inline-block;
      height: 8px;
      width: 8px;
      border: 2px solid #000;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-left: 0;
      border-top: 0;
      margin-left: 6px;
      position: relative;
      top: -2px;
      border-radius: 0px 0px 2px 0px;
  }
  .cs-nav .cs-nav_list > li.menu-item-has-children > a.loginmenu::after {
      border-color: #fff;
  }



  .cs-nav .cs-nav_list li:not(.cs-mega_menu) {
    position: relative;
  }
  .cs-nav .cs-nav_list ul {
    width: 260px;
    background-color: #232323;
    position: absolute;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
            box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    border-top: 2px solid #0dc6ff;
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 0px 0px 5px 5px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .cs-nav .cs-nav_list ul li:hover ul {
    top: 0px;
  }
  .cs-nav .cs-nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs-nav .cs-nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
  }
  .cs-nav .cs-nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs-munu_toggle,
  .cs-munu_dropdown_toggle {
    display: none;
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper {
    width: 1296px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    padding: 5px 15px 10px;
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper a {
    padding: 5px 10px;
    font-size: 90%;
    text-align: center;
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper a img {
    border-radius: 5px;
    border: 1px solid rgba(181, 181, 181, 0.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper a:hover img {
    border-color: rgba(255, 74, 23, 0.6);
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 0;
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper > li > a:hover {
    background-color: transparent;
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper > li ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper > li ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .cs-nav .cs-nav_list .cs-mega_menu:hover .cs-mega_wrapper li ul {
    opacity: 1;
    visibility: visible;
  }
  .cs-nav
.cs-nav_list
> li
ul:not(.cs-mega_wrapper)
.menu-item-has-children
> a {
    position: relative;
  }
}

@media screen and (max-width: 1400px) {
  .cs-nav .cs-nav_list .cs-mega_wrapper {
    width: 1116px !important;
  }
  .cs-site-branding {
    max-width: 190px;
  }
  .cs-site_header_full_width .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .cs-nav .cs-nav_list .cs-mega_wrapper {
    width: 100% !important;
  }
  .cs-site_header_full_width .container {
    padding: 0 15px;
  }
  .cs-munu_dropdown_toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .cs-munu_dropdown_toggle:before, .cs-munu_dropdown_toggle:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: rgba(254, 254, 254, 0.7);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs-munu_dropdown_toggle:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs-munu_dropdown_toggle.active:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .cs-nav .cs-nav_list {
    position: absolute;
    width: 100vw;
    left: -15px;
    background-color: #181818;
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #4d4d4d52;
    border-bottom: 1px solid #4d4d4d52;
    overflow: auto;
    max-height: calc(100vh - 80px);
    line-height: 1.6em;
  }
  .cs-nav .cs-nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .cs-nav .cs-nav_list a {
    display: block;
    padding: 8px 20px;
  }
  .cs-nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .cs-munu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
  }
  .cs-munu_toggle span,
  .cs-munu_toggle span:before,
  .cs-munu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .cs-munu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .cs-munu_toggle span:before {
    content: '';
    position: absolute;
    margin-top: -9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  .cs-munu_toggle span:after {
    content: '';
    position: absolute;
    margin-top: 9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  .cs-site_header.cs-style1 .cs-munu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
  }
  .cs-toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .cs-toggle_active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  .cs-toggle_active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  .cs-header_toolbox {
    margin-right: 50px;
  }
  .cs-nav .cs-nav_list a {
    position: relative;
  }
  .cs-site_header.cs-style1 .cs-main_header_in {
    height: 80px;
  }
  .cs-hamburger span {
    height: 3px;
  }
  .cs-site_header .current-menu-item > a:before {
    display: none;
  }
  .cs-site_header.cs-style1 .cs-main_header_center .cs-site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cs-site_header.cs-style1 {
    top: 0;
  }
  .cs-toolbox {
    margin-right: 45px;
  }
  .cs-site_header.cs-style1 .cs-icon_btn {
    width: 38px;
    height: 38px;
  }
  .cs-toolbox,
  .cs-side_header {
    display: none;
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper ul {
    display: block;
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper ul .cs-nav_list_img {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .cs-site_header .container {
    max-width: 100%;
  }
  .cs-site_header.cs-style1 .cs-action_box > *:not(:last-child) {
    margin-right: 25px;
  }
  .cs-site_header.cs-style1 .cs-btn {
    padding: 8px;
  }
}

@media screen and (max-width: 575px) {
  .cs-site-branding {
    max-width: 150px;
  }
  .cs-hamburger_wrap .cs-hamburger {
    margin-right: 0;
  }
  .cs-site_branding img {
    max-height: 68px;
    margin-top: 25px;
  }
  .cs-site_header.cs-style1 .cs-btn span {
    display: none;
  }
  .cs-site_header.cs-style1 .cs-btn svg {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
}

/*--------------------------------------------------------------
  8. Footer
----------------------------------------------------------------*/
.cs-fooer_main {
  padding: 95px 0 35px;
}

.cs-footer_item {
  margin-bottom: 40px;
}

.cs-footer_item .cs-newsletter.cs-style1 {
  margin-top: 6px;
}

.cs-widget_title {
  font-size: 18px;
  margin-bottom: 35px;
}

.cs-menu_widget {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cs-menu_widget li:not(:last-child) {
  margin-bottom: 20px;
}

.cs-text_widget p {
  margin: 0;
}

.cs-text_widget img + p {
  margin-top: 30px;
}

.cs-social_btns.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
}

.cs-social_btns.cs-style1 a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 7px;
}

.cs-social_btns.cs-style1 a:hover {
  border-color: #0dc6ff;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.cs-social_btns.cs-style1 a:hover svg {
  fill: #0dc6ff;
}

.cs-newsletter.cs-style1 .cs-newsletter_form {
  position: relative;
}

.cs-newsletter.cs-style1 .cs-newsletter_input {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #000;
  border: none;
  padding: 5px 90px 5px 15px;
  outline: none;
  color: #fff;
}

.cs-newsletter.cs-style1 .cs-newsletter_btn {
  padding: 7px 25px;
  border-radius: 10px;
  color: #fff;
  background-color: #0dc6ff;
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 600;
  border: none;
  overflow: hidden;
}

.cs-newsletter.cs-style1 .cs-newsletter_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 22, 22, 0.4);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  border-radius: inherit;
}

.cs-newsletter.cs-style1 .cs-newsletter_btn span {
  position: relative;
  z-index: 1;
}

.cs-newsletter.cs-style1 .cs-newsletter_btn:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.cs-newsletter.cs-style1 .cs-newsletter_text {
  margin-top: 25px;
}

.cs-footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cs-footer_links li:not(:last-child)::after {
  content: '|';
  margin: 0 10px;
  position: relative;
  top: -1px;
}

.cs-bottom_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #4D4D4D;
}

.cs-bottom_footer > * {
  padding: 4px 0;
}

.cs-text_widget + .cs-social_btns.cs-style1 {
  margin-top: 25px;
}

@media screen and (max-width: 1199px) {
  .cs-newsletter.cs-style1 .cs-newsletter_btn {
    padding: 7px 15px;
  }
  .cs-newsletter.cs-style1 .cs-newsletter_input {
    padding: 5px 80px 5px 15px;
  }
}

@media screen and (max-width: 991px) {
  .cs-widget_title {
    margin-bottom: 20px;
  }
  .cs-text_widget img + p {
    margin-top: 20px;
  }
  .cs-menu_widget li:not(:last-child) {
    margin-bottom: 10px;
  }
  .cs-text_widget + .cs-social_btns.cs-style1,
  .cs-newsletter.cs-style1 .cs-newsletter_text {
    margin-top: 15px;
  }
  .cs-fooer_main {
    padding: 60px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .cs-bottom_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*--------------------------------------------------------------
9. Isotope
----------------------------------------------------------------*/
.cs-isotop {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-isotop.cs-has_gutter_24 {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
}

.cs-isotop.cs-has_gutter_24 .cs-isotop_item {
  padding: 0 12px;
  margin-bottom: 24px;
}

.cs-isotop.cs-has_gutter_80 {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -80px;
}

.cs-isotop.cs-has_gutter_80 .cs-isotop_item {
  padding: 0 40px;
  margin-bottom: 80px;
}

.cs-isotop.cs-has_gutter_40 {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
}

.cs-isotop.cs-has_gutter_40 .cs-isotop_item {
  padding: 0 20px;
  margin-bottom: 30px;
}

.cs-isotop.cs-has_gutter_100 {
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: -40px;
}

.cs-isotop.cs-has_gutter_100 .cs-isotop_item {
  padding: 0 50px;
  margin-bottom: 40px;
}

.cs-isotop_col_6 .cs-grid_sizer,
.cs-isotop_col_6 .cs-isotop_item {
  width: 16.666667%;
}

.cs-isotop_col_5 .cs-grid_sizer,
.cs-isotop_col_5 .cs-isotop_item {
  width: 20%;
}

.cs-isotop_col_4 .cs-grid_sizer,
.cs-isotop_col_4 .cs-isotop_item {
  width: 25%;
}

.cs-isotop_col_3 .cs-grid_sizer,
.cs-isotop_col_3 .cs-isotop_item {
  width: 33.333333%;
}

.cs-isotop_col_2 .cs-grid_sizer,
.cs-isotop_col_2 .cs-isotop_item {
  width: 50%;
}

.cs-isotop_col_1 .cs-grid_sizer,
.cs-isotop_col_1 .cs-isotop_item {
  width: 100%;
}

.cs-grid_sizer {
  width: 33.333333%;
}

.cs-isotop_col_5 .cs-w20,
.cs-isotop_col_4 .cs-w20,
.cs-isotop_col_3 .cs-w20,
.cs-isotop_col_2 .cs-w20,
.cs-isotop_col_1 .cs-w20 {
  width: 20%;
}

.cs-isotop_col_5 .cs-w25,
.cs-isotop_col_4 .cs-w25,
.cs-isotop_col_3 .cs-w25,
.cs-isotop_col_2 .cs-w25,
.cs-isotop_col_1 .cs-w25 {
  width: 25%;
}

.cs-isotop_col_5 .cs-w33,
.cs-isotop_col_4 .cs-w33,
.cs-isotop_col_3 .cs-w33,
.cs-isotop_col_2 .cs-w33,
.cs-isotop_col_1 .cs-w33 {
  width: 33.333333%;
}

.cs-isotop_col_5 .cs-w50,
.cs-isotop_col_4 .cs-w50,
.cs-isotop_col_3 .cs-w50,
.cs-isotop_col_2 .cs-w50,
.cs-isotop_col_1 .cs-w50 {
  width: 50%;
}

.cs-isotop_col_5 .cs-w66,
.cs-isotop_col_4 .cs-w66,
.cs-isotop_col_3 .cs-w66,
.cs-isotop_col_2 .cs-w66,
.cs-isotop_col_1 .cs-w66 {
  width: 66.666666%;
}

.cs-isotop_col_5 .cs-w100,
.cs-isotop_col_4 .cs-w100,
.cs-isotop_col_3 .cs-w100,
.cs-isotop_col_2 .cs-w100,
.cs-isotop_col_1 .cs-w100 {
  width: 100%;
}

.cs-isotop_filter.cs-style1 li {
  margin-top: 10px;
}

.cs-isotop_filter.cs-style1 li:not(:last-child) {
  margin-right: 28px;
}

.cs-isotop_filter.cs-style1 a {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.cs-isotop_filter.cs-style1 a::before {
  content: '';
  height: 9px;
  width: 9px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-radius: 50%;
  background-color: #0dc6ff;
  bottom: -5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.cs-isotop_filter.cs-style1 ul {
  border-bottom: 1px solid #999696;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cs-isotop_filter.cs-style1 .active a {
  color: #0dc6ff;
}

.cs-isotop_filter.cs-style1 .active a::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 1199px) {
  .cs-isotop.cs-has_gutter_100 .cs-isotop_item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .cs-isotop.cs-has_gutter_100 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .cs-isotop.cs-has_gutter_80 {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -25px;
  }
  .cs-isotop.cs-has_gutter_80 .cs-isotop_item {
    padding: 0 12px;
    margin-bottom: 25px;
  }
  .cs-isotop_col_4 .cs-grid_sizer,
  .cs-isotop_col_4 .cs-isotop_item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 991px) {
  .cs-isotop_col_4 .cs-grid_sizer,
  .cs-isotop_col_4 .cs-isotop_item {
    width: 50%;
  }
  .cs-isotop_col_4 .cs-w50 {
    width: 100%;
  }
  .cs-isotop_col_3 .cs-grid_sizer,
  .cs-isotop_col_3 .cs-isotop_item {
    width: 50%;
  }
  .cs-isotop_col_2 .cs-grid_sizer,
  .cs-isotop_col_2 .cs-isotop_item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cs-isotop_col_5 .cs-w50,
  .cs-isotop_col_4 .cs-w50,
  .cs-isotop_col_3 .cs-w50,
  .cs-isotop_col_2 .cs-w50,
  .cs-isotop_col_1 .cs-w50,
  .cs-isotop_col_5 .cs-w66,
  .cs-isotop_col_4 .cs-w66,
  .cs-isotop_col_3 .cs-w66,
  .cs-isotop_col_2 .cs-w66,
  .cs-isotop_col_1 .cs-w66 {
    width: 100%;
  }
  .cs-isotop_col_5 .cs-grid_sizer,
  .cs-isotop_col_5 .cs-isotop_item {
    width: 100%;
  }
  .cs-isotop_col_4 .cs-grid_sizer,
  .cs-isotop_col_4 .cs-isotop_item {
    width: 100%;
  }
  .cs-isotop_col_3 .cs-grid_sizer,
  .cs-isotop_col_3 .cs-isotop_item {
    width: 100%;
  }
  .cs-isotop_col_2 .cs-grid_sizer,
  .cs-isotop_col_2 .cs-isotop_item {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .cs-isotop_filter.cs-style1 ul {
    border: none;
  }
  .cs-isotop_filter.cs-style1 li {
    margin-bottom: 8px;
  }
  .cs-isotop_filter.cs-style1 li:not(:last-child) {
    margin-right: 20px;
  }
  .cs-isotop_filter.cs-style1 a {
    padding-bottom: 3px;
  }
}

/*--------------------------------------------------------------
  10. Sidebar
----------------------------------------------------------------*/
.cs-sidebar_item:not(:last-child) {
  margin-bottom: 70px;
}

.cs-sidebar_widget_title {
  font-size: 30px;
  margin-bottom: 30px;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.tag-cloud-link {
  font-size: 14px;
  line-height: 1.6em;
  border: 2px solid #fff;
  padding: 3px 15px;
  display: inline-block;
  margin: 5px;
  border-radius: 2px;
}

.tag-cloud-link:hover {
  color: #fff;
  background-color: #0dc6ff;
  border-color: #0dc6ff;
}

.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_archive ul li,
.widget_categories ul li {
  padding-left: 26px;
  position: relative;
}

.widget_archive ul li::before,
.widget_categories ul li::before {
  content: '';
  width: 14px;
  height: 12px;
  background: url("../img/icons/double_arrow_icon.svg");
  background-position: center;
  position: absolute;
  left: 0;
  top: 8px;
}

.widget_archive ul li:not(:last-child),
.widget_categories ul li:not(:last-child) {
  margin-bottom: 20px;
}

.cs-recent_posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs-recent_posts li:not(:last-child) {
  margin-bottom: 20px;
}

.cs-recent_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-recent_post_thumb {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  margin-right: 18px;
}

.cs-recent_post_thumb:hover .cs-recent_post_thumb_in {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.cs-recent_post_thumb_in {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-recent_post_title {
  font-size: 18px;
  margin-bottom: 5px;
}

.cs-sidebar_search {
  position: relative;
}

.cs-sidebar_search input {
  display: block;
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 0px 40px 6px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-sidebar_search input:focus {
  border-color: #0dc6ff;
}

.cs-sidebar_search_btn {
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
  bottom: 0px;
  right: 0;
  padding: 10px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-sidebar_search_btn:hover {
  color: #0dc6ff;
}

.cs-author_card img {
  height: 130px;
  width: 130px;
  margin-bottom: 22px;
}

.cs-author_card h3 {
  font-size: 30px;
  margin-bottom: 14px;
}

.cs-author_card p {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .cs-sidebar_widget_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .widget_archive ul li:not(:last-child), .widget_categories ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  .cs-sidebar_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------
  11. Hero
----------------------------------------------------------------*/
.cs-hero.cs-style1 .cs-hero_social_wrap,
.cs-hero.cs-style2 .cs-hero_social_wrap,
.cs-hero.cs-style3 .cs-hero_social_wrap,
.cs-swiper_parallax_slider_wrap .cs-hero_social_wrap,
.cs-fullscreen_swiper_wrap .cs-hero_social_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 60%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg) translateY(85%);
          transform: rotate(180deg) translateY(85%);
  right: 45px;
}

.cs-hero.cs-style1 .cs-hero_social_wrap.cs-left_side,
.cs-hero.cs-style2 .cs-hero_social_wrap.cs-left_side,
.cs-hero.cs-style3 .cs-hero_social_wrap.cs-left_side,
.cs-swiper_parallax_slider_wrap .cs-hero_social_wrap.cs-left_side,
.cs-fullscreen_swiper_wrap .cs-hero_social_wrap.cs-left_side {
  right: initial;
  left: 45px;
}

.cs-hero.cs-style1 .cs-hero_social_title,
.cs-hero.cs-style2 .cs-hero_social_title,
.cs-hero.cs-style3 .cs-hero_social_title,
.cs-swiper_parallax_slider_wrap .cs-hero_social_title,
.cs-fullscreen_swiper_wrap .cs-hero_social_title {
  position: relative;
  padding-bottom: 35px;
  white-space: nowrap;
}

.cs-hero.cs-style1 .cs-hero_social_title::after,
.cs-hero.cs-style2 .cs-hero_social_title::after,
.cs-hero.cs-style3 .cs-hero_social_title::after,
.cs-swiper_parallax_slider_wrap .cs-hero_social_title::after,
.cs-fullscreen_swiper_wrap .cs-hero_social_title::after {
  content: '';
  height: 15px;
  width: 2px;
  background-color: #999696;
  display: inline-block;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: absolute;
  bottom: -5px;
  left: 11px;
}

.cs-hero.cs-style1 .cs-hero_social_links,
.cs-hero.cs-style2 .cs-hero_social_links,
.cs-hero.cs-style3 .cs-hero_social_links,
.cs-swiper_parallax_slider_wrap .cs-hero_social_links,
.cs-fullscreen_swiper_wrap .cs-hero_social_links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-hero.cs-style1 .cs-hero_social_links li,
.cs-hero.cs-style2 .cs-hero_social_links li,
.cs-hero.cs-style3 .cs-hero_social_links li,
.cs-swiper_parallax_slider_wrap .cs-hero_social_links li,
.cs-fullscreen_swiper_wrap .cs-hero_social_links li {
  position: relative;
  padding-bottom: 32px;
  white-space: nowrap;
}

.cs-hero.cs-style1 .cs-hero_social_links li:last-child,
.cs-hero.cs-style2 .cs-hero_social_links li:last-child,
.cs-hero.cs-style3 .cs-hero_social_links li:last-child,
.cs-swiper_parallax_slider_wrap .cs-hero_social_links li:last-child,
.cs-fullscreen_swiper_wrap .cs-hero_social_links li:last-child {
  padding-bottom: 0;
}

.cs-hero.cs-style1 .cs-hero_social_links li:not(:last-child)::after,
.cs-hero.cs-style2 .cs-hero_social_links li:not(:last-child)::after,
.cs-hero.cs-style3 .cs-hero_social_links li:not(:last-child)::after,
.cs-swiper_parallax_slider_wrap .cs-hero_social_links li:not(:last-child)::after,
.cs-fullscreen_swiper_wrap .cs-hero_social_links li:not(:last-child)::after {
  content: '';
  height: 2px;
  width: 15px;
  background-color: #999696;
  display: inline-block;
  position: absolute;
  bottom: 16px;
  border-radius: 3px;
  right: 5px;
}

.cs-swiper_parallax_slider_wrap .cs-hero_social_wrap,
.cs-fullscreen_swiper_wrap .cs-hero_social_wrap {
  z-index: 10;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.cs-hero.cs-style1 {
  position: relative;
  padding: 200px 0 170px;
  height: calc(100vh + 180px);
  min-height: 1000px;
}

.cs-hero.cs-style1 .cs-hero_title {
  font-size: 120px;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.25em;
}

.cs-hero.cs-style1 .cs-hero_subtitle {
  font-size: 18px;
  line-height: 1.9em;
  color: #FEFEFE;
}

.cs-hero.cs-style1 .cs-hero_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-hero.cs-style1 .cs-hero_info > div {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-hero.cs-style1 .cs-hero_text {
  position: relative;
  z-index: 3;
}

.cs-hero.cs-style1 .cs-slider.cs-style1 {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.cs-hero.cs-style1 .cs-slider.cs-style1 * {
  height: 100%;
  width: 100%;
}

.cs-hero.cs-style1.cs-type2 {
  min-height: 650px;
  height: 860px;
  padding: 30px 115px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 110px;
}

.cs-hero.cs-style1.cs-type2 .cs-hero_bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 115px;
  right: 115px;
  border-radius: 15px;
  overflow: hidden;
}

.cs-hero.cs-style1.cs-type2 .cs-hero_title {
  margin-bottom: 40px;
}

.cs-hero.cs-style1.cs-type2 .cs-hero_social_wrap {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.cs-down_btn {
  position: absolute;
  height: 35px;
  width: 20px;
  border-radius: 10px;
  border: 2px solid #fff;
  bottom: 25%;
  left: 50%;
  margin-left: -10px;
}

.cs-down_btn::before {
  content: '';
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-animation: UpAndDown 3s infinite;
          animation: UpAndDown 3s infinite;
}

.cs-hero.cs-style2 {
  height: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 80px;
}

.cs-hero.cs-style2 .cs-hero_tab_item h2 {
  font-size: 120px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  z-index: 2;
}

.cs-hero.cs-style2 .cs-hero_tab_item h2 a {
  color: inherit;
}

.cs-hero.cs-style2 .cs-hero_tab_item h2::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 0%;
  left: 0;
  top: 50%;
  background-color: #0dc6ff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-hero.cs-style2 .cs-hero_tab_item .cs-hero_tab_img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  pointer-events: none;
  -webkit-animation: inactiveImageAnimation 1s forwards ease;
          animation: inactiveImageAnimation 1s forwards ease;
}

.cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
  margin-bottom: 45px;
}

.cs-hero.cs-style2 .cs-hero_tab_item.active h2::before {
  width: 100%;
}

.cs-hero.cs-style2 .cs-hero_tab_item.active .cs-hero_tab_img {
  -webkit-animation: activeImageAnimation 1s forwards ease;
          animation: activeImageAnimation 1s forwards ease;
}

.cs-hero.cs-style2 .cs-hero_social_wrap {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.cs-hero.cs-style3 {
  background-color: #000;
  padding: 240px 0 150px;
  position: relative;
  overflow: hidden;
}

.cs-hero.cs-style3 .cs-hero_title {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.6em;
}

.cs-hero.cs-style3 .cs-hero_subtitle {
  font-size: 18px;
  line-height: 1.9em;
  color: #FEFEFE;
  max-width: 650px;
  margin-left: auto;
  margin-bottom: 95px;
}

.cs-hero.cs-style3 .cs-hero_text {
  position: relative;
  z-index: 5;
}

.cs-hero.cs-style3.cs-shape_wrap_1 .cs-shape_1:nth-child(2) {
  top: 16%;
}

.cs-hero.cs-style3.cs-shape_wrap_1 .cs-shape_1:nth-child(3) {
  top: 82%;
  left: 47%;
}

.cs-hero.cs-style3 .cs-circle_1 {
  height: 745px;
  width: 745px;
  border-radius: 50%;
  border: 3px solid rgba(153, 150, 150, 0.2);
  position: absolute;
  top: -30%;
  left: -12%;
}

.cs-hero.cs-style3 .cs-circle_2 {
  height: 626px;
  width: 626px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 74, 23, 0.8) 0%, rgba(255, 74, 23, 0) 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10%;
  -webkit-animation: 9s cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal none running light-mode;
          animation: 9s cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal none running light-mode;
}

.cs-hero.cs-style3 .cs-hero_highlite {
  position: absolute;
  height: 300px;
  width: 300px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1.2em;
  left: 68%;
  bottom: 7%;
}

.cs-hero.cs-style3 .cs-hero_highlite .cs-round_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}

.cs-hero.cs-style3 .cs-hero_highlite .cs-round_img img {
  -webkit-animation: rotate-anim 30s infinite;
          animation: rotate-anim 30s infinite;
}

.cs-hero.cs-style3.cs-type1 .cs-hero_subtitle {
  margin-left: 0;
}

@media (max-width: 1199px) {
  .cs-hero.cs-style3.cs-type1 .cs-hero_highlite {
    display: none;
  }
  .cs-hero.cs-style3.cs-type1 .cs-hero_subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

.cs-hero.cs-style4,
.cs-hero.cs-style5 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 115px;
}

.cs-hero.cs-style4 .cs-swiper_parallax_bg,
.cs-hero.cs-style5 .cs-swiper_parallax_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.cs-hero.cs-style4 .cs-hero_text {
  position: relative;
  z-index: 10;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cs-hero.cs-style4 .cs-hero_title {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 100px;
  position: relative;
}

.cs-hero.cs-style4 .cs-hero_title span {
  display: inline-block;
  position: relative;
}

.cs-hero.cs-style4 .cs-hero_title span::before {
  content: '';
  position: absolute;
  height: 7px;
  width: 100%;
  bottom: 8px;
  left: 0;
  background-color: #0dc6ff;
  z-index: -1;
}

.cs-hero.cs-style4 .cs-hero_title:last-child {
  margin-bottom: 0;
}

.cs-hero.cs-style4 .cs-hero_link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 12;
}

.cs-hero.cs-style5 .cs-hero_title {
  margin: 0 0 60px 0;
  font-weight: 700;
  font-size: 100px;
  position: relative;
}

.cs-hero.cs-style5 .cs-hero_text {
  position: relative;
  z-index: 2;
  padding-top: 25px;
  padding-left: 180px;
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.swiper-slide-active .cs-hero.cs-style4 .cs-hero_text {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.swiper-slide-active .cs-hero.cs-style5 .cs-hero_text {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.cs-swiper_button_prev,
.cs-swiper_button_next {
  position: absolute;
  z-index: 11;
  font-weight: 600;
  color: #fff;
  bottom: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-swiper_button_prev:hover,
.cs-swiper_button_next:hover {
  color: #0dc6ff;
}

.cs-swiper_button_prev {
  left: 115px;
}

.cs-swiper_button_prev svg {
  margin-right: 13px;
}

.cs-swiper_button_next {
  right: 115px;
}

.cs-swiper_button_next svg {
  margin-left: 13px;
}

@-webkit-keyframes UpAndDown {
  0%,
  100% {
    top: 30%;
  }
  50% {
    top: 70%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes UpAndDown {
  0%,
  100% {
    top: 30%;
  }
  50% {
    top: 70%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}

@-webkit-keyframes inactiveImageAnimation {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

@keyframes inactiveImageAnimation {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

@-webkit-keyframes activeImageAnimation {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes activeImageAnimation {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@media screen and (max-width: 1920px) {
  .cs-hero.cs-style2 {
    height: 1080px;
  }
}

@media screen and (max-width: 1540px) {
  .cs-hero.cs-style1 {
    padding-top: 220px;
    min-height: 960px;
  }
  .cs-hero.cs-style2 {
    height: 864px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item h2 {
    font-size: 100px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 90px;
    line-height: 1.4em;
  }
  .cs-hero.cs-style1.cs-type2 {
    height: 680px;
  }
  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 100px;
  }
}

@media screen and (max-width: 1400px) {
  .cs-hero.cs-style2 {
    height: 900px;
  }
  .cs-hero.cs-style1 {
    padding-top: 170px;
    min-height: 880px;
  }
  .cs-hero.cs-style1 .cs-hero_title {
    font-size: 100px;
  }
  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 80px;
    line-height: 1.3em;
    margin-bottom: 40px;
  }
  .cs-hero.cs-style2 {
    height: 768px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item h2 {
    font-size: 80px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 80px;
  }
  .cs-hero.cs-style1.cs-type2 {
    height: 600px;
    min-height: 500px;
  }
  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 70px;
  }
  .cs-hero.cs-style4 .cs-hero_title,
  .cs-hero.cs-style5 .cs-hero_title {
    font-size: 80px;
  }
}

@media screen and (max-width: 1280px) {
  .cs-hero.cs-style2 {
    height: 800px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-hero.cs-style1 {
    min-height: 850px;
  }
  .cs-hero.cs-style1 .cs-hero_title {
    font-size: 80px;
  }
  .cs-hero.cs-style1 .cs-hero_subtitle {
    font-size: 16px;
  }
  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 60px;
  }
  .cs-hero.cs-style3 .cs-hero_subtitle {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .cs-hero.cs-style1 .cs-hero_social_wrap,
  .cs-hero.cs-style2 .cs-hero_social_wrap,
  .cs-hero.cs-style3 .cs-hero_social_wrap,
  .cs-swiper_parallax_slider_wrap .cs-hero_social_wrap,
  .cs-fullscreen_swiper_wrap .cs-hero_social_wrap {
    display: none;
  }
  .cs-hero.cs-style2 {
    height: 850px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item h2 {
    font-size: 80px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .cs-hero.cs-style3 .text-end,
  .cs-hero.cs-style3 .cs-hero_text {
    text-align: center !important;
  }
  .cs-hero.cs-style3 .cs-hero_subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .cs-hero.cs-style1.cs-type2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-hero.cs-style1.cs-type2 .cs-hero_bg {
    left: 12px;
    right: 12px;
  }
  .cs-hero.cs-style4 {
    padding: 80px 15px;
  }
  .cs-hero.cs-style4 .cs-hero_title {
    font-size: 60px;
  }
  .cs-hero.cs-style4 .cs-hero_title span::before {
    height: 5px;
    bottom: 5px;
  }
  .cs-hero.cs-style5 {
    padding: 80px 15px 80px 150px;
  }
  .cs-hero.cs-style5 .cs-hero_title {
    font-size: 60px;
    margin: 0 0 45px 0;
  }
  .cs-hero.cs-style5 .cs-btn.cs-style1.cs-type1 {
    padding: 10px 26px;
  }
  .cs-swiper_button_prev,
  .cs-swiper_button_next {
    bottom: 25px;
  }
  .cs-hero.cs-style1.cs-type2 {
    margin-top: 80px;
  }
  .cs-swiper_button_prev {
    left: 15px;
  }
  .cs-swiper_button_next {
    right: 15px;
  }
  .cs-hero.cs-style5 .cs-hero_text {
    padding-top: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .cs-hero.cs-style1 {
    padding-top: 60px;
    padding-bottom: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 680px;
  }
  .cs-hero.cs-style1 .cs-hero_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cs-hero.cs-style1 .cs-hero_title {
    font-size: 56px;
    margin-bottom: 20px;
  }
  .cs-hero.cs-style1 .cs-hero_subtitle {
    margin-bottom: 24px;
    max-width: 500px;
  }
  .cs-hero.cs-style1 .cs-hero_info > div {
    width: 100%;
  }
  .cs-hero.cs-style1 .cs-down_btn {
    bottom: 220px;
  }
  .cs-hero.cs-style1.cs-type1 .cs-hero_subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cs-hero.cs-style2 {
    height: 700px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item h2 {
    font-size: 56px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .cs-hero.cs-style3 {
    padding: 160px 0 120px;
  }
  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 50px;
  }
  .cs-hero.cs-style5 {
    padding: 80px 15px 80px 100px;
  }
}

@media screen and (max-width: 575px) {
  .cs-hero.cs-style1 .cs-hero_title {
    font-size: 42px;
  }
  .cs-hero.cs-style1 .cs-hero_title br {
    display: none;
  }
  .cs-hero.cs-style2 {
    height: initial;
    min-height: 100vh;
    padding: 150px 0 90px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item h2 {
    font-size: 42px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item .cs-hero_tab_img {
    width: 100%;
    opacity: 0.8;
  }
  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 38px;
    margin-bottom: 25px;
  }
  .cs-hero.cs-style3 .cs-hero_subtitle {
    margin-bottom: 35px;
  }
  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 40px;
  }
  .cs-hero.cs-style1.cs-type2 {
    height: 500px;
    padding-bottom: 40px;
  }
  .cs-hero.cs-style4 {
    padding: 80px 15px;
  }
  .cs-hero.cs-style4 .cs-hero_title {
    font-size: 38px;
  }
  .cs-hero.cs-style4 .cs-hero_title span::before {
    height: 3px;
    bottom: 4px;
  }
  .cs-hero.cs-style5 {
    padding: 80px 15px;
  }
  .cs-hero.cs-style5 .cs-hero_title {
    font-size: 40px;
    margin: 0 0 35px 0;
  }
  .cs-hero.cs-style5 .cs-btn.cs-style1.cs-type1 {
    padding: 9px 26px;
  }
  .cs-swiper_button_prev {
    left: 15px;
  }
  .cs-swiper_button_next {
    right: 15px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1490px) {
  .cs-hero.cs-style1:not(.cs-type2) .cs-hero_social_wrap.cs-left_side,
  .cs-hero.cs-style2 .cs-hero_social_wrap.cs-left_side,
  .cs-hero.cs-style3 .cs-hero_social_wrap.cs-left_side {
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .cs-hero.cs-style1:not(.cs-type2) .cs-hero_social_wrap.cs-left_side,
  .cs-hero.cs-style2 .cs-hero_social_wrap.cs-left_side,
  .cs-hero.cs-style3 .cs-hero_social_wrap.cs-left_side {
    left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .cs-hero.cs-style1 {
    height: initial;
    min-height: initial;
    padding-top: 200px;
    padding-bottom: 350px;
  }
  .cs-hero.cs-style1 .cs-down_btn {
    bottom: 220px;
  }
}

/*--------------------------------------------------------------
  12. Iconbox
----------------------------------------------------------------*/
.cs-iconbox.cs-style1 {
  padding: 40px;
}

.cs-iconbox.cs-style1 .cs-iconbox_icon {
  padding: 4px 10px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 74, 23, 0.3)), color-stop(95.61%, transparent));
  background: linear-gradient(90deg, rgba(255, 74, 23, 0.3) 0%, transparent 95.61%);
}

.cs-iconbox.cs-style1.cs-type1 .cs-iconbox_icon {
  padding: 0;
  background: transparent;
}

.cs-iconbox.cs-style2 {
  max-width: 350px;
  margin: auto;
}

.cs-iconbox.cs-style2 .cs-iconbox_icon {
  margin-bottom: 25px;
}

.cs-iconbox.cs-style2 .cs-iconbox_title {
  font-size: 30px;
  margin-bottom: 20px;
}

.cs-iconbox.cs-style2 .cs-iconbox_subtitle {
  line-height: 1.75em;
}

.cs-iconbox_3_list {
  position: relative;
  padding-left: 550px;
  min-height: 640px;
}

.cs-iconbox_3_list > *:not(:last-child) {
  border-bottom: 1px solid #4d4d4d;
}

.cs-iconbox_3_list .cs-image_layer {
  position: absolute;
  left: 0;
  top: 25px;
  pointer-events: none;
  max-width: 416px;
  height: 600px;
}

.cs-iconbox_3_list .cs-image_layer .cs-image_layer_in {
  height: 100%;
  width: 100%;
}

.cs-iconbox_3_list .cs-image_layer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: inactiveImageAnimation1 0.6s forwards ease;
          animation: inactiveImageAnimation1 0.6s forwards ease;
}

.cs-iconbox_3_list .cs-hover_tab.active .cs-image_layer img {
  -webkit-animation: activeImageAnimation1 0.6s forwards ease;
          animation: activeImageAnimation1 0.6s forwards ease;
}

.cs-iconbox_3_list .cs-hover_tab.active .cs-iconbox_icon {
  color: #fff;
  background-color: #0dc6ff;
  border-color: #0dc6ff;
}

.cs-iconbox_3_list.cs-style1 {
  padding-left: 0;
  min-height: initial;
}

.cs-iconbox_3_list.cs-style1 .cs-iconbox.cs-style3 .cs-iconbox_in {
  max-width: 560px;
}

@media (max-width: 1199px) {
  .cs-iconbox_3_list.cs-style1 {
    padding: 0;
  }
}

.cs-iconbox.cs-style3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
  padding-top: 25px;
  color: rgba(254, 254, 254, 0.7);
}

.cs-iconbox.cs-style3 .cs-iconbox_in {
  margin-right: 30px;
  max-width: 480px;
}

.cs-iconbox.cs-style3 .cs-iconbox_icon {
  color: #999696;
  border: 2px solid #999696;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-iconbox.cs-style3 .cs-iconbox_icon:hover {
  color: #fff;
  background-color: #0dc6ff;
  border-color: #0dc6ff;
}

.cs-iconbox.cs-style3 .cs-iconbox_title {
  font-size: 30px;
  margin-bottom: 15px;
}

.cs-iconbox.cs-style3 .cs-iconbox_subtitle {
  line-height: 1.75em;
}

.cs-iconbox.cs-style3:hover .cs-iconbox_icon {
  color: #fff;
  background-color: #0dc6ff;
  border-color: #0dc6ff;
}

@-webkit-keyframes inactiveImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}

@keyframes inactiveImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}

@-webkit-keyframes activeImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes activeImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@media screen and (max-width: 1199px) {
  .cs-iconbox_3_list {
    padding-left: 460px;
  }
}

@media screen and (max-width: 991px) {
  .cs-iconbox.cs-style2 {
    max-width: 100%;
  }
  .cs-iconbox.cs-style2 .cs-iconbox_title {
    font-size: 26px;
    margin-bottom: 10px;
    margin-bottom: 20px;
  }
  .cs-iconbox.cs-style3 .cs-iconbox_title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .cs-iconbox_3_list {
    padding-left: 0;
    padding-top: 650px;
  }
  .cs-iconbox_3_list .cs-image_layer {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .cs-iconbox.cs-style1 {
    padding: 30px;
  }
  .cs-iconbox.cs-style3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cs-iconbox.cs-style3 .cs-iconbox_icon {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
  }
  .cs-iconbox.cs-style3 .cs-iconbox_icon svg {
    max-height: 22px;
  }
}

/*--------------------------------------------------------------
  13. Card
----------------------------------------------------------------*/
.cs-card.cs-style1 {
  position: relative;
  border-radius: 15px;
  display: block;
}

.cs-card.cs-style1:hover {
  -webkit-filter: drop-shadow(0px 0px 30px rgba(255, 74, 23, 0.5));
          filter: drop-shadow(0px 0px 30px rgba(255, 74, 23, 0.5));
}

.cs-card.cs-style1 img {
  width: 100%;
  border-radius: inherit;
}

.cs-card.cs-style1 .cs-card_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #000000;
  opacity: 0.5;
}

.cs-card.cs-style1 .cs-card_info {
  position: absolute;
  padding: 45px 25px 0;
  top: 0;
  left: 0;
}

.cs-card.cs-style1 .cs-card_info span {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.cs-card.cs-style1 .cs-card_title {
  font-size: 22px;
  margin: 0;
  line-height: 1.5em;
}

@media screen and (max-width: 1400px) {
  .cs-card.cs-style1 .cs-card_title {
    font-size: 20px;
  }
  .cs-card.cs-style1 .cs-card_info {
    padding: 40px 18px 0;
  }
}

@media screen and (max-width: 1199px) {
  .cs-card.cs-style1 .cs-card_title {
    font-size: 24px;
  }
  .cs-card.cs-style1 .cs-card_info {
    padding: 40px 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

/*--------------------------------------------------------------
  14. Posts
----------------------------------------------------------------*/
.cs-post_wrap {
  width: 54vw;
}
.cs-post_wrap2 {
  width: 100vw;
}

.cs-post.cs-style1 {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.cs-post.cs-style1 .cs-post_thumb {
  position: relative;
  display: block;
}

.cs-post.cs-style1 .cs-post_thumb img {
  width: 100%;
}

.cs-post.cs-style1 .cs-post_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0; transition: all 0.3s ease-in-out;
  left: 0;
  opacity: 0.5;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(77, 77, 77, 0)));
  background: linear-gradient(360deg, #000000 0%, rgba(77, 77, 77, 0) 100%);
}
.cs-post.cs-style1:hover .cs-post_overlay { opacity: 1; }




.cs-post.cs-style1 .cs-posted_by {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 10px;
  color: #0dc6ff;
}

.cs-post.cs-style1 .cs-post_title {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.45em;
}

.cs-post.cs-style1 .cs-post_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 25px;
}

.cs-slider .cs-post.cs-style1 {
  max-width: 420px;
}

.cs-post.cs-style2 .cs-post_thumb {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
}

.cs-post.cs-style2 .cs-post_thumb::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(22, 22, 22, 0.5);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-post.cs-style2 .cs-post_thumb img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cs-post.cs-style2 a.cs-post_thumb:hover::after {
  opacity: 1;
}

.cs-post.cs-style2 a.cs-post_thumb:hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.cs-post.cs-style2 .cs-post_meta {
  font-size: 18px;
  margin-bottom: 15px;
}

.cs-post.cs-style2 .cs-post_title {
  font-size: 38px;
  margin-bottom: 30px;
}

.cs-post.cs-style2 .cs-post_sub_title {
  margin-bottom: 35px;
  line-height: 1.75em;
}

.cs-post.cs-style2 p {
  margin-bottom: 45px;
  line-height: 1.75em;
}

.cs-post.cs-style2 h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.cs-post.cs-style2 blockquote {
  font-size: 18px;
  line-height: 1.9em;
  border-left: 5px solid #0dc6ff;
  background-color: #000;
  padding: 40px 35px;
  font-weight: 600;
  color: #FEFEFE;
  margin-bottom: 45px;
}

.cs-post.cs-style2 blockquote small {
  display: block;
  position: relative;
  color: rgba(254, 254, 254, 0.7);
  font-size: 16px;
  line-height: 1.9em;
  font-style: initial;
  font-weight: 400;
  margin-top: 15px;
  padding-left: 35px;
}

.cs-post.cs-style2 blockquote small::before {
  content: '';
  height: 2px;
  width: 20px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #FEFEFE;
}

.cs-post_3_list li:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
  padding-bottom: 35px;
  margin-bottom: 26px;
}

.cs-post.cs-style3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-post.cs-style3 .cs-post_title {
  font-size: 30px;
  margin-bottom: 20px;
}

.cs-post.cs-style3 .cs-post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.cs-post.cs-style3 .cs-post_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-post.cs-style3 .cs-post_avatar_img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 50px;
  border-radius: 5px;
  margin-right: 18px;
}

.cs-post.cs-style3 .cs-post_avatar_img img {
  width: 100%;
  border-radius: inherit;
}

.cs-post.cs-style3 .cs-post_avatar_info h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.cs-post.cs-style3 .cs-post_avatar_info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6em;
}

.cs-post.cs-style3 .cs-text_btn {
  color: #0dc6ff;
}

.cs-post.cs-style3 .cs-posted_by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 105px;
  margin-top: 4px;
}

.cs-post.cs-style3 .cs-posted_by > span:first-child {
  color: #FEFEFE;
  font-size: 30px;
  font-weight: 600;
  margin-right: 12px;
}

.cs-post.cs-style3 .cs-posted_by > span:last-child {
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 1550px) {
  .cs-slider .cs-post.cs-style1 {
    max-width: 360px;
  }
  .cs-shape_wrap_4 .cs-shape_4:nth-child(1) {
    left: -3%;
  }
}

@media screen and (max-width: 1550px) {
  .cs-slider .cs-post.cs-style1 {
    max-width: 360px;
  }
  .cs-shape_wrap_4 .cs-shape_4:nth-child(1) {
    left: -3%;
  }
}

@media screen and (max-width: 1550px) {
  .cs-post.cs-style1 .cs-post_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-post_wrap {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .cs-post.cs-style2 .cs-post_title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .cs-post.cs-style2 .cs-post_meta {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cs-post.cs-style2 .cs-post_sub_title {
    margin-bottom: 20px;
  }
  .cs-post.cs-style2 .cs-post_thumb {
    margin-bottom: 25px;
  }
  .cs-post.cs-style2 blockquote {
    font-size: 16px;
    border-width: 3px;
    padding: 30px 25px;
  }
  .cs-post.cs-style3 .cs-post_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .cs-slider .cs-post.cs-style1 {
    max-width: 320px;
  }
  .cs-post.cs-style3 {
    display: block;
  }
  .cs-post.cs-style3 .cs-posted_by {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .cs-post.cs-style3 .cs-post_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
  .cs-post.cs-style3 .cs-post_avatar {
    margin-top: 25px;
  }
}

@media screen and (max-width: 350px) {
  .cs-slider .cs-post.cs-style1 {
    max-width: 300px;
  }
}

/*--------------------------------------------------------------
  15. Team
----------------------------------------------------------------*/
.cs-team.cs-style1 {
  overflow: hidden;
  position: relative;
  background: #000;
  border-radius: 15px;
}

.cs-team.cs-style1 .cs-member_thumb {
  border-radius: 15px;
  position: relative;
  overflow: inherit;
  overflow: hidden;
  background: #000;
}

.cs-team.cs-style1 .cs-member_thumb img {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.cs-team.cs-style1 .cs-member_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(77, 77, 77, 0.5)));
  background: linear-gradient(360deg, #000000 0%, rgb(0 0 0 / 78%) 100%);
}

.serviceinfo { background: linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.5) 60%,rgba(0,0,0,0) 100%); }
.cs-team.cs-style1 .cs-member_social svg {
  height: 20px;
  width: 20px;
}

.serviceinfo h6 { font-weight: 400; font-size: 14px; color: #fff; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;  }
.serviceinfo h2 { font-size: 30px; color: #fff; margin: 10px 0px 10px 0px; padding: 0px 0px 0px 0px;  }
.service-link {  font-weight: 400; font-size: 14px; color: #fff; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;  }
.service-link i { margin-left: 5px; } 
.serviceinfo p { color: #fff; font-size: 14px; line-height: 1.5; }


.cs-team.cs-style1 .cs-member_name {
  font-size: 22px;
  margin-bottom: 6px; color: #fff;
}

.cs-team.cs-style1 .cs-member_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 30px 25px;

  background: linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.5) 60%,rgba(0,0,0,0) 100%);
}
.cs-member_designation { font-size: 13px; color: #fff; }


.cs-team.cs-style1 .cs-member_social {
  position: absolute;
  z-index: 2;
  left: 13px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs-team.cs-style1 .cs-member_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px;
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-team.cs-style1:hover .cs-member_social a {
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  opacity: 1;
}

.cs-team.cs-style1:hover .cs-member_thumb img {
      opacity: 0.7;
  -webkit-transform: scale(1.06) translateY(8px);
          transform: scale(1.06) translateY(8px);
}

@media screen and (max-width: 1380px) {
  .cs-team.cs-style1 .cs-member_name {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
  16. Imagebox
----------------------------------------------------------------*/
.cs-image_box.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 300px;
  border: 1px solid rgba(255, 74, 23, 0.1);
  padding: 20px 15px 5px;
  position: relative;
  margin-top: 5px;
}

.cs-image_box.cs-style1::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: -5px;
  top: -5px;
  background-color: rgba(255, 74, 23, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-image_box.cs-style1 img {
  max-height: 100%;
}

.cs-image_box.cs-style1:hover {
  border-color: rgba(255, 74, 23, 0.2);
}

.cs-image_box.cs-style1:hover::before {
  background-color: rgba(255, 74, 23, 0.2);
  left: 0;
  top: 0;
}

.cs-image_box.cs-style2 {
  display: block;
  background: linear-gradient(108.18deg, #EA4C89 -2.02%, #4D44C6 100%);
  padding: 1px;
  border-radius: 10px;
}

.cs-image_box.cs-style2 img {
  max-height: 100%;
}

.cs-image_box.cs-style2 .cs-image_box_in {
  border-radius: inherit;
  padding: 10px;
}

.cs-image_box.cs-style2 .cs-image_box_img {
  background: #E94875;
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 290px;
}

@media screen and (max-width: 575px) {
  .cs-image_box.cs-style1 {
    height: 200px;
    padding: 20px 10px 5px;
  }
  .cs-image_box.cs-style2 .cs-image_box_img {
    height: 190px;
  }
}

/*--------------------------------------------------------------
  17. CTA
----------------------------------------------------------------*/
.cs-cta.cs-style1 {
  padding: 90px 30px;
  border-radius: 15px;
}

.cs-cta.cs-style1 .cs-cta_in {
  position: relative;
  z-index: 2;
}

.cs-cta.cs-style1 .cs-cta_title {
  font-weight: 600;
  font-size: 50px;
}

@media screen and (max-width: 1300px) {
  .cs-cta.cs-style1 .cs-cta_title {
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {
  .cs-cta.cs-style1 {
    padding: 70px 30px;
    border-radius: 15px;
  }
  .cs-cta.cs-style1 .cs-cta_title {
    font-size: 36px;
  }
  .cs-cta.cs-style1 .cs-cta_title br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cs-cta.cs-style1 br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .cs-cta.cs-style1 {
    padding: 70px 20px;
  }
  .cs-cta.cs-style1 .cs-cta_title {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
  18. Timeline
----------------------------------------------------------------*/
.cs-time_line.cs-style1 h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.cs-time_line.cs-style1 h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.cs-time_line.cs-style1 p {
  margin-bottom: 7px;
}

.cs-time_line.cs-style1 p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1380px) {
  .cs-time_line.cs-style1 h3 {
    font-size: 26px;
  }
  .cs-time_line.cs-style1 h2 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
  19. Testimonial
----------------------------------------------------------------*/
.cs-testimonial.cs-style1 {
  position: relative;
  padding-left: 70px;
  padding-top: 20px;
}

.cs-testimonial.cs-style1 .cs-testimonial_quote {
  position: absolute;
  top: 0;
  left: 0;
}

.cs-testimonial.cs-style1 .cs-testimonial_text {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
  color: #FEFEFE;
}

.cs-testimonial.cs-style1 .cs-rating {
  margin-top: 24px;
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 20px;
  color: #56caff;
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_designation {
  margin-top: 10px; color: rgba(255,255,255,0.6);
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_designation::before {
  content: '';
  height: 2px;
  width: 20px;
  background-color: #D9D9D9;
  display: inline-block;
  position: relative;
  top: -4px;
  border-radius: 3px;
  margin-right: 10px;
}

@media screen and (max-width: 1380px) {
  .cs-testimonial.cs-style1 .cs-testimonial_text,
  .cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cs-testimonial.cs-style1 {
    padding-left: 20px;
    padding-top: 60px;
  }
  .cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
  20. Portfolio
----------------------------------------------------------------*/
.cs-portfolio_1_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cs-portfolio_1_heading .cs-isotop_filter {
  margin-bottom: 15px;
}

.cs-portfolio.cs-style1 {
    border-radius: 0;
    overflow: hidden;
    position: relative;
    height: 500px;
    display: block;
    position: relative;
}

.cs-portfolio.cs-style1 .cs-portfolio_hover {
  position: absolute;
  height: 89%;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(22, 22, 22, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.cs-portfolio.cs-style1 .cs-plus {
  position: absolute;
  height: 60px;
  width: 60px;
  left: 50%;
  z-index: 1;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.4);
          transform: translate(-50%, -50%) scale(0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-portfolio.cs-style1 .cs-plus::before, .cs-portfolio.cs-style1 .cs-plus::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cs-portfolio.cs-style1 .cs-plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.cs-portfolio.cs-style1:hover .cs-portfolio_hover {
  opacity: 1;
}

.cs-portfolio.cs-style1:hover .cs-plus {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.cs-portfolio.cs-style1 .cs-portfolio_bg {
    margin-top: 50px;
    height: 100%;
    width: 100%;
    border-radius: inherit;
}

.bannerhd {
  padding: 70px 20px 80px 65px;
  top: -5px;
  left: -50px;
  position: absolute;
  z-index: 2;
}
.bannerhd h4 { 
    font-family: 'Noto Sans Lepcha', sans-serif;
    font-weight: 400;
    font-size: 0px;
    color: #fff;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;

    text-align: center;
}
.slick-active .bannerhd {
  padding: 0px 20px 80px 65px;
}
.slick-active .bannerhd h4 { 
    font-size: 40px; color: #fff;
}
.hero-subheader__video video {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  bottom: 0px;
  height: 80%; transition: all 0.3s ease-in-out;
}
.slick-active .hero-subheader__video video { height: 89%; }
.cs-main_header { background: url(../img/header-bg.jpg) center bottom no-repeat; 
  background-size: 100% 120%;  }
.cs-gescout_show .themetechmount-topbar-wrapper { display: none; }
.cs-gescout_show .cs-main_header_in { height: 80px!important; }

.cs-gescout_show .cs-site_branding { margin-top: 0; }
.cs-gescout_show .cs-site_branding img { height: 60px!important; }


.bannerhd p { display: none; transition: all 0.3s ease-in-out; text-align: center; }
.cs-slider.cs-style3 .cs-portfolio.cs-style1:hover p { display: inline-block; color: #fff; }
.cs-portfolio.cs-style1 .cs-portfolio_info {
    height: 250px;
    width: 250px;
    border-radius: 100%;
    padding: 50px 20px 80px 65px;
    bottom: -150px;
    left: -40px;
    position: absolute;
    z-index: 2;
}

.cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
}

.cs-portfolio.cs-style1 .cs-portfolio_title {
  font-size: 22px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

.cs-portfolio.cs-style1 .cs-portfolio_subtitle {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 30px;
  color: rgba(254, 254, 254, 1);
  font-size: 20px;
  font-weight: 700;
}

.cs-portfolio.cs-style1 .cs-portfolio_subtitle::after {
  content: '';
  height: 1px;
  width: 20px;
  background-color: currentColor;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 2px;
}

.cs-portfolio.cs-style1.cs-type1 {
  height: 465px;
}

.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_info_bg {
  left: -50px;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_info_bg {
  left: 0px;
  top: 0px;
  opacity: 1;
}

.cs-portfolio.cs-style1.cs-type1 img, .cs-portfolio.cs-style1.cs-type2 img {
  width: 100%;
}

.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_title,
.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_subtitle, .cs-portfolio.cs-style1.cs-type2 .cs-portfolio_title,
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_subtitle {
  top: 15px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_title, .cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_title {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_subtitle, .cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_subtitle {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.cs-portfolio.cs-style1.cs-type2 {
  border-radius: 5px;
}

.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 74, 23, 0.7)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(255, 74, 23, 0.7) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info_bg {
  display: none;
}

.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info {
  height: 100%;
  width: 100%;
  border-radius: 0%;
  padding: 30px 20px 30px 25px;
  bottom: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cs-portfolio.cs-style1.cs-lightbox_item:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.cs-portfolio.cs-style1.cs-size1 {
  height: 299px;
}

.cs-portfolio.cs-style1.cs-size2 {
  height: 622px;
}

.cs-portfolio.cs-style1.cs-size3 {
  height: 600px;
}

.cs-portfolio.cs-style2 {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

.cs-portfolio.cs-style2 .cs-gradient_shape {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  height: 600px;
  width: 600px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(41, 0, 208, 0.2) 0%, rgba(24, 24, 24, 0.2) 100%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.cs-portfolio.cs-style2 .cs-portfolio_img.active .cs-shine_hover_1::before {
  -webkit-animation: shine 1.3s;
          animation: shine 1.3s;
}

.cs-portfolio.cs-style2 .cs-section_heading.cs-style1 {
  position: relative;
  z-index: 2;
}

.cs-portfolio.cs-style2 .cs-portfolio_img_title {
  margin: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  left: calc(((100vw - 1300px)/2)/2);
  margin: 0 0 0 -30px;
  white-space: nowrap;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 2px #0dc6ff;
  font-size: 50px;
}

.cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
  left: initial;
  right: calc(((100vw - 1300px)/2)/2);
  margin: 0 -30px 0 0;
}

.cs-portfolio.cs-style2.cs-type1 .cs-gradient_shape {
  right: initial;
  left: 0;
}

@media screen and (max-width: 1540px) {
  .cs-portfolio.cs-style1 {
    height: 450px;
  }
  .cs-portfolio.cs-style1.cs-size3 {
    height: 500px;
  }
}

@media screen and (max-width: 1400px) {
  .cs-portfolio.cs-style2 .cs-portfolio_img_title {
    left: calc(((100vw - 1120px)/2)/2);
    font-size: 40px;
    margin: 0 0 0 -27px;
  }
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    left: initial;
    right: calc(((100vw - 1120px)/2)/2);
    margin: 0 -27px 0 0;
  }
}

@media screen and (max-width: 1380px) {
  .cs-portfolio.cs-style1 .cs-portfolio_title {
    font-size: 25px; line-height: 1.3;
  }
}

@media screen and (max-width: 1199px) {
  .cs-portfolio.cs-style2 .cs-portfolio_img_title {
    left: calc(((100vw - 940px)/2)/2);
  }
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    left: initial;
    right: calc(((100vw - 940px)/2)/2);
  }
}

@media screen and (max-width: 1080px) {
  .cs-portfolio.cs-style2 .cs-portfolio_img {
    padding-left: 60px;
  }
  .cs-portfolio.cs-style2 .cs-portfolio_img_title {
    margin-left: 0;
  }
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img {
    padding-right: 60px;
  }
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .cs-portfolio.cs-style1 {
    height: 380px;
  }
  .cs-portfolio.cs-style2 .cs-portfolio_img,
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img {
    position: relative;
    padding-left: 70px;
    padding-right: 0;
  }
  .cs-portfolio.cs-style2 .cs-portfolio_img_title,
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    left: 30px;
    right: initial;
    margin: 0 0 0 -27px;
  }
  .cs-portfolio.cs-style2 .cs-section_heading.cs-style1,
  .cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-style1 {
    padding-left: 70px;
  }
}

@media screen and (max-width: 575px) {
  .cs-portfolio.cs-style1 {
    height: 380px;
  }
  .cs-portfolio.cs-style2 .cs-portfolio_img_title, .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    margin: 0px 0 0 -20px;
    font-size: 32px;
  }
}

/*--------------------------------------------------------------
  21. FunFact
----------------------------------------------------------------*/
.cs-funfact_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
    background: linear-gradient(267.18deg, #e6f4ff 0%, #edf7ff 100%);
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 60px 80px;
    position: relative;
    z-index: 1;

    box-shadow: rgb(0 0 0 / 13%) 0px 25px 50px -12px;
}

.cs-funfact_wrap .cs-funfact_shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.cs-funfact_wrap .cs-funfact_left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
  position: relative;
  z-index: 2;
}

.cs-funfact_wrap .cs-funfact_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 80px;
  position: relative;
  z-index: 2;
}

.cs-funfact_wrap.cs-type1 {
  margin-top: -100px;
}

.cs-funfact_heading h2 {
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 1;
}
.cs-funfact_heading h2 span {
    animation: color-change 3s infinite;
}

@keyframes color-change {
    0% { color: #45c1f1; }
    50% { color: #f29712; }
    100% { color: #00475d; }
}


.cs-funfact_heading h2 span {
    font-size: 29px; font-weight: 900;
}
.cs-funfact_heading p {
  margin-bottom: 0;
  line-height: 1.75em;
}

.cs-funfacts {
  display: -ms-grid;
  display: grid;
  grid-gap: 36px 40px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.cs-funfact.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-funfact.cs-style1 .cs-funfact_number {
  margin: 0 13px 0 0;
  font-size: 50px;
  line-height: 1.3em;
}

.cs-funfact.cs-style1 .cs-funfact_text span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: -4px;
  margin-bottom: -1px;
}

.cs-funfact.cs-style1 .cs-funfact_text p {
  margin: 0;
}

.cs-funfact.cs-style2 .cs-funfact_number {
  margin: 0 13px 0 0;
  font-size: 50px;
  line-height: 1.3em;
}

.cs-funfact.cs-style2 .cs-funfact_title {
  font-size: 22px;
  color: #999696;
  margin: 0;
}

.cs-funfact_wrap_2 {
  background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
  -webkit-box-shadow: 0px 0px 25px rgba(123, 123, 123, 0.1);
          box-shadow: 0px 0px 25px rgba(123, 123, 123, 0.1);
  border-radius: 15px;
  padding: 90px 90px 100px;
  position: relative;
  z-index: 1;
}

.cs-funfact_wrap_2.cs-no_shadow {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

.cs-funfact_wrap_2 .cs-funfact_shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.cs-funfact_wrap_2 .cs-funfact_shape + * {
  position: relative;
  z-index: 2;
}

.cs-funfact_wrap_2 .cs-funfacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
}

.cs-funfact_wrap_2 .cs-funfacts > * {
  padding: 12px;
}

.cs-funfact_wrap_2.cs-type1 {
  margin-top: -145px;
}

.cs-funfact_wrap_2.cs-type2 {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1399px) {
  .cs-funfact_wrap,
  .cs-funfact_wrap_2 {
    padding: 60px 50px 50px 50px;
  }
  .cs-funfact_wrap_2.cs-type1 {
    margin-top: -102px;
  }
  .cs-funfact_wrap .cs-funfact_left {
    width: 25%;
  }
  .cs-funfact_wrap .cs-funfact_right {
    padding-left: 50px;
    width: 75%;
  }
}

@media screen and (max-width: 1380px) {
  .cs-funfact_heading h2 {
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cs-funfact.cs-style1 .cs-funfact_number {
    font-size: 42px;
  }
  .cs-funfact.cs-style1 .cs-funfact_text span {
    font-size: 18px;
    margin-top: -8px;
    margin-bottom: -5px;
  }
  .cs-funfact.cs-style2 .cs-funfact_number {
    font-size: 42px;
  }
  .cs-funfact.cs-style2 .cs-funfact_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-funfact_wrap {
    display: block;
  }
  .cs-funfact_wrap .cs-funfact_right {
    padding-left: 0;
    width: 100%;
  }
  .cs-funfact_wrap .cs-funfact_left {
    width: 100%;
    margin-bottom: 50px;
  }
  .cs-funfact_wrap_2 .cs-funfacts {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px 25px;
  }
}

@media screen and (max-width: 991px) {
  .cs-funfact_wrap .cs-funfact_left {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cs-funfacts {
    grid-gap: 15px 15px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .cs-funfacts {
    grid-gap: 15px 15px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .cs-funfact_wrap,
  .cs-funfact_wrap_2 {
    padding: 40px 30px;
  }
}

/*--------------------------------------------------------------
  22. Pricing
----------------------------------------------------------------*/
.cs-pricing_table.cs-style1 {
  position: relative;
  background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
  border-radius: 15px;
  overflow: hidden;
  padding: 0 45px;
}

.cs-pricing_table.cs-style1::before {
  content: '';
  position: absolute;
  right: -55px;
  top: -55px;
  height: 135px;
  width: 135px;
  background: #0dc6ff;
  -webkit-filter: blur(125px);
          filter: blur(125px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.cs-pricing_table.cs-style1 .cs-pricing_title {
  font-size: 30px;
  padding: 30px 0 30px;
  border-bottom: 1px solid #302E2E;
  margin: 0;
}

.cs-pricing_table.cs-style1 .cs-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 20px;
  margin-bottom: 5px;
}

.cs-pricing_table.cs-style1 .cs-price h3 {
  margin: 0;
  font-size: 38px;
}

.cs-pricing_table.cs-style1 .cs-price span {
  position: relative;
  bottom: 6px;
}

.cs-pricing_table.cs-style1 .cs-pricing_info {
  border-bottom: 1px solid #302E2E;
  padding-bottom: 23px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature {
  padding: 35px 0 25px;
  border-bottom: 1px solid #302E2E;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature li {
  position: relative;
  padding-left: 35px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature li:not(:last-child) {
  margin-bottom: 16px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature .cs-feature_icon {
  position: absolute;
  left: 0;
  top: -1px;
}

.cs-pricing_table.cs-style1 .cs-pricing_btn_wrap {
  padding: 28px 0;
}

.cs-pricing_table.cs-style1:hover::before {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .cs-pricing_table.cs-style1 {
    padding: 0 30px;
  }
  .cs-pricing_table.cs-style1 .cs-pricing_title {
    font-size: 26px;
  }
}

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

.rtl .cs-slide,
.rtl .slick-slide {
  direction: rtl;
}

.rtl .text-end {
  text-align: left !important;
}

.rtl .cs-funfact.cs-style1 .cs-funfact_number {
  margin-left: 14px;
  margin-right: 0;
}

.rtl .cs-funfact_wrap .cs-funfact_right {
  padding-left: 0;
  padding-right: 80px;
}

.rtl .cs-nav .cs-nav_list > li.menu-item-has-children > a::after {
  margin-left: 0px;
  margin-right: 6px;
}

.rtl .cs-text_btn span::before {
  left: initial;
  right: -100%;
  -webkit-transform: scaleX(0) rotate(180deg);
          transform: scaleX(0) rotate(180deg);
}

.rtl .cs-text_btn svg {
  margin-left: 0;
  margin-right: 15px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.rtl .cs-text_btn.cs-type1 svg {
  margin-left: 15px;
  margin-right: 0px;
}

.rtl .cs-text_btn.cs-type2 svg {
  margin-left: 15px;
  margin-right: 0px;
}

.rtl .cs-text_btn:hover span::before {
  -webkit-transform: scaleX(1) rotate(180deg);
          transform: scaleX(1) rotate(180deg);
}

.rtl .cs-hero_social_wrap,
.rtl .cs-toolbox,
.rtl .cs-slider_container,
.rtl .cs-testimonial_slider,
.rtl .cs-moving_text_wrap,
.rtl .cs-swiper_button_next,
.rtl .cs-swiper_button_prev {
  direction: ltr;
}

.rtl .cs-hero.cs-style1 .cs-hero_social_wrap,
.rtl .cs-hero.cs-style2 .cs-hero_social_wrap,
.rtl .cs-hero.cs-style3 .cs-hero_social_wrap,
.rtl .cs-swiper_parallax_slider_wrap .cs-hero_social_wrap,
.rtl .cs-fullscreen_swiper_wrap .cs-hero_social_wrap {
  right: initial;
  left: 45px;
}

.rtl .cs-hero.cs-style1 .cs-hero_social_wrap.cs-left_side,
.rtl .cs-hero.cs-style2 .cs-hero_social_wrap.cs-left_side,
.rtl .cs-hero.cs-style3 .cs-hero_social_wrap.cs-left_side,
.rtl .cs-swiper_parallax_slider_wrap .cs-hero_social_wrap.cs-left_side,
.rtl .cs-fullscreen_swiper_wrap .cs-hero_social_wrap.cs-left_side {
  left: initial;
  right: 45px;
}

.rtl .cs-contact_info.cs-style1 li {
  padding-left: 0;
  padding-right: 35px;
}

.rtl .cs-contact_info.cs-style1 svg {
  left: initial;
  right: 0;
}

.rtl .cs-side_header .cs-side_header_in {
  right: 100%;
}

.rtl .cs-side_header.active .cs-side_header_in {
  right: calc(100% - 500px);
}

.rtl .cs-side_header .cs-side_header_shape {
  right: initial;
  left: 0;
}

.rtl .cs-side_header .cs-side_header_shape::before {
  right: initial;
  left: -90px;
}

.rtl .cs-newsletter.cs-style1 .cs-newsletter_btn {
  right: initial;
  left: 5px;
}

.rtl .cs-newsletter.cs-style1 .cs-newsletter_input {
  padding: 5px 15px 5px 100px;
}

.rtl .cs-slider.cs-style1 .cs-slider_left {
  padding-right: initial;
  padding-left: 12%;
}

.rtl .slick-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rtl .cs-testimonial.cs-style1 .cs-testimonial_quote {
  left: initial;
  right: 0;
}

.rtl .cs-testimonial.cs-style1 .cs-testimonial_avatar_designation::before {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .cs-rating > * {
  left: initial;
  right: 0;
}

.rtl .cs-shape_wrap_3 .cs-shape_3 {
  right: initial;
  left: 20px;
}

@media (min-width: 1200px) {
  .rtl .cs-nav .cs-nav_list > li {
    margin-right: initial;
    margin-left: 50px;
  }
  .rtl .cs-nav .cs-nav_list > li:last-child {
    margin-left: 0px;
  }
}

.rtl .slider-for .slick-prev {
  right: initial;
  left: 76px;
}

.rtl .slider-for .slick-next {
  right: initial;
  left: 0;
}

.rtl .cs-close {
  right: initial;
  left: 30px;
}

.rtl .cs-shape_wrap_4 .cs-shape_4:nth-child(1) {
  left: initial;
  right: 5%;
}

.rtl .cs-shape_wrap_4 .cs-shape_4:nth-child(2) {
  left: initial;
  right: 25%;
}

.rtl .cs-hero.cs-style2 .cs-hero_tab_item .cs-hero_tab_img {
  right: initial;
  left: 0;
}

.rtl .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 14px;
}

.rtl .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.rtl .breadcrumb-item + .breadcrumb-item::after {
  content: '';
  height: 17px;
  width: 1px;
  background-color: #fff;
  padding: 0;
  position: relative;
  top: 5px;
  margin-left: 14px;
  float: right;
}

.rtl .cs-accordian_head {
  padding-left: 20px;
  padding-right: 0;
}

.rtl .cs-accordian_toggle {
  right: initial;
  left: 0;
}

.rtl .cs-btn.cs-style1 svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0px;
  margin-right: 14px;
}

.rtl .cs-isotop_filter.cs-style1 li:not(:last-child) {
  margin-right: 0;
  margin-left: 28px;
}

.rtl .cs-post.cs-style3 .cs-posted_by > span:first-child {
  margin-right: 0;
  margin-left: 12px;
}

.rtl .cs-post.cs-style3 .cs-post_avatar_img {
  margin-right: 0;
  margin-left: 18px;
}

.rtl .cs-hero.cs-style3 .cs-hero_subtitle {
  margin-right: auto;
  margin-left: initial;
}

.rtl .cs-hero.cs-style5 .cs-hero_text {
  padding-left: 0;
  padding-right: 180px;
}

.rtl .swiper-vertical
> .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
  left: initial;
  right: 115px;
}

@media (max-width: 1199px) {
  .rtl .swiper-vertical
> .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
    left: initial;
    right: 15px;
  }
}

.rtl .cs-site_header.cs-style1 .cs-munu_toggle {
  right: initial;
  left: 0;
}

.rtl .cs-munu_dropdown_toggle {
  right: initial;
  left: 20px;
}

.rtl .cs-sidebar_search input {
  padding-left: 40px;
  padding-right: 10px;
}

.rtl .cs-sidebar_search_btn {
  right: initial;
  left: 0;
}

.rtl .widget_archive ul li,
.rtl .widget_categories ul li {
  padding-left: 0;
  padding-right: 26px;
}

.rtl .widget_archive ul li::before,
.rtl .widget_categories ul li::before {
  left: initial;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rtl .cs-recent_post_thumb {
  margin-right: 0;
  margin-left: 18px;
}

.rtl .cs-post_meta.cs-style1 > *:not(:last-child)::before {
  right: initial;
  left: 0;
}

.rtl .cs-post_meta.cs-style1 > *:not(:last-child) {
  margin-right: 0;
  padding-right: 0;
  margin-left: 12px;
  padding-left: 12px;
}

.rtl .cs-pagination_item svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rtl .cs-post.cs-style2 blockquote small {
  padding-left: 0;
  padding-right: 35px;
}

.rtl .cs-post.cs-style2 blockquote small::before {
  left: initial;
  right: 0;
}

.rtl .cs-post.cs-style2 blockquote {
  border-left: 0;
  border-right: 5px solid #0dc6ff;
}

.rtl .cs-page_navigation > div:not(:last-child) {
  margin-right: 0;
  padding-right: 0;
  margin-left: 21px;
  padding-left: 21px;
}

.rtl .cs-page_navigation > div:not(:last-child)::after {
  right: initial;
  left: -1px;
}

.rtl .offset-xl-1,
.rtl .offset-lg-1 {
  margin-left: 0;
  margin-right: 8.33333333%;
}

.rtl .offset-xl-2,
.rtl .offset-lg-2 {
  margin-left: 0;
  margin-right: 16.66666667%;
}

.rtl .offset-xl-3,
.rtl .offset-lg-3 {
  margin-left: 0;
  margin-right: 25%;
}

.rtl .offset-xl-4,
.rtl .offset-lg-4 {
  margin-left: 0;
  margin-right: 33.33333333%;
}

.rtl .offset-xl-5,
.rtl .offset-lg-5 {
  margin-left: 0;
  margin-right: 41.66666667%;
}

.rtl .offset-xl-6,
.rtl .offset-lg-6 {
  margin-left: 0;
  margin-right: 58.33333333%;
}

.rtl .offset-xl-7,
.rtl .offset-lg-7 {
  margin-left: 0;
  margin-right: 58.33333333%;
}

.rtl .offset-xl-8,
.rtl .offset-lg-8 {
  margin-left: 0;
  margin-right: 66.66666667%;
}

.rtl .offset-xl-9,
.rtl .offset-lg-9 {
  margin-left: 0;
  margin-right: 75%;
}

.rtl .offset-xl-10,
.rtl .offset-lg-10 {
  margin-left: 0;
  margin-right: 83.33333333%;
}

.rtl .offset-xl-11,
.rtl .offset-lg-11 {
  margin-left: 0;
  margin-right: 91.66666667%;
}

@media (max-width: 1199px) {
  .rtl .offset-xl-1,
  .rtl .offset-xl-2,
  .rtl .offset-xl-3,
  .rtl .offset-xl-4,
  .rtl .offset-xl-5,
  .rtl .offset-xl-6,
  .rtl .offset-xl-7,
  .rtl .offset-xl-8,
  .rtl .offset-xl-9,
  .rtl .offset-xl-10,
  .rtl .offset-xl-11 {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .rtl .offset-lg-1,
  .rtl .offset-lg-2,
  .rtl .offset-lg-3,
  .rtl .offset-lg-4,
  .rtl .offset-lg-5,
  .rtl .offset-lg-6,
  .rtl .offset-lg-7,
  .rtl .offset-lg-8,
  .rtl .offset-lg-9,
  .rtl .offset-lg-10,
  .rtl .offset-lg-11 {
    margin-right: 0;
  }
}

.rtl .cs-header_badge {
  right: initial;
  left: 5px;
}

.rtl .cs-hero.cs-style3 .cs-hero_highlite {
  left: initial;
  right: 68%;
}

.rtl .cs-hero.cs-style3.cs-type1 .cs-hero_subtitle {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .rtl .cs-hero.cs-style3.cs-type1 .cs-hero_subtitle {
    margin-right: auto;
    margin-left: auto;
  }
}


/*harpreet css start*/
.tm-bgcolor-darkgrey, .themetechmount-topbar-wrapper.tm-bgcolor-darkgrey {
    background: #035a95;
    background: -moz-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: -webkit-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: linear-gradient(to right,#035a95 0%,#0498bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035a95',endColorstr='#0498bd',GradientType=1);
}
.themetechmount-topbar-wrapper.tm-textcolor-white a, .themetechmount-topbar-wrapper.tm-textcolor-white {
    color: rgba(255, 255, 255, 0.95);
}
.themetechmount-topbar-wrapper.tm-textcolor-white a i { color: #fff; }
.cs-portfolio.cs-style1:hover { transform: scale(1.02); }


.themetechmount-topbar-inner {
    line-height: 49px;
}
.tm-wrap {
    display: table;
    width: 100%;
}
.tm-wrap-cell {
    display: table-cell;
    vertical-align: middle;
}
.top-contact.tm-highlight-left {
    margin-right: 15px;
    padding-right: 5px;
}
.top-contact {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    display: inline-block;
    position: relative;
    line-height: 50px;
    vertical-align: top;
    float: right;
}
.top-contact li, .tm-topbar-content .tm-wrap-cell div {
    position: relative;
}
.top-contact li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1; font-weight: 600;
}

.top-contact li:last-child {
    padding-right: 0px;
}
.top-contact li:last-child {
    padding-right: 20px;
}
.top-contact i {
    margin-right: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #00aecc;
}

.top-contact.tm-highlight-right strong, .top-contact.tm-highlight-left strong {
    font-weight: 500;
}
.top-contact li:first-child {
    padding-left: 0px;
}
.top-contact.tm-highlight-right:after, .top-contact.tm-highlight-left:after {
    content: "";
    width: 5000px;
    height: 100%;
    background-color: #0186d5;
    right: 0;
    top: 0px;
    position: absolute;
    z-index: 0;
}
.top-contact.tm-highlight-left:after { background-color: #f29712; }
.tm-align-right {
    text-align: right;
}
.top-contact {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    display: inline-block;
    position: relative;
    line-height: 35px;
    vertical-align: top;
    background: #f1f1f1;
    border-radius: 0px 0px 10px 10px;
}

.cs-gescout_show .top-contact { display: none; }


.tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
    padding-right: 0px;
}
.tm-topbar-content .tm-wrap-cell div {
    padding-left: 15px;
}
.top-contact li, .tm-topbar-content .tm-wrap-cell div {
    position: relative;
}
.tm-topbar-content .tm-wrap-cell div {
    display: inline-block;
}
.themetechmount-topbar-inner {
    line-height: 35px;
}
.themetechmount-topbar-wrapper .social-icons li {
    position: relative;
    min-width: auto;
    padding: 0;
    margin: 0px 0px 0px 10px;
    display: inline-block;
}
.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.rotate360 {
    transform: rotate(134deg);
    line-height: 1!important;
}

@media screen and (min-width: 1200px) {
  .container-fluid {
      padding-right: 40px!important;
      padding-left: 40px!important;
  }
}

.loginmenu { background: #00475d; height: auto!important; 
/*  margin-top: 21%!important; */
  color: #fff!important; padding-left: 20px!important; padding-right: 20px!important; }
.loginmenu i { margin-right: 10px; }
.loginmenu:hover { background: #00b1e7; }

/*.cs-gescout_show .loginmenu { margin-top: 16%!important; }*/
.quickenquiry {  }
.quickenquiry input, .quickenquiry textarea { border: 1px solid #fff; background: #c7e5ff; color: #000; font-size: 14px; }
.quickenquiry textarea { height: 104px; resize: none; }
.quickenquiry .cs-btn.cs-style1 { padding: 11px 26px; font-size: 15px; width: 100%; }

.quickenquiry input::placeholder, .quickenquiry textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.quickenquiry input:-ms-input-placeholder, .quickenquiry textarea:-ms-input-placeholder
 { /* Internet Explorer 10-11 */
  color: #000;
}

.quickenquiry input::-ms-input-placeholder, .quickenquiry textarea::-ms-input-placeholder
 { /* Microsoft Edge */
  color: #000;
}

.whowe-right { font-size: 20px; line-height: 1.5; padding: 70px 50px 40px 50px; color: #fff; position: relative; margin: 200px 0px 0px -100px;
    background: #035a95;
    background: -moz-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: -webkit-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: linear-gradient(to right,#035a95 0%,#0498bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035a95',endColorstr='#0498bd',GradientType=1);
}
.whowe-right span { font-size: 120px; line-height: 0; color: #fff; display: block; }
.text-white { color: #fff; }
.blogbg { background: url(../img/case_study_details_bg.jpg) center center no-repeat; background-size: cover; padding-bottom: 100px; }
.blogbg .cs-pagination.cs-style1 { margin-top: 30px; }

.corporateprog-bg { background: #edf7ff url("../img/grey-pattren.png") center center repeat; }
.program2-info { padding: 0px 20px; margin: -20px 0px 0px 0px; width: 100%; position: relative; text-align:center;
}
.program2-info h4 { background: #fff; color: #000; padding: 20px 20px; margin: 0px; line-height: 1.3; border: 1px solid #efefef; }
.program2-info h4 a { color: #000 }
.program2-info .exploremore { color: #078ab2; font-weight: 600; font-size: 15px; padding: 10px 20px; display: block; }
.program2:hover .exploremore { color: #fff; background: #078ab2; }

.program2 .cs-post_thumb { overflow: hidden!important; background: #000!important; }
.program2 .cs-post_thumb img { transition: all 0.3s ease-in-out; }
.program2:hover img { opacity: 0.8 }
/* .service-outer { padding: 60px 0px; background:#0e0309 url(../img/service-bg.jpg) center top no-repeat; background-size: auto; } */
.service-outer .cs-pagination.cs-style1 { margin-top: 30px; }
.course-outer { background: url(../img/box-pattren-bg.png) left top repeat; padding: 0px 0px 0px 0px; }
.course-box { width: 100%; margin: 15px 0px 0px 0px; padding: 15px; background: #fff; border-radius: 10px 10px 40px 40px; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
 position: relative; z-index: 2; }

/*.course-iner { padding: 40px 0px 100px 0px; background: url(../img/coursebg-img2.png) right bottom no-repeat; }*/
.course-iner { position: relative; }
.studentimg { position: absolute; right:0; bottom:0; }


.course-box-img { width: 100%; min-height: 237px; background: #000; border: 1px solid #efefef; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.course-box-img img { max-width: 100%; max-height: 237px; transition: all 0.3s ease-in-out; }
.course-box-img:hover img { transform: scale(1.1); opacity: 0.8; }
.course-box-content { padding: 15px 30px; margin: -50px 20px 0px 20px; border-radius: 15px; text-align: center; background: #fff; position:relative; }
.course-box-content h3 { padding: 0px; margin: 0px 0px 10px 0px; font-size: 22px; font-weight: 900; }

.course-box-content ul { margin: 0px; padding: 0px 0px; list-style: none; }
.course-box-content ul li { font-weight:400; display: inline-block; margin: 0px 10px; font-size: 14px; }
.course-box-content ul li i { color: #037eac; font-size: 18px; }

.course-box-content a.coursedet { font-size: 14px; font-weight: 400; color: #fff; border-radius: 5px; display: inline-block; 
   margin: 20px 0px 0px 0px; padding: 5px 50px; background: #035a95;
    background: -moz-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: -webkit-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: linear-gradient(to right,#035a95 0%,#0498bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035a95',endColorstr='#0498bd',GradientType=1); }

.bonuses-outer { position: relative; overflow-x: hidden; margin: -130px 0px 0px 0px; padding-bottom: 120px; z-index:1; }
.bonuses-outer:before { content: ''; width: 100%; height: 140px; position: absolute; top: 0; left: 0; background: url(../img/service-bottom.png) center bottom no-repeat; background-size: 100% 100%; }
.bonuses-outer:after { content: ''; width: 100%; height: 150px; position: absolute; bottom: 0; left: 0; background: url(../img/service-top.png) center bottom no-repeat; background-size: 110% 100%; }
.bonuses-body { background: #f3f3f3 url(../img/service-shape.png) center center no-repeat; padding: 40px 0px; margin: 140px 0 0 0; }
.download-box { margin-bottom: 30px; padding: 50px 35px 45px; position: relative; display: flex;
    flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff;
    cursor: pointer; transition: 0.4s; box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.download-box span {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
    color: #e4e4e4;
}
.download-box h3 { font-size: 20px; margin-bottom: 25px; color: #000; font-weight: 700; display: block; }
.download-box a {
    box-shadow: none;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 150%;
    color: #000000;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.download-box a i { margin-left: 8px; }
.service-icon-coding { font-size: 50px; position: absolute; right: 26px; 
  bottom: 35px; max-height: 70px; color: #f29712; }
.download-box:hover { 
    background: #035a95;
    background: -moz-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: -webkit-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: linear-gradient(to right,#035a95 0%,#0498bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035a95',endColorstr='#0498bd',GradientType=1);
 }
.download-box:hover h3, .download-box:hover a, .download-box:hover .service-icon-coding, 
.download-boxhover h3, .download-boxhover a, .download-boxhover .service-icon-coding { color: #fff; }

.download-boxhover { background: #035a95;
    background: -moz-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: -webkit-linear-gradient(left,#035a95 0%,#0498bd 100%);
    background: linear-gradient(to right,#035a95 0%,#0498bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035a95',endColorstr='#0498bd',GradientType=1); }
.statouter { padding: 0px; }
.statiner { background: #0268a8; padding: 54px 40px; border-radius: 10px; margin: 60px 0px; }
.funfact-three__single .funfact-three__counter {
    position: absolute;
}
.funfact-three__single .funfact-three__counter .pattern-1 {
    position: absolute;
    z-index: 9;
    left: 0px;
    width: 93px;
    top: 5px;
}
.funfact-three__single .funfact-three__counter .pattern-1 img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.funfact-three__single .funfact-three__counter .pattern-2 {
    position: absolute;
    z-index: 9;
    width: 93px;
    left: -10px;
}
.funfact-three__single .funfact-three__counter .pattern-2 img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.funfact-three__single .funfact-three__counter .pattern-3 {
    position: absolute;
    z-index: 99;
    width: 40px;
    top: 29px;
    left: 23px;
}
.funfact-three__single .funfact-three__counter .pattern-3 img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.sc-counter-box {
    padding-left: 110px;
}
.sc-counter-box .sc-count {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    margin: 19px 0px 8px 0px;
}
.sc-counter-box .counter {
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
}
.timerafter { position: relative; }
.timerafter:after { content: '+';  }
.certificate-course-outer { padding: 100px 0px 0px 0px; min-height: 430px;
 background: url(../img/certificate-coursebg.jpg) left top no-repeat; background-size: 100% 100%;
 }
.certificate-course-inr { position: relative; margin-top: -180px; }
.certi-course { border-radius: 15px; background: #fff; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; margin-bottom: 30px; }
.certi-course-img { border-radius: 15px 15px 0 0; width: 100%; min-height: 235px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.certi-course-img img { border-radius: 15px 15px 0 0; max-width: 100%; max-height: 235px; }
.certi-course-overlay { position: absolute; top:0; left:0; background: rgb(0 129 182 / 90%); width: 100%; height: 100%;
 display: flex; align-items: center; justify-content: center; opacity: 0; transition: all 0.3s ease-in-out;
 }
.certi-course:hover { border-radius: 50px 15px 15px 15px; box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px; }
.certi-course:hover .certi-course-overlay { opacity: 1; border-radius: 50px 15px 15px 15px; }
.certi-course:hover .certi-course-img { border-radius: 50px 15px 15px 15px; }
.certi-course:hover .certi-course-img img { border-radius: 50px 15px 15px 15px; }


.certi-course-overlay a { color: #fff; }
.certi-course-overlay a:hover { text-decoration: underline; }
.certi-course-info { padding: 20px 20px 0px 20px; }
.certi-course-info h2 { font-size: 23px; font-weight: 800; margin-bottom: 10px; text-align: center; }
.certi-course-info h6 { color: #0268a8; padding-bottom: 10px; margin-bottom: 7px; border-bottom: 1px dashed #ff9b0a; text-align: center; }
.certi-course-info p { font-size: 13px; margin: 0px; padding: 0px; text-align: center; }
.certificate-course-inr .cs-pagination.cs-style1 { margin-top: 30px; }
/* .teamouter { padding: 60px 0px; margin-top: 60px; background: #0e0309 url(../img/service-bg.jpg) center top no-repeat; background-size: auto; } */
.teamouter .cs-member_thumb { height: 260px; }


.teamouter h3 { font-size: 42px!important; color: #fff!important; }
.clientouter { background: #efefef; padding: 60px 0px; }
.clientlogo { border: 1px solid #efefef; width: 100%; height: 100px; background: #fff; display: flex; align-items: center; justify-content: center; }

.clientouter .cs-pagination.cs-style1 { margin-top: 30px; margin-bottom: 40px; }
.coursefor-outer { border-top: 1px solid #efefef; }
.thsn-ihbox-box { flex-direction: row-reverse; align-items: center; margin-top: 70px; margin-bottom: 0px; }
.thsn-ihbox-boxrht { flex-direction: row; }


.thsn-ihbox-icon {  border: 1px solid #f0f0f0; padding: 5px; }
.thsn-right-icon {
    margin-left: 25px;
    margin-right: 0;
}
.thsn-ihbox-boxrht .thsn-ihbox-icon { margin-right: 25px; margin-left: 0; }


.thsn-helthify-icon {
    font-size: 44px;
    line-height: 85px;
    width: 85px;
    height: 85px;
    text-align: center;
    color: #eb9416;
    background: #f0f0f0;
}
.thsn-ihbox-contents h2 { font-size: 18px; margin: 0px 0px 8px 0px; padding: 0px; }
.thsn-heading-desc { font-size: 14px; }
.testiouter { overflow-x: hidden;
    position: relative;
    background: #035a95;
    background: -moz-linear-gradient(left,#035a95 40%,#0498bd 100%);
    background: -webkit-linear-gradient(left,#035a95 40%,#0498bd 100%);
    background: linear-gradient(to right,#035a95 40%,#0498bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035a95',endColorstr='#0498bd',GradientType=1); }

.testiouter:before, .testiouter:after { content:''; width: 300px; height: 300px; 
  border-radius: 100%; left: -200px; top: 100px; background: #074065; position: absolute; opacity:0.3 }

.testiouter:before { left: auto; right: -200px; background: #fff; opacity: 0.2 }
.about { position: relative; padding: 100px 0px; }
.about .container { position: relative; z-index: 1; }
.about:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 60%;
    height: 100%;
    background: #ecf5ff; z-index: 0;
}
.section-heading {
    margin-bottom: 70px;
}
.subheading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #0268a8;
    letter-spacing: 2px;
}
.about h3 {
    font-size: 38px; font-weight: 800;
    margin: 10px 0px 10px;
    line-height: 44px;
}
.about-text-block {
    clear: both;
    margin-bottom: 40px;
}
.about-text-block .icon-box {
    
    width: 85px;
    height: 85px;
    text-align: center;
    font-size: 40px;
    margin-right: 30px;
    border-radius: 100%;
    float: left;
    position: relative;

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    background: #fff;
        color: #eb9416;

    display: flex;
    align-items: center;
    justify-content: center;

}
.about-text-block .about-desc {
    overflow: hidden;
}
.about-text-block h4 {
    font-size: 20px; margin-bottom: 7px;
}
.about-text-block p {
    margin-bottom: 0px; margin-right: 20px; font-size: 14px;
}
.beforefooter { background: #edf7ff url("../img/grey-pattren.png") center center repeat; padding: 40px 0px; color: #fff; }
.beforefooter .container {  display: flex; align-items: center; justify-content: space-between; }
.beforefooter h3 { font-size: 40px; line-height: 1.5; margin: 0px; padding: 0px; text-transform: uppercase; }

.footercont { background: #1a1a1a url(../img/map.png) center center no-repeat fixed; }
.footeraddres li, .foot-list li { color: rgba(255, 255, 255, 0.9); position: relative; font-size: 14px; line-height: 1.5; padding-left: 25px; }
.footeraddres li i, .foot-list li i { position: absolute; left: 0; top: 5px; }
.testmon { margin-top: 12px; }
.testmon .card {
    width: 100%;
    background: #000;
    padding: 70px 0px 0px 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.testmon .card-body {
  max-width: 800px;
  min-height: 480px;
  margin: auto; position: relative; transition: all 0.3s ease-in-out;
}
.testmon .card-detailes {
  margin-top: 40px;
}
.testmon .card-text {
  text-align: center;
}
.testmon .card-foter {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.testmon .cardImage2 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.testmon #cardName2,
.testmon #roleName2 {
  padding-left: 10px;
  font-size: 15px;
  margin: 0;
  color: #fff;
}
.testmon .slick-dots { bottom: -43px!important; }


.testmon .slick-dots .slick-active button {
  background: #00ddff !important;
}

.testmon .slick-dots li button:before {
  content: "" !important;
}
.testmon .slick-dots .slick-active button:active {
  background: #00ddff!important;
}
.testmon .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  left: 825px !important;
  border: 20px !important;
  background: #dafaff !important;
  border-radius: 20px !important;
}
.testmon .slick-dots li {
  /*  width: 60px !important;*/
    height: 0 !important;
}

.testmon .slick-slide {
  margin: 0 20px;
}

.bannerhd2 { width: 90%; padding: 0px; top: -40px; left: 20px; position: absolute; z-index: 2; transition: all 0.3s ease-in-out; }
.bannerhd2 h4 { 
    font-family: 'Varela Round', sans-serif; color: #fff;
    font-weight: 400; font-size: 34px; line-height: 1.1;    
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}
.bannerhd2 h4 span { color: #ffab2d; }

.bannerhd2 p, .bannerhd2 a { opacity: 0; transition: all 0.3s ease-in-out; }
.bannerhd2 p {     margin-bottom: 40px;
    display: block;
    text-shadow: 0px 2px 6px rgb(0 0 0);
    font-size: 18px;
    line-height: 1.7; }
.bannerhd2 a {
    background: linear-gradient(102.57deg,#f29712,#ffa92b 100%,#f29712 0);
    border-radius: 6.25rem;
    font-size: 1rem;
    color: #fff; text-align: center;
    letter-spacing: .03125rem;
    padding: 8px 16px; top: 5px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.bannerhd2 a:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.bannerhd2 a:hover { background: linear-gradient(102.57deg,#036f9b,#036f9b 100%,#036f9b 0); }
.slick-active:hover .card p, .slick-active:hover .card a { opacity: 1; margin-left: 0px; }
/*.slick-active:hover .card img { opacity: 0.7 }*/

.slick-active:hover .card a { opacity: 1; margin-left: 0px; display: inline-block; }



.slick-active:hover .card-body { /*max-width: 100%;*/ transform: scale(1.05); }
.slick-active:hover .bannerhd2 { transform: scale(0.9); }
.slick-active:hover .bannerhd2 h4, .slick-active:hover .bannerhd2 h4 span { color: #0FDCFC; }

.slick-active:hover .hero-subheader__video { opacity: 0.8 }
.testmon .sliderimg { margin-top: 35px; max-height: 150px; }
.fullvideo { position: relative; width: 100%; height: 100vh; }
.fullvideo video { height: 100%!important; }
.cs-hero_social_wrap2 { display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 70%;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg) translateY(85%);
    transform: rotate(180deg) translateY(85%);
    right: 45px;
}
.cs-hero_social_title2 { position: relative; padding-bottom: 35px; white-space: nowrap; }
.cs-hero_social_links2 {  display: flex; padding: 0px; margin: 0px; list-style: none }
.cs-hero_social_links2 li { float: left; font-size: 14px; position: relative; padding-bottom: 32px; white-space: nowrap; }
.bnr-txt { position: absolute; top: 35%; left: 0; right: 0; z-index: 1; width: 100%; max-width: 1200px; margin: auto;
 }
.bnr-txt .bannerhd2 { position: relative; top:auto!important; left:auto!important; width: 100%; z-index: auto!important; padding-bottom: 30px;
 width: 80%; margin: auto; }
.bnr-txt .bannerhd2 p { color: #fff; font-size: 19px; line-height: 1.7; }
.bnr-txt .bannerhd2 p, .bnr-txt .bannerhd2 a { opacity: 1; transition: all 0.3s ease-in-out; }

.bnr-txt .carousel-indicators { margin-bottom: 0px!important; bottom: -30px!important; }
.cs-down_btn2 { bottom: 15%; }
.bnr-txt .carousel-control-prev, .bnr-txt .carousel-control-next { width: 80px!important; }
.cs-pagination.cs-style1 ul { display: block!important; }
.bookslotbtn { background-color: #f07e0d!important; }
.cs-btn.cs-style1:before { background-color: rgb(0 0 0 / 70%); }
.inerpagehdr { background: url(../img/course-bnr.jpg) center top no-repeat; background-size: cover; position: relative;
  padding: 180px 0px 0px 0px; }
.coursehdr { padding: 118px 0px 0px 0px; }



.banner-overlay { position: absolute;
    content: '';
   /* background: #052044;*/
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgb(3 87 124) 0%, rgb(139 23 37) 50%, rgb(117 66 11) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; opacity: 0.677; z-index: 0;
}
.banner-overlay2 { background: linear-gradient(90deg, rgb(0 50 103) 0%, rgb(23 127 139) 50%, rgb(105 0 32) 100%); opacity: 0.788;
 }
.inerpagehdr2 { background-image: url(../img/service-bnr.jpg); padding: 180px 0px 55px 0px; }

.inerpagehdr h2 { color: #50e6ff; margin-bottom:0px; }
.inerpagehdr h3 {
    font-size: 25px;
    margin: 0px 0 10px 0;
    color: #fff;
}
.container-fluid { position: relative; z-index:1; }
.inerpagehdr p { color: #fff; }
.inerpagehdr a.applybtn { float: right; font-size: 18px; height: 60px; line-height: 60px; font-weight: 400;
   color: #fff; border-radius: 5px; margin: 20px 0px 20px 0px; padding: 0px 50px; text-transform: uppercase;
   background: rgb(131,58,180);
   background: linear-gradient(90deg, #f07e0d 0%, #ffc11c 100%); 
   box-shadow: rgb(0 0 0) 3px 7px 30px -10px;
   transition: all 0.3s ease-in-out;
}
.inerpagehdr a.applybtn:hover {
  background: linear-gradient(90deg, #ffc11c 0%, #f07e0d 100%); 
   box-shadow: rgb(0 0 0) 3px 7px 40px -10px;
}


.banner-search {
  display: table;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 50px;
}
.banner-search.shadow_high {
  box-shadow: 0 10px 12px rgba(77,60,160,.1);
  -webkit-box-shadow: 0 10px 12px rgba(77,60,160,.1)
}
.banner-search.shadow {
  box-shadow: 0 64px 100px rgba(77,60,160,.09);
  -webkit-box-shadow: 0 64px 100px rgba(77,60,160,.09)
}
.search_hero_wrapping {
  height: 100%;
  width: 100%;
  position: relative
}
.banner-search .form-group {
  margin: 0;
  height: 65px
}
.banner-search .form-control {
  border: none!important
}
.banner-search span.select2-selection.select2-selection--single {
  border: none!important
}
.banner-search .form-group>*, .banner-search .form-group .input-with-icon>* {
/*  height: 100%*/
}
.select2-container--default .select2-selection--single {
  height: 100%;
  display: flex;
  align-items: center
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e6eaf3
}
.select2-dropdown {
  border: 1px solid #e6eaf3
}
.banner-search .btn.search-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  font-size: 18px;
  border-radius: 0;
  position: relative;
  right: -1px;
  color: #fff
}
.banner-search .form-group {
    margin: 0;
    height: 65px;
}
.banner-search .btn.search-btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    font-size: 18px;
    border-radius: 0px 3px 3px 0px;
    position: relative;
    border: 0;
    margin-right: -5px;
    color: #ffffff;
    background-color: #000;
    background: linear-gradient(102.57deg,#035a95 100%, #0498bd 0);
}
.banner-search .btn.search-btn:hover {
    background: linear-gradient(102.57deg, #0498bd 100%, #035a95 0);
    border: 0;
}

.full-width {
    width: 100%;
}
.input-with-icon img {
    position: absolute;
    left: 15px;
    top: 18px;
    max-height: 30px;
}
.banner-search .form-group .input-with-icon { position: relative; 
      padding: 13px 0 0 50px;
}
.coursedet-body { background:#f4f8fa url(../img/bg-line-3.png) left top no-repeat; background-size: 100% auto;  }
.property_video {
    position: relative;
}
.property_video:before {
/*    background: #17203a;*/
    background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(252,176,69,0) 100%);
    height: 250px;

    left: 0;
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 0.5;
    border-radius: 1rem;
}
.property_video .thumb {
    border-radius: 1rem;
    overflow: hidden;
}
.property_video .bb-video-box {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.bb-video-box-inner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,1);
}
.instructor_over_info {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.instructor_over_info ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    list-style: none;
}
.instructor_over_info ul li {
    margin-right: 2.5rem;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
}
.ins_info {
    display: flex;
    align-items: center;
}
.ins_info .ins_info_thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 7px;
}
.instructor_over_info ul li span {
    font-size: 13px;
    font-weight: 400;
    display: block;
    color: #ffffff;
}
.ins_info_caption h4 {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}
.ed_rate_info {
    display: flex;
    align-items: center;
    width: 100%;
}
.course_reviews_info.high {
    background: #8bc34a;
    border-radius: 10px;
}
.ed_rate_info .course_reviews_info strong {
     font-size: 14px;
    background: white;
    padding: 4px 8px;
    margin: -2px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 50px;
    margin-right: 8px;
}
.course_reviews_info strong.high {
    color: #8bc34a;
}
.course_reviews_info.high {
    font-size: 12px!important; line-height: 1.6; padding-right: 10px;
}
.ratingtxt { font-size: 12px!important; margin: 10px; } 
.course-left h1 { font-size: 30px; margin: 30px 0px 20px 0px; }
.course-left h1 span { color: #0b79c4; }

.course-right { position: relative; margin-top: -115px; margin-bottom: 60px; z-index: 2 }

@media screen and (min-width: 991px) {
    .course-right { margin-left: 15px; }
}

.course-right-box { background: #fff; border-radius: 15px; min-height: 300px; margin-bottom: 20px;
 box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px; }
.course-right-box h4 { 
    font-size: 26px;
    color: #fff;
    margin: 0px 0px 10px 0px;
    padding: 13px 25px;
    border-bottom: 1px solid #ccc;
    background: #ef8c0c;
    border-radius: 11px 11px 0 0;

 }
.coursedet-list { margin: 15px 0px 0px 0px; padding: 0px 0px 0px 30px; }
.coursedet-list li { margin-bottom: 10px; font-size: 15px; font-weight: 600; position: relative; padding-left: 25px; }
.coursedet-list li i {
    width: 15px;
    height: 15px;
    background: rgb(113 179 255 / 40%);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.coursedet-list li a { display: block; color: #000; }
.coursedet-list li a:hover { color: rgb(3 90 149); }
.coursedet-list li:hover i { background: rgb(3 90 149); color: #fff; }
.coursedet-tab-outer { padding: 50px 0px; display: block; }
.coursedet-tab-outer ul.nav-tabs { border: 0 none!important; }
.coursedet-tab-outer ul.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border: 0 none; }
.coursedet-tab-outer ul.nav-tabs .nav-item { margin-right: 10px; }
.coursedet-tab-outer ul.nav-tabs .nav-item:last-child { margin-right: 0; }
.coursedet-tab-outer ul.nav-tabs .nav-link { padding: 20px 25px; font-size: 14px; font-weight: 600; background: rgb(214 237 255); color: #2196f3; border-radius: 5px; }
.coursedet-tab-outer ul.nav-tabs .nav-link:hover, .coursedet-tab-outer ul.nav-tabs .nav-link.active { background: linear-gradient(102.57deg,#035a95 100%, #0498bd 0); color: #fff; }
.coursedet-tab-outer ul.nav-tabs .nav-item:nth-child(2) .nav-link { background: #f2ecdf; color: #f19119; }
.coursedet-tab-outer ul.nav-tabs .nav-item:nth-child(2) .nav-link.active { background: #f19119; color: #f2ecdf; }
.coursedet-tab-outer ul.nav-tabs .nav-item:nth-child(3) .nav-link { background: #dff1ea; color: #2faf5c; }
.coursedet-tab-outer ul.nav-tabs .nav-item:nth-child(3) .nav-link.active { background: #2faf5c; color: #dff1ea; }
.coursedet-tab-outer ul.nav-tabs .nav-item:nth-child(4) .nav-link { background: #f1e6e6; color: #dc4338; }
.coursedet-tab-outer ul.nav-tabs .nav-item:nth-child(4) .nav-link.active { background: #dc4338; color: #f1e6e6; }
.coursedet-tab-outer ul.nav-tabs .nav-item:nth-child(5) .nav-link { background: #eae9f7; color: #9460dd; }
.coursedet-tab-outer ul.nav-tabs .nav-item:nth-child(5) .nav-link.active { background: #9460dd; color: #eae9f7; }
.coursedet-tab-outer .tab-content { border-radius: 5px; background: #fff; 
  padding: 30px 20px 30px 20px; box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px; }
.coursedet-tab-outer .tab-content h4 { margin-bottom: 10px; margin-top: 30px; }
.coursedet-tab-outer .tab-content p { font-size: 14px; line-height: 1.8em; text-align: justify; }
.coursedet-tab-outer .tab-content ul { list-style: disc; font-size: 14px; line-height: 1.8em; }
.ct-pricing-single1.style8 { min-height: 330px;
    padding: 36px 15px 15px; margin-bottom: 25px;
    border-radius: 7px!important;
    box-shadow: none;
    transition: all 300ms linear 0ms;

    /*    background: linear-gradient(90deg, rgb(3 87 124) 0%, rgb(139 23 37) 50%, rgb(117 66 11) 100%);*/
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgb(255 242 214) 0%, rgba(205,228,255,1) 100%);
}
.ct-pricing-single1 .pricing--title {
    font-size: 24px;
    margin: 10px 0px;
    color: #000;    text-align: center;
}
.ct-pricing-single1 .pricing--desc {
    margin-bottom: 21px;
    font-size: 16px;
    color: #000000;
    line-height: 1.8; 
}
.ct-pricing-single1 .pricing--price {
    color: #000;
    font-size: 55px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 34px;
    display: inline-flex;
}
.ct-pricing-single1 .pricing--button .btn-border {
    font-size: 16px;
    font-weight: 700;
    background-color: #1e266d;
    border: 2px solid #ffffff;
    color: #fff;
    line-height: 40px;
    padding: 0 10px;
    display: block;
    transition: all 300ms linear 0ms;
    border-radius: 6px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.pricingsmal--title{ background: #ffffff4f; padding: 5px 10px; text-align: center; line-height: 1.5; border-radius: 6px; }
.morebatch { background: #f8f0db; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; padding: 20px; margin: 0px 0 0 0; }
.morebatch h2 { font-size: 20px; padding: 0px; margin: 0px 0 0 0; }
.morebatch a { font-size: 18px;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    margin: 0px;
    padding: 0px 50px;
    text-transform: uppercase;
    background: rgb(131,58,180);
    background: linear-gradient(90deg, #f07e0d 0%, #ffc11c 100%);
/*    box-shadow: rgb(0 0 0) 3px 7px 30px -10px;*/
    transition: all 0.3s ease-in-out; }

.coursedet-tab-outer .tab-content .accordion-item { margin-bottom: 15px; border: none; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09); border-radius: 0.25rem; overflow: hidden; }
.coursedet-tab-outer .tab-content .card-body { padding: 20px; }
.coursedet-tab-outer .tab-content .accordion-button { height: auto; line-height: 1.5; font-weight: 600; }
.coursedet-tab-outer .tab-content .accordion-button:not(.collapsed) {     background: linear-gradient(102.57deg,#035a95 100%, #0498bd 0);
    color: #fff; }
.coursedet-tab-outer .tab-content .accordion-button:not(.collapsed)::after { background-image: url(../img/uparrow-white.png); margin-top: -8px; }
.course-det-teacher { margin: 15px 0px; padding: 15px; border-radius: 15px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; transition: all 0.3s ease-in-out;
}
.course-det-teacher:hover { box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }


.course-det-teacher img { max-width: 100%; max-height: 130px; }

.course-det-teacher h5 {
    font-size: 13px;
    margin: 20px 0 3px 0;
    color: #ea820f;
}
.course-det-teacher h3 {
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 4px;
}
.course-det-teacher h6 {
    font-size: 16px;
    margin: 0px 0 3px 0;
    color: #035a95;
}
.course-det-teacher p { margin: 10px 0px 0px 0px; font-size: 13px!important; }
.course-det-teacher a { background: #df8502; color: #fff; padding: 3px 10px; line-height: 1.5;
    font-size: 12px; float: right; margin: 5px 0px 0px 0px; transition: all 0.3s eas-in-out; }
.course-det-teacher a:hover { background: #035a95; color: #fff; }

.coursedet-acc .accordion-item { margin-bottom: 0; border-radius:0!important; border-left: 0px!important; border-right: 0px!important; border-radius: 0.25rem; overflow: hidden; }
.coursedet-acc. .accordion-button { height: auto; line-height: 1.5; font-weight: 600; }


.coursedet-acc .accordion-button { height: 70px; line-height: 1.5; font-weight: 600; }
.coursedet-acc .accordion-button::before, .coursedet-acc .accordion-button::after { background-image: none!important; }
.coursedet-acc .accordion-button::before { content: ''; height: 1px; width: 20px; background-color: #000!important; position: absolute; right: 20px; }
.coursedet-acc .accordion-button::after { height: 20px; width: 1px; background-color: #000!important; position: absolute; right: 30px; }

.coursedet-acc .accordion-button:not(.collapsed) { background: linear-gradient(102.57deg,#035a95 100%, #0498bd 0);
    color: #fff; }
.coursedet-acc .accordion-button:not(.collapsed)::before, 
.coursedet-acc .accordion-button:not(.collapsed)::after { background-image: none!important; background-color:#fff!important; }
.coursedet-acc .accordion-button:not(.collapsed)::after { opacity:0 }
.coursedet-acc .accordion-button:not(.collapsed) { background: #ef8c0c; color: #fff; }
.coursedet-acc .card-body { padding: 30px; line-height: 2 }
.couresdet-ad { padding: 15px; margin-bottom: 15px; }
.service-img { background: #fff; border-radius: 8px; margin: 10px 0px; padding: 15px; }
.inerpagehdr2 h2 { color: #fff; }
.service-p { padding: 20px 20px 10px 20px; margin: 15px 0px; border-radius: 10px; position: relative; overflow-x: hidden; }
.service-p:before { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%;
   z-index: 0; opacity: 0.7;
   background: rgb(0,0,0);
   background: linear-gradient(90deg, rgba(0,0,0,0.7959558823529411) 0%, rgba(205,228,255,0) 100%); }
.service-p p { position: relative; z-index: 1; font-size: 14px; }
.servicerating .course_reviews_info.high { background: #ef8c0c; color: #fff }
.servicerating .course_reviews_info strong.high { color: #ef8c0c; }
.servicerating .star { margin-right: 10px; }
.servicerating .star i { color: #ef8c0c; margin-right: 5px; }
.inerpagehdr2 a.applybtn {
    float: left;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
}
.enqbox { padding: 20px; }
.enqrow { margin: 0px 0px 10px 0px; }
.enqrow input { background: #e4f4ff; border-color: #7dcafd; padding: 6px 9px; margin: 0px; }
.enqrow label { margin-top: 0; margin-bottom: 6px; font-size: 15px; }
.sbmt-btn { display: inline-block; font-size: 15px; 
  height: 40px; line-height: 40px; 
  font-weight: 400;
   color: #fff; border-radius: 5px; margin: 20px 0px 20px 0px; 
   padding: 0px 30px; text-transform: uppercase;
   background: rgb(131,58,180);
   background: linear-gradient(90deg, #f07e0d 0%, #ffc11c 100%);
   transition: all 0.3s ease-in-out;
}
.sbmt-btn:hover {
   background: linear-gradient(90deg, #ffc11c 0%, #f07e0d 100%);
}
.achievement-cont { padding: 15px; border-radius: 10px; border: 1px solid #ccc }
.inrpaging { text-align: center; }
.inrpaging ul { background: rgb(255 255 255 / 17%); border-radius: 24px; display: inline-block; margin: 10px 0px 0px 0px; padding: 0px 20px 0px 20px; }
.inrpaging ul li { display: inline-block; margin: 0px 5px; font-size: 13px; color: #f29712; }
.inrpaging ul li i { margin-left: 8px; }
.inrpaging ul li a { color: #fff; }
.abouthdr { background-image: url(../img/about-bnr.jpg); }
.ct-heading {
    text-align: center;
}
.ct-heading .item--sub-title-top {
    font-size: 35px;
    font-weight: 700;
    color: #00add2 !important;
    margin: 25px 0px 40px 0px;
}
.ct-heading.style5 .sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-heading.style4 .dot, .ct-heading.style5 .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #01c9f5;
    margin: 0 4px;
    opacity: 0;
    display: none;
}

.ct-heading.style4 .dot:nth-child(1), .ct-heading.style5 .dot:nth-child(1) {
  animation: opacitychange 1.05s ease-in-out infinite
}
.ct-heading.style4 .dot:nth-child(2), .ct-heading.style5 .dot:nth-child(2) {
  animation: opacitychange 1.05s ease-in-out .33s infinite
}
.ct-heading.style4 .dot:nth-child(3), .ct-heading.style5 .dot:nth-child(3) {
  animation: opacitychange 1.05s ease-in-out .66s infinite
}
.ct-heading.style4 .dot:nth-child(4), .ct-heading.style5 .dot:nth-child(4) {
  animation: opacitychange 1.05s ease-in-out infinite
}
.ct-heading.style4 .dot:nth-child(5), .ct-heading.style5 .dot:nth-child(5) {
  animation: opacitychange 1.05s ease-in-out .33s infinite
}
.ct-heading.style4 .dot:nth-child(6), .ct-heading.style5 .dot:nth-child(6) {
  animation: opacitychange 1.05s ease-in-out .66s infinite
}
.ct-heading.style4 .dot-left {
  display: block
}
.ct-heading.style4 .last {
  margin-right: 20px
}
.ct-heading.style5 .sub-title {
  justify-content: center
}
.ct-heading.style5 .last {
  margin-right: 20px
}
.ct-heading.style5 .dot-left, .ct-heading.style5 .dot-right {
  display: block
}
.ct-heading.style5 .first {
  margin-left: 20px
}
@keyframes opacitychange{0%,100%{opacity:0}60%{opacity:1}}

.abt-video { width: 100%; min-height: 550px; overflow: hidden; border-radius: 10px; background: #000;
 display: flex; align-items: center; justify-content: center;

 }
.abt-video img { width: 100%; max-height: 550; border-radius: 10px; opacity: 0.7; }
.abt-video a { width: 90px; height: 90px; position: absolute; z-index: 2; text-align: center; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #f29712;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

/*start*/
.video-play-button i { position: relative; color: #fff; z-index:2; margin-top: 35px; }
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #006ebb;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #006ebb;
  border-radius: 50%;
  transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.about-centertxt { margin: 40px 0px; padding: 40px 40px 20px 40px; border: 2px solid #fff; border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #022944 url(../img/grey-pattren.png) center center repeat; }

.about-centertxt p { color: #fff; }

.aboutcont2 { background-color: #022944; position: relative; padding: 70px 0px; min-height: 300px; }
.aboutimg { animation: shape-animate6 30ms ease-out infinite; position: absolute; left: 5%; top: 5%; }
.shape-animate6 {animation-name:blinkblink;animation-duration:7e3ms;animation-iteration-count:infinite;animation-timing-function:linear}
.aboutimg { animation-name: blinkblink; animation-duration: 7e3ms; animation-iteration-count: infinite; animation-timing-function: linear; }
@keyframes blinkblink{0%{opacity:0}60%{opacity:1}100%{opacity:0}}
.aboutcont2 h3 { line-height: 1.7; }
.coursedet-body .nav-tabs { border-width: 2px!important; }
.coursedet-body .nav-tabs .nav-item { border:0; width: 19%; }
.coursedet-body .nav-tabs .nav-link { padding-left: 0px!important; padding-right: 0px!important; width: 100%; font-size: 15px; font-weight: 700; text-transform: uppercase!important; color: #616161; border:0; }
.coursedet-body .nav-tabs .nav-link:hover, .coursedet-body .nav-tabs .nav-link.active { border:0; border-bottom: 2px solid #1e73be; color: #000; background: transparent; }
.coursedet-body .tab-content { padding: 20px; }
.coursedet-body .tab-content p { text-align: justify; font-size: 15px; line-height: 28px; }
.coursedet-body .tab-content ul { font-size: 15px; line-height: 28px; margin: 10px 0px; list-style: disc }
.coursedet-body .tab-content ul li { font-size: 15px; line-height: 28px; margin: 10px 0px; padding: 0px 0px; }

.how-cont2 { padding: 15px 15px 120px 15px; margin: 20px; background: #fff; border-radius: 8px; 
    text-align: center; position: relative; min-height: 390px; border: 2px solid #c1c1c1; }
.how-cont2 h4 {
    font-size: 20px;
    margin: 10px 0px 10px 0px;
    line-height: 1.3;
}
.how-cont2 p { font-size: 13px; line-height: 1.7; }
.hownumber {
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    font-size: 38px;
    font-weight: 800;
    color: #159be3;
    border: 5px solid #159be3;
}
.hownumber span { position: relative; height: 100%; width: 100%;
display: flex; align-items: center; justify-content: center;    
}

.hownumber span::after{
  position: absolute;
  border: 1px solid #159be3;
  animation: zoomBig2 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
}

@keyframes zoomBig2 {
    0% {
    transform: translate(0%, 0%) scale(0.9);
    opacity: 1;
    border-width: 3px;
    }
    40% {
    opacity: .5;
    border-width: 2px;
    }
    65% {
    border-width: 1px;
    }
    100% {
    transform: translate(-0%, -0%) scale(1.5);
    opacity: 0;
    border-width: 1px;
    }
}
.hownumber:before { content:''; position: absolute; bottom: -80px; width: 2px; height: 75px; border-left: 2px dashed #159be3; }
.hownumber:after { content:''; position: absolute; bottom: -88px; width: 15px; height: 15px; border: 4px solid #159be3; background: #015887; border-radius: 100%; }
.how-cont3 .hownumber:before { bottom: auto; top: -80px; }
.how-cont3 .hownumber:after { bottom: auto; top: -83px; }
.how-cont3 .hownumber { bottom: auto; top: 20px; }
.how-cont3 { padding: 110px 15px 15px 15px; }
.howborder { border-top: 2px solid #159be3; margin: 30px 0px 30px 20px; width: 97%; }
.howdes-left h2 { margin-bottom: 50px; }
.howdes-left h2 span { display: block; font-size: 60px; line-height: 1.5; color: #2346d3; }
.howdes-step { padding-left: 50px!important; position: relative; }
.howdes-num { height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -50px;
    top: 20px;
    margin: auto;
    font-size: 38px;
    font-weight: 800;
    color: #000;
}
.howdes-step p { color: #fff; text-align: justify; }
.pricing--feature { color: #000; margin: 20px 5px; padding: 0px; }
.pricing--feature li { font-size: 14px!important; margin: 5px 0px!important; padding: 0px 0px 0px 25px!important;
    font-weight: 600; list-style: none; position: relative; text-align: left; }
.pricing--feature li i { position: absolute; left: 0; top: 5px; color: #0992ff; }
.traninghd span { color: #ffab2d; }
.traninghd2 span { color: #007cc9; }
.coursebnrtext { position: absolute!important; top: 200px; }
.coursebnrtext h2 { color: #03577c!important; margin-bottom: 10px!important; }
.coursebnrtext h2 span { color: #000!important; }

.coursebnrtext p { color: #000!important; line-height: 1.7!important; margin-bottom: 40px!important; }
.coursebnrtext a {
    background: linear-gradient(102.57deg,#f29712,#ffa92b 100%,#f29712 0);
    border-radius: 6.25rem;
    font-size: 1rem;
    color: #fff; text-align: center;
    letter-spacing: .03125rem;
    padding: 9pt 2pc; margin-top: 15px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.coursebnrtext a:hover { background: linear-gradient(102.57deg,#036f9b,#036f9b 100%,#036f9b 0); }
.courseleft { background: #fff; padding: 1px 20px 20px 20px; border-radius: 20px; position: relative;
    margin-top: -70px; margin-bottom: 30px; z-index: 2; }

.course-right2 { margin-top: -70px!important; }
.coursepoint-list { position: relative; padding: 20px 0 0 0; }
.coursepoint-list li { position: relative; padding: 10px 25px 10px 35px; margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    background: rgb(214 237 255);
    color: #2196f3; min-height: 97px;
    border-radius: 5px; }




.coursepoint-list li i { position: absolute; left: 15px; top: 17px; color: #2196f3; }
.coursepoint-list li strong { color: #2196f3; }

.coursepoint-list li:nth-child(2) { background: #f2ecdf; color: #f19119; }
.coursepoint-list li:nth-child(2) i, .coursepoint-list li:nth-child(2) strong { color: #f19119; }
.coursepoint-list li:nth-child(3) { background: #dff1ea; color: #2faf5c; }
.coursepoint-list li:nth-child(3) i, .coursepoint-list li:nth-child(3) strong { color: #2faf5c; }
.coursepoint-list li:nth-child(4) { background: #f1e6e6; color: #dc4338; }
.coursepoint-list li:nth-child(4) i, .coursepoint-list li:nth-child(4) strong { color: #dc4338; }
.coursepoint-list li:nth-child(5) { background: #eae9f7; color: #9460dd; }
.coursepoint-list li:nth-child(5) i, .coursepoint-list li:nth-child(5) strong { color: #9460dd; }
.coursepoint-list li:nth-child(6) { background: #c7fcff; color: #07858d; }
.coursepoint-list li:nth-child(6) i, .coursepoint-list li:nth-child(6) strong { color: #07858d; }
.procescont { background: #f8f0db; padding: 30px; border-radius: 5px; }

.procescont-circle { text-align: center; }
.procescont-circle div { text-align: center;
    color: #fff;
    margin: auto;
    width: 270px;
    height: 270px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(131,58,180);
    background: linear-gradient(90deg, #f07e0d 0%, #ffc11c 100%);
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600; }
.whiteoutercont { margin: 40px 0px; padding: 40px 0px; background: #fff; }
.process-step { background: #fff; font-size: 15px; font-weight: 600; padding: 20px; margin: 20px 0px; margin: 15px 0px; border-radius: 15px; min-height: 120px; position: relative; }
.process-step-left:after { content:''; width: 30px; height: 30px; position: absolute; right: -28px; top: 30px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 35px solid #fff;
}
.process-step-right:after { content:''; width: 30px; height: 30px; position: absolute; left: -28px; top: 30px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 35px solid #fff;
}
.benifit-box { min-height: 230px; position: relative;
    padding: 36px 15px 15px;
    margin: 65px 0px 15px 0px;
    border-radius: 7px!important;
    box-shadow: none;
    transition: all 300ms linear 0ms;
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgb(255 242 214) 0%, rgba(205,228,255,1) 100%);
}
.benifit-box h5 { text-align: center; margin-top: 20px; font-size: 16px; font-weight: 400; line-height: 1.5; }
.benifit-icon { background: #fff; width: 100px; height: 100px; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin: -70px auto 0 auto; }
.greyoutercont { margin: 40px 0px; padding: 40px 0px; background: #efefef; }
.servicecont { background: #fff;
    border-bottom: 2px solid #00b6d4;
    padding: 35px;
    position: relative;
    min-height: 303px;
    margin-bottom: 24px; }
.serviceicon { font-size: 48px; color: #00b6d4; margin-bottom: 18px; display: block; }
.servicecont a { text-decoration: underline; font-size: 14px; font-weight: 600; color: #d77f00; }
.servicecont a:hover { text-decoration: none; color: #000; }
.servicecont-after { font-size: 150px; position: absolute; right:0; bottom:0; opacity:0.1 }
.servicecont2 { border-color: #eb9416; }
.servicecont2 .serviceicon, .servicecont2 a { color: #eb9416; }
.servicecont3 { border-color: #007cc9; }
.servicecont3 .serviceicon, .servicecont3 a { color: #007cc9; }
.notecont { background: #dffaff; padding: 30px 0; color: #00b6d4; }
.notecont h3 { color: #00b6d4; }
.whychoosecontt { background: url(../img/educatonal-bg.jpg) left top repeat; padding: 50px 0px; }
.whychoosecontt-rht { background: #fff;
    padding: 27px 50px;
    margin: 28px 0 0 -50px;
    border-radius: 30px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
.whychoosecontt-rht ul { margin: 10px 0 0 0; padding: 0px 0px 0px 20px; }
.whychoosecontt-rht ul li { margin: 10px 0 0 0; padding: 0px 0px 0px 25px; font-weight:600; position: relative; }
.whychoosecontt-rht ul li i { position: absolute; left: 0; top: 5px; color: #eb9416; }
.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 70px;
}
.back-to-top:hover {
  cursor: pointer;
}
.back-to-top:after {
  font-family: FontAwesome;
  content: "\f106";
  background-color: #E5E8F0;
  padding: 10px 15px;
  color: #6a6e7c;
  position: absolute; 
  bottom:10px;
  font-size: 28px;
}

.whoweare-btn {
    top: -40px; position: relative;
    font-size: 1rem;
    font-family: 'Varela Round', sans-serif;    
}
.whoweare-btn:hover { background: linear-gradient(102.57deg,#036f9b,#036f9b 100%,#036f9b 0); }

/*start*/
.animated-button {
  background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e0f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

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

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

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

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button1 {
    background: linear-gradient(-30deg, #f29712 50%, #d7840c 50%);
    padding: 20px 40px;
    
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button2 {
  background: linear-gradient(-30deg, #3d240b 50%, #2b1a08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7e6d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button2::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad9985;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button2:hover::before {
  opacity: 0.2;
}

.animated-button2 span {
  position: absolute;
}

.animated-button2 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to left, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

.animated-button2 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to top, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button2 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to right, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

.animated-button2 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to bottom, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button3 {
  background: linear-gradient(-30deg, #3d3d0b 50%, #2b2b08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7f7d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button3::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #adad85;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button3:hover::before {
  opacity: 0.2;
}

.animated-button3 span {
  position: absolute;
}

.animated-button3 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to left, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

.animated-button3 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to top, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button3 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to right, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

.animated-button3 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to bottom, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button4 {
  background: linear-gradient(-30deg, #243d0b 50%, #1a2b08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #e6f7d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button4::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #99ad85;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button4:hover::before {
  opacity: 0.2;
}

.animated-button4 span {
  position: absolute;
}

.animated-button4 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to left, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

.animated-button4 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to top, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button4 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to right, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

.animated-button4 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to bottom, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button5 {
  background: linear-gradient(-30deg, #0b3d0b 50%, #082b08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button5::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85ad85;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button5:hover::before {
  opacity: 0.2;
}

.animated-button5 span {
  position: absolute;
}

.animated-button5 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to left, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

.animated-button5 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to top, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to right, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

.animated-button5 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to bottom, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button6 {
  background: linear-gradient(-30deg, #0b3d24 50%, #082b1a 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7e6;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button6::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85ad99;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button6:hover::before {
  opacity: 0.2;
}

.animated-button6 span {
  position: absolute;
}

.animated-button6 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to left, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

.animated-button6 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to top, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button6 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to right, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

.animated-button6 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to bottom, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button7 {
  background: linear-gradient(-30deg, #0b3d3d 50%, #082b2b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button7::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85adad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button7:hover::before {
  opacity: 0.2;
}

.animated-button7 span {
  position: absolute;
}

.animated-button7 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to left, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

.animated-button7 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to top, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button7 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to right, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

.animated-button7 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to bottom, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button8 {
  background: linear-gradient(-30deg, #0b243d 50%, #081a2b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e6f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button8::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8599ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button8:hover::before {
  opacity: 0.2;
}

.animated-button8 span {
  position: absolute;
}

.animated-button8 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to left, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

.animated-button8 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to top, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button8 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to right, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

.animated-button8 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to bottom, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button9 {
  background: linear-gradient(-30deg, #0b0b3d 50%, #08082b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4d4f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button9::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8585ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button9:hover::before {
  opacity: 0.2;
}

.animated-button9 span {
  position: absolute;
}

.animated-button9 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to left, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

.animated-button9 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to top, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button9 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to right, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

.animated-button9 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to bottom, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button10 {
  background: linear-gradient(-30deg, #240b3d 50%, #1a082b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #e6d4f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button10::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #9985ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button10:hover::before {
  opacity: 0.2;
}

.animated-button10 span {
  position: absolute;
}

.animated-button10 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to left, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

.animated-button10 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to top, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button10 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to right, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

.animated-button10 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to bottom, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button11 {
  background: linear-gradient(-30deg, #3d0b3d 50%, #2b082b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button11::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad85ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button11:hover::before {
  opacity: 0.2;
}

.animated-button11 span {
  position: absolute;
}

.animated-button11 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to left, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

.animated-button11 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to top, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button11 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to right, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

.animated-button11 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to bottom, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button12 {
  background: linear-gradient(-30deg, #3d0b24 50%, #2b081a 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4e6;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button12::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8599;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button12:hover::before {
  opacity: 0.2;
}

.animated-button12 span {
  position: absolute;
}

.animated-button12 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to left, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

.animated-button12 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to top, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button12 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to right, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

.animated-button12 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to bottom, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/*end*/

#enterdetailpop .modal-content { background: #e6f4ff url("../img/grey-pattren.png"); } 
#enterdetailpop .modal-header { padding-left: 40px!important; }
#enterdetailpop .quickenquiry { padding-left: 20px; padding-right: 20px; }
.activitybtn { padding: 10px 30px; font-size: 15px; }
.cs-section_title span{ color: #ed8d00; }

.flip-card {
  width: 100%;
  min-height: 430px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-back {
  border-radius: 15px; padding: 15px 15px 0px 15px;
  background-color: #2980b9;
  transform: rotateY(180deg);
}
.flip-card-back img { max-width: 100%; max-height: 253px; margin-bottom: 20px; }
.flip-card-back a { width: 100%; border-radius: 5px!important; font-size: 14px; padding-top: 8px!important; padding-bottom: 8px!important;  }



/* background: linear-gradient(267.18deg, #e6f4ff 0%, #edf7ff 100%);*/




@media screen and (max-width: 769px) {
  .cs-nav .cs-nav_list > li > a { color: #fff; }
  .cs-nav .cs-nav_list ul { background: #fff; }
  .coursehdr, .coursehdr img { min-height: 372px; }
  .whowe-right { margin: 0px; }
  .course-box-content a.coursedet { padding: 5px 20px; }
}

/*harpreet css end*/


/* New CSS 25-05-2023 */
.we-surve .we-surve-title{
  padding: 0 12%;
  margin-bottom: 40px;
}
.benifit-box.benifit-box2{
  min-height: 184px;
}
.we-surve-wrapper{
  justify-content: center;
}
.we-surve-icon-b{
  width: 100%;
  text-align: center;
}
.we-surve-icon-b p{
  margin: 14px 0px 32px 0px;
}
.we-surve-icon-cls{
  border-radius: 100%;
  width: 130px;
  height: 130px;
  margin: 0px auto;
  background: linear-gradient(359deg, #cbe6fb, #fff1d9);
  position: relative;
  margin-bottom: 10px;
  padding: 25px;
}
.we-surve-icon-b img{
  width: 100%;
}
.we-surve-icon-cls::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  z-index: -1;
  border: 1px dashed #000;
  border-radius: 100%;
  transform: translate(-7px, -7px);
}
.section-sub-title{
  padding: 0 12%;
}
.coursepoint-list.coursepoint-list2 li{
  min-height: 50px;
}

.thsn-helthify-icon.thsn-helthify-icon2{
  font-size: 25px;
  line-height: 46px;
  width: 50px;
  height: 50px;
  color: #eb9416;
  background: #f0f0f0;
}
.thsn-ihbox-contents.thsn-ihbox-contents2 h2{
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
    margin: 0px 0px 0px 0px;
}
.benefits-digital-trans{
  align-items: center;
}
.para-with-icon{
  display: flex;
  
}
.para-with-icon img{
  width: 20px;
  transform: rotate(90deg);
  margin-right: 12px;
}
.our-pan-india-content{

  align-items: center;
}

.greyoutercont.greyoutercont2{
  margin: 0px;
}
.servicecont.servicecont-ext-cls{
  padding: 20px;
  min-height: 299px;
}

.thsn-ihbox-box.thsn-ihbox-box2{
  margin-top: 28px;
}
.thsn-helthify-icon.thsn-helthify-icon2{
  font-size: 30px;
  line-height: 49px;
  width: 50px;
  height: 50px;
}
.thsn-ihbox-contents.thsn-ihbox-contents2 h2{
  font-size: 16px;
  font-weight: 500;
}
.font-size-20{
  font-size: 20px;
}
.some-para{
  padding: 30px 0px 0px 0px;
}
.some-para p{
  text-align: justify;
}
.coursebnrtext a.download-pdf-btn{
  padding: 8px 25px;
  border-radius: 2px;
  letter-spacing: 0px;
}
.coursebnrtext a.download-pdf-btn i{
  margin-right: 4px;
}
ul.banner-duration-content{
  margin: 0px;
  padding: 0px;
  margin-top: 12px;
  margin-bottom: 28px;
}
ul.banner-duration-content i{
  margin-right: 5px;
  font-size: 19px;
  color: #008ec2;
}
ul.banner-duration-content strong{
  color: #00475d;
}
ul.banner-duration-content li{
  margin: 0px 0px 8px 0px;
  font-size: 18px;
}

.whiteoutercont.whiteoutercont2{
  padding: 65px 0px 7px 0px;
}
.courseleft.course-bg1{
  background: url(../img/cloud-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.course-info-list{
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}
.course-info-list li i{
  position: relative;
    margin-right: 14px;
    color: #00485e;
    font-size: 14px;
}
.course-info-list li i::after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #00b9d685;
  border-radius: 100%;
  z-index: -1;
  left: 2px;
  top: 6px;
}
.course-info-list li:hover i:after {
  width: 18px;
  height: 18px;
  left: 2px;
  top: -3px;
}
.course-info-list li{
  display: flex;
}
.course-info-list li span{
  display: block;
}
.thsn-helthify-icon.thsn-helthify-icon2.eligibility-icon-num{
  font-size: 20px;
  line-height: 38px;
  width: 38px;
  height: 38px;
}

.sallybus-c-list{

}
.sallybus-c-list li{
  font-size: 15px;
  background: url(../img/icons/check-mark.png);
  background-size: 1.4%;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 27px;
  line-height: 30px;
}
.need-help-contact-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 0px auto;
  margin-top: 65px;
}
.need-help-sec {
  padding: 0px;
  padding-top: 30px;
}
ul.inner-faq-list{
  margin: 0px;
  padding: 0px;
}
ul.inner-faq-list li{
  font-size: 15px;
  background: url(../img/icons/check-mark.png);
  background-size: 1.4%;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 27px;
  line-height: 30px;
}
.course-info-sec{
  background-image: url(../img/abstract-texture-bg-1.jpg);
  background-size: cover;
}
.cour-info-wrapper{
  padding: 50px 0px 50px 0px;
}
.courseleft.course-left.course-info-row-box{
 margin: 0px;
 padding: 0px;
  background: transparent;
}
.course-info-row-box .row{
  align-items: center;
}
.course-info-img {
  position: relative;
  text-align: center;
}
.course-info-img::after{
  position: absolute;
  content: '';
  background: linear-gradient(45deg, #00597d, #00b9d6);
  border-radius: 100%;
  width: 260px;
  height: 260px;
  top: -58px;
  left: -6px;
  z-index: -1;
}
.course-info-img::before{
  position: absolute;
  content: '';
  background: linear-gradient(45deg, #00597d, #00b9d6);
  border-radius: 100%;
  width: 150px;
  height: 150px;
  bottom: -35px;
  right: 10px;
  z-index: -1;
}
.course-info-img img{
  width: 90%;
  border-radius: 5px;

}
.course-info-overlay{
  position: absolute;
  content: '';
  background: #00b9d630;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  bottom: -44px;
  left: 0;
  z-index: -1;
  right: 0;
  margin: auto;
}
.course-info-overlay2{
  position: absolute;
  content: '';
  width: 100%;
  bottom: -19%;
  left: -15%;
  z-index: -1;
  right: 0;
  margin: auto;
  height: 147%;
  background: url(../img/abstract-shape.png);
  background-size: 100% 100%;
  transform: scale(-1);
}
.course-info-img2{
  position: relative;
}
.course-info-img2 img{
  width: 80%;
  border-radius: 5px;
}
.prerequisites-padding{
  padding: 60px 0px;
}
.course-bg2{
  background: url(../img/cloud-bg-default.jpg);
  background-size: cover;
  background-position: center center;
}
.inner-bnr-para{
  text-align: justify;
}
.course-info-overlay2.course-info-overlay3{
  background: url(../img/abstract-shape2.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -5%;
  left: -15%;
  transform: rotate(270deg);
  opacity: 0.5;
}
.course-info-img2.course-info-img3 img{
  width: 89%;
}
.futuristic-texture{
  background-image: url(../img/futuristic-rays.png);
  background-size: contain;
  background-color: #ebf7ffc4;
  background-blend-mode: screen;
}
.thsn-helthify-icon.thsn-helthify-icon2.eligibility-icon-num2{
  font-size: 15px;
  line-height: 27px;
  width: 28px;
  height: 28px;
}
.accordion-button.accordian-not::before{
  opacity: 0;
}
.accordion-button.accordian-not::after{
  opacity: 0;
}
.service-p .service-h {
  margin: 0px 0px 3px 0px;
}
.service-p:before{
  z-index: -1;
}
.service-p p{
  font-size: 16px;
  margin-bottom: 12px;
}
.course-left.service-course-s h5{
  margin-bottom: 13px;
}
.course-left.service-course-s .sallybus-c-list{
  margin-bottom: 45px;
}
.course-left.service-course-s .sallybus-c-list li{
  background-size: 1.7%;
  background-position: top 6px left;
  padding-left: 22px;
  line-height: 26px;
}
.benifit-box.service-icon-cards{
  padding: 26px 15px 15px;
  margin: 16px 0px 15px 0px;
  min-height: 225px;
}
.benifit-box.service-icon-cards .benifit-icon{
  margin: -70px auto 0 0;
  width: 80px;
  height: 80px;
  padding: 20px;
}
.benifit-box.service-icon-cards h5{
  margin-bottom: 8px;
  margin-top: 10px;
  font-weight: 600;
  text-align: left;
}
.benifit-box.service-icon-cards p{
  font-size: 14px;
  
}
.service-icon-box-wrapper{
  padding: 0px 0px 45px 0px;
}
.service-text-bg{
  background: url(../img/ser-text-bg-img.jpg);
  background-size: cover;
}
.clientouter.hiring-partners{
  background: url(../img/abstract-texture-bg-1.jpg);
}
.clientouter.hiring-partners h3{
  text-align: center;
}
.service-guarantee .traninghd2{
  font-size: 50px;
}
.person-statue-row{
  justify-content: flex-end;
}
.person-statue{
  display: flex;
  justify-content: center;
}
.person-statue img{
  transform: scaleX(-1);
}
.ct-heading-style-1{
  background: url('../img/texture-bg-1.jpg');
  background-size: cover;
  background-position: center center;
}
.ct-heading-style-1.ct-heading .item--sub-title-top{
  padding: 40px 0px;
  margin: 0px;
  color: #fff!important;
}
@media screen and (max-width:767px){
  .coursedet-acc .accordion-button{
    height: auto;
  }
  .ct-heading-style-1 .item--sub-title-top{
    font-size: 18px;
    line-height: normal;
  }
}


/* Animation */
.coursepoint-list-animate li{
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.coursepoint-list-animate li:hover{
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  
}

.color-change-anim-left{
  animation: color_changing 9s infinite;
}
@keyframes color_changing {
  0% {transform: translateX(0px);}
  50% {transform: translateX(10px);}
  0% {transform: translateX(0px);}
}
.color-change-anim-right{
  animation: color_changing2 9s infinite;
}
@keyframes color_changing2 {
  0% {transform: translateX(0px);}
  50% {transform: translateX(-10px);}
  0% {transform: translateX(0px);}
}
.color-change-anim-bounce div{
  animation: bouncing-circl 3s infinite;
}
@keyframes bouncing-circl {
  0% {transform: scale(1);}
  50% {transform: scale(1.02);box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
  0% {transform: scale(1);}
}
.benifit-box{
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.benifit-box:hover{
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.benifit-icon {
  transition: all 0.4s ease-in-out;
}
.benifit-box:hover .benifit-icon {
  transform: translateY(45px);
}
.benifit-box h5{
  transition: all 0.6s ease-in-out;
}
.benifit-box:hover h5{
  transform: translateY(33px);
}
.up-and-down-ani{
  animation: up_and_down 3s infinite ;
}
.whiteoutercont{
  /* animation: bg_change1 4s infinite; */
  animation-fill-mode: f;
}
.animate-right-cls{
  cursor: pointer;
}
.animate-right-cls .thsn-ihbox-icon{
  transition: 0.4s ease-in-out;
 
}
.animate-right-cls:hover .thsn-ihbox-icon{
  transform: translateX(4px);
}
.servicecont{
  transition: all 0.4s ease-in-out;
}
.servicecont:hover{
  background: #00485e;
}
.servicecont h5{
  transition: all 0.4s ease-in-out;
}
.servicecont:hover h5 {
  color: #fff;
}
.servicecont p{
  transition: all 0.4s ease-in-out;
}
.servicecont:hover  p{
  color: #fff;
}
.servicecont:hover a {
  background-color: #fff;
  padding: 10px 20px;
}
.servicecont a{
  position: relative;

}
.servicecont a::after{
  position: absolute;
  content: '';
  background: url('../img/icons/arrow-right.png');
  background-size: 12px;
  right: 0px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 13px;
  height: 12px;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  
}
.servicecont a:hover:after{
  right: -20px;
  opacity: 1;
}
.accordion-sec-ani button:hover{
  background: #f6fdfe;
}
.servicecont .serviceicon i{
  transition: 0.4s ease-in-out;
}
.servicecont:hover .serviceicon i{
  transform: rotate(360deg);
}
.process-step-left:hover{
  background: #f5ffff;
}
.process-step-left:hover:after{
  border-left: 35px solid #f5ffff;
}
.process-step-right:hover{
  background: #f5ffff;
}
.process-step-right:hover:after{
  border-right: 35px solid #f5ffff;
}
@keyframes bg_change1{
  0%{ background: #fff; }
  50%{ background: #edf7ff33 url("../img/grey-pattren.png");  }
  0%{ background: #fff;}
}
@keyframes up_and_down{
  0%{ transform: translateY(0px);}
  50%{ transform: translateY(-7px);}
  0%{transform: translateY(0px);}
}

.we-surve-icon-cls::after {
  animation-name: rotation_infi;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: -6px;
    left: -6px;
}
.we-surve-icon-cls::before{
  position: absolute;
  border: 1px solid #00b9d6;
  animation: zoomBig2 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-icon-cards-cls{

}
.service-icon-cards-cls.benifit-box.service-icon-cards p{
  transition: 0.4s ease-in-out;
}
.service-icon-cards-cls.benifit-box.service-icon-cards:hover p{
  transform: translateY(30px);
}
@keyframes zoomBig2 {
  0% {
    transform: translate(0%, 0%) scale(0.9);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-0%, -0%) scale(1.5);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes rotation_infi{
  from{ transform: rotate(-360deg); }
  to{ transform: rotate(360deg); }
}
.animate__fadeInLeft.animate__delay-1{
  animation-delay: 0.2s;
}
.animate__fadeInLeft.animate__delay-2{
  animation-delay: 0.4s;
}
.animate__fadeInLeft.animate__delay-3{
  animation-delay: 0.6s;
}
.animate__fadeInLeft.animate__delay-4{
  animation-delay: 0.8s;
}
.animate__fadeInLeft.animate__delay-5{
  animation-delay: 1s;
}
.animate__fadeInLeft.animate__delay-6{
  animation-delay: 1.2s;
}
.animate__fadeInLeft.animate__delay-7{
  animation-delay: 1.4s;
}
.animate__fadeInLeft.animate__delay-8{
  animation-delay: 1.6s;
}
.animate__fadeInLeft.animate__delay-9{
  animation-delay: 1.8s;
}
.animate__fadeInDown.animation-delay-1{
  animation-delay: 0.3s;
}
.animate__fadeInDown.animation-delay-2{
  animation-delay: 0.6s;
}
.animate__fadeInDown.animation-delay-3{
  animation-delay: 0.9s;
}
.animate__fadeInDown.animation-delay-4{
  animation-delay: 1.2s;
}
.animate__fadeInDown.animation-delay-5{
  animation-delay: 1.5s;
}
.animate__fadeInDown.animation-delay-6{
  animation-delay: 1.8s;
}
.animate__fadeInDown.animation-delay-7{
  animation-delay: 2.1s;
}
.animate__fadeInDown.animation-delay-8{
  animation-delay: 2.4s;
}
.animate__fadeInDown.animation-delay-9{
  animation-delay: 2.7s;
}
.animate__fadeInRight.animation-delay-2{
  animation-delay: 0.6s;
}
.animate__zoomIn.animate__delay-1{
  animation-delay: 0.2s;
}
.animate__zoomIn.animate__delay-2{
  animation-delay: 0.4s;
}
.animate__zoomIn.animate__delay-3{
  animation-delay: 0.6s;
}
.animate__zoomIn.animate__delay-4{
  animation-delay: 0.8s;
}


/* 17-05-2023 */
/* Login Page CSS */
.student-login-section{
  margin-top: 122px;
  position: relative;
  padding: 63px 0px 70px;
  background: url(../img/blue-bg1.jpg);
  background-size: cover;
}
.st-log-overlay-circle{
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 100%;
  background: linear-gradient(45deg, #afd1d7, #cdeef4);
  top: -32%;
  left: -5%;
  z-index: 1;
}

.st-log-overlay-circle.expand{
  width: 600px;
  height: 600px;
  transition: 2.5s ease;
  
}
.st-log-ovrly-other-cirlc{
  width: 140px;
  height: 140px;
  position: absolute;
  left: 34%;
  top: 4%;
  background: #6b96a25e;
  border-radius: 100%;
  z-index: 2;
}
.st-log-ovrly-other-cirlc{
  animation-delay: 1s;
  
}
.login-container {
  max-width: 100%;
  padding: 58px 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 10px;
  margin: 0px 0px 0px 60px;
  background-image: url('../img/login-bg-1.jpg');
  background-size: cover;
  background-color: #ffffffd4;
  background-blend-mode: saturation;
}

.login-container h4 {
  color: #333;
  margin-bottom: 10px;
}
.login-container p{
  margin-bottom: 20px;
}

.input-group {
  margin-bottom: 20px;
}

.input-group label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  color: #777;
}

.input-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #00485e;
  border-radius: 8px!important;
}

.input-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #00485e;
  border-radius: 8px!important;
}


.input-group input:focus-visible{
  outline: 1px solid #00597d66;
  background: #dddddd2b;
}
.col-md-7.st-log-left-sec{
  display: -webkit-inline-box;
}
.st-log-left-content{
  width: 50%;
  margin: auto;
  padding-left: 30px;
}
.st-log-left-content h4{
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #00485e;
}
.st-log-img-sec{
  animation-delay: 1.8s;
}
.st-log-left-content{
  animation-delay: 1.4s;
}
.login-container {
  animation-delay: 1.9s;
}

img.st_log_img {
  -webkit-animation: movercircle 3s infinite  alternate;
  animation: movercircle 3s infinite  alternate;
}
img.st_log_img {
  -webkit-animation: movercircle 3s infinite  alternate;
  animation: movercircle 3s infinite  alternate;
}
@-webkit-keyframes movercircle {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes movercircle {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}


/*  */
.sign-up-section{
  padding: 50px 0px;
  margin: 122px 0px 0px 0px;
  background: url(../img/sign-bg-img.jpg);
  background-size: cover;

}
.signup-container {
  max-width: 100%;
  padding: 58px 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 10px;
  margin: 0px 0px 0px 0px;
  background-image: url('../img/login-bg-1.jpg');
  background-size: cover;
  background-color: #ffffffd4;
  background-blend-mode: saturation;
}
.signup-container h4{
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #00485e;
}
.row.sign-up-row{
  /* align-items: center; */
  justify-content: space-between;
}
.stud-right-img {
  margin-left: 25px;
  -webkit-animation: movercircle 3s infinite  alternate;
  animation: movercircle 3s infinite  alternate;
  position: sticky;
  top: 80px;
}


.input-group input, .input-group textarea{
  color: #161616;
}


.faculty-login-section{
  padding: 50px 0px;
  margin: 122px 0px 0px 0px;
  background: url(../img/blue-bg1.jpg);
  background-size: cover;
}

.faculty-login-wrapper{
  max-width: 70%;
  margin: 0px auto;
  background-image: url(../img/faculty-bg-img.jpg);
  background-repeat: no-repeat;
  background-color: #627f93;
  background-blend-mode: color-burn;
  background-size: contain;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;

}
.col-md-5.faculty-left-sec-col{
  display: flex;
  align-items: center;
  justify-content: center;
}
.faculty-left-sec-wrap{
  text-align: center;
}
.faculty-left-sec-wrap h4{
  font-size: 32px;
  margin-bottom: 10px;
  color: #fff;
}
.faculty-left-sec-wrap p{
  color: #d4f7d4;
}
.faculty-left-sec-wrap img{
  width: 100px;
}
.faculty-login-wrapper .login-container{
  box-shadow: none;
  border-radius: 0px;
}


/* responsive */
@media screen and (max-width:767px) and (min-width:426px){
  .st-log-left-content{
    width: 55%;
    padding-left: 23px;
  }
  .login-container{
    max-width: 86%;
    margin: 20px auto;
  }
}
@media screen and (max-width:425px){
  .st-log-left-content{
    width: 100%;
    padding-left: 23px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .st-log-img-sec{
    text-align: center;
  }
  .st-log-ovrly-other-cirlc{
    left: 60%;
    top: 13%;
  }
  .login-container{
    max-width: 86%;
    margin: 20px auto;
  }
  .col-md-7.st-log-left-sec{
    display: grid;
  }


  .faculty-login-wrapper{
    max-width: 94%;
  }
  .faculty-login-wrapper .row{
    padding: 0px;
    margin: 0px;
  }
  .faculty-login-wrapper .login-container{
    max-width: 96%;
    margin: 26px auto;
    padding: 50px 24px;
  }
}



/* 28-06-2023 */
/* Banner */
.testmon2.slick-slider{
  display: none;
}
.banner-video-slider-card{
  width: 100%;
}
.banner-video-slider-card video{
  width: 100%;
}
.banner-video-slider-card img{
  width: 100%;
}

@media screen and (max-width:425px){
  .about:before{
    width: 100%;
    top: 48px;
  }
  .courseleft{
    margin-top: 45px;
  }
  .coursebnrtext h2{
    font-size: 20px;
  }
  .coursebnrtext p{
    font-size: 13px;
    margin-bottom: 13px!important;
  }
  .coursebnrtext::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffff;
    filter: blur(60px);
  }
  .traninghd2{
    margin-top: 60px;
  }
  .course-info-list li{
    text-align: justify;
  }
  .coursehdr, .coursehdr img{
    min-height: 249px;
  }
  .coursebnrtext{
    top: 135px;
  }
  .coursebnrtext a{
    padding: 6pt 1pc;
  }
  .testmon{
    display: none!important;
  }
  .testmon2.slick-slider{
    display: block;
  }
  .cs-site_branding img{
    margin-top: -4px;
  }
  .cs-hero.cs-style1{
    min-height: 176px!important;
  }
  .cs-hero.cs-style1.cs-bg.cs-fixed_bg.cs-shape_wrap_1{
    display: none;
  }
  .top-contact{
    display: flex;
    left: 0;
    right: 0;
    margin: auto;
    float: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .top-contact li{
    font-size: 10px;
    line-height: 24px;
  }
  .top-contact li i{
    font-size: 10px;
  }
}
.testmon2.slick-slider{
  margin-top: 117px;
  width: 100%;
}
.testmon2.slick-slider .card-body{
  width: 100%;
  padding: 0px;
}
.testmon2.slick-slider .card{
  border-radius: 0px;
  border: none;
  position: relative;
}
.testmon2.slick-slider .banner-content-res{
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}
.testmon2.slick-slider .banner-content-res h5{
  font-size: 14px;
    padding: 0px 5%;
    margin: 0px;
    position: relative;
    z-index: 2;
    color: #fff;
}
.testmon2.slick-slider .banner-content-res p{
  font-size: 12px;
}
.testmon2.slick-slider .banner-content-res a{
  font-size: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 15px;
  background: linear-gradient(102.57deg,#036f9b,#036f9b 100%,#036f9b 0);
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  border: 1px solid #00475d ;
}
.testmon2.slick-slider .banner-content-res a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 22, 22, 0.74);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: inherit;
}
.banner-content-res::before{
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto ;
  width: 100%;
  height: 100%;
  background-color: #006ebb75;
}
.testmon2.slick-slider.slick-dotted.slick-slider{
  margin-bottom: 104px;
}



/* 18-08-2023 */
.box.box-primary.register-payment-wrapper{
  padding: 50px 0px 50px;
} 

.register-payment table th{
  color: #1d1d1d;
}


/* 19-08-2023 */
.quickenquiry textarea{
  height: 161px;
}
.catpcha-field{
  display: flex;
  align-items: center;
}
.catpcha-field button{
  border: none;
  outline: none;
  background: transparent;
}
.catpcha-field #captcha{
  margin: 0px 8px;
  position: relative;
  top: 3px;
}


/*harpreet 12 oct 23 start*/
.it-cert-img { margin: 0px 20px 20px 0px; padding: 0px; border: 10px solid #fff; border-radius: 15px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }

.feat-list { min-height: 180px!important; }
.paddright0 { padding-right: 0px!important; }
.it-cert-last { background: url(../img/dot-pattren.png) left top repeat; }
.orangehd { color: #f1840e; }
.orangeline { background: #f1840e; width: 150px; height: 3px; margin: 20px 0px; }


/*harpreet 12 oct 23 end*/
/* himanshu */



/* 06-09-2023 */
.instru-title {
  display: flex;
}

.instru-title h4 {
  display: inline-block;
  font-size: 22px;
}

.instru-title h4:first-child span {
  display: inline-block;
  width: 150px;
}

.instru-title h4:nth-child(2) span {
  color: #00475d;
}

.corporateprog-bg.only-texture {
  background: transparent url("../img/grey-pattren.png") center center repeat;
}



/* 06-09-2023 */
.module-wrapper table {
  width: fit-content;
}

.module-wrapper table th,
.module-wrapper table td {
  padding: 16px 20px;
}

.module-wrapper table th {
  display: flex;
  align-items: center;
  background: #f2f2f26b;
  border: none;
  font-size: 15px;

}

.module-wrapper table th i {
  color: #007ec9;
  font-size: 20px;
  margin-right: 10px;
}

.module-wrapper table th h5 {
  color: #3e3e3e;
  margin: 0px;
  font-size: 16px;
}

.module-wrapper table td {
  line-height: normal;
}

.module-wrapper table td {
  background: #f2f2f226;
  border: none;
  font-size: 16px;
}

.module-wrapper table td ul {
  padding: 0px;
}

.module-wrapper table td ul li {
  background: url(../img/icons/right.png);
  background-size: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 28px;
  line-height: 29px;
}


.process-step.why-evision-point {
  min-height: 90px;
}

.process-step-left.why-evision-point {
  text-align: right;
  padding-right: 28px;
}

.process-step-left.why-evision-point:after {
  top: 18px;
}

.process-step-right.why-evision-point:after {
  top: 18px;
}

.why-evision-flex-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.procescont-circle.color-2 div {
  background: linear-gradient(90deg, #00b1e5 0%, #006b95 100%);
}

.training-point-flex .thsn-ihbox-boxrht .thsn-ihbox-icon {
  margin-right: 12px;
}

.bgforPre {
  background: url(../img/grey-pattren.png);
  background-size: cover;
  background-color: #edf7ff;
}

.process-step-left.why-evision-point:after {
  background-image: url(../img/icons/target.png);
  background-size: contain;
  width: 42px;
  height: 42px;
  border: none;
  background-repeat: no-repeat;
}

.process-step-right.why-evision-point:after {
  background-image: url(../img/icons/target.png);
  background-size: contain;
  width: 42px;
  height: 42px;
  border: none;
  left: -14px;
  background-repeat: no-repeat;
}

.process-step.process-step-right.why-evision-point {
  padding-left: 35px;
}

.whiteoutercont.wtc-margin {
  margin: 0px;
}

.why-choose-img {
  padding: 30px 0px;
}

.join-now-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Media */
@media screen and (max-width:480px) {
  .coursehdr.join-banner img {
    min-height: auto;
  }

  .coursehdr.join-banner {
    min-height: auto;
    background: #fff;
  }

  .instru-title h4 {
    font-size: 16px;
  }

  .instru-title h4:first-child span {
    width: 104px;
  }

  .inerpagehdr.join-banner .coursebnrtext {
    position: relative !important;
    top: 17px;
  }

  .inerpagehdr.join-banner .coursebnrtext p {
    text-align: justify;
  }

  .para-with-icon-box {
    width: 30px;
    margin-right: 10px;
  }

  .cs-section_heading.cs-style1.para-with-icon.para-icon2 h5 {
    width: 90%;
  }

  .benefits-digital-trans.c2 .cs-section_heading.cs-style1 {
    text-align: center;
  }

  .module-wrapper table {
    width: 100%;
  }

  .module-wrapper {
    overflow: scroll;
  }
}

/* Banner-bg */
.image_full {
  display: block;
}

.image_mobile {
  display: none;
}

@media (max-width: 640px) and (min-width: 320px) {
  .image_full {
    display: none;
  }

  .image_mobile {
    display: block;
  }
}


/* 21-09-2023 */
.slick-slide img {
  height: 100%;
}




/* 07-10-2023 */
.joinDBnr {
  position: relative;
}

.joinDBrnImg {
  position: relative;
  width: 100%;
}

.joinDBrnImg img.joinDMBnr {
  width: 100%;
}

.joinDBrnImg img.joinDMBnrShape {
  width: fit-content;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -109px;
  height: 100%;
}

.joinDbnrContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.joinDWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.jtagline1 {
  width: 50%;
  position: absolute;
  right: 0px;
  bottom: 23px;
  padding: 20px 38px;
  background: #ff9200;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;


}

.upanddownAni {
  animation: moverUpandDown2 5s infinite alternate;
}

.jtagline1 div {
  animation: moverUpandDown 5s infinite alternate;
}

.jtagline1 h4 {
  color: #fff;
  font-size: 22px;
  margin: 0px;
  text-shadow: 2px 2px 3px #00000030;
}

.jtagline1 h4 span {
  color: #e6faff;
  font-weight: bold;
  text-decoration: underline;
}

.jtagline2 {
  width: 43%;
  position: absolute;
  left: 3%;
  bottom: 0px;
  top: 0px;
  margin: auto;
  height: fit-content;
}

.jtagline2 h4 {
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 3px #00000030;
}

.jtagline2 h2,
.jtagline2 h4,
.jtagline2 h6 {
  margin: 0px;
}

.jtagline2 h2.jtag2span1 {
  color: #fff;
  font-size: 60px;
  text-shadow: 2px 2px 3px #00000030;
}

.jtagline2 h2.jtag2span1 span {
  color: #f29712;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 700;
}

.jtagline2 h6 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-shadow: 2px 2px 3px #00000030;
}

.jtagline2 h6.jtag2span2 span {
  color: #fff;
}

@keyframes moverUpandDown {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes moverUpandDown2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.01);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes moverUpandDown3 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.procescont-circle div.jld0flex {
  display: grid;
  padding: 35px;
  background: linear-gradient(90deg, #c00000 0%, #fd8503 100%);
}

.procescont-circle div.jld0flex h4 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 29px;
}

.livewatchingicon {
  width: 60px;
  margin: auto;
  margin-bottom: 0px;
}

.procescont.procescontcls {
  padding: 40px;
}

.procescont-circle.stickycircle {
  transition: 0.4s ease-in-out;
  /* visibility: hidden; */
  /* opacity: 0; */
  /* display: none; */
  position: fixed;
  bottom: 5%;
  z-index: 11111;
  left: -100%;
}

.procescont-circle.stickycircle.active {
  left: 20px;
  transition: 0.5s ease-in-out;
  /* visibility: visible; */
  /* opacity: 1; */

  /* display: block; */

}

.procescont-circle.stickycircle.active div.jld0flex {
  width: 160px;
  height: 160px;
  padding: 19px
}

.procescont-circle.stickycircle.active div.jld0flex h4 {
  font-size: 16px;
}


.joinseciii {
  padding: 40px 0px 80px 0px;
}

.process-step h2 {
  font-size: 29px;
  line-height: 45px;
  text-align: justify;
  color: #121212;
  margin: 0px;
}

.process-step h2 span {
  color: darkorange;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00485e17;
  text-shadow: 2px 2px 3px #00000017;
}

.process-step.process-stepheight {
  min-height: 270px;
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 20px 40px;
  margin-left: 26px;
}

.process-step.process-stepheight.process-step-right:after {
  top: 41%;
}

.benifit-box.joindemocard1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.benifit-box.joindemocard1 h5 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0px;
}

.benifit-box.joindemocard1 h5 span {
  color: #de0000;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}

.benifit-icon.benifit-icon-cls {
  width: 120px;
  height: 120px;
  padding: 20px;
}

.benifit-box.joindemocard1 {
  min-height: 662px;
  background: radial-gradient(circle, rgb(255 229 174 / 93%) 0%, rgb(211 223 237) 100%);
  margin-top: 40px;
}

.ct-heading .item--sub-title-top.cls2 {
  font-size: 29px;
  line-height: 36px;
  color: #00739d !important;
  margin-bottom: 59px;
}

.join-demo-img {
  height: 700px;
  border-radius: 10px;
  overflow: hidden;
}

.join-demo-img img {
  height: 100%;
}

.join-demo-img iframe {
  border-radius: 10px;
  overflow: hidden;
}

.join-demo-img iframe:first-child {
  margin-bottom: 10px;
}

.join-demo-img h4 {
  text-align: center;
  margin-bottom: 10px;
  color: #de0000;
}

.janotherContent {
  text-align: center;
}

.janotherContent h2 {
  text-align: center;
  color: #00759e;
  font-size: 109px;
  transition: 0.4s ease-in-out;
  margin-bottom: 0px;
  font-family: 'Anton';
  font-weight: 100;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-shadow: 1px 1px 12px #fff;
}

.benifit-box:hover .janotherContent h2 {
  transform: translateY(26px);
  transition: 0.4s ease-in-out;
}

.janotherContent p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #343434;
  transition: 0.5s ease-in-out;
}

.benifit-box:hover .janotherContent p {
  transform: translateY(26px);

}

.janotherContent .whoweare-btn {
  top: 0px;
  margin-bottom: 19px;
  transition: 0.6s ease-in-out;
}

.google-color {
  font-size: 20px;
  font-weight: 600;
  /* width: 100%; */
  margin: 1px 0 0px 0;
  height: 50px;
  line-height: 52px;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  background: #c53b2f;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  letter-spacing: 0px;
  padding: 0px;
  width: fit-content;
  padding-right: 24px;
  font-family: 'Varela Round', sans-serif;
}

.google-color i {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  background: #ad1f11;
  margin-right: 12px;
}

.google-color:hover {
  background: #ad1f11;
  color: #fff;
}

.benifit-box:hover .whoweare-btn {
  transform: translateY(26px);

}

.joinSec-iv.course-info-sec {
  padding: 60px 0px;
}

.joinSec-iv.course-info-sec .coursepoint-list.coursepoint-list2 li {
  min-height: 71px;
  font-size: 16px;
}

.joinSec-iv.course-info-sec .section-sub-title {
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
  margin-top: 17px;
}

.joinSec-iv.course-info-sec .joititlefortraning {
  margin-bottom: 5px;
}

.course-box-content.cls2 {
  margin: 0px;
}

.course-box-content.cls2 a.coursedet {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  padding: 16px 50px;
  font-weight: 600;
}

.coursepoint-list.joindemoBeniList li {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #343434;
  height: 167px;
}

.coursepoint-list.joindemoBeniList li img {
  width: 100px;
  margin: 10px auto;
}

.jsecUsersVideo {
  height: 100%;
}

.jsecUsersVideo iframe {
  border-radius: 10px;
  overflow: hidden;
}

.jsecUsersRContent {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.jsecUsersRContent img {
  height: 100%;
}

.joinDemotestimonial .row {
  margin-bottom: 30px;
}

.joinDemotestimonial .row:last-child {
  margin-bottom: 0px;
}

.joinDemoBtnCentered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.joinDemoBtnCentered.justify-content-left {
  justify-content: flex-start;
}

.benifit-icon.animationcls.benifit-icon-cls {
  transform: translateY(15px);
}

.benifit-box.animationcls:hover .benifit-icon {
  margin-top: -68px;
}

.benifit-box.animationcls.joindemocard1 h5 {
  margin-top: 42px;
}

.benifit-box.animationcls .janotherContent h2 {
  margin-top: 10px;
}

.benifit-box.animationcls .janotherContent p {
  margin-top: 14px;
}

.benifit-box.animationcls .janotherContent .whoweare-btn {
  margin-top: 34px;
}

.joinSec-vi .how-cont2.cls2 {
  border: 1px solid #dddddd73;
  background: #fcfcfc;
}

.joinSec-vi .hownumber {
  border: 2px solid #159be3;
}

.joinSec-vi .how-cont2 h4 {
  font-size: 18px;
}


/* Aspirants Reivew */

.testimonial {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-slide {
  padding: 20px;
}

.testimonial_box-top {
  background-color: #fff;
  padding: 9px 30px;
  border-radius: 15px;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 20px rgba(229, 229, 229, 0.301);
}

.testimonial_box-icon {
  margin-top: -12px;
  padding-right: 20px;
}

.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}

.testimonial_box-text p {
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.testimonial_box-shape {
  position: absolute;
  bottom: -10px;
  left: 50px;
  width: 20px;
  height: 20px;
  background-color: #0097cd;
  -webkit-transform: rotateZ(50deg);
  transform: rotateZ(45deg);
}

.testimonial_box-bottom {
  padding-top: 35px;
  padding-left: 25px;
}

.testimonial_box-profile {
  display: flex;
}

.testimonial_box-img {
  display: flex;
  justify-content: center;
}

.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}

.testimonial_box-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 20px;
}

.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #e5e5e5;
  margin-bottom: 0;
}

.testimonial_box-job p {
  color: #e5e5e5;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.slick-dots li button:before {
  font-size: 15px;
  color: #e5e5e5;
}

.plyr {
  border-radius: 4px;
  margin-bottom: 15px;
}

.plyr--video {
  height: 100%;
}

.joinSec-v {
  background: #edf7ff url(../img/grey-pattren.png) center center repeat;
  padding: 60px 0px;
}

.testimonial__inner .slick-next:before,
.testimonial__inner .slick-prev:before {
  color: #0597d7;
}

.traninghd2.traninghd3 span:nth-child(1) {
  font-weight: 800;
  color: #007cc9;
}

.traninghd2.traninghd3 span:nth-child(2) {
  font-size: 50px;
  font-weight: 800;
  color: #ff8c00;
}


.how-cont2.how-cont3.cls {
  min-height: auto;
  margin: 0px;
  margin-bottom: 15px;
}

.how-cont2.how-cont3.cls .hownumber:after {
  display: none;
}

.how-cont2.how-cont3.cls .hownumber:before {
  display: none;
}

.traninghd2.traninghd3.cls {
  text-align: center;
}



.joinSec-vi.jbg1 {
  background: #f4f8fa url(../img/bg-line-3.png) left top no-repeat;
  background-size: 100% auto;
  padding: 60px 0px;
}

.joinSec-vi.jbg1 .courseleft {
  margin-bottom: 0px;
}

.joinSec-vi.jbg1 .whiteoutercont {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}


.joinSec-vi.jbg2 {
  padding: 60px 0px;
  background: #fff url(../img/bg-line-3.png) left top no-repeat;
  background-size: 100% auto;
}

.joinSec-vi.jbg2 .courseleft {
  margin-bottom: 0px;
}

.joinSec-vi.jbg2 .whiteoutercont {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}


.joinSec-vii {
  background: #edf7ff url(../img/grey-pattren.png) center center repeat;
  padding: 60px 0px;
}

.joinSec-vii .we-surve-icon-cls {
  padding: 0px;
}

.joinSec-vii .we-surve-icon-b img {
  width: 100%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  overflow: hidden;
}

.joinSec-vii .we-surve-icon-b p {
  margin: 0px;
}

.joinSec-vii .we-surve-icon-cls {
  margin-bottom: 20px;
}



.corporateprog-bg.joinSecviii {
  padding: 60px 0px;
  background: #ffffff url(../img/grey-pattren.png) center center repeat;
}

.corporateprog-bg.joinSecviii .course-box-img {
  min-height: auto;
}

.corporateprog-bg.joinSecviii .course-box-img img {
  max-height: fit-content;
}

.corporateprog-bg.joinSecviii .course-box-content a.coursedet {
  margin-top: 0px;
}



.corporateprog-bg.joinSecix {
  padding: 60px 0px;
  background: #edf7ff url(../img/grey-pattren.png) center center repeat;
}


.joinixbottom {
  margin-top: 30px;
  text-align: center;
}

.joinixbottom .activitybtn {
  margin-top: 30px;
}

.corporateprog-bg.joinSecix .course-box {
  border-radius: 20px;
}

.corporateprog-bg.joinSecix .course-box-img {
  min-height: 305px;
  height: 305px;
  border-radius: 20px;
  background-image: url('../img/join-demo/bg4.jpg');
  background-size: cover;
  background-color: #ffffff80;
  background-blend-mode: color;
}


.corporateprog-bg.joinSecix .course-box-img img {
  max-height: 100%;
  height: 100%;
  border-radius: 20px;
}

.corporateprog-bg.joinSecix .course-box-content a.coursedet {
  margin-top: 0px;
}

.joinSecx {
  background: #f4f8fa url(../img/bg-line-3.png) left top no-repeat;
  background-size: 100% auto;
  padding: 60px 0px;
}

.joinSecx .courseleft {
  margin-top: 0px;
  margin-bottom: 0px;
}


.joinSecx .courseleft {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.one-min-content h1 {
  margin: 0px;
  margin-bottom: 16px;
}

.one-min-content h4 {
  margin: 0px;
  margin-bottom: 16px;
}

.one-min-content h6 {
  margin: 0px;
  margin-top: 16px;
}

.get10-percentoff {
  background: linear-gradient(102.57deg, #f29712, #ffa92b 100%, #f29712 0);
  border-radius: 0px;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  letter-spacing: 0px;
  padding: 12px 20px;
  margin-top: 15px;
  -webkit-transition: all .5s;
  display: inline-block;
  font-weight: 600;
}

.get10-percentoff:hover {
  color: #f5f5f5;
}


.joinSecxi {
  background: #ffffff url(../img/bg-line-3.png) left top no-repeat;
  background-size: 100% auto;
  padding: 60px 0px;
}

.rt5starcontentainer {
  max-width: 700px;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 30px;
}

.rt5starcontentainer img {
  width: 100%;
}

.joinSecxi .ct-heading .item--sub-title-top.cls2 {
  margin-bottom: 0px;
}

.joinSeci {
  margin-top: 0px;
  background-size: 100% 100%;
  background-image: url('../img/join-demo/bg3.jpg');
  background-size: cover;
  background-color: #ffffffa8;
  background-blend-mode: color;

}

.joinSeci .about-centertxt {
  margin: 0px;
  margin-bottom: 26px;
  text-align: center;
  padding: 12px 20px;
}

.joinSeci .about-centertxt h4 {
  margin-bottom: 0px;
  color: #fff;
}

.joinSeci .joinbnrmain-text {
  text-align: center;
  padding: 0px 10%;
}

.joinSeci .joinbnrmain-text h2 {
  color: #242424;
  font-size: 46px;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 40px;
}

.joinSeci .joinbnrmain-text h2 span {
  color: #c70200;
  font-weight: 700;
  position: relative;
}

.joinSeci .joinbnrmain-text h2 span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #00597d;
  bottom: 6px;
  left: 0px;
  z-index: -1;
}

.joinSeci .joinbnrmain-text .bnr-join-btn {
  margin-top: 40px;
  margin-bottom: 0px;
}

.joinSecbanner {
  text-align: center;
}

.joinSecbanner .joinbanr-logo {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-top: 16px;
}

.joinSecbanner .joinbanr-logo img {
  width: 100%;
}

.joinSecbanner h4 {
  font-size: 22px;
  background: #00587d;
  margin: 0px 8px;
  padding: 10px 20px;
  color: #fff;
  width: fit-content;
  margin: 0px auto;
  margin-bottom: 18px;
  margin-top: 32px;
}


/* 11-10-2023 start*/
.jtopTitle {
  background: #121212;
  padding: 12px 0px;
  text-align: center;
}

.jtopTitle h4 {
  margin: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;

}

.jtopTitle h4 span {
  color: #36f4ff;
  font-weight: 600;
}

/* 11-10-2023 end*/
.jDWhatsAppLink {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #005f97;
}

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






.success-corner {
  margin-top: 121px;
  padding: 60px 0px;
  background: #edf7ff url(../img/grey-pattren.png) center center repeat;
}

.scw-container {
  margin-top: 20px;
}

.scw-container .course-box-img {
  min-height: auto;
}

.scw-container .course-box-content {
  padding: 18px 18px;
  margin: -24px 20px 0px 20px;
  border-radius: 15px;
}

.scw-container .course-box-content a.coursedet {
  margin-top: 0px;
  width: 100%;
}

.success-corner-wrapper.mtcls {
  margin-top: 60px;
}

.view-all-btn-for-success {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.success-corner hr {
  border-top: 1px solid #919191;
  margin-top: 40px;
}

.refund-policy {
  margin-top: 121px;
  padding: 60px 0px;
}

.rpw-container h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-top: 20px;
}

.rpw-container ol li {
  color: rgba(0, 0, 0, 1.0);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  padding-left: 10px;
}

.pdfviewerModal .modal-content {
  z-index: 2222222;
}

.we-surve-icon-b .coursedet.cs-btn.cs-style1 {
  padding: 7px 16px;
  background: #005e97;
  margin-top: 10px;
  font-size: 14px;
}

.process-step.process-stepheight h2 {
  font-size: 24px;
  line-height: 45px;
  text-align: left;
  color: #121212;
  margin: 0px;
}

.joinSecviii .course-box .course-box-img {
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width:480px) {
  .joinSecbanner .joinbanr-logo {
    width: 90px;
    margin: 0px auto 20px auto;
    padding-top: 46px;

  }

  .joititlefortraning {
    font-size: 19px;
  }

  .joinSeci .joinbnrmain-text {
    padding: 0px 0px;
  }

  .joinSecbanner h4 {
    font-size: 12px;
  }

  .joinSeci .joinbnrmain-text h2 {
    font-size: 19px;
    line-height: normal;
  }

  .joinSeci .joinbnrmain-text h2 span::after {
    bottom: 2px;
    height: 2px;
  }

  .joinSeci .joinbnrmain-text .bnr-join-btn {
    height: 33px;
    line-height: 32px;
    font-size: 12px;
  }

  .google-color i {
    width: 33px;
    height: 33px;
    line-height: 34px;
  }

  .joinSeci {
    padding: 0px 0px;
  }

  .process-step.process-stepheight {
    min-height: auto;
    width: 100%;
    padding: 20px;
    margin-top: 45px;
    margin-left: 0px;
  }

  .process-step.process-stepheight h2 {
    font-size: 15px;
    line-height: 27px;
  }

  .joinSec-iv.course-info-sec .coursepoint-list.coursepoint-list2 li {
    min-height: 100%;
    font-size: 16px;
    height: auto;
  }

  .process-step h2 {
    font-size: 14px;
    line-height: normal;
  }

  .process-step.process-stepheight.process-step-right:after {
    top: -40px;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: rotate(90deg);
  }

  .ct-heading .item--sub-title-top.cls2 {
    font-size: 15px;
    line-height: normal;
  }

  .join-demo-img {
    height: auto;
    margin-bottom: 50px;
  }

  .google-color {
    font-size: 13px;
    height: 30px;
    line-height: 33px;
  }

  .joinseciii {
    padding: 40px 0px 30px 0px;
  }

  .testimonial-slide {
    padding: 0px;
  }

  .joinSec-vi .courseleft {
    margin-top: 0px;
  }

  .joinSecx img {
    margin: 0px auto;
    display: flex;
    width: 41%;
    justify-content: center;
    margin-bottom: 20px;
  }

  .one-min-content {
    text-align: center;
  }

  .procescont-circle.stickycircle.active div.jld0flex {
    width: 85px;
    height: 85px;
    padding: 10px;
  }

  .procescont-circle.stickycircle.active div.jld0flex h4 {
    font-size: 9px;
  }

  .jsecUsersRContent {
    margin-top: 10px;
  }

  .we-surve-icon-b h4 {
    font-size: 13px;
  }

  .joinSec-vii .we-surve-icon-b p {
    font-size: 13px;
    line-height: normal;
  }

  .we-surve-icon-b .coursedet.cs-btn.cs-style1 {
    padding: 5px 15px;
    margin-top: 7px;
    font-size: 12px;
    margin-bottom: 40px;
  }

  .joinDemoBtnCentered.justify-content-left {
    justify-content: center;
  }
}

/* end */

/* Join Demo New CSS */
/* 09-1-24 */
.joinSecbanner.bg1 {
  background-image: url(../img/join-demo/bg5.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 486px;
}


.joinSecbanner .joinbanr-logo {
  width: 118px;
  margin: 0 auto;
  margin-bottom: 16px;
  padding-top: 12px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.joinBrnText {
  text-transform: uppercase;

}

.joinBrnText .fisrtLine {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 0px;
}

.joinBrnText .fisrtLine span {
  color: #f76e07;
}

.joinBrnText .secondLine {
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #035277;
}

.joinBrnText .thirdLine {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-bottom: 35px;
  padding: 0px 15%;
}

.joinBrnText .thirdLine span {
  color: #f76e07;
}

@media screen and (max-width:1920px) and (min-width:1830px) {
  .joinSecbanner.bg1 {
    min-height: 675px;
  }

  .joinSeci .joinbnrmain-text {
    margin: 84px 0px;
  }

  .joinBrnText .fisrtLine {
    font-size: 50px;
  }

  .joinBrnText .secondLine {
    font-size: 72px;

  }

  .joinBrnText .thirdLine {
    padding: 0px 18%;
    font-size: 28px;
    line-height: 44px;
  }
}

@media screen and (max-width:1829px) and (min-width:1600px) {
  .joinSecbanner.bg1 {
    min-height: 632px;
  }

  .joinSeci .joinbnrmain-text {
    margin: 50px 0px;
  }

  .joinBrnText .fisrtLine {
    font-size: 50px;
  }

  .joinBrnText .secondLine {
    font-size: 72px;

  }

  .joinBrnText .thirdLine {
    padding: 0px 18%;
    font-size: 28px;
    line-height: 44px;
  }
}

@media screen and (max-width:1599px) and (min-width:1367px) {
  .joinSecbanner.bg1 {
    min-height: 564px;
  }

  .joinSeci .joinbnrmain-text {
    margin: 38px 0px;
  }

  .joinBrnText .fisrtLine {
    font-size: 40px;
  }

  .joinBrnText .secondLine {
    font-size: 55px;

  }

  .joinBrnText .thirdLine {
    padding: 0px 18%;
    font-size: 22px;
    line-height: 36px;
  }
}

@media screen and (max-width:1200px) and (min-width:1092px) {
  .joinSecbanner.bg1 {
    min-height: 405px;
  }

  .joinSeci .joinbnrmain-text {
    margin: 6px 0px;
  }

  .joinBrnText .fisrtLine {
    font-size: 26px;
  }

  .joinBrnText .secondLine {
    font-size: 42px;
  }

  .joinBrnText .thirdLine {
    padding: 0px 18%;
    font-size: 19px;
    line-height: 27px;
  }
}


/*  */
.pulse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}

.pulse i {
  background-color: #000f2d94;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  columns: #fff;
  -webkit-animation: video-pulse-presentation 2s linear infinite;
  animation: video-pulse-presentation 2s linear infinite;
}

.pulse i:hover {
  background-color: #FFF;
  color: #e45d00;
}

@-webkit-keyframes video-pulse-presentation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 70%), 0 0 0 0 rgb(245 112 9 / 70%);
    box-shadow: 0 0 0 0 rgb(245 112 9 / 70%), 0 0 0 0 rgb(245 112 9 / 70%);
  }

  40% {
    -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgb(245 112 9 / 70%);
    box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgb(245 112 9 / 70%);
  }

  80% {
    -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
  }
}

@keyframes video-pulse-presentation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 70%), 0 0 0 0 rgb(245 112 9 / 70%);
    box-shadow: 0 0 0 0 rgb(245 112 9 / 70%), 0 0 0 0 rgb(245 112 9 / 70%);
  }

  40% {
    -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgb(245 112 9 / 70%);
    box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgb(245 112 9 / 70%);
  }

  80% {
    -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
  }
}


.videoPlayThumb {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 22px;
  height: 320px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ddddddd9;
}

.videoPlayThumb img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.video-player {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.joinDemotestimonial .videoPlayThumb {
  /* height: auto; */
  margin-bottom: 0px;
}

/*.joinDemotestimonial .videoPlayThumb img{
  height: auto;
}
.jsecUsersRContent {
  height: auto;
}
.jsecUsersRContent img{
  height: auto;
} */

.training-point-flex .thsn-ihbox-boxrht .thsn-ihbox-icon {
  border-radius: 100%;
}

.thsn-helthify-icon.thsn-helthify-icon2.eligibility-icon-num2 {
  width: 45px;
  height: 45px;
  border-radius: 100%;
}


.thsn-helthify-icon.thsn-helthify-icon2.eligibility-icon-num2 {
  font-size: 15px;
  line-height: 27px;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  padding: 17px;
}

.thsn-ihbox-boxrht {
  flex-direction: row;
  background-color: #fcfcfc;
  border-radius: 14px;
  border: 1px solid #dddddd40;
  padding: 13px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.training-point-flex .thsn-ihbox-boxrht .thsn-ihbox-icon {
  margin-right: 12px;
  border-radius: 100%;
}

.thsn-ihbox-contents.thsn-ihbox-contents2 h2 {
  font-size: 18px;
  font-weight: 700;
  color: #00597d;
}

.highlightTitlFixed {
  transition: 0.4s ease-in-out;
  transform: scaleY(0);
  position: relative;
  top: -100px;
  display: none;
}

.highlightTitlFixed h3 {
  transition: 0.4s ease-in-out;
  margin-top: 0px;
}

.highlightTitlFixed.active h3 {
  margin-bottom: 0px;
  color: #fff;
}

.highlightTitlFixed.active {
  position: fixed;
  transform: scaleY(1);
  display: block;
  top: 0;
  top: 0px;
  width: 100%;
  background: #000;
  left: 0px;
  right: 0px;
  padding: 16px 0px;
  z-index: 6;
}

.traninghd2 span {
  transition: 0.4s ease-in-out;
}

.highlightTitlFixed.active .traninghd2 span {
  color: #d0ebff;
}

/* Welcome Modal */
.welcome-box {
  border-radius: 20px;
  background: url(../img/join-demo/bg6.jpg);
  background-size: 100% 100%;
}

.bb-0 {
  border-bottom: 0px transparent;
}

.welcome-box-body {
  padding: 28px 40px 40px;
  width: 100%;
}

.welcome-box-body .modal-title {
  font-size: 60px;
  color: #04088d;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.welcome-box-body .modal-sub-title {
  font-size: 26px;
  color: #f76e07;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.welcome-box-body p {
  font-size: 14px;
  color: #001111;
  line-height: 25px;
  font-weight: 600;
  text-align: center;

}

.welcome-box-body .modalLogo {
  width: 105px;
  margin: 0px auto;
  margin-bottom: 34px;

}

.welcome-box-body .modalLogo img {
  width: 100%;
}

.welcome-box .modal-header {
  position: relative;
  border: none;
}

.welcome-box button {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: no-repeat;
  font-size: 34px;
}

.ulJDBenefits {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.ulJDBenefits li {
  width: 49%;
}

.mobBlock-pcNone {
  display: none;
}

.cs-funfact_wrap.cs-type1.enquiryModalWrap {
  margin-top: 0px;
}

.enquiryModalWrap {
  display: inline-block;
  width: 100%;
}

.enqFormWrapInMode .modal-content {
  padding: 0px;
}

.enqFormWrapInMode .modal-header {
  padding: 0px;
}

.enqFormWrapInMode .modal-header .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
}

.enqFormWrapInMode .cs-funfact_wrap .cs-funfact_left {
  width: 100%;
}

.enqFormWrapInMode .cs-funfact_wrap .cs-funfact_right {
  padding-left: 0px;
  width: 100%;
}

.enqFormWrapInMode .cs-funfact_heading img {
  height: 30px;
  margin-right: 10px;
}

.enqFormWrapInMode .modal-body {
  padding: 0px;
}

.enqFormWrapInMode .cs-funfact_heading h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
}

.enqFormWrapInMode .cs-funfact_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.offerBannerModal {
  border-radius: 0.5rem;
  overflow: hidden;
}
.joinDemotestimonial .row {
  margin-bottom: 30px;
  background: #ffffff75;
  padding: 19px 6px 27px;
  border-radius: 13px;
  border: 1px solid #dddddd54;
}
.JDBenefitsWiper3 .slick-slide {
  margin-right:15px;
  margin-left:15px;
}


.JoinFeatureWrap{
  position: relative;
  z-index: 2;
  background-image: linear-gradient(1deg, white, transparent),url(../img/abstract-texture-bg-1.jpg);
  background-size: cover;
  padding: 40px 0px 0px;
}
.joinSec-vi .JoinFeature {
  max-width: 1000px;
  margin: 0px auto;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}
.joinSec-vi .JoinFeature .courseleft{
  margin: 0px;
}
.joinSec-vi .JoinFeature  .how-cont2.how-cont3.cls{
  padding: 20px;
  margin: 0px;
  /* box-shadow: 0px 0px 2px #ddd; */
  border-radius: 10px;
  border: none;
  background: #fcfcfc;
  /* border: 1px solid #00c6e94f; */
}
.joinSec-vi .JoinFeature  .how-cont2.how-cont3.cls.featbg1{
  background: #d6edff;
  background: linear-gradient(181deg, #d6edffa8, #f8f0dba6),url(../img/join-demo/bg6.jpg);
  background-size: 100% 100%;
}
/* .joinSec-vi .JoinFeature  .how-cont2.how-cont3.cls.featbg1 .hownumber{
  background: rgb(214 237 255);
} */
.joinSec-vi .JoinFeature  .how-cont2.how-cont3.cls.featbg2{
  background: #d6edff;
  background: linear-gradient(181deg, #f8f0dba6,  #d6edffa8),url(../img/join-demo/bg6.jpg);
  background-size: 100% 100%;
}
/* .joinSec-vi .JoinFeature  .how-cont2.how-cont3.cls.featbg2 .hownumber{
  background: #eae9f7;
} */
.joinSec-vi .JoinFeature  .how-cont2.how-cont3.cls.featbg3{
  background: #d6edff;
  background: linear-gradient(181deg, #d6edffa8, #f8f0dba6),url(../img/join-demo/bg6.jpg);
  background-size: 100% 100%;
}
/* .joinSec-vi .JoinFeature  .how-cont2.how-cont3.cls.featbg3 .hownumber{
  background: #dff1ea;
} */
.joinSec-vi .JoinFeature .hownumber {
  position: relative;
  margin-bottom: 10px;
  margin-top: 0px;
  top: 0px;
  bottom: 0px;
  margin-top: -65px;
  width: 110px;
  height: 110px;
  padding: 20px;
  border: none;
  border: 1px solid #f7a13d4f;
  background: #ffffff;
  /*  box-shadow: 0px -7px 4px #dddddd3d; */
}
.joinSec-vi .JoinFeature .hownumber img{
  width: 100%;
}
.joinSec-vi .JoinFeature .how-cont2.how-cont3.cls h3{
  font-size: 24px;
  margin-top: 10px;
}
.joinSec-vi .JoinFeature .how-cont2.how-cont3.cls h4{
  font-size: 21px;
  font-weight: 700;
  color: #00597d;
  margin-bottom: 0px;
  margin-top: 3px;
}
.joinSec-vi .JoinFeature .how-cont2.how-cont3.cls.featbg1 h4 {
  color: #f7a13d;
}
.joinSec-vi .JoinFeature .how-cont2.how-cont3.cls.featbg2 h4 {
  color: #ff0061;
}
.joinSec-vi .JoinFeature .how-cont2.how-cont3.cls.featbg3 h4 {
  color: #f7a13d;
}
.getOfferWrap{
  position: relative;
  z-index: 1;
}
.JDBenefitsWiper3 .slick-prev{
  left: 0px;
  z-index: 3;
}
.JDBenefitsWiper3 .slick-next{
  right: 0px;
  z-index: 3;
}
.JDBenefitsWiper3 .slick-next:before,.JDBenefitsWiper3  .slick-prev:before {
  color: #001111;
}
.corporateprog-bg.joinSecix .course-box {
  border-radius: 20px;
  margin-bottom: 16px;
}
.corporateprog-bg.joinSecix .course-box-img {
  height: auto;
}
.corporateprog-bg.joinSecix .JDBenefitsWiper3  .course-box-img img {
    max-height: none;
    height: auto;
    border-radius: 20px;
    width: 100%;
}
.pcBlock-mobNone .thsn-ihbox-boxrht{
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.pcBlock-mobNone .thsn-ihbox-boxrht .thsn-ihbox-contents.thsn-ihbox-contents2  {
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .ulJDBenefits li {
    width: 100%;
  }

  .mobSliderStyleWrap .coursepoint-list.joindemoBeniList li {
    display: inline-block;
    height: auto;
    min-height: auto;
  }

  .joinSec-iv.course-info-sec .mobSliderStyleWrap .coursepoint-list.coursepoint-list2 li {
    min-height: auto;
  }

  .mobSliderStyleWrap .slick-next:before,
  .mobSliderStyleWrap .slick-prev:before {
    color: #111;
    font-size: 20px;
  }

  .mobSliderStyleWrap .how-cont2.how-cont3.cls {
    margin: 0px 25px;
  }

  .mobSliderStyleWrap .slick-prev {
    left: 0;
    z-index: 2;
  }

  .mobSliderStyleWrap .slick-next {
    right: 0;
    z-index: 2;
  }

  .pcBlock-mobNone {
    display: none;
  }

  .mobBlock-pcNone {
    display: block;
  }

  .mobSliderStyleWrap .thsn-ihbox-boxrht {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .mobSliderStyleWrap .thsn-ihbox-contents2 {
    margin-top: 20px;
  }

  .mobBlock-pcNone .mobSliderStyleWrap {
    margin: 0px 10px;
  }
}


/* Join Demo Page New Responsive Large tablet and Mini PC */
@media screen and (max-width:991px) and (min-width:769px) {
  .jtopTitle {
    padding: 6px 0px;
  }

  .jtopTitle h4 {
    font-size: 15px;
  }

  .joinSecbanner .joinbanr-logo {
    width: 65px;
  }

  .joinSecbanner.bg1 {
    min-height: 290px;
  }

  .joinBrnText .fisrtLine {
    font-size: 22px;
  }

  .joinBrnText .secondLine {
    font-size: 32px;
  }

  .joinBrnText .thirdLine {
    font-size: 15px;
  }

  .joinSeci .joinbnrmain-text .bnr-join-btn {
    margin-top: 17px;
  }

  .google-color {
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    top: 0px;
  }

  .google-color i {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  h3.fontMob {
    font-size: 18px;
  }

  .procescont-circle div {
    width: 200px;
    height: 200px;
  }

  .procescont-circle div.jld0flex h4 {
    font-size: 18px;
  }

  .livewatchingicon {
    width: 43px;
  }

  .process-step.process-stepheight {
    margin-top: 34px;
    min-height: auto;
  }

  .process-step.process-stepheight h2 {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .process-step.process-stepheight.process-step-right:after {
    top: -32px;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: rotate(90deg);
  }

  .joinseciii .ct-heading.style5 .sub-title {
    font-size: 19px;
    line-height: normal;
  }

  .janotherContent h2 {
    font-size: 70px;
  }

  .benifit-box.joindemocard1 h5 {
    font-size: 13px;
    line-height: 20px;
  }

  .benifit-icon.benifit-icon-cls {
    width: 70px;
    height: 70px;
    padding: 16px;
  }

  .benifit-box.joindemocard1 {
    min-height: 432px;
  }

  .videoPlayThumb {
    height: 204px;
  }

  .coursepoint-list.joindemoBeniList li {
    height: auto;
  }

  .highlightTitlFixed.active {
    padding: 7px 0px;
  }

  .highlightTitlFixed.active h3 {
    visibility: visible !important;
    font-size: 18px;
  }

  .join-demo-img {
    height: auto;
  }

  .joinseciii {
    padding: 40px 0px 40px 0px;
  }

  .joinSec-iv.course-info-sec {
    padding: 40px 0px;
  }

  .positions-we-r .traninghd2 {
    font-size: 20px;
  }

  .joinSec-iv.course-info-sec .section-sub-title {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-top: 6px;
  }

  .ct-heading .item--sub-title-top.cls2 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .joinSec-v {
    padding: 40px 0px;
  }

  .traninghd2.traninghd3 span:nth-child(2) {
    font-size: 20px;
  }

  .corporateprog-bg.joinSecix .course-box-img {
    min-height: auto;
    height: 146px;
  }

  .prerequisites-padding .traninghd2 {
    text-align: center;
  }

  .training-point-flex .thsn-ihbox-boxrht {
    padding: 9px;
    margin-top: 0px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 228px;
  }

  .training-point-flex .thsn-ihbox-boxrht .thsn-ihbox-icon {
    margin-right: 0px;

  }

  .thsn-helthify-icon.thsn-helthify-icon2.eligibility-icon-num2 {
    width: 70px;
    height: 70px;
  }

  .joinSecx img {
    width: 140px;
  }
  .joinSecx .col-lg-2{
    width: 24%;
  }
  .joinSecx .col-lg-10 {
    width: 75%;
  }
  .course-left h1{
    font-size: 20px;
  }
  .one-min-content h4{
    font-size:15px;
  }
  .get10-percentoff{
    font-size: 14px;
    padding: 2px 12px;
  }
  .corporateprog-bg.joinSecix{
    padding: 40px 0px;
  }
  .corporateprog-bg.joinSecix .cs-section_heading h3{
    font-size:20px;
  }
  .joinixbottom .activitybtn{
    margin-top: 0px;
  }
  .joinSecxi .cs-section_heading h3{
    font-size: 20px;
  }
  .ct-heading-style-1 .item--sub-title-top {
    font-size: 18px!important;
  }
  .joinDemoBtnCentered .google-color {
    margin-top: 0px!important;
  }
  .enqFormWrapInMode .cs-funfact_wrap .cs-funfact_right  {
    padding-left: 0px;
  }
  .procescont-circle.stickycircle.active div.jld0flex{
    width: 120px;
    height: 120px;
    padding: 19px;
  }
}



/* Responsive CSS Tablet and Mini Tablets */
@media screen and (max-width:768px) and (min-width:480px) {
  .joinSec-vi .JoinFeature .hownumber{
    margin-top: 0px;
  }
  .JoinFeatureWrap{
    padding: 10px 30px;
  }
  .jtopTitle {
    padding: 6px 0px;
  }

  .jtopTitle h4 {
    font-size: 12px;
  }

  .joinSecbanner .joinbanr-logo {
    width: 65px;
  }

  .joinSecbanner.bg1 {
    min-height: 230px;
  }

  .joinBrnText .fisrtLine {
    font-size: 18px;
  }

  .joinBrnText .secondLine {
    font-size: 25px;
  }

  .joinBrnText .thirdLine {
    font-size: 11px;
    padding: 0px 9%;
    margin-bottom: 0px;
}

  .joinSeci .joinbnrmain-text .bnr-join-btn {
    margin-top: 17px;
  }

  .google-color {
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    top: 0px;
  }

  .google-color i {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  h3.fontMob {
    font-size: 18px;
  }

  .procescont-circle div {
    width: 200px;
    height: 200px;
  }

  .procescont-circle div.jld0flex h4 {
    font-size: 18px;
  }

  .livewatchingicon {
    width: 43px;
  }

  .process-step.process-stepheight {
    margin-top: 34px;
    min-height: auto;
    padding: 10px 20px;
    margin-left: 0px;
  }

  .process-step.process-stepheight h2 {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    padding: 10px 8px;
}

  .process-step.process-stepheight.process-step-right:after {
    top: -32px;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: rotate(90deg);
  }

  .joinseciii .ct-heading.style5 .sub-title {
    font-size: 19px;
    line-height: normal;
  }

  .janotherContent h2 {
    font-size: 70px;
  }

  .benifit-box.joindemocard1 h5 {
    font-size: 13px;
    line-height: 20px;
  }

  .benifit-icon.benifit-icon-cls {
    width: 120px;
    height: 120px;
    padding: 20px;
  }
  .benifit-box.animationcls .janotherContent .whoweare-btn{
    margin-top: 0px;
  }
  .benifit-box.joindemocard1 {
    min-height: 432px;
  }

  .videoPlayThumb {
    height: auto;
  }

  .coursepoint-list.joindemoBeniList li {
    height: auto;
  }

  .highlightTitlFixed.active {
    padding: 7px 0px;
  }

  .highlightTitlFixed.active h3 {
    visibility: visible !important;
    font-size: 14px;
  }

  .join-demo-img {
    height: auto;
  }

  .joinseciii {
    padding: 40px 0px 40px 0px;
  }

  .joinSec-iv.course-info-sec {
    padding: 40px 0px;
  }

  .positions-we-r .traninghd2 {
    font-size: 20px;
  }

  .joinSec-iv.course-info-sec .section-sub-title {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-top: 6px;
  }
  .joinSec-v .traninghd2 {
    font-size: 20px;
  }  

  .ct-heading .item--sub-title-top.cls2 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .joinSec-v {
    padding: 40px 0px;
}

  .traninghd2.traninghd3 span:nth-child(2) {
    font-size: 20px;
  }

  .corporateprog-bg.joinSecix .course-box-img {
    min-height: auto;
    height: 146px;
  }

  .prerequisites-padding .traninghd2 {
    text-align: center;
  }

  .training-point-flex .thsn-ihbox-boxrht {
    padding: 9px;
    margin-top: 0px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 228px;
  }

  .training-point-flex .thsn-ihbox-boxrht .thsn-ihbox-icon {
    margin-right: 0px;

  }

  .thsn-helthify-icon.thsn-helthify-icon2.eligibility-icon-num2 {
    width: 70px;
    height: 70px;
  }

  .joinSecx img {
    width: 140px;
  }
  .joinSecx .col-lg-2{
    width: 24%;
  }
  .joinSecx .col-lg-10 {
    width: 100%;
  }
  .course-left h1{
    font-size: 20px;
  }
  .one-min-content h4{
    font-size:15px;
  }
  .get10-percentoff {
    font-size: 14px;
    padding: 2px 12px;
    text-align: center;
    margin-bottom: 10px;
}
  .corporateprog-bg.joinSecix{
    padding: 40px 0px;
  }
  .corporateprog-bg.joinSecix .cs-section_heading h3{
    font-size:20px;
  }
  .joinixbottom .activitybtn{
    margin-top: 0px;
  }
  .joinSecxi .cs-section_heading h3{
    font-size: 20px;
  }
  .ct-heading-style-1 .item--sub-title-top {
    font-size: 18px!important;
  }
  .joinDemoBtnCentered .google-color {
    margin-top: 0px!important;
  }
  .enqFormWrapInMode .cs-funfact_wrap .cs-funfact_right  {
    padding-left: 0px;
  }
  .procescont-circle.stickycircle.active div.jld0flex{
    width: 120px;
    height: 120px;
    padding: 19px;
  }
  .jsecUsersRContent{
    margin-top: 10px;
  }
  .joinSecx .row{
    flex-direction: column;
  }
  .one-min-content{
    text-align: center;
  }
  .joinDemoBtnCentered.justify-content-left{
    justify-content: center;
  }
}


/* Responsive CSS Mobiles Phones */
@media screen and (max-width:479px) and (min-width:320px) {
  .JoinFeatureWrap{
    padding: 10px 30px;
  }
  .joinSec-vi .JoinFeature .hownumber{
    margin-top: 0px;
  }
  .welcome-box-body .modal-title{
    font-size: 40px;
    margin-bottom: 3px;
  }
  .welcome-box-body .modal-sub-title{
    font-size:17px;
    margin-bottom: 5px;
  }
  .welcome-box-body .modalLogo {
    width: 84px;
    margin: 0px auto;
    margin-bottom: 8px;
}
  .welcome-box-body p{
    line-height: 20px;
    
  }
  .welcome-box-body{
    padding: 10px;
    position: relative;
    top: 5px;
  }
  .jtopTitle {
    padding: 6px 0px;
  }

  .jtopTitle h4 {
    font-size: 12px;
  }

  .joinSecbanner .joinbanr-logo {
    width: 46px;
    position: relative;
    top: -5px;
  }

  .joinSecbanner.bg1 {
    min-height: 195px;
}

  .joinBrnText .fisrtLine {
    font-size: 14px;
  }

  .joinBrnText .secondLine {
    font-size: 22px;
  }

  .joinBrnText .thirdLine {
    font-size: 11px;
    padding: 0px 9%;
    margin-bottom: 0px;
}

  .joinSeci .joinbnrmain-text .bnr-join-btn {
    margin-top: 8px;
    height: 26px;
    line-height: 26px;
    font-size: 10px;
  }

  .google-color {
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    top: 0px;
  }

  .google-color i {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  h3.fontMob {
    font-size: 18px;
  }

  .procescont-circle div {
    width: 200px;
    height: 200px;
  }

  .procescont-circle div.jld0flex h4 {
    font-size: 18px;
  }

  .livewatchingicon {
    width: 43px;
  }

  .process-step.process-stepheight {
    margin-top: 34px;
    min-height: auto;
    padding: 10px 20px;
    margin-left: 0px;
  }

  .process-step.process-stepheight h2 {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    padding: 10px 8px;
}
  .process-step.process-stepheight.process-step-right:after {
    top: -32px;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: rotate(90deg);
  }

  .joinseciii .ct-heading.style5 .sub-title {
    font-size: 11px;
    line-height: normal;
  }

  .janotherContent h2 {
    font-size: 70px;
  }

  .benifit-box.joindemocard1 h5 {
    font-size: 13px;
    line-height: 20px;
  }

  .benifit-icon.benifit-icon-cls {
    width: 120px;
    height: 120px;
    padding: 20px;
  }
  .benifit-box.animationcls .janotherContent .whoweare-btn{
    margin-top: 0px;
  }
  .benifit-box.joindemocard1 {
    min-height: 432px;
  }

  .videoPlayThumb {
    height: auto;
  }

  .coursepoint-list.joindemoBeniList li {
    height: auto;
  }

  .highlightTitlFixed.active {
    padding: 7px 0px;
  }

  .highlightTitlFixed.active h3 {
    visibility: visible !important;
    font-size: 14px;
  }

  .join-demo-img {
    height: auto;
  }

  .joinseciii {
    padding: 20px 0px 20px 0px;
  }

  .joinSec-iv.course-info-sec {
    padding: 20px 0px;
  }

  .positions-we-r .traninghd2 {
    font-size: 20px;
  }

  .joinSec-iv.course-info-sec .section-sub-title {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-top: 6px;
  }
  .joinSec-v .traninghd2 {
    font-size: 20px;
  }  

  .ct-heading .item--sub-title-top.cls2 {
    font-size: 11px;
    margin-bottom: 20px;
  } 
  .corporateprog-bg.joinSecviii .cs-section_heading.cs-style1 h3{
    font-size: 18px;
  }
  .joinSec-v {
    padding: 40px 0px;
}

  .traninghd2.traninghd3 span:nth-child(2) {
    font-size: 20px;
  }

  .corporateprog-bg.joinSecix .course-box-img {
    min-height: auto;
    height: auto;
  }
  .JDBenefitsWiper3  .slick-dots {
    display: none!important;
  }

  .prerequisites-padding .traninghd2 {
    text-align: center;
    font-size: 20px;
  }

  .training-point-flex .thsn-ihbox-boxrht {
    padding: 9px;
    margin-top: 0px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 228px;
  }

  .training-point-flex .thsn-ihbox-boxrht .thsn-ihbox-icon {
    margin-right: 0px;

  }

  .thsn-helthify-icon.thsn-helthify-icon2.eligibility-icon-num2 {
    width: 70px;
    height: 70px;
  }

  .joinSecx img {
    width: 140px;
  }
  .joinSecx .col-lg-2{
    width: 24%;
  }
  .joinSecx .col-lg-10 {
    width: 100%;
  }
  .course-left h1{
    font-size: 20px;
  }
  .one-min-content h4{
    font-size:15px;
  }
  .get10-percentoff {
    font-size: 14px;
    padding: 2px 12px;
    text-align: center;
    margin-bottom: 10px;
}
  .corporateprog-bg.joinSecix{
    padding: 40px 0px;
  }
  .corporateprog-bg.joinSecix .cs-section_heading h3{
    font-size:20px;
  }
  .joinixbottom .activitybtn{
    margin-top: 0px;
  }
  .joinSecxi .cs-section_heading h3{
    font-size: 20px;
  }
  .ct-heading-style-1 .item--sub-title-top {
    font-size: 18px!important;
  }
  .joinDemoBtnCentered .google-color {
    margin-top: 0px!important;
  }
  .enqFormWrapInMode .cs-funfact_wrap .cs-funfact_right  {
    padding-left: 0px;
  }
  .procescont-circle.stickycircle.active div.jld0flex{
    width: 120px;
    height: 120px;
    padding: 19px;
  }
  .jsecUsersRContent{
    margin-top: 10px;
  }
  .joinSecx .row{
    flex-direction: column;
  }
  .one-min-content{
    text-align: center;
  }
  .joinDemoBtnCentered.justify-content-left{
    justify-content: center;
  }
  .join-demo-img h4{
    font-size: 16px;
  }
  .course-box-content{
    padding: 0px;
  }
  .course-box-content.cls2 a.coursedet{
    padding: 16px 10px;
  }
  .mobBlock-pcNone .slick-dots{
    display: none!important;
  }
  .prerequisites-padding{
    padding: 20px 0px;
  }
  .traninghd2.traninghd3.cls{
    font-size: 20px;
  }
  .joinSec-vi.jbg1 h3{
    font-size: 20px;
  }
  .joinSec-vi.jbg1 h4{
    font-size: 20px;
  }
  .joinSec-vi.jbg1{
    padding: 20px 0px;
  }
  .whiteoutercont{
    margin-top: 0px;
    padding-top: 20px;
  }
  .joinSec-vi.jbg2{
    padding: 20px 0px;
  }
  .corporateprog-bg .traninghd2{
    font-size: 20px;
  }
  .corporateprog-bg .cs-section_heading.cs-style1 h3{
    font-size: 20px;
  }
  .slick-dotted.slick-slider{
    margin-bottom: 0px;
  }
 
}