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

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #505050;
  font-family: "Montserrat", sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  color: #101010;
  margin: 0 0 26px;
  font-weight: 600;
}
a {
  color: #243a4f;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #ff6c39;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.separator-80 {
  height: 80px;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #243a4f;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #243a4f;
  text-shadow: none;
  color: #ffffff;
}
.sec-spacer {
  padding: 100px 0;
}
.sec-color {
  background-color: #f9f9f9;
}
.pb-50 {
  padding-bottom: 50px;
}
.mb-30 {
  margin-bottom: 30px;
}
.paddimg-right-none {
  padding-right: 0;
}
.paddimg-left-none {
  padding-left: 0;
}
.primary-bg {
  background: #243a4f;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.bg1 {
  background-image: url(images/bg/bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.btn-center {
  width: 100%;
  max-width: 140px;
  display: block !important;
  margin: 0 auto;
  text-align: center;
}
.gray-bg {
  background: #f0f0f0;
}
.white-bg {
  background: #ffffff !important;
}
.text-left {
  text-align: left !important;
}
.text-left h1 {
  text-align: left !important;
}
.text-left h2 {
  text-align: left !important;
}
.text-left h3 {
  text-align: left !important;
}
.text-left h4 {
  text-align: left !important;
}
.text-left p {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-center h1 {
  text-align: center !important;
}
.text-center h2 {
  text-align: center !important;
}
.text-center h3 {
  text-align: center !important;
}
.text-center h4 {
  text-align: center !important;
}
.text-center p {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-right h1 {
  text-align: right !important;
}
.text-right h2 {
  text-align: right !important;
}
.text-right h3 {
  text-align: right !important;
}
.text-right h4 {
  text-align: right !important;
}
.text-right p {
  text-align: right !important;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
ul.desc-list {
  margin-bottom: 10px;
  padding-left: 25px;
}
ul.desc-list li {
  display: block;
  line-height: 40px;
  position: relative;
  padding-left: 40px;
  font-size: 15px;
}
ul.desc-list li:before {
  /*content: "\f0da";*/
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
  width: 49%;
  font-size: 16px;
  border-radius: 6px;
  box-shadow: rgb(0 0 0 / 9%) 0 3px 12px;
  border-bottom: 3px solid #ff6c39;
}
ul.desc-list li:after {
  content: "\f00c";
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  font-family: FontAwesome;
  background: #ff6c39;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 50px;
}

ul.desc-list li i {
  padding-right: 10px;
}
.sec-title {
  margin-bottom: 35px;
}
.sec-title h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #505050;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.sec-title h2 {
  font-size: 40px;
  line-height: 45px;
  color: #101010;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
.left-align {
  left: -100% !important;
  text-align: right;
}
.readmore {
  color: #ff6c39;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
}
.readmore:hover {
  text-decoration: underline !important;
}
.readmore:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #ff6c39;
  font-size: 16px;
  padding-right: 0.5em;
  position: absolute;
  top: -3px;
  right: -22px;
}
.readon {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  line-height: normal;
  background: #ff6c39;
  border: 2px solid #ff6c39;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 0px;
}
.readon:hover,
.readon:focus {
  color: #ffffff !important;
  background: #243a4f;
  border: 2px solid #243a4f;
}
.readon.border {
  background: transparent;
  border: 1px solid #243a4f;
  color: #243a4f;
}
.readon.border:hover {
  color: #ffffff;
  background: #243a4f;
}
.readon.border.white {
  border-color: #ffffff;
  color: #ffffff;
}
.readon.border.white:hover {
  color: #243a4f;
  background: #ffffff;
}
#form-messages.success {
  border-color: #243a4f;
  color: #243a4f;
  background: #f0f0f0;
  border-left: 3px solid;
  box-shadow: 0 2px 2px rgba(6, 6, 6, 0.04);
  margin-bottom: 30px;
  padding: 15px;
  transition: all 0.3s ease 0s;
}
#form-messages.error {
  border-color: #ff6c39;
  color: #ff6c39;
  background: #f0f0f0;
  border-left: 3px solid;
  box-shadow: 0 2px 2px rgba(6, 6, 6, 0.04);
  margin-bottom: 30px;
  padding: 15px;
  transition: all 0.3s ease 0s;
}
.pt-45 {
  padding-top: 45px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.margin-remove {
  margin: 0 !important;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.white-color {
  color: #ffffff !important;
}
.welcome-seo-ninja .items:hover .glyph-icon,
.rs-services2 .items:hover .glyph-icon,
.welcome-seo-ninja .services-item:hover .glyph-icon,
.rs-services2 .services-item:hover .glyph-icon,
.welcome-seo-ninja .items:hover .fa,
.rs-services2 .items:hover .fa,
.welcome-seo-ninja .services-item:hover .fa,
.rs-services2 .services-item:hover .fa {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ---------------------------
    03.Header Section 
------------------------------*/
#rs-header .toolbar-area {
  background: #243a4f;
  font-weight: 400;
}
#rs-header .toolbar-area .toolbar-contact {
  padding: 12px 0 0;
}
#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: #ffffff;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
  font-weight: 600;
  font-size: 14px;
  margin-right: 5px;
  color: #ffffff;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #ffffff;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #ff6c39;
}
#rs-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
}
#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: #929da7;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #ff6c39;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
  font-size: 17px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li.follow-us {
  color: #ffffff;
}
#rs-header .toolbar-area .toolbar-sl-share ul .top-quote {
  background: #ff6c39;
  padding: 2px 13px;
  font-size: 14px;
}
#rs-header .toolbar-area .toolbar-sl-share ul .top-quote a {
  padding: 10px 0;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#rs-header .toolbar-area .toolbar-sl-share ul .top-quote a:hover {
  color: #ffffff;
}
#rs-header .toolbar-area .toolbar-sl-share ul .top-quote:hover {
  background: #ff4e10;
}
#rs-header .menu-area {
  background: #ffffff;
}
#rs-header .menu-area.sticky .logo-area {
  line-height: 75px;
}
#rs-header .menu-area.sticky #main-nav ul li {
  height: 80px;
  line-height: 80px;
}
#rs-header .menu-area .logo-area {
  line-height: 104px;
}
#rs-header .menu-area .logo-area a {
  font-weight: 700;
  font-size: 27px;
  color: #243a4f;
  display: block;
  text-transform: lowercase;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#rs-header .menu-area .logo-area a img {
  display: inline-block;
  vertical-align: middle;
}
#rs-header .menu-area #main-nav {
  margin-bottom: 0;
  border: 0;
}
#rs-header .menu-area #main-nav.mobile ul li:hover a,
#rs-header .menu-area #main-nav.mobile ul li.active a {
  color: #ff6c39;
}
#rs-header .menu-area #main-nav.mobile ul li:hover .submenu li a,
#rs-header .menu-area #main-nav.mobile ul li.active .submenu li a {
  color: #ffffff;
}
#rs-header .menu-area #main-nav.mobile ul li .submenu.left-align {
  left: 0px !important;
  text-align: left;
}
#rs-header .menu-area #main-nav ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
#rs-header .menu-area #main-nav ul li {
  height: 107px;
  line-height: 107px;
  position: relative;
  display: inline-block;
  /* Dropdown Menu area */
}
#rs-header .menu-area #main-nav ul li + li {
  margin-left: 25px;
}
@media screen and (max-width: 991px) {
  #rs-header .menu-area #main-nav ul li + li {
    margin-left: 0;
  }
}
#rs-header .menu-area #main-nav ul li > a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #505050;
  font-weight: 400;
  letter-spacing: 0.7px;
}
#rs-header .menu-area #main-nav ul li > a:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 0px;
  background-color: #ff6c39;
  -webkit-transition: 0.5s ease width;
  -moz-transition: 0.5s ease width;
  -o-transition: 0.5s ease width;
  -ms-transition: 0.5s ease width;
  transition: 0.5s ease width;
}
#rs-header .menu-area #main-nav ul li > a:after {
  left: 50%;
  top: 97%;
  transform: translate(-50%, -50%);
}
#rs-header .menu-area #main-nav ul li:hover a,
#rs-header .menu-area #main-nav ul li.active a {
  color: #ff6c39;
}
#rs-header .menu-area #main-nav ul li:hover a:before,
#rs-header .menu-area #main-nav ul li.active a:before,
#rs-header .menu-area #main-nav ul li:hover a:after,
#rs-header .menu-area #main-nav ul li.active a:after {
  width: 100%;
}
#rs-header .menu-area #main-nav ul li .dd-toggle {
  display: none;
}
@media screen and (max-width: 991px) {
  #rs-header .menu-area #main-nav ul li .dd-toggle {
    display: block;
  }
}
#rs-header .menu-area #main-nav ul li .submenu {
  width: 260px;
  text-align: left;
  background: #243a4f;
}
@media screen and (max-width: 991px) {
  #rs-header .menu-area #main-nav ul li .submenu {
    background: #243a4f;
  }
}
#rs-header .menu-area #main-nav ul li .submenu li {
  line-height: normal;
  height: auto;
  display: block;
  border-top: 1px dashed #dddddd;
  margin: 0;
  padding: 0;
  border-right: 0px solid transparent;
}
#rs-header .menu-area #main-nav ul li .submenu li:last-child {
  border-bottom: 0;
}
#rs-header .menu-area #main-nav ul li .submenu li a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  text-transform: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  #rs-header .menu-area #main-nav ul li .submenu li a {
    color: #ffffff;
  }
}
#rs-header .menu-area #main-nav ul li .submenu li a:hover {
  color: #ff6c39 !important;
}
#rs-header .menu-area #main-nav ul li .submenu li a:before,
#rs-header .menu-area #main-nav ul li .submenu li a:after {
  display: none;
}
#rs-header .menu-area #main-nav ul li .submenu li a.active {
  color: #ff6c39 !important;
}
#rs-header .menu-area #main-nav ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
#rs-header .menu-area #main-nav .navbar-toggle {
  background-color: #243a4f;
  border-radius: 2px;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
#rs-header .menu-area #main-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
#rs-header .menu-area #main-nav .navbar-toggle:hover {
  opacity: 0.8;
}
/*Home 1 header CSS*/
.home1 {
  /********************************/
  /*          Slider CSS     */
  /********************************/
  /*---------- INDICATORS CONTROL ----------*/
  /********************************/
  /*       Slides backgrounds     */
  /********************************/
}
.home1 #rs-header .toolbar-area .toolbar-contact ul li i {
  margin-right: 15px;
}
.home1 #rs-header .toolbar-area .toolbar-sl-share ul li a {
  padding: 12px 0 10px;
}
.home1 #rs-header .menu-area #main-nav ul {
  text-align: left;
}
.home1 #rs-header .menu-area #main-nav ul li {
  height: 70px;
  line-height: 70px;
}
.home1 #rs-header .menu-area #main-nav ul li a {
  margin-left: 25px;
  color: #ffffff;
}
.home1 #rs-header .menu-area #main-nav ul li a:before {
  text-align: right;
  right: -12px;
}
.home1 #rs-header .menu-area #main-nav ul li:last-child .submenu {
  text-align: left;
}
.home1 #rs-header .menu-area #main-nav ul li .submenu {
  margin-left: 0 !important;
}
.home1 #rs-header .menu-area #main-nav ul li .submenu li a {
  margin-left: 0 !important;
}
.home1 #rs-header .middle-header-home1 {
  padding: 40px 0 70px;
  position: relative;
}
.home1 #rs-header .middle-header-home1 .header-contact .widget-text {
  position: relative;
  padding-left: 70px;
}
.home1 #rs-header .middle-header-home1 .header-contact .widget-text:hover a {
  color: #ff6c39;
}
.home1 #rs-header .middle-header-home1 .header-contact .widget-text:hover i {
  background: #ff6c39;
}
.home1 #rs-header .middle-header-home1 .header-contact .widget-text i {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  left: 0;
  line-height: 50px;
  background: #243a4f;
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.home1 #rs-header .middle-header-home1 .header-contact .widget-text .info-text {
  line-height: 1.4;
}
.home1
  #rs-header
  .middle-header-home1
  .header-contact
  .widget-text
  .info-text
  span {
  display: block;
  font-weight: 700;
  color: #101010;
}
.home1 #rs-header .middle-header-home1 .menu-sticky.sticky {
  background: #243a4f;
}
.home1 #rs-header .middle-header-home1 .menu-sticky.sticky .header-bottom-area {
  position: static;
}
.home1 #rs-header .middle-header-home1 .header-bottom-area {
  background: #243a4f;
  position: absolute;
  top: 38px;
  border-radius: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  max-width: 1170px;
  margin: 0 auto;
}
.home1 #rs-header .middle-header-home1 .header-bottom-area .get-quote {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}
.home1 #rs-header .middle-header-home1 .header-bottom-area .get-quote a {
  line-height: 70px;
  height: 70px;
  padding: 0 20px;
  background: #ff6c39;
  display: block;
  color: #ffffff;
}
.home1 #rs-header .middle-header-home1 .header-bottom-area .get-quote a:hover {
  background: #ff6c39;
  color: #101010;
}
.home1 #first-slider .slide1 h3,
.home1 #first-slider .slide2 h3,
.home1 #first-slider .slide3 h3,
.home1 #first-slider .slide4 h3 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.home1 #first-slider .item p {
  padding: 0;
  color: #243a4f;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 50px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.home1 #first-slider .slide1 h4,
