@import url(jquery.mCustomScrollbar.min.css);

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #212529;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

.bordered-layout .page-wrapper {
    padding: 0 50px 0
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #f47a43
}

a:focus,
a:hover,
a:visited,
button {
    text-decoration: none;
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    font-family: Poppins, sans-serif
}

h1 {
    font-size: 56px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

p {
    position: relative;
    line-height: 1.8em
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.medium-container {
    max-width: 850px
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

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

img {
    display: inline-block;
    max-width: 100%
}

.theme-btn {
    background-color: #f47a43;
    color: #fff
}

.centered {
    text-align: center
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    padding-left: 35px;
    color: #404040;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.list-style-one li:last-child {
    margin-bottom: 0
}

.list-style-one li:before {
    position: absolute;
    content: '\f138';
    left: 0;
    top: 2px;
    color: #2196f3;
    font-size: 20px;
    font-family: Flaticon
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 10px 44px 10px;
    font-weight: 400;
    overflow: hidden;
    background: 0 0;
    border-radius: 50px;
    background-color: #f47a43;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.btn-style-one i {
    margin-left: 5px
}

.btn-style-one .txt {
    position: relative;
    z-index: 1
}

.btn-style-one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5)
}

.btn-style-one:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-style-one:hover {
    background-color: #fff;
    color: #f47a43;
    border: 1px solid #f47a43
}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding: 10px 44px 10px;
    font-weight: 400;
    overflow: hidden;
    background: 0 0;
    border-radius: 50px;
    background-color: #fff;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.btn-style-two i {
    margin-left: 5px
}

.btn-style-two .txt {
    position: relative;
    z-index: 1
}

.btn-style-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #f47a43;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5)
}

.btn-style-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-style-two:hover {
    color: #fff
}

