@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap);
@import url(owl.css);
@import url(fontawesome-all.css);
@import url(flaticon.css);
@import url(scrollbar.css);
* {
    margin: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    line-height: inherit
}

body {
    font-size: 15px;
    color: #383838;
    line-height: 1.6em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: Saira, sans-serif
}

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

.theme_color {
    color: #0a5
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0 0 15px;
    background: 0 0;
    line-height: 1.3em
}

h1 {
    font-size: 72px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 12px
}

textarea {
    overflow: hidden;
    resize: none
}

button {
    outline: 0!important;
    cursor: pointer
}

p {
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
    text-align: justify;
    margin: 0 0 15px
}

.text {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0 0
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden
}

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

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

figure {
    margin-bottom: 0
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px
}

.centered {
    text-align: center!important
}

.btn-style-one {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #5d5d5d;
    font-weight: 600;
    padding: 5px 22px;
    background: #fff;
    border-radius: 30px;
    border: 2px solid;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-one:hover .btn-title {
    background: #222;
    color: #fff
}

.btn-style-two {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
    font-family: Manjari, sans-serif;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #222;
    font-weight: 700;
    padding: 18px 30px 12px;
    background: #fff;
    border-radius: 0;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-two .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    padding-right: 5px;
    font-size: 12px
}

.btn-style-two:hover .btn-title {
    background: #0a5;
    color: #fff
}

.btn-style-three {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
    font-family: Manjari, sans-serif;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-three .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #222;
    font-weight: 700;
    padding: 16px 35px 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-three .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    padding-right: 5px;
    font-size: 12px
}

.btn-style-three:hover .btn-title {
    background: #0a5;
    color: #fff
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0)
}

.preloader .icon {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.page-loaded .preloader .icon {
    opacity: 0
}

.preloader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.page-loaded .preloader:before {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%)
}

.preloader:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 2;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.page-loaded .preloader:after {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

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

.dropdown-toggle::after {
    display: none
}

.fa {
    line-height: inherit
}

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 0;
    width: 46px;
    height: 56px;
    color: #fff;
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #ef64ab;
    border-radius: 0;
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-to-top:hover {
    border-color: #ff1d91;
    background: #14153d;
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    background: 0 0
}

.header-top {
    position: relative
}

.header-top .inner {
    position: relative
}

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

.main-header .header-top .top-right {
    position: relative;
    float: right
}

.header-top-one {
    background: 0 0;
    padding: 10px 40px;
    font-size: 14px;
    border-bottom: 1px solid #e2eef2;
    line-height: 30px;
    background: #222;
    color: #fff
}

.header-top-one .auto-container {
    max-width: none
}

.header-top-one .mid-text {
    position: relative;
    float: left;
    margin-left: 50px;
    line-height: 28px;
    color: #a1a1a1
}

.header-top-one .mid-text span {
    font-family: Manjari, sans-serif;
    color: #fff;
    text-transform: uppercase
}

.header-top-one .welcome-text {
    position: relative;
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase
}

.header-top-one .welcome-text .flag {
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.header-top-one .welcome-text .arrow {
    position: relative;
    top: 6px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #3e3e3e;
    font-size: 7px;
    margin-left: 5px;
    border-radius: 50%
}

.header-top-one .email {
    position: relative;
    float: left;
    font-weight: 500;
    margin-left: 20px;
    padding-left: 21px
}

.header-top-one .email:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, .3)
}

.header-top-one .email a {
    color: #fff
}

.header-top-one .email .icon {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #0a5;
    padding-right: 7px
}

.header-top-one .email a:hover {
    text-decoration: underline;
    color: #0a5
}

.header-top-one .hours {
    position: relative;
    float: left;
    margin-left: 20px;
    padding-left: 21px;
    z-index: 5
}

.header-top-one .hours:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, .3)
}

.header-top-one .hours .hours-btn {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    display: block;
    background: #0a5;
    line-height: 24px;
    padding: 3px 15px;
    border-radius: 15px;
    cursor: pointer
}

.header-top-one .hours .hours-btn .arrow {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 8px;
    margin-left: 7px
}

.header-top-one .hours .hours-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 10px
}

.header-top-one .hours .hours-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    width: 200px;
    background: #222;
    border-top: 2px solid #0a5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.header-top-one .hours:hover .hours-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header-top-one .hours .hours-dropdown li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header-top-one .hours .hours-dropdown li:last-child {
    border: none
}

.header-top-one .hours .hours-dropdown li a {
    position: relative;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.header-top-one .hours .hours-dropdown li a:hover {
    color: #0a5
}

.header-top-one .phone {
    position: relative;
    float: left;
    font-weight: 500;
    font-size: 14px
}

.header-top-one .phone a {
    color: #fff
}

.header-top-one .phone .icon {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #0a5;
    padding-right: 7px
}

.header-top-one .phone a:hover {
    text-decoration: underline;
    color: #0a5
}

.main-header .header-upper {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -ms-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
    z-index: 1
}

.header-upper .auto-container {
    max-width: 100%
}

.fixed-header .header-upper,
.fixed-header.header-style-one .header-upper,
.fixed-header.header-style-two .header-upper {
    position: fixed;
    -webkit-animation-name: slideInDown;
    -webkit-animation-duration: .7s;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: slideInDown;
    -moz-animation-duration: .7s;
    -moz-animation-timing-function: ease;
    -ms-animation-name: slideInDown;
    -ms-animation-duration: .7s;
    -ms-animation-timing-function: ease;
    animation-name: slideInDown;
    animation-duration: .7s;
    animation-timing-function: ease;
    background-color: #fff;
    box-shadow: 0 0 10px
}

.header-style-one .header-upper .auto-container {
    max-width: none
}

.header-style-one .header-upper .inner-container {
    position: relative;
    padding: 0 40px
}

.main-header .header-upper {
    position: relative;
    background: #fff
}

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

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

.main-header .header-upper .logo-box .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    z-index: 1;
    width: 346px
}

.main-header .header-upper .right-nav {
    position: relative;
    float: right
}

.main-header .search-btn-one {
    position: relative;
    float: left;
    margin-left: 25px;
    margin-top: 12px;
    padding-left: 21px
}

.main-header .search-btn-one:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.main-header .search-btn-one button {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    background: 0 0;
    font-size: 16px;
    line-height: 30px;
    font-family: Manjari, sans-serif;
    color: #757575;
    cursor: pointer
}

.main-header .search-btn-one button .icon {
    position: relative;
    top: 2px;
    color: #aaa;
    display: inline-block;
    line-height: 30px;
    padding-left: 20px
}

.main-header .nav-outer {
    position: relative;
    float: left;
    z-index: 1
}

.header-style-one .header-upper .nav-outer {
    width: calc(100% - 550px);
    text-align: center
}

.main-header .nav-outer .main-menu {
    position: relative;
    display: table;
    margin: auto;
    padding: 0 30px;
    border-radius: 25px 0 0 25px;
    left: 56px
}

.header-style-one .header-upper .nav-outer .main-menu {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

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

.main-menu .navigation {
    position: relative;
    margin: 0;
    text-align: center
}

.main-menu .navigation>li {
    position: relative;
    float: inherit;
    display: inline-block;
    padding: 15px 0;
    margin-right: 21px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

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

.main-menu .navigation>li:last-child:after {
    display: none
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
    padding: 9px 0;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px
}

.main-menu .navigation>li.dropdown>a:before {
    font-family: Flaticon;
    content: "\f1b2";
    position: absolute;
    right: 0;
    line-height: 32px;
    font-size: 9px;
    color: #ef4da0
}

.sticky-header .main-menu .navigation>li.dropdown>a:before,
.sticky-header .main-menu .navigation>li:before {
    display: none
}

.header-style-two .header-upper .main-menu .navigation>li.current>a,
.header-style-two .header-upper .main-menu .navigation>li.current>a:before,
.header-style-two .header-upper .main-menu .navigation>li:hover>a,
.header-style-two .header-upper .main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: #ef64ab
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    color: #0a5
}

.sticky-header .main-menu .navigation>li.dropdown {
    padding-right: 0
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0;
    width: 296px;
    z-index: 100;
    display: none;
    background: #3e3e3e;
    padding: 5px 0;
    border: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -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.custom_width>ul {
    width: 150px
}

.main-menu .navigation>li>ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px
}

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

.main-menu .navigation>li>ul>li {
    position: relative;
    padding: 0 30px;
    width: 100%
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 3px 0;
    padding-left: 22px;
    line-height: 26px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navigation>li>ul>li>a:before,
.main-menu .navigation>li>ul>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border: 2px solid rgb(228 228 228);
    border-radius: 50%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navigation>li>ul>li>a:after,
.main-menu .navigation>li>ul>li>ul>li>a:after {
    content: '';
    position: absolute;
    left: -14px;
    top: 15px;
    width: 15px;
    border-bottom: 2px solid transparent;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navigation>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    background: #f9f9f9;
    border-color: #ef64ab
}

.main-menu .navigation>li>ul>li:hover>a:after,
.main-menu .navigation>li>ul>li>ul>li:hover>a:after {
    border-color: #ef64ab;
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

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

.main-menu .navigation>li>ul>li:hover>a {
    color: #f783be
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-left: 0;
    top: 0;
    width: 155px;
    z-index: 100;
    display: none;
    background: #dc539a;
    padding: 5px 0;
    border: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -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:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%
}

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

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    padding: 0 20px;
    width: 100%
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 3px 0;
    padding-left: 22px;
    line-height: 26px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

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

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #080815
}

.main-menu .navigation li ul>li.dropdown:after {
    font-family: Manjari, sans-serif;
    content: "+";
    position: absolute;
    right: 12px;
    top: 0;
    display: block;
    line-height: 30px;
    color: #f190c2;
    font-size: 24px;
    font-weight: 300;
    z-index: 5
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(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 .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(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 .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.header-style-one .header-upper {
    position: relative
}

.header-style-one .other-links {
    position: relative;
    float: right
}

.c-tooltip {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 86px;
    margin-left: -43px;
    margin-top: 15px;
    text-align: center;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.c-tooltip .tooltip-inner {
    position: relative;
    display: block;
    margin-bottom: 12px;
    min-width: 86px;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 11px;
    color: #fff;
    background: #222;
    text-transform: uppercase;
    border-radius: 7px
}

.c-tooltip .tooltip-inner:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 100%;
    border: 5px solid transparent;
    border-bottom: 5px solid #222
}

.has-tooltip:hover .c-tooltip {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.header-style-one .other-links .social-links-one {
    position: relative;
    float: left;
    margin-left: 25px;
    margin-top: 30px;
    padding-left: 26px
}

.header-style-one .other-links .social-links-one:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.social-links-one {
    position: relative
}

.social-links-one li {
    position: relative;
    display: inline-block;
    margin-left: 1px
}

.social-links-one li:first-child {
    margin-left: 0
}

.social-links-one li a {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    background: #07499a;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.social-links-one li:nth-child(2) a {
    background-color: #d300ff
}

.social-links-one li:nth-child(3) a {
    background-color: #2098d1
}

.social-links-one li:nth-child(4) a {
    background-color: #ff0028
}

.social-links-one li a:hover {
    background: #040404;
    border-color: #fff;
    color: #fff
}

.header-style-one .other-links .language {
    position: relative;
    float: left;
    padding-top: 30px;
    z-index: 5
}

.header-style-one .other-links .language .lang-btn {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: #757575;
    font-weight: 400;
    font-family: Manjari, sans-serif;
    cursor: pointer
}

.header-style-one .other-links .language .lang-btn .icon {
    position: relative;
    top: -1px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px
}

.header-style-one .other-links .language .lang-btn .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.header-style-one .other-links .language .lang-btn .arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px
}

.header-style-one .other-links .language .lang-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 26px
}

.header-style-one .other-links .language .lang-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 26px;
    width: 180px;
    background: #222;
    border-top: 2px solid #0a5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.header-style-one .other-links .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header-style-one .other-links .language .lang-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header-style-one .other-links .language .lang-dropdown li:last-child {
    border: none
}

.header-style-one .other-links .language .lang-dropdown li a {
    position: relative;
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.header-style-one .other-links .language .lang-dropdown li a:hover {
    color: #0a5
}

.header-style-two {
    position: absolute;
    top: 0
}

.header-top-two {
    background: 0 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 30px;
    background: #f1f1f1;
    color: #757575
}

.header-top-two .left-text {
    position: relative;
    top: 4px;
    float: left;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    font-family: Manjari, sans-serif
}

.header-top-two .left-text .icon {
    position: relative;
    top: -1px;
    color: #0a5;
    display: inline-block;
    vertical-align: top;
    padding-right: 7px
}

.header-top-two .info {
    position: relative;
    float: left;
    margin-left: 25px
}

.header-top-two .info li {
    position: relative;
    float: left;
    font-weight: 500;
    margin-right: 45px
}

.header-top-two .info li:before {
    content: '';
    position: absolute;
    right: -23px;
    top: 5px;
    height: 20px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

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

.header-top-two .info li:last-child:before {
    display: none
}

.header-top-two .info li a {
    color: #757575
}

.header-top-two .info li .icon {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #0a5;
    padding-right: 10px
}

.header-top-two .info li a:hover {
    text-decoration: underline;
    color: #0a5
}

.header-top-two .language {
    position: relative;
    float: left;
    z-index: 5
}

.header-top-two .language .lang-btn {
    position: relative;
    top: 2px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    font-family: Manjari, sans-serif;
    cursor: pointer
}

.header-top-two .language .lang-btn .icon {
    position: relative;
    top: -1px;
    font-size: 16px;
    color: #0a5;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px
}

.header-top-two .language .lang-btn .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.header-top-two .language .lang-btn .arrow {
    position: relative;
    top: -1px;
    color: #757575;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px
}

.header-top-two .language .lang-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 10px
}

.header-top-two .language .lang-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    width: 180px;
    background: #222;
    border-top: 2px solid #0a5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.header-top-two .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header-top-two .language .lang-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header-top-two .language .lang-dropdown li:last-child {
    border: none
}

.header-top-two .language .lang-dropdown li a {
    position: relative;
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.header-top-two .language .lang-dropdown li a:hover {
    color: #0a5
}

.header-top-two .social-links-two {
    position: relative;
    float: left;
    margin-left: 20px
}

.social-links-two {
    position: relative
}

.social-links-two li {
    position: relative;
    float: left;
    margin-left: 8px
}

.social-links-two li:first-child {
    margin-left: 0
}

.social-links-two li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    background: 0 0;
    color: #aaa;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.social-links-two li a:hover {
    background: #0a5;
    border-color: #0a5;
    color: #fff
}

.header-style-two .header-upper {
    background: 0 0;
    padding-top: 0;
    border-top: 3px solid #000
}

.header-style-two .header-upper .container {
    position: relative;
    max-width: 1287px
}

.header-style-two .header-upper .logo-box {
    position: absolute;
    min-width: auto;
    background: #fff;
    padding: 0;
    left: 0;
    top: 26px;
    box-shadow: 0 0 10px #b3b3b3
}

.header-style-two .header-upper .logo-box:before {
    content: '';
    position: absolute;
    right: 100%;
    margin-right: 0;
    top: 0;
    width: 2000px;
    height: 100%
}

.header-style-two .header-upper .nav-outer {
    float: inherit;
    margin-left: 0;
    display: inline-block;
    width: 100%;
    margin-top: 44px
}

.header-style-two.fixed-header .header-upper .nav-outer {
    margin-top: 20px;
    margin-bottom: 16px
}

.header-style-two .header-upper .search-btn-one {
    position: absolute;
    margin-left: 0;
    right: 37px;
    padding: 9px 17px;
    top: 41px;
    margin: 0;
    z-index: 9
}

.header-style-two.fixed-header .header-upper .search-btn-one {
    top: 20px
}

.header-style-two .header-upper .search-btn-one:before {
    content: '';
    position: absolute;
    right: -51rem;
    top: 26px;
    left: inherit;
    height: 2px;
    width: 51rem;
    border-bottom: 2px solid #2d2d2d
}

.header-style-two .header-upper .search-btn-one:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 20px;
    left: inherit;
    height: 13px;
    width: 13px;
    border: 2px solid #2d2d2d;
    background: #fff;
    border-radius: 50%
}

.header-style-two .header-upper .search-btn-one button {
    color: #fff
}

.header-style-two .header-upper .search-btn-one button .icon {
    color: #fff
}

.header-style-two .header-upper .main-menu .navigation>li {
    padding: 0
}

.header-style-two .header-upper .main-menu .navigation>li>a {
    color: #000;
    font-size: 17px
}

.sticky-header {
    display: none;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    z-index: -1;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -ms-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible
}

.fixed-header .sticky-header .logo {
    padding: 10px 0
}

.sticky-header .main-menu .navigation>li {
    margin-left: 40px!important;
    padding: 0;
    margin-right: 0;
    background-color: transparent
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none
}

.sticky-header .main-menu .navigation>li>a {
    padding: 21px 0!important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #25283a;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%
}

.sticky-header .main-menu .navigation>li.current-menu-item>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    opacity: 1
}

.fixedcall {
    position: absolute;
    top: 41%;
    left: -178px;
    width: 223px;
    height: auto;
    background: #3a3a3a;
    border-radius: 0 10px 10px 0;
    z-index: 8;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    display: none
}

.fixedcall.fixedcall2 {
    top: 49%
}

.fixedcall:hover {
    left: 0
}

.fixedcall .fixedcallL {
    width: 44px;
    height: 54px;
    background: #ef64ab;
    float: right;
    position: relative;
    border-radius: 0 10px 10px 0;
    text-align: center
}

.fixedcall.fixedcall2 .fixedcallL {
    background: #112386
}

.fixedcall .fixedcallL:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 18, .45);
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 18, .45);
    box-shadow: 0 0 0 0 rgba(255, 0, 18, .45);
    -webkit-animation: bxa 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: bxa 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: bxa 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    animation: bxa 1.25s infinite cubic-bezier(.66, 0, 0, 1)
}

.fixedcall:hover .fixedcallL:after {
    display: none
}

.fixedcall .fixedcallL p {
    font-size: 26px;
    text-align: center;
    line-height: 34px;
    margin: 0;
    letter-spacing: 0;
    padding: 14px 3px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-orientation: upright;
    writing-mode: vertical-rl
}

.fixedcall .fixedcallR ul {
    margin: 0;
    padding: 0
}

.fixedcall .fixedcallR ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.fixedcall .fixedcallR ul li a {
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    line-height: 54px;
    margin: 0;
    letter-spacing: .8px;
    padding: 0 7px;
    color: #fff;
    display: block;
    border-bottom: 1px dashed #8766c5;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.fixedcall .fixedcallR ul li a svg {
    margin: 0 10px 0 0
}

.fixedcall .fixedcallR ul li:last-child a {
    border-bottom: 0 solid #3acece
}

.callnow {
    width: 50px;
    height: auto;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 9999;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite
}

.callnow:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

.callnow a,
.callnow a:hover {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 23px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    z-index: 99;
    border-radius: 100%;
    position: relative;
    background: #fc3b34;
    -webkit-box-shadow: 0 0 0 10px rgba(252, 59, 52, .25);
    -moz-box-shadow: 0 0 0 10px rgba(252, 59, 52, .25);
    box-shadow: 0 0 0 10px rgba(252, 59, 52, .25)
}

.callnow a .callnom {
    width: 0;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .6px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 21%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 10px 0 0 10px;
    background: #fc3b34
}

.callnow a:hover .callnom {
    width: 170px;
    left: -165px;
    opacity: 1
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0);
    transition: all .1s ease;
    -moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease
}

.search-popup:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%)
}

.search-popup.popup-visible:before {
    transition: all .5s ease .1s;
    -moz-transition: all .5s ease .1s;
    -webkit-transition: all .5s ease .1s;
    -ms-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.search-popup.popup-visible {
    opacity: 1;
    visibility: visible
}

body.search-visible {
    overflow: hidden
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    z-index: 5
}

.search-popup .close-search:hover {
    opacity: .7
}

.search-popup .search-form {
    position: relative;
    padding: 0 15px 0;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 10
}

.search-popup.popup-visible .search-form {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .5s ease .5s;
    -moz-transition: all .9s ease .5s;
    -webkit-transition: all .9s ease .5s;
    -ms-transition: all .9s ease .5s;
    -o-transition: all .9s ease .5s
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, .5);
    border-radius: 12px
}

.search-popup .search-form fieldset input[type=search] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #fff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px
}

.search-popup .search-form fieldset input[type=submit] {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #fff!important;
    background: #0a5;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0 7px 7px 0
}

.search-popup .search-form fieldset input[type=submit]:hover {
    background: #0a5
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #fff;
    text-align: center
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0 10px 10px 0
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #fff;
    padding: 7px 15px;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.search-popup .recent-searches li a:hover {
    color: #0a5;
    border-color: #0a5
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 32px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0;
    color: #222;
    margin: 28px 0 0;
    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 .mCSB_inside>.mCSB_container {
    margin-right: 5px
}

.mobile-menu .navbar-collapse {
    display: block!important
}

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

.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, .7);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    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: #202020;
    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;
    -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 .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

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

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

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

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 3px solid #0a5;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 5
}

