@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900");
html,
body {
    font-size: 15px;
    color: rgb(80, 80, 80);
    font-family: Rubik, sans-serif;
    vertical-align: baseline;
    line-height: 25px;
    font-weight: 400;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0px 0px 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Rubik, sans-serif;
    color: rgb(33, 33, 33);
    margin: 0px 0px 26px;
    font-weight: 500;
}
h1,
h2,
h3 {
    font-weight: 700;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 15px;
}
a {
    color: #1e8cbd;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}
a:active,
a:hover {
    text-decoration: none;
    outline: none 0px;
    color: rgb(77, 109, 230);
}
ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}
::selection {
    background: #1e8cbd;
    text-shadow: none;
    color: rgb(255, 255, 255);
}
.uppercase {
    text-transform: uppercase;
}
.clear {
    clear: both;
}
.width-unset {
    width: unset !important;
}
.sec-spacer {
    padding: 80px 0px;
}
.sec-spacer-2 {
    padding: 100px 0px 70px;
}
.l-s-none {
    letter-spacing: normal !important;
}
.padding-0 {
    padding: 0px !important;
}
.pt-94 {
    padding-top: 94px;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-70 {
    padding-top: 70px;
}
.pt-90 {
    padding-top: 90px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pl-15 {
    padding-left: 15px;
}
.pr-15 {
    padding-right: 15px;
}
.margin-0 {
    margin: 0px !important;
}
.mt-60 {
    margin-top: 60px;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mr-10 {
    margin-right: 10px;
}
.title-color {
    color: rgb(34, 34, 34) !important;
}
.primary-color {
    color: #1e8cbd !important;
}
.primary-bg {
    background: #1e8cbd;
}
.white-color {
    color: rgb(255, 255, 255) !important;
}
.white-bg {
    background-color: rgb(255, 255, 255);
}
.color-rgba {
    background: rgba(0, 0, 0, 0.2) !important;
}
.gray-bg {
    background-color: rgb(252, 252, 252) !important;
}
.sec-bg {
    background-color: #e7f8ff !important;
}
.transparent-bg {
    background: transparent;
}
.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.bg-unset {
    background: unset !important;
}
.rs-menu-toggle {
    color: rgb(30 140 189) !important;
    text-align: right;
}
.extra-none::before,
.extra-none::after {
    display: none !important;
}
button {
    cursor: pointer;
}
.sec-title {
    margin: 0px 0px 50px;
}
.sec-title h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 20px;
    color: rgb(34, 34, 34);
}
.sec-title h2.blue {
    color: #1e8cbd;
}
.sec-title .sub-text {
    margin: 0px 0px 10px;
    font-size: 20px;
    font-weight: 500;
    color: rgb(34, 34, 34);
    display: block;
}
.sec-title p {
    margin: 0px auto;
    max-width: 675px;
    font-size: 18px;
}
.sec-title.info_view p {

    max-width: 100%;
    font-size: 18px;
}
.sec-title.white-color h2,
.sec-title.white-color p {
    color: rgb(255, 255, 255);
}
.sec-title.title-30 {
    margin-bottom: 30px !important;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.owl-carousel {
    padding-top: 0px;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 36%;
    width: 100%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav [class*="owl-"] {
    background: transparent;
    color: #cccccc;
    font-size: 0px;
    width: 45px;
    height: 45px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    transition: all 0.3s ease 0s;
    opacity: 0 !important;
    visibility: hidden !important;
}
.owl-carousel .owl-nav [class*="owl-"]::before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev {
    left: 0px;
}

.prod-sm-items.owl-carousel .owl-nav [class*="owl-"].owl-prev{
     left: -50px;
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev::before {
    content: "\290E";
    font-size: 50px;
}
.prod-sm-items.owl-carousel .owl-nav [class*="owl-"].owl-prev::before {
    content: "\003C";
    font-size: 40px;
    color: #000;
}
.owl-carousel .owl-nav [class*="owl-"].owl-next {
    right: 0px;
}
.prod-sm-items.owl-carousel .owl-nav [class*="owl-"].owl-next{
   right: -50px;
}

@media(max-width:1199px){
    .prod-sm-items.owl-carousel .owl-nav [class*="owl-"].owl-prev{
        left: -50px;
   }.prod-sm-items.owl-carousel .owl-nav [class*="owl-"].owl-next{
       right: -50px;
    }
}
.owl-carousel .owl-nav [class*="owl-"].owl-next::before {
    content: "\290D";
    font-size: 50px;
}
.prod-sm-items.owl-carousel .owl-nav [class*="owl-"].owl-next::before {
    content: "\003E";
    font-size: 40px;
    color: #000;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
    color: rgb(100 193 235);
}
.rs-vertical-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.rs-vertical-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.readon {
    position: relative;
    background: #1e8cbd;
    padding: 14px 30px;
    line-height: normal;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    cursor: pointer;
    /* box-shadow: rgba(34, 128, 252, 0.4) 0px 6px 30px; */
    display: inline-block !important;
    color: rgb(255, 255, 255) !important;
    text-transform: capitalize !important;
}
.readon.readon-black{
    /*background: #222222;*/
        background: #1e8cbd;
}
.readon:hover,.readon-black:hover,
.readon:focus,.readon-black:focus {
    background: rgb(100 193 235);
}
.readon.white-active {
    border: none;
    background: rgb(255, 255, 255);
    outline: none;
    color: rgb(34, 34, 34) !important;
}
.readon.white-active:hover {
    background: #e7f8ff;
}
.readon.view-more {
    padding: 14px 50px;
}
.readon.fs-18 {
    font-size: 18px;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
        opacity: 0;
    }
}
.page-nav ul li {
    display: inline;
}
.page-nav ul li .readon {
    box-shadow: unset;
    padding: 10px 20px;
}
.page-nav ul li:last-child {
    float: right;
    display: none;
}
#rs-header .mobile-menu {
    display: none;
}
#rs-header .toolbar-area {
    padding: 0px;
    background: rgb(249, 249, 255);
}
#rs-header .toolbar-area .toolbar-contact ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
display: inline-block;}
#rs-header .toolbar-area .toolbar-contact ul li {
    display: inline-block;
    padding: 8px;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
    font-size: 14px;
    font-weight: 600;
    /* margin-right: 6px; */
    vertical-align: middle;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
    /* transition: all 0.3s ease 0s; */
    /* font-size: 13px; */
    color: rgb(166 166 166 / 80%);
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
    color: #1e8cbd;
}
#rs-header .toolbar-area .toolbar-contact ul li p {
    margin: 3px 0px 0px;
    float: right;
    font-size: 13px;
}
#rs-header .toolbar-area .toolbar-contact ul li:last-child {
    padding-right: 0px;
}
#rs-header .toolbar-area .toolbar-sl-share ul {
    float: right;
}
#rs-header .toolbar-area .toolbar-sl-share ul li {
    padding: 9px;
    margin: 0px;
    width: 40px;
    float: left;
    text-align: center;
    display: inline-block;
    position: relative;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a {
    position: relative;
    z-index: 999;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i {
    font-size: 14px;
    color: rgb(34, 34, 34);
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
#rs-header .toolbar-area .toolbar-sl-share ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50%;
    width: 100%;
    background: #1e8cbd;
    display: block;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}
#rs-header .toolbar-area .toolbar-sl-share ul li:hover a i {
    color: rgb(255, 255, 255);
}
#rs-header .toolbar-area .toolbar-sl-share ul li:hover::after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
#rs-header .toolbar-area .toolbar-logo {
    position: relative;
    z-index: 9;
    float: left;
    margin-right: 20px;
}
#rs-header .toolbar-area .toolbar-logo img {
    height: 30px;
}
#rs-header .toolbar-area .toolbar-radius-contact {
    position: relative;
    padding: 25px 0px 15px;
    display: inline-block;
    float: right;
}
#rs-header .toolbar-area .toolbar-radius-contact .rs-contact-info {
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#rs-header .toolbar-area .toolbar-radius-contact .rs-contact-info li {
    display: inline-block;
    margin-right: 30px;
}
#rs-header .toolbar-area .toolbar-radius-contact .rs-contact-info li i {
    float: left;
    width: 43px;
    height: 43px;
    line-height: 43px;
    margin-right: 0px;
    color: rgb(255, 255, 255);
    text-align: center;
    background: #1e8cbd;
    border-radius: 100%;
}
#rs-header .toolbar-area .toolbar-radius-contact .rs-contact-info li .contact-inf {
    float: left;
    text-align: left;
    margin-left: 15px;
    font-size: 14px;
}
#rs-header .toolbar-area .toolbar-radius-contact .rs-contact-info li .contact-inf span {
    color: rgb(34, 34, 34);
    display: block;
    text-align: left;
    font-size: 100%;
    padding: 0px;
    font-weight: 700;
    line-height: 10px;
    margin-bottom: 3px;
}
#rs-header .toolbar-area .toolbar-radius-contact .rs-contact-info li .contact-inf a {
    color: rgb(80, 80, 80);
}
#rs-header .toolbar-area .toolbar-radius-contact .rs-contact-info li .contact-inf a:hover {
    color: #1e8cbd;
}
#rs-header .toolbar-area .toolbar-radius-contact .rs-contact-info li:last-child {
    margin-right: 0px;
}
#rs-header .toolbar-area .inner-toolbar-contact {
    position: relative;
    padding: 25px 0px 15px;
    display: inline-block;
    float: right;
}
#rs-header .toolbar-area .inner-toolbar-contact .rs-contact-info {
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#rs-header .toolbar-area .inner-toolbar-contact .rs-contact-info li {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid rgb(238, 238, 238);
}
#rs-header .toolbar-area .inner-toolbar-contact .rs-contact-info li i {
    font-size: 20px;
    margin-right: 5px;
    color: #1e8cbd;
}
#rs-header .toolbar-area .inner-toolbar-contact .rs-contact-info li a {
    color: rgb(34, 34, 34);
}
#rs-header .toolbar-area .inner-toolbar-contact .rs-contact-info li a:hover {
    color: #1e8cbd;
}
#rs-header .toolbar-area .inner-toolbar-contact .rs-contact-info li:first-child {
    padding-left: 0px;
}
#rs-header .toolbar-area .inner-toolbar-contact .rs-contact-info li:last-child {
    border-right: none;
}
#rs-header .toolbar-area.default-style {
    background: rgb(255, 255, 255);
}
#rs-header .toolbar-area.dark-bg {
    background: rgb(48, 48, 48);
}
#rs-header .toolbar-area.dark-bg .toolbar-contact ul li a {
    color: rgb(255, 255, 255);
}
#rs-header .toolbar-area.dark-bg .toolbar-contact ul li a:hover {
    color: #1e8cbd;
}
#rs-header .toolbar-area.dark-bg .toolbar-contact ul li p,
#rs-header .toolbar-area.dark-bg .toolbar-contact ul li i {
    color: rgb(255, 255, 255);
}
#rs-header .toolbar-area.dark-bg .toolbar-sl-share ul li a i {
    color: rgb(255, 255, 255);
}
#rs-header .toolbar-area.inner-page-toolbar {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(238, 238, 238);
}
#rs-header .toolbar-area.toolbar-2 {
    border-bottom: 1px solid transparent;
    background-color: TRANSPARENT;
    padding: 20px 0px 10px !important;
}
#rs-header .toolbar-area.toolbar-2 .toolbar-logo img {
    height: 30px;
}
#rs-header .toolbar-area.toolbar-2 .toolbar-contact {
    text-align: right;
}
#rs-header .toolbar-area.toolbar-2 .toolbar-contact ul li,#rs-header .toolbar-area.toolbar-2 .toolbar-contact ul li p {
    border-right: 1px solid transparent;
    padding: 0px 20px 0px 0px !important;
    margin: 0px 20px 0px 0px !important;
}
#rs-header .toolbar-area.toolbar-2 .toolbar-contact ul li i {
    color: #1e8cbd;
    margin-right: 10px;
    font-size: 23px;
}
#rs-header .toolbar-area.toolbar-2 .toolbar-contact ul li a:hover i.uni-i {
    color: #fff !important;
}



#rs-header .toolbar-area.toolbar-2 .toolbar-contact ul li a {
    /* font-size: 15px !important; */
    /* color: rgb(80, 80, 80) !important; */
}
#rs-header .toolbar-area.toolbar-2 .toolbar-contact ul li a:hover {
    color: #1e8cbd !important;
}
#rs-header .toolbar-area.toolbar-2 .toolbar-contact ul li p  {
    font-size: 15px !important;
    color: rgb(166 166 166 / 80%) !important;
}
#rs-header .toolbar-area.toolbar-2 .toolbar-contact ul li:last-child {
    border: none;
    margin: 0px !important;
    padding: 0px !important;
}
#rs-header .menu-area {
    /* position: ABSOLUTE; */
    background: TRANSPARENT;
    padding: 20px 0px;
    z-index: 999999999;
    WIDTH: 100%;
}

@media(max-width:1199px){
     #rs-header .menu-area {
        background: #f1f1f1ad;
    }
}
#rs-header .menu-area.area-color {
    background: #eeeeee;
    padding: 20px 0px;
    z-index: 999999999;
    width: 100%;
}

@media(max-width:1199px){
    #rs-header .menu-area.area-color {
        padding: 0px 0px;
    } 
}
#rs-header .menu-area .logo-area {
    margin-right: 20px;
}
#rs-header .menu-area .logo-area a img {
    display: inline-block;
    vertical-align: text-bottom;
    height: 60px;
}


@media only screen and (max-width: 576px){
        #rs-header .menu-area .logo-area a img {
        /*height: 45px;*/
    }
}
#rs-header .menu-area .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
#rs-header .menu-area .main-menu {
    /* padding-right: 100px; */
}
#rs-header .menu-area .main-menu .rs-menu {
    float: right;
    margin-bottom: 0px;
    border: 0px;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    /* height: 70px; */
    /* line-height: 70px; */
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    margin-right: 20px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}


@media(max-width:1500px)
{
	#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
        /* margin-right: 12px; */
    }
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a i {
    position: relative;
    top: 2px;
    padding-left: 2px;
    color: rgb(34, 34, 34);
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a.active {
    color: #1e8cbd;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a.active i {
    color: #1e8cbd;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #1e8cbd;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.active-menu a {
    color: #1e8cbd;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child a {
    margin: 0px;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li ul.sub-menu {
    background: rgb(255, 255, 255);
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li ul.sub-menu li {
    height: 45px;
    line-height: 45px;
    display: inherit;
    padding: 0px 8px 0 15px;
    border-bottom: 1px solid rgb(237, 237, 237);
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li ul.sub-menu li a {
    padding: 0px;
    text-transform: capitalize;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li ul.sub-menu li a i {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li ul.sub-menu li a.active {
    color: #1e8cbd;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li ul.sub-menu li:last-child {
    border-bottom: 0px;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li ul.sub-menu li.active a {
    color: #1e8cbd;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.rs-mega-menu .mega-menu {
    background: rgb(255, 255, 255);
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.rs-mega-menu .mega-menu .single-magemenu ul.sub-menu li a {
    margin: 0px;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.rs-mega-menu .mega-menu .single-magemenu ul.sub-menu li.megamenu-title {
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    color: rgb(34, 34, 34);
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.rs-mega-menu .mega-menu.home-megamenu .single-magemenu ul.sub-menu li a {
    font-size: 15px;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item a.active {
    color: #1e8cbd;
}
#rs-header .menu-area .main-menu .navbar-toggle {
    background-color: #1e8cbd;
    border-radius: 2px;
    transition: all 0.4s ease 0s;
}
#rs-header .menu-area .main-menu .navbar-toggle .icon-bar {
    background-color: rgb(255, 255, 255);
}
#rs-header .menu-area .main-menu .navbar-toggle:hover {
    opacity: 0.8;
}
#rs-header .menu-area .appointment-cart {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#rs-header .menu-area .appointment-cart ul.cart {
    text-align: right;
}
#rs-header .menu-area .appointment-cart ul.cart li {
    display: inline-block;
    padding-left: 25px;
    cursor: pointer;
}
#rs-header .menu-area .appointment-cart ul.cart li a {
    display: block;
    color: rgb(80, 80, 80);
}
#rs-header .menu-area .appointment-cart ul.cart li a:hover {
    color: #1e8cbd;
}
#rs-header .menu-area .appointment-cart ul.cart li:first-child {
    position: relative;
    padding-left: 0px;
}
#rs-header .menu-area .appointment-cart ul.cart li:first-child::before {
    position: absolute;
    top: 50%;
    right: -15px;
    content: "";
    height: 15px;
    width: 1px;
    background: rgb(197, 196, 192);
    transform: translateY(-50%);
}
#rs-header .menu-area .appointment-cart ul.cart li button {
    border: none;
    color: rgb(255, 255, 255);
    background: #1e8cbd;
    border-radius: 30px;
    outline: none;
    padding: 8px 20px;
    transition: all 0.4s ease 0s;
}
#rs-header .menu-area .appointment-cart ul.cart li button:hover {
    background: rgb(77, 109, 230);
}
#rs-header .menu-area .appointment-cart .search-bar {
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: -66px;
    display: none;
}
#rs-header .menu-area .appointment-cart .search-bar input {
    border: none;
    padding: 6px 15px;
}
#rs-header .menu-area .appointment-cart .search-bar input[type="search"] {
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgb(234, 237, 239);
    color: rgb(68, 68, 68);
}
#rs-header .menu-area .appointment-cart .search-bar button {
    position: absolute;
    border: none;
    top: 0px;
    height: 40px;
    line-height: 40px;
    width: 50px;
    background: transparent;
    right: 0px;
    outline: none;
    border-radius: 5px;
}
#rs-header .menu-area.default-style {
    padding: 0px;
    height: 70px;
}
#rs-header .menu-area.default-style .main-menu {
    background: #1e8cbd;
    width: 100%;
    display: inline-block;
}
#rs-header .menu-area.default-style .main-menu .rs-menu ul.nav-menu li a {
    color: rgb(255, 255, 255);
}
#rs-header .menu-area.default-style .main-menu .rs-menu ul.nav-menu li a i {
    color: rgb(255, 255, 255);
}
#rs-header .menu-area.default-style .main-menu .rs-menu ul.nav-menu li a:hover,
#rs-header .menu-area.default-style .main-menu .rs-menu ul.nav-menu li a.active {
    color: rgb(238, 238, 238);
}
#rs-header .menu-area.default-style .main-menu .rs-menu ul.nav-menu li ul.sub-menu {
    background: #1e8cbd;
}
#rs-header .menu-area.default-style .main-menu .rs-menu ul.nav-menu li ul.sub-menu li a {
    padding: 0px !important;
}
#rs-header .menu-area.default-style .main-menu .rs-menu ul.nav-menu li ul.sub-menu li a.active {
    color: rgb(238, 238, 238);
}
#rs-header .menu-area.default-style .main-menu .rs-menu ul.nav-menu li ul.sub-menu li:last-child {
    border-bottom: none;
}
#rs-header .menu-area.default-style .main-menu .rs-menu ul.nav-menu li:first-child a {
    padding-left: 20px;
}
#rs-header .menu-area.default-style .main-menu .rs-menu ul.nav-menu li.rs-mega-menu .mega-menu {
    background: #1e8cbd;
}
#rs-header .menu-area.default-style .main-menu .rs-menu ul.nav-menu li.rs-mega-menu .mega-menu ul.sub-menu li.megamenu-title {
    color: rgb(255, 255, 255);
}
#rs-header .menu-area.default-style .appointment-cart {
    padding-right: 20px;
}
#rs-header .menu-area.default-style .appointment-cart ul.cart li a {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}
#rs-header .menu-area.default-style .appointment-cart ul.cart li a:hover {
    color: rgb(238, 238, 238);
}
#rs-header .menu-area.default-style .appointment-cart ul.cart li:first-child::before {
    background: rgb(255, 255, 255);
}
#rs-header .menu-area.default-style.sticky {
    background: #1e8cbd;
    transition: all 0.3s ease 0s;
}
#rs-header .menu-area.inner-page-menu {
    padding: 0px;
}
#rs-header .menu-area.inner-page-menu .main-menu .rs-menu .nav-menu {
    text-align: left;
}
#rs-header .menu-area.inner-page-menu .main-menu .rs-menu .nav-menu li:last-child ul {
    right: unset;
}
#rs-header .menu-area.inner-page-menu .appointment-cart .cart li a.free-analysis {
    padding: 12px 22px;
    line-height: 1;
    border-radius: 25px;
    background: #1e8cbd;
    color: rgb(255, 255, 255);
}
#rs-header .menu-area.inner-page-menu .appointment-cart .cart li a.free-analysis:hover {
    background: rgb(100 193 235);
}
#rs-header .menu-area.inner-page-menu .appointment-cart .cart li:first-child::before {
    display: none;
}
#rs-header .menu-area.inner-page-menu .appointment-cart .search-bar {
    bottom: -55px;
}
#rs-header .menu-area.sticky {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 20px -10px;
    z-index: 99999999;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
}
#rs-header .menu-area.sticky .main-menu .nav-menu {
    align-items: center;
}
#rs-header .right_menu_togle {
    background: rgb(255, 255, 255);
    box-shadow: rgb(230, 230, 230) 0px 5px 15px 0px inset;
    padding: 30px;
    z-index: 999999;
    transition: all 0.3s ease 0s;
}
#rs-header .right_menu_togle .close-btn {
    overflow: visible;
    padding: 0px;
    position: absolute;
    right: 20px;
}
#rs-header .right_menu_togle .close-btn a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: #1e8cbd;
    color: rgb(255, 255, 255);
    border: none;
    transition: all 0.3s ease 0s;
}
#rs-header .right_menu_togle .close-btn a i {
    transition: all 0.3s ease 0s;
}
#rs-header .right_menu_togle .close-btn a:hover {
    background: rgb(59, 142, 252);
}
#rs-header .right_menu_togle .close-btn a:hover i {
    transform: rotate(90deg);
}
#rs-header .right_menu_togle .close-btn .nav-menu-link {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: #1e8cbd;
    transition: all 0.3s ease 0s;
}
#rs-header .right_menu_togle .close-btn .nav-menu-link span {
    display: inline-block;
    height: 2px;
    width: 22px;
    margin-bottom: 3px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 20px;
    left: 10px;
}
#rs-header .right_menu_togle .close-btn .nav-menu-link span.slash {
    transform: rotate(-45deg);
}
#rs-header .right_menu_togle .close-btn .nav-menu-link span.backslash {
    transform: rotate(45deg);
}
#rs-header .right_menu_togle .close-btn .nav-menu-link:hover {
    transform: rotate(180deg);
}
#rs-header .right_menu_togle .canvas-logo {
    padding-left: 0px;
    padding-bottom: 25px;
}
#rs-header .right_menu_togle .canvas-logo img {
    width: auto;
    height: 30px;
}
#rs-header .right_menu_togle .sidebarnav_text p {
    margin: 0px;
    line-height: 28px;
}
#rs-header .right_menu_togle .canvas-img {
    margin: 25px 0px 0px;
}
#rs-header .right_menu_togle .canvas-img .canvas-img-title {
    padding: 0px 0px 15px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
#rs-header .right_menu_togle .canvas-img .canvas-img-title::before {
    content: "";
    position: absolute;
    background: #1e8cbd;
    height: 2px;
    width: 50px;
    left: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}
#rs-header .right_menu_togle .canvas-img .flickr-list {
    width: 100%;
    display: inline-block;
}
#rs-header .right_menu_togle .canvas-img .flickr-list li {
    list-style-type: none;
    position: relative;
    float: left;
    width: 33.33%;
    display: inline-block;
}
#rs-header .right_menu_togle .canvas-img .flickr-list li img {
    width: 100%;
    cursor: pointer;
}
#rs-header .right_menu_togle .canvas-img .flickr-list li img:hover {
    opacity: 0.9;
}
#rs-header .right_menu_togle .canvas-contact {
    padding: 25px 0px 0px;
    margin-bottom: 50px;
}
#rs-header .right_menu_togle .canvas-contact .canvas-contact-title {
    padding: 0px 0px 15px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
#rs-header .right_menu_togle .canvas-contact .canvas-contact-title::before {
    content: "";
    position: absolute;
    background: #1e8cbd;
    height: 2px;
    width: 50px;
    left: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}
