@import url('https://fonts.googleapis.com/css?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;800,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;800,900;1,400&display=swap');
@charset "utf-8";

/** 
* 
* -----------------------------------------------------------------------------
*
* Template : Teknolab - Technology & IT Solutions HTML Template
* Author : rs-theme
* Author URI : http://www.rstheme.com/ 
*
* -----------------------------------------------------------------------------
* 
**/


/* TABLE OF CONTENT
---------------------------------------------------------
    01. General CSS
    02. Global Class CSS
    03. Header Section CSS
    04. Sticky Menu CSS
    05. About Section CSS
    06. App Description Section CSS
    07. Appointment Section CSS
    08. Banner Section CSS
    09. Breadcrumbs Section CSS
    10. Slider Section CSS
    11. Faq Section CSS
    12. Why Choose Section CSS
    13. Counter Section CSS
    14. Contact Section CSS
    15. Cta Section CSS
    16. Call to Action Section CSS
    17. Team Section CSS 
    18. Services Section CSS
    19. Skill-bar Section CSS
    20. Technology  Section CSS
    21. Process Section CSS
    22. Pricing Section CSS
    23. Project Section CSS
    24. Partner Section CSS
    25. Blog Section CSS
    26. Testimonial Section CSS
    27. Shop Section CSS
    28. Cart Section CSS
    29. Checkout 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: 'Nunito', 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: 'Montserrat', sans-serif;
    color: #002129;
    margin: 0 0 26px;
    line-height: 1.2;
}

h1 {
    font-size: 70px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 700;
}

.offwrap {
    cursor: url(assets/images/close.png), auto;
    width: 100%;
    left: 100%;
    transition: all 0.8s ease-out 0s;
    position: fixed;
    background: #ffffff;
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: .6;
    z-index: 999;
}

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: #101010;
}

.no-border {
    border: none !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.gray-bg {
    background-color: #ebf2fd;
}

.gray-bg2 {
    background-color: #fbfbff;
}

.gray-bg3 {
    background-color: #f8f9fa;
}

.gray-bg4 {
    background-color: #f6f7f9;
}

.gray-bg5 {
    background-color: #f7f6ff;
}

.pink-bg {
    background-color: #F8F2FD;
}

.gray-dark-bg {
    background-color: #FDF6F6;
}

.gray-dark-bg2 {
    background-color: #F1F6FC;
}

.white-bg {
    background: #ffffff;
}

.white-color {
    color: #ffffff !important;
}

.text-right {
    text-align: right !important;
}

.pt-216 {
    padding-top: 216px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-219 {
    padding-top: 219px;
}

.pt-210 {
    padding-top: 210px;
}

.pb-315 {
    padding-bottom: 315px;
}

.relative {
    position: relative;
}

a {
    color: #004fd2;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #004fd2;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: #004fd2;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #004fd2;
    text-shadow: none;
    color: #ffffff;
}

.bg1 {
    background: url(assets/images/img/appointment-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg2 {
    background: url(assets/images/img/projects-bg.jpg);
    background-repeat: no-repeat;
    padding: 128px 0px 243px 0px;
}

.bg3 {
    background: url(assets/images/img/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg4 {
    background: url(assets/images/img/contact_bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg5 {
    background: url(assets/images/bg/services-bg3.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 325px 0px 125px 0px;
}

.bg6 {
    background: url(assets/images/bg/call-action.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg7 {
    background: url(assets/images/bg/cta-bg3.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg8 {
    background-color: #F6F7F9;
    background-image: url(assets/images/bg/contact_bg4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg9 {
    background-image: url(assets/images/bg/feature-bg5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg10 {
    background-image: url(assets/images/bg/mobile-bg5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg11 {
    background-image: url(assets/images/bg/testi-bg5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg12 {
    background: url(assets/images/bg/team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg13 {
    background: url(assets/images/bg/call-action.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg14 {
    background: url(assets/images/bg/call-action.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg15 {
    background: url(assets/images/bg/apps-bg5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shape-divider {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    transform: rotate(180deg);
    top: -45px;
}

.shape-divider svg {
    display: block;
    width: calc(101.3%);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
}

.shape-divider svg .elementor-shape-fill {
    fill: #fff;
    transform: rotateY(0deg);
    transform-origin: center;
}

.shape-divider-styl2 {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: 0;
}

.shape-divider-styl2 svg {
    display: block;
    width: calc(101.3%);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
}

.shape-divider-styl2 svg .elementor-shape-fill {
    fill: #fff;
    transform: rotateY(0deg);
    transform-origin: center;
}

.bg-unset {
    background: unset !important;
}

.rs-menu-toggle {
    color: #004fd2;
    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: #002129;
    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(90deg, #004fd2 10%, #a511dc 100%);
    color: #ffffff;
    border-radius: 5px;
    border-color: #0B70E1;
}

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: #004FD2;
    font-size: 24px;
    line-height: 31px;
    margin-right: 10px;
}

ul.rs-features-list li {
    margin: 0px 0px 7px 0px;
    display: flex;
    align-items: center;
}

ul.rs-features-list li i {
    font-size: 20px;
    line-height: 31px;
    color: #004fd2;
    font-weight: 900;
    margin-right: 10px;
}

ul.rs-features-list li .rs-feature-text {
    color: #000000;
    font-weight: 500;
}

ul.rs-features-list.features-style2 li {
    padding: 10px 0px 10px 0px;
}

ul.rs-features-list.features-style2 li i {
    color: #F92B74;
    box-shadow: 0px 3px 8px #0000003d;
    background-color: #FDF6F6;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    margin-right: 12px;
}

ul.rs-features-list.features-style2 li .rs-feature-text {
    color: #1d165c;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

ul.rs-features-list.features-style2 li:hover i {
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #f92b74 0%, #fb4e57 100%);
}

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: #004fd2;
}

.gridFilter button {
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    color: #002129;
    display: inline-block;
    transition: .4s;
    position: relative;
    padding: 5px 20px;
    border-radius: 3px;
    border: 0;
}

.gridFilter button:hover,
.gridFilter button.active {
    background: linear-gradient(250deg, #b22af3 19%, #1742fd 100%);
    color: #ffffff;
    box-shadow: 0 0 30px #eee;
}

.gridFilter button+button {
    margin-left: 20px;
}

blockquote {
    margin: 35px 0px;
    padding: 40px 60px;
    color: #666;
    position: relative;
    background: rgba(0, 0, 0, 0.01);
    font-weight: normal;
    font-style: italic;
    text-align: left;
    clear: both;
    font-weight: 400;
    border-radius: 8px;
}

blockquote:before {
    content: "\f129";
    font-size: 35px;
    color: #0b70e1;
    padding-bottom: 0;
    display: inline-block;
    font-family: flaticon;
    font-weight: 400;
    text-align: center;
    top: 0;
    background: 0 0;
    transform: rotate(180deg);
}

blockquote cite {
    font-size: 15px;
    display: block;
    margin-top: 10px;
}

blockquote cite:before {
    content: "";
    font-size: 28px;
    color: #ff5421;
    padding-bottom: 0px;
    display: inline-block;
    background: #0b70e1;
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}

.dots {
    list-style: disc;
    margin: 0 0 1.5em 3em;
}

.arrow-btn {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -15%);
}

.arrow-btn a {
    font-weight: 400;
    font-size: 17px;
    border-color: #ed4f24;
    border-style: solid;
    border-width: 1px;
    margin: 0px;
    border-radius: 23px;
    padding: 12px 15px;
    color: #ed4f24;
}

.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: #ed4f24;
}

.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: #004fd2;
    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: #004fd2;
}

.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-top: 60px;
}

.rs-carousel .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    background: #ed4f24;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.rs-carousel .owl-dots .owl-dot:hover,
.rs-carousel .owl-dots .owl-dot.active {
    width: 40px;
    background: #ed4f24;
    opacity: .5;
}


/* ------------------------------------
    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;
}

.popup-anim {
    position: relative;
}

.popup-anim img {
    z-index: 1;
    position: relative;
}

.popup-anim .pop-wrap {
    position: absolute;
    width: 750px;
    height: 750px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-anim .pop-wrap .pop {
    position: absolute;
    content: '';
    border-radius: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-clip: padding-box;
    -webkit-animation: pop 6s ease-in-out infinite;
    animation: pop 6s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.1);
}

.popup-anim .pop-wrap .pop:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.popup-anim .pop-wrap .pop:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.popup-anim .pop-wrap.primary .pop {
    background: #FF8282;
}

.popup-anim .pop-wrap.secondary .pop {
    background: #6d5afe;
}

.popup-anim .pop-wrap.green .pop {
    background: rgba(26, 177, 40, 0.2);
    opacity: 0.02;
}

.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: 10px;
    width: 10px;
    border-radius: 100%;
    top: -20%;
    left: -5px;
    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: 5px !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: 5px;
}

.rs-rain-animate .line-inner .line:nth-child(3):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.rs-rain-animate .line-inner.style2 .line {
    background: rgba(255, 255, 255, 0.1);
}

.rs-rain-animate .line-inner.style2 .line:after {
    background-color: #fff;
}

.rs-rain-animate .line-inner.orange-dark .line {
    background: rgba(255, 255, 255, 0.1);
}

.rs-rain-animate .line-inner.orange-dark .line:after {
    background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
}

@keyframes rain-line {
    0% {
        top: -20%;
    }
    100% {
        top: 100%;
    }
}

@-webkit-keyframes rain-line {
    0% {
        top: -20%;
    }
    100% {
        top: 100%;
    }
}

.readon {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: transparent;
}

.readon.started {
    padding: 15px 32px;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
}

.readon.started:hover {
    background-image: linear-gradient(90deg, #a511dc 10%, #004fd2 100%);
    color: #ffffff;
}

.readon.started.get {
    border-radius: 4px 4px 4px 4px;
}

.readon.started.discover {
    font-size: 16px;
    background: transparent;
    color: #004fd2;
    background-image: linear-gradient(250deg, #ffffff 19%, #ffffff 100%);
    border-radius: 4px 4px 4px 4px;
}

.readon.started.discover:hover {
    color: #ffffff;
    background-image: linear-gradient(270deg, #1742fd 20%, #b22af3 100%);
}

.readon.started.more {
    padding: 14px 35px 14px 35px;
    background-image: linear-gradient(60deg, #c6340c 0%, #ed4f24 100%);
    border-radius: 30px 30px 30px 30px;
}

.readon.started.more:hover {
    background-image: linear-gradient(60deg, #ed4f24 0%, #c6340c 100%);
    color: #ffffff;
}

.readon.started.orange {
    font-family: Nunito !important;
    padding: 14px 40px 14px 40px;
    background-color: transparent;
    background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
    text-transform: capitalize;
    border-radius: 30px 30px 30px 30px;
}

.readon.started.orange:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
}

.readon.started.red {
    text-transform: capitalize;
    background-image: linear-gradient(90deg, #fb4e57 0%, #f92b74 100%);
    border-radius: 3px 3px 3px 3px;
}

.readon.started.red:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #f92b74 0%, #fb4e57 100%);
}

.readon.started.red.more {
    padding: 13px 35px 13px 35px;
}

.readon.started.cta-btn {
    padding: 14px 40px 14px 40px;
    background-color: transparent;
    background-image: linear-gradient(250deg, #af2af3 19%, #004fd2 100%);
    border-radius: 4px 4px 4px 4px;
    text-transform: capitalize;
}

.readon.started.cta-btn:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #004fd2 19%, #af2af3 100%);
}

.readon.started.pdf {
    padding: 14px 40px 14px 40px;
    border-radius: 5px;
    text-transform: capitalize;
}

.readon.started.pdf i {
    margin-left: 10px;
}

.readon.started.reply {
    padding: 6px 20px 6px;
    border-radius: 30px;
    text-transform: capitalize;
}

.readon.started.post {
    border-radius: 5px;
    text-transform: capitalize;
}

.readon.buy-now {
    padding: 10px 40px 10px 40px;
    top: 25px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: transparent;
    background-image: linear-gradient(170deg, #004fd2 0%, #af2af3 100%);
}

.readon.buy-now:hover {
    background-image: linear-gradient(200deg, #004fd2 0%, #af2af3 100%);
    color: #ffffff;
}

.readon.buy-now.orange {
    background-image: linear-gradient(60deg, #c6340c 0%, #ed4f24 100%);
    padding: 11px 39px 11px 39px;
    border-radius: 30px 30px 30px 30px;
}

.readon.buy-now.orange:hover {
    background-image: linear-gradient(60deg, #ed4f24 0%, #c6340c 100%);
    color: #ffffff;
}

.readon.buy-now.services {
    border-image: linear-gradient(10deg, #a112dc, #0146fa) 1;
    margin: 0px 0px 70px 0px;
    padding: 10px 40px 10px 40px;
    top: 25px;
    text-transform: uppercase;
    color: #0146FA;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0146FA;
    border-radius: 0px 0px 0px 0px;
    background-image: unset;
}

.readon.buy-now.services:hover {
    color: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(190deg, #004fd2 10%, #af2af3 100%);
}

.readon.download {
    padding: 13px 35px 13px 35px;
    border-radius: 5px 5px 5px 5px;
    background-color: transparent;
    background-image: linear-gradient(265deg, #ff8282 10%, #e63939 113%);
}

.readon.download:hover {
    color: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(265deg, #e63939 10%, #ff8282 113%);
}

.readon.download.feature {
    color: #222222;
    background-color: #FFFFFF;
    background-image: unset;
    padding: 13px 43px 13px 43px;
}

.readon.download.feature:hover {
    color: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(265deg, #e63939 10%, #ff8282 113%);
}

.readon.download.submit {
    padding: 15px 30px 15px 30px;
    border-radius: 3px;
    border: none;
}

.readon.download.submit-faq {
    background-image: linear-gradient(250deg, #004fd2 0%, #af2af3 100%);
    padding: 15px 32px 15px 32px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px 4px 4px 4px;
    border: none;
}

.readon.download.submit-faq:hover {
    background-color: transparent;
    background-image: linear-gradient(250deg, #af2af3 0%, #004fd2 100%);
}

.readon.download.submit-faq.contact {
    padding: 15px 40px 15px 40px;
    border-radius: unset;
    text-transform: capitalize;
}


/*-- 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: #002129;
}

.blog-button a:hover {
    color: #004fd2;
}

.blog-button a:hover:after {
    transform: translateX(10px);
    color: #004fd2;
}

.blog-button.inner-blog a {
    text-align: center;
    display: inline-block;
    color: #0b70e1;
    padding-right: 25px;
    position: relative;
    z-index: 1;
    font-family: 'Livvic', sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s;
}

.blog-button.inner-blog a:after {
    content: "\f114";
    position: absolute;
    font-family: flaticon;
    font-size: 15px;
    top: 1px;
    right: 0;
    opacity: 1;
    transition: all 0.3s;
    color: #0b70e1;
}

.blog-button.inner-blog a:hover {
    color: #0B70E1;
}

.blog-button.inner-blog a:hover:after {
    right: -5px;
    opacity: 1;
    transform: unset;
}


/*-- Services Button Css --*/

.services-btn a {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 25px 8px 25px;
    color: #F92D73;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F92D73;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
}

.services-btn a:hover {
    color: #ffffff;
    background-color: #F92D73;
}


/*-- Submit Button Css --*/

