html,
body {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #454545;
  vertical-align: baseline;
  line-height: 27px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #233848;
  margin: 0 0 26px;
  font-weight: 600;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #a511dc;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #a511dc;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
::-moz-selection {
  background: #a511dc;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #a511dc;
  text-shadow: none;
  color: #ffffff;
}
.uppercase {
  text-transform: uppercase;
}
.clear {
  clear: both;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body .gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}
body .gutter-50 > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.text-center {
  text-align: center!important;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.pt-25 {
  padding-top: 25px;
}
.pt-67 {
  padding-top: 67px;
}
.pt-92 {
  padding-top: 92px;
}
.pt-97 {
  padding-top: 97px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-200 {
  padding-top: 200px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-57 {
  padding-bottom: 57px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-84 {
  padding-bottom: 84px;
}
.pb-107 {
  padding-bottom: 107px;
}
.pl-0 {
  padding-left: 0;
}
.pl-40 {
  padding-left: 40px;
}
.pr-0 {
  padding-right: 0;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mt--107 {
  margin-top: -107px;
}
.mb--108 {
  margin-bottom: -108px;
}
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.gutter-50 > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.rs-carousel.nav-style1 .owl-nav .owl-prev,
.rs-carousel.nav-style1 .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  line-height: 29px;
  border-radius: 100%;
  background: #ffffff;
  color: #004fd2;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
  display: inline-block;
}
.rs-carousel.nav-style1 .owl-nav .owl-prev i,
.rs-carousel.nav-style1 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 16px;
}
.rs-carousel.nav-style1 .owl-nav .owl-prev:hover,
.rs-carousel.nav-style1 .owl-nav .owl-next:hover {
  background: #004fd2;
  color: #ffffff;
}
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  margin-right: 10px;
}
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f116";
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f115";
}
.rs-carousel.dot-style1 .owl-dots {
  text-align: center;
}
.rs-carousel.dot-style1 .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 5px;
  background: #004fd2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  opacity: .5;
}
.rs-carousel.dot-style1 .owl-dots .owl-dot:hover {
  width: 40px;
  opacity: 1;
}
.rs-carousel.dot-style1 .owl-dots .owl-dot.active {
  width: 40px;
  opacity: 1;
}
.custom-for-sl .rs-carousel .owl-stage-outer .owl-item {
  padding-right: 15px;
  padding-left: 15px;
}
.white-color {
  color: #ffffff;
}
.primary-color {
  color: #a511dc;
}
.secondary-color {
  color: #397BE2;
  font-weight: 700;
  font-size: 45px;
}
.primary-bg {
  background: #a511dc;
}
.gray-bg {
  background: #f9f9f9;
}
.gray-bg2 {
  background: #f7f9fa;
}
.bg1 {
  background: url(assets/images/bg/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.waving-line {
  padding-bottom: 30px;
  position: relative;
}
.waving-line:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 114px;
  height: 12px;
  animation: waving-line 12s linear infinite;
  -webkit-animation: waving-line 12s linear infinite;
  background: url(assets/images/waving-line.png);
}
.waving-line.center:after {
  left: 50%;
  transform: translateX(-50%);
}
.waving-line.white-color:after {
  background: url(assets/images/waving-line-white.png);
}
.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.readon {
  text-align: center;
  display: inline-block;
  padding: 15px 32px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-image: linear-gradient(250deg, #397BE2 19%, #00BEF0 100%);
  color: #ffffff;
  border-radius: 30px;
}
.readon img {
  width: 22px;
  margin-right: 6px;
  margin-bottom: -3px;
}
.readon span.price {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s ease;
}
.readon:hover {
  color: #ffffff;
  background: linear-gradient(190deg, #00BEF0 19%, #397BE2 100%);
}
.sec-title .sub-title {
  color: #397BE2;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.sec-title .title {
  font-size: 45px;
  line-height: 50px;
}
/*----------------------------------------
    # Full width header Section CSS
----------------------------------------*/
.full-width-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.full-width-header .rs-header {
  z-index: 999;
  position: relative;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease;
  display: none;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 40px;
  padding: 0;
}
.full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  height: 90px;
  line-height: 90px;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
  color: #111111;
  padding-right: 17px;
}
.full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #397BE2;
}
.full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
  margin: 0;
}
.full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a {
  color: #397BE2;
}
.full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu li a {
  padding-right: 0;
}
.full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #397BE2 !important;
}
.full-width-header .rs-header .menu-area .rs-menu-area .header-btn a {
  color: #fff;
  padding: 12px 20px 12px;
  display: initial;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  background-image: linear-gradient(250deg, #397BE2 19%, #00BEF0 100%);
  border-radius: 30px;
}
.full-width-header .rs-header .menu-area .rs-menu-area .header-btn a img {
  width: 20px;
  margin-right: 6px;
}
.full-width-header .rs-header .menu-area .rs-menu-area .header-btn a:hover {
  color: #ffffff;
  background: linear-gradient(190deg, #00BEF0 19%, #397BE2 100%);
}
.full-width-header .rs-header .menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff !important;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  display: block;
}
.full-width-header .rs-header .menu-area.sticky .logo-area {
  height: 72px;
  line-height: 68px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area img {
  max-height: 30px;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  height: 72px;
  line-height: 72px;
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #a511dc;
}
/*----------------------------------------
    # Banner Section CSS
----------------------------------------*/
.rs-banner {
  background: url(assets/images/banner/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.rs-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #233848;
  opacity: 0.88;
}
.rs-banner .banner-content {
  text-align: center;
  padding: 70px 0 450px;
  position: relative;
  z-index: 1;
}
.rs-banner .banner-content .bnr-logo {
  text-align: center;
}
.rs-banner .banner-content .bnr-logo img {
  max-width: 300px;
}
.rs-banner .banner-content .bnr-title {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.rs-banner .banner-content .bnr-subtitle {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
}
.rs-banner .banner-content .btn-part {
  position: relative;
  display: inline-block;
}
.rs-banner .banner-content .btn-part .readon {
  position: relative;
  z-index: 1;
}
.rs-banner .banner-content .btn-part .arrow {
  position: absolute;
  right: -99px;
  bottom: -51px;
  max-width: 191px;
}
.rs-banner .banner-content .btn-part .arrow .price {
  position: absolute;
  right: -60px;
  top: -30px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 100%;
}
.rs-banner .banner-content .btn-part .arrow .price span {
  font-size: 20px;
  font-weight: 700;
}
.rs-banner .device {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -146px;
  margin: 0 auto;
  z-index: 1;
  width: 831px;
}
.rs-banner .fly {
  position: absolute;
}
.rs-banner .fly.ly1 {
  left: -40px;
  top: 100px;
}
.rs-banner .fly.ly2 {
  right: -40px;
  top: 100px;
}
.rs-banner .fly.ly3 {
  left: 100px;
  bottom: 100px;
}
.rs-banner .fly.ly4 {
  right: 100px;
  bottom: 100px;
}
.rs-banner .particle-banner {
  overflow: hidden;
  position: relative;
}
.rs-banner .particle-banner .ball {
  position: absolute;
  border-radius: 100%;
  opacity: 1;
}
/*----------------------------------------
    # Preview Section CSS
----------------------------------------*/
.rs-preview-demos .demo-wrap {
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}
.imagepart-scoll {
    height: 580px;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.imagepart-scoll:hover img{
	animation: moveSlideshow 5s linear;
}

@keyframes moveSlideshow{
  100%{
		transform: translateY(-60%);
  }
  0%{
    transform: translateY(0%);
  }
}

.rs-preview-demos .demo-wrap .image-part img {
  width: 100%;
}
.rs-preview-demos .demo-wrap .content-part {
  text-align: center;
  padding: 30px 30px 41px;
  background: #f9f9f9;
  margin-top: -8px;
}
.rs-preview-demos .demo-wrap .content-part .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.rs-preview-demos .demo-wrap .content-part .title span.number {
  font-size: 24px;
  line-height: 24px;
  color: #397BE2;
  /*display: none;*/
}
.rs-preview-demos .demo-wrap .content-part .title span.new {
  font-size: 13px;
  position: absolute;
  right: -63px;
  top: -10px;
  font-style: normal;
  font-weight: 400;
  background: #ff0000;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 30px;
}
.rs-preview-demos .demo-wrap .content-part .title span.new:after {
  position: absolute;
  content: '';
  left: -11px;
  bottom: 0;
  border-left: 11px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 14px solid #ff0000;
}
.rs-preview-demos .demo-wrap .content-part .btn-part {
  margin-top: 26px;
}
.rs-preview-demos .demo-wrap .content-part .btn-part li {
  display: inline;
  margin-right: 20px;
}
.rs-preview-demos .demo-wrap .content-part .btn-part li a {
  width: 120px;
  padding: 6px 0;
  font-size: 14px;
}
.rs-preview-demos .demo-wrap .content-part .btn-part li:last-child {
  margin: 0;
}
.rs-preview-demos .demo-wrap.coming .content-part {
  padding-top: 30px;
  padding-bottom: 28px;
}
span.news {
  background: red;
  width: 60px;
  display: inline-block;
  height: 60px;
  position: absolute;
  color: #fff;
  font-size: 15px;
  border-radius: 0px 50px 50px 50px;
  margin: 3px;
  padding: 16px 0 0 12px;
  text-transform: uppercase;
  font-weight: 600;
}
/*----------------------------------------
    # Counter Section CSS
----------------------------------------*/
.rs-counter {
  background-image: linear-gradient(250deg, #397BE2 19%, #00BEF0 100%);
}
.rs-counter .counter-wrap {
  text-align: center;
}
.rs-counter .counter-wrap .icon-part {
  margin-bottom: 25px;
  color: #ffffff;
}
.rs-counter .counter-wrap .icon-part i:before {
  font-size: 45px;
}
.rs-counter .counter-wrap .icon-part i.flaticon-layout {
  position: relative;
  top: 4px;
}
.rs-counter .counter-wrap .counter-number {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.rs-counter .counter-wrap .counter-number.plus {
  padding-right: 40px;
  display: inline-block;
}
.rs-counter .counter-wrap .counter-number.plus:after {
  position: absolute;
  content: "+";
  right: 0;
  top: 0;
  bottom: 0;
}
.rs-counter .counter-wrap .title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
/*----------------------------------------
    # Page Builder Section CSS
----------------------------------------*/
.rs-page-builder {
  position: relative;
}
.rs-page-builder:after {
  position: absolute;
  content: '';
  width: 50%;
  right: 0;
  height: 100%;
  top: 0;
  background: #f7f9fa;
  z-index: -1;
}
/*----------------------------------------
    # Woocommerce Ready Section CSS
----------------------------------------*/
.rs-woocommerce {
  position: relative;
}
.rs-woocommerce:after {
  position: absolute;
  content: '';
  width: 50%;
  left: 0;
  height: 100%;
  top: 0;
  background: #f7f9fa;
  z-index: -1;
}
/*----------------------------------------
    # Plugins Section CSS
----------------------------------------*/
.rs-plugins .bottom-part {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.rs-plugins .bottom-part .items {
  text-align: center;
  background: #ffffff;
  height: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eee;
  padding: 0 15px;
}
.rs-plugins .bottom-part .items .wrapping img {
  width: unset;
  height: 40px;
  margin: 0 auto;
}
.rs-plugins .bottom-part .items .wrapping .title {
  margin-top: 18px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}
.rs-plugins .bottom-part .owl-carousel {
  position: relative;
}
.rs-plugins .bottom-part .owl-carousel:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
}
/*----------------------------------------
    # Template Features CSS
----------------------------------------*/
.rs-features .single-service {
  padding: 56px 25px 50px;
  margin: 0 0 30px;
  background: #ffffff;
  transition: 0.4s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.rs-features .single-service i {
  color: #004fd2;
  margin-bottom: 10px;
  display: block;
}
.rs-features .single-service i:before {
  font-size: 35px;
  position: relative;
}
.rs-features .single-service i.flaticon-layout:before {
  top: 4px;
}
.rs-features .single-service .title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
/*----------------------------------------
    # Footer Section CSS
----------------------------------------*/
footer {
  background: url(assets/images/bg/footer-bg.jpg) no-repeat;
  background-size: cover;
}
footer .footer-top .sub-title {
  color: #397BE2;
  font-size: 20px;
  text-transform: capitalize;
}
footer .footer-top .title {
  font-size: 40px;
  color: #ffffff;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 50px;
  margin-top: 35px;
  text-transform: uppercase;
}
footer .footer-top .title strong {
  color: #fff;
}
footer .footer-top .title strong {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 65px;
}
footer .footer-top .btn-part li {
  display: inline-block;
  margin-right: 20px;
}
footer .footer-top .btn-part li:last-child {
  margin: 0;
}
footer .copyright p {
  color: #ffffff;
  margin-bottom: 0;
}
footer .copyright p a {
  color: #ddd;
}
footer .copyright p a:hover {
  text-decoration: underline;
}
/*----------------------------------------
    # Modal Button CSS
----------------------------------------*/
.modal-btn {
  position: fixed;
  top: 35%;
  transform: translateY(-65%);
  text-align: center;
  z-index: 10;
  right: 0;
  left: auto;
}
.modal-btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 8px 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  background: #fff;
}
.modal-btn ul li {
  margin: 4px 0;
}
.modal-btn ul li a {
  width: 40px;
  text-align: center;
  display: inline-block;
  color: #111111;
  position: relative;
}
.modal-btn ul li a span {
  position: absolute;
  background-color: #222;
  color: #fff;
  white-space: nowrap;
  padding: 0 12px;
  font-size: 13px;
  top: 0;
  right: 100%;
  margin-right: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear 0ms;
  -khtml-transition: all .3s linear 0ms;
  -moz-transition: all .3s linear 0ms;
  -ms-transition: all .3s linear 0ms;
  -o-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
}
.modal-btn ul li a span:before {
  content: '';
  border-color: #222;
  border-style: solid;
  border-color: transparent transparent transparent #222;
  border-width: 6px;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal-btn ul li a:hover {
  color: #004fd2;
}
.modal-btn ul li a:hover span {
  opacity: 1;
  visibility: visible;
}
/*----------------------------------------
    # ScrollUp CSS
----------------------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  background-color: #004fd2;
  color: #ffffff;
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 4px;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover,
#scrollUp i:focus {
  background: #a511dc;
  color: #fff;
}

/* Image Style */
.fly {
  width: 370px;
}
.fly img {
  width: 100%;
  border-radius: 20px;
}
.ly3.fly, .ly4.fly {
  width: 450px;
}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
  .custom-for-sl {
    max-width: 1230px;
  }
}
@media only screen and (max-width: 1366px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
  .rs-banner {
    margin-bottom: 100px;
  }
  .rs-banner .fly.ly1 img,
  .rs-banner .fly.ly2 img {
    max-width: 290px;
  }
  .rs-banner .fly.ly3 img,
  .rs-banner .fly.ly4 img {
    max-width: 250px;
  }
  .rs-banner .fly.ly3,
  .rs-banner .fly.ly4 {
    bottom: 220px;
  }
  .rs-banner .fly.ly3 {
    left: 60px;
  }
  .rs-banner .fly.ly4 {
    right: 60px;
  }
  .rs-banner .banner-content {
    padding: 70px 0 380px;
  }
  .rs-banner .device {
    bottom: -122px;
    width: 700px;
  }
  .rs-preview-demos .demo-wrap .content-part .btn-part li {
    margin-right: 15px;
  }
  .rs-preview-demos .demo-wrap .content-part {
    padding: 30px 20px 41px;
  }
  .rs-preview-demos .demo-wrap .content-part .title span.new {
    right: 50%;
    transform: translateX(50%);
    top: -25px;
  }
  .rs-preview-demos .demo-wrap .content-part .title span.new::after {
    left: 19px;
    bottom: -6px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top: 6px solid #ff0000;
    border-bottom: none;
  }
  .rs-features .single-service {
    padding: 56px 20px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner .fly {
    display: none;
  }
  .full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .gutter-50 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-50 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md-order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .rs-page-builder::after {
    display: none;
  }
  .rs-woocommerce::after {
    width: 100%;
  }
  .full-width-header {
    display: none;
  }
  footer .footer-top .title {
    font-size: 36px;
    line-height: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
  #scrollUp {
    bottom: 15px;
    right: 15px;
  }
  #scrollUp i {
    height: 35px;
    font-size: 21px;
    width: 35px;
    line-height: 32px;
    margin-left: 0;
  }
  .sec-title .title {
    font-size: 25px;
    line-height: 35px;
  }
  footer .footer-top .title {
    font-size: 30px;
    line-height: 47px;
  }
  .rs-banner .banner-content .bnr-title {
    font-size: 40px;
    line-height: 50px;
  }
  .rs-banner .banner-content .bnr-subtitle {
    font-size: 35px;
    line-height: 45px;
  }
  .rs-banner .device {
    bottom: -97px;
    width: 545px;
  }
  .rs-banner .banner-content {
    padding: 70px 0 300px;
  }
  .rs-banner {
    margin-bottom: 83px;
  }
  .rs-banner .banner-content .btn-part .arrow {
    right: -53px;
    bottom: -40px;
    max-width: 145px;
  }
  .rs-preview-demos .demo-wrap .image-part img {
    width: 100%;
  }
  .rs-features .single-service {
    padding: 56px 10px 50px;
  }
  footer .footer-top .title {
    font-size: 25px;
    line-height: 35px;
  }
  .rs-banner .banner-content .bnr-title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .xs-pl-pr,
  .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .rs-banner .device,
  footer .footer-top .title br,
  .rs-preview-demos .demo-wrap.coming .content-part,
  .rs-banner .banner-content .btn-part .arrow {
    display: none;
  }
  .rs-counter .counter-wrap .counter-number.plus {
    padding-right: 33px;
  }
  .rs-counter .counter-wrap .counter-number {
    font-size: 50px;
    line-height: 60px;
  }
  .rs-banner .banner-content .bnr-title {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-banner .banner-content .bnr-subtitle {
    font-size: 25px;
    line-height: 45px;
  }
  .rs-banner .banner-content {
    padding: 73px 0 100px;
  }
  .rs-banner {
    margin-bottom: 0;
  }
  .rs-preview-demos .demo-wrap .content-part {
    padding: 30px 20px;
  }
  footer .footer-top .btn-part li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .modal-btn {
    top: 50%;
    transform: translateY(-50%);
  }
  .rs-features .single-service {
    max-width: 340px;
    margin: 0 auto 30px;
  }
  footer .footer-top .title strong {
    font-size: 40px;
    line-height: 45px;
    display: block;
    margin: 20px 0;
}
footer .footer-top .title a img {
  width: 95px;
  margin-bottom: -2px;
}
}
@media only screen and (max-width: 480px) {
  .rs-counter .counter-wrap{
    margin-bottom: 50px;
  }
  .readon {
    padding: 6px 15px;
    font-size: 15px;
    font-weight: 500;
  }
  .rs-banner .banner-content .bnr-logo img {
    max-width: 140px;
  }
  .rs-banner .banner-content .bnr-title {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 0;
}
  .rs-banner .banner-content .bnr-subtitle {
    font-size: 16px;
    line-height: 30px;
  }
  .rs-banner .banner-content .bnr-subtitle {
    margin-bottom: 16px;
  }
  .sec-title .sub-title {
    font-size: 15px;
    margin-bottom: 0;
  }
  .sec-title .title {
    font-size: 18px;
    line-height: 28px;
  }
  .waving-line {
    padding-bottom: 20px;
  }
  .rs-preview-demos .demo-wrap .content-part .btn-part li {
    margin-right: 5px;
  }
  footer .footer-top .title {
    font-size: 19px;
    line-height: 27px;
  }
  .rs-woocommerce .sec-title,
  .rs-page-builder .sec-title {
    text-align: center;
  }
  .rs-woocommerce .sec-title .title.waving-line::after,
  .rs-page-builder .sec-title .title.waving-line::after {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media only screen and (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .col-sm-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .lg-pl-25 {
    padding-left: 25px;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
}
@media only screen and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
  .custom-for-sl {
    max-width: 1230px;
  }
}
