@import url(bootstrap.css);
@import url(owl.carousel.css);
@import url(shortcodes.css);
.preloader, a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

#mainnav>ul>li>a, .footer h3, .get-appointment a, .readmore a {
    letter-spacing: .2px
}

.footer .totop, .footer03 .footer h3, .get-appointment a, .mega-wrap h3 {
    text-transform: uppercase
}

#mainnav ul.sub-menu>li>a, #mainnav-mobi ul>li>a, #mainnav>ul>li>a, .social-login ul li a, a, a:focus, a:hover {
    text-decoration: none
}

.preloader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .3s ease-in-out
}

.clear-loading {
    text-align: center;
    margin: -50px auto 0 -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.loading-effect-2 {
    width: 100px;
    height: 100px
}

.loading-effect-2>span, .loading-effect-2>span:after, .loading-effect-2>span:before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #2e5797;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header04 #mainnav>ul>li:after, .header06 #mainnav>ul>li:after, .header07 #mainnav>ul>li:after {
    content: none
}

.loading-effect-2>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear
}

.loading-effect-2>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent
}

.loading-effect-2>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent
}

@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes effect-2 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    font: 14px/24px Poppins, sans-serif;
    font-weight: 400;
    background: #fff;
    color: #444;
    -webkit-font-smoothing: antialiased!important;
}

a {
    color: #2e5797;
    transition: all .3s ease-in-out
}

.description a {
    color: #fff;
    transition: all .3s ease-in-out
}

a:focus, a:hover {
    color: rgba(46, 87, 151, .8);
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

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

strong {
    font-weight: 700
}

h1, h2, h3, h4, h5, h6 {
    color: #333
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: #333
}

h1 {
    font: 28px/44px Poppins, sans-serif
}

h2 {
    font: 30px/32px Poppins, sans-serif
}

h3 {
    font: 24px/28px Poppins, sans-serif
}

h4 {
    font: 22px/26px Poppins, sans-serif
}

h5 {
    font: 20px/24px Poppins, sans-serif
}

h6 {
    font: 18px/22px Poppins, sans-serif
}

button, input[type=button], input[type=reset], input[type=submit] {
    position: relative;
    display: inline-block;
    padding: 11px 30px 10px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
   background-color: #e2086e;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background-color: #133974
}

button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
    outline: 0
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
    background: 0 0
}

input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], select, textarea {
    color: #727272;
    background-color: #fff;
    height: 53px;
    padding: 15px 20px;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact-form .textarea-message textarea.error, input[type=email].error, input[type=text].error, select.error, textarea.error {
    border: 1px solid #ba330a
}

input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

button, input, select, textarea {
    font-family: Poppins, sans-serif
}

select::-ms-expand {
    display: none
}

input[type=checkbox] {
    display: inline
}

input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
    color: #9c9b9b
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9c9b9b
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9c9b9b
}

label.error {
    display: none!important
}

@-webkit-keyframes pop-scale {
    0% {
        -webkit-transform: scale(.7)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pop-scale {
    0% {
        -moz-transform: scale(.7)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@keyframes pop-scale {
    0% {
        transform: scale(.7)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes pop-scale2 {
    0% {
        -webkit-transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pop-scale2 {
    0% {
        -moz-transform: scale(.5)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@keyframes pop-scale2 {
    0% {
        transform: scale(.5)
    }
    100% {
        transform: scale(1)
    }
}

.btn {
    background-image: none
}

.dropdown-menu, .navbar .nav>.active>a, .navbar .nav>.active>a:focus, .navbar .nav>.active>a:hover, .uneditable-input, input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=submit], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], textarea {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 0
}

.light {
    font-weight: 300
}

.bold {
    font-weight: 700
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000029;
}

body.boxed {
    background-image: url(../images/common/bg_boxed.jpg);
    background-color: #e2e2e2
}

body.boxed .box-wrapper {
    max-width: 1300px;
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 0 0 16px 1px #7f7f7f
}

.topbar {
    height: 50px;
    background-color: #f0f0f0;
    font-size: 12px
}

.header02 .topbar, .header04 .topbar {
    height: 70px
}

.header02 .logo02, .header04 .logo02 {
    margin-top: -8px
}

.topbar .left, .topbar .right {
    padding-top: 15px
}

.topbar .left p {
    font-weight: 600;
    margin-right: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    color: #222
}

.topbar .left ul, .topbar .right ul {
    display: inline-block;
    position: relative;
    list-style: none;
    vertical-align: middle;
    margin: 0
}

.topbar .left ul li {
    float: left;
    margin-left: 25px
}

.topbar ul li a {
    color: #535353
}

.topbar ul li a:hover {
    color: #070707
}

.topbar .right {
    text-align: right;
    position: relative;
    top: -2px
}

.header02 .topbar .right, .header04 .topbar .right {
    top: 8px
}

.topbar .right ul {
    margin-right: 16px;
    padding-right: 4px;
    position: relative;
    top: 2px
}

.topbar .right ul li {
    float: left;
    margin-right: 18px
}

.topbar .right ul li a {
    font-size: 17px
}

.topbar .right select {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    padding: 0 20px 0 0;
    border: none;
    background: url(../images/common/icon-arrow-lang.png) 90% 50% no-repeat;
    margin-right: -4px;
    margin-top: -3px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.topbar .right img.flag {
    margin-top: -3px;
    margin-right: 4px
}

.topbar .right select:focus {
    outline: 0
}

.header-top {
    padding: 25px 0 20px
}

.header-top .logo {
    display: inline-block;
    position: relative;
    left: -5px;
    top: -2px;
    vertical-align: middle;
    font-size: 0;
    margin: 0
}

.header-top .info {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 10px;
}

.header-top .info p {
    margin: 0
}

.header-top .info .address, .header-top .info .address .icon, .header-top .info .address .text, .header-top .info .open-hours, .header-top .info .open-hours .icon, .header-top .info .open-hours .text {
    display: inline-block;
    vertical-align: middle
}

.header-top .info .address {
    margin-right: 22px
}

.header-top .info .open-hours {
    margin-right: 5px
}

.header-top .info .icon {
    text-align: center;
    width: 45px;
    height: 45px;
    padding-top: 10px;
}

.header02 #mainnav>ul>li>a, .header04 #mainnav>ul>li>a {
    border-right: 1px solid #274b83
}

.header02 #mainnav>ul>li:first-child>a, .header04 #mainnav>ul>li:first-child>a {
    border-left: 1px solid #274b83
}

.header-top .info .text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #333
}

.header-top .info .text span {
    font-size: 12px;
    font-weight: 400;
    color: #535353
}

.header-top .info .address .text span {
    margin-left: 3px
}

.header03 .header-nav, .header05 .header-nav {
    max-width: 1170px;
    margin: 0 auto
}

.header-nav {
   background-color: rgb(15, 1, 94);
    background-image: radial-gradient(at 50% 100%, rgba(123, 22, 255, 0.75), rgb(15, 1, 94));
}

.header02 #mainnav>ul>li.active>a, .header02 #mainnav>ul>li:hover>a, .header04 #mainnav>ul>li.active>a, .header04 #mainnav>ul>li:hover>a {
    background-color: rgb(15, 1, 94);
    background-image: radial-gradient(at 50% 100%, rgba(123, 22, 255, 0.75), rgb(15, 1, 94));
}

.header02 .get-appointment a {
    padding: 0 20px
}

.header03 .header-nav .container {
    padding-right: 30px
}

.header03 .get-appointment a {
    padding: 0 20px
}

.header04 #mainnav>ul>li {
    text-align: center
}

.header04 #mainnav ul.sub-menu {
    text-align: left
}

.header05 .header-nav {
    background-color: rgba(46, 87, 151, .8)
}

.header05 .header-nav #logo {
    margin-top: 12px;
    margin-bottom: 0
}

.header05 .header-nav #logo img {
    max-width: 180px
}

.header05 .is-sticky .header-nav #logo {
    margin-top: 4px;
    margin-bottom: 0
}