.submit-btn {
    outline: 0;
    border: none;
    padding: 12px 30px 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #004fd2;
    background-color: #ffffff;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

.submit-btn:hover {
    color: #A112DC;
}

.submit-btn.orange {
    padding: 18px 18px 18px 18px;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    text-transform: capitalize;
    background-image: linear-gradient(160deg, #f27c1e 0%, #dd4c23 79%);
}

.submit-btn.orange:hover {
    opacity: 0.9;
}


/*-- 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: 600;
    background-image: linear-gradient(250deg, #004fd2 0%, #af2af3 100%);
    color: #ffffff;
    z-index: 1;
    border: none;
}

.add-btn:hover {
    color: #fff;
    background-image: linear-gradient(250deg, #af2af3 0%, #004fd2 100%);
    z-index: 1;
}

.address-wrap .icon-part {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #ffffff;
}

.address-wrap .icon-part i {
    text-align: center;
    color: #004fd2;
    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-wrap .icon-part: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;
}


/*Video Icon*/

.rs-videos .animate-border .popup-border {
    background: #ffffff;
    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: #ed4f24;
}

.rs-videos .animate-border .popup-border:before {
    content: "";
    border: 2px solid #ed4f24;
    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 #ed4f24;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.rs-videos .animate-border.main-home .popup-border {
    left: 8%;
}

.rs-videos .animate-border.main-home.style2 .popup-border {
    left: 50%;
}

.rs-videos .animate-border.white-color .popup-border {
    background: #ffffff;
    bottom: -14px;
    left: 44%;
}

.rs-videos .animate-border.white-color .popup-border i {
    color: #03228f;
}

.rs-videos .animate-border.white-color .popup-border:before {
    border: 2px solid #ffffff;
}

.rs-videos .animate-border.white-color .popup-border:after {
    border: 2px solid #ffffff;
}

.rs-videos .animate-border.white-color.style3 .popup-border {
    bottom: 362px;
    left: 10%;
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: .5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: .5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

.margin-remove {
    margin: 0 !important;
}


/* no-gutters Class Rules */

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.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 {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #004fd2;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    display: block;
    margin: 0;
}

.sec-title .sub-text.big {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.sec-title .sub-text.red-color {
    color: #f92b74;
}

.sec-title .sub-text.contact {
    font-weight: 400;
}

.sec-title .sub-upper {
    font-size: 14px;
    font-weight: 700;
    color: #004fd2;
    line-height: 28px;
    display: block;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 0;
}

.sec-title .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    color: #002129;
    margin: 0;
}

.sec-title .title span {
    color: #004fd2;
}

.sec-title .title.title2 {
    color: #ffffff;
    text-transform: uppercase;
}

.sec-title .title.title4 {
    position: relative;
    z-index: 1;
    font-weight: 700;
}

.sec-title .title.title4 .watermark {
    position: absolute;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    left: 0;
    color: inherit;
    white-space: nowrap;
    vertical-align: middle;
    color: #FFFFFF00;
    opacity: 1;
    font-size: 100px;
    top: -80px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FD650912;
    z-index: -1;
}

.sec-title .title.title5 {
    font-weight: 700;
}

.sec-title .title.black-color {
    color: #1d165c;
}

.sec-title .desc {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.sec-title .desc.desc2 {
    font-size: 18px;
    line-height: 30px;
}

.sec-title .desc.desc3 {
    font-size: 19px;
    line-height: 30px;
    color: #ffffff;
    max-width: 660px;
    margin: 0 auto;
}

.sec-title .desc.desc4 {
    font-size: 20px;
    line-height: 30px;
}

.rs-heading .title-inner {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.rs-heading .title-inner .watermark {
    color: #FFFFFF00;
    opacity: 1;
    font-size: 133px;
    font-weight: 700;
    letter-spacing: 0px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #47464608;
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
}


/* -----------------------
    03. Header Section CSS
--------------------------*/

.full-width-header {
    position: relative;
}

.full-width-header .rs-header {
    position: relative;
}

.full-width-header .rs-header .topbar-area {
    padding-top: 20px;
    padding-bottom: 10px;
}

.full-width-header .rs-header .topbar-area.style1 {
    background: #106EEA;
    padding-top: 0px;
    padding-bottom: 0px;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i {
    margin-right: 5px;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i:before {
    font-size: 14px;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #2a8af5;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a:hover {
    color: #ccc;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li:last-child {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em {
    border-right: 1px solid #2a8af5;
    margin-right: 5px;
    padding-right: 20px;
    font-style: normal;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em i {
    margin-right: 8px;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em i:before {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    margin-right: 12px;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a {
    font-size: 14px;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
    color: #ccc;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li:last-child {
    margin: 0;
}

.full-width-header .rs-header .topbar-area.style1.topbar-style2 {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.full-width-header .rs-header .topbar-area.style1.topbar-style2 .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.style1.topbar-style2 .topbar-contact li a {
    border-right: unset;
}

.full-width-header .rs-header .topbar-area.style1.topbar-style2 .topbar-contact li:last-child {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .topbar-area.style1.topbar-style2 .toolbar-sl-share ul .opening {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.full-width-header .rs-header .topbar-area.style1.topbar-style2 .toolbar-sl-share ul .opening em {
    border-right: unset;
}

.full-width-header .rs-header .topbar-area.topbar-style3 {
    background: #030e8f;
}

.full-width-header .rs-header .topbar-area.topbar-style3 .topbar-contact li a {
    border-right: unset;
}

.full-width-header .rs-header .topbar-area.topbar-style3.topbar-style4 {
    background: #fb4b59;
}

.full-width-header .rs-header .topbar-area.topbar-style3.topbar-style4 .toolbar-sl-share ul .opening em {
    border-right: 1px solid #f92b74;
}

.full-width-header .rs-header .menu-area {
    transition: all 0.3s ease 0s;
    background: transparent;
}

.full-width-header .rs-header .menu-area .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
    display: flex;
    flex: 1;
}

.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
    display: none;
}

.full-width-header .rs-header .menu-area .logo-area img {
    transition: 0.4s;
    max-height: 25px;
}

.full-width-header .rs-header .menu-area .logo-area .dark {
    display: none;
}

.full-width-header .rs-header .menu-area .logo-area .light {
    display: inherit;
}

.full-width-header .rs-header .menu-area .rs-menu-area {
    display: flex;
    align-items: center;
    margin-right: 72px;
}

.full-width-header .rs-header .menu-area .main-menu {
    position: unset;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 32px;
    padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    height: 95px;
    line-height: 95px;
    padding: 0;
    color: #101010;
    font-family: Montserrat;
    position: relative;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #0b70e1;
}

.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;
    font-family: 'FontAwesome' !important;
    right: 0px;
    top: 50%;
    text-align: center;
    z-index: 9999;
    font-size: 16px;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    font-weight: 400;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #0b70e1;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff;
    margin: 0;
    padding: 20px 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0 !important;
    border: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    font-family: Montserrat;
    font-size: 14px;
    color: #101010;
    font-weight: 600;
    height: unset;
    line-height: 24px;
    text-transform: capitalize;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #004fd2;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
    right: 45px;
}

.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.onepage-menu li.current-menu-item>a {
    color: #004fd2;
}

.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,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before {
    color: #004fd2 !important;
}

.full-width-header .rs-header .menu-area.sticky {
    background: #fff;
}

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

.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
    display: none;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
    color: #101010;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
    color: #004fd2;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
    color: #004fd2;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i {
    color: #101010;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
    color: #004fd2;
}

.full-width-header .rs-header .expand-btn-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .expand-btn-inner ul {
    display: flex;
    align-items: center;
}

.full-width-header .rs-header .expand-btn-inner ul .sidebarmenu-search a i {
    margin-right: 18px;
}

.full-width-header .rs-header .expand-btn-inner ul .sidebarmenu-search a i:before {
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    color: #0b70e1;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link-container {
    padding: 0 0 0 20px;
    max-width: 50px;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #106eea54;
    margin-left: 3px;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link-container .nav-expander .bar {
    overflow: hidden;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link-container .nav-expander .bar span {
    height: 2px;
    display: block;
    background: #0b70e1;
    transition: all .5s ease;
    cursor: pointer;
    list-style: none;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link-container .nav-expander .bar span.dot1 {
    width: 20px;
    margin-bottom: 6px;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link-container .nav-expander .bar span.dot2 {
    width: 30px;
    margin-bottom: 6px;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link-container .nav-expander .bar span.dot3 {
    width: 25px;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link-container .nav-expander .bar:hover span.dot1,
.full-width-header .rs-header .expand-btn-inner ul .nav-link-container .nav-expander .bar:hover span.dot3 {
    width: 30px;
}

.full-width-header .rs-header.header-style2 .expand-btn-inner ul .sidebarmenu-search a i:before,
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #ffffff;
}

.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    color: #101010;
}

.full-width-header .rs-header.header-style2 .expand-btn-inner ul .nav-link-container {
    border-left: 1px solid #fff;
}

.full-width-header .rs-header.header-style2 .expand-btn-inner ul .nav-link-container .nav-expander .bar span {
    background: #ffffff;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search a i:before,
.full-width-header .rs-header.header-style2 .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
    color: #101010;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky .expand-btn-inner ul .nav-link-container .nav-expander .bar span {
    background: #101010;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky .expand-btn-inner ul .nav-link-container {
    border-left: 1px solid #101010;
}

.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.sub-menu li.active a,
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before,
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #ff8282 !important;
}

.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #ffffff;
}

.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    color: #002129;
}

.full-width-header .rs-header.header-style3 .menu-area.sticky .main-menu .rs-menu ul li>a {
    color: #161616 !important;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .btn-quote .quote-button {
    padding: 13px 22px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #ff8282;
    border-color: #ff8282;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .nav-link-container .nav-expander .bar {
    display: none;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .nav-link-container {
    border-left: unset;
}

.full-width-header .rs-header.header-style4 .expand-btn-inner ul .sidebarmenu-search a i:before,
.full-width-header .rs-header.header-style4 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style4 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style4 .menu-area .main-menu .rs-menu ul li.current-menu-item>a,
.full-width-header .rs-header.header-style4 .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before {
    color: #fb4b59 !important;
}

.full-width-header .rs-header.header-style4 .expand-btn-inner ul .nav-link-container {
    border-left: 1px solid #f92b74;
}

.full-width-header .rs-header.header-style4 ul .nav-link-container .nav-expander .bar span {
    background: #f92b74;
}

.full-width-header .rs-header.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.full-width-header .mobile-menu {
    display: none;
}

.full-width-header .mobile-menu .mobile-logo {
    float: left;
}

.full-width-header .mobile-menu .mobile-logo img {
    max-height: 30px;
}

.full-width-header .mobile-menu .rs-menu-toggle {
    color: #ffffff;
    float: right;
}

.full-width-header .mobile-menu .rs-menu-toggle.primary {
    color: #004fd2;
}

.full-width-header .mobile-menu .rs-menu-toggle.secondary {
    color: #03228f;
}

.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background: #fff;
    z-index: 11;
    top: 23px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
    width: 15px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
    top: 28px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
    top: 34px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
    top: 40px;
}

.full-width-header .right_menu_togle {
    background: #F0EFF9;
    padding: 66px 60px 50px 50px;
    font-size: 1.15em;
    max-width: 480px;
    width: 100%;
    right: -500px;
    z-index: 999999;
    transition: all 0.3s ease;
    position: fixed;
    overflow-y: auto;
}

.full-width-header .right_menu_togle .close-btn {
    overflow: visible;
    position: absolute;
    top: 10px;
    display: block;
    z-index: 99;
    right: 57px;
    cursor: pointer;
    transition: all .3s ease;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 3px !important;
    height: 28px !important;
    background: #004fd2;
    border: none !important;
    transition: all 0.3s ease;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
    background: #004fd2;
}

.full-width-header .right_menu_togle .canvas-logo {
    padding-left: 0;
    padding-bottom: 35px;
}

.full-width-header .right_menu_togle .canvas-logo img {
    max-height: 25px;
}

.full-width-header .right_menu_togle .offcanvas-text p {
    font-size: 18px;
    line-height: 30px;
    color: #002129;
    margin: 0px 0 38px;
}

.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: #004fd2;
}

.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: #002129;
    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;
    color: #002129;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
    color: #002129;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
    color: #004fd2;
}

.full-width-header .right_menu_togle .canvas-contact .social {
    margin: 40px 0 0;
}

.full-width-header .right_menu_togle .canvas-contact .social li {
    display: inline-block;
    margin-right: 15px;
}

.full-width-header .right_menu_togle .canvas-contact .social li a i {
    font-size: 15px;
    color: #002129;
    margin: 0 8px 0 0;
}

.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
    color: #004fd2;
}

.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
    margin: 0;
}

.full-width-header .mobile-navbar-menu .sub-menu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

.full-width-header .mobile-navbar-menu .nav-menu li {
    position: relative;
}

.full-width-header .mobile-navbar-menu .nav-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    color: #002129;
    padding: 10px 0;
    line-height: 30px;
    width: 100%;
}

.full-width-header .mobile-navbar-menu .nav-menu li li a {
    padding-left: 25px;
}

.full-width-header .mobile-navbar-menu .nav-menu li li li a {
    padding-left: 50px;
}

.full-width-header .mobile-navbar-menu span.submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 5px;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.full-width-header .mobile-navbar-menu span.submenu-button:before,
.full-width-header .mobile-navbar-menu span.submenu-button:after {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 20px;
    height: 1px;
    display: block;
    background: #002129;
    z-index: 2;
    content: '';
    right: 12px;
    width: 12px;
}

.full-width-header .mobile-navbar-menu span.submenu-button:before {
    width: 1px;
    height: 12px;
    right: 17px;
    top: 18px;
}

.full-width-header .mobile-navbar-menu span.submenu-button em {
    display: block;
    position: absolute;
    right: 0;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
    width: 100%;
    cursor: pointer;
    top: 0;
    height: 50px;
}

.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
    display: none;
}

.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover>ul>li {
    height: auto;
}

.full-width-header .mobile-navbar-menu ul.nav-menu>li:first-child>span.submenu-button:after {
    top: 19px;
}

.full-width-header .mobile-navbar-menu ul.nav-menu>li:first-child>span.submenu-button:before {
    top: 13px;
}

.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
    color: #004fd2;
}

body.modal-open {
    padding: 0 !important;
}

body .modal.show .modal-dialog {
    width: 100%;
    max-width: 900px;
}

body .search-modal {
    padding: 0 !important;
    background: #0B70E1;
}

body .search-modal .modal-content {
    position: initial;
    border: 0;
    background: unset;
}

body .search-modal .search-block form {
    position: relative;
}

body .search-modal .search-block form input {
    background: none;
    border: none;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    outline: none;
    font-size: 35px;
}

body .search-modal .search-block form button {
    background: #000;
    border: none;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    position: absolute;
    content: '';
    right: 0;
    top: 11px;
}

body .search-modal .search-block form button i:before {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

body .search-modal .search-block ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
}

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

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

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

body .search-modal .close {
    position: fixed;
    right: 50px;
    top: 50px;
    background: #ffffff;
    color: #0a0a0a;
    width: 55px;
    height: 55px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all .5s ease;
    opacity: unset;
    box-shadow: unset;
    border: none;
}

body .search-modal .close span:before {
    font-size: 14px;
    position: relative;
    top: -2px;
    left: 0px;
    font-weight: 700;
}

body .search-modal .close:hover {
    opacity: 0.8 !important;
}


/*------------------------------------
    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.style1 .about-images {
    position: relative;
}

.rs-about.style1 .about-images .rs-addon-services {
    background-image: linear-gradient(90deg, #004fd2 0%, #a112dc 100%);
    padding: 22px 0 22px 30px;
    display: flex;
    width: 282px;
    max-width: 282px;
    bottom: 2px;
    right: 6px;
    position: absolute;
}

.rs-about.style1 .about-images .rs-addon-services .services-icon img {
    height: 44px;
    width: 44px;
    max-width: unset;
}

.rs-about.style1 .about-images .rs-addon-services .services-text {
    padding: 0px 0px 0px 20px;
}

.rs-about.style1 .about-images .rs-addon-services .services-text .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #ffffff;
    font-family: "Nunito", Sans-serif;
    margin-bottom: 0;
}

.rs-about.style2 .rs-counter .counter-list .counter-text .count-number {
    margin-bottom: 10px;
}

.rs-about.style2 .rs-counter .counter-list .counter-text .count-number .rs-count {
    color: #DD4C23;
    font-size: 52px;
    line-height: 49px;
    font-weight: 800;
    position: relative;
}

.rs-about.style2 .rs-counter .counter-list .counter-text .count-number .rs-count.plus {
    padding-right: 30px !important;
}

.rs-about.style2 .rs-counter .counter-list .counter-text .count-number .rs-count.plus:before {
    font-size: 30px;
    font-weight: 700;
    color: #DD4C23;
    content: '+';
    position: absolute;
    right: 7px;
    bottom: 6px;
}

.rs-about.style2 .rs-counter .counter-list .counter-text .title {
    font-size: 18px;
    line-height: 18px;
    color: #101010;
    font-weight: 600;
    margin: 0;
}

.rs-about.style2 .rs-counter .counter-list.blue-count .counter-text .count-number .rs-count.plus:before,
.rs-about.style2 .rs-counter .counter-list.blue-count .counter-text .count-number .rs-count {
    color: #03228F;
}

.rs-about.style3 .list-item li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.rs-about.style3 .list-item li .icon-part {
    margin-right: 20px;
}

.rs-about.style3 .list-item li .icon-part i {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

.rs-about.style3 .list-item li .icon-part i:before {
    font-size: 16px;
    font-weight: 300;
}

.rs-about.style3 .list-item li .icon-part i.blue-bg {
    background: #6d5afe;
}

.rs-about.style3 .list-item li .icon-part i.green-bg {
    background: #1AB128;
}

.rs-about.style3 .list-item li .icon-part i.pink-bg {
    background: #FF8282;
}

.rs-about.style3 .list-item li .contant-part {
    font-weight: 400;
}

.rs-about.style3 .list-item li:last-child {
    margin-bottom: 0;
}

.rs-about.style3 .image-wrap {
    position: relative;
    margin: -22px 0 -35px;
}

.rs-about.style3 .image-wrap .main {
    margin-right: -29px;
}

.rs-about.style3 .image-wrap .fly {
    position: absolute;
    content: '';
}

.rs-about.style3 .image-wrap .fly.ly1 {
    top: 179px;
    right: -145px;
}

.rs-about.style3 .image-wrap .fly.ly2 {
    bottom: 108px;
    right: 25px;
}

.rs-about.style3 .image-wrap .popup-anim .pop-wrap {
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-about.style3 .shape {
    position: absolute;
    content: '';
    left: -160px;
    bottom: 35px;
    z-index: -1;
}


/*-----------------------------------------------
    06. App Description Section CSS
-----------------------------------------------*/

.rs-app-desc .image-wrap {
    position: relative;
    margin: -25px 0 -35px;
}

.rs-app-desc .image-wrap .main {
    margin-left: -88px;
}

.rs-app-desc .image-wrap .fly {
    position: absolute;
    content: '';
}

.rs-app-desc .image-wrap .fly.ly1 {
    top: 108px;
    left: -100px;
}

.rs-app-desc .image-wrap .fly.ly2 {
    top: 225px;
    right: 74px;
}

.rs-app-desc .image-wrap .popup-anim .pop-wrap {
    left: -39%;
    top: 50%;
    transform: translateY(-50%);
}

.rs-app-desc .list-item {
    z-index: 1;
    position: relative;
}

.rs-app-desc .list-item li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.rs-app-desc .list-item li .icon-part {
    margin-right: 20px;
}

.rs-app-desc .list-item li .icon-part i {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

.rs-app-desc .list-item li .icon-part i:before {
    font-size: 16px;
    font-weight: 300;
}

.rs-app-desc .list-item li .icon-part i.blue-bg {
    background: #6d5afe;
}

.rs-app-desc .list-item li .icon-part i.green-bg {
    background: #1AB128;
}

.rs-app-desc .list-item li .icon-part i.pink-bg {
    background: #FF8282;
}

.rs-app-desc .list-item li .contant-part {
    font-weight: 400;
}

.rs-app-desc .list-item li:last-child {
    margin-bottom: 0;
}

.rs-app-desc .shape {
    position: absolute;
    content: '';
    right: -160px;
    bottom: 35px;
    z-index: 0;
}


/* ------------------------------------
    07. Appointment Section CSS
---------------------------------------*/

.rs-appointment .contact-wrap {
    background-image: linear-gradient(90deg, #004fd2 0%, #a112dc 100%);
    padding: 40px 40px 50px 40px;
}

.rs-appointment .contact-wrap .content-part {
    text-align: center;
}

.rs-appointment .contact-wrap .content-part .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}

.rs-appointment .contact-wrap .content-part .desc {
    color: #ffffff;
    margin: 0;
}

.rs-appointment .contact-wrap .from-control {
    padding: 11px 20px 11px 20px;
    border-style: solid;
    border-color: #f1f1f1;
    background-color: #f1f1f1;
    color: #454545;
    width: 100%;
}

.rs-appointment .contact-wrap textarea {
    height: 120px;
}

.rs-appointment .contact-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #454545;
    opacity: 0.6;
}

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

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

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


/* ------------------------------------
    08. Banner Section CSS
---------------------------------------*/

.rs-banner.main-home {
    background: url(assets/images/img/banner-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rs-banner.main-home .content-wrap {
    padding: 247px 0 185px;
}

.rs-banner.main-home .content-wrap .content-txt .sub-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.rs-banner.main-home .content-wrap .content-txt .title {
    font-size: 70px;
    line-height: 85px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 14px 0;
}

.rs-banner.main-home .content-wrap .content-txt .description .desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.rs-banner.banner-style2 {
    background: url(assets/images/banner/home2/banner-2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.rs-banner.banner-style2 .banner-content {
    padding: 280px 0 385px;
}

.rs-banner.banner-style2 .banner-content .sub-upper {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Nunito", Sans-serif;
    margin: 0px 0px 31px 0px;
    display: block;
}

.rs-banner.banner-style2 .banner-content .title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.35em;
    color: #ffffff;
    max-width: 910px;
    margin: 0 auto 25px;
}

.rs-banner.banner-style2 .banner-content .description .desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    max-width: 710px;
    margin: 0 auto 50px;
}

.rs-banner.banner-style2 .banner-content .banner-btn li {
    display: inline-block;
    margin-right: 25px;
}

.rs-banner.banner-style2 .banner-content .banner-btn li:last-child {
    margin-right: 0;
}

.rs-banner.banner-style2 .rs-animation .circle-amimate {
    position: absolute;
    left: 2%;
    bottom: 15%;
}

.rs-banner.banner-style3 {
    background: url(assets/images/banner/home3/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.rs-banner.banner-style3 .banner-content {
    padding: 230px 0 15px;
}

.rs-banner.banner-style3 .banner-content .sub-upper {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin: 0px 0px 0px 0px;
}

.rs-banner.banner-style3 .banner-content .title {
    font-size: 60px;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
}

.rs-banner.banner-style3 .banner-content .newsletter-form {
    background: #0664ff;
    padding: 5px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
    position: relative;
    display: flex;
}

.rs-banner.banner-style3 .banner-content .newsletter-form span {
    display: flex;
    align-items: center;
    position: relative;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #792C2C00;
    background-color: #01020200;
}

.rs-banner.banner-style3 .banner-content .newsletter-form span input[type="text"] {
    background: transparent;
    padding: 0px 0px 0 40px;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.rs-banner.banner-style3 .banner-content .newsletter-form span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0f54f7;
    opacity: 0.7;
    width: 2px;
    height: 25px;
}

.rs-banner.banner-style3 .banner-content .newsletter-form input[type="email"] {
    border: none;
    background: transparent;
    height: 50px;
    padding: 11px 50px 9px;
    color: #ffffff;
}

.rs-banner.banner-style3 .banner-content .newsletter-form .seo-button {
    position: absolute;
    top: 5px;
    right: 5px;
}

.rs-banner.banner-style3 .banner-content .newsletter-form .seo-button [type=submit] {
    background-color: transparent;
    background-image: linear-gradient(60deg, #c6340c 0%, #ed4f24 100%);
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
    padding: 5px 32px;
    border-radius: 30px;
    height: 50px !important;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    border: none;
}

.rs-banner.banner-style3 .banner-content .newsletter-form .seo-button [type=submit]:hover {
    background-color: transparent;
    background-image: linear-gradient(60deg, #ed4f24 0%, #c6340c 100%);
}

.rs-banner.banner-style3 .banner-content .newsletter-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.rs-banner.banner-style3 .banner-content .newsletter-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.rs-banner.banner-style3 .banner-content .newsletter-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.rs-banner.banner-style3 .banner-content .newsletter-form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.rs-banner.banner-style3 .banner-content .main-img {
    position: relative;
    margin: 0px 0px -229px 0px;
    padding: 25px 0px 0px 0px;
}

.rs-banner.banner-style3 .banner-content .main-img img {
    width: 740px;
}

.rs-banner.banner-style3 .banner-content .main-img .circle-amimate {
    position: absolute;
    left: 0;
}

.rs-banner.banner-style3 .banner-content .main-img .circle-amimate img {
    width: 162px;
}

.rs-banner.banner-style3 .rs-animation .circle-amimate {
    position: absolute;
    left: 46%;
    top: 73%;
}

.rs-banner.banner-style3 .rs-animation .circle-amimate img {
    width: 162px;
}

.rs-banner.banner-style4 {
    background: url(assets/images/banner/home4/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.rs-banner.banner-style4 .banner-content {
    padding: 285px 0 200px;
}

.rs-banner.banner-style4 .banner-content .title {
    position: relative;
    z-index: 1;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3em;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
}

.rs-banner.banner-style4 .banner-content .title .watermark {
    position: absolute;
    font-size: 200px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    left: 0;
    color: inherit;
    white-space: nowrap;
    vertical-align: middle;
    color: #FFFFFF00;
    opacity: 1;
    font-size: 127px;
    top: -100px;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #FFFFFF1C;
    z-index: -1;
}

.rs-banner.banner-style4 .banner-content .desc {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    margin: 0px 0px 65px 0px;
}

.rs-banner.banner-style4 .banner-content .banner-btn {
    position: relative;
}

.rs-banner.banner-style4 .banner-content .banner-btn li {
    display: unset;
}

.rs-banner.banner-style4 .banner-content .banner-btn li .rs-videos .animate-border a {
    left: 44%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.rs-banner.banner-style4 .banner-img {
    margin: 0px -175px 0px 0px;
}

.rs-banner.banner-style5 {
    background: url(assets/images/banner/home5/banner-bg5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rs-banner.banner-style5 .banner-content {
    padding: 340px 0 310px;
}

.rs-banner.banner-style5 .banner-content .title {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 35px 0;
}

.rs-banner.banner-style5 .banner-content .desc {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.45em;
    margin: 0 0 45px 0;
}

.rs-banner.banner-style5 .banner-content .banner-btn li {
    display: inline-block;
    margin-right: 25px;
}

.rs-banner.banner-style5 .banner-content .banner-btn li:last-child {
    margin-right: 0;
}

.rs-banner.banner-style5 .rs-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.rs-banner.banner-style5 .rs-image .multi-img {
    text-align: center;
    margin: 0px -133px 0px 0px;
    padding: 50px 0px 0px 0px;
}

.rs-banner.banner-style5 .rs-image .rerverse .animate {
    position: absolute;
}

.rs-banner.banner-style5 .rs-image .rerverse .animate.ly1 {
    top: 296px;
    right: 200px;
}

.rs-banner.banner-style5 .rs-image .rerverse .animate.ly2 {
    bottom: 169px;
    right: -96px;
}

.rs-banner.banner-style5 .rs-image .pop-wrap {
    position: absolute;
    width: 750px;
    height: 750px;
    left: 60%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.rs-banner.banner-style5 .rs-image .pop-wrap .pop {
    content: '';
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    opacity: 0.01;
    animation: pop 6s ease-in-out infinite;
    background: #FFFFFF91;
}

.rs-banner.banner-style5 .rs-image .pop-wrap .pop:nth-child(2) {
    animation-delay: 1s;
}

.rs-banner.banner-style5 .rs-image .pop-wrap .pop:nth-child(3) {
    animation-delay: 2s;
}

.rs-banner.banner-style6 {
    background-image: linear-gradient(180deg, #ffffff 0%, #fdf6f6 100%);
}

.rs-banner.banner-style6 .banner-content {
    padding: 160px 0 280px;
}

.rs-banner.banner-style6 .banner-content .sub-text {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 32px;
    color: #F92B74;
    font-weight: 800;
    display: block;
    margin: 0px 0px 10px 0px;
}

.rs-banner.banner-style6 .banner-content .title {
    font-size: 52px;
    font-weight: 800;
    line-height: 70px;
    color: #1D165C;
    margin: 0px 0px 25px 0px;
}

.rs-banner.banner-style6 .banner-content .desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0px 0px 45px 0px;
}

.rs-banner.banner-style6 .banner-img {
    margin: -90px -255px 0px 0px;
}


/* ------------------------------------
    09. Breadcrumbs Section CSS
---------------------------------------*/

.rs-breadcrumbs {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 100px 0 110px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 62px;
    margin-bottom: 5px;
    color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-inner .description p {
    color: #ffffff;
    margin: 0px 0px 0px 0px;
}

.rs-breadcrumbs.img1 {
    background: url(assets/images/img/1.jpg);
    background-position: center top;
}

.rs-breadcrumbs.img2 {
    background: url(assets/images/breadcrumbs/2.jpg);
}


/*---------------------------------------
    10. Slider Section CSS
---------------------------------------*/

.rs-slider {
    position: relative;
    overflow: hidden;
    text-align: left;
    z-index: 111;
}

.rs-slider.rs-slider-style2 {
    text-align: center;
    position: relative;
    /*-- Animations Start --*/
    /*-- Animations End --*/
}

.rs-slider.rs-slider-style2 .desc {
    font-size: 17px;
    color: #002129;
    max-width: 500px;
    margin: 25px 0 45px;
}

.rs-slider.rs-slider-style2 .slider-bottom {
    display: block;
    overflow: hidden;
}

.rs-slider.rs-slider-style2 .slider-bottom .started {
    display: inline-block !important;
}

.rs-slider.rs-slider-style2 .sl-subtitle {
    -webkit-animation: fadeInDown 1.7s ease-in-out;
    animation: fadeInDown 1.7s ease-in-out;
}

.rs-slider.rs-slider-style2 .sl-title {
    -webkit-animation: fadeInLeft 1.2s ease-in-out;
    animation: fadeInLeft 1.2s ease-in-out;
}

.rs-slider.rs-slider-style2 .description {
    -webkit-animation: fadeInLeft 1.6s ease-in-out;
    animation: fadeInLeft 1.6s ease-in-out;
}

.rs-slider.rs-slider-style2 .slider-bottom {
    -webkit-animation: fadeInUp 1.8s ease-in-out;
    animation: fadeInUp 1.8s ease-in-out;
}

.rs-slider.rs-slider-style2 .content-part {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.rs-slider.rs-slider-style2 .content-part .sl-subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Nunito", Sans-serif;
    margin: 0px 0px 31px 0px;
    display: block;
}

.rs-slider.rs-slider-style2 .content-part .sl-title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.35em;
    color: #ffffff;
    max-width: 910px;
    margin: 0 auto 25px;
}

.rs-slider.rs-slider-style2 .content-part .description .desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    max-width: 710px;
    margin: 0 auto 50px;
}

.rs-slider.rs-slider-style2 .content-part .slider-bottom li {
    display: inline-block;
    margin-right: 25px;
}

.rs-slider.rs-slider-style2 .content-part .slider-bottom li:last-child {
    margin-right: 0;
}

.rs-slider.rs-slider-style2 .nivo-caption {
    padding: 0;
}

.rs-slider.rs-slider-style2 .nivo-directionNav>a {
    background: rgba(0, 0, 0, 0.2);
}

.rs-slider.rs-slider-style2 .nivo-directionNav>a:before {
    color: #ffffff;
}

.rs-slider .sl-wrap {
    padding: 50px 0;
}

.rs-slider .nivo-directionNav>a {
    font-size: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    border: none;
    background: #ebf2fd;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 1;
}

.rs-slider .nivo-directionNav>a.nivo-prevNav,
.rs-slider .nivo-directionNav>a.nivo-nextNav {
    left: 30px;
    background: #004fd2;
}

.rs-slider .nivo-directionNav>a.nivo-prevNav {
    top: 50%;
}

.rs-slider .nivo-directionNav>a.nivo-prevNav:before {
    content: "\f104";
}

.rs-slider .nivo-directionNav>a.nivo-nextNav {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    left: unset;
}

.rs-slider .nivo-directionNav>a.nivo-nextNav:before {
    content: "\f105";
}

.rs-slider .nivo-directionNav>a:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 28px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.3s ease;
    color: #004fd2;
}

.rs-slider .nivo-directionNav>a:hover {
    opacity: 95;
}

.rs-slider .nivo-controlNav {
    position: absolute;
    bottom: 50px;
    z-index: 11;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none !important;
}

.rs-slider .nivo-controlNav .nivo-control {
    width: 26px;
    height: 7px;
    border: 1px solid #fff;
    font-size: 0px;
    display: inline-block;
    margin-right: 7px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

.rs-slider .nivo-controlNav .nivo-control.active {
    background: #004fd2;
    border-color: #004fd2;
}

.rs-slider .rs-animation .animate {
    position: absolute;
    z-index: 111;
}

.rs-slider .rs-animation .animate.one {
    left: 5%;
    bottom: 12%;
}

.rs-slider .rs-animation .animate.two {
    right: 19%;
    bottom: 10%;
}

.rs-slider .rs-animation .animate.three {
    top: 30%;
    left: 5%;
}

.rs-slider .rs-animation .animate.four {
    bottom: 20%;
    right: 5%;
}

.rs-slider .rs-animation .animate.five {
    top: 10%;
    right: 19%;
}

.rs-slider .rs-animation .animate.six {
    bottom: 16%;
    right: 51%;
}


/* ------------------------------------
    11. Faq Section CSS
---------------------------------------*/

.rs-faq.style1 .images-part {
    margin: -93px 45px 0px -126px;
}

.rs-faq.style1 .faq-content .accordion {
    border-width: 12px;
}

.rs-faq.style1 .faq-content .accordion .card {
    margin-bottom: 15px;
    border: none;
    background-color: #fff;
    border-radius: 30px;
    border-radius: 0px 0px 0px 0px;
}

.rs-faq.style1 .faq-content .accordion .card:last-child {
    margin-bottom: 0;
}

.rs-faq.style1 .faq-content .accordion .card .card-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: none;
    background-color: #F6F7F9;
    color: #000000;
}

.rs-faq.style1 .faq-content .accordion .card .card-header .card-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 30px 0 30px;
    height: 58px;
    line-height: 1.3;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.rs-faq.style1 .faq-content .accordion .card .card-header .card-link:after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f068";
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
}

.rs-faq.style1 .faq-content .accordion .card .card-header .card-link:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #1273EB;
    position: absolute;
    left: 0;
    top: 0;
}

.rs-faq.style1 .faq-content .accordion .card .card-header .card-link.collapsed {
    border: none;
}

.rs-faq.style1 .faq-content .accordion .card .card-header .card-link.collapsed:after {
    color: #000000;
    content: "\f067";
}

.rs-faq.style1 .faq-content .accordion .card .card-header .card-link.collapsed:before {
    display: none;
}

.rs-faq.style1 .faq-content .accordion .card .card-body {
    color: #002129;
    width: 100%;
    background-color: #F6F7F9;
    color: #000000;
    padding: 20px 35px 40px 35px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #1273EB;
}


/* ------------------------------------
    12. Why Choose Section CSS
---------------------------------------*/

.rs-whychooseus.style1 {
    position: relative;
    padding: 130px 0px 180px 0px;
}

.rs-whychooseus.style1.modify1 {
    padding: 130px 0px 130px 0px;
}

.rs-whychooseus.style1 .rs-animation .animate {
    position: absolute;
}

.rs-whychooseus.style1 .rs-animation .animate.left-side {
    left: 7%;
    bottom: 5%;
}

.rs-whychooseus.style1 .rs-animation .animate.left-side img {
    width: 68%;
    opacity: 0.3;
}

.rs-whychooseus.style1 .rs-animation .animate.right-side {
    right: 7%;
    top: 10%;
}

.rs-whychooseus.style1 .rs-animation .animate.right-side img {
    opacity: 0.3;
}

.rs-whychooseus.style2 .choose-images {
    margin: 0px 40px 0px -68px;
}

.rs-whychooseus.style2 .services-item {
    display: flex;
}

.rs-whychooseus.style2 .services-item .services-icon {
    background-color: #FFFFFF;
    min-width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 51px;
    border-radius: 50%;
    color: #F92B74;
}

.rs-whychooseus.style2 .services-item .services-text {
    padding-left: 22px;
}

.rs-whychooseus.style2 .services-item .services-text .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #1d165c;
    margin: 0 0 0px;
}

.rs-whychooseus.style2 .services-item .services-text .services-txt {
    margin: 0;
}


/* ------------------------------------
    13. Counter Section CSS
---------------------------------------*/

.rs-counter.style1 {
    position: relative;
}

.rs-counter.style1 .counter-top-area {
    margin-top: -80px;
    position: absolute;
    min-width: 690px;
    right: 14%;
    padding: 48px 18px 48px 18px;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
}

.rs-counter.style1 .counter-top-area .counter-list .counter-text .count-number {
    margin-bottom: 7px;
}

.rs-counter.style1 .counter-top-area .counter-list .counter-text .count-number .rs-count {
    color: #004fd2;
    font-size: 52px;
    line-height: 49px;
    font-weight: 800;
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
}

.rs-counter.style1 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
    padding-right: 35px !important;
}

.rs-counter.style1 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
    content: '+';
    position: absolute;
    right: 0;
}

.rs-counter.style1 .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
    padding-right: 35px !important;
}

.rs-counter.style1 .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
    content: 'k';
    position: absolute;
    right: 0;
}

.rs-counter.style1 .counter-top-area .counter-list .counter-text .title {
    font-size: 20px;
    line-height: 20px;
    color: #002129;
    font-weight: 700;
    margin: 0;
}

.rs-counter.style1.counter-style2 .counter-top-area {
    min-width: 1170px;
    right: 19%;
}

.rs-counter.counter-style3 .counter-top-area .counter-list .counter-text .count-number {
    margin-bottom: 23px;
}

.rs-counter.counter-style3 .counter-top-area .counter-list .counter-text .count-number .rs-count {
    color: #ffffff;
    font-size: 50px;
    line-height: 49px;
    font-weight: 700;
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
}

.rs-counter.counter-style3 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
    color: #ffffff;
    font-weight: 700;
    padding-right: 12px !important;
}

.rs-counter.counter-style3 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 16px;
    bottom: 0;
}

.rs-counter.counter-style3 .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
    color: #ffffff;
    font-weight: 700;
    padding-right: 12px !important;
}

.rs-counter.counter-style3 .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
    content: 'k';
    position: absolute;
    right: 0;
    font-size: 16px;
    bottom: 0;
}

.rs-counter.counter-style3 .counter-top-area .counter-list .counter-text .title {
    font-size: 20px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}


/* ------------------------------------
    14. Contact Section CSS
---------------------------------------*/

.rs-contact.style1 .contact-section {
    background-image: url(assets/images/img/shape-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 644px;
    margin: 0 auto;
    padding: 80px 10px 80px 10px;
    border-radius: 6px;
    text-align: center;
}

.rs-contact.style1 .contact-section .addrerss-box {
    padding: 0 13% 0 13%;
}

.rs-contact.style1 .contact-section .addrerss-box .address-item {
    display: flex;
    align-items: center;
}

.rs-contact.style1 .contact-section .addrerss-box .address-item .address-icon {
    margin-right: 20px;
}

.rs-contact.style1 .contact-section .addrerss-box .address-item .address-icon img {
    width: 40px;
    height: 40px;
}

.rs-contact.style1 .contact-section .addrerss-box .address-item .address-text {
    text-align: left;
}

.rs-contact.style1 .contact-section .addrerss-box .address-item .address-text .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    display: block;
}

.rs-contact.style1 .contact-section .addrerss-box .address-item .address-text a {
    color: #454545;
}

.rs-contact.style1 .contact-section .addrerss-box .address-item .address-text a:hover {
    color: #004fd2;
}

.rs-contact.style1.about-style2 {
    position: relative;
}

.rs-contact.style1.about-style2 .rs-animation .dotted {
    position: absolute;
    right: 20%;
    top: -7%;
}

.rs-contact.contact-style2 .contact-wrap {
    background: #ffffff;
    padding: 45px 40px 50px;
    border-radius: 10px 10px 10px 10px;
}

.rs-contact.contact-style2 .contact-wrap .content-part {
    text-align: center;
}

.rs-contact.contact-style2 .contact-wrap .content-part .title {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #101010;
    margin: 0;
}

.rs-contact.contact-style2 .contact-wrap .content-part .desc {
    margin: 0;
}

.rs-contact.contact-style2 .contact-wrap .from-control {
    padding: 10px 16px 10px 16px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #02010100;
    background-color: #F6F7F9;
    color: #454545;
    width: 100%;
    opacity: 1;
}

.rs-contact.contact-style2 .contact-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #454545;
    opacity: 0.5;
}

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

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

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

.rs-contact.contact-style2 .address-item {
    display: flex;
}

.rs-contact.contact-style2 .address-item .address-icon img {
    width: 50px;
    max-width: unset;
}

.rs-contact.contact-style2 .address-item .address-text {
    padding: 0px 0px 0px 20px;
}

.rs-contact.contact-style2 .address-item .address-text .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #002129;
    margin: 0 0 7px 0;
    display: block;
}

