@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

html,
body {
  font-size: 15px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  vertical-align: baseline;
  line-height: 25px;
  font-weight: 300;
  overflow-x: hidden;
  letter-spacing: 1px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  margin: 0 0 26px;
}
h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}
h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}
h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
a {
  color: #000000;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  outline: none;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #3b0083;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
label {
  font-weight: 400;
}
blockquote {
  border-color: #000000;
}
mark,
ins {
  background: #000000;
  color: #fff;
  padding: 0 4px;
}
code {
  background: #000000;
  color: #fff;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #000000;
  border: 0;
  color: #fff;
  padding: 9px 30px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.85;
}
.post-password-required input[type="submit"] {
  margin-left: -4px;
  border-radius: 0 3px 3px 0;
  padding: 13px 20px 14px;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
  padding: 10px 14px;
  background: #fff;
  outline: none;
  width: 100%;
  height: 48px;
}
input[type="submit"] {
  transition: 0.3s ease all;
}
textarea {
  padding: 10px 14px;
  background: #fff;
  outline: none;
  width: 100%;
  height: 120px;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #000000;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #000000;
  text-shadow: none;
  color: #ffffff;
}
.sec-spacer {
  padding: 100px 0;
}
.sec-spacer2 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.sec-spacer3 {
  padding-top: 92px;
  padding-bottom: 100px;
}
.sec-color {
  background-color: #f9f9f9;
}
.primary-bg {
  background: #000000;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.gray-bg {
  background: #f7f7f7;
}
.bg1 {
  background-image: url(#);
  background-size: cover;
  background-attachment: fixed;
}
.home .entry-header {
  display: none;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-45 {
  padding-top: 45px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.mt-5 {
  margin-top: 5px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.margin-remove {
  margin: 0;
}
.main-contain #content {
  padding: 100px 0;
}
.width50 {
  width: 50%;
}
a {
  color: #000000;
}
a:hover,
a:focus,
a:active {
  color: #000000;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.sec-title h4 {
  font-size: 15px;
  margin-bottom: 8px;
  color: #000000;
  text-transform: uppercase;
}
.sec-title h3 {
  font-size: 36px;
  line-height: 45px;
  color: #212121;
  margin-bottom: 0;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.readon {
  font-size: 14px;
  display: inline-block;
  color: #000000;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  letter-spacing: 1px;
  font-weight: 500;
  padding-right: 20px;
  position: relative;
}
.readon:after {
  font-family: linea-arrows-10;
  content: "\e068";
  position: absolute;
  color: inherit;
  top: 50%;
  right: 4px;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  opacity: 0;
  line-height: 0;
}
.readon:hover {
  color: #000000;
  opacity: 0.8;
}
.readon:hover:after {
  right: 0px;
  opacity: 1;
}
/* ---------------------------
    03. Header Section
------------------------------*/
#rs-header {
  width: 100%;
  z-index: 99;
}
#rs-header .toolbar-area {
  padding: 2px 0;
  position: fixed;
 
}
#rs-header .toolbar-area:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background: #000000;
}
#rs-header .toolbar-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rs-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 25px;
  color: #aaa;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
  font-size: 14px;
  margin-right: 10px;
  color: #aaa;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #aaa;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #000000;
}
#rs-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
  margin: 0px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
}
#rs-header .toolbar-area .toolbar-sl-share ul li + li {
  margin-left: 15px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #aaa;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #000000;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
}
#rs-header.default_header .toolbar-area:before {
  opacity: 0;
}
#rs-header .logo-area h1 {
  position: relative;	
  margin: 0;
  line-height: 65px;
  font-size: 30px;
  font-weight: 600;
}
#rs-header .logo-area {
  line-height: 65px;
  position: relative;
  z-index: 9;
  float: left;
  margin-right: 20px;
}
#rs-header .logo-area a {
  color: #000000;
  transition: all 0.3s ease 0s;
}
#rs-header .logo-area a img {
  display: inline-block;
  vertical-align: middle;
}
#rs-header .logo-area.sticky-logo {
  display: none;
}
#rs-header .menu-area .navbar ul.sub-menu li:first-child {
  border: none;
}
.menu-area .container {
  position: relative;
 
}
.menu-area .container:after {
  display: block;
  clear: both;
  content: "";
}
.nav-link-container {
  list-style: none;
  z-index: 10;
}
.nav-link-container i {
  font-size: 19px;
}
.mobile-menu-link {
  margin-left: 45px;
  height: 65px;
  line-height: 80px;
}
.mobile-menu-link .nav-menu-link {
  position: absolute;
  right: 0;
  height: 18px;
  width: 25px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}
