/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
    font-size: 15px;
    color: #4a4a4a;
    font-family: 'Poppins', sans-serif;
    vertical-align: baseline;
    font-weight: 400;

    line-height: 26px;
    overflow-x: hidden!important;
}
p {
    margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #0a0a0a;
    margin: 0 0 26px;
    line-height: 1.4;
}
h1 {
    font-size: 80px;
    font-weight: 700;
}
h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
}
h3 {
    font-size: 30px;
    font-weight: 600;
}
h4 {
    font-size: 20px;
    font-weight: 600;
}
h5 {
    font-size: 18px;
    font-weight: 600;
}
h6 {
    font-size: 16px;
    font-weight: 500;
}
a {
    color: #f8560c;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}
a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #f8560c;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
/* -----------------------------------
    02. Common CSS
-------------------------------------*/
.clear {
    clear: both;
}
.fix {
    overflow: hidden;
}
.display-flex,
.display-flex-center {
    display: flex;
}
.display-flex-center {
    align-items: center;
}
.white-color {
    color: #ffffff;
}
.stroke-text-white {
    -webkit-text-stroke: 2px #fff;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0);
}
.border-radius-3 {
    border-radius: 3px;
}
.border-radius-5 {
    border-radius: 5px;
}
.stroke-text-primary {
    -webkit-text-stroke: 2px #f8560c;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0);
}
.z-index-0 {
    z-index: 0 !important;
}
.primary-color {
    color: #f8560c;
}
.bold {
    font-weight: 700;
}
.text-center {
    text-align: center;
}
.no-border {
    border: none !important;
}
.no-background {
    background-color: unset !important;
}
.ps-relative {
    position: relative !important;
}
.ds-block {
    display: block;
}
.capitalize {
    text-transform: capitalize !important;
}
.normal-font-weight {
    font-weight: 400 !important;
}
.medium {
    font-weight: 500 !important;
}
.semi-bold {
    font-weight: 600 !important;
}
.bold {
    font-weight: 700 !important;
}
.bold {
    font-weight: 700 !important;
}
.box-shadow-none {
    box-shadow: none !important;
}
.sec-spacer {
    padding: 100px 0;
}
.sec-spacer2 {
    padding: 95px 0 100px;
}
.sec-spacer3 {
    padding: 105px 0 120px;
}
.sec-spacer4 {
    padding: 85px 0 100px;
}
.margin-0 {
    margin: 0 !important;
}
.padding-0 {
    padding: 0 !important;
}
/* ------------------------------------
    #. Page Nav CSS
  ---------------------------------------*/
.page-nav ul {
    display: inline-block;
    border: 2px solid #f2f2f2;
    padding: 10px 30px;
    border-radius: 30px;
}
.page-nav ul li {
    display: inline;
    font-size: 18px;
    border-right: 1px solid #E6E6E6;
    padding-right: 15px;
    margin-right: 15px;
}
.page-nav ul li a {
    color: #4a4a4a;
}
.page-nav ul li a i:before {
    margin: 0;
    font-size: 18px;
}
.page-nav ul li a:hover {
    color: #f8560c;
}
.page-nav ul li.active a {
    color: #f8560c;
}
.page-nav ul li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    position: fixed;
    right: 40px;
    z-index: 999;
    background: #f8560c;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    line-height: 40px;
    font-size: 24px;
    height: 45px;
    transition: all 0.3s ease 0s;
}
#scrollUp:hover {
    opacity: 0.8;
}
.rs-title,
.rs-title2 {
    margin-bottom: 56px;
}
.rs-title span,
.rs-title2 span {
    display: block;
    color: #d37228;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.rs-title h2,
.rs-title2 h2 {
    margin-bottom: 18px;
}
.rs-title h3,
.rs-title2 h3 {
    margin-bottom: 10px;
}
.rs-title.white-text h2,
.rs-title2.white-text h2,
.rs-title.white-text h3,
.rs-title2.white-text h3,
.rs-title.white-text h4,
.rs-title2.white-text h4 {
    color: #ffffff;
}
.rs-title.white-text p,
.rs-title2.white-text p,
.rs-title.white-text span,
.rs-title2.white-text span {
    color: #fff;
}
.rs-title.border-style h2 {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.rs-title.border-style h2:after {
    content: "";
    position: absolute;
    background: #f8560c;
    width: 60%;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    bottom: 12px;
    opacity: 0.7;
}
.rs-title3 {
    margin: 0 0 20px;
}
.rs-title3 .title-bar {
    position: relative;
    display: inline-block;
}
.rs-title3 .title-bar:before,
.rs-title3 .title-bar:after,
.rs-title3 .title-bar h2:before,
.rs-title3 .title-bar h2:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    top: 35px;
}
.rs-title3 .title-bar:before,
.rs-title3 .title-bar:after {
    left: -60px;
    background: #0a0a0a;
}
.rs-title3 .title-bar:after {
    left: auto;
    right: -60px;
}
.rs-title3 .title-bar h2:before,
.rs-title3 .title-bar h2:after {
    background: #f8560c;
    left: -30px;
}
.rs-title3 .title-bar h2:after {
    left: auto;
    right: -30px;
}
.rs-title3 h2 {
    display: inline-block;
}
.rs-title3.text-white .title-bar:before,
.rs-title3.text-white .title-bar:after {
    background: #ffffff;
}
.rs-title3.text-white h2 {
    color: #ffffff;
}
.rs-title-full {
    margin-bottom: 30px;
}
.rs-title-full .title {
    width: 47%;
}
.rs-title-full .des {
    width: 53%;
}
.sec-bg-style {
    background: linear-gradient(#4c5e62, #533108);
    background: -webkit-linear-gradient(#4c5e62, #533108);
    overflow: hidden;
}
.pattern-repeat {
    background: url(images/bg/pattern.png);
}
.black-pattern {
    background: url(images/bg/black-pattern.jpg);
}
.black-pattern,
.pattern-repeat {
    background-repeat: repeat;
    border-radius: 5px;
}
.glyph-icon:before {
    margin: 0;
}
.container-fluid {
    padding: 0 100px;
}
.sec-color {
    color: #cccccc !important;
}
.sec-bg {
    background-color: #cccccc !important;
}
.radius-0 {
    border-radius: unset !important;
}
.gray-color {
    color: #cccccc !important;
}
.gray-bg {
    background-color: #e2e2e3 !important;
}
.white-color {
    color: #ffffff !important;
}
.secondary-color {
    color: #030749 !important;
}
.black-bg-section {
    padding-top: 85px;
    padding-bottom: 205px;
}
.white-bg {
    background-color: #ffffff !important;
}
.primary-color {
    color: #f8560c !important;
}
.primary-bg {
    background: #d37228  !important;
}
.secondary-bg {
    background: #030749 !important;
}
.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bg6 {
    background: url(../images/textured_stripes.png);
}

.sec-bg1,
.sec-bg2,
.sec-bg3,
.sec-bg4,
.sec-bg5,
.sec-bg6 {
    background-position: bottom;
}
.bg1,
.bg2,
.bg3,
.bg4,
.bg5,
.bg6,
.bg7,
.sec-bg1,
.sec-bg2,
.sec-bg3,
.sec-bg4,
.sec-bg5,
.sec-bg6 {
    background-size: cover;
}
.dots-bg,
.dots-bg-right {
    background-image: url(images/bg/dots.png);
    background-position: bottom  left;
    position: absolute;
    width: 229px;
    height: 258px;
    background-repeat: no-repeat;
    left: -98px;
    bottom: -85px;
    z-index: 0;
}
.dots-bg.size-175,
.dots-bg-right.size-175 {
    max-width: 175px;
    max-height: 175px;
    left: -70px;
}
.separator-70 {
    height: 70px;
}
.dots-bg-right {
    left: auto;
    right: -98px;
}
.z-index-1 {
    z-index: 1;
}
.readon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    height: 50px;
    line-height: 50px;
    padding: 0 34px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #d37228;
    z-index: 1;
    border: none;
}
.readon:before {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #4466a9;
    border-radius: 3px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.readon:hover {
    background: #c54409;
    color: #ffffff;
    opacity: 0.99;
}
.readon:hover:before {
    top: 0%;
    bottom: auto;
    height: 100%;
}
.readon.default-style {
    font-size: 17px;
    font-weight: 500;
}
.readon.default-style:hover {
    border-color: #030749;
    background: #030749;
    color: #ffffff;
    opacity: 1;
}
.readon.white-btn {
    background: #ffffff;
    color: #0a0a0a;
}
.readon.white-btn:hover {
    color: #ffffff;
    background: #c54409;
}
.border-btn {
    font-size: 16px;
    color: #0a0a0a;
    font-weight: 500;
    border: 1px solid #f8560c;
    text-align: center;
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 35px;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
}
.border-btn:hover {
    background: #f8560c;
    color: #ffffff;
}
.border-btn.white-color {
    border-color: #ffffff;
}
.border-btn.white-color:hover {
    border-color: #f8560c;
}
.readon2 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #f8560c;
    color: #030749;
    text-align: center;
    transition: all 0.3s;
}
.readon2 i:before {
    margin: 0;
}
.readon2 i:hover {
    color: #ffffff;
    background: #030749;
}
.readon2.primary i {
    background: #f8560c;
    color: #030749;
}
.readon2.primary i:hover {
    background: #030749;
    color: #ffffff;
}
.readon2.secondary i {
    background: #030749;
    color: #ffffff;
}
.readon2.secondary i:hover {
    background: #ffffff;
    color: #030749;
}
.readon2.primary-opacity i {
    background: #f8560c;
    color: #030749;
}
.readon2.primary-opacity i:hover {
    opacity: 0.8;
    background: #f8560c;
    color: #030749;
}
.readon2.transparent-white i {
    background: transparent;
    border: 2px solid;
    border-color: #030749;
    color: #030749;
    line-height: 36px;
}
.readon2.transparent-white i:hover {
    background: #ffffff;
    border-color: #ffffff;
}
.rs-vertical-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;
}
.rs-vertical-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;
}
::-moz-selection {
    background: #f8560c;
    text-shadow: none;
    color: #ffffff;
}
::selection {
    background: #f8560c;
    text-shadow: none;
    color: #ffffff;
}
.left-right-padding .container {
    padding-left: 30px;
    padding-right: 30px;
}
.dot-none .owl-controls .owl-dots {
    display: none !important;
}
.nav-none .owl-controls .owl-nav {
    display: none !important;
}
.grayscale img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease 0s;
}
.grayscale img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