#rs-header .right_menu_togle .canvas-contact .contact {
    padding: 0px 0px 30px;
}
#rs-header .right_menu_togle .canvas-contact .contact li {
    padding: 0px 0px 13px;
}
#rs-header .right_menu_togle .canvas-contact .contact li i {
    padding-right: 10px;
}
#rs-header .right_menu_togle .canvas-contact .contact li a {
    color: rgb(80, 80, 80);
}
#rs-header .right_menu_togle .canvas-contact .contact li a:hover {
    color: #1e8cbd;
}
#rs-header .right_menu_togle .canvas-contact .contact li:last-child {
    padding: 0px;
}
#rs-header .right_menu_togle .canvas-contact .social li {
    display: inline-block;
    padding-right: 10px;
}
#rs-header .right_menu_togle .canvas-contact .social li a i {
    font-size: 18px;
    color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #1e8cbd;
    text-align: center;
    border-radius: 50%;
}
#rs-header .right_menu_togle .canvas-contact .social li a:hover {
    opacity: 0.9;
}
#rs-header .right_menu_togle .canvas-contact .social li:last-child {
    padding: 0px;
}
#rs-header.header-style3 .menu-area .logo-area {
    display: none;
}
#rs-header.header-style3 .menu-area .main-menu .rs-menu ul {
    text-align: left !important;
}
#rs-header.header-style3 .menu-area .appointment-cart ul li .readon {
    box-shadow: none;
}
#rs-header.transparent-header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
#rs-header.transparent-header .menu-area {
    background: transparent !important;
}
#rs-header.transparent-header .menu-area .appointment-cart ul li i {
    color: rgb(255, 255, 255);
}
#rs-header.transparent-header .menu-area .appointment-cart ul li i a {
    color: rgb(255, 255, 255);
}
#rs-header.transparent-header .menu-area .main-menu .rs-menu ul li a {
    color: rgb(255, 255, 255) !important;
    transition: unset !important;
}
#rs-header.transparent-header .menu-area .main-menu .rs-menu ul li a i {
    color: rgb(255, 255, 255) !important;
}
#rs-header.transparent-header .menu-area .main-menu .rs-menu ul li a.active {
    color: rgb(221, 221, 221) !important;
}
#rs-header.transparent-header .menu-area .main-menu .rs-menu ul li a.active i {
    color: rgb(221, 221, 221) !important;
}
#rs-header.transparent-header .menu-area .main-menu .rs-menu ul li li a {
    color: rgb(34, 34, 34) !important;
}
#rs-header.transparent-header .menu-area .main-menu .rs-menu ul li li a:hover {
    color: #1e8cbd !important;
}
#rs-header.transparent-header .menu-area .main-menu .rs-menu ul li li a.active {
    color: #1e8cbd !important;
}
#rs-header.transparent-header .menu-area.sticky {
    background: rgb(255, 255, 255) !important;
}
#rs-header.transparent-header .menu-area.sticky .appointment-cart ul li i {
    color: rgb(34, 34, 34);
}
#rs-header.transparent-header .menu-area.sticky .appointment-cart ul li i a {
    color: rgb(34, 34, 34);
}
#rs-header.transparent-header .menu-area.sticky .main-menu .rs-menu ul li a {
    color: rgb(34, 34, 34) !important;
    transition: unset !important;
}
#rs-header.transparent-header .menu-area.sticky .main-menu .rs-menu ul li a i {
    color: rgb(34, 34, 34) !important;
}
#rs-header.transparent-header .menu-area.sticky .main-menu .rs-menu ul li a.active {
    color: #1e8cbd !important;
}
#rs-header.transparent-header .menu-area.sticky .main-menu .rs-menu ul li a.active i {
    color: #1e8cbd !important;
}
#rs-header.transparent-header .menu-area.sticky .main-menu .rs-menu ul li li a {
    color: rgb(34, 34, 34) !important;
}
#rs-header.transparent-header .menu-area.sticky .main-menu .rs-menu ul li li a:hover {
    color: #1e8cbd !important;
}
.rs-slider {
    position: relative;
    overflow: hidden;
    text-align: left;
}
.rs-slider .layer-image {
    position: relative;
}
.rs-slider .layer-image img {
    position: unset;
    content: unset;
    left: unset;
    max-width: 100%;
    animation: 1.5s ease-in-out 0s 1 normal none running fadeInRight;
    transition: all 3s ease 0s;
}
.rs-slider .layer-image img:hover {
    transform: scale(1.1);
    filter: grayscale(100%);
}
.rs-slider .sl-title {
    animation: 1.3s ease-in-out 0s 1 normal none running fadeInLeft;
    margin-bottom: 32px;
    text-transform: capitalize;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #1e8cbd;
}
.rs-slider .sl-desc {
    animation: 1.3s ease-in-out 0s 1 normal none running fadeInUp;
    font-size: 20px;
    line-height: 35px;
    max-width: 90%;
    text-align: left;
}
.rs-slider .slider-bottom {
    display: inline-block;
    animation: 1.3s ease-in-out 0s 1 normal none running fadeInUp;
    margin: 30px 0px 0px;
}
.rs-slider .slider-bottom ul li a.readon {
    padding: 15px 25px;
    text-align: center;
    background: #222222;
    font-size: 17px;
    border: none;
    font-weight: 500;
    display: inline-block !important;
    color: #ffffff !important;
width: 100%;border-radius: 6px;}
.rs-slider .slider-bottom ul li a.readon:hover {
    background-color: #e7f8ff;
    opacity: 0.8;
    color: rgb(34, 34, 34) !important;
}
.rs-slider .nivo-directionNav > a {
    font-size: 0px;
    width: 40px;
    height: 40px;
    line-height: 70px;
    text-align: center;
    border: none;
    background: transparent;
    border: 1px solid #ffffff;border-radius: 50%;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
}
.rs-slider .nivo-directionNav > a:hover {
    background: rgb(30 140 189);
    border: 1px solid #1e8cbd;
}
    

.rs-slider .nivo-directionNav > a::before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: rgb(255, 255, 255);
}
.rs-slider .nivo-directionNav > a.nivo-prevNav {
    left: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav::before {
    content: "";
}
.rs-slider .nivo-directionNav > a.nivo-nextNav {
    right: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-nextNav::before {
    content: "";
    margin-left: 1px;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a {
    opacity: 1;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-prevNav {
    left: 30px;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-nextNav {
    right: 30px;
}
.rs-slider .nivo-controlNav {
    position: absolute;
    bottom: 50px;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
    display: none !important;
}
.rs-slider .nivo-controlNav .nivo-control {
    width: 26px;
    height: 7px;
    border: 1px solid rgb(255, 255, 255);
    font-size: 0px;
    display: inline-block;
    margin-right: 7px;
    transition: all 0.4s ease 0s;
}
.rs-slider .nivo-controlNav .nivo-control.active {
    background: #1e8cbd;
    border-color: #1e8cbd;
}
.rs-slider .nivo-box,
.rs-slider .nivo-slice {
}
.rs-banner .home-banner {
    position: relative;
}
.rs-banner .home-banner .banner-img img {
    width: 100%;
    /*height:450px;*/
    /*object-fit:fill;*/
}
.rs-banner .home-banner .banner-content {
    width: 100%;
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}


/* @media (max-width:578px){
    .rs-banner .home-banner .banner-content {
        width: 100%;
    } 
} */

.rs-banner .home-banner .banner-content .banner-text .title-text h2 {
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 3px;
    font-weight: 500;
    margin: 0px 0px 20px;
}
.rs-banner .home-banner .banner-content .banner-text .title-text h3 {
    line-height: 32px;
    letter-spacing: 3px;
    margin: 0px 0px 5px;
    font-weight: 500;
}
.rs-banner .home-banner .banner-content .banner-text .title-text p {
    font-size: 22px;
    font-weight: 300;
}
.rs-banner .home-banner .banner-content .banner-text .banner-desk {
    margin: 25px 0px 35px;
}
.rs-banner .home-banner .banner-content .banner-text .banner-desk p {
    font-size: 18px;
    margin: 0px;
}
.rs-banner .home-banner .banner-content .banner-text .banner-list {
    margin: 0px 0px 35px;
}
.rs-banner .home-banner .banner-content .banner-text .banner-list ul li {
    position: relative;
    list-style: none;
    padding: 0px 0px 0px 26px;
    font-size: 18px;
    line-height: 34px;
}
.rs-banner .home-banner .banner-content .banner-text .banner-list ul li::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    right: auto;
    top: 0px;
    font-size: 14px;
    color: #1e8cbd;
}
.rs-banner .home-banner .banner-content .contact-part {
    padding: 30px;
}
.rs-banner .home-banner .banner-content .contact-part .sec-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 0px;
    text-transform: uppercase;
}
.rs-banner .home-banner .banner-content .contact-part .contact-form .form-field {
    font-size: 16px;
}
.rs-banner .home-banner .banner-content .contact-part .contact-form .form-field input,
.rs-banner .home-banner .banner-content .contact-part .contact-form .form-field textarea {
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.rs-banner .home-banner .banner-content .contact-part .contact-form .form-field input::-webkit-input-placeholder,
.rs-banner .home-banner .banner-content .contact-part .contact-form .form-field textarea::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
}
.rs-banner .home-banner .banner-content .contact-part .contact-form .form-field input {
    height: 50px;
    line-height: 50px;
}
.rs-banner .home-banner .banner-content .contact-part .contact-form .form-field textarea {
    height: 60px;
    line-height: 52px;
    resize: none;
}
.rs-banner .home-banner .banner-content .contact-part .contact-form .form-button .readon {
    background: rgb(255, 255, 255);
    padding: 10px 40px;
    height: 50px;
    margin: 27px 0px 0px;
    border: none;
    color: rgb(34, 34, 34) !important;
}
.rs-banner .home-banner .banner-content .contact-part .contact-form .form-button .readon:hover {
    background: rgb(77, 109, 230);
    color: rgb(255, 255, 255) !important;
}
.rs-banner .home5-banner {
    background: url("images/banner/home5-banner.jpg") center center / cover no-repeat;
    padding: 150px 0px 340px;
}
.rs-banner .home5-banner .banner-image .banner-content .banner-text {
    max-width: 950px;
    margin: 0px auto;
}
.rs-banner .home5-banner .banner-image .banner-content .banner-text .title-text {
    margin: 0px 0px 50px;
}
.rs-banner .home5-banner .banner-image .banner-content .banner-text .title-text h2 {
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 3px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}
.rs-banner .home5-banner .banner-image .banner-content .banner-text .title-text p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    margin: 0px;
}
.rs-banner .home5-banner .banner-image .banner-content .contact-part {
    max-width: 980px;
    margin: 0px auto;
    background: rgb(3, 102, 232);
    padding: 10px 7px;
    text-align: center;
    border-radius: 100px;
}
.rs-banner .home5-banner .banner-image .banner-content .contact-part #contact-form .form-field input {
    font-size: 16px;
}
.rs-banner .home5-banner .banner-image .banner-content .contact-part #contact-form .form-field .readon {
    background: rgb(232, 142, 46);
    font-size: 16px;
    text-transform: uppercase;
}
.rs-banner .home5-banner .banner-image .banner-content .contact-part #contact-form .form-field .readon:hover {
    background: #1e8cbd;
}
.rs-banner.trans-parent .home-banner .banner-content {
    margin-top: 90px;
}
.rs-contact-banner {
    background: url("images/banner/default-home-banner.jpg") center center / cover no-repeat;
    padding: 100px 0px;
}
.rs-contact-banner .banner-content .banner-text .title-text h2 {
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 3px;
    font-weight: 500;
    margin: 0px 0px 20px;
}
.rs-contact-banner .banner-content .banner-text .title-text h3 {
    line-height: 32px;
    letter-spacing: 3px;
    margin: 0px 0px 5px;
    font-weight: 500;
}
.rs-contact-banner .banner-content .contact-part {
    padding: 30px;
    border-radius: 6px;
}
.rs-contact-banner .banner-content .contact-part .sec-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 0px;
    text-transform: uppercase;
}
.rs-contact-banner .banner-content .contact-part .contact-form .form-field input,
.rs-contact-banner .banner-content .contact-part .contact-form .form-field textarea {
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    background: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.rs-contact-banner .banner-content .contact-part .contact-form .form-field input::-webkit-input-placeholder,
.rs-contact-banner .banner-content .contact-part .contact-form .form-field textarea::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
}
.rs-contact-banner .banner-content .contact-part .contact-form .form-field input {
    height: 50px;
    line-height: 50px;
}
.rs-contact-banner .banner-content .contact-part .contact-form .form-field textarea {
    height: 60px;
    line-height: 52px;
    resize: none;
}
.rs-contact-banner .banner-content .contact-part .contact-form .form-button .readon {
    background: rgb(255, 255, 255);
    padding: 10px 40px;
    height: 50px;
    margin: 27px 0px 0px;
    border: none;
    color: rgb(34, 34, 34) !important;
}
.rs-contact-banner .banner-content .contact-part .contact-form .form-button .readon:hover {
    background: rgb(77, 109, 230);
    color: rgb(255, 255, 255) !important;
}
.rs-breadcrumbs .breadcrumbs-image {
    position: relative;
    overflow: hidden;
}
.rs-breadcrumbs .breadcrumbs-image img {
    max-height: 320px;
    width: 100%;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
    width: 100%;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0px 0px 10px;
    color: rgb(30 140 189);
    float: left;
    line-height: 42px;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li {
    color: rgb(30 140 189);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a {
    color: rgb(30 140 189);
    position: relative;
    padding-right: 24px;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a i {
    color: rgb(30 140 189);
    padding-right: 5px;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a::after {
    background-color: rgb(30 140 189);
    content: "";
    height: 15px;
    width: 2px;
    position: absolute;
    right: 8px;
    top: 1px;
    transform: rotate(20deg);
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a:hover {
    opacity: 0.7;
}
.rs-breadcrumbs .breadcrumbs-image::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: rgba(0, 98, 152, 0.1);
}
.rs-breadcrumbs.default-style .breadcrumbs-inner {
    text-align: center;
}
.rs-breadcrumbs.default-style .breadcrumbs-inner .breadcrumbs-text .category-name ul li {
    display: inline;
    margin-right: 10px;
    text-transform: uppercase;
}
.rs-breadcrumbs.default-style .breadcrumbs-inner .breadcrumbs-text .category-name ul li a {
    color: rgb(221, 221, 221);
}
.rs-breadcrumbs.default-style .breadcrumbs-inner .breadcrumbs-text .category-name ul li a:hover {
    color: #1e8cbd;
}
.rs-breadcrumbs.default-style .breadcrumbs-inner .breadcrumbs-text .category-name ul li::after {
    content: "/";
    padding-left: 10px;
    color: rgb(221, 221, 221);
}
.rs-breadcrumbs.default-style .breadcrumbs-inner .breadcrumbs-text .category-name ul li:last-child {
    margin-right: 0px;
}
.rs-breadcrumbs.default-style .breadcrumbs-inner .breadcrumbs-text .category-name ul li:last-child::after {
    content: unset;
    padding: 0px;
}
.rs-breadcrumbs.default-style .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
    margin-bottom: 30px;
    padding-bottom: 0px;
}
.rs-breadcrumbs.default-style .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title::after {
    content: "";
    position: absolute;
    background: rgb(255, 255, 255);
    height: 2px;
    width: 80px;
    left: 50%;
    bottom: 43px;
    display: block;
    transform: translateX(-50%);
}
.rs-breadcrumbs.default-style .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li {
    font-size: 13px;
    font-weight: normal;
    margin-right: 10px;
    color: rgb(221, 221, 221);
}
.rs-breadcrumbs.default-style .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li i {
    margin-right: 5px;
}
.rs-breadcrumbs.default-style .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li:last-child {
    margin-right: 0px;
}
.rs-about {
    background-color: #1e8cbd;
    background-image: url("images/about/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.rs-about .left-side .sec-title {
    margin-bottom: 13px;
}
.rs-about .left-side .sec-title .sub-text {
    font-size: 20px;
    margin: 0px 0px 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}
.rs-about .left-side .first-p {
    font-size: 18px;
    margin-bottom: 23px;
}
.rs-about .left-side .last-p {
    margin-bottom: 55px;
    font-size: 18px;
    max-width: 800px;
}
.rs-about.default-style {
    position: relative;
    padding-bottom: 300px;
}

.why-choose-us .video-section-area .image-here {
    position: relative;
}
.why-choose-us .video-section-area .image-here img {
    border-radius: 5px;
}
.why-choose-us .video-section-area .image-here .video-icon-here {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.why-choose-us .video-section-area .image-here .video-icon-here .popup-videos {
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 6px 33px;
    margin: 0px auto;
}
.why-choose-us .video-section-area .image-here .video-icon-here .popup-videos i {
    display: none;
}
.why-choose-us .video-section-area .image-here .video-icon-here .popup-videos::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1e8cbd;
    border-radius: 50%;
    transition: all 200ms ease 0s;
}
.why-choose-us .video-section-area .image-here .video-icon-here .popup-videos::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1e8cbd;
    border-radius: 50%;
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
}
.why-choose-us .video-section-area .image-here .video-icon-here .popup-videos:hover {
    border-color: rgba(255, 255, 255, 0.7);
}
.why-choose-us .video-section-area .image-here .video-icon-here .popup-videos span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0px;
    height: 0px;
    border-left: 27px solid rgb(255, 255, 255);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}
.why-choose-us .video-section-area.default-style {
    max-width: 700px;
    margin: 0px auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px 0px;
    border-radius: 10px;
}
.why-choose-us .video-section-area.default-style .image-here img {
    border-radius: 10px;
}
.why-choose-us .services-responsibiity .sec-title {
    margin-bottom: 40px;
}
.why-choose-us .services-responsibiity .sec-title h3 {
    margin-bottom: 18px;
}
.why-choose-us .services-responsibiity .sec-title p {
    margin: 0px;
}
.why-choose-us .services-responsibiity .services-item {
    z-index: 10;
    margin-bottom: 25px;
    width: 100%;
}
.why-choose-us .services-responsibiity .services-item:last-child {
    margin-bottom: 0px;
}
.why-choose-us .services-responsibiity .services-item .service-mid-icon {
    position: relative;
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin-right: 15px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 6px 20px;
}
.why-choose-us .services-responsibiity .services-item .service-mid-icon img {
    max-width: 40px;
    position: relative;
    z-index: 9;
}
.why-choose-us .services-responsibiity .services-item .service-mid-icon::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1e8cbd;
    border-radius: 50%;
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
    opacity: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.why-choose-us .services-responsibiity .services-item .services-desc {
    overflow: hidden;
}
.why-choose-us .services-responsibiity .services-item .services-desc .services-title {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 500;
}
.why-choose-us .services-responsibiity .services-item .services-desc .services-title a {
    color: rgb(34, 34, 34);
}
.why-choose-us .services-responsibiity .services-item .services-desc .services-title:hover a {
    color: #1e8cbd;
}
.why-choose-us .services-responsibiity .services-item .services-desc p {
    margin-bottom: 15px;
    color: rgb(80, 80, 80);
}
.why-choose-us .services-responsibiity .services-item:last-child .services-desc p {
    margin-bottom: 0px;
}
.why-choose-us .services-responsibiity .services-item:hover .service-mid-icon a {
    color: rgb(255, 255, 255);
}
.why-choose-us .services-responsibiity .services-item:hover .service-mid-icon::after {
    opacity: 1;
    visibility: visible;
}
.why-choose-us .services-responsibiity .services-item:hover .services-desc p {
    color: rgb(34, 34, 34);
}
.why-choose-us .video-text {
    padding-left: 20px;
}
.why-choose-us .video-text .sec-title {
    margin: 0px 0px 20px;
}
.why-choose-us .video-text .sec-title h2 {
    padding: 0px;
    color: rgb(30 140 189);
}
.why-choose-us .video-text .video-txt {
    margin: 0px 0px 35px;
}
.why-choose-us .video-text .video-txt.default-style {
    padding-right: 50px;
}
.why-choose-us .video-text .video-txt.default-style p {
    font-size: 18px;
    margin: 0px 0px 25px;
}
.why-choose-us .service-res-inner .sec-title {
    margin: 0px 0px 45px !important;
}
.why-choose-us .service-res-inner .sec-title h2 {
    padding: 0px;
}
.why-choose-us.default-style {
    padding-bottom: 275px;
}
.rs-default-services .single-service .service-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0px auto;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 6px 20px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background: transparent;
    transition: all 0.3s ease 0s;
}
.rs-default-services .single-service .service-icon img {
    max-width: 60px;
    height: auto;
    position: relative;
    z-index: 99;
}
.rs-default-services .single-service .service-icon::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1e8cbd;
    border-radius: 50%;
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.rs-default-services .single-service .service-desc {
    text-align: center;
}
.rs-default-services .single-service .service-desc .service-title {
    font-size: 20px;
    margin: 25px 0px 10px;
    line-height: normal;
    font-weight: 500;
}
.rs-default-services .single-service .service-desc .service-title a {
    color: rgb(34, 34, 34);
}
.rs-default-services .single-service .service-desc .service-title a:hover {
    color: #1e8cbd;
}
.rs-default-services .single-service .service-desc .service-text {
    margin: 0px;
}
.rs-default-services .single-service:hover .service-icon::after {
    opacity: 1;
    visibility: visible;
}
.rs-default-services .single-service.default-services {
    background: rgb(255, 255, 255);
    padding: 40px 25px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 5px 30px;
}
.rs-default-services.default-style {
    margin-top: -200px;
}
.rs-default-services.default-style-2 {
    margin-top: -174.5px;
}
.rs-default-services.default-style-3 {
    background: url("images/bg/services-bg.png") center center / cover no-repeat;
}
.rs-default-services.default-style-3 .single-service .service-icon {
    box-shadow: none;
}
.rs-default-services.default-style-3 .single-service .service-icon img {
    max-width: 100px;
}
.rs-default-services.default-style-3 .single-service .service-icon::after {
    display: none;
}
.rs-default-services.default-style-4 .single-service {
    background: url("images/services/dotbg.png");
    border-radius: 6px;
    min-height: 370px;
    position: relative;
}
.rs-default-services.default-style-4 .single-service .service-icon {
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
}
.rs-default-services.default-style-4 .single-service .service-icon img {
    max-width: 120px;
}
.rs-default-services.default-style-4 .single-service .service-icon::after {
    display: none;
}
.rs-default-services.default-style-4 .single-service .service-desc .service-title {
    position: absolute;
    left: 50%;
    top: 200px;
    width: 300px;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
}
.rs-default-services.default-style-4 .single-service .service-desc .service-text {
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    opacity: 0;
}
.rs-default-services.default-style-4 .single-service:hover .service-icon {
    opacity: 0;
    top: 0px;
}
.rs-default-services.default-style-4 .single-service:hover .service-desc .service-title {
    top: 115px;
}
.rs-default-services.default-style-4 .single-service:hover .service-desc .service-title a {
    color: #1e8cbd;
}
.rs-default-services.default-style-4 .single-service:hover .service-desc .service-text {
    opacity: 1;
}
.rs-default-services.default-style-5 .single-service .service-icon {
    box-shadow: none;
    width: unset;
    height: unset;
    line-height: unset;
}
.rs-default-services.default-style-5 .single-service .service-icon i {
    font-size: 50px;
}
.rs-default-services.default-style-5 .single-service .service-icon::after {
    display: none;
}
.rs-default-services.default-style-5 .single-service .service-desc .service-title a {
    color: rgb(34, 34, 34);
}
.rs-default-services.about-bg {
    background: url("images/bg/about-bg.png") center bottom no-repeat rgb(249, 249, 249);
}
.services-tab .nav .nav-item {
    width: 100%;
    border: none;
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    font-size: 20px;
    padding: 19px 25px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 6px 70px;
    transition: all 0.3s ease 0s;
}
.services-tab .nav .nav-item::before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    right: 16px;
    top: auto;
    bottom: auto;
    font-size: 36px;
    width: 20px;
    line-height: 23px;
    opacity: 0;
    visibility: hidden;
}
.services-tab .nav .nav-item i {
    color: rgb(34, 34, 34);
    margin-right: 15px;
}
.services-tab .nav .nav-item.active,
.services-tab .nav .nav-item:hover {
    background: #1e8cbd;
    color: rgb(255, 255, 255);
}
.services-tab .nav .nav-item.active::before,
.services-tab .nav .nav-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.services-tab .nav .nav-item.active i,
.services-tab .nav .nav-item:hover i {
    color: rgb(255, 255, 255);
}
.services-tab .nav.nav-tabs {
    border: none;
    padding-right: 20px;
}
.services-tab .tab-content {
    padding: 25px 40px;
    box-shadow: rgba(230, 230, 230, 0.5) 0px 5px 40px 0px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
}
.services-tab .tab-content .tab-pane .tab-item .sec-title h2 {
    font-size: 24px !important;
}
.services-tab .tab-content .tab-pane .tab-item .tab-top p {
    margin: 0px;
}
.services-tab .tab-content .tab-pane .tab-item .tab-bottom {
    display: inline-block;
    margin: 35px 0px 0px;
}
.services-tab .tab-content .tab-pane .tab-item .tab-bottom .img-part {
    width: 50%;
    float: left;
}
.services-tab .tab-content .tab-pane .tab-item .tab-bottom .text-part {
    width: 50%;
    float: left;
    padding-left: 30px;
}
.services-tab .tab-content .tab-pane .tab-item .tab-bottom .text-part h2 {
    font-size: 18px;
    margin: 10px 0px;
}
.services-tab .tab-content .tab-pane .tab-item .tab-bottom .text-part ul li {
    position: relative;
    padding-left: 25px;
    line-height: 34px;
}
.services-tab .tab-content .tab-pane .tab-item .tab-bottom .text-part ul li::before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    font-size: 10px;
    display: block;
    color: #1e8cbd;
}
.services-tab.default-style {
    margin-top: -210px;
}
.services-search-engine {
    background: url("images/bg/search-engine-bg.png") center center / cover no-repeat;
}
.services-search-engine .search-engine-text .sec-title {
    margin: 0px 0px 25px;
}
.services-search-engine .search-engine-text .sec-title h2 {
    padding: 0px;
}
.services-search-engine .search-engine-text .sec-title .search-engine-desc {
    margin: 0px 0px 35px;
}
.services-search-engine .search-engine-text .sec-title .search-engine-desc p {
    margin: 0px;
}
.services-search-engine .search-engine-text.default-style {
    padding: 0px 15px 0px 35px;
}
.services-single .services-single-text .services-single-list li {
    position: relative;
    padding-left: 25px;
}
.services-single .services-single-text .services-single-list li::before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    left: 4px;
    right: auto;
    top: 0px;
    font-size: 14px;
    color: #1e8cbd;
}
.services-work {
    background: url("images/bg/services-work-bg.jpg") center center / cover no-repeat;
}
.services-work .service-images {
    padding-right: 20px;
}
.services-work .common .text h4 {
    margin: 0px auto 10px;
    font-weight: 500;
    font-size: 20px;
}
.services-work .common .text h4 a {
    color: rgb(34, 34, 34);
}
.services-work .common .text h4 a:hover {
    color: #1e8cbd;
}
.services-work .common .text p {
    margin-bottom: 0px;
}
.rs-services-full {
    padding-bottom: 90px;
}
.rs-services-full.pb-70 {
    padding-bottom: 70px;
}
.rs-services-full.personal-service {
    padding-bottom: 100px;
}
.rs-services-full.seo-service .item-thumb .owl-dot img {
    border-radius: 5px;
}
.rs-services-full.seo-service .item-thumb .owl-dot::before {
    border-radius: 5px;
}
.rs-services-full.seo-service .image-carousel {
    box-shadow: rgba(0, 0, 0, 0.07) -4px 1px 15px 3px;
}
.rs-services-full.seo-service .image-carousel .cl-ft-item img {
    border-radius: 5px 5px 0px 0px;
}
.rs-services-full.seo-service .featured-item {
    background: unset;
}
.rs-services-full.seo-service .featured-item .featured-icon img {
    filter: unset;
}
.rs-services-full .feature-left {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 4px;
}
.rs-services-full .featured-item {
    margin-bottom: 30px;
    background: rgb(255, 255, 255);
    padding: 25px 15px 25px 25px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    box-shadow: rgba(50, 50, 50, 0.08) 0px 10px 30px 0px;
}
.rs-services-full .featured-item .featured-icon img {
    filter: grayscale(100%);
}
.rs-services-full .featured-item .title h4 {
    font-family: Rubik, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0px 4px;
    line-height: normal;
}
.rs-services-full .featured-item .title h4 a {
    color: rgb(34, 34, 34);
}
.rs-services-full .featured-item .some-text p {
    margin: 0px;
    line-height: 26px;
}
.rs-services-full .featured-item:hover {
    box-shadow: rgba(50, 50, 50, 0.16) 0px 10px 30px 0px;
}
.rs-services-full .featured-item:hover .featured-icon img {
    filter: grayscale(0);
}
.rs-services-full .featured-item:hover .title h4 a {
    color: #1e8cbd;
}
.rs-services-full .item-thumb {
    width: 100%;
    margin-top: -12px;
}
.rs-services-full .item-thumb .owl-dot {
    width: 33.333%;
    display: inline-block;
    padding: 10px;
    float: left;
    cursor: pointer;
}
.rs-services-full .item-thumb.item-thumb2 {
    margin: 0px;
    overflow: hidden;
}
.rs-services-full .item-thumb.item-thumb2 .owl-dot {
    width: 50%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
    z-index: 0;
}
.rs-services-full .item-thumb.item-thumb2 .owl-dot::before {
    display: none;
}
.rs-services-full .item-thumb.item-thumb2 .owl-dot span {
    box-shadow: none;
    opacity: 1 !important;
}
.rs-services-full .item-thumb.item-thumb2 .owl-dot span i {
    font-size: 36px;
}
.rs-services-full .item-thumb.item-thumb2 .owl-dot span i::before {
    line-height: 40px;
}
.rs-services-full .item-thumb.item-thumb2 .owl-dot h5.overlay-feature-title {
    font-size: 18px;
    line-height: normal;
    position: static;
    transform: translate(0px);
    z-index: 99;
    transition: all 500ms ease 0s;
    background: rgb(255, 255, 255);
    opacity: 1;
    margin: 0px;
    width: 100%;
    padding: 35.5px 0px;
}
.rs-services-full .item-thumb.item-thumb2 .owl-dot h5.overlay-feature-title a {
    color: rgb(0, 0, 0);
}
.rs-services-full .item-thumb.item-thumb2 .owl-dot h5.overlay-feature-title a:hover {
    color: rgb(77, 109, 230);
}
.rs-services-full .item-thumb.item-thumb2 .owl-dot:hover span,
.rs-services-full .item-thumb.item-thumb2 .owl-dot.active span,
.rs-services-full .item-thumb.item-thumb2 .owl-dot:hover h5.overlay-feature-title a,
.rs-services-full .item-thumb.item-thumb2 .owl-dot.active h5.overlay-feature-title a {
    color: rgb(255, 255, 255);
}
.rs-services-full .item-thumb.item-thumb2 .owl-dot:hover h5.overlay-feature-title,
.rs-services-full .item-thumb.item-thumb2 .owl-dot.active h5.overlay-feature-title {
    background: #1e8cbd;
}
.rs-services-full .device-lg .item-thumb .owl-dot,
.rs-services-full .device-sm .item-thumb .owl-dot {
    height: 150px;
}
.rs-services-full .device-xs .item-thumb .owl-dot {
    width: 50%;
    padding: 10px;
    height: 100px;
}
.rs-services-full .item-thumb .owl-dot span {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    width: auto;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 1px;
    transition: all 0.3s ease 0s;
}
.rs-services-full .item-thumb .owl-dot.active span,
.rs-services-full .item-thumb .owl-dot:hover span {
    opacity: 0.7;
}
.rs-services-full .menu-carousel .heading-block h4 {
    margin: 4px 0px 12px;
    font-size: 20px;
    line-height: 20px;
}
.rs-services-full .cl-ft-item {
    background-color: rgb(255, 255, 255);
}
.rs-services-full .menu-carousel .heading-block h4 a {
    font-weight: 600;
    color: rgb(33, 33, 33);
    transition: all 0.2s ease 0s;
}
.rs-services-full .menu-carousel .heading-block h4 a:hover {
    color: #1e8cbd;
}
.rs-services-full .menu-carousel .feature-content {
    position: relative;
    padding: 25px 15px;
    text-align: left;
}
.rs-services-full .menu-carousel .heading-block p {
    margin-bottom: 0px;
}
.rs-services-full .menu-carousel .heading-block .readon {
    margin-top: 20px;
}
.rs-services-full .menu-carousel .heading-block .food-info {
    color: rgb(187, 187, 187);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
}
.rs-services-full .food-price {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 500;
}
.rs-services-full .menu-carousel .more-link {
    margin-top: 35px;
    border-bottom: 1px solid rgb(51, 51, 51) !important;
}
.rs-services-full .more-link {
    font-style: normal;
    border-bottom: 0px;
    color: rgb(51, 51, 51);
    margin-top: 10px;
    font-size: 14px;
}
.rs-services-full .team-title h4 {
    font-size: 15px;
}
.rs-services-full .team-title span {
    font-style: normal;
    margin-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(170, 170, 170) !important;
}
.rs-services-full .entry {
    padding: 0px;
    margin: 0px;
    border-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 15px 2px;
}
.rs-services-full .entry-title {
    background-color: rgb(255, 255, 255);
    padding: 15px;
}
.rs-services-full .entry-title h2 {
    text-transform: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
}
.rs-services-full .entry-meta {
    margin: 8px 0px 0px;
}
.rs-services-full .ipost .entry-meta li a {
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(153, 153, 153);
}
.rs-services-full .entry-meta li::before {
    content: "·";
    opacity: 1;
}
.rs-services-full .service-button {
    margin: 80px 0px 80px 15px;
}
.rs-services-full .device-sm .service-button,
.rs-services-full .device-xs .service-button {
    margin: 30px 0px 0px;
}
.rs-services-full .clfeatures .cl-ft-item img {
    display: block;
    margin: 0px;
}
.rs-services-full .item-thumb .owl-dot {
    position: relative;
}
.rs-services-full .item-thumb .owl-dot::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: rgba(0, 0, 0, 0.8);
    transition: all 500ms ease 0s;
    opacity: 0;
}
.rs-services-full h5.overlay-feature-title {
    font-size: 16px;
    line-height: 140%;
    font-weight: normal;
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    text-align: center;
    width: calc(80%);
    transition: all 500ms ease 0s;
    opacity: 0;
}
.rs-services-full h5.overlay-feature-title a {
    color: rgb(255, 255, 255);
    pointer-events: none;
}
.rs-services-full .item-thumb .owl-dot:hover::before {
    opacity: 1;
}
.rs-services-full .item-thumb .owl-dot:hover h5.overlay-feature-title {
    opacity: 1;
}
@media (min-width: 992px) {
    .rs-services-full #header,
    .rs-services-full #header-wrap {
        z-index: 200;
        background-color: transparent;
        background-repeat: repeat-x;
        background-position: center bottom;
        background-size: auto 100%;
        transition: all 0.5s ease 0s;
    }
    .rs-services-full #primary-menu ul li > a {
        padding-top: 32px;
        padding-bottom: 10px;
    }
    .rs-services-full #header.sticky-header #header-wrap {
        background-color: transparent;
        box-shadow: none;
    }
    .rs-services-full .slider-caption h2 {
        font-size: 76px;
    }
    .rs-services-full .food-price {
        font-size: 24px;
        top: 50px;
        right: 60px;
    }
}
.rs-services-full .services-wrap .services-item {
    position: relative;
    padding: 0px 25px 65px;
    z-index: 10;
}
.rs-services-full .services-wrap .services-item::after {
    content: "";
    position: absolute;
    left: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    top: 50%;
    transform: scale(1, 0.9) translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
    opacity: 0;
}
.rs-services-full .services-wrap .services-item:hover .services-desc::after {
    background: #1e8cbd;
    width: 100px;
}
.rs-services-full .services-wrap .services-item:hover::after {
    opacity: 1;
    transform: scale(1, 1) translateY(-50%);
}
.rs-services-full .services-wrap .services-icon {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #1e8cbd;
}
.rs-services-full .services-wrap .services-title {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 25px;
}
.rs-services-full .services-wrap .services-desc {
    position: relative;
}
.rs-services-full .services-wrap .services-desc::after {
    content: "";
    position: absolute;
    left: 0px;
    height: 2px;
    width: 50px;
    bottom: -45px;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}