.rs-contact.contact-style2 .address-item .address-text .services-txt {
    margin: 0;
}

.rs-contact.contact-style2 .address-item:hover .address-text .title {
    color: #004fd2;
}

.rs-contact.contact-style2.contact-style3 .contact-wrap {
    background: unset;
    padding: unset;
    border-radius: unset;
}

.rs-contact.contact-style2.contact-style3 .contact-wrap .from-control {
    padding: 13px 20px 13px 20px;
    background-color: unset;
    border: 1px solid #f1f1f1;
}

.rs-contact.contact-style4 .content-part {
    max-width: 680px;
    margin: 0 auto;
}

.rs-contact.contact-style4 .content-part .contact-wrap {
    text-align: center;
}

.rs-contact.contact-style4 .content-part .contact-wrap .from-control {
    padding: 13px 16px 13px 16px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #EBF2FD;
    background-color: #EBF2FD;
    color: #454545;
    width: 100%;
    opacity: 1;
}

.rs-contact.contact-style4 .content-part .contact-wrap textarea {
    height: 120px;
}

.rs-contact.contact-style4 .content-part .contact-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #454545;
    opacity: 0.5;
}

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

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

.rs-contact.contact-style4 .content-part .contact-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: #454545;
    opacity: 0.5;
}

.rs-contact.contact-style5 .contact-widget .from-control {
    padding: 20px 20px 20px 20px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-color: #F6F7F9;
    width: 100%;
    max-width: 100%;
}

