@charset "utf-8";

@font-face {
    font-family: 'Didot';
    font-style: normal;
    font-weight: 400;
    src: local('Didot'), url('assets/fonts/58170/Didot.woff') format('woff');
}
@font-face {
    font-family: 'Didot';
    font-style: normal;
    font-weight: 700;
    src: local('Didot'), url('assets/fonts/Didot Bold.woff') format('woff');
}
@font-face {
    font-family: 'Didot Title';
    font-style: normal;
    font-weight: 400;
    src: local('Didot Title'), url('assets/fonts/Didot Title.woff') format('woff');
}

@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');


/* TABLE OF CONTENT
---------------------------------------------------------
    01. General CSS
    02. Global Class CSS
    03. Header Section CSS
    04. Sticky Menu CSS
    05. Banner Section CSS
    06. Breadcrumbs Section CSS
    07. Slider Section CSS
    08. Video Section CSS
    09. About Section CSS
    10. Project Section CSS
    11. Portfolio Section CSS
    12. Services Section CSS
    13. Faq Section CSS
    14. Skill-bar Section CSS
    15. Pricing Section CSS
    16. Contact Section CSS
    17. Testimonial Section CSS
    18. Team Section CSS
    19. Blog Section CSS
    20. Gallery Section CSS
    21. CTA Section CSS
    22. Counter Section CSS
    23. Coming Soon CSS
    24. Error Section CSS
    25. Shop Section CSS
    26. Single Shop Section CSS
    27. Cart Section CSS
    28. Checkout Section CSS
    29. Account Section CSS
    30. Footer Section CSS
    31. Scroll Up CSS
    32. Preloader CSS
    33. Animation Part 

--------------------------------------------------------*/

/* -----------------------------------
    01. General CSS
-------------------------------------*/

html,
body {
  font-size: 16px;
  color: #454545;
  font-family: 'Roboto', 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: 'Inter', sans-serif;
  /*font-family: 'Didot Title', sans-serif;*/
  color: #101010;
  margin: 0 0 26px;
  line-height: 1.2;
	font-style: normal;
	font-display: swap;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}