.header06 .sticky-wrapper {
    position: absolute;
    top: 50px;
    width: 100%
}

.header06 #header {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    background: rgba(0, 0, 0, .3)
}

.header06 #header .header-nav {
    background: 0 0
}

.header06 .header-nav {
    max-width: 1170px;
    margin: 0 auto
}

.header06 #header #logo {
    margin-top: 10px;
    margin-bottom: 0
}

.header06 #header.is-sticky #logo {
    margin-top: 4px
}

.header06 #header #logo a img {
    max-width: 190px
}

.header06 #mainnav>ul>li>a {
    border-right: 1px solid #fff
}

.header06 #mainnav>ul>li.active>a, .header06 #mainnav>ul>li:hover>a {
    background: rgba(0, 0, 0, .3)
}

.header06 #mainnav>ul>li:first-child>a {
    border-left: 1px solid #fff
}

.header06 .mega-wrap {
    background: rgba(0, 0, 0, .8);
    border-top: none
}

.header06 .mega-wrap ul li a:hover {
    background: rgba(0, 0, 0, .5)
}

.header06 .mega-wrap ul li a {
    border-top: 1px solid #707070
}

.header06 #mainnav ul.sub-menu {
    background-color: rgba(0, 0, 0, .8)
}

.header06 #mainnav ul.sub-menu>li>a {
    border-top: #636363
}

.header07 .topbar .left, .header07 .topbar .right {
    padding-top: 20px
}

.header07 .topbar .right {
    padding-top: 28px
}

.header07 .topbar .center #logo {
    margin-top: 20px
}

.header07 .topbar .left .address, .header07 .topbar .left .open-hours {
    display: inline-block
}

.header07 .topbar .left .address p.text, .header07 .topbar .left .open-hours p.text {
    line-height: 18px;
    color: #b7b7b7
}

.header07 .topbar .left .address p i, .header07 .topbar .left .open-hours p i {
    color: #bbb
}

.header07 .topbar .left .open-hours {
    margin-left: 10px
}

.header07 .topbar .left p.icon {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 5px
}

.header07 .topbar {
    height: 80px;
    background: #252525
}

.header07 .topbar ul li a {
    color: #2e5797
}

.header07 .topbar ul li a:hover {
    color: #fff
}

.header07 .header-nav {
    background-color: #fff
}

.header07 #mainnav>ul>li>a {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    margin: 10px;
    color: #000
}

.header07 #mainnav>ul>li.active>a, .header07 #mainnav>ul>li:hover>a {
    background: #f6f6f6
}

.header07 .is-sticky .header-nav {
    background-color: rgba(255, 255, 255, .9)
}

.header07 .is-sticky #mainnav>ul>li>a {
    height: 35px;
    line-height: 35px
}

.header07 #mainnav ul.sub-menu {
    background-color: #fff
}

.header07 #mainnav ul.sub-menu>li>a, .header07 #mainnav>ul>li>ul>li>a {
    color: #000;
    border-top: 1px solid #929292
}

.header07 #mainnav ul.sub-menu>li>a:hover, .header07 #mainnav>ul>li>ul>li.active>a {
    color: #000;
    background: #f6f6f6
}

.header07 .mega-wrap {
    background: #424242;
    border-top: none
}