.rs-contact.contact-style5 .contact-widget textarea {
    height: 120px;
}

.rs-contact.contact-style5 .contact-widget ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #454545;
    opacity: 0.39;
}

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

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

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

.rs-contact.contact-style5 .contact-box .address-box {
    display: flex;
}

.rs-contact.contact-style5 .contact-box .address-box .address-icon {
    background-image: linear-gradient(275deg, #af2af3 0%, #004fd2 100%);
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    margin-right: 23px;
}

.rs-contact.contact-style5 .contact-box .address-box .address-icon i {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
}

.rs-contact.contact-style5 .contact-box .address-box .address-text .label {
    font-size: 20px;
    font-weight: 700;
    color: #002129;
    display: block;
    margin-bottom: 5px;
}

.rs-contact.contact-style5 .contact-box .address-box .address-text a {
    color: #454545;
}

.rs-contact.contact-style5 .contact-box .address-box .address-text a:hover {
    color: #004fd2;
}

.rs-contact.contact-style5 .contact-box .address-box .address-text .desc {
    color: #454545;
}

.rs-contact.contact-style5 .map-canvas {
    overflow: hidden;
}

.rs-contact.contact-style5 .map-canvas iframe {
    float: left;
    width: 100%;
    height: 620px;
    border: unset;
}


/* ------------------------------------
    15. Cta Section CSS
---------------------------------------*/

.rs-cta.style1 .title-wrap .epx-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
    margin: 0px;
}

.rs-cta.style1 span {
    font-weight: 500;
    margin: 0 0 10px;
    display: block;
    line-height: 28px;
    font-family: 'Livvic', 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%);
}


/*-----------------------------------------------
    16. Call to Action Section CSS
-----------------------------------------------*/

.rs-call-us .app-store li {
    display: inline;
    margin-right: 20px;
}

.rs-call-us .app-store li a {
    display: inline-block;
}

.rs-call-us .app-store li a img {
    opacity: 1;
}

.rs-call-us .app-store li a img:hover {
    opacity: 0.9;
    transition: all 0.3s ease;
}

.rs-call-us .app-store li:last-child {
    margin: 0;
}


/* ------------------------------------
    17. Team Section CSS
---------------------------------------*/

.rs-team.team-style1 .team-wrap .image-wrap {
    position: relative;
    overflow: hidden;
}

.rs-team.team-style1 .team-wrap .image-wrap a img {
    border-radius: 5px 5px 0 0;
}

.rs-team.team-style1 .team-wrap .team-content {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    padding: 23px 30px 0px;
    opacity: 1;
    position: relative;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.rs-team.team-style1 .team-wrap .team-content .team-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.rs-team.team-style1 .team-wrap .team-content .team-name a {
    color: #002129;
}

.rs-team.team-style1 .team-wrap .team-content .team-name a:hover {
    color: #004fd2;
}

.rs-team.team-style1 .team-wrap .team-content .team-title {
    color: #454545;
}

.rs-team.team-style1 .team-wrap .team-content .plus-team .social-cion {
    background-color: transparent;
    background: #ffffff;
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 50px;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    z-index: -1;
    text-align: center;
    margin-top: 14px;
}

.rs-team.team-style1 .team-wrap .team-content .plus-team .social-cion a i {
    background: transparent;
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}

.rs-team.team-style1 .team-wrap .team-content .plus-team .social-cion a i:hover {
    color: #A611DC;
}

.rs-team.team-style1 .team-wrap .team-content .plus-team .social-cion i:before {
    transform: rotate(0deg);
}

.rs-team.team-style1 .team-wrap .team-content .plus-team i.flaticon-cross:before {
    margin: 0;
    position: absolute;
    transform: rotate(45deg);
    top: 32px;
    right: 28px;
    font-weight: 700;
    font-size: 10px;
    cursor: pointer;
    transition: 500ms ease;
    color: #fff;
    padding: 15px;
    border-radius: 30px;
    background-color: transparent;
    background: linear-gradient(250deg, #b22af3 19%, #1742fd 100%);
}

.rs-team.team-style1 .team-wrap .team-content .plus-team.active_social .social-cion {
    bottom: 105px;
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

.rs-team.team-style1 .team-wrap .team-content .plus-team.active_social .social-cion a i {
    background: transparent;
    color: #004fd2;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}

.rs-team.team-style1 .team-wrap .team-content .plus-team.active_social .social-cion a i:hover {
    color: #A611DC;
}

.rs-team.team-style1 .team-wrap .team-content .plus-team.active_social i:before {
    transform: rotate(0deg);
}

.rs-team.team-style1 .owl-dots {
    text-align: center;
}

.rs-team.team-style1 .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: #004fd2;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.rs-team.team-style1 .owl-dots .owl-dot:hover,
.rs-team.team-style1 .owl-dots .owl-dot.active {
    width: 40px;
    background: #004fd2;
    opacity: 1;
}

.rs-team.team-style1 .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.rs-team.team-style1.home-onepage1 .team-wrap .team-content {
    background-image: unset;
    background: #004fd2;
}

.rs-team.team-style1.home-onepage1 .team-wrap .team-content .plus-team.active_social .social-cion a i,
.rs-team.team-style1.home-onepage1 .team-wrap .team-content .team-title,
.rs-team.team-style1.home-onepage1 .team-wrap .team-content .team-name a {
    color: #ffffff;
}

.rs-team.team-style1.home-onepage1 .team-wrap .team-content .plus-team .social-cion {
    background: #004fd2;
}

.rs-team.team-style2 .team-item .team-inner-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 3px 0 3px;
}

.rs-team.team-style2 .team-item .team-inner-wrap .images-wrap {
    overflow: hidden;
}

.rs-team.team-style2 .team-item .team-inner-wrap .images-wrap img {
    transition: all 0.6s;
}

.rs-team.team-style2 .team-item .team-inner-wrap .images-wrap .team-content {
    width: calc(90%);
    z-index: 1;
    background: #004fd2;
    padding: 18px 0 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
    text-align: center;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.rs-team.team-style2 .team-item .team-inner-wrap .images-wrap .team-content .social-cion {
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
}

.rs-team.team-style2 .team-item .team-inner-wrap .images-wrap .team-content .social-cion a {
    padding: 0 5px;
    font-size: 15px;
    transition: all 0.3s ease 0s;
    margin: 0 2px;
    color: #ffffff;
}

.rs-team.team-style2 .team-item .team-inner-wrap .images-wrap .team-content .social-cion a i {
    font-size: 15px;
    color: #ffffff;
}

.rs-team.team-style2 .team-item .team-inner-wrap .images-wrap .team-content .social-cion a i:hover {
    color: #ccc;
}

.rs-team.team-style2 .team-item .team-inner-wrap .images-wrap .team-content .team-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 6px;
}

.rs-team.team-style2 .team-item .team-inner-wrap .images-wrap .team-content .team-name a {
    color: #ffffff;
}

.rs-team.team-style2 .team-item .team-inner-wrap .images-wrap .team-content .team-title {
    font-size: 16px;
    color: #ffffff;
}

.rs-team.team-style2 .team-item .team-inner-wrap:hover .images-wrap img {
    transform: scale(1.1);
}

.rs-team.team-style2 .team-item .team-inner-wrap:hover .images-wrap .team-content {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

.rs-team.team-style3 .team-item {
    position: relative;
    overflow: hidden;
    margin: 0 3px 0 3px;
}

.rs-team.team-style3 .team-item .team-img {
    overflow: hidden;
}

.rs-team.team-style3 .team-item .team-img img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

.rs-team.team-style3 .team-item .team-content {
    padding: 25px 20px 30px;
    color: #444;
    text-align: center;
    overflow: hidden;
    background: #004fd2;
    border-radius: 0 0 5px 5px;
    transition: .3s all ease;
}

.rs-team.team-style3 .team-item .team-content .team-info .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 3px;
}

.rs-team.team-style3 .team-item .team-content .team-info .name a {
    color: #ffffff;
}

.rs-team.team-style3 .team-item .team-content .team-info .name a:hover {
    color: #c4c4c4;
}

.rs-team.team-style3 .team-item .team-content .team-info .post {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    display: block;
    margin-bottom: 7px;
}

.rs-team.team-style3 .team-item:hover .team-img img {
    border-radius: 5px 5px 0 0;
    transform: scale(1);
    opacity: 0.7;
}

.rs-team.team-style4 .team-item {
    position: relative;
    overflow: hidden;
    padding-bottom: 95px;
    background: #fff;
    border-radius: 5px;
    margin: 0 3px 0 3px;
}

.rs-team.team-style4 .team-item .team-img img {
    transition: 0.4s;
}

.rs-team.team-style4 .team-item .team-content {
    height: 100px;
    width: 100%;
    bottom: 0;
    position: absolute;
    padding: 20px 20px;
    color: #444;
    text-align: center;
    overflow: hidden;
    background: #fff;
    transition: .3s all ease;
}

.rs-team.team-style4 .team-item .team-content .team-info .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}

.rs-team.team-style4 .team-item .team-content .team-info .name a {
    color: #002129;
}

.rs-team.team-style4 .team-item .team-content .team-info .post {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #333333;
}

.rs-team.team-style4 .team-item .team-content .social-icon {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%) scale(0.5);
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
}

.rs-team.team-style4 .team-item .team-content .social-icon li {
    display: inline-block;
    margin-right: 30px;
}

.rs-team.team-style4 .team-item .team-content .social-icon li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    background: transparent;
}

.rs-team.team-style4 .team-item .team-content .social-icon li a i {
    font-size: 30px;
    color: #ffffff;
}

.rs-team.team-style4 .team-item .team-content .social-icon li a i:hover {
    color: #002129;
}

.rs-team.team-style4 .team-item .team-content .social-icon li:last-child {
    margin-right: 0;
}

.rs-team.team-style4 .team-item .team-content:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #004fd2;
    transition: .4s all ease;
    left: 0;
}

.rs-team.team-style4 .team-item:hover .team-img img {
    transform: scale(1.1);
}

.rs-team.team-style4 .team-item:hover .team-content {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transform: translate(0, 0);
    bottom: 0;
    height: 140px;
    color: #fff;
    background-image: linear-gradient(210deg, #ad2af3 0%, #0a4dd4 100%);
}

.rs-team.team-style4 .team-item:hover .team-content .team-info .name a {
    color: #ffffff;
}

.rs-team.team-style4 .team-item:hover .team-content .team-info .post {
    color: #ffffff;
}

.rs-team.team-style4 .team-item:hover .team-content .social-icon {
    bottom: 20px;
    opacity: 1;
}

.rs-team.team-style4.home-onepage6 .team-item .team-content {
    background: #fff;
    background-image: linear-gradient(130deg, #fb4e57 0%, #f92b74 100%);
}

.rs-team.team-style4.home-onepage6 .team-item .team-content:before {
    display: none;
}

.rs-team.team-style4.home-onepage6 .team-item .team-content .team-info .post,
.rs-team.team-style4.home-onepage6 .team-item .team-content .team-info .name a {
    color: #ffffff;
}

.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 50px 0 0;
}

.rs-team-Single .btm-info-team .con-info {
    position: relative;
}

.rs-team-Single .btm-info-team .con-info .designation-info {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #004fd2;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.rs-team-Single .btm-info-team .con-info .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #002129;
    margin-bottom: 15px;
}

.rs-team-Single .btm-info-team .con-info .short-desc {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 25px;
}

.rs-team-Single .btm-info-team .con-info .team-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #002129;
    margin-bottom: 15px;
}