.mobile-menu .navigation li.dropdown>a {
    padding-right: 30px
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

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

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

img.lazy-image {}

img.lazy-image.loaded {
    background-image: none
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1
}

.top_wrap {
    position: relative;
    height: 100vh
}

.banner-one {
    background-image: url(../images/main-slider/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.banner-section {
    position: relative;
    z-index: 1
}

.banner-one {
    position: relative
}

.banner-carousel {
    position: relative;
    z-index: 1
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden
}

.banner-carousel .slide-item .image-layer {
    position: relative;
    width: 100%;
    height: 100vh;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7s linear;
    -moz-transition: all 7s linear;
    -ms-transition: all 7s linear;
    -o-transition: all 7s linear;
    transition: all 7s linear
}

.banner-carousel .content-box {
    position: absolute;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: auto;
    padding: 19px 0;
    top: 41%
}

.banner-carousel .content-box .content {
    position: relative;
    padding: 0
}

.banner-carousel .content-box .inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px
}

.banner-carousel .content-box .subtitle {
    display: block;
    font-size: 18px;
    line-height: 1.6em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.banner-carousel .active .content-box .subtitle {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -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-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.banner-carousel .content-box h1 {
    display: block;
    font-size: 45px;
    line-height: 59px;
    color: #fff;
    font-weight: 300;
    opacity: 0;
    margin-bottom: 33px;
    text-transform: uppercase!important;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    text-transform: capitalize
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -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-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 16px;
    line-height: 1.7em;
    color: #fff;
    font-weight: 500;
    opacity: 0;
    margin-bottom: 35px;
    max-width: 450px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -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-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.banner-carousel .content-box .links-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px)
}

.banner-carousel .content-box .links-box .btn-style-one .btn-title {
    background: #ffc107;
    color: #000
}

.banner-carousel .active .content-box .links-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -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-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.banner-carousel .links-box .theme-btn {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    min-width: 180px
}

.banner-carousel .next-slide {
    position: absolute;
    right: 0;
    bottom: 43px;
    width: auto;
    padding: 30px 80px 30px 50px;
    color: #fff;
    background: rgba(186, 33, 0, .73);
    opacity: 0;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -ms-transform: translateX(120px);
    -o-transform: translateX(120px);
    transform: translateX(120px)
}

.banner-carousel .active .next-slide {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -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-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.banner-carousel .next-slide .inner {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-right: 30px
}

.banner-carousel .next-slide .count {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    font-size: 36px;
    color: #ffc107;
    font-weight: 700;
    line-height: 60px
}

.banner-carousel .next-slide .count:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.banner-carousel .next-slide .text {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 15px 0
}

.banner-carousel .next-slide .arrow {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -56.5px;
    width: 113px;
    background: #f1f1f1;
    height: 56px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section .owl-theme .owl-nav:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: -.5px;
    height: 32px;
    border-left: 1px solid #040404
}

.banner-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    background: 0 0;
    height: 56px;
    width: 56px;
    border: none;
    text-align: center;
    line-height: 56px;
    color: #ba2100;
    font-size: 20px;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    background: 0 0;
    height: 56px;
    width: 56px;
    border: none;
    text-align: center;
    line-height: 56px;
    color: #ba2100;
    font-size: 20px;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section .owl-nav .owl-next:hover,
.banner-section .owl-nav .owl-prev:hover {
    color: #0a5;
    background: 0 0
}

.banner-section .owl-theme .owl-dots {
    display: none
}

.banner-section-two {
    position: relative;
    z-index: 1
}

.banner-section-two .main-image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover
}

.banner-section-two .main-pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom
}

.banner-carousel-two {
    position: relative;
    z-index: 1
}

.banner-carousel-two .slide-item {
    position: relative;
    display: block;
    color: #fff;
    padding: 30px 0;
    overflow: hidden
}

.banner-carousel-two .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.banner-carousel-two .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 700px;
    padding: 20px 0;
    z-index: 5
}

.banner-carousel-two .content-box .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 60px 0 0
}

.banner-carousel-two .content-box .inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px
}

.banner-carousel-two .content-box h1 {
    display: block;
    font-size: 60px;
    line-height: 1.25em;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 10px;
    text-transform: capitalize!important;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    text-transform: capitalize
}

.banner-carousel-two .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -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-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.banner-carousel-two .content-box .text {
    display: block;
    font-size: 16px;
    line-height: 1.7em;
    color: #fff;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 30px;
    max-width: 480px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.banner-carousel-two .active .content-box .text {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -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-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.banner-carousel-two .content-box .links-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px)
}

.banner-carousel-two .active .content-box .links-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -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-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.banner-carousel-two .links-box .theme-btn {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    min-width: 180px
}

.banner-section-two .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -60px;
    height: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    background: 0 0;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 48px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    background: 0 0;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 48px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section-two .owl-nav .owl-next:hover,
.banner-section-two .owl-nav .owl-prev:hover {
    color: #0a5
}

.banner-section-two .owl-theme .owl-dots {
    display: none
}

.sec-title {
    position: relative;
    margin-bottom: 60px
}

.sec-title.centered {
    margin: 0 auto 60px;
    max-width: 600px
}

.sec-title h1,
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.25em;
    color: #020e4c;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase
}

.sec-title.light h2 {
    color: #fff
}

.sec-title .lower-text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    color: #757575;
    padding: 20px 0 0
}

.sec-title.centered .lower-text {
    max-width: 500px;
    margin: 0 auto
}

.sec-title.with-separator h2 {
    padding-bottom: 10px
}

.sec-title.centered .separator {
    margin: 0 auto
}

.sec-title .separator {
    position: relative;
    height: 0;
    text-align: center;
    width: 50%;
    margin: auto
}

.sec-title .separator:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 93px;
    border-bottom: 2px solid #222
}

.sec-title .separator:after {
    content: '';
    position: absolute;
    top: -7px;
    right: 100%;
    margin-right: 10px;
    width: 36px;
    display: none
}

.sec-title.centered .separator:after {
    display: block
}

.sec-title .separator .cir {
    position: absolute;
    left: 0;
    top: -7px;
    width: 16px;
    height: 16px;
    border: 2px solid #ef64ab;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    right: 0
}

.sec-title .separator .c-1 {
    left: 0
}

.sec-title .separator .c-2 {
    left: 7px;
    background: #ba2100
}

.sec-title .separator .c-3 {
    left: auto;
    right: 0
}

.sec-title.light .separator:after,
.sec-title.light .separator:before {
    border-color: #fff
}

.sec-title.light .separator .cir {
    border-color: #fff
}

.sec-title.light .separator .c-2 {
    background: #fff
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    padding-left: 25px
}

.list-style-one li:before {
    content: "\f11c";
    position: absolute;
    left: 0;
    top: 0;
    font-family: Flaticon;
    color: #0a5
}

.welcome-section {
    position: relative;
    padding: 110px 0 80px;
    background: #f1f1f1
}

.welcome-section .sec-title {
    margin-bottom: 40px
}

.featured-block {
    position: relative;
    margin-bottom: 30px
}

.featured-block .inner-box {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .07)
}

.featured-block .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.featured-block .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.featured-block .content-box {
    position: relative;
    display: block;
    padding: 50px 25px 50px 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block .content-box .content {
    position: relative;
    padding-left: 100px;
    min-height: 80px
}

.featured-block .content-box .subtitle {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: Manjari, sans-serif
}

.featured-block .content-box h4 {
    color: #222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block .content-box h4 a {
    color: #222
}

.featured-block .content-box h4 a:hover {
    color: #0a5
}

.featured-block .content-box .icon-box {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 80px;
    height: 80px;
    color: #0a5;
    font-size: 60px;
    line-height: 80px
}

.featured-block .content-box .icon-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.featured-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.featured-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible
}

.featured-block .hover-box .inner {
    position: relative;
    display: block;
    padding: 35px 30px 15px
}

.featured-block .hover-box h4 {
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    max-width: 220px;
    margin: 0 0 10px
}

.featured-block .hover-box h4 a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block .hover-box h4 a:hover {
    color: #0a5
}

.featured-block .hover-box .text {
    color: #b2b2b2;
    line-height: 1.6em
}

.featured-block .more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    line-height: 30px;
    text-align: center;
    color: #0a5;
    font-size: 18px;
    z-index: 2
}

.featured-block .more-link a {
    position: relative;
    display: block;
    line-height: 42px;
    color: #0a5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block .more-link a:before {
    content: '';
    position: absolute;
    right: -85px;
    bottom: -85px;
    width: 140px;
    height: 140px;
    background: #222;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block .more-link a i,
.featured-block .more-link a span {
    position: relative;
    z-index: 1
}

.featured-block .inner-box:hover .more-link a:before {
    background: #0a5
}

.featured-block .inner-box:hover .more-link a {
    color: #fff
}

.about-section {
    position: relative;
    padding: 100px 0;
    background: #161616;
    color: #a7a7a7
}

.about-section .sec-title {
    margin-bottom: 50px
}

.about-section .content-box {
    position: relative
}

.about-section .content {
    position: relative;
    max-width: 585px
}

.about-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover
}

.about-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom
}

.about-section .upper-text {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.6em
}

.about-section .upper-text .big-letter {
    position: relative;
    display: block;
    color: #fff;
    background: #0a5;
    float: left;
    font-family: Manjari, sans-serif;
    font-size: 60px;
    width: 72px;
    height: 72px;
    font-weight: 700;
    line-height: 72px;
    padding-top: 12px;
    text-align: center;
    margin: 0 30px 10px 0
}

.about-section .text {
    position: relative;
    margin-bottom: 45px;
    line-height: 1.6em
}

.about-section .signature {
    position: relative;
    margin-bottom: 35px
}

.about-section .info {
    position: relative;
    font-size: 15px;
    color: #a7a7a7;
    line-height: 1.5em
}

.about-section .info .name {
    position: relative;
    font-family: Manjari, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

.about-section .quote-box {
    position: absolute;
    right: 100px;
    bottom: 100px;
    width: 60px;
    height: 60px
}

.about-section .quote-box .round-point {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    background: #0a5;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    border-radius: 50%
}

.about-section .quote-box .round-point:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    background: #0a5;
    opacity: .3;
    border-radius: 50%
}

.about-section .quote-box .inner {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 60px;
    width: 350px;
    padding: 35px 30px 30px;
    line-height: 24px;
    color: #fff;
    background: #0a5;
    -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05), 0 20px 30px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05), 0 20px 30px 0 rgba(0, 0, 0, .05);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.about-section .quote-box .inner:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 100%;
    border: 20px solid transparent;
    border-top: 20px solid #0a5;
    border-right: 20px solid #0a5
}

.about-section .quote-box:hover .inner {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.about-section .quote-box .icon-one {
    position: absolute;
    right: -20px;
    top: 0;
    line-height: 1em;
    font-size: 224px;
    color: rgba(0, 0, 0, .07)
}

.about-section .quote-box .icon-two {
    position: relative;
    line-height: 1em;
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px
}

.about-section .quote-box .text {
    position: relative;
    font-family: Manjari, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0
}

.services-section {
    position: relative;
    padding: 110px 0 80px;
    background: #f1f1f1
}

.services-section .image-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%
}

.services-section .image-left .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 390px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.services-section .image-left .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a5;
    opacity: .65
}

.featured-service-block {
    position: relative;
    margin-bottom: 30px
}

.featured-service-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-right: 10px
}

.featured-service-block .image-box {
    position: relative;
    display: block
}

.featured-service-block .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.featured-service-block .lower-box {
    position: relative;
    display: block;
    padding: 35px 20px;
    color: #fff;
    background: #0a5
}

.featured-service-block .lower-box a {
    color: #fff
}

.featured-service-block h3 {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.35em
}

.featured-service-block .more-link {
    position: relative;
    display: block
}

.featured-service-block .more-link a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Manjari, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    border-bottom: 2px solid #fff
}

.featured-service-block .more-link a:hover {
    color: #222;
    border-color: #222
}

.services-section .column .col-inner {
    position: relative;
    margin-right: -320px
}

.featured-block-two {
    position: relative;
    margin-bottom: 30px
}

.featured-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 45px 50px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .07)
}

.featured-block-two .content-box {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 162px
}

.featured-block-two .content-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 71px;
    height: 162px;
    color: #0a5;
    text-align: center
}

.featured-block-two .content-box .icon-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 46px;
    bottom: 46px;
    width: 70px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.featured-block-two .inner-box:hover .content-box .icon-box {
    color: #fff
}

.featured-block-two .inner-box:hover .content-box .icon-box:before {
    top: 0;
    bottom: 0;
    background: #0a5
}

.featured-block-two .content-box .icon-box:after {
    content: '';
    position: absolute;
    left: 35px;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.featured-block-two .content-box .icon-box .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 42px;
    z-index: 3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block-two .content-box .content {
    position: relative;
    display: block
}

.featured-block-two .content-box h4 {
    color: #222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 15px
}

.featured-block-two .content-box h4 a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block-two .content-box h4 a:hover {
    color: #0a5
}

.featured-block-two .content-box .text {
    margin-bottom: 25px
}

.featured-block-two .read-more {
    position: relative;
    display: block
}

.featured-block-two .read-more a {
    position: relative;
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    font-family: Manjari, sans-serif;
    text-transform: capitalize;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.featured-block-two .read-more a:before {
    content: "\f1bd";
    font-family: Flaticon;
    position: absolute;
    left: 0;
    top: -3px;
    width: 15px;
    line-height: 24px;
    color: #0a5;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.featured-block-two .inner-box:hover .read-more a,
.featured-block-two .read-more a:hover {
    color: #0a5;
    padding-left: 20px
}

.featured-block-two .inner-box:hover .read-more a:before,
.featured-block-two .read-more a:hover:before {
    opacity: 1;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.events-section {
    position: relative;
    padding: 0 0 70px;
    background: #fff
}

.events-section .sec-title {
    margin-bottom: 20px
}

.events-section .left-column {
    position: relative
}

.events-section .left-column .col-inner {
    position: relative;
    display: block
}

.events-section .carousel-box {
    position: relative
}

.event-block {
    position: relative;
    margin-bottom: 11px
}

.events-section .carousel-box .event-block {
    margin-bottom: 1px
}

.event-block .inner-box {
    position: relative;
    display: block;
    padding: 20px 0;
    margin-top: 7px
}

.blog_box .col-md-6:nth-child(1) .event-block .content-box {
    text-align: right;
    background: #ecf4fb;
    padding: 17px;
    width: 379px;
    position: relative;
    z-index: 1;
    top: 48px
}

.blog_box .col-md-6:nth-child(2) .event-block .content-box {
    background: #ecf4fb;
    padding: 17px;
    width: 379px;
    position: relative;
    z-index: 1;
    top: 48px;
    right: 109px
}

._blog-img {
    position: relative
}

._blog-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0), #5d042b)
}

.event-block .inner-box:before {
    content: '';
    position: absolute;
    right: -8px;
    top: -2px;
    left: -30px;
    bottom: -1px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.event-block .inner-box:hover {
    z-index: 5
}

.event-block .inner-box:hover:before {
    opacity: 1
}

.event-block .inner-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 140px;
    right: 0;
    bottom: 0;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.events-section .left-column .event-block:last-child .inner-box:after {
    display: none
}

.event-block .inner-box:hover:after {
    opacity: 0
}

.event-block .content-box {
    position: relative;
    display: block;
    box-shadow: 0 0 10px #ababab
}

.event-block .content-box .date-box {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    color: #222
}

.event-block .inner-box:hover .content-box .date-box {
    color: #0a5
}

.event-block .content-box .date-box:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%
}

.event-block .content-box .date-box .date {
    left: 0;
    padding: 4px 13px;
    background: #bb1f63;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 600
}

.event-block .content-box .date-box .date .day {
    position: relative;
    display: inline-block;
    line-height: 30px
}

.event-block .content-box .date-box .date .month {
    display: inline;
    text-transform: uppercase;
    line-height: 20px;
    margin-left: 9px
}

.event-block .content-box .content {
    position: relative;
    display: block
}

.event-block .content-box .cat-info {
    position: relative;
    margin-bottom: 20px
}

.event-block .content-box .cat-info a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    color: #fff;
    background: #0a5;
    padding: 3px 10px;
    border-radius: 13px
}

.event-block .content-box h3 {
    color: #222;
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 5px;
    font-size: 20px
}

.event-block .content-box h3 a {
    color: #151515;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.event-block .content-box h3 a:hover {
    color: #bb1f63
}

.event-block .content-box .text {
    margin-bottom: 25px
}

.event-block .read-more {
    position: absolute;
    right: 0;
    top: 7px;
    height: 100px;
    padding-top: 40px;
    width: 150px;
    display: block;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.event-block .read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #54ca6f;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.event-block .read-more a:before {
    content: "\f1bd";
    font-family: Flaticon;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    line-height: 24px;
    color: #0a5;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.event-block .inner-box:hover .read-more a,
.event-block .read-more a:hover {
    color: #0a5;
    padding-left: 22px
}

.event-block .inner-box:hover .read-more a:before,
.event-block .read-more a:hover:before {
    opacity: 1;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.events-section .right-column {
    position: relative;
    margin-bottom: 40px
}

.events-section .right-column .col-inner {
    position: relative;
    display: block;
    padding-left: 20px
}

.newsletter-box {
    position: relative;
    display: block;
    text-align: center
}

.newsletter-box .image-box {
    position: relative;
    display: block;
    padding: 90px 20px;
    color: #fff;
    z-index: 1
}

.newsletter-box .image-box .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.newsletter-box .image-box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.newsletter-box .image-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 25px
}

.newsletter-box .image-box h3 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    color: #f5c10a
}

.newsletter-box .image-box .text {
    position: relative;
    color: #fff
}

.newsletter-box .form-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .36)
}

.newsletter-box .form-box form {
    position: relative
}

.newsletter-box .form-box .form-group {
    position: relative;
    margin: 0 0 10px
}

.newsletter-box .form-box .form-group input[type=email],
.newsletter-box .form-box .form-group input[type=tel],
.newsletter-box .form-box .form-group input[type=text],
.newsletter-box .form-box .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 5px 10px 10px;
    height: 40px;
    display: block;
    font-size: 15px;
    background: #fff;
    font-weight: 500;
    color: #222;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.newsletter-box .form-box .form-group input[type=email]:focus,
.newsletter-box .form-box .form-group input[type=tel]:focus,
.newsletter-box .form-box .form-group input[type=text]:focus {
    border-color: #0a5
}

.newsletter-box .form-box .form-group input::-webkit-input-placeholder {
    color: #757575
}

.newsletter-box .form-box .form-group .theme-btn {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 25px;
    text-align: center
}

.newsletter-box .form-box .instruction {
    font-size: 14px;
    color: #757575;
    line-height: 20px
}

.events-section .see-all {
    position: relative;
    display: block;
    margin-top: 0;
    text-align: center
}

.events-section .see-all .arrow {
    padding-right: 5px;
    vertical-align: middle
}

.events-section .see-all a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #313131;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid;
    padding: 5px 16px;
    border-radius: 30px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.events-section .see-all a:hover {
    color: #222
}

.services-section-two {
    position: relative;
    padding: 100px 0 80px;
    background: #f1f1f1
}

.services-section-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed
}

.services-section-two .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .85
}

.services-section-two .outer {
    position: relative;
    margin: 0 -15px
}

.services-section-two .nav-column {
    position: relative;
    float: left;
    width: 26.5%;
    padding: 0 15px;
    margin-bottom: 30px
}

.services-section-two .nav-column .inner {
    padding: 15px 0 12px;
    background: #0a5;
    color: #fff
}

.services-section-two .nav-column ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.services-section-two .nav-column ul li:last-child {
    border-bottom: none
}

.services-section-two .nav-column ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: Manjari, sans-serif;
    color: #fff;
    padding: 13px 28px;
    line-height: 30px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-section-two .nav-column ul li a:after {
    content: "\f1bd";
    font-family: Flaticon;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    top: 0;
    padding-left: 5px;
    font-size: 18px;
    font-weight: 400
}

.services-section-two .nav-column ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #03934b;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-section-two .nav-column ul li:hover:before {
    opacity: 1;
    left: -10px;
    right: -10px;
    top: -1px;
    bottom: -1px
}

.services-section-two .image-column {
    position: relative;
    float: left;
    width: 47%;
    padding: 0 15px;
    margin-bottom: 30px
}

.services-section-two .image-column .inner {
    position: relative;
    display: block
}

.services-section-two .image-box {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    background: #0a5
}

.services-section-two .image-box img {
    display: block;
    width: 100%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-section-two .image-box .over-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 100px 20px 20px
}

.services-section-two .image-box .icon-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border: 2px solid #fff;
    margin: 0 auto 20px;
    border-radius: 50%
}

.services-section-two .image-box .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.services-section-two .image-box:hover .image img {
    opacity: .5
}

.team-section {
    position: relative;
    padding: 100px 0 110px;
    background: #f1f1f1
}

.team-section.alternate {
    background: 0 0
}

.team-section .sec-title {
    margin-bottom: 50px
}

.team-block {
    position: relative;
    margin-bottom: 30px
}

.owl-theme .team-block {
    padding: 0;
    margin-bottom: 0
}

.team-block .inner-box {
    position: relative;
    display: block;
    text-align: center
}

.team-block .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.team-block .image,
.team-block .image img {
    display: block;
    width: 100%
}

.team-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.team-section.alternate .hover-box {
    background: rgba(255, 255, 255, .95)
}

.team-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.team-block .hover-box .hover-inner {
    position: relative;
    display: block;
    padding: 60px 20px 20px
}

.team-block .hover-box .icon-box {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: #0a5;
    margin: 0 0 20px
}

.alternate .team-block .hover-box .icon-box {
    color: #0a5
}

.alternate .team-block .hover-upper h6 {
    color: #222
}

.alternate .team-block .hover-upper {
    border-bottom-color: rgba(0, 0, 0, .1)
}

.team-block .hover-upper {
    position: relative;
    display: block;
    margin: 0 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.team-block .hover-upper h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px
}

.team-block .hover-lower {
    position: relative;
    display: block
}

.team-block .info {
    position: relative;
    font-size: 15px;
    line-height: 24px
}

.team-block .info li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px
}

.team-block .info li a {
    color: #dedede;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.alternate .team-block .info li,
.alternate .team-block .info li a {
    color: #757575
}

.team-block .info li a:hover {
    color: #0a5;
    text-decoration: underline
}

.team-block .social-links {
    position: relative;
    padding-top: 20px
}

.team-block .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px
}

.team-block .social-links li a {
    color: #dedede;
    font-size: 14px;
    line-height: 24px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.alternate .social-links li a {
    color: #aaa
}

.team-block .social-links li a:hover {
    color: #0a5
}

.team-block .lower-box {
    position: relative;
    display: block;
    padding: 25px 20px 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
    overflow: hidden
}

.team-block .lower-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0a5;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.team-block .inner-box:hover .lower-box:before {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.team-block .lower-box h4 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 700;
    z-index: 1
}

.team-block .lower-box h4 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.team-block .inner-box:hover .lower-box h4 a {
    color: #fff
}

.team-block .lower-box h4 a:hover {
    text-decoration: underline
}

.team-block .lower-box .designation {
    position: relative;
    color: #0a5;
    font-weight: 500;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 1
}

.team-block .inner-box:hover .lower-box .designation {
    color: #fff
}

.team-carousel .owl-nav {
    display: none
}

.team-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 100%;
    text-align: center
}

.team-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 10px
}

.team-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaa;
    outline: 2px solid transparent;
    outline-offset: 4px
}

.team-carousel .owl-dots .owl-dot.active span {
    background: #0a5;
    outline-color: #0a5
}

.news-section {
    position: relative;
    padding: 110px 0;
    background: #fff;
    overflow: hidden
}

.news-block {
    position: relative;
    margin-bottom: 30px
}

.owl-theme .news-block {
    margin-bottom: 0
}

.news-section .news-carousel .owl-stage-outer {
    overflow: visible
}

.news-section .news-carousel .news-block {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-section .news-carousel .active .news-block {
    opacity: 1;
    visibility: visible
}

.news-block .inner-box {
    position: relative;
    display: block
}

.news-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.news-block .image,
.news-block .image img {
    display: block;
    width: 100%
}

.news-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.news-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible
}

.news-block .hover-box .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.news-block .hover-box .link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.news-block .hover-box .link a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin: -15px 0 0 -15px
}

.news-block .hover-box .single-link {
    left: auto;
    right: 0
}

.news-block .hover-box .single-link a {
    background: #0a5
}

.news-block .lower-box {
    position: relative;
    display: block;
    padding: 30px 30px 20px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-top: none;
    font-family: Manjari, sans-serif;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07)
}