.header07 .mega-wrap ul li a:hover {
    background: #525252
}

.header07 .mega-wrap ul li a {
    border-top: 1px solid #7f7f7f
}

.header08 .topbar {
    height: 85px;
    background-color: rgba(0, 0, 0, .8);
    font-size: 12px;
    color: #fff
}

.header08 .topbar .left, .header08 .topbar .right {
    padding-top: 20px
}

.header08 .topbar .left p, .header08 .topbar .right p {
    display: inline-block;
    color: #c2c2c2;
    font-weight: 400;
    vertical-align: middle
}

.header08 .topbar .right .open-hours {
    display: inline-block;
    text-align: left;
    margin-right: 20px
}

.header08 .topbar .right select {
    color: #c2c2c2
}

.header08 .topbar .left p.icon i, .header08 .topbar .right p.icon i {
    color: #2e5797;
    font-size: 28px;
    display: inline-block;
    margin-right: 10px
}

.header08 #logo {
    margin: 0
}

.header08 #logo a {
    line-height: 85px
}

.header08 .sticky-wrapper {
    height: 75px;
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 9999
}

.header08 .is-sticky .header-nav {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 9px 2px #eee
}

.header08 .header-nav {
    background: 0 0
}

.header08 #mainnav>ul>li>a {
    color: #000
}

.header08 #mainnav>ul>li.active:after, .header08 #mainnav>ul>li:hover:after {
    width: 30px;
    left: 50%;
    margin-left: -15px;
   background-color: rgb(15, 1, 94);
    background-image: radial-gradient(at 50% 100%, rgba(123, 22, 255, 0.75), rgb(15, 1, 94));
}

.header08 .get-appointment {
    margin: 7px 0 0;
    height: 50px;
    text-align: right
}

.header08 .is-sticky .get-appointment {
    margin-top: 0
}

.header08 .get-appointment a {
    background-color: rgba(0, 0, 0, .6);
    border-radius: 5px;
    line-height: 50px
}

.header08 .is-sticky .get-appointment a {
    height: 40px;
    line-height: 40px
}

.header08 #mainnav ul.sub-menu {
    background-color: rgba(255, 255, 255, .9)
}

.header08 #mainnav ul.sub-menu>li>a {
    color: #030303;
    border-top: 1px solid #cdcdcd
}

.header08 #mainnav ul.sub-menu>li>a:hover, .header08 #mainnav>ul>li>ul>li.active>a {
    color: #2e5797
}

.header08 .mega-wrap .content .text p, .header08 .mega-wrap h3 {
    color: #000
}

.header08 .mega-wrap {
    background: rgba(255, 255, 255, .9);
    border-top: 1px solid #efefef
}

.header08 .mega-wrap ul li a {
    color: #000;
    border-top: 1px solid #d6d6d6
}

.header08 .mega-wrap ul li a:hover {
    background: #f5f5f5
}

#mainnav ul li.align-right-submenu ul.sub-menu {
    left: auto;
    right: 0
}

.header.header-sticky {
    position: relative;
    width: 100%;
    z-index: 1000
}

body.boxed .header.header-sticky {
    max-width: 1300px
}

.is-sticky #mainnav>ul>li>a, .is-sticky .get-appointment, .is-sticky .get-appointment a {
    height: 50px;
    line-height: 50px
}

.is-sticky .header-nav {
    background-color: rgba(46, 87, 151, .9)
}

.header05 .sticky-wrapper {
    position: absolute;
    top: 50px;
    width: 100%
}

#mainnav ul, #mainnav ul li, #mainnav>ul>li>a {
    position: relative
}

#mainnav {
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#mainnav ul {
    left: -10px;
    list-style: none;
    margin: 0;
    padding: 0
}

#mainnav>ul>li {
    display: block;
    float: left
}

#mainnav>ul>li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    height: 65px;
    line-height: 66px;
    padding: 0 24px;
    outline: 0;
    font-weight: 300
}

#mainnav>ul>li:after {
    width: 0;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 9px;
    background-color: hsl(332deg 93% 46%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#mainnav ul.sub-menu, #mainnav ul.sub-menu>li>a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

#mainnav>ul>li.active:after, #mainnav>ul>li:hover:after {
    width: 80%
}

.get-appointment {
    margin: 0;
    height: 65px;
    text-align: right
}

.get-appointment a {
    height: 100%;
    line-height: 65px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: #224171;
    padding: 0 30px
}

.get-appointment a:hover {
    color: hsl(332deg 93% 46%)
}

#mainnav ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
   background-color: rgb(15, 1, 94);
    background-image: radial-gradient(at 50% 100%, rgba(123, 22, 255, 0.75), rgb(15, 1, 94));;
    z-index: 9999;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#mainnav ul li:hover>ul.sub-menu {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

#mainnav ul>li:hover>ul.sub-menu li ul.sub-menu:before {
    border: none;
    content: none
}

#mainnav ul li ul li {
    margin-left: 0
}

#mainnav ul.sub-menu li ul {
    position: absolute;
    left: 100%;
    top: 0
}

#mainnav ul.sub-menu li:first-child {
    border-top: none
}

#mainnav ul.sub-menu>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #3f71c0;
    padding: 10px 15px;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#mainnav ul.sub-menu>li>a:hover, #mainnav>ul>li>ul>li.active>a {
    color: hsl(332deg 93% 46%)
}

#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background-color: #1d3f73;
    z-index: 1000
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #37527c;
    cursor: pointer
}

#mainnav-mobi ul>li>a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    color: #fff
}

#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #17335f
}

#mainnav-mobi>ul>li>ul>li, #mainnav-mobi>ul>li>ul>li>ul>li {
    position: relative;
    border-top: 1px solid #2e456a
}