.home1 #first-slider .slide2 h4,
.home1 #first-slider .slide3 h4,
.home1 #first-slider .slide4 h4 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.home1 #first-slider .slide1 .text-left,
.home1 #first-slider .slide3 .text-left {
  padding-left: 40px;
}
.home1 #first-slider .carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}
.home1 #first-slider .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}
.home1 #first-slider .carousel-indicators li:last-child {
  margin-right: 0;
}
.home1 #first-slider .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #ffd200;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.home1 #first-slider .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #ffd200;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.home1 #first-slider .carousel-control.right,
.home1 #first-slider .carousel-control.left {
  background-image: none;
}
.home1 #first-slider .carousel .item {
  height: 540px;
  width: 100%;
  background: url(images/slider-pattern.jpg) repeat;
}
.home1 #first-slider .carousel .item .slide-img img {
  max-width: 100%;
  position: relative;
  z-index: 999;
  transition: 0.8s;
}
.home1 #first-slider .carousel .item .slide-img img:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.home1 #first-slider .carousel .item .content-details {
  z-index: 1000;
  position: relative;
}
.home1 .carousel-inner .item .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 10%;
  left: 0;
  right: 0;
}
.home1 #first-slider h3 {
  animation-delay: 1s;
}
.home1 #first-slider h4 {
  animation-delay: 2s;
}
.home1 #first-slider h2 {
  animation-delay: 3s;
}
.home1 #first-slider .carousel-control {
  width: 6%;
  text-shadow: none;
}
.home1 #first-slider h1 {
  color: #243a4f;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}
.home1 #first-slider h1 span {
  color: #243a4f;
}
.home1 #first-slider .p {
  padding-top: 40px;
  text-align: center;
  color: #243a4f;
}
.home1 #first-slider a.sl-btn {
  background: #ff6c39;
  color: #ffffff;
  display: inline-block;
  padding: 14px 45px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
.home1 #first-slider a.sl-btn i {
  font-weight: 700;
  margin-left: 12px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
  left: 0;
}
.home1 #first-slider a.sl-btn:hover i {
  left: 10px;
}
.home1 #first-slider .p a {
  text-decoration: underline;
}
.home1 .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.home1 .carousel-fade .carousel-inner .item,
.home1 .carousel-fade .carousel-inner .active.left,
.home1 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.home1 .carousel-fade .carousel-inner .active,
.home1 .carousel-fade .carousel-inner .next.left,
.home1 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.home1 .carousel-fade .carousel-inner .next,
.home1 .carousel-fade .carousel-inner .prev,
.home1 .carousel-fade .carousel-inner .active.left,
.home1 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.home1 .carousel-fade .carousel-control {
  z-index: 2;
}
.home1 .carousel-control .fa-angle-right,
.home1 .carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.home1 #first-slider {
  overflow-x: hidden;
}
.home1 #first-slider:hover .carousel-control .fa-angle-left {
  left: 0;
}
.home1 #first-slider:hover .carousel-control .fa-angle-right {
  right: 0;
}
.home1 .carousel-control .fa-angle-left,
.home1 .carousel-control .fa-angle-right {
  left: -100px;
  width: 60px;
  height: 100px;
  margin-top: -15px;
  font-size: 30px;
  color: #ffffff;
  background: #243a4f;
  line-height: 100px;
  transition: all 0.8s ease 0s;
}
.home1 .carousel-control .fa-angle-right {
  left: auto;
  right: -100px;
}
.home1 .hvr-ripple-out::before {
  border: 2px solid;
}
.home1 .carousel-control .fa-angle-left:hover,
.home1 .carousel-control .fa-angle-right:hover {
  background: #ff6c39;
}
.home1 .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home1 #first-slider .slide1 {
  background-image: url("images/slider.html");
  background-size: cover;
  background-repeat: no-repeat;
}
.home1 #first-slider .slide2 {
  background-image: url("images/slider2.html");
  background-size: cover;
  background-repeat: no-repeat;
}
.home2 #rs-header .menu-area.header2 {
  position: absolute;
  background: transparent;
  z-index: 9;
  width: 100%;
}
.home2 #rs-header .menu-area.header2 .logo-area .sticky-logo {
  display: none;
}
.home2 #rs-header .menu-area.header2 #main-nav li a {
  color: #ffffff;
}
.home2 #rs-header .menu-area.header2 #main-nav li a:hover {
  color: #ff6c39;
}
.home2 #rs-header .sticky .main--logo {
  display: none;
}
#rs-header .menu-area #main-nav ul li:last-child .submenu {
  text-align: right;
}
.home2 #rs-header .menu-area #main-nav.stellarnav.mobile .menu-toggle {
  color: #ffffff;
}
.home2 #rs-header .menu-area #main-nav.stellarnav.mobile .menu-toggle {
  color: #ffffff;
}
.home2 #rs-header .menu-area .submenu {
  background: #243a4f !important;
}
.home2 #rs-header .menu-area .submenu li a {
  color: #ffffff !important;
}
.home2 #rs-header .menu-area .submenu li a:hover {
  color: #ff6c39 !important;
}
#rs-header .menu-area #main-nav.stellarnav.mobile {
  max-height: 490px;
  overflow-y: auto;
}
#rs-header .menu-area #main-nav.stellarnav.mobile .menu-toggle {
  color: #243a4f;
}
#rs-header .menu-area #main-nav ul li.has-sub:hover a:before {
  content: "\f107";
}
#rs-header .menu-area #main-nav ul li.has-sub a:before {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  font-size: 12px;
  right: -12px;
  top: 1px;
}
#rs-header .menu-area #main-nav ul li .submenu li {
  border-top: 1px solid #192938;
}
#rs-header .menu-area #main-nav ul li .submenu li a {
  text-transform: none;
}
#rs-header .menu-area #main-nav ul li a:after {
  display: none;
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky.sticky {
  background: #ffffff;
  position: fixed !important;
  top: 0px;
  z-index: 9999;
  margin: 0 auto !important;
  padding: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------------
    05. Slider area start here 
---------------------------------------*/
.slider-main {
  position: relative;
  overflow: hidden;
}
.slider-main .item:after {
  background: rgba(36, 58, 79, 0.9);
  /* Old Browsers */
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}
.slider-main .item img {
  width: 100%;
  height: 100vh;
}
.slider-main .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
}
.slider-main .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  text-align: center;
  background: #243a4f;
}
.slider-main .owl-nav .owl-prev i {
  font-size: 32px;
  width: 60px;
  height: 104px;
  line-height: 104px;
  border: 1px solid #243a4f;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.slider-main .owl-nav .owl-prev:hover i {
  color: #ff6c39;
}
.slider-main .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  text-align: center;
  background: #243a4f;
}
.slider-main .owl-nav .owl-next i {
  font-size: 32px;
  width: 60px;
  height: 104px;
  line-height: 104px;
  border: 1px solid #243a4f;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.slider-main .owl-nav .owl-next:hover i {
  color: #ff6c39;
}
.slider-main .inner-slider {
  max-width: 1170px;
  margin: 0 auto;
}
.slider-main .dsc {
  left: 44%;
  max-width: 600px;
  position: absolute;
  text-align: left;
  top: 55%;
  transform: translate(-82%, -50%);
  z-index: 99;
}
.slider-main .dsc h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 100px;
  line-height: 100px;
  color: #ffffff;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.slider-main .dsc p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 25px;
}
.slider-main .dsc a {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 26px;
  padding: 15px 60px;
}
.slider-main .dsc .btn1 {
  transform: skewX(-19deg);
  left: 40%;
  position: absolute;
}
.slider-main .dsc .btn1 span {
  transform: skewX(19deg);
  position: relative;
  display: block;
}
.slider-main .dsc .btn2 {
  transform: skewX(-19deg);
  right: 40%;
  position: absolute;
}
.slider-main .dsc .btn2 span {
  transform: skewX(19deg);
  position: relative;
  display: block;
}
.slider-main .dsc .btn2:hover {
  background: #243a4f;
}
.home2 .inner-slider .dsc {
  max-width: 100%;
  width: 100%;
  left: 0;
  top: 60%;
  text-align: center;
  transform: translate(0px, -40%);
}
.home2 .inner-slider .dsc h1 {
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
}
.home2 .rs-blog {
  background: #f0f0f0;
}
#video.slider-main {
  height: 650px;
  background: rgba(0, 0, 0, 0.8);
}
#video.slider-main .mbYTP_overlay {
  background: rgba(0, 0, 0, 0.8);
}
#video.slider-main .inner-slider {
  position: static !important;
}
#video.slider-main .inner-slider .dsc {
  text-align: left;
  top: 52%;
  z-index: 1;
}
.slider-home {
  position: relative;
  overflow: hidden;
}
.slider-home .item:after {
  background: rgba(36, 58, 79, 0.9);
  /* Old Browsers */
  background: -webkit-linear-gradient(-29deg, #ff6930 0%, #243a4f 70%);
  background: -o-linear-gradient(-29deg, #ff6930 0%, #243a4f 70%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-29deg, #ff6930 0%, #243a4f 70%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(-29deg, #ff6930 0%, #243a4f 70%);
  /* Standard syntax */
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}
.slider-home .item img {
  width: 100%;
  height: 100vh;
}
/* ------------------------------------
    06. About-us page css
---------------------------------------*/
.welcome-seo-ninja .items {
  margin-top: 20px;
}
.welcome-seo-ninja .items .glyph-icon {
  font-size: 30px;
  margin-bottom: 40px;
}
.welcome-seo-ninja .items .glyph-icon:after,
.welcome-seo-ninja .items .glyph-icon:before {
  font-size: 60px;
  color: #243a4f;
  font-weight: 300;
}
.welcome-seo-ninja .items h3 {
  font-size: 20px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.welcome-seo-ninja .items p {
  padding: 0 2px;
  margin: 0;
}
/* ----------------------------------
    07. Services
-------------------------------------*/
.rs-services {
  padding: 90px 0 80px;
}
.rs-services .sec-title {
  margin-bottom: 70px;
}
.rs-services .sec-title h2 {
  margin-bottom: 20px;
}
.rs-services .services-wrap .services-item {
  position: relative;
  padding: 22px 12px;
  z-index: 10;
  overflow: hidden;
}
.rs-services .services-wrap .services-item:hover .services-desc:after {
  background: #243a4f;
  width: 100px;
}
.rs-services .services-wrap .services-item:hover .glyph-icon:after,
.rs-services .services-wrap .services-item:hover .glyph-icon:before {
  color: #ff6c39;
}
.rs-services .services-wrap .glyph-icon {
  position: relative;
}
.rs-services .services-wrap .glyph-icon:after,
.rs-services .services-wrap .glyph-icon:before {
  font-size: 74px;
  position: absolute;
  right: -8px;
  top: 28px;
  color: #243a4f;
}
.rs-services .services-wrap .services-title {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 14px;
  color: #101010;
  text-transform: uppercase;
  font-weight: 700;
}
.rs-services .services-wrap .right-icon .glyph-icon {
  float: left;
}
.rs-services .services-wrap .right-icon .services-desc {
  float: none;
}
.rs-services .services-wrap .right-icon .services-item {
  padding-left: 67px;
}
.rs-services .services-wrap .right-icon .services-item .services-desc {
  padding-left: 18px;
  padding-right: 0;
}
.rs-services .services-wrap .services-desc {
  float: left;
  padding-right: 14px;
  position: relative;
  width: 84%;
}
.rs-services .services-wrap .services-desc p {
  font-size: 14px;
}
.rs-services .services-wrap .service-col-left {
  width: 36%;
}
.rs-services .services-wrap .service-col-center {
  width: 28%;
}
.rs-services .services-wrap .service-col-right {
  width: 36%;
}
.rs-services .services-wrap .service-col-right .services-desc {
  width: 100%;
}
.welcome-seo-ninja .items {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 35px 12px 30px;
}
.welcome-seo-ninja .items .glyph-icon:before,
.welcome-seo-ninja .items .glyph-icon:after {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.welcome-seo-ninja .items a:hover h3 {
  color: #ff6c39;
}
.welcome-seo-ninja .items:hover {
  background: #f8f8f8 !important;
}
.welcome-seo-ninja .items:hover .glyph-icon:before,
.welcome-seo-ninja .items:hover .glyph-icon:after {
  color: #ff6c39;
}
.welcome-seo-ninja .items:hover a {
  color: #ff6c39;
}
/*services details css*/
.service-details-section .services-left-sidebar {
  overflow: hidden;
}
.service-details-section .services-left-sidebar .serives-content-one {
  overflow: hidden;
}
.service-details-section
  .services-left-sidebar
  .serives-content-one
  .single-services-details {
  float: left;
  width: 45%;
  text-align: justify;
}
.service-details-section
  .services-left-sidebar
  .serives-content-one
  .single-service-img {
  width: 50%;
  float: right;
}
.service-details-section
  .services-left-sidebar
  .serives-content-one
  .single-service-img
  img {
  margin-top: 2px;
}
.service-details-section
  .services-left-sidebar
  .serives-content-one
  .banner-top {
  padding-bottom: 30px;
}
.service-details-section .services-left-sidebar .two-content-box img,
.service-details-section .services-left-sidebar .sinlge-middle-content img {
  margin: 0 0 20px;
}
.service-details-section .services-right-sidebar {
  background: #f8f8f8;
}
.service-details-section .services-right-sidebar ul#single-services-cat li {
  display: block;
}
.service-details-section .services-right-sidebar ul#single-services-cat li a {
  line-height: 45px;
  display: block;
  padding-left: 30px;
  background: #f8f8f8;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.service-details-section
  .services-right-sidebar
  ul#single-services-cat
  li
  a:after {
  background: #e9e9e9 none repeat scroll 0 0;
  content: "";
  height: 7px;
  left: 10px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 7px;
}
.service-details-section
  .services-right-sidebar
  ul#single-services-cat
  li:last-child
  a {
  border-bottom: 0;
}
.service-details-section
  .services-right-sidebar
  ul#single-services-cat
  li.active
  a {
  color: #ff6c39;
}
.service-details-section .services-right-sidebar .register-now {
  background: #f8f8f8;
  padding: 30px;
  border-bottom: 3px solid #ff6c39;
}
.service-details-section .services-right-sidebar .register-now a.number {
  display: block;
  color: #ff6c39;
  margin: 0 auto 26px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.rs-services2 .services-item {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-services2 .services-item .glyph-icon:before,
.rs-services2 .services-item h2.services-title,
.rs-services2 .services-item .glyph-icon:after {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-services2 .services-item:hover {
  background: #f8f8f8 !important;
}
.rs-services2 .services-item:hover h2.services-title,
.rs-services2 .services-item:hover .glyph-icon:before,
.rs-services2 .services-item:hover .glyph-icon:after {
  color: #ff6c39;
}
/* ----------------------------------
    08. Single Services
-------------------------------------*/
.single-services {
  padding: 0px 0 70px;
}
.single-services .services-desc h2 {
  letter-spacing: 1px;
}
.single-services .services-desc h3 {
  margin-bottom: 10px;
}
.single-services .quote-form .sec-title h2 {
  text-align: left;
  text-transform: initial;
  line-height: 30px;
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.single-services .quote-form .sec-title h4 {
  text-align: left;
}
.single-services .quote-form .form-field {
  margin-bottom: 23px;
}
.single-services .quote-form .form-field input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding: 5px 17px;
  width: 100%;
}
.single-services .quote-form .form-field select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding: 5px 17px;
  width: 100%;
}
.two-content-box {
  padding-bottom: 72px;
}
.single-services-details .col-md-7 {
  margin-left: -15px !important;
}
.single-services-details .col-md-5 {
  margin-right: -15px !important;
}
.service-cats-area {
  background: #f8f8f8;
  padding-bottom: 25px;
}
.service-cats-area h3 {
  padding: 30px 0 0 20px;
  margin-bottom: 5px;
}
/* ------------------------------------
    09. Get Appear
---------------------------------------*/
.get-appear {
  background-image: url(images/about/get-appear.jpg);
  background-size: cover;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.get-appear:after {
  background: #243a4f none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewX(19deg) scale(2.2);
  -webkit-transform: skewX(19deg) scale(2.2);
  width: 32%;
  z-index: 1;
}
.get-appear .apper-content {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  z-index: 111;
}
.get-appear .apper-content h2 {
  font-size: 40px;
  color: #ffffff;
}
/* ----------------------------------
    10. Seo Score
-------------------------------------*/
#rs-seo-score {
  padding: 92px 0 99px;
  /*background: url(images/parallax/1.jpg) center top no-repeat;
   position: relative;*/
  background-size: 100%;
  background-attachment: fixed;
}
#rs-seo-score:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 58, 79, 0.9);
  z-index: 0;
}
#rs-seo-score .container {
  z-index: 10;
  position: relative;
}
#rs-seo-score .cta-content {
  color: #ffffff;
  font-size: 36px;
  line-height: normal;
}
#rs-seo-score input {
  border: none;
  box-shadow: none;
  padding: 24px 38px;
  height: auto;
  font-size: 15px;
  margin-right: 15px;
}
#rs-seo-score .readon {
  padding: 23px 85px;
  max-width: 270px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  background: transparent;
  font-weight: 500;
  background: #ff6c39;
}
#rs-seo-score .readon:hover {
  background: none;
  border: 2px solid #ff6c39;
}
/* ----------------------------------
    11. Seo Report
-------------------------------------*/
.rs-seo-report {
  padding: 92px 0 100px;
}
.rs-seo-report .sec-title h2 {
  margin-bottom: 40px;
}
.rs-seo-report .seo-item {
  border: 1px solid #e0dfdf;
  padding: 45px 20px 19px;
  box-shadow: 0 6px 24px 1px #f1f1f1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-seo-report .seo-item .report-icon {
  padding-bottom: 33px;
  position: relative;
}
.rs-seo-report .seo-item .report-icon .glyph-icon {
  position: relative;
}
.rs-seo-report .seo-item .report-icon .glyph-icon:after,
.rs-seo-report .seo-item .report-icon .glyph-icon:before {
  border: 2px solid #243a4f;
  border-radius: 100%;
  color: #243a4f;
  font-size: 74px;
  padding: 38px;
  line-height: 160px;
  margin-left: 0;
}
.rs-seo-report .seo-item .report-icon:after {
  background-color: #243a4f;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.5s ease 0s;
  -moz-transition: width 0.5s ease 0s;
  -o-transition: width 0.5s ease 0s;
  -ms-transition: width 0.5s ease 0s;
  transition: width 0.5s ease 0s;
  width: 206px;
}
.rs-seo-report .seo-item h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #101010;
  margin-top: 32px;
  margin-bottom: 18px;
}
.rs-seo-report .seo-item:hover {
  background: #243a4f;
}
.rs-seo-report .seo-item:hover .report-icon .glyph-icon {
  position: relative;
}
.rs-seo-report .seo-item:hover .report-icon .glyph-icon:after,
.rs-seo-report .seo-item:hover .report-icon .glyph-icon:before {
  border: 2px solid #ff6c39;
  color: #ff6c39;
}
.rs-seo-report .seo-item:hover .report-icon:after {
  background-color: #ff6c39 !important;
}
.rs-seo-report .seo-item:hover h4,
.rs-seo-report .seo-item:hover p {
  color: #ffffff;
}
/* ------------------------------------
    12. Get Traffic
---------------------------------------*/
.get-traffic {
  background-image: url(images/home/get-traffic.jpg);
  background-size: cover;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  padding: 68px 0 82px;
}
.get-traffic:after {
  background: #243a4f;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  transform: skewX(-30deg) scale(2);
  width: 34%;
  z-index: 1;
}
.get-traffic .apper-content {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  z-index: 111;
}
.get-traffic .apper-content h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.get-traffic .apper-content.hireus {
  padding-bottom: 19px;
}
.get-traffic .apper-content.hireus p {
  margin-bottom: 65px;
}
.get-traffic .apper-content.hireus h2 {
  margin-bottom: 12px;
}
.get-traffic .apper-content.hireus .readon {
  background: transparent;
  border-width: 1px;
  color: #ff6c39;
  min-width: 140px;
  text-align: center;
  margin-right: 28px;
}
.get-traffic .apper-content.hireus .readon.active {
  background: #ff6c39;
  color: #ffffff;
}
.get-traffic .apper-content.hireus .readon.active:hover {
  background: #ff4e10;
  border: 1px solid #ff4e10;
}
.get-traffic .apper-content.hireus .readon:hover {
  background: #ff6c39;
  border: 1px solid #ff6c39;
}
.get-traffic.improve-visibility .apper-content h2 {
  font-size: 40px;
  line-height: 48px;
}
.get-traffic.improve-visibility:after {
  width: 37%;
}
.rs-performance .col-md-3:last-child .items:after {
  height: 0;
}
.rs-performance .sec-title {
  margin-bottom: 50px;
}
.rs-performance .sec-title h2 {
  margin-bottom: 20px;
}
.rs-performance .items {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.rs-performance .items:after {
  background: #243a4f none repeat scroll 0 0;
  content: "";
  height: 2px;
  position: absolute;
  right: -32%;
  top: 60px;
  width: 53%;
}
.rs-performance .items h3 {
  margin: 0 0 15px;
  display: block;
  font-size: 20px;
  margin: 53px 0 15px;
  text-transform: uppercase;
}
.rs-performance .items p {
  margin: 0;
}
.rs-performance .items .glyph-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 25px;
  line-height: 120px;
  text-align: center;
  border: 2px solid #ff6c39;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-performance .items .glyph-icon:after,
.rs-performance .items .glyph-icon:before {
  margin-left: 0 !important;
  font-size: 50px;
  color: #243a4f;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-performance .items .glyph-icon:after {
  border: 2px solid #ff6c39;
  border-radius: inherit;
  content: "";
  height: 138px;
  left: 62px;
  position: absolute;
  top: -9px;
  width: 138px;
  z-index: 1000;
}
.rs-performance .items:hover .glyph-icon:after {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4), 0 0 0 10px #f05f75;
}
/* ----------------------------------
   13. Keyword Research
-------------------------------------*/
#rs-keyword-research {
  padding: 92px 0 80px;
}
#rs-keyword-research .sec-title h2 {
  margin-bottom: 20px;
}
#rs-keyword-research .sec-title .subtitle {
  margin-bottom: 48px;
}
#rs-keyword-research .keyword-left .keyword-image {
  background: #f2f2f2;
}
#rs-keyword-research #accordion .panel {
  border-radius: 0;
  margin-bottom: 10px;
}
#rs-keyword-research #accordion .panel .panel-heading {
  background: #ededed;
  border: none;
  border-radius: 0;
  padding: 17px 25px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#rs-keyword-research #accordion .panel .panel-heading:hover {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