.rs-services-full .services-wrap .services-desc p {
    margin-bottom: 55px;
}
.rs-services .service-grid {
    padding: 40px 40px 32px;
    text-align: center;
    border-radius: 6px;
    background-color: #e7f8ff;
    transition: all 0.3s ease 0s;
}
.rs-services .service-grid .service-title {
    font-weight: 500;
    margin-top: 26px;
    margin-bottom: 15px;
}
.rs-services .service-grid .service-title a {
    color: rgb(34, 34, 34);
}
.rs-services .service-grid .service-desc {
    margin: 0px;
    transition: all 0.3s ease 0s;
}
.rs-services .service-grid:hover {
    background-color: #1e8cbd;
}
.rs-services .service-grid:hover .service-title a {
    color: rgb(255, 255, 255);
}
.rs-services .service-grid:hover .service-desc {
    color: rgb(255, 255, 255);
}
.rs-services.services-2 .service-grid {
    padding: 20px;
}
.rs-services.services-2 .service-grid .text-part {
    text-align: left;
}
.rs-services.services-2 .service-grid .text-part .service-title {
    margin-top: 0px;
    margin-bottom: 3px;
}
.rs-accordion .sec-title {
    margin-bottom: 40px;
}
.rs-accordion .accordion-title h3 {
    margin-bottom: 50px;
}
.rs-accordion .accordion .card {
    border: none;
    box-shadow: none;
    background: unset;
}
.rs-accordion .accordion .card .card-header {
    padding: 0px;
    margin-bottom: 10px;
    border: 0px;
}
.rs-accordion .accordion .card .card-header .card-title {
    height: 50px;
    padding: 0px;
    margin: 0px;
}
.rs-accordion .accordion .card .card-header .card-title .accordion-toggle {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 0px 0px 25px;
    border: unset;
    background: #efefef;
    color: #222222;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-weight: 300;font-size: 16px;border-radius: 6px;
    outline: none;
    transition: all 0.3s ease 0s;
}
.rs-accordion .accordion .card .card-header .card-title .accordion-toggle:hover {
    color: #000000cc;
}
.rs-accordion .accordion .card .card-header .card-title .accordion-toggle.collapsed::after {
    position: absolute;
    font-family: FontAwesome;
    right: 20px;
    top: 0px;
    font-weight: 700;
    background: transparent;
    color: #22222259;
    padding: unset;
    transition: all 0.3s ease 0s;
    content: "" !important;
font-size: 20px;color: #22222259;}
.rs-accordion .accordion .card .card-header .card-title .accordion-toggle::after {
    position: absolute;
    font-family: FontAwesome;
    content: "";
    top: 0px;
    font-weight: 700;
    background: transparent;
    right: 20px;
    color: rgb(30 141 189);
    font-size: 20px;
    color: #000000cc;padding: unset;
    transition: all 0.3s ease 0s;
}
.rs-accordion .accordion .collapse .card-body {
    width: 100%;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    /* box-shadow: rgba(34, 128, 252, 0.4) 0px 6px 30px; */
    z-index: -1;
}
.rs-accordion .accordion .collapse .card-body p {
    margin: 0px;
}
.rs-accordion.default-style .accordion .card {
    margin: 0px 0px 10px;
}
.rs-accordion.default-style .accordion .card .card-header {
    margin: 0px;
}
.rs-accordion.default-style .accordion .card .card-header .card-title .accordion-toggle {
    border-radius: unset;
    background: #1e8cbd;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(240, 240, 240);
    padding: 0px 60px 0px 20px;
    font-size: 16px;
    font-weight: 500;
}
.rs-accordion.default-style .accordion .card .card-header .card-title .accordion-toggle::after {
    content: "";
    color: rgb(255, 255, 255);
    left: unset;
    right: 20px;
}
.rs-accordion.default-style .accordion .card .card-header .card-title .accordion-toggle.collapsed {
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
}
.rs-accordion.default-style .accordion .card .card-header .card-title .accordion-toggle.collapsed::after {
    color: rgb(34, 34, 34);
    content: "" !important;
}
.rs-accordion.default-style .accordion .collapse .card-body {
    box-shadow: unset;
    background-color: rgb(248, 248, 248);
}
.about-skillbar .sec-title h2 {
    padding: 0px;
}
.about-skillbar .about-skill .skill-list {
    overflow: hidden;
}
.about-skillbar .about-skill .skill-list .progress {
    position: relative;
    background-color: rgb(238, 238, 238);
    height: 12px;
    line-height: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 7px;
    border-radius: 3px;
    margin-bottom: 50px;
    overflow: visible;
}
.about-skillbar .about-skill .skill-list .progress:first-child {
    margin-top: 30px;
}
.about-skillbar .about-skill .skill-list .progress:last-child {
    margin-bottom: 0px;
}
.about-skillbar .about-skill .skill-list .progress .progress-bar {
    border-radius: 3px;
}
.about-skillbar .about-skill .skill-list .progress .progress-bar.bg-success {
    background: #1e8cbd !important;
}
.about-skillbar .about-skill .skill-list .progress .lead {
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    margin: 0px;
    color: rgb(34, 34, 34);
}
.about-skillbar .about-skill .skill-list .progress:last-child .progress {
    margin-bottom: 0px;
}
.seo-video-section {
    background: url("images/bg/seo-video-bg.jpg") center center / cover no-repeat;
}
.seo-video-section .video-section-area .image-here .video-icon-here.default-style .popup-videos span {
    border-left: 27px solid #1e8cbd;
}
.seo-video-section .video-section-area .image-here .video-icon-here.default-style .popup-videos::before,
.seo-video-section .video-section-area .image-here .video-icon-here.default-style .popup-videos::after {
    background: rgb(255, 255, 255);
}
.seo-video-section .video-text {
    margin: 45px 0px 0px;
}
.seo-video-section .video-text .sec-title {
    margin: 0px;
}
.seo-video-section.default-style {
    padding: 185px 0px 200px;
}
.popup-videos {
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 6px 33px;
    margin: 0px auto;
}
.popup-videos i {
    display: none;
}
.popup-videos::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1e8cbd;
    border-radius: 50%;
    transition: all 200ms ease 0s;
}
.popup-videos::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1e8cbd;
    border-radius: 50%;
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
}
.popup-videos i {
    text-indent: 5px;
    transition: all 0.3s ease 0s;
}
.popup-videos:hover {
    border-color: rgba(255, 255, 255, 0.7);
}
.popup-videos span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0px;
    height: 0px;
    border-left: 27px solid rgb(255, 255, 255);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}
.popup-videos.popup-videos2 {
    position: absolute;
    top: 53%;
    left: 30%;
    transform: translate(-70%, -47%);
}
.popup-videos.popup-videos2 span {
    border-left: 27px solid #1e8cbd;
}
.popup-videos.popup-videos2::before {
    background: rgb(255, 255, 255);
    width: 100px;
    height: 100px;
}
.popup-videos.popup-videos2::after {
    background: rgb(255, 255, 255);
    width: 100px;
    height: 100px;
}
.floating-quote .floating-area {
    position: fixed;
    z-index: 10;
    text-align: center;
    bottom: 20.1%;
    left: -10%;
    transition: all 0.3s ease 0s;
}
.floating-quote .floating-area .quote-btn {
    background: #1e8cbd;
    transform: rotate(-90deg);
    position: relative;
    left: -59px;
    padding: 0px 19px;
    height: 69px;
    margin-bottom: 57px;
    border-left: 2.3px solid rgb(255, 255, 255);
}
.floating-quote .floating-area .quote-btn a {
    font-size: 20px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    position: relative;
    top: 22px;
}
.floating-quote .floating-area .quote-btn a:hover {
    color: rgb(230, 230, 230);
}
.floating-quote .floating-area .social-icon {
    background: #1e8cbd;
    padding: 20px 0px;
    max-width: 69px;
}
.floating-quote .floating-area .social-icon ul li {
    padding-bottom: 5px;
}
.floating-quote .floating-area .social-icon ul li a {
    color: rgb(34, 34, 34);
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px auto;
    background: rgb(255, 255, 255);
}
.floating-quote .floating-area .social-icon ul li a:hover {
    color: rgb(111, 111, 111);
}
.floating-quote .floating-area .social-icon ul li:last-child {
    padding-bottom: 0px;
}
.floating-quote .floating-area.hidebar {
    left: 0px;
}
.floating-quote .floating-icons {
    position: fixed;
    z-index: 10;
    left: 0px;
    bottom: 10%;
    color: rgb(255, 255, 255);
    border-radius: 0px 50px 50px 0px;
    width: 80px;
    background: #1e8cbd;
    transition: all 0.3s ease 0s;
    text-align: right;
    cursor: pointer;
    padding: 10px 10px 10px 0px;
}
.floating-quote .floating-icons i {
    font-size: 40px;
    transition: all 0.3s ease 0s;
}
.floating-quote .floating-icons.icon-change {
    left: -10px;
}
.floating-quote .floating-icons.icon-change i {
    transform: rotate(130deg);
}
.rs-defult-team .team-item {
    text-align: center;
    z-index: 1;
}
.rs-defult-team .team-item .team-img {
    overflow: hidden;
    position: relative;
}
.rs-defult-team .team-item .team-img img {
    width: 100%;
    height: auto;
}
.rs-defult-team .team-item .team-content {
    margin: 0px 0px 30px;
}
.rs-defult-team .team-item .team-content .team-info {
    padding: 25px 0px;
    background: rgb(255, 255, 255);
}
.rs-defult-team .team-item .team-content .team-info .title {
    font-size: 20px;
    font-weight: 500;
    color: rgb(34, 34, 34);
    margin: 0px;
    transition: all 0.3s ease 0s;
}
.rs-defult-team .team-item .team-content .team-info .title:hover {
    color: #1e8cbd;
}
.rs-defult-team .team-item .team-content .team-info .post {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0px;
    display: block;
}
.rs-defult-team .team-item .team-content .team-social {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 111;
    opacity: 0;
    bottom: 0px;
    height: 0px;
    background: rgb(255, 255, 255);
    border-radius: 0px 0px 50% 50%;
    transition: all 0.3s ease 0s;
}
.rs-defult-team .team-item .team-content .team-social li {
    display: inline-block;
}
.rs-defult-team .team-item .team-content .team-social li a {
    display: block;
    color: rgb(34, 34, 34);
    padding: 0px 10px;
}
.rs-defult-team .team-item .team-content .team-social li a:hover {
    color: #1e8cbd;
}
.rs-defult-team .team-item:hover .team-content .team-social {
    opacity: 1;
    height: 50px;
}
.rs-defult-team:hover .owl-carousel .owl-nav [class*="owl-"] {
    opacity: 1 !important;
    visibility: visible !important;
}
.rs-defult-team:hover .owl-carousel .owl-nav [class*="owl-"].owl-prev {
    left: -60px;
}
.rs-defult-team:hover .owl-carousel .owl-nav [class*="owl-"].owl-next {
    right: -60px;
}
.rs-team2 .team-item-wrap {
    position: relative;
    overflow: hidden;
}
.rs-team2 .team-item-wrap a {
    text-decoration: none;
}
.rs-team2 .team-item-wrap .team-img {
    position: relative;
}
.rs-team2 .team-item-wrap .team-img img {
    width: 100%;
}
.rs-team2 .team-item-wrap .team-img .normal-text {
    position: absolute;
    left: -50px;
    bottom: 32px;
    width: 179px;
    transform: rotate(-90deg);
}
.rs-team2 .team-item-wrap .team-img .normal-text .team-name {
    background: #1e8cbd;
    margin-bottom: 0px;
    padding: 10px 15px;
    display: block;
    position: relative;
    z-index: 999;
}
.rs-team2 .team-item-wrap .team-img .normal-text .team-name a {
    color: rgb(255, 255, 255);
    position: relative;
    margin-bottom: 6px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    z-index: 111;
}
.rs-team2 .team-item-wrap .team-img .normal-text .team-name a:hover {
    color: #1e8cbd;
}
.rs-team2 .team-item-wrap .team-img .normal-text .subtitle {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 10px 20px;
    display: block;
}
.rs-team2 .team-item-wrap .team-content {
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    top: 10%;
    left: 0px;
    text-align: center;
    z-index: 11;
    padding: 30px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.rs-team2 .team-item-wrap .team-content::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgb(28, 37, 73);
    z-index: -1;
    transition: opacity 0.25s ease 0s;
}
.rs-team2 .team-item-wrap .team-content .overly-border::before,
.rs-team2 .team-item-wrap .team-content .overly-border::after {
    position: absolute;
    inset: 20px;
    content: "";
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}
.rs-team2 .team-item-wrap .team-content .overly-border::before {
    border-top: 5px solid #1e8cbd;
    border-bottom: 5px solid #1e8cbd;
    transform: scale(0, 1);
}
.rs-team2 .team-item-wrap .team-content .overly-border::after {
    border-right: 5px solid #1e8cbd;
    border-left: 5px solid #1e8cbd;
    transform: scale(1, 0);
}
.rs-team2 .team-item-wrap .team-content .display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.rs-team2 .team-item-wrap .team-content .display-table .display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.rs-team2 .team-item-wrap .team-content .display-table .display-table-cell .team-name {
    position: relative;
    z-index: 999;
    margin-bottom: 5px;
}
.rs-team2 .team-item-wrap .team-content .display-table .display-table-cell .team-name a {
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-weight: 400;
}
.rs-team2 .team-item-wrap .team-content .display-table .display-table-cell .team-name a:hover {
    color: #1e8cbd;
}
.rs-team2 .team-item-wrap .team-content .display-table .display-table-cell .team-title {
    font-size: 14px;
    padding-bottom: 7px;
    border: none;
    display: inline-block;
    color: #1e8cbd;
    position: relative;
    z-index: 111;
}
.rs-team2 .team-item-wrap .team-content .display-table .display-table-cell .team-title::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #1e8cbd;
}
.rs-team2 .team-item-wrap .team-content .display-table .display-table-cell .team-social {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 111;
    opacity: 0;
    margin-top: 25px;
    transition: all 0.3s ease 0s;
}
.rs-team2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon {
    display: inline-block;
    background-color: #1e8cbd;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    transition: all 0.3s ease 0s;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
}
.rs-team2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon i {
    font-size: 14px;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}