.news-block .lower-box .upper-info {
    position: relative;
    padding-bottom: 20px
}

.news-block .lower-box h4 {
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
    z-index: 1
}

.news-block .lower-box h4 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block .lower-box h4 a:hover {
    color: #0a5;
    text-decoration: underline
}

.news-block .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 1
}

.news-block .lower-box .cat-info a {
    color: #757575
}

.news-block .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 14px;
    color: #0a5
}

.news-block .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 20px
}

.news-block .author-info {
    position: relative;
    float: left;
    padding-left: 65px;
    min-height: 50px;
    padding-top: 8px
}

.news-block .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%
}

.news-block .author-info .author-title {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600
}

.news-block .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase
}

.news-block .comments-info {
    position: relative;
    float: right;
    padding: 13px 0;
    line-height: 24px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding-left: 15px
}

.news-block .comments-info a {
    font-size: 14px;
    color: #757575;
    display: block
}

.news-block .comments-info a .fa {
    padding-right: 3px;
    color: #aaa
}

.news-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -122px
}

.news-carousel .owl-nav button.owl-next,
.news-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 62px;
    height: 62px;
    line-height: 60px;
    color: #ccc;
    font-size: 24px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-carousel .owl-nav .owl-next:hover,
.news-carousel .owl-nav .owl-prev:hover {
    border-color: #0a5;
    color: #0a5
}

.news-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    display: none
}

.news-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 10px
}

.news-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaa;
    outline: 2px solid transparent;
    outline-offset: 4px
}

.news-carousel .owl-dots .owl-dot.active span {
    background: #0a5;
    outline-color: #0a5
}

.contact-info-section {
    position: relative;
    padding: 110px 0 190px;
    background: #fff;
    text-align: center;
    overflow: hidden
}

.contact-info-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.contact-info-section .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(241, 241, 241, .93)
}

.contact-info-section .sec-title {
    margin-bottom: 50px
}

.contact-info-section .info-outer {
    position: relative
}

.contact-info-section .info-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin: 0 14px 30px;
    font-family: Manjari, sans-serif
}

.contact-info-section .info-box .inner {
    position: relative;
    display: block;
    padding: 40px 20px 35px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07)
}

.contact-info-section .info-box .inner:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #0a5;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.contact-info-section .info-box:hover .inner:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.contact-info-section .info-box .icon {
    position: relative;
    display: block;
    line-height: 1em;
    font-size: 42px;
    color: #0a5;
    margin: 0 0 20px
}

.contact-info-section .info-box strong {
    position: relative;
    display: block;
    line-height: 1.4em;
    font-size: 18px;
    color: #222;
    margin: 0 0 7px
}

.contact-info-section .info-box .info,
.contact-info-section .info-box .info a {
    color: #757575;
    font-size: 15px;
    line-height: 24px
}

.contact-info-section .info-box .info a:hover {
    color: #0a5;
    text-decoration: underline
}

.testimonials-section {
    position: relative;
    padding: 0 0
}

.testimonials-section .carousel-box {
    position: relative;
    display: block;
    margin-top: -110px;
    padding: 90px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
    z-index: 1
}

.testimonials-section .slide-item {
    position: relative;
    display: block
}

.testimonials-section .slide-item .inner {
    position: relative;
    display: block;
    max-width: 580px;
    margin: 0 auto
}

.testimonials-section .carousel-box .icon-box {
    position: absolute;
    left: 70px;
    top: 50px;
    display: block;
    color: #f1f1f1;
    font-size: 400px;
    line-height: 1em;
    font-family: Manjari, sans-serif
}

.testimonials-section .slide-item .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.8em;
    color: #757575
}

.testimonials-section .slide-item .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 30px;
    padding-left: 120px;
    min-height: 100px;
    margin: 0 0 35px
}

.testimonials-section .slide-item .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.testimonials-section .slide-item .author-thumb img {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.testimonials-section .slide-item .info .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    color: #222;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Manjari, sans-serif
}

.testimonials-section .slide-item .info .designation {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    color: #0a5;
    font-weight: 500;
    text-transform: capitalize
}

.testimonials-section .owl-theme .owl-nav {
    display: none
}

.testimonials-section .owl-nav {
    display: none
}

.testimonials-section .owl-dots {
    position: relative;
    display: block;
    padding-top: 30px;
    width: 100%;
    text-align: center
}

.testimonials-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 10px
}

.testimonials-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaa;
    outline: 2px solid transparent;
    outline-offset: 4px
}

.testimonials-section .owl-dots .owl-dot.active span {
    background: #0a5;
    outline-color: #0a5
}

.facts-section {
    position: relative;
    padding: 90px 0 40px
}

.facts-section .row {
    margin: 0 -20px
}

.facts-section .fact-column {
    position: relative;
    padding: 0 20px;
    margin-bottom: 50px
}

.facts-section .fact-column .inner {
    position: relative;
    display: block;
    min-height: 50px
}

.facts-section .fact-column .fact-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    line-height: 30px;
    padding: 8px 10px;
    min-height: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #0a5;
    font-family: Manjari, sans-serif;
    text-align: center;
    border: 2px solid #0a5
}

.facts-section .fact-column .fact-box span {
    position: relative;
    top: 5px
}

.facts-section .fact-column .fact-box:before {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: -10px;
    width: 40px;
    top: 24px;
    border-bottom: 1px solid #0a5
}

.facts-section .fact-title {
    position: relative;
    color: #222;
    font-weight: 700;
    line-height: 25px;
    padding-left: 160px;
    margin-bottom: 30px
}

.useful-links {
    display: table;
    margin: auto;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 40px
}

.useful-ul {
    text-align: center
}

.useful-ul span {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #353535;
    font-weight: 500;
    font-size: 18px
}

.useful-ul li {
    display: inline-block
}

.useful-ul li a {
    padding: 0 10px;
    border-right: 1px solid #989898;
    color: #0a0a0a;
    font-size: 17px
}

.useful-ul li a.b-none {
    border: none
}

.main-footer {
    position: relative;
    background: 0 0;
    color: #999
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0 20px
}

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

.main-footer .widget-title {
    position: relative;
    margin-bottom: 20px
}

.main-footer .widget-content {
    position: relative
}

.main-footer .widget-title h4 {
    position: relative;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0
}

.main-footer .about-widget .logo {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.main-footer .about-widget h5 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.main-footer .about-widget .address {
    position: relative;
    margin-bottom: 20px
}

.main-footer .links-widget {
    position: relative
}

.main-footer .links-widget .column {
    position: relative;
    margin-bottom: 30px
}

.main-footer .links-widget .links li {
    position: relative;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 15px
}

.main-footer .links-widget .links li:last-child {
    margin-bottom: 0
}

.main-footer .links-widget .links li a {
    position: relative;
    display: block;
    color: #999;
    line-height: 24px;
    font-size: 15px;
    text-transform: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.main-footer .links-widget .links li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 0;
    border-bottom: 2px solid #e12784;
    opacity: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.main-footer .links-widget .links li:hover a:before {
    opacity: 1;
    width: 15px;
    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-footer .links-widget .links li a:hover {
    color: #fff;
    padding-left: 20px
}

.main-footer .num-links li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    font-size: 15px
}

.main-footer .num-links li:last-child {
    margin-bottom: 0
}

.main-footer .num-links li a {
    position: relative;
    display: block;
    color: #c3c3c3;
    line-height: 24px;
    font-size: 15px;
    text-transform: capitalize;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.main-footer .num-links li .hvr-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.main-footer .num-links li a:hover .hvr-info {
    opacity: 1;
    visibility: visible;
    margin-left: 5px
}

.main-footer .num-links li a .hvr-info:before {
    content: "\f1be";
    font-family: Flaticon;
    position: absolute;
    left: 0;
    top: 0;
    color: #0a5
}

.main-footer .num-links li:hover a:before {
    opacity: 1;
    width: 15px;
    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-footer .num-links li a:hover {
    color: #fff
}

.main-footer .footer-bottom {
    position: relative;
    line-height: 24px
}

.main-footer .footer-bottom .inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 40px 0
}

.main-footer .footer-bottom .inner {
    position: relative;
    padding: 30px 0
}

.main-footer .footer-bottom .copyright {
    position: relative
}

.main-footer .footer-bottom .copyright strong {
    color: #222
}

.main-footer .footer-bottom .copyright a {
    text-transform: capitalize;
    color: #0a5;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.main-footer .footer-bottom .copyright a:hover {
    text-decoration: underline
}

.main-footer .social-links {
    position: relative;
    padding-top: 20px;
    text-align: center
}

.main-footer .social-links ul {
    position: relative
}

.main-footer .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
    line-height: 24px
}

.main-footer .social-links li a {
    color: #999;
    font-size: 14px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.main-footer .social-links li a:hover {
    color: #0a5
}

.welcome-section-two {
    position: relative;
    padding: 77px 0 80px;
    background: #fff;
    z-index: 2
}

.welcome-section-two.alternate {
    padding-top: 110px;
    background: #fff
}

.welcome-section-two .sec-title {
    margin-bottom: 50px
}

.welcome-section-two .upper-row {
    position: relative;
    margin-bottom: 20px
}

.welcome-section-two .upper-row .auto-container {
    max-width: 1280px
}

.welcome-section-two .upper-row .row {
    margin: 0 0
}

.welcome-section-two .upper-container {
    position: relative;
    top: -90px;
    display: block;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .07)
}

.featured-block-three {
    position: relative;
    padding: 0;
    border-right: 1px solid rgba(0, 0, 0, .07)
}

.welcome-section-two .upper-container .featured-block-three:last-child {
    border-right: none
}

.featured-block-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden
}

.featured-block-three .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.featured-block-three .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.featured-block-three .content-box {
    position: relative;
    display: block;
    padding: 50px 25px 50px 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block-three .content-box .content {
    position: relative;
    padding-left: 100px;
    min-height: 80px
}

.featured-block-three .content-box .subtitle {
    font-size: 15px;
    color: #8e8e8e;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: Manjari, sans-serif
}

.featured-block-three .content-box h4 {
    color: #222;
    font-weight: 700;
    line-height: 1.25em;
    max-width: 200px;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block-three .content-box h4 a {
    color: #222
}

.featured-block-three .content-box h4 a:hover {
    color: #0a5
}

.featured-block-three .content-box .icon-box {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 80px;
    height: 80px;
    color: #0a5;
    font-size: 60px;
    line-height: 80px
}

.featured-block-three .content-box .icon-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.featured-block-three .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.featured-block-three .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible
}

.featured-block-three .hover-box .inner {
    position: relative;
    display: block;
    padding: 35px 40px 15px
}

.featured-block-three .hover-box h4 {
    color: #222;
    font-weight: 700;
    line-height: 1.3em;
    max-width: 220px;
    margin: 0 0 10px
}

.featured-block-three .hover-box h4 a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block-three .hover-box h4 a:hover {
    color: #0a5
}

.featured-block-three .hover-box .text {
    color: #757575;
    line-height: 1.6em
}

.featured-block-three .more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    line-height: 30px;
    text-align: center;
    color: #0a5;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2
}

.featured-block-three:hover .more-link {
    opacity: 1
}

.featured-block-three .more-link a {
    position: relative;
    display: block;
    line-height: 42px;
    color: #fff
}

.featured-block-three .more-link a:before {
    content: '';
    position: absolute;
    right: -85px;
    bottom: -85px;
    width: 140px;
    height: 140px;
    background: #0a5;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.featured-block-three .more-link a i,
.featured-block-three .more-link a span {
    position: relative;
    top: 0;
    z-index: 1
}

.contact-links-box {
    position: relative;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.welcome-section-two .upper-row .contact-links-box {
    position: absolute;
    right: 40px;
    bottom: 100%;
    margin-bottom: 25px;
    width: 300px;
    background: #fff
}

.contact-links-box .inner {
    position: relative
}

.contact-links-box .info-header {
    position: relative;
    padding: 20px 30px 15px;
    background: #0a5;
    color: #fff
}

.contact-links-box .info-header h4 {
    font-weight: 700;
    margin: 0
}

.contact-links-box .info {
    position: relative;
    padding: 10px 30px;
    background: #fff
}

.contact-links-box .info li {
    position: relative;
    padding: 25px 0 15px 62px;
    min-height: 90px;
    line-height: 24px;
    font-size: 15px;
    color: #757575;
    font-family: Manjari, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.sidebar-widget .contact-links-box .info li {
    padding-top: 27px
}

.contact-links-box .info li a {
    color: #757575
}

.contact-links-box .info li a:hover {
    text-decoration: underline;
    color: #0a5
}

.contact-links-box .info li:last-child {
    border-bottom: 0
}

.contact-links-box .info li strong {
    display: block;
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 700
}

.contact-links-box .info li .icon {
    position: absolute;
    left: 0;
    top: 15px;
    line-height: 60px;
    font-size: 42px;
    color: #0a5
}

.welcome-section-two .lower-row {
    position: relative
}

.welcome-section-two .lower-row .sec-title {
    margin-bottom: 40px
}

.welcome-section-two .text-col {
    position: relative;
    margin-bottom: 30px
}

.welcome-section-two .text-col .inner {
    display: block;
    padding-right: 40px
}

.welcome-section-two .text-col .text {
    position: relative;
    margin-bottom: 30px
}

.welcome-section-two .text-col .info {
    position: relative;
    margin-bottom: 40px;
    line-height: 20px
}

.welcome-section-two .text-col .info strong {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    font-family: Manjari, sans-serif
}

.welcome-section-two .text-col .info .desigantion {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #757575
}

.welcome-section-two .video-link {
    position: relative
}

.welcome-section-two .video-link .link {
    position: relative;
    display: block;
    min-height: 60px;
    color: #222;
    padding: 10px 0 0 80px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.welcome-section-two .video-link .link .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    color: #0a5;
    border: 2px solid #0a5;
    border-radius: 50%
}

.welcome-section-two .video-link .link .txt {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: Manjari, sans-serif
}

.welcome-section-two .video-link .link:hover {
    color: #0a5
}

.welcome-section-two .image-col {
    position: relative
}

.welcome-section-two .image-col .row {
    margin: 0 -5px
}

.welcome-section-two .image-col .image {
    padding: 0 5px;
    margin-bottom: 10px
}

.welcome-section-two .image-col img {
    display: block;
    width: 100%
}

.fluid-section {
    position: relative;
    padding: 0
}

.fluid-section .top-icon-box {
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 37%;
    width: 112px;
    height: 112px;
    font-size: 60px;
    line-height: 112px;
    background: #f1f1f1;
    color: #112639;
    text-align: center;
    border-radius: 50%;
    z-index: 2
}

.alternate-icon .top-icon-box {
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.fluid-section .row {
    margin: 0
}

.fluid-section .column {
    position: relative;
    padding: 0;
    color: #fff
}

.fluid-section .image-layer {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.fluid-section .whychoose {
    background-image: url(../images/why-choose2.jpg)
}

.fluid-section .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 52, .18)
}

.fluid-section .column:nth-child(2) .image-layer:before {
    background: rgba(186, 33, 0, .88);
    opacity: .9
}

.fluid-section .column .inner {
    position: relative;
    float: right;
    width: 100%;
    max-width: 600px;
    padding-right: 100px
}

.fluid-section .column:nth-child(2) .inner {
    float: left;
    padding-right: 0;
    padding-left: 100px
}

.fluid-section .column .content {
    position: relative;
    display: block;
    padding: 72px 9px 98px
}

.fluid-section .column .upper-title {
    position: relative;
    display: block;
    padding: 12px 0 0 84px;
    min-height: 60px;
    margin-bottom: 35px
}

.fluid-section .column .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    line-height: 1em
}

.fluid-section .column .upper-title h4 {
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    font-size: 34px
}

.fluid-section .column .upper-title h2 {
    font-weight: 700;
    margin: 0
}

.why-choose-conatiner {
    position: relative
}

.why-choose-text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 14px;
    margin-top: 28px;
    background-color: #a93936
}

.welcome {
    text-transform: uppercase;
    position: relative;
    font-size: 62px;
    color: #ccc;
    padding: 91px 0 1px;
    display: table;
    max-width: 636px;
    width: 100%
}

.welcome::after,
.welcome::before {
    content: "";
    position: absolute;
    width: 33%;
    height: 2px;
    border-bottom: 1px solid #ccc;
    right: 0;
    top: 103px
}

.welcome::after {
    left: initial;
    right: 170px;
    border: none
}

.departments-section {
    position: relative
}

.departments-section::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%
}

.pattern-container .departments-section,
.pattern-container .get-info-section {
    position: relative;
    background: 0 0
}

._top_abt_section {
    position: relative
}

._top_abt_section::before {
    content: '';
    position: absolute;
    left: 0;
    margin: auto;
    top: 124px;
    height: 2px;
    width: 51%;
    background: #0a1b5f
}

._top_about {
    text-align: center;
    margin: auto;
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
    top: 50px
}

._top_about::after,
._top_about::before {
    content: '';
    position: absolute;
    left: 0;
    height: 78%;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 86%;
    border: 2px solid #dadada;
    border-top: 0;
    z-index: -1
}

._top_about::after {
    border: none
}

._top_about h3 {
    text-transform: uppercase;
    font-size: 27px;
    background: #021b5f;
    color: #fff;
    padding: 20px 7px;
    border-radius: 62px;
    margin-bottom: 0;
    line-height: 40px;
    position: relative;
    z-index: 1
}

._top_about h3::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 98%;
    height: 92%;
    border: 1px dashed #eee;
    left: 0;
    right: 0;
    margin: auto;
    top: 5px;
    border-radius: 62px
}

._top_about h3::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 160px;
    height: 2px;
    border-top: 1px dashed #eee;
    left: 0;
    right: 0;
    margin: auto;
    top: 99px
}

._top_about p {
    font-size: 20px;
    margin: 0;
    line-height: 35px;
    padding: 25px 76px;
    text-align: center
}

.trusted_block {
    text-align: center;
    position: absolute;
    padding: 18px;
    border: 13px solid #ccc;
    right: 0;
    background: #021b5f;
    z-index: 5;
    max-width: 275px;
    top: -353px
}

.trusted_block h4 {
    text-transform: uppercase;
    font-size: 23px;
    margin-top: 15px;
    color: #fff
}

.trusted_block img {
    display: inline-block
}

.departments-section .upper-row {
    position: relative;
    padding: 69px 0 42px
}

.departments-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 785px
}

.about_block {
    position: relative
}

.about_block::before {
    content: "";
    position: absolute;
    width: 14%;
    height: 50%;
    right: -23px;
    bottom: 7px
}

.departments-section .upper-row .sec-title {
    margin-bottom: 38px;
    text-align: center;
    padding-top: 0
}

.departments-section .upper-row .sec-title span {
    display: inline-block;
    color: #f965ab;
    font-size: 36px;
    margin-bottom: 4px;
    right: 0;
    font-family: 'Dancing Script', cursive
}

.departments-section .upper-row .sec-title h2 {
    font-weight: 600;
    font-size: 30px
}

.departments-section .upper-row .sec-title h3 {
    text-transform: uppercase;
    padding-bottom: 0;
    color: #f965ab;
    font-size: 25px;
    margin-bottom: 8px
}

.departments-section .upper-row .sec-title h4 {
    text-transform: uppercase
}

.departments-section .upper-row .about-text p {
    font-size: 17px;
    color: #484848;
    text-align: center
}

.departments-section .image-column {
    position: relative;
    margin-bottom: 30px
}

.departments-section .image-column .inner {
    position: relative;
    display: block;
    margin-left: 0;
    padding: 6px;
    background: #fff;
    box-shadow: 0 0 10px;
    z-index: 1
}

.departments-section .image-column .inner::after,
.departments-section .image-column .inner::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 25%;
    background: #f965ab;
    left: -18px;
    top: -18px
}

.departments-section .image-column .inner::after {
    left: initial;
    top: initial;
    right: -18px;
    bottom: -18px;
    z-index: -1
}

.departments-section .image-column img {
    position: relative;
    display: block;
    width: 100%
}

.departments-section .right-column {
    position: relative;
    margin-bottom: 30px
}

.departments-section .right-column .inner {
    position: relative;
    display: block;
    text-align: center
}

.departments-section .right-column .bottom-text {
    position: relative;
    display: block;
    padding-top: 9px;
    font-size: 16px;
    color: #222;
    font-weight: 500
}

.departments-section .right-column .bottom-text a {
    color: #0a5
}

.featured-block-four {
    position: relative;
    margin-bottom: 30px
}

.phone_info {
    position: absolute;
    top: -72px;
    z-index: 1;
    background: #fff;
    padding: 9px 23px;
    box-shadow: 0 0 10px #b1afaf;
    border-radius: 31px;
    border: 6px solid #eaeaea
}

.phone_info span {
    display: inline-block;
    font-size: 17px;
    padding: 0 10px
}

.phone_info span i {
    width: 30px;
    height: 30px;
    background-color: #3e3e3e;
    color: #fff;
    text-align: center;
    margin-right: 11px;
    font-size: 14px;
    line-height: 31px;
    border-radius: 50%
}

.page-wrapper {
    position: relative
}

.page-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-coe.png);
    z-index: -1
}

a._Appointment {
    position: absolute;
    bottom: 15px;
    z-index: 9;
    width: 207px;
    text-align: center;
    background: #fff;
    color: #f965ab;
    border: 2px solid;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 20px;
    border-radius: 30px;
    left: 244px;
    right: 0;
    margin: auto
}

.why-block-section {
    position: relative;
    z-index: 1;
    right: 0;
    top: 0
}

._why {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 1
}

.why-blocks {
    text-align: center;
    border-bottom: 1px dashed #8e8e8e;
    margin-bottom: 21px;
    padding: 20px 0;
    display: inline-block;
    width: 49%
}

.why-blocks:nth-child(2) {
    margin-bottom: 0
}

.why-blocks:nth-child(1) {
    border-right: 1px dashed #8e8e8e;
    margin-bottom: 0
}

.why-blocks:nth-child(3) {
    border-right: 1px dashed #8e8e8e;
    border-bottom: none
}

.why-blocks:last-child {
    border-bottom: 0;
    position: relative;
    top: -30px
}

.why-blocks h4 {
    color: #676767;
    font-size: 25px;
    margin: 0;
    font-weight: 700;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 8px solid #dadada;
    border-radius: 50%;
    line-height: 84px;
    box-shadow: 0 0 10px
}

.why-blocks p {
    color: #313131;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 9px 0 0;
    text-align: center
}

.why-blocks p strong {
    color: #ef64ab
}

.owl-theme .featured-block-four {
    margin: 0
}

.departments-carousel .owl-stage-outer {
    overflow: visible
}

.departments-carousel .featured-block-four {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.departments-carousel .active .featured-block-four {
    opacity: 1;
    visibility: visible
}

.featured-block-four .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 30px 25px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block-four .inner-box:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07), 0 15px 30px 0 rgba(0, 0, 0, .07)
}