#rs-keyword-research
  #accordion
  .panel
  .panel-heading:hover
  .panel-title
  a:after {
  background: #ff6c39;
  color: #fff;
}
#rs-keyword-research #accordion .panel .panel-heading:after {
  background: #243a4f;
  color: #ff6c39;
  content: "";
  font-family: FontAwesome;
  font-size: 20px;
  height: 100%;
  left: 0;
  padding: 16px 32px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#rs-keyword-research #accordion .panel .panel-heading .panel-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600px;
  font-size: 15px;
  color: #505050;
  position: relative;
  display: block;
  padding-left: 65px;
}
#rs-keyword-research #accordion .panel .panel-heading .panel-title a:after {
  color: #ff6c39;
  content: "";
  font-family: FontAwesome;
  font-size: 20px;
  height: 53px;
  left: -27px;
  padding: 16px 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9;
}
#rs-keyword-research
  #accordion
  .panel
  .panel-heading
  .panel-title
  a.collapsed:after {
  content: "\f067";
}
#rs-keyword-research .rs-team-details {
  padding: 0px;
}
/* ----------------------------------
    14. Pricing Tables
-------------------------------------*/
.rs-pricing .sec-title h2 {
  margin-bottom: 20px;
}
.rs-pricing .sec-title .subtitle {
  margin-bottom: 48px;
}
.rs-pricing .pricing-plan {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
  z-index: 10;
}
.rs-pricing .pricing-plan:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 2px solid #ff6c39;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.rs-pricing .pricing-plan.featured-plan .pricing-head,
.rs-pricing .pricing-plan:hover .pricing-head {
  background: #ff6c39;
}
.rs-pricing .pricing-plan.featured-plan .pricing-head .name,
.rs-pricing .pricing-plan:hover .pricing-head .name,
.rs-pricing .pricing-plan.featured-plan .pricing-head .value,
.rs-pricing .pricing-plan:hover .pricing-head .value,
.rs-pricing .pricing-plan.featured-plan .pricing-head sup,
.rs-pricing .pricing-plan:hover .pricing-head sup,
.rs-pricing .pricing-plan.featured-plan .pricing-head .duration,
.rs-pricing .pricing-plan:hover .pricing-head .duration {
  color: #ffffff !important;
}
.rs-pricing .pricing-plan .pricing-head {
  position: relative;
  padding: 35px;
  z-index: 10;
  background: #f0f0f0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.rs-pricing .pricing-plan .pricing-head .name {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
  color: #101010;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-pricing .pricing-plan .pricing-head .value {
  display: inline-block;
  color: #101010;
  font-size: 60px;
  font-weight: 300;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-pricing .pricing-plan .pricing-head .value sup {
  color: #101010;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  top: 0px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-pricing .pricing-plan .pricing-head .duration {
  font-size: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-family: "Montserrat", sans-serif;
  color: #101010;
  font-weight: 500;
}
.rs-pricing .pricing-plan .pricing-body ul {
  list-style-type: none;
  padding-left: 0;
  padding-top: 20px;
  font-size: 15px;
  color: #505050;
}
.rs-pricing .pricing-plan .pricing-body ul li {
  padding: 7px 15px;
}
.rs-pricing .pricing-plan .pricing-footer {
  position: relative;
  z-index: 100;
  padding: 25px 40px 40px;
}
.rs-pricing .pricing-plan .pricing-footer a {
  font-weight: 500;
  padding: 17px 28px;
}
.rs-pricing .pricing-plan:hover .name,
.rs-pricing .pricing-plan.featured .name,
.rs-pricing .pricing-plan:hover .duration,
.rs-pricing .pricing-plan.featured .duration {
  color: #243a4f;
}
.rs-pricing .pricing-plan:hover .value,
.rs-pricing .pricing-plan.featured .value {
  color: #243a4f;
}
.rs-pricing .pricing-plan:hover .value sup,
.rs-pricing .pricing-plan.featured .value sup {
  color: #243a4f;
}
.rs-pricing .pricing-plan:hover:before,
.rs-pricing .pricing-plan.featured:before {
  opacity: 1;
}
.rs-pricing .pricing-plan:hover .p-button,
.rs-pricing .pricing-plan.featured .p-button {
  background-color: #243a4f;
}
/* -----------------------
    15. Team Member
--------------------------*/
.rs-team {
  padding: 100px 0 160px;
}
.rs-team.team-page {
  padding: 100px 0 100px;
}
.rs-team .team-carousel {
  padding-top: 3px;
}
.rs-team .team-list {
  box-shadow: 0 0 20px #eeeeee;
}
.rs-team .team-list .single-team {
  box-shadow: 0 0 30px #dddddd;
  padding: 40px 20px;
  border: 1px solid #e0dfdf;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-team .team-list .single-team:hover {
  border: 1px solid #ff6c39;
}
.rs-team .team-list .single-team:hover img {
  transform: scale(1.1);
}
.rs-team .team-list .single-team img {
  width: 100px;
  height: 100px;
  margin: 0 auto 35px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-team .team-list .single-team h3,
.rs-team .team-list .single-team span {
  text-transform: uppercase;
}
.rs-team .team-list .single-team h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.rs-team .team-list .single-team span {
  font-size: 15px;
  color: #ff6c39;
  margin-bottom: 15px;
  display: block;
}
.rs-team .team-list .single-team .social-icons ul li {
  display: inline-block;
}
.rs-team .team-list .single-team .social-icons ul li a {
  color: #ff6c39;
  font-size: 18px;
  padding: 0 10px;
}
.rs-team .team-list .single-team .social-icons ul li a:hover {
  color: #101010;
}
.rs-team .owl-nav .owl-prev,
.rs-team .owl-nav .owl-next {
  border: 1px solid #dddddd;
  height: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 40px;
  line-height: 40px;
  bottom: -60px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-team .owl-nav .owl-prev:hover,
.rs-team .owl-nav .owl-next:hover {
  background: #ff6c39;
  color: #ffffff;
  border: 1px solid #ff6c39;
}
.rs-team .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.rs-team .owl-dots {
  left: 50%;
  position: absolute;
  bottom: -60px;
  transform: translateX(-50%);
}
.rs-team .owl-dots .owl-dot {
  background: #ff6c39;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 8px;
}
.rs-team .owl-dots .owl-dot.active {
  background: #243a4f;
}
.rs-team .sec-title h2 {
  margin-bottom: 20px;
}
.rs-team .sec-title .subtitle {
  margin-bottom: 48px;
}
.rs-team .team-item {
  border: 1px solid #ccc;
  padding: 40px 20px;
  box-shadow: 0 6px 24px 1px #f1f1f1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-team .team-item img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-team .team-item:hover {
  border-color: #ff6c39;
}
.rs-team .team-item:hover img {
  transform: scale(1.1);
}
.rs-team .team-item .team-content {
  text-align: center;
}
.rs-team .team-item .team-content .figure {
  text-align: center;
}
.rs-team .team-item .team-content .figure img {
  max-width: 170px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ccc;
}
.rs-team .team-item .team-icon {
  font-size: 52px;
  color: #243a4f;
  margin-bottom: 20px;
}
.rs-team .team-item .team-name {
  margin-bottom: 10px;
  font-size: 20px;
  color: #232c3b;
  font-weight: 700;
  margin-top: 35px;
}
.rs-team .team-item .team-title {
  font-size: 15px;
  color: #ff6c39;
}
.rs-team .team-item .team-desc {
  color: #505050;
  margin-bottom: 0;
  padding-top: 2px;
  margin-top: 12px;
}
.rs-team .team-item .team-social {
  margin-top: 27px;
}
.rs-team .team-item .team-social .social-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 6px;
  border-radius: 50%;
  color: #ff6c39;
}
.rs-team .team-item .team-social .social-icon i {
  font-size: 17px;
  color: #ff6c39;
}
.rs-team .team-item .team-social .social-icon i:hover {
  color: #101010;
}
#rs-team2 {
  padding: 10px 0 20px;
}
#rs-team2 .single-member-area {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#rs-team2 .single-member-area figure {
  overflow: hidden;
}
#rs-team2 .single-member-area figure img {
  transform: scale(1.15);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}