.rs-team2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover {
    background: rgb(255, 255, 255);
}
.rs-team2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover i {
    color: #1e8cbd;
}
.rs-team2 .team-item-wrap .team-content .display-table .display-table-cell p {
    margin: 15px 0px 25px;
}
.rs-team2 .team-item-wrap:hover .team-content {
    opacity: 1;
    top: 0px;
}
.rs-team2 .team-item-wrap:hover .display-table .display-table-cell .team-social {
    opacity: 1;
}
.rs-team2 .team-item-wrap:hover .team-img .normal-text {
    opacity: 0;
    visibility: hidden;
}
.rs-team2 .team-item-wrap:hover .overly-border::before,
.rs-team2 .team-item-wrap:hover .overly-border::after {
    opacity: 1;
    transform: scale(1);
}
.rs-team .team-item {
    text-align: center;
    z-index: 1;
}
.rs-team .team-item .team-img {
    overflow: hidden;
    position: relative;
}
.rs-team .team-item .team-img img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.rs-team .team-item .team-social {
    list-style: none;
    transition: all 0.5s ease 0s;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    opacity: 0;
    height: 55px;
    line-height: 55px;
    z-index: 1;
}
.rs-team .team-item .team-social li {
    display: inline-block;
}
.rs-team .team-item .team-social li a {
    display: block;
    color: rgb(255, 255, 255);
    padding: 0px 10px;
}
.rs-team .team-item .team-social li a:hover {
    color: rgb(255, 255, 255);
}
.rs-team .team-item .team-overlay {
    position: relative;
}
.rs-team .team-item .team-overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.5s ease 0s;
}
.rs-team .team-item .team-content {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s ease 0s;
    background: rgb(255, 255, 255);
}
.rs-team .team-item .title {
    font-size: 20px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    margin: 18px 0px 0px;
    transition: all 0.5s ease 0s;
}
.rs-team .team-item .title:hover {
    color: #1e8cbd;
}
.rs-team .team-item .post {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0px;
    display: block;
}
.rs-team .team-item:hover .team-img img {
    filter: grayscale(70%);
    transform: scale(1.1);
}
.rs-team .team-item:hover .team-social,
.rs-team .team-item:hover .team-img::after {
    opacity: 1;
}
.rs-team .team-item:hover .team-content {
    height: 55px;
    background: rgba(29, 36, 42, 0.8);
    border: none;
}
.rs-team .team-item:hover .team-content span.post {
    color: rgb(204, 204, 204);
}
.rs-team .team-item:hover .team-content .team-social {
    opacity: 1;
}
.rs-team.team-2 .team-item .team-overlay {
    overflow: hidden;
    position: relative;
}
.rs-team.team-2 .team-item .team-overlay .team-img img {
    border-radius: 5px 5px 0px 0px;
}
.rs-team.team-2 .team-item .team-overlay .team-content {
    background: #1e8cbd;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    content: "";
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.rs-team.team-2 .team-item .team-overlay .team-content ul.team-social {
    content: unset;
}
.rs-team.team-2 .team-item .team-info {
    background: #1e8cbd;
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
    transition: all 0.3s ease 0s;
    position: relative;
    top: 0px;
}
.rs-team.team-2 .team-item .team-info a .title {
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
.rs-team.team-2 .team-item .team-info .post {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
.rs-team.team-2 .team-item:hover .team-info {
    top: 5px;
}
.rs-team-inner .team-grid {
    position: relative;
}
.rs-team-inner .team-grid .text-bottom {
    padding: 20px 0px 0px 25px;
}
.rs-team-inner .team-grid .text-bottom h4.person-name {
    margin-bottom: 10px;
    font-weight: normal;
}
.rs-team-inner .team-grid .text-bottom h4.person-name a {
    color: rgb(34, 34, 34);
}
.rs-team-inner .team-grid .text-bottom span.designation {
    display: block;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    font-size: 12px;
}
.rs-team-inner .team-grid .team-content {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    text-align: center;
    height: 100%;
    background: #1e8cbd;
    z-index: 1;
}
.rs-team-inner .team-grid .team-content .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    content: "";
}
.rs-team-inner .team-grid .team-content .text-box h4.person-name {
    margin-bottom: 7px;
    font-weight: 400;
}
.rs-team-inner .team-grid .team-content .text-box h4.person-name a {
    color: rgb(255, 255, 255);
}
.rs-team-inner .team-grid .team-content .text-box h4.person-name a:hover {
    color: rgb(230, 230, 230);
}
.rs-team-inner .team-grid .team-content .text-box span.designation {
    display: block;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.rs-team-inner .team-grid .team-content .text-box .team-social ul li {
    display: inline;
    padding: 0px 5px;
}
.rs-team-inner .team-grid .team-content .text-box .team-social ul li a {
    color: rgb(255, 255, 255);
}
.rs-team-inner .team-grid .team-content .text-box .team-social ul li a:hover {
    color: rgb(230, 230, 230);
}
.rs-team-inner .team-grid:hover .team-content {
    opacity: 1;
    visibility: visible;
}
.rs-team-inner.rs-team-inner-3 .team-grid {
    overflow: hidden;
    position: relative;
}
.rs-team-inner.rs-team-inner-3 .team-grid .team-image {
    margin-bottom: 107px;
}
.rs-team-inner.rs-team-inner-3 .team-grid .team-image img {
    transition: all 0.3s ease 0s;
}
.rs-team-inner.rs-team-inner-3 .team-grid .text-bottom {
    text-align: center;
    border-bottom: 3px solid #1e8cbd;
    border-radius: 0px 0px 3px 3px;
    background: rgb(255, 255, 255);
    padding: 30px 0px 15px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.rs-team-inner.rs-team-inner-3 .team-grid .text-bottom h4.person-name {
    font-weight: 500;
}
.rs-team-inner.rs-team-inner-3 .team-grid .text-bottom h4.person-name a {
    color: rgb(80, 80, 80);
}
.rs-team-inner.rs-team-inner-3 .team-grid .text-bottom span.designation {
    color: rgb(34, 34, 34);
    font-weight: 400;
    transition: all 0.3s ease 0s;
}
.rs-team-inner.rs-team-inner-3 .team-grid .text-bottom .social-links {
    margin-top: 20px;
    padding-bottom: 10px;
    transition: all 0.3s ease 0s;
    margin-bottom: -50px;
    opacity: 0;
}
.rs-team-inner.rs-team-inner-3 .team-grid .text-bottom .social-links ul li {
    display: inline;
    padding: 0px 5px;
}
.rs-team-inner.rs-team-inner-3 .team-grid .text-bottom .social-links ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    background: transparent;
}
.rs-team-inner.rs-team-inner-3 .team-grid:hover .team-image img {
    transform: scale(1.1);
}
.rs-team-inner.rs-team-inner-3 .team-grid:hover .text-bottom {
    background: #1e8cbd;
}
.rs-team-inner.rs-team-inner-3 .team-grid:hover .text-bottom .person-name a {
    color: rgb(255, 255, 255);
}
.rs-team-inner.rs-team-inner-3 .team-grid:hover .text-bottom .designation {
    color: rgb(255, 255, 255);
}
.rs-team-inner.rs-team-inner-3 .team-grid:hover .text-bottom .social-links {
    margin-bottom: 0px;
    opacity: 1;
}
.rs-team-inner-4 img {
    width: 100%;
}
.rs-team-inner-4 .single-team-member {
    width: 100%;
}
.rs-team-inner-4 .single-team-member .image-section {
    width: 50%;
    float: left;
    position: relative;
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
}
.rs-team-inner-4 .single-team-member .image-section .overlay-section {
    background-color: rgb(0, 0, 0);
    opacity: 0;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.rs-team-inner-4 .single-team-member .image-section .overlay-section .detail-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rs-team-inner-4 .single-team-member .image-section .overlay-section .detail-link i {
    color: rgb(255, 255, 255);
    font-size: 19px;
    background: #1e8cbd;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    line-height: 47px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.rs-team-inner-4 .single-team-member .image-section .overlay-section .detail-link i:hover {
    background: #1e8cbd;
}
.rs-team-inner-4 .single-team-member .image-section img {
    width: 100%;
    transform: scale(0.9);
    transition: all 0.3s ease 0s;
}
.rs-team-inner-4 .single-team-member .image-section:hover .overlay-section {
    opacity: 0.8;
}
.rs-team-inner-4 .single-team-member .box-section {
    width: 50%;
    float: left;
    position: relative;
    background-color: rgb(242, 242, 242);
    transition: all 0.3s ease 0s;
}
.rs-team-inner-4 .single-team-member .box-section::before {
    position: absolute;
    content: "";
    border-right: 15px solid #1e8cbd;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    bottom: 30px;
    left: -15px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.rs-team-inner-4 .single-team-member .box-section .box-text {
    text-align: center;
    padding: 32.4% 0px;
}
.rs-team-inner-4 .single-team-member .box-section .box-text .box-title h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.rs-team-inner-4 .single-team-member .box-section .box-text .box-title h1 a {
    text-decoration: none;
}
.rs-team-inner-4 .single-team-member .box-section .box-text .box-title h1 a:hover {
    color: rgb(34, 34, 34) !important;
}
.rs-team-inner-4 .single-team-member .box-section .box-text .box-title h2 {
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
}
.rs-team-inner-4 .single-team-member .box-section .box-text .social-icons {
    padding: 0px;
    text-align: center;
}
.rs-team-inner-4 .single-team-member .box-section .box-text .social-icons a {
    background: #1e8cbd;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.rs-team-inner-4 .single-team-member .box-section .box-text .social-icons a i {
    padding: 7px 0px 0px;
}
.rs-team-inner-4 .single-team-member .box-section .box-text .social-icons a:hover i {
    color: rgb(255, 255, 255);
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.rs-team-inner-4 .single-team-member .box-section .box-text .social-icons a:hover .fa-facebook {
    background: rgb(59, 89, 153);
}
.rs-team-inner-4 .single-team-member .box-section .box-text .social-icons a:hover .fa-twitter {
    background: rgb(58, 169, 224);
}
.rs-team-inner-4 .single-team-member .box-section .box-text .social-icons a:hover .fa-google-plus {
    background: rgb(208, 67, 51);
}
.rs-team-inner-4 .single-team-member .box-section .box-text .social-icons a:hover .fa-linkedin {
    background: rgb(0, 128, 177);
}
.rs-team-inner-4 .single-team-member:hover .image-section img {
    transform: scale(1);
}
.rs-team-inner-4 .single-team-member:hover .box-section {
    background-color: #1e8cbd;
}
.rs-team-inner-4 .single-team-member:hover .box-section .box-text .box-title h1 a {
    color: rgb(255, 255, 255);
}
.rs-team-inner-4 .single-team-member:hover .box-section .box-text .box-title h2 {
    color: rgb(255, 255, 255);
}
.rs-team-inner-4 .single-team-member:hover .box-section .box-text .social-icons a {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}
.rs-team-inner-4 .single-team-member:hover .box-section::before {
    opacity: 1;
}
.counter-top-area {
    background: url("images/bg/counter-bg.png") center center / cover no-repeat scroll;
    transition: all 0.3s ease 0s;
    position: relative;
    padding: 100px 0px 350px;
}
.counter-top-area .rs-counter-list {
    text-align: center;
    transition: all 0.3s ease 0s;
}
.counter-top-area .rs-counter-list i {
    color: rgb(34, 34, 34);
    display: inline-block;
    font-size: 50px;
    transition: all 0.3s ease 0s;
}
.counter-top-area .rs-counter-list i:hover {
    color: #1e8cbd;
}
.counter-top-area .rs-counter-list h3 {
    font-size: 38px;
    font-weight: 500;
    padding: 0px;
    color: #1e8cbd;
    margin-top: 22px;
    margin-bottom: 10px;
}
.counter-top-area .rs-counter-list h4 {
    color: rgb(34, 34, 34);
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-size: 15px;
}
.counter-top-area.defult-style {
    background: #1e8cbd;
    padding: 100px 0px;
}
.counter-top-area.defult-style .rs-counter-list {
    text-align: left;
}
.counter-top-area.defult-style .rs-counter-list .icon-part {
    float: left;
    margin-right: 20px;
}
.counter-top-area.defult-style .rs-counter-list .icon-part i {
    color: rgb(255, 255, 255);
}
.counter-top-area.defult-style .rs-counter-list .text-part {
    overflow: hidden;
}
.counter-top-area.defult-style .rs-counter-list .text-part h3 {
    color: rgb(255, 255, 255);
    margin-top: 0px;
}
.counter-top-area.defult-style .rs-counter-list .text-part h4 {
    color: rgb(255, 255, 255);
}
.counter-top-area.transparent-style {
    background: transparent;
    padding: 100px 0px;
}
.counter-top-area.transparent-style .rs-counter-list {
    text-align: left;
}
.counter-top-area.transparent-style .rs-counter-list .icon-part {
    float: left;
    margin-right: 20px;
}
.counter-top-area.transparent-style .rs-counter-list .icon-part i {
    color: rgb(34, 34, 34);
}
.counter-top-area.transparent-style .rs-counter-list .text-part {
    overflow: hidden;
}
.counter-top-area.transparent-style .rs-counter-list .text-part h3 {
    color: #1e8cbd;
    margin-top: 0px;
}
.counter-top-area.transparent-style .rs-counter-list .text-part h4 {
    color: rgb(34, 34, 34);
}
.counter-top-area.about-counter {
    background: url("images/bg/about-counter-bg.jpg") center center / cover no-repeat scroll;
    transition: all 0.3s ease 0s;
    position: relative;
    padding: 100px 0px;
}
.counter-top-area.about-counter .rs-counter-list i {
    color: rgb(255, 255, 255);
}
.counter-top-area.about-counter .rs-counter-list i:hover {
    color: #1e8cbd;
}
.counter-top-area.about-counter .rs-counter-list h3,
.counter-top-area.about-counter .rs-counter-list h4 {
    color: rgb(255, 255, 255);
}
.rs-site-analysis {
    position: relative;
    background: url("images/analysis/bg.jpg") center center / cover no-repeat fixed;
}
.rs-site-analysis .contents-area {
    z-index: 1;
    position: relative;
}
.rs-site-analysis .contents-area .form-area form {
    max-width: 1000px;
    margin: 0px auto;
}
.rs-site-analysis .contents-area .form-area form .form-controll {
    width: 100%;
    border-radius: 30px;
    outline: none;
    background: rgb(255, 255, 255);
    padding: 0px 20px;
    height: 52px;
    line-height: 52px;
    clear: both;
    color: rgb(80, 80, 80);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}
.rs-site-analysis .contents-area .form-area form .readon {
    padding: 0px;
    width: 100%;
    text-align: center;
    height: 52px;
    line-height: 52px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}
.rs-site-analysis::after {
    position: absolute;
    content: "";
    background: #1e8cbd;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.rs-cta {
    padding: 80px 0px;
    position: relative;
}
.rs-cta .cta-content h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin: 0px;
    text-align: left;
    text-transform: capitalize;
}
.rs-cta .cta-button .readon.cta-btn {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    width: 173px;
    padding-left: unset;
    padding-right: unset;
    text-align: center;
    box-shadow: rgba(34, 128, 252, 0.4) 0px 6px 30px;
    text-transform: uppercase !important;
    color: rgb(30 140 189) !important;
font-weight: 500;justify-content: CENTER;align-items: center;padding: 9px 0px;}

.rs-cta .cta-button .readon.cta-btn  i {
    font-size: 25px;
line-height: unset;}
.rs-cta .cta-button .readon.cta-btn:hover {
    background: #e7f8ff;
    border: 2px solid #e7f8ff;
    color: rgb(34, 34, 34);
}
.rs-cta.cta-bg {
    background-image: url("images/bg/cta-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
background: #1e8cbd;padding: 30px 0px;}
.rs-cta.cta-bg::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /* height: 100%; */
    display: none;
    background: #1e8cbd;
}
.rs-hire-us {
    position: relative;
    background: url("images/hire-us/bg.jpg") center center / cover no-repeat fixed;
}
.rs-hire-us .contents-area {
    z-index: 1;
    position: relative;
}
.rs-hire-us .contents-area .sec-title {
    margin-bottom: 27px;
}
.rs-hire-us .contents-area .sec-title h2 {
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.rs-hire-us .contents-area .eliments-here {
    text-align: center;
}
.rs-hire-us .contents-area .eliments-here .desc-text {
    font-size: 18px;
    max-width: 800px;
    margin: 0px auto 36px;
}
.rs-hire-us .contents-area .eliments-here .readon {
    padding: 14px 41px;
    text-transform: uppercase !important;
}
.rs-hire-us::after {
    position: absolute;
    content: "";
    background: #1e8cbd;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.rs-portfolio .gallery-item img {
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
.rs-portfolio .gallery-item .gallery-content {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.rs-portfolio .gallery-item .gallery-content .popup-text {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    opacity: 0;
    background: #1e8cbd;
    top: unset;
    bottom: 0px;
    transition: all 0.3s ease 0s;
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here .icon-part {
    text-align: center;
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here .icon-part i {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 36px;
    transition: all 0.3s ease 0s;
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here .title {
    margin: 0px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here .title a {
    color: rgb(255, 255, 255);
}
.rs-portfolio .gallery-item:hover .gallery-content .popup-text {
    top: 0px;
    opacity: 0.7;
}
.rs-portfolio.portfolio-3 .gallery-item img {
    transition: all 0.3s ease 0s;
}
.rs-portfolio.portfolio-3 .gallery-item .gallery-content .popup-text .contents-here .icon-part i {
    top: -20px;
    bottom: unset;
}
.rs-portfolio.portfolio-3 .gallery-item .gallery-content .popup-text .contents-here .title {
    bottom: -20px;
    top: unset;
    transition: all 0.3s ease 0s;
}
.rs-portfolio.portfolio-3 .gallery-item:hover img {
    transform: scale(1.3);
}
.rs-portfolio.portfolio-3 .gallery-item:hover .gallery-content .popup-text {
    background: #1e8cbd !important;
}
.rs-portfolio.portfolio-3 .gallery-item:hover .gallery-content .popup-text .contents-here .icon-part i {
    top: 20px;
}
.rs-portfolio.portfolio-3 .gallery-item:hover .gallery-content .popup-text .contents-here .title {
    bottom: 20px;
}
.rs-portfolio2 .gallery-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.rs-portfolio2 .gallery-item .gallery-content img {
    width: 100%;
    transition: all 0.3s ease 0s;
}
.rs-portfolio2 .gallery-item .gallery-content .contents-here {
    position: absolute;
    content: "";
    top: 100%;
    width: 100%;
    transform: translateY(0%);
    text-align: center;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: 1;
}
.rs-portfolio2 .gallery-item .gallery-content .contents-here .icon-here {
    display: block;
    font-size: 20px;
    background: rgb(255, 255, 255);
    color: #1e8cbd;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0px auto;
}
.rs-portfolio2 .gallery-item .gallery-content .contents-here .icon-here:hover {
    background: #1e8cbd;
    color: rgb(255, 255, 255);
}
.rs-portfolio2 .gallery-item .gallery-content .contents-here .title {
    margin-top: 15px;
    margin-bottom: 0px;
}
.rs-portfolio2 .gallery-item .gallery-content .contents-here .title a {
    color: rgb(255, 255, 255);
}
.rs-portfolio2 .gallery-item .gallery-content .contents-here .title a:hover {
    color: rgb(222, 222, 222);
}
.rs-portfolio2 .gallery-item::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #1e8cbd;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.rs-portfolio2 .gallery-item:hover .gallery-content img {
    transform: scale(1.3);
}
.rs-portfolio2 .gallery-item:hover .gallery-content .contents-here {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.rs-portfolio2 .gallery-item:hover::after {
    top: 0px;
    opacity: 0.8;
}
.rs-portfolio2.change-style .gallery-item .gallery-content img {
    transition: all 0.7s ease 0s;
}
.rs-portfolio2.change-style .gallery-item .gallery-content .contents-here {
    top: 65%;
    transform: translateY(-35%);
}
.rs-portfolio2.change-style .gallery-item .gallery-content .contents-here .title {
    margin-top: 0px;
}
.rs-portfolio2.change-style .gallery-item .gallery-content .contents-here .icon-here {
    display: none;
}
.rs-portfolio2.change-style .gallery-item::after {
    top: 0px;
}
.rs-portfolio2.change-style .gallery-item:hover .gallery-content .contents-here {
    top: 50%;
    transform: translateY(-50%);
}
.rs-portfolio2.service-style .sec-title h2 {
    padding: 0px;
}
.rs-portfolio2.service-style .gallery-item::after {
    top: 50%;
}
.rs-portfolio2.service-style .gallery-item:hover::after {
    top: 0px;
}
.rs-portfolio2.service-style .owl-carousel .owl-nav {
    position: absolute;
    top: -90px;
    right: 0px;
    width: 70px;
    transform: unset;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.rs-portfolio2.service-style .owl-carousel .owl-nav [class*="owl-"] {
    width: 35px;
    height: 35px;
    line-height: 30px;
    background: #1e8cbd;
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
}
.rs-portfolio2.service-style .owl-carousel .owl-nav [class*="owl-"]::before {
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
}
.rs-portfolio2.service-style .owl-carousel .owl-nav [class*="owl-"].owl-prev {
    left: unset;
    right: 2px;
    border-radius: 4px 0px 0px 4px;
}
.rs-portfolio2.service-style .owl-carousel .owl-nav [class*="owl-"].owl-next {
    right: 0px;
    border-radius: 0px 4px 4px 0px;
}
.rs-portfolio2.service-style .owl-carousel .owl-nav [class*="owl-"]:hover {
    background: rgb(77, 109, 230);
}
.rs-portfolio2.service-style:hover .owl-carousel .owl-nav {
    opacity: 1;
}
.rs-portfolio3 .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 10px 20px 0px;
}
.rs-portfolio3 .gallery-item img {
    width: 100%;
}
.rs-portfolio3 .gallery-item .icon-here {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 55px;
    font-size: 0px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 50%;
    background: transparent;
    opacity: 0;
    border: 1px solid transparent;
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 2;
}
.rs-portfolio3 .gallery-item .icon-here span {
    position: relative;
}
.rs-portfolio3 .gallery-item .icon-here span::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 1200ms ease-out 0s infinite normal none running pulse-border;
    background: rgb(255, 255, 255);
}
.rs-portfolio3 .gallery-item .icon-here:hover {
    background: rgb(255, 255, 255);
    color: #1e8cbd;
}
.rs-portfolio3 .gallery-item .icon-here:hover span::after {
    background: transparent;
}
.rs-portfolio3 .gallery-item .title {
    position: absolute;
    content: "";
    background: rgb(77, 109, 230);
    padding: 10px 0px;
    margin: 0px;
    bottom: -100px;
    opacity: 0;
    width: 100%;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.rs-portfolio3 .gallery-item .title a {
    color: rgb(255, 255, 255);
    position: relative;
    bottom: -100px;
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.rs-portfolio3 .gallery-item::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease 0s;
}
.rs-portfolio3 .gallery-item::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease 0s;
}
.rs-portfolio3 .gallery-item:hover .icon-here {
    font-size: 17px;
    border: 1px solid rgb(255, 255, 255);
    opacity: 1;
}
.rs-portfolio3 .gallery-item:hover .title {
    opacity: 1;
    bottom: 0px;
}
.rs-portfolio3 .gallery-item:hover .title a {
    bottom: 0px;
    opacity: 1;
}
.rs-portfolio3 .gallery-item:hover::after {
    opacity: 1;
    width: 50%;
}
.rs-portfolio3 .gallery-item:hover::before {
    opacity: 1;
    width: 50%;
}
.rs-project-style .project-slider {
    position: relative;
    margin-bottom: 60px;
}
.rs-project-style .project-slider .owl-nav {
    position: unset;
    content: unset;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.rs-project-style .project-slider .owl-nav .owl-prev,
.rs-project-style .project-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50% !important;
}
.rs-project-style .project-slider .owl-nav .owl-prev:hover,
.rs-project-style .project-slider .owl-nav .owl-next:hover {
    background-color: #1e8cbd;
    color: rgb(77, 109, 230);
}
.rs-project-style .project-slider .owl-nav .owl-prev {
    right: unset;
    left: 2% !important;
}
.rs-project-style .project-slider .owl-nav .owl-next {
    right: 2%;
}
.rs-project-style .project-slider:hover .owl-nav {
    opacity: 1;
}
.rs-project-style .project-desc h3 {
    line-height: 23px;
    font-size: 26px;
    margin-bottom: 32px;
    font-weight: 500;
}
.rs-project-style .project-img {
    margin-bottom: 47px;
}
.rs-project-style .ps-informations {
    padding: 40px 40px 45px;
    background: rgba(16, 16, 16, 0.05);
}
.rs-project-style .ps-informations .info-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.rs-project-style .ps-informations ul li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(54, 54, 54, 0.05);
}
.rs-project-style .ps-informations ul li span {
    width: 150px;
    display: inline-block;
    font-weight: 500;
}
.rs-project-style .ps-informations ul li:first-child {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
}
.rs-project-style .p-style-wrap .p-style-title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
}
.rs-project-style .p-style-wrap .item-grid .image-icon {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.rs-project-style .p-style-wrap .item-grid .image-icon img {
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}
.rs-project-style .p-style-wrap .item-grid .image-icon a {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0px auto;
    color: #1e8cbd;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    opacity: 0;
    background: rgb(255, 255, 255);
    line-height: 60px;
    border: 1px solid rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.rs-project-style .p-style-wrap .item-grid .image-icon a i {
    position: relative;
    z-index: 1;
}
.rs-project-style .p-style-wrap .item-grid .image-icon a i::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 1200ms ease-out 0s infinite normal none running pulse-border;
    background: rgb(255, 255, 255);
    z-index: -1;
}
.rs-project-style .p-style-wrap .item-grid .image-icon a:hover {
    color: #1e8cbd;
    background: rgb(255, 255, 255);
}
.rs-project-style .p-style-wrap .item-grid .image-icon a:hover i::after {
    background: transparent;
}
.rs-project-style .p-style-wrap .item-grid .image-icon::after {
    position: absolute;
    content: "";
    width: 100%;
    font-size: 20px;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    background: rgba(0, 0, 0, 0.6);
}
.rs-project-style .p-style-wrap .item-grid:hover .image-icon img {
    transform: scale(1.1);
}
.rs-project-style .p-style-wrap .item-grid:hover .image-icon a {
    opacity: 1;
}
.rs-project-style .p-style-wrap .item-grid:hover .image-icon::after {
    opacity: 1;
}
.rs-project-style .page-nav {
    padding-top: 80px;
}
.rs-sale .sale-text .sec-title {
    margin: 0px;
}
.rs-sale .sale-text .sec-title h2 {
    padding: 0px 0px 15px;
}
.rs-sale .sale-text .sale-txt ul li {
    position: relative;
    padding-left: 25px;
    line-height: 34px;
}
.rs-sale .sale-text .sale-txt ul li::before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    font-size: 10px;
    display: block;
    color: #1e8cbd;
}
.rs-sale .sale-text .sale-btn {
    padding: 35px 0px 0px;
}
.rs-sale .sale-chart .canvasjs-chart-credit {
    display: none;
}
.rs-pricing .selected .pricing-head {
    background: #e7f8ff;
}
.rs-pricing .selected .pricing-head .name {
    color: rgb(255, 255, 255) !important;
}
.rs-pricing .selected .pricing-head .price .value {
    color: rgb(255, 255, 255) !important;
}
.rs-pricing .selected .pricing-head .price .value sup {
    color: rgb(255, 255, 255) !important;
}
.rs-pricing .selected .pricing-head .price .duration {
    color: rgb(255, 255, 255) !important;
}
.rs-pricing .pricing-plan {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    text-align: center;
    border-radius: 10px;
    margin: 15px 0px;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 10;
}
.rs-pricing .pricing-plan .pricing-head {
    position: relative;
    padding: 35px 35px 0px;
    z-index: 10;
    transition: all 0.3s ease 0s;
}
.rs-pricing .pricing-plan .pricing-head .name {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
    display: inline-block;
    overflow: hidden;
    color: rgb(34, 34, 34);
    transition: all 0.3s ease 0s;
}
.rs-pricing .pricing-plan .pricing-head .value {
    display: inline-block;
    color: rgb(34, 34, 34);
    font-size: 60px;
    font-weight: 300;
    transition: all 0.3s ease 0s;
}
.rs-pricing .pricing-plan .pricing-head .value sup {
    color: rgb(34, 34, 34);
    font-size: 30px;
    font-weight: 500;
    text-transform: lowercase;
    top: -22px;
    transition: all 0.3s ease 0s;
}
.rs-pricing .pricing-plan .pricing-head .duration {
    font-size: 18px;
    color: rgb(34, 34, 34);
    transition: all 0.3s ease 0s;
}
.rs-pricing .pricing-plan .pricing-body ul {
    list-style-type: none;
    padding-left: 0px;
    font-size: 15px;
    padding-top: 20px;
    transition: all 0.3s ease 0s;
}
.rs-pricing .pricing-plan .pricing-body ul li {
    padding: 7px 10px;
    color: rgb(34, 34, 34);
}
.rs-pricing .pricing-plan .pricing-footer {
    position: relative;
    z-index: 100;
    padding: 35px 0px 30px;
}
.rs-pricing .pricing-plan .pricing-footer .p-button {
    display: inline-block;
    min-width: 192px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    background-color: #1e8cbd;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    box-shadow: rgba(34, 128, 252, 0.4) 0px 6px 30px;
}
.rs-pricing .pricing-plan.featured .pricing-footer .p-button {
    color: rgb(255, 255, 255);
}
.rs-pricing .pricing-plan:hover,
.rs-pricing .pricing-plan.featured {
    background: #e7f8ff;
    border: 1px solid #e7f8ff;
    margin: 0px;
}
.rs-pricing .pricing-plan:hover .pricing-head,
.rs-pricing .pricing-plan.featured .pricing-head {
    padding-bottom: 35px;
}
.rs-pricing .pricing-plan:hover .pricing-footer .p-button,
.rs-pricing .pricing-plan.featured .pricing-footer .p-button {
    background: rgb(77, 109, 230);
}
.rs-pricing.default-pricing {
    background: url("images/bg/pricing-bg.png") center center / cover no-repeat;
}
.rs-pricing.default-pricing .pricing-plan {
    background: rgb(77, 109, 230);
    border: none;
}
.rs-pricing.default-pricing .pricing-plan .pricing-head .name,
.rs-pricing.default-pricing .pricing-plan .pricing-head .price .value,
.rs-pricing.default-pricing .pricing-plan .pricing-head .price .value sup,
.rs-pricing.default-pricing .pricing-plan .pricing-head .price .duration {
    color: rgb(255, 255, 255);
}
.rs-pricing.default-pricing .pricing-plan .pricing-body ul li {
    color: rgb(255, 255, 255);
}
.rs-pricing.default-pricing .pricing-plan .pricing-footer .p-button {
    background: rgb(255, 255, 255);
    color: #1e8cbd;
}
.rs-pricing.default-pricing .pricing-plan:hover,
.rs-pricing.default-pricing .pricing-plan.featured {
    background: #e7f8ff;
    border: 1px solid #e7f8ff;
}
.rs-pricing.default-pricing .pricing-plan:hover .pricing-head .name,
.rs-pricing.default-pricing .pricing-plan.featured .pricing-head .name,
.rs-pricing.default-pricing .pricing-plan:hover .pricing-head .price .value,
.rs-pricing.default-pricing .pricing-plan.featured .pricing-head .price .value,
.rs-pricing.default-pricing .pricing-plan:hover .pricing-head .price .value sup,
.rs-pricing.default-pricing .pricing-plan.featured .pricing-head .price .value sup,
.rs-pricing.default-pricing .pricing-plan:hover .pricing-head .price .duration,
.rs-pricing.default-pricing .pricing-plan.featured .pricing-head .price .duration {
    color: rgb(34, 34, 34);
}
.rs-pricing.default-pricing .pricing-plan:hover .pricing-body ul li,
.rs-pricing.default-pricing .pricing-plan.featured .pricing-body ul li {
    color: rgb(34, 34, 34);
}
.rs-pricing.default-pricing .pricing-plan:hover .pricing-footer .p-button,
.rs-pricing.default-pricing .pricing-plan.featured .pricing-footer .p-button {
    background: #1e8cbd;
    color: rgb(255, 255, 255);
}
.rs-pricing2 .sec-title {
    margin-bottom: 75px;
}
.rs-pricing2 .pricing-plan {
    margin: 0px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 14px;
    position: relative;
    overflow: hidden;
    background: transparent;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}
.rs-pricing2 .pricing-plan .top .cl-header h4 {
    background: #1e8cbd;
    font-weight: 400;
    padding-top: 35px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}
.rs-pricing2 .pricing-plan .top .cl-header h4 span.dolar {
    border-radius: 100px;
    box-shadow: rgb(221, 221, 221) 0px 5px 20px inset, rgb(153, 153, 153) 0px 3px 0px inset;
    display: block;
    height: 100px;
    position: relative;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-stretch: normal;
    font-size: 25px;
    font-family: Georgia, serif;
    margin: 20px auto -65px;
    width: 100px;
    border: 5px solid rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    line-height: 90px !important;
    color: #1e8cbd !important;
}
.rs-pricing2 .pricing-plan .bottom-wrappar {
    background: rgb(255, 255, 255);
    padding-top: 66px;
    padding-bottom: 30px;
    transition: all 0.3s ease 0s;
}
.rs-pricing2 .pricing-plan .bottom-wrappar .bottom .readon {
    padding: 11px 47px;
    text-transform: capitalize;
}
.rs-pricing2 .pricing-plan .bottom-wrappar .bottom ul {
    margin-top: 43px;
    text-align: center;
}
.rs-pricing2 .pricing-plan .bottom-wrappar .bottom ul li {
    font-weight: 400;
    padding-bottom: 13px;
    color: rgb(34, 34, 34);
    transition: all 0.3s ease 0s;
}
.rs-pricing2 .pricing-plan .bottom-wrappar .bottom ul li:last-child {
    padding-bottom: 0px;
}
.rs-pricing2 .pricing-plan.center {
    margin-top: -25px;
}
.rs-pricing2 .pricing-plan.center .top .cl-header h4 {
    padding-top: 80px;
}
.rs-pricing2 .pricing-plan.center .bottom-wrappar {
    background: #e7f8ff;
}
.rs-pricing2 .pricing-plan:hover .top .cl-header h4 span {
    transform: rotate(360deg);
}
.rs-pricing2 .pricing-plan:hover .bottom-wrappar {
    background: #e7f8ff;
}
.rs-pricing2 .pricing-plan:hover .bottom-wrappar .readon {
    background: rgb(3, 91, 207);
}
.testimonial-section {
    background: url("images/bg/testimonial-bg.png") center center / cover no-repeat;
    padding: 250px 0px 100px;
}
.rs-testimonial {
    margin: 80px 0px 0px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 6px 70px;
    padding: 35px;
}
.rs-testimonial .single-item .testimonial-content .image-part {
    width: 115px;
    float: left;
    padding-top: 15px;
}
.rs-testimonial .single-item .testimonial-content .image-part img {
    width: 100%;
    border-radius: 100%;
}
.rs-testimonial .single-item .testimonial-content .text-part {
    position: relative;
    overflow: hidden;
    padding: 0px 0px 10px 25px;
}
.rs-testimonial .single-item .testimonial-content .text-part .author-text {
    margin: 0px 0px 32px;
    padding: 40px 0px 0px;
}
.rs-testimonial .single-item .testimonial-content .text-part .author-text p {
    margin: 0px;
    font-size: 18px;
    font-style: italic;
    color: rgb(34, 34, 34);
}
.rs-testimonial .single-item .testimonial-content .text-part .author-text::before {
    content: "";
    background: url("images/quote.png") center bottom / 100% no-repeat;
    position: absolute;
    width: 145px;
    height: 125px;
    opacity: 0.2;
    top: 0px;
    left: 0px;
    display: block !important;
}
.rs-testimonial .single-item .testimonial-content .text-part .author-info h5 {
    margin: 0px 0px 7px;
    font-weight: 400;
}
.rs-testimonial .single-item .testimonial-content .text-part .author-info p {
    margin: 0px;
    color: rgb(34, 34, 34);
}
.rs-testimonial .owl-carousel .owl-nav {
    top: unset;
    transform: unset;
    bottom: 70px;
}
.rs-testimonial .owl-carousel .owl-nav [class*="owl-"] {
    width: 35px;
    height: 35px;
    line-height: 30px;
    background: transparent;
}
.rs-testimonial .owl-carousel .owl-nav [class*="owl-"]::before {
    font-size: 30px;
    top: 50%;
    left: 50%;
    color: rgb(80, 80, 80);
    opacity: 0.5;
}
.rs-testimonial .owl-carousel .owl-nav [class*="owl-"].owl-prev {
    left: unset;
    right: 30px;
}
.rs-testimonial .owl-carousel .owl-nav [class*="owl-"].owl-next {
    right: 0px;
}
.rs-testimonial .owl-carousel .owl-nav [class*="owl-"]:hover::before {
    opacity: 1;
}
.rs-testimonial:hover .owl-carousel .owl-nav [class*="owl-"] {
    opacity: 1 !important;
    visibility: visible !important;
}
.rs-testimonial2 .single-item .testimonial-content .text-part .author-text p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0px;
    color: rgb(34, 34, 34);
}
.rs-testimonial2 .single-item .testimonial-content .text-part .author-text p i {
    display: block;
    color: rgb(208, 217, 229);
    font-size: 100px;
    margin-bottom: 12px;
}
.rs-testimonial2 .single-item .testimonial-content .text-part .author-info {
    margin-top: 45px;
}
.rs-testimonial2 .single-item .testimonial-content .text-part .author-info h5 {
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px;
}
.rs-testimonial2 .single-item .testimonial-content .text-part .author-info p {
    margin-bottom: 0px;
}
.rs-contact {
    background: url("images/bg/contact-bg.png") center center / cover no-repeat scroll #1e8cbd;
    transition: all 0.3s ease 0s;
}
.rs-contact .contact-part {
    padding: 35px 30px 40px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 5px 30px;
}
.rs-contact .contact-part .sec-title h2 {
    padding: 0px 0px 30px;
}
.rs-contact .contact-part .contact-form .form-field input {
    position: relative;
    width: 100%;
    border-radius: 5px;
    padding-left: 20px;
    height: 52px;
    line-height: 52px;
    clear: both;
    color: rgb(80, 80, 80);
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.rs-contact .contact-part .contact-form .form-field input:focus {
    border: 1px solid #1e8cbd;
    outline: none;
}
.rs-contact .contact-part .contact-form .form-field textarea {
    padding: 15px 0px 0px 20px;
    width: 100%;
    height: 216px;
    resize: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}
.rs-contact .contact-part .contact-form .form-field textarea:focus {
    border: 1px solid #1e8cbd;
    outline: none;
}
.rs-contact .contact-part .contact-form .form-button {
    margin: 0px auto;
}
.rs-contact .contact-part .contact-form .form-button .readon {
    border: none;
    padding: 10px 40px;
    line-height: unset;
    height: 52px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}
.rs-contact.default-style {
    position: relative;
    padding-bottom: 300px;
}
.rs-default-contact {
    background: url("images/bg/default-contact-bg.png") center center / cover no-repeat scroll;
    transition: all 0.3s ease 0s;
}
.rs-default-contact .contact-part {
    max-width: 1000px;
    margin: 0px auto;
}
.rs-default-contact .contact-part .form-field input {
    position: relative;
    width: 100%;
    padding-left: 20px;
    height: 52px;
    line-height: 52px;
    border-radius: 30px;
    clear: both;
    color: rgb(80, 80, 80);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}
.rs-default-contact .contact-part .form-field input:focus {
    border: 1px solid #1e8cbd;
    outline: none;
    box-shadow: none;
}
.rs-default-contact .contact-part .form-field button {
    width: 100%;
    height: 52px;
    text-align: center;
    border: none;
    padding: 0px;
}
.rs-default-contact .contact-part .form-field button.readon {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}
.rs-contact-sec .contact-address .grid-item {
    background: #e7f8ff;
    text-align: center;
    padding: 30px 18px 25px;
    border-radius: 6px;
    min-height: 245px;
}
.rs-contact-sec .contact-address .grid-item .contact-icon {
    transition: all 0.3s ease 0s;
}
.rs-contact-sec .contact-address .grid-item .contact-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background: #1e8cbd;
    text-align: center;
    font-size: 30px;
    transition: all 0.3s ease 0s;
}
.rs-contact-sec .contact-address .grid-item .bottom-content {
    margin-top: 25px;
}
.rs-contact-sec .contact-address .grid-item .bottom-content .title {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
}
.rs-contact-sec .contact-address .grid-item .bottom-content a {
    color: rgb(34, 34, 34);
}
.rs-contact-sec .contact-address .grid-item .bottom-content a:hover {
    color: #1e8cbd;
}
.rs-contact-sec .contact-address .grid-item .bottom-content p {
    margin: 0px;
    padding: 0px;
}
.rs-contact-sec .contact-address .grid-item:hover .contact-icon {
    position: relative;
}
.rs-contact-sec .contact-address .grid-item:hover .contact-icon i {
    z-index: 1;
    position: relative;
}
.rs-contact-sec .contact-address .grid-item:hover .contact-icon::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 1200ms ease-out 0s infinite normal none running pulse-border;
    background: #1e8cbd;
}
.rs-contact-sec .contact-address.contact-address-2 .grid-item {
    min-height: unset;
    text-align: unset;
    padding: 20px;
    border-radius: unset;
}
.rs-contact-sec .contact-address.contact-address-2 .grid-item .contact-icon {
    text-align: center;
}
.rs-contact-sec .contact-address.contact-address-2 .grid-item .bottom-content {
    margin-top: 0px;
}
.rs-contact-sec .contact-address.contact-address-2 .grid-item .bottom-content .title {
    margin-bottom: 0px;
}
.rs-contact-sec .connect-us form .form-field input {
    width: 100%;
    padding-left: 20px;
    height: 52px;
    color: rgb(80, 80, 80);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 30px;
}


.rs-contact-sec .connect-us form .form-field textarea {
    height: 154px;
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    color: rgb(80, 80, 80);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
}

.rs-contact-sec .connect-us form .form-field input::placeholder,
.rs-contact-sec .connect-us form .form-field textarea::placeholder {

    color: rgb(80, 80, 80);
}
.rs-contact-sec .connect-us form .form-btn .readon {
    border: none;
    text-align: center;
    padding: 16px 38px;
    letter-spacing: 1px;
    outline: none;
}
.rs-contact-sec .connect-us.connect-us-2 form .form-field textarea {
    height: 216px;
    margin-bottom: 0px;
}
.rs-contact-sec .connect-us.connect-us-2 form .form-field:last-child input {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.rs-contact-sec .connect-us.connect-us-2 form .form-btn {
    margin-left: 15px;
    margin-top: 40px;
}
.rs-contact-sec .rs-map #googleMap {
    border: 5px solid rgb(247, 247, 247);
    height: 400px;
}
.rs-contact-sec .rs-map.rs-map-2 #googleMap {
    height: 540px;
}
.rs-contact-sec .support-ct .support-item {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 5px 30px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 40px 25px;
}
.rs-contact-sec .support-ct .support-item .icon-area {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: transparent;
    text-align: center;
    margin: 0px auto;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 6px 20px;
}
.rs-contact-sec .support-ct .support-item .icon-area img {
    height: 60px;
}
.rs-contact-sec .support-ct .support-item .support-desc .support-title {
    margin-top: 25px;
    margin-bottom: 15px;
}
.rs-contact-sec .support-ct .support-item .support-desc .support-title a {
    color: rgb(34, 34, 34);
}
.rs-contact-sec .support-ct .support-item .support-desc .support-title a:hover {
    color: #1e8cbd;
}
.rs-contact-sec .support-ct .support-item .support-desc .support-text {
    margin: 0px;
}
.rs-contact-sec .support-ct .support-item:hover .icon-area {
    position: relative;
}
.rs-contact-sec .support-ct .support-item:hover .icon-area img {
    z-index: 1;
    position: relative;
}
.rs-contact-sec .support-ct .support-item:hover .icon-area::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 1000ms ease-out 0s infinite normal none running pulse-border;
    background: #1e8cbd;
}
.rs-contact-sec .support-ct .support-item:hover .icon-area::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 1000ms ease-out 0s infinite normal none running pulse-border;
    background: #1e8cbd;
}

.rs-blog .blog-item .blog-img img {
    width: 100%;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    object-fit: fill;
}


.rs-blog .blog-item .blog-img img {
    width: 100%;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    height: 240px;
    object-fit: fill;
}
.rs-blog.rs-prod .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.rs-blog.rs-prod .blog-item .blog-img img {
    width: 100%;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    height: 300px;
    object-fit: fill;
}

.rs-blog.rs-prod .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    height: 300px;
}



.rs-blog.feature-segment .blog-item .blog-img img {
    width: 120px;
    object-fit:fill;
    height: auto;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.rs-blog .blog-item .blog-img .blog-img-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30%;
    left: 0px;
    text-align: center;
    z-index: 10;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.rs-blog .blog-item .blog-img .blog-img-content::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #1e8cbd;
    opacity: 0.8;
    border-radius:  0px;
    z-index: -1;
    transition: opacity 0.25s ease 0s;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link {
    display: inline-flex;
    font-size: 27px;
    color: #1e8cbd;
    background: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    transition: all 0.3s ease 0s;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
    opacity: 1;
    color: rgb(255, 255, 255);
    background: #1e8cbd;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title {
    font-size: 18px;
    line-height: normal;
    margin-top: 15px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
    color: rgb(255, 255, 255);
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
    color: rgba(255, 255, 255, 0.6);
}
.rs-blog .blog-item .content-wrapper {
    padding: 0px 0px 0px;
    /* border-right: 1px solid rgba(0, 0, 0, 0.04); */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.04); */
    /* border-left: 1px solid rgba(0, 0, 0, 0.04); */
    border-image: initial;
    border-top: none;
    background: rgb(255, 255, 255);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.rs-blog.feature-segment .blog-item .content-wrapper {
    padding: 20px 0px 0px;
}
.rs-blog .blog-item .content-wrapper .blog-meta {
    margin-bottom: 10px;
}
.rs-blog .blog-item .content-wrapper .blog-meta ul li {
    display: inline;
    margin-right: 20px;
    color: rgb(174, 174, 174);
    font-size: 12px;
}
.rs-blog .blog-item .content-wrapper .blog-meta ul li i {
    margin-right: 10px;
}
.rs-blog .blog-item .content-wrapper .blog-desc {
    margin-bottom: 0px;
}
.rs-blog.feature-segment .blog-item .content-wrapper .blog-desc {
    margin-bottom: 0px;
}
.rs-blog .blog-item .content-wrapper .blog-desc a {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    line-height: 32px;
    color: rgb(30 140 189);
    letter-spacing: .8px;
    text-transform: capitalize;
    color: #121212;
    text-align: left;
    padding: 15px 0px;
}

.rs-blog.rs-prod .blog-item .content-wrapper .blog-desc a {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    line-height: 32px;
    color: rgb(30 140 189);
    letter-spacing: .8px;
    text-transform: capitalize;
    background-color: #f2f2f2;
    color: #121212;
    text-align: center;
    padding: 15px 0px;
}
.rs-blog.feature-segment .blog-item .content-wrapper .blog-desc a{
 color: hsl(0deg 0% 100%);
}
.rs-blog .blog-item .content-wrapper .blog-desc a:hover {
    color: #1e8cbd;
}
.rs-blog.feature-segment .blog-item .content-wrapper .blog-desc a:hover{
 color: #FFF;
}
.rs-blog.feature-segment .blog-item .content-wrapper .blog-desc p{
 color: #FFF;
 margin: 0;
}
.rs-blog .blog-item .content-wrapper .readon {
    padding: 10px 25px;
    border-radius: 25px;
}
.rs-blog .blog-item .content-wrapper.transparent-bg {
    background: transparent;
}
.rs-blog .blog-item .content-wrapper.transparent-bg .blog-desc a {
    margin-bottom: 0px;
    display: block;
}
.rs-blog.rs-prod .blog-item{
        border: 4px solid #f2f2f2;
    
}
.rs-blog .blog-item:hover .blog-img-content {
    top: 0px;
    opacity: 1;
}
.rs-blog .blog-item:hover .content-wrapper .readon {
    background: rgb(100 193 235);
    color: rgb(255, 255, 255);
}
.rs-blog .blog-item:hover .content-wrapper .readon.no-hover {
    background: transparent;
    color: rgb(255, 255, 255);
}
.rs-blog .blog-item:hover .content-wrapper .readon.no-hover:focus,
.rs-blog .blog-item:hover .content-wrapper .readon.no-hover:hover  {
    background: transparent;
    color: rgb(255, 255, 255);
    outline: none;
    border: 2px solid #ffffff;
}
.rs-blog:hover .owl-carousel .owl-nav [class*="owl-"] {
    opacity: 1 !important;
    visibility: visible !important;
}
.rs-blog:hover .owl-carousel .owl-nav [class*="owl-"].owl-prev {
    left: -60px;
}
.rs-blog:hover .owl-carousel .owl-nav [class*="owl-"].owl-next {
    right: -60px;
}
.rs-blog.modified .blog-item {
    border-bottom: 1px solid rgb(237, 237, 237);
    padding-bottom: 50px;
}
.rs-blog.modified .blog-item .content-wrapper {
    padding: 30px 0px 0px;
    border-radius: unset;
    border: none;
    background: rgb(255, 255, 255);
}
.rs-blog.modified .blog-item .content-wrapper .meta-link {
    margin-bottom: 5px;
}
.rs-blog.modified .blog-item .content-wrapper .meta-link ul li {
    display: inline;
    margin-right: 10px;
}
.rs-blog.modified .blog-item .content-wrapper .meta-link ul li a {
    color: rgb(144, 144, 144);
    text-transform: uppercase;
}
.rs-blog.modified .blog-item .content-wrapper .meta-link ul li a:hover {
    color: #1e8cbd;
}
.rs-blog.modified .blog-item .content-wrapper .meta-link ul li::after {
    content: "/";
    color: rgb(144, 144, 144);
    margin-left: 10px;
}
.rs-blog.modified .blog-item .content-wrapper .meta-link ul li:last-child {
    margin: 0px;
}
.rs-blog.modified .blog-item .content-wrapper .meta-link ul li:last-child::after {
    content: unset;
    margin: 0px;
}
.rs-blog.modified .blog-item .content-wrapper .blog-desc {
    position: relative;
}
.rs-blog.modified .blog-item .content-wrapper .blog-desc::after {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #1e8cbd;
    bottom: 1px;
    left: 0px;
    content: "";
}
.rs-blog.modified .blog-item .content-wrapper .blog-meta {
    margin-bottom: 23px;
}
.rs-blog.modified .blog-item .content-wrapper .blog-meta ul li ul {
    display: inline;
}
.rs-blog.modified .blog-item .content-wrapper .blog-meta ul li ul li {
    display: inline;
    margin-right: 5px;
}
.rs-blog.modified .blog-item .content-wrapper .blog-meta ul li ul li a {
    color: rgb(170, 170, 170);
}
.rs-blog.modified .blog-item .content-wrapper .blog-meta ul li ul li a:hover {
    color: #1e8cbd;
}
.rs-blog.modified .blog-item .content-wrapper .blog-meta ul li ul li::after {
    content: ",";
    margin-left: 5px;
}
.rs-blog.modified .blog-item .content-wrapper .blog-meta ul li ul li:last-child {
    margin: 0px;
}
.rs-blog.modified .blog-item .content-wrapper .blog-meta ul li ul li:last-child::after {
    content: unset;
    margin: 0px;
}
.rs-blog.modified .blog-item .content-wrapper .blog-text {
    margin-bottom: 30px;
}
.rs-blog.modified .blog-item .content-wrapper .blog-text p {
    margin: 0px;
}
.rs-blog.modified .blog-item.last-item {
    padding-bottom: 0px;
    border: none;
}
.rs-blog.modified.modified2 .blog-item {
    border: none;
    padding-bottom: 0px;
}
.single-blog-details .single-image {
    margin-bottom: 25px;
    overflow: hidden;
}
.single-blog-details .single-image img {
    filter: grayscale(0%);
    transition: all 0.8s ease-in-out 0s;
}
.single-blog-details .single-image img:hover {
    filter: grayscale(100%);
    transform: scale(1.1);
}
.single-blog-details .cb-title {
    font-weight: 600;
    position: relative;
}
.single-blog-details .cb-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #1e8cbd;
    left: 0px;
    top: 40px;
}
.single-blog-details .like-section h6 {
    color: rgb(34, 34, 34);
    margin: 12px 0px 0px;
    padding: 0px;
    line-height: 25px;
    font-weight: 600;
}
.single-blog-details .like-section h6 a {
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    font-weight: 600;
}
.single-blog-details .like-section h6 a:hover {
    color: #1e8cbd;
}
.single-blog-details .like-section {
    font-size: 20px;
}
.single-blog-details .like-section span.date {
    font-size: 12px;
}
.single-blog-details blockquote {
    background: rgb(247, 247, 247);
    margin: 20px;
    padding: 10px 20px;
    border-left: 5px solid #1e8cbd;
    border-radius: 5px;
    font-size: 17px;
    font-style: italic;
}
.single-blog-details h2 {
    font-size: 28px;
    margin: 0px 0px 25px;
}
.single-blog-details .share-section {
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 45px 0px 70px;
}
.single-blog-details .share-section .share-link1 {
    padding: 0px;
    margin: 0px;
}
.single-blog-details .share-section .share-link1 li {
    display: inline;
}
.single-blog-details .share-section .share-link1 li:first-child a {
    margin-left: 0px;
}
.single-blog-details .share-section .share-link1 li a {
    padding: 9px 12px;
    border: 1px solid rgb(221, 221, 221);
    font-size: 13px;
    font-weight: 400;
    color: rgb(80, 80, 80);
    border-radius: 4px;
    margin-left: 14px;
}
.single-blog-details .share-section .share-link1 li a:hover {
    background: #1e8cbd;
    color: rgb(255, 255, 255);
    border: 1px solid #1e8cbd;
}
.single-blog-details .author-comment {
    margin-top: 65px;
}
.single-blog-details .author-comment span {
    font-size: 14px;
}
.single-blog-details .author-comment span a {
    font-size: 14px;
    font-weight: 600;
}
.single-blog-details .author-comment span i {
    font-size: 13px;
}
.single-blog-details .author-comment h6 {
    font-weight: 600;
    margin: 0px 0px 8px;
    display: inline;
}
.single-blog-details .author-comment h6 a {
    color: rgb(34, 34, 34);
}
.single-blog-details .author-comment ul {
    padding: 0px;
    margin: 0px;
}
.single-blog-details .author-comment ul li {
    padding: 20px 22px 20px 0px;
    border-bottom: 1px solid rgb(221, 221, 221);
}
.single-blog-details .author-comment ul li:nth-child(2) {
    margin-left: 50px;
}
.single-blog-details .author-comment ul li:nth-child(3) {
    margin-left: 100px;
}
.single-blog-details .author-comment ul li .single-comment .cmt-img {
    float: left;
    margin-right: 30px;
}
.single-blog-details .author-comment ul li .single-comment .cmt-img .image-comments {
    margin-top: 0px;
}
.single-blog-details .author-comment ul li .single-comment .cmt-img .image-comments img {
    width: 70px;
    border-radius: 5px;
}
.single-blog-details .author-comment ul li .single-comment .cmt-content .dsc-comments .date {
    margin-left: 10px;
}
.single-blog-details .author-comment ul li .single-comment .cmt-content .dsc-comments .date a {
    font-weight: normal;
    color: rgb(144, 144, 144);
}
.single-blog-details .author-comment ul li .single-comment .cmt-content .dsc-comments .readon {
    box-shadow: none;
    padding: 6px 20px 7px;
}
.single-blog-details .author-comment ul li .single-comment .cmt-content .dsc-comments h4 {
    margin: 0px 0px 12px;
}
.single-blog-details .author-comment ul li .single-comment .cmt-content .dsc-comments p {
    margin: 0px 0px 15px;
}
.single-blog-details .leave-comments-area {
    padding-top: 45px;
}
.single-blog-details .leave-comments-area .form-group {
    margin-bottom: 20px;
}
.single-blog-details .leave-comments-area .cb-title {
    font-size: 22px;
    margin-bottom: 45px;
}
.single-blog-details .leave-comments-area label {
    color: rgb(80, 80, 80);
    font-weight: normal;
}
.single-blog-details .leave-comments-area input,
.single-blog-details .leave-comments-area textarea {
    background: transparent;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: none;
    height: 45px;
    width: 100%;
    border-radius: 5px;
}
.single-blog-details .leave-comments-area textarea {
    height: 150px;
    width: 100%;
    max-width: 100%;
}
.single-blog-details .leave-comments-area .btn-send {
    margin-top: 30px;
}
.single-blog-details .leave-comments-area .btn-send .readon {
    padding: 12px 20px;
    letter-spacing: 1px;
    box-shadow: none;
    border: none;
}
.cb-sidebar {
    padding-bottom: 80px;
}
.cb-sidebar .cb-widget-title {
    font-weight: 500;
    margin-bottom: 48px;
    position: relative;
font-size: 25px;}
.cb-sidebar .cb-widget-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #1e8cbd;
    left: 0px;
    top: 40px;
}
.cb-sidebar .cb-search {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.cb-sidebar .cb-search input {
    border: 1px solid rgb(221, 221, 221);
    color: rgb(68, 68, 68);
    padding: 10px 17px;
    width: 100%;
    border-radius: 5px;
}
.cb-sidebar .cb-search button {
    background: transparent;
    border: medium none;
    color: rgb(102, 102, 102);
    padding: 11px 16px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    font-size: 20px;
    outline: none;
    border-radius: 25px;
}
.cb-sidebar .cb-recentpost ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 10px 0px;
}
.cb-sidebar .cb-recentpost ul li a {
    color: rgb(30 140 189);
text-transform: capitalize;font-weight: 500;font-size: 14px;}
.cb-sidebar .cb-recentpost ul li a:hover {
    color: #1e8cbd;
}
.cb-sidebar .cb-recentpost ul li:last-child {
    padding-bottom: 0px;
}
.cb-sidebar .cb-recentpost ul li:first-child {
    padding-top: 0px;
    border-top: none;
}
.cb-sidebar .cb-recent-comments ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 10px 0px;
}
.cb-sidebar .cb-recent-comments ul li .author {
    color: rgb(80, 80, 80);
}
.cb-sidebar .cb-recent-comments ul li .author:hover {
    color: #1e8cbd;
}
.cb-sidebar .cb-recent-comments ul li .comment-text {
    color: rgb(80, 80, 80);
}
.cb-sidebar .cb-recent-comments ul li .comment-text:hover {
    color: #1e8cbd;
}
.cb-sidebar .cb-recent-comments ul li:last-child {
    padding-bottom: 0px;
}
.cb-sidebar .cb-recent-comments ul li:first-child {
    padding-top: 0px;
    border-top: none;
}
.cb-sidebar .cb-archives ul li + li {
    padding-top: 14px;
}
.cb-sidebar .cb-archives ul li a {
    color: rgb(68, 68, 68);
    transition: all 0.3s ease 0s;
}
.cb-sidebar .cb-archives ul li a:hover {
    color: #1e8cbd;
}
.cb-sidebar .cb-archives ul li::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
    color: rgb(68, 68, 68);
}
.cb-sidebar .cb-categories ul li + li {
    padding-top: 14px;
}
.cb-sidebar .cb-categories ul li a {
    color: rgb(68, 68, 68);
    transition: all 0.3s ease 0s;
}





.cb-sidebar .cb-categories ul li a:hover {
    color: #1e8cbd;
}
.cb-sidebar .cb-categories ul li::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
    color: rgb(68, 68, 68);
}
/*browse by categories*/
.box-category ul li a {
    padding: 10px 0px 10px 12px;
    color: #222;
    display: block;
    /*background: transparent url(https://www.thecustomboxes.com/dist/css/../img/bullet-dark.png) 0px 11px no-repeat;*/
}


