@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. Slider Section CSS    
    07. Video Section CSS
    08. Faq Section CSS
    09. Contact Section CSS
    10. Services Section CSS
    11. Process Section CSS
    12. Project Section CSS
    13. Progress Section CSS
    14. Case Study Section CSS
    15. Call Action Section CSS
    16. Footer Section CSS
    17. Scroll Up CSS
    18. Preloader CSS
    19. Animation Part CSS
--------------------------------------------------------*/
html{
  scroll-behavior: smooth;
}
@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: 0 0 26px;
  line-height: 1.8;
}
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: 36px;
  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: #F2F2F2;
}
.whites-color{
  background-color: #f2f2f2;
}
.gray-bg2 {
  background: #f7f9ff;
}
.gray-bg3 {
  background: #F5F6FE;
}
.black-dark {
  background: #131313 !important;
}
.gray-color-important {
  background-color: #F6F7F9 !important;
}
.primary-background {
  background-color: #106eea;
}
.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;
  margin-top: -100px;
}
.text-right {
  text-align: right;
}
a{
  color: #106eea;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none !important;
  outline: 0 none !important;
  color: #106eea !important;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #106eea;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #106eea;
  text-shadow: none;
  color: #ffffff;
}
.bg1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color:#F6F7F9;
}
.bg3 {
  background: url(../images/bg/process-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #03228F;
  margin: 0px 31px 0px 0px;
  padding: 80px 40px 75px 40px;
  transition: 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-section.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color:#ffffff;
}
.bg5 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #F2F2F2;
}
.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;
}

.bg31{
  background: url(../images/bg/services-bg.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.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: #106eea;
  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 #e8e8e8;
  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, #1273eb 19%, #03228f 100%);
  color: #ffffff;
  border-radius: 5px;
  border-color: #1273eb;
}
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: #03228F;
  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: #106eea;
}
.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: #106eea;
  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: #106eea;
}
.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 #106eea;
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
}
.rs-carousel .owl-dots .owl-dot:hover {
  background: #106eea;
}
.rs-carousel .owl-dots .active {
  background: #106eea;
  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, #4e95ed 19%, #03228f 100%);
  border-radius: 30px 30px 30px 30px;
}
.readon.learn-more:hover {
  background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
  color: #ffffff !important;
}
.readon.learn-more.sub-con {
  background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
  padding: 18px 36px 16px 36px;
  font-size: 14px;
  font-weight: 500;
}
.readon.learn-more.sub-con:hover {
  background-image: linear-gradient(250deg, #03228f 0%, #4e95ed 100%);
  color: #ffffff;
}
.readon.learn-more.submit {
  background-image: linear-gradient(90deg, #03228f 0%, #4e95ed 100%);
  padding: 16px 40px 16px 40px;
  font-weight: 500;
  font-size: 16px;
}
.readon.learn-more.submit:hover {
  background-image: linear-gradient(200deg, #03228f 0%, #4e95ed 100%);
  color: #ffffff;
}
.readon.learn-more.post {
  background-image: linear-gradient(50deg, #03228f 10%, #0e73e4 100%);
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
}
.readon.learn-more.post:hover {
  background-image: linear-gradient(50deg, #0e73e4 10%, #03228f 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, #03228f 0%, #1d62f0 100%);
  border-radius: 3px 3px 3px 3px !important;
}
.readon.learn-more.learn-btn:hover {
  background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
}
.readon.learn-more.slider-btn {
  background: #ffffff;
  color: #106eea;
  padding: 15px 37px;
  border-radius: 8px 8px 8px 8px !important;
}
.readon.learn-more.slider-btn:hover {
  background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
  color: #ffffff !important;
}
.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, #03228f 0, #0e73e4 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: 14px 40px 14px 40px;
  background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
  border-radius: 30px 30px 30px 30px;
}
.readon.lets-talk:hover {
  background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
  color: #ffffff;
}
.readon.buy-now {
  padding: 10px 40px 10px 40px;
  background-image: linear-gradient(170deg, #03228f 0%, #4e95ed 100%);
  border-radius: 30px 30px 30px 30px;
  text-transform: uppercase;
  position: relative;
  top: 25px;
}
.readon.buy-now:hover {
  background-image: linear-gradient(360deg, #03228f 0%, #4e95ed 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: #03228F;
  color: #ffffff;
  border: 1px solid #03228F;
}
.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, #03228f 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, #03228f 0%, #4e95ed 100%);
  border-radius: 8px 8px 8px 8px;
}
.readon.buy-now.price:hover {
  background-image: linear-gradient(200deg, #03228f 0%, #4e95ed 100%);
}
.readon.buy-now.pricing:hover {
  background-image: linear-gradient(170deg, #03228f 0%, #4e95ed 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, #03228f 10%, #0e73e4 100%);
  z-index: 1;
  border: none;
}
.readon.reply:hover {
  background-image: linear-gradient(50deg, #0e73e4 10%, #03228f 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: #106eea;
}
.blog-button a:hover:after {
  transform: translateX(10px);
  color: #106eea;
}
.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: 18px 18px 18px 18px;
  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, #03228f 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, #03228f 0%, #4e95ed 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, #03228f 0%, #4e95ed 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, #03228f 0%, #0e73e4 100%);
  color: #ffffff;
  z-index: 1;
  border: none;
}
.add-btn:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #0e73e4 19%, #03228f 100%);
  z-index: 1;
}
/*Video Icon*/

.media-icon .popup-videos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: #106eea;
  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: #106eea;
}
.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: #106eea;
  top: 27px;
}
.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;
}
.watch-video{
  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;
  position: relative;
  left: -45px;
  color: white;
  top: -3px;
}
.watch-video :hover{
  color: #ffffff;
}
.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: #106eea;
}
.address-item .address-icon {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background-image: linear-gradient(200deg, #03228f 0%, #4e95ed 100%);
}
.address-item .address-icon i {
  text-align: center;
  color: #106eea;
  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-image: linear-gradient(200deg, #03228f 0%, #4e95ed 100%);
}
.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, #03228f 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 #106eea;
  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 #106eea;
  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: #03228f;
}
.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: 95px;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #03228F;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  height: 4px;
  width: 50px;
  background-color: #03228F;
  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: #03228F;
}
.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: #106eea;
}
.sec-title .sub-text.style2:before {
  background-color: #106eea;
}
.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: #03228F;
}
.sec-title .sub-text.style4-bg:before {
  background-color: #FD6509;
}
.sec-title .sub-text.style4-bg:after {
  background-color: #FD6509;
}
.sec-title .sub-text.choose {
  font-size: 16px;
  font-weight: 500;
}
.sec-title .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #101010;
  margin: 0;
}
.sec-title .title.white-color {
  color: #ffffff;
}
.sec-title .desc {
  font-size: 18px;
  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: #03228F !important;
  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: #03228F;
}
.sec-title2 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a !important;
  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: #03228F;
  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:#102B3E;
  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:#102B3E;
  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:#102B3E;
  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: #03228F;
  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: 25px;
  padding-left: 25px;
  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: 15px;
  line-height: 38px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i:before {
  font-size: 26px;
  color: #106eea;
}
.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: #106eea;
}

.full-width-header .rs-header .topbar-area.style2 {
  background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 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 #2a8af5;
}
.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 #2a8af5;
  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, #03228f 10%, #0e73e4 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: 52px;
  padding: 0;
}
.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: 17px;
}
.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: #ffffff;
  margin: 0;
  padding: 20px 0;
  border-radius: 0 0 5px 5px;
}
.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: 40px;
  padding-right: 40px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  height: unset;
  line-height: 16px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #106eea;
}
.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: #106eea !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: 25%;
  float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu {
  position: relative;
  padding: 30px 35px 35px;
  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 30px;
  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: 10px 30px;
}
.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: #106eea;
}
.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;
}
.full-width-header .rs-header .menu-area.sticky .logo-area {
  display: inline-block;
  top: 9px;
}
.logo{
  max-height: 50px;
  position: relative;
  top: -4px;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 49px;
}

.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: #106eea;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #106eea;
}
.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: #106eea;
  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: #106eea;
}
.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;
  max-height: 50px;
}
.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: #106eea;
}
.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: #106eea;
}
.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: #106eea;
}
.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: #106eea;
}
.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, #03228f 0%, #0e73e4 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, #0e73e4 0%, #03228f 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: #106eea;
}
.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: #106eea;
}
.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, #03228f 0%, #0e73e4 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, #0e73e4 0%, #03228f 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: #106eea;
}
.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #106eea;
}
.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: #106eea;
}
.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: #106eea;
}
.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: #106eea;
}
.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: #106eea;
}
.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, #03228f 10%, #0e73e4 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: #106eea;
}
.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: #ffffff;
  float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle:hover {
  opacity: 0.8;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: #106eea;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #03228f;
}
.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: #106eea;
}
.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: #106eea;
}
.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;
}