#rs-team2 .single-member-area .overlay {
  bottom: 0;
  color: #ffffff;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease-out 0.15s;
  -moz-transition: all 0.5s ease-out 0.15s;
  -o-transition: all 0.5s ease-out 0.15s;
  -ms-transition: all 0.5s ease-out 0.15s;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  background-color: rgba(8, 8, 8, 0.7);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
}
#rs-team2 .single-member-area .overlay .overlay-element {
  position: relative;
  height: 100%;
}
#rs-team2 .single-member-area .overlay .overlay-element .social-icons {
  bottom: 40px;
  padding: 20% 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#rs-team2 .single-member-area .overlay .overlay-element .social-icons a {
  color: #fff;
  padding-right: 10px;
  font-size: 20px;
}
#rs-team2 .single-member-area .overlay .overlay-element .social-icons a:hover {
  color: #ff6c39;
}
#rs-team2 .single-member-area:hover img {
  transform: scale(1);
}
#rs-team2 .single-member-area:hover .overlay {
  opacity: 1;
  transform: scale(1);
}
#rs-team2 .single-member-area article {
  background: #243a4f;
  position: relative;
  z-index: 11;
}
#rs-team2 .single-member-area article .content {
  text-align: center;
  padding: 12px 6px;
}
#rs-team2 .single-member-area article .content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#rs-team2 .single-member-area article .content h3 a {
  color: #ffffff;
}
#rs-team2 .single-member-area article .content h3 a:hover {
  color: #ff6c39;
}
#rs-team2 .single-member-area article .content .member-title {
  color: #ffffff;
  font-size: 15px;
}
@media screen and (max-width: 500px) {
  #rs-team2 .col-md-3 {
    width: 100%;
  }
}
.home1 #rs-team2 {
  padding-bottom: 45px;
}
.home1 #rs-team2 .single-member-area {
  margin-bottom: 0;
}
.owl-navigation-yes {
  padding-top: 50px;
}
.owl-navigation-yes .owl-nav {
  position: absolute;
  right: 0;
  top: -40px;
}
.owl-navigation-yes .owl-nav [class*="owl-"] {
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #131313;
  border: 1px solid #d7d7d7;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.owl-navigation-yes .owl-nav [class*="owl-"]:before {
  font-family: FontAwesome;
  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: "\f104";
}
.owl-navigation-yes .owl-nav [class*="owl-"].owl-next:before {
  content: "\f105";
  margin-left: 2px;
}
.owl-navigation-yes .owl-nav [class*="owl-"]:hover {
  color: #fff;
  border-color: #ff6c39;
  background: #ff6c39;
}
/* -----------------------
    16. Newsletter
--------------------------*/
.rs-newsletter {
  text-align: center;
  background-attachment: fixed;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: center center;
  padding: 92px 0 100px;
  line-height: 0;
  position: relative;
}
.rs-newsletter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(36, 58, 79, 0.9);
  width: 100%;
  height: 100%;
}
.rs-newsletter .news-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 28px;
  font-family: "Roboto Condensed", sans-serif;
}
.rs-newsletter .news-note {
  font-size: 20px;
  margin-bottom: 38px;
  font-weight: 300;
}
.rs-newsletter .news-form {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.rs-newsletter .news-form .form-input {
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  background: transparent;
  outline: none;
  color: #ffffff;
  border: 2px solid #ff6c39;
}
.rs-newsletter .news-form .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1;
}
.rs-newsletter .news-form .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.rs-newsletter .news-form .form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 1;
}
.rs-newsletter .news-form .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}
.rs-newsletter .news-form .form-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  min-width: 200px;
  background-color: #ff6c39;
  border: 0;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-newsletter .news-form .form-button:hover {
  color: #101010;
}
/* -----------------------
    17. Testimonial
--------------------------*/
#rs-testimonial {
  position: relative;
  padding: 100px 0 100px;
}
#rs-testimonial .sec-title h2 {
  color: #101010;
}
#rs-testimonial .testi-carousel .figure {
  float: left;
  width: 35%;
  padding-right: 20px;
}
#rs-testimonial .testi-carousel .figure img {
  max-width: 175px;
  border: 3px solid #ff6c39;
}
#rs-testimonial .testi-carousel .testi-content {
  float: left;
  width: 65%;
}
#rs-testimonial .testi-carousel .testi-content h3 {
  font-size: 18px;
  color: "Roboto Condensed", sans-serif;
  margin-bottom: 7px;
}
#rs-testimonial .testi-carousel .testi-content .testi-title {
  color: #ff6c39;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
}
#rs-testimonial .testi-carousel .testi-content p {
  color: #505050;
}
#rs-testimonial .testi-carousel .owl-nav {
  bottom: -83px;
  display: none;
  left: 49%;
  position: absolute;
  top: auto;
}
#rs-testimonial .testi-carousel .owl-nav .owl-prev,
#rs-testimonial .testi-carousel .owl-nav .owl-next {
  border: none;
  width: 23px;
}
#rs-testimonial .testi-carousel .owl-nav .owl-prev:hover,
#rs-testimonial .testi-carousel .owl-nav .owl-next:hover {
  color: #ff6c39;
}
#rs-testimonial .slider {
  width: 100%;
  max-width: 880px;
  margin: 0px auto;
}
#rs-testimonial .slider:focus {
  outline: none;
}
#rs-testimonial .slider .slick-track {
  top: 35px;
}
#rs-testimonial .slider .slick-track:focus {
  outline: none;
}
#rs-testimonial .slick-slide {
  margin: 0px 45px;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
  width: 100px;
  position: relative;
}
#rs-testimonial .slick-slide:focus {
  outline: none;
}
#rs-testimonial .slick-slide img {
  width: 100%;
  border-radius: 50%;
}
#rs-testimonial .slick-slide img:focus {
  outline: none;
}
#rs-testimonial .slick-prev {
  left: 35%;
  top: 84px;
  z-index: 999;
  width: 36px;
  height: 36px;
  border: 2px solid #101010;
}
#rs-testimonial .slick-prev:focus {
  outline: none;
}
#rs-testimonial .slick-next {
  right: 35%;
  top: 84px;
  z-index: 999;
  width: 36px;
  height: 36px;
  border: 2px solid #101010;
}
#rs-testimonial .slick-next:focus {
  outline: none;
}
#rs-testimonial .slick-prev:before,
#rs-testimonial .slick-next:before {
  color: black;
  font-size: 33px;
  line-height: 32px;
  color: #101010;
}
#rs-testimonial .slick-prev:before:focus,
#rs-testimonial .slick-next:before:focus {
  outline: none;
}
#rs-testimonial .slick-prev:hover:before,
#rs-testimonial .slick-next:hover:before {
  color: #ff6c39;
}
#rs-testimonial .slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
}
#rs-testimonial .slick-prev:before:focus {
  outline: none;
}
#rs-testimonial .slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
}
#rs-testimonial .slick-next:before:focus {
  outline: none;
}
#rs-testimonial .slick-active {
  opacity: 0.5;
}
#rs-testimonial .slick-active:focus {
  outline: none;
}
#rs-testimonial .slick-current {
  opacity: 1;
  transition: all 0.4s ease 0s;
}
#rs-testimonial .slick-current:focus {
  outline: none;
}
#rs-testimonial .slick-current img {
  transform: scale(1.7);
  transition: all 0.4s ease 0s;
}
#rs-testimonial .slick-current img:focus {
  outline: none;
}
#rs-testimonial .rs-tst-content {
  margin: 0px -340%;
  padding-bottom: 15px;
  text-align: center;
  display: none;
}
#rs-testimonial .rs-tst-content:focus {
  outline: none;
}
#rs-testimonial .slick-current .rs-tst-content {
  display: block;
}
#rs-testimonial .slick-current .rs-tst-content:focus {
  outline: none;
}
#rs-testimonial .rs-tst-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #101010 !important;
  font-weight: 700;
  margin-top: 58px;
}
#rs-testimonial .rs-tst-title:focus {
  outline: none;
}
#rs-testimonial .rs-tst-designation {
  font-family: "Montserrat", sans-serif;
  color: #ff6c39;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 7px;
}
#rs-testimonial .rs-tst-designation:focus {
  outline: none;
}
#rs-testimonial .rs-tst-details p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #101010;
}
#rs-testimonial .rs-tst-details p:focus {
  outline: none;
}
/* -----------------------
    18. Partners
--------------------------*/
#rs-partner {
  background: #f0f0f0;
  padding: 100px 0;
}
#rs-partner .partner-carousel .partner-item img {
  width: auto;
  margin: 0 auto;
}
/* -----------------------
    19. Blog Post
--------------------------*/
.rs-blog .sec-title {
  margin-bottom: 0px;
}
.rs-blog .sec-title h2 {
  margin-bottom: 0px;
}
.rs-blog .blog-item {
  margin-bottom: 30px;
  text-align: center;
}
.rs-blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
}
.rs-blog .blog-item .blog-img img {
  width: 100%;
  height: 250px;
}
.rs-blog .blog-item .blog-img .blog-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  text-align: center;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-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;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: 0.25s opacity ease;
  -moz-transition: 0.25s opacity ease;
  -o-transition: 0.25s opacity ease;
  -ms-transition: 0.25s opacity ease;
  transition: 0.25s opacity ease;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link {
  display: inline-block;
  font-size: 40px;
  color: #ff6c39;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  opacity: 0.6;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 20px;
  line-height: normal;
  margin-top: 15px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: #ffffff;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.rs-blog .blog-item .blog-meta {
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-blog .blog-item .blog-meta .blog-lc {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  background: #ff6c39;
  color: #ffffff;
  padding: 4px 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.rs-blog .blog-item .blog-author {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-blog .blog-item .blog-author .author-img {
  float: none;
  text-align: center;
}
.rs-blog .blog-item .blog-author .author-img img {
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  margin-top: -39px;
  position: relative;
  width: 70px;
  z-index: 99;
}
.rs-blog .blog-item .blog-author .author-info {
  margin-top: 15px;
}
.rs-blog .blog-item .blog-author .author-info .author-name {
  font-size: 15px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.rs-blog .blog-item .blog-desc {
  margin: 20px 0;
  clear: both;
}
.rs-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-button a {
  color: #505050;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-blog .blog-item .blog-button a:before {
  color: #505050;
}
.rs-blog .blog-item .blog-button a:hover {
  color: #ff6c39 !important;
  text-decoration: none !important;
}
.rs-blog .blog-item .blog-button a:hover:before {
  color: #ff6c39;
}
.rs-blog .blog-item:hover .blog-meta {
  color: #243a4f;
}
.rs-blog .blog-item:hover .blog-button a {
  color: #243a4f;
}
.rs-blog .blog-item:hover .blog-img-content {
  top: 0;
  opacity: 1;
}
.rs-blog .blog-item:hover .blog-img-content .blog-date {
  position: relative;
}
.rs-blog .blog-item:hover .blog-img-content .blog-date span {
  background: #ff6c39;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  left: 0;
  padding: 7px 17px;
  position: absolute;
  line-height: 23px;
  top: 0;
}
.rs-blog .blog-item .blog-img .blog-date-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 11;
}
.rs-blog .blog-item .blog-date-wrapper .blog-date span {
  background: #ff6c39;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  left: 0;
  padding: 7px 17px;
  position: absolute;
  line-height: 23px;
  top: 0;
}
/* -----------------------
    20. Contact Us
--------------------------*/
.rs-contact .contact-address {
  margin-bottom: 45px;
}
.rs-contact .contact-address .address-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-contact .contact-address .address-item + .address-item {
  margin-top: 25px;
}
.rs-contact .contact-address .address-item .address-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #243a4f;
  text-align: center;
  font-size: 24px;
  margin-right: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-contact .contact-address .address-item:hover .address-icon {
  background-color: #243a4f;
  color: #ffffff;
}
.rs-contact .g-map {
  width: 100%;
  min-height: 360px;
}
.rs-contact #form-messages {
  padding: 15px;
  background: #ffffff;
  margin-bottom: 30px;
  border-left: 3px solid;
  box-shadow: 0 2px 2px rgba(6, 6, 6, 0.04);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-contact #form-messages.success {
  border-color: #4caf50;
  color: #4caf50;
}
.rs-contact #form-messages.error {
  border-color: #ff3c3c;
  color: #ff3c3c;
}
.rs-contact #form-messages:empty {
  display: none;
}
.rs-contact .contact-form .form-field {
  margin-bottom: 23px;
  position: relative;
}
.rs-contact .contact-form .form-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.rs-contact .contact-form .form-field label {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #434343;
}
.rs-contact .contact-form .form-field input {
  width: 100%;
  height: 50px;
  padding: 5px 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.rs-contact .contact-form .form-field input:focus {
  border-color: #243a4f;
  outline: none;
}
.rs-contact .contact-form .form-field textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 150px;
}
.rs-contact .contact-form .form-field textarea:focus {
  border-color: #243a4f;
  outline: none;
}
.rs-contact .contact-form .form-button button {
  border: 0;
  outline: none;
}
/* -----------------------
    21. Footer
--------------------------*/
.rs-footer {
  background: url(images/parallax/3.jpg);
  color: #e8e8e8;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
}
.rs-footer .footer-top-wedget {
  position: absolute;
  width: 100%;
  top: -45px;
  background: #243a4f;
  color: #ffffff;
  overflow: hidden;
  padding: 30px 0;
  z-index: 11;
}
.rs-footer .footer-top-wedget .fb-widgets {
  float: left;
  width: 33.33%;
}
.rs-footer .footer-top-wedget .fb-widgets a,
.rs-footer .footer-top-wedget .fb-widgets i {
  color: #ffffff;
  position: relative;
  z-index: 999;
}
.rs-footer .footer-top-wedget .fb-widgets a:hover,
.rs-footer .footer-top-wedget .fb-widgets i:hover {
  color: #ff6c39;
}
.rs-footer .footer-top-wedget .fb-widgets i {
  margin-right: 10px;
  color: #ff6c39;
  font-size: 20px;
}
.rs-footer:after {
  content: "";
  position: absolute;
  background: rgba(36, 58, 79, 0.95);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rs-footer .footer-top,
.rs-footer .footer-bottom {
  position: relative;
  z-index: 10;
}
.rs-footer .footer-title {
  margin-bottom: 40px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.rs-footer .footer-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background-color: #ff6c39;
}
.rs-footer .footer-top {
  padding: 30px 0 95px;
}
.rs-footer .footer-top .about-widget img {
  margin-bottom: 25px;
}
.rs-footer .footer-top .recent-post-widget .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-footer .footer-top .recent-post-widget .post-item:hover .post-date {
  background-color: #ff4e10;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  background-color: #ff6c39;
  color: #ffffff;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date > span {
  display: block;
}
.rs-footer
  .footer-top
  .recent-post-widget
  .post-item
  .post-date
  > span:first-child {
  margin-top: 6px;
}
.rs-footer
  .footer-top
  .recent-post-widget
  .post-item
  .post-date
  > span:last-child {
  font-size: 13px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title a {
  color: #e8e8e8;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover,
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #ff6c39;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-category {
  font-size: 13px;
}
.rs-footer .footer-top .recent-post-widget .post-item + .post-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.rs-footer .footer-top .sitemap-widget li {
  /*width: 50%;
  float: left;*/
  line-height: 33px;
  padding-top: 20px;
}
.rs-footer .footer-top .sitemap-widget li a {
  color: #e8e8e8;
  display: inline-block;
  position: relative;

  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.rs-footer .footer-top .sitemap-widget li a:hover,
.rs-footer .footer-top .sitemap-widget li a:focus {
  color: #ff6c39;
}
.rs-footer .footer-top .sitemap-widget li a .fa {
  padding-right: 10px;
}
.rs-footer .footer-top .recent-project li {
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
  position: relative;
  width: 78px;
}
.rs-footer .footer-top .recent-project li img {
  height: 100%;
}
.rs-footer .footer-top .recent-project li a {
  display: block;
}
.rs-footer .footer-top .recent-project li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-footer .footer-top .recent-project li a:hover:after {
  opacity: 1;
}
.rs-footer .news-form {
  position: relative;
}
.rs-footer .news-form:hover input {
  border: 1px solid #ff4e10;
}
.rs-footer .news-form:hover input:focus {
  outline: none;
}
.rs-footer .news-form:hover button {
  background: #ff4e10;
}
.rs-footer .news-form:hover button:focus {
  outline: none;
}
.rs-footer .news-form input {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ff6c39;
  color: #ffffff;
  height: 50px;
  outline: 0 none;
  padding: 5px 20px;
  width: 100%;
}
.rs-footer .news-form button {
  background: #ff6c39;
  border: none;
  color: #ffffff;
  font-size: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-footer .footer-bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  font-size: 14px;
}
.rs-footer .footer-bottom .copyright p {
  margin-bottom: 0;
}
.rs-footer .footer-bottom .copyright a {
  color: #ffffff;
}
.rs-footer .footer-bottom .copyright a:hover,
.rs-footer .footer-bottom .copyright a:focus {
  color: #ff6c39;
}
.rs-footer .footer-bottom .footer-bottom-menu {
  display: inline-block;
}
.rs-footer .footer-bottom .footer-bottom-menu ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  padding: 0;
  list-style: none;
}
.rs-footer .footer-bottom .footer-bottom-menu ul > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 10px;
  position: relative;
}
.rs-footer .footer-bottom .footer-bottom-menu ul li:before {
  display: inline-block;
}
.rs-footer .footer-bottom .footer-bottom-menu ul li:nth-child(n + 2):before {
  content: ":";
  margin-right: 10px;
}
.rs-footer .footer-bottom .footer-bottom-menu ul li a {
  color: #afb0b2;
}
.rs-footer .footer-bottom .footer-bottom-menu ul li a:hover,
.rs-footer .footer-bottom .footer-bottom-menu ul li a:focus {
  color: #ffffff;
}
.rs-footer .footer-bottom .footer-bottom-share {
  display: inline-block;
}
.rs-footer .footer-bottom .footer-bottom-share ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rs-footer .footer-bottom .footer-bottom-share ul li {
  display: inline-block;
}
.rs-footer .footer-bottom .footer-bottom-share ul li + li {
  margin-left: 10px;
}
.rs-footer .footer-bottom .footer-bottom-share ul li a {
  font-size: 15px;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: #192939;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-footer .footer-bottom .footer-bottom-share ul li a:hover {
  color: #ff6c39;
}
/* -----------------------
    22. Scroll Up
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
}
#scrollUp i {
  border: 1px solid #ff6c39;
  height: 40px;
  font-size: 24px;
  width: 42px;
  color: #ff6c39;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover {
  color: #ffffff;
  background-color: #ff6c39;
}
/* ------------------------------------
    23. Counter up
  ---------------------------------------*/
.counter-top-area {
  background: url(images/home/counter-bg.jpg) no-repeat scroll 0 0;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: center center;
  padding: 98px 0;
  line-height: 0;
  position: relative;
  background-attachment: fixed;
}
.counter-top-area .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(36, 58, 79, 0.86);
  width: 100%;
  height: 100%;
}
.counter-top-area .rs-counter-list {
  text-align: center;
}
.counter-top-area h2 {
  font-size: 36px;
  font-weight: 700;
  padding: 0;
  color: #ffffff;
  margin-top: 10px !important;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
}
.counter-top-area h3 {
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 25px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.counter-top-area .rs-count {
  padding: 0 0 25px 0;
}
.counter-top-area .rs-counter-list i {
  color: #ff6c39;
  display: inline-block;
  font-size: 90px;
  margin-bottom: 12px;
}
.counter-top-area .rs-counter-list i:hover {
  color: #ff6c39;
}
/* ------------------------------------
    24. Breadcrumbs
  ---------------------------------------*/
.rs-breadcrumbs {
  background: url(images/bg/breadcrumbs.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.rs-breadcrumbs .overlay {
  background: rgba(36, 58, 79, 0.86) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.rs-breadcrumbs .page-title {
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.rs-breadcrumbs ul li {
  color: #ff6c39;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.rs-breadcrumbs ul li a {
  color: #505050;
  position: relative;
  padding-right: 15px;
}
.rs-breadcrumbs ul li a:after {
  content: "\f0c6";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: -3px;
  right: -1px;
}
.rs-breadcrumbs ul li a.active {
  color: #ffffff;
}
/* ------------------------------------
    25. Blog Details
  ---------------------------------------*/
.rs-blog-details .bs-title {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.rs-blog-details .bs-img img {
  width: 100%;
}
.rs-blog-details .bs-meta {
  font-size: 13px;
}
.rs-blog-details .bs-meta li {
  display: inline-block;
  line-height: 10px;
}
.rs-blog-details .bs-meta li + li {
  padding-left: 10px;
  margin-left: 10px;
}
.rs-blog-details .bs-meta li .fa {
  padding-right: 5px;
}
.rs-blog-details .bs-meta li a {
  color: #505050;
  font-size: 12px;
}
.rs-blog-details .bs-meta li a:hover {
  color: #ff6c39;
}
.rs-blog-details .bs-desc {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}
.rs-blog-details .blockquote {
  padding: 30px 0 30px 66px;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin: 25px 0;
  background: #f0f0f0;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #101010;
  position: relative;
}
.rs-blog-details .blockquote:before {
  content: "\f10e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 26px;
  padding-right: 0.5em;
  position: absolute;
  top: 21px;
  left: 26px;
}
.rs-blog-details .bs-info {
  padding: 22px 0;
}
.rs-blog-details .bs-tags {
  font-size: 12px;
  text-align: right;
}
.rs-blog-details .bs-tags .tags {
  background: #ff6c39;
  color: #101010;
  border-radius: 3px;
  padding: 7px 10px;
  margin-right: 10px;
}
.rs-blog-details .bs-tags ul {
  display: inline-block;
}
.rs-blog-details .bs-tags ul li {
  display: inline-block;
  border-radius: 3px;
  padding: 1px 6px;
  border: 1px solid #ccc;
  margin-right: 7px;
}
.rs-blog-details .bs-tags ul li:last-child {
  margin-right: 0px;
}
.rs-blog-details .share-post {
  border: 1px solid #ccc;
  padding: 20px;
}
.rs-blog-details .share-post .share {
  font-weight: 500;
  color: #101010;
}
.rs-blog-details .share-post .share-via {
  display: inline-block;
  float: right;
  font-size: 12px;
}
.rs-blog-details .share-post .share-via ul li {
  border: 1px solid #cccccc;
  display: inline-block;
  margin-right: 15px;
  padding: 1px 10px 0;
}
.rs-blog-details .share-post .share-via ul li:last-child {
  margin-right: 0;
}
.rs-blog-details .share-post .share-via ul li .fa {
  padding-right: 8px;
}
.rs-blog-details .post-nav {
  font-weight: 500;
  padding-top: 23px;
}
.rs-blog-details .post-nav a {
  color: #505050;
}
.rs-blog-details .post-nav a:hover {
  color: #ff6c39;
}
.rs-blog-details .post-nav .previous .fa {
  padding-right: 12px;
}
.rs-blog-details .post-nav .next {
  float: right;
}
.rs-blog-details .post-nav .next .fa {
  padding-left: 12px;
}
.rs-blog-details .related-post {
  margin-top: 40px;
}
.rs-blog-details .related-post .blog-item {
  text-align: left;
}
.rs-blog-details .related-post .related-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.rs-blog-details .related-post .related-title a {
  color: #101010;
}
.rs-blog-details .related-post .related-title a:hover {
  color: #ff6c39;
}
.rs-blog-details .related-post .blog-meta .title {
  margin-top: 20px;
  margin-bottom: 6px;
}
.rs-blog-details .related-post .blog-meta .blog-date {
  font-size: 12px;
  font-weight: 500;
}
.rs-blog-details .related-post .blog-meta .blog-date .fa {
  padding-right: 6px;
}
.rs-blog-details .author-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 45px;
  border: 1px solid #243a4f;
  padding: 35px;
}
.rs-blog-details .author-block .author-img {
  margin-right: 35px;
}
.rs-blog-details .author-block .author-title {
  margin-bottom: 15px;
  font-size: 20px;
}
.rs-blog-details .author-block .author-title a {
  color: #212121;
}
.rs-blog-details .author-block p {
  margin-bottom: 15px;
}
.rs-blog-details .comment-form {
  margin-top: 50px;
  margin-bottom: 30px;
}
.rs-blog-details .comment-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rs-blog-details .comment-block {
  margin-top: 0px;
}
.rs-blog-details .comment-block .comment {
  padding: 25px;
  background: #ffffff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4px;
}
.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 .blog-date {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
}
.rs-blog-details .comment-block .comment .blog-date .fa {
  padding-right: 4px;
}
.rs-blog-details .comment-block .comment img {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.rs-blog-details .comment-block .comment h3 {
  margin: 5px 0 10px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.rs-blog-details .comment-block .comment .comment-body p.desc {
  margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-reply {
  margin-bottom: 0;
}
.rs-blog-details .comment-block .comment-list > li:last-child .comment {
  border-bottom: none;
}
/* ------------------------------------
    26. Error 404 page
---------------------------------------*/
.error-page-area .container {
  padding: 100px 0 100px;
}
.error-page-area .container .erroe-404 {
  background: #999999;
  text-align: center;
  padding: 30px 0;
}
.error-page-area .container .erroe-404 h2 {
  font-size: 250px;
  color: #ff6c39;
  line-height: 210px;
  margin: 0;
  position: relative;
  z-index: 10;
}
.error-page-area .container .erroe-404 span {
  font-size: 20px;
  color: #101010;
  line-height: 35px;
  position: relative;
  z-index: 10;
  font-weight: 600;
}
.error-page-area .container p {
  color: #505050;
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin: 30px auto 30px;
  max-width: 500px;
  text-align: center;
  position: relative;
  z-index: 10;
  font-weight: 500;
}
.error-page-area .container a {
  background: #ff6c39;
  color: #ffffff;
  display: block;
  font-size: 15px;
  margin: 0 auto;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 230px;
  position: relative;
  z-index: 10;
  font-weight: normal;
  letter-spacing: 1px;
}
.error-page-area .container a:hover {
  color: #ffffff;
  background: #243a4f;
}
/* ------------------------------------
    27. Blog Sidebar 
---------------------------------------*/
.bs-sidebar .blog-item {
  margin-bottom: 50px;
}
.bs-sidebar .blog-item .blog-img {
  position: relative;
}
.bs-sidebar .blog-item .blog-img img {
  max-width: 100%;
  width: 100%;
}
.bs-sidebar .blog-item .blog-img .blog-date {
  position: absolute;
  left: 40px;
  top: 0;
  background: #ff6c39;
  color: #ffffff;
  text-align: center;
  padding: 26px 17px 14px;
}
.bs-sidebar .blog-item .blog-img .blog-date .date {
  font-weight: 300;
  font-size: 40px;
}
.bs-sidebar .blog-item .blog-img .blog-date .month {
  font-weight: 400;
  font-size: 20px;
}
.bs-sidebar .blog-item .blog-title h3 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 36px;
  margin-bottom: 15px;
}
.bs-sidebar .blog-item .blog-button .readon {
  background: transparent;
  border-radius: 0;
  color: #232c3b;
  text-transform: uppercase;
  font-weight: 500;
}
.bs-sidebar .blog-item .blog-button .readon:hover {
  color: #ffffff;
  background: #ff6c39;
  border: 2px solid #ff6c39;
}
.bs-sidebar .blog-sidebar .sidebar-item .title {
  background: #243a4f;
}
.bs-sidebar .blog-sidebar .sidebar-item .title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding: 25px 60px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 0;
  text-align: left;
}
.bs-sidebar .blog-sidebar .sidebar-item .title h3:before {
  color: #ffffff;
  content: "\f07c";
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 30px;
  text-decoration: inherit;
  top: 28px;
}
.bs-sidebar .blog-sidebar .sidebar-item .item ul li {
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding: 15px 10px 15px 66px;
  border-bottom: 1px solid #e0e0e0;
}
.bs-sidebar .blog-sidebar .sidebar-item .item ul li:before {
  color: #505050;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 30px;
  text-decoration: inherit;
  top: 15px;
}
.bs-sidebar .blog-sidebar .sidebar-item.recent-post .title {
  margin-bottom: 6px;
}
.bs-sidebar .blog-sidebar .sidebar-item.recent-post .item-post {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.bs-sidebar .blog-sidebar .sidebar-item.recent-post .item-post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.bs-sidebar .blog-sidebar .sidebar-item.recent-post .item-post img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.bs-sidebar .blog-sidebar .sidebar-item.recent-post .item-post .post-title a {
  font-weight: 500;
}
.bs-sidebar .blog-sidebar .sidebar-item.recent-post .item-post .post-meta {
  font-size: 12px;
}
.bs-sidebar .blog-sidebar .sidebar-item.recent-post .item-post .post-meta .fa {
  padding-right: 6px;
}
.bs-sidebar
  .blog-sidebar
  .sidebar-item.recent-post
  .item-post
  .post-meta
  .user {
  padding-right: 16px;
}
.bs-sidebar .blog-sidebar .sidebar-item.recent-post .item-post:hover img {
  filter: grayscale(100%);
  opacity: 0.8;
}
.bs-sidebar .blog-sidebar .newsletter {
  background: #243a4f;
  padding: 30px 50px;
}
.bs-sidebar .blog-sidebar .newsletter .title {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.bs-sidebar .blog-sidebar .newsletter .subtitle {
  color: #ffffff;
  margin-bottom: 23px;
}
.bs-sidebar .blog-sidebar .newsletter .news-form {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.bs-sidebar .blog-sidebar .newsletter .news-form .form-input {
  width: 100%;
  height: 50px;
  padding: 5px 14px;
  background: #ffffff;
  outline: none;
  color: #666666;
  border: 1px solid #ff6c39;
}
.bs-sidebar
  .blog-sidebar
  .newsletter
  .news-form
  .form-input::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.bs-sidebar .blog-sidebar .newsletter .news-form .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}
.bs-sidebar
  .blog-sidebar
  .newsletter
  .news-form
  .form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  opacity: 1;
}
.bs-sidebar .blog-sidebar .newsletter .news-form .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
}
.bs-sidebar .blog-sidebar .newsletter .news-form .form-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: #ff6c39;
  border: 0;
  color: #101010;
  font-weight: 500;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.bs-sidebar .blog-sidebar .newsletter .news-form .form-button .fa {
  color: #ffffff;
}
.bs-sidebar .blog-sidebar .newsletter .news-form .form-button:hover {
  color: #ffffff;
}
.bs-sidebar .blog-sidebar .newsletter .news-form .form-button:hover .fa {
  color: #101010;
}
.bs-sidebar .pagination-area ul {
  text-align: left;
}
/* ------------------------------------
    28. Blog Pagination
---------------------------------------*/
.pagination-area {
  padding-top: 30px;
}
.pagination-area ul {
  text-align: center;
}
.pagination-area ul li {
  display: inline-block;
  margin: 0 3px 7px 0;
}
.pagination-area ul li.active a {
  background: #243a4f;
  color: #ffffff;
}
.pagination-area ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #243a4f;
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-align: center;
}
.pagination-area ul li a:hover {
  background: #243a4f;
  color: #ffffff;
}
/* ------------------------------------
     29. Contact Page
---------------------------------------*/
.rs-contactform ::-webkit-input-placeholder {
  text-transform: uppercase;
}
.rs-contactform ::-moz-placeholder {
  text-transform: uppercase;
}
.rs-contactform :-ms-input-placeholder {
  text-transform: uppercase;
}
.rs-contactform :-moz-placeholder {
  text-transform: uppercase;
}
.rs-contactform input[type="text"],
.rs-contactform select#select,
.rs-contactform textarea#message {
  width: 100%;
  border: 1px solid #e0dfdf;
  padding: 22px;
}
.rs-contactform input[type="text"],
.rs-contactform select#select {
  margin-bottom: 40px;
}
.rs-contactform select#select {
  overflow: hidden;
  position: relative;
}
.rs-contactform input[type="submit"] {
  width: 370px;
  height: 70px;
  margin: 50px auto 0;
  display: block;
  border: 1px solid #ff6c39;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: #ff6c39;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.rs-contactform input[type="submit"]:hover {
  background: #243a4f;
  border: 1px solid #243a4f;
}
.sec-title {
  margin-bottom: 50px;
}
.sec-title h2 {
  margin-bottom: 20px;
}
.contact-info .padding-0,
.contact-info2 .padding-0 {
  padding-left: 0;
  padding-right: 0;
}
.contact-info {
  position: relative;
  overflow: hidden;
}
.contact-info .g-map {
  min-height: 360px;
}
.contact-info:after {
  background: #243a4f none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewX(19deg) scale(2.2);
  width: 30%;
  z-index: 1;
}
.contact-info .apper-content {
  z-index: 111;
  position: relative;
  width: 455px;
  float: right;
  text-align: left;
  height: 360px;
  display: table;
}
.contact-info .apper-content .contact-details {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
.contact-info .apper-content .contact-details h2 {
  font-size: 40px;
  margin: 0 0 35px;
}
.contact-info .apper-content .contact-details p {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 1366px) {
  .contact-info .apper-content .contact-details p {
    font-size: 17px;
    line-height: 30px;
  }
}
.contact-info .apper-content .contact-details ul {
  margin-top: 35px;
}
.contact-info .apper-content .contact-details ul li {
  display: inline-block;
}
.contact-info .apper-content .contact-details ul li a {
  color: #ffffff;
  padding-right: 10px;
}
.contact-info .apper-content .contact-details ul li a:hover {
  color: #ff6c39;
}
.contact-info2 .g-map {
  min-height: 500px;
}
.contact-info2 .padding-0 {
  position: relative;
}
.contact-info2 .padding-0 .contact-details {
  left: 50%;
  /* margin-left: 250px;
  position: absolute;*/
  right: auto;
  top: 50px;
  z-index: 10;
  background: #ff6c39;
  color: #ffffff;
}
.contact-info2 .padding-0 .contact-details .get_in_touch {
  padding: 25px;
  position: relative;
  width: 350px;
  font-size: 16px;
  line-height: 30px;
}
.contact-info2 .padding-0 .contact-details .get_in_touch ul li a {
  color: #fff;
  text-decoration: underline;
}
.contact-info2 .padding-0 .contact-details .get_in_touch h2 {
  color: #ffffff;
  font-size: 30px;
}
.contact-info2 .padding-0 .contact-details .get_in_touch:after {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 30px 30px 0 0;
  bottom: -30px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  border-top-color: #ff6c39;
}
.contact-info2 .padding-0 .contact-details .get_in_touch ul li .icon {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  font-size: 23px;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 30px;
}
.contact-info2 .padding-0 .contact-details .get_in_touch ul li a:hover {
  color: #fff;
}
.contact-info .contact-details ul li a {
  padding-right: 0px !important;
}
.contact-info .contact-details ul li a i {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  text-align: center;
  width: 32px;
  background: #ff6c39;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.contact-info .contact-details ul li a:hover i {
  background: #ff4e10;
}
/* ------------------------------------
    30. Home Banner
---------------------------------------*/
.rs-banner-area {
  background: url("images/banner/1.html") no-repeat top center;
  line-height: 0;
  padding: 150px 0;
  position: relative;
  background-size: cover;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: hidden;
}
.rs-banner-area ul li {
  margin-right: 20px;
  float: left;
  margin-bottom: 14px;
}
.rs-banner-area .sl-subtitle {
  font-size: 45px;
}
.rs-banner-area .sl-title {
  font-size: 50px;
}
.rs-banner-area .sl-desc {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 22px;
}
.rs-banner-area .display-table-cell {
  position: relative;
  z-index: 10;
}
.rs-banner-area .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#main-banner {
  height: 100vh;
  position: relative;
  background: url(images/parallax/slide_1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* ----------------------------------
    31. Case Study
-------------------------------------*/
.rs-case-study .portfolio-filter {
  margin-bottom: 30px;
  text-align: center;
}
.rs-case-study .portfolio-filter button {
  background: transparent;
  position: relative;
  display: inline-block;
  border: 1px solid #ff6c39;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 0 11px 15px 0;
  padding: 6px 14px;
}
.rs-case-study .portfolio-filter button:hover,
.rs-case-study .portfolio-filter button.active {
  background: #ff6c39;
  color: #ffffff;
}
.rs-case-study .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-case-study .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-case-study .portfolio-item .portfolio-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: 0.25s opacity ease;
  transition: 0.25s opacity ease;
}
.rs-case-study .portfolio-item .portfolio-img img {
  width: 100%;
}
.rs-case-study .portfolio-item a {
  cursor: pointer;
}
.rs-case-study .portfolio-item a .fa {
  display: inline-block;
  font-size: 30px;
  color: #ff6c39;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-case-study .portfolio-item a .fa:hover {
  opacity: 0.6;
}
.rs-case-study .portfolio-item a.case-link {
  margin-left: 6px;
}
.rs-case-study .portfolio-item .p-title {
  font-size: 20px;
  line-height: normal;
  margin-top: 25px;
  color: #ffffff;
  margin-bottom: 0;
}
.rs-case-study .portfolio-item .p-title a {
  color: #ffffff;
}
.rs-case-study .portfolio-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-case-study .portfolio-item .p-desc {
  font-size: 15px;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}
.rs-case-study .portfolio-item:hover .portfolio-content {
  opacity: 1;
  top: 0;
}
/* ----------------------------------
    32. Case Study Details
-------------------------------------*/
.case-details-area {
  padding: 100px 0 100px;
}
.case-details-area .case-informations h3 {
  margin-bottom: 20px;
}
.case-details-area .case-informations ul li {
  line-height: 30px;
}
.case-details-area .case-informations ul li span {
  float: inherit;
  font-weight: bold;
  padding-right: 10px;
}
.case-details-area .visit-project {
  display: inline-block;
  margin: 30px 0;
}
.case-details-area .case-description h2 {
  margin-top: 30px;
  margin-bottom: 12px;
}
.case-details-area .related-project {
  margin-top: 25px;
}
.case-details-area .related-project h3 {
  margin-left: 15px;
}
/* ------------------------------------
    33. Faq css
---------------------------------------*/
.faq {
  padding: 92px 0 80px;
}
.faq .sec-title {
  margin-bottom: 30px;
}
.faq .sec-title h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
}
.faq .keyword-left .keyword-image {
  background: #f2f2f2;
}
.faq #accordion .panel {
  border-radius: 0;
  margin-bottom: 10px;
}
.faq #accordion .panel .panel-heading {
  background: #ededed;
  border: none;
  border-radius: 0;
  padding: 17px 25px;
  position: relative;
}
.faq #accordion .panel .panel-heading:after {
  background: #243a4f;
  color: #ff6c39;
  content: "";
  font-family: FontAwesome;
  font-size: 20px;
  height: 100%;
  left: 0;
  padding: 16px 32px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.faq #accordion .panel .panel-heading .panel-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600px;
  font-size: 15px;
  color: #505050;
  position: relative;
  display: block;
  padding-left: 65px;
}
.faq #accordion .panel .panel-heading .panel-title a:after {
  color: #ff6c39;
  content: "";
  font-family: FontAwesome;
  font-size: 20px;
  height: 53px;
  left: -27px;
  padding: 16px 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9;
}
.faq #accordion .panel .panel-heading .panel-title a.collapsed:after {
  content: "\f067";
}
.faq #accordion .panel .panel-heading:hover:after {
  background: #ff6c39;
}
.faq #accordion .panel .panel-heading:hover .panel-title a:after {
  color: #fff;
}
.faq .form-group {
  margin-bottom: 29px;
}
.faq .form-group input[type="text"],
.faq .form-group input[type="email"],
.faq .form-group textarea#message {
  width: 100%;
  border: 1px solid #e0dfdf;
  padding: 15px;
  height: auto;
}
.faq .form-group input[type="submit"] {
  width: 100%;
  height: 65px;
  margin-top: 20px;
  display: block;
  border: 1px solid #ff6c39;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: #ff6c39;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.faq .form-group input[type="submit"]:hover {
  background: #243a4f;
  border: 1px solid #243a4f;
}
/* ------------------------------------
    34. Team details
---------------------------------------*/
.rs-team-details {
  padding: 100px 0 65px;
}
.rs-team-details .figure img {
  margin-bottom: 30px;
}
.rs-team-details .clear-it {
  clear: both;
  padding-top: 20px;
}
.rs-team-details .description .member-title h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.rs-team-details .description .social-share .social-icons {
  padding: 10px 0;
}
.rs-team-details .description .social-share .social-icons a i {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin-right: 7px;
  text-align: center;
  width: 32px;
  background: #ff6c39;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-team-details .description .social-share .social-icons a:hover i {
  background: #243a4f;
}
.rs-team-details .contact-details {
  margin-bottom: 30px;
}
.rs-team-details .contact-details ul li {
  padding: 6px 0;
}
.rs-team-details .contact-details ul li i {
  border: 1px solid #ff6c39;
  color: #ff6c39;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-team-details .contact-details ul li span {
  margin-left: 10px;
}
.rs-team-details .contact-details ul li:hover i {
  background: #ff6c39;
  color: #fff;
}
.rs-team-details .cl-skill-bar .skillbar {
  background: #eeeeee;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  margin: 5px 0;
  position: relative;
  width: 100%;
}
.rs-team-details .cl-skill-bar .skillbar .skillbar-title {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  left: 0;
  line-height: 30px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  width: 400px;
  background: #243a4f;
}
.rs-team-details .cl-skill-bar .skillbar .skillbar-bar {
  background: #ff6c39;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  width: 0;
  margin-bottom: 0;
}
.rs-team-details .cl-skill-bar .skillbar .skill-bar-percent {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 0;
}
.form-control {
  border-radius: 0px;
}
/* ----------------------------------
    36. Call To Action
-------------------------------------*/
.rs-cta {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(images/parallax/4.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: center;
}
.rs-cta:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 58, 79, 0.8);
}
.rs-cta .container {
  position: relative;
  z-index: 100;
}
.rs-cta .cta-content {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
}
.rs-cta .readon {
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 20px;
}
.rs-cta .readon:hover,
.rs-cta .readon:focus {
  background: #ff4e10;
  border: 2px solid #ff4e10;
}
/* ----------------------------------
    35. Service 02 CSS
-------------------------------------*/
.rs-services2 .services-item {
  padding: 63px 12px 12px !important;
}
.rs-services2 .services-item .glyph-icon {
  margin-bottom: 40px !important;
}
.rs-services2 .services-item i {
  bottom: 16px;
  font-size: 60px;
  margin-bottom: 28px;
  position: relative;
  transition: all 0.4s ease 0s;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.rs-services2 .services-item .glyph-icon:after,
.rs-services2 .services-item .glyph-icon:before {
  position: static !important;
  margin-left: 0 !important;
}
.rs-services2 .services-item .services-desc {
  width: 100% !important;
  padding-right: 0 !important;
}
.rs-services2 .services-item .glyph-icon {
  transition: all 0.4s ease 0s;
}
.rs-services2 .services-item:hover i {
  transform: scale(0.85);
  color: #ff6c39;
}
.rs-services2 .services-item:hover .glyph-icon {
  transform: scale(0.85) !important;
}
.rs-performance .items:hover .glyph-icon:after,
.rs-performance .items:hover .glyph-icon:before {
  color: #ff6c39;
}
/* ----------------------------------
    36. Preloader CSS
-------------------------------------*/
#loading {
  background-color: #ff6c39;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}
#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: #fff;
  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);
  }
}
/* ----------------------------------
    37. About Us CSS
-------------------------------------*/
.rs-about .sec-title {
  margin-bottom: 25px;
}
.rs-about .sec-title h2 {
  margin-bottom: 15px;
}
.rs-about #rs-keyword-research {
  padding: 0px;
  padding-top: 10px;
}
.rs-about #rs-keyword-research .panel-group {
  margin-bottom: 0px;
}
.rs-about #rs-keyword-research #accordion .panel:last-child {
  margin-bottom: 0px;
}
/* ----------------------------------
    38. Skill CSS
-------------------------------------*/
.rs-skills {
  padding: 100px 0;
}
.rs-skills .rs-team-details {
  padding: 0px !important;
}
.rs-skills .rs-team-details .cl-skill-bar .skillbar .skillbar-bar {
  height: 40px;
}
.rs-skills .rs-team-details .cl-skill-bar .skillbar .skill-bar-percent {
  height: 40px;
  line-height: 40px;
}
.rs-skills .rs-team-details .cl-skill-bar .skillbar .skillbar-title {
  height: 40px;
  line-height: 40px;
}
/* ----------------------------------
    39. Testimonial Page
-------------------------------------*/
.testimonial-section .testimonil-details {
  position: relative;
  margin-bottom: 40px;
}
.testimonial-section .testimonil-details:last-child {
  margin-bottom: 0;
}
.testimonial-section .testimonil-details .testimonil-images {
  display: inline;
}
.testimonial-section .testimonil-details .testimonil-images img {
  border: 2px solid #ccc;
  padding: 2px;
  border-radius: 50%;
  width: 140px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.testimonial-section .testimonil-details .testimonil-text {
  padding: 80px 30px 30px 80px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fafafa;
  margin-top: -70px;
}
.testimonial-section .testimonil-details .testimonil-text p {
  font-size: 13px;
  font-style: italic;
  position: relative;
}
.testimonial-section .testimonil-details .testimonil-text p:after {
  position: absolute;
  left: -35px;
  top: -5px;
  font-size: 25px;
  color: #ccc;
  content: "\f10d";
  font-family: fontawesome;
}
.testimonial-section .testimonil-details .testimonil-text .person-details h4 {
  color: #101010;
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 18px;
}
.testimonial-section .testimonil-details .testimonil-text .person-details span {
  color: #222;
}
.pb-100 {
  padding-top: 70px;
}
.blog-author .bs-info {
  padding: 22px 0;
}
.blog-author .bs-meta {
  font-size: 13px;
}
.blog-author .bs-meta li {
  display: inline-block;
  line-height: 10px;
}
.blog-author .bs-meta li + li {
  padding-left: 10px;
  margin-left: 10px;
}
.blog-author .bs-meta li .fa {
  padding-right: 5px;
}
.blog-author .bs-meta li a {
  color: #505050;
  font-size: 12px;
}
.blog-author .bs-meta li a:hover {
  color: #ff6c39;
}
.footer-bottom .left {
  height: auto;
  width: auto;
  padding: 29px 3%;
  float: left;

  font-size: 14px;
  color: #e8e8e8;
  letter-spacing: 0.7px;
}

.footer-bottom .left a {
  font-size: 14px;
  color: #e8e8e8;
  text-decoration: none;
  -webkit-transition: all 0.15s linear 0.1s;
  -moz-transition: all 0.15s linear 0.1s;
  -o-transition: all 0.15s linear 0.1s;
  -ms-transition: all 0.15s linear 0.1s;
  transition: all 0.15s linear 0.1s;
}

.footer-bottom .left a:hover {
  color: #fff;
}

.left .webdesign {
  font-size: 18px;
  font-weight: normal;
  vertical-align: middle;
}

.send-perposal {
  background: #ff6c39;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
.send-perposal h3 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 40px;
  color: var(--white);
}
.send-perposal h3 strong {
  font-weight: 700;
}
.send-perposal .form-group.col-md-6 {
  margin: 0 auto;
  padding: 20px 0 0;
  position: relative;
}
.send-perposal input::placeholder {
  color: #000;
}
.send-perposal input.form-control {
  padding: 18px 10px;
  border-radius: 50px;
  border: 0;
  background: #fff;
  height: 60px;
}
.send-perposal .form-group.col-md-6 input.btn.btn-warning {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 18px 21px;
  font-size: 15px;
  background: #000;
  font-weight: 600;
  color: #fff;
  border-radius: 0 40px 40px 0;
  z-index: 799;
}
.send-perposal .form-control:focus {
  color: #000;
}
.why-do-bussiness ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.why-do-bussiness ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 38px !important;
  background: #fff;
  margin-bottom: 7px;
  position: relative;
  width: 49%;
  font-size: 16px;
  border-radius: 6px;
  box-shadow: rgb(0 0 0 / 9%) 0 3px 12px;
  /*border-bottom: 3px solid #ff6c39;*/
}
.why-do-bussiness ul li:after {
  content: "\f00c";
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  font-family: FontAwesome;
  background: #ff6c39;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 50px;
}
.client-logo-wrapper ul.logos-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.client-logo-wrapper ul.logos-list li {
  width: 23%;
}
.client-logo-wrapper ul.logos-list li figure {
  margin-bottom: 10px;
  box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
  background: #fff;
}
.client-logo-wrapper ul.logos-list li figure img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.rs-team3 {
  padding: 0px 0 0px !important;
}
.sec-spacer2 {
  padding: 0px 0 0px !important;
}
.bg-gray {
  /*border-radius: 6px;
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
	background: #fff;
     border: 1px solid #eee;*/
}
.content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.content {
  text-align: center;
  /* padding: 12px 6px; */
  /* background-color:#000; */
  color: #fff;
}
.content ul {
  padding: 10px;
}
.content span {
  font-size: 18px;
  color: #ff6c39;
}
.content a {
  color: #fff;
  padding: 10px;
}
.content h3 a {
  color: #ffffff;
}
.blog-sidebar {
  /*box-shadow: 0px 0px 5px 0px #243a4f;
   
    border-radius: 10px*/
}
.bs-sidebar .blog-item {
  /* box-shadow: 0px 0px 5px 0px #243a4f;
	   border-radius: 10px;
	   padding:10px;*/
}

