@charset "utf-8";
/** 
* 
* -----------------------------------------------------------------------------
*

* -----------------------------------------------------------------------------
* 
**//* TABLE OF CONTENT
---------------------------------------------------------
    01. General CSS
    02. Global Class CSS
    03. Header Section CSS
    04. Sticky Menu CSS
    05. About Section CSS
    06. Banner Section CSS
    07. Breadcrumbs Section CSS
    08. Slider Section CSS    
    09. Video Section CSS
    10. Faq Section CSS
    11. Counter Section CSS
    12. Contact Section CSS
    13. Cta Section CSS
    14. Skill-bar Section CSS
    15. Choose Section CSS
    16. Team Section CSS
    17. Services Section CSS
    18. Process Section CSS
    19. Pricing Section CSS
    20. Technology Section CSS
    21. Industry Section CSS
    22. Project Section CSS
    23. Progress Section CSS
    24. Case Study Section CSS
    25. Blog Section CSS
    26. Features Section CSS
    27. Call Action Section CSS
    28. Partner Section CSS
    29. Testimonial Section CSS
    30. Shop Section CSS
    31. Single Shop Section CSS
    32. Cart Section CSS
    33. Checkout Section CSS
    34. Account Section CSS
    35. Footer Section CSS
    36. Scroll Up CSS
    37. Preloader CSS
    38. Animation Part CSS



--------------------------------------------------------*/
@font-face {
  font-family: 'Livvic';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v8/rnCr-x1S2hzjrlfXbeM-.ttf) format('truetype');
}
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlffw8Eesg.ttf) format('truetype');
}
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v8/rnCp-x1S2hzjrlfnbw.ttf) format('truetype');
}
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlffm8Aesg.ttf) format('truetype');
}
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlfft8cesg.ttf) format('truetype');
}
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlff08Yesg.ttf) format('truetype');
}
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlff68Qesg.ttf) format('truetype');
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: #454545;
  font-family: 'Livvic', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0px 0 15px;
  line-height: 1.8;
  color: #343434;
  /* word-break: break-all; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Livvic', sans-serif;
  color: #101010;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 70px;
  font-weight: 700;
}
h2 {
  font-size: 28px;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
.pb-230 {
  padding-bottom: 230px;
}
.pb-435 {
  padding-bottom: 435px;
}
.pr-220 {
  padding-right: 220px;
}
.offwrap {
  cursor: url(../images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 999;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.home11 {
  background: #000000;
}
body.nav-expanded .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}
.home-style2 h1,
.home-style2 h2,
.home-style2 h3,
.home-style2 h4,
.home-style2 h5,
.home-style2 h6 {
  color: #0a0a0a;
}
.no-border {
  border: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.bold-text {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Livvic', sans-serif;
}
.extra-bold {
  font-weight: 800 !important;
}
.gray-color {
  background-color: #F6F7F9;
}
.gray-bg2 {
  background: #f7f9ff;
}
.gray-bg3 {
  background: #F5F6FE;
}
.black-dark {
  background: #131313 !important;
}
.gray-color-important {
  background-color: #F6F7F9 !important;
}
.primary-background {
  background-color: #e32213;
}
.white-bg {
  background: #ffffff;
}
.white-color {
  color: #ffffff !important;
}
.pt-255 {
  padding-top: 255px;
}
.pb-390 {
  padding-bottom: 390px;
}
.md-pt-215 {
  padding-top: 215px;
}
.pb-215 {
  padding-bottom: 215px;
}
.rs-call-us .image-part img {
  max-height: 585px;
}
.text-right {
  text-align: right;
}
a {
  color: #e32213;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #e32213;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #e32213;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #e32213;
  text-shadow: none;
  color: #ffffff;
}
.bg1 {
  background: url(../images/bg/testimonial-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e32314;
  padding-top: 0;
}
.bg2 {
  /* background: url(../images/bg/counter-bg.png); */
  /* background-color: #fff; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* box-shadow: -1px 21px 25px 0px rgba(0, 0, 0, 0.12); */
  border-radius: 10px 10px 10px 10px;
  padding: 0;
  z-index: 10;
}
.bg3 {
  background: url(../images/bg/process-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #890e05;
  margin: 0px 31px 0px 0px;
  padding: 80px 40px 75px 40px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 10px 10px 10px 10px;
}
.bg4 {
  background: url(../images/bg/about-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg5 {
  background: url(../images/bg/project-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000060;
}
.bg6 {
  background: url(../images/bg/project-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #000060;
}
.bg7 {
  background: url(../images/bg/cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg8 {
  background: url(../images/bg/call-action.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg9 {
  background: url(../images/bg/work-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 100px 60px 100px 50px;
  border-radius: 10px 10px 10px 10px;
}
.bg10 {
  background: url(../images/bg/testi-home7.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 100px 90px 100px 90px;
  border-radius: 5px 5px 5px 5px;
}
.bg11 {
  background: url(../images/bg/index-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #0C54B8;
}
.bg12 {
  background: url(../images/bg/case-study.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 110px 160px 185px 90px;
}
.bg12.mod {
  padding: 113px 160px 194px 90px;
}
.bg13 {
  background: url(../images/bg/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg14 {
  background: url(../images/bg/choose-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg15 {
  background: url(../images/bg/steps-area.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #F3F7FF;
}
.bg16 {
  background: url(../images/bg/tech-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #020E38;
}
.bg17 {
  background: url(../images/bg/call-to-action2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg18 {
  background: url(../images/bg/shape-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg19 {
  background: url(../images/bg/3counter-.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 60px 70px 60px;
}
.bg20 {
  background: url(../images/bg/services-bg-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg21 {
  background: url(../images/bg/home13/counter-bg.html);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg22 {
  background: url(../images/bg/testi12-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg23 {
  background: url(../images/bg/call-action3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg24 {
  background: url(../images/bg/cta-bg13.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg25 {
  background: url(../images/bg/skill-bg16.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg26 {
  background: url(../images/bg/service-bg16.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg27 {
  background: url(../images/bg/counter-bg16.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 460px 0px;
}
.bg28 {
  background: url(../images/bg/testi-bg16.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}
.bg29 {
  background: url(../images/bg/cta-bg16.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg30 {
  background: url(../images/bg/counter-bg16.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-step {
  background: url(../images/bg/steps-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 10px 10px;
  padding: 258px 0;
}
.shape-part .right-side,
.shape-part .left-side {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.shape-part .right-side {
  left: auto;
  right: 0;
}
.bg-unset {
  background: unset !important;
}
.rs-menu-toggle {
  color: #e32213;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
ul.services-list li a {
  display: block;
  border: 2px solid #f76a6f;
  padding: 16px 18px;
  transition: all .5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 15px;
}
ul.services-list li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #1c1b1b;
}
ul.services-list li a:hover,
ul.services-list li a.active {
  background-image: linear-gradient(250deg, #cf0110 19%, #890e05 100%);
  color: #ffffff;
  border-radius: 5px;
  border-color: #ffffff;
}
ul.services-list li a:hover:before,
ul.services-list li a.active:before {
  color: #ffffff;
}
ul.listing-style li {
  margin-bottom: 7px;
}
ul.listing-style li i {
  color: #890e05;
  font-size: 24px;
  line-height: 31px;
  margin-right: 10px;
}
ul.rs-features-list li {
  margin: 0px 0px 21px 0px;
}
ul.rs-features-list li i {
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #dd4c23 0%, #f27c1e 100%);
  padding: 10px 10px 10px 10px;
  margin: 0px 20px 0px 0px;
  border-radius: 50px 50px 50px 50px;
}
ul.rs-features-list li span {
  color: #575757;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
ul.rs-features-list li span:hover {
  color: #FC4F29;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.pagination-part {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.pagination-part li {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #000;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
.pagination-part li a {
  color: #454545;
}
.pagination-part li:last-child {
  border-right: unset;
}
.pagination-part .next-page {
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  padding-right: 12px;
}
.pagination-part .next-page:before,
.pagination-part .next-page:after {
  content: "\f105";
  position: absolute;
  top: 6px;
  right: 0;
  color: #454545;
  line-height: 16px;
  font-family: fontawesome;
  font-size: 12px;
}
.pagination-part .next-page:before {
  right: 4px;
}
.pagination-part .active a {
  color: #e32213;
}
.gridFilter button {
  font-size: 16px;
  background: 0 0!important;
  color: #0a0a0a;
  display: inline-block;
  transition: .4s;
  outline: 0;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  position: relative;
  padding: 5px 20px;
  border-radius: 30px;
  border: 0;
  border-radius: 3px;
}
.gridFilter button.active {
  background: #fff;
  color: #ff5421;
  box-shadow: 0 0 30px #eee;
}
.gridFilter button + button {
  margin-left: 20px;
}
blockquote {
  margin: 35px 0px;
  padding: 40px 60px;
  color: #666;
  position: relative;
  background: rgba(0, 0, 0, 0.01);
  font-weight: normal;
  font-style: italic;
  text-align: left;
  clear: both;
  font-weight: 400;
  border-radius: 8px;
}
blockquote:before {
  content: "\f129";
  font-size: 35px;
  color: #0b70e1;
  padding-bottom: 0;
  display: inline-block;
  font-family: flaticon;
  font-weight: 400;
  text-align: center;
  top: 0;
  background: 0 0;
  transform: rotate(180deg);
}
blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #0b70e1;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.dots {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}
.arrow-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -15%);
}
.arrow-btn a {
  font-weight: 400;
  font-size: 17px;
  border-color: #f2541b;
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  border-radius: 23px;
  padding: 12px 15px;
  color: #f2541b;
}
.arrow-btn a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #f2541b;
}
.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
  display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #e32213;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-carousel.nav-style2 {
  position: relative;
}
.rs-carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: #e32213;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}
.rs-carousel .owl-dots {
  text-align: center;
  margin: 40px auto 0;
  line-height: 15px;
  display: block;
}
.rs-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: 1px solid #e32213;
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
}
.rs-carousel .owl-dots .owl-dot:hover {
  background: #e32213;
}
.rs-carousel .owl-dots .active {
  background: #e32213;
  opacity: 1;
}
/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.project-item .vertical-middle {
  position: relative;
  z-index: 9;
}
.vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.readon {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  background-color: transparent;
}
.readon.learn-more {
  padding: 14px 40px 14px 40px;
  background-image: linear-gradient(250deg, #d10010 19%, #890e05 100%);
  border-radius: 30px 30px 30px 30px;
}
.readon.learn-more:hover {
  background-image: linear-gradient(180deg, #890e05 19%, #d10010 100%);
  color: #ffffff;
}
.readon.learn-more.sub-con {
  background-image: linear-gradient(250deg, #d10010 0%, #890e05 100%);
  padding: 18px 36px 16px 36px;
  font-size: 14px;
  font-weight: 500;
}
.readon.learn-more.sub-con:hover {
  background-image: linear-gradient(250deg, #890e05 0%, #d10010 100%);
  color: #ffffff;
}
.readon.learn-more.submit {
  background-image: linear-gradient(90deg, #890e05 0%, #d10010 100%);
  padding: 16px 40px 16px 40px;
  font-weight: 500;
  font-size: 16px;
}
.readon.learn-more.submit:hover {
  background-image: linear-gradient(200deg, #890e05 0%, #d10010 100%);
  color: #ffffff;
}
.readon.learn-more.post {
  background-image: linear-gradient(50deg, #890e05 10%, #d10010 100%);
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
}
.readon.learn-more.post:hover {
  background-image: linear-gradient(50deg, #d10010 10%, #890e05 100%);
  color: #fff;
}
.readon.learn-more.pdf i {
  margin-left: 10px;
}
.readon.learn-more.contact-us {
  border-radius: 8px 8px 8px 8px !important;
}
.readon.learn-more.learn-btn {
  background-image: linear-gradient(90deg, #890e05 0%, #1d62f0 100%);
  border-radius: 3px 3px 3px 3px !important;
}
.readon.learn-more.learn-btn:hover {
  background-image: linear-gradient(180deg, #890e05 19%, #d10010 100%);
}
.readon.learn-more.slider-btn {
  background: #ffffff;
  color: #e32213;
  padding: 15px 37px;
  border-radius: 8px 8px 8px 8px !important;
}
.readon.learn-more.slider-btn:hover {
  background-image: linear-gradient(250deg, #d10010 19%, #890e05 100%);
  color: #ffffff;
}
.readon.started {
  padding: 14px 40px 14px 40px;
  background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
  border-radius: 30px 30px 30px 30px;
}
.readon.started:hover {
  background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
  color: #ffffff;
}
.readon.started.get-new:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(79deg, #dd4c23 0%, #f27c1e 63%, #f27c1e);
}
.readon.started.get-ready {
  background-image: linear-gradient(90deg, #890e05 0, #d10010 100%);
  border-radius: 3px;
  text-transform: uppercase;
}
.readon.started.get-ready:hover {
  opacity: 0.9;
}
.readon.started.get-ready2 {
  border-radius: 5px 5px 5px 5px;
}
.readon.started.get-ready3 {
  border-radius: 5px 5px 5px 5px;
  text-transform: uppercase;
  font-weight: 500;
}
.readon.started.get-ready4 {
  background-image: linear-gradient(80deg, #6e71db 0%, #9c9ff9 100%);
  padding: 18px 40px 18px 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px 3px 3px 3px;
}
.readon.started.get-ready4:hover {
  background-image: linear-gradient(120deg, #9c9ff9 0%, #6e71db 100%);
}
.readon.started.get-ready5 {
  background-image: linear-gradient(250deg, #f18e27 19%, #f14d1a 100%);
  text-transform: uppercase;
  border-radius: 5px 5px 5px 5px;
}
.readon.started.get-ready5:hover {
  background-image: linear-gradient(270deg, #f14d1a 20%, #f18e27 100%);
}
.readon.started.more {
  background-image: linear-gradient(250deg, #b22af3 19%, #1742fd 100%);
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px 5px 5px 5px;
}
.readon.started.more:hover {
  background-color: transparent;
  background-image: linear-gradient(270deg, #1742fd 20%, #b22af3 100%);
}
.readon.lets-talk {
  padding: 13px 17px;
  background-image: linear-gradient(250deg, #a71509 19%, #2e0401 100%);
  border-radius: 50px;
  margin-top: -19px;
}

.readon.lets-talk i {
    font-size: 51px;
}
.readon.lets-talk:hover {
  background-image: linear-gradient(180deg, #ffc3be 19%, #ff9890 100%);
  color: #91140b;
}
.readon.buy-now {
  padding: 10px 40px 10px 40px;
  background-image: linear-gradient(170deg, #890e05 0%, #d10010 100%);
  border-radius: 30px 30px 30px 30px;
  text-transform: uppercase;
  position: relative;
  top: 25px;
}
.readon.buy-now:hover {
  background-image: linear-gradient(360deg, #890e05 0%, #d10010 100%);
  color: #ffffff;
}
.readon.buy-now.get-in {
  padding: 15px 34px;
  border: 1px solid #fff;
  color: #ffffff;
  background: transparent;
}
.readon.buy-now.get-in:hover {
  background: #890e05;
  color: #ffffff;
  border: 1px solid #890e05;
}
.readon.buy-now.table-btn {
  background-image: linear-gradient(90deg, #032390 0%, #032390 100%);
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  font-weight: 500;
}
.readon.buy-now.table-btn:hover {
  background-image: linear-gradient(90deg, #0d6ada 0%, #0d6ada 100%);
}
.readon.buy-now.sl-btn {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #890e05 0%, #1d62f0 100%);
  color: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding: 17px 28px;
}
.readon.buy-now.sl-btn:hover {
  background-image: linear-gradient(90deg, #0d6ada 0%, #0d6ada 100%);
}
.readon.buy-now.price {
  background-image: linear-gradient(170deg, #890e05 0%, #d10010 100%);
  border-radius: 8px 8px 8px 8px;
}
.readon.buy-now.price:hover {
  background-image: linear-gradient(200deg, #890e05 0%, #d10010 100%);
}
.readon.buy-now.pricing:hover {
  background-image: linear-gradient(170deg, #890e05 0%, #d10010 100%);
  color: #ffffff;
}
.readon.view-more {
  padding: 12px 25px 12px 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
  background-color: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
}
.readon.discover {
  font-size: 16px;
  font-weight: 500;
  color: #032491;
  padding: 17px 30px 17px 30px;
  background: transparent;
  background-image: linear-gradient(90deg, #ffffff 19%, #ffffff 100%);
  border-radius: 4px 4px 4px 4px;
}
.readon.discover.started {
  padding: 16px 30px 16px 30px;
}
.readon.discover.started:hover {
  background-image: linear-gradient(90deg, #f6f7f9 19%, #f6f7f9 100%);
  color: #032491;
}
.readon.discover:hover {
  background-image: linear-gradient(90deg, #f6f7f9 19%, #f6f7f9 100%);
}
.readon.discover.more {
  background-image: linear-gradient(90deg, #032491 19%, #032491 100%);
  padding: 16px 30px 16px 30px;
  color: #ffffff;
}
.readon.discover.more:hover {
  background-image: linear-gradient(90deg, #0d6ada 19%, #0d6ada 100%);
  color: #ffffff;
}
.readon.qoute-btn {
  font-size: 16px;
  padding: 15px 32px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  color: #101010;
  border: 1px solid #f2541b;
  background: transparent;
}
.readon.qoute-btn:hover {
  color: #ffffff;
  background-image: linear-gradient(150deg, #dd4c23 19%, #f27c1e 100%);
}
.readon.reply {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 3px 20px 6px;
  line-height: 22px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff !important;
  background-image: linear-gradient(50deg, #890e05 10%, #d10010 100%);
  z-index: 1;
  border: none;
}
.readon.reply:hover {
  background-image: linear-gradient(50deg, #d10010 10%, #890e05 100%);
  color: #ffffff;
  opacity: 0.99;
}
.readon.more-about {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 47px 16px 30px;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(110deg, #6e71db 0%, #9c9ff9 100%);
  border-radius: 3px 3px 3px 3px;
}
.readon.more-about:before {
  content: "\f113";
  position: absolute;
  font-family: flaticon;
  font-size: 10px;
  top: 17px;
  right: 24px;
  transition: all 0.3s;
  color: #fff;
}
.readon.more-about:hover {
  background-color: transparent;
  background-image: linear-gradient(240deg, #6e71db 0%, #9c9ff9 100%);
}
/*-- Services Button Css --*/
.services-button a {
  position: relative;
  display: inline-block;
  transition: all ease .3s;
  padding: 18px 0px 0px 0px;
  font-size: 16px;
  font-weight: 500;
  color: #101010;
}
.services-button a:after {
  content: "\f113";
  font-family: Flaticon;
  font-size: 10px;
  position: relative;
  right: 0;
  top: 0;
  display: inline-block;
  margin-left: 15px;
  transition: all ease .4s;
  color: #101010;
}
/*-- Services-btn--*/
.services-btn2 a {
  position: relative;
  display: inline-block;
  transition: all ease .3s;
  font-weight: 500;
  color: #032390;
}
.services-btn2 a:after {
  position: absolute;
  width: 30px;
  height: 1px;
  background: #0b70e1;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition: 0.4s;
  opacity: 0;
}
.services-btn2 a:hover:after {
  right: -40px;
  opacity: 1;
}
/*-- Services-btn--*/
.services-btn3 a {
  position: relative;
  color: #101010;
  display: inline-block;
  transition: all 0.9s ease;
  text-decoration: underline !important;
}
.services-btn3 a:after {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 15px;
  font-weight: 500;
  color: #f2541b;
  font-family: "Flaticon";
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.services-btn3 a:hover {
  color: #f2541b;
}
.services-btn3 a:hover:after {
  right: -28px;
  content: "\f110";
  transition: all 0.9s ease;
}
/*-- Blog Button Css --*/
.blog-button a {
  position: relative;
  display: inline-block;
  color: #061340;
  font-size: 16px;
  font-weight: 600;
  transition: all ease .4s;
}
.blog-button a:after {
  content: "\f113";
  font-family: Flaticon;
  font-size: 8px;
  position: relative;
  right: 0;
  top: 0;
  display: inline-block;
  margin-left: 8px;
  transition: all ease .4s;
  color: #101010;
}
.blog-button a:hover {
  color: #e32213;
}
.blog-button a:hover:after {
  transform: translateX(10px);
  color: #e32213;
}
.blog-button.style2 a:hover {
  color: #FF5600;
}
.blog-button.style2 a:hover:after {
  color: #FF5600;
}
.blog-button.style3 a {
  color: #061340;
}
.blog-button.style3 a:hover {
  color: #787cf2;
}
.blog-button.style3 a:hover:after {
  color: #787cf2;
}
.blog-button.inner-blog a {
  text-align: center;
  display: inline-block;
  color: #0b70e1;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-family: 'Livvic', sans-serif;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s;
}
.blog-button.inner-blog a:after {
  content: "\f114";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  color: #0b70e1;
}
.blog-button.inner-blog a:hover {
  color: #0B70E1;
}
.blog-button.inner-blog a:hover:after {
  right: -5px;
  opacity: 1;
  transform: unset;
}
/*-- Submit Button Css --*/
.submit-btn {
  box-shadow: 0 28px 50px 0 rgba(0, 0, 0, 0.05);
  outline: 0;
  border: none;
  padding: 13px 6px 13px 8px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-image: linear-gradient(160deg, #890e05 0%, #0b70e1 77%);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
.submit-btn:hover {
  opacity: 0.9;
}
.submit-btn.orange-btn {
  background-image: linear-gradient(160deg, #f27c1e 0%, #dd4c23 79%);
}
.submit {
  color: #FFFFFF;
  background-color: transparent;
  background-image: linear-gradient(95deg, #890e05 0%, #d10010 100%);
  padding: 18px 40px 17px 40px;
  font-size: 15px;
  line-height: 1;
  border-radius: 30px 30px 30px 30px;
  border: none;
}
.submit:hover {
  opacity: 0.99;
}
.submit.sub-small {
  padding: 17px 40px 17px 40px;
}
.submit.sub-small:hover {
  color: #ffffff;
  background-image: linear-gradient(290deg, #890e05 0%, #d10010 100%);
  opacity: unset;
}
/*-- Add Cart Button Css --*/
.add-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(90deg, #890e05 0%, #d10010 100%);
  color: #ffffff;
  z-index: 1;
  border: none;
}
.add-btn:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #d10010 19%, #890e05 100%);
  z-index: 1;
}
/*Video Icon*/
.media-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.media-icon .popup-videos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: #e32213;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
}
.media-icon .popup-videos:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background-color: #1042C0;
  transition: 0.3s ease all;
}
.media-icon .popup-videos i:before {
  font-size: 30px;
  line-height: 70px;
  transition: 0.3s ease all;
}
.media-icon .popup-videos:hover:before {
  background: #e32213;
}
.media-icon.video-item {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-video .popup-videos {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #e32213;
}
.slider-video .popup-videos i {
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}
.slider-video .popup-videos:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 3000ms ease-out infinite;
  background: #e32213;
}
.address-item .address-icon {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #ffffff;
}
.address-item .address-icon i {
  text-align: center;
  color: #e32213;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}
.address-item .address-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: #ffffff;
}
.tab-videos .popup-videos {
  color: #de5022;
  display: flex;
  overflow: hidden;
}
.tab-videos .popup-videos i {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border: 2px solid #de5022;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  float: left;
  margin-right: 18px;
}
.tab-videos .popup-videos:hover {
  color: #de5022;
}
.tab-videos .popup-videos .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #102b3e;
}
.tab-videos .popup-videos .title:hover {
  color: #f2541b;
}
.rs-videos .animate-border .popup-border {
  background-image: linear-gradient(180deg, #890e05 0%, #0b70e1 100%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rs-videos .animate-border .popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: #ffffff;
}
.rs-videos .animate-border .popup-border:before {
  content: "";
  border: 2px solid #e32213;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.rs-videos .animate-border .popup-border:after {
  content: "";
  border: 2px solid #e32213;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.rs-videos .animate-border.main-home .popup-border {
  left: 8%;
}
.rs-videos .animate-border.main-home.style2 .popup-border {
  left: 50%;
}
.rs-videos .animate-border.white-color .popup-border {
  background: #ffffff;
  bottom: -14px;
  left: 44%;
}
.rs-videos .animate-border.white-color .popup-border i {
  color: #890e05;
}
.rs-videos .animate-border.white-color .popup-border:before {
  border: 2px solid #ffffff;
}
.rs-videos .animate-border.white-color .popup-border:after {
  border: 2px solid #ffffff;
}
.rs-videos .animate-border.white-color.style3 .popup-border {
  bottom: 362px;
  left: 10%;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
.margin-remove {
  margin: 0 !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
}
.sec-title {
  position: relative;
}
.sec-title .sub-text {
  position: relative;
  padding-left: 0;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #890e05;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  height: 4px;
  width: 50px;
  background-color: #890e05;
  z-index: 1;
  margin-left: 0;
  left: 24px;
  top: 12px;
}
.sec-title .sub-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 12px;
  background-color: #890e05;
}
.sec-title .sub-text.new {
  color: #ffffff;
  font-size: 15px;
  padding-left: 0;
}
.sec-title .sub-text.new:before {
  display: none;
}
.sec-title .sub-text.new:after {
  display: none;
}
.sec-title .sub-text.new-text {
  padding-left: 0;
  margin-bottom: 7px;
  color: #ffffff;
}
.sec-title .sub-text.new-text:before {
  display: none;
}
.sec-title .sub-text.new-text:after {
  display: none;
}
.sec-title .sub-text.style2:after {
  background-color: #e32213;
}
.sec-title .sub-text.style2:before {
  background-color: #e32213;
}
.sec-title .sub-text.style-bg {
  background-color: #1273EB17;
  display: inline-block;
  padding: 6px 25px;
  color: #1273eb;
  border-radius: 30px;
  text-transform: uppercase;
}
.sec-title .sub-text.style-bg:before {
  display: none;
}
.sec-title .sub-text.style-bg:after {
  display: none;
}
.sec-title .sub-text.style4-bg {
  color: #890e05;
}
.sec-title .sub-text.style4-bg:before {
  background-color: #FD6509;
display: none;}
.sec-title .sub-text.style4-bg:after {
  background-color: #FD6509;
display: none;}
.sec-title .sub-text.choose {
  font-size: 16px;
  font-weight: 500;
}
.sec-title .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  color: #101010;
  margin: 0;
}
.sec-title .title.white-color {
  color: #ffffff;
}
.sec-title .desc {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.sec-title .desc.white-color {
  color: #fff;
}
.sec-title .desc-big {
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  margin: 0;
}
.sec-title2 {
  position: relative;
}
.sec-title2 .sub-text {
  margin: 0 0 10px;
  display: block;
  line-height: 28px;
  font-family: 'Livvic', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #890e05;
  text-transform: uppercase;
}
.sec-title2 .sub-text.white-color {
  color: #ffffff;
}
.sec-title2 .sub-text.gold-color {
  font-weight: 600;
  color: #F27C1E;
}
.sec-title2 .sub-text.contact {
  color: #1273EB;
}
.sec-title2 .sub-text.orange-color {
  color: #f2541b !important;
}
.sec-title2 .sub-text.style-bg {
  background-color: #1273EB17;
  display: inline-block;
  padding: 6px 25px;
  color: #1273eb;
  border-radius: 30px;
  text-transform: uppercase;
}
.sec-title2 .sub-text.style-bg.white-color {
  color: #ffffff;
}
.sec-title2 .sub-text.style-bg.con-bg {
  background-color: #890e05;
}
.sec-title2 .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
  max-width: 490px;
  margin: 0 auto;
}
.sec-title2 .title.white-color {
  color: #ffffff;
}
.sec-title2 .title.testi-title {
  max-width: unset;
}
.sec-title2 .title.testi-title.new {
  color: #102B3E;
}
.sec-title2 .title.title2 {
  max-width: 550px;
}
.sec-title2 .title.title3 {
  color: #102B3E;
  max-width: 430px;
  margin: 0;
}
.sec-title2 .title.title4 {
  max-width: 660px;
}
.sec-title2 .title.title5 {
  color: #102B3E;
}
.sec-title2 .title.title6 {
  font-weight: 600;
  max-width: unset;
}
.sec-title2 .title.title7 {
  color: #102B3E;
  max-width: unset;
}
.sec-title2 .title.orange-color {
  color: #f2541b !important;
}
.sec-title2 .heading-line {
  position: relative;
  background-color: #890e05;
  height: 5px;
  width: 90px;
  border-radius: 30px;
  margin: 20px auto;
}
.sec-title2 .heading-line:before {
  background-color: #1940AA;
  content: '';
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -webkit-animation-name: watermark-animate;
  animation-name: watermark-animate;
}
.sec-title2 .desc {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #454545;
  max-width: 429px;
  margin: 13px auto 0;
}
.sec-title2 .desc.desc-text {
  max-width: 540px;
}
.sec-title2 .desc.white-color {
  color: #fff;
}
.sec-title2 .desc.desc2 {
  max-width: 700px;
  margin: 0;
}
.sec-title2 .desc.desc3 {
  max-width: 930px;
}
.sec-title2 .desc-big {
  font-size: 18px;
  line-height: 31px;
  color: #ffffff;
}
.sec-title3 .sub-text {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
.sec-title3 .sub-text.style2 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sec-title3 .title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  margin-bottom: 30px;
}
.sec-title3 .title.title2 {
  margin: 0;
  line-height: 52px;
}
.sec-title3 .desc {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.sec-title4 .title-img img {
  margin: 0px 0px 0px 15px;
}
.sec-title4 .sub-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #787BF2;
  display: block;
  margin: -26px 0px 10px 0px;
}
.sec-title4 .sub-text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #890e05;
  margin: 0 0 10px;
  display: block;
  text-transform: uppercase;
}
.sec-title4 .title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: #101010;
  margin: 0 0 17px;
}
.sec-title4 .heading-line {
  height: 5px;
  width: 90px;
  background: #B9C7F6;
  margin: 0px;
  position: relative;
  border-radius: 30px;
}
.sec-title4 .heading-line:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #0D66D5;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -webkit-animation-name: watermark-animate;
  animation-name: watermark-animate;
}
.sec-title4 .desc {
  margin: 0;
}
.sec-title4 .desc.desc-big {
  font-size: 20px;
  line-height: 30px;
  margin: 26px 0px 30px 0px;
}
.sec-title5 .logo-icon {
  margin-bottom: 15px;
}
.sec-title5 .logo-icon img {
  width: 71px;
}
.sec-title5 .title {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  color: #102B3E;
  margin-bottom: 10px;
}
.sec-title5 .title span {
  color: #F9780F;
}
.sec-title5 .title.title2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 0;
}
.sec-title5 .desc {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  max-width: 626px;
  margin: 0 auto;
}
.sec-title5 .desc2 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  max-width: 507px;
  margin: 0;
}
.pt-relative {
  position: relative !important;
}
.sec-title6 .sub-text {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 32px;
  color: #F24C1A;
  display: block;
  margin-bottom: 5px;
}
.sec-title6 .sub-text.new-text {
  margin-bottom: 10px;
}
.sec-title6 .sub-text.new-text-style {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.sec-title6 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #102B3E;
  margin-bottom: 5px;
}
.sec-title6 .title.new-title {
  max-width: 700px;
  margin: 0 auto;
}
.sec-title6 .title span {
  color: #ff7045;
}
.sec-title6 .desc {
  padding-right: 125px;
}
.sec-right {
  position: absolute;
  right: -17%;
  top: 45%;
  transform: rotate(90deg);
  z-index: 1;
}
.sec-right .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #101010;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.sec-left {
  transform: rotate(-90deg) translatex(-50%);
  transform-origin: left;
  position: absolute;
  left: -2%;
  top: 46%;
  z-index: 1;
}
.sec-left .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #101010;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.check-square li {
  position: relative;
  padding-left: 17px;
  line-height: 35px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
}
.check-square li:before {
  position: absolute;
  left: 0;
  z-index: 0;
  content: "\f058";
  font-weight: 400;
  font-family: fontawesome;
  color: #787cf2;
}
/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}
.full-width-header .rs-header {
  position: relative;
}
.full-width-header .rs-header .topbar-area {
  padding-top: 20px;
  padding-bottom: 10px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #eee;
  font-size: 14px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i {
  float: left;
  margin-right: 10px;
  line-height: 25px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i:before {
  font-size: 16px;
  color: #e32213;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info {
  float: left;
  text-align: left;
  display: block;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info span {
  color: #0a0a0a;
  display: block;
  text-align: left;
  font-size: 15px;
  padding: 0;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info a {
  color: #454545;
  font-size: 14px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info a:hover {
  color: #e32213;
}
.full-width-header .rs-header .topbar-area.style2 {
  background-image: linear-gradient(90deg, #520802 10%, #780900 100%);
  padding-top: 0px;
  padding-bottom: 0px;
}
.full-width-header .rs-header .topbar-area.style2 .topbar-contact li {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 50px;
}
.full-width-header .rs-header .topbar-area.style2 .topbar-contact li i {
  margin-right: 5px;
}
.full-width-header .rs-header .topbar-area.style2 .topbar-contact li i:before {
  font-size: 14px;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style2 .topbar-contact li a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #dfdfdf;
}
.full-width-header .rs-header .topbar-area.style2 .topbar-contact li a:hover {
  color: #ccc;
}
.full-width-header .rs-header .topbar-area.style2 .topbar-contact li:last-child {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening {
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening em {
  border-right: 1px solid #ebebeb;
  margin-right: 5px;
  padding-right: 20px;
  font-style: normal;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening em i {
  margin-right: 8px;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening em i:before {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-right: 12px;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li a {
  font-size: 14px;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li a:hover {
  color: #ccc;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li:last-child {
  margin: 0;
}
.full-width-header .rs-header .topbar-area.style2.modify1 {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  padding-right: 20px;
}
.full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li a {
  border-right: unset;
}
.full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li:last-child {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .topbar-area.style2.modify1 .toolbar-sl-share ul .opening {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.full-width-header .rs-header .topbar-area.style2.modify1 .toolbar-sl-share ul .opening em {
  border-right: unset;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease;
  background-image: linear-gradient(90deg, #890e05 10%, #d10010 100%);
}
.full-width-header .rs-header .menu-area .logo-area a img {
  transition: 0.4s;
  max-height: 40px;
}
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
  display: none;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  align-items: center;
  justify-content: flex-end;
  float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 40px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  height: 65px;
  line-height: 65px;
  padding: 0;
  color: #ffffff;
  position: relative;
  font-family: Livvic;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #bbb;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
  padding-right: 5px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: -10px;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #bbb;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child a {
  margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #890e05;
  margin: 0;
  padding: 3px 0;
  border-radius: 0 0 5px 5px;
}

.submenu2ndlevel{width:524px !important;}

.display56 {
    width: auto !IMPORTANT;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #930007;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  background: #b8050d;
  color: #ffffff;
  height: unset;
  line-height: 16px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #e32213;
  background: antiquewhite;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active > a {
  color: #e32213 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.left {
  left: auto;
  right: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  position: absolute;
  left: 0;
  min-width: 1210px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu {
  width: 20%;
  float: left;
  background: white;
  height: 300px;
  overflow: auto;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu {
  position: relative;
  padding: 10px 10px 10px;
  border-radius: 0;
  box-shadow: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
  color: #101010;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: left;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li {
  width: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li a {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ffffff;
  background: #fdfdfd;
}
.submega
{
    width: 100% !important;
    background-color: #e7e7e7 !important;
    left: 25% !important;
    top: 24px !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
  color: #e32213;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.two-column {
  min-width: 650px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.two-column .mega-menu-container .single-megamenu {
  width: 50%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.three-column .mega-menu-container .single-megamenu {
  width: 33.33%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #fff;
}
.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}
.menu-sticky .rs-contact{display:none;}
.sticky .rs-contact{display:block;}

.sticky .rs-contact form .row .col-lg-2 {
    padding-left: 3px;
    padding-right: 3px;
}

.sticky .rs-contact .contact-wrap {
    padding: 5px 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sticky .rs-contact .contact-wrap .content-part .title {
    font-size: 15px;
    margin-bottom: 0 !important;
    line-height: initial;
    border-bottom: none;
    padding-bottom: 3px;
}

.sticky .rs-contact form input {
    padding: 5px 8px !important;
    height: 41px;
    border: 1px solid #cccccc !important;
}
.sticky .rs-contact form input[type="file"] {
    padding: 2px 8px !important;
    height: 41px;  
border: 1px solid #cccccc !importantborder: 1px solid #cccccc !important

}
.sticky .rs-contact form select {
    padding: 5px 8px !important;
    height: 41px;  
border: 1px solid #cccccc !important

}
.sticky .menunone{/* display:none; */}
.full-width-header .rs-header .menu-area.sticky .logo-area {
  display: inline-block;
  top: 18px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  /* max-height: 30px; */
}
.full-width-header .rs-header .menu-area.sticky .rs-menu-area {
  float: right;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #0a0a0a;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #e32213;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #e32213;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.mega-menu {
  left: unset;
  right: 0;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner {
  line-height: unset;
  height: unset;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner.search-icon .sidebarmenu-search > a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .cart-icon .cart-count {
  background: #e32213;
  color: #ffffff;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a {
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #e32213;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner.hidden-sticky {
  display: none;
}
.full-width-header .rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 65px;
  height: 65px;
  position: relative;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a {
  color: #ffffff;
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a i:before {
  font-size: 15px;
  font-weight: 600;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a:hover {
  color: #ffffff;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share {
  padding-left: 25px;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li {
  display: inline-block;
  margin-right: 14px;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li a {
  color: #ffffff;
  font-size: 14px;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li a:hover {
  opacity: 0.8;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style2 .menu-area {
  background: #ffffff;
}
.full-width-header .rs-header.style2 .menu-area .logo-part img {
  transition: 0.4s;
}
.full-width-header .rs-header.style2 .menu-area .logo-part .dark {
  display: none;
}
.full-width-header .rs-header.style2 .menu-area .logo-part .light {
  display: inherit;
}
.full-width-header .rs-header.style2 .menu-area .rs-menu-area {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 32px;
  padding: 0;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #101010;
  line-height: 100px;
  height: 100px;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #e32213;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #e32213;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
  border: none;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: 16px;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #e32213;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: #e32213;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.mega-menu {
  left: unset;
  right: -45px;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul {
  display: flex;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul li {
  margin-left: 25px;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul li .quote-btn {
  font-size: 14px;
  background-image: linear-gradient(90deg, #890e05 0%, #d10010 100%);
  padding: 13px 22px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul li .quote-btn:hover {
  color: #ffffff;
  background-image: linear-gradient(90deg, #d10010 0%, #890e05 100%);
}
.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search > a {
  color: #101010;
}
.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search > a i:before {
  font-size: 15px;
  font-weight: 600;
}
.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search > a:hover {
  color: #e32213;
}
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger {
  max-width: 45px;
  display: flex !important;
  flex-wrap: wrap;
  margin: -5px;
}
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span {
  height: 5px;
  width: 5px;
  display: block;
  background: #0a0a0a;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 4px 5px;
}
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span.dot2,
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span.dot4,
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span.dot6,
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span.dot8 {
  background: #e32213;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul {

  display: flex;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li {
  margin-left: 25px;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li .quote-btn {
  font-size: 14px;
  background-image: linear-gradient(90deg, #890e05 0%, #d10010 100%);
  padding: 13px 22px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li .quote-btn:hover {
  color: #ffffff;
  background-image: linear-gradient(90deg, #d10010 0%, #890e05 100%);
}
.full-width-header .rs-header.style2.btn-style .menu-area .main-menu .rs-menu ul.mega-menu {
  right: -215px;
}
.full-width-header .rs-header.style3 .menu-area {
  background: transparent;
  padding: 13px 0;
}
.full-width-header .rs-header.style3 .menu-area .logo-part a .sticky-logo {
  display: none;
}
.full-width-header .rs-header.style3 .menu-area .logo-part img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 40px;
}
.full-width-header .rs-header.style3 .menu-area .logo-part .dark {
  display: none;
}
.full-width-header .rs-header.style3 .menu-area .logo-part .light {
  display: inherit;
}
.full-width-header .rs-header.style3 .menu-area .rs-menu-area {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  padding: 0;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  line-height: 16px;
  height: unset;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.mega-menu {
  left: unset;
  right: -15px;
}
.full-width-header .rs-header.style3 .menu-area.sticky {
  background: #ffffff;
}
.full-width-header .rs-header.style3 .menu-area.sticky .logo-part a .sticky-logo {
  display: block;
}
.full-width-header .rs-header.style3 .menu-area.sticky .logo-part a .normal-logo {
  display: none;
}
.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a {
  color: #101010;
}
.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #e32213;
}
.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #e32213;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul .sidebarmenu-search > a {
  border: unset;
  padding-right: unset;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger {
  max-width: 45px;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span {
  height: 5px;
  width: 5px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 3px 4px;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span.dot8 {
  background: #6394bf;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  padding: 0;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #101010;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #e32213;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #e32213;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  color: #101010;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #e32213;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: #e32213;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.mega-menu {
  right: -75px;
  margin-top: 13px;
}
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul .sidebarmenu-search a i {
  color: #101010;
}
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li {
  margin-right: 30px;
}
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span {
  background: #101010;
}
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span.dot8 {
  background: #6394bf;
}
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style3.modify2 .menu-area .main-menu .rs-menu ul.mega-menu {
  right: -75px;
  margin-top: 13px;
}
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span {
  background: #0e44dd;
}
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot8 {
  background: #333333;
}
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li {
  margin-right: 30px;
}
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span {
  background: #ffffff;
}
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span.dot8 {
  background: #6394bf;
}
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style3.modify3 .menu-area {
  padding: 0;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  padding: 0;
  margin-right: 20px;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #101010;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #101010;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li a {
  line-height: 16px;
  height: unset;
  color: #102b3e;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #787cf2;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.current-menu-item > a,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.active > a {
  color: #787cf2 !important;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.mega-menu {
  right: -310px;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul li.current-menu-item > a {
  color: #787cf2;
}
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #101010;
}
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #787cf2;
}
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #787cf2;
}
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search > a:hover {
  color: #787cf2;
}
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span {
  background: #787cf2;
  margin: 2px 4px;
}
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot8 {
  background: #101010;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul .sidebarmenu-search > a {
  color: #ffffff;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul .sidebarmenu-search > a i:before {
  font-size: 18px;
  font-weight: 600;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul .sidebarmenu-search > a:hover {
  color: #101010;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li {
  margin-right: 30px;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span {
  background: #ffffff;
  margin: 2px 4px;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span.dot8 {
  background: #101010;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul .sidebarmenu-search > a:hover,
.full-width-header .rs-header.style3.modify3.home14-style .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #ff7045;
}
.full-width-header .rs-header.style3.modify3.home14-style .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
  color: #ff7045;
}
.full-width-header .rs-header.style3.modify3.home14-style .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.active > a {
  color: #ff7045 !important;
}
.full-width-header .rs-header.style3.modify3.home14-style .menu-area .row-table .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #ff7045;
  line-height: 100px;
  height: 100px;
}
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search > a:hover {
  color: #ff7045;
}
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span {
  background: #ff7045;
}
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span.dot8 {
  background: #787cf2;
}
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li {
  margin-right: 30px;
}
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span {
  background: #ffffff;
  margin: 2px 4px;
}
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span.dot8 {
  background: #ff7045;
}
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style4 .menu-area {
  transition: all 0.3s ease;
  background-image: linear-gradient(90deg, #890e05 10%, #d10010 100%);
}
.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.nav-menu li {
  margin-right: 32px;
}
.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  line-height: 16px;
  height: unset;
}
.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.mega-menu {
  min-width: 1240px;
  left: unset;
  right: -340px;
}
.full-width-header .rs-header.style4 .menu-area.sticky .main-menu .rs-menu ul.mega-menu {
  min-width: 1170px;
  right: -300px;
}
.full-width-header .rs-header.style4 .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 50px;
  height: 50px;
  position: relative;
}
.full-width-header .rs-header.style4 .expand-btn-inner .sidebarmenu-search > a {
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.full-width-header .rs-header.style4.modify1 .menu-area {
  background: unset;
}
.full-width-header .rs-header.style4.modify1 .menu-area .box-layout {
  background: #ffffff;
  margin-top: 50px;
  padding: 0 40px;
  z-index: 1;
  border-radius: 5px;
}
.full-width-header .rs-header.style4.modify1 .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  font-size: 16px;
  color: #454545;
  height: 110px;
  line-height: 110px;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #f2541b;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
  color: #0a0a0a;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:hover {
  color: #f2541b;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #f2541b;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  line-height: 16px;
  height: unset;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #f2541b;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item > a,
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.active > a {
  color: #f2541b !important;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .rs-header.style4.modify1 .menu-area.sticky .box-layout {
  margin-top: unset;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search > a {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search > a i {
  color: #101010;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search:hover {
  color: #e32213;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul li i:before {
  font-size: 15px;
  font-weight: 600;
  color: #101010;
  padding-left: 20px;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .quote-btn a {
  font-size: 14px;
  background-image: linear-gradient(150deg, #dd4c23 19%, #f27c1e 100%);
  padding: 16px 26px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  padding-right: 30px;
  text-transform: uppercase;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .quote-btn a:hover {
  background-image: linear-gradient(90deg, #e45d21 19%, #e45d21 100%);
  color: #ffffff;
}
.full-width-header .rs-header.style5 .menu-area .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.full-width-header .mobile-menu {
  display: none;
}
.full-width-header .mobile-menu .mobile-logo {
  float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}
.full-width-header .mobile-menu .rs-menu-toggle {
  color: #e32213;
  float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle:hover {
  opacity: 0.8;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: #e32213;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #890e05;
}
.full-width-header .right_menu_togle {
  background-image: linear-gradient(90deg, #e2e9f7 0%, #ffffff 100%);
  padding: 50px;
  width: 500px;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  position: fixed;
}
.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
}
.full-width-header .right_menu_togle .close-btn .nav-link {
  position: absolute;
  right: 25px;
  top: 25px;
}
.full-width-header .right_menu_togle .close-btn .nav-link .humburger {
  max-width: 45px;
  display: flex !important;
  flex-wrap: wrap;
  margin: -5px;
}
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span {
  height: 5px;
  width: 5px;
  display: block;
  background: #0a0a0a;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 4px 5px;
}
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot2,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot4,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot6,

.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot8 {
  background: #e32213;
}
.full-width-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 25px;
}
.full-width-header .right_menu_togle .canvas-logo img {
  max-height: 36px;
}
.full-width-header .right_menu_togle .sidebarnav_menu li a {
  font-size: 17px;
  color: #222;
  padding-left: 0;
}
.full-width-header .right_menu_togle .sidebarnav_menu li a:hover {
  color: #e32213;
}
.full-width-header .right_menu_togle .canvas-contact {
  padding: 25px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
  display: flex;
  margin-top: 18px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
  margin: 0 20px 0 0;
  font-size: 25px;
  color: #0b70e1;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 5px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
  display: block;
  font-style: normal;
  line-height: 22px;
  font-size: 15px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
  color: #333333;
}
.full-width-header .right_menu_togle .canvas-contact .social {
  margin: 50px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
  padding-right: 10px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #032390;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a:hover {
  opacity: 0.82;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
  padding: 0;
}
.full-width-header .right_menu_togle.home14-style-togle .canvas-contact .address-area .address-list .info-content em a:hover {
  color: #ff7045;
}
.full-width-header .right_menu_togle.home14-style-togle .canvas-contact .social li a i {
  background: #ff7045;
}
body .search-modal {
  background: #0B70E1;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(16, 110, 234, 0.98);
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
}
body .search-modal .modal-content {
  position: initial;
  border: 0;
  background: transparent;
}
body .search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
body .search-modal .search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #ffffff;
  opacity: 1;
}
body .search-modal .search-block ::-moz-placeholder {
  /* Firefox 19+ */

  color: #ffffff;
  opacity: 1;
}
body .search-modal .search-block :-ms-input-placeholder {
  /* IE 10+ */

  color: #ffffff;
  opacity: 1;
}
body .search-modal .search-block :-moz-placeholder {
  /* Firefox 18- */

  color: #ffffff;
  opacity: 1;
}
body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #0a0a0a;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  transition: all .5s ease;
  font-size: 18px;
}
body .search-modal .close span::before {
  font-size: 18px;
}
body .search-modal .close:hover {
  opacity: 0.8;
}
/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
@-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. About Section CSS
---------------------------------------*/
.rs-about .rs-animation-shape {
  position: relative;
  z-index: 1;
}
.rs-about .rs-animation-shape .pattern {
  position: absolute;
  top: 22px;
}
.rs-about .rs-animation-shape .middle {
  position: absolute;
  left: -165px;
  top: -56px;
  z-index: -1;
}
.rs-about .rs-animation-shape .bottom-shape {
  position: absolute;
  left: -165px;
  top: 395px;
  z-index: -1;
}
.rs-about .rs-animation-shape .middle-image2 {
  position: absolute;
  top: -80px;
  left: -25px;
  z-index: -1;
}
.rs-about .shape-image {
  position: relative;
}
.rs-about .shape-image .top {
  position: absolute;
  right: 51%;
  top: -125px;
}
.rs-about .shape-image .bottom {
  position: absolute;
  right: 0;
  top: 145px;
}
.rs-about.style2 {
  background-color: #F6F7F9;
  border-radius: 0px 270px 0px 0px;
  position: relative;
}
.rs-about.style2 .image-part {
  position: absolute;
  left: 35px;
}
.rs-about.style2 .image-part img {
  max-width: 50%;
}
.rs-about.style2.modify1 {
  background-color: unset;
  border-radius: unset;
  position: unset;
}
.rs-about.style2.modify1 .images {
  left: unset;
  position: unset;
}
.rs-about.style2.modify1 .images img {
  max-width: 600px;
}
.rs-about.style2.modify2 {
  border-radius: unset;
  position: relative;
}
.rs-about.style2.modify2 .about-img img {
  max-width: 690px;
}
.rs-about.style3 {
  position: relative;
}
.rs-about.style3 .rs-animation-image {
  position: relative;
}
.rs-about.style3 .rs-animation-image .pattern-img {
  text-align: center;
  z-index: -1;
}
.rs-about.style3 .rs-animation-image .middle-img {
  position: absolute;
  left: 10px;
  top: -30px;
}
.rs-about.style4 .about-content .logo-img {
  margin-bottom: 15px;
}
.rs-about.style4 .about-content .logo-img img {
  width: 71px;
}
.rs-about.style4 .about-content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #102B3E;
  margin-bottom: 30px;
  padding-right: 24px;
}
.rs-about.style4 .about-content .title span {
  color: #F9780F;
}
.rs-about.style4 .about-content p {
  padding-right: 121px;
  margin-bottom: 40px;
}
.rs-about.style5 {
  position: relative;
  z-index: 1;
}
.rs-about.style5 .about-bg {
  background-color: #F5F6FE;
  opacity: 0.8;
}
.rs-about.style5 .about-bg .about-animate {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -11;
}
.rs-about.home14-about-style .about-bottom-section {
  position: relative;
  z-index: 9;
}
.rs-about.home14-about-style .about-bottom-section .addon-services {
  margin: -88px 26px 0px -20px;
  padding: 15px 20px 15px 20px;
  background-image: linear-gradient(120deg, #1642fd 0%, #b12bf3 100%);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
}
.rs-about.home14-about-style .about-bottom-section .addon-services .icon-images img {
  max-width: unset;
  width: 50px;
  height: 50px;
}
.rs-about.home14-about-style .about-bottom-section .addon-services .services-text {
  margin: 0px 0px 0px 20px;
}
.rs-about.home14-about-style .about-bottom-section .addon-services .services-text .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  color: #ffffff;
  margin: 0 0 10px;
}
.rs-about .software-img img {
  max-width: 600px;
}
/* ------------------------------------
    06. Banner Section CSS
---------------------------------------*/
.rs-banner.main-home {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url(../images/banner/banner-6.jpg);
  position: relative;
  z-index: 9;
}
.tags{width:100%;position: relative;}
.tags h3{
    font-weight: 500;
    color: #4e4646;
    margin-top: 10px;
    margin-bottom: 14px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 20px;
}
.tags ul{
    text-align: center;
}
.tags ul li{
    display: inline-block;
    font-weight: 600;
    margin: 9px 4px;
    font-size: 14px;
}
.tags ul li a:hover{
    border: 1px solid #cc9191;
    background: none;
    box-shadow: 3px 3px 0px #a17e7e;
}
.tags ul li a.active{
    border: 1px solid #cc9191;
    background: none;
    box-shadow: 3px 3px 0px #a17e7e;
}
.tags ul li a{
    color: #9c7d7d;
    padding: 9px 15px;
    background: #ffe8e8;
    border: 1px solid #ffe8e8;
    border-radius: 5px;
    }
.sub-box1-l{
    width:30%;
    float:left
}
.sub-box1-r{
    width:65%;
    float:right;
    word-wrap:break-word
}
 .divTable{
    display:table;
    width:100%
}
.divTableRow{
    display:table-row
}
.divTableHeading{
    background-color:#EEE;
    display:table-header-group
}
 .divTableCell1,.divTableHead{
    display:table-cell;
    width:20%;
    background: #e32314;
    /* #0facf3*/
    vertical-align:middle;
    font-size:37px;
    color:#fff;
    text-align:center
}
 .divTableCell3,.divTableHead{
    display:table-cell;
    padding:3px 10px;
    width:70%
}
.divTableHeading{
    background-color:#EEE;
    display:table-header-group;
    font-weight:700
}
.divTableFoot{
    background-color:#EEE;
    display:table-footer-group;
    font-weight:700
}
.divTableBody{
    display:table-row-group
}
.disableClick{
    pointer-events:none
}

.divTable {
    display: table;
    width: 100%;
}

.divTableBody {
    display: table-row-group;
}
.divTableRow {
    display: table-row;
    line-height: 1.429;
    background: #fff7f6;
}

.divTableCell3, .divTableHead {
    display: table-cell;
    padding: 3px 10px;
    width: 70%;
}

.divTableCell3 .list-group-item {
    padding: 8px 7px;
    background: #fff7f6;
    border: none;
    font-size: 14px;
}
.divTableCell2, .divTableHead {
    display: table-cell;
    width: 3%;
    background: url(arrow-right.png) no-repeat left;
}

.badge {
    background: #e32314;
    margin-right: 10px;
    padding: 5px 5px;
    float: right;
    color: white;
}

.sub-box1 {
    width: 100%;
    float: left;
    background: #f2f0f0;
}

.rs-banner.main-home:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 47%);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.rs-banner.main-home .content-wrap {
  position: relative;
  padding-top: 51px;
}
.rs-banner.main-home .content-wrap .it-title {
  font-size: 52px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding-bottom: 20px;
}
.rs-banner.main-home .content-wrap .description .desc {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  padding-bottom: 40px;
}
.rs-banner.style2 {
  background: url(../images/banner/banner-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.rs-banner.style2 .banner-content {
  padding: 210px 0 210px;
}
.rs-banner.style2 .banner-content .sub-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rs-banner.style2 .banner-content .title {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rs-banner.style2 .banner-content .title-small {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rs-banner.style3 {
  background-image: linear-gradient(100deg, #890e05 34%, #d10010 100%);
  border-radius: 0px 0px 0px 270px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 300px 0px 270px 0px;
  position: relative;
}
.rs-banner.style3 .banner-content {
  position: relative;
  z-index: 1;
}
.rs-banner.style3 .banner-content .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.rs-banner.style3 .banner-content .title {
  font-size: 52px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.rs-banner.style3 .banner-content .desc {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 55px;
}
.rs-banner.style3 .banner-content .banner-btn li {
  display: inline-block;
}
.rs-banner.style3 .images-part {
  position: absolute;
  right: 3%;
  top: 55%;
  transform: translateY(-50%);
  max-width: 48%;
}
.rs-banner.style3.modify1 {
  border-radius: unset;
  padding: 400px 0px 190px 0px;
}
.rs-banner.style3.modify1 .banner-content .title {
  font-size: 42px;
  line-height: 59px;
}
.rs-banner.style3.modify1 .banner-content .desc {
  margin-bottom: 35px;
}
.rs-banner.style3.modify1 .banner-content .banner-btn li {
  display: unset;
}
.rs-banner.style3.modify1 .images-part {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.rs-banner.style3.modify1 .images-part img {
  max-width: 900px;
}
.rs-banner.style3.modify2 {
  background: unset;
  border-radius: unset;
  padding: 130px 0px 100px 0px;
}
.rs-banner.style3.modify2 .banner-content .title {
  color: #101010;
}
.rs-banner.style3.modify2 .banner-content .desc {
  color: #454545;
  margin-bottom: 35px;
}
.rs-banner.style3.modify2 .banner-content .banner-btn {
  position: relative;
}
.rs-banner.style3.modify2 .banner-content .banner-btn li {
  display: unset;
}
.rs-banner.style3.modify2 .banner-content .banner-btn li .rs-videos .animate-border a {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-banner.style3.modify2 .banner-img img {
  max-width: 850px;
}
.rs-banner.style3.modify2 .rs-animation {
  position: absolute;
  left: 0;
  top: 90px;
}
.rs-banner.style4 {
  background: url(../images/banner/banner-6.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.rs-banner.style4 .banner-content {
  padding: 250px 0 250px;
  max-width: 572px;
}
.rs-banner.style4 .banner-content .sub-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
}
.rs-banner.style4 .banner-content .title {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}
.rs-banner.style4 .banner-content .desc {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 55px;
}
.rs-banner.style4 .banner-content .banner-btn {
  position: relative;
}
.rs-banner.style4 .banner-content .banner-btn li {
  display: unset;
}
.rs-banner.style4 .banner-content .banner-btn li .rs-videos .animate-border a {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-banner.style5 {
  background: url(../images/banner/style2/banner-9.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.rs-banner.style5 .banner-content {
  padding: 250px 0 200px;
}
.rs-banner.style5 .banner-content .icon-seller img {
  width: 80px;
}
.rs-banner.style5 .banner-content .title {
  font-size: 52px;
  line-height: 70px;
  font-weight: 700;
  color: #101010;
}
.rs-banner.style5 .banner-content .title span {
  color: #f24c1a;
}
.rs-banner.style5 .banner-content .desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #454545;
  margin-bottom: 40px;
  padding-right: 188px;
}
.rs-banner.style5 .banner-img .images-part {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.6%;
  max-width: 40%;
}
.rs-banner.style5 .banner-img .images-part img {
  animation: move-y 2s alternate infinite;
}
.rs-banner.style5 .banner-img .layer-img {
  position: absolute;
  left: 58%;
  transform: translateX(-50%);
  bottom: 30px;
}
.rs-banner.style6 {
  position: relative;
}
.rs-banner.style6 .banner-content {
  padding: 170px 0 200px;
}
.rs-banner.style6 .banner-content .sub-text {
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  color: #f24c1a;
  display: block;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.rs-banner.style6 .banner-content .title {
  font-size: 52px;
  line-height: 70px;
  font-weight: 700;
  color: #101010;
}
.rs-banner.style6 .banner-content .title .blue-color {
  color: #0073ff;
}
.rs-banner.style6 .banner-content .title .pink-color {
  color: #f24c1a;
}
.rs-banner.style6 .banner-content .desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #454545;
  margin-bottom: 40px;
  padding-right: 68px;
}
.rs-banner.style6 .images-part {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 670px;
}
.rs-banner.style6 .images-part img {
  animation: move-y 2s alternate infinite;
}
.rs-banner.style7 {
  background: url(../images/banner/style3/home-11.jpg);
  background-color: #890e05;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-banner.style7 .banner-content {
  padding: 208px 0 200px;
}
.rs-banner.style7 .banner-content .sub-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: #FD6509;
  display: block;
  margin: 0px 0px 15px 0px;
}
.rs-banner.style7 .banner-content .title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3em;
  color: #fff;
  margin: 0px 0px 20px 0px;
}
.rs-banner.style7 .banner-content .desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
  margin: 0px 40px 54px 0px;
}
.rs-banner.style8 {
  background: url(../images/banner/home-12.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.rs-banner.style8 .banner-content {
  padding: 320px 0 360px;
}
.rs-banner.style8 .banner-content .sub-title {
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 500;
  color: #f24c1a;
  display: block;
  margin: 0px 0px 15px 0px;
}
.rs-banner.style8 .banner-content .title {
  font-size: 52px;
  font-weight: 700;
  line-height: 70px;
  color: #102b3e;
  max-width: 820px;
  margin: 0 auto 40px;
}
.rs-banner.style8 .banner-content .title span {
  color: #f24c1a;
}
.rs-banner.style8 .banner-content .banner-btn li {
  display: inline-block;
  margin-right: 25px;
}
.rs-banner.style8 .banner-content .banner-btn li:last-child {
  margin-right: 0;
}
.rs-banner.style9 {
  background: url(../images/banner/style4/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.rs-banner.style9 .banner-content {
  padding: 300px 0 235px;
}
.rs-banner.style9 .banner-content .sub-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
.rs-banner.style9 .banner-content .title {
  font-size: 58px;
  line-height: 73px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}
.rs-banner.style9 .banner-content .desc {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 40px;
}
.rs-banner.style9 .images-part img {
  position: relative;
  right: 3%;
  max-width: 650px;
  transform: translateY(20%);
}
.rs-banner.style9 .banner-animation .bnr-animate {
  position: absolute;
  bottom: 0;
  z-index: -11;
}
.rs-banner.style9 .banner-animation .bnr-animate.one {
  left: 48%;
  top: 19%;
}
.rs-banner.style9 .banner-animation .bnr-animate.two {
  left: 9%;
  top: 17%;
}
.rs-banner.style9 .banner-animation .bnr-animate.three {
  left: 31%;
  bottom: 28%;
}
.rs-banner.style9 .banner-animation .bnr-animate.four {
  right: 14%;
  bottom: 28%;
}
.rs-banner.style9 .banner-animation .bnr-animate.five {
  left: 36%;
  bottom: 9%;
}
.rs-banner.style9 .banner-animation .bnr-animate.six {
  left: 45%;
  bottom: 4%;
}
.rs-banner.style10 {
  background-image: url(../images/banner/banner14.jpg);
  background-repeat: no-repeat;
}
.rs-banner.style10 .banner-content {
  padding: 305px 0 350px;
}
.rs-banner.style10 .banner-content .sub-text {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin: 0px 0px 15px 0px;
}
.rs-banner.style10 .banner-content .title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  max-width: 820px;
  margin: 0 auto 48px;
}
.rs-banner.style10 .banner-content .title span {
  color: #ff7045;
}
.rs-banner.style10 .banner-content .banner-btn li {
  display: inline-block;
  margin-right: 25px;
}
.rs-banner.style10 .banner-content .banner-btn li:last-child {
  margin-right: 0;
}
/* ------------------------------------
    07. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 140px 0 150px;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 5px;
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title.new-title {
  margin: 0 auto;
  max-width: 850px;
}
.rs-breadcrumbs .breadcrumbs-inner ul {
  padding: 0;
}
.rs-breadcrumbs .breadcrumbs-inner ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a {
  position: relative;
  padding-right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a:before {
  background-color: #fff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  right: 9px;
  top: 2px;
  transform: rotate(26deg);
}
.rs-breadcrumbs.img1 {
  background: url(../images/breadcrumbs/1.jpg);
  background-position: center top;
}
.rs-breadcrumbs.img2 {
  background: url(../images/breadcrumbs/2.jpg);
}
.rs-breadcrumbs.img3 {
  background: url(../images/breadcrumbs/3.jpg);
}
.rs-breadcrumbs.img4 {
  background: url(../images/breadcrumbs/4.jpg);
}
/* ------------------------------------
    08. Slider Section CSS
---------------------------------------*/
.rs-slider.style1 .slider-content {
  padding: 140px 0 110px;;
}
.rs-slider.style1 .slider-content .sl-sub-title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
}
.rs-slider.style1 .slider-content .sl-title {
  font-size: 55px;
  line-height: 81px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.rs-slider.style1 .slider-content .sl-desc {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
}
.rs-slider.style1 .slider-content .slider-btn li {
  display: inline-block;
  margin-right: 30px;
}
.rs-slider.style1 .slider-content .slider-btn li:last-child {
  margin-right: 0;
}
.rs-slider.style1 .slider-content.slide1 {
  background: url(../images/slider/slider-1-1.jpg);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 140px 0 110px;
}
.rs-slider.style1 .slider-content.slide2 {
  background: url(../images/slider/slider-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rs-slider.style1 .owl-nav .owl-next,
.rs-slider.style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  color: #101010;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-slider.style1 .owl-nav .owl-next i:before,
.rs-slider.style1 .owl-nav .owl-prev i:before {
  content: "\f112";
  font-family: Flaticon;
}
.rs-slider.style1 .owl-nav .owl-next:hover,
.rs-slider.style1 .owl-nav .owl-prev:hover {
  background: #e32213;
  color: #ffffff;
}
.rs-slider.style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-slider.style1 .owl-nav .owl-next i:before {
  content: "\f113";
}
.rs-slider.style1:hover .owl-nav .owl-next,
.rs-slider.style1:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-slider.style1:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}
.rs-slider.style2 .slider-content {
  padding: 140px 0 200px;
}
.rs-slider.style2 .slider-content .sl-img {
  margin-bottom: 20px;
}
.rs-slider.style2 .slider-content .sl-img img {
  width: 90px;
  height: 90px;
}
.rs-slider.style2 .slider-content .sl-title {
  font-size: 78px;
  line-height: 80px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.rs-slider.style2 .slider-content .sl-title2 {
  font-size: 73px;
  line-height: 80px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 30px;
}
.rs-slider.style2 .slider-content .sl-desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  max-width: 600px;
  margin-bottom: 20px;
}
.rs-slider.style2 .slider-content.slide1 {
  background: url(../images/slider/style2/2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rs-slider.style2 .slider-content.slide2 {
  background: url(../images/slider/style2/1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rs-slider.style2 .owl-nav .owl-next,
.rs-slider.style2 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  color: #101010;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-slider.style2 .owl-nav .owl-next i:before,
.rs-slider.style2 .owl-nav .owl-prev i:before {
  content: "\f112";
  font-family: Flaticon;
}
.rs-slider.style2 .owl-nav .owl-next:hover,
.rs-slider.style2 .owl-nav .owl-prev:hover {
  background: #e32213;
  color: #ffffff;
}
.rs-slider.style2 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-slider.style2 .owl-nav .owl-next i:before {
  content: "\f113";
}
.rs-slider.style2:hover .owl-nav .owl-next,
.rs-slider.style2:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-slider.style2:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}
.rs-slider.style3 .owl-nav .owl-next,
.rs-slider.style3 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  border: 1px solid #eaecf1;
  background: rgba(117, 117, 117, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #787cf2;
  transition: all 0.3s ease;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.rs-slider.style3 .owl-nav .owl-next i,
.rs-slider.style3 .owl-nav .owl-prev i {
  margin-top: 15px;
}
.rs-slider.style3 .owl-nav .owl-next i:before,
.rs-slider.style3 .owl-nav .owl-prev i:before {
  content: "\f112";
  font-family: Flaticon;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.rs-slider.style3 .owl-nav .owl-next:hover,
.rs-slider.style3 .owl-nav .owl-prev:hover {
  background: #fff;
  color: #787cf2;
  border: 1px solid #454545;
  box-shadow: 0 0 10px #eee;
}
.rs-slider.style3 .owl-nav .owl-next {
  right: -75px;
  left: unset;
}
.rs-slider.style3 .owl-nav .owl-next i:before {
  content: "\f113";
  font-size: 18px;
  font-weight: 400;
}
.rs-slider.style3 .owl-nav .owl-prev {
  right: unset;
  left: -105px;
}
.rs-slider.style3 .owl-nav .owl-prev i:before {
  content: "\f112";
  font-size: 18px;
  font-weight: 400;
}
/*------------------------------------
    09. Video Section CSS
------------------------------------*/
.rs-video-wrap {
  margin-top: -125px;
  z-index: -111;
}
.rs-video-wrap .video-item {
  position: relative;
  background: url(../images/video/video.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 280px 0 395px;
}
.rs-video-wrap .rs-requset {
  padding: 90px 60px 90px 60px;
  background: #f4f7ff;
}
.rs-video-wrap .rs-requset .from-control {
  width: 100%;
  max-width: 100%;
  opacity: 1;
  padding: 10px 18px;
  border: 1px solid #F1F5FB;
}
.rs-video-wrap .rs-requset textarea {
  height: 120px;
}
.rs-video-wrap .rs-requset ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}
.rs-video-wrap .rs-requset ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}
.rs-video-wrap .rs-requset :-ms-input-placeholder {
  /* IE 10+ */

  color: #ffffff;
  opacity: 1;
}
.rs-video-wrap .rs-requset :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}
.rs-video-wrap.style2 {
  margin-top: -380px;
  z-index: -111;
}
.rs-video-wrap.style2 .rs-requset {
  padding: 160px 60px 160px 60px;
}
.rs-video-wrap.style3 {
  margin-top: unset;
  z-index: unset;
}
.rs-video-wrap.style3 .grdiant-bg {
  background-image: linear-gradient(160deg, #890e05 0%, #d10010 100%);
}
.rs-video-wrap.style3 .rs-requset {
  padding: 40px 60px;
  background: transparent;
}
.rs-video-wrap.style3 .rs-requset .from-control {
  padding: 15px 15px 15px 15px;
  border-radius: 5px 5px 5px 5px;
  color: #666666;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #EFEFEF;
  background-color: #FFFFFF;
}
.rs-video-wrap.style3 .rs-requset textarea {
  height: 120px;
}
.rs-video-wrap.style3 .rs-requset ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #666666;
  opacity: 1;
}
.rs-video-wrap.style3 .rs-requset ::-moz-placeholder {
  /* Firefox 19+ */

  color: #666666;
  opacity: 1;
}
.rs-video-wrap.style3 .rs-requset :-ms-input-placeholder {
  /* IE 10+ */

  color: #666666;
  opacity: 1;
}
.rs-video-wrap.style3 .rs-requset :-moz-placeholder {
  /* Firefox 18- */

  color: #666666;
  opacity: 1;
}
/* ------------------------------------
    10. Faq Section CSS
---------------------------------------*/
.rs-faq .faq-content .accordion {
  border-width: 12px;
}
.rs-faq .faq-content .accordion .card {
  margin-bottom: 15px;
  border: none;
  background-color: #fffbfb;
  border-radius: 30px;
  border: 1px solid #edd0d1;
}
.rs-faq .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-faq .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
  background-color: #fffbfb;
  box-shadow: unset;
}
.rs-faq .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 13px 49px 12px 15px;
  /* height: 65px; */
  line-height: 1.3;
  font-size: 15px;
  font-weight: 600;
  background: #fffbfb;
  color: #101010;
  border-radius: 30px 30px 0 0;
}
.rs-faq .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-image: linear-gradient(250deg, #d10010 0%, #890e05 100%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
}
.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed {
  border-radius: 30px 30px 30px 30px;
}
.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #ffffff;
  content: "\f067";
}
.rs-faq .faq-content .accordion .card .card-body {
  color: #101010;
  border-radius: 0 0 30px 30px;
  padding: 25px 30px 30px 30px !important;
  width: 100%;
  background: #fffdfd;
}
/* ------------------------------------
    11. Counter Section CSS
---------------------------------------*/
.rs-counter {
  /* margin-top: -64px; */
  /* position: absolute; */
  /* min-width: 615px; */
  right: 144px;
}

.rs-counter.main-counter-home .counter-list {
    background: white;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    padding-top: 20px;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number {
  margin-bottom: 0px;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count {
  color: #890e05;
  font-size: 34px;
  font-weight: 900;
  position: relative;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
  padding-right: 30px !important;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
  content: '+';
  position: absolute;
  right: 0;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
  padding-right: 30px !important;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
  content: 'k';
  position: absolute;
  right: 0;
}
.rs-counter .counter-top-area .counter-list .counter-text .title {
  font-size: 20px;
  line-height: 29px;
  color: #333333;
  font-weight: 600;
  margin: 0;
}
.rs-counter.style2 {
  margin-top: unset;
  position: unset;
  min-width: unset;
  right: unset;
}
.rs-counter.style2 .counter-top-area .counter-list {
  display: flex;
  align-items: center;
}
.rs-counter.style2 .counter-top-area .counter-list .count-icon {
  width: 80px;
  display: inline-block;
  padding-right: 15px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number {
  margin-bottom: 7px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count {
  color: #FFFFFF;
  font-size: 53px;
  font-weight: 700;
  -webkit-text-fill-color: #042BA1;
  -webkit-text-stroke-width: 1px;
  position: relative;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
  padding-right: 22px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
  content: '+';
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 35px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
  padding-right: 22px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
  content: 'k';
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 35px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.rs-counter.style3 {
  margin-top: unset;
  position: unset;
  min-width: unset;
  right: unset;
}
.rs-counter.style3 .counter-top-area .counter-list .counter-text .count-number .rs-count {
  color: #890e05;
  font-size: 45px;
  font-weight: 700;
  padding: 0px 0px 0px 0px;
}
.rs-counter.style3 .counter-top-area .counter-list .counter-text .count-number .rs-count.orange-color {
  color: #DD4C23;
}
.rs-counter.style3 .counter-top-area .counter-list .counter-text .title {
  font-size: 18px;
  font-weight: 600;
  color: #101010;
}
.rs-counter.style3.modify1 {
  background-image: linear-gradient(180deg, #890e05 0%, #d10010 100%);
}
.rs-counter.style3.modify1 .counter-top-area {
  text-align: center;
}
.rs-counter.style3.modify1 .counter-top-area .counter-list .counter-text .count-number .rs-count {
  color: #ffffff;
}
.rs-counter.style3.modify1 .counter-top-area .counter-list .counter-text .count-number .prefix {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
.rs-counter.style3.modify1 .counter-top-area .counter-list .counter-text .title {
  color: #ffffff;
}
.rs-counter.style3.modify2 .counter-top-area {
  text-align: center;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number {
  padding: 0px 0px 10px 0px;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.purple-color {
  color: #7D88FC;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.blue-color {
  color: #0073FF;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.pink-color {
  color: #F1491A;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.paste-color {
  color: #39EBE6;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .title {
  color: #454545;
  font-size: 20px;
  font-weight: 600;
}
.rs-counter.style3.modify3 {
  margin-top: -210px;
}
.rs-counter.style3.modify3 .counter-top-area {
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #eee;
  padding: 70px 20px 90px 20px;
}
.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text {
  position: relative;
  z-index: 1;
}
.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text .count-number {
  padding: 0px 0px 10px 0px;
}
.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text .count-number .rs-count {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #787CF2;
  padding: 0px 0px 12px 0px;
}
.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text .title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #454545;
  margin: 0;
}
.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text:before {
  content: '';
  position: absolute;
  right: 76px;
  top: -16px;
  width: 85px;
  height: 137px;
  background: #f9f9f9;
  z-index: -11;
}
.rs-counter.style4 {
  margin-top: -130px;
  position: unset;
  min-width: unset;
  right: unset;
}
.rs-counter.style4 .counter-top-area {
  text-align: center;
}
.services-img{
    box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
    padding: 10px;
    border-radius: 0px;
}
.rs-services-single h3{
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 14px;
}
.rs-services-single h4{
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 0;
}
.rs-services-single ul{
    /* margin-left: 27px; */
/* list-style: disc; */}

.allservices li ul li a:before {
    content: '\2713' !important;
    font-size: 14px;
    left: 38px !important;
}

.allservices li ul li {
    padding-left: 24px !important;
}

.allservices li ul li a {
    background: none !important;
    font-size: 14px!important;
    padding: 6px 0px !important;
    color: #593333;
}

.allservices li a {
    background-image: linear-gradient(90deg, #ffd3cf 0%, #a7c3ff 100%) !important;
    color: #593333 !important;
}

.allservices li a:before {
    content: '' !important;
}

.allservices li a .fa {
    display: none;
}

.allservices li {
    padding-left: 0px !important;
}
.rs-inner-blog .widget-area .recent-posts  ul li a{
    margin-bottom: 0px;   
    font-weight: 500;
    font-size: 15px;
    color: #de2531;padding-left: 10px;background: #ffffff;padding: 10px;border-bottom: 1px solid #eeeeee;width: 100%;display: block;}
.rs-inner-blog .widget-area .recent-posts ul li a:hover{color: #593333;
    background-image: linear-gradient(90deg, #ffd3cf 0%, #a7c3ff 100%);}
.rs-inner-blog .widget-area .recent-posts  ul li a.active{color: #593333;
    background-image: linear-gradient(90deg, #ffd3cf 0%, #a7c3ff 100%);}
.rs-inner-blog .widget-area .recent-posts ul li:last-child>a {border-bottom: 0;margin-bottom: 0;}


.rs-services-single  ul li{
    margin-bottom: 0px;   
    font-weight: 500;
    font-size: 15px;
    padding-left: 15px;}

.rs-services-single ul li:hover>a {color: rgb(66 9 9 / 78%);}

.rs-inner-blog .widget-area .recent-posts ul li a:before {
    content: '\2713';
    padding-right: 6px;
    /* color: #d5261e; */
    font-weight: 600;
position: absolute;left: 35px;}

.abouttexthome{

    margin: 0px 0 15px;
    line-height: 1.8;

}

.quote-btn {
  font-size: 16px;
  background-image: linear-gradient(90deg, #b5050b 0%, #890e05 100%);
  padding: 14px 15px;
  border-radius: 3px;
  border: 1px solid #980b07;
  color: #fff;
  font-weight: 600;
  
  top: -16px;
position: relative;}

.sample .services-desc .quote-btn {display: block !important;top: 6px;padding: 4px 13px;width: 110px;}
.quote-btn-tbl {
  font-size: 16px;
  background-image: linear-gradient(90deg, #b5050b 0%, #890e05 100%);
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #980b07;
  color: #fff;
  font-weight: 600;
  position: relative;
  top: 0;
}
.profile img{width: 100%;border: 1px solid lightgrey;padding: 3px;}
.profile p{font-weight: 700;}
.profile p span{display: block;font-weight: 500;font-size: 14px;}

.table thead th{background: #b2060b;color: aliceblue;}
.table td, .table th{padding: 0.35rem;}
a.quote-btn-tbl {}
.quote-country {
  font-size: 16px;
  padding: 14px 15px;
  border-radius: 3px;
  color: #b3050b;
  border: 1px solid #ac070a;
  font-weight: 600;
  position: relative;
  top: -16px;
}
.quote-country:hover {
  color: #ffffff;
  background-image: linear-gradient(90deg, #e32213 0%, #3053a0 100%);
}
.quote-btn:hover {
  color: #b1060b;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}
.callbackbuton{
}

.ordernowbutton {
    position: fixed;
    top: 49%;
    transform: rotate(-270deg);
    left: -87px;
    z-index: 99999;
}
.ordernowbutton .quote-country {
    color: #ffffff;    
    font-size: 34px;

background: url("https://newevolutiondesigns.com/images/freebies/cool-wallpaper-3.jpg"), linear-gradient(233deg, #03A9F4, #3F51B5, #3F51B5);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-blend-mode: hard-light;
  -webkit-animation: hue-rotate 3s linear infinite;
          animation: hue-rotate 3s linear infinite;
}

@-webkit-keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

.ordernowbutton .quote-country:hover {
    color: #b82e35;
    background: white;
}
.callbackbuton .quote-country{
  color: #ffffff;
  background-image: linear-gradient(90deg, #e32213 0%, #3053a0 100%);
  position: fixed;
  top: 50%;
  transform: rotate(270deg);
  right: -50px;
  z-index: 99999;
  }
.callbackbuton .quote-country:hover{
  color:#b82e35;
  background: white;
  }
.country{
    background: #fbfbfb;
    padding: 2px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.country:hover {
    background: none;
    border: 1px solid #7c7c7c;
}
.country img{
    width: 23px !important;
    margin-top: -4px;
    margin-right: 1px;
    border-radius: 2px;
}
.country p{
    display: inline-block;
    line-height: initial;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #4f5962;
}

.country-bottom{
    background: #ffffff;
    padding: 13px 5px;
    text-align: center;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.country-bottom:hover {
    background: rgb(255 255 255 / 4%);
    border: 1px solid #ffffff;
}

.country-bottom:hover>p {
    color: white;
}
.country-bottom img{
    width: 30px !important;
    margin-top: -6px;
    margin-right: 1px;
    display: inline !important;
    border-radius: 2px;
}
.country-bottom p{
    display: inline-block;
    line-height: initial;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #4f5962;
}
.modal{z-index:999999}
.textreadmore{

    font-weight: 600;
    font-size: 14px;
    position: relative;
    top: 4px;
}
.rs-services-single a input{
    background: #b6050c;
    margin-bottom: 0px;
    /* display: block; */
    border: 1px solid #b6050c;
    padding: 10px 10px;
    color: antiquewhite;
    border-radius: 4px;
}
.wa-chat-box-poweredby{display:none;}

.owl-nav {
  position: absolute;
  top: 20%;
  left: -50px;
  right: -50px;
}
.owl-nav .owl-prev, .owl-nav  .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.owl-nav  .owl-prev i, .owl-nav .owl-next i {
  font-size: 1.9rem;
  color: #bb2d32;
  font-weight: 600;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}
#wa-widget-send-button{background-color: #03a84e !important;}
.wa-chat-box-header{background-color: #03a84e !important;}
.wa-chat-box-content-send-btn{background-color: #03a84e !important;}
.displayblock{display:block;}
.displaynone{display:none;}
.sample {background: white;padding: 25px;box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
    border-radius: 10px;padding-top: 10px;}
.sample .services-text{}
.sample .services-text .title{}
.sample .services-text .title{margin-bottom: 5px;color: #515681;}
.sample .services-text .title span{display: block;font-size: 16px;color: #605674;}
.sample .services-desc .sampleloop{
    margin-top: 11px;
    height: 310px;
    overflow: hidden;
    word-break: break-word;
}

.sample .services-desc .sampleloop h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
.bordermystep a{
    position: absolute;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffffc2;
}
.bordermystep{border-bottom: 5px solid rgb(0 0 0 / 42%);margin-bottom: 45px;margin-top: 20px;}

.bordermystep:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    background: rgb(194 3 13);
    top: 12px;
    border-radius: 50px;
}
.bordermystep:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    background: rgb(27 2 255);
    top: 12px;
    border-radius: 50px;
}
.bordermystep a:first-child{
    left: -10px;
    top: -18px;
}
.bordermystep a:last-child{
    right: -15px;
    top: -18px;
}
.displaynone1{display:none;}

.readfull{
    text-align: left;
    padding: 25px 28px;
    background-image: linear-gradient(90deg, #ffaaa3 0%, #b4cbff 100%);
    border-radius: 4px;
}
.readfull span{
    font-size: 30px;
    font-weight: 800;
    color: black;
    padding-top: 23px;
}
.readfull button{
    float: right;
    right: 0px;
    margin-top: 4px;
}
.samplereading{
    max-height: 199vh;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 55px;
}
#offerimage button{
    position: absolute;
    right: 0;
    background: rgb(255 255 255 / 59%);
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    opacity: 9;
    color: rgb(0 0 0 / 58%);
}
.submenu2ndlevel239 {
    width: 524px !important;
}
.profile {
    white-space: normal;
    overflow: auto;
}