.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: #004fd2;
    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: #004fd2;
}

.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 a:hover {
    color: #004fd2;
}

.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: 70px;
    color: #0a0a0a;
    font-family: "Flaticon";
    height: 100%;
    top: 243px;
    opacity: 0.02;
}


/* ------------------------------------
    18. Services Section CSS
---------------------------------------*/

.rs-services.main-home .services-item {
    padding: 68px 45px 60px 45px;
    background-color: #ffffff;
    position: relative;
    text-align: left;
}

.rs-services.main-home .services-item .services-icon {
    position: relative;
    transition: all .3s ease;
}

.rs-services.main-home .services-item .services-icon .image-part .main-img {
    max-width: unset;
}

.rs-services.main-home .services-item .services-icon .image-part .hover-img {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease;
}

.rs-services.main-home .services-item .services-content {
    padding: 33px 0px 0px 0;
    position: relative;
}

.rs-services.main-home .services-item .services-content .services-text .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 13px;
}

.rs-services.main-home .services-item .services-content .services-text .title a {
    color: #002129;
}

.rs-services.main-home .services-item .services-content .services-desc p {
    margin: 0;
}

.rs-services.main-home .services-item:hover {
    background-image: linear-gradient(90deg, #004fd2 0%, #a112dc 100%);
}

.rs-services.main-home .services-item:hover .services-icon {
    position: relative;
    transition: all .3s ease;
}

.rs-services.main-home .services-item:hover .services-icon .image-part .main-img {
    transform: scale(0);
}

.rs-services.main-home .services-item:hover .services-icon .image-part .hover-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.rs-services.main-home .services-item:hover .services-content {
    padding: 33px 0px 0px 0;
    position: relative;
}

.rs-services.main-home .services-item:hover .services-content .services-text .title a {
    color: #ffffff;
}

.rs-services.main-home .services-item:hover .services-content .services-desc p {
    color: #ffffff;
}

.rs-services.services-style2 {
    position: relative;
}

.rs-services.services-style2 .services-item {
    display: flex;
    padding: 43px 50px 35px 50px;
    background-color: #FFFFFF5E;
    transition: background 0.5s;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
}

.rs-services.services-style2 .services-item .services-icon {
    position: relative;
    transition: all .3s ease;
}

.rs-services.services-style2 .services-item .services-icon .main-img {
    width: 50px;
    max-width: unset;
    height: unset;
    transition: all .3s ease;
}

.rs-services.services-style2 .services-item .services-icon .hover-img {
    width: 50px;
    max-width: unset;
    height: unset;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease;
}

.rs-services.services-style2 .services-item .services-content {
    padding-left: 22px;
}

.rs-services.services-style2 .services-item .services-content .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}

.rs-services.services-style2 .services-item .services-content .title a {
    color: #0a0a0a;
}

.rs-services.services-style2 .services-item .services-content .services-desc p {
    margin: 0;
}

.rs-services.services-style2 .services-item:hover {
    background-image: linear-gradient(90deg, #fd6509 41%, #ff9200 100%);
}

.rs-services.services-style2 .services-item:hover .services-icon .main-img {
    transform: scale(0);
}

.rs-services.services-style2 .services-item:hover .services-icon .hover-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.rs-services.services-style2 .services-item:hover .services-content .title a {
    color: #ffffff;
}

.rs-services.services-style2 .services-item:hover .services-content .services-desc p {
    color: #ffffff;
}

.rs-services.services-style2 .services-item:hover.aqua-bg {
    background-image: linear-gradient(90deg, #248d73 41%, #03dea8 100%);
}

.rs-services.services-style2 .services-item:hover.blue-bg {
    background-image: linear-gradient(90deg, #2078db 41%, #129cfd 100%);
}

.rs-services.services-style2 .services-item:hover.pink-bg {
    background-image: linear-gradient(90deg, #cc0b65 41%, #f2569f 100%);
}

.rs-services.services-style2 .services-item:hover.purple-bg {
    background-image: linear-gradient(90deg, #7e06e4 41%, #9b53e0 100%);
}

.rs-services.services-style2 .services-item:hover.blue-light-bg {
    background-image: linear-gradient(90deg, #02098e 41%, #2a31b1 100%);
}

.rs-services.services-style2 .converted-img {
    padding: 0 10px 0 16px;
}

.rs-services.services-style2 .rs-animation .services-animate {
    position: absolute;
    right: 19%;
    top: -3%;
}

.rs-services.services-style3 .services-item {
    padding: 0 20px 0 20px;
    text-align: center;
}

.rs-services.services-style3 .services-item .services-icon {
    margin-bottom: 22px;
}

.rs-services.services-style3 .services-item .services-icon img {
    height: 70px;
    max-width: unset;
}

.rs-services.services-style3 .services-item .services-content .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
}

.rs-services.services-style3 .services-item .services-content .title a {
    color: #002129;
}

.rs-services.services-style3 .services-item .services-content .title a:hover {
    color: #004fd2;
}

.rs-services.services-style3 .services-item .services-content .services-txt {
    margin: 0;
}

.rs-services.services-style4 .services-item {
    display: flex;
}

.rs-services.services-style4 .services-item .services-icon img {
    height: 50px;
    max-width: unset;
}

.rs-services.services-style4 .services-item .services-content {
    padding-left: 20px;
}

.rs-services.services-style4 .services-item .services-content .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
}

.rs-services.services-style4 .services-item .services-content .title a {
    color: #002129;
}

.rs-services.services-style4 .services-item .services-content .title a:hover {
    color: #004fd2;
}

.rs-services.services-style4 .services-item .services-content .services-txt {
    margin: 0;
}

.rs-services.services-style5 .services-item {
    padding: 50px 25px 50px 25px;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    text-align: center;
}

.rs-services.services-style5 .services-item .services-icon {
    position: relative;
    transition: all .3s ease;
}

.rs-services.services-style5 .services-item .services-icon .image-part .main-img {
    max-width: unset;
    width: 70px;
    height: 70px;
}

.rs-services.services-style5 .services-item .services-icon .image-part .hover-img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 70px;
    height: 70px;
    max-width: unset;
    visibility: hidden;
    opacity: 0;
    transform: scale(0) translateX(-50%);
    transition: all .3s ease;
}

.rs-services.services-style5 .services-item .services-content {
    padding: 33px 0px 0px 0;
    position: relative;
}

.rs-services.services-style5 .services-item .services-content .services-text .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 13px;
}

.rs-services.services-style5 .services-item .services-content .services-text .title a {
    color: #002129;
}

.rs-services.services-style5 .services-item .services-content .services-desc p {
    margin: 0;
}

.rs-services.services-style5 .services-item:hover {
    background-color: #FD660A;
}

.rs-services.services-style5 .services-item:hover .services-icon {
    position: relative;
    transition: all .3s ease;
}

.rs-services.services-style5 .services-item:hover .services-icon .image-part .main-img {
    transform: scale(0);
}

.rs-services.services-style5 .services-item:hover .services-icon .image-part .hover-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateX(-50%);
}

.rs-services.services-style5 .services-item:hover .services-content {
    padding: 33px 0px 0px 0;
    position: relative;
}

.rs-services.services-style5 .services-item:hover .services-content .services-text .title a {
    color: #ffffff;
}

.rs-services.services-style5 .services-item:hover .services-content .services-desc p {
    color: #ffffff;
}

.rs-services.services-style5 .services-item:hover.blue-bg-style {
    background-color: #2C44E4;
}

.rs-services.services-style5 .services-item:hover.paste-bg-style {
    background-color: #14D2F5;
}

.rs-services.services-style6 .services-item {
    padding: 50px 36px 50px 36px;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #0F8EF329;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    text-align: left;
}

.rs-services.services-style6 .services-item.no-border-bottom {
    border-width: 0px 1px 0px 0px;
}

.rs-services.services-style6 .services-item .services-icon {
    position: relative;
    transition: all .3s ease;
}

.rs-services.services-style6 .services-item .services-icon .image-part .main-img {
    height: 70px;
    width: 70px;
}

.rs-services.services-style6 .services-item .services-icon .image-part .hover-img {
    height: 70px;
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease;
}

.rs-services.services-style6 .services-item .services-content {
    padding: 33px 0px 0px 0;
    position: relative;
}

.rs-services.services-style6 .services-item .services-content .services-text .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 13px;
}

.rs-services.services-style6 .services-item .services-content .services-text .title a {
    color: #002129;
}

.rs-services.services-style6 .services-item .services-content .services-desc p {
    margin: 0;
    color: #444444;
}

.rs-services.services-style6 .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.services-style6 .services-item:hover {
    background-color: #FD660A;
}

.rs-services.services-style6 .services-item:hover.pink-bg {
    background: #F30876;
}

.rs-services.services-style6 .services-item:hover.aqua-bg {
    background: #05DBEE;
}

.rs-services.services-style6 .services-item:hover.paste-bg {
    background: #13E1AF;
}

.rs-services.services-style6 .services-item:hover.purple-bg {
    background: #780FDA;
}

.rs-services.services-style6 .services-item:hover.green-bg {
    background: #0A99FD;
}

.rs-services.services-style6 .services-item:hover.blue-bg {
    background: #2c44e4;
}

.rs-services.services-style6 .services-item:hover.gold-bg {
    background: #f5be18;
}

.rs-services.services-style6 .services-item:hover.cyan-bg {
    background: #14d2f5;
}

.rs-services.services-style6 .services-item:hover.orange-bg {
    background: #FD660A;
}

.rs-services.services-style6 .services-item:hover.light-purple-bg {
    background-image: linear-gradient(90deg, #6e71db 41%, #9c9ff9 100%);
}

.rs-services.services-style6 .services-item:hover .services-icon {
    position: relative;
    transition: all .3s ease;
}

.rs-services.services-style6 .services-item:hover .services-icon .image-part .main-img {
    transform: scale(0);
}

.rs-services.services-style6 .services-item:hover .services-icon .image-part .hover-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.rs-services.services-style6 .services-item:hover .services-content {
    padding: 33px 0px 0px 0;
    position: relative;
}

.rs-services.services-style6 .services-item:hover .services-content .services-text .title a {
    color: #ffffff;
}

.rs-services.services-style6 .services-item:hover .services-content .services-desc p {
    color: #ffffff;
}

.rs-services.services-style6 .services-item:hover .services-content .serial-number {
    color: #FFFFFF26;
}

.rs-services.services-style7 .services-wrap {
    box-shadow: 1px 3px 16px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    padding: 70px 30px 40px;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
}

.rs-services.services-style7 .services-wrap .icon-part .img-bg {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    margin: 0 auto;
    z-index: 1;
}

.rs-services.services-style7 .services-wrap .icon-part .img-bg:after,
.rs-services.services-style7 .services-wrap .icon-part .img-bg:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.rs-services.services-style7 .services-wrap .icon-part .img-bg:after {
    width: 90px;
    height: 90px;
    opacity: 0.2;
    z-index: -1;
}

.rs-services.services-style7 .services-wrap .icon-part .img-bg:before {
    width: 110px;
    height: 110px;
    opacity: 0.1;
    z-index: -2;
}

.rs-services.services-style7 .services-wrap .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #002129;
    position: relative;
    z-index: 2;
}

.rs-services.services-style7 .services-wrap .desc {
    color: #002129;
}

.rs-services.services-style7 .services-wrap:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -100%;
    transition: all 0.8s ease 0s;
    height: 97%;
    transform: scaleY(3) translateX(-50%);
    border-radius: 100% 100% 0 0;
    width: 107%;
    z-index: -1;
    opacity: 0.05;
}

.rs-services.services-style7 .services-wrap.primary-psudo .icon-part .img-bg {
    background: #ff8282;
}

.rs-services.services-style7 .services-wrap.primary-psudo .icon-part .img-bg:after,
.rs-services.services-style7 .services-wrap.primary-psudo .icon-part .img-bg:before {
    background: #ff8282;
}

.rs-services.services-style7 .services-wrap.primary-psudo:after {
    background: #ff8282;
}

.rs-services.services-style7 .services-wrap.secondary-psudo .icon-part .img-bg {
    background: #6D5AFE;
}

.rs-services.services-style7 .services-wrap.secondary-psudo .icon-part .img-bg:after,
.rs-services.services-style7 .services-wrap.secondary-psudo .icon-part .img-bg:before {
    background: #6D5AFE;
}

.rs-services.services-style7 .services-wrap.secondary-psudo:after {
    background: #6D5AFE;
}

.rs-services.services-style7 .services-wrap.green-psudo .icon-part .img-bg {
    background: #1AB128;
}

.rs-services.services-style7 .services-wrap.green-psudo .icon-part .img-bg:after,
.rs-services.services-style7 .services-wrap.green-psudo .icon-part .img-bg:before {
    background: #1AB128;
}

.rs-services.services-style7 .services-wrap.green-psudo:after {
    background: #1AB128;
}

.rs-services.services-style7 .services-wrap:hover .icon-part .img-bg:after {
    animation: w90 1.30s infinite alternate;
}

.rs-services.services-style7 .services-wrap:hover .icon-part .img-bg:before {
    animation: w110 1.30s infinite alternate;
}

.rs-services.services-style7 .services-wrap:hover:after {
    height: 0;
    width: 100%;
    bottom: 0;
}

.rs-services.services-style8 .services-item {
    background-color: #ffffff;
    background-image: url(assets/images/services/style5/serv-shape-data.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.rs-services.services-style8 .services-item .services-wrap {
    text-align: center;
    padding: 50px 29px 50px 29px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
}

.rs-services.services-style8 .services-item .services-wrap .services-icon {
    margin-bottom: 25px;
}

.rs-services.services-style8 .services-item .services-wrap .services-icon img {
    width: 50px;
}

.rs-services.services-style8 .services-item .services-wrap .services-content .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 0px 0px 13px 0px;
}

.rs-services.services-style8 .services-item .services-wrap .services-content .title a {
    color: #1D165C;
}

.rs-services.services-style8 .services-item .services-wrap .services-content .title a:hover {
    color: #f92b74;
}

.rs-services.services-style8 .services-item .services-wrap .services-content .services-desc {
    margin-bottom: 25px;
}

.rs-services.services-style8 .services-item:hover {
    background-color: #FFFFFF;
    background-image: url(assets/images/services/style5/serv-shape-data2.png);
    background-position: top left;
}

.rs-services.services-style9 .services-item {
    display: flex;
    padding: 25px 25px 25px 25px;
    background-color: #F1F6FC;
    border-radius: 4px 4px 4px 4px;
    margin: 0 -3px 0 -3px;
}

.rs-services.services-style9 .services-item .services-icon img {
    height: 65px;
    width: 65px;
    max-width: unset;
}

.rs-services.services-style9 .services-item .services-content {
    padding-left: 22px;
}

.rs-services.services-style9 .services-item .services-content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #101010;
    margin: 0 0 10px 0;
}

.rs-services.services-style9 .services-item .services-content .title:hover {
    color: #004fd2;
}

.rs-services.services-style9 .services-item .services-content .services-txt {
    color: #444444;
    margin: 0;
}

.rs-services-single .services-add {
    background: url(assets/images/services/single/call.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 5px;
    padding: 50px 47px 53px;
}

.rs-services-single .services-add .title {
    font-size: 24px;
    line-height: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 30px;
}

.rs-services-single .services-add .contact a {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #ffffff;
}

.rs-services-single .services-title .title {
    color: #0a0a0a;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 800;
}

.rs-services-single .services-title .title2 {
    color: #0a0a0a;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
}

.rs-services-single .brochures {
    background-color: #F0F5FF;
    padding: 35px 30px 45px 30px;
    border-radius: 5px 5px 5px 5px;
}

.rs-services-single .brochures .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #002129;
    margin: 0px 0px 16px 0px;
}

.rs-case-studies-single .services-add {
    background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 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 .case-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    color: #002129;
    margin: 0;
    padding: 40px 0 30px;
}

.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(90deg, #004fd2 10%, #a511dc 100%);
}

.rs-case-studies-single .ps-informations .info-title {
    padding-bottom: 10px;
    color: #fff;
}

.rs-case-studies-single .project-gallery .gallery-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    color: #0a0a0a;
    margin: 0;
}

.rs-case-studies-single .project-gallery .file-list-image {
    position: relative;
    background: #000000;
    border-radius: 5px;
}

.rs-case-studies-single .project-gallery .file-list-image .img-part {
    position: relative;
}

.rs-case-studies-single .project-gallery .file-list-image .img-part img {
    transition: 0.3s all ease;
    border-radius: 5px;
}