#mainnav-mobi ul.sub-menu>li>a {
    display: block;
    text-decoration: none;
    padding: 0 30px;
    border-top-color: rgba(255, 255, 255, .1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#mainnav-mobi ul.sub-menu>li>ul>li>a {
    padding: 0 40px
}

#mainnav-mobi ul.sub-menu>li>ul>li ul li>a {
    padding: 0 60px
}

#mainnav-mobi>ul>li>ul>li:first-child a {
    border-top: none
}

#mainnav-mobi ul.sub-menu>li>a:hover, #mainnav-mobi>ul>li>ul>li.active>a {
    color: #fff
}

.btn-menu {
    float: right;
    font-size: 28px;
    font-family: FontAwesome;
    color: #fff;
    text-align: center;
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: none
}

.btn-menu:before {
    content: "\f0c9"
}

.btn-submenu {
    position: absolute;
    right: 0;
    top: 0;
    font: 20px/50px FontAwesome;
    text-align: center;
    cursor: pointer;
    width: 45px;
    height: 45px
}

.btn-submenu:before {
    content: "\f107";
    color: #fff
}

.btn-submenu.active:before {
    content: "\f106"
}

.btn-left-menu {
    position: fixed;
    left: 20px;
    top: 17px;
    z-index: 10000
}

.btn-left-menu a {
    display: inline-block;
    height: 33px;
    background: rgba(0, 0, 0, .7);
    padding: 0 7px
}

.btn-left-menu i {
    color: #fff;
    font-size: 32px
}

.btn-close-menu {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px
}

.left-side-menu #header, .left-side-menu #mainnav-mobi .btn-close-menu, .left-side-menu #mainnav-mobi ul.social {
    display: none
}

.btn-close-menu i {
    font-size: 32px;
    color: #FFF
}

.left-side-menu nav#mainnav {
    position: fixed;
    top: 0;
    left: -230px;
    width: 230px;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.left-side-menu nav#mainnav.active {
    left: 0
}

.left-side-menu #mainnav ul {
    margin-top: 70px;
    left: 0
}

.left-side-menu nav#mainnav ul li {
    float: none;
    border-bottom: 1px solid #414141
}

.left-side-menu #mainnav ul.sub-menu {
    left: 100%;
    top: 10px;
    margin-top: 0;
    width: 250px
}

.left-side-menu nav#mainnav ul.social {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #959595
}

.left-side-menu nav#mainnav ul.social li {
    display: inline-block;
    margin: 3px
}

.left-side-menu nav#mainnav ul.social li:hover a {
    background: #f4f4f4
}

.left-side-menu nav#mainnav ul.social li:hover a i {
    color: #4d4d4d
}

.left-side-menu nav#mainnav ul.social li:after, .left-side-menu nav#mainnav ul.social li:hover:after {
    content: none
}

.left-side-menu nav#mainnav>ul.social>li>a {
    width: 30px;
    height: 30px;
    background: gray;
    line-height: normal;
    padding: 4px;
    display: inline-block;
    text-align: center
}

#mainnav>ul>li.active:after, .left-side-menu nav#mainnav>ul>li:hover:after {
    width: 91%
}

.left-side-menu nav#mainnav ul.sub-menu {
    background-color: #222
}

.left-side-menu nav#mainnav ul.sub-menu ul {
    top: 0
}

.left-side-menu nav#mainnav ul.sub-menu li {
    border-bottom: 1px solid #151515
}

.left-side-menu nav#mainnav ul.sub-menu>li>a {
    border-top: 1px solid #3e3e3e
}

.left-side-menu nav#mainnav>ul>li>a {
    border-bottom: 1px solid #1e1e1e
}

.mega-wrap {
    background: #224171;
    position: absolute;
    width: 100%;
    top: 100%;
    border-top: 1px solid #2c5088;
    display: none;
    padding: 20px 0 30px
}

.mega-wrap h3 {
    color: #fff;
    font-size: 18px
}

.mega-wrap ul {
    list-style: none;
    padding: 0
}

.mega-wrap ul li a {
    display: block;
    padding: 10px 15px 7px;
    color: #FFF;
    border-top: 1px solid #3b5378
}

.mega-wrap ul li a:hover {
    background: #213f6c
}

.mega-wrap ul li:firat-child a {
    border-top: none
}

.mega-wrap .content .text p {
    color: #c9c9c9
}

.mega-wrap .sub-menu {
    padding-right: 10px
}

.mega-wrap .sub-menu li {
    width: 50%;
    float: left
}

.mega-wrap .sub-menu li a {
    margin-right: 10px
}

.breadcrumb-wrap {
    background-image: url(../images/innerbanner.jpg);
    background-size: cover;
    background-position: center;
    background-color: #000;
    color: #1e5051;
    position: relative
}

.breadcrumb-wrap h1, .breadcrumb-wrap p {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin: 58px 0 51px
}

.breadcrumb-wrap p {
    line-height: 38px
}

.breadcrumb {
    padding: 14px 27px 7px 16px;
    list-style: none;
    background-color: #f0f0f0;
    margin: 0;
    font-size: 12px;
    color: #656565;
    display: inline-block;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    border-radius: 5px 5px 0 0
}

.breadcrumb>li+li:before {
    padding: 0 15px;
    color: #ccc;
    content: "";
    background-image: url(../images/common/icon-arrow-breadcrumb.gif);
    background-position: center;
    background-repeat: no-repeat
}

.breadcrumb .img-home {
    position: relative;
    top: -3px;
    margin-right: 8px
}

.breadcrumb li a {
    color: #656565
}

.breadcrumb li a:hover {
    color: #000
}