.theme_color {
    color: #f47a43
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    background-size: 90px
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-to-top:hover {
    color: #fff;
    background: #f47a43
}

.main-header {
    position: relative;
    z-index: 999;
    width: 100%;
    -ms-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    background: #511b51
}

.main-header .header-top {
    position: relative;
    background-color: #f0f5fb
}

.main-header .header-top .top-left {
    position: relative;
    padding: 16px 0
}

.main-header .header-top .info-list {
    position: relative;
    float: left
}

.main-header .header-top .info-list li {
    position: relative;
    color: #626262;
    font-size: 14px;
    margin-right: 30px;
    display: inline-block
}

.main-header .header-top .info-list li span {
    position: relative;
    font-weight: 600;
    color: #03382e
}

.main-header .header-top .info-list li:last-child {
    margin-right: 0
}

.main-header .header-top .info-list li a {
    position: relative;
    color: #626262;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Titillium Web', sans-serif
}

.main-header .header-top .info-list li a:hover {
    color: #f47a43
}

.main-header .header-top .top-right {
    padding: 10px 0 10px 0
}

.main-header .header-top .login-nav {
    position: relative;
    padding: 0 0
}

.main-header .header-top .login-nav li {
    position: relative;
    margin-left: 22px;
    display: inline-block
}

.main-header .header-top .login-nav li a {
    position: relative;
    color: #03382e;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .header-top .login-nav li:nth-child(2) a {
    color: #fff;
    font-weight: 400;
    padding: 6px 22px;
    border-radius: 50px;
    background-color: #f47a43
}

.main-header .header-top .login-nav li:nth-child(2) a:hover {
    background-color: #0d6691;
    color: #fff
}

.main-header .header-top .login-nav li a:hover {
    color: #f47a43
}

.main-header .main-box {
    position: relative;
    padding: 0 0;
    left: 0;
    top: 0;
    width: 100%;
    background: 0 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0 40px
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0;
    z-index: 10;
    padding: 30px 0
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .header-upper {
    position: relative;
    z-index: 1
}

.main-header .header-upper .outer-box .search-box-outer {
    position: relative;
    top: 2px;
    display: inline-block
}

.main-header .header-upper .outer-box .search-box-outer button {
    position: relative;
    background: 0 0;
    font-size: 16px;
    color: #fff;
    padding: 3px 0;
    cursor: pointer
}

.main-header.fixed-header .header-upper .outer-box .search-box-outer button {
    color: #222
}

.main-header .header-upper .outer-box .nav-toggler {
    float: right;
    cursor: pointer;
    margin: 15px 0 15px 30px
}

.main-header .header-upper .outer-box .nav-toggler .nav-btn {
    color: #151d37;
    font-size: 20px;
    line-height: 1em
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    background: #222;
    z-index: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sticky-header .logo {
    padding: 8px 0 8px
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.sticky-header .main-menu .navigation>li>a {
    padding: 19px 0 !important;
    color: #fff !important
}

.main-header .nav-outer {
    position: static;
    float: right;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .header-upper .logo-box {
    position: relative;
    z-index: 10;
    padding: 33px 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .header-upper .logo-box .logo {
    position: relative
}

.main-header .header-lower {
    position: relative;
    background-color: rgba(0, 0, 0, .55)
}

.main-menu {
    position: relative;
    float: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navbar-collapse {
    padding: 0;
    float: left;
    display: block !important
}

.main-menu .navigation {
    position: static;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 20px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 29px;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 500;
    padding: 33px 0;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    opacity: 1;
    color: #f47a43
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    padding: 0 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #f4f2f2
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #222;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
    padding-left: 30px;
    background: #f47a43
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 14px;
    width: 10px;
    height: 20px;
    display: block;
    color: #222;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    padding: 0 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #f4f2f2
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #222;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #fff;
    padding-left: 30px;
    background: #f47a43
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #272727;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    border-top: 0 !important;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border: 1px solid #fff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header.fixed-header .header-upper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    background-color: #511b51;
    box-shadow: 0 0 15px rgba(0, 0, 0, .12)
}

.main-header.fixed-header .header-upper .logo-box {
    padding: 24px 0
}

.main-header.fixed-header .nav-outer {
    padding-top: 0
}

.main-header.fixed-header .main-menu .navigation>li>a {
    padding: 24px 0
}

.main-header.fixed-header .header-upper .outer-box .theme-btn {
    border-color: #000;
    color: #000
}

.main-header.fixed-header .header-upper .outer-box .theme-btn:hover {
    color: #fff
}

.banner-section {
    position: relative
}

.banner-section .pattern-layer {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat
}

.banner-section .content-boxed {
    position: relative;
    text-align: center
}

.banner-section .content-boxed .inner-column {
    position: relative;
    padding-bottom: 60px
}

.banner-section .content-boxed h1 {
    position: relative;
    color: #fff;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 30px;
    text-transform: capitalize
}

.banner-section .content-boxed h1 span {
    color: #f47a43
}

.banner-section .buttons-box {
    position: relative
}

.banner-section .buttons-box .theme-btn {
    margin: 0 10px
}

.banner-section .image {
    position: relative
}

.banner-section .image img {
    position: relative
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left
}

.mobile-menu .nav-logo img {
    max-width: 200px
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease .5s;
    -moz-transition: all .7s ease .5s;
    -ms-transition: all .7s ease .5s;
    -o-transition: all .7s ease .5s;
    transition: all .7s ease .5s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mobile-menu .close-btn:hover {
    opacity: .5
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li:hover>a {
    color: #f47a43
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.sticky-header .navbar-header {
    display: none
}

.main-footer {
    position: relative;
    background-color: #511b51;
    color: #fff
}

.main-footer .widgets-section {
    position: relative;
    padding: 80px 0 60px
}

.main-footer .footer-widget {
    position: relative;
    z-index: 2;
    margin-bottom: 30px
}

.main-footer .footer-widget h4 {
    position: relative;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: capitalize
}

.main-footer .footer-widget h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background-color: #f47a43
}

.main-footer .logo-widget {
    position: relative;
    z-index: 3
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 18px
}

.main-footer .logo-widget .text {
    position: relative;
    font-size: 16px;
    color: #626262;
    line-height: 1.7em;
    margin-bottom: 25px
}

.main-footer .logo-widget .social-box {
    position: relative
}

.main-footer .logo-widget .social-box a {
    position: relative;
    font-size: 18px;
    color: #f47a43;
    margin-right: 20px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .logo-widget .social-box a:hover {
    color: #f47a43
}

.main-footer .logo-widget .copyright {
    margin-top: 20px
}

.main-footer .links-widget li {
    position: relative;
    margin-bottom: 13px
}

.main-footer .links-widget li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .links-widget li a:hover {
    color: #f47a43
}

.main-footer .links-widget .copyright {
    position: relative;
    color: #03382e;
    font-size: 14px;
    font-weight: 300
}

.text {
    text-align: justify;
    font-size: 16px
}

.commonSection1 {
    padding-top: 100px
}

.scroll-to-top {
    position: fixed;
    bottom: 90px;
    right: 35px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #f47a43;
    display: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-to-top:hover {
    color: #fff;
    background: #f47a43
}

.info-list1 {
    padding: 15px 0;
    text-align: center
}

.info-list1 li {
    display: inline-block;
    padding-left: 5px
}

#contact-form .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    color: #a20470;
    font-weight: 600;
    margin-bottom: 13px
}

#contact-form .form-group label i {
    font-size: 14px;
    color: #a20470;
    margin-right: 10px
}

.modal-title {
    color: #626262
}

.btn-submit {
    color: #fff;
    background-color: #f47a43;
    border-color: #f47a43
}

#contact-forms .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    color: #a20470;
    font-weight: 600;
    margin-bottom: 13px
}

#contact-forms .form-group label i {
    font-size: 14px;
    color: #a20470;
    margin-right: 10px
}

.modal-title {
    color: #a20470
}

.btn-style-one1 {
    background: #f47a43;
    font-size: 20px !important;
    font-weight: 600;
    color: #fff;
    padding: 10px 50px;
    border-radius: 0
}

.btn-style-one1:hover {
    background: #f47a43;
    font-size: 20px !important;
    font-weight: 600;
    color: #fff;
    padding: 10px 50px;
    border-radius: 0
}

.btn-style-one1 a {
    font-size: 14px !important;
    color: #fff
}

@media(max-width:767px) {
    .btn-style-one-area .btn-style-one1 {
        background: #f47a43;
        font-size: 16px !important;
        font-weight: 600;
        color: #fff;
        padding: 10px 30px;
        border-radius: 0;
        width: 100% !important
    }

    .btn-style-area {
        background: #f47a43;
        text-align: center;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        padding: 15px;
    }
}

#navbarSupportedContent {
    display: block
}

#navbarSupportedContent {
    display: block
}

.btn-style-area {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999
}

#contact-forms1 .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    color: #a20470;
    font-weight: 600;
    margin-bottom: 13px
}

#contact-forms1 .form-group label i {
    font-size: 14px;
    color: #a20470;
    margin-right: 10px
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 8px 3px
}

.pattern-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 420px;
    background-repeat: repeat-x;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite
}

.pattern-layer .pattern-2 {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 860px;
    height: 350px;
    background-repeat: no-repeat
}

.page-title {
    position: relative;
    text-align: center;
    padding: 100px 0;
    background-color: #511b51
}

.page-title.style-two {
    padding-bottom: 140px
}

.page-title h1 {
    position: relative;
    color: #fff;
    line-height: 1.3em;
    font-weight: 400
}

.commonSection {
    padding: 120px 0;
    position: relative
}

.title {
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    color: #511b51;
    font-weight: 500
}

.title span {
    position: relative;
    color: #f47a43
}

#loading {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: .9;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999
}

#loading-image {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.d-none {
    display: none !important;
}