.box-category ul li a, .box-category ul li a:visited, .box-category ul li a b {
    color: #222;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #cfcfcf;
}
/*browse by categories*/
.cb-sidebar .cb-meta ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 10px 0px;
}
.cb-sidebar .cb-meta ul li a {
    color: rgb(80, 80, 80);
}
.cb-sidebar .cb-meta ul li a:hover {
    color: #1e8cbd;
}
.cb-sidebar .cb-meta ul li:last-child {
    padding-bottom: 0px;
}
.cb-sidebar .cb-meta ul li:first-child {
    padding-top: 0px;
    border-top: none;
}
.cb-sidebar .cb-tags a {
    display: inline-block;
    margin: 10px 3px 0px 0px;
    line-height: 20px;
    padding: 6px 11px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    background: rgb(255, 255, 255);
    color: rgb(80, 80, 80);
    border: 1px solid rgb(240, 240, 240);
    border-radius: 5px;
    font-size: 13px !important;
}
.cb-sidebar .cb-tags a:hover {
    background-color: #1e8cbd;
    color: rgb(255, 255, 255);
    border: 1px solid #1e8cbd;
}
.rs-page-error {
    background: #1e8cbd;
    padding: 127px 0px 145px;
}
.rs-page-error .error-text {
    color: rgb(255, 255, 255);
    text-align: center;
}
.rs-page-error .error-text .error-code {
    font-size: 100px;
    color: rgb(255, 255, 255);
    position: relative;
    font-weight: 500;
}
.rs-page-error .error-text .error-code::after {
    position: absolute;
    content: "";
    background: rgb(238, 238, 238);
    height: 1px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
}
.rs-page-error .error-text h3.error-message {
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.rs-page-error .error-text form {
    position: relative;
    max-width: 400px;
    margin: 0px auto;
}
.rs-page-error .error-text form input {
    border: 1px solid rgb(221, 221, 221);
    color: rgb(68, 68, 68);
    padding: 10px 17px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 19px;
}
.rs-page-error .error-text form button {
    background: transparent;
    border: medium none;
    color: rgb(102, 102, 102);
    padding: 11px 16px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    font-size: 20px;
    outline: none;
    border-radius: 25px;
}
.rs-page-error .error-text .back-home {
    color: rgb(255, 255, 255);
}
.rs-partner .owl-carousel .owl-item img {
    width: auto;
}

.rs-footer {
    background: url("images/bg/footer-bg.png") center top / cover no-repeat rgb(249, 249, 255) !important;
}
.rs-footer .footer-title {
    margin-bottom: 30px;
    padding-bottom: 6px;
    color: rgb(34, 34, 34);
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
}
.rs-footer .footer-title::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    height: 2px;
    width: 50px;
    background-color: #1e8cbd;
}
.rs-footer .news-info {
    margin: 0px 0px 40px;
}
.rs-footer .news-info p {
    margin: 0px;
}
.rs-footer .footer-top .about-widget img {
    margin-bottom: 32px;
    height: 25px;
}
.rs-footer .footer-top .about-widget ul.footer-address li {
    font-size: 15px;
    margin-bottom: 5px;
}
.rs-footer .footer-top .about-widget ul.footer-address li i {
    margin-right: 10px;
}
.rs-footer .footer-top .about-widget ul.footer-address li a {
    color: rgb(34, 34, 34);
}
.rs-footer .footer-top .about-widget ul.footer-address li a:hover {
    color: #1e8cbd;
}
.rs-footer .footer-top .about-widget ul.footer-address li p {
    display: inline;
}
.rs-footer .footer-top .about-widget ul.footer-address li:last-child {
    margin-bottom: 0px;
}
.rs-footer .footer-top .about-widget ul.social-links {
    margin-top: 20px;
}
.rs-footer .footer-top .about-widget ul.social-links li {
    display: inline;
    margin-right: 10px;
}
.rs-footer .footer-top .about-widget ul.social-links li a {
    color: rgb(255, 255, 255);
}
.rs-footer .footer-top .about-widget ul.social-links li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #1e8cbd;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.rs-footer .footer-top .about-widget ul.social-links li a i:hover {
    background: rgb(77, 109, 230);
    color: rgb(255, 255, 255);
}
.rs-footer .footer-top .about-widget ul.social-links li:last-child {
    margin-right: 0px;
}
.rs-footer .footer-top .recent-post-widget .post-item {
    display: flex;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-image {
    max-width: 70px;
    margin-right: 10px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-image img {
    border-radius: 3px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc {
    margin-bottom: 10px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc a {
    color: rgb(80, 80, 80);
    line-height: 24px;
    margin-bottom: 2px;
    font-weight: 500;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc a:hover {
    color: #1e8cbd;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgb(119, 119, 119);
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc span i {
    margin-right: 5px;
}
.rs-footer .footer-top .recent-post-widget .post-item:last-child .post-desc {
    margin-bottom: 0px;
}
.rs-footer .footer-bottom {
    padding: 20px 0px;
    background: rgb(34, 34, 34);
}
.rs-footer .footer-bottom .copyright p {
    margin: 5px 0px 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}
.rs-footer .footer-bottom .copyright a {
    color: rgb(255, 255, 255);
}
.rs-footer .footer-bottom .copyright a:hover,
.rs-footer .footer-bottom .copyright a:focus {
    color: rgb(77, 109, 230);
}
.rs-footer .footer-bottom .footer-bottom-menu {
    display: inline-block;
}
.rs-footer .footer-bottom .footer-bottom-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    padding: 0px;
    list-style: none;
}
.rs-footer .footer-bottom .footer-bottom-menu ul > * {
    flex: 0 0 auto;
    padding-left: 10px;
    position: relative;
}
.rs-footer .footer-bottom .footer-bottom-menu ul li::before {
    display: inline-block;
}
.rs-footer .footer-bottom .footer-bottom-menu ul li:nth-child(n + 2)::before {
    content: ":";
    margin-right: 10px;
}
.rs-footer .footer-bottom .footer-bottom-menu ul li a {
    color: rgb(175, 176, 178);
}
.rs-footer .footer-bottom .footer-bottom-menu ul li a:hover,
.rs-footer .footer-bottom .footer-bottom-menu ul li a:focus {
    color: rgb(255, 255, 255);
}
.rs-footer .footer-bottom .footer-bottom-share {
    float: right;
}
.rs-footer .footer-bottom .footer-bottom-share ul li {
    display: inline-block;
    position: relative;
}
.rs-footer .footer-bottom .footer-bottom-share ul li a {
    color: rgb(255, 255, 255);
    padding: 0px 15px;
}
.rs-footer .footer-bottom .footer-bottom-share ul li a:hover {
    color: #1e8cbd;
}
.rs-footer .footer-bottom .footer-bottom-share ul li::after {
    content: "/";
    color: rgb(255, 255, 255);
    font-size: 6px;
    top: 2px;
    position: absolute;
}
.rs-footer .footer-bottom .footer-bottom-share ul li:last-child a {
    padding-right: 0px;
}
.rs-footer .footer-bottom .footer-bottom-share ul li:last-child::after {
    content: none;
}
.rs-footer .footer-bottom .footer-bottom-share ul li:first-child a {
    padding-left: 0px;
}
.rs-footer .footer-bottom .footer-bottom-share ul li.active a {
    color: #1e8cbd;
}
.rs-footer .footer-form {
    background: rgb(255, 255, 255);
    border-radius: 30px;
    position: relative;
    max-width: 280px;
    outline: unset;
}
.rs-footer .footer-form .form-input {
    border: none;
    border-radius: 30px;
    padding: 10px 0px 10px 16px;
    background: rgb(255, 255, 255);
    color: rgb(80, 80, 80);
    outline: none;
    width: 100%;
}
.rs-footer .footer-form .form-input ::-webkit-input-placeholder {
    color: rgb(80, 80, 80);
}
.rs-footer .footer-form .form-button {
    position: absolute;
    border-radius: 30px;
    top: 2px;
    right: 3px;
    background: #1e8cbd;
    color: rgb(255, 255, 255);
    padding: 8px 16px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.rs-footer .footer-form .form-button i {
    padding: 0px 13px;
}
.rs-footer .footer-form .form-button:hover {
    background: rgb(77, 109, 230);
}
.rs-footer.default-style {
    background: rgb(56, 56, 56) !important;
}
.rs-footer.default-style .footer-top .footer-title {
    color: rgb(255, 255, 255);
}
.rs-footer.default-style .footer-top .about-widget ul.footer-address li i,
.rs-footer.default-style .footer-top .about-widget ul.footer-address li p {
    color: rgb(255, 255, 255);
}
.rs-footer.default-style .footer-top .about-widget ul.footer-address li a {
    color: rgb(255, 255, 255);
}
.rs-footer.default-style .footer-top .about-widget ul.footer-address li a:hover {
    color: #1e8cbd;
}
.rs-footer.default-style .footer-top .recent-post-widget .post-item .post-desc a {
    color: rgb(255, 255, 255);
}
.rs-footer.default-style .footer-top .recent-post-widget .post-item .post-desc a:hover {
    color: #1e8cbd;
}
.rs-footer.default-style .footer-top .recent-post-widget .post-item .post-desc span {
    color: rgb(255, 255, 255);
}
.rs-footer.default-style .footer-top .news-info .news-note {
    color: rgb(255, 255, 255);
}
#scrollUp {
    text-align: center;
    bottom: 22px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
    background: #1e8cbd;
    border-radius: 50%;
    height: 40px;
    font-size: 24px;
    font-weight: 600;
    width: 42px;
    color: rgb(255, 255, 255);
    line-height: 36px;
    transition: all 0.3s ease 0s;
    margin-left: 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 2px;
}
#scrollUp i:hover {
    background-color: rgb(100 193 235);
}
#loading {
    background-color: #1e8cbd;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999999;
    display:none;
}
#loading ul {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    animation: 1s ease 0s infinite normal none running loading-center-absolute;
}
#loading ul {
    margin: 0px;
    list-style: none;
    width: 90px;
    position: relative;
    padding: 0px;
    height: 70px;
}
#loading ul li {
    position: absolute;
    width: 2px;
    height: 0px;
    background-color: rgb(255, 255, 255);
    bottom: 0px;
}
@keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}
@keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}
#loading li:nth-child(1) {
    left: 0px;
}
#loading li:nth-child(2) {
    left: 15px;
    animation: 1s ease 0.1s infinite normal none running sequence2;
}
#loading li:nth-child(3) {
    left: 30px;
    animation: 1s ease-in-out 0.2s infinite normal none running sequence1;
}
#loading li:nth-child(4) {
    left: 45px;
    animation: 1s ease-in 0.3s infinite normal none running sequence2;
}
#loading li:nth-child(5) {
    left: 60px;
    animation: 1s ease-in-out 0.4s infinite normal none running sequence1;
}
#loading li:nth-child(6) {
    left: 75px;
    animation: 1s ease 0.5s infinite normal none running sequence2;
}
.contact-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 1px inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
}
.contact-form .form-control:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
}
.contact-form textarea.form-control {
    height: auto;
}
.bg_sectonss {
    padding: 0px;
    background: url("https://www.premiercustomboxes.co.uk/images/home_bann.webp") center center / cover no-repeat fixed;
    position: relative;
}
.bg_left { padding: 130px 130px; width: 100%; height: 600px; top: 0px; left: 0px; background: rgb(30 140 189 / 80%); /* opacity: 0.8; */ }
.bg_right { padding:  130px 130px; width: 100%; height: 600px; top: 0px; left: 0px; background: rgba(20, 43, 51, 0.9); /* opacity: 0.8; */ }