.featured-block-four .count-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 90px;
    padding: 25px 10px 20px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #c7c7c7;
    font-family: Manjari, sans-serif;
}

.featured-block-four .icon-box {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: #0a5;
    margin-bottom: 30px
}

.featured-block-four .content {
    position: relative;
    display: block
}

.featured-block-four h4 {
    color: #222;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 20px
}

.featured-block-four h4 a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block-four h4 a:hover {
    color: #0a5
}

.featured-block-four .text {
    margin-bottom: 20px
}

.featured-block-four .read-more {
    position: relative;
    display: block;
    padding: 15px 0 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.featured-block-four .read-more a {
    position: relative;
    display: block;
    color: #757575;
    font-size: 16px;
    font-weight: 700;
    font-family: Manjari, sans-serif;
    text-transform: capitalize;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.featured-block-four .read-more a span {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.featured-block-four .read-more a span:after {
    content: "\f1bd";
    font-family: Flaticon;
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 0;
    line-height: 20px;
    color: #0a5;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.featured-block-four .inner-box:hover .read-more a span:after,
.featured-block-four .read-more a:hover span:after {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.featured-block-four .read-more a:after {
    content: "\f1bd";
    font-family: Flaticon;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
    color: #0a5;
    font-size: 16px;
    font-weight: 700;
    opacity: 1;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.featured-block-four .inner-box:hover .read-more a,
.featured-block-four .read-more a:hover {
    color: #0a5
}

.featured-block-four .inner-box:hover .read-more a:after,
.featured-block-four .read-more a:hover:after {
    opacity: 0;
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
}

.departments-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -110px
}

.departments-carousel .owl-nav button.owl-next,
.departments-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    color: #ccc;
    font-size: 24px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.departments-carousel .owl-nav .owl-next:hover,
.departments-carousel .owl-nav .owl-prev:hover {
    border-color: #0a5;
    color: #0a5
}

.departments-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    display: none
}

.departments-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 10px
}

.departments-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaa;
    outline: 2px solid transparent;
    outline-offset: 4px
}

.departments-carousel .owl-dots .owl-dot.active span {
    background: #0a5;
    outline-color: #0a5
}

.departments-section .services-row {
    position: relative
}

.departments-section .services-row .auto-container {
    max-width: 1400px
}

.departments-section .services-row .auto-container {
    max-width: 1400px
}

.departments-section .services-row .outer-container {
    position: relative;
    padding: 100px 100px 80px;
    color: #fff
}

.departments-section .services-row .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.departments-section .services-row .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a5;
    opacity: .93
}

.departments-section .services-row .sec-title {
    margin-bottom: 50px
}

.departments-section .services-row ul li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: Manjari, sans-serif;
    margin-bottom: 15px
}

.departments-section .services-row ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255, 255, 255, .7);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.departments-section .services-row ul li:hover:before {
    background: #fff;
    border-color: #fff
}

.departments-section .services-row ul li a {
    position: relative;
    display: inline-block;
    color: #fff
}

.departments-section .services-row ul li a:after {
    content: "\f1bd";
    font-family: Flaticon;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    font-size: 16px;
    font-weight: 400
}

.highlights-section {
    position: relative;
    padding: 77px 0 79px;
    margin-bottom: 0
}

.highlights-section .sec-title {
    margin-bottom: 25px
}

.highlights-section .sec-title::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 88px;
    background: #dadada;
    left: 115px;
    top: -77px
}

.highlights-section .sec-title::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ef64ab;
    left: 115px;
    top: 8px
}

.service_head {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    padding: 1px 19px 0;
    z-index: 1;
    top: 0
}

.ser_blocks {
    position: relative
}

.ser_row .col-md-3 {
    padding: 0 14px
}

.ser_row .col-md-3:nth-child(1) {
    top: 0;
    margin-left: 138px
}

.ser_row .col-md-3:nth-child(4) {
    top: 0
}

.ser_row .col-md-3:nth-child(5),
.ser_row .col-md-3:nth-child(6),
.ser_row .col-md-3:nth-child(7),
.ser_row .col-md-3:nth-child(8) {
    margin-top: 0
}

.service_list {
    position: relative;
    text-align: center;
    margin-bottom: 29px;
    z-index: 1;
    padding: 18px 0
}

.service_list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px #a5a5a5;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 142px 142px 0 0;
    border-bottom: 4px solid #585858
}

.ser_img {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 227px;
    height: 227px;
    border-radius: 142px 142px 0 0;
    overflow: hidden;
    margin-bottom: 9px
}

.ser_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 55%;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0), #070933);
    z-index: 1
}

.ser_img img {
    display: inline-block;
    position: relative;
    height: 100%
}

.ser_title {
    text-transform: uppercase;
    position: absolute;
    bottom: 79px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    font-size: 16px;
    transition: ease-in-out .6s
}

.ser_title span {
    display: block
}

.service_list:hover .ser_title {
    bottom: 99px
}

.service_list a {
    position: relative;
    width: 106px;
    left: 0;
    right: 0;
    margin: auto;
    color: #272727;
    border: 1px solid;
    z-index: 2;
    font-size: 15px;
    transition: ease-in-out .8s;
    border-radius: 30px;
    display: table;
    padding: 3px 0
}

.service_list:hover a {
    opacity: 1;
    background: #ef64ab;
    color: #fff
}

.bootm_ser_title {
    margin: auto;
    text-transform: uppercase;
    font-size: 31px;
    text-align: center;
    padding: 16px 0;
    border-radius: 30px;
    margin-top: 10px;
    color: #000;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.bootm_ser_title::after,
.bootm_ser_title::before {
    content: "";
    position: absolute;
    width: 12%;
    height: 2px;
    border-bottom: 1px solid #ef4da0;
    left: 0;
    top: 25px
}

.bootm_ser_title::after {
    left: initial;
    right: 0
}

.enquery-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 0 0 47px
}

.enquery-section::before {
    content: "";
    position: absolute;
    width: 47%;
    height: 478px;
    background-color: #424242;
    top: 0;
    right: 0
}

.en-shape1 {
    position: absolute;
    width: 100%;
    top: -35px;
    left: 0
}

.en-shape2 {
    position: absolute;
    width: 100%;
    bottom: -29px;
    left: 0
}

.en-shape1 img,
.en-shape2 img {
    width: 100%
}

.enqury-block {
    text-align: center;
    margin: auto;
    padding: 44px 50px 44px;
    background: #424242
}

.enqury-block h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px
}

.en-form .form-group {
    margin-bottom: 18px;
    position: relative;
    z-index: 1
}

.en-form .form-group i {
    position: absolute;
    top: 12px;
    right: 18px;
    color: #777;
    font-size: 17px;
    z-index: -1
}

.en-form .form-control {
    border: 1px dashed #fff;
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: 48px
}

.en-form textarea.form-control {
    height: 110px
}

.en-form .form-control::placeholder {
    color: #fff
}

.en-btn .btn {
    width: 200px;
    background: #fff;
    border-color: transparent;
    margin-top: 13px;
    color: #000
}

.add_info {
    position: relative;
    margin-top: 49px;
    left: 30px
}

.add_info h4 {
    font-size: 48px;
    line-height: 61px;
    color: #f78fc4;
    font-family: 'Dancing Script', cursive
}

.add_info span {
    display: block
}

.add_info h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 42px;
    color: #343434;
    font-family: 'Open Sans', sans-serif
}

.add_img {
    margin-top: 20px
}

.add_img img {
    width: 235px
}

.video_blok {
    position: relative;
    margin-bottom: 27px
}

.video_blok::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0), #070933)
}

.video_blok::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    left: -29px;
    bottom: -29px;
    background: #ef64ab;
    z-index: -1
}

.video_row .col-md-5:nth-child(3) .video_blok::after {
    left: initial;
    right: -29px
}

.video_titile {
    position: absolute;
    bottom: 14px;
    color: #fff;
    font-size: 19px;
    left: 12px;
    border-left: 3px solid;
    padding-left: 10px
}

.video_blok a {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 58px;
    left: 0;
    right: 0;
    margin: auto;
    background: #de6fa8;
    color: #fff;
    text-align: center;
    font-size: 26px;
    border-radius: 50%;
    line-height: 47px;
    box-shadow: 0 0 0 9px #ccc
}

._dctal_title {
    margin-top: 0;
    margin-bottom: 42px
}

._visting_consultation {
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 0 19px
}

._visting_overlay {
    position: absolute;
    width: 18%;
    height: 50%;
    background-color: #d9e8f9;
    right: 65px;
    bottom: 18px
}

._visiting_hours {
    position: relative;
    color: #eee
}

._visiting_hours h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 38px
}

._visiting_hours ul li {
    display: inline-block;
    width: 49%;
    color: #ffffff;
    box-shadow: 0 0 10px #e8e8e8;
    padding: 15px 8px;
    background: #021b5f;
}

._visiting_hours ul li:last-child {
    border-right: 0;
    margin-bottom: 0
}

._visiting_hours ul li h4 {
    text-transform: uppercase
}

._visiting_hours ul li span {
    display: inline-block;
    border: 1px solid;
    padding: 2px 14px;
    border-radius: 30px;
    background: #ff1d91;
}

._consil_callus {
    position: relative;
    margin-top: 24px
}

._consil_callus h3 {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 6px
}

._consil_callus h4 {
    font-size: 25px
}

._consil_callus a {
    display: inline-block;
    background: #ffff;
    color: #191919;
    padding: 10px 19px;
    font-size: 21px;
    margin-bottom: 28px;
    border: 1px solid #ccc;
    border-radius: 30px
}

.container {
    position: relative
}

.testimonila_title {
    position: absolute;
    text-transform: uppercase;
    transform: rotate(-90deg);
    left: -192px;
    font-size: 48px;
    top: 51%;
    color: #ccc
}

.testimonila_title::after,
.testimonila_title::before {
    position: absolute;
    content: "";
    width: 125px;
    height: 2px;
    border-bottom: 2px solid #ccc;
    left: -161px;
    top: 11px
}

.testimonila_title::after {
    left: initial;
    right: -161px
}

.pricingTable p {
    text-align: center;
    font-size: 18px
}

.pricingTable {
    text-align: center;
    padding: 0 15px 21px;
    margin: 0 10px 28px;
    box-shadow: 0 0 10px #a5a5a5;
    background: linear-gradient(to bottom, rgb(255 255 255), #e8e8e8);
    position: relative
}

.pricingTable .pricingTable-header {
    padding: 35px 0 0;
    margin: 0 0 10px;
    position: relative
}

.pricingTable .pricingTable-header:before {
    content: "";
    background: #030c4a;
    width: 93px;
    height: 119px;
    border-radius: 0 0 100px 100px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%
}

.pricingTable .price-value {
    color: #050c4a;
    background: #fefefe;
    width: 73px;
    height: 73px;
    padding: 20px 0;
    margin: 0 auto 30px;
    border-radius: 50%;
    border: 2px solid #050c4a;
    box-shadow: 0 0 0 5px #fff;
    position: relative
}

.pricingTable .price-value .currency {
    font-size: 33px;
    line-height: 30px;
    vertical-align: top;
    margin: 0 -5px 0 0;
    display: inline-block
}

.pricingTable .price-value .amount {
    font-size: 41px;
    line-height: 36px;
    display: inline-block
}

.pricingTable .price-value .duration {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: -7px;
    display: block
}

.pricingTable .title {
    color: #161616;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0;
    position: relative
}

.pricingTable .title::after,
.pricingTable .title::before {
    content: "";
    position: absolute;
    width: 43px;
    height: 2px;
    left: 51px;
    top: 13px
}

.pricingTable .title::after {
    left: initial;
    right: 51px
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0 20px;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block
}

.pricingTable .pricing-content li {
    color: #555;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: capitalize;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    position: relative
}

.pricingTable .pricing-content li:last-child {
    margin-bottom: 0
}

.pricingTable .pricing-content li:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #606060;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0
}

.pricingTable .pricingTable-signup {
    position: relative
}

.pricingTable .pricingTable-signup:after,
.pricingTable .pricingTable-signup:before {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.pricingTable .pricingTable-signup:after {
    left: auto;
    right: 0
}

.pricingTable .pricingTable-signup a {
    color: #22a6b2;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 20px;
    border: 2px solid #22a6b2;
    border-radius: 7px;
    display: inline-block;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
    color: #fff;
    background: #22a6b2;
    text-shadow: 3px 3px rgba(255, 255, 255, .3)
}

.pricingTable.green .pricingTable-header:before,
.pricingTable.green .pricingTable-signup:after,
.pricingTable.green .pricingTable-signup:before {
    background: #ef64ab
}

.pricingTable.green .price-value,
.pricingTable.green .pricingTable-signup a {
    color: #ef64ab;
    border-color: #ef64ab
}

.pricingTable.green .pricingTable-signup a:hover {
    color: #fff;
    background: #42a147
}

@media only screen and (max-width:990px) {
    .pricingTable {
        margin-bottom: 40px
    }
}

.testimonial_more {
    text-align: center
}

.testimonial_more a {
    position: relative;
    background-color: #fff;
    display: inline-block;
    border: 1px solid;
    color: #000;
    padding: 4px 11px;
    border-radius: 30px;
    margin-top: 0
}

.team-section-two {
    position: relative;
    padding: 168px 0 70px
}

.team-section-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-position: center
}

.appointment-form {
    text-align: center
}

.appointment-form h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000;
    font-size: 38px
}

.appointment-form .form-group {
    margin-bottom: 30px
}

.appointment-form .form-control {
    background-color: #ececec;
    border: none;
    border-radius: 0;
    border-bottom: transparent;
    height: 51px;
    color: #333
}

.appointment-form textarea.form-control {
    height: 90px
}

.appointment-form .form-control::placeholder {
    color: #333
}

.appointment-form .btn {
    background-color: #323234;
    color: #fff;
    border-color: transparent;
    width: 100%;
    margin-top: 38px;
    padding: 12px 3px
}

.team-section-two .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0)
}

.team-section-two .sec-title {
    margin-bottom: 30px
}

.team-section-two .title-col {
    position: relative;
    margin-bottom: 40px
}

.team-section-two .title-col .inner {
    position: relative;
    display: block
}

.team-section-two .title-col .text {
    font-size: 15px;
    color: #e0e0e0;
    margin-bottom: 40px
}

.team-section-two .members-col {
    position: relative
}

.team-section-two .members-col .inner {
    position: relative;
    display: block
}

.team-block-two {
    position: relative;
    margin-bottom: 40px
}

.team-block-two .inner-box {
    position: relative;
    display: block;
    padding-left: 160px;
    min-height: 170px
}

.team-block-two .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 170px;
    display: block;
    overflow: hidden
}

.team-block-two .image,
.team-block-two .image img {
    display: block;
    width: 100%
}

.team-block-two .info {
    position: relative;
    margin-bottom: 30px
}

.team-block-two .info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.team-block-two .info h4 a {
    color: #fff
}

.team-block-two .info .designation {
    font-size: 15px;
    font-weight: 500;
    color: #0a5
}

.team-block-two .share-it {
    position: absolute;
    left: 160px;
    bottom: 0;
    width: 38px;
    height: 38px;
    margin: 0 0
}

.team-block-two .share-it .share-btn {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 30px;
    padding: 4px 0;
    color: #aaa;
    background: #2d2d2d;
    text-align: center;
    border-radius: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-block-two .share-it .share-btn:hover {
    color: #fff;
    background: #0a5;
    border-color: #0a5
}

.team-block-two .share-it .share-list {
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    width: 110px;
    color: #aaa;
    background: #2d2d2d;
    text-align: center;
    border-radius: 19px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.team-block-two .share-it:hover .share-list {
    opacity: 1;
    visibility: visible
}

.team-block-two .share-it .share-list li {
    position: relative;
    display: block;
    float: left;
    width: 36px;
    padding: 4px 0;
    line-height: 30px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.team-block-two .share-it .share-list li:last-child {
    border: none
}

.team-block-two .share-it .share-list li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    color: #999
}

.team-block-two .share-it .share-list li a:hover {
    color: #0a5
}

.news-section-two {
    position: relative;
    padding: 100px 0 70px;
    background: #fff
}

.news-block-two {
    position: relative;
    margin-bottom: 30px
}

.news-block-two .inner-box {
    position: relative;
    display: block
}

.news-block-two .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.news-block-two .image-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, .3);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 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;
    z-index: 1
}

.news-block-two .inner-box:hover .image-box:before {
    opacity: 0
}

.news-block-two .image-box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, 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;
    z-index: 1
}

.news-block-two .inner-box:hover .image-box:after {
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.news-block-two .image,
.news-block-two .image img {
    display: block;
    width: 100%
}

.news-block-two .image-box .cat-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 30px 15px;
    color: #fff;
    font-family: Manjari, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 2
}

.news-block-two .inner-box:hover .image-box .cat-info {
    opacity: 0;
    visibility: hidden
}

.news-block-two .image-box .cat-info a {
    color: #fff
}

.news-block-two .image-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: #0a5
}

.news-block-two .image-box .hover-link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 30px 15px;
    color: #fff;
    font-family: Manjari, sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 3
}

.news-block-two .inner-box:hover .image-box .hover-link {
    opacity: 1;
    visibility: visible
}

.news-block-two .image-box .hover-link a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-two .image-box .hover-link .arrow {
    font-size: 14px;
    font-weight: 400;
    padding-right: 7px
}

.news-block-two .image-box .hover-link a:hover {
    color: #0a5
}

.news-block-two .lower-box {
    position: relative;
    display: block;
    padding: 40px 30px 30px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-top: none;
    font-family: Manjari, sans-serif;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07)
}

.news-block-two .lower-box .upper-info {
    position: relative;
    padding-bottom: 20px
}

.news-block-two .upper-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.news-block-two .upper-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.news-block-two .lower-box h4 {
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
    z-index: 1
}

.news-block-two .lower-box h4 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-two .lower-box h4 a:hover {
    color: #0a5;
    text-decoration: underline
}

.news-block-two .lower-box .post-info {
    position: relative;
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    line-height: 20px
}

.news-block-two .text {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px
}

.news-block-two .more-link {
    position: relative;
    font-family: Manjari, sans-serif
}

.news-block-two .more-link a {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.news-block-two .more-link a:before {
    content: "\f1bd";
    font-family: Flaticon;
    position: absolute;
    left: 0;
    top: -3px;
    width: 15px;
    line-height: 24px;
    color: #0a5;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.news-block-two .inner-box:hover .more-link a,
.news-block-two .more-link a:hover {
    color: #0a5;
    padding-left: 20px
}

.news-block-two .inner-box:hover .more-link a:before,
.news-block-two .more-link a:hover:before {
    opacity: 1;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.news-block-three {
    position: relative;
    margin-bottom: 30px
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 45px 30px;
    background: #0a5;
    color: #fff
}

.news-block-three .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.news-block-three .cat-info {
    position: relative;
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-family: Manjari, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px
}

.news-block-three .cat-info a {
    color: #fff
}

.news-block-three .cat-info .fa {
    padding-right: 5px;
    font-size: 14px;
    color: #fff
}

.news-block-three .post-info {
    position: relative;
    font-size: 14px;
    color: #fff;
    font-family: Manjari, sans-serif;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600
}

.news-block-three .text {
    position: relative;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding: 0 30px;
    padding-bottom: 20px
}

.news-block-three .text:before {
    content: '';
    position: absolute;
    left: 70px;
    right: 70px;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.news-block-four {
    position: relative;
    margin-bottom: 50px
}

.owl-theme .news-block-four {
    margin-bottom: 0
}

.news-block-four .inner-box {
    position: relative;
    display: block
}

.news-block-four .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.news-block-four .image,
.news-block-four .image img {
    display: block;
    width: 100%
}

.news-block-four .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 2
}

.news-block-four .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible
}

.news-block-four .image-box .date {
    position: absolute;
    right: 30px;
    bottom: 0;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #0a5;
    font-family: Manjari, sans-serif;
    z-index: 5;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .07);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.news-block-four .inner-box:hover .date {
    opacity: 0;
    visibility: hidden
}

.news-block-four .hover-box .more-link {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-family: Manjari, sans-serif
}

.news-block-four .hover-box .more-link a {
    position: relative;
    display: block;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #0a5;
    text-transform: capitalize
}

.news-block-four .lower-box {
    position: relative;
    display: block;
    padding: 40px 30px 20px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-top: none;
    font-family: Manjari, sans-serif;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.news-block-four .lower-box .upper-info {
    position: relative;
    padding-bottom: 15px
}

.news-block-four .lower-box h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 7px;
    font-weight: 700;
    z-index: 1
}

.news-block-four .lower-box h2 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-four .lower-box h2 a:hover {
    color: #0a5;
    text-decoration: underline
}

.news-block-four .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 1
}

.news-block-four .lower-box .cat-info a {
    color: #757575
}

.news-block-four .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: #0a5
}

.news-block-four .lower-box .text {
    position: relative;
    margin-bottom: 25px
}

.news-block-four .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 20px
}

.news-block-four .author-info {
    position: relative;
    float: left;
    padding-left: 65px;
    min-height: 50px;
    padding-top: 20px
}

.news-block-four .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%
}

.news-block-four .author-info .author-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase
}

.news-block-four .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase
}

.news-block-four .share-it {
    position: relative;
    float: right;
    margin-top: 5px
}

.news-block-four .share-it .share-btn {
    position: relative;
    display: block;
    width: 30px;
    height: 38px;
    line-height: 30px;
    padding: 4px 0;
    color: #aaa;
    background: 0 0;
    text-align: right;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-four .share-it .share-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.news-block-four .share-it:hover .share-btn {
    color: #0a5
}

.news-block-four .share-it:hover .share-btn:before {
    display: none
}

.news-block-four .share-it .share-list {
    position: absolute;
    right: 100%;
    top: 0;
    height: 38px;
    width: 110px;
    color: #757575;
    background: #f1f1f1;
    text-align: center;
    border-radius: 19px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.news-block-four .share-it:hover .share-list {
    opacity: 1;
    visibility: visible
}

.news-block-four .share-it .share-list li {
    position: relative;
    display: block;
    float: left;
    width: 36px;
    padding: 4px 0;
    line-height: 30px;
    border-right: 1px solid rgba(0, 0, 0, .07)
}

.news-block-four .share-it .share-list li:last-child {
    border: none
}

.news-block-four .share-it .share-list li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    height: 30px;
    line-height: 32px;
    color: #aaa
}

.news-block-four .share-it .share-list li a:hover {
    color: #0a5
}

.news-block-five {
    position: relative;
    margin-bottom: 40px
}

.owl-theme .news-block-five {
    margin-bottom: 0
}

.news-block-five .inner-box {
    position: relative;
    display: block
}

.news-block-five .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.news-block-five .image,
.news-block-five .image img {
    display: block;
    width: 100%
}

.news-block-five .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 2
}

.news-block-five .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible
}