.page-wrap {
    margin-bottom: 50px
}

.page-wrap.blog-post {
    margin-bottom: 0
}

.main-content {
    margin-top: 70px
}

.blog-post .main-content {
    margin-top: 0
}

.blog-post.masonry .main-content {
    margin-top: 50px
}

.left-sidebar .main-content, .right-sidebar .main-content {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.left-sidebar .blog-post .main-content {
    margin-top: 0
}

.left-sidebar .main-content {
    float: right
}

.left-sidebar .blog-post .main-content>.content {
    margin-left: 20px;
    padding-left: 50px;
    padding-top: 70px;
    padding-bottom: 40px;
    border-left: 1px solid #dfdfdf
}

.right-sidebar .blog-post .main-content>.content {
    margin-right: 20px;
    padding-right: 50px;
    padding-top: 70px;
    padding-bottom: 98px;
    border-right: 1px solid #dfdfdf
}

.post {
    margin-bottom: 50px;
    position: relative
}

.media-text {
    margin-left: 300px
}

.masonry .post {
    width: 33.3333%;
    float: left;
    padding: 0 15px
}

.masonry.two-cols .post {
    width: 50%
}

.blog-single .post {
    margin-bottom: 0
}

.post .media {
    position: absolute;
    max-width: 270px;
    top: 0;
    font-size: 0;
    height: 220px
}

.grid-2 .post .media, .grid-3 .post .media, .masonry .post .media, .post.large-image .media {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px
}

.post .media p {
    margin: 0
}

.post .media p img {
    width: 100%;
    height: 100%
}

.post .media p.date {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 14px 15px 11px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
   background-color: rgb(15, 1, 94);
    background-image: radial-gradient(at 50% 100%, rgba(123, 22, 255, 0.75), rgb(15, 1, 94));
}

.post .media p.date span {
    display: block;
    font-size: 18px
}

h2.title-post {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 5px
}

.meta-post span.date, .meta-post span.tags {
    font-size: 12px;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 0 40%;
    display: inline-block
}

h2.title-post a:hover {
    color: #2e5797
}

.meta-post {
    margin-bottom: 20px;
    clear: both;
}

.meta-post span.date {
    margin-right: 38px;
    background-image: url(../images/common/icon-clock02.gif)
}

.meta-post span.tags {
    margin-right: 30px;
    background-image: url(../images/common/icon-edit.gif)
}

.meta-post span.tags a {
    display: inline-block;
    margin-right: 5px;
    color: #535353
}

.meta-post span.tags a:hover {
    color: #000
}

.readmore a {
    display: inline-block;
    margin-top: 16px;
    padding-right: 26px;
    font-size: 14px;
    font-weight: 600;
    background: url(../images/icon-arrow.gif) 100% 50% no-repeat
}

.blog-single .post .feature-post {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 35px;
    padding: 0;
    overflow: hidden
}

.entry-post ul.list {
    margin: 40px 0 40px 40px
}

.entry-post ul.list li {
    margin-bottom: 18px
}

.tags-share {
    padding: 35px 0 45px
}

.tags-share .share, .tags-share .tags {
    display: inline-block;
    vertical-align: middle;
    width: 68%;
    font-size: 14px
}

.tags-share .share span, .tags-share .share ul, .tags-share .tags span, .tags-share .tags ul {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.tags-share .share span, .tags-share .tags span {
    font-weight: 700;
    color: #333
}

.tags-share .share span {
    margin-right: 15px
}

.tags-share .share ul li, .tags-share .tags ul li {
    float: left;
    margin-right: 5px
}

.tags-share .share {
    width: 30%;
    text-align: right
}

.tags-share .share ul li {
    width: 30px;
    height: 30px;
    text-align: center
}

.tags-share .share li a {
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 4px;
    background-color: #f0f0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.tags-share .share li:hover a {
    background-color: #ccc;
    -webkit-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg)
}

.author-comment {
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    min-height: 120px;
}

.author-comment .avatar {
    position: absolute;
    max-width: 90px
}

.author-comment .description {
    margin-left: 110px
}

.author-comment .description .name {
    color: #2e5797;
    font-size: 18px;
    font-weight: 700
}

.comment {
    margin-top: 40px
}

.banner {
    background: url(../images/dummy.webp) no-repeat;
    background-size: 100%;
    padding: 5% 0 6%
}

.comment-reply h3.reply-title:after, .widget .widget-title:after {
    bottom: 0;
    background-color: hsl(332deg 93% 46%);
    content: "";
    left: 0
}

.comment-reply h3.reply-title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px
}