/* ------------------------------------
    08. Slider Section CSS
---------------------------------------*/
/* .rs-slider.style1 .slider-content {
  padding: 260px 0 260px;
} */
.rs-slider.style1 .slider-content .sl-sub-title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
}
.rs-slider.style1 .slider-content .sl-title {
  font-size: 90px;
  line-height: 84px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
}
.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/slide1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 260px 0 270px;
}
.rs-slider.style1 .slider-content.slide2 {
  background: url(../images/slider/slide2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 260px 0 270px;
}
.rs-slider.style1 .slider-content.slide3 {
  background: url(../images/slider/slide3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 260px 0 270px;
}
.rs-slider.style1 .slider-content.slide4 {
  background: url(../images/slider/slide4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 260px 0 270px;
}
.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: #106eea;
  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-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rs-slider.style2 .slider-content.slide2 {
  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: #106eea;
  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-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, #03228f 0%, #4e95ed 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;
}

/* ------------------------------------
   15.rs contact section
---------------------------------------*/
/* ------------------------------------
    12. Contact Section CSS
---------------------------------------*/
.placing-font::-moz-placeholder{
  font-family: 'myFont', Arial, Helvetica, sans-serif;  
  font-size: small;
}
.placing-font::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  color: #454545;
  font-family: 'Livvic', sans-serif;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

.placing-font:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'myFont', Arial, Helvetica, sans-serif;
}

.placing-font::-ms-input-placeholder { /* Microsoft Edge */
  font-family: 'myFont', Arial, Helvetica, sans-serif;
}
.form-control {
  border: 0;
  height: calc(2.5em + 1rem + 2px);
}
input[type="text"],input[type="email"],input[type="number"],input[type="number"]
{
    font-family:  'Livvic', sans-serif;
}
.recaptcha-error-display{
  display: flex;
  justify-content: center;
}
.recaptcha-class{
  display: flex;
  justify-content: center;
}
.rs-contact .contact-wrap {
  background: #ffffff;
  padding: 25px 40px 50px;
  border-radius: 10px 10px 10px 10px;
}
.rs-contact .contact-wrap .content-part {
  text-align: center;
}
.btn-part-submit-button{
  display: flex;
  justify-content: center;
}
.rs-contact .contact-wrap .content-part .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}
.rs-contact .contact-wrap .content-part .desc {
  margin: 0;
}
.rs-contact .contact-wrap .from-control {
  padding: 12px 16px 12px 16px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-color: #02010100;
  background-color: #F6F7F9;
  color: #454545;
  width: 100%;
  opacity: 4;
}
.rs-contact .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

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

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

  color: #454545;
  opacity: 1;
}
.rs-contact .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}
.rs-contact .contact-box {
  background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
  padding: 69px 30px 64px 30px;
  border-radius: 5px 5px 5px 5px;
}
.rs-contact .contact-box .address-box {
  display: flex;
}
.rs-contact .contact-box .address-box .address-icon {
  background-image: linear-gradient(275deg, #ffffff 0%, #fcfcff 100%);
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  margin-right: 23px;
}
.rs-contact .contact-box .address-box .address-icon i {
  font-size: 20px;
  line-height: 20px;
  color: #03228F;
}
.rs-contact .contact-box .address-box .address-text .label {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
.rs-contact .contact-box .address-box .address-text a {
  color: #ffffff !important;
}
.rs-contact .contact-box .address-box .address-text a:hover {
  color: #ccc;
}
.rs-contact .contact-box .address-box .address-text .desc {
  color: #ffffff;
}
.rs-contact .contact-box.onepage-box {
  background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
}
.rs-contact .contact-box.onepage-box .address-box .address-icon {
  background: white-color;
}
.rs-contact .contact-box.onepage-box .address-box .address-icon i {
  color: #f2541b;
}
.rs-contact .contact-box.onepage-box.modify1 {
  background-image: linear-gradient(250deg, #9c9ff9 0%, #6e71db 100%);
}
.rs-contact .contact-box.onepage-box.modify1 .address-box .address-icon {
  background: white-color;
}
.rs-contact .contact-box.onepage-box.modify1 .address-box .address-icon i {
  color: #787cf2;
}
.rs-contact .contact-box.onepage-box.home14-onepage-style {
  background-image: linear-gradient(250deg, #932ff5 0%, #343dfb 100%);
}
.rs-contact .contact-widget .from-control {
  padding: 20px 20px 20px 20px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
}
.rs-contact .contact-widget textarea {
  height: 120px;
}
.rs-contact .contact-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}
.rs-contact .contact-widget ::-moz-placeholder {
  /* Firefox 19+ */

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

  color: #454545;
  opacity: 1;
}
.rs-contact .contact-widget :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}

.rs-contact .map-canvas {
  overflow: hidden;
}
.rs-contact .map-canvas iframe {
  float: left;
  width: 100%;
  height: 620px;
  border: unset;
}
.rs-contact.style2 .contact-box-wrap {
  background-image: linear-gradient(270deg, #4e95ed 0%, #03228f 100%);
  border-radius: 5px 5px 5px 5px;
  padding: 90px 60px 60px 60px;
}
.rs-contact.style2 .contact-box-wrap .from-control {
  padding: 16px 16px 16px 16px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F5FB;
  width: 100%;
  max-width: 100%;
}
.rs-contact.style2 .contact-box-wrap textarea {
  height: 120px;
}
.rs-contact.style2 .contact-box-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

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

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

  color: #454545;
  opacity: 1;
}
.rs-contact.style2 .contact-box-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}
.rs-contact.negative-margin {
  margin-top: -315px;
}
.contact-space{
  height: 40px;
}
/* ------------------------------------
    17. Services Section CSS
---------------------------------------*/
.rs-services.main-home .services-item {
  margin: 0px 0px 0px 0px;
  padding: 60px 25px 50px 35px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
}
.rs-services.main-home .services-item .services-icon {
  margin-bottom: 30px;
}
.rs-services.main-home .services-item .services-icon .image-part img {
  width: 80px;
  height: 80px;
}
.rs-services.main-home .services-item .services-content .services-text .services-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.main-home .services-item .services-content .services-text .services-title a {
  color: #101010;
}
.rs-services.main-home .services-item .services-content .services-text .services-title a:hover {
  color: #106eea;
}
.rs-services.main-home .services-item .services-content .services-desc p {
  color: #444;
  margin: 0;
}
.rs-services.main-home.style1 {
  position: relative;
  z-index: 111;
  margin-top: -200px;
}
.rs-services.main-home.style1 .services-item {
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 48px 0px rgba(162, 162, 162, 0.5);
  margin: 0px -10px 0px 0px;
  padding: 20px;
}
.rs-services.main-home.style1 .services-item .services-icon {
  margin-bottom: 15px;
  background: linear-gradient(70deg, #0b70e1 0%, #03228f 100%);
  width: 110px;
  height: 110px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}

.rs-services.main-home.style1 .services-item .services-icon .image-part img{
  width: 60px;
  height: 60px;
  margin-top: 23px;
}

.rs-services.main-home.style1 .services-item .services-content .services-text .services-title {
  margin-bottom: 5px;
}
.rs-services.main-home.style2 .services-item {
  padding: 65px 35px 35px 35px;
  margin: 0px -10px 0px 0px;
  text-align: center;
  border-radius: unset;
}
.rs-services.main-home.style2 .services-item .services-icon {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 42px;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 28px 28px 0 rgba(108, 88, 250, 0.2);
  z-index: 1;
}
.rs-services.main-home.style2 .services-item .services-icon:before {
  position: absolute;
  content: '';
  right: -1px;
  bottom: -2px;
  width: 112px;
  height: 112px;
  border-radius: 100%;
  border: 1px solid;
  transition: all 0.3s ease 0s;
  z-index: 0;
  border-color: #1443C61C;
}
.rs-services.main-home.style2 .services-item .shape-part {
  position: absolute;
  top: 30px;
  right: 76px;
  opacity: 0;
  visibility: hidden;
}
.rs-services.main-home.style2 .services-item .services-content .services-text .services-title a:hover {
  color: #061340;
}
.rs-services.main-home.style2 .services-item.active {
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.rs-services.main-home.style2 .services-item:hover {
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.rs-services.main-home.style2 .services-item:hover .services-icon {
  position: relative;
}
.rs-services.main-home.style2 .services-item:hover .services-icon:before {
  display: none;
}
.rs-services.main-home.style2 .services-item:hover .shape-part {
  opacity: 1;
  visibility: visible;
}
.rs-services.main-home.style3 .services-item {
  padding: 50px 50px 50px 50px;
  background-color: #F3F7FF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: unset;
  margin: 0px -10px 0px 0px;
}
.rs-services.main-home.style3 .services-item .services-content {
  padding: unset;
  position: unset;
}
.rs-services.main-home.style3 .services-item:hover {
  background-color: #FFFFFF;
}
.rs-services.main-home.style3 .services-item:hover .services-content {
  padding: unset;
  position: unset;
}
.rs-services.main-home.style3 .services-item:hover .services-content .services-desc p {
  color: #454545;
}
.rs-services .bg-section {
  background: #ffffff;
}
.rs-services .bg-section .shape-part .left-side {
  position: absolute;
  bottom: 0px;
}
.rs-services .bg-section .shape-part .right-side {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.rs-services.style2 .flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #FFFFFF;
  text-align: center;
  padding: 50px 40px 50px 40px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #101010;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #106eea;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateX(180deg);
  position: absolute;
  z-index: -1;
  padding: 30px;
  border-radius: 5px;
  background-color: #562dd4;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateX(0);
  z-index: 1;
  background-image: linear-gradient(90deg, #1672de 0%, #071f6b 58%);
}
.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  height: 350px;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #101010;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #106eea;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.purple-bg,
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.gold-bg,
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.blue-bg {
  background-size: cover;
  background-position: center center;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateX(180deg);
  position: absolute;
  z-index: -1;
  padding: 30px;
  border-radius: 5px;
  background-color: #562dd4;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 350px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateX(0);
  z-index: 1;
  background-image: linear-gradient(90deg, #1672de 0%, #071f6b 58%);
}
.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front.purple-bg {
  background: #7218f9;
}
.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front.gold-bg {
  background: #fc821b;
}
.rs-services.style3 .services-item {
  padding: 50px 28px 50px 28px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 50px 11px rgba(95, 138, 236, 0.05);
  position: relative;
  text-align: left;
}
.rs-services.style3 .services-item .services-icon {
  position: relative;
  transition: all .3s ease;
}
.rs-services.style3 .services-item .services-icon .image-part .main-img {
  height: 70px;
  width: 70px;
}
.rs-services.style3 .services-item .services-icon .image-part .hover-img {
  height: 70px;
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all .3s ease;
}
.rs-services.style3 .services-item .services-content {
  padding: 33px 0px 0px 0;
  position: relative;
}
.rs-services.style3 .services-item .services-content .services-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 13px;
}
.rs-services.style3 .services-item .services-content .services-text .title a {
  color: #1c1b1b;
}
.rs-services.style3 .services-item .services-content .services-desc p {
  margin: 0;
}
.rs-services.style3 .services-item .services-content .serial-number {
  position: absolute;
  right: 15px;
  top: -113px;
  font-size: 70px;
  font-weight: 600;
  line-height: 119px;
  color: #02010108;
  margin-bottom: 10px;
}
.rs-services.style3 .services-item:hover {
  background-color: #FD660A;
}
.rs-services.style3 .services-item:hover.pink-bg {
  background: #F30876;
}
.rs-services.style3 .services-item:hover.aqua-bg {
  background: #05DBEE;
}
.rs-services.style3 .services-item:hover.paste-bg {
  background: #13E1AF;
}
.rs-services.style3 .services-item:hover.purple-bg {
  background: #780FDA;
}
.rs-services.style3 .services-item:hover.green-bg {
  background: #0A99FD;
}
.rs-services.style3 .services-item:hover.blue-bg {
  background: #2c44e4;
}
.rs-services.style3 .services-item:hover.gold-bg {
  background: #f5be18;
}
.rs-services.style3 .services-item:hover.cyan-bg {
  background: #14d2f5;
}
.rs-services.style3 .services-item:hover.orange-bg {
  background: #FD660A;
}
.rs-services.style3 .services-item:hover.light-purple-bg {
  background-image: linear-gradient(90deg, #6e71db 41%, #9c9ff9 100%);
}
.rs-services.style3 .services-item:hover .services-icon {
  position: relative;
  transition: all .3s ease;
}
.rs-services.style3 .services-item:hover .services-icon .image-part .main-img {
  transform: scale(0);
}
.rs-services.style3 .services-item:hover .services-icon .image-part .hover-img {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.rs-services.style3 .services-item:hover .services-content {
  padding: 33px 0px 0px 0;
  position: relative;
}
.rs-services.style3 .services-item:hover .services-content .services-text .title a {
  color: #ffffff;
}
.rs-services.style3 .services-item:hover .services-content .services-desc p {
  color: #ffffff;
}
.rs-services.style3 .services-item:hover .services-content .serial-number {
  color: #FFFFFF26;
}
.rs-services.style3 .services-item.services-item {
  padding: 50px 36px 50px 36px;
}
.rs-services.style3.modify1 .services-item {
  text-align: center;
}
.rs-services.style3.modify1 .services-item .services-icon .image-part .hover-img {
  left: 50%;
  transform: scale(0) translateX(-50%);
}
.rs-services.style3.modify1 .services-item:hover.pink-light-bg {
  background: #f072d6;
}
.rs-services.style3.modify1 .services-item:hover.blue2-bg {
  background: #4790f2;
}
.rs-services.style3.modify1 .services-item:hover.paste2-bg {
  background: #67c565;
}
.rs-services.style3.modify1 .services-item:hover.purple2-bg {
  background: #626ff3;
}
.rs-services.style3.modify1 .services-item:hover.cyan2-bg {
  background: #4ccbe6;
}
.rs-services.style3.modify1 .services-item:hover.pink2-bg {
  background: #e65599;
}
.rs-services.style3.modify1 .services-item:hover .services-icon .image-part .main-img {
  transform: scale(0);
}
.rs-services.style3.modify1 .services-item:hover .services-icon .image-part .hover-img {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateX(-50%);
}
.rs-services.style3.modify1 .services-item:hover .services-content {
  padding: 33px 0px 0px 15px;
  position: relative;
}
.rs-services.style3.modify1 .services-item:hover .services-content .services-button a {
  color: #ffffff;
}
.rs-services.style3.modify1 .services-item:hover .services-content .services-button a:after {
  color: #ffffff;
}
.rs-services.style3.modify1 .services-item.services-item {
  padding: 50px 25px 50px 25px;
}
.rs-services.style3.modify2 .services-item {
  display: flex;
  margin: 0px -13px 0px 0px;
  padding: 35px 37px 35px!important;
  background-color: #fff;
  box-shadow: 0 0 30px #eee;
  border-radius: 3px 3px 3px 3px;
}
.rs-services.style3.modify2 .services-item .services-icon .image-part .main-img {
  max-width: unset;
}
.rs-services.style3.modify2 .services-item .services-content {
  padding: 0px 0px 0px 20px;
}
.rs-services.style3.modify2 .services-item:hover {
  background-color: #FD660A;
}
.rs-services.style3.modify2 .services-item:hover.pink-bg {
  background: #F30876;
}
.rs-services.style3.modify2 .services-item:hover.aqua-bg {
  background: #05DBEE;
}
.rs-services.style3.modify2 .services-item:hover.paste-bg {
  background: #13E1AF;
}
.rs-services.style3.modify2 .services-item:hover.purple-bg {
  background: #780FDA;
}
.rs-services.style3.modify2 .services-item:hover.green-bg {
  background: #0A99FD;
}
.rs-services.style3.modify2 .services-item:hover.blue-bg {
  background: #2c44e4;
}
.rs-services.style3.modify2 .services-item:hover.gold-bg {
  background: #f5be18;
}
.rs-services.style3.modify2 .services-item:hover.cyan-bg {
  background: #14d2f5;
}
.rs-services.style3.modify2 .services-item:hover .services-content {
  padding: 0px 0px 0px 20px;
}
.rs-services.style3.modify3 .services-item {
  background-color: #131313;
  box-shadow: unset;
}
.rs-services.style3.modify3 .services-item .services-content .services-text .title a {
  color: #ffffff;
}
.rs-services.style3.modify3 .services-item .services-content .services-desc p {
  color: #ffffff;
}
.rs-services.style3.modify3 .services-item .services-content .serial-number {
  color: #FFFFFF08;
}
.rs-services.style4 .services-item {
  text-align: center;
  padding: 50px 40px 50px 40px;
}
.rs-services.style4 .services-item .services-icon {
  margin-bottom: 20px;
}
.rs-services.style4 .services-item .services-icon img {
  width: 38px;
  height: 38px;
  margin-top: -10px;
}
.rs-services.style4 .services-item .services-content .title {
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rs-services.style4 .services-item .services-content .title a {
  color: #102B3E;
}
.rs-services.style4 .services-item .services-content .title a:hover {
  color: #106eea;
}
.rs-services.style4 .services-item .services-content .desc {
  margin-bottom: 15px;
}
.rs-services.style4 .hover-effect:hover .services-item:hover,
.rs-services.style4 .hover-effect:not(:hover) .active {
  background: #ffffff;
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.style4.modify1 .services-item {
  text-align: left;
  display: flex;
  padding: 40px 30px 35px 30px;
}
.rs-services.style4.modify1 .services-item .services-icon {
  padding: 8px 0px 0px 0px;
  font-size: 50px;
  line-height: 50px;
  background: linear-gradient(70deg, #0b70e1 0%, #03228f 100%);
  width: 65px;
  height: 65px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  float: left;
}
.rs-services.style4.modify1 .services-item .services-icon img {
  max-width: unset;
}
.rs-services.style4.modify1 .services-item .services-content {
  padding: 0px 0px 0px 15px;
}
.rs-services.style4.modify1 .services-item .services-content .title a {
  color: #102B3E;
}
.rs-services.style4.modify1 .services-item .services-content .title a:hover {
  color: #032390;
}
.rs-services.style4.modify1.services3 .services-item {
  padding: 50px 25px 33px 25px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  margin: 0 -10px 0 0;
}

.rs-services.style5 .services-item {
  padding: 25px 25px 25px 25px;
  background-color: #F1F6FC;
  border-radius: 4px 4px 4px 4px;
  margin: 0 -12px 0 0;
  display: flex;
}
.rs-services.style5 .services-item .services-icon {
  padding: 5px 5px 0px 0px;
}
.rs-services.style5 .services-item .services-icon img {
  height: 65px;
  width: 65px;
  max-width: unset;
}
.rs-services.style5 .services-item .services-content {
  padding: 0px 0px 0px 15px;
}
.rs-services.style5 .services-item .services-content .services-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.style5 .services-item .services-content .services-title a {
  color: #101010;
}
.rs-services.style5 .services-item .services-content .services-title a:hover {
  color: #106eea;
}
.rs-services.style5 .services-item .services-content .services-desc {
  color: #444444;
  margin-bottom: 0px;
}
.rs-services.style6 .services-item {
  padding: 0px 44px 0px;
  text-align: center;
}
.rs-services.style6 .services-item .services-icon {
  padding-bottom: 35px;
}
.rs-services.style6 .services-item .services-icon img {
  transition: all ease .3s;
}
.rs-services.style6 .services-item .services-content .services-title .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin: 0px 20px 8px 20px;
}
.rs-services.style6 .services-item .services-content .services-title .title a {
  color: #102B3E;
}
.rs-services.style6 .services-item .services-content .services-title .title a:hover {
  color: #106eea;
}
.rs-services.style6 .services-item:hover .services-icon img {
  transform: scale(1.1) rotate(4deg);
}
.rs-services.style7 .services-item .services-img {
  overflow: hidden;
  border-radius: 5px;
}
.rs-services.style7 .services-item .services-img a img {
  transition: all .8s ease;
  transform: scale(1);
}
.rs-services.style7 .services-item .services-content {
  padding-top: 25px;
}
.rs-services.style7 .services-item .services-content .services-title .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 10px 0;
}
.rs-services.style7 .services-item .services-content .services-title .title a {
  color: #102b3e;
}
.rs-services.style7 .services-item .services-content .services-title .title a:hover {
  color: #f2541b;
}
.rs-services.style7 .services-item .services-content .services-txt {
  margin-bottom: 20px;
  padding-right: 34px;
}
.rs-services.style7 .services-item:hover .services-img a img {
  transform: scale(1.1);
}
.rs-services.style7 .animation-layer {
  position: relative;
}
.rs-services.style7 .animation-layer .shape-layer {
  position: absolute;
  right: -6%;
  bottom: -58px;
}
.rs-services.style8 .services-item {
  padding: 67px 35px 65px 35px;
  background-color: #E0F0FD;
  border-radius: 0px 0px 0px 0px;
}
.rs-services.style8 .services-item .services-img {
  margin-bottom: 25px;
}
.rs-services.style8 .services-item .services-img img {
  height: 80px;
  width: 80px;
  max-width: unset;
}
.rs-services.style8 .services-item .services-content .services-title .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #0A0A0A;
  margin-bottom: 15px;
}
.rs-services.style8 .services-item .services-content .services-title .title:hover {
  color: #787CF2;
}
.rs-services.style8 .services-item .services-content .services-txt {
  color: #444444;
  margin: 0;
}
.rs-services.style8 .services-item.gray-light-bg {
  background-color: #D9F3F6;
}
.rs-services.style8 .services-item.pink-bg {
  background-color: #F0E4FB;
}
.rs-services.style9 .services-top-section {
  margin-top: -525px;
  padding: 520px 0px 110px 0px;
  position: relative;
}
.rs-services.style9 .services-top-section .services-item {
  padding: 15px;
}
.rs-services.style9 .services-top-section .services-item .image-part img {
  border-radius: 10px 10px 10px 10px;
}
.rs-services.style9 .services-top-section .services-item .addon-services {
  margin: -220px -20px 0px 20px;
  padding: 265px 35px 20px 35px;
  background-color: #6A40F9;
  border-radius: 10px 10px 10px 10px;
}
.rs-services.style9 .services-top-section .services-item .addon-services .services-icon {
  margin-bottom: 22px;
}
.rs-services.style9 .services-top-section .services-item .addon-services .services-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
}
.rs-services.style9 .services-top-section .services-item .addon-services .services-text .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 10px;
}
.rs-services.style9 .services-top-section .services-item .addon-services .services-text .title a {
  color: #ffffff;
}
.rs-services.style9 .services-top-section .services-item .addon-services .services-text .title a:hover {
  color: #ff7045;
}
.rs-services.style9 .services-top-section .services-item .addon-services:hover {
  background-image: linear-gradient(180deg, #343dfb 0%, #932ff5 100%);
}
.rs-services .shape-animation {
  position: relative;
}
.rs-services .shape-animation .shape-part {
  position: absolute;
  left: -50px;
  bottom: 150px;
}
.rs-services-single .services-add {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 5px;
  padding: 50px 35px 53px;
}
.rs-services-single .services-add .title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.rs-services-single .services-add .contact a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.rs-services-single .brochures {
  background-color: #F0F5FF;
  padding: 35px 30px 45px 30px;
  border-radius: 5px 5px 5px 5px;
}
.rs-project .bg-section{
  background-color: #f2f2f2;
}
.rs-case-studies-single .services-add {
  background-image: linear-gradient(250deg, #0b70e1 19%, #03228f 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 5px;
  padding: 50px 35px 53px;
}
.rs-case-studies-single .services-add .title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.rs-case-studies-single .services-add .contact a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.rs-case-studies-single .brochures {
  background-color: #F0F5FF;
  padding: 35px 30px 45px 30px;
  border-radius: 5px 5px 5px 5px;
}
.rs-case-studies-single .services-img img {
  border-radius: 5px;
}
.rs-case-studies-single .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
  padding: 0;
}
.rs-case-studies-single .ps-informations ul li {
  color: #fff;
}
.rs-case-studies-single .ps-informations ul li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(54, 54, 54, 0.1);
}
.rs-case-studies-single .ps-informations ul li span {
  width: 150px;
  display: inline-block;
  font-weight: 600;
}
.rs-case-studies-single .ps-informations {
  padding: 40px 30px 46px;
  border-radius: 5px;
  background-image: linear-gradient(250deg, #0b70e1 19%, #03228f 100%);
}
.rs-case-studies-single .ps-informations .info-title {
  padding-bottom: 10px;
  color: #fff;
}

/* ------------------------------------
    18. Process Section CSS
---------------------------------------*/
.rs-process .rs-addon-number .number-text .number-area {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: #03228f;
}
.rs-process .rs-addon-number .number-text .number-title .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 10px;
}
.rs-process .rs-addon-number .number-text .number-txt {
  margin: 0;
  padding-right: 34px;
}
.rs-process.modify1 {
  background-image: linear-gradient(140deg, #03228f 62%, #0e73e4 100%);
  border-radius: 270px 0px 0px 0px;
}
.rs-process.modify1 .rs-addon-number .number-text {
  margin: 0px 25px 0px 30px;
  padding: 0px 48px 11px 48px;
  background-color: #182AEE45;
  border-radius: 10px 10px 50px 10px;
  position: relative;
}
.rs-process.modify1 .rs-addon-number .number-text .number-area {
  font-size: 41px;
  font-weight: 600;
  line-height: 62px;
  position: relative;
  color: #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  left: -70px;
  top: -30px;
  text-align: center;
  background: #06D3E5;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.rs-process.modify1 .rs-addon-number .number-text .number-area.green-bg {
  background: #3BCD4C;
}
.rs-process.modify1 .rs-addon-number .number-text .number-area.plum-bg {
  background: #9439E9;
}
.rs-process.modify1 .rs-addon-number .number-text .number-area.pink-bg {
  background: #f30876;
}
.rs-process.modify1 .rs-addon-number .number-text .number-title .title {
  color: #ffffff;
  margin-bottom: 15px;
}
.rs-process.modify1 .rs-addon-number .number-text .number-txt {
  color: #ffffff;
  margin-bottom: 40px;
  padding-right: 0;
}
.rs-process.style2 .addon-process .process-wrap .process-img {
  padding: 10px 10px 10px 10px;
}
.rs-process.style2 .addon-process .process-wrap .process-img img {
  width: 100%;
  height: auto;
}
.rs-process.style2 .addon-process .process-wrap .process-text {
  text-align: center;
  padding: 15px 0 0;
}
.rs-process.style2 .addon-process .process-wrap .process-text .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 0;
}
.rs-process.style2 .addon-process .process-wrap .process-text .title:hover {
  color: #061340;
}
.rs-process.style3 .rs-addon-number {
  margin: 0px -10px 0px 0px;
  padding: 37px 30px 37px 38px;
  background-color: #FFFFFF;
  border-bottom: 7px solid #095fd0;
}
.rs-process.style4 .rs-addon-number {
  margin: 0px -10px 0px 0px;
  padding: unset;
  background-color: unset;
}
.rs-process.style4 .rs-addon-number .number-text .number-area {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
  text-align: center;
  width: 64px;
  height: 54px;
  top: -20px;
}
.rs-process.style4 .rs-addon-number .number-text .number-area:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
  border-radius: 50px 50px 50px 50px;
  background: #A0B3F8;
}
.rs-process.style5 .rs-addon-number .number-text .number-area {
  color: #ffffff;
}
.rs-process.style5 .rs-addon-number .number-text .number-title .title {
  color: #ffffff;
}
.rs-process.style5 .rs-addon-number .number-text .number-txt {
  color: #ffffff;
}
.rs-process.style6 .tab-area .nav {
  border-bottom: unset;
}
.rs-process.style6 .tab-area .nav li .tab-item {
  padding: 20px 30px;
  display: block;
  position: relative;
  transition: all ease .6s;
}
.rs-process.style6 .tab-area .nav li .tab-item h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #102b3e;
  margin-bottom: 8px;
  text-decoration: underline;
}
.rs-process.style6 .tab-area .nav li .tab-item p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #101010;
  height: 0;
  opacity: 0;
  margin: 0;
  transition: all ease .4s;
}
.rs-process.style6 .tab-area .nav li .tab-item.active {
  background: #f8f6ff;
}
.rs-process.style6 .tab-area .nav li .tab-item.active h3 {
  color: #f2541b;
}
.rs-process.style6 .tab-area .nav li .tab-item.active p {
  height: auto;
  opacity: 1;
  transition: all ease .8s;
}
.rs-process .shape-animation {
  position: relative;
}
.rs-process .shape-animation .shape-process {
  position: absolute;
  left: 180px;
  top: 50px;
}
.rs-process{
  background-color:#ffffff;
}
/*------------------------------------
    22. Project Section CSS
------------------------------------*/
.rs-project.style1 .owl-stage-outer {
  padding-bottom: 70px;
}
.rs-project.style1 .project-item {
  position: relative;
  overflow: visible;
}
.rs-project.style1 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.style1 .project-item .project-img img {
  width: 100%;
  transition: 1.3s all ease;
  border-radius: 5px;
}
.rs-project.style1 .project-item .project-content {
  background:#ffffff;
  box-shadow: 0 6px 25px rgb(0 0 0 / 20%);
  position: relative;
  top: 14px;
  padding: 34px 0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  text-align: center;
}
.project-row{
  position: relative;
  top: 14px;
}
.rs-project.style1 .project-item .project-content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.rs-project.style1 .project-item .project-content .title a {
  color: #101010;
}
.rs-project.style1 .project-item .project-content .category {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  display: block;
}
.rs-project.style1 .project-item .project-content .category a {
  color: #106eea;
}
.rs-project.style1 .project-item:hover .project-img img {
  transform: scale(1.3);
}
.rs-project.style1 .project-item:hover .project-content  {
  transform: scale(0.9);
}
.rs-project.style1 .owl-nav .owl-next,
.rs-project.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: #ffffff;
  text-align: center;
  color: #101010;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style1 .owl-nav .owl-next i:before,
.rs-project.style1 .owl-nav .owl-prev i:before {
  content: "\f111";
  font-family: Flaticon;
}
.rs-project.style1 .owl-nav .owl-next:hover,
.rs-project.style1 .owl-nav .owl-prev:hover {
  color: #106eea;
}
.rs-project.style1 .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-project.style1 .owl-nav .owl-next i:before {
  content: "\f110";
}
.rs-project.style1:hover .owl-nav .owl-next,
.rs-project.style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-project.style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-project.style2 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style2 .project-item .project-img img {
  width: 100%;
  border-radius: 5px;
}
.rs-project.style2 .project-item .project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 40%;
  text-align: center;
  z-index: 10;
  padding: 25px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  border-radius: 5px;
  z-index: 1;
}
.rs-project.style2 .project-item .project-content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.rs-project.style2 .project-item .project-content .title a {
  color: #ffffff;
}
.rs-project.style2 .project-item .project-content .category {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  display: block;
}
.rs-project.style2 .project-item .project-content .category a {
  color: #ffffff;
}
.rs-project.style2 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
.rs-project.style2 .project-item:hover .project-content {
  top: 0;
  opacity: 1;
  z-index: 1;
}
.rs-project.style2 .owl-nav .owl-next,
.rs-project.style2 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  color: #101010;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style2 .owl-nav .owl-next i:before,
.rs-project.style2 .owl-nav .owl-prev i:before {
  content: "\f111";
  font-family: Flaticon;
}
.rs-project.style2 .owl-nav .owl-next:hover,
.rs-project.style2 .owl-nav .owl-prev:hover {
  color: #106eea;
}
.rs-project.style2 .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-project.style2 .owl-nav .owl-next i:before {
  content: "\f110";
}
.rs-project.style2:hover .owl-nav .owl-next,
.rs-project.style2:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-project.style2:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-project.style3 {
  background-image: linear-gradient(150deg, #03228f 46%, #0e73e4 100%);
  border-radius: 0px 270px 0px 0px;
  padding: 110px 70px 120px 70px;
}
.rs-project.style3 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
}
.rs-project.style3 .project-item .project-img a img {
  transition: 1.3s all ease;
  border-radius: 5px;
}
.rs-project.style3 .project-item .project-content {
  position: absolute;
  padding: 24px 30px;
  opacity: 1;
  z-index: 10;
  top: 0;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}
.rs-project.style3 .project-item .project-content .portfolio-inner {
  position: absolute;
  bottom: 30px;
  right: 40px;
  left: 40px;
  display: flex;
  flex-wrap: wrap;
  transition: all .5s ease;
  width: 100%;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title {
  margin-top: 8px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  transform: translateY(0);
  order: 2;
  flex: 0 0 100%;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title a {
  color: #ffffff;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .category {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  display: block;
  flex: 0 0 100%;
  transform: translateY(0px);
}
.rs-project.style3 .project-item .project-content .portfolio-inner .category a {
  color: #ffffff;
}
.rs-project.style3 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease 0s;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.rs-project.style3 .project-item:hover .project-img a img {
  transform: scale(1.2);
}
.rs-project.style3 .project-item:hover .project-content {
  opacity: 1;
}
.rs-project.style3 .project-item:hover .project-content .portfolio-inner {
  bottom: 50px;
}
.rs-project.style3 .owl-nav .owl-next,
.rs-project.style3 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  color: #101010;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style3 .owl-nav .owl-next i:before,
.rs-project.style3 .owl-nav .owl-prev i:before {
  content: "\f111";
  font-family: Flaticon;
}
.rs-project.style3 .owl-nav .owl-next:hover,
.rs-project.style3 .owl-nav .owl-prev:hover {
  color: #106eea;
}
.rs-project.style3 .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-project.style3 .owl-nav .owl-next i:before {
  content: "\f110";
}
.rs-project.style3:hover .owl-nav .owl-next,
.rs-project.style3:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-project.style3:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-project.style3.modify1 {
  background-image: unset;
  border-radius: unset;
  padding: 100px 0;
  margin-left: -80px;
}
.rs-project.style3.modify1.mod {
  padding: 120px 0;
}
.rs-project.style3.modify1.mod .project-item .project-img a img {
  width: 380px;
  max-width: 380px;
}
.rs-project.style3.modify1 .owl-nav .owl-next,
.rs-project.style3.modify1 .owl-nav .owl-prev {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: unset;
  color: #fff;
  border: 1px solid #fff;
  transform: translateY(-50%);
  transition: 0.6s ease all;
  z-index: 9;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
.rs-project.style3.modify1 .owl-nav .owl-next i:before,
.rs-project.style3.modify1 .owl-nav .owl-prev i:before {
  content: "\f111";
  font-family: Flaticon;
  font-size: 18px;
  font-weight: 400;
}
.rs-project.style3.modify1 .owl-nav .owl-next:hover,
.rs-project.style3.modify1 .owl-nav .owl-prev:hover {
  color: #ccc;
}
.rs-project.style3.modify1 .owl-nav .owl-next {
  top: 350px;
  right: 1704px;
}
.rs-project.style3.modify1 .owl-nav .owl-next i:before {
  content: "\f110";
}
.rs-project.style3.modify1 .owl-nav .owl-prev {
  left: -470px;
  top: 350px;
}
.rs-project.style3.modify1.case-style3 {
  margin-left: unset;
  padding: 120px 0;
}
.rs-project.style4 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style4 .project-item .project-img img {
  border-radius: 5px;
}
.rs-project.style4 .project-item .project-content {
  position: absolute;
  padding: 30px 20px 30px;
  opacity: 0;
  z-index: 1;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  z-index: 9;
  background: #ffffff;
  transition: 0.6s;
}
.rs-project.style4 .project-item .project-content .category {
  margin: 0;
}
.rs-project.style4 .project-item .project-content .category a {
  font-size: 16px;
  color: #0B70E1;
}
.rs-project.style4 .project-item .project-content .title {
  font-size: 20px;
  font-weight: 700;
}
.rs-project.style4 .project-item .project-content .title a {
  color: #0F0F0F;
}
.rs-project.style4 .project-item:hover .project-content {
  opacity: 1;
  bottom: 30px;
}
.rs-project.style5 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.rs-project.style5 .project-item .project-img img {
  border-radius: 5px;
}
.rs-project.style5 .project-item .project-content {
  opacity: 0;
  visibility: hidden;
}
.rs-project.style5 .project-item .project-content .p-icon {
  position: absolute;
  top: 40px;
  right: 0px;
  bottom: 20px;
  text-align: right;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 11;
}
.rs-project.style5 .project-item .project-content .p-icon a {
  display: block;
}
.rs-project.style5 .project-item .project-content .p-icon a i:before {
  color: #1C1B1B;
}
.rs-project.style5 .project-item .project-content .project-inner {
  position: absolute;
  bottom: 0px;
  left: 25px;
  transition: all 0.3s ease;
}
.rs-project.style5 .project-item .project-content .project-inner .title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.rs-project.style5 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style5 .project-item .project-content .project-inner .title a:hover {
  color: #106eea;
}
.rs-project.style5 .project-item .project-content .project-inner .category {
  font-size: 22px;
  line-height: 37px;
  font-weight: 600;
  display: block;
}
.rs-project.style5 .project-item .project-content .project-inner .category a {
  color: #ffffff;
}
.rs-project.style5 .project-item .project-content .project-inner .category a:hover {
  color: #106eea;
}
.rs-project.style5 .project-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C232F;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease;
}
.rs-project.style5 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
}
.rs-project.style5 .project-item:hover .project-content .p-icon {
  right: 25px;
}
.rs-project.style5 .project-item:hover .project-content .p-icon a {
  display: block;
}
.rs-project.style5 .project-item:hover .project-content .p-icon a i:before {
  color: #1C1B1B;
}
.rs-project.style5 .project-item:hover .project-content .project-inner {
  bottom: 20px;
}
.rs-project.style5 .project-item:hover:before {
  opacity: 0.5;
  visibility: visible;
}
.rs-project.style6 .project-item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.rs-project.style6 .project-item .project-img {
  position: relative;
}
.rs-project.style6 .project-item .project-img img {
  border-radius: 5px;
}
.rs-project.style6 .project-item .project-img .plus-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  color: #101010;
  background: #fff;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.rs-project.style6 .project-item .project-img .plus-icon i {
  font-size: 14px;
  color: #101010;
}
.rs-project.style6 .project-item .project-content {
  margin-top: 25px;
}
.rs-project.style6 .project-item .project-content .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 5px;
}
.rs-project.style6 .project-item .project-content .title a {
  color: #101010;
}
.rs-project.style6 .project-item .project-content .title a:hover {
  color: #106eea;
}
.rs-project.style6 .project-item .project-content .category {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  display: block;
}
.rs-project.style6 .project-item .project-content .category a {
  color: #106eea;
}
.rs-project.style6 .project-item:hover .project-img .plus-icon {
  opacity: 1;
  visibility: visible;
}
.rs-project.style6.modify1 .project-item .project-img .plus-icon {
  background: #F9780F;
}
.rs-project.style6.modify1 .project-item .project-img .plus-icon i {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
.rs-project.style6.modify1 .project-item .project-content {
  margin-top: 25px;
}
.rs-project.style6.modify1 .project-item .project-content .title {
  font-size: 23px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 5px;
  text-decoration: underline;
}
.rs-project.style6.modify1 .project-item .project-content .title a {
  color: #101010;
}
.rs-project.style6.modify1 .project-item .project-content .title a:hover {
  color: #106eea;
}
.rs-project.style6.modify2 .project-item .project-img .plus-icon {
  background: #1273eb;
}
.rs-project.style6.modify2 .project-item .project-img .plus-icon i {
  font-size: 24px;
  line-height: 50px;
  font-weight: 300;
  color: #ffffff;
}
.rs-project.style6.modify2 .project-item .project-content {
  margin-top: 25px;
}
.rs-project.style6.modify2 .project-item .project-content .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 53px;
  margin-bottom: 0;
}
.rs-project.style6.modify2 .project-item .project-content .title a {
  color: #101010;
}
.rs-project.style6.modify2 .project-item .project-content .title a:hover {
  color: #106eea;
}
.rs-project.style6.modify3 .project-item {
  overflow: hidden;
  border-radius: 5px;
}
.rs-project.style6.modify3 .project-item .project-img {
  position: relative;
  overflow: hidden;
}
.rs-project.style6.modify3 .project-item .project-img a img {
  transition: all .8s ease;
  transform: scale(1);
}
.rs-project.style6.modify3 .project-item .project-content {
  margin-top: 25px;
}
.rs-project.style6.modify3 .project-item .project-content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px;
}
.rs-project.style6.modify3 .project-item .project-content .title a {
  color: #191821;
}
.rs-project.style6.modify3 .project-item .project-content .title a:hover {
  color: #787CF2;
}
.rs-project.style6.modify3 .project-item .project-content .category {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  display: block;
}
.rs-project.style6.modify3 .project-item .project-content .category a {
  color: #454545;
}
.rs-project.style6.modify3 .project-item:hover .project-img a img {
  transform: scale(1.1);
  border-radius: 5px;
}
.rs-project.style7 .project-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.rs-project.style7 .project-item .project-img img {
  transform: scale(1.2);
  transition: 0.6s;
  border-radius: 5px;
}
.rs-project.style7 .project-item .project-content {
  position: absolute;
  padding: 24px 30px;
  opacity: 0;
  z-index: 10;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: scale(1.3);
  transition: 0.4s;
}
.rs-project.style7 .project-item .project-content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.rs-project.style7 .project-item .project-content .title a {
  color: #ffffff;
}
.rs-project.style7 .project-item .project-content .title a:hover {
  color: #106eea;
}
.rs-project.style7 .project-item .project-content .category {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  display: block;
}
.rs-project.style7 .project-item .project-content .category a {
  color: #ffffff;
}
.rs-project.style7 .project-item .project-content .category a:hover {
  color: #106eea;
}
.rs-project.style7 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}
.rs-project.style7 .project-item:hover .project-img img {
  transform: scale(1);
}
.rs-project.style7 .project-item:hover .project-content {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.rs-project.style7 .project-item:hover .project-content:before {
  opacity: 1;
  visibility: visible;
}
.rs-project.style8 .project-item {
  position: relative;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}
.rs-project.style8 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.style8 .project-item .project-img img {
  width: 100%;
  transition: 1.3s all ease;
}
.rs-project.style8 .project-item .project-content {
  position: absolute;
  padding: 17px 25px 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  left: 0;
  bottom: -100px;
  text-align: left;
  width: 100%;
  z-index: 11;
  transition: 0.6s;
  height: 100%;
}
.rs-project.style8 .project-item .project-content .project-inner {
  position: absolute;
  bottom: -100px;
  transition: 0.5s;
  left: 30px;
}
.rs-project.style8 .project-item .project-content .project-inner .title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.rs-project.style8 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style8 .project-item .project-content .project-inner .title a:hover {
  color: #106eea;
}
.rs-project.style8 .project-item .project-content .project-inner .category {
  font-size: 22px;
  line-height: 37px;
  font-weight: 600;
  display: block;
}
.rs-project.style8 .project-item .project-content .project-inner .category a {
  color: #ffffff;
}
.rs-project.style8 .project-item .project-content .project-inner .category a:hover {
  color: #106eea;
}
.rs-project.style8 .project-item .project-content:before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
  border-radius: 5px;
  transition: 0.6s;
}
.rs-project.style8 .project-item:hover .project-img img {
  transform: scale(1.2);
}
.rs-project.style8 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.rs-project.style8 .project-item:hover .project-content .project-inner {
  bottom: 30px;
}
.rs-project.style8 .project-item:hover .project-content .project-inner .title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.rs-project.style8 .project-item:hover .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style8 .project-item:hover .project-content .project-inner .title a:hover {
  color: #106eea;
}
.rs-project.style8 .project-item:hover .project-content .project-inner .category {
  font-size: 22px;
  line-height: 37px;
  font-weight: 600;
  display: block;
}
.rs-project.style8 .project-item:hover .project-content .project-inner .category a {
  color: #ffffff;
}
.rs-project.style8 .project-item:hover .project-content .project-inner .category a:hover {
  color: #106eea;
}
.rs-project.style8 .project-item:hover .project-content:before {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.rs-project.style8.modify1 .project-item .project-content {
  z-index: 1;
}
.rs-project.style8.modify1 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style8.modify1 .project-item .project-content .project-inner .title a:hover {
  color: #ffffff;
}
.rs-project.style8.modify1 .project-item .project-content .project-inner .category a {
  color: #ffffff;
}
.rs-project.style8.modify1 .project-item .project-content .project-inner .category a:hover {
  color: #f2541b;
}
.rs-project.style9 .project-item {
  position: relative;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}
.rs-project.style9 .project-item .project-content {
  position: absolute;
  width: 100%;
  bottom: -105%;
  left: 40px;
  transition: 0.4s;
}
.rs-project.style9 .project-item .project-content .project-inner .title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
.rs-project.style9 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style9 .project-item .project-content .project-inner .title a:hover {
  color: #106eea;
}
.rs-project.style9 .project-item .project-content .project-inner .category {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
}
.rs-project.style9 .project-item .project-content .project-inner .category a {
  color: #ffffff;
}
.rs-project.style9 .project-item .project-content .project-inner .category a:hover {
  color: #106eea;
}
.rs-project.style9 .project-item .project-content .p-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  background: #fff;
  font-size: 24px;
}
.rs-project.style9 .project-item .project-content .p-icon a {
  display: block;
}
.rs-project.style9 .project-item .project-content .p-icon i {
  color: #101010;
}
.rs-project.style9 .project-item:before {
  background: #03228f;
  content: "";
  position: absolute;
  bottom: -105%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.rs-project.style9 .project-item:hover .project-content {
  bottom: 40px;
}
.rs-project.style9 .project-item:hover:before {
  bottom: 0;
  opacity: .8;
  visibility: visible;
}
.rs-project.style10 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style10 .project-item .project-img img {
  border-radius: 5px;
}
.rs-project.style10 .project-item .project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 25px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  border-radius: 5px;
}
.rs-project.style10 .project-item .project-content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 6px;
}
.rs-project.style10 .project-item .project-content .title a {
  color: #ffffff;
}
.rs-project.style10 .project-item .project-content .title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-project.style10 .project-item .project-content .category {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}
.rs-project.style10 .project-item .project-content .category a {
  color: #ffffff;
}
.rs-project.style10 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all .3s ease 0s;
  border-radius: 5px;
}
.rs-project.style10 .project-item:hover .project-content {
  opacity: 1;
  top: 0;
}
.rs-project.style10 .project-item:hover .project-content:before {
  opacity: 1;
}
.rs-project.style10 .owl-nav .owl-next,
.rs-project.style10 .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-project.style10 .owl-nav .owl-next i:before,
.rs-project.style10 .owl-nav .owl-prev i:before {
  content: "\f111";
  font-family: Flaticon;
  font-size: 18px;
}
.rs-project.style10 .owl-nav .owl-next:hover,
.rs-project.style10 .owl-nav .owl-prev:hover {
  background: #106eea;
  color: #ffffff;
}
.rs-project.style10 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-project.style10 .owl-nav .owl-next i:before {
  content: "\f110";
}
.rs-project.style10:hover .owl-nav .owl-next,
.rs-project.style10:hover .owl-nav .owl-prev {
  left: -5%;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-project.style10:hover .owl-nav .owl-next {
  right: -5%;
  left: unset;
}
.side-left{
  position: absolute;
  margin-top: -312px
}
.side-right{
  position: absolute;
  right: 0;
  margin-top: -149px;
}
@media screen and (max-width: 1280px) {
  .project-shape-part {
    display: none;
  }
}
/*------------------------------------
    24. Case Study Section CSS
------------------------------------*/
.rs-case-study.primary-background {
  background: linear-gradient(90deg, #03228f 40%, #0e73e4 90%);
}
/*------------------------------------
    27. Call Action Section CSS
------------------------------------*/
.rs-call-action .action-wrap {
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
}
.rs-call-action .action-wrap .icon-img {
  margin-bottom: 20px;
}
.rs-call-action .action-wrap .icon-img img {
  width: 120px;
}
.rs-call-action .action-wrap .title {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
  margin-bottom: 15px;
}
.rs-call-action .action-wrap .title .watermark {
  color: #FBAB9A;
}
.rs-call-action.style2 .action-wrap {
  max-width: 520px;
}
.rs-call-action.style2 .action-wrap .title {
  font-size: 42px;
  color: #102b3e;
}
/*------------------------------------
    35. Footer Section CSS
------------------------------------*/
.footer-social{
  margin-top: -14px;
}
.rs-footer {
  background-color: #000060;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rs-footer .footer-top {
  padding: 62px 0 30px;
}
.rs-footer .footer-top .footer-logo img {
  position: relative;
  top: 9px;
}
.rs-footer .footer-top .widget-title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
}
.rs-footer .footer-top .site-map li {
  margin-bottom: 12px;
  color: #fff;
}
.rs-footer .footer-top .site-map li a {
  font-size: 16px;
  color: #454545;
}
.rs-footer .footer-top .site-map li a:hover {
  color: #106eea;
}
.rs-footer .footer-top .footer-social li {
  display: inline;
  margin-right: 5px;
}
.rs-footer .footer-top .footer-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: #555;
  text-align: center;
  font-size: 15px;
  transition: all .8s ease;
  background: rgba(255, 255, 255, 0.9);
}
.rs-footer .footer-top .footer-social li a i {
  line-height: 35px;
}
.rs-footer .footer-top .footer-social li a:hover {
  color: #ffffff !important;
  background: #106eea;
}
.rs-footer .footer-top .footer-social li:last-child {
  margin: 0;
}
.rs-footer .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}
.rs-footer .footer-top .address-widget li {
  color: #fff;
}
.rs-footer .footer-top .address-widget li .desc a {
  color: #fff;
}
.rs-footer .footer-top .address-widget li .desc a:hover {
  color: #106eea;
}
.rs-footer .footer-top .address-widget li i {
  color: #fff;
  position: absolute;
  left: 0px;
}
.rs-footer .footer-top .address-widget li i:before {
  font-size: 20px;
}
.rs-footer .footer-top .widget-desc {
  margin: 0;
}
.rs-footer .footer-top p {
  margin: 30px 0 0 ;
  position: relative;
  color: #fff !important;
  font-size: 15px;
}
.rs-footer .footer-top p input[type=email] {
  border: none;
  width: 90%;
  font-size: 13px;
  padding: 16px 60px 16px 20px;
  margin: 0;
  color: #0a0a0a;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
  background: #f2f2f2;
}
.rs-footer .footer-top p input[type="submit"] {
  position: absolute;
  top: 0px;
  right: 1px;
  bottom: 0px;
  background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
  border-radius: 50%;
  padding: 15px 28px 15px;
  font-family: "Flaticon";
  font-size: 0;
  border: none;
}
.rs-footer .footer-top p i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 12px 20px;
  pointer-events: none;
  color: #ffffff;
}
.rs-footer .footer-top p ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}
.rs-footer .footer-top p ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}
.rs-footer .footer-top p :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}
.rs-footer .footer-top p :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}
.rs-footer .footer-bottom {
  padding: 20px 0;
  background: #000060;
}
.rs-footer .footer-bottom .copyright p {
  margin: 0;
}
/* .rs-footer .footer-bottom .copyright p a {
  color: #fff;
} */
.rs-footer .footer-bottom .copyright p a:hover {
  color: #106eea;
}
.rs-footer .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}
.rs-footer .footer-bottom .copy-right-menu li a {
  color: #fff;
}
.rs-footer .footer-bottom .copy-right-menu li a:hover {
  color: #106eea;
}
.rs-footer .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #000060;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.rs-footer .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}
.rs-footer.style1 .footer-top .widget-title {
  color: #102b3e;
}
.rs-footer.style1 .footer-top .site-map li a:hover {
  color: #f2541b;
}
.rs-footer.style1 .footer-top .footer-social li a:hover {
  background: #f2541b;
}
.rs-footer.style1 .footer-top .address-widget li .desc a:hover {
  color: #f2541b;
}
.rs-footer.style1 .footer-top .address-widget li i {
  color: #f2541b;
}
.rs-footer.style1 .footer-top p input[type="submit"] {
  background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
}
.rs-footer.style1 .footer-bottom .copyright p a:hover {
  color: #f2541b;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li a:hover {
  color: #f2541b;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li:before {
  background: #f2541b;
}
.rs-footer.style1.home14-footer-style .footer-bottom .copyright p a:hover,
.rs-footer.style1.home14-footer-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.home14-footer-style .footer-top .address-widget li i,
.rs-footer.style1.home14-footer-style .footer-top .site-map li a:hover {
  color: #ff7045;
}
.rs-footer.style1.home14-footer-style .footer-top p input[type="submit"],
.rs-footer.style1.home14-footer-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.home14-footer-style .footer-top .footer-social li a:hover {
  background: #ff7045;
}