.rs-case-studies-single .project-gallery .file-list-image .img-part .image-popup {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease 0s;
    height: 46px;
    line-height: 44px;
    width: 46px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 60%;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rs-case-studies-single .project-gallery .file-list-image .img-part .image-popup:hover {
    background: #004fd2;
    color: #ffffff;
    border: 1px solid #004fd2;
}

.rs-case-studies-single .project-gallery .file-list-image:hover .img-part img {
    opacity: 0.4;
}

.rs-case-studies-single .project-gallery .file-list-image:hover .img-part .image-popup {
    top: 50%;
    opacity: 1;
}


/* ------------------------------------
    19. Skill-bar Section CSS
---------------------------------------*/

.rs-skillbar.style1 .cl-skill-bar .skillbar-title {
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito", Sans-serif;
    color: #454545;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar {
    height: 8px;
    line-height: 8px;
    padding: 1px 1px 1px 1px;
    margin: 8px 0 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #A511DC;
    background-color: #02010100;
    border-radius: 3px 3px 3px 3px;
    position: relative;
    width: 100%;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar .skillbar-bar {
    width: 0;
    margin-bottom: 0;
    height: 4px;
    line-height: 8px;
    background: #454545;
    border-radius: 3px 3px 3px 3px;
    background-color: #A511DC;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar .skill-bar-percent {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: -38px;
    font-family: "Nunito", Sans-serif;
    color: #101010;
    font-size: 16px;
    font-weight: 400;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar.blue-style {
    border-color: #004FD2;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar.blue-style .skillbar-bar {
    background-color: #004FD2;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar.pink-style {
    border-color: #FF00EA;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar.pink-style .skillbar-bar {
    background-color: #FF00EA;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar.skyblue-style {
    border-color: #609CFF;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar.skyblue-style .skillbar-bar {
    background-color: #609CFF;
}

.rs-skillbar.style1.skillbar-services .cl-skill-bar .skillbar-title {
    font-size: 13px;
    font-weight: 700;
    color: #212121;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rs-skillbar.style1.skillbar-services .skillbar .skill-bar-percent {
    font-weight: 700;
}

.rs-skillbar.style1.skillbar-services .cl-skill-bar .skillbar {
    height: 7px;
    line-height: 7px;
    background-color: #DFEDFE;
    height: 8px;
    line-height: 8px;
    padding: unset;
    margin: 8px 0 20px;
    border-style: unset;
    border-width: unset;
    border-color: unset;
    border-radius: unset;
}

.rs-skillbar.style1.skillbar-services .cl-skill-bar .skillbar .skillbar-bar {
    height: 7px;
    line-height: 7px;
    border-radius: unset;
    background-color: transparent;
    background-image: linear-gradient(180deg, #004fd2 0%, #af2af3 100%);
}

.rs-skillbar.style1.skillbar-services.web-style .cl-skill-bar .skillbar .skillbar-bar {
    background: #f00;
    background-image: linear-gradient(180deg, #004fd2 0%, #af2af3 100%);
}

.rs-skillbar.style1.team-single .cl-skill-bar .skillbar .skillbar-bar {
    border-radius: unset;
    background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
}

.rs-skillbar.style1.team-single .cl-skill-bar .skillbar {
    border-radius: unset;
    border-color: #007bff;
}


/* ------------------------------------
    20. Technology  Section CSS
---------------------------------------*/

.rs-technology.style1 .grid-figure {
    text-align: center;
}

.rs-technology.style1 .grid-figure .logo-img a {
    overflow: hidden;
}


/* ------------------------------------
    21. Process Section CSS
---------------------------------------*/

.rs-process.style1 .addon-service-main {
    position: relative;
}

.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap {
    position: relative;
    border-top: 1px solid #e1e1e1;
    transition: all 0.3s ease 0s;
}

.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap .number-text {
    text-align: center;
}

.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap .number-text .number-area {
    font-size: 42px;
    font-weight: 800;
    line-height: 80px;
    text-align: center;
    width: 80px;
    height: 80px;
    color: #ffffff;
    margin: 0 auto;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #004fd2 0%, #a112dc 100%);
}

.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap .number-text .content-txt {
    padding: 20px 10px 0px 10px;
}

.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap .number-text .content-txt .number-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #002129;
    margin-bottom: 15px;
}

.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap .number-text .content-txt .number-txt {
    margin: 0;
}

.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    background: #004fd2;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: -7.5px;
    z-index: 1;
}

.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap:after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    top: 0;
    width: 1px;
    background: #e1e1e1;
    height: 100px;
    z-index: -11;
}

.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap.purple-bg:before {
    background: #a112dc;
}

.rs-process.style1 .addon-service-main:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    z-index: 1;
    left: 0;
    top: -7.5px;
}

.rs-process.style1 .addon-service-main:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    z-index: 1;
    right: 0;
    top: -7.5px;
}

.rs-process.style2 .process-img {
    margin: 0px 0px 0px -70px;
}

.rs-process.style2 .process-item {
    position: relative;
    transition: all 0.3s ease 0s;
}

.rs-process.style2 .process-item .process-wrap {
    max-width: 330px;
    width: 330px;
    display: flex;
    padding: 15px 15px 15px 15px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    background-color: #FFFFFF;
}

.rs-process.style2 .process-item .process-wrap .serial-number {
    color: #F92C74;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 50px;
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 0px 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 4px 0px 18px 2px #2125291f;
}

.rs-process.style2 .process-item .process-wrap .process-content {
    padding-left: 20px;
}

.rs-process.style2 .process-item .process-wrap .process-content .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 0px 0;
    color: #1d165c;
}

.rs-process.style2 .process-item .process-wrap .process-content .services-txt {
    margin: 0;
}

.rs-process.style2 .process-item .process-wrap.widget-left-one {
    margin: 0px 0px 0px 50px;
}

.rs-process.style2 .process-item .process-wrap.widget-left-two {
    margin: 0px 0px 0px 100px;
}

.rs-process.style2 .process-item .process-wrap.widget-left-three {
    margin: 0px 0px 0px 150px;
}

.rs-process.style2 .process-item .process-wrap.widget-left-four {
    margin: 0px 0px 0px 200px;
}

.rs-process.style2 .process-item .process-wrap.widget-left-five {
    margin: 0px 0px 0px 250px;
}

.rs-process.style2 .process-item:hover .process-wrap .serial-number {
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #f92b74 0%, #fb4e57 100%);
}


/*------------------------------------
    22. Pricing Section CSS
------------------------------------*/

.rs-pricing.pricing-style1 .pricing-table {
    position: relative;
    padding: 27px 40px 0px 40px;
    margin: 0 3px 0 3px;
    background-color: #FFFFFF;
    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);
    text-align: center;
}

.rs-pricing.pricing-style1 .pricing-table .pricing-badge {
    top: 30px;
    left: 0px;
    padding: 10px 23px 11px 23px;
    background-color: #004fd2;
    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-style1 .pricing-table .pricing-icon {
    margin-bottom: 60px;
}

.rs-pricing.pricing-style1 .pricing-table .pricing-icon img {
    width: 110px;
}

.rs-pricing.pricing-style1 .pricing-table .pricing-table-price {
    margin-bottom: 30px;
}

.rs-pricing.pricing-style1 .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency {
    font-size: 25px;
    font-weight: 600;
    color: #002129;
}

.rs-pricing.pricing-style1 .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
    font-size: 52px;
    font-weight: 600;
    color: #002129;
}