.portfolio-content-area {
  text-align: left;
  padding: 50px 0px 40px 40px;
  background-color: #243a4f;
  color: #fff;
  line-height: 30px;
}
.portfolio-content-area ul {
  padding: 10px;
}
.portfolio-content-area span {
  font-size: 18px;
  color: #ff6c39;
}
.portfolio-content-area a {
  color: #fff;
  padding: 10px;
}
.portfolio-content-area h3 a {
  color: #ffffff;
}
.bs-sidebar .case-informations ul li {
  line-height: 30px;
}
.bs-sidebar .case-informations ul li span {
  float: inherit;
  font-weight: bold;
  padding-right: 10px;
}

.rs-footer .footer-bottom .footer-bottom-share {
  display: inline-block;
}
.rs-footer .footer-bottom .footer-bottom-share ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-bottom-share ul li {
  display: inline-block;
}
.footer-bottom-share ul li + li {
  margin-left: 10px;
}
.footer-bottom-share ul li a {
  font-size: 15px;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: #192939;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-bottom-share ul li a:hover {
  color: #ff6c39;
}

.main-blog-side {
}

.terms-condition {
  padding: 96px 0 0px;
}
.terms-condition .services-desc h2 {
  letter-spacing: 1px;
}
.terms-condition .services-desc h3 {
  margin-bottom: 10px;
}
.pay-online-area .nav-tabs {
}
.pay-online-area .tab {
  background: transparent;
  position: relative;
  display: inline-block;
  border: 1px solid #ff6c39;
  outline: none;

  font-size: 16px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 0 11px 15px 0;
  padding: 6px 14px;
  background-color: #ff6c39;
}