.news-block-five .image-box .date {
    position: absolute;
    right: 20px;
    bottom: 0;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #0a5;
    font-family: Manjari, sans-serif;
    z-index: 5;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .07);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.news-block-five .inner-box:hover .date {
    opacity: 0;
    visibility: hidden
}

.news-block-five .hover-box .more-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: Manjari, sans-serif
}

.news-block-five .hover-box .more-link a {
    position: relative;
    display: block;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #0a5;
    text-transform: capitalize
}

.news-block-five .lower-box {
    position: relative;
    display: block;
    padding: 35px 30px 20px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-top: none;
    font-family: Manjari, sans-serif;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.news-block-five .lower-box .upper-info {
    position: relative;
    padding-bottom: 15px
}

.news-block-five .lower-box h4 {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    z-index: 1
}

.news-block-five .lower-box h4 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-five .lower-box h4 a:hover {
    color: #0a5;
    text-decoration: underline
}

.news-block-five .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 1
}

.news-block-five .lower-box .cat-info a {
    color: #757575
}

.news-block-five .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: #0a5
}

.news-block-five .lower-box .text {
    position: relative;
    margin-bottom: 25px
}

.news-block-five .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 20px
}

.news-block-five .author-info {
    position: relative;
    float: left;
    padding-left: 55px;
    min-height: 40px;
    padding-top: 8px
}

.news-block-five .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%
}

.news-block-five .author-info .author-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase
}

.news-block-five .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase
}

.news-block-five .comments-info {
    position: relative;
    float: right;
    padding: 8px 0;
    line-height: 24px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding-left: 15px
}

.news-block-five .comments-info a {
    font-size: 14px;
    color: #757575;
    display: block
}

.news-block-five .comments-info a .fa {
    padding-right: 3px;
    color: #aaa
}

.reviews-section {
    position: relative;
    padding: 3px 0 32px
}

.reviews-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 436px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top: 0
}

.reviews-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom
}

.reviews-section .review-block {
    position: relative
}

.reviews-section .review-block .inner {
    position: relative;
    display: block;
    padding-left: 100px;
    overflow: hidden
}

.reviews-section .review-block .author-thumb {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.reviews-section .review-block .author-thumb:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    height: 100px;
    border-left: 1px solid rgba(0, 0, 0, .2)
}

.reviews-section .review-block .author-thumb:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 12px;
    height: 100px;
    border-left: 1px solid rgba(0, 0, 0, .2)
}

.reviews-section .review-block:hover .author-thumb:after,
.reviews-section .review-block:hover .author-thumb:before {
    border-color: #0a5;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.reviews-section .review-block .author-thumb img {
    display: block;
    width: 100%;
    border-radius: 50%
}

.reviews-section .review-block .text {
    line-height: 1.7em
}

.reviews-section .review-block .info {
    position: relative;
    margin-top: 25px
}

.reviews-section .review-block .info .name {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ba2100
}

.reviews-section .review-block .info .designation {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0a5
}

.reviews-section .review-block .icon-box {
    position: relative;
    color: #e2ab07;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 20px
}

.reviews-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: -6px
}

.reviews-carousel .owl-nav button.owl-next,
.reviews-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 41px;
    height: 41px;
    line-height: 41px;
    color: #fff;
    font-size: 18px;
    background-color: #de2678;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.reviews-carousel .owl-nav .owl-next:hover,
.reviews-carousel .owl-nav .owl-prev:hover {
    border-color: #ba2100;
    color: #f5c10a
}

.reviews-carousel .owl-dots {
    display: none
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    position: relative;
    margin-bottom: 15px
}

.accordion-box .block:last-child {
    margin-bottom: 0
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
    padding: 19px 50px 11px;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #222;
    background-color: #fff;
    font-family: Manjari, sans-serif;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.accordion-box .block .acc-btn.active {
    color: #0a5;
    border-color: rgba(0, 0, 0, .05);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.accordion-box .block:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 20px;
    bottom: 20px;
    border-left: 2px solid #0a5;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.accordion-box .block.active-block:before {
    bottom: 5px
}

.accordion-box .block .icon {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #061138;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.accordion-box .block .acc-btn.active .icon:before {
    content: "\f123";
    color: #0a5
}

.accordion-box .block.active-block {
    display: block
}

.accordion-box .block .acc-content {
    position: relative;
    padding-left: 50px;
    display: none
}

.accordion-box .block .content {
    position: relative;
    padding: 28px 0 0
}

.accordion-box .block.current .acc-content {
    display: block
}

.accordion-box .block .content .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.6em
}

.default-form {
    position: relative
}

.default-form .row {
    margin: 0 -10px
}

.default-form .form-group {
    position: relative;
    margin-bottom: 10px
}

.default-form .row .form-group {
    padding: 0 5px
}

.default-form .form-group .field-label {
    position: relative;
    display: block;
    color: #7f8a99;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    font-family: Manjari, sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px
}

.default-form .form-group input[type=email],
.default-form .form-group input[type=file],
.default-form .form-group input[type=number],
.default-form .form-group input[type=password],
.default-form .form-group input[type=tel],
.default-form .form-group input[type=text],
.default-form .form-group input[type=url],
.default-form .form-group select,
.default-form .form-group textarea {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 15px;
    color: #222;
    line-height: 28px;
    font-weight: 400;
    padding: 12px 20px 8px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    font-family: Manjari, sans-serif;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.default-form .form-group textarea {
    height: 105px;
    padding-top: 12px;
    resize: none
}

.default-form .form-group input[type=email]:focus,
.default-form .form-group input[type=file]:focus,
.default-form .form-group input[type=number]:focus,
.default-form .form-group input[type=password]:focus,
.default-form .form-group input[type=tel]:focus,
.default-form .form-group input[type=text]:focus,
.default-form .form-group input[type=url]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus,
.form-group .ui-selectmenu-button.ui-button:active,
.form-group .ui-selectmenu-button.ui-button:focus {
    border-color: #0a5
}

.default-form ::-webkit-input-placeholder {
    color: #757575
}

.default-form ::-moz-input-placeholder {
    color: #757575
}

.default-form ::-ms-input-placeholder {
    color: #757575
}

.default-form label.error {
    color: red;
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    font-family: Manjari, sans-serif;
    padding-top: 5px
}

.default-form .check-block {
    position: relative;
    display: block;
    margin-bottom: 5px
}

.default-form .check-block input {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer
}

.default-form .check-block label {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer
}

.default-form .check-block label:before {
    content: '';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    color: #0a5;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    border: 1px solid #d0d0d0;
    font-weight: 800
}

.default-form .check-block input:checked+label:before {
    content: '\f00c';
    border-color: #0a5
}

.content-box .default-form label.error {
    color: #fff;
    font-size: 16px;
    padding-top: 10px
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 52px;
    padding: 10px 20px;
    line-height: 28px;
    font-family: Manjari, sans-serif;
    color: #222;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1)
}

.form-group .ui-button .ui-icon {
    background: 0 0;
    position: relative;
    top: 3px;
    right: -5px;
    text-indent: 0;
    color: #333
}

.form-group .ui-button .ui-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    right: 0;
    top: 2px!important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    font-style: normal;
    color: #aaa;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 5
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0
}

.ui-menu .ui-menu-item:last-child {
    border: none
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 9px 25px!important;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-menu .ui-menu-item-wrapper:hover {
    background: #0a5
}

.quantity-spinner {
    position: relative;
    display: block
}

.quantity-spinner .inner-box {
    position: relative;
    display: block
}

.quantity-spinner input {
    position: relative;
    display: block;
    font-size: 15px;
    color: #7f8a99;
    line-height: 30px;
    height: 52px;
    width: 100%;
    padding: 10px 40px;
    border: 1px solid #e5e5e5;
    background: 0 0;
    margin: 0;
    font-weight: 400;
    text-align: center
}

.quantity-spinner .minus {
    position: absolute;
    left: 0;
    top: 1px;
    width: 53px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    background: 0 0;
    font-weight: 400;
    color: #7f8a99;
    border-right: 1px solid #e5e5e5;
    z-index: 1;
    cursor: pointer
}

.quantity-spinner .plus {
    position: absolute;
    right: 0;
    top: 1px;
    width: 53px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    background: 0 0;
    font-weight: 400;
    color: #7f8a99;
    border-left: 1px solid #e5e5e5;
    z-index: 1;
    cursor: pointer
}

#ui-datepicker-div {
    z-index: 10!important
}

.get-info-section {
    position: relative;
    padding: 110px 0;
    background: #fff
}

.get-info-section .sec-title {
    margin-bottom: 50px
}

.get-info-section .left-col,
.get-info-section .right-col {
    position: relative;
    margin-bottom: 30px
}

.get-info-section .left-col .inner,
.get-info-section .right-col .inner {
    position: relative;
    display: block
}

.get-info-section .form-box {
    position: relative;
    padding: 30px 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1)
}

.get-info-section .form-box button {
    display: block;
    width: 100%
}

.get-info-section .form-box button .btn-title {
    padding: 13px 20px 8px
}

.get-info-section .see-more {
    position: relative;
    display: block;
    padding-top: 20px;
    text-align: center
}

.main-footer-two {
    position: relative;
    padding: 0 0 0
}

.main-footer-two .upper-logo-box {
    position: relative;
    padding: 0;
    margin: 34px 0 25px;
    text-align: center
}

.main-footer-two .upper-logo-box img {
    width: 305px;
    border: 1px solid #ccc
}

.social-icon-two {
    position: relative;
    margin-top: 18px
}

.social-icon-two li {
    position: relative;
    display: inline-block
}

.social-icon-two li:first-child {
    margin-left: 0
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 21px;
    width: 39px;
    height: 39px;
    line-height: 37px;
    color: #2b4b94;
    background: #fff;
    border: 1px solid;
    border-radius: 50%;
    font-weight: 400;
    margin: 0 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-two li:nth-child(2) a {
    color: red
}

.social-icon-two li:nth-child(3) a {
    color: #2098d1
}

.social-icon-two li:nth-child(4) a {
    color: #ea25d2
}

.social-icon-two li:nth-child(5) a {
    color: #0354ab
}

.main-footer-two .widgets-section {
    position: relative;
    padding: 15px 0 0
}

.main-footer-two .widgets-section .row {
    margin: 0 -40px
}

.main-footer-two .widgets-section .row .column {
    position: relative;
    padding: 0 15px 0;
    margin-bottom: 0
}

.main-footer-two .widgets-section .row .column:last-child {
    border: none
}

.main-footer-two .footer-widget {
    position: relative
}

.main-footer-two .widget-title {
    position: relative;
    margin-bottom: 20px
}

.main-footer-two .widget-content {
    position: relative
}

.main-footer-two .widget-title h4 {
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0
}

.main-footer-two .widget-title h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    height: 2px;
    width: 50px;
    border-bottom: 2px solid rgb(225 39 132)
}

.main-footer-two .about-widget .logo {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.main-footer-two .about-widget h5 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.main-footer-two .about-widget .address {
    position: relative;
    margin-bottom: 20px;
    color: #383838;
    padding-left: 44px;
    display: inline-block
}

.main-footer-two .about-widget .address:nth-child(4) {
    border-right: 2px solid #757575;
    padding-right: 13px;
    margin-right: 2px
}

.main-footer-two .about-widget .address:last-child {
    margin-bottom: 0
}

.main-footer-two .about-widget .address i {
    position: absolute;
    left: 0;
    width: 29px;
    height: 29px;
    border: 1px solid;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    top: 0
}

.main-footer-two .links-widget {
    position: relative
}

.main-footer-two .links-widget .column {
    position: relative;
    margin-bottom: 30px
}

.main-footer-two .links-widget .links li {
    position: relative;
    margin-bottom: 3px;
    line-height: 24px;
    font-size: 15px
}

.main-footer-two .links-widget .links li:last-child {
    margin-bottom: 0
}

.main-footer-two .links-widget .links li a {
    position: relative;
    display: block;
    color: #353535;
    line-height: 32px;
    font-size: 16px;
    text-transform: capitalize;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

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

.main-footer-two .twitter-widget .feed {
    position: relative
}

.main-footer-two .twitter-widget .feed .text {
    position: relative;
    line-height: 1.6em;
    margin-bottom: 20px
}

.main-footer-two .twitter-widget .feed a {
    position: relative;
    color: #0a5
}

.main-footer-two .twitter-widget .info {
    position: relative;
    padding-left: 45px;
    min-height: 50px
}

.main-footer-two .twitter-widget .info .name {
    position: relative;
    display: block;
    font-family: Manjari, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    text-transform: capitalize
}

.main-footer-two .twitter-widget .info .icon {
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 30px;
    color: #0a5;
    font-size: 26px
}

.main-footer-two .newsletter-form {
    position: relative;
    display: block
}

.main-footer-two .newsletter-form .instruction {
    position: relative;
    display: block;
    line-height: 1.5em;
    margin-bottom: 20px
}

.main-footer-two .newsletter-form form {
    position: relative
}

.main-footer-two .newsletter-form .form-group {
    position: relative;
    margin: 0 0
}

.main-footer-two .newsletter-form .form-group input[type=email],
.main-footer-two .newsletter-form .form-group input[type=tel],
.main-footer-two .newsletter-form .form-group input[type=text],
.main-footer-two .newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 0 0 6px;
    height: 30px;
    display: block;
    font-size: 15px;
    background: 0 0;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -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-two .newsletter-form .form-group input[type=email]:focus,
.main-footer-two .newsletter-form .form-group input[type=tel]:focus,
.main-footer-two .newsletter-form .form-group input[type=text]:focus {
    border-color: #0a5
}

.main-footer-two .newsletter-form .form-group input::-webkit-input-placeholder {
    color: #757575
}

.main-footer-two .newsletter-form .theme-btn {
    position: relative;
    display: block;
    background: 0 0;
    color: #fff;
    margin-top: 15px;
    text-align: center
}

.main-footer-two .newsletter-form .theme-btn .arrow {
    padding-right: 7px
}

.main-footer-two .footer-bottom {
    position: relative;
    line-height: 24px
}

.main-footer-two .footer-bottom .inner {
    position: relative;
    display: block;
    padding: 9px 0 13px;
    border-top: 1px solid #bbb
}

.main-footer-two .footer-bottom .copyright {
    position: relative;
    width: 100%;
    line-height: 24px;
    text-align: center;
    color: #000;
    font-size: 16px
}

.main-footer-two .footer-bottom .copyright strong {
    color: #222
}

.main-footer-two .footer-bottom .copyright a {
    text-transform: capitalize;
    color: #f73297;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.main-footer-two .footer-bottom .copyright a:hover {
    text-decoration: underline
}

.main-footer-two .social-links {
    position: relative;
    float: left;
    width: 25%
}

.main-footer-two .social-links ul {
    position: relative
}

.main-footer-two .social-links li {
    position: relative;
    float: left;
    margin-right: 15px;
    line-height: 24px
}

.main-footer-two .social-links li a {
    color: #999;
    font-size: 14px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.main-footer-two .social-links li a:hover {
    color: #0a5
}

.main-footer-two .footer-links {
    position: relative;
    float: right
}

.main-footer-two .footer-links ul {
    position: relative
}

.main-footer-two .footer-links li {
    position: relative;
    float: left;
    margin-left: 25px;
    line-height: 24px
}

.main-footer-two .footer-links li:first-child {
    margin-left: 0
}

.main-footer-two .footer-links li a {
    color: #999;
    font-size: 14px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.main-footer-two .footer-links li a:hover {
    color: #0a5
}

.about-widjet .widget-content p {
    color: #383838
}

.about-widjet .widget-content a {
    color: #de2678
}

.error-section {
    position: relative;
    background: #fff;
    padding: 170px 0 120px
}

.error-section .content {
    position: relative;
    max-width: 580px;
    text-align: center;
    margin: 0 auto
}

.error-section .big-text {
    position: relative;
    line-height: .7em;
    font-size: 240px;
    color: #222;
    font-weight: 700;
    font-family: Manjari, sans-serif
}

.error-section .med-text {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    padding: 10px 10px 0;
    line-height: 40px;
    font-size: 30px;
    color: #0a5;
    background: #fff;
    font-weight: 700;
    font-family: Manjari, sans-serif
}

.error-section h2 {
    font-weight: 700;
    color: #222;
    line-height: 1.1em;
    margin-bottom: 10px
}

.error-section .text {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 30px
}

.error-section .link-box {
    position: relative
}

.error-section .link-box .theme-btn {
    position: relative;
    min-width: 200px
}

.comming-soon {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center
}

.comming-soon .outer-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.comming-soon .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle
}

.comming-soon .content-inner {
    position: relative;
    width: 100%;
    padding: 50px 5px;
    display: table-cell;
    vertical-align: middle
}

.comming-soon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: .6
}

.comming-soon .logo-box {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.comming-soon .logo-box img {
    height: 42px
}

.comming-soon h1 {
    position: relative;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-bottom: 40px
}

.comming-soon .social-links {
    position: relative;
    padding-top: 10px;
    text-align: center
}

.comming-soon .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 7px
}

.comming-soon .social-links li a {
    position: relative;
    display: block;
    color: #757575;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.comming-soon .social-links li a:hover {
    color: #fff;
    background: #0a5;
    border-color: #0a5
}

.comming-soon .newsletter-form {
    position: relative;
    display: block;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 50px
}

.comming-soon .newsletter-form .instruction {
    position: relative;
    display: block;
    color: #fff;
    line-height: 1.5em;
    padding-top: 25px
}

.comming-soon .newsletter-form .instruction span {
    color: #0a5
}

.comming-soon .newsletter-form form {
    position: relative
}

.comming-soon .newsletter-form .form-group {
    position: relative;
    margin: 0 0;
    padding-right: 200px
}

.comming-soon .newsletter-form .form-group input[type=email],
.comming-soon .newsletter-form .form-group input[type=tel],
.comming-soon .newsletter-form .form-group input[type=text],
.comming-soon .newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 12px 20px;
    height: 54px;
    display: block;
    font-size: 15px;
    background: rgba(255, 255, 255, .4);
    font-weight: 400;
    color: #fff;
    border: 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
}

.comming-soon .newsletter-form .form-group input::-webkit-input-placeholder {
    color: #fff
}

.comming-soon .newsletter-form .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    display: block;
    line-height: 30px;
    padding: 12px 20px;
    text-align: center;
    background: #0a5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: Manjari, sans-serif;
    text-align: center
}

.comming-soon .newsletter-form .theme-btn:hover {
    background: #fff;
    color: #0a5
}

.time-counter {
    position: relative
}

.time-counter .time-countdown {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: Manjari, sans-serif
}

.time-counter .time-countdown .counter-column {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 120px;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 35px 50px
}

.time-counter .time-countdown .counter-column:after {
    content: ':';
    position: absolute;
    right: -65px;
    top: 5px;
    width: 60px;
    font-size: 60px;
    color: #0a5;
    line-height: 1em
}

.time-counter .time-countdown .counter-column:last-child:after {
    display: none
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1em;
    color: #fff;
    font-weight: 700
}

.page-banner {
    position: relative;
    padding: 0;
    color: #fff;
    background: #061138;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.page-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.page-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2
}

.page-banner .inner-container {
    position: relative;
    padding: 140px 0
}

.page-banner h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0
}

.page-banner .page-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 700;
    font-family: Manjari, sans-serif
}

.page-banner .bread-crumb {
    position: relative;
    display: inline-block
}

.page-banner .bread-crumb li {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 24px;
    color: #bababa;
    font-weight: 700;
    text-transform: uppercase;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px
}

.page-banner .bread-crumb li:before {
    position: absolute;
    right: -15px;
    width: 30px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    color: #bababa;
    font-weight: 400;
    content: "_"
}

.page-banner .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-banner .bread-crumb li:last-child:before {
    display: none
}

.page-banner .bread-crumb li a {
    color: #bababa;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
    color: #fff
}

.faqs-section {
    position: relative;
    padding: 110px 0 100px;
    background: #fff
}

.faqs-section .sec-title {
    margin-bottom: 50px
}

.faqs-section .tab-col {
    position: relative
}

.faqs-section .tab-col .inner {
    position: relative;
    display: block
}

.tabs-box {
    position: relative
}

.tabs-box .tab-buttons {
    position: relative
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.tabs-box .tabs-content {
    position: relative
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none
}

.tabs-box .tabs-content .active-tab {
    display: block
}

.faq-tabs {
    position: relative
}

.faq-tabs .tab-buttons {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.faq-tabs .tab-buttons .tab-btn {
    position: relative;
    display: block;
    padding: 30px 10px 25px;
    text-align: center;
    background: #f1f1f1;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    font-family: Manjari, sans-serif;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.faq-tabs .tab-buttons .tab-btn.active-btn {
    background: 0 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.faq-tabs .tab-buttons .tab-btn .icon {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 1em;
    color: #0a5;
    font-weight: 400;
    margin-bottom: 10px
}

.highlights-section-two {
    position: relative;
    padding: 0 0;
    z-index: 1
}

.highlights-section-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.highlights-section-two .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.highlights-section-two .image-layer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, .4)
}

.highlights-section .sec-title.centered .lower-text {
    margin-bottom: 37px;
    font-size: 18px
}

.highlights-section-two .carousel-outer {
    position: relative
}

.featured-block-five {
    position: relative
}

.owl-theme .featured-block-five {
    margin: 0
}

.featured-block-five .inner-box {
    position: relative;
    display: block;
    padding: 110px 40px 130px
}

.featured-block-five .inner-box:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    height: 150%;
    border-right: 1px solid rgba(255, 255, 255, .2);
    z-index: 1
}

.featured-block-five .content {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.center .featured-block-five .inner-box .content,
.featured-block-five .inner-box:hover .content {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.featured-block-five .count-box {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 100px;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
    opacity: .1;
    font-family: Manjari, sans-serif;
    visibility: hidden;
    -ms-transform: translateY(-100px);
    transform: translateY(-100px)
}

.center .featured-block-five .inner-box .count-box,
.featured-block-five .inner-box:hover .count-box {
    visibility: visible;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease .5s;
    -moz-transition: all .5s ease .5s;
    -ms-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s
}

.featured-block-five .icon-box {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 25px
}

.featured-block-five .content {
    position: relative;
    display: block
}

.featured-block-five h3 {
    color: #fff;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 20px
}

.featured-block-five h3 a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block-five h3 a:hover {
    color: #0a5
}

.featured-block-five .text {
    color: #bababa;
    margin-bottom: 30px
}

.featured-block-five .read-more {
    position: relative;
    display: block
}

.featured-block-five .read-more a {
    position: relative;
    display: block;
    color: #0a5;
    background: #fff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.featured-block-five .read-more a:hover {
    background: #0a5;
    color: #fff
}

.featured-block-five .bottom-text {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    font-family: Manjari, sans-serif;
    padding: 0 40px 16px;
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.center .featured-block-five .inner-box .bottom-text,
.featured-block-five .inner-box:hover .bottom-text {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(80px);
    transform: translateY(80px)
}

.highlights-section-two .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -60px;
    height: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.highlights-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
    background: 0 0;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 48px;
    opacity: .3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.highlights-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -100px;
    background: 0 0;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 48px;
    opacity: .3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.highlights-section-two .owl-nav .owl-next:hover,
.highlights-section-two .owl-nav .owl-prev:hover {
    color: #0a5;
    opacity: 1
}

.ext-info-section {
    position: relative;
    padding: 0 0 110px
}

.ext-info-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 220px;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center bottom
}

.ext-info-section .awards-row {
    position: relative
}

.ext-info-section .awards-row .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.ext-info-section .awards-row .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a5;
    opacity: .93
}

.ext-info-section .awards-row .auto-container {
    max-width: 1400px
}

.ext-info-section .awards-row .outer-container {
    position: relative;
    padding: 100px 100px 50px;
    color: #fff
}

.ext-info-section .awards-row .outer-container:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100px;
    bottom: 100px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    z-index: 3
}

