/*.....................................
    Template Name:Your Product Name
    Template URI: http://www.yourtemplate.com/
    Description: Your Product Details Here
    Author: RS-Theme
    Author URI: http://www.yourtemplate.com/
.......................................    
    CSS INDEX
    ===================	
    1. Theme Default CSS
.......................................*/
::selection {
  background: #101010;
  color: #fff;
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
#rs-header .menu-area .navbar .navbar-toggle {
  background: #1273eb;
}
html,
body {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  vertical-align: baseline;
  line-height: 28px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #101010;
  margin: 0 0 26px;
  font-weight: 600;
}
h2 {
  font-size: 42px;
  line-height: 52px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pattern1 {
  background: url(assets/images/dark_mosaic.html) repeat;
}
.pattern2 {
  background: url(assets/images/dark_mosaic2.html) repeat;
  background-size: cover;
}
.pattern2 h2 {
  color: #fff;
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
*,
::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;
}
.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;
}
#rs-header .menu-area .menu-btn .header-btn {
  background-color: #1273eb;
  color: #fff;
  padding: 11px 20px 11px;
  text-decoration: none !important;
  display: initial;
  border-radius: 5px;
}
#rs-header .menu-area .menu-btn .header-btn img {
  width: 20px;
  margin-right: 6px;
}
#rs-header .menu-area .menu-btn .header-btn:hover {
  opacity: 0.8;
}
#rs-header .menu-area .menu-btn .header-btn:before,
#rs-header .menu-area .menu-btn .header-btn:after {
  display: none;
}
.bg-light-gray {
  background: #f9f9f9;
}
.sec-spacer2 {
  padding: 100px 0 70px;
}
.colors {
  color: #1273eb;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.secondery-btn,
.b-btn,
.transparent-btn,
.primary-btn {
  background-color: #1273eb;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  display: inline-block;
  padding: 15px 0;
  font-size: 15px;
  width: 200px;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  margin-top: 20px;
  border-radius: 5px;
  border: 2px solid #1273eb;
}
.secondery-btn:hover,
.b-btn:hover,
.transparent-btn:hover,
.primary-btn:hover,
.secondery-btn:focus,
.b-btn:focus,
.transparent-btn:focus,
.primary-btn:focus {
  background-color: #007aff;
  border-color: #007aff;
  color: #fff;
}
.transparent-btn {
  background-color: #212121;
  color: #fff;
  border-color: #fff;
}
.transparent-btn:hover,
.transparent-btn:focus {
  border-color: #007aff;
  background-color: #007aff;
}
.secondery-btn {
  background-color: #fff;
  color: #1273eb;
  border-color: #fff;
}
.secondery-btn:hover,
.secondery-btn:focus {
  background-color: #007aff;
  border-color: #007aff;
  color: #fff;
}
.b-btn {
  background-color: #fff;
  color: #1273eb;
  border: 2px solid #1273eb;
}
.b-btn:hover,
.b-btn:focus {
  background-color: #007aff;
  color: #fff;
}
@-webkit-keyframes mahediam {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes mahediam {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes mahediam {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes mahediam {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 36%;
  }
  50% {
    background-position: 100% 65%;
  }
  100% {
    background-position: 0% 36%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 36%;
  }
  50% {
    background-position: 100% 65%;
  }
  100% {
    background-position: 0% 36%;
  }
}
@-o-keyframes AnimationName {
  0% {
    background-position: 0% 36%;
  }
  50% {
    background-position: 100% 65%;
  }
  100% {
    background-position: 0% 36%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 36%;
  }
  50% {
    background-position: 100% 65%;
  }
  100% {
    background-position: 0% 36%;
  }
}
#rs-header .menu-area {
  position: absolute;
  z-index: 999;
  width: 100%;
  transition: all .8s ease;
}
#rs-header .menu-area.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.98);
}
#rs-header .menu-area.fixed-header .menu-btn .header-btn {
  background: #1273eb;
}
#rs-header .menu-area .logo-area {
  line-height: 75px;
  margin-top: -3px;
  width: 200px;
}
#rs-header .menu-area .logo-area a {
  font-weight: 700;
  font-size: 27px;
  color: #fff;
  display: block;
  text-transform: lowercase;
  transition: all 0.3s ease 0s;
}
#rs-header .menu-area .logo-area a img {
  display: inline-block;
  vertical-align: text-bottom;
  max-width: 115px;
}
#rs-header .menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
#rs-header .menu-area .navbar {
  margin-bottom: 0;
  border: 0;
}
#rs-header .menu-area .navbar ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#rs-header .menu-area .navbar ul .menu-btn {
  display: inline-block;
  margin-left: 10px;
}
#rs-header .menu-area .navbar ul li {
  height: 90px;
  line-height: 90px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