.copyrights-a a {
    color: #fff !important;
    margin-right: 15px;
    margin-left: 15px
}

.copyrights-a a:hover {
    color: #f47a43 !important;
    margin-right: 15px;
    margin-left: 15px
}

@media(max-width:767px) {

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
        display: none;
    }
}

/*Listing Page css start*/
.institute-block-two .inner-box {
    position: relative;
}

.institute-block-two .inner-box .save-offer {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ee7540;
    border: 2px solid #ee7540;
    line-height: 19px;
    padding: 0 5px;
}

.institute-block-two .inner-box .lower-content h4 {
    color: #ee7540;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
}

.institute-block-two .inner-box .lower-content h4 a {
    color: #ee7540;
}

.institute-block-two .inner-box .no-of-sessions {
    color: #6f2e75;
    font-weight: 500;
    font-size: 18px;
}

.institute-block-two .learn--more-text {
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.institute-block-two .inner-box .no-of-sessions a {
    color: #6f2e75;
}

.institute-block-two .buy-n-book-btn {
    display: flex;
    justify-content: space-between;
}

.institute-block-two .buy-n-book-btn .theme-btn {
    min-width: 120px;
    width: 47%;
    padding: 8px 8px;
    border: 1px solid #f47a43;
}

.institute-block-two .buy-n-book-btn .theme-btn:hover {
    background: transparent;
    color: #f47a43;
}

.institute-block-two .buy-n-book-btn .theme-btn.buy_now_btn {
    border-top-right-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 15px;
}

.institute-block-two .buy-n-book-btn .theme-btn.book_a_demo_btn {
    border-top-right-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0px;
}

.institute-block-two .price-btns-div {
    padding-top: 20px;
}

.institute-block-two .product__badges {
    min-height: 35px;
    display: block;
}

.institute-block-two .product__badges span {
    min-width: 193px;
    height: 35px;
    background-color: #a62b89;
    color: #fff;
    font-weight: 300;
    position: relative;
    left: -35px;
    padding: 2px 12px;
}

.institute-block-two .product__badges.best__value span {
    background: #b4505b;
}

.institute-block-two .product-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.institute-block-two .product-price .price-item,
.institute-block-two .product-price .price-item.price-item--regular {
    color: #535353;
    font-weight: 500;
    font-size: 24px;
}

.institute-block-two .product-price span.price_per_class {
    display: block;
    color: #a62b89;
    font-weight: 300;
    font-size: 11px;
}

.institute-block-two .product-price .price-item.price-item--sale {
    text-decoration: line-through;
    color: #535353;
    font-weight: 300;
    font-size: 18px;
}

@media only screen and (max-width: 1199px) {
    .institute-block-two .product__badges span {
        left: -20px;
    }

    .institute-block-two .inner-box .lower-content {
        padding: 20px 20px 35px;
    }
}

/*Listing Page Css End*/

/*Header css start*/
.main-header .nav-outer {
    display: flex;
    align-items: center;
}

header .search__cart_div ul {
    display: flex;
}

header .search__cart_div ul li {
    margin-left: 22px;
}

.search-div img {
    width: 22px;
}

.cart-div img {
    width: 25px;
}

@media only screen and (max-width: 1199px) {
    header .search__cart_div {
        order: 1;
    }

    .nav-outer .mobile-nav-toggler {
        order: 2;
        margin-left: 10px !important;
    }
}

/*Header css end*/

/*
    kit page css
*/
.kit-price {
    float: right;
}