.rs-footer.style2 {
  background-color: #F5F6F9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rs-footer.style2 .footer-top {
  padding: 92px 0 65px;
}
.rs-footer.style2 .footer-top .footer-logo img {
  height: 40px;
}
.rs-footer.style2 .footer-top .widget-title {
  color: #ffffff;
}
.rs-footer.style2 .footer-top .site-map li a {
  color: #ffffff;
}
.rs-footer.style2 .footer-top .site-map li a:hover {
  color: #03228f;
}
.rs-footer.style2 .footer-top .footer-social li {
  display: inline;
  margin-right: 5px;
}
.rs-footer.style2 .footer-top .footer-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: #555;
  text-align: center;
  font-size: 15px;
  transition: all .8s ease;
  background: rgba(255, 255, 255, 0.9);
}
.rs-footer.style2 .footer-top .footer-social li a:hover {
  color: #ffffff;
  background: #106eea;
}
.rs-footer.style2 .footer-top .footer-social li:last-child {
  margin: 0;
}
.rs-footer.style2 .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}
.rs-footer.style2 .footer-top .address-widget li .desc {
  color: #ffffff;
}
.rs-footer.style2 .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.rs-footer.style2 .footer-top .address-widget li .desc a:hover {
  color: #03228f;
}
.rs-footer.style2 .footer-top .widget-desc {
  margin: 0;
}
.rs-footer.style2 .footer-top p input[type=email] {
  box-shadow: unset;
}
.rs-footer.style2 .footer-bottom {
  background: transparent;
  border-color: rgba(80, 90, 100, 0.56) !important;
  border-top: 1px solid;
}
.rs-footer.style2 .footer-bottom .copyright p {
  color: #ffffff;
}
.rs-footer.style2 .footer-bottom .copyright p a {
  color: #ffffff;
}
.rs-footer.style2 .footer-bottom .copyright p a:hover {
  color: #03228f;
}
.rs-footer.style2 .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}
.rs-footer.style2.modify1 {
  background: unset;
  background-color: unset;
}
.rs-footer.style2.modify1 .footer-top .site-map li a:hover {
  color: #1273EB;
}
.rs-footer.style2.modify1 .footer-top .address-widget li i:before {
  color: #fd6509;
}
.rs-footer.style2.modify1 .footer-top .address-widget li .desc a:hover {
  color: #1273EB;
}
.rs-footer.style2.modify1 .footer-bottom {
  background: #000000;
  border-color: unset;
  border-top: unset;
}
.rs-footer.style2.modify1 .footer-bottom .copyright p {
  color: #ffffff;
}
.rs-footer.style2.modify1 .footer-bottom .copyright p a {
  color: #ffffff;
}
.rs-footer.style2.modify1 .footer-bottom .copyright p a:hover {
  color: #1273EB;
}
.rs-footer.style2.modify1 .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}
.rs-footer.style2.modify1 .footer-bottom .copy-right-menu li a:hover {
  color: #1273EB;
}
.rs-footer.style3 {
  background: #F5F6F9;
  background-size: cover;
}
.rs-footer.style3 .footer-top .widget-title {
  color: #102b3e;
}
.rs-footer.style3 .footer-top .site-map li a:hover {
  color: #1273EB;
}
.rs-footer.style3 .footer-top .footer-social li a:hover {
  background: #787cf2;
}
.rs-footer.style3 .footer-top .address-widget li .desc a:hover {
  color: #1273EB;
}
.rs-footer.style3 .footer-top .address-widget li i {
  color: #1273EB;
}
.rs-footer.style3 .footer-top p input[type="submit"] {
  background: #787cf2;
}
.rs-footer.style3 .footer-top p input[type="submit"]:hover {
  opacity: .9;
}
.rs-footer.style3 .footer-bottom .copyright p a:hover {
  color: #1273EB;
}
.rs-footer.style3 .footer-bottom .copy-right-menu li a:hover {
  color: #1273EB;
}
.rs-footer.style3 .footer-bottom .copy-right-menu li:before {
  background: #787cf2;
}
.rs-footer.style3.onepage-style4 {
  background-color: #F5F6F9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-color{
  color: #fff;
}
.footer-bottom-color{
  color: #fff !important;
}
.footer-row{
  display: flex;
  justify-content: center;
}
.footer-list {
  text-align: center;
}
.footer-list li{
  display: inline-block;
}
.copy_right_text {
  width: 100%;
  text-align: center;
}
/* -----------------------
    36. Error Page CSS
--------------------------*/
.page-error {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.page-error .error-not-found {
  position: relative;
  background: #cfd0ef;
  width: 650px;
  padding: 50px;
  height: 650px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
.page-error .error-not-found .error-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-error .error-not-found .title {
  font-size: 35px;
  line-height: 52px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 30px;
}
.page-error .error-not-found .title span {
  font-size: 251px;
  line-height: 171px;
  font-weight: 700;
  color: #101010;
  display: block;
  padding-bottom: 70px;
}



/* -----------------------
    37. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
  border-radius: 50%;
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  width: 42px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
  opacity: 0.8;
}
#scrollUp.oranage i {
  background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
}
#scrollUp.oranage2 i {
  background: #ff7045;
}
#scrollUp.purple-color i {
  background: #787cf2;
}
/* ------------------------------------
    38. Preloader CSS
---------------------------------------*/
/* .loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0;
  top: 0;
  z-index: 999999;
}
.loader .loader-container {
  width: 50px;
  height: 50px;
  background-color: #106eea;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader.orange-loader .loader-container {
  background: #ff7045;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
} */
/* ------------------------------------
    39. Animation Part
---------------------------------------*/
/*Pulse Border Animation*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.move-y {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
/* .dance3 {
  -webkit-animation: dance3 8s alternate infinite;
} */
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* .dance {
  -webkit-animation: dance 2s alternate infinite;
} */
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* .dance2 {
  -webkit-animation: dance2 4s alternate infinite;
} */
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.rs-rain-animate {
  position: relative;
}
.rs-rain-animate .container {
  position: relative;
  z-index: 1;
}
.rs-rain-animate .line-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: calc(100%);
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  max-width: 1240px;
}
.rs-rain-animate .line-inner .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(50%);
  background: #fff;
  z-index: 1;
}
.rs-rain-animate .line-inner .line:after {
  content: "";
  display: block;
  position: absolute;
  height: 80px;
  width: 3px;
  top: -20%;
  left: -1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 39%, #1273eb 130%, #1273eb 59%);
  background-color: rgba(0, 0, 0, 0);
  -webkit-animation: rain-line 13s 0s linear infinite;
  animation: rain-line 13s 0s linear infinite;
  animation-delay: 0s;
}
.rs-rain-animate .line-inner .line:nth-child(1) {
  left: 2px !important;
}
.rs-rain-animate .line-inner .line:nth-child(1):after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.rs-rain-animate .line-inner .line:nth-child(3) {
  left: unset !important;
  right: 2px;
}
.rs-rain-animate .line-inner .line:nth-child(3):after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.rs-rain-animate .line-inner.style2 .line {
  background: rgba(255, 255, 255, 0.1);
}
.rs-rain-animate .line-inner.style2 .line:after {
  background-color: #fff;
}
.rs-rain-animate .line-inner.orange-dark .line {
  background: rgba(255, 255, 255, 0.1);
}
.rs-rain-animate .line-inner.orange-dark .line:after {
  background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
}
@keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
.up-down {
  animation: up-down 3s alternate infinite;
  -webkit-animation: up-down 3s alternate infinite;
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.horizontal {
  animation-name: horizontal;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.horizontal.new-style {
  animation-duration: 15s;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.vertical {
  animation-name: vertical;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.vertical.new-style {
  animation-duration: 15s;
}
@keyframes vertical {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.rotated-style {
  animation: rotated-style 5s linear infinite;
}
@keyframes rotated-style {
  0% {
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
  25% {
    transform: translate(-10px, 10px) rotate(10deg);
  }
  50% {
    transform: translate(5px, -5px) rotate(25deg);
  }
  75% {
    transform: translate(15px, -5px) rotate(15deg);
  }
  100% {
    transform: translate(0) rotate(0);
  }
}
.fadeinup {
  animation-duration: 2s;
  animation-name: fadeInUp;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeinup2 {
  animation-duration: 3s;
  animation-name: fadeInUp;
}
@keyframes fadeinup2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  00% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-duration: 2s;
  animation-name: fadeInRight;
}
/* @keyframes  {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
} */
.reload{
  height: 10vh;
  background-color:#FFFFFF
}
video::-internal-media-controls-download-button {

  display:none;
  
  }
  
  video::-webkit-media-controls-enclosure {
  
  overflow:hidden;
  
  }
  
  video::-webkit-media-controls-panel {
  
  width: calc(100% + 30px); /* Adjust as needed */
  
  }
  
  audio::-internal-media-controls-download-button {
  
  display:none !important;
  
  }
  
  audio::-webkit-media-controls-enclosure {
  
  overflow:hidden !important;
  
  }
  
  audio::-webkit-media-controls-panel {
  
  width: calc(100% + 30px) !important;
  
  }
  .ytp-hide-controls:not(.ytp-mweb-player) .ytp-watermark {
    /* bottom: 16px;
    -webkit-transition: bottom .1s cubic-bezier(0.4,0,1,1),opacity .1s cubic-bezier(0.4,0,1,1);
    transition: bottom .1s cubic-bezier(0.4,0,1,1),opacity .1s cubic-bezier(0.4,0,1,1); */
    display: none;
}

/* contact number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
.swal2-popup {
  background: #fff !important;
}
.swal2-title {
  color: black !important;
}
.feedback-message {
  margin-top: 0.25rem;
}