#rs-header .menu-area .navbar ul li + li {
  margin-left: 40px;
}
#rs-header .menu-area .navbar ul li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}
#rs-header .menu-area .navbar ul li > a i {
  margin-left: 5px;
}
#rs-header .menu-area .navbar ul li.active a {
  color: #1273eb;
}
#rs-header .menu-area .navbar .navbar-toggle {
  border-radius: 2px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
#rs-header .menu-area .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
#rs-header .menu-area .menu-btn {
  display: inline-block;
  margin-left: 0;
  text-align: right;
  float: right;
  line-height: 90px;
  text-transform: uppercase;
}
#rs-header .menu-area .menu-btn .header-btn:hover {
  background-color: #007aff;
  color: #fff !important;
}
#rs-header .menu-area.menu-area.menu-sticky.sticky {
  display: block;
}
.preview-banner {
  width: 100%;
  padding: 400px 50px 270px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background: url(../images/banner.jpg) no-repeat;
}
.preview-banner .landing-title {
  font-size: 40px;
}
.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 1;
}
.practice-area {
  background: #fff;
  text-align: center;
  padding: 95px 0 100px;
}
.preview-demo3.depertment {
  padding: 100px 0 65px;
}
.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.preview-demo1 h3 {
  padding-bottom: 35px;
  text-transform: capitalize !important;
}
.responsive-pre {
  text-align: center;
}
.responsive-pre img {
  width: 100%;
}
.responsive-pre.responsive-pre547 {
  padding-top: 95px;
  padding-bottom: 100px;
}
.responsive-pre.responsive-pre547 .text-center {
  margin-bottom: 50px;
}
.shops-sec {
  padding-bottom: 100px;
  background: #f7f6fe;
  padding-top: 100px;
}
.shops-sec h2 {
  margin-bottom: 0;
}
.shops-sec h2:before {
  bottom: 12px;
}
.preview-demo a {
  text-decoration: none;
}
.preview-demo a:hover h3 {
  color: #101010;
}
.preview-demo1 {
  padding-top: 95px;
  padding-bottom: 50px;
}
.preview-demo1 .box {
  transition: all .5s ease;
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  vertical-align: middle;
  margin: 0 15px 50px;
}
.preview-demo1 .box img {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.preview-demo1 .box:hover img {
  opacity: 1;
}
.preview-demo1 .box .demo-links {
  text-align: center;
  padding: 30px 30px;
}
.preview-demo1 .box .demo-links h3 {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.preview-demo1 .box .demo-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.preview-demo1 .box .demo-links ul li {
  display: inline-block;
}
@keyframes bouncing {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 50px;
  }
}
.feature .items {
  padding: 20px;
  border: 1px solid #50d2c2;
  min-height: 420px;
}
.feature .feature-img {
  text-align: center;
  padding: 10px;
}
.feature .feature-img img {
  max-height: 75px;
}
.feature .feature-icon-img {
  text-align: center;
}
.feature .feature-icon-img img {
  max-height: 75px;
}
.feature .title {
  text-align: center;
  background: linear-gradient(128deg, #50d2c2, #6563a4);
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding: 25px 0;
  margin-bottom: 100px;
}
.feature h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
}
.feature p {
  font-size: 16px;
  margin: 0;
  padding-top: 25px;
  font-family: 'Poppins', sans-serif;
}
.feature .extension {
  background-color: #f2f2f2;
  padding-bottom: 100px;
}
.feature .template {
  background-color: #fff;
  padding-bottom: 100px;
}
.feature .helix {
  background-color: #f2f2f2;
  padding-bottom: 100px;
}
.feature .helix img {
  max-height: 200px;
}
.customer-support {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.customer-support .support {
  width: 50%;
  float: left;
  padding: 100px;
  background-color: #f6f6f6;
}
.customer-support .comment,
.customer-support .support {
  min-height: 415px;
}
.customer-support .comment {
  width: 50%;
  float: left;
  padding: 100px;
  background-color: #f9f9f9;
}
.customer-support i {
  font-size: 50px;
  color: #50d2c2;
  padding-bottom: 30px;
}
.customer-support h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
}
.customer-support p {
  font-size: 16px;
  margin: 0;
  padding-top: 25px;
}
.object {
  width: 20px;
  height: 20px;
  background-color: #101010;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.hide-btn {
  display: none;
}
.linebg {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: 50px;
}
.linebg:before {
  content: "";
  position: absolute;
  background: #1273eb;
  height: 10px;
  width: 84px;
  left: 0;
  bottom: 2px;
  z-index: -1;
  opacity: 0.5;
  right: 0;
  margin: 0 auto;
}
.varaition-title {
  position: relative;
  z-index: 1;
  padding: 0;
}
#slider-banner-btm .demos .single-prev .box {
  margin: 0;
  text-align: center;
  overflow: hidden;
}
#slider-banner-btm .demos .single-prev .box img {
  border-radius: 5px;
}
#slider-banner-btm .owl-controls {
  display: none;
}
.banner-tops {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 0;
}
.rtl-sec {
  background: #f9f9f9;
  padding: 100px 0;
}
.rtl-sec .row {
  align-items: center;
  display: flex;
}
.rtl-sec .row h3 {
  margin: 0;
  font-size: 32px;
}
.preview-banner .preview-contnet {
  position: absolute;
  top: 60%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 100%;
  z-index: 1;
}
.preview-banner .preview-contnet .varaition-title {
  color: #fff;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
  display: inline-block;
}
.preview-banner .preview-contnet .varaition-title span {
  display: block;
}
.preview-banner .preview-contnet .main-title {
  font-size: 30px;
  color: #0a0a0a;
  line-height: normal;
  letter-spacing: 3.5px;
  padding: 0px 0 0;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
.preview-banner .preview-contnet .main-title .logo-text {
  font-size: 60px;
  line-height: 60px;
  display: block;
  margin-top: 12px;
  position: relative;
  font-weight: 700;
  letter-spacing: normal;
  letter-spacing: 3px;
}
.preview-banner .preview-contnet .btn-mr {
  display: inline-block;
  height: 56px;
  line-height: 52px;
  padding: 0 30px;
  background-color: #101010;
  border: 2px solid #101010;
  font-size: 14px;
  color: #fff;
  margin: 20px 8px 0;
  transition: 0.3s ease all;
  text-decoration: none !important;
}
.preview-banner .preview-contnet .btn-mr:hover {
  background: transparent;
  color: #101010;
}
.preview-banner .preview-contnet .btn-mr:hover span {
  color: #fff !important;
}
.preview-banner .preview-contnet .btn-mr.btn-border {
  background: transparent;
  color: #101010;
  border-color: #101010;
}
.preview-banner .preview-contnet .btn-mr.btn-border:hover {
  background: #101010;
  color: #fff;
}
.menu-area.menu-sticky:not(.sticky) .logo-sticky {
  display: none;
}
.menu-area.menu-sticky.sticky .logo-area {
  display: none;
}
.menu-area.menu-sticky.sticky .logo-sticky {
  line-height: 90px;
}
.box .title,
.box .post,
footer .content-footer p {
  font-family: 'Poppins', sans-serif;
}
.bg-light img {
  border: 5px solid #101010;
  border-radius: 5px;
}
.template-features {
  padding: 90px 0 70px;
  background: #f9f9f9;
  border-top: 2px solid #fff;
}
.template-features .sec-title {
  margin-bottom: 65px;
}
.template-features .sec-title h3 {
  font-size: 36px;
}
.template-features .single-service {
  background: #ddd;
  padding: 25px;
  margin: 0 0 30px;
}
.template-features .single-service p {
  margin-bottom: 0;
}
.template-features .single-service .services-content h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
}
.template-features .single-service.box-border {
  background: #fff;
  transition: 0.4s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.template-features .single-service.box-border .service-icon {
  margin-bottom: 25px;
}
.template-features .single-service.box-border .service-icon i {
  font-size: 35px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: transparent;
  color: #1273eb;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.template-features .single-service.box-border:hover {
  background: #1273eb;
}
.template-features .single-service.box-border:hover .service-icon i {
  background: #fff;
  color: #1273eb;
}
.template-features .single-service.box-border:hover .services-content h3,
.template-features .single-service.box-border:hover .services-content p {
  color: #fff;
}
.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: #101010;
  position: relative;
}
.modal-btn ul li a span {
  position: absolute;
  background-color: #222;
  color: #fff;
  white-space: nowrap;
  padding: 4px 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 span {
  opacity: 1;
  visibility: visible;
}
.modal-box {
  text-align: center;
  padding: 0!important;
}
.modal-box:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-box .modal-dialog {
  display: inline-block;
  vertical-align: middle;
}
.modal-box .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
}
.modal-box .modal-header {
  border: none;
}
.modal-box .close {
  opacity: 1;
  font-size: 15px;
  color: #fff;
  position: absolute;
  right: 35px;
  top: 35px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-shadow: none;
}
.modal-box .close:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #eee;
}
.modal-box .modal-title {
  color: #fff;
  font-size: 42px;
}
.modal-box .modal-body h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}
.modal-box .modal-body h4 a {
  color: #fff;
  text-decoration: none;
}
/*-------------------------------------
    Wp Available Modal
-------------------------------------*/
.popup-modal-wp {
  padding-right: 0 !important;
}
.popup-modal-wp .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}
.popup-modal-wp .modal-dialog .content-area {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  position: relative;
}
.popup-modal-wp .modal-dialog .content-area .modal-header {
  overflow: hidden;
  padding: 0;
  border: none;
  margin-bottom: 5px;
  text-align: center;
}
.popup-modal-wp .modal-dialog .content-area .modal-header .title {
  line-height: 1.6;
  font-size: 22px;
}
.popup-modal-wp .modal-dialog .content-area .modal-header .title a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.popup-modal-wp .modal-dialog .content-area .modal-header .title a span {
  color: #1273eb;
}
.popup-modal-wp .modal-dialog .content-area .modal-header .title a:hover {
  color: #1273eb;
}
.popup-modal-wp .modal-dialog .content-area .modal-header button {
  float: none;
  color: #ff0000;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  font-size: 22px;
  top: 15px;
  right: 15px;
}
.popup-modal-wp .modal-dialog .content-area .modal-body {
  padding: 0;
}
.popup-modal-wp .modal-dialog .content-area .modal-body .modal-img a img {
  width: 100%;
}
.popup-modal-wp .modal-dialog .content-area .modal-body .price {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: -10px;
}
.popup-modal-wp .modal-dialog .content-area .modal-body .price > span {
  font-size: 40px;
  font-weight: bold;
  color: #ff0000;
  margin-left: 15px;
}
.popup-modal-wp .modal-dialog .content-area .modal-body .price > span span {
  display: inline-block;
  transition: all 0.3s;
  animation: anim 1s alternate infinite;
}
.popup-modal-wp .modal-dialog .content-area .modal-body .desc {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #212121;
}
@-webkit-keyframes anim {
  0% {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(50deg);
    -webkit-transform: rotateY(50deg);
  }
}
@keyframes anim {
  0% {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(50deg);
    -webkit-transform: rotateY(50deg);
  }
}
.modal-backdrop.in {
  opacity: 0.6 !important;
}
@media (min-width: 576px) {
  .popup-modal-wp .modal-dialog {
    width: 441px;
  }
}
@media (max-width: 767px) {
  .popup-modal-wp .modal-dialog {
    text-align: center !important;
  }
  .popup-modal-wp .modal-dialog [class*="col-"] {
    width: 100%;
  }
  .popup-modal-wp .modal-dialog .modal-img img {
    width: auto !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .popup-modal-wp .modal-dialog {
    width: 347px;
  }
  .popup-modal-wp .modal-dialog .content-area {
    padding: 40px 23px;
  }
}
@media (max-width: 320px) {
  .popup-modal-wp .modal-dialog {
    width: 288px;
  }
  .popup-modal-wp .modal-dialog .content-area {
    padding: 40px 20px;
  }
  .popup-modal-wp .modal-dialog .content-area .modal-header .title {
    font-size: 18px;
  }
}
.demo-header {
  text-align: center;
  padding: 100px 0 80px;
}
.demo-header h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 70px;
}
.demo-header .demo-item {
  padding: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}