.comment-reply h3.reply-title:after {
    width: 40px;
    height: 4px;
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.commentform p.author, .commentform p.email {
    width: 50%;
    float: left;
    margin-bottom: 20px
}

.commentform p.author {
    padding-right: 10px
}

.commentform p.email {
    text-align: right;
    padding-left: 10px
}

.commentform p.author input, .commentform p.email input {
    max-width: 390px;
    width: 100%;
    border: 1px solid #dfdfdf
}

.commentform p.comment textarea {
    height: 180px;
    max-width: 100%;
    max-height: 180px;
    border: 1px solid #dfdfdf
}

.pagination {
    margin: 0
}

.masonry .pagination {
    padding: 0 15px
}

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

.pagination ul li {
    display: inline-block;
    margin-right: 1px
}

.pagination ul li a {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    height: 40px;
    width: 40px;
    border: 1px solid #dfdfdf;
    color: #333
}

.pagination ul li.active a {
    color: hsl(332deg 93% 46%);
    border: 2px solid hsl(332deg 93% 46%)
}

.pagination ul li:hover a {
    color: hsl(332deg 93% 46%)
}

.sidebar {
    font-size: 14px
}

.page-about .sidebar, .page-partners .sidebar, .page-service .sidebar {
    margin-top: 70px
}

.left-sidebar .sidebar {
    float: left
}

.sidebar .widget {
    margin-bottom: 64px
}

.sidebar .widget ul {
    list-style: none
}

.widget .widget-title {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 19px;
    margin-top: 17px
}

.widget .widget-title:after {
    width: 40px;
    height: 4px;
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.widget ul li {
    padding: 13px 0 12px 18px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    background-image: url(../images/common/icon-arrow-list.png);
    background-repeat: no-repeat;
    background-position: -2px 46%
}

.widget ul li a {
    color: #1e5051
}

.widget-categories {
    font-weight: 600
}

.abc>li:hover
{
    background: blue;
}
.abc>li a:hover
{
    color: white;
}

.widget-recent-posts article {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4
}

.widget.widget-recent-posts .widget-title {
    margin-bottom: 36px
}

.widget-recent-posts .media {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 90px
}

.widget-recent-posts .content a {
    color: #333
}

.widget.widget-tag-cloud .widget-title {
    margin-bottom: 30px
}

.widget-tag-cloud .tagcloud a {
    display: inline-block;
    margin-right: 5px;
    line-height: 26px
}

.sidebar-nav {
    margin-bottom: 40px
}

.sidebar-nav ul {
    padding: 0;
    list-style: none
}

.sidebar-nav ul li a {
    display: block;
    padding: 15px 20px 11px;
    margin-bottom: 2px;
    color: #333;
    font-weight: 700;
    background-color: #f0f0f0
}

.sidebar-nav ul li a.active {
    padding-left: 16px;
    border-left: 4px solid #2e5797
}

.sidebar-nav ul li a:hover {
    background-color: #f9f9f9
}

.brochure {
    margin-bottom: 42px;
    padding: 28px 18px 14px 24px;
    border: 1px solid #ccc;
    font-size: 13px
}

.brochure h3 {
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 600
}

.brochure p, .page-service .brochure p {
    margin-bottom: 18px
}

.brochure .btn-brochure {
    margin-bottom: 20px
}

.brochure .btn-download a {
    position: relative;
    width: 97%;
    margin-bottom: 0;
    padding: 12px 19px 9px;
    font-weight: 300;
    letter-spacing: .2px
}

.brochure .btn-download a:after {
    background: url(../images/common/icon_pdf_white.png) no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 3px
}

.testimonials-sidebar {
    position: relative;
    padding: 28px 24px 24px;
    border: 1px solid #ccc
}

.testimonials-sidebar:after {
    position: absolute;
    bottom: 16px;
    right: 6px;
    content: '\f11d';
    font-family: Ionicons;
    color: #e5e5e5;
    font-size: 60px
}

.testimonials-sidebar h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #333
}

.testimonial03 .text {
    font-size: 13px
}

.testimonial03 .media {
    position: relative;
    margin-top: 22px
}

.testimonial03 .media img {
    position: absolute;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.testimonial03 .media span {
    display: inline-block;
    min-height: 50px;
    padding-left: 65px;
    font-weight: 600;
    color: #2e5797
}

.testimonial03 .media span em {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    color: #b3b3b3;
    display: block;
    position: relative;
    top: -3px
}

.footer {
    padding: 62px 0 0;
    /* background-color: #222; */
    color: #757575;
    overflow: hidden
}

.footer h3 {
    margin-top: 24px;
    margin-bottom: 34px;
    padding-bottom: 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative
}

.footer h3:after {
    width: 35px;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: hsl(332deg 93% 46%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.footer .footer-logo {
    margin: 17px 0 34px 4px
}

.footer .description {
    font-weight: 500;
    letter-spacing: .4px;
    margin-bottom: 32px
}

.footer .footer-info p.phone {
    padding-left: 35px;
    font-size: 20px;
    font-weight: 500;
    left: 24px;
    color: #2e5797;
    background: url(../images/common/icon-phone.png) no-repeat
}

.footer .footer-info p.phone span {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #757575
}

.footer .footernav {
    text-align: right
}

.footer .footernav nav {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-weight: 500;
    letter-spacing: .3px
}

.footer .totop, .footer02 .footer-social {
    text-align: right
}

.footer .footernav01 {
    width: 27%;
    margin-right: 4.9%
}

.footer .footernav01 li {
    margin-bottom: 8px;
    letter-spacing: 0
}

.footer .footernav01 i {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 10px;
    margin-right: 22px;
    font-size: 19px
}

.footer .footernav01 i.ion-social-twitter {
    font-size: 16px
}

.footer .footernav01 i.ion-social-youtube {
    font-size: 15px
}

.footer .footernav02 {
    width: 28%;
    margin-right: 4%
}

.footer .footernav02 li {
    position: relative;
    padding-left: 0;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: .1px
}

.footer .footernav03 {
    width: 35%
}

.footer .footernav03 span {
    display: block;
    margin-bottom: 23px
}

.footer .footernav03 p {
    font-weight: 600;
    margin-bottom: 12px
}

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

.footer ul li a {
    color: #868686;
    font-size: 14px
}

.footer ul li a:hover {
    color: #fff
}

.footer .bottom {
    margin-top: 69px;
    padding: 30px 0 26px;
    font-weight: 500;
    letter-spacing: .3px;
    color: #757575;
    background-color: #181818
}

.footer .bottom p {
    margin: 0;
    text-indent: 3px
}

.footer .totop {
    font-weight: 600
}

.footer .totop a {
    color: #757575
}

.footer .totop a:hover {
    color: #dcdcdc
}

.footer .totop a:hover img {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1
}

.footer .totop img {
    position: relative;
    top: -1px;
    margin-left: 8px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer02 .footer-social ul {
    float: right
}

.footer02 .footer-social ul li {
    display: inline-block;
    margin: 0 10px
}

.footer02 .footer ul li a {
    font-size: 18px
}

.footer02 .footer .bottom {
    padding: 20px 0 12px;
    border-top: 1px solid #ccc
}

.footer02 .footer-recent ul li {
    clear: both;
    float: left;
    margin-bottom: 20px
}

.footer02 .footer-recent ul li span.media {
    float: left;
    display: inline-block;
    max-width: 100px
}

.footer02 .footer-recent ul li span.date {
    display: block;
    position: absolute;
    margin-left: 115px;
    font-size: 12px
}

.footer02 .footer-recent ul li a {
    display: block;
    font-size: 13px;
    position: relative;
    line-height: normal;
    margin-left: 115px
}

.footer02 .footer .footernav03 {
    width: 100%
}

.footer02 .footer .footernav03 ul li a {
    font-size: 13px
}

.footer02 .footernav03 .subscribe-form label {
    position: relative;
    padding-right: 80px;
    width: 100%
}

.footer02 .footernav03 input.email {
    background: #2d2d2d;
    width: 100%;
    font-weight: 400
}

.footer02 .footernav03 input.submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 53px;
    border-radius: 0
}

.footer02 .footernav03 .description {
    margin-top: 23px;
    font-weight: 400
}

.footer03 .footer h3 {
    margin-bottom: 20px
}

.footer03 .footer .footernav {
    text-align: left
}

.footer03 .footer-info .subscribe-form label {
    position: relative;
    padding-right: 80px;
    width: 100%
}

.footer03 .footer-info input.email {
    background: #2d2d2d;
    width: 100%;
    font-weight: 400
}

.footer03 .footer-info input.submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 53px;
    border-radius: 0
}

.footer03 .footer .footernav .wrap1 {
    width: 50%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box
}

.footer03 .footer .footernav .wrap2 {
    width: 50%;
    float: right;
    padding-left: 15px;
    box-sizing: border-box
}

.footer03 .footer .footernav ul {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    float: left;
    margin-bottom: 0;
    width: 100%
}

.footer03 .footer .footernav ul li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    list-style: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, .2)
}

.footer03 .footer .footernav ul li a {
    color: #d8d8d8;
    margin-left: 5px
}

.footer03 .footer .footernav ul li a:hover {
    color: #757575
}

.footer03 .footer .stay-connected .contact-info p {
    color: #d8d8d8
}

.footer03 .footer .stay-connected .contact-info p>i {
    margin-right: 5px;
    color: #757575
}

.footer03 .footer .stay-connected ul li {
    float: left;
    margin-right: 5px
}

.footer03 .footer .stay-connected ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
   background-color: rgb(15, 1, 94);
    background-image: radial-gradient(at 50% 100%, rgba(123, 22, 255, 0.75), rgb(15, 1, 94));;
    font-size: 17px;
    color: #fff;
    text-align: center;
    display: inline-block
}