.head_1 {
    font-size: 42px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 50px;
    opacity: 1;
    z-index: 333;
    color: white;
}

.quote-view{
    margin-bottom: 90px;
}
.thumb.bg_right input::placeholder,.thumb.bg_right textarea::placeholder{
    color: #ffffff !important;
}

.contact-part.banner-style h2{
    color: white; font-size: 25px; line-height: 55px;
}
@media(max-width:578px){
    .head_1 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .contact-part.banner-style h2{
        font-size: 20px; line-height: 1.6;
    }
}

.para {
    color: white;
    font-size: 16px;
    font-weight: 200;
}
::placeholder {
    color: white;
    opacity: 1;
}
.heigh {
    height: 600px;
}
@media screen and (max-width: 992px) {
    .rs-services-full .item-thumb .owl-dot {
        width: 50%;
        display: inline-block;
        float: left;
        cursor: pointer;
    }
    .heigh {
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .bg_left {
        padding: 45px;
            height: 450px;
        }
    
    
    .heigh {
        height: auto;
    }
}

@media  (min-width: 1199px) {

    .category-section .tcb-image:nth-child(odd),
    
  #rs-blog  .pimage:nth-child(odd){
        padding-left: 5px !important;
    }
    .category-section .tcb-image:nth-child(even),
    #rs-blog  .pimage:nth-child(even){
        padding-left: 5px !important;
    }
}