.rs-pricing.pricing-style1 .pricing-table .pricing-table-price .pricing-table-bags .table-period {
    color: #435761;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

.rs-pricing.pricing-style1 .pricing-table .pricing-table-body {
    margin-bottom: 7px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #EBEBEB;
    padding: 18px 15px 4px 15px;
}

.rs-pricing.pricing-style1 .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-style1 .pricing-table .pricing-table-body li i {
    float: right;
    margin-right: 0;
    font-size: 16px;
    color: #004fd2;
}

.rs-pricing.pricing-style2 .item {
    position: relative;
}

.rs-pricing.pricing-style2 .item .price-wrap {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    padding: 70px 30px 50px;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.rs-pricing.pricing-style2 .item .price-wrap .icon-part .img-bg {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    margin: 0 auto;
    z-index: 1;
}

.rs-pricing.pricing-style2 .item .price-wrap .icon-part .img-bg:after,
.rs-pricing.pricing-style2 .item .price-wrap .icon-part .img-bg:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.rs-pricing.pricing-style2 .item .price-wrap .icon-part .img-bg:after {
    width: 90px;
    height: 90px;
    opacity: 0.2;
    z-index: -1;
}

.rs-pricing.pricing-style2 .item .price-wrap .icon-part .img-bg:before {
    width: 110px;
    height: 110px;
    opacity: 0.1;
    z-index: -2;
}

.rs-pricing.pricing-style2 .item .price-wrap .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #666666;
    position: relative;
    z-index: 2;
}

.rs-pricing.pricing-style2 .item .price-wrap .price {
    font-size: 40px;
    font-weight: 700;
    color: #002129;
    margin-bottom: 45px;
}

.rs-pricing.pricing-style2 .item .price-wrap .list-item {
    height: 0;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.rs-pricing.pricing-style2 .item .price-wrap .list-item li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.rs-pricing.pricing-style2 .item .price-wrap .list-item li:last-child {
    margin-bottom: 40px;
    padding: 0;
    border: none;
}

.rs-pricing.pricing-style2 .item .price-wrap .price-btn a {
    display: inline-block;
    padding: 11px 42px;
    text-align: center;
    color: #ffffff;
}

.rs-pricing.pricing-style2 .item .price-wrap:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -100%;
    transition: all 0.8s ease 0s;
    height: 97%;
    transform: scaleY(3) translateX(-50%);
    border-radius: 100% 100% 0 0;
    width: 107%;
    z-index: -1;
    opacity: 0.05;
}

.rs-pricing.pricing-style2 .item .collaps-btn {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -24.5px;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
}

.rs-pricing.pricing-style2 .item .collaps-btn i {
    width: 49px;
    height: 49px;
    line-height: 49px;
    cursor: pointer;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
}

.rs-pricing.pricing-style2 .item .collaps-btn i:before {
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.rs-pricing.pricing-style2 .item.primary-psudo .price-wrap .icon-part .img-bg {
    background: #FF8282;
}

.rs-pricing.pricing-style2 .item.primary-psudo .price-wrap .icon-part .img-bg:after,
.rs-pricing.pricing-style2 .item.primary-psudo .price-wrap .icon-part .img-bg:before {
    background: #FF8282;
}

.rs-pricing.pricing-style2 .item.primary-psudo .price-wrap .price-btn a {
    background: #FF8282;
}

.rs-pricing.pricing-style2 .item.primary-psudo .price-wrap:after {
    background: #FF8282;
}

.rs-pricing.pricing-style2 .item.primary-psudo .collaps-btn i {
    background: #FF8282;
}

.rs-pricing.pricing-style2 .item.secondary-psudo .price-wrap .icon-part .img-bg {
    background: #6D5AFE;
}

.rs-pricing.pricing-style2 .item.secondary-psudo .price-wrap .icon-part .img-bg:after,
.rs-pricing.pricing-style2 .item.secondary-psudo .price-wrap .icon-part .img-bg:before {
    background: #6D5AFE;
}

.rs-pricing.pricing-style2 .item.secondary-psudo .price-wrap .price-btn a {
    background: #6D5AFE;
}

.rs-pricing.pricing-style2 .item.secondary-psudo .price-wrap:after {
    background: #6D5AFE;
}

.rs-pricing.pricing-style2 .item.secondary-psudo .collaps-btn i {
    background: #6D5AFE;
}

.rs-pricing.pricing-style2 .item.green-psudo .price-wrap .icon-part .img-bg {
    background: #1AB128;
}

.rs-pricing.pricing-style2 .item.green-psudo .price-wrap .icon-part .img-bg:after,
.rs-pricing.pricing-style2 .item.green-psudo .price-wrap .icon-part .img-bg:before {
    background: #1AB128;
}

.rs-pricing.pricing-style2 .item.green-psudo .price-wrap .price-btn a {
    background: #1AB128;
}

.rs-pricing.pricing-style2 .item.green-psudo .price-wrap:after {
    background: #1AB128;
}

.rs-pricing.pricing-style2 .item.green-psudo .collaps-btn i {
    background: #1AB128;
}

.rs-pricing.pricing-style2 .item.is-open .price-wrap .icon-part .img-bg:after {
    animation: w90 1.30s infinite alternate;
}

.rs-pricing.pricing-style2 .item.is-open .price-wrap .icon-part .img-bg:before {
    animation: w110 1.30s infinite alternate;
}

.rs-pricing.pricing-style2 .item.is-open .price-wrap .list-item {
    height: 209px;
    opacity: 1;
    visibility: visible;
}

.rs-pricing.pricing-style2 .item.is-open .price-wrap:after {
    opacity: 0;
}

.rs-pricing.pricing-style2 .item.is-open .collaps-btn {
    opacity: 1;
}

.rs-pricing.pricing-style2 .item.is-open .collaps-btn i:before {
    content: "\f068";
}

.rs-pricing.pricing-style2 .item:hover .price-wrap .icon-part .img-bg:after {
    animation: w90 1.30s infinite alternate;
}

.rs-pricing.pricing-style2 .item:hover .price-wrap .icon-part .img-bg:before {
    animation: w110 1.30s infinite alternate;
}

.rs-pricing.pricing-style2 .item:hover .price-wrap:after {
    height: 0;
    width: 100%;
    bottom: 0;
}

.rs-pricing.pricing-style2 .item:hover .collaps-btn {
    opacity: 1;
}

.rs-pricing.pricing-style3 .pricing-table {
    padding: 55px 40px 0px 40px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EBEBEB;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-table-header .pricing-table-title {
    margin-bottom: 36px;
    color: #04004D;
    font-size: 24px;
    font-weight: 600;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-icon {
    margin-bottom: 30px;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-icon img {
    width: 90px;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-table-price .pricing-table-bags {
    margin-bottom: 30px;
    color: #242424;
    font-weight: 700;
    font-size: 60px;
    line-height: normal;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency {
    font-size: 25px;
    font-weight: 600;
    color: #004fd2;
    margin-right: -15px;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
    font-size: 52px;
    font-weight: 600;
    color: #004fd2;
    margin-right: -15px;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-table-price .pricing-table-bags .table-period {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    color: #435761;
    font-size: 16px;
    font-weight: 500;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-table-price .pricing-table-bags .table-period:before {
    content: "";
    height: 20px;
    width: 2px;
    position: absolute;
    left: 0;
    transform: rotate(20deg) translateY(-50%);
    top: 50%;
    background: #f2f2f2;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-table-body {
    margin-bottom: 10px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #EBEBEB;
    text-align: left;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-table-body ul {
    padding: 0px 15px 4px 15px;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-table-body ul li {
    padding: 9px 0px 9px 0px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-table-body ul li i {
    float: right;
    margin-right: 0;
    min-width: 15px;
    font-size: 16px;
    color: #004fd2;
}

.rs-pricing.pricing-style3 .pricing-table .pricing-table-body ul li span {
    font-size: 15px;
    font-weight: 400;
}

.rs-pricing.pricing-style3 .pricing-table.middle-border {
    border-width: 3px 3px 3px 3px;
    border-color: #0146FA;
}


/*------------------------------------
    23. Project Section CSS
------------------------------------*/

.rs-project.style1 {
    margin-top: -208px;
}

.rs-project.style1 .slick-slider {
    margin: 0px -250px 0px -250px;
}

.rs-project.style1 .slick-list {
    padding: 0 0 50px 0 !important;
}

.rs-project.style1 .slick-slide {
    margin: 0 15px;
}

.rs-project.style1 .project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.rs-project.style1 .project-item .project-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.rs-project.style1 .project-item .project-img img {
    transition: 1.3s all ease;
    width: 100%;
}

.rs-project.style1 .project-item .project-img:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.8;
    height: 100%;
    background-image: linear-gradient(180deg, #0e33cf 0 0%, #001975 100%);
}

.rs-project.style1 .project-item .project-content {
    position: absolute;
    padding: 24px 30px;
    z-index: 10;
    bottom: 0;
    left: 0;
    border: none;
    transition: all 0.4s ease-in-out 0s;
}

.rs-project.style1 .project-item .project-content .portfolio-inner .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.rs-project.style1 .project-item .project-content .portfolio-inner .title a {
    color: #ffffff;
}

.rs-project.style1 .project-item .project-content .portfolio-inner .category {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: block;
}

.rs-project.style1 .project-item .project-content .portfolio-inner .category a {
    color: #ffffff;
}

.rs-project.style1 .project-item:hover .project-img img {
    transform: scale(1.1);
}

.rs-project.style1 .project-item:hover .project-content {
    bottom: 20px;
}

.rs-project.style1 .slick-dots {
    margin-top: 10px;
    line-height: 10px;
    font-size: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    margin-bottom: 0px;
    list-style: none;
    text-align: center;
}

.rs-project.style1 .slick-dots li {
    display: inline-block;
    width: unset;
    height: unset;
    margin: 0 5px;
    border: none;
    position: relative;
}

.rs-project.style1 .slick-dots li button {
    width: 25px;
    height: 8px;
    display: inline-block;
    font-size: unset;
    line-height: unset;
    padding: unset;
    border-radius: 50px;
    background: #004fd2;
    border: none;
    transition: all 0.3s ease-in;
    opacity: 0.5;
}

.rs-project.style1 .slick-dots li.slick-active button {
    background: #004fd2;
}

.rs-project.style1 .slick-dots li button:hover {
    background: #004fd2;
    opacity: 1;
    width: 40px;
}

.rs-project.project-style2 .project-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.rs-project.project-style2 .project-item .project-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rs-project.project-style2 .project-item .project-img img {
    width: 100%;
    transition: 1.3s all ease;
}

.rs-project.project-style2 .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.project-style2 .project-item .project-content .project-inner {
    position: absolute;
    bottom: 30px;
    width: auto;
    right: 40px;
    left: 40px;
    display: flex;
    flex-wrap: wrap;
    transition: all .5s ease;
}

.rs-project.project-style2 .project-item .project-content .project-inner .title {
    margin-top: 6px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    transform: translateY(0);
    order: 2;
    flex: 0 0 100%;
}

.rs-project.project-style2 .project-item .project-content .project-inner .title a {
    color: #ffffff;
}

.rs-project.project-style2 .project-item .project-content .project-inner .category {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    flex: 0 0 100%;
    transform: translateY(0px);
}

.rs-project.project-style2 .project-item .project-content .project-inner .category a {
    color: #ffffff;
}

.rs-project.project-style2 .project-item .project-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

.rs-project.project-style2 .project-item:hover .project-img img {
    transform: scale(1.2);
}

.rs-project.project-style2 .project-item:hover .project-content {
    opacity: 1;
}

.rs-project.project-style2 .project-item:hover .project-content .project-inner {
    bottom: 50px;
}

.rs-project.project-style2 .project-item:hover .project-content:before {
    opacity: 1;
}

.rs-project.project-style2.project-case-style2 .project-item {
    margin: 0 3px 0 3px;
}

.rs-project.project-style2.project-case-style2 .project-item .project-content .project-inner .title a:hover {
    color: #004fd2;
}

.rs-project.project-style2.project-case-style2 .project-item .project-content .project-inner .title {
    font-size: 22px;
}

.rs-project.project-style2.project-case-style3 .project-item {
    margin: 0 3px 0 3px;
    border-radius: unset;
}

.rs-project.project-style2.project-case-style3 .project-item .project-content:before {
    opacity: 0.8;
    background-image: linear-gradient(transparent 0%, #004fd2 100%);
    border-radius: unset;
}

.rs-project.project-style2.project-case-style3 .project-item .project-content .project-inner .category {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    transform: unset;
}

.rs-project.project-style2.project-case-style3 .project-item .project-content .project-inner .title {
    margin-top: unset;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    transform: unset;
    order: unset;
    flex: unset;
}

.rs-project.project-style2.project-case-style3 .project-item .project-content .project-inner .title a:hover {
    color: #CECFD1;
}

.rs-project.project-style3 .project-item {
    padding: 15px 15px 0px 15px;
    border-radius: 3px 3px 3px 3px;
    background-color: #ffffff;
}

.rs-project.project-style3 .project-item .project-content {
    padding: 23px 30px 20px 30px;
}

.rs-project.project-style3 .project-item .project-content .project-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 5px 0;
}

.rs-project.project-style3 .project-item .project-content .project-title a {
    color: #1d165c;
}

.rs-project.project-style3 .project-item .project-content .project-title a:hover {
    color: #f92b74;
}

.rs-project.project-style3 .project-item .project-content .category {
    font-weight: 600;
    margin: 0px 0px 0px 0px;
}

.rs-project.project-style3 .project-item .project-content .category a {
    color: #454545;
}

.rs-project.project-style3 .project-item .project-content .category a:hover {
    color: #8E8D8D;
}

.rs-project.project-style3 .owl-nav .owl-next,
.rs-project.project-style3 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    color: #002129;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.rs-project.project-style3 .owl-nav .owl-next i:before,
.rs-project.project-style3 .owl-nav .owl-prev i:before {
    content: "\f111";
    font-family: Flaticon;
}

.rs-project.project-style3 .owl-nav .owl-next:hover,
.rs-project.project-style3 .owl-nav .owl-prev:hover {
    color: #004fd2;
}

.rs-project.project-style3 .owl-nav .owl-next {
    right: 60px;
    left: unset;
}

.rs-project.project-style3 .owl-nav .owl-next i:before {
    content: "\f110";
}

.rs-project.project-style3:hover .owl-nav .owl-next,
.rs-project.project-style3:hover .owl-nav .owl-prev {
    visibility: visible;
    opacity: 1;
    left: -60px;
}

.rs-project.project-style3:hover .owl-nav .owl-next {
    right: -60px;
    left: unset;
}

.rs-project.project-style4 .project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    margin: 0 3px 0 3px;
}

.rs-project.project-style4 .project-item .project-content {
    opacity: 0;
    visibility: hidden;
}

.rs-project.project-style4 .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: #a112dc;
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 11;
}

.rs-project.project-style4 .project-item .project-content .p-icon a {
    display: block;
}

.rs-project.project-style4 .project-item .project-content .p-icon a i:before {
    color: #ffffff;
}

.rs-project.project-style4 .project-item .project-content .project-inner {
    position: absolute;
    bottom: 0px;
    left: 25px;
    transition: all 0.3s ease;
}

.rs-project.project-style4 .project-item .project-content .project-inner .title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.rs-project.project-style4 .project-item .project-content .project-inner .title a {
    color: #ffffff;
}

.rs-project.project-style4 .project-item .project-content .project-inner .title a:hover {
    color: #a112dc;
}

.rs-project.project-style4 .project-item .project-content .project-inner .category {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    display: block;
}

.rs-project.project-style4 .project-item .project-content .project-inner .category a {
    color: #ffffff;
}

.rs-project.project-style4 .project-item .project-content .project-inner .category a:hover {
    color: #a112dc;
}

.rs-project.project-style4 .project-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004fd2;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
}

.rs-project.project-style4 .project-item:hover .project-content {
    opacity: 1;
    visibility: visible;
}

.rs-project.project-style4 .project-item:hover .project-content .p-icon {
    right: 25px;
}

.rs-project.project-style4 .project-item:hover .project-content .project-inner {
    bottom: 20px;
}

.rs-project.project-style4 .project-item:hover:before {
    opacity: 0.9;
    visibility: visible;
}

.rs-project.project-style5 .project-item {
    position: relative;
    overflow: hidden;
    margin: 0 3px 0 3px;
}

.rs-project.project-style5 .project-item .project-img img {
    border-radius: 5px;
}

.rs-project.project-style5 .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.project-style5 .project-item .project-content .category {
    margin: 0;
}

.rs-project.project-style5 .project-item .project-content .category a {
    font-size: 16px;
    color: #454545;
}

.rs-project.project-style5 .project-item .project-content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0;
}

.rs-project.project-style5 .project-item .project-content .title a {
    color: #002129;
}

.rs-project.project-style5 .project-item .project-content .title a:hover {
    color: #004fd2;
}

.rs-project.project-style5 .project-item:hover .project-content {
    opacity: 1;
    bottom: 30px;
}

.rs-project.project-style6 .project-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 3px 0 3px;
}

.rs-project.project-style6 .project-item .project-img img {
    transform: scale(1.2);
    transition: 0.6s;
    border-radius: 5px;
}

.rs-project.project-style6 .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.project-style6 .project-item .project-content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}

.rs-project.project-style6 .project-item .project-content .title a {
    color: #ffffff;
}

.rs-project.project-style6 .project-item .project-content .title a:hover {
    color: #004fd2;
}

.rs-project.project-style6 .project-item .project-content .category {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: block;
}

.rs-project.project-style6 .project-item .project-content .category a {
    color: #ffffff;
}

.rs-project.project-style6 .project-item .project-content .category a:hover {
    color: #004fd2;
}

.rs-project.project-style6 .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.project-style6 .project-item:hover .project-img img {
    transform: scale(1);
}

.rs-project.project-style6 .project-item:hover .project-content {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.rs-project.project-style6 .project-item:hover .project-content:before {
    opacity: 1;
    visibility: visible;
}

.rs-project.project-style7 .project-item {
    position: relative;
    overflow: hidden;
    margin: 0 3px 0 3px;
}

.rs-project.project-style7 .project-item .project-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rs-project.project-style7 .project-item .project-img img {
    width: 100%;
    transition: 1.3s all ease;
}

.rs-project.project-style7 .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.project-style7 .project-item .project-content .project-inner {
    position: absolute;
    bottom: -100px;
    transition: 0.5s;
    left: 30px;
}

.rs-project.project-style7 .project-item .project-content .project-inner .title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.rs-project.project-style7 .project-item .project-content .project-inner .title a {
    color: #ffffff;
}

.rs-project.project-style7 .project-item .project-content .project-inner .title a:hover {
    color: #004fd2;
}

.rs-project.project-style7 .project-item .project-content .project-inner .category {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    display: block;
    margin-bottom: 7px;
}

.rs-project.project-style7 .project-item .project-content .project-inner .category a {
    color: #ffffff;
}

.rs-project.project-style7 .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;
    transition: 0.6s;
}

.rs-project.project-style7 .project-item:hover .project-img img {
    transform: scale(1.2);
}

.rs-project.project-style7 .project-item:hover .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.rs-project.project-style7 .project-item:hover .project-content .project-inner {
    bottom: 30px;
}

.rs-project.project-style7 .project-item:hover .project-content .project-inner .title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.rs-project.project-style7 .project-item:hover .project-content .project-inner .title a {
    color: #ffffff;
}

.rs-project.project-style7 .project-item:hover .project-content .project-inner .title a:hover {
    color: #004fd2;
}

.rs-project.project-style7 .project-item:hover .project-content .project-inner .category {
    font-size: 22px;
    line-height: 37px;
    font-weight: 600;
    display: block;
}

.rs-project.project-style7 .project-item:hover .project-content .project-inner .category a {
    color: #ffffff;
}

.rs-project.project-style7 .project-item:hover .project-content .project-inner .category a:hover {
    color: #004fd2;
}

.rs-project.project-style7 .project-item:hover .project-content:before {
    opacity: 1;
    bottom: 0;
    visibility: visible;
}

.rs-project.project-style8 .project-item {
    position: relative;
    overflow: hidden;
    margin: 0 3px 0 3px;
    transition: all 0.3s ease;
}

.rs-project.project-style8 .project-item .project-img {
    position: relative;
}

.rs-project.project-style8 .project-item .project-img img {
    border-radius: 5px;
}

.rs-project.project-style8 .project-item .project-img .plus-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    border-radius: 50px;
    color: #ffffff;
    background: #0B70E1;
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.rs-project.project-style8 .project-item .project-img .plus-icon i {
    font-size: 24px;
    color: #ffffff;
}

.rs-project.project-style8 .project-item .project-content {
    margin-top: 25px;
}

.rs-project.project-style8 .project-item .project-content .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 5px;
}

.rs-project.project-style8 .project-item .project-content .title a {
    color: #002129;
}

.rs-project.project-style8 .project-item .project-content .title a:hover {
    color: #004fd2;
}

.rs-project.project-style8 .project-item .project-content .category {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    display: block;
}

.rs-project.project-style8 .project-item .project-content .category a {
    color: #454545;
}

.rs-project.project-style8 .project-item:hover .project-img .plus-icon {
    opacity: 1;
    visibility: visible;
}


/*------------------------------------
    24. Partner Section CSS
------------------------------------*/

.rs-partner-section.partner-style1 {
    background-image: linear-gradient(240deg, #a611dc 0%, #004fd2 100%);
    position: relative;
}

.rs-partner-section.partner-style1 .logo-img {
    text-align: center;
    padding: 0 62px;
}

.rs-partner-section.partner-style1 .logo-img a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.rs-partner-section.partner-style1 .logo-img a .hovers-logos {
    display: block;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    filter: grayscale(100%);
    -webkit-transform: translateY(-100%);
}

.rs-partner-section.partner-style1 .logo-img a .mains-logos {
    transition: all 0.3s ease-in-out;
    display: block;
    filter: grayscale(100%);
}

.rs-partner-section.partner-style1 .logo-img a:hover .hovers-logos {
    display: block;
    opacity: 3;
    visibility: visible;
    transform: translateY(0%);
}

.rs-partner-section.partner-style1 .logo-img a:hover .mains-logos {
    display: block;
    visibility: hidden;
    transform: translateY(100%);
}

.rs-partner-section.partner-style1.partner-home5-style {
    background-image: unset;
    background: #f7f6ff;
}

.rs-partner-section.partner-style1.partner-home5-style .logo-img {
    padding: 0 62px;
}

.rs-partner-section.partner-style1.partner-home5-style .logo-img a:hover .hovers-logos,
.rs-partner-section.partner-style1.partner-home5-style .logo-img a .mains-logos {
    filter: unset;
}

.rs-partner-section.partner-style1.partner-home6-style {
    background-image: linear-gradient(90deg, #fb4e57 0%, #f92b74 100%);
}

.rs-partner-section.partner-style2 .partner-item .logo-img {
    padding: 52px 60px 52px 60px;
}

.rs-partner-section.partner-style2 .partner-item .logo-img a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}


/*------------------------------------
    25. Blog Section CSS
------------------------------------*/

.rs-blog.blog-home-style1 .blog-item {
    transition: all 500ms ease;
    border-radius: 5px;
    box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
    background: #fff;
}

.rs-blog.blog-home-style1 .blog-item .image-wrap {
    position: relative;
}

.rs-blog.blog-home-style1 .blog-item .image-wrap a img {
    transition: all 0.5s ease 0s;
}

.rs-blog.blog-home-style1 .blog-item .image-wrap .post-categories {
    position: absolute;
    z-index: 11;
    bottom: 20px;
    left: 20px;
    z-index: 10;
}

.rs-blog.blog-home-style1 .blog-item .image-wrap .post-categories li {
    display: inline-block;
}

.rs-blog.blog-home-style1 .blog-item .image-wrap .post-categories li a {
    color: #ffffff;
    background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
    background: linear-gradient(to right, #a112dc 0%, #a112dc 0%, #a112dc 26%, #004fd2 100%, #2989d8 100%, #004fd2 100%, #004fd2 100%);
    transition: 0.4s;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 15px;
    display: block;
}

.rs-blog.blog-home-style1 .blog-item .image-wrap .post-categories li a:hover {
    background: linear-gradient(to left, #a112dc 0%, #a112dc 0%, #a112dc 26%, #004fd2 100%, #2989d8 100%, #004fd2 100%, #004fd2 100%);
}

.rs-blog.blog-home-style1 .blog-item .blog-content {
    padding: 35px 35px 35px 35px;
    background: #fff;
}

.rs-blog.blog-home-style1 .blog-item .blog-content .blog-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 12px;
}

.rs-blog.blog-home-style1 .blog-item .blog-content .blog-title a {
    color: #002129;
}

.rs-blog.blog-home-style1 .blog-item .blog-content .blog-title a:hover {
    color: #004fd2;
}

.rs-blog.blog-home-style1 .blog-item .blog-content .desc {
    margin-bottom: 15px;
}

.rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta {
    margin-bottom: 10px;
    display: flex;
}

.rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta .date {
    font-size: 14px;
    color: #454545;
}

.rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta .date i {
    color: #004fd2;
    padding-right: 5px;
}

.rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta .admin {
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    margin-left: 25px;
}

.rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta .admin i {
    color: #004fd2;
    padding-right: 5px;
}

.rs-blog.blog-home-style1 .blog-item:hover {
    transform: translateY(-10px);
}

.rs-blog.blog-home-style1 .blog-item:hover .image-wrap a img {
    filter: grayscale(1);
}

.rs-blog.blog-home-style1 .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.rs-blog.blog-home-style1.blog-home-style2 .blog-item .image-wrap .post-categories li a {
    background-image: linear-gradient(160deg, #f27c1e 0%, #dd4c23 79%);
}

.rs-blog.blog-home-style1.blog-home-style3 .blog-item .blog-content .blog-meta .admin i,
.rs-blog.blog-home-style1.blog-home-style3 .blog-item .blog-content .blog-meta .date i,
.rs-blog.blog-home-style1.blog-home-style3 .blog-item .blog-content .blog-title a:hover {
    color: #ff8282;
}

.rs-blog.blog-home-style1.blog-home-style4 .blog-item .image-wrap .post-categories li a {
    background-image: linear-gradient(90deg, #fb4e57 0%, #f92b74 100%);
}

.rs-blog.blog-home-style1.blog-home-style4 .blog-item .blog-content .blog-title a:hover,
.rs-blog.blog-home-style1.blog-home-style4 .blog-item .blog-content .blog-meta .admin i,
.rs-blog.blog-home-style1.blog-home-style4 .blog-item .blog-content .blog-meta .date i {
    color: #f92b74;
}

.rs-inner-blog .blog-item {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    padding: 15px;
    transition: 0.3s;
}

.rs-inner-blog .blog-item .blog-img {
    position: relative;
}

.rs-inner-blog .blog-item .blog-img .post-categories {
    position: absolute;
    z-index: 11;
    bottom: 20px;
    left: 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 {
    color: #ffffff;
    background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
    transition: 0.4s;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px;
    display: block;
}

.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
    background-image: linear-gradient(90deg, #a511dc 10%, #004fd2 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: #002129;
}

.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
    color: #004fd2;
}

.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: #002129;
    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: #004fd2;
    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: #004fd2;
}

.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: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #002129;
    font-family: Nunito !important;
    display: block;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
    color: #004fd2;
}

.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: #002129;
}

.rs-inner-blog .widget-area .categories li a:hover {
    color: #004fd2;
}

.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: #004fd2;
}

.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;
}

.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-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;
}


/* ------------------------------------
    26. Testimonial Section CSS
---------------------------------------*/

.rs-testimonial.testimonial-style1 .testi-item {
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    padding: 90px 42px 40px 42px;
}

.rs-testimonial.testimonial-style1 .testi-item .item-content .desc {
    font-size: 16px;
    font-style: italic;
    line-height: 1.9em;
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
    padding: 0 0 30px 0;
}

.rs-testimonial.testimonial-style1 .testi-item .item-content .desc .quote {
    max-width: 30px;
    top: 51px;
    position: absolute;
    left: 11%;
}

.rs-testimonial.testimonial-style1 .testi-item .testi-content {
    display: flex;
    align-items: center;
}

.rs-testimonial.testimonial-style1 .testi-item .testi-content .image-wrap img {
    width: 65px;
    height: 65px;
    border-radius: 50px 50px 50px 50px;
}

.rs-testimonial.testimonial-style1 .testi-item .testi-content .testi-information {
    padding-left: 21px;
}

.rs-testimonial.testimonial-style1 .testi-item .testi-content .testi-information .testi-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #002129;
}

.rs-testimonial.testimonial-style1 .testi-item .testi-content .testi-information .designation {
    font-size: 16px;
    font-weight: 600;
    font-family: "Nunito", Sans-serif;
    color: #878787;
    display: block;
}

.rs-testimonial.testimonial-style1 .center .testi-item {
    background-image: linear-gradient(90deg, #004fd2 0%, #a112dc 100%);
}

.rs-testimonial.testimonial-style1 .center .testi-item .item-content .desc,
.rs-testimonial.testimonial-style1 .center .testi-item .testi-content .testi-information .designation,
.rs-testimonial.testimonial-style1 .center .testi-item .testi-content .testi-information .testi-name {
    color: #fff;
}

.rs-testimonial.testimonial-style1 .center .testi-item .item-content .desc .quote {
    filter: brightness(0);
}

.rs-testimonial.testimonial-style1.testimonial-style2 {
    position: relative;
}

.rs-testimonial.testimonial-style1.testimonial-style2 .center .testi-item {
    background-image: linear-gradient(60deg, #c6340c 0%, #ed4f24 100%);
}

.rs-testimonial.testimonial-style1.testimonial-style2 .center .testi-item .item-content .desc .quote {
    filter: brightness(0.5);
}

.rs-testimonial.testimonial-style1.testimonial-style2 .rs-animation .animate {
    position: absolute;
}

.rs-testimonial.testimonial-style1.testimonial-style2 .rs-animation .animate.one {
    left: 5%;
    top: 15%;
}

.rs-testimonial.testimonial-style1.testimonial-style2 .rs-animation .animate.one img {
    opacity: 0.3;
}

.rs-testimonial.testimonial-style1.testimonial-style2 .rs-animation .animate.two {
    right: 4%;
    bottom: 10%;
}

.rs-testimonial.testimonial-style1.testimonial-style2 .rs-animation .animate.two img {
    width: 60%;
    opacity: 0.3;
}

.rs-testimonial.testimonial-style1.testimonial-style3 .testi-item {
    text-align: center;
}

.rs-testimonial.testimonial-style1.testimonial-style3 .testi-item .item-content .desc .quote {
    max-width: 34px;
    left: 50%;
    transform: translateX(-50%);
}

.rs-testimonial.testimonial-style1.testimonial-style3 .testi-item .testi-content .image-wrap img {
    margin: 0 auto 18px;
}

.rs-testimonial.testimonial-style1.testimonial-style3 .testi-item .testi-content {
    display: unset;
}

.rs-testimonial.testimonial-style1.testimonial-style4 .testi-inner {
    margin-top: -285px;
}

.rs-testimonial.testimonial-style1.testimonial-style4 .testi-inner .testi-item {
    background-image: unset;
    background-color: #fff;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    padding: 34px 42px 40px 42px;
}

.rs-testimonial.testimonial-style1.testimonial-style4 .testi-inner .testi-item .item-content .desc {
    font-size: 17px;
}

.rs-testimonial.testimonial-style1.testimonial-style4 .testi-inner .testi-item .item-content .desc .quote {
    max-width: 70px;
    top: 200px;
    position: absolute;
    left: 77%;
}

.rs-testimonial.testimonial-style1.testimonial-style4 .testi-inner .testi-item .testi-content .testi-information .testi-name {
    color: #1d165c;
}

.rs-testimonial.testimonial-style1.testimonial-style4 .testi-inner .testi-item .testi-content .testi-information .designation {
    color: #0A0A0A;
}

.rs-testimonial.testimonial-style1.testimonial-style4 .testi-inner .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.rs-testimonial.testimonial-style1.testimonial-about-style .testi-item {
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
}

.rs-testimonial.testimonial-style1.testimonial-about-style .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.rs-testimonial.testimonial-style2 .testi-item {
    position: relative;
}

.rs-testimonial.testimonial-style2 .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.testimonial-style2 .testi-item .author-desc .desc {
    color: #333333;
    padding: 73px 0px 10px 0px;
    font-size: 17px;
    line-height: 33px;
    font-weight: 400;
}

.rs-testimonial.testimonial-style2 .testi-item .author-desc .desc .quote {
    width: 50px;
    top: 44px;
    position: absolute;
    left: 7%;
}

.rs-testimonial.testimonial-style2 .testi-item .testimonial-content {
    position: relative;
    display: flex;
    align-items: center;
    bottom: 44px;
}

.rs-testimonial.testimonial-style2 .testi-item .testimonial-content .author-img img {
    width: 90px;
    height: 90px;
    border-radius: 50px 50px 50px 50px;
}

.rs-testimonial.testimonial-style2 .testi-item .testimonial-content .author-part {
    padding-left: 15px;
}

.rs-testimonial.testimonial-style2 .testi-item .testimonial-content .author-part .name {
    color: #0A0A0A;
    font-size: 22px;
    font-weight: 700;
}

.rs-testimonial.testimonial-style2 .testi-item .testimonial-content .author-part .designation {
    display: block;
    color: #333333;
}

.rs-testimonial.testimonial-style3 .item {
    text-align: center;
}

.rs-testimonial.testimonial-style3 .item .icon-part {
    margin-bottom: 10px;
}

.rs-testimonial.testimonial-style3 .item .icon-part i {
    color: #ffffff;
}

.rs-testimonial.testimonial-style3 .item .icon-part i:before {
    font-size: 65px;
}

.rs-testimonial.testimonial-style3 .item .desc {
    color: #ffffff;
    font-family: "Nunito", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.7em;
    padding: 27px 260px 35px 260px;
}

.rs-testimonial.testimonial-style3 .item .author .img-part {
    margin-bottom: 22px;
}

.rs-testimonial.testimonial-style3 .item .author .img-part .popup-anim img {
    max-width: 96px;
    margin: 0 auto;
    border-radius: 100%;
}

.rs-testimonial.testimonial-style3 .item .author .img-part .popup-anim .pop-wrap {
    width: 170px;
    height: 170px;
}

.rs-testimonial.testimonial-style3 .item .author .testi-information .testi-name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
}

.rs-testimonial.testimonial-style3 .item .author .testi-information .testi-title {
    color: #F5F5F5;
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.rs-testimonial.testimonial-style4 .testi-item {
    background-image: linear-gradient(70deg, #004fd2 0%, #af2af3 100%);
    padding: 70px 60px 70px 60px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
}

.rs-testimonial.testimonial-style4 .testi-item .testi-img img {
    width: 120px;
}

.rs-testimonial.testimonial-style4 .testi-item p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 30px 45px 20px 45px;
}

.rs-testimonial.testimonial-style4 .testi-item .testi-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-testimonial.testimonial-style4 .testi-item .testi-content .testi-img {
    padding-right: 15px;
}

.rs-testimonial.testimonial-style4 .testi-item .testi-content .testi-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.rs-testimonial.testimonial-style4 .testi-item .testi-content .author-part {
    text-align: left;
}

.rs-testimonial.testimonial-style4 .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.testimonial-style4 .testi-item .testi-content .author-part .designation {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: block;
}


/*----------------------------------------
    27. 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 {
    margin: 0 7px 0 7px;
}

.rs-shop-part .product-list .image-product {
    position: relative;
}

.rs-shop-part .product-list .image-product img {
    border-radius: 3px;
}

.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: #004fd2;
    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: #004fd2;
    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;
    font-weight: 800;
}

.rs-shop-part .product-list .content-desc .loop-product-title a {
    color: #002129;
}

.rs-shop-part .product-list .content-desc .loop-product-title a:hover {
    color: #004fd2;
}

.rs-shop-part .product-list .content-desc .price {
    font-size: 16px;
    line-height: 30px;
    color: #004fd2;
    font-weight: 600;
    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;
}


/*----------------------------------------
    28. 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: #002129;
    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: #004fd2;
}

.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;
}


/*----------------------------------------
    29. 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 #004fd2;
    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: #004fd2;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
    color: #004fd2;
}

.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;
}


/*------------------------------------
    30. Footer Section CSS
------------------------------------*/

.rs-footer.footer-style1 {
    background: url(assets/images/img/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rs-footer.footer-style1 .footer-top {
    padding: 92px 0 85px;
}

.rs-footer.footer-style1 .footer-top .footer-logo img {
    height: 25px;
}

.rs-footer.footer-style1 .footer-top .widget-title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
}

.rs-footer.footer-style1 .footer-top .site-map li {
    margin-bottom: 15px;
}

.rs-footer.footer-style1 .footer-top .site-map li a {
    font-size: 16px;
    color: #ffffff;
}

.rs-footer.footer-style1 .footer-top .site-map li a:hover {
    color: #004fd2;
}

.rs-footer.footer-style1 .footer-top .site-map li:last-child {
    margin-bottom: 0;
}

.rs-footer.footer-style1 .footer-top .footer-social li {
    display: inline;
    margin-right: 8px;
}

.rs-footer.footer-style1 .footer-top .footer-social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ffffff;
}

.rs-footer.footer-style1 .footer-top .footer-social li a i {
    line-height: 35px;
}

.rs-footer.footer-style1 .footer-top .footer-social li a:hover {
    color: #ffffff;
    background: #004fd2;
    border: 1px solid #004fd2;
}

.rs-footer.footer-style1 .footer-top .footer-social li:last-child {
    margin: 0;
}

.rs-footer.footer-style1 .footer-top .address-widget li {
    padding: 0px 0px 16px 40px;
    position: relative;
}

.rs-footer.footer-style1 .footer-top .address-widget li .desc {
    color: #ffffff;
}

.rs-footer.footer-style1 .footer-top .address-widget li .desc a {
    color: #ffffff;
}

.rs-footer.footer-style1 .footer-top .address-widget li .desc a:hover {
    color: #004fd2;
}

.rs-footer.footer-style1 .footer-top .address-widget li i {
    color: #004fd2;
    position: absolute;
    left: 0px;
}

.rs-footer.footer-style1 .footer-top .address-widget li i:before {
    font-size: 20px;
}

.rs-footer.footer-style1 .footer-top .widget-desc {
    color: #ffffff;
    margin: 0;
}

.rs-footer.footer-style1 .footer-top p input[type="email"] {
    border: 2px solid rgba(232, 227, 227, 0.2);
    width: 100%;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    margin: 0;
    color: #fff;
    overflow: hidden;
    background: transparent;
    margin-bottom: 15px;
}

.rs-footer.footer-style1 .footer-top p input[type="submit"] {
    padding: 15px 28px 15px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
    position: relative;
    border: none;
    text-transform: capitalize;
    outline: none;
    transition: all .5s ease;
}

.rs-footer.footer-style1 .footer-top p input[type="submit"]:hover {
    background-image: linear-gradient(90deg, #a511dc 10%, #004fd2 100%);
}

.rs-footer.footer-style1 .footer-top p ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    opacity: 0.5;
}

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

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

.rs-footer.footer-style1 .footer-top p :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    opacity: 0.5;
}

.rs-footer.footer-style1 .footer-bottom {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.2);
}

.rs-footer.footer-style1 .footer-bottom .copyright p {
    color: #ffffff;
    margin: 0;
}

.rs-footer.footer-style1 .footer-bottom .copyright p a {
    color: #ffffff;
}

.rs-footer.footer-style1 .footer-bottom .copyright p a:hover {
    color: #004fd2;
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 !important;
    justify-content: flex-end;
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu li {
    display: inline-block;
    margin-right: 22px;
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu li a {
    color: #ffffff;
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu li a:hover {
    color: #004fd2;
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu li:last-child {
    margin-right: 0;
}

.rs-footer.footer-style1.footer-style2 {
    background: url(assets/images/bg/footer-bg5.png);
}

.rs-footer.footer-style1.footer-style2 .footer-bottom .copy-right-menu li a:hover,
.rs-footer.footer-style1.footer-style2 .footer-top .site-map li a:hover,
.rs-footer.footer-style1.footer-style2 .address-widget li .desc a:hover,
.rs-footer.footer-style1.footer-style2 .footer-top .address-widget li i {
    color: #ff8282;
}

.rs-footer.footer-style1.footer-style2 .footer-social li a:hover {
    background: #ff8282;
    border: 1px solid #ff8282;
}

.rs-footer.footer-style1.footer-style2 .footer-bottom {
    border-color: #998cff !important;
    border-top: 1px solid;
}

.rs-footer.footer-style1.footer-style3 {
    background: url(assets/images/bg/footer-bg6.png);
}

.rs-footer.footer-style1.footer-style3 .footer-top .address-widget li .desc a,
.rs-footer.footer-style1.footer-style3 .footer-top .site-map li a,
.rs-footer.footer-style1.footer-style3 .footer-top .address-widget li .desc,
.rs-footer.footer-style1.footer-style3 .footer-top .widget-desc,
.rs-footer.footer-style1.footer-style3 .footer-bottom .copyright p,
.rs-footer.footer-style1.footer-style3 .footer-bottom .copy-right-menu li a,
.rs-footer.footer-style1.footer-style3 .footer-top .widget-title {
    color: #454545;
}

.rs-footer.footer-style1.footer-style3 .footer-top .footer-social li a,
.rs-footer.footer-style1.footer-style3 .footer-bottom .copy-right-menu li a:hover,
.rs-footer.footer-style1.footer-style3 .footer-top .address-widget li .desc a:hover,
.rs-footer.footer-style1.footer-style3 .footer-top .site-map li a:hover,
.rs-footer.footer-style1.footer-style3 .footer-top .address-widget li i {
    color: #f92b74;
}

.rs-footer.footer-style1.footer-style3 .footer-top .footer-social li a {
    background: #ffffff;
}

.rs-footer.footer-style1.footer-style3 .footer-top .footer-social li a:hover {
    border: 1px solid #f92b74;
    background: #f92b74;
    color: #ffffff;
}

.rs-footer.footer-style1.footer-style3 .footer-top p input[type="submit"] {
    background-image: linear-gradient(90deg, #f92b74 10%, #fb4e57 100%);
}

.rs-footer.footer-style1.footer-style3 .footer-top p input[type="submit"]:hover {
    background-image: linear-gradient(90deg, #fb4e57 10%, #f92b74 100%);
}

.rs-footer.footer-style1.footer-style3 p ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #454545;
    opacity: 0.5;
}

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

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

.rs-footer.footer-style1.footer-style3 p :-moz-placeholder {
    /* Firefox 18- */
    color: #454545;
    opacity: 0.5;
}


/* -----------------------
    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-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
    border-radius: 50%;
    height: 40px;
    font-size: 24px;
    font-weight: 900;
    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 {
    background-image: linear-gradient(90deg, #a511dc 10%, #004fd2 100%);
    opacity: 0.8;
}

#scrollUp.oranage i {
    background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
}

#scrollUp.red-color i {
    background-image: linear-gradient(90deg, #f92b74 10%, #fb4e57 100%);
}

#scrollUp.oranage2 i {
    background: #ff7045;
}

#scrollUp.purple-color i {
    background: #787cf2;
}

.home-orange .rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta .admin i,
.home-orange .rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta .date i,
.home-orange .rs-blog.blog-home-style1 .blog-item .blog-content .blog-title a:hover,
.home-orange ul.rs-features-list li i {
    color: #ed4f24;
}

.home-orange .rs-pricing.pricing-style1 .pricing-table .pricing-icon img {
    width: 90px;
}

.home-orange .rs-pricing.pricing-style1 .pricing-table .pricing-badge.orange-bg {
    background: #ed4f24;
}

.home-orange .rs-blog.blog-home-style1 .blog-item .image-wrap .post-categories li a {
    border-radius: 30px 30px 30px 30px;
    background-image: linear-gradient(90deg, #b8330f 0%, #ed4f24 65%);
}

.home-red .rs-carousel .owl-dots .owl-dot {
    background: #f92b74;
}


/* ------------------------------------
    32. Preloader CSS
---------------------------------------*/

.loader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 999999;
}

.loader .loader-container {
    width: 50px;
    height: 50px;
    background-color: #004fd2;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader.orange-loader .loader-container {
    background: #ff7045;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


/* ------------------------------------
    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);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.up-down {
    animation: up-down 1.8s alternate infinite;
    -webkit-animation: up-down 1.8s alternate infinite;
}

@keyframes up-down {
    0% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
    100% {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }
}

.rotated-style {
    animation: rotated-style;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 40s;
}

.rotated-style.new-style {
    animation-duration: 30s;
}

@keyframes rotated-style {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}

.fadeinup {
    animation-duration: 2s;
    animation-name: fadeInUp;
}

@keyframes fadeinup {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeinup2 {
    animation-duration: 3s;
    animation-name: fadeInUp;
}

@keyframes fadeinup2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    00% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-duration: 2s;
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.pop {
    animation-duration: 2s;
    animation-name: pop;
}

@keyframes pop {
    0% {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}

.horizontal {
    animation-name: horizontal;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

@keyframes horizontal {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0);
    }
}

.horizontal-reverse {
    animation-name: horizontal-reverse;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

@keyframes horizontal-reverse {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(0);
    }
}

.fadeInLeft {
    animation-duration: 2s;
    animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}


/* Width Animation */

@keyframes w110 {
    from {
        width: 30px;
        height: 30px;
    }
    to {
        width: 110px;
        height: 110px;
    }
}

@-webkit-keyframes w110 {
    from {
        width: 30px;
        height: 30px;
    }
    to {
        width: 110px;
        height: 110px;
    }
}

@keyframes w90 {
    from {
        width: 30px;
        height: 30px;
    }
    to {
        width: 90px;
        height: 90px;
    }
}

@-webkit-keyframes w90 {
    from {
        width: 30px;
        height: 30px;
    }
    to {
        width: 90px;
        height: 90px;
    }
}

.zoom-in-out {
    animation: zoom-in-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}

@keyframes zoom-in-out {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}