h2 {
  font-size: 30px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  font-weight: 400;
}
h4 {
  font-size: 24px;
  font-weight: 400;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
  font-weight: 500;
}
.pb-230 {
  padding-bottom: 230px;
}
.pb-435 {
  padding-bottom: 435px;
}
.pr-220 {
  padding-right: 220px;
}
.offwrap {
  cursor: url(assets/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);
}
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: 'Roboto', sans-serif;
}
.extra-bold {
  font-weight: 800 !important;
}
.gray-color {
  background-color: #F6F7F9;
}
.gray-color-important {
  background-color: #F6F7F9 !important;
}
.primary-background {
  background-color: #1e3250;
}
.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;
}
.rs-call-us .image-part img {
  max-height: 585px;
}
a {
  color: #101010;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #000;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #d62a2a;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #d62a2a;
  text-shadow: none;
  color: #ffffff;
}
.bg1 {
  background: url(assets/images/bg/testimonial-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000060;
}
.bg2 {
  background: url(assets/images/bg/counter-bg.png);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: -1px 21px 25px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px 10px 10px 10px;
  padding: 40px 40px 40px 40px;
  z-index: 10;
}
.bg3 {
  background: url(assets/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: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 10px 10px 10px 10px;
}
.bg4 {
  background: url(assets/images/bg/about-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg5 {
  background: url(assets/images/bg/project-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #1f1f1f;
}
.bg6 {
  background: url(assets/images/bg/project-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #000060;
}
.bg7 {
  background: url(assets/images/bg/cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg8 {
  background: url(assets/images/bg/call-action.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg9 {
  background: url(assets/images/bg/work-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 100px 60px 100px 50px;
  border-radius: 10px 10px 10px 10px;
}
.bg10 {
  background: url(assets/images/bg/testi.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 100px 90px 100px 90px;
  border-radius: 5px 5px 5px 5px;
	position: relative;
}
.testi-effects-layer:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(30 50 80 / 92%);
}
.bg11 {
  background: url(assets/images/bg/index-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #0C54B8;
}
.bg12 {
  background: url(assets/images/bg/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 110px 160px 185px 90px;
}
.bg12.mod {
  padding: 113px 160px 194px 90px;
}
.case-study.bg12.mod:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(30 50 80), rgb(105 156 198 / 67%));
}
.bg13 {
  background: url(assets/images/bg/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg14 {
  background: url(assets/images/bg/choose-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg15 {
 /* background: url(assets/images/bg/steps-area.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
  background-color: #fff;
}
.bg16 {
  background: url(assets/images/bg/tech-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #020E38;
}
.bg17 {
  background: url(assets/images/bg/call-to-action2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg18 {
  background: url(assets/images/bg/shape-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg19 {
  background: url(assets/images/bg/3counter-.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 60px 70px 60px;
}
.bg20 {
  background: url(assets/images/bg/services-bg-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg21 {
  background: url(assets/images/bg/home13/counter-bg.html);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-custom-one{
	background:#14452f;
}
.color-custom-one{
	color:#14452f;
}
.rs-step {
  background: url(assets/images/bg/steps-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 10px 10px;
  padding: 183px 0;
}
.shape-part .right-side,
.shape-part .left-side {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.shape-part .right-side {
  left: auto;
  right: 0;
}
.bg-unset {
  background: unset !important;
}
.rs-menu-toggle {
  color: #1e3250;
  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: #ec3400;
}
.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;
}
.gridFilter button.active {
  color: #1e3250;
}
.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: rgba(255, 255, 255, 0.75);
  border-style: solid;
  border-width: 3px;
  margin: 0px;
  border-radius: 23px;
  padding: 12px 15px;
  color: #ffffff;
}
.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: #fff;
}
.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: #1e3250;
  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: #1e3250;
}
.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 #1e3250;
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
}
.rs-carousel .owl-dots .owl-dot:hover {
  background: #1e3250;
}
.rs-carousel .owl-dots .active {
  background: #1e3250;
  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;
background:#ec3400;
font-size: 16px;
font-weight: 400;
text-transform: none;
cursor: pointer;
display: inline-block;
position: relative;
transition: all 0.4s;
z-index: 1;
padding: 8px 40px 8px 40px;
border-radius: 3px;
	border:1px solid transparen;
	background-image: none !important;
	font-family: 'Inter', sans-serif;
}
.readon:hover {
	background: #da1701;
	color:#fff;
}
.readon.light {
    color: #fff;
    background: #18392b;
}
.readon.light:hover {
    color: #fff;
    background: #000;
}

.readon.light1 {
    color: #ffffff;
    background: transparent;
    border: 1px solid #fff;
}
.readon.light1:hover {
    color: #ffffff;
    background: #c89cbb;
    border-color: #c89cbb;
}
.readon.light2 {
    color: #ffffff;
    background: transparent;
    border: 1px solid #F4AE22;
}
.readon.light2:hover {
    color: #ffffff;
    background: #F4AE22;
    border-color: #F4AE22;
}

.readon.learn-more {
    background: #ec3400;
    border: 1px solid #ec3400;
    padding: 8px 40px 8px 40px;
}
.readon.learn-more:hover {
  background:#da1701;
    color: #fff;
}


.readon.outlined {
    background: transparent;
    border: 1px solid #eb8809;
    color: #eb8809;
}
.readon.outlined:hover {
    background: #eb8809;
    color: #fff;
    border-color: #eb8809;
}

.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 {
  font-size: 16px;
}
.readon.learn-more.submit:hover {
  background: #da1701;
  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, #699cc6 0%, #6fa0c8 100%);
    border-radius: 3px 3px 3px 3px !important;
	transition:all .3s ease-in-out;
}
.readon.learn-more.learn-btn:hover {
 background-image: linear-gradient(180deg, #699cc6 19%, #1e3250 100%);
    color: #fff;
}
.readon.learn-more.slider-btn {
    background: #ffebfa;
    color: #eb8809;
    padding: 14px 40px 14px 40px;
    line-height: 26px;
    border: none;
}
.readon.learn-more.slider-btn:hover {
  color: #ffffff;
  background: #eb8809;
}
.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.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: 0px;
}
.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: #1e3250;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding: 12px 28px;
}
.readon.buy-now.sl-btn:hover {
  background-image: linear-gradient(90deg, #d62e24 0%, #1f1a17 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: #1e3250;
  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: #1e3250;
}
.readon.discover:hover {
  background-image: linear-gradient(90deg, #f6f7f9 19%, #f6f7f9 100%);
}
.readon.discover.more {
  background-image: linear-gradient(90deg, #1e3250 19%, #1e3250 100%);
  padding: 16px 30px 16px 30px;
  color: #ffffff;
}
.readon.discover.more:hover {
  background-image: linear-gradient(90deg, #0d6ada 19%, #0d6ada 100%);
  color: #ffffff;
}
.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;
}
/*-- 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;
}
/*-- 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: #1e3250;
}
.blog-button a:hover:after {
  transform: translateX(10px);
  color: #1e3250;
}
.blog-button.style2 a:hover {
  color: #FF5600;
}
.blog-button.style2 a:hover:after {
  color: #FF5600;
}
.blog-button.inner-blog a {
  text-align: center;
  display: inline-block;
  color: #0b70e1;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-family: 'Roboto', 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;
  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;
  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 {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.media-icon .popup-videos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*transform: translate(-50%, 40%);*/
  color: #ffffff;
  background: #7fabce;
  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: #75a4cb;
  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: #fff;
}
.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: #1e3250;
}
.slider-video .popup-videos i {
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}
.slider-video .popup-videos:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 3000ms ease-out infinite;
  background: #1e3250;
}
.address-item .address-icon {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #ffffff;
}
.address-item .address-icon i {
  text-align: center;
  color: #1e3250;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}
.address-item .address-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: #ffffff;
}
.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 #1e3250;
  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 #1e3250;
  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: #1e3250;
}
.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: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  height: 4px;
  width: 50px;
  background-color: #6b9ec7;
  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: #6b9ec7;
}
.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: #1e3250;
}
.sec-title .sub-text.style2:before {
  background-color: #1e3250;
}
.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: 33px;
    font-weight: 500;
    line-height: 46px;
    color: #eb8809;
*/
    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: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #03228F;
  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: #da6714;
}
.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;
  max-width: 490px;
  margin: 0 auto;
}
.sec-title2 .title.white-color {
  color: #ffffff;
}
.sec-title2 .title.testi-title {
  max-width: unset;
}
.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 .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-big {
  font-size: 18px;
  line-height: 31px;
  color: #ffffff;
}
.sec-title3 .sub-text {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
.sec-title3 .title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  margin-bottom: 30px;
}
.sec-title3 .desc {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.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 .desc {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  max-width: 626px;
  margin: 0 auto;
}
.pt-relative {
  position: relative !important;
}
.sec-title6 .sub-text {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 32px;
  color: #F24C1A;
  margin-bottom: 5px;
}
.sec-title6 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #102B3E;
  margin-bottom: 5px;
}
.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;
}
/* -----------------------
    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: 5px;
    padding-bottom: 5px;
}

.full-width-header .rs-header .topbar-area .logo-part img {
    max-width:88px;
    padding: 7px 0;
}
.full-width-header .rs-header .topbar-area .rs-contact-info{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part {
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid #eee;
    font-size: 14px;
    max-width: 475px;
    line-height: 19px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i {
  float: left;
  margin-right: 15px;
  line-height: 36px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i:before {
  font-size: 26px;
  color: #1e3250;
}
.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;
  margin-bottom: 5px;
}
.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: #F4AE22;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .search i {
    float: none;
    margin-right: 0;
    line-height: 21px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .search i:before {
    font-size: 16px;
    color: #ffffff;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part:last-child {
    padding-right: 0px;
    border-right: none;
}
.full-width-header .rs-header .topbar-area .readon.learn-more.learn-btn {
    background:  transparent; 
    border-radius: 3px 3px 3px 3px !important;
    transition: all .3s ease-in-out;
	border:1px solid #eb8809;
	color:#eb8809;
}
.full-width-header .rs-header .topbar-area .readon.learn-more.learn-btn:hover {
    background:  #eb8809;
	color:#fff;
	border-color:#eb8809;
}

.full-width-header .rs-header .topbar-area .readon.learn-more {
    padding: 8px 25px 8px 25px;
    font-size: 14px;
    font-weight: 400;
    background-image: linear-gradient(250deg, #1e3250 19%, #131313 100%);
    border-radius: 30px 30px 30px 30px;
}
.full-width-header .rs-header .topbar-area.style2 {
  background: #14452f;
  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: 34px;
}
.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;
}
.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 #a3a3a3;
  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: 34px;
  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:  #00242b;
}
.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: 32px;
  padding: 0;
  margin-right: 20px;
}
.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: 400;
margin-right: 10px;
    height: 44px;
    line-height: 44px;
padding: 0;
color: #fff;
position: relative;
font-family: 'Roboto', sans-serif;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #eb8809;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li:hover > a {
    color: #eb8809 ;
}
.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.menu-item-has-children > a:before {
  content: "\f107";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-family:'FontAwesome';
  transition:all .3s ease-in-out;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  transform: rotate(180deg);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
   color: #ffffff;
    padding: 0px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li.current-menu-item.menu-item-has-children > a{
	padding-right: 27px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item.menu-item-has-children > a:before {
    right: 10px;
}
.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: #f3f3f3;
  margin: 0;
  padding: 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;
  border-bottom:1px solid #eee;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  border-bottom:none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  border: none !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  height: unset;
  line-height: 25px;
  position:relative;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #ffffff !important;
    background: #ec3400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu > li.menu-item-has-children:focus > a, .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu > li.menu-item-has-children:active > a, .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu > li.menu-item-has-children:hover > a {
    background: #eb8809;
    color: #fff;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu > li.menu-item-has-children > a:after {
  position:absolute;
  right:15px;
  font-family:fontAwesome;
  content:'\f105';
  display:inline-block;
  color:#000;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu > li.menu-item-has-children:hover > a:after{
	color:#fff;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  color: #ffffff;
}
.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: #0a5270 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item > a:hover, .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active > a:hover {
    color: #ffffff !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.right {
  left: auto;
  right: 100%;
}
.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: 5px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  max-height: 48px;
    padding-top: 0px;
	display: block;
}
.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;
  line-height: 44px;
  height: 44px;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu > li:hover > a {
    color:#df080b;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
 
}
.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: #1e3250;
  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: #699cc6;
}
.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;
  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: #fff;
  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;
  box-shadow: 0px 0px 8px rgba(0 0 0 / 8%);
}
.full-width-header .rs-header.style2 .menu-area .logo-part img {
  transition: 0.4s;
  max-height: 70px;
}
.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;
      padding: 20px 0;
	
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 12px;
  padding: 0;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #101010;
      border-bottom: 1px solid #d5d5d5;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #000;
    font-weight: 600;
    border-bottom: 3px solid #000;
}
.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: 25px;
}

.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: #1e3250;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul {
  display: flex;
}
.full-width-header .rs-header .menu-area.sticky .rs-menu-area {
    padding: 15px 0 !important;
}
.full-width-header .rs-header .menu-area.sticky .logo-part img {
    transition: 0.4s;
    max-height: 50px;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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.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: 25px;
  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.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: #1e3250;
}
.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #1e3250;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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.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.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 .rs-menu-area {
  line-height: 50px;
}
.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.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.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: #1e3250;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #d81900;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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;
}
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-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: 11;
}
.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 .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 .software-img img {
  max-width: 600px;
}
/* ------------------------------------
    06. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: #101010;
  background-position: center top;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 24px 0 24px;
}
@media only screen and (min-width:991px){
	.rs-breadcrumbs .breadcrumbs-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 5px;
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title.new-title {
  margin: 0 auto;
  max-width: 850px;
}
.rs-breadcrumbs .breadcrumbs-inner ul {
  padding: 0;
}
.rs-breadcrumbs .breadcrumbs-inner ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a {
  position: relative;
  padding-right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a:before {
  background-color: #fff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  right: 9px;
  top: 2px;
  transform: rotate(26deg);
}

/* ------------------------------------
    05. Slider Section CSS
---------------------------------------*/
.rs-slider.style1 .slider-content {
  padding: 0px;
	position: relative;
overflow: hidden;
}
.rs-slider.style1 .slider-content:before {
	content:'';
	/*display: block;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	position: absolute;
	background: linear-gradient(45deg, rgb(48 48 48 / 61%), transparent);*/
}
.rs-slider.style1 .slider-content .content {
    position: absolute;
	bottom: 15%;
    left: 0px;
    width: 100%;
}
.rs-slider.style1 .slider-content .content .container {
    display: flex;
    height: 100%;
}
.rs-slider.style1 .slider-content .sl-sub-title {
  font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
}
.rs-slider.style1 .slider-content .sl-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 33%);
    margin-bottom: 5px;
}
.rs-slider.style1 .slider-content .sl-desc {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
}
.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 .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: #070707;
  transition: all 0.5s;
  transition-delay: 0.70s;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
  border: none;
  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: #18392b;
    color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0 0 0 / 10%);
}
.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: 40px 0 40px;
  min-height: 540px;
}
.slider-content .content-part{
   background: transparent;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.slider-content .content-part > div {
    padding: 15px 25px;
    border-radius: 4px;
	position: relative;
	z-index: 0;
    min-width: 620px;
}
.slider-content .content-part > div:before {
	content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(20 69 47 / 74%);
    border-radius: 4px;
    backdrop-filter: blur(2px);
}
.rs-slider.style2 .slider-content .sl-img {
  margin-bottom: 20px;
}
.rs-slider.style2 .slider-content .sl-img img {
      width: auto;
    height: 72px;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 10px;
    display: inline-block;
}
.rs-slider.style2 .slider-content .sl-title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
.rs-slider.style2 .slider-content .sl-title2 {
  font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    color: #1e3250;
    margin-bottom: 14px;
}
.rs-slider.style2 .slider-content h5 {
        font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.rs-slider.style2 .slider-content .sl-desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #1e1e1e;
  max-width: 600px;
  margin-bottom: 20px;
}
.rs-slider.style2 .slider-content {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.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: #1e3250;
  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;
}

.home-slider a.slider-btn {
    font-size: 15px;
    text-transform: uppercase;
    color: #d1d1d1;
	position: relative
}
.home-slider a.slider-btn span {
    display: inline-block;
    height: 12px;
    margin-left: 0.5em;
    position: relative;
    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
    width: 10px;
    vertical-align: middle;
}
.home-slider a.slider-btn span::before {
    border-bottom: 2px solid #ffffff;
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    width: 0;
}
.home-slider a.slider-btn span::after {
    border-right: 2px solid #d1d1d1;
    border-top: 2px solid #d1d1d1;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 58%;
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    width: 10px;
}
.home-slider a.slider-btn:hover span {
    width: 60px;
}
.home-slider a.slider-btn:hover span::before {
    width: 100%;
}
.home-slider a.slider-btn:hover span::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}


@media only screen and (min-width:1200px){
	.slider-content .content-part {
		max-width: 100%;
	}
	/*.rs-slider.style1:hover .owl-nav .owl-next, .rs-slider.style1:hover .owl-nav .owl-prev {
		left: -50px;
	}
	.rs-slider.style1:hover .owl-nav .owl-next, .rs-slider.style1:hover .owl-nav .owl-next {
		right: -50px;
		left: auto;
	}*/
}
@media only screen and (max-width:768px){
	.rs-slider.style1 .slider-content .content {
		display:none;
	}
}
/* ------------------------------------
    13. Faq Section CSS
---------------------------------------*/
.rs-faq .faq-content .accordion {
  border-width: 12px;
}
.rs-faq .faq-content .accordion .card {
  margin-bottom: 15px;
  border: none;
  background-color: #fff;
  border-radius: 30px;
}
.rs-faq .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-faq .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
  background-color: #fff;
  box-shadow: unset;
}
.rs-faq .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 30px 0 30px;
  height: 65px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  background: #ffffff;
  color: #1e3250;
  border-radius: 30px 30px 0 0;
}
.rs-faq .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-image: linear-gradient(250deg, #d92928 0%, #da6c13 100%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
}
.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed {
  border-radius: 30px 30px 30px 30px;
}
.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #ffffff;
  content: "\f067";
}
.rs-faq .faq-content .accordion .card .card-body {
  color: #101010;
  border-radius: 0 0 30px 30px;
  padding: 0 30px 30px 30px !important;
  width: 100%;
  background: #ffffff;
}
/* ------------------------------------
    05. Contact Section CSS
---------------------------------------*/
.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;
}
.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, #14452f 0%, #0e3825 100%);
  padding: 30px 30px 30px 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: #18392b;
}
.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;
}
.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-widget .from-control {
  padding: 10px 20px 10px 20px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border: 1px solid #d4d4d4;
    background-color: #F6F7F9;
    width: 100%;
    max-width: 100%;
}
.rs-contact .contact-widget textarea {
  height: 225px;
}
.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 .contact-widget.onepage-style .from-control {
  background: #fff;
}
.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-widget{
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 33px 25px;
    background: #fff;
}
/* ------------------------------------
    05. Banner Section CSS
---------------------------------------*/
.rs-banner.main-home {
  background: url(assets/images/banner/banner-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 765px;
}
.rs-banner.main-home .content-wrap {
  padding-top: 40px;
}
.rs-banner.main-home .content-wrap .it-title {
  font-size: 52px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding-bottom: 20px;
}
.rs-banner.main-home .content-wrap .description .desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  padding-bottom: 40px;
}
.rs-banner.style2 {
  background: url(assets/images/banner/banner-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.rs-banner.style2 .banner-content {
  padding: 210px 0 210px;
}
.rs-banner.style2 .banner-content .sub-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rs-banner.style2 .banner-content .title {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rs-banner.style2 .banner-content .title-small {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rs-banner.style3 {
  background-image: linear-gradient(100deg, #03228f 34%, #0e73e4 100%);
  border-radius: 0px 0px 0px 270px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 300px 0px 270px 0px;
  position: relative;
}
.rs-banner.style3 .banner-content {
  position: relative;
  z-index: 1;
}
.rs-banner.style3 .banner-content .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.rs-banner.style3 .banner-content .title {
  font-size: 52px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.rs-banner.style3 .banner-content .desc {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 55px;
}
.rs-banner.style3 .banner-content .banner-btn li {
  display: inline-block;
}
.rs-banner.style3 .images-part {
  position: absolute;
  right: 3%;
  top: 55%;
  transform: translateY(-50%);
  max-width: 48%;
}
.rs-banner.style3.modify1 {
  border-radius: unset;
  padding: 400px 0px 190px 0px;
}
.rs-banner.style3.modify1 .banner-content .title {
  font-size: 42px;
  line-height: 59px;
}
.rs-banner.style3.modify1 .banner-content .desc {
  margin-bottom: 35px;
}
.rs-banner.style3.modify1 .banner-content .banner-btn li {
  display: unset;
}
.rs-banner.style3.modify1 .images-part {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.rs-banner.style3.modify1 .images-part img {
  max-width: 900px;
}
.rs-banner.style3.modify2 {
  background: unset;
  border-radius: unset;
  padding: 130px 0px 100px 0px;
}
.rs-banner.style3.modify2 .banner-content .title {
  color: #101010;
}
.rs-banner.style3.modify2 .banner-content .desc {
  color: #454545;
  margin-bottom: 35px;
}
.rs-banner.style3.modify2 .banner-content .banner-btn {
  position: relative;
}
.rs-banner.style3.modify2 .banner-content .banner-btn li {
  display: unset;
}
.rs-banner.style3.modify2 .banner-content .banner-btn li .rs-videos .animate-border a {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-banner.style3.modify2 .banner-img img {
  max-width: 850px;
}
.rs-banner.style3.modify2 .rs-animation {
  position: absolute;
  left: 0;
  top: 90px;
}
.rs-banner.style4 {
  background: url(assets/images/banner-6.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.rs-banner.style4 .banner-content {
  padding: 90px 0 250px;
    max-width: 572px;
    padding-bottom: 195px;
}
.rs-banner.style4 .banner-content .sub-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
}
.rs-banner.style4 .banner-content .title {
  font-size: 42px;
    line-height: 53px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 33%);
    margin-bottom: 62px;
}
.rs-banner.style4 .banner-content .desc {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 55px;
}
.rs-banner.style4 .banner-content .banner-btn {
  position: relative;
}
.rs-banner.style4 .banner-content .banner-btn li {
  display: unset;
}
.rs-banner.style4 .banner-content .banner-btn li .rs-videos .animate-border a {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-banner.style5 {
  background: url(assets/images/banner/style2/banner-9.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.rs-banner.style5 .banner-content {
  padding: 250px 0 200px;
}
.rs-banner.style5 .banner-content .icon-seller img {
  width: 80px;
}
.rs-banner.style5 .banner-content .title {
  font-size: 52px;
  line-height: 70px;
  font-weight: 700;
  color: #101010;
}
.rs-banner.style5 .banner-content .title span {
  color: #f24c1a;
}
.rs-banner.style5 .banner-content .desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #454545;
  margin-bottom: 40px;
  padding-right: 188px;
}
.rs-banner.style5 .banner-img .images-part {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.6%;
  max-width: 40%;
}
.rs-banner.style5 .banner-img .images-part img {
  animation: move-y 2s alternate infinite;
}
.rs-banner.style5 .banner-img .layer-img {
  position: absolute;
  left: 58%;
  transform: translateX(-50%);
  bottom: 30px;
}
.rs-banner.style6 {
  position: relative;
}
.rs-banner.style6 .banner-content {
  padding: 170px 0 200px;
}
.rs-banner.style6 .banner-content .sub-text {
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  color: #f24c1a;
  display: block;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.rs-banner.style6 .banner-content .title {
  font-size: 52px;
  line-height: 70px;
  font-weight: 700;
  color: #101010;
}
.rs-banner.style6 .banner-content .title .blue-color {
  color: #0073ff;
}
.rs-banner.style6 .banner-content .title .pink-color {
  color: #f24c1a;
}
.rs-banner.style6 .banner-content .desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #454545;
  margin-bottom: 40px;
  padding-right: 68px;
}
.rs-banner.style6 .images-part {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 670px;
}
.rs-banner.style6 .images-part img {
  animation: move-y 2s alternate infinite;
}

/* ------------------------------------
    14. Skill-bar Section CSS
---------------------------------------*/
.rs-skillbar.style1 .cl-skill-bar .skillbar-title {
  font-weight: 500;
  font-size: 14px;
  color: #212121;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar {
  background: #eeeeee;
  height: 7px;
  margin: 10px 0 24px;
  position: relative;
  width: 100%;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skillbar-bar {
  background: #1e3250;
  width: 0;
  margin-bottom: 0;
  height: 7px;
  line-height: 7px;
  background-color: transparent;
  background-image: linear-gradient(190deg, #105aad 0%, #4e95ed 100%);
  background-size: 1rem 1rem;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -38px;
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
}
.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar-title {
  text-transform: uppercase;
}
.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar {
  background-color: #DFEDFE;
}
.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar .skillbar-bar {
  background: #03228f;
}
.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -38px;
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
}
.rs-skillbar.style1.modify2 .cl-skill-bar .skillbar-title {
  text-transform: uppercase;
}
.rs-skillbar.style1.modify2 .cl-skill-bar .skillbar {
  background: #fff;
  border: 1px solid #0B70E1;
  height: 9px;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
}
.rs-skillbar.style1.modify2 .cl-skill-bar .skillbar .skillbar-bar {
  background: #007bff;
  background-image: linear-gradient(250deg, #0b70e1 19%, #03228f 100%);
  height: 5px;
}
.rs-skillbar.style1.modify2 .cl-skill-bar .skillbar .skill-bar-percent {
  right: 70px;
  color: #454545;
  font-weight: 400;
}
.rs-skillbar.style1.modify3 {
  padding: 0 120px 0 0;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar {
  height: 8px;
  line-height: 8px;
  padding: 1px 1px 1px 1px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FF571C;
  background-color: #BF1F1F00;
  border-radius: 3px 3px 3px 3px;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar .skillbar-bar {
  height: 100%;
  background: #FF571C;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar .skill-bar-percent {
  right: 70px;
  color: #454545;
  font-weight: 400;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar.purple-style {
  border-color: #7E06E4;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar.purple-style .skillbar-bar {
  background: #7E06E4;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar.blue-style {
  border-color: #0073FF;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar.blue-style .skillbar-bar {
  background: #0073FF;
}
.rs-skillbar.style1.home4 .skillbar .skillbar-bar {
  background-color: #FD6509;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.rs-skillbar.style1.home4 .skillbar .skillbar-bar.paste-bg {
  background-color: #03DEA8;
}
.rs-skillbar.style1.home4 .skillbar .skillbar-bar.blue-bg {
  background-color: #0A99FD;
}
.rs-skillbar.style1.home4 .skillbar .skillbar-bar.pink-bg {
  background-color: #F00674;
}
/* ------------------------------------
    15. Cta Section CSS
---------------------------------------*/
.rs-cta.style1 .title-wrap .epx-title {
  font-size: 33px;
  font-weight: 400;
  line-height: 46px;
  color: #fff;
  margin: 0px;
  margin-bottom: 0px;
}
.rs-cta.style1 span {
  font-weight: 500;
  margin: 0 0 10px;
  display: block;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.rs-cta.style1.bg-widget {
  background-image: linear-gradient(150deg, #03228f 46%, #0e73e4 100%);
}
/* ------------------------------------
    15. Choose Section CSS
---------------------------------------*/
.rs-why-choose .services-wrap {
  display: flex;
  align-items: center;
}
.rs-why-choose .services-wrap .services-icon {
  padding: 5px 5px 0 0;
}
.rs-why-choose .services-wrap .services-icon img {
  height: 55px;
}
.rs-why-choose .services-wrap .services-text {
  padding: 0px 0px 0px 15px;
}
.rs-why-choose .services-wrap .services-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rs-why-choose .services-wrap .services-text .title a {
  color: #0a0a0a;
}
.rs-why-choose .services-wrap .services-text .title a:hover {
  color: #1e3250;
}
.rs-why-choose .services-wrap .services-text .services-txt {
  margin: 0;
}
.rs-why-choose .animation .top-shape {
  position: absolute;
  top: 0;
  z-index: -111;
}
.rs-why-choose .animation .bottom-shape {
  position: absolute;
  bottom: -70px;
  right: 0;
  z-index: -111;
}
.rs-why-choose .animation.style2 .top-shape {
  top: -30px;
  z-index: -111;
}
.rs-why-choose .animation.style2 .bottom-shape {
  bottom: 0px;
  right: 30px;
  z-index: -111;
}
.rs-why-choose.style2 .services-wrap {
  display: flex;
  align-items: center;
}
.rs-why-choose.style2 .services-wrap .services-icon {
  padding: 5px 5px 0 0;
}
.rs-why-choose.style2 .services-wrap .services-icon img {
  height: 55px;
}
.rs-why-choose.style2 .services-wrap .services-text {
  padding: 0px 0px 0px 15px;
}
.rs-why-choose.style2 .services-wrap .services-text .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rs-why-choose.style2 .services-wrap .services-text .title a {
  color: #0a0a0a;
}
.rs-why-choose.style2 .services-wrap .services-text .title a:hover {
  color: #1e3250;
}
.rs-why-choose.style2 .services-wrap .services-text .services-txt {
  margin: 0;
}
.rs-why-choose.style3 .features-content .features-list li {
  margin: 0px 0px 17px 0px;
  display: flex;
  align-items: center;
}
.rs-why-choose.style3 .features-content .features-list li i {
  font-size: 30px;
  width: 40px;
  margin-right: 10px;
  color: #0b70e1;
}
.rs-why-choose.style3 .features-content .features-list li span {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  display: block;
}
.rs-why-choose.style3 .features-wrap .sub-title {
  font-size: 19px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}
.rs-why-choose.style3 .features-wrap .title {
  font-size: 44px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px;
}
.rs-why-choose.style3 .features-wrap .desc {
  font-size: 19px;
  line-height: 27px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 45px;
}
/* ------------------------------------
    15. Team Section CSS
---------------------------------------*/
.rs-team {
  background: url(assets/images/bg/team-bg.png);
  background-position: center center;
  background-size: cover;
  background-color: #000060;
}
.rs-team .team-item-wrap .team-wrap {
  padding: 9px 35px 25px 20px;
  background: url(assets/images/team/ngbng.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rs-team .team-item-wrap .team-wrap .image-inner {
  overflow: hidden;
  border-radius: 50%;
}
.rs-team .team-item-wrap .team-wrap .image-inner a img {
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.rs-team .team-item-wrap .team-content {
  padding: 20px 20px 20px;
}
.rs-team .team-item-wrap .team-content .person-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 5px;
}
.rs-team .team-item-wrap .team-content .person-name a {
  color: #ffffff;
}
.rs-team .team-item-wrap .team-content .designation {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 15px;
}
.rs-team .team-item-wrap .team-content .team-social li {
  display: inline-block;
  margin-right: 10px;
}
.rs-team .team-item-wrap .team-content .team-social li a i {
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
  color: #ffffff;
}
.rs-team .team-item-wrap .team-content .team-social li:last-child {
  margin-right: 0;
}
.rs-team .team-item-wrap:hover .team-wrap .image-inner a img {
  transform: scale(1.3);
}
.rs-team .owl-dots {
  text-align: center;
}
.rs-team .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: none;
  transition: all 0.3s ease;
  background: #0B70E1;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-team .owl-dots .owl-dot:hover,
.rs-team .owl-dots .owl-dot.active {
  width: 40px;
  background: #0B70E1;
  opacity: 1;
}
.rs-team .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}
.rs-team.onepage-team {
  background: url(assets/images/bg/team-bg.png);
  background-color: #F6F7F9;
}
.rs-team.onepage-team .team-item-wrap .team-content {
  padding: 20px 20px 20px;
}
.rs-team.onepage-team .team-item-wrap .team-content .person-name a {
  color: #101010;
}
.rs-team.onepage-team .team-item-wrap .team-content .designation {
  color: #101010;
}
.rs-team.onepage-team .team-item-wrap .team-content .team-social li a i {
  color: #454545;
}
.rs-team.onepage-team.change-bg {
  background-color: #F5F5F5;
}
.rs-team.onepage-style2 {
  border-radius: 270px 0px 0px 0px;
}
.rs-team.modify1 {
  background: unset;
}
.rs-team.modify1 .team-item-wrap .team-content .person-name a {
  color: #101010;
}
.rs-team.modify1 .team-item-wrap .team-content .designation {
  color: #101010;
}
.rs-team.modify1 .team-item-wrap .team-content .team-social li a i {
  color: #454545;
}
.team-item.team-single {
    border: 1px solid #eee;
	margin-bottom: 20px;
}
.team-item.team-single .team-content {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    background: linear-gradient(45deg, #d9251c, #000);
    text-align: center;
    margin: 0;
    padding: 20px;
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.team-item.team-single .team-content .person-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
    text-transform: capitalize;
    line-height: 22px;
}
.team-item.team-single .team-content .person-name a {
    color: #fff;
}
.team-item.team-single .team-content .person-name a:hover {
    color: #ff6c64;
}
.team-item.team-single .team-content .designation {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-top: 10px;
}
.rs-team.style2 {
  background: unset;
}
.rs-team.style2 .team-item .images-part {
  position: relative;
  overflow: hidden;
}
.rs-team.style2 .team-item .images-part .social-icon {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 50px;
  background: #03228f;
  padding: 12px 6px 12px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.rs-team.style2 .team-item .images-part .social-icon a i {
  font-size: 15px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  background: #03228f;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  margin: 0;
}
.rs-team.style2 .team-item .team-content {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  text-align: center;
  margin: 0;
  padding: 20px;
}
.rs-team.style2 .team-item .team-content .person-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 2px;
  text-transform: capitalize;
  line-height: 1.3;
}
.rs-team.style2 .team-item .team-content .person-name a {
  color: #0A0A0A;
}
.rs-team.style2 .team-item .team-content .person-name a:hover {
  color: #1e3250;
}
.rs-team.style2 .team-item .team-content .designation {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #555555;
  display: block;
}
.rs-team.style2 .team-item:hover .images-part .social-icon {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.rs-team.style2.onepage-style3 .team-item .images-part .social-icon {
  background: #F9780F;
}
.rs-team.style2.onepage-style3 .team-item .images-part .social-icon a i {
  background: #F9780F;
}
.rs-team.style2.onepage-style3 .team-item .team-content .person-name a:hover {
  color: #F9780F;
}
.rs-team-Single .btm-info-team {
  position: relative;
  box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
  background: #fff;
  margin-bottom: 70px;
  padding: 40px;
}
.rs-team-Single .btm-info-team .images-part {
  padding: 0 30px 0 0;
}
.rs-team-Single .btm-info-team .images-part img {
  border-radius: 50%;
}
.rs-team-Single .btm-info-team .con-info {
  position: relative;
}
.rs-team-Single .btm-info-team .con-info .designation-info {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #0B70E1;
  display: block;
  text-transform: uppercase;
}
.rs-team-Single .btm-info-team .con-info .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 10px;
}
.rs-team-Single .btm-info-team .con-info .short-desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 25px;
  padding-right: 50px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li {
  margin: 5px 0 10px;
  padding: 0;
  display: block;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li span i:before {
  color: #0b70e1;
  margin-right: 18px;
  position: relative;
  top: 2px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a {
  color: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a:hover {
  color: #1e3250;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info {
  margin-top: 15px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li {
  display: inline-block;
  margin-right: 18px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a {
  color: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li:last-child {
  margin-right: 0;
}
.rs-team-Single .btm-info-team .con-info:before {
  content: "\f10b";
  font-size: 250px;
  position: absolute;
  right: 130px;
  color: #0a0a0a;
  font-family: "Flaticon";
  height: 100%;
  top: 250px;
  opacity: 0.02;
}
/* ------------------------------------
    15. 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: #1c3352;
}
.rs-services.main-home .services-item .services-content .services-text .services-title a:hover {
  color: #699cc7;
}
.rs-services.main-home .services-item .services-content .services-desc p {
  color: #444;
  margin: 0;
}
.rs-services.main-home.style1, .rs-services.main-home2.style3 {
  position: relative;
  z-index: 111;
  margin-top: -110px;
}
.rs-services.main-home.style1 .services-item {
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 48px 0px rgb(40 40 40 / 17%);
    margin: 0px -10px 0px 0px;
    padding: 23px;
}
.rs-services.main-home.style1 .services-item .services-icon {
  margin-bottom: 15px;
}
.rs-services.main-home.style1 .services-item .services-icon .image-part img {
  width: auto;
	border: 2px solid #699cc7;
  height: auto;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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 {
  background: url(assets/images/services/main-home/icons/bg-box.png);
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.gold-bg {
  background: url(assets/images/services/main-home/icons/bg-box-2.png);
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.blue-bg {
  background: url(assets/images/services/main-home/icons/bg-box-3.png);
}
.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 .9s ease-in-out;
	display: flex;
    justify-content: center;
}
.rs-services.style3 .services-item .services-icon .image-part .main-img {
 height: 94px;
    width: 94px;
    background: transparent;
    padding: 7px;
    border: 5px solid #ffffff;
    border-radius: 50%;
	transition: all .9s ease-in-out;
}
.rs-services.style3 .services-item.bg-skyblue .services-icon .image-part .main-img {
    border-color: #b8e7fe;
}
.rs-services.style3 .services-item.bg-yellowish .services-icon .image-part .main-img {
    border-color: #ffc85a;
}
.rs-services.style3 .services-item.bg-bluish .services-icon .image-part .main-img {
    border-color: #6d47b4;
}
.rs-services.style3 .services-item.bg-pink .services-icon .image-part .main-img {
    border-color: #ffa5af;
}
.rs-services.style3 .services-item .services-icon .image-part .hover-img {
  height: 90px;
  width: 90px;
  position: absolute;
      left: 19%;
  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: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 13px;
}
.rs-services.style3 .services-item .counter-text  {
    font-size: 33px;
    font-weight: 400;
    color: #fff;
}
.rs-services.style3 .services-item .counter-text span {
    font-weight: 700;
    
}

.rs-services.style3 .services-item .services-content .services-text .title a {
  color: #fff;
}
.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: #1e3250;
}
.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 .services-icon {
  position: relative;
  transition: all .3s ease;
}
.rs-services.style3 .services-item:hover .services-icon .image-part .main-img {
    transform: scale(1.2) rotate(360deg);
}
.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: 14px 21px 14px 21px;
  text-align: center;
  transition:all .3s ease-in-out;
  box-shadow: 0px 0px 11px rgb(0 0 0 / 21%);
}
.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.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: 50px;
  height: 50px;
}
.rs-services.style4 .services-item .services-content .title {
  font-size: 22px;
  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: #1e3250;
}
.rs-services.style4 .services-item .services-content .desc {
  margin-bottom: 15px;
}
.rs-services.style4 .services-item:hover,
.rs-services.style4 .services-item.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;
}
.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: #1e3250;
}
.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: #1e3250;
}
.rs-services.style6 .services-item:hover .services-icon img {
  transform: scale(1.1) rotate(4deg);
}
.rs-services .shape-animation {
  position: relative;
}
.rs-services .shape-animation .shape-part {
  position: absolute;
  left: -50px;
  bottom: 150px;
}
.rs-services-single .services-add {
  background: url(assets/images/services/single/contact-phone.jpg);
  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-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;
}
/* ------------------------------------
    15. 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 .shape-animation {
  position: relative;
}
.rs-process .shape-animation .shape-process {
  position: absolute;
  left: 180px;
  top: 50px;
}
/*------------------------------------
    30. Pricing Section CSS
------------------------------------*/
.rs-pricing {
  margin-top: -150px;
  position: relative;
}
.rs-pricing .pricing-table {
  padding: 27px 40px 0px 40px;
  box-shadow: 0 0 30px #eee;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  text-align: center;
  margin: 0px 7px 0px 0px;
}
.rs-pricing .pricing-table .pricing-badge {
  top: 30px;
  left: 0px;
  padding: 10px 23px 11px 23px;
  background-color: #1273EB;
  border-radius: 0px 30px 30px 0px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  line-height: 1;
  z-index: 1;
}
.rs-pricing .pricing-table .pricing-badge.white-color-bg {
  background: #ffffff;
  color: #1e3250;
}
.rs-pricing .pricing-table .pricing-badge.secondary-bg {
  background: #03228f;
}
.rs-pricing .pricing-table .pricing-icon {
  margin-bottom: 60px;
}
.rs-pricing .pricing-table .pricing-icon img {
  width: 110px;
}
.rs-pricing .pricing-table .pricing-table-price {
  margin-bottom: 30px;
}
.rs-pricing .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency {
  font-size: 25px;
  font-weight: 600;
  color: #101010;
}
.rs-pricing .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
  font-size: 52px;
  font-weight: 600;
  color: #101010;
}
.rs-pricing .pricing-table .pricing-table-price .pricing-table-bags .table-period {
  color: #435761;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.rs-pricing .pricing-table .pricing-table-body {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #EBEBEB;
  padding: 18px 15px 4px 15px;
}
.rs-pricing .pricing-table .pricing-table-body li {
  text-align: left;
  padding: 9px 0px 9px 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
}
.rs-pricing .pricing-table .pricing-table-body li i {
  float: right;
  margin-right: 0;
  color: #1e3250;
}
.rs-pricing .pricing-table.primary-bg {
  background-image: linear-gradient(70deg, #0b70e1 0%, #03228f 100%);
}
.rs-pricing .pricing-table.primary-bg .pricing-table-price .pricing-table-bags .pricing-currency {
  color: #ffffff;
}
.rs-pricing .pricing-table.primary-bg .pricing-table-price .pricing-table-bags .table-price-text {
  color: #ffffff;
}
.rs-pricing .pricing-table.primary-bg .pricing-table-price .pricing-table-bags .table-period {
  color: #ffffff;
}
.rs-pricing .pricing-table.primary-bg .pricing-table-body {
  border-color: #1F71C1;
}
.rs-pricing .pricing-table.primary-bg .pricing-table-body li {
  color: #ffffff;
}
.rs-pricing .pricing-table.primary-bg .pricing-table-body li i {
  color: #ffffff;
}
.rs-pricing .pricing-table.light-gray-bg {
  background-color: #F3F7FF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EBEBEB;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}
.rs-pricing .pricing-table.light-gray-bg .pricing-table-price .pricing-table-bags .pricing-currency {
  color: #03228f;
}
.rs-pricing .pricing-table.light-gray-bg .pricing-table-price .pricing-table-bags .table-price-text {
  color: #03228f;
}
.rs-pricing .pricing-table.light-gray-bg .pricing-table-body li i {
  color: #101010;
}
.rs-pricing .pricing-table.new-style {
  box-shadow: unset;
  background: unset;
  border-style: solid;
  border-color: #EBEBEB;
  border-width: 1px 1px 1px 1px;
}
.rs-pricing .pricing-table.new-style2 {
  background: unset;
  border-style: solid;
  border-color: #EBEBEB;
  border-width: 1px 1px 1px 1px;
}
.rs-pricing.style2 {
  margin-top: unset;
  position: unset;
}
.rs-pricing.style2.modify1 .pricing-table .pricing-table-body li i {
  color: #03228f;
}
.rs-pricing.style2.modify1 {
  background-color: unset;
}
/*------------------------------------
    30. Technology Section CSS
------------------------------------*/
.rs-technology .technology-item {
    padding: 20px 20px;
        background: linear-gradient(45deg, #ffffff, #da6a14);
	border-radius: 4px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 49%);
}
.rs-technology .technology-item a {
  overflow: hidden;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure {
  position: relative;
  text-align: center;
  padding: 45px 30px 45px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #a7acb4;
  border-radius: 4px 4px 4px 4px;
  transition: all ease .4s;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img {
  overflow: hidden;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img a {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img a .hover-img {
  transition: all ease .4s;
  filter: grayscale(100%);
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img a .main-img {
  transition: all ease .4s;
  filter: grayscale(100%);
}
.rs-technology.style2 .technology-wrap .logo-title {
  position: relative;
  text-align: center;
  padding: 30px 0px 0px 0px;
}
.rs-technology.style2 .technology-wrap .logo-title .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin: 36px 0px 0px 0px;
}
.rs-technology.style2 .technology-wrap .logo-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 40px;
  width: 1px;
  transform: translateX(-50%);
  background-color: #a7acb4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.rs-technology.style2 .technology-wrap .logo-title:after {
  content: '';
  position: absolute;
  top: 40px;
  left: 50.3%;
  height: 12px;
  border-radius: 50%;
  width: 12px;
  transform: translateX(-50%);
  background-color: #a7acb4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.rs-technology.style2 .technology-wrap:hover .rs-grid-figure {
  border-color: #fff;
  background-color: #fff;
}
.rs-technology.style2 .technology-wrap:hover .rs-grid-figure .logo-img a .hover-img {
  display: block;
  opacity: 3;
  visibility: visible;
  transform: translateY(0%);
  filter: grayscale(0%);
}
.rs-technology.style2 .technology-wrap:hover .rs-grid-figure .logo-img a .main-img {
  display: block;
  visibility: hidden;
  transform: translateY(100%);
}
.rs-technology.style2 .technology-wrap:hover .logo-title:before {
  background-color: #fff;
}
.rs-technology.style2 .technology-wrap:hover .logo-title:after {
  background-color: #fff;
}
/*------------------------------------
    30. Industry Section CSS
------------------------------------*/
.rs-industry .all-services {
  display: inline-block;
}
.rs-industry .all-services .services-item {
  padding: 10px;
  width: 20%;
  float: left;
}
.rs-industry .all-services .services-item .services-wrap {
  padding: 35px 27px 35px 27px;
  background: #ffffff;
  box-shadow: 0px 0px 50px 2px rgba(0, 0, 0, 0.03);
  text-align: center;
}
.rs-industry .all-services .services-item .services-wrap .services-icon {
  margin-bottom: 15px;
}
.rs-industry .all-services .services-item .services-wrap .services-icon img {
  height: 65px;
  width: 65px;
}
.rs-industry .all-services .services-item .services-wrap .services-text .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 0;
}
.rs-industry .all-services .services-item .services-wrap .services-text .title:hover {
  color: #061340;
}
/*------------------------------------
    30. Project Section CSS
------------------------------------*/
.progress-pie-part .box {
  width: 100%;
  display: block;
  text-align: center;
  color: #0a0a0a;
}
.progress-pie-part .box .chart {
  position: relative;
}
.progress-pie-part .box .chart span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 600;
  color: #102b3e;
}
.progress-pie-part .box .title {
  font-size: 22px;
  line-height: 37px;
  font-weight: 600;
  color: #102b3e;
  margin: 14px 0 0;
}
/*------------------------------------
    30. Case Study Section CSS
------------------------------------*/
.rs-case-study.primary-background {
  background: #fff;
}
/*------------------------------------
    30. Blog Section CSS
------------------------------------*/
.rs-blog .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
  min-height: 342px;
}
.rs-blog .blog-item .image-wrap {
  position: relative;
}
.rs-blog .blog-item .image-wrap .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-blog .blog-item .image-wrap .post-categories li {
  display: inline-block;
}
.rs-blog .blog-item .image-wrap .post-categories li a {
  border-radius: 30px;
  color: #ffffff;
  background: #03228f;
  background: -moz-linear-gradient(right, #da6b13 0%, #d92b27 100%);
  background: -webkit-linear-gradient(right, #da6b13 0%, #d92b27 100%);
  background: linear-gradient(to right, #da6b13 0%, #d92b27 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da6b13', endColorstr='#d92b27', GradientType=1);
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-blog .blog-item .image-wrap .post-categories li a:hover {
  background: linear-gradient(to left, #1e3250 19%, #1d759b 100%);
}
.rs-blog .blog-item .image-wrap .post-categories li a.event {
  border-radius: 30px;
  color: #ffffff;
  background: #0c4a68;
  background: -moz-linear-gradient(right, #0c4a68 0%, #186999 100%);
  background: -webkit-linear-gradient(right, #0c4a68 0%, #186999 100%);
  background: linear-gradient(to right, #0c4a68 0%, #186999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da6b13', endColorstr='#d92b27', GradientType=1);
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-blog .blog-item .image-wrap .post-categories li a.event:hover {
  background: linear-gradient(to left, #da6b13 15%, #d92b27 85%);
}
.rs-blog .blog-item .blog-content {
  padding: 30px 15px 18px 15px;
  background: #fff;
}
.rs-blog .blog-item .blog-content .blog-meta {
  margin-bottom: 10px;
  display: flex;
}
.rs-blog .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  color: #454545;
}
.rs-blog .blog-item .blog-content .blog-meta .date i {
  color: #1e3250;
  padding-right: 5px;
}
.rs-blog .blog-item .blog-content .blog-meta .admin {
  font-size: 14px;
  font-weight: 500;
  color: #454545;
  margin-left: 25px;
}
.rs-blog .blog-item .blog-content .blog-meta .admin i {
  color: #1e3250;
  padding-right: 5px;
}
.rs-blog .blog-item .blog-content .blog-title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.rs-blog .blog-item .blog-content .event-title {
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 1.4;
}
.rs-blog .blog-item .event-content .desc{
  font-weight: 600;
}

.rs-blog .blog-item .blog-content .blog-title a {
  color: #101010;
}
.rs-blog .blog-item .blog-content .blog-title a:hover {
  color: #1e3250;
}
.rs-blog .blog-item .blog-content .desc {
  margin-bottom: 15px;
}
.rs-blog .owl-stage-outer {
  padding-bottom: 10px;
  margin-top: -10px;
}
.rs-blog .blog-item:hover {
  transform: translateY(-10px);
}
.rs-blog.style2 .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
}
.rs-blog.style2 .blog-item .image-wrap .post-categories li a {
  border-radius: 8px 8px 8px 8px;
  background-image: linear-gradient(150deg, #da4511 0%, #e7b723 100%);
}
.rs-blog.style2 .blog-item .blog-content {
  padding: 30px 15px 18px 15px;
  background: #fff;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  color: #454545;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .date i {
  color: #1e3250;
  padding-right: 5px;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin {
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  margin-left: 25px;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin i {
  color: #1e3250;
  padding-right: 5px;
}
.rs-blog.style2 .blog-item .blog-content .blog-title a {
  color: #101010;
}
.rs-blog.style2 .blog-item .blog-content .blog-title a:hover {
  color: : #FF5600;
}
.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 15px;
  transition: 0.3s;
}
.rs-inner-blog .blog-item .blog-img {
  position: relative;
}
.rs-inner-blog .blog-item .blog-img a img {
  border-radius: 10px;
}
.rs-inner-blog .blog-item .blog-img .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-inner-blog .blog-item .blog-img .post-categories li {
  display: inline-block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a {
  border-radius: 30px;
  color: #ffffff;
  background: #03228f;
  background: -moz-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
  background: -webkit-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
  background: linear-gradient(to right, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03228f', endColorstr='#0b70e1', GradientType=1);
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
  background: linear-gradient(to left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
}
.rs-inner-blog .blog-item .blog-content {
  padding: 25px 15px 25px;
  overflow: hidden;
}
.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}
.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #1e3250;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #999;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #0B70E1;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #999;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #0B70E1;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0;
}
.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
}
.rs-inner-blog .widget-area .widget-title .title {
  color: #101010;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
}
.rs-inner-blog .widget-area .widget-title .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #1e3250;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.rs-inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
  border: 1px solid #ddd;
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #454545;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #1e3250;
}
.rs-inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
  display: block;
  font-size: 12px;
  color: #888;
  overflow: hidden;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #0a0a0a;
  display: block;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #1e3250;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date {
  display: block;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date i {
  margin-right: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date i:before {
  font-size: 12px;
}
.rs-inner-blog .widget-area .categories {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.rs-inner-blog .widget-area .categories li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rs-inner-blog .widget-area .categories li a {
  font-size: 15px;
  font-weight: 500;
  color: #101010;
}
.rs-inner-blog .widget-area .categories li a:hover {
  color: #1e3250;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: #0B70E1;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i {
  color: #0B70E1;
  margin-right: 3px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a:hover {
  color: #1e3250;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment {
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment i:before {
  color: #0B70E1;
}
.rs-inner-blog .blog-details .blog-full .comment-title {
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 35px;
    background: #101010;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
}
.rs-inner-blog .blog-details .blog-full .comment-body {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.rs-inner-blog .blog-details .blog-full .comment-body .rstheme-logo {
  margin-right: 28px;
}
.rs-inner-blog .blog-details .blog-full .comment-body .rstheme-logo img {
  border-radius: 50%;
  max-width: unset;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-meta span {
  display: block;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-meta span a {
  color: #0a0a0a;
  font-weight: 700;
  line-height: 22px;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-meta a {
  font-size: 14px;
  color: #909090;
}
.rs-inner-blog .blog-details .blog-full .comment-note .from-control {
  width: 100%;
  padding: 15px 20px;
  background-color: #F6F7F9;
  border: none;
  border-radius: 5px;
}
.rs-inner-blog .blog-details .blog-full .comment-note textarea {
  height: 160px;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 1;
}
.rs-blog .blog-item.thumbnail {
	margin-top: 0;
	margin-bottom: 15px;
}
.rs-blog .blog-item.thumbnail .blog-content {
    padding: 30px 0 18px 0;
}
.rs-blog .blog-item.thumbnail .blog-content .desc {
    margin-bottom: 15px;
	    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.rs-blog .blog-item.thumbnail .blog-content .blog-title{
	   text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
@media only screen and (min-width:992px){
	.rs-blog .blog-item.thumbnail .image-wrap {
		height: 13rem;
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}
	.rs-blog .blog-item.thumbnail .image-wrap img{
		display: none;
	}
}
@media only screen and (max-width:991px){
	.rs-blog .blog-item.thumbnail .image-wrap {
		background:none;
	}
}

/*------------------------------------
    30. Features Section CSS
------------------------------------*/
.rs-feature .icon-box-area {
  padding: 50px 40px 41px 40px;
  background-image: linear-gradient(90deg, #f69f6b 41%, #fbbb6a 100%);
  border-radius: 5px 5px 5px 5px;
}
.rs-feature .icon-box-area .box-inner .icon-area {
  margin-bottom: 15px;
}
.rs-feature .icon-box-area .box-inner .content-part .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
}
.rs-feature .icon-box-area .box-inner .content-part .title a {
  color: #fff;
}
.rs-feature .icon-box-area.blue-bg {
  background-image: linear-gradient(90deg, #559cea 41%, #6ba3cb 100%);
}
.rs-feature .icon-box-area.purple-bg {
  background-image: linear-gradient(90deg, #a040f3 41%, #a86ae3 100%);
}
.rs-feature .icon-box-area.pink-bg {
  background-image: linear-gradient(90deg, #f954a1 41%, #f2a1c6 100%);
}
/*------------------------------------
    30. 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;
}
/*------------------------------------
    30. Video Section CSS
------------------------------------*/
.rs-video-wrap {
  margin-top: -125px;
  z-index: -111;
}
.rs-video-wrap .video-item {
  background: url(assets/images/video/video.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 280px 0 395px;
}
.rs-video-wrap .rs-requset {
  padding: 90px 60px 90px 60px;
  background: #f4f7ff;
}
.rs-video-wrap .rs-requset .from-control {
  width: 100%;
  max-width: 100%;
  opacity: 1;
  padding: 10px 18px;
  border: 1px solid #F1F5FB;
}
.rs-video-wrap .rs-requset textarea {
  height: 120px;
}
.rs-video-wrap .rs-requset ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 1;
}
.rs-video-wrap .rs-requset ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 1;
}
.rs-video-wrap .rs-requset :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 1;
}
.rs-video-wrap .rs-requset :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 1;
}
.rs-video-wrap.style2 {
  margin-top: -380px;
  z-index: -111;
}
.rs-video-wrap.style2 .rs-requset {
  padding: 160px 60px 160px 60px;
}
.rs-video-wrap.style3 {
  margin-top: unset;
  z-index: unset;
}
.rs-video-wrap.style3 .grdiant-bg {
  background-image: linear-gradient(160deg, #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;
}
/*------------------------------------
    30. Partner Section CSS
------------------------------------*/
.rs-partner {
  background: #fff;
}
.rs-partner .partner-item .logo-img a {
  overflow: hidden;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 12px 23px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin: 8px 8px;
}
.rs-partner .partner-item .logo-img a img {
    max-height: 128px;
    width: auto;
    margin: 0 auto;
}
.rs-partner .partner-item .logo-img a .hover-logo {
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  filter: brightness(200%) contrast(88%) saturate(13%) blur(0px) hue-rotate(0deg);
}
.rs-partner .partner-item .logo-img a .main-logo {
  filter: brightness(200%) contrast(88%) saturate(13%) blur(0px) hue-rotate(0deg);
  transition: all 0.3s ease-in-out;
  display: block;
}
.rs-partner .partner-item .logo-img a:hover .hover-logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  opacity: 3;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  filter: grayscale(0%);
}
.rs-partner .partner-item .logo-img a:hover .main-logo {
  display: block;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  filter: brightness(200%) contrast(88%) saturate(13%) blur(0px) hue-rotate(0deg);
}
.rs-partner.style2 {
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  background-image: unset;
}
.rs-partner.style2.modify1 {
  box-shadow: unset;
  background: unset;
}
.rs-partner.style2.modify1 .title {
  color: #717070;
  font-size: 18px;
  font-weight: 600;
}
.rs-partner.style3 {
  background-image: unset;
  background: url(assets/images/bg/partners-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #00005B;
}
.rs-partner.style4 {
  box-shadow: unset;
  background-image: unset;
}



.rs-partner .owl-nav .owl-next,
.rs-partner .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background:#14452f;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-partner .owl-nav .owl-next i:before,
.rs-partner .owl-nav .owl-prev i:before {
  content: "\f112";
  font-family: Flaticon;
}
.rs-partner .owl-nav .owl-next:hover,
.rs-partner .owl-nav .owl-prev:hover {
  background: #000000;
  color: #ffffff;
}
.rs-partner .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-partner .owl-nav .owl-next i:before {
  content: "\f113";
}
.rs-partner:hover .owl-nav .owl-next,
.rs-partner:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-partner:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}

@media only screen and (min-width:1200px){
	.rs-partner:hover .owl-nav .owl-next, .rs-partner:hover .owl-nav .owl-prev {
		left: -50px;
	}
	.rs-partner:hover .owl-nav .owl-next, .rs-partner:hover .owl-nav .owl-next {
		right: -50px;
		left: auto;
	}
}
/*------------------------------------
    30. 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: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  position: absolute;
  bottom: -60px;
  left: 35px;
  right: 35px;
  padding: 34px 0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  text-align: center;
}
.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: #1e3250;
}
.rs-project.style1 .project-item:hover .project-img img {
  transform: scale(1.3);
}
.rs-project.style1 .project-item:hover .project-content {
  bottom: -50px;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: all .5s ease;
    width: 100%;
	padding: 26px;
}

.rs-project.style3 .project-item .project-content .portfolio-inner .media-icon.video-item{
    bottom: 95px;
}
.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: #1e3250;
}
.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: 50px 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.style4 .project-item:hover .project-content .category {
  margin-bottom: 5px;
}
.rs-project.style4 .project-item:hover .project-content .category a {
  font-size: 16px;
  color: #0B70E1;
}
.rs-project.style4 .project-item:hover .project-content .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.rs-project.style4 .project-item:hover .project-content .title a {
  color: #0F0F0F;
}
.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 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: #1e3250;
}
.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: #1e3250;
}
.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 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: #1e3250;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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: #1e3250;
}
.rs-project.style8 .project-item:hover .project-content:before {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.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: #1e3250;
}
.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: #1e3250;
}
.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 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;
}
/* ------------------------------------
    17. Testimonial Section CSS
---------------------------------------*/
.rs-testimonial.main-home .testi-item .author-desc {
  background: #ffffff;
  padding: 70px 40px 80px 40px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: -2px 16px 44px -32px rgba(0, 0, 0, 0);
}
.rs-testimonial.main-home .testi-item .author-desc .desc {
  text-align: center;
  position: relative;
  color: #333333;
  padding: 61px 0px 10px 0px;
  font-size: 17px;
  line-height: 33px;
  font-weight: 400;
}
.rs-testimonial.main-home .testi-item .author-desc .desc .quote {
  width: 50px;
  top: -13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rs-testimonial.main-home .testi-item .author-desc .author-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}
.rs-testimonial.main-home .testi-item .author-desc .author-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.rs-testimonial.main-home .testi-item .author-part {
  text-align: center;
  padding-top: 70px;
}
.rs-testimonial.main-home .testi-item .author-part .name {
  color: #0A0A0A;
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.rs-testimonial.main-home .owl-dots {
  text-align: center;
  margin-top: 47px;
}
.rs-testimonial.main-home .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: none;
  transition: all 0.3s ease;
  background: #0B70E1;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-testimonial.main-home .owl-dots .owl-dot:hover,
.rs-testimonial.main-home .owl-dots .owl-dot.active {
  width: 40px;
  background: #0B70E1;
  opacity: 1;
}
.rs-testimonial.main-home .owl-stage-outer {
  padding: 45px 0;
  margin: -45px 0;
}
.rs-testimonial.main-home.style2 .testi-item .author-desc {
  background-image: linear-gradient(150deg, #000060 0%, #1e1eaa 98%);
  box-shadow: unset;
}
.rs-testimonial.main-home.style2 .testi-item .author-desc .desc {
  color: #ffffff;
  font-size: 20px;
  padding: 70px 50px 35px 50px;
}
.rs-testimonial.main-home.style2 .testi-item .author-part .name {
  color: #ffffff;
}
.rs-testimonial.main-home.style2 .testi-item .author-part .designation {
  color: #ffffff;
}
.rs-testimonial.main-home.style2.modify1 .overlayer {
  position: relative;
}
.rs-testimonial.main-home.style2.modify1 .overlayer .testi-item .author-desc {
  background-color: #03228F75;
  background-image: unset;
  box-shadow: unset;
  border-radius: unset;
}
.rs-testimonial.main-home.style2.modify1 .overlayer:after {
  background-color: #020E38;
  opacity: 0.64;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rs-testimonial.main-home.style4 {
  background-color: #F6F7F9;
  padding: 120px 0px 120px 0px;
  border-radius: 270px 0px 0px 0px;
}
.rs-testimonial.main-home.style4 .testi-item {
  padding: unset;
  position: relative;
}
.rs-testimonial.main-home.style4 .testi-item .author-desc {
  background: #ffffff;
  padding: 40px 40px 80px 43px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: -2px 16px 44px -32px rgba(0, 0, 0, 0);
}
.rs-testimonial.main-home.style4 .testi-item .author-desc .desc {
  text-align: unset;
  position: unset;
  color: #333333;
  padding: 73px 0px 10px 0px;
  font-size: 17px;
  line-height: 33px;
  font-weight: 400;
}
.rs-testimonial.main-home.style4 .testi-item .author-desc .desc .quote {
  top: 44px;
  position: absolute;
  left: 7%;
  transform: unset;
}
.rs-testimonial.main-home.style4 .testi-item .testimonial-content {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -40px;
}
.rs-testimonial.main-home.style4 .testi-item .testimonial-content .author-img img {
  width: 90px;
  height: 90px;
  border-radius: 50px 50px 50px 50px;
}
.rs-testimonial.main-home.style4 .testi-item .testimonial-content .author-part {
  padding-left: 15px;
  text-align: unset;
  padding-top: unset;
}
.rs-testimonial.main-home.style4.modify1 {
  border-radius: unset;
  position: relative;
}
.rs-testimonial.main-home.style4.modify1 .modify-gap {
  padding-right: 220px;
  padding-left: 50px;
}
.rs-testimonial.main-home.style4.modify1 .testi-img img {
  max-width: 900px;
}
.rs-testimonial.style3 .testi-item {
  text-align: center;
}
.rs-testimonial.style3 .testi-item .author-desc {
  background-image: linear-gradient(310deg, #0024ba 19%, #000060 65%);
  padding: 100px 45px 40px 45px;
  border-radius: 15px 15px 15px 15px;
  box-shadow: -2px 16px 44px -32px rgba(0, 0, 0, 0);
  position: relative;
}
.rs-testimonial.style3 .testi-item .author-desc .desc {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.rs-testimonial.style3 .testi-item .author-desc .desc .quote {
  width: 50px;
  top: 36px;
  position: absolute;
  left: 44%;
}
.rs-testimonial.style3 .testi-item .author-desc:before {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #061340;
  border-width: 12px;
  margin-left: -30px;
  left: 55%;
  z-index: 1;
}
.rs-testimonial.style3 .testi-item .testi-content .images-wrap img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 25px auto 18px;
}
.rs-testimonial.style3 .testi-item .testi-content .name {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #101010;
  display: block;
  margin-bottom: 7px;
}
.rs-testimonial.style3 .testi-item .testi-content .name:hover {
  color: #1e3250;
}
.rs-testimonial.style3 .testi-item .testi-content .designation {
  color: #878787;
  margin-bottom: 0px;
}
.rs-testimonial.style3 .owl-dots {
  text-align: center;
  margin-top: 47px;
}
.rs-testimonial.style3 .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: none;
  transition: all 0.3s ease;
  background: #0B70E1;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-testimonial.style3 .owl-dots .owl-dot:hover,
.rs-testimonial.style3 .owl-dots .owl-dot.active {
  width: 40px;
  background: #0B70E1;
  opacity: 1;
}
.rs-testimonial.style3 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}
.rs-testimonial.style4 .testi-item {
  background-color: #FDFDFD;
  border-radius: 5px 5px 5px 5px;
  padding: 60px 60px 60px 60px;
}
.rs-testimonial.style4 .testi-item .testi-content {
  display: flex;
}
.rs-testimonial.style4 .testi-item .testi-content .images-wrap img {
  width: 60px;
  height: 60px;
  border-radius: 4px 4px 4px 4px;
}
.rs-testimonial.style4 .testi-item .testi-content .testi-information {
  padding-left: 15px;
  position: relative;
}
.rs-testimonial.style4 .testi-item .testi-content .testi-information .testi-name {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.rs-testimonial.style4 .testi-item .testi-content .testi-information .testi-title {
  display: block;
  color: #878787;
}
.rs-testimonial.style4 .testi-item .item-content-basic .desc {
  color: #555555;
  padding: 30px 0px 0px 0px;
}
.rs-testimonial.style4 .testi-item .item-content-basic .desc .quote {
  width: 54px;
  top: 55px;
  position: absolute;
  left: 71%;
  z-index: 9;
}
.rs-testimonial.style4 .owl-nav .owl-next,
.rs-testimonial.style4 .owl-nav .owl-prev {
  position: absolute;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #FBFBFB;
  border: 1px solid #fff;
  transform: translateY(-50%);
  transition: 0.6s ease all;
  z-index: 9;
  text-align: center;
}
.rs-testimonial.style4 .owl-nav .owl-next i:before,
.rs-testimonial.style4 .owl-nav .owl-prev i:before {
  content: "\f111";
  font-family: Flaticon;
  font-size: 18px;
  font-weight: 400;
}
.rs-testimonial.style4 .owl-nav .owl-next:hover,
.rs-testimonial.style4 .owl-nav .owl-prev:hover {
  color: #ffffff;
}
.rs-testimonial.style4 .owl-nav .owl-next {
  top: 249px;
  left: -63%;
}
.rs-testimonial.style4 .owl-nav .owl-next i:before {
  content: "\f110";
}
.rs-testimonial.style4 .owl-nav .owl-prev {
  left: -75%;
  top: 249px;
}
.rs-testimonial.style5 .testi-item {
  background-image: linear-gradient(140deg, #03228f 0%, #4e95ed 100%);
  padding: 70px 60px 70px 60px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
}
.rs-testimonial.style5 .testi-item p {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 0;
  padding: 30px 35px 20px 35px;
}
.rs-testimonial.style5 .testi-item .testi-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-testimonial.style5 .testi-item .testi-content .testi-img {
  padding-right: 15px;
}
.rs-testimonial.style5 .testi-item .testi-content .testi-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.rs-testimonial.style5 .testi-item .testi-content .author-part {
  text-align: left;
}
.rs-testimonial.style5 .testi-item .testi-content .author-part .name {
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: block;
}
.rs-testimonial.style5 .testi-item .testi-content .author-part .designation {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: block;
}
.rs-testimonial.style6 .testi-item {
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 10px 0px rgba(232, 232, 232, 0.5);
  padding: 92px 0px 90px 0px;
  margin: 0 -15px 0 0;
}
.rs-testimonial.style6 .testi-item .testi-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
}
.rs-testimonial.style6 .testi-item .testi-content .images-wrap {
  width: 90px;
  height: 90px;
}
.rs-testimonial.style6 .testi-item .testi-content .images-wrap img {
  border-radius: 50px 50px 50px 50px;
}
.rs-testimonial.style6 .testi-item .testi-content .testi-information {
  padding: 0 0 0 25px;
  text-align: left;
}
.rs-testimonial.style6 .testi-item .testi-content .testi-information .testi-name {
  color: #102B3E;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}
.rs-testimonial.style6 .testi-item .testi-content .testi-information .testi-title {
  color: #404A50;
  padding-bottom: 10px;
  display: block;
}
.rs-testimonial.style6 .testi-item .testi-content .testi-information .rating img {
  width: 100px;
}
.rs-testimonial.style6 .testi-item .item-content-basic {
  padding: 0px 40px 0px 40px;
  text-align: center;
}
.rs-testimonial.style6 .testi-item .item-content-basic p {
  color: #272525;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 35px;
}
.rs-testimonial.style6 .testi-item .item-content-basic span img {
  width: 32px;
  top: 82%;
  position: absolute;
  left: 47%;
  z-index: 9;
}
.rs-testimonial.style6 .owl-dots {
  text-align: center;
  margin-top: 47px;
}
.rs-testimonial.style6 .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: none;
  transition: all 0.3s ease;
  background: #032390;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-testimonial.style6 .owl-dots .owl-dot:hover,
.rs-testimonial.style6 .owl-dots .owl-dot.active {
  width: 40px;
  background: #032390;
  opacity: 1;
}
.rs-testimonial.style7 {
  background: url(assets/images/bg/testimonial-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-testimonial.style7 .testi-main {
  margin: 0px 0px 0px 0px;
  padding: 0px 100px 0px 150px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content {
  display: flex;
  align-items: center;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 0 30px #eee;
  margin: 40px 37px 30px 100px;
  padding: 50px 30px 50px 50px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content .images-wrap img {
  border-radius: 3px;
  height: 263px;
  max-width: 263px;
  width: 263px;
  margin-left: -150px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information {
  padding-left: 45px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information p {
  color: #102B3E;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 35px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information .testi-name {
  color: #102B3E;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information .testi-title {
  color: #404A50;
}
.rs-testimonial.style7 .owl-nav .owl-next,
.rs-testimonial.style7 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  background: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
}
.rs-testimonial.style7 .owl-nav .owl-next i,
.rs-testimonial.style7 .owl-nav .owl-prev i {
  margin-top: 15px;
}
.rs-testimonial.style7 .owl-nav .owl-next i:before,
.rs-testimonial.style7 .owl-nav .owl-prev i:before {
  content: "\f115";
  font-family: Flaticon;
  font-size: 18px;
  font-weight: 400;
}
.rs-testimonial.style7 .owl-nav .owl-next:hover,
.rs-testimonial.style7 .owl-nav .owl-prev:hover {
  background: linear-gradient(0deg, #03228f 10%, #0e73e4 100%);
  color: #ffffff;
}
.rs-testimonial.style7 .owl-nav .owl-next {
  right: -75px;
  left: unset;
}
.rs-testimonial.style7 .owl-nav .owl-next i:before {
  content: "\f114";
  font-size: 18px;
  font-weight: 400;
}
.rs-testimonial.style7 .owl-nav .owl-prev {
  right: unset;
  left: -105px;
}
.rs-testimonial.style7 .owl-nav .owl-prev i:before {
  content: "\f115";
  font-size: 18px;
  font-weight: 400;
}
/*----------------------------------------
    25. Shop Section CSS
----------------------------------------*/
.rs-shop-part .woocommerce-result-count {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  font-weight: 400;
  margin: 0;
}
.rs-shop-part .from-control {
  float: right;
  font-size: 15px;
  color: #454545;
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.rs-shop-part .product-list .image-product {
  position: relative;
}
.rs-shop-part .product-list .image-product .overley i {
  position: absolute;
  bottom: 150px;
  right: 13px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.rs-shop-part .product-list .image-product .overley i:before {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  background: #1e3250;
  border: none ;
  padding: 8px 10px 8px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 5px;
}
.rs-shop-part .product-list .image-product .onsale {
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  background: #1e3250;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 13px;
}
.rs-shop-part .product-list .content-desc .loop-product-title {
  margin: 0;
  font-size: 18px;
  line-height: 50px;
  color: #454545;
  font-weight: 700;
}
.rs-shop-part .product-list .content-desc .loop-product-title a {
  color: #101010;
  font-size: 18px;
  line-height: 52px;
  font-weight: 600;
}
.rs-shop-part .product-list .content-desc .loop-product-title a:hover {
  color: #1e3250;
}
.rs-shop-part .product-list .content-desc .price {
  font-size: 20px;
  line-height: 30px;
  color: #1e3250;
  font-weight: 700;
  margin: 0;
}
.rs-shop-part .product-list .content-desc .price del {
  opacity: 0.6;
  padding-right: 10px;
}
.rs-shop-part .product-list:hover .image-product .overley i {
  opacity: 1;
  visibility: visible;
  bottom: 13px;
}
/*----------------------------------------
    26. Single Shop Section CSS
----------------------------------------*/
.rs-single-shop .single-product-image .images-single {
  z-index: 1 !important;
}
.rs-single-shop .single-product-image img {
  width: 100%;
}
.rs-single-shop .single-price-info .product-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}
.rs-single-shop .single-price-info .single-price {
  color: #1e3250;
  font-weight: 600;
}
.rs-single-shop .single-price-info .some-text {
  margin-top: 15px;
}
.rs-single-shop .single-price-info form {
  margin-bottom: 30px;
}
.rs-single-shop .single-price-info form input {
  height: 40px;
  width: 70px;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: none;
}
.rs-single-shop .single-price-info p.category {
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
}
.rs-single-shop .single-price-info p.category span {
  font-weight: 700;
  padding-right: 10px;
}
.rs-single-shop .single-price-info p.category a {
  color: #454545;
}
.rs-single-shop .single-price-info p.category a:hover {
  color: #1e3250;
}
.rs-single-shop .single-price-info .tag {
  margin: 0;
}
.rs-single-shop .single-price-info .tag span {
  font-weight: 700;
}
.rs-single-shop .tab-area {
  margin-top: 50px;
}
.rs-single-shop .tab-area ul.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 32px;
}
.rs-single-shop .tab-area ul.nav-tabs li {
  margin-right: 3px;
}
.rs-single-shop .tab-area ul.nav-tabs li a {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  background: #f0f0f0;
  color: #101010;
  font-weight: 600;
}
.rs-single-shop .tab-area ul.nav-tabs li a:hover,
.rs-single-shop .tab-area ul.nav-tabs li a.active {
  background: #1e3250;
  color: #ffffff;
}
.rs-single-shop .tab-area ul.nav-tabs li:last-child {
  margin-right: 0;
}
.rs-single-shop .tab-area .tab-content .tab-pane .tab-title {
  font-weight: 700;
  margin-bottom: 34px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .dsc-p {
  margin: 0;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area {
  margin-bottom: 5px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
  margin-bottom: 23px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area h6 {
  font-size: 15px;
  font-weight: 600;
  color: #454545;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form {
  max-width: 600px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
  margin-bottom: 15px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
  font-weight: 600;
  display: block;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 15px;
  margin-bottom: 10px;
  width: 100%;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
  width: 100%;
  padding: 10px 15px;
  height: 75px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  margin-bottom: 20px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
  display: inline;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
  color: #1e3250;
  font-weight: normal;
}
/*----------------------------------------
    27. Cart Section CSS
----------------------------------------*/
.rs-cart .cart-wrap table.cart-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-collapse: collapse;
}
.rs-cart .cart-wrap table.cart-table td,
.rs-cart .cart-wrap table.cart-table th {
  padding: 25px;
  text-align: center;
  border: 1px solid #ccc;
}
.rs-cart .cart-wrap table.cart-table th {
  border: none;
  font-size: 18px;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e6e6e6;
}
.rs-cart .cart-wrap table.cart-table .product-remove a {
  margin: 0 auto;
  color: #101010;
  display: block;
  border-radius: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  width: 20px;
  line-height: 17px;
  text-align: center;
}
.rs-cart .cart-wrap table.cart-table .product-remove a:hover {
  background: #ff0000;
  color: #ffffff;
}
.rs-cart .cart-wrap table.cart-table .product-thumbnail {
  min-width: 32px;
}
.rs-cart .cart-wrap table.cart-table .product-thumbnail a img {
  width: 80px;
  height: auto;
}
.rs-cart .cart-wrap table.cart-table .product-name a {
  color: #454545;
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table .product-name a:hover {
  color: #1e3250;
}
.rs-cart .cart-wrap table.cart-table .product-price {
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table .product-quantity input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 0 0 10px;
  max-width: 65px;
  margin: 0 auto;
  outline: none;
}
.rs-cart .cart-wrap table.cart-table .action .coupon {
  float: left;
}
.rs-cart .cart-wrap table.cart-table .action .coupon input {
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: none;
  width: 320px;
  border-radius: 4px;
  height: 45px;
  margin-right: 20px;
  text-align: left;
  padding-left: 22px;
}
.rs-cart .cart-collaterals {
  width: 100%;
  overflow: hidden;
}
.rs-cart .cart-collaterals .cart-totals {
  float: right;
  width: 48%;
}
.rs-cart .cart-collaterals .cart-totals .title {
  font-weight: 700;
  color: #454545;
  text-transform: capitalize;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  font-size: 18px;
  font-weight: 700;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr td,
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  padding: 30px 10px;
}
/*----------------------------------------
    28. Checkout Section CSS
----------------------------------------*/
.rs-checkout .checkout-title {
  margin-bottom: 30px;
}
.rs-checkout .checkout-title h3 {
  font-size: 26px;
  margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card {
  border: unset;
  border-top: 3px solid #1e3250;
  border-radius: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header {
  border: none;
  margin: 0;
  border-radius: unset;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title {
  margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title span i {
  margin-right: 10px;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button {
  background: unset;
  border: none;
  color: #1e3250;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: #1e3250;
}
.rs-checkout .coupon-toggle .accordion .card .card-body {
  border: 1px solid #d3ced2;
  padding: 20px 20px 50px 20px;
  margin-top: 2em;
  text-align: left;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: left;
  margin-right: 50px;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 45px;
  outline: none;
  padding: 10px 18px;
  color: #454545;
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.rs-checkout .full-grid {
  margin-top: 25px;
}
.rs-checkout .full-grid .form-content-box {
  margin-bottom: 50px;
}
.rs-checkout .full-grid .form-content-box .form-group label {
  line-height: 2;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.rs-checkout .full-grid .form-content-box .form-group select {
  color: #666666;
  opacity: .5;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  width: 100%;
  outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  width: 100%;
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 18px;
  margin: 0;
  outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
  padding: 10px 18px;
  width: 100%;
  margin: 0;
  outline: none;
  line-height: normal;
  border-radius: unset;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
  margin-bottom: 10px !important;
}
.rs-checkout .full-grid .ordered-product table {
  width: 100%;
}
.rs-checkout .full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px;
}
.rs-checkout .full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px;
}
.rs-checkout .full-grid .payment-method .top-area {
  border-bottom: 1px solid #d3ced2;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co {
  margin-bottom: 20px;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co span {
  font-weight: 600;
  margin-right: 10px;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 2em;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f9f9f9;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg:before {
  content: '';
  display: block;
  border: 1em solid #f9f9f9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
/*----------------------------------------
    29. Account Section CSS
----------------------------------------*/
.rs-my-account .title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  color: #101010;
  margin: 0;
}
.rs-my-account .rs-login {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}
.rs-my-account .rs-login .form-group label {
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #454545;
}
.rs-my-account .rs-login .form-group label span {
  color: #1e3250;
}
.rs-my-account .rs-login .form-group input {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
}
.rs-my-account .rs-login .last-password a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #1e3250;
}
.rs-my-account .rs-login p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 14px;
}
.rs-my-account .rs-login p a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #1e3250;
}
/*------------------------------------
    30. Footer Section CSS
------------------------------------*/
.rs-footer {
       background-color: #d8efe5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rs-footer .footer-top {
  padding: 40px 0 40px;
}
.rs-footer .footer-top .footer-logo img {
  height: 40px;
}
.rs-footer .footer-top .widget-title {
  font-size: 22px;
  line-height: 40px;
  color: #1c1c1c;
  margin-bottom: 25px;
}
.rs-footer .footer-top .site-map li {
  margin-bottom: 12px;
}
.rs-footer .footer-top .site-map li a {
  font-size: 16px;
  color: #1f1f1f;
}
.rs-footer .footer-top .site-map li a:hover {
  color: #ec3400;
}
.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: #101010;
    text-align: center;
    font-size: 15px;
    transition: all .8s ease;
    background: rgb(255 255 255);
}
.rs-footer .footer-top .footer-social li a i {
  line-height: 35px;
}
.rs-footer .footer-top .footer-social li a:hover {
  color: #ffffff;
    background: #ec3400;
}
.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 .desc a, .rs-footer .footer-top .address-widget li .desc {
  color: #1f1f1f;
}
.rs-footer .footer-top .address-widget li .desc a:hover {
  color: #eb8809;
}
.rs-footer .footer-top .address-widget li i {
  color: #14452f;
  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;
}
.rs-footer .footer-top p input[type=email] {
      border: none;
    width: 100%;
    font-size: 16px;
    padding: 16px 60px 16px 20px;
    margin: 0;
    color: #0a0a0a;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}
.rs-footer .footer-top p input[type="submit"] {
  position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background:#14452f;
    border-radius: 10px;
    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: 10px 0;
    background: #101010;
    border-top: 1px solid #101010;
}
.rs-footer .footer-bottom .copyright p {
  margin: 0;
  color:#fff;
}
.rs-footer .footer-bottom .copyright p a {
    color: #d8efe5;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}
.rs-footer .footer-bottom .copyright p a:hover {
  color: #fff;
}
.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: #ffebfa;
}
.rs-footer .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 0;
  height: 100%;
  border-left:1px solid #222222;
}
.rs-footer .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}
.rs-footer.style2 {
  background: url(assets/images/bg/footer-bg2.jpg);
  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: #1e3250;
}
.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;
}
/* -----------------------
    31. 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:#ec3400;
  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;
}
/* ------------------------------------
    32. Preloader CSS
---------------------------------------*/
.loader {
  background: linear-gradient(45deg, #ffffff, #ffffffe6);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0;
  top: 0;
  z-index: 999999;
}
.loader .loader-container {
  width: 50px;
  height: 50px;
  background-color: #1e3250;
  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%);
}
/* CM SPINNER */
.cm-spinner {
  height: 150px;
  width: 150px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top: 4px solid #ec3400;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  position: relative;
}

.cm-spinner::before,
.cm-spinner::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border-radius: 50%;
  border: 4px solid transparent;
}

.cm-spinner::before {
  border-top-color: #000;
	top: 18px;
	left: 18px;
	bottom: 18px;
	right: 18px;
  -webkit-animation: 3s spin linear infinite;
  animation: 3s spin linear infinite;
}

.cm-spinner::after {
  border-top-color: #14452f;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.spinner-7 {
  width: 60px;
  height: 60px;
  margin: 0;
  background: transparent;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spinBorder linear infinite;
}

.loader {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.loader-logo {
	margin-left: 25px;
}
.loader .loader-logo img {
	width: 47px;
    transition: all 3s ease-in-out;
    animation: zoom-in-zoom-out 3s ease infinite;
    /* position: absolute; */
    /* left: 0; */
    margin-top: -173px;
    margin-left: -9px !important;
}	
@keyframes zoom-in-zoom-out {
  0% {
	transform: scale(1, 1);
  }
  50% {
	transform: scale(1.2, 1.2);
  }
  100% {
	transform: scale(1, 1);
  }
}
-webkit-@keyframes spin {
  -webkit-from {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  -webkit-to {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-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;
  }
}
/* ------------------------------------
    33. 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;
}
@keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}

.top-logo {
    max-height: 90px;
}
.toolbar-sl-share {
  padding-left: 25px;
}
.toolbar-sl-share .social li {
  display: inline-block;
  margin-right: 14px;
}
.toolbar-sl-share .social li a {
  color: #ffffff;
  font-size: 14px;
}
.toolbar-sl-share .social li a:hover {
  opacity: 0.8;
}
.toolbar-sl-share .social li:last-child {
  margin-right: 0;
}
@media only screen and (min-width:992px){
	.mobile-menu .toolbar-sl-share{
		display:none;
	}
}

.about-partner{
	padding:15px;
	display:flex;
	border:1px solid #eee;
	margin-bottom:20px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 22%);
	background:#fff;
	border-radius: 5px;
}
.about-partner .pt-img {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 7px;
	max-width: 200px;
	min-width: 200px;
	margin-right: 20px;
}
.about-partner .pt-data h4{
	margin-bottom:10px;
}
@media only screen and (max-width:768px){
	.about-partner{
		display:block;
	}
	.about-partner .pt-img {
		max-width: 100%;
		min-width: 100%;
		margin-bottom:15px;
	}
}
.rs-blog.projects .blog-item .image-wrap {
    position: relative;
	max-width: 160px;
}
.rs-blog.projects .blog-item .blog-content {
    padding: 10px 15px 10px 15px;
    background: #fff;
}

.rs-counter.phy .features-content .features-list li {
  margin: 0px 0px 17px 0px;
  display: flex;
  align-items: center;
}
.rs-counter.phy .features-content .features-list li i {
  font-size: 24px;
  width: 40px;
  margin-right: 10px;
  color: #fff;
}
.rs-counter.phy .features-content .features-list li span {
  color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.readon.learn-more.white-btn {
    padding: 14px 40px 14px 40px;
    background: #ffff;
    border-radius: 30px 30px 30px 30px;
	color:#1e3250
}

.readon.learn-more.white-btn:hover {
    background: #fe5769;
	color:#fff
}

.gallery-item{
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
}
.gallery-item .gallery-img img {
	border-radius: 5px;
}
.gallery-item .gallery-content {
	position: absolute;
	padding: 30px 20px 30px;
	opacity: 0;
	z-index: 1;
	bottom: 100%;
	left: 0;
	z-index: 9;
	background: linear-gradient(45deg, rgb(217 36 27 / 56%), rgb(0 0 0 / 29%));
	transition: 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.gallery-item .gallery-content .category {
	margin: 0;
}
.gallery-item .gallery-content i{
	background: #dc352c;
	padding: 4px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	min-width: 34px;
	min-height: 34px;
	margin-right: 8px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	margin-bottom:6px;
}
.gallery-item .gallery-content .title, .gallery-item .gallery-content .title a{
	font-size: 15px;
	font-weight: 500;
	margin:0;
	color:#fff;
}
.gallery-item:hover .gallery-content {
	opacity: 1;
	bottom: 0;
}




.card.intervention-box {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 15px rgb(34 35 58 / 8%);
  max-width: 100%;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  position: relative;
}

.card.intervention-box h2 {
    margin: 0;
    padding: 0 1rem;
    font-size: 17px;
}

.card .title {
    padding: .5rem 1rem;
    text-align: left;
    color: green;
    font-weight: bold;
    font-size: 12px;
}

.card.intervention-box .desc {
    padding: 0.5rem 1rem;
}

.card.intervention-box .actions {
  padding: 0.5rem 1rem;
}


.img-avatar {
  width: 52px;
    height: 52px;
    position: absolute;
    border-radius: 50%;
    border: 6px solid white;
    background-image: linear-gradient(-60deg, #1e3250 0%, #f4d03f 100%);
    bottom: 15px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.intervention-box .card-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.intervention-box .title-total {
    padding: .5em 1.5em .5em .5em;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.intervention-box .img-portada {
  width: 100%;
}

.intervention-box .portada {
  width: 100%  !important;
  height: 100%  !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-position: bottom center  !important;
  background-size: cover !important;
  min-width: 170px;
}

.intervention-box button {
  border: none;
  background: none;
  font-size: 24px;
  color: #8bc34a;
  cursor: pointer;
  transition: 0.5s;
}
.intervention-box button:hover {
  color: #4CAF50;
  transform: rotate(22deg);
}

.ribbon {
  width: 150px;
  height: 128px;
  overflow: hidden;
  position: absolute;
}
/*.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}*/
.ribbon span {
  position: absolute;
    display: block;
    width: 225px;
    padding: 6px 0;
    background-color: #1e3250;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font: 700 11px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
    margin: 10px;
}

/* top left*/
.ribbon-top-left {
    top: 0px;
    right: 0px;
}
/*.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}*/
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
    right: -80px;
    top: 15px;
    transform: rotate(45deg);
}

.product-box .card{
  position: relative;
  width: 320px;
  height: 450px;
  background: #93140c;
  border-radius: 20px;
  overflow: hidden;
}

.product-box .card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d9241b;
  clip-path: circle(150px at 80% 20%);
  transition: 0.5s ease-in-out;
}

.product-box .card:hover:before{
  clip-path: circle(300px at 80% -20%);
}

.product-box .card:after{
  content: 'Nike';
  position: absolute;
  top: 30%;
  left: -20%;
  font-size: 12em;
  font-weight: 800;
  font-style: italic;
  color: rgba(255,255,25,0.05)
}

.product-box .card .imgBx{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    width: 220px;
    transition: 0.5s;
    background: #eee;
    border-radius: 50%;
    padding: 25px;
    display: block;
}

.product-box .card:hover .imgBx{
  top: 0%;
  transform: translateY(0%);
    
}

.product-box .card .imgBx img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
  width: 270px;
  padding: 25px;
}

.product-box .card .contentBx{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  transition: 1s;
  z-index: 10;
}

.product-box .card:hover .contentBx{
  height: 210px;
}

.product-box .card .contentBx h2{
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  font-size: 21px;  
  margin-bottom: 20px;

}

.product-box .card .contentBx .size, .product-box .card .contentBx .color {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: 0.5s;opacity: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
}

.product-box .card:hover .contentBx .size{
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.product-box .card:hover .contentBx .color{
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
}

.product-box .card .contentBx .size h3, .product-box .card .contentBx .color h3{
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 10px;
  margin-bottom:0px;
}

.product-box .card .contentBx .size span{
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  color: #111;
  background: #fff;
  margin: 0 5px;
  transition: 0.5s;
  color: #111;
  border-radius: 4px;
  cursor: pointer;
}

.product-box .card .contentBx .size span:hover{
  background: #9bdc28;
}

.product-box .card .contentBx .color span{
  width: 20px;
  height: 20px;
  background: #ff0;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.product-box .card .contentBx .color span:nth-child(2){
  background: #9bdc28;
}

.product-box .card .contentBx .color span:nth-child(3){
  background: #03a9f4;
}

.product-box .card .contentBx .color span:nth-child(4){
  background: #e91e63;
}

.product-box .card .contentBx a{
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #111;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  margin-top: 0;
}

.product-box .card:hover .contentBx a{
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.75s;
  
}



@media (min-width: 768px){
	.row.sdgs-thumb .col-md {
		flex: 0 0 0%;					
	}
}
.sdgs-thumb .ih-item.circle {
  position: relative;
  width: 121px;
  height: 121px;
  border-radius: 50%;
	   box-shadow: 0px 12px 22px rgb(0 0 0 / 21%);
   margin-bottom: 25px;
}
.sdgs-thumb .ih-item.circle .img {
  position: relative;
  width: 121px;
  height: 121px;
  border-radius: 50%;
  background-color: #fff;
}

.sdgs-thumb .ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.sdgs-thumb .ih-item.circle .img img {
  border-radius: 50%;
}
.sdgs-thumb .ih-item.circle .info {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sdgs-thumb .ih-item.circle .info .info-back {
	display: block;
	text-align: center;
	width: 100%;
}
.sdgs-thumb .ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.sdgs-thumb .ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sdgs-thumb .ih-item.circle.effect1 .spinner {
      width: 132px;
    height: 132px;
  border: 10px solid #ecab18;
  border-right-color: #1ad280;
  border-bottom-color: #1ad280;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.sdgs-thumb .ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
		padding: 15px
}
.sdgs-thumb .ih-item.circle.effect1 .img:before {
  display: none;
}
.sdgs-thumb .ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.sdgs-thumb .ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.sdgs-thumb .ih-item.circle.effect1 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 10px;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.sdgs-thumb .ih-item.circle.effect1 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.sdgs-thumb .ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sdgs-thumb .ih-item.circle.effect1 a:hover .info {
  opacity: .9;
}


.sdgs-thumb .ih-item.circle.one .img {
   background-color:#EB1C2D;
}
.sdgs-thumb .ih-item.circle.one .spinner {
	border: 10px solid #ffffff;
	border-right-color: #ffd6d9;
	border-bottom-color: #ffd6d9;
}
.sdgs-thumb .ih-item.circle.effect1.one .info {
	background: #EB1C2D;
}

.sdgs-thumb .ih-item.circle.two .img {
   background-color:#D3A029;
}
.sdgs-thumb .ih-item.circle.two .spinner {
	border: 10px solid #ffffff;
	border-right-color: #fff1d0;
	border-bottom-color: #fff1d0;
}
.sdgs-thumb .ih-item.circle.effect1.two .info {
	background: #D3A029;
}

.sdgs-thumb .ih-item.circle.three .img {
   background-color:#279B48;
}
.sdgs-thumb .ih-item.circle.three .spinner {
	border: 10px solid #ffffff;
	border-right-color: #c5f6d3;
	border-bottom-color: #c5f6d3;
}
.sdgs-thumb .ih-item.circle.effect1.three .info {
	background: #279B48;
}

.sdgs-thumb .ih-item.circle.four .img {
   background-color:#C31F33;
}
.sdgs-thumb .ih-item.circle.four .spinner {
	border: 10px solid #ffffff;
	border-right-color: #ffcdd3;
	border-bottom-color: #ffcdd3;
}
.sdgs-thumb .ih-item.circle.effect1.four .info {
	background: #C31F33;
}

.sdgs-thumb .ih-item.circle.five .img {
   background-color:#EF402B;
}
.sdgs-thumb .ih-item.circle.five .spinner {
	border: 10px solid #ffffff;
	border-right-color: #ffd5d0;
	border-bottom-color: #ffd5d0;
}
.sdgs-thumb .ih-item.circle.effect1.five .info {
	background: #EF402B;
}

.sdgs-thumb .ih-item.circle.six .img {
   background-color:#00AED9;
}
.sdgs-thumb .ih-item.circle.six .spinner {
	border: 10px solid #ffffff;
	border-right-color: #cbf5ff;
	border-bottom-color: #cbf5ff;
}
.sdgs-thumb .ih-item.circle.effect1.six .info {
	background: #00AED9;
}

.sdgs-thumb .ih-item.circle.seven .img {
   background-color:#FDB713;
}
.sdgs-thumb .ih-item.circle.seven .spinner {
	border: 10px solid #ffffff;
	border-right-color: #f8e6bc;
	border-bottom-color: #f8e6bc;
}
.sdgs-thumb .ih-item.circle.effect1.seven .info {
	background: #FDB713;
}

.sdgs-thumb .ih-item.circle.eight .img {
   background-color:#8F1838;
}
.sdgs-thumb .ih-item.circle.eight .spinner {
	border: 10px solid #ffffff;
	border-right-color: #ffcad8;
	border-bottom-color: #ffcad8;
}
.sdgs-thumb .ih-item.circle.effect1.eight .info {
	background: #8F1838;
}


.sdgs-thumb .ih-item.circle.nine .img {
   background-color:#F36D25;
}
.sdgs-thumb .ih-item.circle.nine .spinner {
	border: 10px solid #ffffff;
	border-right-color: #ffd9c4;
	border-bottom-color: #ffd9c4;
}
.sdgs-thumb .ih-item.circle.effect1.nine .info {
	background: #F36D25;
}

.sdgs-thumb .ih-item.circle.ten .img {
   background-color:#E11484;
}
.sdgs-thumb .ih-item.circle.ten .spinner {
	border: 10px solid #ffffff;
	border-right-color: #ffd1ea;
	border-bottom-color: #ffd1ea;
}
.sdgs-thumb .ih-item.circle.effect1.ten .info {
	background: #E11484;
}

.sdgs-thumb .ih-item.circle.eleven .img {
   background-color:#F99D26;
}
.sdgs-thumb .ih-item.circle.eleven .spinner {
	border: 10px solid #ffffff;
	border-right-color: #ffedd6;
	border-bottom-color: #ffedd6;
}
.sdgs-thumb .ih-item.circle.effect1.eleven .info {
	background: #F99D26;
}

.sdgs-thumb .ih-item.circle.twelve .img {
   background-color:#CF8D2A;
}
.sdgs-thumb .ih-item.circle.twelve .spinner {
	border: 10px solid #ffffff;
	border-right-color: #f9ead2;
	border-bottom-color: #f9ead2;
}
.sdgs-thumb .ih-item.circle.effect1.twelve .info {
	background: #CF8D2A;
}

.sdgs-thumb .ih-item.circle.thirteen .img {
   background-color:#48773E;
}
.sdgs-thumb .ih-item.circle.thirteen .spinner {
	border: 10px solid #ffffff;
	border-right-color: #E1F5DC;
	border-bottom-color: #E1F5DC;
}
.sdgs-thumb .ih-item.circle.effect1.thirteen .info {
	background: #48773E;
}

.sdgs-thumb .ih-item.circle.fourteen .img {
   background-color:#007DBC;
}
.sdgs-thumb .ih-item.circle.fourteen .spinner {
	border: 10px solid #ffffff;
	border-right-color:#C9E8F7;
	border-bottom-color: #C9E8F7;
}
.sdgs-thumb .ih-item.circle.effect1.fourteen .info {
	background: #007DBC;
}

.sdgs-thumb .ih-item.circle.fifteen .img {
   background-color:#3EB049;
}
.sdgs-thumb .ih-item.circle.fifteen .spinner {
	border: 10px solid #ffffff;
	border-right-color: #DCFADF;
	border-bottom-color: #DCFADF;
}
.sdgs-thumb .ih-item.circle.effect1.fifteen .info {
	background: #3EB049;
}

.sdgs-thumb .ih-item.circle.sixteen .img {
   background-color:#02558B;
}
.sdgs-thumb .ih-item.circle.sixteen .spinner {
	border: 10px solid #ffffff;
	border-right-color: #C5E6FC;
	border-bottom-color: #C5E6FC;
}
.sdgs-thumb .ih-item.circle.effect1.sixteen .info {
	background: #02558B;
}

.sdgs-thumb .ih-item.circle.seventeen .img {
   background-color:#183668;
}
.sdgs-thumb .ih-item.circle.seventeen .spinner {
	border: 10px solid #ffffff;
	border-right-color: #B0CDFF;
	border-bottom-color: #B0CDFF;
}
.sdgs-thumb .ih-item.circle.effect1.seventeen .info {
	background: #183668;
}
.sm-gutters>.col, .sm-gutters>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.call-to-action{
    background-attachment: fixed;
    background-position: 50px -90px;
    padding: 15px 0;
	position: relative;
}
.call-to-action:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:rgb(132 38 109 / 95%);
}

.counter-list {
    display: flex;
    justify-content: center;
    border-radius: 4px;
    padding: 0;
}
.counter-text {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.counter-list .counter-icon{
    border: 2px solid #eee;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    margin-right: 20px;
}
.counter-list .counter-icon img{
    transition: all .3s ease-in-out;
	transform: scale(.9);
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number {
    padding: 0px 0px 0px 0px;
    text-align: left;
	margin-bottom: 0;
	margin-top: 0px;
}
.counter-list:hover .counter-icon img {
   transform: scale(1);
}
a.rmore {
    color:#F4AE22;
}
a.rmore:hover {
    color:#C89CBB;
}



.event-advertisement-section {
	padding: 30px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed !important;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.event-advertisement-section .event-item:hover .plus-effect {
	opacity: 1;
}
.event-advertisement-section:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: linear-gradient(45deg, rgb(105 156 198), rgb(76 107 139));
	z-index: -1;
}			
.event-advertisement-section .event-item {
	display: flex;
}
.event-advertisement-section .event-item .event-image {
	width: 423px;
    height: 219px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	-webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.event-advertisement-section .event-item .event-image img {
	width: 100%;
	height: 100%;
	display: block;
}
.event-advertisement-section .event-item .event-content {
	display: flex;
	flex-direction: column;
	padding: 0px 30px;
}
.event-advertisement-section .event-item .event-content .event-title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.event-advertisement-section .event-item .event-content .event-title .tag {
	    margin-bottom: 5px;
    color: #ffffff;
    font-size: 14px;
}
.event-advertisement-section .event-item .event-content .event-title .tag i {
	color: #AECFE6;
}
.event-advertisement-section .event-item .event-content .event-title .title-text {
	margin-bottom: 5px;
	color: #ffffff;
}
.event-advertisement-section .event-item .event-content .event-title .ticket-price {
	    font-weight: 400;
    color: #ffffff;
    display: block;
    margin: 0;
}
.event-advertisement-section .event-item .event-content .event-info ul {
	width: 100%;
	display: table;
}
.event-advertisement-section .event-item .event-content .event-info ul li {
	margin-bottom: 5px;
	color: #ffffff;
}
.event-advertisement-section .event-item .event-content .event-info ul li:last-child {
	margin-bottom: 0px;
}
.event-advertisement-section .event-item .event-content .event-info ul li .icon {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	color: #1e3250;
	background-color: #ffffff;
	display: inline-block;
}
.event-advertisement-section .right-content-wrapper .countdown-timer ul {
	float: right;
}
.event-advertisement-section .right-content-wrapper .countdown-timer ul li {
	margin: 0px;
	border: 0px;
	padding: 15px 30px;
	border-radius: 0px;
	color: #ffffff;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.event-advertisement-section .right-content-wrapper .countdown-timer ul li:last-child {
	padding-right: 0px;
	border-right: none;
}
.event-advertisement-section .right-content-wrapper .booking-btn {
	font-weight: 700;
	padding: 15px 45px;
	margin-right: 10px;
	border-radius: 30px;
	color: #222;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #ffffff;
	min-width: 215px;
}
.event-advertisement-section .right-content-wrapper .booking-btn:hover {
	color: #222;
	background-color: #aecfe6;
}
.event-advertisement-section .right-content-wrapper .details-btn {
	font-weight: 700;
	padding: 12px 45px;
	border-radius: 30px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	border: 3px solid #ffffff;
	min-width: 215px;
	margin-top: 15px;
}
.event-advertisement-section .right-content-wrapper .details-btn:hover {
	color: #333333;
	background-color: #ffffff;

}
.event-advertisement-section .right-content-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.event-advertisement-section .right-content-wrapper .buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.countdown-timer {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.countdown-timer ul {
	margin: 0px;
	padding: 0px;
	display: table;
}
.countdown-timer ul li {
	float: left;
	height: 80px;
	min-width: 80px;
	margin: 0px 5px;
	padding: 15px 10px;
	text-align: center;
	border-radius: 15px;
	display: inline-block;
	color: #878787;
	border: 2px solid #878787;
}
.countdown-timer ul li strong {
	margin: 0px;
	width: 100%;
	display: block;
	line-height: .8;
	font-weight: 900;
	font-size: 36px;
	font-family: "Roboto", sans-serif;
}
.countdown-timer ul li small {
	font-size: 14px;
	text-transform: uppercase;
}
.plus-effect {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	position: absolute;
	background: linear-gradient(to bottom right, rgb(254 255 255 / 76%), rgb(190 224 255 / 90%));
}
.plus-effect:before,
.plus-effect:after {
	top: 50%;
	left: 50%;
	content: '';
	border-radius: 6px;
	position: absolute;
	background: #1e3250;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.plus-effect:before {
	width: 4px;
	height: 50px;
}
.plus-effect:after {
	height: 4px;
	width: 50px;
}

.bg-skyblue {
    background: #2ea2db !important;
}
.bg-yellowish {
    background: #f4ae22 !important;
}
.bg-bluish {
    background: #280071 !important;
}
.bg-pink {
    background: #fe5769 !important;
}


@media only screen and (max-width:991px){
	.event-advertisement-section .right-content-wrapper {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		border-top: 1px solid #d3e4f4;
		padding-top: 15px;
		margin-top: 30px;
	}
	.countdown-timer {
		justify-content: flex-start;
		margin-bottom: 0 !important;
	}
	.event-advertisement-section .right-content-wrapper .countdown-timer ul li {
		border: 1px solid rgba(255, 255, 255, 0.5);
		margin-right: 5px;
		margin-bottom: 5px;
		min-width: 115px;
	}
	.event-advertisement-section .right-content-wrapper .countdown-timer ul li:last-child {
		padding: 15px 30px;
		border-right: 1px solid rgba(255, 255, 255, 0.5);
	}
}
@media only screen and (max-width:768px){
	.event-advertisement-section .event-item {
		display: block;
	}
	.event-advertisement-section .event-item .event-content {
		padding: 0;
		padding-top: 20px;
	}
	.event-advertisement-section .event-item .event-image {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 580px){
	.event-advertisement-section .right-content-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.countdown-timer {
		justify-content: center;
		margin-bottom: 12px !important;
	}
	.event-advertisement-section .right-content-wrapper .booking-btn, .event-advertisement-section .right-content-wrapper .details-btn {
		padding: 15px 25px;
		min-width: auto;
	}
}





.videogal-item {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 3px;
}
.videogal-item .project-img a img {
	width: 100%;
	max-width: 100%;
}
.videogal-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%;
}
.videogal-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;
}
.videogal-item .project-content .portfolio-inner {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	transition: all .5s ease;
	width: 100%;
	height: 100%;
	padding:0 10px ;
}
.videogal-item .project-content .portfolio-inner .media-icon.video-item{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: 72px;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.media-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.media-icon .lightbox-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: #da6814;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
}

.media-icon .lightbox-image i:before {
  font-size: 30px;
  line-height: 70px;
  transition: 0.3s ease all;
}
.media-icon .lightbox-image:hover:before {
  background: #014c6c;
}
.media-icon.video-item {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 95px;
}
.videogal-item .project-content .portfolio-inner .media-icon .lightbox-image{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #eb8809;
    background: #ffebfa;
	width: 50px;
    height: 50px;
	border-radius: 100%;
	text-align: center;
}
.videogal-item .project-content:hover .portfolio-inner .media-icon .lightbox-image: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: #ffc85a;
	transition: 0.3s ease all;
}
.videogal-item .project-content .portfolio-inner .media-icon .lightbox-image i:before {
	font-size: 21px;
    line-height: 53px;
	transition: 0.3s ease all;
}
.videogal-item .project-content .portfolio-inner .title {
	margin-top: 8px;
	font-size: 20px;
	line-height: 27px;
	font-weight: 500;
	margin-bottom: 8px;
	transform: translateY(120%);
	order: 2;
	flex: 0 0 100%;
}
.videogal-item .project-content .portfolio-inner .title a {
	color: #ffffff;
}
.videogal-item.inner:hover .project-content .portfolio-inner {
	bottom: 50px;
}
.videogal-item:hover .project-content .portfolio-inner .title {
	transform: translateY(75%);
}
@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;
  }
}








.owl-dots.disabled {
    display: none !important;
}


.events-section{
	position: relative;
	overflow: hidden;
	background-attachment: fixed !important;
	background-size: cover !important;
}

.events-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:rgb(40 0 113 / 92%);
}


.events-section .outer-box h2{
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
}

.events-section .outer-box .theme-btn-one{
	background: #241E2F;
	box-shadow: #fff;
	box-shadow: none;
}

.events-section .outer-box .theme-btn-one:before{
	background: #fff;
}

.events-section .outer-box .theme-btn-one:hover{
	color: #241E2F !important;
}

.events-section .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: calc(100% - 220px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.events-section .outer-box{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 50%;
	padding: 70px 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.events-section .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 663px;
	background-size: cover;
	background-repeat: no-repeat;
}

.events-section .event-item {
  padding: 15px;
  margin-bottom: 0px;
	border-radius: 10px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0; 
}
.events-section .event-item .event-image {
    float: left;
    width: 250px;
    height: 260px;
    overflow: hidden;
    position: relative;
    margin-right: 30px; }
.events-section .event-item .event-image img {
      width: 100%;
      height: 100%;
      display: block; 
}
.events-section .event-item .event-image .post-date {
      top: 0px;
      left: 0px;
      z-index: 1;
      width: 70px;
      padding: 10px;
	padding-bottom: 30px;
      text-align: center;
      position: absolute;
      color: #ffffff;
      background:#fe5769;
}
.events-section .event-item .event-image .post-date .date {
    font-weight: 900;
    font-size: 17px;
    display: block;
    line-height: 20px;
}
.events-section .event-item .event-image .post-date .month {
    font-size: 16px;
    text-transform: uppercase; 
	display: block;
}
.events-section .event-item .event-image .post-date .year {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #d62a2a;
}
.events-section .event-item .event-content {
    display: table;
    padding: 0px 0px; 
}
.events-section .event-item .event-content .event-title {
      position: relative; 
}
.events-section .event-item .event-content .event-title  span {
    display: block;
    margin-bottom: 13px;
    color: #777777;
}
.events-section .event-item .event-content .event-title:after {
        top: 15px;
        width: 6px;
        left: -33px;
        bottom: 0px;
        content: '';
        height: 100%;
        position: absolute;
        background: linear-gradient(45deg, #fe5769, #280071);
}
 .events-section .event-item .event-content .event-title .title, h3.title {
    margin: 0px;
    color: #222;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 14px;
}
.events-section .event-item .event-content .event-post-meta ul{
	display: flex;
	flex-wrap: wrap;
}
 .events-section .event-item .event-content .event-post-meta ul li {
    margin-bottom: 5px;
    color: #222;
	 margin-right: 20px;
    font-size: 15px;
}
.events-section .event-item .event-content .event-post-meta ul li .eicon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        text-align: center;
        border-radius: 100%;
        color:#EC3740;
        font-size: 14px;
        background-color: #f7f7f7; 
}
 .events-section .event-item .event-content .theme-btn-one {
    padding: 12px 40px;
    margin-top: 15px;
}
.events-section .event-item:hover {
    border-color:#fe5769; 
}

.owl-carousel.fullwidth-nav .owl-nav{
  position: absolute;
  left: 0px;
  top: 34%;
  width: 100%;
}

.owl-carousel.fullwidth-nav .owl-nav button{
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 56px;
  background: rgb(255 255 255 / 66%);
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  color: #222;
  cursor: pointer;
  transition: all 500ms ease;
}

.owl-carousel.fullwidth-nav .owl-nav button:hover{
  color: #fff;
}
          
.owl-carousel.fullwidth-nav .owl-nav button.owl-prev{
  left: 70px;
  opacity:0;
}


.owl-carousel.fullwidth-nav .owl-nav button.owl-next{
   right: 70px;
   opacity:0;
}

.owl-carousel.fullwidth-nav:hover .owl-nav button.owl-prev{
  
  opacity:1;
}


.owl-carousel.fullwidth-nav:hover .owl-nav button.owl-next{
  
  opacity:1;
}
.owl-carousel.fullwidth-nav .owl-dots {
    display: flex;
    justify-content: center;
}
.owl-carousel.fullwidth-nav .owl-nav button:hover {
    background: #699cc6;
    color: #fff;
}
.owl-carousel.fullwidth-nav .owl-dots .owl-dot span {
	background: #fff;
}
.owl-carousel.fullwidth-nav .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0 #699cc6;
}
@media only screen and (min-width:991px){
	.owl-carousel.fullwidth-nav:hover .owl-nav button.owl-prev {
		left: -58px;
	}
	.owl-carousel.fullwidth-nav:hover .owl-nav button.owl-next {
		right: -58px;
		left:auto;
	}
}


.home-about img {
    border-radius: 10px 10px 10px 10px;
}
.features-list li{
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
}
.features-list li i {
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    background: #fe5769;
    padding: 0px;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}


.party-member-section-area {
    background-attachment: fixed !important;
    background-position: 50px 0px !important;
	background-repeat: no-repeat;
    padding: 40px 0;
	padding-bottom: 55px;
	position: relative;
}
.party-member-section-area:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 93%);
}




.custom-slide-nav .owl-nav {
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
  opacity: 0;
}
.custom-slide-nav .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
	transform: translateX(-58px);
 width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    color: #101010;
  font-size: 30px;
  -webkit-box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
          box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.custom-slide-nav .owl-nav .owl-prev:hover {
  color: #fff;
  background: var(--main-color-one);
}
.custom-slide-nav .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
   transform: translateX(58px);
  width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    color: #101010;
  font-size: 30px;
  border-radius:50%;
  -webkit-box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
          box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.custom-slide-nav:hover .owl-nav {
    opacity: 1;
}
.custom-slide-nav:hover .owl-nav .owl-next {
	transform: translateX(50px);
}
.custom-slide-nav:hover .owl-nav .owl-prev {
	transform: translateX(-50px);
}
.custom-slide-nav .owl-nav .owl-next:hover {
  color: #fff;
  background: #fe5769;
}
.custom-slide-nav .owl-nav .owl-prev:hover {
  color: #fff;
  background: #fe5769;
}

/* 138 - 108 */

.nav-tabs.nav-tabs-dropdown {
    border-bottom: none;
	margin-bottom: 40px;
}
.nav-tabs.nav-tabs-dropdown li > a {
	color: #fff;
    background: transparent;
    border: 1px solid #eee;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    line-height: 24px;
    padding: 14px 40px 14px 40px;
    border-radius: 3px;
    height: 54px;
}
.nav-tabs.nav-tabs-dropdown li > a.active {
	background-color: #fe5769;
    color: #fff;
    border: 2px solid #fe5769;
}
.nav-tabs.nav-tabs-dropdown li:not(:first-child) > a {
	margin-left: 10px;
}











.single-party-member-item {
  position: relative;
  overflow: hidden;
    border-radius: 10px;
}
.single-party-member-item:hover .content .author-meta {
  visibility: visible;
  opacity: 1;
  top: 65%;
}
.single-party-member-item:hover .content .social-links {
  visibility: visible;
  opacity: 1;
  left: 5%;
}
.single-party-member-item .thumb img {
  border-radius: 10px;
}
.single-party-member-item .content {
  padding-bottom: 110px;
}
.single-party-member-item .content .author-meta {
      background-color: #fff;
    padding: 10px 0px 10px 0px;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0 15px 30px rgba(221, 19, 26, 0.14);
    box-shadow: 0 15px 30px rgb(124 124 124 / 47%);
    text-align: center;
    width: 100%;
    position: absolute;
    top: 66%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
    min-height: 134px;
}
.single-party-member-item .content .author-meta .author-name {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  color: #d62a2a;
}
.single-party-member-item .content .author-meta .designation {
  font-size: 16px;
  color: #454545;
  line-height: 26px;
  font-weight: 400;
	margin: 10px 0;
	margin-top: 0;
}
.single-party-member-item .content .author-meta .designation small {
  display: block;
	margin-top: 8px;
}

.single-party-member-item .content .author-meta a {
    color: #280071; 
}
.single-party-member-item .content .author-meta a:hover {
   color: #fe5769;
}
.single-party-member-item .content .social-links {
  position: absolute;
  top: 5%;
  left: -15%;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.single-party-member-item .content .social-links ul {
  list-style: none;
}
.single-party-member-item .content .social-links ul li{
	margin-bottom: 10px;
}
.single-party-member-item .content .social-links ul li a {
  display:block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
}
.single-party-member-item .content .social-links ul li a:hover{
  background: #fe5769;
  color: #fff;
}

.bg-primary {
    background-color: #eb8809!important;
}
.bg-secondary {
    background-color: #C89CBB!important;
}
.text-primary {
    color: #ec3400!important;
}
.text-secondary {
    color: #C89CBB!important;
}
.bg-secondary a.rmore {
    color: #9b2c6f;
}
.bg-secondary a.rmore:hover {
    color: #eb8809;
}
.custom-card{
	padding:25px;
	border-radius: 10px;
}













.tiles-wrap {
	width: 100%;
	padding: 15px 25px;
	position: relative;
	min-height: 235px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	z-index: 0;
	background: linear-gradient(45deg, #101010, #14452f);
	display: flex;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
}
.tiles-wrap:before {
	content: '';
	display: block;
	background: linear-gradient(45deg, #da1701, #ec3400);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all .3s ease-in-out;
}
/*.tiles-wrap:after{
    content: '';
    display: block;
    border: 2px solid #6f2a5d1f;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -10;
    transform: scale(1.1);
    border-radius: 50%;
}*/
.tiles-wrap .tile-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	z-index: -1;
	transition: all .6s ease-in-out;
}
.tiles-wrap .tile-bg:before {
	content: '';
	display: block;
	background: #ec3400;
	opacity: 0.88;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.tiles-wrap .tile-bg .project-hover-div {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.tiles-wrap  .content-part {
	width:100%;
	transition:all .3s ease-in-out;
}
.tiles-wrap .tile-bg .project-hover-div .content-part {
	opacity: 1;
	padding: 40px 23px;
/*	background: rgb(0 0 0 / 28%);*/
	height: 100%;
	top: 0;
	margin: 0;
	position: absolute;
	border-radius: 50%;
}
.tiles-wrap .content-part h4, .tiles-wrap .content-part h4 a{color: #fff;position: relative;display: flex;justify-content: center;transition: all .3s ease-in-out;}

 .tiles-wrap > .content-part h4 a:before{
	content: '';
    display: inline-flex;
    justify-content: center;
    bottom: -10px;
    left: calc(50% - 28px);
    position: absolute;
    height: 3px;
    width: 50px;
    background: #ff6741;
    margin: 0 auto;
}

.tiles-wrap .content-part h4.title, .tiles-wrap .content-part h4.title a {
	color: #fff;
	font-size: 22px;
}
.tiles-wrap .content-part p.desc {
	color: #fff;
	margin: 0;
	line-height: 19px;
}
.tiles-wrap .btn-part .read-more {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
	position: absolute;
	bottom: 20px;
	left: 24px;
	z-index: 11;
	left: calc(50% - 48px);
	opacity:0;
	visibility: hidden;
	transition:all .3s ease-in-out;
}
.tiles-wrap:hover .btn-part .read-more {
	opacity:1;
	visibility: visible;
}
.tiles-wrap .btn-part .read-more span {
	display: inline-block;
	height: 12px;
	margin-left: 0.5em;
	position: relative;
	-webkit-transition: width .25s ease-in-out;
	transition: width .25s ease-in-out;
	width: 10px;
	vertical-align: middle;
}
.tiles-wrap .btn-part .read-more span::before {
	border-bottom: 2px solid #ffffff;
	content: '';
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	width: 0;
}
.tiles-wrap .btn-part .read-more span::after {
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	right: 0;
	top: 58%;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	width: 10px;
}
.tiles-wrap .content-part .icon-div{
    display: flex;
    justify-content: center;
    width: 112px;
    height: 112px;
    margin: 0 auto;
    margin-bottom: 17px;
/*    filter: hue-rotate(111deg) saturate(72);
	filter: hue-rotate(254deg) saturate(4) contrast(1.2) brightness(0.5);*/
} 
.tiles-wrap:hover .content-part  .icon-div lottie-player{
	transform: scale(1.3);
}
.tiles-wrap .content-part .icon-div > img {
	width: 100%;
	padding: 10px;
	transition: all .7s ease-in-out;
	filter: brightness(100);
}
.tiles-wrap:hover .btn-part .read-more span {
	width: 17px;
}
.tiles-wrap:hover .btn-part .read-more span::before {
	width: 100%;
}
.tiles-wrap:hover > .content-part h4{
	opacity: 0;
}
.tiles-wrap:hover:before {
    background: linear-gradient(45deg, #101010, #14452f);
}
.tiles-wrap:hover .content-part .icon-div > img {
    transform: scale(2.0);
}
.tiles-wrap:hover .tile-bg .project-hover-div .content-part {
	opacity: 1;
}
.tiles-wrap:hover .tile-bg .project-hover-div {
	
}
.tiles-wrap:hover .tile-bg {
	z-index: 10;
	left: 0;
	transform: scale(1);
}


.home-bg{
	background: #fff;
	background-size:cover;
	background-attachment: fixed;
	position: relative;
	
}

/*
.home-bg:before{
	content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f4ae22bd, white);
    opacity: .9;
    filter: blur(5px);
    position: absolute;
}
*/


/* ------------------------------------
    14. Counter Section CSS
---------------------------------------*/
.rs-counter {
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number {
  margin-bottom: 7px;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count {
  color: #03228F;
  font-size: 48px;
  font-weight: 900;
  position: relative;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
  padding-right: 30px !important;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
  content: '+';
  position: absolute;
  right: 0;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
  padding-right: 30px !important;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
  content: 'k';
  position: absolute;
  right: 0;
}

.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k.plus:before {
  content: 'k+';
  position: absolute;
  right: -30px;
}
.rs-counter .counter-top-area .counter-list .counter-text .title {
  font-size: 19px;
  line-height: 29px;
  color: #333333;
  font-weight: 600;
  margin: 0;
}
.rs-counter.style2 {
  margin-top: unset;
  position: unset;
  min-width: unset;
  right: unset;
}
.rs-counter.style2 .counter-top-area .counter-list {
  display: flex;
  align-items: center;
}
.rs-counter.style2 .counter-top-area .counter-list .count-icon {
  width: 80px;
  display: inline-block;
  padding-right: 15px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number {
  margin-bottom: 7px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count {
  color: #FFFFFF;
  font-size: 53px;
  font-weight: 700;
  -webkit-text-fill-color: #042BA1;
  -webkit-text-stroke-width: 1px;
  position: relative;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
  padding-right: 22px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
  content: '+';
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 35px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
  padding-right: 22px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
  content: 'k';
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 35px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.rs-counter.style3 {
  margin-top: unset;
  position: unset;
  min-width: unset;
  right: unset;
}
.rs-counter.style3 .counter-top-area .counter-list .counter-text .count-number .rs-count {
  color:#18392b;
     font-size: 30px;
    line-height: 38px;
  font-weight: 700;
  padding: 0px 0px 0px 0px;
}
.rs-counter.style3 .counter-top-area .counter-list .counter-text .count-number .rs-count.orange-color {
  color: #DD4C23;
}
.rs-counter.style3 .counter-top-area .counter-list .counter-text .title {
  font-size: 18px;
  font-weight: 600;
  color: #101010;
}
.rs-counter.style3.modify1 {
  background-image: linear-gradient(180deg, #03228f 0%, #4e95ed 100%);
}
.rs-counter.style3.modify1 .counter-top-area {
  text-align: center;
}
.rs-counter.style3.modify1 .counter-top-area .counter-list .counter-text .count-number .rs-count {
  color: #ffffff;
}
.rs-counter.style3.modify1 .counter-top-area .counter-list .counter-text .count-number .prefix {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
.rs-counter.style3.modify1 .counter-top-area .counter-list .counter-text .title {
  color: #ffffff;
}
.rs-counter.style3.modify2 .counter-top-area {
  text-align: center;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number {
  padding: 0px;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.purple-color {
  color: #7D88FC;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.blue-color {
  color: #0073FF;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.pink-color {
  color: #F1491A;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.paste-color {
  color: #39EBE6;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .title {
  color: #262626;
    font-size: 16px;
	line-height: 20px;
    font-weight: 300;
	margin: 0;
    padding: 0;
}
.rs-counter.style4 {
  margin-top: -130px;
  position: unset;
  min-width: unset;
  right: unset;
}
.rs-counter.style4 .counter-top-area {
  text-align: center;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number {
  margin-bottom: 7px;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
  padding-right: 30px !important;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
  content: '+';
  position: absolute;
  right: 0;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
  padding-right: 30px !important;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
  content: 'k';
  position: absolute;
  right: 0;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}






.slider-bottom{
    position: relative;
    overflow: hidden;
    border-bottom: 2px dashed #ff8b6a;
    border-top: 2px dashed #ff8b6a;
    padding: 10px 0;
    background-repeat: repeat-x;

}
.slider-bottom:before{
	content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: #14452f;*/
    opacity: 1;
    position: absolute;
}
.slider-bottom-button{
	border-radius: 3px;
	transition: all .3s ease-in-out;
}


.slider-bottom-button > div:first-child > img{
    transition: all .3s ease-in-out;
}
.slider-bottom-button > div:first-child{
	display: flex;
    width: 70px;
    justify-content: center;
	align-items: center;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #c46aad;
    background: transparent !important;
    padding: 4px;
    margin-right: 11px;
    transition: all .3s ease-in-out;
    transform: scale(1);
}
.slider-bottom-button > div > lottie-player {
    filter: contrast(0) sepia(1) hue-rotate(609deg) brightness(1.7) saturate(29);
}

.counter-list:hover >  div:first-child{
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}
.custom-feature-box{
	border:1px solid #eee;
	margin-bottom:15px;
	border-radius: 4px;
	/* max-height: 515px;
	overflow-y: auto; */
}
.custom-feature-box .header-box{
	padding: 4px 15px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;

}
.custom-feature-box .header-box a{
	color:#B8B8B8;
}
.custom-feature-box .header-box a:hover{
	color:#e12301;
}

.custom-feature-box .header-box h5, .custom-feature-box .header-box h4{
		margin: 0;
		min-height: 55px;
		display: flex;
		align-items: center;
		justify-content: center;

}
.custom-feature-box .middle-data, .custom-feature-box .bottom-data {
	display: flex;
	padding: 0 15px;
	margin-bottom: 20px;
}
.custom-feature-box .bottomlast-data{
	display: flex;
	padding: 0 15px;
	margin-bottom: 15px;
}
.custom-feature-box .middle-data p, .custom-feature-box .bottom-data p{
	/*text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;*/
	overflow: hidden;
	margin-bottom: 0;
}
.custom-feature-box .bottom-data .quote{
	background: #ffebfa;
	padding: 25px 20px;
	border-radius: 4px;
	position: relative;
}  
.custom-feature-box .bottom-data .quote:before{
	content:'\f10d';
	font-family:'FontAwesome';
	font-size:14px;
	top:4px;
	left:20px;
	color:#000;
	position: absolute;
	opacity: .4

}   
.custom-feature-box .bottom-data .quote:after{
	content:'\f10e';
	font-family:'FontAwesome';
	font-size:14px;
	bottom:4px;
	right:20px;
	color:#000;
	position: absolute;
	opacity: .4

}   
.custom-feature-box .middle-data .imge-div {
	max-width: 80px;
	min-width: 80px;
	margin-left: 15px;
}
 .custom-feature-box .bottomlast-data .readon {
	width:100%;
	text-align:center;
}

ul.impact-list {

}

ul.impact-list .item a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	overflow: hidden;
}
ul.impact-list .item:not(:last-child) a {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
ul.impact-list .item a img{
	width: 80px;
	min-width: 80px;
	height: 80px;
	margin-right: 10px;
}
ul.impact-list .item a:hover {
	color:#ec3400;
}
ul.impact-list.no-img li{
	position: relative;
}
ul.impact-list.no-img li a{
	padding-left: 15px;
}
ul.impact-list.no-img li.item:before {
	content:"\f105";
	font-family:'FontAwesome';
	font-size:14px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
}

.heighlight-glance{
	display: flex;
	max-width: 100%;
	margin-bottom: 0;
}
.heighlight-glance .box__content {
	background-color: #fff;
	padding: 20px;
	width: 100%;
	border: 1px solid #eee;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.heighlight-glance .vertical-txt {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	background: #ec3400;
	padding: 45px 20px;
	display: flex;
    align-items: center;justify-content: center;
}
.heighlight-glance .vertical-txt h2{
	display: inline-block;
	transform: rotate(180deg);
	color:#fff;
	margin: 0;
}

#event-cal {
	border: 1px solid #eee;
	padding: 11px;
	border-radius: 3px;
}


.tiles-wrap.rect, .tiles-wrap.rect:after, .tiles-wrap.rect:before,.tiles-wrap.rect .tile-bg:before, .tiles-wrap.rect .tile-bg .project-hover-div .content-part {
    border-radius: 4px;
}

.icon-div .main {
    height: 120px;
}
lottie-player{
	width: 107px;
    height: 107px;
	transition:all .8s ease-in-out;
}

.slider-bottom-button lottie-player .main {
    height: auto !important;
    width: auto !important;
}

.logo-part > a {
    display: flex;
    align-items: center;
}
.logo-part > a > h4 {
    margin: 0;
    margin-left: 10px;
}
.home-slider{
    position: relative;
	overflow: hidden;
	    background: #cddfd7;
}
.home-slider:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
   /* background:#ec3400 ;
    left: 0;
    position: absolute;
    left: -50%;*/
	background: #d8efe5;
    left: 0;
    position: absolute;
    left: -20%;
    top: 0;
}

.gal-item{
	min-height: 210px;
	box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	transition: all .3s ease-in-out;
	margin-bottom: 15px;
	position: relative;
}
.gal-item.lg{
	min-height: 435px;
}
.gal-item:hover{
	transform: translateY(-5px)
}
.effect {
	margin: auto;
	transition: all .3s ease-in-out;
	background-color:transparent;
	
}
.gal-item .effect .tab-text:after {
	    content: '';
    display: block;
    background-color: rgba(255, 255, 255, .4);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
    transition: all .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
    -webkit-transition: all .6s;
    height: 100%;
    width: 100%;
    position: absolute;
}

.gal-item:hover .effect .tab-text:after {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0)
}

.gal-item .effect .tab-text > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgb(20 69 47 / 84%);
    padding: 10px 15px;
	padding-top: 30px;
	padding-bottom: 20px;
    color: #fff;
    z-index: 0;
	transition: all 1.1s;
    -webkit-transition: all .5s;
	opacity: 0;
    visibility: hidden;
}
.gal-item:hover .effect .tab-text > div {
   opacity: 1;
    visibility: visible;
	
}
.gal-item .effect .tab-text > div p{
	margin: 0;
}
.gal-item .effect .tab-text > div > div  {
    position: absolute;
	width:100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	top:0;
	left:0;
}
.gal-item .effect .tab-text > div > div  a  {
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    line-height: 41px;
    transform: translateY(-23px);
    margin-bottom: 0px;
    margin-top: -30px;
    border: 4px solid #fff;
	display: block;
	margin: 0 auto;
}


.donate-homesec {
	padding: 15px 20px;
	box-shadow: 0px 0px 15px rgba(0 0 0 / 10%);
	background: #fff;
	border-radius: 4px;
	margin-top: -50px;
	margin-bottom: 25px;
	z-index: 10;
}
.rs-slider .owl-carousel {
	z-index: 0;
}
.tab-area .nav-tabs {
	margin-bottom: 0px;
	border-bottom: none
}
.tab-area .nav-tabs li a {
	background: #f7f7f7;
	padding: 10px 24px;
	display: inline-block;
	color: #000;
	border: 1px solid #eee;
	margin-right: 6px;
	margin-bottom: 10px;
	border-radius: 4px;
}
.tab-area .nav-tabs li a.active {
	background: #ec3400;
	color:#fff;
}
.tab-area .donate-form .donate-input{
	position: relative;
	width:75%;
}
.tab-area .donate-form .donate-form-button{
	width: 25%;
}
.donate-form form {
    display: flex;
	max-width: 500px;
}
.tab-area .donate-form .donate-form-button button {
   color: #fff;
    background: #358061;
    border: 2px solid #5e957e;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
    padding: 16px 0;
    text-align: center;
    line-height: 15px;
    white-space: nowrap;
    width: 100%;
    height: calc(2.95em + 0.75rem + 2px);
}
.tab-area .donate-form .donate-input .book-ico {
	max-width: 45px;
	position: absolute;
	top: 8px;
	left: 10px;
}
.tab-area .donate-form .donate-input .inp-heading {
	position: absolute;
	right: 14px;
	top: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.tab-area .donate-form .donate-input input{
	border-radius: 0;
	padding: 30px;
	font-size: 20px;
	padding-left: 70px;
	padding-right: 120px;
}
.donate-homesec .tab-content{	
	background: #18392b;
	padding: 26px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;

}
@media only screen and (max-width:991px){
	.donate-form form {
		display: block;
		max-width: 100%;
	}
	.tab-area .donate-form .donate-input{
		width: 100%;
	}
	.tab-area .donate-form .donate-form-button{
		width: 100%;
		margin-top: 15px;
	}
	.tab-area .nav-tabs li a {
    	padding: 5px 8px;
	}
	.donate-homesec .tab-content img{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:768px){
	.donate-homesec {
		margin-top: 30px;
	}
}


.u-float-right {
  float: right;
}

.u-flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.subtle {
  font-size: 12px;
}

.card-media {
     border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    height: 236px;
    margin-bottom: 25px;
    transition: all 300ms ease-out;
    width: 100%;
    display: flex;
	overflow: hidden;
}

.card-media:hover {
  box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
}

.card-media-object-container {
  background: none;
  float: left;
  height: 100%;
  width: 35%;
  position: relative;
}

.card-media-object {
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.card-media-object:after {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease-out;
  z-index: 10;
}

.card-media:hover .card-media-object:after {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.4) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.4) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  opacity: 1;
}

.card-media-object-tag {
  background-color: #ec3400;
    color: #fff;
  border-radius: 2px;
  padding: 2px 7px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.card-media-object-social-list {
  bottom: 4px;
  left: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 20;
}

.card-media-object-social-list li {
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  margin-right: 6px;
  opacity: 0;
  overflow: hidden;
  transform: translateY(5px);
  transition: all 300ms ease-out;
  width: 30px;
}

.card-media:hover .card-media-object-social-list li {
  opacity: 1;
  transform: translateY(0);
}

.card-media-object-social-list li:nth-child(1) {
  transition-delay: 0;
}
.card-media-object-social-list li:nth-child(2) {
  transition-delay: 75ms;
}
.card-media-object-social-list li:nth-child(3) {
  transition-delay: 150ms;
}

.card-media-object-social-list-item-additional {
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  padding-top: 7px;
  text-align: center;
}

.card-media-body {
  background-color: #fff;
  float: left;
  height: 100%;
  padding: 12px 15px;
  position: relative;
  width: 65%;
}

.card-media-body-top {
  display: block;
  margin-bottom: 7px;
}

.card-media-body-top-icons {
  margin-top: -2px;
  opacity: 0;
  transition: all 300ms ease-out;
  transform: translateY(-5px);
}

.card-media:hover .card-media-body-top-icons {
  opacity: 1;
  transform: translateY(0);
}

.card-media-body-top-icons > svg {
  cursor: pointer;
  margin-left: 10px;
  transition: all 300ms ease-out;
}

.card-media-body-top-icons > svg:hover {
  fill: #444;
}

.card-media-body-heading {
  display: block;
  margin-top: 10px;
  text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
	margin: 0;
    margin-bottom: 10px;
	font-weight: bold;
}
.card-media-body p {
  display: block;
  margin-top: 10px;
  text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
	margin: 0;
    margin-bottom: 10px;
}

.card-media-body-supporting-bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  opacity: 1;
  padding: 0 15px;
  transition: all 300ms ease-out;
  width: 100%;
}

.card-media:hover .card-media-body-supporting-bottom {
  opacity: 0;
  transform: translateY(-8px);
}

.card-media-body-supporting-bottom-text {
  display: inline-block;
}

.card-media-body-supporting-bottom-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: all 300ms ease-out;
}

.card-media:hover .card-media-body-supporting-bottom-reveal {
  opacity: 1;
  transform: translateY(0);
}

.card-media-link {
      font-size: 15px;
  color: #ec3400;
  text-decoration: none;
}
.menu-btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 1.7rem;
    height: 1.7rem;
    cursor: pointer;
    z-index: 2;
	margin-top: 16px;
}
@media only screen and (max-width: 991px){
	.menu-btn {
		display: flex;
		margin-left: 10px;
	}
}

  
  
.menu-btn__lines::before,
.menu-btn__lines::after {
    content: "";
    position: absolute;
	left: 0;
  }
  
 .menu-btn__lines,
 .menu-btn__lines::before,
 .menu-btn__lines::after {
    width: 1.7rem;
    height: 0.16rem;
    background: #000;
    transition: all 0.4s ease-in-out;
  }
  
 .menu-btn__lines::before {
    transform: translateY(-0.5rem);
  }
  
.menu-btn__lines::after {
    transform: translateY(0.5rem);
  }

.menu-btn.open .menu-btn__lines::before {
    transform: rotate(45deg) translate(-0.5rem, 0.5rem);
}
.menu-btn.open .menu-btn__lines::after {
    transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
}
.menu-btn.open .menu-btn__lines {
   transform: translateX(0.7rem);
    background: transparent;
}
.current-menu-item.menu-item-has-children .rs-menu-parent i{
	color:#fff;
}
@media only screen and (min-width:992px){
  .full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu > li:not(.current-menu-item) > a {
      border-bottom: none !important;
  }
}


/*feedback*/
.pgwSlider {
    width: 100%;
    color: #fff;
}

.pgwSlider a{
    display: block;
    text-decoration: none;
    color: #fff;
}

.pgwSlider .ps-current {
    float: left;
    width: 74%;
    overflow: hidden;
    height: inherit;
    position: relative;
    font-size: 16px;
}

.pgwSlider.listOnTheLeft .ps-current {
    float: right;
}

.pgwSlider .ps-current ul {
    width: 100%;
}

.pgwSlider .ps-current li {
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: none;
}

.pgwSlider .ps-current img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    transition: margin-top 250ms linear;
}

.pgwSlider .ps-caption {
    position: absolute;
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    left: 0;
    bottom: 0;
    display: none;
    z-index: 3;
}

ul.pgwSlider,
.pgwSlider  ul {
    float: right;
    width: 25%;
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.ps-list{
  overflow-y: auto;
    max-height: 384px;
  background: #fff;
}

ul.pgwSlider.listOnTheLeft,
.pgwSlider.listOnTheLeft > ul {
    float: left;
}

ul.pgwSlider > li,
.pgwSlider > .ps-list > li {
    height: 50px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 16px;
    transition: opacity 200ms linear;
}

ul.pgwSlider > li:last-child,
.pgwSlider > ul > li:last-child {
    margin-bottom: 0;
}

ul.pgwSlider > li span,
.pgwSlider > .ps-list > li span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.pgwSlider > li:hover,
.pgwSlider > ul > li:hover {
    opacity: 1 !important;
}

ul.pgwSlider > li img,
.pgwSlider > ul > li img {
    width: 100%;
    min-height: 100%;
    display: block;
    transition: margin-top 250ms linear;
}

.pgwSlider .ps-prevIcon:before {
    /*border-color:transparent #fff transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    display: block;
  */
  content: "\f104";
  font-family: 'fontawesome';
  font-weight: 900;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  transition:all .3s ease-in-out;
  
}

.pgwSlider .ps-nextIcon:before {
    content: "\f105";
  font-family: 'fontawesome';
  font-weight: 900;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  transition:all .3s ease-in-out;
}

.pgwSlider .ps-current .ps-prev {
    background: #ec3400;
    border: 1px solid #ec3400;
    border-radius: 50%;
    position: absolute;
    padding: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    left: 15px;
    top: 45%;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.pgwSlider .ps-current .ps-next {
    background: #ec3400;
    border: 1px solid #ec3400;
   border-radius: 50%;
    position: absolute;
     padding: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    right: 15px;
    top: 45%;
    cursor: pointer;
  transition:all .3s ease-in-out;
}
.pgwSlider .ps-current .ps-prev:hover, .pgwSlider .ps-current .ps-next:hover{
  background: #fff;
    border: 1px solid #fff;
}
.pgwSlider .ps-next:hover .ps-nextIcon:before, .pgwSlider .ps-prev:hover .ps-prevIcon:before{
  color:#699cc6;
}
/*
 * The media-queries are not used because IE8 doesn't support them.
 */
ul.pgwSlider.wide > li,
.pgwSlider.wide > ul > li {
    width: 100% !important;
  min-height: 120px;
}

.pgwSlider.narrow .ps-current {
    margin-bottom: 6px;
    font-size: 16px;
}

.pgwSlider.narrow .ps-current img {
    width: 100%;
    min-height: inherit;
}

.pgwSlider.narrow .ps-current,
ul.pgwSlider.narrow,
.pgwSlider.narrow > ul {
    width: 100%;
}

ul.pgwSlider.narrow > li,
.pgwSlider.narrow > .ps-list > li {
    float: left;
    min-height: 50px;
    max-height: 70px;
    min-width: 15%;
    font-size: 16px;
    margin-bottom: 0;
}

ul.pgwSlider.narrow.listOnTheLeft > li,
.pgwSlider.narrow.listOnTheLeft > ul > li {
    float: right;
}

.pgwSlider.narrow .ps-caption {
    padding: 8px;
}

.pgwSlider.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%;
}

.pgwSlider.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%;
}

@media (min-width:990px){
  .pgwSlider .ps-current img {
     /* min-height: 459px;*/
    margin: 0 !important;
  }
  ul.ps-list {
      max-height: 410px;
  }
  body.innerpage ul.ps-list {
      max-height: 411px;
  }
  
}
@media (max-width:991px){
  .pgwSlider .ps-current img {
      min-height: 400px;
  }
}
/*feedback*/










[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100Fpx,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}