.ext-info-section .awards-row .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.ext-info-section .awards-row .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a5;
    opacity: .93
}

.ext-info-section .awards-row .row {
    margin: 0 -50px
}

.ext-info-section .awards-row .column {
    position: relative;
    padding: 0 50px
}

.ext-info-section .award-block {
    position: relative;
    margin-bottom: 50px
}

.ext-info-section .award-block .inner {
    position: relative;
    display: block;
    padding-left: 100px
}

.ext-info-section .award-block .slash {
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    font-family: Manjari, sans-serif
}

.ext-info-section .award-block h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.ext-info-section .award-block h4 a {
    color: #fff
}

.ext-info-section .content-row {
    position: relative;
    padding: 100px 0 0
}

.ext-info-section .content-row .content {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    text-align: center
}

.ext-info-section .content-row h4 {
    font-weight: 700;
    color: #222;
    margin-bottom: 15px
}

.ext-info-section .content-row h2 {
    font-weight: 700;
    color: #222;
    margin-bottom: 30px
}

.ext-info-section .content-row .theme-btn {
    min-width: 180px
}

.ext-info-section .content-row .theme-btn .btn-title {
    padding: 14px 25px 10px
}

.portfolio-section {
    position: relative;
    padding: 100px 0
}

.portfolio-section .sec-title {
    margin-bottom: 50px
}

.filter-gallery .filters {
    position: relative;
    text-align: center;
    margin-bottom: 50px
}

.filter-gallery .filters .filter-tabs {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
    background: #f1f1f1;
    font-family: Manjari, sans-serif
}

.filter-gallery .filters li {
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0;
    cursor: pointer;
    color: #222;
    font-weight: 700;
    margin: 0 17px 0 16px;
    text-transform: uppercase;
    background: 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.filter-gallery .filters li:before {
    content: ':';
    position: absolute;
    top: 0;
    left: -16px
}

.filter-gallery .filters li:first-child:before {
    display: none
}

.filter-gallery .filters .filter.active,
.filter-gallery .filters .filter.current {
    color: #0a5
}

.gallery-block {
    position: relative;
    margin-bottom: 30px
}

.mix {
    display: none
}

.gallery-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden
}

.gallery-block .image-box {
    position: relative;
    display: block;
    z-index: 1
}

.gallery-block .image {
    position: relative;
    display: block
}

.gallery-block .image img {
    position: relative;
    display: block;
    width: 100%
}

.gallery-block .cap-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 30px 25px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 2
}

.gallery-block .inner-box:hover .cap-box {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease .3s;
    -moz-transition: all .5s ease .3s;
    -ms-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    transition: all .5s ease .3s
}

.gallery-block .cap-box h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px
}

.gallery-block .cap-box h6 a {
    color: #fff
}

.gallery-block .cap-box h3 {
    position: relative;
    font-weight: 700;
    line-height: 30px;
    margin: 0
}

.gallery-block .cap-box h3 span {
    position: relative;
    top: -3px;
    font-size: 20px
}

.gallery-block .cap-box h3 a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-block .cap-box h3 a:hover {
    color: #0a5
}

.gallery-block .cap-box h4 {
    position: relative;
    font-weight: 700;
    line-height: 30px;
    margin: 0
}

.gallery-block .cap-box h4 span {
    position: relative;
    top: -2px;
    font-size: 18px
}

.gallery-block .cap-box h4 a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-block .cap-box h4 a:hover {
    color: #0a5
}

.gallery-block .lower-box {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 0
}

.gallery-block .lower-box h4 {
    position: relative;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.gallery-block .inner-box:hover .lower-box h4 {
    opacity: 0;
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .5s ease .3s;
    -moz-transition: all .5s ease .3s;
    -ms-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    transition: all .5s ease .3s
}

.gallery-block .lower-box h4 a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-block .lower-box h4 a:hover {
    color: #0a5
}

.gallery-block .zoom-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-block .inner-box:hover .zoom-btn {
    opacity: 1
}

.gallery-block .zoom-btn a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.gallery-block .inner-box:hover .zoom-btn a {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.gallery-block .zoom-btn a:hover {
    color: #fff;
    border-color: #0a5;
    background: #0a5
}

.gallery-block-two {
    position: relative;
    margin-bottom: 40px
}

.gallery-block-two .inner-box {
    position: relative;
    display: block
}

.gallery-block-two .image-box {
    position: relative;
    display: block
}

.gallery-block-two .image {
    position: relative;
    display: block
}

.gallery-block-two .image img {
    position: relative;
    display: block;
    width: 100%
}

.gallery-block-two .title-box {
    position: relative;
    margin-top: 20px
}

.gallery-block-two .title-box .title {
    position: relative
}

.gallery-block-two .title-box h4 {
    position: relative;
    padding-left: 10px;
    margin: 0
}

.gallery-block-two .title-box h4:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 12px;
    width: 6px;
    height: 6px;
    display: block;
    background: #0a5
}

.gallery-block-two .title-box a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-block-two .title-box .title a {
    color: #061138
}

.gallery-block-two .title-box .category {
    position: relative;
    color: #7f8a99;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif
}

.gallery-block-two .title-box .category a {
    position: relative;
    color: #7f8a99
}

.gallery-block-two .title-box .category a:hover,
.gallery-block-two .title-box .title a:hover {
    color: #0a5
}

.gallery-block-two .zoom-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 17, 56, .9);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.gallery-block-two .inner-box:hover .zoom-btn {
    opacity: 1
}

.gallery-block-two .zoom-btn a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-size: 48px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-block-two .zoom-btn .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    margin-left: -40px;
    margin-top: -40px;
    line-height: 80px
}

.gallery-block-two .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.gallery-block-two .link-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #7f8a99;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-block-two .link-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle
}

.gallery-block-two .link-btn a .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 10px;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.gallery-block-two .link-btn a:hover .txt {
    opacity: 1;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    transition: all .3s ease .1s
}

.gallery-block-two .link-btn a:hover {
    color: #0a5;
    width: 160px
}

.gallery-block-three {
    position: relative;
    margin-bottom: 30px
}

.gallery-block-three .inner-box {
    position: relative;
    display: block
}

.gallery-block-three .image-box {
    position: relative;
    display: block
}

.gallery-block-three .image {
    position: relative;
    display: block
}

.gallery-block-three .image img {
    position: relative;
    display: block;
    width: 100%
}

.gallery-block-three .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2
}

.gallery-block-three .link-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #7f8a99;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-block-three .link-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle
}

.gallery-block-three .link-btn a:hover {
    color: #fff;
    background: #0a5
}

.gallery-block-three .zoom-btn {
    position: absolute;
    right: 66px;
    bottom: 0;
    z-index: 2
}

.gallery-block-three .zoom-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #7f8a99;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-block-three .zoom-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle
}

.gallery-block-three .zoom-btn a:hover {
    color: #fff;
    background: #0a5
}

.gallery-block-three .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 17, 56, .9);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.gallery-block-three .inner-box:hover .hover-box {
    opacity: 1
}

.gallery-block-three .hover-box .hover-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    padding: 20px 20px;
    vertical-align: middle;
    color: #fff;
    text-align: center
}

.gallery-block-three .hover-box .content {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.gallery-block-three .hover-box h4 {
    color: #fff;
    text-transform: capitalize;
    margin: 0
}

.gallery-block-three .hover-box h4 a {
    color: #fff
}

.gallery-block-three .hover-box .separator {
    position: relative;
    display: block;
    width: 80px;
    margin: 5px auto;
    overflow: hidden
}

.gallery-block-three .hover-box .separator .dot {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff
}

.gallery-block-three .hover-box .separator .dot:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 100%;
    margin-left: 5px;
    width: 45px;
    border-bottom: 1px solid #fff
}

.gallery-block-three .hover-box .separator .dot:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 100%;
    margin-right: 5px;
    width: 45px;
    border-bottom: 1px solid #fff
}

.gallery-block-three .hover-box .category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5em
}

.gallery-block-four {
    position: relative;
    margin-bottom: 40px
}

.gallery-block-four .inner-box {
    position: relative;
    display: block
}

.gallery-block-four .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.gallery-block-four .image {
    position: relative;
    display: block
}

.gallery-block-four .image img {
    position: relative;
    display: block;
    width: 100%
}

.gallery-block-four .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2
}

.gallery-block-four .link-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #7f8a99;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-block-four .link-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle
}

.gallery-block-four .link-btn a:hover {
    color: #fff;
    background: #0a5
}

.gallery-block-four .zoom-btn {
    position: absolute;
    right: 66px;
    bottom: 0;
    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    -ms-transition: all .3s ease .3s;
    -o-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
    z-index: 2
}

.gallery-block-four .zoom-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #7f8a99;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-block-four .zoom-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle
}

.gallery-block-four .zoom-btn a:hover {
    color: #fff;
    background: #0a5
}

.gallery-block-four .inner-box:hover .link-btn a,
.gallery-block-four .inner-box:hover .zoom-btn a {
    opacity: 1
}

.gallery-block-four .lower-box {
    position: relative;
    display: block;
    text-align: center;
    color: #7f8a99;
    padding: 20px 20px 0
}

.gallery-block-four .lower-box .content {
    position: relative;
    display: block
}

.gallery-block-four .lower-box h4 {
    color: #061138;
    text-transform: capitalize;
    margin: 0
}

.gallery-block-four .lower-box h4 a {
    color: #061138
}

.gallery-block-four .lower-box .separator {
    position: relative;
    display: block;
    width: 80px;
    margin: 5px auto;
    overflow: hidden
}

.gallery-block-four .lower-box .separator .dot {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #d1d8e2
}

.gallery-block-four .lower-box .separator .dot:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 100%;
    margin-left: 5px;
    width: 45px;
    border-bottom: 1px solid #d1d8e2
}

.gallery-block-four .lower-box .separator .dot:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 100%;
    margin-right: 5px;
    width: 45px;
    border-bottom: 1px solid #d1d8e2
}

.gallery-block-four .inner-box:hover .lower-box .separator .dot {
    background: #0a5
}

.gallery-block-four .inner-box:hover .lower-box .separator .dot:after,
.gallery-block-four .inner-box:hover .lower-box .separator .dot:before {
    border-color: #0a5
}

.gallery-block-four .lower-box .category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5em
}

.portfolio-section .see-more {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 10px
}

.portfolio-section .see-more {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 10px
}

.portfolio-section .load-more,
.portfolio-section .pagination-box,
.portfolio-section .see-more {
    padding-top: 20px
}

.portfolio-section .load-more a,
.portfolio-section .see-more a {
    vertical-align: top;
    min-width: 180px
}

.pagination-box {
    position: relative
}

.styled-pagination {
    position: relative;
    font-family: Manjari, sans-serif
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    margin-bottom: 10px
}

.styled-pagination li:last-child {
    margin-right: 0
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 18px;
    height: 40px;
    min-width: 40px;
    padding: 8px 5px;
    text-align: center;
    color: #757575;
    font-weight: 700;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.styled-pagination li.next {
    margin-left: 10px
}

.styled-pagination li.next a {
    font-size: 16px;
    text-transform: capitalize;
    color: #222!important;
    border: none!important;
    padding: 10px 0 0!important;
    background: 0 0!important
}

.styled-pagination li.next a span {
    font-size: 14px;
    padding-left: 3px
}

.styled-pagination li.prev a span {
    font-size: 14px;
    padding-right: 3px
}

.styled-pagination li.prev {
    margin-right: 17px
}

.styled-pagination li.prev a {
    font-size: 16px;
    text-transform: capitalize;
    color: #222!important;
    border: none!important;
    padding: 10px 0 0!important;
    background: 0 0!important
}

.styled-pagination li.prev a span {
    font-size: 14px
}

.styled-pagination li.next a:hover,
.styled-pagination li.prev a:hover {
    color: #0a5!important
}

.styled-pagination li a.active,
.styled-pagination li a:hover {
    color: #fff;
    background: #0a5;
    border-color: #0a5
}

.portfolio-mixitup .pagination-box {
    position: relative;
    padding-top: 10px
}

.contact-section {
    position: relative;
    padding: 110px 0 70px;
    background: #fff
}

.contact-section .sec-title {
    margin-bottom: 40px
}

.contact-section .left-col,
.contact-section .right-col {
    position: relative;
    margin-bottom: 20px
}

.contact-section .right-col .inner {
    position: relative;
    display: block
}

.contact-section .left-col .inner-box {
    position: relative;
    display: block
}

.contact-section .left-col .images {
    position: relative;
    margin-right: 210px
}

.contact-section .left-col .image {
    position: relative;
    display: block;
    margin-bottom: 25px
}

.contact-section .left-col .image img {
    display: block;
    width: 100%
}

.contact-section .left-col .image:last-child {
    margin-left: 70px;
    margin-bottom: 0
}

.contact-section .form-box {
    position: relative
}

.contact-section .form-box .form-group {
    margin-bottom: 20px
}

.contact-section .form-box .form-group .ui-selectmenu-button.ui-button,
.contact-section .form-box .form-group input,
.contact-section .form-box .form-group textarea {
    font-size: 14px
}

.contact-section .form-box .form-group textarea {
    height: 140px
}

.contact-section .form-box button {
    display: block;
    width: 100%
}

.contact-section .form-box button .btn-title {
    padding: 11px 20px 8px
}

.map-section {
    position: relative
}

.map-data {
    text-align: center;
    font-size: 15px;
    color: #7f8a99;
    font-weight: 400;
    line-height: 1.7em
}

.map-data h6 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #061138
}

.map-canvas {
    height: 500px
}

.contact-info-box {
    position: relative
}

.contact-section .left-col .contact-info-box {
    position: absolute;
    right: 30px;
    top: 60px;
    width: 300px;
    background: #fff
}

.contact-info-box .inner {
    position: relative;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.contact-info-box .info-header {
    position: relative;
    padding: 20px 30px 15px;
    background: #0a5;
    color: #fff
}

.contact-info-box .info-header h4 {
    font-weight: 700;
    margin: 0
}

.contact-info-box .info {
    position: relative;
    padding: 10px 30px;
    background: #fff
}

.contact-info-box .info li {
    position: relative;
    padding: 30px 0 25px;
    line-height: 24px;
    font-size: 15px;
    color: #757575;
    font-family: Manjari, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.contact-info-box .info li .content {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-left: 62px;
    min-height: 60px
}

.contact-info-box .info li a {
    color: #757575
}

.contact-info-box .info li a:hover {
    text-decoration: underline;
    color: #0a5
}

.contact-info-box .info li:last-child {
    border-bottom: 0
}

.contact-info-box .info li strong {
    display: block;
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 700
}

.contact-info-box .info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 60px;
    font-size: 40px;
    color: #0a5
}

.contact-info-box .info h4 {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    margin-bottom: 10px
}

.history-section {
    position: relative;
    padding: 100px 0 120px;
    background: #f1f1f1
}

.history-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: right bottom
}

.history-section .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    opacity: .8
}

.history-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom
}

.history-section .sec-title {
    margin-bottom: 50px
}

.history-section .history-container {
    position: relative;
    display: block;
    padding: 42px 0;
    z-index: 1
}

.history-section .center-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.history-section .center-line .dot {
    position: absolute;
    left: -8px;
    top: 0;
    width: 15px;
    height: 15px;
    background: #0a5;
    border-radius: 50%
}

.history-section .center-line .dot:before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    background: #0a5;
    opacity: .3;
    border-radius: 50%
}

.history-section .center-line .upper-dot {
    top: 0
}

.history-section .center-line .lower-dot {
    top: auto;
    bottom: 0
}

.history-block {
    position: relative;
    margin-bottom: 40px
}

.history-block .inner {
    position: relative;
    display: block
}

.history-block .image-col {
    position: relative;
    margin-bottom: 30px
}

.history-block .text-col {
    position: relative;
    margin-bottom: 30px
}

.history-block.alternate .image-col {
    order: 12
}

.history-block.alternate .text-col {
    order: 0
}

.history-block .image-box {
    position: relative;
    display: block;
    padding-right: 200px
}

.history-block.alternate .image-box {
    padding-right: 0;
    padding-left: 200px
}

.history-block .image,
.history-block .image img {
    display: block;
    width: 100%
}

.history-block .year-box {
    position: absolute;
    right: -75px;
    top: 50%;
    margin-top: -60px;
    width: 120px;
    height: 120px
}

.history-block.alternate .year-box {
    left: -75px;
    right: auto
}

.history-block .year-box .year-inner {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    background: #fff;
    color: #aaa;
    border-radius: 50% 0 50% 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.history-block:hover .year-box .year-inner {
    background: #0a5;
    color: #fff
}

.history-block.alternate .year-box .year-inner {
    border-radius: 50% 50% 50% 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.history-block .year-box span {
    position: relative;
    display: block;
    padding: 45px 10px 30px;
    font-size: 20px;
    font-family: Manjari, sans-serif;
    font-weight: 700;
    line-height: 40px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.history-block .year-box:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    width: 105px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.history-block.alternate .year-box:before {
    right: auto;
    left: 100%
}

.history-block .year-box:after {
    content: '';
    position: absolute;
    right: 224px;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%
}

.history-block.alternate .year-box:after {
    right: auto;
    left: 224px
}

.history-block:hover .year-box:after,
.history-block:hover .year-box:before {
    border-color: #0a5
}

.history-block .text-col .inner {
    padding-left: 100px;
    padding-top: 70px
}

.history-block.alternate .text-col .inner {
    padding-left: 0;
    padding-right: 100px
}

.history-block .text-col h6 {
    color: #0a5;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-size: 14px
}

.history-block .text-col h3 {
    color: #222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px
}

.history-block .text-col h3 a {
    color: #222
}

.pattern-container {
    position: relative;
    display: block;
    background: #fff;
}

.services-section-three {
    position: relative;
    padding: 100px 0 140px;
    background: #fff
}

.featured-block-six {
    position: relative;
    margin-bottom: 30px;
    z-index: 3
}

.featured-block-six:hover {
    z-index: 5
}

.featured-block-six .inner-box {
    position: relative;
    display: block
}

.featured-block-six .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block-six .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75)
}

.featured-block-six .inner-box:hover .image-layer {
    opacity: 1
}

.featured-block-six .content-box {
    position: relative;
    display: block;
    padding: 35px 30px;
    background: #f1f1f1;
    z-index: 2
}

.featured-block-six .content-box .content {
    position: relative;
    padding-top: 15px;
    padding-left: 95px;
    min-height: 70px;
    z-index: 1
}

.featured-block-six .content-box .subtitle {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: Manjari, sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ui-selectmenu-text {
    font-weight: 500
}

.featured-block-six .content-box h4 {
    color: #222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0
}

.featured-block-six .content-box h4 a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block-six .content-box h4 a:hover {
    color: #0a5
}

.featured-block-six .inner-box:hover .content-box .subtitle,
.featured-block-six .inner-box:hover .content-box h4 a {
    color: #fff
}

.featured-block-six .content-box .text {
    position: relative;
    margin-top: 15px;
    line-height: 1.65em;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.featured-block-six .inner-box:hover .content-box .text {
    color: #b2b2b2
}

.featured-block-six .content-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 70px;
    color: #0a5;
    font-size: 54px;
    line-height: 70px
}

.featured-block-six .content-box .icon-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.featured-block-six .inner-box:hover .content-box .icon-box:before {
    border-color: rgba(255, 255, 255, .3)
}

.featured-block-six .hvr-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 10px 30px;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.featured-block-six .inner-box:hover .hvr-dropdown {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.featured-block-six .hvr-dropdown ul {
    position: relative;
    display: block
}

.featured-block-six .hvr-dropdown ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 0;
    line-height: 24px
}

.featured-block-six .hvr-dropdown ul li:last-child {
    border-bottom: none
}

.featured-block-six .hvr-dropdown ul li a {
    position: relative;
    display: block;
    color: #757575;
    font-size: 14px;
    text-transform: capitalize
}

.featured-block-six .hvr-dropdown ul li a:hover {
    color: #0a5
}

.sidebar-page-container {
    position: relative;
    background: #fff;
    padding: 110px 0 80px;
    overflow: hidden
}

.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 30px
}

.sidebar-page-container .content-inner {
    position: relative;
    display: block;
    margin-right: -30px;
    padding-right: 35px
}

.sidebar-page-container .sidebar-side {
    position: relative
}

.sidebar-page-container .sidebar {
    position: relative;
    display: block;
    padding-left: 90px
}

.sidebar-page-container .sidebar .bg-layer {
    position: absolute;
    left: 30px;
    top: -120px;
    width: 3000px;
    min-width: 100%;
    height: 5000px;
    min-height: 120%
}

.sidebar-page-container .sidebar .bg-layer .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left top
}

.sidebar-page-container .sidebar .bg-layer .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    opacity: .9
}

.featured-block-six .inner-box:hover .image-layer {
    opacity: 1
}

.sidebar-page-container .blog-sidebar {
    padding-left: 30px
}

.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.sidebar-widget .widget-inner {
    position: relative;
    display: block
}

.sidebar-title {
    position: relative;
    margin-bottom: 20px
}

.sidebar-title h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    color: #222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type=search],
.sidebar .search-box .form-group input[type=text] {
    position: relative;
    line-height: 30px;
    padding: 12px 50px 12px 20px;
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #061138;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 56px;
    border-radius: 2px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07);
    font-weight: 500
}

.sidebar .search-box .form-group input:focus {
    border-color: #0a5
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 60px;
    line-height: 56px;
    display: block;
    font-size: 18px;
    color: #aaa;
    background: 0 0;
    font-weight: 400
}

.sidebar .search-box .form-group button:hover,
.sidebar .search-box .form-group input:focus+button {
    color: #0a5
}

.sidebar .services-widget {
    position: relative
}