.readon {
position: relative;
    background: #1e8cbd;
    padding: 14px 30px;
    line-height: normal;
    transition: all 0.3s ease 0s;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid;
    /* box-shadow: rgb(34 128 252 / 40%) 0px 6px 30px; */
    display: inline-block !important;
    color: rgb(255, 255, 255) !important;
    text-transform: capitalize !important;
    /*display: flex !important;*/
    width: 180px;
    border-radius: 23px;
    justify-content: SPACE-BETWEEN;

    
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    appearance: button;
}
.menu_button,.menu_mainview {
    padding: 15px 40px;
    text-align: center;
    background: #1e8cbd;
    font-size: 17px;
    border: none;
    font-weight: 500;
    display: inline-block !important;
    color: rgb(255, 255, 255) !important;
}
.menu_mainview {
background: rgb(30, 140, 189) !important;
    border: 2px solid rgb(255, 255, 255);
    width: auto !important;
    text-align: center;
    /* box-shadow: rgb(34 128 252 / 40%) 0px 6px 30px; */
    font-weight: 500 !important;
    justify-content: center;
    align-items: center;
    padding: 7px 14px !important;
    text-transform: uppercase !important;
    color: rgb(255 255 255) !important;
    border-radius: 10px;
    white-space: nowrap;
    font-size: 12px !important;
    padding: 10px 20px;
    border-radius: 23px;
    border: none;
    font-size: 13px;
    font-weight: 600;
}


.menu_mainview.b1{
        background: #ffffff !important;
        color:#1e8cbd !important;
}

.menu_mainview:hover, .menu_mainview:focus {
    box-shadow: 2px 3px 16px #000;
    color: #fff;
}
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a.menu_mainview.b2{
 margin-left: 15px;
}
.rs-accordion .accordion .card:first-child .card-header .card-title .accordion-toggle.collapsed::after ,
 
.rs-accordion .accordion .card:first-child .card-header .card-title .accordion-toggle::after{
  color: #ffffff;
}
.rs-accordion .accordion .card:first-child .card-header .card-title .accordion-toggle{
  background: #1e8cbd;
  color: #ffffff;
}




/*======================Category-section=============
======= */

.category-section {
    padding: 150px 0;
  }
  
  .category-section .parent-card {
    border: 4px solid #f2f2f2;
    margin-bottom: 32px;
  }
  .category-section {
    padding: 60px 0;
  }
  .category-section-title {
    text-align: center;
    margin: 60px auto 120px;
    padding: 30px 0;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 3px;
    font-size: 40px;
    font-family: "Cambria", sans-serif;
    border-top: 4px solid #075427;
    border-bottom: 4px solid #075427;
    max-width: 600px;
  }
  
  @media screen and (max-width: 992px) {
    .category-section-title {
      padding: 20px 0;
      margin-top: 0px;
      margin-bottom: 40px;
      font-size: 25px;
      border-top: 2px solid #075427;
      border-bottom: 2px solid #075427;
      max-width: 450px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .category-section .parent-card {
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 578px) {
    .category-section-title {
      padding: 16px 0;
      margin-bottom: 30px;
      font-size: 18px;
      max-width: 180px;
    }
    .category-section {
      padding: 30px 0;
    }
  }
  
  .img-wrapper {
    position: relative;
    /* margin-top: 15px; */
    padding: 0px 8px;
    background: #ffffff;
    height: 300px;
    width: auto;
    padding: 5px;
  }
  
  .img-wrapper img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .product-name {
    background-color: #f2f2f2;
    color: #ffffff;
    padding: 15px 0px;
    position: relative;
    height: 52px;
  }
  .product-name a {
    background-color: #f2f2f2;
    color: #ffffff;
    padding: 15px 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    top: 0;
  }
  
  .product-name span {
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
  }
  
  @media (max-width: 578px) {
    .product-name span {
      font-weight: 500;
      font-size: 13px;
    }
    .product-name a {
        padding: 6px 0px;
    }
    .product-name {
        height: 34px;
    }
  }
  

  .overlay {
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    display: none;
    transition: all 0.5s ease 0s;
    background-color: rgb(30 140 189 / 90%);
}
div.boxes-detailed-content figure:hover .text-image {
    opacity: 0;
}
div.boxes-detailed-content figure:hover .overlay {
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.boxes-detailed-content figure:hover .overlay h2,
div.boxes-detailed-content figure:hover .overlay h3 {
    opacity: 1;
    z-index: 99999;
}
@media (max-width: 578px) {
    .p-left {
        padding-left: 5px;
    }
    .text-image {
        padding: 15px 10px;
    }
    .p-right {
        padding-right: 5px;
    }
}

.portfolio-img,
.newpic {
    position: relative;
    width: auto;
}
.image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.portfolio-img:hover .overlay {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.portfolio-img:hover .overlay h2,
.portfolio-img:hover .overlay h3,
.newpic:hover .overlay h2,
.newpic:hover .overlay h3 {
    opacity: 1;
    z-index: 99999;
}
.text {
    color: white;
    font-size: 20px;
    text-align: center;
display: flex;
 flex-direction: column; 
 justify-content: center; 
    align-items: center;}
.portfolio-border-hover {
    padding: 9px 12px 7px;
    font-size: 12px;
    font-weight: 800;
    font-family: raleway, sans-serif;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 2px solid rgb(255, 255, 255) !important;
}
.portfolio-border-hover:hover {
    background-color: transparent;
}
.text h2,
.text h3 {
    color: rgb(255, 255, 255);
    font-size: 25px;
    line-height: 30px;
    opacity: 1;
    z-index: 99999;
    font-weight: 600;
}

.text.pp_text h2{
    font-size: 18px;
}
@media (max-width: 768px) {
    .text h2,
    .text h3,.text.pp_text h2 {
        color: rgb(255, 255, 255);
        font-size: 26px;
        line-height: 30px;
        opacity: 1;
        z-index: 99999;
        font-weight: 600;
    }
}
.lightBlur-line {
    width: 30px;
    height: 3px;
    background-color: transparent;
    margin: 10px auto;
}
.text h3 {
    font-size: 25px;
}
.small-btn {
    padding: 9px 10px 8px;
    white-space: nowrap;
}
.hover-btn {
    background-color: rgb(255, 255, 255);
    color: rgb(42, 42, 42);
}
.hover-btn:hover,
.hover-btn:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    outline: 0px;
    box-shadow: none;
}
.portfolio-lg-pic {
    height: 520px;
    display: block;
    width: 100%;
    object-fit: fill;
}
@media (max-width: 992px) {
    .portfolio-lg-pic {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .portfolio-lg-pic {
        margin-bottom: 20px;
        height: 520px;
    }
}
@media (max-width: 578px) {
    .portfolio-lg-pic {
        margin-bottom: 15px;
    }
}
.portfolio-md-pic {
    height: 250px;
    display: block;
    width: 100%;
    object-fit: fill;
}
@media (max-width: 992px) {
    .portfolio-md-pic {
        height: 200px;
    }
}
@media (max-width: 767px) {
    .portfolio-md-pic,
    .portfolio-lg-pic {
        height: 220px;
    }
}
@media (max-width: 578px) {
    .portfolio-md-pic,
    .portfolio-lg-pic {
        height: 160px;
    }
}


  /* ================================= 
          Clients CSS Start
  ================================== */

  .bg-view{
    background-color: #ffffff;
    padding: 20px;
  }
  .clients-says-segment {
    background: linear-gradient(rgba(0, 98, 152, 0.8), rgba(0, 98, 152, 0.7)), url(../images/uk.png) no-repeat center center / cover;
    padding: 40px 0 10px;
}
@media (max-width: 578px) {
    .clients-says-segment {
        padding: 40px 0;
    }
}

.clients-says-segment  .owl-carousel  {
     margin: 25px auto;
 }
.clients-says-segment  .owl-carousel  .item {
     color: #1e8cbd;
     overflow: hidden;
     min-height: 120px;
     font-size: 13px;
 }
.clients-says-segment  .owl-carousel  .media {
     position: relative;
     padding: 0 0 0 20px;
     margin-left: 20px;
 }
.clients-says-segment  .owl-carousel  .media img {
     width: 75px;
     height: 75px;
     display: block;
     border-radius: 50%;
     box-shadow: 0 2px 4px rgba(0,0,0,0.2);
     border: 2px solid #fff;
 }
.clients-says-segment  .owl-carousel  .testimonial {
     color: #fff;
     position: relative;    
     background: #ffffff;
     padding: 15px;
      margin: 0 0 20px 0px; 
 }


.clients-says-segment .owl-carousel .testimonial::after {
     width: 0;
     height: 0;
     border: 10px solid transparent;
     border-bottom-color: #fff;
     border-left-color: #fff;
 }
.clients-says-segment  .owl-carousel  .carousel-item .row > div:first-child .testimonial {
     /* margin: 0 0 20px; */
 }
.clients-says-segment  .owl-carousel .item  div:first-child .media {
     margin-left: 0;
 }
.clients-says-segment  .owl-carousel  .testimonial p {
     line-height: 25px;
     margin: 0;
     color: #222222;
     font-size: 14px;
}

.clients-says-segment  .owl-carousel  .overview {
     padding: 3px 0 0 15px;
 }
.clients-says-segment .owl-carousel  .overview .details {
     padding: 5px 0 8px;
 }
.clients-says-segment  .owl-carousel .overview b {
     text-transform: uppercase;
     color: #1e8cbd;
 }
 /* .clients-says-segment .carousel-control-prev,.clients-says-segment .carousel-control-next {
     width: 30px;
     height: 30px;
     text-shadow: none;
     top: -60px;
 }
 .clients-says-segment .carousel-control-prev i, .clients-says-segment .carousel-control-next i {
     font-size: 40px;
 }
 .clients-says-segment .carousel-control-prev {
     left: auto;
     right: 60px;
 }
 .clients-says-segment .carousel-control-next {
     left: auto;
 }
 */


 @media(max-width:578px){
    .clients-says-segment .carousel-control-prev, .clients-says-segment .carousel-control-next {
        top: -40px;
    }
    .clients-says-segment .carousel .media{
        padding: 0;
    }
    .clients-says-segment .carousel .overview {
        padding: 3px 0 0 0px;
    }
    .bg-view {
        padding:10px 15px;
    }
    .clients-says-segment .carousel .testimonial {
     
        padding: 10px 0px;
    }
}
  /* ================================= 
          Clients CSS End
  ================================== */


  /* ================================= 
      feature-segment CSS Start
  ================================== */

  .feature-segment{
    padding: 60px 0;
    background: linear-gradient(rgb(0 112 160), rgb(1 111 160)), url(images/uk.png) no-repeat center center / cover;

  }


  
  /* ================================= 
        feature-segment CSS End
  ================================== */


/*================== Tabs=================
===============*/
#tabs {
    padding: 60px 0;
    color: #333;
    background: #efefef;
  }
  

  
  #tabs nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    border-radius: 0;
    border-radius: 4px;
  }
  
  #tabs nav>div a.nav-item.nav-link,
  #tabs nav>div a.nav-item.nav-link.active {
    background: transparent;
    color: white;
    /*padding: 10px 30px;*/
    margin: 0px 2px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    /* border-color: transparent transparent transparent;
    border-bottom: 4px solid transparent !important; */
  }
  
  #tabs nav>div a.nav-item.nav-link.active {
    z-index: 1;
    background: #1e8cbd;
    color: #ffffff;
    border-color: #1e8cbd;
    border-radius: 8px;
  }
  
  /* nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
  } */
  
  #tabs  .tab-content {
    background: transparent;
    line-height: 25px;
    /* border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c; */
    padding: 30px 25px;
    text-align: left;
  }
  
  #tabs .nav-fill .nav-item {
    flex: 0 0 auto;
    color: #ffffff;
  }
  
  #tabs nav>div a.nav-item.nav-link {
    color: #1e8cbd;
    font-weight: bold;
    border-radius: 8px;
  border: 1px solid;}
  
  #tabs .tab-content .tab-pane h3 {
    color: #333;
    font-weight: 600;
  
  }
  
  #tabs .tab-content .tab-pane p {
    color: #222222;
    line-height: 1.8;
  }
  
  /* #tabs .nav-tabs {
    border-bottom: 1px solid #777777 !important;
  } */
  

  /* ================================= 
           Footer CSS Start
  ================================== */

  .widget-title {
    margin-bottom: 40px;
  }
  
  @media (max-width: 578px) {
    .widget-title {
      margin-bottom: 15px;
      margin-top: 15px;
    }
  }
  
  .footer-logo {
    margin-bottom: 45px;
  }
  @media (max-width: 578px) {
    .footer-logo {
      margin-bottom: 20px;
    }
  }
  .widget-title {
    margin-top: 20px;
  }
  
  .prod-sm-items .owl-dots,.prod-sm-items .owl-nav{
     display: block !important;
  }
  .widget-title h6 {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
  }
  
  @media (max-width: 578px) {
    .widget-title h6 {
      font-weight: 500;
      font-size: 16px;
    }
  }
  /* .widget-title h6::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ffffff;
    top: 35px;
    left: 0px;
    padding-bottom: 4px;
  }
  @media (max-width: 578px) {
    .widget-title h6::before {
      height: 2px;
      top: 30px;
      padding-bottom: 3px;
    }
  } */
  .footer-widget-area h1 {
    color: #fff;
    font-size: 28px;
    white-space: nowrap;
    letter-spacing: 0.85px;
  }
  
  @media (max-width: 578px) {
    .footer-widget-area h1 {
      font-size: 22px;
    }
  }
  .footer-widget-area p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.9;
    font-family: sans-serif;
    font-weight: 500;
  margin-top: 35px;
}
  
  @media (max-width: 578px) {
    .footer-widget-area p {
        font-size: 13px;
        margin: 5px 0;
    }
  }
  
  .footer-social-info a {
    font-size: 14px;
    margin-right: 20px;
    color: #888888;
    display: inline-block;
    font-weight: 400;
  }
  
  @media (max-width: 578px) {
    .footer-social-info a {
      font-size: 20px;
      font-weight: 300;
    }
  }
  
  .widget-post-content > a {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    display: inline-block;
  }
  
  @media (max-width: 578px) {
    .widget-post-content > a {
      font-weight: 300;
    }
  }
  
  .widget-single-blog-post {
    margin-bottom: 20px;
  }
  
  .widget-post-content > p {
    margin-bottom: 0;
    font-size: 13px;
    color: #676566;
    font-weight: 600;
  }
  
  .footer-widget-area ul > li > a {
    color: #ffffff;
    margin-bottom: 0px;
    display: block;
    font-weight: 500;
    line-height: 2.5;
    font-family: sans-serif;
  }
  
  @media (max-width: 578px) {
    .footer-widget-area ul > li > a {
      font-weight: 300;
      line-height: 2;
      font-size: 13px;
    }
  }
  
  .footer-widget-area ul > li > a:hover,
  .footer-widget-area ul > li > a:focus,
  .footer-social-info a:hover,
  .footer-social-info a:focus {
    color: #ffffff;
  }
  
  .bottom-footer-area {
    background-color: #142b33;
    width: 100%;
    position: relative;
    z-index: 1;
  border-top: 1px solid #bdbdbd;}
  
  .footer-area {
    background-color: #142b33;
  }
  .copywrite-text p {
    margin: 0px;
    color: rgb(255 255 255);
    font-size: 16px;
    letter-spacing: 0.85px;
    margin: 30px 0;
    font-weight: 200;
}
  .copywrite-text p a {
    color: #ffffff;
    font-weight: 300;
  }
  
  .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .footer-menu li a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #404b5a;
    padding: 0 15px;
  }
  
  .footer-menu li a:hover,
  .footer-menu li a:focus {
    color: #ffffff;
  }
  
  
  
  
  .single-footer-widget {
    color: #fff;
    }
    
    .single-footer-widget input {
    line-height: 38px;
    border: none;
    background: transparent;
    border: 1px solid #333333;
    font-weight: 400;
    color: #999999;
    padding-left: 20px;
    width: 60%;
    font-size: 14px;
    }
    
    .single-footer-widget input:focus {
    outline: 0;
    box-shadow: none;
    }
    
    .single-footer-widget input::placeholder {
    font-weight: 400;
    }
    
    .single-footer-widget .bb-btn {
    background-color: #ffffff;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    border-radius: 0;
    cursor: pointer;
    }
    
    
    
  
  #goback2Top {
    /* background-image: linear-gradient(to right, #ffa801 0%, #1e1e1e 51%,#ffa801 100%); */
    background-size: 200% auto;
    background: #ffffff;
    box-shadow: 0 7px 30px rgb(0 0 0 / 30%);
    bottom: -32px;
    border-radius: 0;
    top: auto;
    height: 55px;
    padding: 2px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    /* text-align: center; */
    text-decoration: none;
    width: 50px;
    z-index: 99999;
    /* opacity: 0.8; */
    /* animation: updown 2s ease infinite; */
    /* position: relative; */
  }
  
  
  #goback2Top  i {
    color: #fff;
    font-size: 42px;
    position: absolute;
    top: 9%;
    left: 23%;
  }
  
  @media (max-width: 576px) {
    #goback2Top {
      bottom: -32px;
      height: 50px;
      width: 40px;
    }
  
    #goback2Top i {
        font-size: 33px;
        top: 9%;
        left: 24%;
    }
  }
  
  @keyframes updown {
    0% {
      transform: translateY(-50%);
    }
  
    50% {
      transform: translateY(-80%);
    }
  
      100% {
        transform: translateY(-30%);
    }
  }
  
  
  
  
  .instgram-view .instagram {
  
    position: relative;
  }
  .instgram-view .instagram .instagram-banner {
    position: absolute;
    height: 200px;
    width: 200px;
    background-color: #ffffff;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
  @media (max-width: 576px) {
    .instgram-view .instagram .instagram-banner {
      height: 150px;
      width: 150px;
    }
  }
  
  .instgram-view .instagram .instagram-banner h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
  }
  
  @media (max-width: 576px) {
    .instgram-view .instagram .instagram-banner h5 {
      font-size: 18px;
    }
  }
  
  .instgram-view .instagram .instagram-banner h5 span {
    color: #222222;
  }
  .instgram-view .instagram .instagram-box {
    position: relative;
    background-color: #3c70e6;
    overflow: hidden;
  }
  .instgram-view .instagram .instagram-box img {
    width: 100%;
  }
  .instgram-view .instagram .instagram-box .overlay {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color:rgb(125 178 2 / 80%);
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(2) rotate(90deg);
    transform: scale(2) rotate(90deg);
  }
  .instgram-view .instagram .instagram-box .overlay i {
    font-size: 30px;
    color: #ffffff;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .instgram-view .instagram .instagram-box:hover .overlay {
    opacity: 1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: scale(1.5) rotate(0deg);
    transform: scale(1.5) rotate(0deg);
  }
  
  .rs-header{
      position: absolute;
      top: 0;
      z-index: 999;
      width: 100%;
  }
  
.widget-title {
    position: relative;
    /* border-bottom: 1px solid white; */
    padding-bottom: 16px;
  }
  
  .widget-title::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background: #888888;
    top: 36px;
    left: 0px;
    padding-bottom: 1px;
  
  }


  

  
.social {
    text-align: center;
    font-size: 16px;
    border-radius: 0%;
    width: 35px;
    height: 35px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    /* padding: 10px; */
    margin-right: 5px;
}
.social {
    color: rgb(194, 169, 169);
}

.social.twitter {
    background: transparent;
    border: 1px solid #1e8cbd;
}
.social.facebook {
    background: transparent;
    color: #1e8cbd;
    border: 1px solid #1e8cbd;
}

.social.instagram {
    background: transparent;
    border: 1px solid #1e8cbd;
}
.social.linkedIn {
    background: transparent;
    border: 1px solid #1e8cbd;
}

.social i {
    color: #1e8cbd;
    font-size: 15px !important;
margin-right: 0px !important;}



.social{
  border-radius: 50%;
}
.social:hover {
    background: #1e8cbd;
    text-decoration: none;
    color: #fff;
}
.social:hover i {
    color: #fff !IMPORTANT;
}
/* .social.facebook:hover i {
color: #ffffff;
} */

.single-footer-widget {
    color: #fff;
}
.footer-widget-area ul > li > a,
  .unique-contact div.d-flex span,  .unique-contact div.d-flex {
    color: #ffffff;
    margin-bottom: 0px;
    display: block;
    font-weight: 500;
    line-height: 2.5;
    font-family: sans-serif;
}


.uniq div.d-flex a {
    color: #ffffff !important;
}


  /* ================================= 
        Footer Area CSS End
    ================================== */

  /* ================================= 
        Product Detail Area CSS End
    ================================== */



.product-details {
    padding-top: 80px;
}
@media (max-width: 480px) {
    .product-details {
        padding-top: 40px;
    }
}
.prod-items {
    margin-bottom: 20px;
   border: 4px solid #f2f2f2;
}
@media (min-width: 1199px) {
    .prod-items {
        height: 500px;
        width: 600px;
    }
}
.prod-items img {
    min-width: 100%;
}
@media (min-width: 992px) {
    .prod-items img {
        height: 492px;
        object-fit: fill;
    }
}
.prod-sm-items {
    margin-top: 50px;
}
.prod-sm-items img {
    cursor: pointer;
}
.prod-sm-items.owl-carousel .owl-item img {
    width: auto;
    padding: 4px;
    border: 1px solid rgb(221, 221, 221);
}



.pb-formProd_style {
    /* border-width: 5px 2px 2px; */
    /* border-style: solid; */
    /* border-color: rgb(255, 185, 1) rgb(242, 241, 241) rgb(242, 241, 241); */
    border-image: initial;
    background-color: transparent;
    padding-top: 10px;
}
.pb-formProd_style .form-group .form-control {
    height: 40px;
    line-height: 27px;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: none;
    color: #676767;
    letter-spacing: 0.5px;text-transform: capitalize;
    font-weight: 600;
    background: #ffffff;
    transition: background-color 200ms linear 0s;
    border: 2px solid rgb(255 255 255);
}

.pb-formProd_style .form-group .form-control::placeholder {
    color: #676767;
}
.pb-formProd_style .form-group {
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(50, 50, 50);
    font-weight: 700;
}
.pb-formProd_style .product-form-inputs {
    height: 35px;
    line-height: 23px;
    box-shadow: none;
    background: transparent;
    transition: background-color 200ms linear 0s;
    border: 2px solid rgb(231, 235, 241);
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px;
}
.product-form-inputs.h-auto {
    height: auto;
    text-align: left;
    padding-left: 20px;
}
input.block-level-btn,
a.block-level-btn,.btn-View-All {
    margin-bottom: 10px;
    height: 40px;
    border-radius: 0px;
    padding: 5px 15px;
    width: 160px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(30 140 189);
    background-color: rgb(30 140 189);
border-radius: 4px;}
a.block-level-btn {
    line-height: 2;
}
.btn-View-All {
    color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    border: 1px solid #222222;
    background-color: #222222;
}
a.block-level-btn {
    line-height: 2;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}
