@media (min-width: 1024px) and (max-width: 1279px) {
  #goTpButton {
    bottom: 60px;
    right: 5px;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left .cs-s6-item#cs-s6-item2 {
    right: 24%;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-dd-right .cs-s6-item#cs-s6-item5 {
    left: 24%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #goTpButton {
    bottom: 60px;
    right: 5px;
  }
  .cs-sec-1 .cs-sec-1-imgbox .cs-gradient-img {
    width: 350px !important;
    height: 350px !important;
    top: 5%;
  }
  .cs-sec-1 .cs-sec-1-bottomarea .cs-main-area .cs-item .cs-desc-area {
    font-size: 14px;
    line-height: 22px;
  }
  .cs-sec-1 .cs-sec-1-bottomarea .cs-getstarted-btn {
    bottom: -85px;
  }
  .cs-sec-2 .cs-sec2-main {
    padding: 0;
  }
  .cs-sec-2 .cs-sec2-main .cs-img-area {
    height: 480px;
  }
  .navbar-toggler[aria-expanded=true] {
    transform: rotate(0);
    transition: all 0.5s;
  }
  .navbar-toggler[aria-expanded=true] .cs-open {
    display: none;
  }
  .navbar-toggler[aria-expanded=true] .cs-close {
    display: flex;
  }
  .navbar-toggler[aria-expanded=false] {
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .navbar-toggler[aria-expanded=false] .cs-open {
    display: flex;
  }
  .navbar-toggler[aria-expanded=false] .cs-close {
    display: none;
  }
  .navbar-toggler, .navbar-toggler:focus {
    box-shadow: none;
    outline: 0;
    border: none;
  }
  .cs-sec4-main .nav.nav-pills {
    justify-content: flex-start !important;
    max-width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .cs-sec4-main .nav.nav-pills button {
    white-space: nowrap;
  }
  .cs-sec4-main .nav.nav-pills::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
  }
  .cs-sec4-main .nav.nav-pills::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
    display: none;
  }
  .cs-sec4-main .nav.nav-pills::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: red;
  }
  .cs-sec4-main .tab-content .cs-tab-wrapper, .cs-sec4-main .tab-content .cs-tab-more {
    -moz-columns: auto 1 !important;
         columns: auto 1 !important;
  }
  .cs-sec4-main .tab-content .cs-tab-wrapper .cs-tab-item, .cs-sec4-main .tab-content .cs-tab-more .cs-tab-item {
    margin-bottom: 30px;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-dd-right .cs-s6-item {
    left: 10px !important;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-dd-right .cs-s6-item#cs-s6-item4 {
    top: 25%;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-dd-right .cs-s6-item#cs-s6-item5 {
    top: 50% !important;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left .cs-s6-item {
    right: 10px !important;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left .cs-s6-item#cs-s6-item1 {
    top: 18% !important;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left .cs-s6-item#cs-s6-item3 {
    bottom: 29% !important;
  }
}
@media (max-width: 767px) {
  #goTpButton {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 20px;
  }
  #goTpButton::after {
    font-size: 1.8em;
    line-height: 50px;
    position: relative;
    bottom: 5px;
  }
  header {
    margin-bottom: 30px;
  }
  .navbar-toggler[aria-expanded=true] {
    transform: rotate(0);
    transition: all 0.5s;
  }
  .navbar-toggler[aria-expanded=true] .cs-open {
    display: none;
  }
  .navbar-toggler[aria-expanded=true] .cs-close {
    display: flex;
  }
  .navbar-toggler[aria-expanded=false] {
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .navbar-toggler[aria-expanded=false] .cs-open {
    display: flex;
  }
  .navbar-toggler[aria-expanded=false] .cs-close {
    display: none;
  }
  .navbar-toggler, .navbar-toggler:focus {
    box-shadow: none;
    outline: 0;
    border: none;
  }
  .cs-head-btn {
    height: 60px;
  }
  .cs-sec-1 .cs-sec-1-mainarea {
    flex-direction: column;
  }
  .cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-imgbox {
    justify-content: center;
  }
  .cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-imgbox .cs-gradient-img {
    display: none;
  }
  .cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-imgbox .cs-main-img {
    height: 300px;
  }
  .cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-textbox .cs-title-2 {
    font-size: 40px;
    line-height: 48px;
    margin: 10px 0;
  }
  .cs-sec-1 .cs-sec-1-bottomarea .cs-main-area {
    flex-direction: column;
    gap: 20px;
  }
  .cs-sec-1 .cs-sec-1-bottomarea .cs-getstarted-btn {
    width: 100px;
    height: 100px;
    bottom: -75px;
  }
  .cs-sec-2 {
    padding-top: 50px;
    margin: 0 0 50px 0;
  }
  .cs-sec-2 .cs-sec2-main {
    padding: 0;
    flex-direction: column;
  }
  .cs-sec-2 .cs-sec2-main .cs-img-area {
    height: 400px;
    max-width: 100%;
    transform: translateX(0);
  }
  .cs-sec-2 .cs-sec2-main .cs-sec2-textbox {
    transform: translateX(0);
  }
  .cs-sec-2 .cs-sec2-main .cs-sec2-textbox .cs-title-2 {
    font-size: 26px;
    line-height: 34px;
  }
  .cs-sec3-container-2 .cs-left-1 .cs-max-title {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  .cs-footer-main .cs-footer-area .cs-footer-top .cs-title-1 {
    font-size: 30px;
    line-height: 38px;
  }
  .cs-footer-main .cs-footer-area .cs-footer-bottom {
    flex-direction: column;
  }
  .cs-footer-main .cs-footer-area .cs-footer-bottom .cs-footer-list-area .cs-list .cs-item {
    margin-bottom: 5px;
  }
  .cs-animation-btn-2 {
    max-width: 110px;
    height: 110px;
  }
  .cs-animation-btn-2 p {
    font-size: 15px;
  }
  /*frontend 1 */
  .cs-sec4-main .nav.nav-pills {
    justify-content: flex-start !important;
    max-width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .cs-sec4-main .nav.nav-pills button {
    white-space: nowrap;
  }
  .cs-sec4-main .nav.nav-pills::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
  }
  .cs-sec4-main .nav.nav-pills::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
    display: none;
  }
  .cs-sec4-main .nav.nav-pills::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: red;
  }
  .cs-sec4-main .tab-content .cs-tab-wrapper, .cs-sec4-main .tab-content .cs-tab-more {
    -moz-columns: auto 1 !important;
         columns: auto 1 !important;
  }
  .cs-sec4-main .tab-content .cs-tab-wrapper .cs-tab-item, .cs-sec4-main .tab-content .cs-tab-more .cs-tab-item {
    margin-bottom: 30px;
  }
  .cs-sec-5 .cs-sec5-wrapper .cs-head {
    font-size: 38px;
    line-height: 46px;
  }
  .cs-sec-5 .cs-sec5-wrapper .cs-s5-d1 {
    flex-direction: column;
  }
  .cs-sec-5 .cs-sec5-wrapper .cs-s5-d1 .cs-form-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .cs-sec-6 .cs-s6-wrapper {
    flex-direction: column;
    min-height: 0;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-container-background {
    display: none;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left {
    max-width: 100%;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left .cs-s6-item {
    flex-direction: row;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left .cs-s6-item .cs-user-img {
    border-radius: 50% 0 0 50% !important;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-dd-right {
    max-width: 100%;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-item {
    position: revert;
    margin-bottom: 25px;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-user-img {
    width: 70px;
    height: 70px;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0 15px 15px 15px;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content i {
    display: none;
  }
  .cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content .cs-item-details {
    position: revert;
    box-shadow: none;
    padding: 0;
    visibility: visible;
    opacity: 1;
  }
  /*frontend 1 end*/
}
@media (min-width: 500px) {
  #goTpButton {
    margin: 30px;
  }
}
@media (min-width: 320px) and (max-width: 360px) {
  .navbar-brand img {
    max-width: 180px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}/*# sourceMappingURL=responsive.css.map */