.pay-online-area .nav-tabs {
  background-color: transparent;
  border: none;
}
.tablinks {
  background-color: #ff6c39;
  color: #fff;
  border: 2px solid #fff;
}
.tablinks active {
  background-color: #000;
}
.pay-online-area .nav-tabs li a {
  color: #fff;
  background: #222;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 13px 12px;
  margin: 0 0 1px 0;
  border: 5px solid #ff6c39;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.pay-online-area .nav-tabs li:last-child a {
  margin-right: 0;
}
.pay-online-area .nav-tabs li a:hover,
.pay-online-area .nav-tabs li.active a,
.pay-online-area .nav-tabs li.active a:hover {
  color: #000;
  background: #e6ece9;
  border: 5px solid #e6ece9;
}
.pay-online-area .nav-tabs li a:before {
  content: "";
  background: #e6ece9;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  transform: rotate(180deg) scale(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.1, 0.4, 0.6, 0.1);
}
.pay-online-area .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
  transform: rotate(0) scale(1);
}
.pay-online-area .tab-content {
  color: #fff;
  background: #e6ece9;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 20px;
  border-radius: 50px;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.01);
}
.pay-online-area .tab-content h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}
.payicons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.payonline {
}

.tabsections {
  padding: 15px 0;
  color: #000;
}

