@charset "utf-8";
@font-face {
    font-family: 'Livvic';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCr-x1S2hzjrlfXbeM-.ttf) format('truetype');
}
@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlffw8Eesg.ttf) format('truetype');
}
@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCp-x1S2hzjrlfnbw.ttf) format('truetype');
}
@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlffm8Aesg.ttf) format('truetype');
}
@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlfft8cesg.ttf) format('truetype');
}
@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlff08Yesg.ttf) format('truetype');
}
@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlff68Qesg.ttf) format('truetype');
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
    font-size: 16px;
    color: #454545;
    font-family: 'Livvic', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
}
section{
    padding-top: 50px;
    padding-bottom: 50px;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 10px;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Livvic', sans-serif;
    color: #101010;
    margin: 0 0 26px;
    line-height: 1.2;
}
h1 {
    font-size: 70px;
    font-weight: 700;
}
h2 {
    font-size: 36px;
    font-weight: 700;
}
h3 {
    font-size: 28px;
    font-weight: 700;
}
h4 {
    font-size: 24px;
    font-weight: 700;
}
h5 {
    font-size: 18px;
    font-weight: 700;
}
h6 {
    font-size: 16px;
    font-weight: 700;
}
.pb-230 {
    padding-bottom: 230px;
}
.pb-435 {
    padding-bottom: 435px;
}
.pr-220 {
    padding-right: 220px;
}
.offwrap {
    cursor: url(assets/images/close.png), auto;
    width: 100%;
    left: 100%;
    transition: all 0.8s ease-out 0s;
    position: fixed;
    background: rgba(255, 255, 255, 0.3);
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 999;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.home11 {
    background: #000000;
}
body.nav-expanded .offwrap {
    left: 0%;
    transition: all 0.8s ease-out 0s;
}
.home-style2 h1,
.home-style2 h2,
.home-style2 h3,
.home-style2 h4,
.home-style2 h5,
.home-style2 h6 {
    color: #0a0a0a;
}
.no-border {
    border: none !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.capitalize {
    text-transform: capitalize !important;
}
.bold-text {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Livvic', sans-serif;
}
.extra-bold {
    font-weight: 800 !important;
}
.gray-color {
    background-color: #F6F7F9;
}
.gray-bg2 {
    background: #f7f9ff;
}
.gray-bg3 {
    background: #F5F6FE;
}
.black-dark {
    background: #131313 !important;
}
.gray-color-important {
    background-color: #F6F7F9 !important;
}
.primary-background {
    background-color: #106eea;
}
.white-bg {
    background: #ffffff;
}
.white-color {
    color: #ffffff !important;
}
.pt-255 {
    padding-top: 255px;
}
.pb-390 {
    padding-bottom: 390px;
}
.md-pt-215 {
    padding-top: 215px;
}
.pb-215 {
    padding-bottom: 215px;
}
.rs-call-us .image-part img {
    max-height: 585px;
}
.text-right {
    text-align: right;
}
a {
    color: #106eea;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}
a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #106eea;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 9px;

}
.social{
    list-style: outside none none;
    margin: 0;
    padding: 9px;
}
.rs-contact-info{
    list-style: outside none none;
    margin: 0;
    padding-top: 55px;
}
.clear {
    clear: both;
}
::-moz-selection {
    background: #106eea;
    text-shadow: none;
    color: #ffffff;
}
::selection {
    background: #106eea;
    text-shadow: none;
    color: #ffffff;
}
.bg1 {
    background: url(../images/testimonial-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000060;
}
.bg2 {
    background: url(../images/counter-bg.png);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: -1px 21px 25px 0px rgb(0 0 0 / 12%);
    border-radius: 10px 10px 10px 10px;
    padding: 29px 47px 23px 39px;
    z-index: 10;
    top: -65px;
    position: relative;
}


.shape-part .right-side,
.shape-part .left-side {
    position: absolute;
    bottom: 0px;
    left: 0;
}
.shape-part .right-side {
    left: auto;
    right: 0;
}
.bg-unset {
    background: unset !important;
}
.rs-menu-toggle {
    color: #106eea;
    text-align: right;
}
button {
    cursor: pointer;
}
.glyph-icon:before {
    margin: 0;
}
.z-index-1 {
    position: relative;
    z-index: 1;
}
ul.services-list li a {
    display: block;
    border: 2px solid #e8e8e8;
    padding: 16px 18px;
    transition: all .5s ease;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #101010;
    margin-bottom: 15px;
}
ul.services-list li a:before {
    content: "\f113";
    position: absolute;
    right: 12px;
    top: 16px;
    font-family: Flaticon;
    color: #1c1b1b;
}
ul.services-list li a:hover,
ul.services-list li a.active {
    background-image: linear-gradient(250deg, #1273eb 19%, #03228f 100%);
    color: #ffffff;
    border-radius: 5px;
    border-color: #1273eb;
}
ul.services-list li a:hover:before,
ul.services-list li a.active:before {
    color: #ffffff;
}
ul.listing-style li {
    margin-bottom: 7px;
}
ul.listing-style li i {
    color: #03228F;
    font-size: 24px;
    line-height: 31px;
    margin-right: 10px;
}
ul.rs-features-list li {
    margin: 0px 0px 21px 0px;
}
ul.rs-features-list li i {
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(180deg, #dd4c23 0%, #f27c1e 100%);
    padding: 10px 10px 10px 10px;
    margin: 0px 20px 0px 0px;
    border-radius: 50px 50px 50px 50px;
}
ul.rs-features-list li span {
    color: #575757;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}
ul.rs-features-list li span:hover {
    color: #FC4F29;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}
.pagination-part {
    display: inline-block;
    border: 1px solid #f9f9f9;
    padding: 11px 0;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.pagination-part li {
    padding: 2px 20px 0 21px;
    line-height: 23px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    text-align: center;
    background: 0 0;
    color: #000;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #e6e6e6;
}
.pagination-part li a {
    color: #454545;
}
.pagination-part li:last-child {
    border-right: unset;
}
.pagination-part .next-page {
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    padding-right: 12px;
}
.pagination-part .next-page:before,
.pagination-part .next-page:after {
    content: "\f105";
    position: absolute;
    top: 6px;
    right: 0;
    color: #454545;
    line-height: 16px;
    font-family: fontawesome;
    font-size: 12px;
}
.pagination-part .next-page:before {
    right: 4px;
}
.pagination-part .active a {
    color: #106eea;
}
.gridFilter button {
    font-size: 16px;
    background: 0 0!important;
    color: #0a0a0a;
    display: inline-block;
    transition: .4s;
    outline: 0;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    position: relative;
    padding: 5px 20px;
    border-radius: 30px;
    border: 0;
    border-radius: 3px;
}
.gridFilter button.active {
    background: #fff;
    color: #ff5421;
    box-shadow: 0 0 30px #eee;
}
.gridFilter button + button {
    margin-left: 20px;
}
blockquote {
    margin: 35px 0px;
    padding: 40px 60px;
    color: #666;
    position: relative;
    background: rgba(0, 0, 0, 0.01);
    font-weight: normal;
    clear: both;
    font-style: italic;
    text-align: left;
    font-weight: 400;
    border-radius: 8px;
}
blockquote:before {
    content: "\f129";
    font-size: 35px;
    color: #0b70e1;
    padding-bottom: 0;
    display: inline-block;
    font-family: flaticon;
    font-weight: 400;
    text-align: center;
    top: 0;
    background: 0 0;
    transform: rotate(180deg);
}
blockquote cite {
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
blockquote cite:before {
    content: "";
    font-size: 28px;
    color: #ff5421;
    padding-bottom: 0px;
    display: inline-block;
    background: #0b70e1;
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}

/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.project-item .vertical-middle {
    position: relative;
    z-index: 9;
}
.vertical-middle {
    display: table;
    height: 100%;
    width: 100%;
}
.vertical-middle-cell {
    display: table-cell;
    vertical-align: middle;
}
.readon {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: transparent;
}
.readon.learn-more {
    padding: 14px 40px 14px 40px;
    background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
    border-radius: 30px 30px 30px 30px;
}
.readon.learn-more:hover {
    background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
    color: #ffffff;
}
.readon.learn-more.sub-con {
    background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
    padding: 18px 36px 16px 36px;
    font-size: 14px;
    font-weight: 500;
}
.readon.learn-more.sub-con:hover {
    background-image: linear-gradient(250deg, #03228f 0%, #4e95ed 100%);
    color: #ffffff;
}
.readon.learn-more.submit {
    background-image: linear-gradient(90deg, #03228f 0%, #4e95ed 100%);
    padding: 16px 40px 16px 40px;
    font-weight: 500;
    font-size: 16px;
}
.readon.learn-more.submit:hover {
    background-image: linear-gradient(200deg, #03228f 0%, #4e95ed 100%);
    color: #ffffff;
}
.readon.learn-more.post {
    background-image: linear-gradient(50deg, #03228f 10%, #0e73e4 100%);
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
}
.readon.learn-more.post:hover {
    background-image: linear-gradient(50deg, #0e73e4 10%, #03228f 100%);
    color: #fff;
}
.readon.learn-more.pdf i {
    margin-left: 10px;
}
.readon.learn-more.contact-us {
    border-radius: 8px 8px 8px 8px !important;
}
.readon.learn-more.learn-btn {
    background-image: linear-gradient(90deg, #03228f 0%, #1d62f0 100%);
    border-radius: 3px 3px 3px 3px !important;
}
.readon.learn-more.learn-btn:hover {
    background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
}
.readon.learn-more.slider-btn {
    background: #ffffff;
    color: #106eea;
    padding: 15px 37px;
    border-radius: 8px 8px 8px 8px !important;
}
.readon.learn-more.slider-btn:hover {
    background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
    color: #ffffff;
}
.readon.started {
    padding: 14px 40px 14px 40px;
    background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
    border-radius: 30px 30px 30px 30px;
}
.readon.started:hover {
    background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
    color: #ffffff;
}
.readon.started.get-new:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(79deg, #dd4c23 0%, #f27c1e 63%, #f27c1e);
}
.readon.started.get-ready {
    background-image: linear-gradient(90deg, #03228f 0, #0e73e4 100%);
    border-radius: 3px;
    text-transform: uppercase;
}
.readon.started.get-ready:hover {
    opacity: 0.9;
}
.readon.started.get-ready2 {
    border-radius: 5px 5px 5px 5px;
}
.readon.started.get-ready3 {
    border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.readon.started.get-ready4 {
    background-image: linear-gradient(80deg, #6e71db 0%, #9c9ff9 100%);
    padding: 18px 40px 18px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px 3px 3px 3px;
}
.readon.started.get-ready4:hover {
    background-image: linear-gradient(120deg, #9c9ff9 0%, #6e71db 100%);
}
.readon.started.get-ready5 {
    background-image: linear-gradient(250deg, #f18e27 19%, #f14d1a 100%);
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
}
.readon.started.get-ready5:hover {
    background-image: linear-gradient(270deg, #f14d1a 20%, #f18e27 100%);
}
.readon.started.more {
    background-image: linear-gradient(250deg, #b22af3 19%, #1742fd 100%);
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
}
.readon.started.more:hover {
    background-color: transparent;
    background-image: linear-gradient(270deg, #1742fd 20%, #b22af3 100%);
}
.readon.lets-talk {
    padding: 14px 40px 14px 40px;
    background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
    border-radius: 30px 30px 30px 30px;
}
.readon.lets-talk:hover {
    background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
    color: #ffffff;
}


/*-- Services Button Css --*/
.services-button a {
    position: relative;
    display: inline-block;
    transition: all ease .3s;
    padding: 18px 0px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #101010;
}
.services-button a:after {
    content: "\f113";
    font-family: Flaticon;
    font-size: 10px;
    position: relative;
    right: 0;
    top: 0;
    display: inline-block;
    margin-left: 15px;
    transition: all ease .4s;
    color: #101010;
}



.address-item .address-icon {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #ffffff;
}
.address-item .address-icon i {
    text-align: center;
    color: #106eea;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
}
.address-item .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    background: #ffffff;
}

.sec-title {
    position: relative;
}
.sec-title .sub-text {
    position: relative;
    padding-left: 95px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #03228F;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sec-title .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 50px;
    background-color: #2C1A70;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
}
.sec-title .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: #2C1A70;
}
.sec-title .sub-text.new {
    color: #ffffff;
    font-size: 15px;
    padding-left: 0;
}
.sec-title .sub-text.new:before {
    display: none;
}
.sec-title .sub-text.new:after {
    display: none;
}
.sec-title .sub-text.new-text {
    padding-left: 0;
    margin-bottom: 7px;
    color: #ffffff;
}
.sec-title .sub-text.new-text:before {
    display: none;
}
.sec-title .sub-text.new-text:after {
    display: none;
}
.sec-title .sub-text.style2:after {
    background-color: #106eea;
}
.sec-title .sub-text.style2:before {
    background-color: #106eea;
}
.sec-title .sub-text.style-bg {
    background-color: #1273EB17;
    display: inline-block;
    padding: 6px 25px;
    color: #1273eb;
    border-radius: 30px;
    text-transform: uppercase;
}
.sec-title .sub-text.style-bg:before {
    display: none;
}
.sec-title .sub-text.style-bg:after {
    display: none;
}
.sec-title .sub-text.style4-bg {
    color: #03228F;
}
.sec-title .sub-text.style4-bg:before {
    background-color: #FD6509;
}
.sec-title .sub-text.style4-bg:after {
    background-color: #FD6509;
}
.sec-title .sub-text.choose {
    font-size: 16px;
    font-weight: 500;
}
.sec-title .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #101010;
    margin: 0;
}
.sec-title .title.white-color {
    color: #ffffff;
}
.sec-title .desc {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.sec-title .desc.white-color {
    color: #fff;
}
.sec-title .desc-big {
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    margin: 0;
}
.sec-title2 {
    position: relative;
}
.sec-title2 .sub-text {
    margin: 0 0 10px;
    display: block;
    line-height: 28px;
    font-family: 'Livvic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #03228F;
    text-transform: uppercase;
}
.sec-title2 .sub-text.white-color {
    color: #ffffff;
}
.sec-title2 .sub-text.gold-color {
    font-weight: 600;
    color: #F27C1E;
}
.sec-title2 .sub-text.contact {
    color: #1273EB;
}
.sec-title2 .sub-text.orange-color {
    color: #f2541b !important;
}
.sec-title2 .sub-text.style-bg {
    background-color: #1273EB17;
    display: inline-block;
    padding: 6px 25px;
    color: #1273eb;
    border-radius: 30px;
    text-transform: uppercase;
}
.sec-title2 .sub-text.style-bg.white-color {
    color: #ffffff;
}
.sec-title2 .sub-text.style-bg.con-bg {
    background-color: #03228F;
}
.sec-title2 .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #0a0a0a;
    max-width: 490px;
    margin: 0 auto;
}
.sec-title2 .title.white-color {
    color: #ffffff;
}
.sec-title2 .title.testi-title {
    max-width: unset;
}
.sec-title2 .title.testi-title.new {
    color: #102B3E;
}
.sec-title2 .title.title2 {
    max-width: 550px;
}
.sec-title2 .title.title3 {
    color: #102B3E;
    max-width: 430px;
    margin: 0;
}
.sec-title2 .title.title4 {
    max-width: 660px;
}
.sec-title2 .title.title5 {
    color: #102B3E;
}
.sec-title2 .title.title6 {
    font-weight: 600;
    max-width: unset;
}
.sec-title2 .title.title7 {
    color: #102B3E;
    max-width: unset;
}
.sec-title2 .title.orange-color {
    color: #f2541b !important;
}
.sec-title2 .heading-line {
    position: relative;
    background-color: #2C1A70;
    height: 5px;
    width: 90px;
    border-radius: 30px;
    margin: 20px auto;
}
.sec-title2 .heading-line:before {
    background-color: #F9D15C;
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -webkit-animation-name: watermark-animate;
    animation-name: watermark-animate;
}
.sec-title2 .desc {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #454545;
    max-width: 429px;
    margin: 13px auto 0;
}
.sec-title2 .desc.desc-text {
    max-width: 540px;
}
.sec-title2 .desc.white-color {
    color: #fff;
}
.sec-title2 .desc.desc2 {
    max-width: 700px;
    margin: 0;
}
.sec-title2 .desc.desc3 {
    max-width: 930px;
}
.sec-title2 .desc-big {
    font-size: 18px;
    line-height: 31px;
    color: #ffffff;
}

.pt-relative {
    position: relative !important;
}


/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
    position: relative;
}
.full-width-header .rs-header {
    position: relative;
}
.full-width-header .rs-header .topbar-area {
    /*    padding-top: 20px;
        padding-bottom: 10px;*/
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part {
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid #eee;
    font-size: 14px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i {
    float: left;
    margin-right: 15px;
    line-height: 38px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i:before {
    font-size: 26px;
    color: #2C1A70;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info {
    float: left;
    text-align: left;
    display: block;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info span {
    color: #0a0a0a;
    display: block;
    text-align: left;
    font-size: 15px;
    padding: 0;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info a {
    color: #454545;
    font-size: 14px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info a:hover {
    color: #106eea;
}

.full-width-header .rs-header .menu-area {
    transition: all 0.3s ease;
    background: rgb(249,209,92);
    background: -moz-linear-gradient(90deg, rgba(249,209,92,1) 81%, rgba(44,26,112,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(249,209,92,1) 81%, rgba(44,26,112,1) 100%);
    background: linear-gradient(90deg, rgba(249,209,92,1) 81%, rgba(44,26,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9d15c",endColorstr="#2c1a70",GradientType=1); 
}
.full-width-header .rs-header .menu-area .logo-area a img {
    transition: 0.4s;
    max-height: 40px;
}
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
    display: none;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
    align-items: center;
    justify-content: flex-end;
    float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 30px;
    padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    height: 65px;
    line-height: 65px;
    padding: 0;
    color: #000000;
    position: relative;
    font-family: Livvic;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #2C1A70;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
    padding-right: 17px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
    content: "+";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 9999;
    font-size: 16px;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    font-weight: 400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
    content: "-";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
    color: #bbb;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
    margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child a {
    margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
    margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff;
    margin: 0;
    padding: 20px 0;
    border-radius: 0 0 5px 5px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0 !important;
    border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #101010;
    height: unset;
    line-height: 16px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #2C1A70;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
    display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active > a {
    color: #106eea !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
    margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.left {
    left: auto;
    right: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
    position: absolute;
    left: 0;
    min-width: 1210px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu {
    width: 25%;
    float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu {
    position: relative;
    padding: 30px 35px 35px;
    border-radius: 0;
    box-shadow: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
    color: #101010;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li {
    width: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li a {
    width: 100%;
    padding: 10px 30px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
    color: #106eea;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.two-column {
    min-width: 650px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.two-column .mega-menu-container .single-megamenu {
    width: 50%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.three-column .mega-menu-container .single-megamenu {
    width: 33.33%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
    color: #fff;
}
.full-width-header .rs-header .menu-area.sticky {
    background: #fff;
}
.full-width-header .rs-header .menu-area.sticky .logo-area {
    display: inline-block;
    top: 18px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
    display: block;
    max-height: 30px;
}
.full-width-header .rs-header .menu-area.sticky .rs-menu-area {
    float: right;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
    color: #0a0a0a;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
    color: #2C1A70;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
    color: #106eea;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.mega-menu {
    left: unset;
    right: 0;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner {
    line-height: unset;
    height: unset;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner.search-icon .sidebarmenu-search > a {
    color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .cart-icon .cart-count {
    background: #106eea;
    color: #ffffff;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a {
    color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
    color: #106eea;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner.hidden-sticky {
    display: none;
}
.full-width-header .rs-header .expand-btn-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 65px;
    height: 65px;
    position: relative;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a {
    color: #ffffff;
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a i:before {
    font-size: 15px;
    font-weight: 600;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a i.flaticon-shopping-bag-1:before {
    font-weight: normal;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a:hover {
    color: #ffffff;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share {
    padding-left: 25px;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li {
    display: inline-block;
    margin-right: 14px;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li a {
    color: #ffffff;
    font-size: 14px;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li a:hover {
    color: #F9D15C;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li:last-child {
    margin-right: 0;
}

.full-width-header .rs-header.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.full-width-header .mobile-menu {
    display: none;
}
.full-width-header .mobile-menu .mobile-logo {
    float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
    max-height: 60px;
}
.full-width-header .mobile-menu .rs-menu-toggle {
    color: #ffffff;
    float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle:hover {
    opacity: 0.8;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
    color: #106eea;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
    color: #03228f;
}
.full-width-header .right_menu_togle {
    background-image: linear-gradient(90deg, #e2e9f7 0%, #ffffff 100%);
    padding: 50px;
    width: 500px;
    right: -500px;
    z-index: 999999;
    transition: all 0.3s ease;
    position: fixed;
}
.full-width-header .right_menu_togle .close-btn {
    overflow: visible;
}
.full-width-header .right_menu_togle .close-btn .nav-link {
    position: absolute;
    right: 25px;
    top: 25px;
}
.full-width-header .right_menu_togle .close-btn .nav-link .humburger {
    max-width: 45px;
    display: flex !important;
    flex-wrap: wrap;
    margin: -5px;
}
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span {
    height: 5px;
    width: 5px;
    display: block;
    background: #0a0a0a;
    border-radius: 50%;
    transition: none;
    list-style: none;
    transition: all 0.3s ease;
    margin: 4px 5px;
}
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot2,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot4,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot6,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot8 {
    background: #106eea;
}
.full-width-header .right_menu_togle .canvas-logo {
    padding-left: 0;
    padding-bottom: 25px;
}
.full-width-header .right_menu_togle .canvas-logo img {
    max-height: 36px;
}
.full-width-header .right_menu_togle .sidebarnav_menu li a {
    font-size: 17px;
    color: #222;
    padding-left: 0;
}
.full-width-header .right_menu_togle .sidebarnav_menu li a:hover {
    color: #106eea;
}
.full-width-header .right_menu_togle .canvas-contact {
    padding: 25px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
    display: flex;
    margin-top: 18px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
    margin: 0 20px 0 0;
    font-size: 25px;
    color: #0b70e1;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 5px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
    display: block;
    font-style: normal;
    line-height: 22px;
    font-size: 15px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
    color: #333333;
}
.full-width-header .right_menu_togle .canvas-contact .social {
    margin: 50px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .social li {
    display: inline-block;
    padding-right: 10px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i {
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #032390;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a:hover {
    opacity: 0.82;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
    padding: 0;
}
.full-width-header .right_menu_togle.home14-style-togle .canvas-contact .address-area .address-list .info-content em a:hover {
    color: #ff7045;
}
.full-width-header .right_menu_togle.home14-style-togle .canvas-contact .social li a i {
    background: #ff7045;
}

/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative;
}
@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ------------------------------------
    39. Animation Part
---------------------------------------*/
/*Pulse Border Animation*/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.move-y {
    animation: move-y 2s alternate infinite;
    -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
}
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
.dance {
    -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(15px, -15px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -15px, 15px);
    }
}
.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes watermark-animate {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
.rs-rain-animate {
    position: relative;
}
.rs-rain-animate .container {
    position: relative;
    z-index: 1;
}
.rs-rain-animate .line-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: calc(100%);
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
    max-width: 1240px;
}
.rs-rain-animate .line-inner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50%);
    background: #fff;
    z-index: 1;
}
.rs-rain-animate .line-inner .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 3px;
    top: -20%;
    left: -1px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 39%, #1273eb 130%, #1273eb 59%);
    background-color: rgba(0, 0, 0, 0);
    -webkit-animation: rain-line 13s 0s linear infinite;
    animation: rain-line 13s 0s linear infinite;
    animation-delay: 0s;
}
.rs-rain-animate .line-inner .line:nth-child(1) {
    left: 2px !important;
}
.rs-rain-animate .line-inner .line:nth-child(1):after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.rs-rain-animate .line-inner .line:nth-child(3) {
    left: unset !important;
    right: 2px;
}
.rs-rain-animate .line-inner .line:nth-child(3):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.rs-rain-animate .line-inner.style2 .line {
    background: rgba(255, 255, 255, 0.1);
}
.rs-rain-animate .line-inner.style2 .line:after {
    background-color: #fff;
}
.rs-rain-animate .line-inner.orange-dark .line {
    background: rgba(255, 255, 255, 0.1);
}
.rs-rain-animate .line-inner.orange-dark .line:after {
    background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
}
@keyframes rain-line {
    0% {
        top: -20%;
    }
    100% {
        top: 100%;
    }
}
@-webkit-keyframes rain-line {
    0% {
        top: -20%;
    }
    100% {
        top: 100%;
    }
}
.up-down {
    animation: up-down 3s alternate infinite;
    -webkit-animation: up-down 3s alternate infinite;
}
@keyframes up-down {
    0% {
        transform: translateY(10px);
        -webkit-transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes up-down {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(0);
    }
    50% {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
.horizontal {
    animation-name: horizontal;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.horizontal.new-style {
    animation-duration: 15s;
}
@keyframes horizontal {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0);
    }
}
.vertical {
    animation-name: vertical;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.vertical.new-style {
    animation-duration: 15s;
}
@keyframes vertical {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}
.rotated-style {
    animation: rotated-style 5s linear infinite;
}
@keyframes rotated-style {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    25% {
        transform: translate(-10px, 10px) rotate(10deg);
    }
    50% {
        transform: translate(5px, -5px) rotate(25deg);
    }
    75% {
        transform: translate(15px, -5px) rotate(15deg);
    }
    100% {
        transform: translate(0) rotate(0);
    }
}
.fadeinup {
    animation-duration: 2s;
    animation-name: fadeInUp;
}
@keyframes fadeinup {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeinup2 {
    animation-duration: 3s;
    animation-name: fadeInUp;
}
@keyframes fadeinup2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    00% {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-duration: 2s;
    animation-name: fadeInRight;
}
@keyframes  {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

/* ------------------------------------
    17. Services Section CSS
---------------------------------------*/
.owl-carousel .service-box {
    margin: 15px 15px 25px 15px;
}
.rs-services.main-home .services-item {
    margin: 0px 0px 0px 0px;
    padding: 60px 25px 50px 35px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}
.rs-services.main-home .services-item .services-icon {
    margin-bottom: 30px;
}

.serviceBox{
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    border: 10px solid #ddd;
    border-top-color: #2C1A70;
    border-bottom-color: #2C1A70;
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: relative;
    height: 250px;
    margin-left: 25px;
    margin-right: 25px;
}
.serviceBox:before{
    content: '';
    border: 3px dashed #F9D15C;
    border-radius: 20px;
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}
.serviceBox .service-icon{
    color: #2C1A70;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 15px;
}
.serviceBox .title{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.serviceBox .description{
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.serviceBox.blue{
    border-top-color: #3D729B;
    border-bottom-color: #3D729B;
}

@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}
/*-----------------------------------------38. Owl Carousel-------------------------------------------*/
.custom-dot {
    display: inline-block;
    z-index: 1;
    margin-top: 30px;
}
.custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #cecece;
    cursor: pointer;
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.custom-dot span:hover {
    background: #aaa;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
}
.custom-dot.active span {
    width: 12px;
    height: 12px;
    background: #6c6c72;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.owl-nav i {
    color: #2C1A70;
    font-size: 20px;
    padding-top: 10px;
}
.owl-nav .owl-prev {
    color: #d21e2b;
    font-size: 43px;
    left: 0%;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    height: 50px;
    background: #fff !important;
    -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}
.owl-nav .owl-next {
    color: #d21e2b;
    font-size: 43px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    height: 50px;
    background: #fff !important;
    -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}
.owl-theme .owl-nav {
    margin-top: 36px!important;
}

/* ------------------------------------
    11. Counter Section CSS
---------------------------------------*/
.rs-counter {
    margin-top: -78px;
    position: absolute;
    min-width: 860px;
    right: 100px;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number {
    margin-bottom: 7px;
    padding-bottom: 12px;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count {
    color: #03228F;
    font-size: 48px;
    font-weight: 900;
    position: relative;
    top: 20px;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
    padding-right: 30px !important;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
    content: '+';
    position: absolute;
    right: 0;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
    padding-right: 30px !important;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
    content: 'k';
    position: absolute;
    right: 0;
}
.rs-counter .counter-top-area .counter-list .counter-text .title {
    font-size: 19px;
    line-height: 29px;
    color: #333333;
    font-weight: 600;

}

/*** 
=============================================
   Testimonial      
=============================================
***/
.testimonial{
    text-align: center;

    padding: 100px 40px 5px;
    margin-top: 100px;
    border-top: 5px solid #4b489b;
    position: relative;
}

.testimonial .pic{
    width: 150px;
    height: 150px;
    border: 5px solid #4b489b;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 14px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 30px;
}
.testimonial .testimonial-title{
    display: block;
    text-align: right;
    font-size: 22px;
    color: #4b489b;
    margin: 0;
}
.testimonial .post{
    display: block;
    font-size: 12px;
    color: #6f6f6f;
    margin-top: 7px;
}
.owl-theme .owl-controls .owl-page span{
    width: 20px;
    height: 3px;
    background: #4b489b;
}
@media only screen and (max-width: 479px){
    .testimonial{ padding: 80px 15px 5px; }
    .testimonial::before{ top: 10px; }
    .testimonial .pic{
        width: 120px;
        height: 120px;
        top: -60px;
    }
}

/*------------------------------------
    28. Partner Section CSS
------------------------------------*/
.rs-partner {
    background-image: linear-gradient(330deg, #2C1A70 0%, #2C1A70 90%);
}
.rs-partner .partner-item .logo-img a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.rs-partner .partner-item{padding: 10px 15px;}
.rs-partner .partner-item .logo-img a .hover-logo {
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    filter: grayscale(100%);
}
.rs-partner .partner-item .logo-img a .main-logo {
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
    display: block;
}
.rs-partner .partner-item .logo-img a:hover .hover-logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    opacity: 3;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    filter: grayscale(0%);
}
.rs-partner .partner-item .logo-img a:hover .main-logo {
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    filter: grayscale(100%);
}

/*------------------------------------
    35. Footer Section CSS
------------------------------------*/
.rs-footer {
    background: url(../images/footer-bg.png);
    background-color: #F5F6F9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rs-footer .footer-top {
    padding: 47px 0 68px;
}
.rs-footer .footer-top .footer-logo img {
    height: 102px;
    margin-left: 38px;
}
.rs-footer .footer-top .widget-title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 25px;
}
.rs-footer .footer-top .site-map li {
    margin-bottom: 12px;
}
.rs-footer .footer-top .site-map li a {
    font-size: 16px;
    color: #454545;
}
.rs-footer .footer-top .site-map li a:hover {
    color: #F9D15C;
}
.rs-footer .footer-top .footer-social li {
    display: inline;
    margin-right: 5px;
}
.rs-footer .footer-top .footer-social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #555;
    text-align: center;
    font-size: 15px;
    transition: all .8s ease;
    background: rgba(255, 255, 255, 0.9);
}
.rs-footer .footer-top .footer-social li a i {
    line-height: 35px;
}
.rs-footer .footer-top .footer-social li a:hover {
    color: #ffffff;
    background: #F9D15C;
}
.rs-footer .footer-top .footer-social li:last-child {
    margin: 0;
}
.rs-footer .footer-top .address-widget li {
    padding: 0px 0px 16px 40px;
    position: relative;
}
.rs-footer .footer-top .address-widget li .desc a {
    color: #454545;
}
.rs-footer .footer-top .address-widget li .desc a:hover {
    color: #2C1A70;
}
.rs-footer .footer-top .address-widget li i {
    color: #2C1A70;
    position: absolute;
    left: 0px;
}
.rs-footer .footer-top .address-widget li i:before {
    font-size: 20px;
}
.rs-footer .footer-top .widget-desc {
    margin: 0;
}
.rs-footer .footer-top p {
    margin: 30px 0 0;
    position: relative;
}
.rs-footer .footer-top p input[type=email] {
    border: none;
    width: 91%;
    font-size: 13px;
    padding: 16px 60px 16px 20px;
    margin: 0;
    color: #0a0a0a;
    overflow: hidden;
    border-radius: 30px 0 0 30px;
    background: #fff;
    box-shadow: 0 0 25px #eeeeee;
}
.rs-footer .footer-top p input[type="submit"] {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
    border-radius: 50%;
    padding: 15px 28px 15px;
    font-family: "Flaticon";
    font-size: 0;
    border: none;
}
.rs-footer .footer-top p i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 12px 20px;
    pointer-events: none;
    color: #ffffff;
}
.rs-footer .footer-top p ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #454545;
    opacity: 1;
}
.rs-footer .footer-top p ::-moz-placeholder {
    /* Firefox 19+ */

    color: #454545;
    opacity: 1;
}
.rs-footer .footer-top p :-ms-input-placeholder {
    /* IE 10+ */

    color: #454545;
    opacity: 1;
}
.rs-footer .footer-top p :-moz-placeholder {
    /* Firefox 18- */

    color: #454545;
    opacity: 1;
}
.rs-footer .footer-bottom {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.4);
}
.rs-footer .footer-bottom .copyright p {
    margin: 0;
}
.rs-footer .footer-bottom .copyright p a {
    color: #454545;
}
.rs-footer .footer-bottom .copyright p a:hover {
    color: #2C1A70;
}
.rs-footer .footer-bottom .copy-right-menu li {
    display: inline-block;
    position: relative;
    padding: 0px 19px 0 25px;
}
.rs-footer .footer-bottom .copy-right-menu li a {
    color: #454545;
}
.rs-footer .footer-bottom .copy-right-menu li a:hover {
    color: #106eea;
}
.rs-footer .footer-bottom .copy-right-menu li:before {
    display: block;
    content: "";
    position: absolute;
    font-size: 18px;
    background: #106eea;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
}
.rs-footer .footer-bottom .copy-right-menu li:first-child:before {
    display: none;
}

/*-- breadcrumb --*/
.banner-area {
    position: relative;
    min-height: 180px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #9514148f;
}

.banner-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 22px;
        line-height: 1.3;
    }
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-heading {
    text-align: center;
    padding-top: 31px;
}

.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #fff !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