.sidebar .services-widget .links {
    position: relative;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.sidebar .services-widget .links li {
    position: relative;
    display: block;
    font-size: 17px;
    color: #222;
    text-transform: capitalize;
    font-family: Manjari, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.sidebar .services-widget .links li:last-child {
    border-bottom: 0
}

.sidebar .services-widget .links li a {
    position: relative;
    display: block;
    padding: 28px 0 22px;
    line-height: 30px;
    padding-left: 80px;
    min-height: 80px;
    color: #222;
    font-weight: 700;
    box-shadow: 0 25px 30px 0 rgba(0, 0, 0, .07);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sidebar .services-widget .links li a:hover,
.sidebar .services-widget .links li.current a {
    background: #00a352;
    color: #fff
}

.sidebar .services-widget .links li .icon {
    position: absolute;
    left: 20px;
    top: 10px;
    line-height: 60px;
    font-size: 40px;
    color: #0a5;
    font-weight: 400
}

.sidebar .services-widget .links li a:hover .icon,
.sidebar .services-widget .links li.current a .icon {
    color: #fff
}

.sidebar .cat-widget {
    position: relative
}

.sidebar .cat-links {
    position: relative;
    background: #fff;
    padding: 20px 20px 12px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.sidebar .cat-links li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    font-family: Manjari, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.sidebar .cat-links li:last-child {
    border-bottom: 0
}

.sidebar .cat-links li a {
    position: relative;
    display: block;
    padding: 15px 0 11px;
    padding-left: 30px;
    line-height: 30px;
    min-height: 50px;
    color: #222;
    font-weight: 700;
    font-size: 16px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sidebar .cat-links li a:before {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 12px;
    color: #00a352;
    font-weight: 400
}

.sidebar .cat-links li a:after {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 12px;
    color: #00a352;
    opacity: 0
}

.sidebar .cat-links li a:hover,
.sidebar .cat-links li.current a {
    color: #00a352
}

.sidebar .cat-links li a:hover:after,
.sidebar .cat-links li.current a:after {
    opacity: 1
}

.sidebar .popular-tags {
    margin-bottom: 40px
}

.sidebar .popular-tags .tags-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 6px 0
}

.sidebar .popular-tags .tags-list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 5px 12px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #757575;
    text-transform: capitalize;
    border-radius: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.sidebar .popular-tags .tags-list li a:hover {
    background-color: #0a5;
    border-color: #0a5;
    color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.newsletter-box-two {
    position: relative;
    display: block;
    text-align: center
}

.newsletter-box-two .image-box {
    position: relative;
    display: block;
    background: #000;
    padding: 35px 20px;
    color: #fff;
    z-index: 1
}

.newsletter-box-two .image-box .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.newsletter-box-two .image-box .text {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px
}

.newsletter-box-two form {
    position: relative
}

.newsletter-box-two .form-group {
    position: relative;
    margin: 0 0 5px
}

.newsletter-box-two .form-group input[type=email],
.newsletter-box-two .form-group input[type=tel],
.newsletter-box-two .form-group input[type=text],
.newsletter-box-two .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 10px;
    height: 50px;
    display: block;
    font-size: 14px;
    background: rgba(0, 0, 0, .5);
    font-weight: 400;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.newsletter-box-two .form-group input[type=email]:focus,
.newsletter-box-two .form-group input[type=tel]:focus,
.newsletter-box-two .form-group input[type=text]:focus {
    border-color: #0a5
}

.newsletter-box-two .form-group input::-webkit-input-placeholder {
    color: #eee
}

.newsletter-box-two .form-group .theme-btn {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 12px;
    text-align: center
}

.newsletter-box-two .form-group .theme-btn .btn-title {
    padding: 13px 10px 9px
}

.sidebar .recent-posts {
    position: relative
}

.sidebar .recent-posts-box {
    position: relative;
    background: #fff;
    padding: 40px 20px 32px
}

.sidebar .recent-posts-box .post {
    position: relative;
    margin-bottom: 30px
}

.sidebar .recent-posts-box .post:last-child {
    margin-bottom: 0
}

.sidebar .recent-posts .post .inner {
    position: relative;
    display: block
}

.sidebar .recent-posts .post-thumb {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px
}

.sidebar .recent-posts .post-thumb .overlink {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.sidebar .recent-posts .post:hover .post-thumb .overlink {
    opacity: 1
}

.sidebar .recent-posts .post-thumb .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    line-height: 30px;
    width: 30px;
    height: 30px
}

.sidebar .recent-posts .post-thumb img {
    position: relative;
    display: block;
    width: 100%
}

.sidebar .recent-posts .title {
    font-size: 18px;
    line-height: 1.3em;
    color: #222;
    font-family: Manjari, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0
}

.sidebar .recent-posts .title a {
    color: #222
}

.sidebar .recent-posts .title a:hover {
    color: #0a5
}

.sidebar .recent-posts .post-date {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-family: Manjari, sans-serif;
    color: #757575;
    margin-bottom: 5px
}

.service-details {
    position: relative;
    color: #757575
}

.service-details h2 {
    font-weight: 700;
    color: #222;
    font-size: 30px;
    margin-bottom: 20px
}

.service-details h3 {
    position: relative;
    display: block;
    padding-bottom: 7px;
    font-weight: 700;
    color: #222;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px
}

.service-details h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #0a5
}

.service-details p {
    margin-bottom: 25px
}

.service-details .text-block {
    position: relative;
    padding-bottom: 20px
}

.service-details .two-col {
    position: relative;
    margin-bottom: 20px
}

.service-details .two-col .image-col {
    position: relative;
    margin-bottom: 30px
}

.service-details .two-col .image-col img {
    position: relative;
    display: block;
    width: 100%
}

.service-details .two-col .owl-theme .owl-dots {
    display: none
}

.service-details .two-col .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    height: 0
}

.service-details .two-col .owl-theme .owl-nav .owl-next,
.service-details .two-col .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 20px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #aaa;
    background: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.service-details .two-col .owl-theme .owl-nav .owl-next {
    right: 20px;
    left: auto
}

.service-details .two-col .owl-theme .owl-nav .owl-next:hover,
.service-details .two-col .owl-theme .owl-nav .owl-prev:hover {
    background: #0a5;
    color: #fff
}

.service-details .two-col .text-col {
    position: relative;
    margin-bottom: 30px
}

.service-details .service-list {
    position: relative
}

.service-details .service-list li {
    position: relative;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    padding-left: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.service-details .service-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.service-details .service-list li a {
    color: #757575
}

.service-details .service-list li a:hover,
.service-details .service-list li:hover {
    color: #0a5
}

.service-details .service-list li:before {
    font-family: Flaticon;
    content: "\f134";
    position: absolute;
    left: 0;
    line-height: 30px;
    font-size: 14px;
    color: #0a5
}

.service-details .service-list li:after {
    font-family: Flaticon;
    content: "\f134";
    position: absolute;
    left: 4px;
    margin-top: 0;
    line-height: 30px;
    font-size: 14px;
    color: #0a5
}

.service-details .infra-structure {
    position: relative;
    margin-bottom: 40px
}

.service-details .infra-structure .row {
    margin: 0 -5px
}

.infra-block {
    position: relative;
    margin-bottom: 30px
}

.service-details .infra-structure .row .infra-block {
    padding: 0 5px;
    margin-bottom: 10px
}

.infra-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 40px 40px;
    min-height: 100%;
    background: #f1f1f1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.infra-block .inner-box:hover {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.infra-block .icon-box {
    position: relative;
    display: block;
    color: #0a5;
    line-height: 1em;
    font-size: 48px;
    margin-bottom: 15px
}

.infra-block h4 {
    position: relative;
    display: block;
    color: #222;
    font-weight: 700;
    margin-bottom: 10px
}

.infra-block h4 a {
    color: #222
}

.service-details .download-links {
    position: relative
}

.service-details .download-links ul {
    position: relative;
    display: block;
    background: #0a5;
    padding: 20px 35px 5px
}

.service-details .download-links ul li {
    position: relative;
    line-height: 24px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 5px;
    margin-bottom: 5px
}

.service-details .download-links ul li:last-child {
    border-bottom: 0
}

.service-details .download-links ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 0;
    padding-left: 30px;
    color: #fff
}

.service-details .download-links ul li .icon {
    position: absolute;
    left: 0;
    top: 9px;
    line-height: 24px;
    font-size: 20px
}

.service-details .download-links ul li .ttl {
    position: relative;
    float: left
}

.service-details .download-links ul li .info {
    position: relative;
    float: right
}

.blog-banner {
    position: relative;
    padding: 0;
    color: #fff;
    background: #061138;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.blog-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.blog-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .58)
}

.blog-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2
}

.blog-banner .meta-info {
    position: relative;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;
    font-family: Manjari, sans-serif;
    z-index: 1
}

.blog-banner .meta-info a {
    color: #fff
}

.blog-banner .meta-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: #0a5
}

.blog-banner .inner-container {
    position: relative;
    padding: 110px 0
}

.blog-banner h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 25px
}

.blog-banner .author-info {
    position: relative;
    display: block
}

.blog-banner .author-info .image {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden
}

.blog-banner .author-info .image img {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.blog-banner .author-info h6 {
    text-transform: uppercase;
    text-decoration: underline
}

.blog-banner .other-info {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left
}

.blog-banner .other-info .date {
    position: relative;
    float: left;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #0a5;
    font-family: Manjari, sans-serif;
    z-index: 5;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .07);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.blog-banner .other-info .tags {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-left: 30px;
    padding: 10px 0;
    padding-left: 30px
}

.blog-banner .other-info .tags:before {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 14px;
    color: #0a5;
    font-weight: 700;
    content: "\f02c";
    font-family: 'Font Awesome 5 Free'
}

.blog-banner .other-info .tags a {
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blog-banner .bread-crumb li a:hover,
.blog-banner .bread-crumb li.active {
    color: #fff
}

.single-post {
    position: relative
}

.post-details {
    position: relative;
    padding-bottom: 20px
}

.post-details .main-image-box {
    position: relative;
    margin-bottom: 35px
}

.post-details .main-image-box img {
    position: relative;
    display: block;
    width: 100%
}

.post-details p {
    margin-bottom: 25px
}

.post-details h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
    padding-top: 10px;
    margin-bottom: 10px
}

.post-details blockquote {
    position: relative;
    padding-left: 82px;
    min-height: 60px;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 40px;
    margin-top: 30px
}

.post-details blockquote:before {
    font-family: Flaticon;
    content: "\f1c4";
    position: absolute;
    left: 0;
    top: 7px;
    width: 50px;
    height: 50px;
    background: #0a5;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: #fff
}

.post-details blockquote p {
    position: relative;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 20px
}

.post-details blockquote .author-title {
    position: relative;
    font-size: 13px;
    color: #0a5;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: Manjari, sans-serif;
    font-weight: 700
}

.post-details .images {
    position: relative;
    padding: 10px 0
}

.post-details .images .image {
    margin-bottom: 30px
}

.post-details .images img {
    display: block;
    width: 100%
}

.share-post {
    position: relative;
    padding: 50px 10px 40px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.share-post strong {
    position: relative;
    display: block;
    font-weight: 700;
    color: #222;
    font-size: 18px;
    font-family: Manjari, sans-serif;
    margin-bottom: 20px
}

.share-post ul {
    position: relative;
    display: block
}

.share-post ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px
}

.share-post ul li a {
    position: relative;
    display: block;
    text-align: center;
    min-width: 140px;
    font-size: 14px;
    padding: 10px 25px;
    line-height: 24px;
    color: #fff;
    background: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.share-post ul li a .icon {
    position: relative;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 10px
}

.share-post ul .facebook a {
    background: #3b5998
}

.share-post ul .twitter a {
    background: #55acee
}

.share-post ul .linkedin a {
    background: #dc4e41
}

.share-post ul .pinterest a {
    background: #bd081c
}

.share-post ul li a:hover {
    background: #0a5
}

.single-post .author-box {
    position: relative;
    display: block;
    padding: 40px;
    background: #0a5;
    color: #fff;
    margin-bottom: 50px
}

.single-post .author-box .inner-box {
    position: relative;
    display: block;
    padding-left: 140px;
    min-height: 100px
}

.single-post .author-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.single-post .author-box .thumb img {
    display: block;
    width: 100%;
    border-radius: 50%
}

.single-post .author-box h4 {
    position: relative;
    display: block;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px
}

.single-post .author-box h4 span {
    font-weight: 500;
    font-size: 15px
}

.single-post .author-box .link {
    line-height: 24px;
    margin-bottom: 15px
}

.single-post .author-box .link a {
    color: #fff
}

.single-post .author-box .text {
    font-size: 14px;
    margin-bottom: 25px
}

.single-post .author-box .follow-me {
    position: relative;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Manjari, sans-serif;
    font-weight: 700
}

.single-post .author-box .follow-me a {
    color: #fff
}

.author-box .follow-me .icon {
    position: relative;
    font-weight: 400;
    padding-right: 5px
}

.post-controls {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 60px
}

.post-controls .inner {
    position: relative;
    display: block
}

.post-controls .prev-post {
    position: relative;
    float: left;
    text-align: left
}

.post-controls .prev-post a {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-top: 5px;
    font-size: 18px;
    line-height: 25px;
    color: #222;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Manjari, sans-serif
}

.post-controls .prev-post .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .1);
    font-size: 24px;
    font-weight: 400
}

.post-controls .prev-post:hover .icon {
    color: #0a5;
    border-color: #0a5
}

.post-controls .prev-post .icon:after {
    content: 'Prev';
    position: absolute;
    left: -1px;
    right: -1px;
    min-width: 100%;
    top: 100%;
    line-height: 20px;
    height: 20px;
    padding-top: 2px;
    font-size: 12px;
    background: #0a5;
    color: #fff;
    text-transform: capitalize;
    font-family: Manjari, sans-serif;
    opacity: 0
}

.post-controls .next-post {
    position: relative;
    float: right;
    text-align: right
}

.post-controls .next-post a {
    position: relative;
    display: block;
    padding-right: 70px;
    padding-top: 5px;
    font-size: 18px;
    line-height: 25px;
    color: #222;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Manjari, sans-serif
}

.post-controls .next-post .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .1);
    font-size: 24px;
    font-weight: 400
}

.post-controls .next-post:hover .icon {
    color: #0a5;
    border-color: #0a5
}

.post-controls .next-post .icon:after {
    content: 'Next';
    position: absolute;
    left: -1px;
    right: -1px;
    min-width: 100%;
    top: 100%;
    line-height: 20px;
    height: 20px;
    padding-top: 2px;
    font-size: 12px;
    background: #0a5;
    color: #fff;
    text-transform: capitalize;
    font-family: Manjari, sans-serif;
    opacity: 0
}

.post-controls .next-post:hover .icon:after,
.post-controls .prev-post:hover .icon:after {
    opacity: 1
}

.comments-area {
    position: relative;
    margin-bottom: 70px
}

.group-title {
    position: relative;
    margin-bottom: 30px
}

.group-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.3em;
    color: #222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0
}

.group-title h2 span {
    color: #0a5
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 30px
}

.comments-area .comment-box:last-child {
    margin-bottom: 0
}

.comments-area .comment {
    position: relative;
    min-height: 70px;
    padding-left: 100px
}

.comments-area .comment.reply-comment {
    margin-left: 100px
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    margin-bottom: 20px;
    overflow: hidden
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block
}

.comments-area .comment-box .info {
    position: relative;
    top: -2px;
    margin-bottom: 5px
}

.comments-area .comment-box .info .name {
    position: relative;
    font-family: Manjari, sans-serif;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #222;
    line-height: 30px;
    text-transform: capitalize
}

.comments-area .comment-box .info .date {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #0a5;
    text-transform: uppercase
}

.comments-area .comment-box .text {
    font-size: 15px;
    line-height: 1.7em
}

.comments-area .comment-box .reply-link {
    position: relative;
    display: block;
    font-family: Manjari, sans-serif;
    padding-top: 15px
}

.comments-area .comment-box .reply-link a {
    font-size: 16px;
    line-height: 1.5em;
    color: #222;
    font-weight: 700;
    text-transform: capitalize
}

.comments-area .comment-box .reply-link a:hover {
    color: #0a5
}

.leave-comments {
    position: relative;
    margin-bottom: 60px
}

.leave-comments .instruction {
    position: relative;
    padding-top: 5px;
    font-weight: 500
}

.leave-comments .default-form .row {
    margin: 0 -10px
}

.leave-comments .default-form .form-group {
    padding: 0 10px;
    margin-bottom: 20px
}

.leave-comments .default-form button {
    background: 0 0
}

.leave-comments .default-form button .btn-title {
    padding: 13px 40px 10px
}

.leave-comments form .form-group textarea {
    height: 140px
}

.events-section-two {
    position: relative;
    padding: 100px 0;
    background: #fff
}

.events-section::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.events-section-two .load-more {
    position: relative;
    padding-top: 20px
}

.events-section-two .load-more .theme-btn {
    min-width: 180px
}

.events-section-two .upper-info {
    position: relative;
    margin-bottom: 30px
}

.events-section-two .upper-info .items-label {
    position: relative;
    float: right;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    padding: 10px 0;
    margin-bottom: 20px
}

.events-section-two .upper-info .items-label span {
    color: #222;
    font-weight: 600
}

.events-section-two .upper-info .sort-by {
    position: relative;
    float: left;
    width: 250px;
    max-width: 100%;
    margin-bottom: 20px
}

.drop-list-one {
    position: relative;
    display: block;
    width: 100%
}

.drop-list-one .dropdown-outer {
    position: relative
}

.drop-list-one .btn-box {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    color: #757575;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 0 12px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.drop-list-one .btn-box:before {
    content: "\f107";
    font-family: Flaticon;
    position: absolute;
    right: 0;
    top: 11px;
    height: 24px;
    display: block;
    color: #999;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    z-index: 5
}

.drop-list-one .dropdown-menu {
    width: 100%;
    padding: 8px 20px;
    margin: 0;
    background: #fff;
    border-radius: 0;
    border-top: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none
}

.drop-list-one .dropdown-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 8px 0;
    line-height: 24px
}

.drop-list-one .dropdown-menu li:last-child {
    border-bottom: none
}

.drop-list-one .dropdown-menu li a {
    position: relative;
    display: block;
    color: #757575;
    font-size: 14px;
    text-transform: capitalize
}

.drop-list-one .dropdown-menu li a:hover {
    color: #0a5
}

.event-block-two {
    position: relative;
    margin-bottom: 30px
}

.event-block-two .inner-box {
    position: relative;
    display: block;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07)
}

.event-block-two .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.event-block-two .image-box img {
    display: block;
    width: 100%;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease
}

.event-block-two .inner-box:hover .image-box img {
    -ms-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg)
}

.event-block-two .lower-box {
    position: relative;
    display: block;
    padding: 35px 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.event-block-two .inner-box:hover .lower-box {
    background: #222
}

.event-block-two .content-box {
    position: relative;
    display: block;
    padding-left: 130px;
    min-height: 160px
}

.event-block-two .content-box .date-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 101px;
    height: 160px;
    color: #222;
    text-align: center;
    font-family: Manjari, sans-serif
}

.event-block-two .inner-box:hover .content-box .date-box {
    color: #0a5
}

.event-block-two .content-box .date-box:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.event-block-two .inner-box:hover .date-box:before {
    border-color: rgba(255, 255, 255, .2)
}

.event-block-two .content-box .date-box .date {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    padding-top: 25px;
    font-size: 30px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    z-index: 3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.event-block-two .inner-box:hover .lower-box .date {
    background: #222;
    border-color: rgba(255, 255, 255, .2)
}

.event-block-two .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 30px
}

.event-block-two .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #757575;
    line-height: 20px
}

.event-block-two .inner-box:hover .lower-box .date .month {
    color: rgba(255, 255, 255, .5)
}

.event-block-two .content-box .content {
    position: relative;
    display: block
}

.event-block-two .content-box .cat-info {
    position: relative;
    margin-bottom: 20px
}

.event-block-two .content-box .cat-info a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    color: #fff;
    background: #0a5;
    padding: 3px 10px;
    border-radius: 13px
}

.event-block-two .content-box h3 {
    color: #222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 5px
}

.event-block-two .content-box h3 a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.event-block-two .content-box h3 a:hover {
    color: #0a5
}

.event-block-two .inner-box:hover h3 a {
    color: #fff
}

.event-block-two .content-box .location {
    position: relative
}

.event-block-two .inner-box:hover .location {
    color: #aaa
}

.event-block-two .read-more {
    position: relative;
    display: block;
    padding-top: 20px
}

.event-block-two .read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    font-family: Manjari, sans-serif;
    text-transform: capitalize;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.event-block-two .read-more a:before {
    content: "\f1bd";
    font-family: Flaticon;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    line-height: 24px;
    color: #0a5;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.event-block-two .inner-box:hover .read-more a,
.event-block-two .read-more a:hover {
    color: #0a5;
    padding-left: 20px
}

.event-block-two .inner-box:hover .read-more a:before,
.event-block-two .read-more a:hover:before {
    opacity: 1;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.event-block-three {
    position: relative;
    margin-bottom: 30px
}

.event-block-three .inner-box {
    position: relative;
    display: block;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07)
}

.event-block-three .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.event-block-three .image-box img {
    display: block;
    width: 100%;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease
}

.event-block-three .inner-box:hover .image-box img {
    -ms-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg)
}

.event-block-three .lower-box {
    position: relative;
    display: block;
    padding: 60px 30px 25px;
    min-height: 70px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.event-block-three .inner-box:hover .lower-box {
    background: #222
}

.event-block-three .content-box {
    position: relative;
    display: block
}

.event-block-three .content-box .date-box {
    position: absolute;
    left: 0;
    top: -80px;
    width: 70px;
    height: 70px;
    color: #222;
    text-align: center;
    font-family: Manjari, sans-serif
}

.event-block-three .inner-box:hover .content-box .date-box {
    color: #0a5
}

.event-block-three .content-box .date-box .date {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 70px;
    padding-top: 10px;
    font-size: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    z-index: 3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.event-block-three .inner-box:hover .lower-box .date {
    background: #222;
    border-color: rgba(255, 255, 255, .2)
}

.event-block-three .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 24px
}

.event-block-three .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #757575;
    line-height: 20px
}

.event-block-three .inner-box:hover .lower-box .date .month {
    color: rgba(255, 255, 255, .5)
}

.event-block-three .content-box .content {
    position: relative;
    display: block
}

.event-block-three .content-box .cat-info {
    position: absolute;
    left: 90px;
    top: -75px
}

.event-block-three .content-box .cat-info a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    color: #fff;
    background: #0a5;
    padding: 3px 10px;
    border-radius: 13px
}

.event-block-three .content-box h4 {
    color: #222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 5px
}

.event-block-three .content-box h4 a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.event-block-three .content-box h4 a:hover {
    color: #0a5
}

.event-block-three .inner-box:hover h4 a {
    color: #fff
}

.event-block-three .content-box .location {
    position: relative;
    font-size: 14px
}

.event-block-three .inner-box:hover .location {
    color: #aaa
}

.event-block-three .read-more {
    position: relative;
    display: block;
    padding-top: 15px
}