.payment-note {
  background: #ffe7d6;
  padding: 8px 15px;
  margin-bottom: 8px;
}
.tabsections > h3 {
  color: #000;
}
.inner-outbox {
  position: relative;
  padding: 35px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.websign-widget li {
  width: 50%;
  float: left;
  line-height: 33px;
}
.websign-widget li a {
  color: #000;
  display: inline-block;
  position: relative;
}
.websign-widget li a:hover,
.websign-widget li a:focus {
  color: #ff6c39;
}
.websign-widget li a .fa {
  padding-right: 10px;
}

.box-join h5 {
  background: #00233f;
  width: auto;
  float: left;
  font-size: 17px;
  margin: -30px 0 0 0;
  padding: 10px 20px 10px 10px;
  color: #fff;
}

.contact-form-1 input,
.contact-form-1 textarea,
.contact-form-1 select {
  width: 100%;
  padding: 23px;
  color: #686777;
  border: none;
  background: #f5f5f5;
  font-size: 14px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  outline: none;
}

.mb-20 {
  margin-bottom: 10px;
}

.contact-form-1 select {
  width: 100%;
  padding: 21px;
  color: #686777;
  border: none;
  background: #f5f5f5;
  font-size: 14px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  outline: none;
}

.sl-btn {
  background: #ff6c39;
  color: #ffffff;
  display: inline-block;
  padding: 14px 45px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #fb6304;
}

.price-section {
  position: relative;
  padding: 85px 0px 50px;
}

.price-section.style-two {
  padding-top: 10px;
}

.price-section .inner-container {
  background-color: #fff;
  padding: 45px 0px 40px;
  margin-bottom: 40px;
}

.price-block {
  position: relative;
  margin-bottom: 40px;
  padding: 25px 40px 45px;
  background: #f5f7f9;

  border-radius: 5px;
  box-shadow: 0 20px 35px -38px rgb(255 72 0);
  border-bottom: solid #ff4800 1px;
}

.price-block .inner-box {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 40px 15px 50px;
  border: 1px solid #f2f2f2;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.price-block .inner-box .off {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  line-height: 1.4em;
  text-align: center;
  padding-top: 10px;
  background-color: #ff4800;
  font-family: "Poppins", sans-serif;
}

.price-block .inner-box .ribbon {
  position: absolute;
  right: -24px;
  top: 11px;
  font-size: 8px;
  font-weight: 700;
  color: #ffffff;
  padding: 0px 25px;
  letter-spacing: 1px;
  background-color: #ff4800;
  text-transform: uppercase;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.price-block.active .inner-box,
.price-block .inner-box:hover {
  border-color: #ff4800;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(208, 208, 208, 1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(208, 208, 208, 1);
  box-shadow: 0px 0px 30px 0px rgba(208, 208, 208, 1);
}

.price-block .inner-box .icon-box {
  position: relative;
  margin-bottom: 30px;
}

.price-block .inner-box h2 {
  position: relative;
  color: #0f1341 !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.price-block .inner-box ul {
  position: relative;
  margin-bottom: 30px;
}

.price-block .inner-box ul li {
  position: relative;
  color: #848484;
  font-size: 14px;
  margin-bottom: 8px;
}

.price-block .inner-box .price {
  position: relative;
  font-size: 54px;
  font-weight: 600;
  color: #ff4800;
  line-height: 1em;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
}

.price-block .inner-box .price sup {
  position: relative;
  font-size: 28px;
}

.price-block .inner-box .price span {
  position: relative;
  color: #ff4800;
  font-size: 14px;
}

.price-block .inner-box:hover .theme-btn {
  color: #ffffff;
  border-color: #ff4800;
  background: #ff4800;
}

.price-block.alternate .inner-box {
  border: none;
  padding: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.price-block.alternate:last-child .inner-box {
  border: none;
}

.price-block.alternate .inner-box:hover {
  box-shadow: none;
}

.price-block.alternate .inner-box h2 {
  color: #ffffff;
}

.price-block.alternate .inner-box .theme-btn {
  background-color: #ffffff;
}

.price-block.alternate .inner-box:hover .theme-btn {
  background-color: #ff4800;
}

.btn-style-two {
  position: relative;
  line-height: 24px;
  color: #0f1341;
  font-size: 14px;
  font-weight: 700;
  background: #f2f2f2;
  display: inline-block;
  padding: 9px 42px;
  border-radius: 50px;
  text-transform: uppercase;
  border: 2px solid #f2f2f2;
}

.contact-section .contact-form-column {
  position: relative;
  margin-bottom: 40px;
}
.contact-section .contact-form-column .inner-column {
  position: relative;
  padding: 30px 25px 10px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 3px 5px 0 #f2f2f2;
  -moz-box-shadow: 0 3px 5px 0 #f2f2f2;
  box-shadow: 0 3px 5px 0 #f2f2f2;
}
.contact-section .contact-form-column h2 {
  position: relative;
  color: #0f1341;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact-section .contact-form-column h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #dedede;
}
.contact-section .contact-form-column .text {
  position: relative;
  color: #403a3a;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 28px;
}
.contact-form {
  position: relative;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="text"],
.contact-form textarea {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #848484;
  line-height: 30px;
  padding: 10px 20px;
  font-weight: 300;
  border: 1px solid #f2f2f2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-form textarea {
  height: 225px;
  resize: none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #ff5400;
}
.contact-form button {
  width: 100%;
  margin-top: 10px;
  padding: 11px 26px;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: red !important;
}
.contact-form label.error {
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  color: red;
  font-weight: 500;
}
.contact-section .contact-info-column {
  position: relative;
}
.contact-section .contact-info-column .inner-column {
  position: relative;
  border: 1px solid #f2f2f2;
}
.contact-section .contact-info-column .inner-column .upper-box {
  position: relative;
  padding: 35px 15px 0px;
  background-color: #f4f4f4;
}
.info-slide {
  position: relative;
}
.info-slide .image {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .fle-formo .form-group {
    display: flex;
    justify-content: space-between;
  }
  .fle-formo .form-group input {
    flex-basis: 48%;
  }
  .fle-formo .form-group .form-control {
    flex-basis: 48%;
  }
}

@media screen and (max-width: 767px) {
  .fle-formo .form-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .fle-formo .form-group input {
    flex-basis: 100%;
  }
  .fle-formo .form-group .form-control {
    flex-basis: 100%;
  }
}
.fle-formo .form-group .form-control {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #848484;
  line-height: 30px;
  padding: 10px 20px;
  font-weight: 300;
  border: 1px solid #f2f2f2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-style-one {
  position: relative;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #ff5700;
  display: inline-block;
  padding: 9px 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #ff5700;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: Poppins, sans-serif;
}
.fb-navigation {
  position: relative;
  z-index: 5;
}

.fb-navigation > ul > li .hb-dropdown,
.fb-navigation > ul > li .hb-dropdown li ul {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}

.fb-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.fb-navigation ul li {
  list-style: none;
}

.fb-navigation > ul > li {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding-right: 40px;
}

.fb-navigation > ul > li > a {
  display: block;
  padding: 15px 0 16px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}

.fb-navigation > ul > li.dropdown-holder > a::after,
.fb-navigation > ul > li.megamenu-holder > a::after {
  content: "\f3d0";
  font-family: Ionicons;
  font-weight: 400;
  position: absolute;
  left: 58px;
  top: 15px;
  transition: all 0.3s ease-in-out;
}
.fb-navigation > ul > li:hover > a::after {
  transform: rotate(180deg);
}

.fb-navigation > ul > li.megamenu-holder {
  position: inherit;
}

.fb-navigation > ul > li:hover > a {
  color: #e23e57;
}

.fb-navigation > ul > li .hb-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 250px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.fb-navigation > ul > li .hb-dropdown li {
  display: block;
  position: relative;
}
.fb-navigation > ul > li .hb-dropdown-2 > li:nth-child(-n + 2)::before {
  content: "\f3d0";
  position: absolute;
  font-family: "Ionicons";
  right: 15px;
  top: 5px;
  transition: all 0.3s ease-in-out;
}

.fb-navigation > ul > li .hb-dropdown-2 > li:hover:nth-child(-n + 2)::before {
  transform: rotate(-90deg);
  color: #e23e57;
}
.header-2
  .fb-navigation
  > ul
  > li
  .hb-dropdown-2
  > li:hover:nth-child(-n + 2)::before {
  color: #ff6d02;
}
.fb-navigation > ul > li .hb-dropdown li ul,
.fb-navigation > ul > li .megamenu {
  -ms-transform: translateY(30px);
  position: absolute;
  background: #fff;
}

.fb-navigation > ul > li .hb-dropdown li a {
  color: #2c2c2c;
  display: block;
  padding: 5px 20px;
}

.fb-navigation > ul > li .hb-dropdown li:hover > a,
.fb-navigation > ul > li .megamenu > li > a:hover,
.fb-navigation > ul > li .hb-dropdown li.active > a {
  color: #e23e57;
}

.fb-navigation > ul > li .hb-dropdown li a i {
  font-size: 16px;
  margin-right: 5px;
}

.fb-navigation > ul > li .hb-dropdown li ul {
  left: 100%;
  top: 0;
  width: 250px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.fb-navigation > ul > li .hb-dropdown li:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.fb-navigation > ul > li .megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 0;
  right: auto;
  padding: 30px 15px;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fb-navigation > ul > li .megamenu {
    padding: 30px 5px;
  }
}
.fb-navigation > ul > li .megamenu > li {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fb-navigation > ul > li .megamenu > li {
    padding: 0 12px;
  }
}
.fb-navigation > ul > li .megamenu > li > a {
  font-weight: 700;
  color: #242424;
  text-transform: uppercase;
  padding: 8px 0 5px;
  display: block;
  border-bottom: 1px solid #242424;
  margin-bottom: 10px;
}
.fb-navigation > ul > li .megamenu li ul {
  padding-left: 0;
  margin-bottom: 0;
}
.fb-navigation > ul > li .megamenu li ul li {
  list-style: none;
}
.fb-navigation > ul > li .megamenu li ul li a {
  color: #2c2c2c;
  font-size: 14px;
  padding: 7px 0;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fb-navigation > ul > li .megamenu li ul li a {
    font-size: 13px;
  }
}
.fb-navigation > ul > li .megamenu li ul li a:hover {
  color: #e23e57;
}
.header-2 .fb-navigation > ul > li .megamenu li ul li a:hover {
  color: #ff6d02;
}
.fb-navigation > ul > li .megamenu.is-visible {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  z-index: 1;
}
.fb-navigation > ul > li:hover .hb-dropdown,
.fb-navigation > ul > li:hover .megamenu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.fb-navigation-2 ul li a,
.fb-navigation-3 ul li a {
  color: #454545;
}

.fb-navigation-2 ul li a:hover,
.fb-navigation-3 ul li a:hover {
  color: #0b88ee;
}

.fb-navigation-2 {
  float: left;
}

.fb-navigation-3 {
  z-index: 70;
}

.fb-navigation-3 ul li:first-child a {
  padding-left: 0;
}
.footer-awrd {
  padding-top: 20px;
  align-items: center;
  text-align: center;
  display: flex;
  padding-bottom: 50px;
}

.form-block {
  border-radius: 14px;
  overflow: hidden;
  background: #f7f7f7;
  -webkit-box-shadow: 0 10px 15px -2px rgb(82 0 57/8%);
  box-shadow: 0 10px 15px -2px rgb(82 0 57/8%);
}

.form-head {
  padding: 40px;
}

.form-head h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.form-body {
  padding: 0 40px 40px;
}

@media screen and (max-width: 767px) {
  .form-body,
  .form-head {
    padding: 0;
  }
}

.form-block input,
.form-block select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  margin: 0 0 15px;
  color: #172b43;
  font-size: 17px;
  outline: 0;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 400;
}

.form-block textarea {
  height: 100px;
  width: 100%;
  padding: 15px;
  margin: 0 0 15px;
  color: #172b43;
  font-size: 18px;
  outline: 0;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ree-btn-grdt1:hover {
  background: #fff;
  color: #ff5b2e;
  -webkit-box-shadow: 0 19px 40px -10px #ffe0d2;
  box-shadow: 0 19px 40px -10px #ffe0d2;
  border: 1px solid #ff5b2e;
}

.ree-btn-grdt1 {
  border: 1px solid #ff5b2e;
  background: #ff5b2e;
  -webkit-box-shadow: 0 19px 40px -10px #ffe0d2;
  box-shadow: 0 19px 40px -10px #ffe0d2;
}

.icon-setss {
  display: flex;
  justify-content: space-between;
}

.form-block p.trm {
  font-size: 13px;
  width: 100%;
  text-align: center;
  margin: 10px 0 0;
}

.icon-imgg img {
  width: 42px;
}

.form-btm-set h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.form-btm-set {
  margin-top: 15px;
}
.icon-setss {
  margin-top: 20px;
}

.modal-header img {
  width: 100px;
  margin-left: 20px;
}

.inner-outbox {
  position: relative;
  padding: 35px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
.contact-item .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 0;
}

.contact-item .crumina-icon {
  margin-right: 20px;
}
.wid-img {
  width: 70px;
}
.content-wid {
  width: 210px;
}
.sub-title {
  font-size: 14px;
  line-height: 20px;
}
.content-wid a {
  color: #000;
}
.icon-rows a {
  color: #000;
}
.tex-conto a {
  font-size: 20px;
  font-weight: 600;
}
.icon-conn i {
}