.footer03 .footer .stay-connected ul li a:hover {
    background-color: #fff;
    color: #000
}

.footer03 .footer .copyright {
    width: 100%;
    float: left;
    border-top: 1px solid #2e5797;
    margin-top: 70px
}

.footer03 .footer .copyright p {
    margin: 0;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 20px;
    padding: 25px 0;
    color: rgba(255, 255, 255, .5)
}

.footer04 .footer {
    padding: 0
}

.footer04 .footer .footernav {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #404040
}

.footer04 .footer .footernav li {
    display: inline-block
}

.footer04 .footer .footernav li a {
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff
}

.footer04 .footer .footernav li a:hover {
    color: #b7b7b7
}

.footer04 .footer .followus {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    margin: 70px 0 50px
}

.footer04 .footer .followus li {
    display: inline-block;
    padding: 0;
    margin: 0 20px;
    width: 70px
}

.footer04 .footer .followus li a {
    color: #fff;
    text-transform: capitalize
}

.footer04 .footer .followus li a i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
   background-color: rgb(15, 1, 94);
    background-image: radial-gradient(at 50% 100%, rgba(123, 22, 255, 0.75), rgb(15, 1, 94));;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    transition: all ease .4s
}

.footer04 .footer .followus li a:hover i {
    background: #fff;
    color: #000
}

.footer04 .footer .footer-text {
    text-align: center;
    color: rgba(255, 255, 255, .5);
    width: 100%;
    float: left;
    margin-bottom: 70px
}

.footer04 .footer .footer-logo {
    text-align: center
}

.blog-post, .page-contact02 {
    padding: 50px 0
}

.contact-us-info {
    border: 1px solid #ddd;
    margin: 0 0 24px;
    padding: 15px
}

.imgside {
    margin-top: 30px
}

.image img {
    width: 100%
}

.modal-backdrop.in {
    opacity: 0!important
}

.login-form {
    background: rgba(255, 255, 255, .8);
    padding: 20px;
    border-top: 3px solid#3e4043
}

.innter-form {
    padding-top: 20px
}

.final-login li {
    width: 50%
}

.nav-tabs {
    border-bottom: none!important
}

.nav-tabs>li {
    color: #222!important
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #d14d42;
    border: none!important;
    border-bottom-color: transparent;
    border-radius: none!important
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: none!important;
    border-radius: none!important;
    text-transform: uppercase;
    font-size: 16px
}

.social-login {
    text-align: center;
    font-size: 12px
}

.social-login p {
    margin: 15px 0
}