.event-block-three .read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    font-family: Manjari, sans-serif;
    text-transform: capitalize;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.event-block-three .read-more a:before {
    content: "\f1bd";
    font-family: Flaticon;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    line-height: 24px;
    color: #0a5;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.event-block-three .inner-box:hover .read-more a,
.event-block-three .read-more a:hover {
    color: #0a5;
    padding-left: 20px
}

.event-block-three .inner-box:hover .read-more a:before,
.event-block-three .read-more a:hover:before {
    opacity: 1;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.events-list {
    position: relative
}

.events-list .event-block {
    margin-bottom: 0
}

.events-list .event-block:last-child {
    margin-bottom: 50px
}

.event-filters-box {
    position: relative;
    margin-bottom: 30px
}

.event-filters-box .outer {
    position: relative;
    display: block;
    background: #fff;
    padding-right: 160px;
    min-height: 60px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.event-filters-box .outer .form-group {
    position: relative;
    float: left;
    width: 40%;
    margin: 0
}

.event-filters-box .outer .form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 60px;
    padding: 15px 30px;
    line-height: 30px;
    color: #757575;
    border-radius: 0;
    background-color: #fff;
    border: none
}

.event-filters-box .outer .location {
    width: 60%
}

.event-filters-box .outer .category:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.event-filters-box .outer .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px
}

.event-filters-box .outer .theme-btn .btn-title {
    padding: 15px 0 13px;
    line-height: 32px;
    height: 60px
}

.event-filters-box .outer .theme-btn .icon {
    position: relative;
    top: 1px;
    vertical-align: top;
    padding-left: 10px
}

.event-banner {
    position: relative;
    padding: 0;
    color: #fff;
    background: #061138;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.event-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.event-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .58)
}

.event-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2
}

.event-banner .cat-info {
    position: relative;
    display: block;
    margin-bottom: 20px;
    z-index: 1
}

.event-banner .cat-info a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    padding: 10px 25px;
    border-radius: 22px;
    background: #0a5;
    color: #fff
}

.event-banner .inner-container {
    position: relative;
    padding: 130px 0 200px
}

.event-banner h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0
}

.event-details-section {
    position: relative;
    padding: 0 0 50px;
    background: #f1f1f1
}

.event-details {
    position: relative
}

.event-details .content-column {
    position: relative;
    margin-bottom: 30px
}

.event-details .content-column .content-inner {
    position: relative;
    display: block;
    margin-top: -63px;
    z-index: 2
}

.event-details .info-blocks {
    position: relative;
    padding-bottom: 20px
}

.event-details .info-block {
    position: relative;
    margin-bottom: 30px
}

.event-details .info-block .inner-box {
    position: relative;
    padding: 45px 30px;
    text-align: center;
    background: #0a5;
    color: #fff;
    overflow: hidden
}

.event-details .info-block .icon {
    position: absolute;
    right: -30px;
    top: 20px;
    line-height: 1em;
    font-size: 120px;
    color: rgba(0, 0, 0, .07)
}

.event-details .info-block h4 {
    position: relative;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 25px
}

.event-details .info-block h4:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 0;
    width: 150px;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.event-details .content-column .main-image {
    position: relative;
    display: block;
    margin-bottom: 40px
}

.event-details .content-column .main-image img {
    width: 100%;
    display: block
}

.event-details .content-column .text-block p {
    margin-bottom: 20px
}

.event-details .content-column .text-block {
    padding-bottom: 20px
}

.event-details .content-column h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
    padding-top: 5px;
    margin-bottom: 15px
}

.event-details .related-posts {
    position: relative
}

.event-details .related-posts h2,
.event-details .special-guest h2 {
    margin-bottom: 20px
}

.event-details .special-guest {
    position: relative;
    margin-bottom: 60px
}

.guest-carousel .owl-nav {
    display: none
}

.guest-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 30px;
    width: 100%;
    text-align: center
}

.guest-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 10px
}

.guest-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaa;
    outline: 2px solid transparent;
    outline-offset: 4px
}

.guest-carousel .owl-dots .owl-dot.active span {
    background: #0a5;
    outline-color: #0a5
}

.guest-block {
    position: relative
}

.guest-block .inner-box {
    position: relative;
    display: block;
    padding: 30px 35px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.guest-block .inner-box .inner {
    position: relative;
    padding-left: 130px;
    min-height: 100px;
    padding-top: 15px
}

.guest-block .inner-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden
}

.guest-block .inner-box .image img {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.guest-block h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px
}

.guest-block .designation {
    font-size: 15px;
    font-weight: 400;
    color: #0a5
}

.event-details .info-column {
    position: relative;
    margin-bottom: 50px
}

.event-details .info-column .info-inner {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-top: -63px;
    z-index: 2
}

.event-details .info-column .title {
    position: relative;
    padding: 22px 30px 16px;
    background: #0a5;
    color: #fff
}

.event-details .info-column .title h4 {
    margin: 0
}

.event-details .info-column .content {
    position: relative;
    display: block;
    padding: 30px 30px;
    background: #fff
}

.event-details .contact-box {
    position: relative;
    display: block
}

.event-details .contact-box .info {
    position: relative;
    display: block;
    margin-bottom: 40px
}

.event-details .contact-box .info li {
    position: relative;
    line-height: 24px;
    margin-bottom: 15px
}

.event-details .contact-box .info li .ttl {
    position: relative;
    top: 2px;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    font-family: Manjari, sans-serif
}

.event-details .contact-box .info li .dtl {
    position: relative;
    display: block;
    float: right;
    font-size: 13px
}

.event-details .contact-box .info li a {
    color: #757575
}

.event-details .contact-box .info li a:hover {
    color: #0a5;
    text-decoration: underline
}

.event-details .location-box {
    position: relative;
    margin-bottom: 50px
}

.event-details .location-box .map-canvas {
    height: 350px
}

.event-details .booking-form {
    position: relative
}

.event-details .booking-form h4 {
    font-weight: 700;
    color: #222;
    margin-bottom: 20px
}

.event-details .booking-form .form-group {
    margin-bottom: 20px
}

.event-details .booking-form input[type=email],
.event-details .booking-form input[type=tel],
.event-details .booking-form input[type=text],
.event-details .booking-form select,
.event-details .booking-form textarea {
    background: #f1f1f1;
    border-color: #f1f1f1;
    font-size: 14px;
    height: 48px;
    line-height: 30px;
    padding: 8px 20px
}

.event-details .booking-form textarea {
    height: 100px
}

.event-details .booking-form .theme-btn,
.event-details .booking-form button {
    display: block;
    width: 100%
}

.event-details .booking-form .theme-btn .btn-title {
    padding: 13px 0 10px
}

.event-details .more-info-box {
    position: relative;
    margin-bottom: 50px
}

.event-details .more-info-box .inner-box {
    position: relative;
    display: block;
    min-height: 350px;
    padding-left: 200px
}

.event-details .more-info-box .timings {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    padding-top: 20px;
    overflow: hidden
}

.event-details .more-info-box .timings .curve {
    position: absolute;
    top: 0;
    height: 20px;
    width: 100%;
    overflow: hidden
}

.event-details .more-info-box .timings .curve:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 10px;
    width: 60%;
    height: 20px;
    background: #0a5;
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
}

.event-details .more-info-box .timings .curve:after {
    content: '';
    position: absolute;
    right: -5px;
    top: 10px;
    width: 60%;
    height: 20px;
    background: #0a5;
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.event-details .more-info-box .timings .inner {
    position: relative;
    display: block;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    background: #0a5
}

.event-details .more-info-box .timings ul li {
    position: relative;
    display: block;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.event-details .more-info-box .toggle-box {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.toggle-box .accordion {
    position: relative;
    padding: 33px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: 0 0;
    box-shadow: none
}

.toggle-box .accordion .acc-btn {
    position: relative;
    background: 0 0;
    border: none;
    box-shadow: none!important;
    font-size: 20px;
    padding: 0 50px 0 0
}

.toggle-box .accordion .acc-btn .icon {
    top: 0
}

.toggle-box .accordion-box .block:before {
    display: none
}

.toggle-box .accordion-box .block .acc-content {
    padding-left: 0
}

.toggle-box .accordion-box .block .content {
    padding-top: 0
}

.load-more-item {
    display: none
}

.loadmore {
    position: relative;
    text-align: center
}

.loadmore .loadmore-button,
.loadmore .loadmore-less {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    min-width: 180px;
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding: 18px 30px 12px;
    background: #0a5;
    border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    font-family: Manjari, sans-serif;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.loadmore .loadmore-button:hover,
.loadmore .loadmore-less:hover {
    background: #222;
    color: #fff
}

.loadmore .loadmore-button[disabled=disabled],
.loadmore .loadmore-less {
    display: none
}

.query-contact {
    color: #fff;
    position: relative;
    background: linear-gradient(to bottom, #020c63, #040f4a);
    padding: 31px 8px
}

.query-contact::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 2px;
    width: 100%;
    max-width: 800px
}

.query-title {
    font-size: 17px;
    padding-top: 0;
    text-transform: uppercase;
    margin-top: 10px
}

.query-contact .btn-style-one .btn-title {
    background: #f5c10a;
    color: #000
}

._why_block {
    position: relative
}

._why_us {
    text-align: center
}

._why_rw .col-md-3:nth-child(1),
._why_rw .col-md-3:nth-child(2),
._why_rw .col-md-3:nth-child(3) {
    border-right: 2px dashed #ccc
}

.subscribesection {
    position: relative;
    padding: 64px 0 42px
}

._vis_subrow .col-md-6:nth-child(1) {
    border-right: 2px solid #ccc
}

.neesletter_block {
    position: relative;
    padding: 0 23px;
    text-align: center
}

.subscribe_head h3 {
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size: 38px
}

.subscribe_head p {
    font-size: 20px;
    margin: 0 0 21px;
    text-align: center
}

.subscribe_form {
    position: relative
}

.subscribe_form .form-control {
    position: relative;
    height: 65px;
    background-color: #fff
}

.subscribe_form .btn {
    position: absolute;
    right: 9px;
    background: #021b5f;
    width: 140px;
    top: 8px;
    height: 49px;
    border: none
}

.breadcrumb {
    padding: 140px 0 40px;
    text-align: center;
    background-color: transparent
}

.breadcrumb .bread-head {
    text-transform: uppercase;
    color: #ee3092;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 29px
}

.breadcrumb .bread-links {
    width: fit-content;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 999px;
    margin-top: 15px
}

.breadcrumb .bread-links li {
    display: inline;
    padding: 0 15px;
    border-radius: 50px;
    line-height: 30px
}

.breadcrumb .bread-links i {
    color: #ef4da0
}

.breadcrumb .bread-links li a {
    color: #043571
}

.breadcrumb .bread-links li a:hover {
    color: #043571
}

.check-box {
    margin-left: 20px
}

.check-box li {
    position: relative;
    z-index: 0;
    padding-left: 28px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    text-align: justify
}

.check-box li::after {
    position: absolute;
    z-index: 1;
    content: '\f14a';
    clear: both;
    display: table;
    font-family: "Font Awesome 5 Free";
    left: 0;
    top: 0;
    color: #ef64ab;
    font-size: 16px
}

.demo {
    background: repeating-linear-gradient(45deg, #fff 0, #fff 10px, #f9f9f9 10px, #f9f9f9 20px)
}

.form-contact {
    border: 1px dashed #ef4da0;
    padding: 20px;
    text-align: center
}

.contact-info {
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin-bottom: 50px;
    border-bottom: 1px dashed #363636
}

.contact-info i {
    width: 70px;
    height: 70px;
    background-color: #ef4da0;
    position: absolute;
    top: -30px;
    font-size: 30px;
    line-height: 70px;
    color: #fff;
    border-bottom: 4px solid #241e22;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%
}

.contact-info p {
    margin: 0;
    font-size: 16px;
    padding: 20px;
    padding-top: 60px;
    text-align: center
}

.about-page {
    margin: 60px 0 40px
}

.about-back {
    content: "";
    position: absolute;
    background: url(../images/about-back.jpg) scroll no-repeat center center/cover;
    width: 41.5%;
    height: 658px;
    box-shadow: 0 0 10px;
    left: 100px
}

.ab-content {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px
}

.ab-content h3 {
    color: #fc6b00;
    text-transform: uppercase
}

.doctor-img img {
    position: relative;
    top: 120px;
    padding: 8px;
    box-shadow: 0 0 10px;
    left: -80px
}

.doctor-name {
    position: absolute;
    padding: 12px 4px 2px 10px;
    border-radius: 0 50px 50px 0;
    left: 73%;
    top: 42%;
    width: 76%;
    z-index: 9;
    background: #ffff
}

.doctor-name h4 {
    color: #ef4da0;
    font-size: 24px;
    margin-bottom: 4px
}

.doctor-name h5 {
    color: #000;
    margin-bottom: 4px
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: visible!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../images/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(../images/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.gallery .col-md-3 {
    margin-top: 10px
}

.gal-img {
    -webkit-box-shadow: 0 0 24px 1px rgba(150, 150, 150, .75);
    -moz-box-shadow: 0 0 24px 1px rgba(168, 168, 168, .75);
    box-shadow: 0 0 24px 1px rgba(167, 167, 167, .75);
    border: 2px solid #f7f3f4
}

.gal-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.test-form {
    margin-top: 50px;
    padding: 40px;
    border: 1px dashed #222
}

.b-none {
    border: none
}

:root {
    --main-color: #53007E;
    --shadow-color: #2D0067
}

.email-signature {
    position: relative
}

.email-signature .signature-img {
    width: 300px;
    height: 357px;
    box-shadow: 7px 7px 0 #2c2c2c;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -34px
}

.email-signature .signature-img img {
    width: 100%;
    height: auto
}

.email-signature .signature-details {
    color: #fff;
    background: #ef4da0;
    padding: 15px 20px 15px 300px;
    border-radius: 120px 0 60px 0
}

.email-signature .title {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0
}

.email-signature .post {
    font-size: 21px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: block
}

.signature-img h6 {
    font-size: 30px;
    color: #000
}

.email-signature .signature-content {
    margin: 0;
    padding: 10px 0 10px 330px;
    text-align: justify;
    padding-bottom: 0
}

.email-signature .signature-content li {
    color: #476670;
    font-size: 15px;
    line-height: 25px
}

.email-signature .signature-content li span {
    color: var(--main-color);
    font-weight: 600;
    margin-right: 7px;
    display: inline-block
}

.email-signature .signature-content li:last-child {
    margin: 0
}

.email-signature .icon {
    padding: 0 0 0 200px;
    margin: 0;
    list-style: none
}

.email-signature .icon li {
    display: inline-block;
    margin: 0 5px 0 0
}

.email-signature .icon li a {
    color: var(--main-color);
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 25px;
    border-radius: 10px;
    transition: all .3s ease 0s
}

.email-signature .icon li a:hover {
    color: #fff;
    background-color: var(--main-color)
}

@media screen and (max-width:767px) {
    .email-signature {
        padding-top: 0
    }
    .email-signature .signature-img {
        margin: 0 auto;
        left: 0;
        right: 0
    }
    .email-signature .signature-details {
        text-align: center;
        padding: 15px 0 15px 0;
        border-radius: 0;
        top: 0;
        position: relative
    }
    .email-signature .signature-content {
        text-align: center;
        padding: 10px 10px 10px 0
    }
    .email-signature .icon {
        text-align: center;
        padding: 0
    }
}

.email-signature h6 {
    background: #2c2c2c;
    font-size: 20px;
    position: absolute;
    bottom: 48px;
    padding: 10px;
    width: 28%;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.about-bg {
    padding: 10px 15px;
    padding-top: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    background: #2c2c2c;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px
}

.about-bg .text-danger {
    color: #ef4da0!important;
    text-transform: uppercase
}

.online {
    position: absolute;
    right: -89px;
    background: #fff;
    top: 13%;
    width: 35%;
    height: 229px;
    padding: 34px 13px;
    box-shadow: 0 0 0 7px #cacaca
}

.online h3 span {
    display: block;
    line-height: inherit;
    margin-top: 19px
}

.online h3 span img {
    width: 60px;
    background: #28a745;
    padding: 7px;
    border-radius: 10px
}

.online h3 {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 36px;
    color: #000
}

.enquery-section .en-form {
    width: 80%
}

.gold-medal {
    padding: 20px;
    width: fit-content;
    background: #fff;
    margin: auto;
    font-size: 20px;
    color: #000;
    border: 5px solid #c1c1c1;
    position: relative;
    top: 35px;
    border-radius: 999px
}

.gold-medal .text-danger {
    color: #ef64ab!important
}

.video_block {
    position: relative
}

.video_block iframe {
    width: 100%;
    height: 250px;
    margin-bottom: 23px
}

.covid_awerness {
    position: absolute;
    z-index: 99999;
    color: #fff;
    width: 100%;
    bottom: 39px;
    text-align: center;
    font-size: 21px
}

.video_block video {
    width: 100%;
    height: 250px;
    background: #000;
    margin-bottom: 23px
}

.gallery_box .box {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #a0a0a0
}

.gallery_box .box .box-content:after,
.gallery_box .box .box-content:before,
.gallery_box .box:after,
.gallery_box .box:before {
    content: "";
    background: linear-gradient(to right bottom, #ee4da0, #141414);
    width: 50%;
    height: 50%;
    border-radius: 0 0 200% 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s ease-in
}

.gallery_box .box:after {
    transform: rotateY(180deg);
    left: auto;
    right: 0
}

.gallery_box .box .box-content:before {
    transform: rotateX(180deg);
    top: auto;
    bottom: 0
}

.gallery_box .box .box-content:after {
    transform: rotateZ(180deg);
    top: auto;
    bottom: 0;
    left: auto;
    right: 0
}

.gallery_box .box:hover .box-content:after,
.gallery_box .box:hover .box-content:before,
.gallery_box .box:hover:after,
.gallery_box .box:hover:before {
    border-radius: 0;
    opacity: .8
}

.gallery_box .box img {
    width: 100%;
    height: auto;
    transition: all .6s ease 0s
}

.gallery_box .box:hover img {
    transform: scale(1.2)
}

.gallery_box .box .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding-top: 30%
}

.gallery_box .box .box-content .inner-content {
    width: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(50%) rotateX(-90deg);
    transform-origin: bottom center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all .4s ease-in
}

.gallery_box .box:hover .box-content .inner-content {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) rotateX(0)
}

.gallery_box .box .title {
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 2px
}

.gallery_box .box .post {
    font-size: 15px;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: 1px;
    display: block
}

.gallery_box .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: rotateY(90deg);
    transition: all .4s ease-in;
    position: relative;
    z-index: 2
}

.gallery_box .box:hover .icon {
    opacity: 1;
    transform: rotateY(0)
}

.gallery_box .box .icon li {
    display: inline-block
}

.gallery_box .box .icon li a {
    color: #ee4da0;
    background-color: #fff;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    padding: 0 0 0 2px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s
}

.gallery_box .box .icon li:nth-child(2) a {
    padding: 0 2px 0 0;
    border-radius: 0 50% 50% 0
}

.gallery_box .box .icon li a:hover {
    color: #000;
    background-color: #ffc107;
    box-shadow: 0 0 5px #000
}

.inner_content {
    padding: 19px 0 46px;
    position: relative;
    min-height: 37vh
}

.ineer_body .top_wrap {
    height: auto
}

.testimonials_timeline.main-timeline:after {
    content: '';
    display: block;
    clear: both
}

.testimonials_timeline.main-timeline .timeline {
    width: 50%;
    padding: 50px 0 20px;
    margin: 0 0 0 5px;
    float: right
}

.testimonials_timeline.main-timeline .timeline-content {
    background: #fff;
    padding: 20px 20px 30px;
    border: 2px solid #2b2b2b;
    border-radius: 30px;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, .1) inset;
    display: block;
    position: relative
}

.testimonials_timeline.main-timeline .timeline-content:hover {
    text-decoration: none
}

.testimonials_timeline.main-timeline .timeline-icon {
    color: #fff;
    background-color: #2b2b2b;
    font-size: 38px;
    text-align: center;
    line-height: 81px;
    height: 86px;
    width: 86px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: -50px
}

.testimonials_timeline.main-timeline .title {
    color: #2b2b2b;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px 40px
}

.testimonials_timeline.main-timeline .description {
    color: #2f2f2f;
    font-size: 15px;
    margin: 0;
    text-align: inherit
}

.testimonials_timeline.main-timeline .timeline-year {
    color: #02aba6;
    background-color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -16px
}

.testimonials_timeline.main-timeline .timeline:nth-child(even) {
    float: left;
    margin: 0 5px 0 0;
    text-align: right
}

.testimonials_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1) inset;
    border: 2px solid #ee4da0
}

.testimonials_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: -50px;
    background-color: #ee4da0
}

.testimonials_timeline.main-timeline .timeline:nth-child(even) .title {
    margin: 0 40px 15px 0;
    color: #ee4da0
}

@media screen and (max-width:767px) {
    .testimonials_timeline.main-timeline .timeline,
    .testimonials_timeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 40px 0 15px;
        margin: 0 0 15px 0
    }
    .testimonials_timeline.main-timeline .timeline-content {
        padding: 50px 20px 30px
    }
    .testimonials_timeline.main-timeline .timeline-icon {
        font-size: 40px;
        line-height: 85px;
        height: 80px;
        width: 80px;
        left: 15px;
        top: -40px
    }
    .testimonials_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 15px
    }
    .testimonials_timeline.main-timeline .timeline:nth-child(even) .title,
    .testimonials_timeline.main-timeline .title {
        font-size: 20px;
        margin: 0 0 7px
    }
    .testimonials_timeline.main-timeline .timeline-year {
        font-size: 35px
    }
}

.main_blog {
    position: relative;
    margin-bottom: 30px;
    border: 3px solid #ececec;
    text-align: center;
    padding: 16px 15px 0px;
}

.main_blog:last-child {}

.main_blog h3 {
    color: #ed4d9f;
    margin: 14px 0 3px;
}

.main_blog a {
    display: inline-block;
    background-color: #ed4d9f;
    color: #fff;
    padding: 5px 10px
}

._blog_text {
    position: relative
}

._blog_text h2 {
    color: #000;
    font-size: 23px;
    font-weight: 600;
}

._blog_text h3 {
    color: #ed4d9f;
    font-size: 20px;
    font-weight: 500;
}

._blog_nav {
    position: relative;
    box-shadow: 0 0 10px #ccc;
    padding: 17px 18px;
    margin-top: 0;
    border-top: 4px solid #0b1c5f;
    background: #182f5d;
    margin-bottom: 30px;
}

._blog_nav h4 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid;
    color: #fff
}

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

._blog_nav ul li a {
    display: block;
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 17px;
    color: #fefffc;
    font-size: 18px
}

._blog_nav ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 15px
}

._blog_nav ul li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
    left: 0;
    border-radius: 50%;
    top: 8px
}

._blog_text .check-box {
    margin-left: 0
}

.blog_pic_ img {
    box-shadow: 0px 0px 10px #ccc;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}