.mobile-menu-link .nav-menu-link:before {
  position: absolute;
  content: '';
  background: #000000;
  height: 2px;
  width: 70%;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease-in-out width;
  transition: 0.5s ease-in-out width;
}
.mobile-menu-link .nav-menu-link:after {
  position: absolute;
  content: '';
  background: #000000;
  height: 2px;
  width: 100%;
  bottom: 0;
  right: 0;
}
.mobile-menu-link .nav-menu-link i {
  height: 2px;
  width: 85%;
  background: #000000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  -webkit-transition: 0.35s ease-in-out width;
  transition: 0.35s ease-in-out width;
}
.mobile-menu-link .nav-menu-link i:before {
  display: none;
}
.mobile-menu-link .nav-menu-link:hover:before,
.mobile-menu-link .nav-menu-link:hover i {
  width: 100%;
}
.sidenav {
  overflow-y: auto;
  float: none;
  background: #000000;
  list-style: none;
  width: 360px;
  height: 100vh;
  margin: 0;
  position: fixed;
  right: 0;
  padding-top: 20px;
  font-size: 11px;
  z-index: 99999;
  -ms-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  text-align: center;
}
.sidenav .widget {
  padding: 0 12px;
}
.sidenav .widget.widget_search {
  padding: 0 20px;
}
.sidenav .widget.widget_media_image {
  margin-bottom: 45px;
}
.sidenav .widget .widget-title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 17px;
}
.sidenav .widget .search-form .search-input {
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.sidenav .widget .search-form .search-input::-webkit-input-placeholder {
  color: #fff;
}
.sidenav .widget .search-form .search-input::-moz-placeholder {
  color: #fff;
}
.sidenav .widget .search-form .search-input:-ms-input-placeholder {
  color: #fff;
}
.sidenav .widget .search-form .search-input:-moz-placeholder {
  color: #fff;
}
.sidenav .widget .search-form button {
  color: #fff;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 36px;
  height: 40px;
  font-size: 14px;
  padding: initial;
  top: 1px;
}
.sidenav .widget .search-form button:hover {
  opacity: 0.7;
}
.sidenav .nav-close-menu-li {
  margin: 0;
  padding-bottom: 30px;
  text-align: right;
}
.sidenav .nav-close-menu-li button {
  font-size: 0;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  background: transparent;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  margin-right: 19px;
  position: relative;
  padding: 0;
  outline: none;
}
.sidenav .nav-close-menu-li button:after,
.sidenav .nav-close-menu-li button:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #fff;
  top: 9px;
  transition: 0.3s ease all;
  left: 16px;
}
.sidenav .nav-close-menu-li button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidenav .nav-close-menu-li button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidenav .nav-close-menu-li button:hover {
  background: #fff;
  color: #000000;
  border-color: #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(180deg);
}
.sidenav .nav-close-menu-li button:hover:after,
.sidenav .nav-close-menu-li button:hover:before {
  background-color: #000000;
  left: 14px;
}
.sidenav .widget_nav_menu ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.sidenav .widget_nav_menu ul li {
  list-style: none;
  border: none;
  margin-left: 0;
  padding: 0;
}
.sidenav .widget_nav_menu ul li a {
  font-size: 15px;
  padding: 12px 25px;
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-left: -12px;
  margin-right: -12px;
}
.sidenav .widget_nav_menu ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.sidenav .widget_nav_menu ul li:before {
  display: none;
}
.sidenav .bs-search button {
  padding: 5px 11px;
}
.search .page-title {
  padding-bottom: 0;
}
.mobile-menu-container .nav-close-menu-li {
  padding-top: 17px;
  padding-bottom: 20px;
  padding-right: 10px;
}
.mobile-menu-container .nav-close-menu-li button {
  padding: 0;
  margin-right: 8px;
}
.mobile-menu-container ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu-container ul li {
  list-style: none;
  border: none;
  margin-left: 0;
  padding: 0;
}
.mobile-menu-container ul li a {
  font-size: 15px;
  padding: 12px 20px;
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.mobile-menu-container ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mobile-menu-container ul li:before {
  display: none;
}
.mobile-menu-container .menu-main-menu-single-container {
  background: transparent;
}
.sidenav .sub-menu {
  display: none;
}
.sidenav .menu li ul.sub-menu li {
  background: rgba(255, 255, 255, 0.01);
}
.sidenav .menu li ul.sub-menu li a {
  padding-left: 40px;
}
ul.sidenav li.menu-item-has-children {
  position: relative;
}
ul.sidenav .menu > li.menu-item-has-children:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  left: auto;
  right: 8px;
  top: 11px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  z-index: 9999;
  display: block;
  cursor: pointer;
}
ul.sidenav ul.menu ul.sub-menu a:before {
  display: none;
}
.sidenav .off-sl-share ul {
  margin: 0;
}
.sidenav .off-sl-share ul li {
  border: 0;
  padding: 0;
  display: inline-block;
  margin: 10px;
  line-height: normal;
}
.sidenav .off-sl-share ul li:before {
  display: none;
}
.sidenav .off-sl-share ul li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.sidenav .off-sl-share ul li a:hover {
  opacity: 0.7;
}
.sidenav .readon:hover {
  background: transparent;
}
ul.sidenav li.page_item_has_children {
  position: relative;
}
ul.sidenav li.page_item_has_children > a:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: 8px;
  top: 11px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.nav-active-menu-container {
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}
.menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0;
  border: 0;
}
.menu-area .navbar ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.menu-area .navbar ul li {
  height: 100px;
  line-height: 100px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  padding: 0 12px;
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 260px;
  padding: 0;
}
.menu-area .navbar ul li ul.sub-menu li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
  line-height: 25px;
}
.menu-area .navbar ul li ul.sub-menu li a {
  line-height: 25px;
  padding: 7px 15px;
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  transition: 0.3s ease all;
}
.menu-area .navbar ul li ul.sub-menu li a:hover {
  margin-left: 2px;
  color: #3b0083;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #000000;
}
.menu-area .navbar ul li > a i {
  margin-left: 5px;
}
.menu-area .navbar ul li > a:hover {
  color: #000000;
}
.menu-area .navbar ul li.active a {
  color: #000000;
}
.menu-area .navbar ul li.active li a {
  color: #000000;
}
.menu-area .navbar ul li.active li a:hover {
  color: #000000;
}
.menu-area .navbar ul li .sub-menu {
  background: #ffffff;
  border: 1px solid #f5f5f5;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  width: 250px;
  z-index: 99999;
  text-align: left;
  visibility: hidden;
}
.menu-area .navbar ul li .sub-menu li {
  line-height: normal;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li .sub-menu li a {
  display: block;
  padding: 12px 0;
  text-transform: none;
  transition: all 0.3s ease 0s;
  color: #000000;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .navbar .navbar-toggle {
  background-color: #000000;
  border-radius: 2px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.menu-area .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.menu-area .navbar .navbar-toggle:hover {
  opacity: 0.8;
}
.menu-area .menu-main-menu-container .menu > li a {
  position: relative;
}
.menu-area .menu-main-menu-container .menu > li a:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 50%;
  background: #000000;
  top: 50%;
  left: 45%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}
.menu-area .menu-main-menu-container .menu > li a:hover:after {
  opacity: 0.3;
}
.menu-area .menu-main-menu-container .menu > li.active > a:after {
  opacity: 0.3;
}
#rs-header .menu-area .navbar ul > li > .sub-menu a:after {
  display: none;
}
li.menu-item-has-children {
  position: relative;
}
li.mega:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: auto;
  top: 0;
  width: 14px;
  color: #fff;
}
#rs-header .menu-area .navbar ul li ul li:before {
  top: 15px;
  color: #fff;
  right: 8px;
}
#rs-header .menu-area ul li ul li {
  position: relative;
}
#rs-header .menu-area .navbar ul li ul li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
}
#rs-header .menu-area .navbar ul li ul li:hover ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
li.left-dev ul.sub-menu {
  left: -100%;
}
#rs-header .menu-area .navbar ul li.three-col ul > li {
  width: 33.33%;
}
#rs-header .menu-area .navbar ul li.four-col ul > li {
  width: 25%;
}
.transparent_header {
  position: absolute;
}
.default_header .menu-area .navbar ul li > a {
  color: #000000;
}
.logo-area h1 {
  margin: 0;
  line-height: 100px;
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-area .container {
  z-index: 999;
}
.menu-sticky {
  margin: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  
  background: #FFFFFF;
}
.menu-sticky.sticky {
  margin: 0;	
  position: fixed;
  background: #fff;
  
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  padding: 0;
 
}
.menu-sticky.sticky .toolbar-area {
  display: none;
}


#rs-header .menu-area .navbar {
  margin-bottom: 0;
  padding-right: 25px;
  float: right;
  padding: 0;
  z-index: 99;
}
.sidenav .menu-main-menu-container .menu > li a::after {
  display: none;
}
.sidenav.offcanvas-full {
  width: 100%;
  opacity: 0.96;
  height: 100vh;
}
.sidenav.offcanvas-full .nav-close-menu-li {
  padding-bottom: 0;
}
.sidenav.offcanvas-full .widget_nav_menu {
  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;
  height: 76.5%;
  margin-bottom: 0;
}
.sidenav.offcanvas-full .widget_nav_menu ul {
  text-align: center;
}
.sidenav.offcanvas-full .widget_nav_menu ul li a {
  font-weight: 400;
  border: none;
}
.sidenav.offcanvas-full .widget_nav_menu ul li a:hover {
  background: transparent;
  color: #ccc;
}
.sidenav.offcanvas-full .widget_nav_menu ul li .sub-menu li {
  background: transparent;
}
.sidenav.offcanvas-full .widget_nav_menu ul li .sub-menu li a {
  padding: 6px 0;
}
.sidenav.offcanvas-full .widget_nav_menu .menu-main-menu-container > ul > li > a {
  font-size: 23px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.sidenav.offcanvas-full .widget_nav_menu .menu-main-menu-container {
  min-width: 400px;
  margin: 0 auto;
}
.sidenav.offcanvas-full ul.menu li.menu-item-has-children a:before {
  right: 0;
  width: auto;
  height: auto;
  line-height: 30px;
  background: transparent;
  border: none;
  font-size: 18px;
  top: 14px;
}
.sidenav.offcanvas-full ul.menu li.menu-item-has-children.active-open > a:before {
  content: "\f106";
}
.sidenav.offcanvas-full .menu > li.menu-item-has-children {
  cursor: pointer;
}
.sidenav.offcanvas-full .menu > li.menu-item-has-children:before {
  content: "" !important;
  height: 2px;
  width: 12px;
  right: 0;
  top: 23px;
  cursor: pointer;
  pointer-events: none;
  background: #bbb;
}
.sidenav.offcanvas-full .menu > li.menu-item-has-children:after {
  content: "" !important;
  height: 12px;
  width: 2px;
  right: 5px;
  top: 18px;
  display: block;
  position: absolute;
  background: #bbb;
  cursor: pointer;
  pointer-events: none;
}
.sidenav.offcanvas-full .menu > li.menu-item-has-children.active_menu:after {
  opacity: 0;
}
.sidenav.offcanvas-full ul.social {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  bottom: 6%;
}
.sidenav.offcanvas-full ul.social:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 1px;
  width: 475px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.3);
}
.sidenav .menu > li > .sub-menu li {
  background: transparent !important;
}
.sidenav .menu > li > .sub-menu li a {
  background: transparent !important;
}
.sidenav .menu > li > .sub-menu li:before {
  display: none;
}
.sidenav .menu > li > .sub-menu li ul {
  display: block !important;
}
.sidenav .menu > li > .sub-menu li ul > li a {
  font-size: 13px;
  padding-left: 60px;
}
.sidenav ul.social {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sidenav ul.social li {
  display: inline-block;
}
.sidenav ul.social li a {
  display: block;
  color: #fff;
  padding: 0 12px;
  font-size: 16px;
}
.sidenav ul.social li a:hover {
  color: #ccc;
}
.mainmenu-hide {
  display: none;
}
.sidenav ul li ul.sub-menu {
  height: 0;
  opacity: 0;
  transition: all .3s ease 0s;
  display: block;
  transform: scaleY(0);
  overflow: hidden;
}
.sidenav ul li.active_menu ul.sub-menu {
  display: block;
  height: auto;
  overflow: auto;
  opacity: 1;
  transform: scaleY(1);
  overflow: visible;
}
.offcanvas-full.sidenav ul li.active_menu > ul.sub-menu {
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* ------------------------------------
    05. Slider or Banner Section
---------------------------------------*/
.sl-title {
  font-size: 62px;
}
.rs-banner {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.rs-banner.full-screen {
  height: calc(100vh - 100px);
}
.rs-banner #particles-js {
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.rs-banner .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner .banner-content.balign-center {
  text-align: center;
  width: 100%;
}
.rs-banner .banner-content.balign-left {
  text-align: left;
}
.rs-banner .banner-content.balign-left .banner-introtext {
  max-width: 100%;
}
.rs-banner .banner-content.balign-right {
  text-align: right;
}
.rs-banner .banner-content.balign-right .banner-introtext {
  max-width: 100%;
}
.rs-banner .banner-content .banner_title {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 74px;
  position: relative;
  z-index: 9;
  color: #ffffff;
}
.rs-banner .banner-content .banner-button {
  margin-top: 25px;
}
.rs-banner .banner-content .work-position h3 {
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0;
}
.rs-banner .banner-content .work-position .cd-headline {
  display: inline-block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}
.rs-banner .banner-content .banner-introtext {
  max-width: 75%;
  display: block;
  margin: 15px auto 0;
  font-size: 17px;
}
.rs-banner .cd-words-wrapper:after {
  background-color: #000000;
  height: 90%;
  top: 10px;
  width: 0;
}
.rs-banner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rs-banner ul li {
  display: inline-block;
  margin: 0 25px 25px 0;
}
.rs-banner .arrow-btn {
  width: 26px;
  height: 55px;
  bottom: 7%;
  left: 50%;
  z-index: 99;
  text-align: center;
  position: absolute;
  border: 1px solid #999;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rs-banner .arrow-btn i {
  color: #999;
  font-size: 22px;
  line-height: 80px;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.rs-banner .arrow-btn i:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.banner1 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(images/banner/banner1.jpg);
  padding-top: 140px;
  padding-bottom:80px;
}
.banner2 {
  position: relative;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 170px;
}
.banner3 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/banner/banner2.html);
  padding-top: 280px;
  padding-bottom: 260px;
}
.banner3 .container {
  position: relative;
}
.banner4 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/banner/banner3.html);
}
.banner4 .container {
  position: relative;
  height: 95vh;
}
.banner5 {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.rs-slider * {
  outline: none;
}
.rs-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.rs-slider .slide-description {
  max-width: 750px;
}
.rs-slider .slide-description p {
  margin-bottom: 0;
}
.rs-slider .slide-title {
  font-size: 42px;
  line-height: 52px;
}
.rs-slider .slide-content {
  max-width: 1110px;
  margin: 0 auto;
  padding: 150px 0;
}
.rs-slider .slide-content.center {
  text-align: center;
}
.rs-slider .slide-content.center .slide-description {
  margin-left: auto;
  margin-right: auto;
}
.rs-slider .slide-content.right {
  text-align: right;
}
.rs-slider .slide-content.right .slide-description {
  margin-left: auto;
}
.rs-slider .slide-content.right .readon {
  padding-right: 0;
  padding-left: 20px;
}
.rs-slider .slide-content.right .readon:after {
  left: 4px;
  right: auto;
  content: "\e066";
}
.rs-slider .slide-content.right .readon:hover:after {
  left: 0;
}
.rs-slider.large-gap .slide-content {
  padding-top: 300px;
  padding-bottom: 300px;
}
.rs-slider .slider-button {
  margin-top: 30px;
}
.rs-slider .slider-button ul {
  margin: 0;
  list-style-type: none;
}
.rs-slider .slider-button ul li {
  display: inline-block;
}
.rs-slider .slider-button ul li + li {
  margin-left: 10px;
}
.rs-slider .slick-arrow {
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: auto;
  bottom: 20px;
  font-size: 0px;
  padding: 0px;
  background: transparent;
  outline: none;
}
.rs-slider .slick-arrow:after {
  color: inherit;
  top: -2px;
  font-family: linea-arrows-10;
  font-size: 26px;
}
.rs-slider .slick-prev {
  left: 100px;
  z-index: 9;
}
.rs-slider .slick-prev:after {
  content: "\e066";
}
.rs-slider .slick-next {
  left: auto;
  right: 100px;
}
.rs-slider .slick-next:after {
  content: "\e068";
}
.rs-slider:hover .slick-arrow {
  opacity: 1;
}
/* ------------------------------------
    06. Header Title
---------------------------------------*/
.header-right {
  text-align: right;
}
.header-center {
  text-align: center;
}
.rs-header-title .title {
  margin-top: 0;
  margin-bottom: 15px;
  display: inline-block;
}
.rs-header-title.header-left {
  margin-right: auto;
}
.rs-header-title.header-right {
  margin-right: auto;
}
.rs-header-title.header-center {
  margin-left: auto;
  margin-right: auto;
}
.rs-header-title .introtext {
  margin-top: 45px;
  margin-bottom: 50px;
  font-size: 38px;
  line-height: 50px;
}
.rs-header-title .header-button {
  margin-top: 10px;
}
.rs-header-title .header-button.btn-light a {
  color: #fff;
  border-color: #fff;
}
.rs-header-title .header-button.btn-light a:hover {
  background: #fff;
  color: #000000;
}
/* ------------------------------------
    07. Heading
---------------------------------------*/
.rs-heading .title-inner h3 {
  margin-top: 5px;
  margin-bottom: 17px;
}
.rs-heading .title-inner h2 {
  margin-bottom: 17px;
  position: relative;
  z-index: 1;
}
.rs-heading .title-inner h2 span.watermark {
  position: absolute;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 800;
  z-index: -1;
  opacity: 0.07;
  width: 100%;
  left: 0;
  color: inherit;
}
.rs-heading .description {
  max-width: 780px;
}
.rs-heading.center {
  text-align: center;
}
.rs-heading.center .description {
  margin-left: auto;
  margin-right: auto;
}
.rs-heading.center .title-inner h2 span.watermark {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs-heading.right {
  text-align: right;
}
.rs-heading.right .description {
  margin-left: auto;
}
.rs-heading.right .title-inner h2 span.watermark {
  left: auto;
  right: 0;
}
/* ------------------------------------
    08. About Us
---------------------------------------*/
.rs-about .about-title {
  margin-bottom: 25px;
}
.rs-about .about-title h2 {
  font-size: 36px;
  line-height: 27px;
  color: #212121;
  margin: 0 0 17px;
  text-transform: uppercase;
}
.rs-about .about-title h3 {
  font-size: 20px;
  margin: 8px 0 0;
  color: #606060;
  font-family: 'Poppins', sans-serif;
}
.rs-about .vc_column-inner {
  padding-top: 0;
}
.rs-about .about-desc {
  font-size: 15px;
  line-height: 30px;
}
.rs-about .wpb_single_image {
  margin-bottom: 0;
}
.rs-about .about-skill {
  padding: 25px 30px 40px;
  width: 420px;
  background: #000000;
  opacity: 0.9;
  position: absolute;
  top: 100%;
  right: -40px;
  overflow: hidden;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
}
.rs-about .about-skill h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: #ffffff;
}
.rs-about .about-skill .vc_single_bar {
  background: #bbb;
  margin-bottom: 48px;
  height: 5px;
}
.rs-about .about-skill .vc_single_bar .vc_bar {
  background: #fff;
}
.rs-about .about-skill .vc_single_bar .vc_label {
  top: -28px;
  color: #fff;
  padding: 0;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
}
.rs-about .about-skill .vc_single_bar .vc_label span {
  margin-left: 5px;
}
.rs-about .about-right {
  padding-left: 65px;
}
.rs-about .about-right .sec-title {
  margin: 0 0 20px;
}
.rs-about .about-right p {
  margin: 0 0 40px;
}
.rs-about .about-right ul li {
  display: inline-block;
}
.rs-about .about-right ul li a {
  display: block;
  border: 1px solid #000000;
}
.rs-about .about-right ul li a:hover {
  background: transparent;
  color: #000000;
}
.rs-about .about-right ul li a.white-color {
  background: transparent;
  color: #000000;
}
.rs-about .about-right ul li a.white-color:hover {
  background: #000000;
  color: #ffffff;
}
.rs-about .about-resume {
  max-width: 950px;
  margin: 0 auto;
}
#about-me .rs-header-title .title {
  margin-bottom: 5px;
}
#about-me .rs-header-title .introtext {
  font-style: italic;
  font-size: 17px;
  margin-bottom: 18px;
  display: block;
  color: #777;
}
/* ----------------------------------
    09. Resume
-------------------------------------*/
.rs-resume .resume-title {
  font-size: 30px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.rs-resume .resume-title i {
  font-size: 36px;
  vertical-align: bottom;
}
.rs-resume .rs-heading .title-inner h2 span.watermark {
  font-size: 70px;
}
.rs-resume .resume-item {
  padding: 25px 28px;
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #eee;
  transition: 0.3s all ease;
  border-left: 3px solid #000000;
}
.rs-resume .resume-item h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.rs-resume .resume-item span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.rs-resume .resume-item p {
  margin-top: 8px;
  margin-bottom: 17px;
}
.rs-resume .resume-item h5 {
  margin-bottom: 0;
  color: #777;
  font-size: 18px;
}
.rs-resume .resume-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.rs-resume .pr-20 {
  padding-right: 20px;
}
.rs-resume .pl-20 {
  padding-left: 20px;
}
.rs-who-we-are {
  padding: 92px 0 72px;
}
.rs-who-we-are .square-effect:after {
  height: 34%;
}
.rs-skills {
  padding: 92px 0 62px;
}
.rs-about-me {
  padding: 100px 0 80px;
}
/* ----------------------------------
    10. Skills
-------------------------------------*/
.rs-skills .skills-item {
  margin-bottom: 25px;
}
.rs-skills .skills-item label {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}
.rs-skills .skills-item .progress {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  height: 0.86rem;
}
.rs-skills .skills-item .progress .progress-bar {
  background-color: #000000;
}
.rs-skills .resume-item {
  margin-bottom: 30px;
}
.rs-skills .resume-item h4 {
  margin-bottom: 3px;
  display: inline-block;
}
.rs-skills .resume-item .duration {
  font-style: italic;
  font-size: 13px;
  color: #777777;
  display: inline-block;
  margin-bottom: 10px;
}
.rs-skills .resume-item p {
  margin-bottom: 10px;
}
.rs-skills .resume-item h5 {
  font-size: 15px;
  font-weight: 500;
}
.rs-about-skills .skills-wrap {
  margin-right: 10%;
}
/*------------------------
    11. Services
-------------------------*/
.rs-services .services-item {
  position: relative;
  margin-bottom: 20px;
}
.rs-services .services-item .services-icon {
  margin-bottom: 32px;
}
.rs-services .services-item .services-title {
  margin-bottom: 20px;
}
.rs-services .services-item .services-title a:hover {
  color: #3b0083;
}
.rs-services .services-item.center {
  text-align: center;
}
.rs-services .services-item.center .services-desc:after {
  left: 50%;
}
.rs-services .services-item .services-desc p {
  margin-bottom: 0;
}
.rs-services.rs-services-center .services-item {
  text-align: center;
}
.rs-services.rs-services-center .services-item .services-desc:after {
  left: 50%;
}
.header-title-square-effect .title {
  position: relative;
  padding: 12px 0;
  z-index: 10;
}
.header-title-square-effect .title:after {
  content: '';
  position: absolute;
  height: 65%;
  width: 50%;
  background: #3b0083;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
  z-index: -1;
}
.header-title-square-effect.light .title:after {
  background: #fff;
  opacity: 0.6;
}
.service-square-effect .services-desc {
  position: relative;
  z-index: 10;
}
.service-square-effect .services-desc:after {
  content: '';
  position: absolute;
  height: 50%;
  width: 50%;
  background: #3b0083;
  top: 50%;
  left: 45%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
  z-index: -1;
}
.service-square-effect.light .services-desc:after {
  background: #fff;
  opacity: 0.6;
}
.square-effect {
  position: relative;
  padding: 12px 0;
  z-index: 10;
}
.square-effect:after {
  content: '';
  position: absolute;
  height: 65%;
  width: 40%;
  background: #3b0083;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
  z-index: -1;
}
.square-effect.light:after {
  background: #fff;
  opacity: 0.6;
}
.banner-title-square-effect .work-position {
  position: relative;
  padding: 12px 0;
  display: inline-block;
  z-index: 10;
}
.banner-title-square-effect .work-position:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 25%;
  background: #3b0083;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  opacity: 0.2;
}
.banner-title-square-effect.light .work-position:after {
  background: #fff;
  opacity: 0.6;
}
.slider-title-square-effect .slide-title {
  position: relative;
  padding: 12px 0;
  display: inline-block;
  z-index: 10;
}
.slider-title-square-effect .slide-title:after {
  content: '';
  position: absolute;
  height: 65%;
  width: 50%;
  background: #3b0083;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  opacity: 0.2;
}
.slider-title-square-effect.light .slide-title:after {
  background: #fff;
  opacity: 0.6;
}
/* ----------------------------------
    12. Parnters
-------------------------------------*/
.rs-partners .partners-item {
  display: block;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.rs-partners .partners-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.rs-partners .partners-item:hover img {
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}
/* ----------------------------------
    13. Calltoaction
-------------------------------------*/
.rs-cta {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.rs-cta .header-title-square-effect .title:after {
  top: 45%;
  width: 44%;
}
.rs-cta .title {
  font-weight: 400;
  padding-top: 0;
}
.cta-img1 {
  background-image: url(images/bg/call-action.png);
}
.cta-img2 {
  background-image: url(images/bg/call-action2.jpg);
}
/* ----------------------------------
    14. Portfolio
-------------------------------------*/
.portfolio-filter {
  margin-bottom: 50px;
  line-height: 1;
}
.portfolio-filter.filter-center {
  text-align: center;
}
.portfolio-filter.filter-left {
  text-align: left;
}
.portfolio-filter.filter-right {
  text-align: right;
}
.portfolio-filter button {
  background-color: transparent;
  color: #000000;
  overflow: hidden;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px;
  letter-spacing: 2px;
  border-radius: 25px;
  outline: none;
  width: auto;
  transition: 0.4s;
  font-size: 13px;
  cursor: pointer;
}
.portfolio-filter button + button {
  margin-left: 30px;
}
.portfolio-filter button:hover,
.portfolio-filter button.active {
  color: #000000;
}
.portfolio-filter button.active {
  position: relative;
}
.portfolio-filter button.active:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  background: #3b0083;
  top: 50%;
  left: 45%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
}
.gutter-no-gap .row {
  margin: 0;
}
.gutter-no-gap .row [class*="col-"] {
  padding: 0;
  margin: 0;
}
.rs-portfolio-style1 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 25px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.8;
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category a {
  color: #fff;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.rs-portfolio-style1 .portfolio-item .portfolio-img img {
  width: 100%;
}
.rs-portfolio-style1 .portfolio-item .p-zoom {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  height: 46px;
  line-height: 44px;
  width: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  outline: none;
}
.rs-portfolio-style1 .portfolio-item .p-zoom i {
  margin-left: 2px;
}
.rs-portfolio-style1 .portfolio-item .p-zoom:hover {
  background-color: #fff;
  color: #000000;
}
.rs-portfolio-style1 .portfolio-item .p-title {
  font-size: 20px;
  line-height: normal;
  margin-top: 25px;
  color: #fff;
  margin-bottom: 0;
}
.rs-portfolio-style1 .portfolio-item .p-title a {
  color: #fff;
}
.rs-portfolio-style1 .portfolio-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style1 .portfolio-item .p-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  margin-top: 10px;
}
.rs-portfolio-style1 .portfolio-item .portfolio-img .p-zoom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.5s ease all;
}
.rs-portfolio-style1 .portfolio-item:hover .portfolio-content {
  opacity: 1;
  top: 0;
}
.rs-portfolio-style1 .portfolio-item:hover .portfolio-img .p-zoom {
  opacity: 0;
}
.rs-portfolio-style2 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img img {
  width: 100%;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .p-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s ease;
  height: 46px;
  line-height: 44px;
  width: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  outline: none;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .p-zoom i {
  margin-left: 2px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .p-zoom:hover {
  background-color: #fff;
  color: #000000;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content {
  position: absolute;
  bottom: -50px;
  width: 100%;
  padding: 15px 20px;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #ffffff;
}
.rs-portfolio-style2 .portfolio-item:hover .portfolio-content {
  bottom: 0;
  opacity: 1;
}
.rs-portfolio-style2 .portfolio-item:hover .portfolio-img:before {
  opacity: 1;
}
.rs-portfolio-style2 .portfolio-item:hover .p-zoom {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
}
.rs-portfolio-style3 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img img {
  width: 100%;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-zoom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
  outline: none;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-zoom i {
  margin-left: 2px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-zoom:hover {
  opacity: 0.7;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-zoom.normal-icon {
  opacity: 1;
  right: auto;
  left: 20px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content {
  position: absolute;
  padding: 15px 20px;
  opacity: 0;
  z-index: 10;
  top: 0;
  width: 100%;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  transition: 0.3s ease all;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #fff;
  transition: 0.3s ease all;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-img:before {
  opacity: 0.7;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-img .p-zoom {
  opacity: 1;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-img .p-zoom.normal-icon {
  opacity: 0;
}
.rs-portfolio-style4 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: all 0.4s ease 0s;
  opacity: 0;
  z-index: 10;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img .p-zoom {
  display: none;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content {
  position: absolute;
  padding: 15px 20px;
  opacity: 0;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content h3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style4 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #fff;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content p a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content h3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-img:before {
  opacity: 0.7;
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.rs-portfolio-style5 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: all 0.4s ease 0s;
  opacity: 0;
  z-index: 10;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img .p-zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  opacity: 0;
  z-index: 10;
  outline: none;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.rs-portfolio-style5 .portfolio-item .portfolio-img .p-zoom i {
  margin-left: 2px;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img .p-zoom:hover {
  opacity: 0.7;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img .p-zoom.normal-icon {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  top: auto;
  bottom: 20px;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content {
  position: absolute;
  padding: 15px 20px;
  opacity: 0;
  z-index: 10;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content h3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style5 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #fff;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content p a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content h3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img:before {
  opacity: 0.7;
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img .p-zoom {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img .p-zoom.normal-icon {
  opacity: 0;
}
.owl-navigation-yes .owl-nav {
  right: 0;
  top: -40px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.owl-navigation-yes .owl-nav [class*="owl-"] {
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
}
.owl-navigation-yes .owl-nav [class*="owl-"]:before {
  font-family: linea-arrows-10;
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.owl-navigation-yes .owl-nav [class*="owl-"].owl-prev {
  left: -8px;
}
.owl-navigation-yes .owl-nav [class*="owl-"].owl-prev:before {
  content: "\e066";
}
.owl-navigation-yes .owl-nav [class*="owl-"].owl-next:before {
  content: "\e068";
  margin-left: 2px;
}
.owl-navigation-yes .owl-nav [class*="owl-"]:hover {
  color: #000000;
  border-color: #000000;
}
.owl-navigation-yes:hover .owl-nav {
  opacity: 1;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
}
.rs-pfolio-details {
  padding: 100px 0 84px;
}
.rs-pfolio-details .info-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 24px;
}
.rs-pfolio-details .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
}
.rs-pfolio-details .ps-informations ul li {
  font-size: 14px;
  color: #000000;
}
.rs-pfolio-details .ps-informations ul li span {
  font-weight: 600;
  font-size: 15px;
  width: 120px;
  display: inline-block;
}
.rs-pfolio-details .ps-informations ul li + li {
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.rs-pfolio-details .project-desc {
  margin-top: 30px;
}
.rs-porfolio-details .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
}
.rs-porfolio-details .ps-informations .info-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-informations ul li + li {
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.rs-porfolio-details .ps-informations ul li span {
  width: 120px;
  display: inline-block;
}
.rs-porfolio-details .ps-image-wrap {
  margin-bottom: 25px;
}
.rs-porfolio-details .ps-image {
  float: left;
  margin-bottom: 10px;
  margin-right: 35px;
}
.rs-porfolio-details .ps-image ul {
  margin-left: 0;
  margin-top: 20px;
}
.rs-porfolio-details .ps-image ul li {
  font-size: 14px;
  color: #000000;
  list-style-type: none;
}
.rs-porfolio-details .ps-image ul li span {
  font-weight: bold;
  color: #000000;
  font-size: 15px;
}
.rs-porfolio-details .ps-image ul li.social-icon {
  float: left;
  border: none;
  text-align: center;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-image ul li.social-icon i {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  font-size: 15px;
}
.rs-porfolio-details .ps-informations {
  float: left;
}
.rs-porfolio-details .ps-share {
  margin-top: 40px;
}
.rs-porfolio-details .ps-share ul {
  margin: 0;
}
.rs-porfolio-details .ps-share .share-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-share ul li {
  display: inline-block;
  margin: 0 10px 14px 0;
}
.rs-porfolio-details .ps-share ul li a {
  font-size: 20px;
  display: block;
  width: 50px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #000000;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-porfolio-details .ps-share ul li a:hover {
  background-color: #000000;
  color: #fff;
}
.rs-porfolio-details .project-desc {
  line-height: 30px;
}
.rs-porfolio-details .project-desc .ps-title {
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-related-project {
  margin-top: 50px;
}
.rs-porfolio-details .ps-related-project .ps-related-title {
  font-size: 20px;
  margin-bottom: 30px;
}
.rs-porfolio-details .ps-related-project .portfolio-item {
  margin-bottom: 20px;
}
.ps-navigation {
  margin-top: 50px;
}
.ps-navigation ul {
  display: -webkit-flex;
  /* Safari */
  -webkit-justify-content: space-between;
  /* Safari 6.1+ */
  display: flex;
  justify-content: space-between;
  margin: 0;
  list-style: none;
}
.ps-navigation ul a {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 27px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* -----------------------
    15. Newsletter
--------------------------*/
.mc4wp-form {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 15px;
}
.mc4wp-form input[type=submit] {
  position: absolute;
  top: 15px;
  right: 0;
  height: 60px;
  min-width: 200px;
  background-color: #4caf50;
  border: 0;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
.mc4wp-form input[type=text],
.mc4wp-form input[type=url],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=number],
.mc4wp-form input[type=email] {
  width: 100%;
  height: 60px;
  padding: 5px 20px;
  background: #fff;
  outline: none;
  color: #000000;
  border: none;
}
.mc4wp-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
}
.mc4wp-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.mc4wp-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
}
.mc4wp-form :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
}
/* -----------------------
    16. Testimonial
--------------------------*/
.rs-testimonial .testimonial-for .testi-item {
  text-align: center;
}
.rs-testimonial .testimonial-for .testi-item .image-wrap img {
  border-radius: 100%;
  width: 140px;
  margin: 0 auto 30px;
  display: block;
  -moz-box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
}
.rs-testimonial .testimonial-for .testi-item p {
  text-align: center;
  padding: 0;
  max-width: 700px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 10;
}
.rs-testimonial .testimonial-for .testi-item p:after {
  content: '';
  position: absolute;
  height: 45%;
  width: 200px;
  background: #3b0083;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
}
.rs-testimonial .testimonial-for .testi-item p i {
  top: 50%;
  padding-right: 4px;
  position: absolute;
  left: 50%;
  font-size: 76px;
  color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  transform: translate(-50%, -50%);
}
.rs-testimonial .testimonial-for .testi-item ul li:first-child {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
.rs-testimonial .testimonial-for .ratings {
  padding-top: 8px;
}
.rs-testimonial .testimonial-for .ratings img {
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}
.rs-testimonial .testimonial-nav {
  margin-top: 40px;
}
.rs-testimonial .testimonial-nav .slick-list {
  max-width: 185px;
  margin: 0 auto;
}
.rs-testimonial .testimonial-nav .slick-arrow,
.rs-testimonial .testimonial-nav .slick-dots {
  display: none !important;
}
.rs-testimonial .testimonial-nav .testi-nav-item {
  margin: 0 3px;
  position: relative;
}
.rs-testimonial .testimonial-nav .slick-current:after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 100%;
}
.rs-testimonial .testimonial-nav img {
  width: 80px;
  border-radius: 100%;
  cursor: pointer;
}
.rs-testimonial-2 .slick-arrow {
  display: none !important;
}
.rs-testimonial-2 .testi-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.rs-testimonial-2 .testi-item {
  padding-left: 15px;
  padding-right: 15px;
}
.rs-testimonial-2 .testi-item .image-wrap {
  margin-bottom: 20px;
}
.rs-testimonial-2 .testi-item .image-wrap img {
  margin-right: auto;
  margin-left: auto;
  width: 80px;
  border-radius: 50%;
  -moz-box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
}
.rs-testimonial-2 .testi-item .testi-content {
  text-align: center;
  background-color: #fff;
  padding: 18px;
  border: 1px solid #e9e9e9;
  overflow: auto;
  position: relative;
  z-index: 10;
}
.rs-testimonial-2 .testi-item .testi-content i {
  top: 50%;
  padding-right: 4px;
  position: absolute;
  left: 50%;
  font-size: 76px;
  color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  transform: translate(-50%, -50%);
}
.rs-testimonial-2 .testi-item .testi-content p {
  position: relative;
}
.rs-testimonial-2 .testi-item .testi-content p:after {
  content: '';
  position: absolute;
  height: 30%;
  width: 50%;
 
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
}
.rs-testimonial-2 .testi-item .testi-content ul li:first-child {
  line-height: 32px;
  font-weight: 600;
}
.rs-testimonial-2 .slick-dots {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-top: 45px;
  line-height: 0;
}
.rs-testimonial-2 .slick-dots li {
  display: inline-block;
}
.rs-testimonial-2 .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #000000;
  background: transparent;
  margin: 0 6px;
  font-size: 0;
  outline: none;
}
.rs-testimonial-2 .slick-dots li.slick-active button {
  background: #000000;
}
#blog-home .cat_name {
  display: none;
}
#blog-home .blog-meta .blog-title {
  font-size: 17px;
  margin: 12px 0 0;
}
#blog-home .blog-meta .blog-title a {
  color: #000000;
}
#blog-home .blog-meta .blog-title a:hover {
  color: #000000;
}
.full-layout-left {
  float: right;
}
.full-blog-content .blog-title {
  font-size: 22px;
  margin: 0 0 10px;
}
.full-blog-content .blog-title a {
  color: #000000;
}
.full-blog-content:hover a {
  color: #000000;
}
button.mfp-close,
button.mfp-arrow {
  background: transparent;
}
/* -----------------------
    17. Blog Post
--------------------------*/
.rs-blog {
  padding: 92px 0 70px;
  	
}
.blog-item {border-bottom: 2px solid #D4D4D4;}

.rs-blog .blog-item .blog-img {
  
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
 		
}
.rs-blog .blog-item .blog-img .blog-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 0px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.rs-blog .blog-item .blog-img .blog-img-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: #9B9B9B;
  opacity: 0.8;
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link {
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all .3s ease 0s;
  color: #fff;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  background: #fff;
  color: #b8b8b8;
}
.rs-blog .blog-item .blog-img:hover .blog-img-content {
  opacity: 1;
  top: 0%;
}
.rs-blog .blog-item .blog-img:hover .blog-img-content:before {
  top: 0;
}
.rs-blog .blog-item .blog-title {
  margin-bottom: 5px;
}
.rs-blog .blog-item .blog-lc {
  display: inline-block;
  font-size: 13px;
}
.rs-blog .blog-item .blog-date {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}
.rs-blog .blog-item .blog-meta {
  margin-bottom: 15px;
}
.rs-blog .blog-item .blog-meta i {
  margin-right: 6px;
}
.rs-blog .blog-item .blog-desc p {
  margin-bottom: 18px;
}
.rs-blog .blog-item .blog-button i {
  margin-left: 2px;
}
.rs-blog span.author {
  text-transform: capitalize;
  margin-left: 20px;
}
.rs-blog .blog-slider .single-blog-slide {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.rs-blog .blog-slider .single-blog-slide .images {
  position: relative;
  overflow: hidden;
}
.rs-blog .blog-slider .single-blog-slide .images a {
  display: block;
}
.rs-blog .blog-slider .single-blog-slide .images a img {
  width: 100%;
}
.rs-blog .blog-slider .single-blog-slide .images span {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  left: 20px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 2px;
  text-align: center;
  z-index: 99;
  padding: 8px;
  width: 128px;
  bottom: 19px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-slider .single-blog-slide .images .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #b8b8b8;
  top: 0;
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-slider .single-blog-slide .images .overley ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 45%;
  transform: rotate(0deg);
  transition: all .9s;
}
.rs-blog .blog-slider .single-blog-slide .images .overley ul li {
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
}
.rs-blog .blog-slider .single-blog-slide .images:hover .overley {
  opacity: 0.8;
}
.rs-blog .blog-slider .single-blog-slide .images:hover span {
  background: transparent;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.rs-blog .blog-slider .single-blog-slide .blog-informations ul {
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations ul li {
  display: inline-block;
  margin-right: 15px;
  text-transform: capitalize;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations ul li:last-child {
  margin-right: 0;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations ul li i {
  color: #000000;
  margin-right: 5px;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details h3 {
  margin-bottom: 10px;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details h3 a {
  color: #212121;
  transition: all 0.3s ease 0s;
  font-size: 18px;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details h3 a:hover {
  color: #000000;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details p {
  margin-bottom: 20px;
  font-size: 13px;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more {
  display: block;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more a {
  display: inline-block;
  color: #000000;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 14px;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more a:after {
  font-family: linea-arrows-10;
  content: "\e068";
  color: #000000;
  font-size: 17px;
  position: absolute;
  top: 2px;
  right: 0px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more a:hover {
  color: #000000;
  opacity: 0.8;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more a:hover:after {
  right: -23px;
  opacity: 1;
}
.rs-blog .blog-slider .owl-stage-outer {
  padding-left: 2px;
  margin-right: -4px;
}
.rs-blog .blog-slider .owl-nav div {
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
}
.rs-blog .blog-slider .owl-nav div.owl-prev,
.rs-blog .blog-slider .owl-nav div.owl-next {
  position: absolute;
  left: -5%;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.rs-blog .blog-slider .owl-nav div.owl-next {
  left: auto;
  right: -5%;
}
.rs-blog-sec .blog-item {
  margin-bottom: 60px;
}
.rs-blog-sec .blog-item .blog-img {
  position: relative;
}
.rs-blog-sec .blog-item .blog-img img {
  width: 100%;
}
.rs-blog-sec .blog-item .blog-img .blog-img-content {
  top: 0 !important;
}
.rs-blog-sec .blog-item .blog-img .blog-img-content .display-table-cell {
  display: block;
  position: relative;
  height: 100%;
}
.rs-blog-sec .blog-item .blog-img .blog-img-content .display-table-cell .blog-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  width: 46px;
  height: 46px;
  line-height: 45px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-blog-sec .blog-item .blog-img .blog-img-content .display-table-cell .blog-link:hover {
  background: #fff;
  color: #000000;
}
.rs-blog-sec .blog-item .blog-img .date {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  left: 20px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 2px;
  text-align: center;
  z-index: 99;
  padding: 8px;
  width: 128px;
  bottom: 19px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-blog-sec .blog-item .blog-img .date a {
  color: #fff;
}
.rs-blog-sec .blog-item .blog-img:hover .date {
  background: transparent;
}
.rs-blog-sec .blog-item .blog-meta .blog-title {
  margin: 25px 0 4px;
}
.rs-blog-sec .blog-item .blog-meta .cate_sec {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #999;
}
.rs-blog-sec .blog-item .blog-meta .cate_sec li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.rs-blog-sec .blog-item .blog-meta .cate_sec li i {
  color: #999;
}
.rs-blog-sec .blog-item .blog-meta .cate_sec li a {
  color: #999;
}
.rs-blog-sec .blog-item .blog-meta .cate_sec li a:hover {
  color: #212121;
}
.rs-blog-sec .blog-item .blog-desc {
  margin-top: 15px;
  margin-bottom: 25px;
}
.rs-blog-sec .blog-item:hover .date {
  background: #333;
}
.rs-blog-sec .blog-item:hover .blog-img-content {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.rs-blog-sec .blog-item:hover a {
  color: #212121;
}
.comment i {
  color: #000000;
}
.single-blog-slide .overley i {
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.single-blog-slide .overley i:hover {
  background: #fff;
  color: #212121;
}
.rs-blog-details .bs-img {
  margin-bottom: 30px;
}
.rs-blog-details .tag-line {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.rs-blog-details .tag-line i {
  font-size: 13px;
  margin-right: 5px;
}
.rs-blog-details .tag-line a {
  display: inline-block;
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
}
.rs-blog-details .tag-line a + a {
  margin-left: 5px;
}
.rs-blog-details .bs-info {
  margin-bottom: 15px;
}
.rs-blog-details .ps-navigation ul {
  list-style: none;
  margin: 0;
}
.rs-blog-details .bs-title {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.rs-blog-details .bs-meta {
  font-size: 16px;
  margin: 15px 0 0;
  padding: 0;
}
.rs-blog-details .bs-meta li {
  display: inline-block;
  line-height: 10px;
  margin-right: 15px;
}
.rs-blog-details .bs-meta li i {
  margin-right: 5px;
  color: #000000;
}
.rs-blog-details .bs-meta li a {
  color: #000000;
}
.rs-blog-details .bs-meta li.category-name ul {
  margin: 0;
  float: left;
  padding-left: 8px;
}
.rs-blog-details .bs-desc {
  margin-top: 20px;
  line-height: 32px;
}
.rs-blog-details .bs-desc p:last-child {
  margin-bottom: 5px;
}
.rs-blog-details .related-post {
  margin-top: 40px;
  padding: 0 15px;
}
.rs-blog-details .related-post .related-title {
  font-size: 20px;
  margin-bottom: 30px;
}
.rs-blog-details .related-post .blog-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.rs-blog-details .related-post .blog-title a {
  color: #000000;
}
.rs-blog-details .related-post .blog-title a:hover {
  color: #000000;
}
.rs-blog-details .author-block {
  align-items: center;
  margin-top: 100px;
  border: 1px solid #eee;
  padding: 0 35px 35px;
  text-align: center;
}
.rs-blog-details .author-block .author-img {
  text-align: center;
  margin-top: -60px;
}
.rs-blog-details .author-block .author-img img {
  border-radius: 50%;
  width: 120px;
}
.rs-blog-details .author-block .author-title {
  margin: 15px 0;
  font-size: 20px;
  position: relative;
}
.rs-blog-details .author-block .author-title:after {
  background: #000000;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  width: 120px;
  height: 1px;
  margin: 0 auto;
}
.rs-blog-details .author-block .author-title a {
  color: #212121;
}
.rs-blog-details .author-block p {
  margin-bottom: 15px;
}
.rs-blog-details .comment-respond {
  margin-top: 0px;
}
.rs-blog-details .comments-title {
  font-size: 20px;
  margin-bottom: 30px;
}
.rs-blog-details #reply-title {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 18px;
}
.rs-blog-details .comment-block {
  margin-top: 50px;
}
.rs-blog-details .comment-block .comment {
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
}
.rs-blog-details .comment-block .comment .comment-header {
  margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-header:before,
.rs-blog-details .comment-block .comment .comment-header:after {
  content: "";
  display: table;
}
.rs-blog-details .comment-block .comment .comment-header:after {
  clear: both;
}
.rs-blog-details .comment-block .comment img {
  float: left;
  margin-right: 15px;
}
.rs-blog-details .comment-block .comment h3 {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
.rs-blog-details .comment-block .comment .comment-body p.desc {
  margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-reply {
  margin-bottom: 0;
}
blockquote {
  background: #f9f9f9;
  padding: 10px 20px;
  margin: 20px;
  font-size: 17.5px;
  border-left: 5px solid #000000;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0 0 50px;
  padding-top: 3px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.btm-cate li {
  float: left;
  margin-right: 25px;
}
.btm-cate li a {
  color: #000000;
}
.btm-cate li a:hover {
  color: #000000;
}
.btm-cate .category-name i {
  margin-right: 5px;
  color: #000000;
}
.btm-cate .tag-line {
  position: relative;
  padding-left: 22px;
}
.btm-cate .tag-line::before {
  font-family: FontAwesome;
  content: "\f02b";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  color: #000000;
}
.comment-respond .form-field {
  margin-bottom: 30px;
  position: relative;
}
.comment-respond .form-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.comment-respond .form-field input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-field #comment {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-submit {
  clear: both;
  margin-bottom: 0;
}
.comment-respond .form-submit #submit {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  line-height: normal;
  background: #000000;
  color: #fff;
  transition: all 0.3s ease 0s;
  border: none;
  text-transform: uppercase;
}
.comment-respond .form-submit #submit:hover {
  background: #212121;
  color: rgba(255, 255, 255, 0.8);
}
.comments-area {
  margin-top: 40px;
}
.comments-area ol.children {
  padding: 0;
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
}
.comments-area .comment-list li.comment {
  padding: 20px 20px;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  list-style: none;
}
.comments-area .comment-list li.comment .comment-author img {
  margin-right: 15px;
}
.comments-area .comment-list li.comment .comment-metadata {
  margin-left: 50px;
}
.comments-area .comment-list li.comment .comment-metadata a {
  color: #666666;
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 20px;
}
.comments-area .comment-list li.comment .reply a {
  position: relative;
  padding-left: 20px;
}
.comments-area .comment-list li.comment .reply a:before {
  content: "\f112";
  font-family: FontAwesome;
  left: 0px;
  position: absolute;
  top: 0;
}
.comments-area p.comment-form-author {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.comments-area p.comment-form-author label {
  display: block;
}
.comments-area p.comment-form-author input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area #commentform input,
.comments-area #commentform textarea {
  background: transparent;
  outline: none;
}
.comments-area p.comment-form-email {
  float: left;
  width: 50%;
  padding-left: 15px;
}
.comments-area p.comment-form-email label {
  display: block;
}
.comments-area p.comment-form-email input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area p.comment-form-phone {
  float: left;
  width: 50%;
  padding-left: 15px;
}
.comments-area p.comment-form-phone label {
  display: block;
}
.comments-area p.comment-form-phone input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area p.comment-form-url {
  clear: both;
}
.comments-area p.comment-form-url label {
  display: block;
}
.comments-area p.comment-form-url input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area p.comment-form-comment {
  clear: both;
}
.comments-area p.comment-form-comment label {
  display: block;
}
.comments-area p.comment-form-comment textarea {
  width: 100%;
  height: 120px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area [type="checkbox"] {
  margin-right: 9px;
  top: 2px;
  position: relative;
}
.comments-area .comment-navigation {
  overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
  position: relative;
  padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
  position: relative;
  padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  right: 0;
  top: 1px;
  color: #4caf50;
}
.img-shadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.inner-page-title {
  padding-top: 120px;
}
.bs-sidebar .widget-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.bs-sidebar .widget:last-child {
  margin-bottom: 0;
}
.bs-sidebar .widget {
  margin: 0 0 2.5em;
}
.bs-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar ul a {
  color: #000000;
  transition: all 0.3s ease 0s;
}
.bs-sidebar ul a:hover {
  color: #000000;
}
.bs-sidebar .bs-search {
  overflow: hidden;
  position: relative;
}
.bs-sidebar .bs-search .search-wrap {
  position: relative;
}
.bs-sidebar .bs-search input {
  border: 1px solid #eee;
  color: #000000;
  padding: 8px 10px;
  width: 100%;
}
.bs-sidebar .bs-search button {
  background: transparent;
  border: medium none;
  color: #999;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 10;
  font-size: 18px;
  outline: none;
  width: auto;
}
.bs-sidebar .bs-search label {
  display: inline;
}
.bs-sidebar .widget_categories ul,
.bs-sidebar .widget_recent_entries ul,
.bs-sidebar .widget_archive ul,
.bs-sidebar .widget_meta ul {
  list-style: none;
}
.bs-sidebar .recent-post-widget .post-item {
  margin-bottom: 20px;
}
.bs-sidebar .recent-post-widget .post-desc {
  padding: 15px 0;
}
.bs-sidebar .recent-post-widget .post-desc a {
  display: block;
  font-size: 17px;
  color: #747474;
  transition: all 0.3s ease 0s;
}
.bs-sidebar .recent-post-widget .post-desc a:hover {
  color: #000000;
}
.bs-sidebar .recent-post-widget .post-desc span {
  display: block;
  font-size: 13px;
  color: #888;
}
.bs-sidebar .tagcloud a {
  display: inline-block;
  margin: 10px 3px 0px 0;
  line-height: 20px;
  padding: 6px 12px;
  font-size: 13px;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #000000;
  color: #000000;
}
.bs-sidebar .tagcloud a:hover {
  background-color: #000000;
  color: #fff;
}
.widget ul li {
  position: relative;
  padding: 9px 0 9px 0;
  border-top: 1px solid #eee;
}
.widget ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}
.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 1px solid #eee;
  color: #000000;
  padding: 10px;
  width: 100%;
}
.bs-search button {
  background: transparent;
  border: medium none;
  color: #999;
  padding: 8px 11px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 20px;
  outline: none;
}
.bs-search label {
  display: inline;
}
article.sticky .blog-title a {
  color: #000000;
  position: relative;
  padding-left: 25px;
}
article.sticky .blog-title a:after {
  font-family: FontAwesome;
  content: "\f08d";
  position: absolute;
  left: 0;
  top: -2px;
  color: #000000;
  font-size: 25px;
}
.breadcrumbs-inner {
  max-width: 1170px;
  margin: 0 auto;
}
.entry-content .page-links {
  padding-top: 30px;
}
.comment-reply-title {
  font-size: 20px;
  margin-top: 14px;
}
.page-links span {
  border: 1px solid #000000;
  padding: 3px 12px;
  font-size: 18px;
  margin: 0 0 0 5px;
  background: #000000;
  color: #fff;
}
.page-links a span {
  background: transparent;
  color: #000000;
}
.page-links span:hover {
  background: #000000;
  color: #fff;
}
.single-post h2 {
  margin-top: 25px;
}
.single-post .bs-sidebar h2 {
  margin-top: 0;
}
.comment-list .pingback,
.comment-list .trackback {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}
.rs-blog-details .bs-meta li.category-name a {
  line-height: 22px;
}
li.category-name ul.post-categories {
  position: relative;
  float: none;
  padding-left: 22px;
}
li.category-name ul.post-categories:before {
  content: "\f115";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 7px;
  color: #000000;
}
.pagination-area {
  overflow: hidden;
  clear: both;
  text-align: center;
}
.pagination-area .nav-links {
  text-align: center;
}
.pagination-area .nav-links span.current {
  padding: 5px 15px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #000000;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: #000000;
  color: #ffffff;
}
.pagination-area .nav-links a {
  padding: 5px 15px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.pagination-area .nav-links a:hover {
  background: #000000;
  color: #ffffff;
}
.pagination-area .nav-links > * {
  margin: 4px;
}
/* -----------------------
    18. Team Member
--------------------------*/
.rs-team .team-item {
  position: relative;
  margin-bottom: 30px;
  	
}

.rs-team .team-item .team-img {
  position: relative;
  overflow: hidden;
}
.rs-team .team-item .team-img img {
  width: 100%;
  transition: all 0.5s;
}
.rs-team .team-item .team-content {
  text-align: left;
  z-index: 10;
  padding: 10px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  position: relative;
  background: #f0f0f0;
}
.rs-team .team-item .team-content .team-name {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}
.rs-team .team-item .team-content .team-name a {
  color: #191919;
}
.rs-team .team-item .team-content .team-name a:hover {
  color: #000A82;
}
.rs-team .team-item .team-content .team-title {
  font-size: 15px;
  color: #0B0B0B;
  text-align: left;
}
.rs-team .team-item .team-social {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(0.5);
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.rs-team .team-item .team-social .social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  margin-right: 6px;
  border-radius: 50%;
}
.rs-team .team-item .team-social .social-icon:hover {
  color: #3b0083;
}
.rs-team .team-item:hover .team-img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.rs-team .team-item:hover .team-social {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.rs-team-details .info-title {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 20px;
}
.rs-team-details .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
}
.rs-team-details .ps-informations ul li {
  font-size: 14px;
  color: #000000;
}
.rs-team-details .ps-informations ul li span {
  font-weight: 700;
  font-size: 15px;
  width: 120px;
  display: inline-block;
}
.rs-team-details .ps-informations ul li + li {
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.rs-team-details .team-info {
  margin-top: 20px;
}
.rs-team-details .team-info li {
  font-size: 14px;
  color: #000000;
  list-style-type: none;
}
.rs-team-details .team-info li span {
  font-weight: bold;
  color: #000000;
  font-size: 15px;
}
.rs-team-details .social-icons {
  margin-top: 20px;
}
.rs-team-details .social-icons li {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.rs-team-details .social-icons li i {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  font-size: 15px;
  transition: 0.3s ease all;
}
.rs-team-details .social-icons li i:hover {
  color: #3b0083;
}
.rs-team-details .project-desc {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-top: 20px;
}
.single-teams .rs-porfolio-details {
  background: #fcfcfc;
  padding: 100px 0 72px;
}
.single-teams .rs-porfolio-details .project-desc {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}
/*-------------------------------------
    19. Contact Page
--------------------------------------*/
.rs-contact-section #googleMap {
  height: 449px;
  border: 5px solid #fff;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}
.rs-contact-section .map-text {
  padding-bottom: 22px;
}
.rs-contact-section .map-text h3 {
  font-size: 20px;
  margin: 0;
  padding: 25px 0 10px;
  font-weight: 600;
}
.rs-contact-section .map-text p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.rs-contact-section .contact-address-section {
  text-align: center;
}
.rs-contact-section .contact-address-section .contact-info {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 40px 25px;
  margin-bottom: 50px;
}
.rs-contact-section .contact-address-section .contact-info .contact-pd {
  padding: 0 10px;
}
.rs-contact-section .contact-address-section .contact-info h4 {
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
}
.rs-contact-section .contact-address-section .contact-info a {
  color: #000000;
  display: block;
}
.rs-contact-section .contact-address-section .contact-info a:hover {
  color: #3b0083;
}
.rs-contact-section .contact-address-section .contact-info p {
  color: #000000;
  margin: 0;
}
.rs-contact-section .contact-comment-section h3 {
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.rs-contact-section .contact-comment-section form .form-group input {
  height: 50px;
  padding: 0 15px;
}
.rs-contact-section .contact-comment-section form .form-group input,
.rs-contact-section .contact-comment-section form .form-group textarea {
  border: 1px solid #e9e9e9;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
.rs-contact-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #483091;
  margin-top: 15px;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  padding: 0 50px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-contact-section .contact-comment-section form .form-group input.btn-send:hover {
  background: #483091;
}
.rs-contact-section .contact-comment-section form textarea {
  padding: 15px;
}
/* ------------------------------------
    20. Breadcrumbs
---------------------------------------*/
.rs-breadcrumbs {
  position: relative;
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}
.rs-breadcrumbs .breadcrumbs-inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rs-breadcrumbs .page-title {
  margin-bottom: 0;
  letter-spacing: 0.5px;
  float: left;
  font-size: 34px;
  line-height: 44px;
  margin-right: auto;
}
.rs-breadcrumbs nav ul li {
  text-transform: uppercase;
  position: relative;
  float: left;
  color: #707070;
  font-size: 13px;
}
.rs-breadcrumbs nav ul li + li {
  margin-left: 12px;
  padding-left: 12px;
}
.rs-breadcrumbs nav ul li + li:after {
  content: "\002F";
  position: absolute;
  left: 0;
  font-size: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rs-breadcrumbs nav ul li a {
  color: #707070;
}
.rs-breadcrumbs nav ul li a:hover {
  color: #000000;
}
/* ------------------------------------
    21. Preloader CSS
---------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}
#logo img
{
    max-width: 60px !important;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.object {
  width: 20px;
  height: 20px;
  background-color: #000000;
  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;
}
@-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);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #4caf50;
  z-index: 1000;
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 1s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
/* ------------------------------------
    22. Floating Bar
---------------------------------------*/
.floating-bar {
  padding: 0 60px;
  z-index: 99999;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.2);
}
.floating-bar .floating-contact {
  overflow: hidden;
  width: 30%;
}
.floating-bar .floating-contact ul {
  margin: 0;
  list-style-type: none;
  text-align: right;
}
.floating-bar .floating-contact ul li {
  display: inline-block;
  margin-right: 14px;
}
.floating-bar .floating-contact ul li .fa-mobile {
  font-size: 26px;
}
.floating-bar .floating-contact ul li a {
  font-size: 18px;
}
.floating-bar ul li a:hover {
  color: #3b0083;
}
.floating-bar .floating-share {
  width: 70%;
  float: left;
}
.floating-bar .floating-share ul {
  margin: 0;
  list-style-type: none;
}
.floating-bar .floating-share ul li {
  display: inline-block;
  margin-left: 25px;
}
.floating-bar .floating-share ul li:first-child {
  margin-left: 0;
}
.floating-bar .floating-share ul li a {
  font-size: 18px;
}
.floating-bar.left {
  width: 100vh;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 80px;
  background: #fff;
  display: none;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotateZ(-90deg) translateY(100%);
  transform: rotateZ(-90deg) translateY(100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.floating-bar.left ul li {
  -webkit-transform: rotateZ(90deg) translateY(100%);
  transform: rotateZ(90deg) translateY(100%);
}
.floating-bar.right {
  width: 100vh;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 80px;
  background: #fff;
  display: none;
  -webkit-transform-origin: left bottom;
  transform-origin: right bottom;
  -webkit-transform: rotateZ(90deg) translateY(100%);
  transform: rotateZ(90deg) translateY(100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.floating-bar.right .floating-contact ul {
  text-align: center;
}
.floating-bar.right ul li {
  -webkit-transform: rotateZ(-90deg) translateY(100%);
  transform: rotateZ(-90deg) translateY(100%);
}
.floating-bar.bottom {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 80px;
  background: #fff;
  z-index: 9;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.floating-bar.left.show,
.floating-bar.right.show {
  display: flex !important;
}
.icon-left {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  cursor: pointer;
  transition: all 0.5s;
}
.icon-left:after {
  content: "\e048";
  position: absolute;
  font-family: "linea-arrows-10";
  left: 0;
  font-size: 28px;
  bottom: 0;
  display: block;
  background: #363434;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}
.floating-icons {
  z-index: 99;
}
.icon-left.float-close {
  position: fixed;
  top: 50%;
  left: 79px;
  transform: translateX(-50%);
  cursor: pointer;
}
.icon-left.float-close:after {
  content: "\e04a";
}
.icon-right {
  position: fixed;
  top: 50%;
  right: 39px;
  transform: translateX(-50%);
  cursor: pointer;
  transition: all 0.5s;
}
.icon-right:after {
  content: "\e048";
  position: absolute;
  font-family: "linea-arrows-10";
  left: 0;
  font-size: 28px;
  bottom: 0;
  display: block;
  background: #363434;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}
.icon-right.float-close {
  position: fixed;
  top: 50%;
  right: 118px;
  transform: translateX(-50%);
  cursor: pointer;
}
.icon-right.float-close:after {
  content: "\e04a";
}
/* -----------------------
    23. Footer
--------------------------*/
.rs-footer {
  font-size: 13px;
  -webkit-box-shadow: inset 0 30px 30px -20px rgba(245, 245, 245, 0.8);
  -moz-box-shadow: inset 0 30px 30px -20px rgba(245, 245, 245, 0.8);
  box-shadow: inset 0 30px 30px -20px rgba(245, 245, 245, 0.8);
}
.rs-footer .logo {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 26px;
  line-height: 34px;
}
.rs-footer .widget_contact ul li {
  padding: 6px 0 6px 0px;
  border: none;
}
.rs-footer .widget_contact ul li i {
  padding-right: 10px;
  transition: 0.3s ease all;
}
.rs-footer .widget_contact ul li:hover i {
  color: #3b0083;
}
.rs-footer .footer-bottom-share {
  margin-top: 10px;
}
.rs-footer .footer-bottom-share ul li {
  display: inline-block;
  margin-right: 15px;
}
.rs-footer .footer-bottom-share ul li a:hover {
  color: #3b0083;
}
.rs-footer .widget_recent_entries ul li a:hover {
  color: #3b0083;
}
.rs-footer .widget_newsletter .form-fields {
  position: relative;
}
.rs-footer .widget_newsletter .form-fields [type="email"] {
  font-size: 13px;
  padding: 8px 15px;
  border: 1px solid #eee;
  position: relative;
  display: block;
  color: #483091;
  background-color: transparent;
  outline: none;
  width: 100%;
}
.rs-footer .widget_newsletter .form-fields [type="submit"],
.rs-footer .widget_newsletter .form-fields button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  padding: 10px 18px;
}
.rs-footer .widget_newsletter .form-fields [type="submit"]:hover,
.rs-footer .widget_newsletter .form-fields button:hover {
  background: #513c90;
  color: #fff;
}
.rs-footer2 {
  text-align: center;
  background: #f5f5f5;
  padding: 60px 0 50px;
}
.rs-footer2 .logo {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 26px;
  line-height: 34px;
}
.rs-footer2 .footer-bottom-share {
  margin-top: 10px;
  margin-bottom: 25px;
}
.rs-footer2 .footer-bottom-share ul li {
  display: inline-block;
  margin-right: 15px;
}
.rs-footer2 .footer-bottom-share ul li a:hover {
  color: #3b0083;
}
.rs-footer2 .copyright p {
  margin-bottom: 0;
}
.rs-footer2 .copyright a:hover {
  color: #3b0083;
}
.footer-bottom {
  padding: 20px 0 17px;
  background: #f5f5f5;
}
.footer-bottom .copyright p {
  margin: 0;
}
.footer-bottom .copyright p a:hover {
  color: #3b0083;
}
.footer-bottom-2 {
  padding: 40px 0 30px;
  background: #f5f5f5;
}
.footer-bottom-2 .footer-bottom-share {
  text-align: right;
  margin-top: 0;
}
.footer-bottom-2 .footer-bottom-share ul li:last-child {
  margin-right: 0;
}
.footer-bottom-2 .copyright p {
  margin: 0;
}
.footer-bottom-2 .copyright p a:hover {
  color: #3b0083;
}
.footer-style-1 .footer-bottom-share ul {
  margin: 0;
  list-style-type: none;
}
.footer-style-1 .footer-bottom-share ul li {
  display: inline-block;
}
.footer-style-1 .footer-bottom-share ul li + li {
  margin-left: 15px;
}
.footer-style-1 .footer-bottom-share ul li a:hover {
  opacity: 0.8;
}
.footer-style-4 {
  text-align: center;
  padding: 60px 0 50px;
  background: #f5f5f5;
}
.footer-style-4 .footer-bottom-share ul {
  list-style-type: none;
  margin: 30px 0 30px 0;
}
.footer-style-4 .footer-bottom-share ul li {
  display: inline-block;
}
.footer-style-4 .footer-bottom-share ul li + li {
  margin-left: 10px;
}
.footer-style-4 .footer-bottom-share ul li a {
  font-size: 16px;
}
.footer-top {
  padding-top: 70px;
  padding-bottom: 64px;
}
.footer-top ul {
  list-style: none;
  margin: 0;
}
.footer-top li {
  list-style: none;
}
/* -----------------------
    24. Scroll Up
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#scrollUp i {
  height: 40px;
  font-size: 20px;
  width: 40px;
  color: #000000;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover {
  color: #000000;
}
#scrollUp:hover {
  bottom: 45px;
}
/* ------------------------------------
    25. Shop 
---------------------------------------*/
.shop-page-area.single-product-page {
  padding: 100px 0 0;
}
.shop-page-area .single-details {
  padding: 0 0 35px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease 0s;
  margin-bottom: 15px;
}
.shop-page-area .single-details .triangle_left {
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-right: 140px solid #000000;
  border-bottom: 70px solid transparent;
  position: absolute;
  top: -75px;
  left: -117px;
  transform: rotate(48deg);
  opacity: 0;
}
.shop-page-area .single-details:hover {
  background: #f5f5f5;
}
.shop-page-area .single-details:hover .triangle_left {
  opacity: 1;
}
.shop-page-area .single-details:hover h3 a {
  color: #000000;
}
.shop-page-area .single-details:hover .add-to-cart {
  background: #000000;
  color: #fff !important;
}
.shop-page-area .single-details:hover .images .overley {
  opacity: 1;
  transform: scaleY(1);
}
.shop-page-area .single-details .images {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.shop-page-area .single-details .images a {
  display: block;
}
.shop-page-area .single-details .images a img {
  transition: all 0.3s ease-out;
  width: 100%;
}
.shop-page-area .single-details .images .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  padding: 30px;
}
.shop-page-area .single-details .images .overley .winners-details {
  padding: 20% 0;
}
.shop-page-area .single-details .images .overley .winners-details h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.shop-page-area .single-details .images .overley .winners-details h4:after {
  display: none;
}
.shop-page-area .single-details .images .overley .winners-details .product-info {
  margin: 0;
  padding: 0px;
  list-style: none;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: all .9s;
  text-align: center;
  left: 0;
  right: 0;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li {
  display: inline-block;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li a {
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li a:hover {
  color: #000000;
  background: #fff;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li a i {
  font-size: 16px;
  margin: 0;
}
.shop-page-area .single-details .images .overley .winners-details p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 13px;
}
.shop-page-area .single-details .images .overley .winners-details p i {
  color: #ffffff;
  margin-right: 8px;
}
.shop-page-area .single-details h4 {
  margin-bottom: 5px !important;
  margin-left: 0;
  font-weight: 500;
}
.shop-page-area .single-details h4 a {
  color: #000000;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  margin: 0;
}
.shop-page-area .single-details h4 a:hover {
  color: #000000;
}
.shop-page-area .single-details .price-details ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.shop-page-area .single-details .price-details ul li {
  display: block;
}
.shop-page-area .single-details .price-details ul li:first-child {
  font-size: 15px;
}
.shop-page-area .single-details .price-details ul li:first-child del {
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
}
.shop-page-area .single-details .price-details ul li .add-to-cart {
  border: 1px solid #000000;
  padding: 5px 18px;
  color: #000000;
  display: inline-block;
  margin-top: 15px;
}
.shop-page-area .topbar-area {
  overflow: hidden;
  padding-bottom: 54px;
}
.shop-page-area .topbar-area .showing-Short .seclec-box {
  float: right;
}
.shop-page-area .topbar-area .showing-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.shop-page-area .topbar-area .showing-result ul li {
  display: inline-block;
  font-weight: 400;
  color: #000000;
  margin-right: 0;
  font-size: 14px;
  height: 25px;
}
.shop-page-area .topbar-area .showing-result ul li .form-group {
  margin: 0;
}
.shop-page-area .topbar-area .showing-result ul li .form-group.seclect-box select.form-control {
  display: inline-block;
  border: 0;
  background: transparent;
  border-radius: 0px;
}
.shop-page-area .pagination {
  margin-top: 0;
}
/* ------------------------------------
    26. Shop Single
---------------------------------------*/
.shop-single-page-area .shop-single-btm-page-area {
  padding-bottom: 85px;
  overflow: hidden;
  padding-top: 60px;
}
.shop-single-page-area .shop-single-btm-page-area .sec-title {
  font-size: 30px;
}
.shop-single-page-area .shop-single-btm-page-area .sec-title:after {
  height: 5px;
}
.shop-single-page-area .shop-single-btm-page-area .sec-sub-title {
  margin-bottom: 42px;
  margin-top: 10px;
  font-size: 30px;
}
.shop-single-page-area .inner-single-product-slider .inner {
  margin-bottom: 26px;
}
.shop-single-page-area .inner-single-product-slider .single-product-nav {
  max-width: 300px;
  margin: 0 auto;
}
.shop-single-page-area .inner-single-product-slider .single-product-nav .slick-slide {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}
.shop-single-page-area .inner-single-product-slider .single-product-nav .slick-slide:after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.shop-single-page-area .inner-single-product-slider .single-product-nav .slick-current:after {
  opacity: 0;
}
.shop-single-page-area .inner-single-product-slider .slick-prev:before {
  content: "\f104";
}
.shop-single-page-area .inner-single-product-slider .slick-prev:before,
.shop-single-page-area .inner-single-product-slider .slick-next:before {
  font-family: FontAwesome;
  opacity: 1;
  transition: all 0.5s ease 0s;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.shop-single-page-area .inner-single-product-slider .slick-prev:hover:before,
.shop-single-page-area .inner-single-product-slider .slick-next:hover:before {
  color: #000000;
}
.shop-single-page-area .inner-single-product-slider .slick-next:before {
  content: "\f105";
}
.shop-single-page-area .left-area h4 {
  margin: 0 0 12px;
  color: #000000;
  font-size: 20px;
}
.shop-single-page-area .left-area .cat,
.shop-single-page-area .left-area .tag {
  font-size: 13px;
  margin: 0 0 5px;
}
.shop-single-page-area .left-area .cat strong,
.shop-single-page-area .left-area .tag strong {
  font-weight: 500;
}
.shop-single-page-area .left-area .cat {
  margin-top: 27px;
}
.shop-single-page-area .tab-btm {
  margin-top: 20px;
}
.shop-single-page-area .tab-btm .nav-item {
  position: relative;
  display: block;
  width: 100%;
}
.shop-single-page-area .tab-btm .nav-item a {
  font-size: 15px;
  color: #000000;
  outline: none;
}
.shop-single-page-area .tab-btm .nav-item .active {
  background: #eee;
}
.shop-single-page-area .tab-btm .nav-item .active:before {
  content: "\f105";
  font-family: FontAwesome;
  opacity: 1;
  transition: all 0.5s ease 0s;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 9px;
  z-index: 99;
  right: 8px;
}
.shop-single-page-area .tab-btm .tab-content.card {
  border: none;
}
.shop-single-page-area .tab-btm h4 {
  margin: 15px 0 19px;
  font-weight: 500;
  color: #000000;
}
/*-----------------------------------
    27. Check Out
-------------------------------------*/
.rs-check-out .title-bg {
  font-size: 24px;
  margin-bottom: 30px;
}
.rs-check-out .check-out-box {
  padding: 0 0 40px 0;
}
.rs-check-out .check-out-box label {
  color: #000000;
  font-weight: 400;
}
.rs-check-out .check-out-box textarea,
.rs-check-out .check-out-box input {
  border-color: #bfbfbf;
  border-radius: 0;
}
.rs-check-out .check-out-box input {
  height: 40px;
  padding: 0 15px;
}
.rs-check-out .check-out-box select {
  width: 100%;
  display: block;
  padding: 8px 15px;
  color: #000000;
}
.rs-check-out .check-out-box .checkbox input {
  height: auto;
  margin-top: 7px;
}
.rs-check-out .shipping-box h3.title {
  font-size: 24px;
  margin: 0 0 30px;
}
.rs-check-out .shipping-box .form-group input {
  height: 80px;
  border-radius: 0;
}
.rs-check-out .shipping-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  white-space: pre-line;
  word-wrap: break-word;
}
.rs-check-out .shipping-box ::-moz-placeholder {
  /* Firefox 19+ */
  white-space: pre-line;
  word-wrap: break-word;
}
.rs-check-out .shipping-box :-ms-input-placeholder {
  /* IE 10+ */
  white-space: pre-line;
  word-wrap: break-word;
}
.rs-check-out .shipping-box :-moz-placeholder {
  /* Firefox 18- */
  white-space: pre-line;
  word-wrap: break-word;
}
.rs-check-out .shipping-box input,
.rs-check-out .checkbox input {
  margin-right: 15px;
}
.rs-check-out .product-demo {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 8px;
}
.rs-check-out .product-demo h5 {
  margin: 0;
  font-size: 15px;
  text-align: center;
}
.rs-check-out .product-demo .product-image {
  width: 15%;
  float: left;
}
.rs-check-out .product-demo .product-name {
  width: 30%;
  float: left;
  transform: translateY(100%);
}
.rs-check-out .product-demo .product-quantity {
  width: 25%;
  float: left;
  text-align: center;
  transform: translateY(100%);
}
.rs-check-out .product-demo .product-ititial-price {
  width: 30%;
  float: left;
  text-align: center;
  transform: translateY(100%);
}
.rs-check-out .product-price table {
  border: 1px solid #b2b2b2;
  margin-bottom: 25px;
  width: 100%;
}
.rs-check-out .product-price table tr td {
  padding: 15px 25px;
  border-bottom: 1px solid #b2b2b2;
}
.rs-check-out .product-price table tr td input {
  margin-right: 5px;
}
.rs-check-out .product-price table tr td:last-child {
  text-align: right;
}
.rs-check-out .product-price table tr td.no-border {
  border: none;
}
.rs-check-out .rs-payment-system .payment-radio-btn1 {
  padding: 15px 25px;
  border: 1px solid #b2b2b2;
}
.rs-check-out .rs-payment-system .payment-radio-btn1 p {
  margin: 0;
  padding: 15px 0 15px 25px;
  font-size: 13px;
}
.rs-check-out .rs-payment-system .payment-radio-btn2 {
  padding: 15px 25px;
  border: 1px solid #b2b2b2;
  border-top: none;
}
.rs-check-out .rs-payment-system input {
  margin-right: 10px;
}
.rs-check-out .rs-payment-system input.btn-send {
  width: 100%;
  margin-top: 25px;
  background-color: #483091;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  height: 50px;
  text-align: c center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  cursor: pointer;
}
.rs-check-out .rs-payment-system input.btn-send:hover {
  background: #483091;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #FFFFFF;
  color: #191919;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
}

.active, .collapsible:hover {
  background-color: #E8E8E8;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #FFFFFF;
}





/*-----------------------------------
    28. Shipping Area
------------------------------------*/
.shipping-area .button-area ul li a {
  display: block;
  padding: 15px;
  background: #f8f8f8;
  color: #646464;
  font-size: 18px;
}
.shipping-area .button-area ul li.active a {
  background: #000000;
  color: #fff;
}
.shipping-area .product-list table {
  margin: 0 0 30px;
  width: 100%;
}
.shipping-area .product-list table tr {
  border: 1px solid #e7e7e7;
  padding: 25px;
  display: block;
  margin-top: -1px;
}
.shipping-area .product-list table tr td {
  padding-right: 52px;
}
.shipping-area .product-list table tr td img {
  width: 100%;
  display: block;
  max-width: 80px;
}
.shipping-area .product-list table tr td .des-pro {
  display: block;
  padding-right: 50px;
  width: 210px;
}
@media screen and (max-width: 991px) {
  .shipping-area .product-list table tr td .des-pro {
    width: auto;
  }
}
.shipping-area .product-list table tr td .des-pro h4 {
  margin: 0 0 10px;
  font-size: 20px;
}
.shipping-area .product-list table tr td .des-pro p {
  color: #646464;
  margin: 0;
}
.shipping-area .product-list table tr td strong {
  font-size: 20px;
  display: block;
  padding-right: 100px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .shipping-area .product-list table tr td strong {
    padding-right: 10px;
  }
}
.shipping-area .product-list table tr td .order-pro {
  position: relative;
  display: block;
  margin-right: 100px;
}
.shipping-area .product-list table tr td .order-pro input {
  width: 110px;
  height: 46px;
  box-shadow: none;
  border: 1px solid #ccc;
  text-align: center;
  padding-right: 10px;
  color: #888888;
  font-size: 18px;
}
.shipping-area .product-list table tr td .order-pro div {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
.shipping-area .product-list table tr td .order-pro div.btn-plus {
  right: 40px;
}
.shipping-area .product-list table tr td .order-pro div.btn-minus {
  right: 20px;
}
.shipping-area .product-list table tr td .prize {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  padding-right: 50px;
}
.shipping-area .product-list table tr td i {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  cursor: pointer;
  color: #ccc;
}
.shipping-area .product-list table tr td i:hover {
  background: #000000;
  color: #fff;
}
.shipping-area .product-list .total span {
  font-size: 20px;
  padding-right: 10px;
}
.shipping-area .product-list .total strong {
  font-size: 28px;
  font-weight: 400;
}
.shipping-area .next-step {
  text-align: right;
}
.shipping-area .next-step a {
  padding: 10px 22px;
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 25px;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.shipping-area .next-step a:hover {
  background: #333333;
}
.shipping-area .form-area h3 {
  font-weight: 500;
  padding: 15px 15px;
  font-size: 22px;
}
.shipping-area .form-area form fieldset {
  margin: 0 0 15px;
}
.shipping-area .form-area form fieldset label {
  display: block;
  width: 100%;
  color: #333333;
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 14px;
}
.shipping-area .form-area form fieldset input {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  height: 40px;
  border-radius: 0;
  padding: 0 15px;
  border: 1px solid #ccc;
}
.shipping-area .form-area form fieldset select {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  height: 40px;
  border-radius: 0;
  padding: 0 15px;
  color: #646464;
  font-size: 13px;
  border: 1px solid #ccc;
}
.shipping-area .order-list h3 {
  padding: 15px 0;
  font-size: 24px;
}
.shipping-area .order-list table {
  width: 100%;
}
.shipping-area .order-list table tr {
  width: 100%;
  display: block;
  margin-top: -1px;
}
.shipping-area .order-list table tr th {
  font-weight: bold;
  width: 50%;
}
.shipping-area .order-list table tr td {
  border: 1px solid #dedede;
  padding: 15px 15px;
  font-weight: normal;
}
.shipping-area .order-list table tr td:first-child {
  width: 400px;
}
@media screen and (max-width: 480px) {
  .shipping-area .order-list table tr td:first-child {
    width: 65%;
  }
}
.shipping-area .order-list table tr td:last-child {
  width: 150px;
  text-align: center;
}
.shipping-area .order-list table .row-bold td {
  border: 1px solid #dedede;
  font-weight: 700;
}
.shipping-area .panel-group .panel {
  border-radius: 0;
  margin: 0;
}
.shipping-area .panel-group .panel-body {
  padding-left: 40px;
  padding-right: 100px;
}
.shipping-area .panel-group a .checkbox {
  margin: 0;
  padding: 10px 0;
}
.shipping-area .panel-group a .checkbox .cr {
  position: relative;
  display: inline-block;
  background: #cccccc;
  border-radius: 100%;
  float: left;
  margin-top: 0px;
  margin-right: .5em;
  width: 15px;
  height: 15px;
}
.shipping-area .panel-group a .checkbox label {
  margin: 0 !important;
  padding: 0 !important;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}
.shipping-area .panel-group a .checkbox label input[type="checkbox"] {
  display: none;
}
.shipping-area .panel-group a .checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 1;
  display: block;
  color: #000000;
  width: 15px;
  height: 15px;
}
.shipping-area .panel-group a .checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
  transition: all 0.3s ease-in;
  display: block;
  padding: 5px;
  color: #2962ff;
}
.shipping-area .panel-group .panel-default > .panel-heading {
  background: transparent;
}
.order-pro input[type=number]::-webkit-inner-spin-button,
.order-pro input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.coupon-fields .input-text {
  padding: 5px 15px;
  width: 75%;
  margin-right: 10px;
  margin-bottom: 25px;
  border: 1px solid #ddd;
}
.coupon-fields .apply-coupon {
  background: #000000;
  border: none;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #000000;
  transition: all 0.3s ease 0s;
}
.coupon-fields .apply-coupon:hover {
  background: #1a1a1a;
}



.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}