/* -----------------------
    03. Header CSS
--------------------------*/
.full-width-header .topbar-section {
    padding: 12px 0;
    background: #395791;
}
.full-width-header .topbar-section .mail-info li {
    display: inline-block;
}
.full-width-header .topbar-section .mail-info li + li {
    padding-left: 20px;
}
.full-width-header .topbar-section .mail-info li a {
    font-size: 15px;
    color: #ffffff;
}
.full-width-header .topbar-section .mail-info li a i,
.full-width-header .topbar-section .mail-info li a:hover {
    color: #d37228;
}
.full-width-header .topbar-section .mail-info li a i,
.full-width-header .topbar-section .mail-info li a i:before {
    font-size: 15px;
    margin-right: 3px;
}
.full-width-header .topbar-section .right-text .social-link,
.full-width-header .topbar-section .right-text .get-qoute {
    float: right;
}
.full-width-header .topbar-section .right-text .social-link a,
.full-width-header .topbar-section .right-text .get-qoute a {
    color: #fff;
}
.full-width-header .topbar-section .right-text .social-link a:hover,
.full-width-header .topbar-section .right-text .get-qoute a:hover {
    color: #d37228;
}
.full-width-header .topbar-section .right-text .social-link {
    padding-right: 50px;
}
.full-width-header .topbar-section .right-text .social-link li {
    display: inline-block;
    padding-left: 10px;
}
.full-width-header .topbar-section .right-text .get-qoute {
    position: relative;
    padding-right: 20px;
    font-size: 15px;
}
.full-width-header .topbar-section .right-text .get-qoute:before {
    font-family: Flaticon;
    font-size: 14px;
    font-style: normal;
    color: #f8560c;
    position: absolute;
    content: "\f100";
    right: 0;
    top: 0;
}
.full-width-header .rs-header-top {
    padding: 30px 0 26px;
    overflow: hidden;
}
.full-width-header .rs-header-top .right-section {
    float: right;
}
.full-width-header .rs-header-top .right-section .header-contact {
    margin-left: 30px;
}
.full-width-header .rs-header-top .left-section .header-contact {
    margin-right: 30px;
}
.full-width-header .rs-header-top .header-contact .widget-text {
    position: relative;
    padding-left: 55px;
}
.full-width-header .rs-header-top .header-contact .widget-text i {
    position: absolute;
    border-radius: 2px;
    text-align: center;
    left: 0;
    line-height: 40px;
    color: #f8560c;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
}
.full-width-header .rs-header-top .header-contact .widget-text i,
.full-width-header .rs-header-top .header-contact .widget-text i:before {
    font-size: 32px;
}
.full-width-header .rs-header-top .header-contact .widget-text .info-text {
    font-size: 15px;
    color: #0a0a0a;
}
.full-width-header .rs-header-top .header-contact .widget-text .info-text span {
    display: block;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
}
.full-width-header .rs-header {
    z-index: 999;
    /*------Transparent Header------*/
}
.full-width-header .rs-header .sticky-logo {
    display: none;
}
.full-width-header .rs-header .menu-area .logo-area img {
    position: relative;
    z-index: 11;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 52px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all 0.3s ease 0s;
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #030749;
}
.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 i {
    margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background-color: #d37228;
    margin: 0;
    padding: 15px 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
    border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    padding: 6px 25px;
    height: unset;
    text-transform: capitalize;
    line-height: unset;
    color: #ffffff;
    font-weight: 400;
}
.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.mega-menu {
    background-color: #f8560c;
    padding: 0 15px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container {
    padding: 0;
    margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu {
    width: 33%;
    float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px;
    color: #ffffff;
    text-align: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li a {
    padding: 6px 15px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a {
    color: #030749 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li > a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
    color: #d37228 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li {
    padding: 27px 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul#onepage-menu li.active-menu > a {
    color: #f8560c !important;
}
.full-width-header .rs-header .menu-area .secondary-background,
.full-width-header .rs-header .menu-area .background-white {
    padding: 0 30px;
    position: relative;
    border-radius: 5px;
}
.full-width-header .rs-header .menu-area .background-white {
    background: #ffffff;
}
.full-width-header .rs-header .menu-area .secondary-background {
    background: #030749;
}
.full-width-header .rs-header .menu-area .secondary-background .right-bar-icon a:hover,
.full-width-header .rs-header .menu-area .secondary-background .rs-menu ul.nav-menu > li > a {
    color: #ffffff;
}
.full-width-header .rs-header .menu-area .secondary-background .right-bar-icon .rs-search {
    border-color: rgba(248, 86, 12, 0.4);
}
.full-width-header .rs-header .menu-area.menu-sticky {
    box-shadow: none;
}
.full-width-header .rs-header .menu-area.transparent {
    position: relative;
    z-index: 10;
}
.full-width-header .rs-header .get-btn a {
    color: #ffffff;
    background: #f8560c;
    padding: 10px 12px;
    font-size: 14px;
    display: inline-block;
    width: 112px;
    text-align: center;
    transition: all 0.3s ease 0s;
    height: auto;
    line-height: normal;
    border-radius: 0;
}
.full-width-header .rs-header .get-btn a:before {
    border-radius: 0;
}
.full-width-header .rs-header .right_menu_togle {
    background: #fafafa;
    padding: 30px;
    z-index: 999999;
}
.full-width-header .rs-header .right_menu_togle .close-btn {
    overflow: visible;
    padding: 0;
}
.full-width-header .rs-header .right_menu_togle .close-btn span {
    width: 45px !important;
    height: 45px !important;
    line-height: 44px !important;
    border-radius: 100%;
    background: #030749;
    color: #ffffff;
    border: none !important;
    transition: all 0.3s ease 0s;
}
.full-width-header .rs-header .right_menu_togle .close-btn span i {
    transition: all 0.3s ease 0s;
}
.full-width-header .rs-header .right_menu_togle .close-btn span:hover i {
    transform: rotate(90deg);
}
.full-width-header .rs-header .right_menu_togle .canvas-logo {
    padding-left: 0;
    padding-bottom: 25px;
}
.full-width-header .rs-header .right_menu_togle .canvas-logo img {
    width: auto;
    height: 30px;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a {
    font-size: 17px;
    color: #222;
    padding-left: 0;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a:hover {
    color: #f8560c;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact {
    padding: 25px 0 0;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .canvas-contact-title {
    padding: 0 0 15px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .canvas-contact-title:before {
    content: "";
    position: absolute;
    background: #f8560c;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact {
    padding: 0 0 30px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li {
    padding: 0 0 13px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li i {
    padding-right: 10px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a {
    color: #4a4a4a;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a:hover {
    color: #f8560c;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li:last-child {
    padding: 0;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li {
    display: inline-block;
    padding-right: 10px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a i {
    font-size: 18px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #030749;
    text-align: center;
    border-radius: 50%;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a:hover {
    opacity: 0.82;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li:last-child {
    padding: 0;
}
.full-width-header .rs-header .right-bar-icon .cart-icon {
    cursor: pointer;
}
.full-width-header .rs-header .right-bar-icon ul > li.icon-bar {
    display: inline-block;
}
.full-width-header .rs-header .right-bar-icon ul > li.icon-bar > a {
    color: #f8560c;
}
.full-width-header .rs-header .right-bar-icon ul > li.icon-bar > a:hover {
    color: #4a4a4a;
}
.full-width-header .rs-header .right-bar-icon ul > li.cart-inner {
    padding: 35px 20px;
}
.full-width-header .rs-header .right-bar-icon .rs-search {
    border-left: 1px solid #fcbb9e;
    padding-left: 25px;
}
.full-width-header .rs-header.transparent-header {
    position: absolute;
    z-index: 10;
    width: 100%;
}
.full-width-header .rs-header.transparent-header .fullwidth-container {
    padding: 0 60px;
    max-width: 1800px;
    margin: 0 auto;
}
.full-width-header .rs-header.transparent-header .header-contact .widget-text .info-text {
    color: #ffffff;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #f8560c !important;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu li a {
    color: #ffffff !important;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu li a:hover {
    color: #030749 !important;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu li.active a {
    color: #030749 !important;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu .cart-btn .cart-counter {
    background: #ffffff;
    color: #030749;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu .current-menu-item > a {
    color: #f8560c !important;
}
.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu .cart-btn .cart-counter {
    background: #030749;
    color: #ffffff;
}
.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu .current-menu-item > a {
    color: #f8560c !important;
}
.full-width-header .rs-header.inner-page .get-btn {
    margin-left: 40px;
}
.full-width-header .rs-header.inner-page .menu-area .main-menu .rs-menu ul.nav-menu > li > a {
    color: #ffffff;
}
.full-width-header .rs-header.inner-page .menu-area.sticky .default-logo {
    display: none;
}
.full-width-header .rs-header.inner-page .menu-area.sticky .sticky-logo {
    display: block;
}
.full-width-header .rs-header.inner-page .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
    color: #4a4a4a;
}
.full-width-header .rs-header.header-style-3 {
    position: relative;
}
/*.full-width-header .rs-header.header-style-3:before {
    position: absolute;
    content: "";
    background: #030749;
    bottom: 0;
    right: 0;
    height: 80px;
    width: 22%;
}*/
.full-width-header .rs-header.header-style-3 .header-mid-section {
    float: right;
    position: relative;
}
.full-width-header .rs-header.header-style-3 .header-mid-section .right-bar-icon {
    margin-left: 50px;
}
.full-width-header .rs-header.header-style-3 .rs-header-top {
    background: #f7f7fc;
    padding: 0;
}
.full-width-header .rs-header.header-style-3 .rs-header-top .office-time {
    background: #030749;
    color: #ffffff;
    height: 80px;
    line-height: 80px;
    position: relative;
    max-width: 185px;
    margin-left: auto;
}
.full-width-header .rs-header.header-style-3 .rs-header-top .office-time:after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 0;
    height: 0;
    border-bottom: 80px solid #030749;
    border-left: 40px solid transparent;
}
.full-width-header .rs-header.header-style-3 .rs-header-top .office-time i {
    color: #f8560c;
    margin-right: 4px;
}
.full-width-header .rs-header.header-style-3 .menu-area .main-menu .rs-menu ul.nav-menu > li {
    padding: 36px 0;
}
.full-width-header .rs-header.header-style-3 .header-contact {
    padding: 20px 0 16px;
}
.home-two .full-width-header .rs-header .menu-area.menu-sticky.sticky {
    background: #030749;
}
.home-one .full-width-header .rs-header .right-bar-icon ul > li.cart-inner,
.home-two .full-width-header .rs-header .right-bar-icon ul > li.cart-inner {
    padding: 27px 20px;
}

.rs-quality-services.negative-margin {
    margin-top: -70px;
}
.rs-quality-services .service-items {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #414882;
    transition: all 0.3s ease 0s;
}
.rs-quality-services .service-items:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdddce;
    z-index: 0;
    transform: scaleY(0);
    transition: all 0.3s ease 0s;
}
.rs-quality-services .service-items .service-content {
    position: relative;
    z-index: 10;
    padding: 48px 30px 25px;
    transition: all 0.3s ease 0s;
    flex: 1;
}
.rs-quality-services .service-items .service-content p,
.rs-quality-services .service-items .service-content .title,
.rs-quality-services .service-items .service-content .service-icon {
    margin: 0 0 14px;
}
.rs-quality-services .service-items .service-content .service-icon {
    color: #f8560c;
}
.rs-quality-services .service-items .service-content .service-icon i,
.rs-quality-services .service-items .service-content .service-icon i:before {
    font-size: 50px;
}
.rs-quality-services .service-items .service-content .title a {
    color: #395791;
}
.rs-quality-services .service-items .service-content p {
    color: #000;
}
.rs-quality-services .service-items .service-content .view-details {
    position: relative;
    color: #d37228;
}
.rs-quality-services .service-items .service-content .view-details:before {
    font-family: "FontAwesome";
    font-size: 14px;
    color: #fdddce;
    position: absolute;
    content: "\f101";
    top: 0;
    right: -20px;
    transition: all 0.3s ease 0s;
}
.rs-quality-services .service-items .service-content .view-details:hover:before {
    right: -25px;
}
.rs-quality-services .service-items:hover {
    border-color: #fdddce;
}
.rs-quality-services .service-items:hover:before {
    transform: scaleY(1);
}
.rs-quality-services .service-items:hover .service-content .view-details,
.rs-quality-services .service-items:hover .service-content .view-details:before,
.rs-quality-services .service-items:hover .service-content .service-icon {
    color: #395791;
}

.counter{
    color: #f97100;
    text-align: center;
    width: 210px;
    padding: 0 20px 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}  
.counter:before,
.counter:after{
    content: "";
    background: #d37228;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    z-index: -1;
}
.counter:after{
    background: linear-gradient(to bottom,#fdfdfd,#e6e6e6);
    border: 10px solid;
    border-color: linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    border-top: none;
    left: 0;
    top: 20px;
    right: 0;
    bottom: 0;
}
.counter .counter-value-wrap{
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
    padding-top: 36px;  
}
.counter .counter-value{
    /*    font-size: 35px;
        font-weight: 600;
        margin: 0 0 10px;
        display: block;
        padding-top: 36px;*/
}
.counter h3{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.counter .dots{
    padding: 0;
    margin: 0;
    list-style: none;
}
.counter .dots li{
    background: #d37228;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
    margin: 0 5px 0 0;
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}


.rs-testimonial-section2 {
    position: relative;
}
.rs-testimonial-section2 .rs-carousel {
    max-width: 600px;
    margin: 0 auto;
}
.rs-testimonial-section2 .secondary-bg-right,
.rs-testimonial-section2 .primary-bg-left {
    position: absolute;
    height: 100%;
    background: #d37228;
}
.rs-testimonial-section2 .primary-bg-left {
    top: -70px;
    left: 0;
    width: 40%;
}
.rs-testimonial-section2 .secondary-bg-right {
    top: -20px;
    right: 0;
    width: 64%;
    background: #395791;
}
.rs-testimonial-section2 .testimonial-part {
    margin-top: -70px;
    position: relative;
}
.rs-testimonial-section2 .testimonial-part:after {
    content: "";
    position: absolute;
    height: 85.2%;
    background: #030749;
    width: 85px;
    left: 0;
    top: 53.2%;
    transform: translateY(-50%);
}
.testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
    /*    box-shadow: 8px 4px 0 0 #2c78c1;*/
    position: relative;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border: 5px solid #4466a9;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    /*    left: 0;*/
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #4466a9;
    position: absolute;
    top: -15px;
    left: -35px;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #4466a9;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 18px;
    color: #4466a9;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
/* ------------------------------------
    24. Partner Section CSS
---------------------------------------*/

.rs-partner {
    padding-top: 45px;
    padding-bottom: 45px;
}
.rs-partner.long-bottom-gap {
    padding-bottom: 115px;
}
.rs-partner.negative-margin {
    margin-top: -70px;
}
.rs-partner .partner-item {
    min-height: 140px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.rs-partner .owl-carousel .owl-item img {
    width: unset;
    max-width: 100%;
    margin: 0 auto;
}
.rs-partner.border-style .partner-item {
    border: 1px solid #e1e1e1;
}


.rs-cta-section {
    padding: 60px 0;
}

/* -----------------------
    27. Footer Section CSS
--------------------------*/
.rs-footer {
    background: #395791;
    position: relative;
}
.rs-footer .footer-icon {
    width: 220px;
    height: 200px;
    border-radius: 50%;
    line-height: 165px;
    text-align: center;
    color: #f8560c;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    background: #030749;
}
.rs-footer .footer-icon i,
.rs-footer .footer-icon i:before {
    font-size: 65px;
}
.rs-footer .footer-top {
    padding-bottom: 20px;
}
.rs-footer .footer-top .footer-title {
    margin-bottom: 40px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}
.rs-footer .footer-top .about-widget .footer-desc {
    margin-bottom: 6px;
}
.rs-footer .footer-top .about-widget .social-links {
    font-size: 20px;
}
.rs-footer .footer-top .about-widget .social-links li {
    display: inline;
    margin-right: 20px;
}
.rs-footer .footer-top .about-widget .social-links li a {
    color: #d37228;
}
.rs-footer .footer-top .about-widget .social-links li a:hover {
    color: #ffffff;
}
.rs-footer .footer-top .about-widget .social-links li:last-child {
    margin-right: 0;
}
.rs-footer .footer-top .footer-menu ul li {
    display: block;
    position: relative;
    padding: 3px 0 3px 25px;
}
.rs-footer .footer-top .footer-menu ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    color: #f8560c;
    font-family: fontawesome;
}
.rs-footer .footer-top .footer-menu ul li a {
    color: #ffffff;
}
.rs-footer .footer-top .footer-menu ul li a:hover {
    color: #f8560c;
}
.rs-footer .footer-top .footer-menu ul li:last-child {
    margin: 0;
}
.rs-footer .footer-top .footer-address {
    color: #ffffff;
}
.rs-footer .footer-top .footer-address a {
    color: #ffffff;
}
.rs-footer .footer-top .footer-address a:hover {
    color: #f8560c;
}
.rs-footer .footer-top .footer-address li + li {
    margin-top: 15px;
}
.rs-footer .footer-top .footer-address .icon-tag {
    width: 32px;
}
.rs-footer .footer-top .footer-address .icon-tag i {
    color: #d37228;
    font-size: 20px;
}
.rs-footer .footer-top .flicer-list {
    width: 100%;
    padding-top: 7px;
    margin-left: -4px;
    margin-right: -4px;
    overflow: hidden;
    max-width: 290px;
}
.rs-footer .footer-top .flicer-list li {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    width: 33.33%;
    margin-bottom: 8px;
}
.rs-footer .footer-top .flicer-list li a {
    display: block;
    transition: all 0.3s ease 0s;
}
.rs-footer .footer-top .flicer-list li a:hover {
    opacity: 0.8;
}
.rs-footer .footer-top .flicer-list li img {
    border-radius: 3px;
    line-height: 70px;
}
.rs-footer .separator {
    border-top: 1px solid #181c5d;
    padding-bottom: 64px;
}
.rs-footer .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #181c5d;
}
.rs-footer .footer-bottom .copyright p {
    margin: 0;
    color: #fff;
}
.white-color {
    color: #ffffff !important;
}

.title-color{
    color: #4466a9 !important;
}

.blue {
  color: #395791 !important;
}

.section_bg{
    background-color: #edf0f8;
}