.demo-footer {
  text-align: center;
  background-color: #f5f5f5;
  padding: 100px 0 80px;
}
.demo-footer h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 45px;
}
.demo-footer .demo-item {
  background-color: #222121;
  padding: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}
.premimum-plugins {
  background-color: #101010;
  text-align: center;
}
.premimum-plugins .premium-title {
  margin-bottom: 80px;
}
.premimum-plugins .premium-title h3 {
  margin-bottom: 0;
  font-size: 42px;
  color: #fff;
  line-height: 62px;
  font-weight: 300;
}
.modal-backdrop {
  background-color: #232323;
}
.modal-backdrop.in {
  filter: alpha(opacity=98);
  opacity: 0.98;
}
.ml-10 {
  margin-right: 15px;
  margin-bottom: 15px;
}
.view-all-pages {
  text-align: center;
}
#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: #1273eb;
  color: #fff;
  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: #007aff;
}
.preview-demo h3.pre-btm-title {
  margin-bottom: 45px;
  color: #4a4a4a;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.preview-demo h3.pre-btm-title span {
  color: #1273eb;
  font-weight: 700;
  font-size: 30px;
}
.preview-demo h3.pre-btm-title span.new {
  font-size: 13px;
  position: absolute;
  right: -63px;
  top: -10px;
  font-style: normal;
  font-weight: 400;
  background: #ff0000;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 30px;
}
.preview-demo h3.pre-btm-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;
}
.view-all-pages {
  padding-bottom: 70px;
}
.view-all-pages a {
  background: #101010;
  display: inline-block;
  color: #fff;
  padding: 12px 45px;
  border-radius: 10px;
  text-transform: uppercase;
  transition: all .5s ease;
}
.view-all-pages a:hover {
  background: #0931c5;
}
.preview-inner {
  background: #f5f5f5;
}
.preview-inner h3.pre-btm-title {
  margin-bottom: 45px;
}
.preview-inner .owl-nav {
  display: none !important;
}
.preview-inner .owl-dots {
  display: block;
  text-align: center;
}
.preview-inner .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #101010;
  margin: 0 4px;
  transition: 0.4s;
}
.preview-inner .owl-dots .owl-dot:hover,
.preview-inner .owl-dots .owl-dot.active {
  background: #1273eb;
}
.more-demo {
  display: block;
  margin-top: 30px;
  color: #000;
  text-decoration: underline;
}
footer {
  background:#111;
  background-size: cover;
}
.footer-top {
  padding: 100px 0 90px;
  text-align: center;
  border-top: 1px solid #eee;
}
.footer-top span {
  color: #1273eb;
  font-size: 20px;
  text-transform: uppercase;
}
.footer-top strong {
  color: #1273eb;
}
.footer-top h2 {
  margin-bottom: 0;
  font-size: 42px;
  color: #fff;
  line-height: 55px;
  font-weight: 400;
  margin-bottom: 30px;
}
.footer-top .secondery-btn {
  width: 230px;
  background: #fff;
  color: #000;
}
.footer-top .secondery-btn:hover {
  background: #1273eb;
  color: #fff;
}
.footer-top .secondery-btn:hover span {
  color: #fff;
}
.footer-top .btn-mr {
  display: inline-block;
  height: 50px;
  line-height: 46px;
  min-width: 200px;
  padding: 0 30px;
  background-color: #101010;
  border: 2px solid #101010;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px 8px 0;
  border-radius: 25px;
  transition: 0.3s ease all;
  text-decoration: none;
}
.footer-top .btn-mr:hover {
  background: #363636;
  border-color: #363636;
  color: #ffffff;
}
.footer-top .btn-mr:hover span {
  color: #fff !important;
}
.footer-top .btn-mr.btn-border {
  background: transparent;
  color: #363636;
}
.footer-top .btn-mr.btn-border:hover {
  border-color: #101010;
  background: #101010;
  color: #ffffff;
}
#copyright-sec p {
  color: #fff;
}
#copyright-sec p a {
  color: #1273eb;
}
.footer-logo {
  margin-bottom: 20px;
  height: 38px;
  width: auto;
}
/*----------------------------------------------------
   title animation
----------------------------------------------------*/
@keyframes prealoader {
  0% {
    background-position: left 0px top 30px;
  }
  40% {
    background-position: left 800px top 20px;
  }
  60% {
    background-position: left 1300px top 0px;
  }
  80% {
    background-position: left 1800px top 20px;
  }
  100% {
    background-position: left 2200px top 30px;
  }
}
@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*Testimonial */
.testimonial {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 115px;
}
.testi-title {
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.testimonial .testimmonial-list {
  margin-top: 40px;
  float: left;
  width: 100%;
  background: #fff;
  padding: 35px;
}
.testimonial .testimmonial-list:first-child {
  margin-top: 0;
}
.testimonial .testimmonial-list .testimonial-img {
  float: left;
  width: 10%;
}
.testimonial .testimmonial-list .testimonial-img img {
  width: 120px;
  border-radius: 100%;
  margin: 10px 0;
}
.testimonial .testimmonial-list .testimonial-text {
  width: 90%;
  float: left;
  padding: 15px 32px;
}
.testimonial .testimmonial-list .testimonial-text .client-text i {
  color: #ddd;
  margin-top: -6px;
  position: absolute;
  font-size: 36px;
}
.testimonial .testimmonial-list .testimonial-text .client-text p {
  text-indent: 50px;
  margin: 0;
  line-height: 32px;
  font-size: 16px;
}
.testimonial .testimmonial-list .testimonial-text .client-info {
  text-align: left;
  padding: 20px 0 0;
}
.testimonial .testimmonial-list .testimonial-text .client-info h2 {
  margin-bottom: 10px;
  margin-top: 0;
  color: #232323;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.testimonial .testimmonial-list .testimonial-text .client-info h3 {
  margin-bottom: 5px;
  margin-top: 0;
  color: #999;
  font-size: 14px;
}
.testimonial .testimmonial-list .testimonial-text .client-info .client-rating i {
  color: #f39c12;
  font-size: 20px;
  margin-top: 8px;
}
@media only screen and (max-width: 1199px) {
  #full_sec .inner1,
  #full_sec .inner2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1020px) {
  #full_sec .row_table,
  .responsive-pre .col-cell {
    width: 100%;
    display: block;
  }
  #full_sec .col-cell,
  .responsive-pre .col-cell {
    display: block;
    vertical-align: middle;
    width: 100%;
  }
  #full_sec .inner1,
  #full_sec .inner2 {
    padding-top: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .preview-banner .preview-contnet .main-title {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
  }
  .preview-banner .preview-contnet .main-title br {
    display: none;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .preview-demo1 .box {
    margin: 0 0px 30px;
  }
  .footer-top h2 {
    font-size: 25px;
    line-height: 45px;
  }
  .preview-banner .preview-contnet .varaition-title {
    font-size: 30px;
    line-height: normal;
    padding-bottom: 0;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
  }
  .preview-banner .preview-contnet .main-title .logo-text {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 20px;
  }
  .preview-banner .preview-contnet .btn-mr {
    height: 37px;
    line-height: 32px;
    min-width: 120px;
    font-size: 12px;
    padding: 0 30px;
  }
  .preview-banner {
    height: auto;
  }
  .preview-banner .preview-contnet {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    transform: translate(0%, 0%);
    width: 100%;
    padding: 0px 0 0px;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
  h2,
  h2.pb-50 {
    font-size: 22px;
  }
  .secondery-btn,
  .transparent-btn,
  .primary-btn,
  .b-btn {
    font-size: 12px;
    width: 180px;
    margin-right: 0 !important;
  }
  .preview-banner .preview-contnet .varaition-title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 24px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .template-features .sec-title h3,
  .footer-top h2,
  .testi-title {
    font-size: 20px;
  }
  .footer-top h2 {
    line-height: 30px;
  }
  .preview-banner .preview-contnet .main-title .logo-text {
    font-size: 21px;
  }
  .premimum-plugins .premium-title h3 {
    font-size: 24px;
    line-height: normal;
  }
  .premimum-plugins .premium-title h3 br {
    display: none;
  }
  .preview-banner .preview-contnet .main-title {
    font-size: 13px;
  }
  .modal-header {
    padding: 0;
  }
  .modal-box .modal-title {
    font-size: 24px;
    padding: 0;
  }
  .modal-box .modal-body h4 {
    font-size: 14px;
  }
}
.modal-btn-1 {
  background-color: #1273eb;
  color: #fff;
  padding: 5px 13px 5px;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 14px;
}
.modal-btn-1:hover {
  opacity: 0.8;
  color: #fff;
}
.modal-btn-1:before,
.modal-btn-1:after {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1540px) {
  .banner-tops img {
    width: 60%;
  }
  .preview-banner .preview-contnet {
    top: 52%;
  }
  .preview-banner .preview-contnet .varaition-title {
    font-size: 45px;
    line-height: 45px;
  }
  .preview-banner .preview-contnet .main-title .logo-text {
    font-size: 34px;
    line-height: 50px;
  }
  .secondery-btn,
  .transparent-btn,
  .primary-btn,
  .b-btn {
    padding: 8px 0;
    width: 190px;
    margin-top: 10px;
  }
  .preview-demo1 .primary-btn,
  .preview-demo1 .b-btn {
    max-width: 120px;
  }
  .preview-banner .preview-contnet .main-title {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .template-features .single-service .services-content h3 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1366px) {
  .preview-demo h3.pre-btm-title span {
    display: none;
  }
  .preview-demo1 .box .demo-links {
    padding: 30px 15px;
  }
  .ml-10 {
    margin-right: 9px;
  }
  .preview-demo h3.pre-btm-title span.new {
    right: -38px;
    top: -24px;
  }
}
@media only screen and (max-width: 1199px) {
  #rs-header .menu-area .navbar ul li > a {
    font-size: 12px;
  }
  #rs-header .menu-area .navbar ul li + li {
    margin-left: 16px;
  }
  #rs-header .menu-area .navbar ul {
    text-align: right;
  }
  .preview-demo h3.pre-btm-title span.new {
    right: 50%;
    top: -26px;
    transform: translateX(50%);
  }
  .preview-demo h3.pre-btm-title span.new::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-demo .controls-btn button {
    padding: 7px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .hide-btn {
    display: inline-block;
  }
  .md-mr-10 {
    margin-right: 10px;
  }
  #rs-header .col-sm-1 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #rs-header .menu-area .logo-area {
    margin: 0 auto;
    text-align: center;
  }
  #rs-header .menu-area .navbar,
  .menu-btn {
    display: none !important;
  }
  .preview-banner .preview-contnet .varaition-title {
    font-size: 30px;
  }
  #rs-header .menu-area .navbar ul li > a {
    font-size: 12px;
  }
  #rs-header .menu-area .logo-area {
    width: 155px;
  }
  .preview-banner .preview-contnet .main-title:after {
    bottom: 8px;
  }
  .menu-area .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  #rs-header .menu-area .navbar ul {
    text-align: right;
  }
  .demo-circle .count-circle {
    font-size: 60px;
  }
  .demo-circle .demo-text {
    font-size: 16px;
  }
  .demo-circle {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
  .demo-circle .count-circle {
    line-height: 56px;
    padding-top: 48px;
  }
  .preview-banner .preview-contnet {
    top: 54%;
  }
  .preview-banner .preview-contnet .main-title .logo-text {
    font-size: 50px;
  }
  .preview-demo h3.pre-btm-title span.new {
    display: none;
  }
  .preview-demo1 .box .demo-links h3 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .menu-area .row > div[class*="col-"] {
    width: 100%;
  }
  #rs-header .menu-area {
    background: transparent;
  }
  .navbar-toggle {
    margin: 0;
  }
  .footer-top .secondery-btn {
    width: 210px;
  }
  .preview-banner .preview-contnet .main-title .logo-text {
    line-height: 45px;
  }
  .preview-banner {
    padding: 200px 20px 100px;
  }
  .preview-banner .preview-contnet .main-title .logo-text {
    font-weight: 600;
  }
  #rs-header .menu-area .logo-area {
    line-height: 0;
    margin-top: 30px;
  }
  #rs-header .menu-area .navbar ul li > a {
    color: #fff;
  }
  #rs-header .menu-area.fixed-header {
    padding-bottom: 25px;
  }
  .preview-banner .landing-title {
    font-size: 30px;
  }
  #rs-header .menu-area .navbar {
    margin-bottom: 0;
    border: 0;
    margin-top: -32px;
    float: none;
    min-height: 0;
  }
  .preview-banner .preview-contnet .main-title:after {
    width: 120px;
  }
  #rs-header .menu-area .navbar-collapse {
    background-color: #000000;
    padding: 30px 30px 3px;
    width: 100%;
    border: none;
    box-shadow: none;
    margin-top: 20px;
  }
  #rs-header .menu-area .navbar ul {
    text-align: left;
    margin-bottom: 25px;
  }
  #rs-header .menu-area .navbar ul li {
    display: block;
    line-height: normal;
    height: unset;
  }
  #rs-header .menu-area .navbar ul li a {
    padding: 12px 0;
    display: inline-block;
    position: relative;
    font-size: 15px;
  }
  .footer-logo {
    margin-bottom: 10px;
    height: 28px;
    width: auto;
  }
  #rs-header .menu-area .navbar ul li + li {
    margin-left: 0;
  }
  #rs-header .menu-area .navbar ul li > a::before,
  #rs-header .menu-area .navbar ul li > a::after {
    content: unset;
    position: unset;
  }
  h3.pre-btm-title {
    margin-top: 15px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .btn-mr {
    margin: 10px 0;
  }
  .preview-contnet h2 {
    font-size: 22px;
  }
  .section-pading {
    padding-top: 55px;
  }
  .big-spacer {
    height: 40px;
  }
  .mtb {
    margin-bottom: 30px;
  }
  .preview-demo .controls-btn button {
    margin-bottom: 3px;
  }
  #preview-demo .max-list .mix.col-xs-6 {
    width: 50%;
  }
  .hide-btn {
    display: block;
    margin: 0 auto !important;
  }
  .preview-banner .preview-contnet .main-title .logo-text {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .preview-banner .preview-contnet .varaition-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .preview-banner .preview-contnet .varaition-title {
    font-size: 30px;
  }
  .preview-banner .preview-contnet .main-title .logo-text {
    font-size: 26px;
  }
  .preview-banner .preview-contnet .varaition-title::before {
    bottom: 0;
  }
  .demo-circle .count-circle {
    font-size: 30px;
  }
  .demo-circle .demo-text {
    font-size: 16px;
  }
  .demo-circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .demo-circle .count-circle {
    line-height: 35px;
    padding-top: 19px;
  }
}
@media only screen and (max-width: 480px) {
  #preview-demo .max-list .mix.col-xs-6 {
    width: 100%;
  }
  .preview-contnet h2 br {
    display: none;
  }
  .preview-banner .preview-contnet .varaition-title {
    font-size: 25px;
  }
  .preview-banner .preview-contnet .main-title .logo-text {
    font-size: 26px;
    font-weight: 600;
  }
  .title-loader .loader h3 {
    color: #fdd245 !important;
  }
  .secondery-btn,
  .transparent-btn,
  .primary-btn,
  .b-btn {
    padding: 10px 0;
  }
  .secondery-btn,
  .b-btn,
  .primary-btn {
    margin-top: 0;
  }
  .logo-text br {
    display: none;
  }
}
@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;
  }
}
@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;
  }
}

.card-item {
  padding-top:150px;
}



@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #007AFF;
  border-right: none;
  padding: 15px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #007AFF;
}

.searchTerm:focus{
  color: #007AFF;
  font-size:bold;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #007AFF;
  background: #007AFF;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}