.get-quote-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}

.prod_name h2{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;  
    color:#1e8cbd;
}


/* home slider */

/* #carousel .carousel-item.boat {
   ;
  }
  
  #carousel .carousel-item.sea {
    background-image: url("images/main2.jpg");
  }
  
  #carousel .carousel-item.river {
    background-image: url("images/main3.png");
  } */
  
  #carousel .carousel-item {
    height: 100vh;
    width: 100%;
    min-height: 650px;
    background: no-repeat center center scroll;
    background-size: cover;
  }
  @media(max-width:768px){
    #carousel .carousel-item {
        min-height: 500px;
      }
}

  @media(max-width:576px){
 #carousel .carousel-item {
    min-height: 350px;
    height: 350px;
    background-size: 100% 100%;
}
}

  @media(max-width:360px){
    #carousel .carousel-item {
            min-height: 260px;
             height: 260px;
      }
}
  #carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
  }
  
  #carousel .carousel-item .caption {
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 40px 40px 40px 0;
    color: white;
    animation-duration: 1s;
    animation-delay: 2s;
  }
  
  #carousel .caption h2 {
    /* animation: 0.3s ease-in-out 0s 1 normal none running fadeInLeft; */
    animation-duration: 1s;
    animation-delay: 2s;
    color: #1e8cbd;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
  }
  
  #carousel .caption p {
    /* animation: 0.3s ease-in-out 0s 1 normal none running fadeInUp; */
    animation-duration: 1s;
    animation-delay: 2.2s;
    color: #222222;
    font-size: 18px;
    text-transform: uppercase;
  }
  
  @media(max-width:992px){
        
    #carousel .caption h2 {
        font-size: 25px;
    }
    
    #carousel .caption p {
        font-size: 16px;
    }
    .readon.readon-black {
        padding: 14px 20px;
        width: 160px;
    }
  }
  #carousel .caption a {
    animation-duration: 1s;
    /* animation: 0.3s ease-in-out 0s 1 normal none running fadeInUp; */
    animation-delay: 2.4s;
  }



.hero-slides .carousel-control-next, .hero-slides .carousel-control-prev {
    font-size: 0px;
    width: 40px;
    height: 40px;
    line-height: 70px;
    text-align: center;
    border: none;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: all 0.4s ease-out 0s;
    top: 50%;
    opacity: 0;
}

@media(max-width:768px){
    .hero-slides .carousel-control-next, .hero-slides .carousel-control-prev {
        width: 25px;
        height: 25px;
    }
    
    .hero-slides .carousel-control-next-icon, .hero-slides .carousel-control-prev-icon {
        width: 12px;
        height: 12px;
    }

}
.hero-slides .carousel-control-prev {
  left: 70px;
}
.hero-slides .carousel-control-next{
    right: 70px;
  }

  .hero-slides:hover .carousel-control-prev {
    left:40px;
  padding-right: 2px;}
  .hero-slides:hover .carousel-control-next{
      right: 40px;
    padding-left: 1px;}

.hero-slides:hover .carousel-control-next, .hero-slides:hover .carousel-control-prev{
    opacity: 1;
}
  
.hero-slides .carousel-control-next:hover,
.hero-slides .carousel-control-prev:hover {
    background: rgb(30 140 189);
    border: 1px solid #1e8cbd;
}
  /* Button */
  .delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 60px;
    color: #ffffff;
    border: none;
    border-left: 3px solid #1c8314;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 58px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: #40ba37;
  }
  
  .delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1c8314;
    border-color: #40ba37;
  }

  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
  .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
margin: 0 5px;
}
  .carousel-indicators .active {
    background-color: #1e8cbd;
    border: 1px solid #1e8cbd;
}



.list_view{
    color: #FFF;
}

.list_view li{
    color: #FFF;
    font-size: 14px;
    line-height: 2.4;
    display: block;
}



  /* ======= ======= ======= ======= ======= =======
      read More Or Read Less   Start
    ======= ======= =======  ======= ======= ======= */

    .addReadMore p{
        display: inline;
        margin-bottom: 0;
      }
     
        .read-more-show{
          cursor: pointer;
          color: #ed8323;
          margin-left: 7px;
          display: inline-block;
        }
        .read-more-hide{
          cursor:pointer;
          color: #ed8323;
        }
      
        .hide_content{
          display: none;
        }
      
      
        .bor-rad{
            border-radius: 10px;
        }
    
    
        .addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
        visibility:hidden;
        opacity: 0;
    
        -moz-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    }
    
    .addReadMore.showmorecontent .readMore {
        display: none;
        visibility:hidden;
        opacity: 0;
        -moz-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -moz-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    
    .addReadMore .readMore,
    .addReadMore .readLess {
        font-weight: 600;
        margin-left: 2px;
        color: #1e8cbd;  transition: all 0.5s;
        cursor: pointer;
        opacity: 1;
    /* border-bottom: 1px solid #006F9B; */padding: 4px 15px;font-size: 12px;}
    
    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
        visibility:visible;
        opacity: 1;
        transition: opacity 1s, visibility 0.5s ease-in-out;
    }
    
        /* ======= ======= ======= ======= ======= =======
            read More Or Read Less   End
          ======= ======= =======  ======= ======= ======= */

        
          .image-here{
              position: relative;
              height: 320px;
          }

          .image-here #youtube{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }


        .breadcrumb-view .breadcrumb {
            padding: 16px 0rem 20px;
            margin-bottom: 0;
          }
           
.breadcrumb-item+.breadcrumb-item::before {

    display: none;
  }
  
  .breadcrumb-item+.breadcrumb-item {
    padding-left: 0rem;
  }
  
  
  .breadcrumb-item a {
    color: black;
    font-size: 20px;
  }
  
  .breadcrumb-view .breadcrumb-item a {
    color: black;
    font-size: 16px;
  }
  
  .breadcrumb-view .breadcrumb-item {
    color: black;
    font-size: 20px;
  }
  .breadcrumb-view .breadcrumb-item i {
  
    font-size: 14px;
  }
  .breadcrumb-item a.view-color,.breadcrumb-view .breadcrumb-item a.view-color {
    color: rgb(30 140 189);
  font-weight: 700;}
  
  
  
  .breadcrumb {
    background-color: transparent;
  }
  


  #tabs .table-sm td,  #tabs  .table-sm th {
    padding: 14px;
    font-size: 14px;
}

#tabs  .table-bordered td,   #tabs .table-bordered th ,#tabs  .table-bordered,#tabs  .table td,#tabs   .table th  {
    border: 0px !important;
}

#tabs  .table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff !important;

}



div.boxes-detailed-content { border: 1px solid rgb(221, 221, 221); display: block; height: auto; position: relative; overflow: hidden; padding: 5px; }
div.boxes-detailed-content:hover { border: 1px solid rgba(0, 98, 152, 0.9); }
div.boxes-detailed-content figure { position: relative; border-radius: 3px; border: none; background-color: transparent; }
div figure .aa-product-img { background-color: rgb(249, 249, 251); display: block; transition: all 0.5s ease 0s; }
div figure .aa-product-img  img {height:250px ; object-fit:fill;}
.text-image { padding: 25px 15px; visibility: visible; opacity: 1; transition: all 0.2s ease 0s; text-align: center; }

.text-image  h4{ font-size: 18px; }


.text-image .explore { color: rgb(0 98 152); text-transform: capitalize; font-weight: 600; }
.text-image .explore:hover { color: rgb(35, 67, 118); text-decoration: none; }
.overlay {position: absolute;inset: 0px;height: 100%;width: 100%;white-space: nowrap;display: none;transition: all 0.5s ease 0s;background-color: rgba(0, 98, 152, 0.9);}
div.boxes-detailed-content figure:hover .text-image { opacity: 0; }
div.boxes-detailed-content figure:hover .overlay { opacity: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; }
div.boxes-detailed-content figure:hover .overlay h2, div.boxes-detailed-content figure:hover .overlay h3 { opacity: 1; z-index: 99999; }
@media (max-width: 578px) {
  .p-left { padding-left: 5px; }
  .text-image { padding: 15px 10px; }
  .p-right { padding-right: 5px; }
}


/* request a quote */



.cbb-form-style {
    /* border: 2px solid rgb(204 51 51); */
    background-color: #1e8cbd;
    padding-top: 10px;
  }

  .cbb-form-style .form-group .form-control {
    height: 40px;
    line-height: 23px;
    padding: 5px 12px;
    font-size: 13px;
    border-color: #d8d3d0;
    border-radius: 0px;
    box-shadow: none;
    color: #676767;
    text-transform: lowercase;
    font-weight: 600;
    background: #ffffff;
    transition: background-color 200ms linear;
    border: 1px solid #eeeeee;
    letter-spacing: 1px;

  text-transform: capitalize;border-radius: 6px;}
  /* .cbb-form-style .product-form-inputs::placeholder{
    color: #222222;
  } */
  .cbb-form-style .form-group {
    font-size: 12px;
    text-transform: lowercase;
    color: #fff;
    font-weight: 700;
  }

  .cbb-form-style .product-form-inputs {
    height: 35px;
    line-height: 23px;
    box-shadow: none;
    background: transparent;
    transition: background-color 200ms linear;
    border: 2px solid #d8d3d0;
    padding: 5px 10px;
    font-size: 12px;
    border-color: #e7ebf1;
    border-radius: 0px;
  }
  .product-form-inputs.h-auto {
    height: auto;
    text-align: left;
    padding-left: 20px;
  }

  input.block-level-btn,
  a.block-level-btn {
    margin-bottom: 5px;
    height: 43px;
    padding: 2px 15px;
    width: 180px;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border: 1px solid #212529;
    background-color: #212529;
    border-radius: 0px;
    /* box-shadow: rgb(183 197 205) -4px 5px 5px; */
}

.white-btn.block-level-btn
{
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
}
  a.block-level-btn {
    line-height: 2;
  }

  .explaination-boxes {
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: normal;
    text-align: justify;
  }
  .cbb-form-style label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #1e8cbd;
    letter-spacing: 0px;
    font-weight: 700;
font-size: 14px;text-transform: capitalize;}

.form-control {

    height: 40px;}
    
    
    /*top bar*/
.top-bar {
    background: rgb(30 140 189 / 20%);
}
.info li,
.socials li {
    display: inline-block;
}
.info {
}
.info li {
    padding: 2px 5px;
    font-size: 11px;
}
.info li a, .info li button {
    color: #1a1a1a;
    font-size: 12px;
}

@media(max-width:576px){
    .info li a, .info li button {
        color: #1a1a1a;
        font-size: 14px;
    }
    .info li {
    line-height:15px;
}

    
}

.info li button {
    cursor: pointer;
    background: transparent;
    border: transparent;
    outline:none;
}
.modal-content {
    border: none;
    border-radius: 0;
    padding: 50px 15px;
    background: linear-gradient(112deg, #e7f8ff -7%, rgb(180 232 255) 100%);
}
.modal-content .modal-body .search-form {
    margin-top: 20px;
}
.search-form .search-form__search-field {
    background: #f2f2f2;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.search-form .search-form__search-field::placeholder {
    color: #000;
}
.search-form .search-form__search-field:focus,
.search-form .search-form__search-field:active {
    box-shadow: none;
}
.socials {
    padding: 0;
}
.socials li {
    padding: 0 5px;
    font-size: 12px;
        color: #1a1a1a;
}
.socials li a {
       color: #1a1a1a;
}
    /*new footer*/
footer {
    padding: 40px 0;
    background: #142b33;
    color: #fff;
}
footer p {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
}
footer span,
footer span a {
    color: #ababab;
}
footer .widgets span {
    display: block;
}
footer .widgets span:hover {
    color: #fff;
}
footer .widgets span i {
    margin-right: 12px;
}
footer .intro img {
    padding: 0 105px 20px 0px;
}
footer .intro .socials li {
    padding: 0;
    margin-right: 12px;
    transition: all 0.3s linear;
    line-height: 4em;
}
footer .socials li:hover {
    transform: translateY(5px);
}
footer .intro .socials li span {
    color: #fff;
    font-size: 15px;
    background: #ff5e6d;
    background: -moz-linear-gradient(90deg, #ff5e6d 0%, #ffa570 100%);
    background: -webkit-linear-gradient(90deg, #ff5e6d 0%, #ffa570 100%);
    background: linear-gradient(90deg, #ff5e6d 0%, #ffa570 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5e6d",endColorstr="#ffa570",GradientType=1);
    padding: 7px 15px;
    border-radius: 55%;
}
footer .intro .socials li:not(:first-child) span {
    padding: 8px 12px;
    font-size: 13px;
}
footer .footer-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
footer .widgets ul {
    padding: 0;
    color: #797979;
    font-size: 14px;
    font-weight: 400;
}
footer .widgets ul li a {
    color: #797979;
    padding: 0;
}
footer .widgets ul li a:hover {
    color: #fff;
}
footer .copyright p {
    font-size: 13px;
    font-weight: 300;
    color: #f1f1f1;
}
footer .copyright p a {
    color: #f1f1f1;
}
footer .copyright p a:hover {
    color: #797979;
}
footer .widgets ul li .nav-link img {
    display: none;
}

footer .widgets span  a:hover,footer .widgets span  a:focus{
    color:#fff;
}

/*/*/

.card-img-block img{
    height:250px;;
    object-fit:fill;
    width:100%;
}

.btn-red-white {
    background: #1e8cbd;
    color: #fff;
    padding: 10px 20px;
    border-radius: 23px;
    border: none;
    font-size: 13px;
    font-weight: 600;
}


#quote-cart-pay {
    display: block;
    position: fixed;
    cursor: pointer;
    border-radius: 0px;
    z-index: 99;
    background-color: #f2f2f2;
    color: #1e8cbd !important;
    font-weight: 600;
    top: 45%;
    right: -70px;
    text-decoration: none;
    padding: 7px 20px;
    transform: rotate(90deg);
    font-size: 20px;
    /* BORDER-RADIUS: 15PX;*/
}

@media(max-width:767px){
   
#quote-cart-pay {

    top: 80%;
    right: -59px;
    padding: 4px 14px;
    font-size: 18px;
}

    
}

.btn-red-white:hover, .btn-red-white:focus {
    box-shadow: 2px 3px 16px #000;
    color: #fff;
    outline: none;
}






/*@media (max-width:1199px){*/
   
/*   #rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:nth-child(3)  span.rs-menu-parent i,*/
/*    #rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:nth-child(4)  span.rs-menu-parent i,*/
/*      #rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:nth-child(5)  span.rs-menu-parent i,*/
/*        #rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:nth-child(6)  span.rs-menu-parent i{*/
/*        display:flex;*/
/*    }*/
/*}*/
   
   

@media (max-width:767px){
     ul.list-inline-item.info,
     ul.list-inline-item.socials{
        text-align:center;
        display:block;
        
    }
   
    .info li {
        padding:0 5px;
    }
    
}

@media (max-width:576px){
    
     ul.list-inline-item.socials{
        display:none;
        
    }
 
}
   
@media (max-width:472.98px){
    
 
    .info li:nth-child(4){
        display:none
    }
}
   
   
   /* exp-prod-segment CSS start */
.prod_name h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1e8cbd;
}


.exp-prod-segment .prod_name  p {
    font-size: 15px;
    color: rgb(80, 80, 80);
    font-family: Rubik, sans-serif;
    vertical-align: baseline;
    line-height: 25px;
    font-weight: 400;
    max-width: 675px;
    font-size: 18px;
}


.exp-prod-segment .container .row  .col-lg-12:nth-child(even){
   text-align: right;

}
.exp-prod-segment .container .row  .col-lg-12:nth-child(even) p{
    margin-left: auto;
 }

.exp-prod-segment .container .row  .col-lg-12:nth-child(even) img{
    margin-right: auto;
 
 }

@media(min-width:1199px){
    .exp-prod-segment  img{
        margin-top: -50px;
     
     }
}
 .btn-View-All2 {
    padding: 10px 20px 10px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 132, 180);
    box-shadow: none;
    border-image: initial;
    text-transform: none;
    border-radius: 4px;
    text-decoration: none;
    border: 0;
}

.btn-View-All2:hover, .btn-View-All2:focus, .btn-View-All2:active {
    background-color: #006298;
    box-shadow: none;
    border-image: initial;
    text-decoration: none;
    outline: none;
    color: white;
}
/* exp-prod-segment CSS End */

/* prodFeature-segment CSS End */

.prodFeature-segment .inner-feature{
    background-color: white;
    text-align: center;
    padding: 40px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}


.prodFeature-segment .inner-feature h4 span{
    color: #006298;

}
.prodFeature-segment .inner-feature img{
    width: 90px;
    height: 90px;

}

/* prodFeature-segment CSS End */



/* related slider New start */

.sec-title h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 20px;
    color: rgb(34, 34, 34);
}

.sec-title p {
    font-size: 15px;
    color: rgb(80, 80, 80);
    font-family: Rubik, sans-serif;
    vertical-align: baseline;
    line-height: 25px;
    font-weight: 400;
    margin: 0px auto;
    max-width: 675px;
    font-size: 18px;
}








#pb-testimonial-segment .owl-carousel .owl-nav .owl-next,
#pb-testimonial-segment .owl-carousel .owl-nav .owl-prev {
  top: 38%;
  z-index: 9999;
  position: absolute;
  transition: all 0.3s ease 0s;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  #pb-testimonial-segment .owl-carousel .owl-nav .owl-next,
  #pb-testimonial-segment .owl-carousel .owl-nav .owl-prev {
      top: 90%;
  }
}
/* #pb-testimonial-segment .owl-carousel .owl-nav .owl-next, #pb-testimonial-segment .owl-carousel-posts .owl-nav .owl-next {right: -3em;} */
@media screen and (max-width: 1249.98px) {
  #pb-testimonial-segment .owl-carousel .owl-nav .owl-next,
  #pb-testimonial-segment .owl-carousel-posts .owl-nav .owl-next {
      right: 0em;
  }
}
/* #pb-testimonial-segment .owl-carousel .owl-nav .owl-prev, #pb-testimonial-segment .owl-carousel-posts .owl-nav .owl-prev {left: -3em;} */
@media screen and (max-width: 1249.98px) {
  #pb-testimonial-segment .owl-carousel .owl-nav .owl-prev,
  #pb-testimonial-segment .owl-carousel-posts .owl-nav .owl-prev {
      left: 0em;
  }
}
@media screen and (min-width: 1250px) {
  #pb-testimonial-segment .owl-carousel .owl-nav .owl-next,
  #pb-testimonial-segment .owl-carousel-posts .owl-nav .owl-next {
      right: -3em;
  }
  #pb-testimonial-segment .owl-carousel .owl-nav .owl-prev,
  #pb-testimonial-segment .owl-carousel-posts .owl-nav .owl-prev {
      left: -3em;
  }
}

@media screen and (max-width: 1250px) {
  #pb-testimonial-segment .owl-carousel .owl-nav .owl-prev,
  #pb-testimonial-segment .owl-carousel-posts .owl-nav .owl-prev {
      left: -3em;
  }
}
#pb-testimonial-segment .owl-carousel-posts .owl-nav .owl-next i,
#pb-testimonial-segment .owl-carousel-posts .owl-nav .owl-prev i {
  color: rgb(0, 132, 180);
}
#pb-testimonial-segment .owl-carousel-posts .owl-nav .owl-next:hover i,
#pb-testimonial-segment .owl-carousel-posts .owl-nav .owl-prev:hover i {
  color: rgb(0, 132, 180);
}
#pb-testimonial-segment .owl-nav [class*="owl-"] {
  color: rgb(255, 255, 255);
  background: rgb(0, 132, 180);
  padding: 5px 4px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border: 3px solid rgb(0, 132, 180);
  align-items: center;
  border-radius: 50px;
}
@media (max-width: 767px) {
  #pb-testimonial-segment .owl-nav [class*="owl-"] {
      width: 30px;
      height: 30px;
      border: 2px solid rgb(0, 132, 180);
  }
}
#pb-testimonial-segment .owl-nav [class*="owl-"] i {
  border: none;
}
#pb-testimonial-segment .owl-nav [class*="owl-"]:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 132, 180);
}
#pb-testimonial-segment .owl-nav [class*="owl-"]:hover i {
  background: rgb(255, 255, 255);
}
#pb-testimonial-segment .owl-dots .active {
  box-shadow: none;
}
#pb-testimonial-segment .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#pb-testimonial-segment .owl-dots span {
  position: relative;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  display: block;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(108, 117, 125);
  margin: 0px 5px;
}
#pb-testimonial-segment .owl-dots .active span {
  background: rgb(0, 132, 180);
  box-shadow: none;
  border-color: transparent;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}


.pb-testimonial-segment .parent-card{
    box-sizing: border-box;
    border: 4px solid #f2f2f2;
  }
  .img-wrapper {
    position: relative;
    background: rgb(255, 255, 255);
    height: 300px;
    width: auto;
    padding: 5px;
  }
  .img-wrapper img {
    display: block;
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
  }
  .product-name {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 15px 0px;
    position: relative;
    height: 52px;
    margin-top: 10px;
    border-radius: 4px;
  }
  .product-name a {
    background-color: #f2f2f2;
    color: rgb(255, 255, 255);
    padding: 15px 0px;
    position: absolute;
    inset: 0px;
    display: inline-block;
    border-radius: 0;
  
  }
  .product-name span {
    color: #222222;
    font-weight:700;
    text-transform: capitalize;
    font-size: 18px;
  }
  @media (max-width: 578px) {
    .product-name span {
        font-weight: 500;
        font-size: 14px;
    }
    .product-name a {
        padding: 10px 0px;
    }
    .product-name {
        height: 40px;
    }
  }
  .banner-form::before {
    position: absolute;
    top: 0px;
    transform: skew(-32deg);
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, rgb(255, 255, 255), rgb(255, 255, 255));
  }
  @media (max-width: 1500px) {
    .banner-form::before {
    }
  }
  @media (max-width: 1199px) {
    .banner-form::before {
        right: -199px;
        width: 96%;
    }
  }
  @media (max-width: 991px) {
    .banner-form::before {
        inset: 0px;
        width: 100%;
        transform: skew(0deg);
    }
  }
  .banner-form {
    overflow: hidden;
  }
  .prod-img-view {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .form-height {
    padding: 60px 0px 50px;
    display: block;
    position: relative;
    text-align: center;
  }
  
  
  @media (min-width: 1100.98px) and (max-width: 1700.98px)
   {
        .prem_slider_height 
        {
            width: 1920px;
            height: 750px;
        }
        
   }
  @media (min-width: 500px) and (max-width: 599.98px) 
  {
      .prem_slider_height 
        {
            width: 600px;
            height: 300px;
        }
        .partner_image
        {
            width: 170px !important;
            height: 30px;
        }
        .on_mobile_patner_none
        {
            display:none;
        }
        .prem_slider_height_mobile
        {
            width: 600px;
            height: 250px;
        }
  }
    @media (min-width: 400px) and (max-width: 499.98px) 
  {
       .pro_gallery_img
         {
            width:115px;
            height:115px;
        }
       .rel_pro_img
        {
            width:250px;
            height:250px;
        }
      .prem_slider_height_mobile
        {
             width: 500px;
            height: 250px;
        }
      .prem_slider_height 
        {
            width: 500px;
            height: 250px;
        }
        .logox_image
        {
            width:260px;
            height:60px;
        }
        .logox_image_footer
        {
            width:300px;
            height:60px;
        }
        .dmca_image
        {
            width:100px;
            height:100px;
        }
        .paym_image
        {
            width:400px;
            height:50px;
        }
        .guard_image
        {
            width:110px;
            height:60px;
        }
        .partner_image
        {
            width: 170px !important;
            height: 30px;
        }
         .on_mobile_patner_none
        {
            display:none;
        }
  }
     @media (min-width: 300px) and (max-width: 399.98px) 
  {
      .prem_slider_height 
        {
            width: 350px;
            height: 200px;
        }
        .rel_pro_img
        {
            width:250px;
            height:250px;
        }
        .pro_gallery_img
         {
            width:100px;
            height:100px;
        }
  }
   @media (min-width: 599.98px) 
   {
     .prem_slider_height_mobile 
     {
         display:none;
     }
   }
      @media (max-width: 599.98px) 
   {
     .prem_slider_height 
     {
         display:none;
     }
   }
   
   