.social-login ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.social-login ul li {
    width: 33%;
    float: left;
    clear: fix
}

.social-login ul li a {
    font-size: 13px;
    color: #fff;
    padding: 10px 0;
    display: block
}

.social-login ul li:nth-child(1) a {
    background: #3b5998
}

.social-login ul li:nth-child(2) a {
    background: #e74c3d
}

.social-login ul li:nth-child(3) a {
    background: #3698d9
}

.sa-innate-form input[type=text], email, input[type=file], input[type=password], select, textarea {
    font-size: 13px;
    height: 42px!important;
    padding: 10px;
    border: 1px;
    outline: 0;
    width: 100%;
    margin: 8px 0
}

.sa-innate-form button, .sa-innate-form input[type=submit] {
    padding: 10px 25px;
    font-size: 14px;
    margin-top: 5px;
    border: 1px;
    color: #fff
}

.sa-innate-form input[type=submit] {
    background: #e64b3b
}

.sa-innate-form input[type=submit]:hover {
    border: 1px;
    background: #db3b2b;
    color: #fff
}

.sa-innate-form button {
    background: #e64b3b
}

.sa-innate-form button:hover {
    border: 1px;
    background: #db3b2b;
    color: #fff
}

.sa-innate-form p {
    font-size: 13px;
    padding-top: 10px
}

.contact-form .textarea-message textarea {
    height: 128px!important
}

.tp-caption h1 {
    font-size: 44px;
    font-weight: 700;
    color: #222;
    text-shadow: rgba(0, 0, 0, .298039) 0 1px 1px;
    transition: all 0 ease 0;
    line-height: 60px;
    letter-spacing: 0!important;
    text-align: left;
    margin-top: 0
}

.tp-banner .tp-caption.text1 {
    font-size: 20px;
    color: #222;
    line-height: 30px;
    letter-spacing: .2px!important
}

.tp-caption.btn01, .tp-caption.btn02 {
    display: inline-block;
    padding: 13px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.tp-caption.btn01:hover, .tp-caption.btn02:hover {
    background-color: #244982
}

.tp-caption.btn02 {
    color: #222;
    background-color: #fff;
}

.tp-resizeme{

    background: #2e5797;
}


.tp-caption.btn02:hover {
    background-color: #e5cc12
}

.blog-btn ul {
    list-style: none;
    padding: 0px;
    margin: 20px 0 25px;
}

.blog-btn ul li {
    float: left;
    margin-bottom: 10px;
    min-width: 50px;
    text-align: center;
    margin-right: 1px;
}

.blog-btn ul li a {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: block;
    background: #ccc;
    text-decoration: none;
}

.blog-btn ul li:nth-child(1) a {
    background: #3b5998;
    padding: 7px 0px;
}

.blog-btn ul li:nth-child(1) a:hover {
    background: #2d4b8c;
    color: #fff;
}

.blog-btn ul li:nth-child(2) a {
    background: #55acef;
    padding: 7px 0px;
}

.blog-btn ul li:nth-child(2) a:hover {
    background: #42a3ef;
    color: #fff;
}

.blog-btn ul li:nth-child(3) a {
    background: #c30e0f;
    padding: 7px 0px;
}

.blog-btn ul li:nth-child(3) a:hover {
    background: #b5131a;
    color: #fff;
}

.blog-btn ul li:nth-child(4) a {
    background: #727272;
    padding: 7px 0px;
}

.blog-btn ul li:nth-child(4) a:hover {
    background: #615f5f;
    color: #fff;
}

.blog-btn ul li:nth-child(5) a {
    background: #016daa;
    padding: 7px 0px;
}

.blog-btn ul li:nth-child(5) a:hover {
    background: #045d90;
    color: #fff;
}

.blog-btn ul li:nth-child(6) a {
    background: #bc081c;
    padding: 7px 0px;
}

.blog-btn ul li:nth-child(6) a:hover {
    background: #940515;
    color: #fff;
}

.item-product-sec {
    width: 100%;
    padding: 50px 0;
    background: #f5f5f5;
}

.item-box {
    width: 100%;
    min-height: 325px;
    margin: 0 0 20px;
    background: #fff;
    padding: 18px 10px;
    transition: all 0.3s;
    text-align: center;
    moz-box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
    -webkit-box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}

.item-image a img {
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px;
    min-height: 164px;
}

.item-box .title-headeing {
    font-size: 18px;
    display: block;
    transition: all 0.3s;
    margin-top: 15px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.item-box .title-headeing:hover {
    color: #0163fd;
}

.item-box:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.paginate {
    display: inline-block;
}

.paginate a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.paginate a.active {
   background-color: rgb(15, 1, 94);
    background-image: radial-gradient(at 50% 100%, rgba(123, 22, 255, 0.75), rgb(15, 1, 94));;
    color: white;
    border: 1px solid #2e5797;
}

.paginate a:hover:not(.active) {
    background-color: #ddd;
}

.paginate-center {
    text-align: center;
}

.cll-tfnn a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
    float: right;
}

@media (max-width: 768px) {
    .cll-tfnn a {
        float: left;
        margin-top: 6px;
    }
}

#feedback {
    position: fixed;
    right: 0;
    bottom: 41%;
    height: 50px;
    z-index: 99999;
    background: #fff;
}

#feedback-form {
    display: none;
}

#feedback-form {
    float: right;
    height: 50px;
    z-index: 1000;
    padding: 1px 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    border-radius: 0;
    backgroud: #fff;
}

#feedback-form a {
    font-size: 18px;
    display: block;
}

#feedback-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 48px;
    height: 51px;
    background-color: rgb(226 8 110);
    padding-top: 14px;

}